diff options
author | plegall <plg@piwigo.org> | 2010-04-01 21:11:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-01 21:11:14 +0000 |
commit | 70106a93e2f3107d3462bb79b2771a03de5c1299 (patch) | |
tree | 9d62741f8f8a0096cef227be15af7d0a3aac1155 /language/en_UK/common.lang.php | |
parent | 734d08b97d80b607b97b7060a6022db4d89d831e (diff) |
Fix missing keys: some keys have been removed by mistake during the massive
key conversion.
Remove some language keys that are really obsolete. I've updated the script
to convert language files to 2.1, I will apply "obsolete keys removal" process
in a 2nd step on other languages.
git-svn-id: http://piwigo.org/svn/trunk@5559 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 8f54168ed..998d5b4d5 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -47,7 +47,6 @@ $lang['%d new users'] = "%d new users"; $lang['%d waiting element'] = "%d waiting element"; $lang['%d waiting elements'] = "%d waiting elements"; $lang['About'] = "About"; -$lang['All tags must match'] = "All tags must match"; $lang['All tags'] = "All tags"; $lang['Any tag'] = "Any tag"; $lang['At least one listed rule must be satisfied.'] = "At least one listed criterion must be satisfied."; @@ -69,7 +68,6 @@ $lang['Current password is wrong'] = "Current password is wrong"; $lang['Dimensions'] = "Dimensions"; $lang['Display'] = "Display"; $lang['Each listed rule must be satisfied.'] = "Each listed criterion must be satisfied."; -$lang['Email address is missing'] = "Email address is missing"; $lang['Email address'] = "Email address"; $lang['Enter your personnal informations'] = "Enter your personnal data"; $lang['Error sending email'] = "Error when sending email"; @@ -321,7 +319,6 @@ $lang['IP: %s'] = "IP: %s"; $lang['Browser: %s'] = "Browser: %s"; $lang['Author: %s'] = "Author: %s"; $lang['Comment: %s'] = "Comment: %s"; -$lang['Delete: %s'] = "Delete: %s"; $lang['Comment by %s'] = "Comment by %s"; $lang['User: %s'] = "User: %s"; $lang['Email: %s'] = "Email: %s"; |