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 + 1 file changed, 1 insertion(+) (limited to 'language/en_UK') 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'; ?> -- cgit v1.2.3