diff options
author | plegall <plg@piwigo.org> | 2010-04-01 14:14:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-01 14:14:21 +0000 |
commit | 734d08b97d80b607b97b7060a6022db4d89d831e (patch) | |
tree | dbdd72700fddb4e05374e7eaae04a71df85a04ab /language/en_UK/common.lang.php | |
parent | 7985fbe637ff929dd099aafa992bafb9afffa455 (diff) |
Fix missing keys: some keys have been removed by mistake during the massive
key conversion.
git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r-- | language/en_UK/common.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index bf2f4d9ab..8f54168ed 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -145,7 +145,6 @@ $lang['caddie'] = "Caddie"; $lang['Calendar'] = "Calendar"; $lang['All'] = "All"; $lang['display each day with pictures, month per month'] = "display each day with pictures, month per month"; -$lang['display pictures added on'] = "display pictures added on"; $lang['View'] = "View"; $lang['chronology_monthly_calendar'] = "Monthly calendar"; $lang['chronology_monthly_list'] = "Monthly list"; @@ -311,7 +310,6 @@ $lang['can\'t upload the picture on the server'] = "the picture cannot be upload $lang['the username must be given'] = "the username is required"; $lang['A picture\'s name already used'] = "this picture name is already used"; $lang['You must choose a picture fileformat for the image'] = "You must choose a picture fileformat for the image"; -$lang['You can\'t upload pictures in this category'] = "You cannot upload pictures in this category"; $lang['Name of the picture'] = "Picture name"; $lang['Upload a picture'] = "Upload a picture"; $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "Picture uploaded with success, an administrator will validate it as soon as possible"; @@ -324,7 +322,6 @@ $lang['Browser: %s'] = "Browser: %s"; $lang['Author: %s'] = "Author: %s"; $lang['Comment: %s'] = "Comment: %s"; $lang['Delete: %s'] = "Delete: %s"; -$lang['Validate: %s'] = "Validate: %s"; $lang['Comment by %s'] = "Comment by %s"; $lang['User: %s'] = "User: %s"; $lang['Email: %s'] = "Email: %s"; |