Files
conservatorio-tomadini/plugins/system/tgeoip/language/en-GB/en-GB.plg_system_tgeoip.ini
2024-12-31 11:07:09 +01:00

37 lines
3.4 KiB
INI

; @package Advanced Custom Fields
; @version 2.8.8 Pro
;
; @author Tassos Marinos <info@tassos.gr>
; @link http://www.tassos.gr
; @copyright Copyright © 2024 Tassos Marinos All Rights Reserved
; @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later
TGEOIP="Tassos GeoIP"
PLG_SYSTEM_TGEOIP="System - Tassos GeoIP"
PLG_SYSTEM_TGEOIP_DESC="This plugin provides GeoIP features (finding out the country of an IP address) for Tassos.gr extensions. Without it the GeoIP features will not be available. This plugin includes GeoLite2 data created by MaxMind <a href='http://www.maxmind.com'>http://www.maxmind.com</a>."
PLG_SYSTEM_TGEOIP_ERR_NOGZSUPPORT="Your server does not support extraction of GZip (.gz) files. The GeoLite2 Country database update cannot proceed."
PLG_SYSTEM_TGEOIP_ERR_EMPTYDOWNLOAD="Downloading the GeoLite2 Country database failed: empty file retrieved from server. Please contact your host."
PLG_SYSTEM_TGEOIP_ERR_WRITEFAILED="Writing the temporary file failed. Please make sure that the temporary directory defined in your site's Global Configuration is writeable. The GeoLite2 Country database update cannot proceed."
PLG_SYSTEM_TGEOIP_ERR_CANTUNCOMPRESS="Cannot decompress the GeoLite2 Country database file. Probably a corrupt download? The GeoLite2 Country database update cannot proceed."
PLG_SYSTEM_TGEOIP_ERR_MAXMINDRATELIMIT="MaxMind's servers are busy. Please retry updating the GeoLite2 Country database in 24 hours."
PLG_SYSTEM_TGEOIP_ERR_MAXMIND_GENERIC="A connection error occurred. Please retry updating the GeoLite2 Country database in 24 hours."
PLG_SYSTEM_TGEOIP_ERR_INVALIDDB="Downloaded database seems to be invalid. Please retry updating the GeoLite2 Country database in 24 hours."
PLG_SYSTEM_TGEOIP_ERR_WRONG_LICENSE_KEY="Your MaxMind license key appears to be incorrect."
PLG_SYSTEM_TGEOIP_ERR_CANTWRITE="Moving the database file failed. Please make sure that the database directory is writeable: %s"
PLG_SYSTEM_TGEOIP_UPDATE_DATABASE="Update Database"
PLG_SYSTEM_TGEOIP_UPDATE_DATABASE_DESC="Update the GeoLite2 database from MaxMind servers. This might take several seconds to finish. Please be patient."
PLG_SYSTEM_TGEOIP_DATABASE="Database"
PLG_SYSTEM_TGEOIP_LAST_UPDATED="Last Updated"
PLG_SYSTEM_TGEOIP_LAST_UPDATED_DESC="Indicates the last datetime the database updated."
PLG_SYSTEM_TGEOIP_CHECK_IP="Lookup IP Address"
PLG_SYSTEM_TGEOIP_CHECK_IP_DESC="Test drive the GeoIP plugin by looking up an IP address."
PLG_SYSTEM_TGEOIP_MAINTENANCE="GeoIP Database Maintenance"
PLG_SYSTEM_TGEOIP_MAINTENANCE_DESC="%s finds the country of your visitors' IP addresses using the MaxMind GeoLite2 Country database. You are advised to update it at least once per month. On most servers you can perform the update by clicking the button below."
PLG_SYSTEM_TGEOIP_DATABASE_UPDATED="GeoIP database successfully updated!"
PLG_SYSTEM_TGEOIP_LICENSE_KEY="License Key"
PLG_SYSTEM_TGEOIP_LICENSE_KEY_DESC="Get your free License Key to download the latest MaxMind GeoLite2 Database."
PLG_SYSTEM_TGEOIP_LICENSE_KEY_GET="Get a free License Key"
PLG_SYSTEM_TGEOIP_LICENSE_KEY_EMPTY="Please enter a valid MaxMind License Key."
PLG_SYSTEM_TGEOIP_ENABLE_PLUGIN="To be able to update the database you will need to enable this plugin first"
PLG_SYSTEM_TGEOIP_ENABLE_DOC_LINK_LABEL="Click to learn how to enable Geolocation features in Tassos.gr extensions"
PLG_SYSTEM_TGEOIP_PLEASE_WAIT="Please wait..."