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:
parent
4cac242866
commit
03a2eece52
19 changed files with 23 additions and 11 deletions
|
|
@ -918,5 +918,4 @@ $lang['%d minutes'] = '%d minutes';
|
|||
$lang['%d second'] = '%d second';
|
||||
$lang['%d seconds'] = '%d seconds';
|
||||
$lang['Sharpen'] = 'Sharpen';
|
||||
$lang['%d rate'] = "%d rate";
|
||||
?>
|
||||
|
|
@ -403,4 +403,5 @@ $lang['Visits, low → high'] = 'Visits, low → high';
|
|||
$lang['Numeric identifier, 1 → 9'] = 'Numeric identifier, 1 → 9';
|
||||
$lang['Numeric identifier, 9 → 1'] = 'Numeric identifier, 9 → 1';
|
||||
$lang['Manual sort order'] = 'Manual sort order';
|
||||
$lang['%d rate'] = '%d rate';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue