From c6a5f13d2307757a0328f9c8fac340938a17f90d Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 27 Sep 2010 23:32:09 +0000 Subject: feature 1616: rename category into album, a few language keys were missing git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'language/en_UK/admin.lang.php') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index a94e7da17..87ecfa036 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -354,7 +354,7 @@ $lang['synchronize'] = "synchronize"; $lang['update the database from files'] = "update the database with files"; $lang['status'] = "status"; $lang['Directory'] = "Directory"; -$lang['sub-categories'] = "sub-categories"; +$lang['sub-albums'] = "sub-albums"; $lang['synchronize metadata'] = "synchronize metadata"; $lang['target'] = "target"; $lang['Thumbnail'] = "Thumbnail"; @@ -405,7 +405,7 @@ $lang['Errors caption'] = "Errors legends"; $lang['Detailed informations'] = "Detailed informations"; $lang['File/directory read error'] = "File/directory read error"; $lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = "The file or directory cannot be accessed (either it does not exist or the access is denied)"; -$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = "a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory \"thumbnail\" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :"; +$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = "a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory \"thumbnail\" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :"; $lang['missing thumbnail'] = "missing thumbnail"; $lang['albums deleted in the database'] = "albums deleted in the database"; $lang['elements deleted in the database'] = "elements deleted in the database"; @@ -437,7 +437,7 @@ $lang['user_status_generic'] = "Generic"; $lang['user_status_guest'] = "Guest"; $lang['user_status_normal'] = "User"; $lang['user_status_webmaster'] = "Webmaster"; -$lang['Virtual category'] = "Virtual category"; +$lang['Virtual album'] = "Virtual album"; $lang['Waiting'] = "Pending"; $lang['default'] = "default"; $lang['Toggle \'default group\' property'] = "Reverse 'default group' property"; @@ -462,10 +462,10 @@ $lang['Save page visits by administrators'] = "Record pages visited by administr $lang['An information email was sent to group "%s"'] = "Information email sent to group \"%s\""; $lang['Send an information email to group members'] = "Send an information email to group members"; $lang['Group'] = "Group"; -$lang['[%s] Come to visit the category %s'] = "[%s] Visit the category %s"; +$lang['[%s] Visit album %s'] = "[%s] Visit album %s"; $lang['Hello,'] = "Hello,"; $lang['See you soon.'] = "See you soon."; -$lang['Come to discover the category:'] = "Discover the category:"; +$lang['Discover album:'] = "Discover album:"; $lang['Mail content'] = "Mail content"; $lang['none'] = "none"; $lang['high'] = "high"; -- cgit v1.2.3