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:
authorzipiju <cibula@gamepub.sk>2015-07-25 13:29:31 +0300
committerzipiju <cibula@gamepub.sk>2015-07-25 13:29:31 +0300
commitfb530a11822949e97e9cd0597f667fc2e5f3cf68 (patch)
tree358236d488c6bcd0fe2fe65410ac3b2ce77ba449 /plugins
parentf46421acf739038081ca2148af531d7e1e13f78a (diff)
Fix CoreHome date strings for Slovak lang
Fixes problem reported here: http://forum.piwik.org/read.php?15,128231
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/lang/sk.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/lang/sk.json b/plugins/CoreHome/lang/sk.json
index 60c82c625c..5ae8ec23c1 100644
--- a/plugins/CoreHome/lang/sk.json
+++ b/plugins/CoreHome/lang/sk.json
@@ -8,7 +8,7 @@
"DataForThisReportHasBeenPurged": "Dáta pre tento report sú viac ako %s mesiacov staré a boli zmazané.",
"DataTableExcludeAggregateRows": "Súhrnné riadky sú zobrazené %s Schovať ich",
"DataTableIncludeAggregateRows": "Súhrnné riadky sú schované %s Zobraziť ich",
- "DateFormat": "%long deň% %deň% %long mesiac% %long rok%",
+ "DateFormat": "%longDay% %day% %longMonth% %longYear%",
"Default": "Prednastavené",
"DonateCall1": "Používanie projektu Piwik Vás nebude nikdy nič stáť, ale to neznamená, že jeho vývoj nič nestojí.",
"DonateCall2": "Piwik potrebuje Vašu neustálu podporu aby rástol a prospieval.",
@@ -56,4 +56,4 @@
"UndoPivotBySubtable": "Tento report bol pivotovaný %s Naspäť pivot",
"PivotBySubtable": "Tento report nebol pivotovaný %s Pivotovať podľa %s"
}
-} \ No newline at end of file
+}