diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-20 22:35:39 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-20 22:35:39 +0000 |
commit | af78fa6193f7fec2bad09315aa1fb512d3c9a6fc (patch) | |
tree | ff597f8953de508e8e3ee948f4c66689e83fbf8c /language/en_UK/admin.lang.php | |
parent | 251eeb05aba7ddb79afafd4143a5435fc368b0e7 (diff) |
Fix some language keys problems
Need translations !
git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 9f5e83a3a..9dc700610 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -597,12 +597,12 @@ $lang['Caddie is currently empty'] = "Caddie is currently empty"; $lang['Upload'] = "Upload"; $lang['Show upload link every time'] = "Show upload link every time"; $lang['User access level to upload'] = "User access level to upload"; -$lang['Free access'] = "Free access"; -$lang['Access to all'] = "Access to all"; -$lang['Access to subscribed'] = "Access to subscribed"; -$lang['Access to administrators'] = "Access to administrators"; -$lang['Access to webmasters'] = "Access to webmasters"; -$lang['No access'] = "No access"; +$lang['ACCESS_0'] = "Free access"; +$lang['ACCESS_1'] = "Access to all"; +$lang['ACCESS_2'] = "Access to subscribed"; +$lang['ACCESS_3'] = "Access to administrators"; +$lang['ACCESS_4'] = "Access to webmasters"; +$lang['ACCESS_5'] = "No access"; $lang['Demo'] = "Demo"; $lang['Piwigo home'] = "Piwigo home"; $lang['Support'] = "Support"; @@ -667,4 +667,16 @@ $lang['Email administrators when a comment is modified'] = "Email administrators $lang['Email administrators when a comment is deleted'] = "Email administrators when a comment is deleted"; $lang['Cannot delete the old permalink !'] = "Cannot delete the old permalink !"; $lang['Hit'] = "Hit"; + +$lang['Tools'] = "Tools"; +$lang['Photos'] = "Photos"; +$lang['Themes'] = "Themes"; +$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo"; +$lang['Order alphanumerically'] = "Order alphanumerically"; +$lang['Order alphanumerically reverse'] = "Order alphanumerically reverse"; +$lang['Installed Themes'] = "Installed Themes"; +$lang['Add New Theme'] = "Add New Theme"; +$lang['Forbid this theme to users'] = "Forbid this theme to users"; +$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users"; +$lang['unknown'] = 'unknown'; ?>
\ No newline at end of file |