From 0e2436f50a61f90da22e75085280bf9f2087699a Mon Sep 17 00:00:00 2001 From: z0rglub Date: Mon, 30 Aug 2004 22:00:46 +0000 Subject: add rating feature git-svn-id: http://piwigo.org/svn/trunk@507 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'language/en_UK.iso-8859-1') 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 -- cgit v1.2.3