From d3d45a43e0d48028f8bcacf31b0f641c1c3dd414 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 27 Aug 2011 21:58:30 +0000 Subject: feature 2417 added: add progress bar (jQuery UI progress bar) + details on progressing upload like "photo 21 of 46". git-svn-id: http://piwigo.org/svn/trunk@12005 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 1 + language/fr_FR/admin.lang.php | 1 + 2 files changed, 2 insertions(+) (limited to 'language') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index f5c4c3387..83cb2f14e 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -848,4 +848,5 @@ $lang['Maximum file size: %sB.'] = 'Maximum file size: %sB.'; $lang['Allowed file types: %s.'] = 'Allowed file types: %s.'; $lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'; $lang['Manage Permissions'] = 'Manage Permissions'; +$lang['Photo %s of %s'] = 'Photo %s of %s'; ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 6d027a2b5..bc7c7f152 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -857,4 +857,5 @@ $lang['Maximum file size: %sB.'] = 'Poids maximum des fichiers : %sB.'; $lang['Allowed file types: %s.'] = 'Types de fichiers autorisés : %s.'; $lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Résolution maximum approximative : %dM pixels (soit %dx%d pixels).'; $lang['Manage Permissions'] = 'Gérer les permissions'; +$lang['Photo %s of %s'] = 'Photo %s sur %s'; ?> \ No newline at end of file -- cgit v1.2.3