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:
authorsgiehl <stefan@piwik.org>2013-08-30 20:25:35 +0400
committersgiehl <stefan@piwik.org>2013-09-04 02:15:14 +0400
commit3d68097b6bd9779a8a393eb35308b0e80f32a7bb (patch)
treed287c0c47629fc0318c634e15a06ecefc5305e06 /plugins/DBStats/lang/nl.json
parentd059d7f4d42b77975b8259582b7d3f026a6c7283 (diff)
moved translations for DBStats plugin to its own language files, as it will be moved to its own repository
Diffstat (limited to 'plugins/DBStats/lang/nl.json')
-rw-r--r--plugins/DBStats/lang/nl.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/DBStats/lang/nl.json b/plugins/DBStats/lang/nl.json
new file mode 100644
index 0000000000..255978a66d
--- /dev/null
+++ b/plugins/DBStats/lang/nl.json
@@ -0,0 +1,21 @@
+{
+ "DBStats": {
+ "PluginDescription": "Deze plugin toont het MySQL database verbruik door de Piwik tabellen.",
+ "DatabaseUsage": "Database gebruik",
+ "MainDescription": "Piwik slaat alle analysedata op in een MySQL database. Momenteel is de omvang van deze database %s.",
+ "LearnMore": "Voor meer informatie over de manier waarop Piwik de data verwerkt en over de werking van Piwik in combinatie met middelgrote en grote website's, zie de documentatie %s.",
+ "Table": "Tabel",
+ "RowCount": "Aantal rijen",
+ "DataSize": "Data omvang",
+ "IndexSize": "Index grootte",
+ "TotalSize": "Totale grootte",
+ "DBSize": "DB grootte",
+ "ReportDataByYear": "Rapport tabellen per jaar",
+ "MetricDataByYear": "Metric tabellen per jaar",
+ "EstimatedSize": "Geschatte grootte",
+ "TrackerTables": "Tracker tabellen",
+ "ReportTables": "Rapport tabellen",
+ "MetricTables": "Metric tabellen",
+ "OtherTables": "Andere tabellen"
+ }
+} \ No newline at end of file