aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-06-15 20:03:21 +0000
committerz0rglub <z0rglub@piwigo.org>2004-06-15 20:03:21 +0000
commited149472b5df6756073e53ef366cc6ed73fda479 (patch)
tree3483df692601d8dfcf9b261d19c2163f99f1ca31 /language
parentdd1354aed2511c6c7c5e2abee524ff94088f608b (diff)
- adds calendar category
- add "specials" categories instead of statistics git-svn-id: http://piwigo.org/svn/trunk@430 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php6
1 files changed, 4 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 95ea17b51..e205611b5 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -104,7 +104,6 @@ $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['days'] = 'days';
$lang['send_mail'] = 'Contact the webmaster';
@@ -204,7 +203,7 @@ $lang['errors_title'] = 'Errors';
$lang['infos_title'] = 'Informations';
$lang['default'] = 'default';
$lang['category_representative'] = 'representative';
-$lang['stats'] = 'statistics';
+$lang['special_categories'] = 'specials';
$lang['most_visited_cat_hint'] = 'displays most visited pictures';
$lang['most_visited_cat'] = 'most visited';
$lang['best_rated_cat_hint'] = 'displays pictures best rated';
@@ -254,4 +253,7 @@ $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';
+$lang['calendar'] = 'calendar';
+$lang['calendar_hint'] = 'displays each day with pictures, month per month';
+$lang['calendar_picture_hint'] = 'displays pictures added on ';
?> \ No newline at end of file