aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-27 21:58:30 +0000
committerplegall <plg@piwigo.org>2011-08-27 21:58:30 +0000
commitd3d45a43e0d48028f8bcacf31b0f641c1c3dd414 (patch)
treec910deb86c5400192963df08d3e0b445dc19611d /language
parent37156b505325bcc326f83f36ed28aebb909a12be (diff)
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
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php1
-rw-r--r--language/fr_FR/admin.lang.php1
2 files changed, 2 insertions, 0 deletions
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