primo commit
This commit is contained in:
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] لا يمكن تشغيله."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="مُنتج Regular Labs Library غير مُمكن."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="مُنتج Regular Labs Library غير مُثبت."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="المحتوى"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="الكلمة التي ستستخدم في العلامات.<br><br><strong>ملاحظة:</strong> إذا قمت بتغيير هذه الكلمة, فإن جميع العلامات الموجودة لن تعمل بعد الآن."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] لا يمكن تشغيله."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="مُنتج Regular Labs Library غير مُمكن."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="مُنتج Regular Labs Library غير مُثبت."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="Content"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="الكلمة التي ستستخدم في العلامات.<br><br><strong>ملاحظة:</strong> إذا قمت بتغيير هذه الكلمة, فإن جميع العلامات الموجودة لن تعمل بعد الآن."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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 - ограничете съдържание на база Вашите условия в Джумла!"
|
||||
CONDITIONALCONTENT="условно съдържание"
|
||||
|
||||
; 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%]] не може да функционира."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Добавката Regular Labs Library не е включена."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Добавката Regular Labs Library не е инсталирана."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="Content"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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 - ограничете съдържание на база Вашите условия в Джумла!"
|
||||
CONDITIONALCONTENT="условно съдържание"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] no pot funcionar."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="El plugin Regular Labs Library no está activat."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="El plugin Regular Labs Library no està instal·lat."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="Contingut"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>Don't worry, you can change this later too."
|
||||
COC_CONTENTS="Continguts"
|
||||
; COC_HIDE_TAG="Hide Tag"
|
||||
; 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="La paraula a emprar als tags.<br><br><strong>Nota:</strong> Si la canvieu, tots els tags existents deixaràn de funcionar."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] δεν ήταν δυνατόν να λειτουργήσει."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Το πρόσθετο Regular Labs Library δεν είναι ενεργό."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Η βιβλιοθήκη Regular Labs δεν είναι εγκατεστημένη."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="Προσαρμοσμένο Περιεχόμενο"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="Η λέξη που θα χρησιμοποιείται στις ετικέτες.<br><br><strong>Σημείωση:</strong> Εάν αλλάξετε αυτό, όλες οι υπάρχοντες ετικέτες δεν θα δουλεύουν."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,44 @@
|
||||
;; @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%]]."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] تابغ نمی تواند عمل کند"
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="پلاگین Regular Labs Library فعال نمی باشد"
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="پلاگین Regular Labs Library نصب نمی باشد"
|
||||
|
||||
; 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 below 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_CONDITIONS="شرایط"
|
||||
COC_CONTENT="محتواي"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="کلمه ای که از آن در تگ ها استفاده شود .<br><br><strong>توجه :</strong> اگر این متن را تغییر دهید تمامی برچسب ها کار نخواهند کرد .."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] nem működik."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="A Regular Labs keretrendszer beépülőmodul nincs engedélyezve."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Nincs telepítve a Regular Labs Library beépülőmodul."
|
||||
|
||||
; 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 below 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_CONDITIONS="feltételek"
|
||||
COC_CONTENT="Tartalom"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,44 @@
|
||||
;; @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 - Limita il contenuto Joomla! in base alle tue condizioni."
|
||||
CONDITIONALCONTENT="Conditional Content"
|
||||
|
||||
CONDITIONALCONTENT_DESC="Con Conditional Content puoi limitare il tuo contenuto (una parte) in base alle tue condizioni.<br><br>Inserendo i tag attorno ai contenuti, puoi limitare il contenuto a/per chiunque o qualunque cosa desideri. La sintassi è semplice:<br><span class="rl-code rl-code-block">{show usergroup="Registered" something="else"}Il Tuo Contenuto...{/show}</span><br>O:<br><span class="rl-code rl-code-block">{hide usergroup="Registered" something="else"}Il Tuo Contenuto...{/hide}</span>"
|
||||
|
||||
COC_EXTENSION_CAN_NOT_FUNCTION="[[%1:extension name%]] non può funzionare."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Il plugin Regular Labs Library non è abilitato."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Il plugin Regular Labs Library non è installato."
|
||||
|
||||
COC_ALL_DESC="Il contenuto verrà visualizzato/nascosto se <strong>TUTTE</strong> le condizioni seguenti sono soddisfatte."
|
||||
COC_ALTERNATIVE_CONTENT="Contenuto Alternativo"
|
||||
COC_ALTERNATIVE_CONTENT_DESC="Inserisci il contenuto che desideri mostrare/nascondere quando le condizioni NON sono soddisfatte.<br><br>Non ti preoccupare, puoi cambiarlo anche in seguito."
|
||||
COC_ANY_DESC="Il contenuto verrà visualizzato/nascosto se viene soddisfatta <strong>QUALSIASI</strong>(una o più) condizioni di seguito.<br>I gruppi di condizione in cui è selezionato 'Ignora' verranno ignorati."
|
||||
; COC_BUTTON_INLINE="Use Inline Rules"
|
||||
; COC_CONDITION_TYPE="Use Condition"
|
||||
COC_CONDITIONS="Condizioni"
|
||||
COC_CONTENT="Contenuto"
|
||||
COC_CONTENT_DESC="Inserisci il contenuto che vuoi mostrare/nascondere quando le condizioni sono soddisfatte.<br><br>Non ti preoccupare, puoi cambiarlo anche in seguito."
|
||||
COC_CONTENTS="Contenuti"
|
||||
COC_HIDE_TAG="Nascondi Tag"
|
||||
; COC_INLINE_RULES="Inline Rules"
|
||||
COC_MATCHING_METHOD_DESC="Dovrebbero essere soddisfatte tutte o eventuali condizioni?<br><br><strong>[[%1:all%]]</strong><br>[[%2:all description%]]<br><br><strong>[[%3:any%]]</strong><br>[[%4:any description%]]"
|
||||
COC_SHOW_TAG="Mostra Tag"
|
||||
COC_TAG_DESC="La parola utilizzata nei tags.<br><br><strong>Nota:</strong>Se modifichi questo parametro, tutti i tags esistenti non funzioneranno più."
|
||||
COC_TAG_TYPE="Mostra o Nascondi"
|
||||
COC_TAG_TYPE_DESC="Seleziona se desideri che il contenuto venga visualizzato o nascosto in base alle condizioni specificate."
|
||||
COC_USE_ALTERNATIVE_CONTENT="Usa Contenuto Alternativo"
|
||||
COC_USE_ALTERNATIVE_CONTENT_DESC="Selezionare per utilizzare un contenuto alternativo che si desidera mostrare/nascondere quando le condizioni sottostanti NON sono soddisfatte."
|
||||
; 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%]]."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @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 - Limita il contenuto Joomla! in base alle tue condizioni."
|
||||
CONDITIONALCONTENT="Conditional Content"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] は機能しません。"
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library プラグインが有効になっていません。"
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs フレームワークプラグインがインストールされていません。"
|
||||
|
||||
; 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 below 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_CONDITIONS="条件"
|
||||
COC_CONTENT="コンテンツ"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="タグに使用される単語です。<br><br><strong>注意:</strong> これを変更すると、全ての既存タグが動作しなくなります。"
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] negali funkcionuoti."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library įskiepis nėra įgalintas."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Library įskiepis nėra įdiegtas."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="Turinys"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="Žodis, naudojamas žymei.<br><br><strong>Pastaba:</strong> Jei pakeisite šį žodį, visas esamos žymės daugiau nebeveiks."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] vil ikke fungere."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Rammeverk programtillegg er ikke aktivert."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Plugin er ikke installert."
|
||||
|
||||
; 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 below 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_CONDITIONS="Betingelse"
|
||||
COC_CONTENT="Innhold"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="Ord som skal anvendes i kodene.<br><br><strong>OBS!:</strong> Hvis du endrer dette, vil ingen nåværende koder virke."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] kan niet functioneren."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs bibliotheek plugin is niet geactiveerd"
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs bibliotheek plugin is niet geïnstalleerd"
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="Inhoud"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="Het woord om te gebruiken in de tags.<br><br><strong>Let op:</strong> Als u dit wijzigt, zullen alle bestaande tags niet meer werken."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] nu poate functiona."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library plugin neactivat."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Library plugin neinstalat."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditii"
|
||||
COC_CONTENT="Continut"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="Cuvantul utilizat in tag.<br><br><strong>Nota:</strong> Daca-l schimbati, toate tagurile existente nu vor mai functiona."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] nemôže fungovať."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library doplnok nie je aktivovaný/povolený."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Library doplnok nie je nainštalovaný."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="Polia obsahu"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="Slovo použité v Značkách.<br><br><strong>Poznámka:</strong> Ak toto zmeníte, všetky existujúce značky už viac nebudú fungovať."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] ne more delovati."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library vtičnik ni omogočen."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Library vtičnik ni nameščen."
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="Vsebina"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="Beseda, ki se uporabljajo v oznake.<br><br><strong>Opomba:</strong> Če spremenite to, vse obstoječe oznake ne bodo več delovale."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] ได้."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library plugin ยังไม่ได้เปิดใช้งาน."
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Library plugin ยังไม่ได้ถูกติดตั้ง."
|
||||
|
||||
; 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 below 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_CONDITIONS="เงื่อนไข"
|
||||
COC_CONTENT="เนื้อหา"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="ข้อความสำหรับใช้ในแท็กป้ายกำกับ.<br><br><strong>หมายเหตุ:</strong> หากคุณเปลี่ยนแปลงแก้ไขส่วนนี้, แท็กป้ายกำกับทั้งหมดที่เคยมีอยู่จะไม่สามารถใช้งานได้อีกต่อไป."
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] 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 <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 below 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_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.<br><br>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?<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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
@ -0,0 +1,38 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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.<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%]] 無法動作。"
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library 外掛未啟用。"
|
||||
COC_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Library 外掛未安裝。"
|
||||
|
||||
; 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 below 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_CONDITIONS="Conditions"
|
||||
COC_CONTENT="內容"
|
||||
; COC_CONTENT_DESC="Enter the content you want to show/hide when below conditions are met.<br><br>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?<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="標籤中所用的單字。<br><br><strong>請注意:</strong> 如果您變更此,所有現有標籤將不再動作。"
|
||||
; 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."
|
||||
@ -0,0 +1,13 @@
|
||||
;; @package Conditional Content
|
||||
;; @version 3.1.0
|
||||
;;
|
||||
;; @author Peter van Westen <info@regularlabs.com>
|
||||
;; @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"
|
||||
Reference in New Issue
Block a user