From ed149472b5df6756073e53ef366cc6ed73fda479 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Tue, 15 Jun 2004 20:03:21 +0000 Subject: - adds calendar category - add "specials" categories instead of statistics git-svn-id: http://piwigo.org/svn/trunk@430 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'language') 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 -- cgit v1.2.3