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:
authorStefan Giehl <stefan@matomo.org>2019-05-10 22:55:11 +0300
committerGitHub <noreply@github.com>2019-05-10 22:55:11 +0300
commitb372751727b9f51ffb1bd09cc3977e43384883ee (patch)
treebc61ab7ee2325a3504e5e0f51a9f55d6c22137c8 /plugins/GeoIp2
parent7cb39cec843e8516fe49516e6d9a4fd44263fac5 (diff)
language update (#14441)
Diffstat (limited to 'plugins/GeoIp2')
-rw-r--r--plugins/GeoIp2/lang/nl.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/GeoIp2/lang/nl.json b/plugins/GeoIp2/lang/nl.json
new file mode 100644
index 0000000000..a20605af35
--- /dev/null
+++ b/plugins/GeoIp2/lang/nl.json
@@ -0,0 +1,10 @@
+{
+ "GeoIp2": {
+ "CannotFindGeoIPDatabaseInArchive": "Er is geen geldige GeoIP-database gevonden in tar-archief %1$s!",
+ "CannotUnzipGeoIPFile": "Kan het GeoIP-bestand niet uitpakken in %1$s:%2$s",
+ "PluginDescription": "Biedt GeoIP2 locatie providers.",
+ "ServerBasedVariablesConfiguration": "Configuratie voor servervariabelen die worden gebruikt door GeoIP 2-servermodules",
+ "GeoIPVariablesConfigurationHere": "Je kunt %1$s gebruikte servervariabelen hier %2$sconfigureren.",
+ "ServerVariableFor": "Server variabele voor %s"
+ }
+} \ No newline at end of file