aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-12-31 14:06:27 +0000
committerplegall <plg@piwigo.org>2010-12-31 14:06:27 +0000
commitd7c3c65cd4d1475ae3bc8875114ffb7e54992b8d (patch)
treebfbafc06045b393e9609c65c8102c919dab91559 /language/en_UK
parent108344400b85d1c3d5c8b4674efbfc8daf19cc38 (diff)
Batch Manager:
* add l0n to the new Batch Manager where is was missing * change photo "name" to photo "title" * change the way we display "Select all" and "Select the whole set" git-svn-id: http://piwigo.org/svn/trunk@8408 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r--language/en_UK/admin.lang.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index bd2f35503..0faf4db61 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -769,4 +769,36 @@ $lang['Keep high definition'] = 'Keep high definition';
$lang['The high definition maximum width must be a number between %d and %d'] = 'The high definition maximum width must be a number between %d and %d';
$lang['The high definition maximum height must be a number between %d and %d'] = 'The high definition maximum height must be a number between %d and %d';
$lang['The high definition image quality must be a number between %d and %d'] = 'The high definition image quality must be a number between %d and %d';
+
+$lang['Batch Manager'] = 'Batch Manager';
+$lang['include child albums'] = 'include child albums';
+$lang['Selection'] = 'Selection';
+$lang['Action'] = 'Action';
+$lang['Set author'] = 'Set author';
+$lang['Set title'] = 'Set title';
+$lang['Set creation date'] = 'Set creation date';
+$lang['Apply action'] = 'Apply action';
+$lang['on the %d selected photos'] = 'on the %d selected photos';
+$lang['%d of %d photos selected'] = '%d of %d photos selected';
+$lang['No photo selected, %d photos in current set'] = 'No photo selected, %d photos in current set';
+$lang['All %d photos are selected'] = 'All %d photos are selected';
+$lang['remove this filter'] = 'remove this filter';
+$lang['predefined filter'] = 'predefined filter';
+$lang['last import'] = 'last import';
+$lang['with no virtual album'] = 'with no virtual album';
+$lang['duplicates'] = 'duplicates';
+$lang['Add a filter'] = 'Add a filter';
+$lang['Remove all filters'] = 'Remove all filters';
+$lang['Refresh photo set'] = 'Refresh photo set';
+$lang['The whole page'] = 'The whole page';
+$lang['The whole set'] = 'The whole set';
+$lang['thumbnails per page'] = 'thumbnails per page';
+$lang['No photo in the current set.'] = 'No photo in the current set.';
+$lang['No photo selected, no action possible.'] = 'No photo selected, no action possible.';
+$lang['Choose an action'] = 'Choose an action';
+$lang['remove author'] = 'remove author';
+$lang['Type here the author name'] = 'Type here the author name';
+$lang['remove title'] = 'remove title';
+$lang['Type here the title'] = 'Type here the title';
+$lang['remove creation date'] = 'remove creation date';
?>