;; @package Conditional Content ;; @version 3.1.0 ;; ;; @author Peter van Westen ;; @link http://regularlabs.com ;; @copyright Copyright © 2022 Regular Labs All Rights Reserved ;; @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL ;; ;; @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.

By placing tags around your content, you can restrict the content to/from whoever or whenever you want. The syntax simply looks like:
{show usergroup="Registered"something="else"}Your content...{/show}
Or:
{hide usergroup="Registered"something="else"}Your content...{/hide}" COC_EXTENSION_CAN_NOT_FUNCTION="[[%1:extension name%]] không thể hoạt động." COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Plugin Regular Labs Library không được bật." COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Plugin Regular Labs Library không được cài đặt." ; COC_ALL_DESC="The content will be shown/hidden if ALL of below conditions are met." ; COC_ALTERNATIVE_CONTENT="Alternative Content" ; COC_ALTERNATIVE_CONTENT_DESC="Enter the content you want to show/hide when below conditions are NOT met.

Don't worry, you can change this later too." ; COC_ANY_DESC="The content will be shown/hidden if ANY (one or more) of below conditions are met.
Condition groups where 'Ignore' is selected will be ignored." COC_CONDITIONS="Điều kiện" COC_CONTENT="Nội dung" ; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.

Don't worry, you can change this later too." ; COC_CONTENTS="Contents" ; COC_HIDE_TAG="Hide Tag" ; COC_MATCHING_METHOD_DESC="Should all or any conditions be met?

[[%1:all%]]
[[%2:all description%]]

[[%3:any%]]
[[%4:any description%]]" ; COC_SHOW_TAG="Show Tag" ; COC_TAG_DESC="The word to be used in the tags.

Note: 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."