From d8c15ddf65ba90a8853504420a8d4839450ad4b0 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 4 Apr 2006 22:29:35 +0000 Subject: feature deleted: code for categories link was too complicated for such a simple fature. Replaced by static association. Links are not persistent anymore. modification removed: #image_category.is_storage replaced by #images.storage_category_id as in branche 1.5.. git-svn-id: http://piwigo.org/svn/trunk@1121 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/admin.lang.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'language/en_UK.iso-8859-1/admin.lang.php') diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 73cc386c2..47145569b 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -54,6 +54,7 @@ $lang['Caddie'] = 'Caddie'; $lang['Categories authorized thanks to group associations'] = 'Categories authorized thanks to group associations'; $lang['Categories manual order was saved'] = 'Categories manual order was saved'; $lang['Categories ordered alphanumerically'] = 'Categories ordered alphanumerically'; +$lang['Category elements associated to the following categories: %s'] = 'Category elements associated to the following categories: %s'; $lang['Check for upgrade failed for unknown reasons.'] = 'Check for upgrade failed for unknown reasons.'; $lang['Check for upgrade'] = 'Check for upgrade'; $lang['Comments for all'] = 'Comments for all'; @@ -90,6 +91,8 @@ $lang['History'] = 'History'; $lang['Informations'] = 'Informations'; $lang['Interface theme'] = 'Interface theme'; $lang['Language'] = 'Language'; +$lang['Link all category elements to a new category'] = 'Link all category elements to a new category'; +$lang['Link all category elements to some existing categories'] = 'Link all category elements to some existing categories'; $lang['Linked categories'] = 'Linked categories'; $lang['Lock gallery'] = 'Lock gallery'; $lang['Maintenance'] = 'Maintenance'; @@ -164,6 +167,7 @@ $lang['Validate'] = 'Validate'; $lang['Validation'] = 'Validation'; $lang['Virtual categories movement'] = 'Virtual categories movement'; $lang['Virtual categories to move'] = 'Virtual categories to move'; +$lang['Virtual category name'] = 'Virtual category name'; $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.'; -- cgit v1.2.3