Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.json « lang « GeoIp2 « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0559328eb33289ca3fbadbbf31d806f2fd62074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "GeoIp2": {
    "CannotFindGeoIPDatabaseInArchive": "No valid DBIP / GeoIP database could be found in tar archive %1$s!",
    "CannotUnzipGeoIPFile": "Could not unzip GeoIP file in %1$s: %2$s",
    "PluginDescription": "Provides DBIP / GeoIP2 location providers.",
    "LocationProviderDesc_Php": "This location provider is the simplest to install as it does not require server configuration (ideal for shared hosting!). It uses a DBIP or 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.",
    "ShowCustomServerVariablesConfig": "I use the Geoip2 server module (Nginx, Apache...) and want to configure server variables",
    "ServerVariableFor": "Server variable for %s"
  }
}