acf
This commit is contained in:
		| @ -0,0 +1,24 @@ | ||||
| ; @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_ACFDOWNLOADBUTTON_LABEL="ACF - Download Button" | ||||
| ACF_DOWNLOADBUTTON="Fields - ACF Download Button" | ||||
| ACF_DOWNLOADBUTTON_DESC="Select a file in the back-end and display a download link or button in the front-end." | ||||
| ACF_DOWNLOADBUTTON_DIR="Directory" | ||||
| ACF_DOWNLOADBUTTON_DIR_DESC="The filesystem path to the directory containing the files to be listed" | ||||
| ACF_DOWNLOADBUTTON_FILTER="Include Files" | ||||
| ACF_DOWNLOADBUTTON_FILTER_DESC="Is a regular expression string which is used to filter the list of files selected for inclusion in the drop-down list. If omitted, all files in the directory are included. The Include Files argument is applied before the Exclude Files argument.<br><br><b>Filter a single extension:</b><br>.pdf<br><br><b>Filtering a list of extensions:</b><br>.pdf|.zip" | ||||
| ACF_DOWNLOADBUTTON_EXCLUDE="Exclude Files" | ||||
| ACF_DOWNLOADBUTTON_EXCLUDE_DESC="Is a regular expression string which is used to exclude files from the list. The Exclude Files argument expression is applied after the Includes Files argument expression.<br><br><b>Filter a single extension:</b><br>.pdf<br><br><b>Filtering a list of extensions:</b><br>.pdf|.zip" | ||||
| ACF_DOWNLOADBUTTON_TYPE="Type" | ||||
| ACF_DOWNLOADBUTTON_TYPE_DESC="Choose whether to display the download button as a button element or as a link." | ||||
| ACF_DOWNLOADBUTTON_LABEL="Button Label" | ||||
| ACF_DOWNLOADBUTTON_LABEL_DESC="Optionally, enter a custom button label which will be used in the front-end. If omitted the 'Download' label will be used instead." | ||||
| ACF_DOWNLOADBUTTON_DOWNLOAD="Download" | ||||
| ACF_DOWNLOADBUTTON_CLASS="Button Class" | ||||
| ACF_DOWNLOADBUTTON_CLASS_DESC="Enter a button class that will be used in the front-end. In most CSS frameworks a button can be styled using the class 'btn' or 'button'" | ||||
| ACF_DOWNLOADBUTTON_VALUE_DESC="Select a file from the list." | ||||
		Reference in New Issue
	
	Block a user