; @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_ACFCHAINEDFIELDS_LABEL="ACF - Chained Fields"
ACF_CHAINEDFIELDS_VALUE_DESC="Select a value from a dropdown to reveal the next available options."
ACF_CHAINEDFIELDS="Fields - ACF Chained Fields"
ACF_CHAINEDFIELDS_DESC="Create select fields that dynamically change based on the previous selection."
ACF_CHAINEDFIELDS_DATA_SOURCE="Data Source"
ACF_CHAINEDFIELDS_DATA_SOURCE_DESC="Select the data source. You can either enter the expected format via text or upload a CSV file."
ACF_CHAINEDFIELDS_FROM_CSV_FILE="From CSV File"
ACF_CHAINEDFIELDS_DATA_SOURCE_CUSTOM="Custom Data Source"
ACF_CHAINEDFIELDS_DATA_SOURCE_CUSTOM_DESC="Enter the data source source manually. Format:
Year,Make,Model
2015,Audi,A3
2016,BMW,X3
2017,FIAT,500"
ACF_CHAINEDFIELDS_CSV="CSV Data Source"
ACF_CHAINEDFIELDS_CSV_DESC="Upload a CSV file to import your choices."
ACF_CHAINEDFIELDS_CSV_SEPARATOR="CSV Separator"
ACF_CHAINEDFIELDS_CSV_SEPARATOR_DESC="Enter the separator used in the CSV file."
ACF_CHAINEDFIELDS_LAYOUT="Layout"
ACF_CHAINEDFIELDS_LAYOUT_DESC="Select the layout that will be used to display the field."
ACF_CHAINEDFIELDS_CUSTOM_LAYOUT="Custom Layout"
ACF_CHAINEDFIELDS_CUSTOM_LAYOUT_DESC="Enter the custom layout.
You can use the following Smart Tags for each dropdown fields to retrieve their values: {field.1.value} where 1 is the first dropdown field which will return its value.
Similarly, you can use the Smart Tag {field.1.label} to retrieve each dropdown label.
Replace 1 with 2 for the second dropdown field, etc..."