From f007a28bf6a40632e06f227a59f45d525136f9f4 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 9 Jul 2004 21:00:00 +0000 Subject: replacement of short_period and long_period by recent_period git-svn-id: http://piwigo.org/svn/trunk@452 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 6 ++---- 1 file changed, 2 insertions(+), 4 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 3effbc01f..06e9d0a37 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -219,11 +219,9 @@ $lang['times'] = 'times'; $lang['customize_theme'] = 'interface theme'; $lang['customize_expand'] = 'expand all categories'; $lang['customize_show_nb_comments'] = 'show number of comments'; -$lang['customize_short_period'] = 'short period'; -$lang['customize_long_period'] = 'long period'; +$lang['customize_recent_period'] = 'recent period'; $lang['customize_template'] = 'template'; -$lang['err_periods'] = 'periods must be integer values'; -$lang['err_periods_2'] = 'periods must be superior to 0. The long period must be grater than the short period.'; +$lang['err_periods'] = 'recent period must be a positive integer value'; $lang['create_cookie'] = 'create a cookie'; $lang['customize_day'] = 'day'; $lang['customize_week'] = 'week'; -- cgit v1.2.3