diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-30 22:00:46 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-30 22:00:46 +0000 |
commit | 0e2436f50a61f90da22e75085280bf9f2087699a (patch) | |
tree | bac0bec23ab9487453e212e66b5ba527b15c2e60 /language/en_UK.iso-8859-1 | |
parent | 0c482df04e1631e12db1fe99e904d6111b17adf1 (diff) |
add rating feature
git-svn-id: http://piwigo.org/svn/trunk@507 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index c0bdd2b04..45a611710 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -231,8 +231,8 @@ $lang['category_representative'] = 'representative'; $lang['special_categories'] = 'specials'; $lang['most_visited_cat_hint'] = 'displays most visited pictures'; $lang['most_visited_cat'] = 'most visited'; -$lang['best_rated_cat_hint'] = 'displays pictures best rated'; $lang['best_rated_cat'] = 'best rated'; +$lang['best_rated_cat_hint'] = 'displays best rated items'; $lang['recent_pics_cat_hint'] = 'Displays most recent pictures'; $lang['recent_pics_cat'] = 'Last pictures'; $lang['recent_cats_cat_hint'] = 'Displays recently updated categories'; @@ -279,4 +279,12 @@ $lang['hello'] = 'Hello'; $lang['picture_show_metadata'] = 'Show file metadata ?'; $lang['picture_hide_metadata'] = 'Hide file metadata'; +$lang['to_rate'] = 'Rate'; +$lang['update_rate'] = 'Update your rating'; +$lang['element_rate'] = 'rate'; +$lang['already_rated'] = 'You\'ve already rated this item'; +$lang['never_rated'] = 'You\'ve never rated this item'; +$lang['no_rate'] = 'no rate'; +$lang['rates'] = 'rates'; +$lang['standard_deviation'] = 'STD'; ?>
\ No newline at end of file |