From e584310d3a51bcae7be00513a852ad43e22c585b Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 21 Mar 2006 01:27:21 +0000 Subject: URL rewriting: fix some old links, calendar simplification and prepare code for urls without ? (added functions get_root_url and add_url_param) git-svn-id: http://piwigo.org/svn/trunk@1090 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'language/en_UK.iso-8859-1/common.lang.php') diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 4f583b5c6..f8dd99a22 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -132,11 +132,11 @@ $lang['caddie'] = 'caddie'; $lang['calendar'] = 'Calendar'; $lang['calendar_any'] = 'All'; $lang['calendar_hint'] = 'displays each day with pictures, month per month'; -$lang['calendar_monthly_l'] = 'Monthly list'; -$lang['calendar_monthly_c'] = 'Monthly calendar'; $lang['calendar_picture_hint'] = 'displays pictures added on '; $lang['calendar_view'] = 'View'; -$lang['calendar_weekly_l'] = 'Weekly list'; +$lang['chronology_monthly_list'] = 'Monthly list'; +$lang['chronology_monthly_calendar'] = 'Monthly calendar'; +$lang['chronology_weekly_list'] = 'Weekly list'; $lang['click_to_redirect'] = 'Click here if your browser does not automatically forward you'; $lang['comment date'] = 'comment date'; $lang['comment'] = 'Comment'; @@ -184,7 +184,7 @@ $lang['generation_time'] = 'Page generated in'; $lang['guest'] = 'guest'; $lang['hello'] = 'Hello'; $lang['hint_admin'] = 'available for administrators only'; -$lang['hint_category'] = 'shows images at the root of this categry'; +$lang['hint_category'] = 'shows images at the root of this category'; $lang['hint_comments'] = 'See last users comments'; $lang['hint_customize'] = 'customize the appareance of the gallery'; $lang['hint_search'] = 'search'; @@ -289,7 +289,7 @@ $lang['search_one_clause_at_least'] = 'Empty query. No criteria has been entered $lang['search_options'] = 'Search Options'; $lang['search_result'] = 'Search results'; $lang['search_sort'] = 'Sort results by'; -$lang['search_subcats_included'] = 'Search in subcategroies'; +$lang['search_subcats_included'] = 'Search in subcategories'; $lang['search_title'] = 'Search'; $lang['searched words : %s'] = 'searched words : %s'; $lang['send_mail'] = 'Contact'; -- cgit v1.2.3