Files
conservatorio-tomadini/plugins/fields/acfchainedfields/language/en-GB/en-GB.plg_fields_acfchainedfields.ini
2024-12-31 11:07:09 +01:00

24 lines
1.8 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_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:<br />Year,Make,Model<br />2015,Audi,A3<br />2016,BMW,X3<br />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.<br />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.<br />Similarly, you can use the Smart Tag {field.1.label} to retrieve each dropdown label.<br /><br />Replace 1 with 2 for the second dropdown field, etc..."