From 2dbc66da3bcb2903055b0269f65f9db18174c87b Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 1 Sep 2004 21:39:29 +0000 Subject: - new special category : random pictures - reorganisation of special categories menu : template is used only for template. A special category is presented as the template tells to do so. - favorites becomes just another special category - bug correction for best rated category : wrong MySQL query if user has forbidden categories (see include/functions_category.inc.php diff) git-svn-id: http://piwigo.org/svn/trunk@510 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 98184474e..25f9a8919 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -132,8 +132,8 @@ $lang['change_login'] = 'change login'; $lang['hint_login'] = 'identification enables site\'s appareance customization'; $lang['hint_customize'] = 'customize the appareance of the gallery'; $lang['hint_search'] = 'search'; -$lang['favorite_cat'] = 'favorites'; -$lang['favorite_cat_hint'] = 'display your favorites'; +$lang['favorite_cat'] = 'my favorites'; +$lang['favorite_cat_hint'] = 'display my favorites pictures'; $lang['about'] = 'about'; $lang['hint_about'] = 'more informations on PhpWebGallery...'; $lang['admin'] = 'Administration'; @@ -288,4 +288,6 @@ $lang['never_rated'] = 'You\'ve never rated this item'; $lang['no_rate'] = 'no rate'; $lang['rates'] = 'rates'; $lang['standard_deviation'] = 'STD'; +$lang['random_cat'] = 'random pictures'; +$lang['random_cat_hint'] = 'Displays a set of random pictures'; ?> \ No newline at end of file -- cgit v1.2.3