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/VisitFrequency/lang/da.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/VisitFrequency/lang/da.json')
-rw-r--r--plugins/VisitFrequency/lang/da.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/VisitFrequency/lang/da.json b/plugins/VisitFrequency/lang/da.json
new file mode 100644
index 0000000000..2853683a0d
--- /dev/null
+++ b/plugins/VisitFrequency/lang/da.json
@@ -0,0 +1,25 @@
+{
+ "VisitFrequency": {
+ "ColumnActionsByReturningVisits": "Handlinger af tilbagevendende besøg",
+ "ColumnAverageVisitDurationForReturningVisitors": "Gns. besøgsvarighed for tilbagevendende besøgende (i sekunder)",
+ "ColumnAvgActionsPerReturningVisit": "Gns. antal handlinger pr. tilbagevendende besøg",
+ "ColumnBounceCountForReturningVisits": "Afvisningstæller for tilbagevendende besøg",
+ "ColumnBounceRateForReturningVisits": "Afvisningsprocent for tilbagevendende besøg",
+ "ColumnMaxActionsInReturningVisit": "Maks. handlinger i et tilbagevendende besøg",
+ "ColumnNbReturningVisitsConverted": "Antal konverterede tilbagevendende besøg",
+ "ColumnReturningVisits": "Tilbagevendende besøg",
+ "ColumnSumVisitLengthReturning": "Samlet tidsforbrug for tilbagevendende besøgende (i sekunder)",
+ "ColumnUniqueReturningVisitors": "Unikke tilbagevendende besøgende",
+ "PluginDescription": "Rapporter forskellige statistikker om tilbagevendende besøgende kontra førstegangs besøgende..",
+ "ReturnActions": "%s handlinger af tilbagevendende besøg",
+ "ReturnAverageVisitDuration": "%s gns. Besøgsvarighed for tilbagevendende besøgende",
+ "ReturnAvgActions": "%s gns. handlinger pr. tilbagevendende besøg",
+ "ReturnBounceRate": "%s tilbagevendende besøg er blevet afvist (har forladt hjemmesiden efter en sidevisning)",
+ "ReturningVisitDocumentation": "Et tilbagevendende besøg (i modsætning til et nyt besøg) foretages af en person, der har besøgt hjemmesiden mindst en gang før.",
+ "ReturningVisitsDocumentation": "Oversigt over tilbagevendende besøg.",
+ "ReturnVisits": "%s tilbagevendende besøg",
+ "SubmenuFrequency": "Hyppighed",
+ "WidgetGraphReturning": "Tilbagevendende besøg",
+ "WidgetOverview": "Hyppighedsoversigt"
+ }
+} \ No newline at end of file