57 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| ; @package      Advanced Custom Fields
 | |
| ; @version      2.8.8 Pro
 | |
| ;
 | |
| ; @author		Tassos Marinos - http://www.tassos.gr/joomla-extensions
 | |
| ; @copyright	Copyright (c) 2020 Tassos Marinos. All rights reserved.
 | |
| ; @license		http://www.tassos.gr
 | |
| 
 | |
| PLG_FIELDS_ACFFAQ_LABEL="ACF - FAQ"
 | |
| ACF_FAQ="Fields - ACF FAQ"
 | |
| ACF_FAQ_VALUE_DESC="Enter your questions and answers to display a FAQ section."
 | |
| ACF_FAQ_DESC="Add a Frequently Asked Questions section to your site."
 | |
| ACF_FAQ_TEMPLATE_SELECTOR="Template Selector"
 | |
| ACF_FAQ_TEMPLATE="Template"
 | |
| ACF_FAQ_TEMPLATE_DESC="Select the FAQ template."
 | |
| ACF_FAQ_FAQ="FAQ"
 | |
| ACF_FAQ_SHOW_TOGGLE_ICON="Show Toggle Icon"
 | |
| ACF_FAQ_SHOW_TOGGLE_ICON_DESC="Enable to make the question answer show/hide via an icon."
 | |
| ACF_FAQ_INITIAL_STATE="Initial State"
 | |
| ACF_FAQ_INITIAL_STATE_DESC="Select the initial state of the FAQ."
 | |
| ACF_FAQ_INITIAL_STATE_FIRST_OPEN="Show first question as open"
 | |
| ACF_FAQ_INITIAL_STATE_ALL_OPEN="Show all questions as open"
 | |
| ACF_FAQ_INITIAL_STATE_ALL_CLOSED="Show all questions as closed"
 | |
| ACF_FAQ_COLUMNS="Columns"
 | |
| ACF_FAQ_COLUMNS_DESC="Define in how many columns to show the FAQ."
 | |
| ACF_FAQ_ITEM_GAP="Item Gap"
 | |
| ACF_FAQ_ITEM_GAP_DESC="Define the item gap between the FAQ items."
 | |
| ACF_FAQ_COLUMN_GAP="Column Gap"
 | |
| ACF_FAQ_COLUMN_GAP_DESC="Define the column gap between the FAQ columns."
 | |
| ACF_FAQ_ITEM="FAQ Item"
 | |
| ACF_FAQ_ITEM_BACKGROUND_COLOR="Background Color"
 | |
| ACF_FAQ_ITEM_BACKGROUND_COLOR_DESC="Set the FAQ item background color."
 | |
| ACF_FAQ_QUESTION_TEXT_COLOR="Question Text Color"
 | |
| ACF_FAQ_QUESTION_TEXT_COLOR_DESC="Set the FAQ question text color."
 | |
| ACF_FAQ_ANSWER_TEXT_COLOR="Answer Text Color"
 | |
| ACF_FAQ_ANSWER_TEXT_COLOR_DESC="Set the FAQ answer text color."
 | |
| ACF_FAQ_BORDER_RADIUS_DESC="Set the FAQ item border radius."
 | |
| ACF_FAQ_ITEM_PADDING="Padding"
 | |
| ACF_FAQ_ITEM_PADDING_DESC="Set the FAQ item padding."
 | |
| ACF_FAQ_ICON="Icon"
 | |
| ACF_FAQ_ICON_DESC="Select the toggle icon."
 | |
| ACF_FAQ_ICON_POSITION="Icon Position"
 | |
| ACF_FAQ_ICON_POSITION_DESC="Set the icon position. Whether to display it on the left or right side of the question."
 | |
| ACF_FAQ_QUESTION="Question"
 | |
| ACF_FAQ_QUESTION_HINT="Type a question"
 | |
| ACF_FAQ_ANSWER="Answer"
 | |
| ACF_FAQ_ANSWER_HINT="Type an answer"
 | |
| ACF_FAQ_QUESTION_FONT_SIZE_DESC="Set the question font size."
 | |
| ACF_FAQ_ANSWER_FONT_SIZE_DESC="Set the answer font size."
 | |
| ACF_FAQ_GENERATE_FAQ="Generate FAQ Schema"
 | |
| ACF_FAQ_GENERATE_FAQ_DESC="Enable to generate FAQ Schema for your questions and answers."
 | |
| ACF_FAQ_SCHEMA_GSD_MISSING="The Pro version of the <a href='https://www.tassos.gr/joomla-extensions/google-structured-data-markup' target='_blank'>Google Structured Data</a> extension is required to generate the FAQ Schema."
 | |
| ACF_FAQ_KEEP_ONE_QUESTION_OPEN="Keep One Question Open"
 | |
| ACF_FAQ_KEEP_ONE_QUESTION_OPEN_DESC="Enable to only keep one question open at a time."
 | |
| ACF_FAQ_SEPARATOR="Separator"
 | |
| ACF_FAQ_SEPARATOR_DESC="Enable to add a horizontal separator between FAQ items."
 | |
| ACF_FAQ_SEPARATOR_COLOR="Separator Color"
 | |
| ACF_FAQ_SEPARATOR_COLOR_DESC="Set the color of the separator." |