From f9baa625b6590a4cebcbc69c0486bb8764c163fb Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 7 Oct 2005 22:04:53 +0000 Subject: - new: mass virtual categories movement manager in Administration>Categories>Move screen. git-svn-id: http://piwigo.org/svn/trunk@881 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/admin.lang.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'language/en_UK.iso-8859-1') diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index acfed6d0e..8876fe5d0 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -26,6 +26,7 @@ // +-----------------------------------------------------------------------+ $lang['%d categories including %d physical and %d virtual'] = '%d categories including %d physical and %d virtual'; +$lang['%d categories moved'] = '%d categories moved'; $lang['%d comments'] = '%d comments'; $lang['%d elements'] = '%d elements'; $lang['%d groups'] = '%d groups'; @@ -82,8 +83,10 @@ $lang['Maximum height of the pictures'] = 'Maximum height of the pictures'; $lang['Maximum width of the pictures'] = 'Maximum width of the pictures'; $lang['Members'] = 'Members'; $lang['Metadata synchronized from file'] = 'Metadata synchronized from file'; +$lang['Move categories'] = 'Move categories'; $lang['Move'] = 'Move'; $lang['Name'] = 'Name'; +$lang['New parent category'] = 'New parent category'; $lang['No'] = 'No'; $lang['Number of comments per page'] = 'Number of comments per page'; $lang['Number of images per row'] = 'Number of images per row'; @@ -129,10 +132,13 @@ $lang['Users'] = 'Users'; $lang['Validate All'] = 'Validate All'; $lang['Validate'] = 'Validate'; $lang['Validation'] = 'Validation'; +$lang['Virtual categories movement'] = 'Virtual categories movement'; +$lang['Virtual categories to move'] = 'Virtual categories to move'; $lang['Webmaster cannot be deleted'] = 'Webmaster cannot be deleted'; $lang['Yes'] = 'Yes'; $lang['You are running on development sources, no check possible.'] = 'You are running on development sources, no check possible.'; $lang['You are running the latest version of PhpWebGallery.'] = 'You are running the latest version of PhpWebGallery.'; +$lang['You cannot move a category in its own sub category'] = 'You cannot move a category in its own sub category'; $lang['You need to confirm deletion'] = 'You need to confirm deletion'; $lang['actions'] = 'actions'; $lang['all'] = 'all'; -- cgit v1.2.3