diff options
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 24 | ||||
-rw-r--r-- | language/en_UK/common.lang.php | 5 |
2 files changed, 23 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 diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 98602b69a..254251bea 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -367,4 +367,9 @@ $lang['Reset to default values'] = "Reset to default values"; $lang['delete all images from your favorites'] = "delete all images from your favorites"; $lang['Sent by'] = "Sent by"; $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Cookies are blocked or not supported by your browser. You must enable cookies to connect."; + +$lang['Some info about this picture'] = "Some info about this picture"; +$lang['Some more (technical) info about this picture'] = "Some more (technical) info about this picture"; +$lang['edit this comment'] = "edit this comment"; +$lang['Edit a comment'] = "Edit a comment"; ?>
\ No newline at end of file |