From 11c2e5805334a637a4e304c27d0fdcf709e24772 Mon Sep 17 00:00:00 2001 From: gweltas Date: Wed, 25 Aug 2004 22:25:58 +0000 Subject: - Deletion of obsolete functions in the administrative part - Repair of virtual category management git-svn-id: http://piwigo.org/svn/trunk@496 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 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 c1490b041..81c046818 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -63,6 +63,9 @@ $lang['new'] = 'New'; $lang['identification'] = 'Identification'; //Calendar +$lang['calendar'] = 'calendar'; +$lang['calendar_hint'] = 'displays each day with pictures, month per month'; +$lang['calendar_picture_hint'] = 'displays pictures added on '; $lang['month'][1] = 'January'; $lang['month'][2] = 'February'; $lang['month'][3] = 'March'; @@ -207,12 +210,10 @@ $lang['most_visited_cat_hint'] = 'displays most visited pictures'; $lang['most_visited_cat'] = 'most visited'; $lang['best_rated_cat_hint'] = 'displays pictures best rated'; $lang['best_rated_cat'] = 'best rated'; -$lang['recent_pics_cat_hint'] = 'displays most recent pictures'; -$lang['recent_pics_cat'] = 'recent pictures'; -$lang['recent_pics_cat_title'] = 'Recent pictures'; -$lang['recent_cats_cat_hint'] = 'displays recently updated categories'; -$lang['recent_cats_cat'] = 'updated categories'; -$lang['recent_cats_cat_title'] = 'Recently updated categories'; +$lang['recent_pics_cat_hint'] = 'Displays most recent pictures'; +$lang['recent_pics_cat'] = 'Last pictures'; +$lang['recent_cats_cat_hint'] = 'Displays recently updated categories'; +$lang['recent_cats_cat'] = 'Last categories'; $lang['visited'] = 'visited'; $lang['times'] = 'times'; $lang['customize_theme'] = 'interface theme'; @@ -255,9 +256,6 @@ $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 '; // search $lang['search_wrong_date'] = ' : this date is not valid'; -- cgit v1.2.3