bug fixed: move $lang['%d rate'] from admin.lang.php to common.inc.php to display "1 rate" on picture.php when relevant

adapt picture.tpl to display "1 rate" if only 1 rate, instead of "1 rates".


git-svn-id: http://piwigo.org/svn/trunk@14978 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2012-05-14 22:28:45 +00:00
commit 03a2eece52
19 changed files with 23 additions and 11 deletions

View file

@ -588,5 +588,4 @@ $lang['randomly represented'] = 'lukraak album duimnael';
$lang['remove tags'] = 'verwyder etikette';
$lang['remove this filter'] = 'verwyder hierdie filter';
$lang['remove title'] = 'verwyder titel';
$lang['%d rate'] = '%d gradering';
?>

View file

@ -403,4 +403,5 @@ $lang['View in'] = 'Bekyk in';
$lang['Visits, high → low'] = 'Besoeke, hoog → laag';
$lang['Visits, low → high'] = 'Besoeke, laag → hoog';
$lang['xsmall'] = 'XS - baie klein';
$lang['%d rate'] = '%d gradering';
?>