update
This commit is contained in:
parent
0ce5ec0d0e
commit
b87ad52739
@ -1,14 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<extension type="plugin" version="4" group="content" method="upgrade">
|
<extension type="plugin" version="4" group="content" method="upgrade">
|
||||||
<name>PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS</name>
|
<name>PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS</name>
|
||||||
<creationDate>15th January, 2022</creationDate>
|
<creationDate>10th March, 2022</creationDate>
|
||||||
<author>Llewellyn van der Merwe</author>
|
<author>Llewellyn van der Merwe</author>
|
||||||
<authorEmail>joomla@vdm.io</authorEmail>
|
<authorEmail>joomla@vdm.io</authorEmail>
|
||||||
<authorUrl>https://dev.vdm.io</authorUrl>
|
<authorUrl>https://dev.vdm.io</authorUrl>
|
||||||
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
|
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
|
||||||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
||||||
<version>1.0.1</version>
|
<version>1.0.1</version>
|
||||||
<description>PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_XML_DESCRIPTION</description>
|
<description>PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_XML_DESCRIPTION</description>
|
||||||
|
|
||||||
<!-- Scripts to run on installation -->
|
<!-- Scripts to run on installation -->
|
||||||
<scriptfile>script.php</scriptfile>
|
<scriptfile>script.php</scriptfile>
|
||||||
|
@ -82,7 +82,7 @@ class JFormFieldExcludedlanguages extends JFormFieldList
|
|||||||
if ($user->authorise('language.create', 'com_componentbuilder') && $app->isAdmin()) // TODO for now only in admin area.
|
if ($user->authorise('language.create', 'com_componentbuilder') && $app->isAdmin()) // TODO for now only in admin area.
|
||||||
{
|
{
|
||||||
// build Create button
|
// build Create button
|
||||||
$button[] = '<a id="'.$button_code_name.'Create" class="btn btn-small btn-success hasTooltip" title="'.JText::sprintf('PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_CREATE_NEW_S', $button_label).'" style="border-radius: 0px 4px 4px 0px; padding: 4px 4px 4px 7px;"
|
$button[] = '<a id="'.$button_code_name.'Create" class="btn btn-small btn-success hasTooltip" title="'.JText::sprintf('PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_CREATE_NEW_S', $button_label).'" style="border-radius: 0px 4px 4px 0px; padding: 4px 4px 4px 7px;"
|
||||||
href="index.php?option=com_componentbuilder&view=language&layout=edit'.$ref.'" >
|
href="index.php?option=com_componentbuilder&view=language&layout=edit'.$ref.'" >
|
||||||
<span class="icon-new icon-white"></span></a>';
|
<span class="icon-new icon-white"></span></a>';
|
||||||
}
|
}
|
||||||
@ -90,7 +90,7 @@ class JFormFieldExcludedlanguages extends JFormFieldList
|
|||||||
if ($user->authorise('language.edit', 'com_componentbuilder') && $app->isAdmin()) // TODO for now only in admin area.
|
if ($user->authorise('language.edit', 'com_componentbuilder') && $app->isAdmin()) // TODO for now only in admin area.
|
||||||
{
|
{
|
||||||
// build edit button
|
// build edit button
|
||||||
$button[] = '<a id="'.$button_code_name.'Edit" class="btn btn-small hasTooltip" title="'.JText::sprintf('PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_EDIT_S', $button_label).'" style="display: none; padding: 4px 4px 4px 7px;" href="#" >
|
$button[] = '<a id="'.$button_code_name.'Edit" class="btn btn-small hasTooltip" title="'.JText::sprintf('PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_EDIT_S', $button_label).'" style="display: none; padding: 4px 4px 4px 7px;" href="#" >
|
||||||
<span class="icon-edit"></span></a>';
|
<span class="icon-edit"></span></a>';
|
||||||
// build script
|
// build script
|
||||||
$script[] = "
|
$script[] = "
|
||||||
|
@ -3,50 +3,50 @@
|
|||||||
<form>
|
<form>
|
||||||
<fields name="params">
|
<fields name="params">
|
||||||
<!-- default paths of language_options fieldset points to the plugin -->
|
<!-- default paths of language_options fieldset points to the plugin -->
|
||||||
<fieldset name="language_options" label="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGE_OPTIONS"
|
<fieldset name="language_options" label="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGE_OPTIONS"
|
||||||
addrulepath="/plugins/content/componentbuilderlanguagetabs/rules"
|
addrulepath="/plugins/content/componentbuilderlanguagetabs/rules"
|
||||||
addfieldpath="/plugins/content/componentbuilderlanguagetabs/fields"
|
addfieldpath="/plugins/content/componentbuilderlanguagetabs/fields"
|
||||||
>
|
>
|
||||||
<fields name="language_options">
|
<fields name="language_options">
|
||||||
<!-- Note_language_note Field. Type: Note. A None Database Field. (joomla) -->
|
<!-- Note_language_note Field. Type: Note. A None Database Field. (joomla) -->
|
||||||
<field type="note" name="note_language_note" label="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_LABEL" description="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_DESCRIPTION" heading="h2" class="alert alert-info note_language_note" />
|
<field type="note" name="note_language_note" label="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_LABEL" description="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_DESCRIPTION" heading="h2" class="alert alert-info note_language_note" />
|
||||||
<!-- Activate Field. Type: Radio. (joomla) -->
|
<!-- Activate Field. Type: Radio. (joomla) -->
|
||||||
<field
|
<field
|
||||||
type="radio"
|
type="radio"
|
||||||
name="activate"
|
name="activate"
|
||||||
label="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_ACTIVATE_LABEL"
|
label="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_ACTIVATE_LABEL"
|
||||||
description="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_ACTIVATE_DESCRIPTION"
|
description="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_ACTIVATE_DESCRIPTION"
|
||||||
class="btn-group btn-group-yesno"
|
class="btn-group btn-group-yesno"
|
||||||
default="0"
|
default="0"
|
||||||
required="true">
|
required="true">
|
||||||
<!-- Option Set. -->
|
<!-- Option Set. -->
|
||||||
<option value="1">
|
<option value="1">
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_YES</option>
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_YES</option>
|
||||||
<option value="0">
|
<option value="0">
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NO</option>
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NO</option>
|
||||||
</field>
|
</field>
|
||||||
<!-- Use_percentagelanguageadd Field. Type: Radio. (joomla) -->
|
<!-- Use_percentagelanguageadd Field. Type: Radio. (joomla) -->
|
||||||
<field
|
<field
|
||||||
type="radio"
|
type="radio"
|
||||||
name="use_percentagelanguageadd"
|
name="use_percentagelanguageadd"
|
||||||
label="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_LABEL"
|
label="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_LABEL"
|
||||||
description="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_DESCRIPTION"
|
description="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_DESCRIPTION"
|
||||||
class="btn-group btn-group-yesno"
|
class="btn-group btn-group-yesno"
|
||||||
default="1"
|
default="1"
|
||||||
showon="activate:1">
|
showon="activate:1">
|
||||||
<!-- Option Set. -->
|
<!-- Option Set. -->
|
||||||
<option value="1">
|
<option value="1">
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_GLOBAL</option>
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_GLOBAL</option>
|
||||||
<option value="2">
|
<option value="2">
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LOCAL</option>
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LOCAL</option>
|
||||||
</field>
|
</field>
|
||||||
<!-- Percentagelanguageadd Field. Type: Number. (joomla) -->
|
<!-- Percentagelanguageadd Field. Type: Number. (joomla) -->
|
||||||
<field
|
<field
|
||||||
type="number"
|
type="number"
|
||||||
name="percentagelanguageadd"
|
name="percentagelanguageadd"
|
||||||
label="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_LABEL"
|
label="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_LABEL"
|
||||||
default="50"
|
default="50"
|
||||||
description="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_DESCRIPTION"
|
description="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_DESCRIPTION"
|
||||||
class="text_area"
|
class="text_area"
|
||||||
min="10"
|
min="10"
|
||||||
max="100"
|
max="100"
|
||||||
@ -54,13 +54,13 @@
|
|||||||
showon="use_percentagelanguageadd:2[AND]activate:1"
|
showon="use_percentagelanguageadd:2[AND]activate:1"
|
||||||
/>
|
/>
|
||||||
<!-- Note_languages_keep Field. Type: Note. A None Database Field. (joomla) -->
|
<!-- Note_languages_keep Field. Type: Note. A None Database Field. (joomla) -->
|
||||||
<field type="note" name="note_languages_keep" label="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_LABEL" description="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_DESCRIPTION" heading="h2" class="alert alert-info note_languages_keep" showon="activate:1" />
|
<field type="note" name="note_languages_keep" label="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_LABEL" description="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_DESCRIPTION" heading="h2" class="alert alert-info note_languages_keep" showon="activate:1" />
|
||||||
<!-- Languages Field. Type: Excludedlanguages. (custom) -->
|
<!-- Languages Field. Type: Excludedlanguages. (custom) -->
|
||||||
<field
|
<field
|
||||||
type="excludedlanguages"
|
type="excludedlanguages"
|
||||||
name="languages"
|
name="languages"
|
||||||
label="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGES_LABEL"
|
label="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGES_LABEL"
|
||||||
description="PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGES_DESCRIPTION"
|
description="PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGES_DESCRIPTION"
|
||||||
class="list_class"
|
class="list_class"
|
||||||
multiple="true"
|
multiple="true"
|
||||||
default="en-GB"
|
default="en-GB"
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS="Content - Componentbuilder Language Tabs"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS="Content - Componentbuilder Language Tabs"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_DESCRIPTION="This plugin is used to link your components to the language packaging and extending options, so you can set all the required details for the integration."
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_DESCRIPTION="This plugin is used to link your components to the language packaging and extending options, so you can set all the required details for the integration."
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_XML_DESCRIPTION="<h1>Content - Componentbuilder Language Tabs (v.1.0.1)</h1> <div style='clear: both;'></div><p>This plugin is used to link your components to the language packaging and extending options, so you can set all the required details for the integration.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 19th March, 2020</small></p>"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_XML_DESCRIPTION="<h1>Content - Componentbuilder Language Tabs (v.1.0.1)</h1> <div style='clear: both;'></div><p>This plugin is used to link your components to the language packaging and extending options, so you can set all the required details for the integration.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 19th March, 2020</small></p>"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGE_OPTIONS="Language Options"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGE_OPTIONS="Language Options"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_LABEL="Would you like to move languages to their own packages?"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_LABEL="Would you like to move languages to their own packages?"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_DESCRIPTION="<p>Adding all your translations to your component can increase its size dramatically, so now you are able to move each extra language translation to its own installing package, leaving just your main language in the component.</p><p>Please note that this is only relevant if you actually have added extra translations to your component in the <b>Language Translations</b> area of JCB.</p>"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_DESCRIPTION="<p>Adding all your translations to your component can increase its size dramatically, so now you are able to move each extra language translation to its own installing package, leaving just your main language in the component.</p><p>Please note that this is only relevant if you actually have added extra translations to your component in the <b>Language Translations</b> area of JCB.</p>"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_ACTIVATE_LABEL="Activate"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_ACTIVATE_LABEL="Activate"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_ACTIVATE_DESCRIPTION="Turn on the integration."
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_ACTIVATE_DESCRIPTION="Turn on the integration."
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_YES="Yes"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_YES="Yes"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NO="No"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NO="No"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_LABEL="Add Language Settings"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_LABEL="Add Language Settings"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_DESCRIPTION="Select what option should be used"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_DESCRIPTION="Select what option should be used"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_GLOBAL="Global"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_GLOBAL="Global"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LOCAL="Local"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LOCAL="Local"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_LABEL="Add Language if %? ready."
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_LABEL="Add Language if %? ready."
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_DESCRIPTION="Select percentage any language should be translated before the system should add the language to the component during compilation."
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_DESCRIPTION="Select percentage any language should be translated before the system should add the language to the component during compilation."
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_LABEL="Do want to keep some languages in your component?"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_LABEL="Do want to keep some languages in your component?"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_DESCRIPTION="The JCB system <b>main language</b> will always be <b>kept in</b> your component. Select any of the other languages you would like to keep <b>in</b> your component. They will then be excluded from this language packaging option. (or leave blank for none)"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_DESCRIPTION="The JCB system <b>main language</b> will always be <b>kept in</b> your component. Select any of the other languages you would like to keep <b>in</b> your component. They will then be excluded from this language packaging option. (or leave blank for none)"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGES_LABEL="Languages"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGES_LABEL="Languages"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGES_DESCRIPTION="The JCB system <b>main language</b> will always be <b>kept in</b> your component. Select any of the other languages you would like to keep <b>in</b> your component. They will then be excluded from this language packaging option. (or leave blank for none)"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGES_DESCRIPTION="The JCB system <b>main language</b> will always be <b>kept in</b> your component. Select any of the other languages you would like to keep <b>in</b> your component. They will then be excluded from this language packaging option. (or leave blank for none)"
|
@ -1,20 +1,20 @@
|
|||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS="Content - Componentbuilder Language Tabs"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS="Content - Componentbuilder Language Tabs"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_DESCRIPTION="This plugin is used to link your components to the language packaging and extending options, so you can set all the required details for the integration."
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_DESCRIPTION="This plugin is used to link your components to the language packaging and extending options, so you can set all the required details for the integration."
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_XML_DESCRIPTION="<h1>Content - Componentbuilder Language Tabs (v.1.0.1)</h1> <div style='clear: both;'></div><p>This plugin is used to link your components to the language packaging and extending options, so you can set all the required details for the integration.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 19th March, 2020</small></p>"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_XML_DESCRIPTION="<h1>Content - Componentbuilder Language Tabs (v.1.0.1)</h1> <div style='clear: both;'></div><p>This plugin is used to link your components to the language packaging and extending options, so you can set all the required details for the integration.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 19th March, 2020</small></p>"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGE_OPTIONS="Language Options"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGE_OPTIONS="Language Options"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_LABEL="Would you like to move languages to their own packages?"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_LABEL="Would you like to move languages to their own packages?"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_DESCRIPTION="<p>Adding all your translations to your component can increase its size dramatically, so now you are able to move each extra language translation to its own installing package, leaving just your main language in the component.</p><p>Please note that this is only relevant if you actually have added extra translations to your component in the <b>Language Translations</b> area of JCB.</p>"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGE_NOTE_DESCRIPTION="<p>Adding all your translations to your component can increase its size dramatically, so now you are able to move each extra language translation to its own installing package, leaving just your main language in the component.</p><p>Please note that this is only relevant if you actually have added extra translations to your component in the <b>Language Translations</b> area of JCB.</p>"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_ACTIVATE_LABEL="Activate"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_ACTIVATE_LABEL="Activate"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_ACTIVATE_DESCRIPTION="Turn on the integration."
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_ACTIVATE_DESCRIPTION="Turn on the integration."
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_YES="Yes"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_YES="Yes"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NO="No"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NO="No"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_LABEL="Add Language Settings"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_LABEL="Add Language Settings"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_DESCRIPTION="Select what option should be used"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_USE_PERCENTAGELANGUAGEADD_DESCRIPTION="Select what option should be used"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_GLOBAL="Global"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_GLOBAL="Global"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LOCAL="Local"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LOCAL="Local"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_LABEL="Add Language if %? ready."
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_LABEL="Add Language if %? ready."
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_DESCRIPTION="Select percentage any language should be translated before the system should add the language to the component during compilation."
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_PERCENTAGELANGUAGEADD_DESCRIPTION="Select percentage any language should be translated before the system should add the language to the component during compilation."
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_LABEL="Do want to keep some languages in your component?"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_LABEL="Do want to keep some languages in your component?"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_DESCRIPTION="The JCB system <b>main language</b> will always be <b>kept in</b> your component. Select any of the other languages you would like to keep <b>in</b> your component. They will then be excluded from this language packaging option. (or leave blank for none)"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_NOTE_LANGUAGES_KEEP_DESCRIPTION="The JCB system <b>main language</b> will always be <b>kept in</b> your component. Select any of the other languages you would like to keep <b>in</b> your component. They will then be excluded from this language packaging option. (or leave blank for none)"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGES_LABEL="Languages"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGES_LABEL="Languages"
|
||||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_LANGUAGES_DESCRIPTION="The JCB system <b>main language</b> will always be <b>kept in</b> your component. Select any of the other languages you would like to keep <b>in</b> your component. They will then be excluded from this language packaging option. (or leave blank for none)"
|
PLG_CONTENTCOMPONENTBUILDERLANGUAGETABS_LANGUAGES_DESCRIPTION="The JCB system <b>main language</b> will always be <b>kept in</b> your component. Select any of the other languages you would like to keep <b>in</b> your component. They will then be excluded from this language packaging option. (or leave blank for none)"
|
Loading…
Reference in New Issue
Block a user