diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-07-09 21:00:00 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-07-09 21:00:00 +0000 |
commit | f007a28bf6a40632e06f227a59f45d525136f9f4 (patch) | |
tree | 485c61ab3eb812b1807bd0d40ee682964dd59d1d /language/en_UK.iso-8859-1/common.lang.php | |
parent | 2cf37f308e0d530fa642b016dfb4a0db24b5a883 (diff) |
replacement of short_period and long_period by recent_period
git-svn-id: http://piwigo.org/svn/trunk@452 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
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'; |