diff options
author | gweltas <gweltas@piwigo.org> | 2004-12-16 14:49:47 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-12-16 14:49:47 +0000 |
commit | 775e9ee74cf910f858f08b24d4b4820ea42bac85 (patch) | |
tree | 982ba81dc264be650b75d68f23c78e962f567fa9 /language/en_UK.iso-8859-1/common.lang.php | |
parent | 9ec6ad0c8a155d3cb93a91836014f837fdc36ccf (diff) |
- French translation for many new entries
- minor template update for cat_modify
git-svn-id: http://piwigo.org/svn/trunk@646 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/common.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index a835f5099..9517887b0 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -33,6 +33,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'en'; // Main words +$lang['no_category'] = 'Home'; $lang['category'] = 'Category'; $lang['categories'] = 'Categories'; $lang['thumbnail'] = 'Thumbnail'; @@ -83,6 +84,11 @@ $lang['about'] = 'about'; $lang['hint_about'] = 'more informations on PhpWebGallery...'; $lang['admin'] = 'Administration'; $lang['hint_admin'] = 'available for administrators only'; +$lang['page_number'] = 'page number'; +$lang['previous_page'] = 'Previous'; +$lang['next_page'] = 'Next'; +$lang['first_page'] = 'First'; +$lang['last_page'] = 'Last'; // Identification $lang['login'] = 'Login'; @@ -200,12 +206,7 @@ $lang['hint_login'] = 'identification enables site\'s appareance customization'; $lang['hint_customize'] = 'customize the appareance of the gallery'; $lang['hint_search'] = 'search'; -$lang['no_category'] = 'Home'; -$lang['page_number'] = 'page number'; -$lang['previous_page'] = 'Previous'; -$lang['next_page'] = 'Next'; -$lang['first_page'] = 'First'; -$lang['last_page'] = 'Last'; + $lang['recent_image'] = 'Image within the'; $lang['days'] = 'days'; |