45 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| ;; @package         Conditional Content
 | |
| ;; @version         5.2.2
 | |
| ;; 
 | |
| ;; @author          Peter van Westen <info@regularlabs.com>
 | |
| ;; @link            https://regularlabs.com
 | |
| ;; @copyright       Copyright © 2024 Regular Labs All Rights Reserved
 | |
| ;; @license         GNU General Public License version 2 or later
 | |
| ;; 
 | |
| ;; @translate       Want to help with translations? See: https://regularlabs.com/translate
 | |
| 
 | |
| PLG_SYSTEM_CONDITIONALCONTENT="System - Regular Labs - Conditional Content"
 | |
| PLG_SYSTEM_CONDITIONALCONTENT_DESC="Conditional Content - restrict content based on your conditions in Joomla!"
 | |
| CONDITIONALCONTENT="Conditional Content"
 | |
| 
 | |
| CONDITIONALCONTENT_DESC="With Conditional Content you can restrict (parts of) your content based on your conditions.<br><br>By placing tags around your content, you can restrict the content to/from whoever or whenever you want. The syntax simply looks like:<br><span class="rl-code rl-code-block">{show usergroup="Registered" something="else"}Your content...{/show}</span><br>Or:<br><span class="rl-code rl-code-block">{hide usergroup="Registered" something="else"}Your content...{/hide}</span>"
 | |
| 
 | |
| COC_EXTENSION_CAN_NOT_FUNCTION="[[%1:extension name%]] cannot function."
 | |
| COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library plugin is not enabled."
 | |
| COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Library plugin is not installed."
 | |
| 
 | |
| COC_ALL_DESC="The content will be shown/hidden if <strong>ALL</strong> of below conditions are met."
 | |
| COC_ALTERNATIVE_CONTENT="Alternative Content"
 | |
| COC_ALTERNATIVE_CONTENT_DESC="Enter the content you want to show/hide when the conditions are NOT met.<br><br>Don't worry, you can change this later too."
 | |
| COC_ANY_DESC="The content will be shown/hidden if <strong>ANY</strong> (one or more) of below conditions are met.<br>Condition groups where 'Ignore' is selected will be ignored."
 | |
| COC_BUTTON_INLINE="Use Inline Rules"
 | |
| COC_CONDITION_TYPE="Use Condition"
 | |
| COC_CONDITIONS="Conditions"
 | |
| COC_CONTENT="Content"
 | |
| COC_CONTENT_DESC="Enter the content you want to show/hide when the conditions are met.<br><br>Don't worry, you can change this later too."
 | |
| COC_CONTENTS="Contents"
 | |
| COC_HIDE_TAG="Hide Tag"
 | |
| COC_INLINE_RULES="Inline Rules"
 | |
| COC_MATCHING_METHOD_DESC="Should all or any conditions be met?<br><br><strong>[[%1:all%]]</strong><br>[[%2:all description%]]<br><br><strong>[[%3:any%]]</strong><br>[[%4:any description%]]"
 | |
| COC_SHOW_TAG="Show Tag"
 | |
| COC_TAG_DESC="The word to be used in the tags.<br><br><strong>Note:</strong> If you change this, all existing tags will not work anymore."
 | |
| COC_TAG_TYPE="Show or Hide"
 | |
| COC_TAG_TYPE_DESC="Select whether you want the content to be shown or hidden according to the specified conditions."
 | |
| COC_USE_ALTERNATIVE_CONTENT="Use Alternative Content"
 | |
| COC_USE_ALTERNATIVE_CONTENT_DESC="Select to use an alternative content that you want to show/hide when below conditions are NOT met."
 | |
| COC_USE_EDITORS="Use Editors"
 | |
| COC_USE_EDITORS_DESC="Enable to use the Joomla editor for the content and alternative content fields in the editor button popup."
 | |
| CON_CONSIDER_CONDITION_SET="You are using multiple inline Condition Rules. Consider creating a Condition Set instead.<br><br>Condition Sets allow you to group multiple Condition Rules into one and are reusable."
 | |
| CON_MORE_IN_CONDITION_SET="There are more Condition Rules and settings available when you create a Condition Set instead."
 | |
| CON_MORE_IN_PRO="There are a lot more Condition Rules available in [[%1:start link%]]the Pro version of Conditional Content[[%2:end link%]]."
 |