diff options
author | plegall <plg@piwigo.org> | 2012-05-14 22:28:45 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-05-14 22:28:45 +0000 |
commit | 03a2eece52f6b3199aae89b927da337a45f17380 (patch) | |
tree | 944a9adcb87e0d765f487dcd7927e704d0032a6c /language/af_ZA/common.lang.php | |
parent | 4cac242866461f1307c3f0de01efa04a08d867c8 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | language/af_ZA/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/af_ZA/common.lang.php b/language/af_ZA/common.lang.php index 567268368..f04dab520 100644 --- a/language/af_ZA/common.lang.php +++ b/language/af_ZA/common.lang.php @@ -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'; ?>
\ No newline at end of file |