16 lines
		
	
	
		
			859 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			859 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_ACFTRUEFALSE_LABEL="ACF - True/False"
 | |
| ACF_TRUEFALSE="Fields - ACF True/False"
 | |
| ACF_TRUEFALSE_DESC="Choose between True or False in the back-end and display the selected option value in the front-end."
 | |
| ACF_TRUEFALSE_DEFAULT_CHOICE="Default Choice"
 | |
| ACF_TRUEFALSE_DEFAULT_CHOICE_DESC="Choose the default choice to be between true or false or leave it blank"
 | |
| ACF_TRUEFALSE_TRUE_TEXT="True Text"
 | |
| ACF_TRUEFALSE_TRUE_TEXT_DESC="The text to be displayed in the frontend for the TRUE value"
 | |
| ACF_TRUEFALSE_FALSE_TEXT="False Text"
 | |
| ACF_TRUEFALSE_FALSE_TEXT_DESC="The text to be displayed in the frontend for the FALSE value" |