;; @package Tabs ;; @version 7.4.0 ;; ;; @author Peter van Westen ;; @link http://www.regularlabs.com ;; @copyright Copyright © 2018 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://www.regularlabs.com/translate PLG_SYSTEM_TABS="System - Regular Labs - Tabs" PLG_SYSTEM_TABS_DESC="Tabs - make content tabs in Joomla!" TABS="Tabs" INSERT_TABS="Insert Tabs" TABS_DESC="With Tabs you can make content tabs anywhere in Joomla!

You can use the editor button to place an example tab block. The syntax simply looks like:
{tab Tab Title 1}
Your text...
{tab Tab Title 2}
Your text...
{/tabs}


To add an extra class to a tab (for styling purposes), you can do:
{tab Tab Title 1|myclass}
Tabs's stylesheet comes with styling for the classes blue, green and grey." TAB_EXTENSION_CAN_NOT_FUNCTION="[[%1:extension name%]] cannot function." TAB_REGULAR_LABS_LIBRARY_NOT_ENABLED="Regular Labs Library plugin is not enabled." TAB_REGULAR_LABS_LIBRARY_NOT_INSTALLED="Regular Labs Library plugin is not installed." TAB_REGULAR_LABS_LIBRARY_OUTDATED="Regular Labs Library plugin is outdated. Try to re-install [[%1:extension name%]]." TAB_ALIAS_DESC="Optionally give the tab an alias if you want it to be different than the one Tabs generates based on the title." TAB_ALIGNMENT_HANDLES="Alignment Handles" TAB_ALIGNMENT_HANDLES_DESC="Select the alignment of the handles. Option 'Auto' will align the handles left or right based on the language settings." TAB_CLICK="Click" TAB_CLOSING_TAG="Closing Tag" TAB_CLOSING_TAG_DESC="The word used for the closing tag for tabs.

By default this is 'tabs'. So an closing tag looks like:
{/tabs}

You can change the word if you are using another plugin that uses this tag syntax." TAB_COLOR_INACTIVE_HANDLES="Color Inactive Handles" TAB_COLOR_INACTIVE_HANDLES_DESC="Select to have a grey background for the non-active tab handles." TAB_CONTENT_DESC="You can edit the content of the tab after it has been inserted into the editor." TAB_DEFAULT="Opened by Default" TAB_DEFAULT_DESC="Select to make this tab opened by default. You need to set one tab per tab as the default." TAB_ERROR_EMPTY_TITLE="Please give at least the first tab a title." TAB_FADE="Fade" TAB_FADE_DESC="Select to enable fading of the content when switching between tabs." TAB_HOVER="Hover" TAB_INIT_TIMEOUT="Initialise Delay" TAB_INIT_TIMEOUT_DESC="Set the delay in milliseconds to initialise the Tabs script after pageload. You can use this to make Tabs initialise after other scripts that may require this to function." TAB_MAIN_CLASS="Main Class" TAB_MAIN_CLASS_DESC="Optionally add extra class names to the main Tabs container." TAB_MAX_TAB_COUNT="Maximum number of Tabs" TAB_MAX_TAB_COUNT_DESC="Set the maximum number of tabs shown in the editor button popup window. Increasing this number can cause that window to take longer to load." TAB_MODE="Mode" TAB_MODE_DESC="Select whether the tabs should change on mouse click or hover." TAB_NESTED_ID="Nested Set ID" TAB_NESTED_ID_DESC="Give the nested set an id. This should not be the same as any other nested set within the same parent tab." TAB_NESTED_SET="Handle as Nested Set" TAB_NESTED_SET_DESC="Select if this is a set inside another tab set" TAB_OLD="Old School" TAB_OPENING_TAG="Opening Tag" TAB_OPENING_TAG_DESC="The word used for the opening tags for tabs.

By default this is 'tab'. So an opening tag looks like:
{tab My Tab Title}

You can change the word if you are using another plugin that uses this tag syntax." TAB_OUTLINE="Use outline" TAB_OUTLINE_CONTENT="Outline Content" TAB_OUTLINE_CONTENT_DESC="Select to have a border and padding around the content." TAB_OUTLINE_HANDLES="Outline Handles" TAB_OUTLINE_HANDLES_DESC="Select to have a border around the tab handles." TAB_POSITIONING_HANDLES="Positioning Handles" TAB_POSITIONING_HANDLES_DESC="Select the positioning (placement) of the handles." TAB_RELOAD_IFRAMES="Reload Iframes" TAB_RELOAD_IFRAMES_DESC="Select to make the iframes reload the first time the tab it is in gets activated. Only use this when you have iframes that cause issues when loaded in closed tabs." TAB_SAVE_COOKIES="Save Cookies" TAB_SAVE_COOKIES_DESC="If selected, the active tabs will be stored in the cookies. Enable this if you want to use this information in other custom scripts." TAB_SCROLL="Scroll to Top" TAB_SCROLL_BY_URL="Scroll by URL" TAB_SCROLL_BY_URL_DESC="If selected, the window will scroll to the top of the tabs when a tab is opened via the URL. You can overrule this option by adding a minus (-) to the end of the tab name in the URL.

If not selected, you can overrule this and make the page scroll by adding a plus (+) to the end of the tab name in the URL." TAB_SCROLL_DESC="If selected, the window will scroll to the top of the tabs when a tab is opened." TAB_SCROLL_LINKS="Scroll on Links" TAB_SCROLL_LINKS_DESC="If selected, the window will scroll to the top of the tabs when a tab is opened via a link." TAB_SCROLL_OFFSET="Scroll offset" TAB_SCROLL_OFFSET_DESC="The scroll offset in pixels. If this is set to a negative number, the browser will scroll to a point above the tab. This can be useful when your website has a floating top menu." TAB_SCROLL_OFFSET_MOBILE="Scroll offset (mobile)" TAB_SET_SETTINGS="Tab Set Settings" TAB_SLIDESHOW="Slideshow" TAB_SLIDESHOW_DESC="Select to make the tabs automatically open one-by-one using the default or given timeout." TAB_SLIDESHOW_TIMEOUT="Slideshow Interval" TAB_SLIDESHOW_TIMEOUT_DESC="The time each tab should show before going to the next tab (in milliseconds)." TAB_STOP_SLIDESHOW_ON_CLICK="Stop on click" TAB_STOP_SLIDESHOW_ON_CLICK_DESC="Select to make the slideshow stop when clicking on one of the tab handles." TAB_SYNTAX_IS="{tab=Tab Title}" TAB_SYNTAX_SPACE="{tab Tab Title}" TAB_TAB_NUMBER="Tab [[%1:number%]]" TAB_TAG_SYNTAX_DESC="Select whether to use a space or '=' in the tags to separate the tag name from the title. This also affects the link tags." TAB_TITLE_EMPTY="Only tabs that have a title will be used." TAB_TITLE_TAG="Title tag" TAB_TITLE_TAG_DESC="This is the tag type used for the tab titles. These tags will be hidden when the slides are generated, but will be visible on pages where the tabs are not handled (like on the print page or on browsers that do not support javascript)." TAB_USE_COOKIES="Use Cookies" TAB_USE_COOKIES_DESC="If selected, the active tabs will be stored in the cookies and will remain active when page is revisited." TAB_USE_HASH="Use Hash" TAB_USE_HASH_DESC="If selected, the active tab can be set via the hash fragment in the URL (#my-tab-title) and will be added to the URL when a tab is activated" TAB_USE_RESPONSIVE_VIEW="Use alternative mobile view" TAB_USE_RESPONSIVE_VIEW_DESC="Select to change the tabs to a stacked navigation list on mobile width screens."