diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-06-18 23:26:12 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-06-18 23:26:12 +0000 |
commit | 3f9f3fa032de9e66c6523c8e9feb754959a59e67 (patch) | |
tree | 7b58feb026aa735a7683ec0303cfeaa2aa4ea6b1 /language/en_UK.iso-8859-1/common.lang.php | |
parent | 1cb24e744fcdd5aab89c4958c7cfa4ffa33b2248 (diff) |
new category added : recent_cats
git-svn-id: http://piwigo.org/svn/trunk@439 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 5dfc4565d..3effbc01f 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -211,6 +211,9 @@ $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['visited'] = 'visited'; $lang['times'] = 'times'; $lang['customize_theme'] = 'interface theme'; |