aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-02-26 18:33:45 +0000
committergweltas <gweltas@piwigo.org>2004-02-26 18:33:45 +0000
commit9e993f2d21e9cf7bd44a7c676af567be550dca90 (patch)
treee6a4c049a28164631f75c087a91201a9b152cbf9 /language
parent29a07c00d083b7687331cd7cc19f097a8849a3ea (diff)
New default template - User side
git-svn-id: http://piwigo.org/svn/trunk@375 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php12
1 files changed, 6 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 b8dc8ed48..8fc0e18f8 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -45,7 +45,7 @@ $lang['title_menu'] = 'Menu';
$lang['change_login'] = 'change login';
$lang['login'] = 'login';
$lang['hint_login'] = 'identification enables site\'s appareance customization';
-$lang['logout'] = 'logout';
+$lang['logout'] = 'Logout';
$lang['customize'] = 'customize';
$lang['hint_customize'] = 'customize the appareance of the gallery';
$lang['hint_search'] = 'search';
@@ -54,16 +54,16 @@ $lang['favorite_cat'] = 'favorites';
$lang['favorite_cat_hint'] = 'display your favorites';
$lang['about'] = 'about';
$lang['hint_about'] = 'more informations on PhpWebGallery...';
-$lang['admin'] = 'admin';
+$lang['admin'] = 'Administration';
$lang['hint_admin'] = 'available for administrators only';
-$lang['no_category'] = 'No category selected<br />please select it in the menu';
+$lang['no_category'] = 'Home';
$lang['page_number'] = 'page number';
$lang['previous_page'] = 'Previous';
$lang['next_page'] = 'Next';
$lang['nb_image_category'] = 'number of images in this category';
-$lang['recent_image'] = 'image within the';
+$lang['recent_image'] = 'Image within the';
$lang['days'] = 'days';
-$lang['send_mail'] = 'Any comment? Send me an e-mail';
+$lang['send_mail'] = 'Contact the webmaster';
$lang['title_send_mail'] = 'A comment on your site';
$lang['sub-cat'] = 'subcategories';
$lang['images_available'] = 'images in this category';
@@ -233,5 +233,5 @@ $lang['stats_last_days'] = 'last days';
$lang['hint_comments'] = 'See last users comments';
$lang['menu_login'] = 'login';
$lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
-
+$lang['hello'] = 'Hello';
?> \ No newline at end of file