17 lines
931 B
INI
17 lines
931 B
INI
; @package Advanced Custom Fields
|
|
; @version 2.8.8 Pro
|
|
;
|
|
; @author Tassos Marinos - http://www.tassos.gr/joomla-extensions
|
|
; @copyright Copyright (c) 2019 Tassos Marinos. All rights reserved.
|
|
; @license http://www.tassos.gr
|
|
|
|
PLG_FIELDS_ACFCOUNTRY_LABEL="ACF - Country"
|
|
ACF_COUNTRY="Fields - ACF Country"
|
|
ACF_COUNTRY_DESC="Select a country from a list in the back-end and display the country name or country code in the front-end."
|
|
ACF_COUNTRY_NAME="Country Name"
|
|
ACF_COUNTRY_CODE="Country Code"
|
|
ACF_COUNTRY_VALUE_DESC="Select a Country from the list"
|
|
ACF_COUNTRY_DETECT_VISITOR_COUNTRY="Detect Visitor Country"
|
|
ACF_COUNTRY_DETECT_VISITOR_COUNTRY_DESC="If enabled, the field will try to detect and prefill the visitor's country.<br><br>It requires the TGeoIP plugin to be installed."
|
|
ACF_COUNTRY_MULTIPLE_SELECTION="Multiple Country Selection"
|
|
ACF_COUNTRY_MULTIPLE_SELECTION_DESC="Allow selection of multiple countries." |