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/upgrade.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 '')
-rw-r--r-- | language/en_UK/upgrade.lang.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/language/en_UK/upgrade.lang.php b/language/en_UK/upgrade.lang.php index 70dcf14bf..a5916ddfd 100644 --- a/language/en_UK/upgrade.lang.php +++ b/language/en_UK/upgrade.lang.php @@ -37,8 +37,7 @@ $lang['Perform a maintenance check in [Administration>Specials>Maintenance] if y $lang['As a precaution, following plugins have been disabled. You must check for plugins upgrade before reactiving them:'] = "As a precaution, the following plugins have been deactivated. You must check for plugins upgrades before reactivating them:"; $lang['Only administrator can run upgrade: please sign in below.'] = "Only an administrator can run upgrade: please sign in below."; $lang['You do not have access rights to run upgrade'] = "You do not have access rights to run upgrade"; -$lang['In <i>%s</i>, before <b>?></b>, insert:'] = "In <i>%s</i>, before <b>?></b>, insert:"; $lang['All sub-categories of private categories become private'] = "All sub-categories of private categories become private"; $lang['User permissions and group permissions have been erased'] = "Users and groups permissions have been erased"; $lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = "Only thumbnails prefix and webmaster mail address have been saved from previous configuration"; -?>
\ No newline at end of file +?> |