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:
Diffstat (limited to 'plugins/GeoIp2/lang/en.json')
-rw-r--r--plugins/GeoIp2/lang/en.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/GeoIp2/lang/en.json b/plugins/GeoIp2/lang/en.json
new file mode 100644
index 0000000000..94146cae56
--- /dev/null
+++ b/plugins/GeoIp2/lang/en.json
@@ -0,0 +1,14 @@
+{
+ "GeoIp2": {
+ "CannotFindGeoIPDatabaseInArchive": "No valid GeoIP database could be found in tar archive %1$s!",
+ "CannotUnzipGeoIPFile": "Could not unzip GeoIP file in %1$s: %2$s",
+ "PluginDescription": "Provides GeoIP2 location providers.",
+ "LocationProviderDesc_Php": "This location provider is the most simple to install as it does not require server configuration (ideal for shared hosting!). It uses a GeoIP 2 database and MaxMind's PHP API to accurately determine the location of your visitors.",
+ "LocationProviderDesc_Php_WithExtension": "This location provider is speeded up by the installed %1$smaxminddb%2$s extension.",
+ "LocationProviderDesc_ServerModule": "This location provider uses the GeoIP 2 module that has been installed in your HTTP server. This provider is fast and accurate, but %1$scan only be used with normal browser tracking.%2$s",
+ "LocationProviderDesc_ServerModule2": "If you have to import log files or do something else that requires setting IP addresses, use the %3$sPHP GeoIP 2 implementation%4$s and install %1$smaxminddb extension%2$s.",
+ "ServerBasedVariablesConfiguration": "Configuration for server variables used by GeoIP 2 server modules",
+ "GeoIPVariablesConfigurationHere": "You can configure used server variables %1$shere%2$s.",
+ "ServerVariableFor": "Server variable for %s"
+ }
+} \ No newline at end of file