67 lines
3.9 KiB
INI
67 lines
3.9 KiB
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_ACFMAP_LABEL="ACF - Map"
|
|
ACF_MAP="Fields - ACF Map"
|
|
ACF_MAP_DESC="Display an interactive map based on OpenStreetMap, Google Maps, or Bing Maps and add unlimited markers."
|
|
ACF_MAP_VALUE_DESC="Pick a location from the map, enter an address or coordinates in the search field."
|
|
ACF_MAP_WIDTH="Map Width"
|
|
ACF_MAP_WIDTH_DESC=""
|
|
ACF_MAP_HEIGHT="Map Height"
|
|
ACF_MAP_HEIGHT_DESC=""
|
|
ACF_MAP_ADDRESS="Address"
|
|
ACF_MAP_ADDRESS_DESC="Enter an address or coordinates to search"
|
|
ACF_MAP_DEFAULT_COORDS="Default Map Coordinates"
|
|
ACF_MAP_DEFAULT_COORDS_DESC="Enter the default latitude and longitude coordinates separated by comma."
|
|
ACF_MAP_SCALE="Map Scale"
|
|
ACF_MAP_SCALE_DESC="Select the scale unit that appears at the bottom left side of the map."
|
|
ACF_MAP_SCALE_METRIC="Metric"
|
|
ACF_MAP_SCALE_IMPERIAL="Imperial"
|
|
ACF_MAP_PROVIDER="Provider"
|
|
ACF_MAP_PROVIDER_DESC="Select the map provider."
|
|
ACF_MAP_OPENSTREETMAP="OpenStreetMap"
|
|
ACF_MAP_GOOGLE_MAP="Google Map"
|
|
ACF_MAP_BING_MAP="Bing Map"
|
|
ACF_MAP_UNLIMITED_MARKERS="Unlimited Markers"
|
|
ACF_MAP_UNLIMITED_MARKERS_DESC="The free version allows up to 1 map marker. Upgrade to Pro to unlock unlimited map markers."
|
|
ACF_MAP_BINGMAP_APIKEY="Bing Maps API Key"
|
|
ACF_MAP_BINGMAP_APIKEY_DESC="Set your Bing Maps API Key. <br><br>Click on the 'Get a Bing Maps API Key' link for instructions on how you can get one."
|
|
ACF_MAP_BINGMAP_APIKEY_GET="Get a Bing Maps API Key"
|
|
ACF_MAP_GOOGLEMAP_APIKEY="Google Maps API Key"
|
|
ACF_MAP_GOOGLEMAP_APIKEY_DESC="Set your Google Maps API Key. <br><br>Click on the 'Get a Google Maps API Key' link for instructions on how you can get one."
|
|
ACF_MAP_GOOGLEMAP_APIKEY_GET="Get a Google Maps API Key"
|
|
ACF_MAP_API_KEY_WARNING="In order for %s to run, you will need to set your API Key. <a href="%s">Set API Key now</a>."
|
|
ACF_MAP_TYPE="Map Type"
|
|
ACF_MAP_TYPE_DESC="Select the map type."
|
|
ACF_MAP_SATELLITE="Satellite"
|
|
ACF_MAP_TERRAIN="Terrain"
|
|
ACF_MAP_HYBRID="Hybrid"
|
|
ACF_MAP_ROAD="Road"
|
|
ACF_MAP_DARK_MODE="Dark mode"
|
|
ACF_MAP_LIGHT_MODE="Light mode"
|
|
ACF_MAP_BIRDSEYE="Birdseye"
|
|
ACF_MAP_GRAYSCALE="Grayscale"
|
|
ACF_MAP_ORDNANCESURVEY="Ordnance Survey"
|
|
ACF_MAP_OPENSTREETMAP_APIKEY="OpenStreetMap ArcGIS API Key"
|
|
ACF_MAP_OPENSTREETMAP_APIKEY_DESC="Set your ArcGIS Developer API Key required by the OpenStreetMap to show the map in satellite mode. <br><br>Click on the 'Get an ArcGIS Developer API Key' link for instructions on how you can get one."
|
|
ACF_MAP_OPENSTREETMAP_APIKEY_GET="Get an ArcGIS Developer API Key"
|
|
ACF_MAP_ZOOM_LEVEL="Zoom Level"
|
|
ACF_MAP_ZOOM_LEVEL_DESC="Set the map zoom."
|
|
ACF_MAP_MAP_CENTER="Map Center"
|
|
ACF_MAP_MAP_CENTER_DESC="Set whether to set a fixed zoom for the map or let the map provider auto-zoom and center the map around the markers."
|
|
ACF_MAP_PRESET_ZOOM="Preset Zoom"
|
|
ACF_MAP_FIT_BOUNDS="Fit Bounds"
|
|
ACF_MAP_SET_MAP_CENTER="Set Map Center"
|
|
ACF_MAP_SET_MAP_CENTER_DESC="Define where to center the map. If no value is set, it defaults to the first marker added on the map."
|
|
ACF_MAP_ENABLE_INFO_WINDOW="Enable Info Window"
|
|
ACF_MAP_ENABLE_INFO_WINDOW_DESC="Set whether to display an info window whenever a map marker is clicked.<br />By default, it will show each map marker address, however, you can define a custom label and description for each map marker."
|
|
ACF_MAP_MAXIMUM_MARKERS="Maximum Markers"
|
|
ACF_MAP_MAXIMUM_MARKERS_DESC="Set the maximum number of markers that can be added on the map. Enter 0 for unlimited markers."
|
|
ACF_MAP_MARKER_IMAGE="Marker Image"
|
|
ACF_MAP_MARKER_IMAGE_DESC="Replace the default marker image by uploading an image of your choice."
|
|
ACF_MAP_SHOW_SIDEBAR="Show Sidebar"
|
|
ACF_MAP_SHOW_SIDEBAR_DESC="Set whether to show the sidebar on the left side of the map editor. The sidebar allows you to filter, edit, delete markers, as well as import locations." |