Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2009-09-11 20:00:32 +0400
committerrobocoder <anthon.pang@gmail.com>2009-09-11 20:00:32 +0400
commit452dae36f7d74dcb4a87c10012b4eb55b002ac46 (patch)
tree4fb3a6ec3ad259ee6de0abfa998b48099bed1d77 /lang/nl.php
parent5683c57818172137dc7ef16909992366c936fd85 (diff)
fixes #978 - error in translation string (%ss typo) -- the arg should already be
pluralized (i.e., CoreHome_PeriodDays) git-svn-id: http://dev.piwik.org/svn/trunk@1468 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'lang/nl.php')
-rw-r--r--lang/nl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nl.php b/lang/nl.php
index 5145a80538..072983427f 100644
--- a/lang/nl.php
+++ b/lang/nl.php
@@ -863,7 +863,7 @@ $translations = array(
'VisitsSummary_TotalTime' => '%s totale duur',
'VisitsSummary_MaxNbActions' => '%s acties per bezoek (max.)',
'VisitsSummary_NbBounced' => '%s Bounces (1 page view / bezoek)',
- 'VisitsSummary_Evolution' => 'Ontwikkeling van de laatste 30 %ss',
+ 'VisitsSummary_Evolution' => 'Ontwikkeling van de laatste 30 %s',
'VisitsSummary_Report' => 'Totalen',
'VisitsSummary_GenerateTime' => '%s seconden om deze pagina te genereren',
'VisitsSummary_GenerateQueries' => '%s queries uitgevoerd',