aboutsummaryrefslogtreecommitdiffstats
path: root/language/ca_ES
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-05-14 22:28:45 +0000
committerplegall <plg@piwigo.org>2012-05-14 22:28:45 +0000
commit03a2eece52f6b3199aae89b927da337a45f17380 (patch)
tree944a9adcb87e0d765f487dcd7927e704d0032a6c /language/ca_ES
parent4cac242866461f1307c3f0de01efa04a08d867c8 (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 'language/ca_ES')
-rw-r--r--language/ca_ES/admin.lang.php1
-rw-r--r--language/ca_ES/common.lang.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php
index 3987e1dce..dd15bd217 100644
--- a/language/ca_ES/admin.lang.php
+++ b/language/ca_ES/admin.lang.php
@@ -929,5 +929,4 @@ $lang['Rated %d times, score : %.2f'] = 'Valorada %d vegades. Resultat: %.2f';
$lang['Sharpen'] = 'Enfocament';
$lang['Visited %d times'] = 'Visitada %d vegades';
$lang['Watermark'] = 'Marca d\'aigua';
-$lang['%d rate'] = '%d valoracion';
?> \ No newline at end of file
diff --git a/language/ca_ES/common.lang.php b/language/ca_ES/common.lang.php
index 4b5639a44..1b97a7fa1 100644
--- a/language/ca_ES/common.lang.php
+++ b/language/ca_ES/common.lang.php
@@ -403,4 +403,5 @@ $lang['Search by date'] = 'Cercar per data';
$lang['Search for any term'] = 'Cerca per qualsevol terme';
$lang['Visits, high &rarr; low'] = 'Visites, alt &rarr; baix';
$lang['Visits, low &rarr; high'] = 'Visites, baix &rarr; alt';
+$lang['%d rate'] = '%d valoracion';
?> \ No newline at end of file