diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-09-01 21:39:29 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-09-01 21:39:29 +0000 |
commit | 2dbc66da3bcb2903055b0269f65f9db18174c87b (patch) | |
tree | e80ccf0d4c0c6d135a24f221f4cf52a01b4340b3 /language/en_UK.iso-8859-1 | |
parent | f13b345dcfcab905a091d419073e0550d7e7cb1b (diff) |
- 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
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 6 |
1 files changed, 4 insertions, 2 deletions
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 |