aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK.iso-8859-1/common.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-10-15 21:47:19 +0000
committerplegall <plg@piwigo.org>2005-10-15 21:47:19 +0000
commitd411c48e9fdae60f4f9823ff7add790b39feeba2 (patch)
tree0dbf78eb65d3dbbb2394855ef265a887c9ec5e4c /language/en_UK.iso-8859-1/common.lang.php
parentf8c3f9eb6565a5a538afe6a1da9d8bd1e89f7f2d (diff)
- modification: localized labels in Administration>Pictures>Caddie
- translation: bug fixed on special categories title in French - translation: all help pages were translated in french git-svn-id: http://piwigo.org/svn/trunk@889 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.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php
index 7dddd87ed..8e4c0ef91 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -100,7 +100,6 @@ $lang['User comments'] = 'User comments';
$lang['Username'] = 'Username';
$lang['Visits'] = 'Visits';
$lang['Webmaster'] = 'Webmaster';
-$lang['about'] = 'about';
$lang['about_page_title'] = 'About PhpWebGallery';
$lang['access_forbiden'] = 'You are not authorized to access this page';
$lang['add to caddie'] = 'add to caddie';
@@ -154,7 +153,6 @@ $lang['gallery_locked_message'] = 'The gallery is locked for maintenance. Please
$lang['generation_time'] = 'Page generated in';
$lang['guest'] = 'guest';
$lang['hello'] = 'Hello';
-$lang['hint_about'] = 'more informations on PhpWebGallery...';
$lang['hint_admin'] = 'available for administrators only';
$lang['hint_category'] = 'shows images at the root of this categry';
$lang['hint_comments'] = 'See last users comments';
@@ -300,4 +298,10 @@ $lang['upload_username'] = 'Username';
$lang['useful when password forgotten'] = 'useful when password forgotten';
$lang['w_month'] = 'Month';
$lang['yes'] = 'Yes';
+
+$lang['descending'] = 'descending';
+$lang['all'] = 'all';
+$lang['ascending'] = 'ascending';
+$lang['comment date'] = 'comment date';
+$lang['picture'] = 'picture';
?> \ No newline at end of file