mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
feature 2384: improve average rating calculation (final)
git-svn-id: http://piwigo.org/svn/trunk@11839 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -35,29 +35,28 @@ $lang_info['code'] = "en";
|
||||
$lang_info['zero_plural'] = "1";
|
||||
|
||||
|
||||
$lang['%.2f (rated %d times)'] = "%.2f (rated %d times)";
|
||||
$lang['%d Kb'] = "%d Kb";
|
||||
$lang['%d album updated'] = "%d album updated";
|
||||
$lang['%d albums updated'] = "%d albums updated";
|
||||
$lang['%d comment to validate'] = "%d comment to validate";
|
||||
$lang['%d comments to validate'] = "%d comments to validate";
|
||||
$lang['%d new comment'] = "%d new comment";
|
||||
$lang['%d new comments'] = "%d new comments";
|
||||
$lang['%d comment'] = "%d comment";
|
||||
$lang['%d comments to validate'] = "%d comments to validate";
|
||||
$lang['%d comments'] = "%d comments";
|
||||
$lang['%d hit'] = "%d hit";
|
||||
$lang['%d hits'] = "%d hits";
|
||||
$lang['%d Kb'] = "%d Kb";
|
||||
$lang['%d new comment'] = "%d new comment";
|
||||
$lang['%d new comments'] = "%d new comments";
|
||||
$lang['%d new photo'] = "%d new photo";
|
||||
$lang['%d new photos'] = "%d new photos";
|
||||
$lang['%d new user'] = "%d new user";
|
||||
$lang['%d new users'] = "%d new users";
|
||||
$lang['%d rates'] = "%d rates";
|
||||
$lang['About'] = "About";
|
||||
$lang['All tags'] = "All tags";
|
||||
$lang['Any tag'] = "Any tag";
|
||||
$lang['At least one listed rule must be satisfied.'] = "At least one listed criterion must be satisfied.";
|
||||
$lang['At least one tag must match'] = "At least one tag must match";
|
||||
$lang['Author'] = "Author";
|
||||
$lang['Average rate'] = "Average rate";
|
||||
$lang['Albums'] = "Albums";
|
||||
$lang['Album'] = "Album";
|
||||
$lang['Close this window'] = "Close this window";
|
||||
@@ -104,7 +103,7 @@ $lang['Posted on'] = "Posted on";
|
||||
$lang['Profile'] = "Profile";
|
||||
$lang['Quick connect'] = "Quick connect";
|
||||
$lang['RSS feed'] = "RSS feed";
|
||||
$lang['Rate'] = "Rate";
|
||||
$lang['Rating score'] = "Rating score";
|
||||
$lang['Register'] = "Register";
|
||||
$lang['Registration'] = "Registration";
|
||||
$lang['Related tags'] = "Related tags";
|
||||
|
||||
Reference in New Issue
Block a user