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:
authorThomas Steur <thomas.steur@gmail.com>2014-08-24 21:24:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:14:45 +0400
commitc1573b9becddcaf3156294d11b3ee6945d2ec08a (patch)
treeebb409f47778d6116f8e4159e902510f5b5f1c8e /plugins/CoreHome/lang/sl.json
parentfb52fd827ebb2fc804c3da764acebbe3a844c248 (diff)
refs #5863 another try to move translations into plugins. This time we always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
Diffstat (limited to 'plugins/CoreHome/lang/sl.json')
-rw-r--r--plugins/CoreHome/lang/sl.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/CoreHome/lang/sl.json b/plugins/CoreHome/lang/sl.json
new file mode 100644
index 0000000000..878f6c6f2d
--- /dev/null
+++ b/plugins/CoreHome/lang/sl.json
@@ -0,0 +1,22 @@
+{
+ "CoreHome": {
+ "CategoryNoData": "V tej kategoriji ni podatkov. Poizkusite \"Vključiti celotno populacijo\".",
+ "CheckForUpdates": "Preveri za posodobitve",
+ "Default": "privzeto",
+ "NoPrivilegesAskPiwikAdmin": "Vpisani ste kot '%s', vendar v Piwik-u nimate nastavljenih nobenih pooblastil. %s Poprosite vašega Piwik administratorja (klik za email)%s naj vam da pooblastila za ogled določene(ih) strani.",
+ "PageOf": "%1$s od %2$s",
+ "PeriodDay": "Dan",
+ "PeriodDays": "dni",
+ "PeriodMonth": "Mesec",
+ "PeriodMonths": "mesecev",
+ "PeriodRange": "Razpon",
+ "PeriodWeek": "Teden",
+ "PeriodWeeks": "tednov",
+ "PeriodYear": "Leto",
+ "PeriodYears": "let",
+ "ReportGeneratedOn": "Poročilo ustvarjano na %s",
+ "ReportGeneratedXAgo": "Poročilo ustvarjano pred %s",
+ "ShowJSCode": "Prikaži JavaScript kodo za vstavljanje",
+ "ThereIsNoDataForThisReport": "Za to poročilo ni podatkov."
+ }
+} \ No newline at end of file