Version Description
- Added localization and various translations
Download this release
Release Info
Developer | numeeja |
Plugin | Tabby Responsive Tabs |
Version | 1.4.0 |
Comparing to | |
See all releases |
Code changes from version 1.3.5 to 1.4.0
- css/admin.css +6 -7
- css/index.php +1 -1
- images/index.php +1 -1
- includes/admin.php +58 -74
- includes/index.php +1 -1
- index.php +1 -1
- js/index.php +1 -1
- languages/index.php +1 -0
- languages/tabby-responsive-tabs-cy.mo +0 -0
- languages/tabby-responsive-tabs-cy.po +359 -0
- languages/tabby-responsive-tabs-en_GB.mo +0 -0
- languages/tabby-responsive-tabs-en_GB.po +355 -0
- languages/tabby-responsive-tabs-es_ES.mo +0 -0
- languages/tabby-responsive-tabs-es_ES.po +365 -0
- languages/tabby-responsive-tabs-es_MX.mo +0 -0
- languages/tabby-responsive-tabs-es_MX.po +362 -0
- languages/tabby-responsive-tabs-fr_FR.mo +0 -0
- languages/tabby-responsive-tabs-fr_FR.po +371 -0
- languages/tabby-responsive-tabs-id_ID.mo +0 -0
- languages/tabby-responsive-tabs-id_ID.po +358 -0
- languages/tabby-responsive-tabs-it_IT.mo +0 -0
- languages/tabby-responsive-tabs-it_IT.po +372 -0
- languages/tabby-responsive-tabs-ja.mo +0 -0
- languages/tabby-responsive-tabs-ja.po +319 -0
- languages/tabby-responsive-tabs-nl_NL.mo +0 -0
- languages/tabby-responsive-tabs-nl_NL.po +364 -0
- languages/tabby-responsive-tabs-pl_PL.mo +0 -0
- languages/tabby-responsive-tabs-pl_PL.po +355 -0
- languages/tabby-responsive-tabs-pt_BR.mo +0 -0
- languages/tabby-responsive-tabs-pt_BR.po +362 -0
- languages/tabby-responsive-tabs-pt_PT.mo +0 -0
- languages/tabby-responsive-tabs-pt_PT.po +362 -0
- languages/tabby-responsive-tabs-tr_TR.mo +0 -0
- languages/tabby-responsive-tabs-tr_TR.po +361 -0
- languages/tabby-responsive-tabs-uk.mo +0 -0
- languages/tabby-responsive-tabs-uk.po +358 -0
- languages/tabby-responsive-tabs.pot +215 -0
- readme.txt +13 -4
- tabby-responsive-tabs.php +28 -21
- uninstall.php +1 -1
css/admin.css
CHANGED
@@ -6,13 +6,12 @@
|
|
6 |
display: inline-block;
|
7 |
content: '';
|
8 |
position: relative;
|
9 |
-
top:
|
10 |
display: inline-block;
|
11 |
margin-right: 2px;
|
12 |
-
width:
|
13 |
-
height:
|
14 |
-
background:
|
15 |
-
background-size: 14px 14px;
|
16 |
}
|
17 |
|
18 |
.wrap#tabby {
|
@@ -65,7 +64,7 @@
|
|
65 |
position: absolute;
|
66 |
width: 26px;
|
67 |
height: 100%;
|
68 |
-
background-image: radial-gradient( #
|
69 |
background-size: 26px 26px;
|
70 |
}
|
71 |
|
@@ -88,7 +87,7 @@
|
|
88 |
.tabbyoptions .contribute {
|
89 |
position: absolute;
|
90 |
background-color: #ffd566;
|
91 |
-
padding: 2em;
|
92 |
bottom: 2em;
|
93 |
left: 2em;
|
94 |
right: 2em;
|
6 |
display: inline-block;
|
7 |
content: '';
|
8 |
position: relative;
|
9 |
+
top: 6px;
|
10 |
display: inline-block;
|
11 |
margin-right: 2px;
|
12 |
+
width: 18px;
|
13 |
+
height: 18px;
|
14 |
+
background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e18500' fill-rule='evenodd'%3E%3Cpath transform='rotate(20 9 9)' d='M6.662 6.662H11.337V11.337H6.662z'/%3E%3Cpath d='M0 4.803L13.197 0 18 13.197 4.803 18 0 4.803zm4.33-.473v9.363h9.363V4.33H4.33z'/%3E%3C/g%3E%3C/svg%3E");
|
|
|
15 |
}
|
16 |
|
17 |
.wrap#tabby {
|
64 |
position: absolute;
|
65 |
width: 26px;
|
66 |
height: 100%;
|
67 |
+
background-image: radial-gradient( #e8e8e8 1px, #d8d8d8 3px, #999 4px, transparent 4px);
|
68 |
background-size: 26px 26px;
|
69 |
}
|
70 |
|
87 |
.tabbyoptions .contribute {
|
88 |
position: absolute;
|
89 |
background-color: #ffd566;
|
90 |
+
padding: 1em 2em;
|
91 |
bottom: 2em;
|
92 |
left: 2em;
|
93 |
right: 2em;
|
css/index.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php //
|
1 |
+
<?php // in a silent way
|
images/index.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php //
|
1 |
+
<?php // in a silent way
|
includes/admin.php
CHANGED
@@ -1,16 +1,5 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
/* --------------------------------------------- *\
|
4 |
-
|
5 |
-
Package: Tabby Responsive Tabs plugin for WordPress
|
6 |
-
Author: cubecolour
|
7 |
-
Version: 1.3.3
|
8 |
-
|
9 |
-
File: Admin Panel
|
10 |
-
admin.php
|
11 |
-
|
12 |
-
\* --------------------------------------------- */
|
13 |
-
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
16 |
|
@@ -59,30 +48,30 @@ function cc_register_tabby_settings() {
|
|
59 |
function cc_tabby_settings_page() {
|
60 |
|
61 |
if ( !current_user_can( 'manage_options' ) ) {
|
62 |
-
wp_die(
|
63 |
}
|
64 |
|
65 |
?> <div class="wrap" id="tabby">
|
66 |
<h2>Tabby responsive tabs</h2>
|
67 |
-
<p
|
68 |
|
69 |
|
70 |
<ul class="tabbyoptions">
|
71 |
-
|
72 |
<li class="card">
|
73 |
<h2><?php esc_attr_e( 'Default stylesheet', 'tabby-responsive-tabs' ) ?></h2>
|
74 |
-
<p><?php esc_attr_e( 'If you are using a custom set of tabby styles in your child theme or elsewhere, uncheck the checkbox below to remove the default tabby stylesheet.' ) ?></p>
|
75 |
<form method="post" action="options.php">
|
76 |
|
77 |
<?php settings_fields( 'tabby-settings' ); ?>
|
78 |
<?php do_settings_sections( 'tabby-settings' ); ?>
|
79 |
<?php $tab_title_element = esc_html( get_option( 'cc_tabby_tab_title_element', 'h2' ) ); ?>
|
80 |
<p>
|
81 |
-
<label for="cc_tabby_default_styles"><?php esc_attr_e( 'Include the default tabby stylesheet:' ) ?></label>
|
82 |
<input type="checkbox" name="cc_tabby_default_styles" value=1 <?php checked( 1, get_option('cc_tabby_default_styles'), 1 ); ?> />
|
83 |
</p>
|
84 |
<p>
|
85 |
-
<label for="cc_tabby_tab_title_element"><?php esc_attr_e( 'Tab title element (default: H2)' ) ?></label>
|
86 |
<select name="cc_tabby_tab_title_element" id="cc_tabby_tab_title_element">
|
87 |
<option value="h1"<?php selected( $tab_title_element, 'h1' ); ?>>h1</option>
|
88 |
<option value="h2"<?php selected( $tab_title_element, 'h2' ); ?>>h2</option>
|
@@ -94,120 +83,115 @@ function cc_tabby_settings_page() {
|
|
94 |
</select>
|
95 |
</p>
|
96 |
|
97 |
-
<?php submit_button( $text="Save Changes", $type='primary' );
|
98 |
</form>
|
99 |
<div class="after-settings">
|
100 |
-
<p
|
101 |
-
<
|
102 |
-
|
103 |
-
<li
|
104 |
-
|
|
|
105 |
<div class="contribute">
|
106 |
-
If this plugin or has provided you with some value, or it has saved you some development time, please consider purchasing an add-on, or making a contribution to <a href="https://cubecolour.co.uk/wp/">
|
107 |
</div>
|
108 |
</div>
|
109 |
</li>
|
110 |
-
<!- - - - - - - ->
|
111 |
-
<li class="card usage">
|
112 |
-
<h2><?php esc_attr_e( 'Plugin usage' ); ?></h2>
|
113 |
|
114 |
-
|
115 |
-
<
|
116 |
-
<p
|
|
|
|
|
|
|
117 |
|
118 |
<pre>
|
|
|
119 |
[tabby title="First Tab"]
|
120 |
|
121 |
-
This is the content of the first tab.
|
|
|
122 |
|
123 |
[tabby title="Second Tab"]
|
124 |
|
125 |
-
This is the content of the second tab.
|
|
|
126 |
|
127 |
[tabby title="Third Tab"]
|
128 |
|
129 |
-
This is the content of the third tab.
|
|
|
130 |
|
131 |
[tabbyending]
|
132 |
-
</pre>
|
133 |
|
134 |
-
|
135 |
-
|
|
|
136 |
</li>
|
137 |
</ul>
|
138 |
-
<!- - - - - - - ->
|
139 |
<ul class="tabbycards">
|
140 |
-
<!- - - - - - - ->
|
141 |
<li class="card">
|
142 |
-
<h2
|
143 |
-
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs which allows
|
144 |
-
<p><?php esc_attr_e( 'All customisations are made using a simple point & click interface without the need to edit any code.' ) ?></p>
|
145 |
-
<p><?php esc_attr_e( 'A collection of one-click presets can be used as an easy starting point for further customisation.' ) ?></p>
|
146 |
<p></p>
|
147 |
<p class="submit">
|
148 |
-
<a href="https://cubecolour.co.uk/tabby-responsive-tabs-customiser/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on' ) ?></a>
|
149 |
</p>
|
150 |
</li>
|
151 |
-
<!- - - - - - - ->
|
152 |
<li class="card">
|
153 |
-
<h2
|
154 |
-
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs which adds a [tabbylink] shortcode.' ) ?></p>
|
155 |
-
<p><?php esc_attr_e( 'This
|
156 |
-
<p><?php esc_attr_e( 'This add-on should not be confused with the similarly named \'Tabby tab to url link\' add-on as each one has a different purpose.' ) ?></p>
|
157 |
<p></p>
|
158 |
<p class="submit">
|
159 |
-
<a href="https://cubecolour.co.uk/downloads/tabby-link-to-tab/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on' ) ?></a>
|
160 |
</p>
|
161 |
</li>
|
162 |
-
<!- - - - - - - ->
|
163 |
<li class="card">
|
164 |
-
<h2
|
165 |
-
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs which a tab to act as a link to any URL.' ) ?></p>
|
166 |
-
<p><?php esc_attr_e( 'A tab can be specified within a tabby responsive tabs tabgroup so that it opens a link to any URL.' ) ?></p>
|
167 |
-
<p><?php esc_attr_e( 'This add-on should not be confused with the similarly named \'Tabby link to tab\' add-on as each one has a different purpose.' ) ?></p>
|
168 |
<p></p>
|
169 |
<p class="submit">
|
170 |
-
<a href="https://cubecolour.co.uk/downloads/tabby-tab-to-url-link/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on' ) ?></a>
|
171 |
</p>
|
172 |
</li>
|
173 |
-
<!- - - - - - - ->
|
174 |
<li class="card">
|
175 |
-
<h2
|
176 |
-
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs that keeps all sections of the accordion closed on page load.' ) ?></p>
|
177 |
-
<p><?php esc_attr_e( 'This changes the default behaviour for the accordion so no tab content is shown when the page is initially loaded.' ) ?></p>
|
178 |
-
<p><?php esc_attr_e( 'The tab display (desktop view) is unaffected.' ) ?></p>
|
179 |
<p></p>
|
180 |
<p class="submit">
|
181 |
-
<a href="https://cubecolour.co.uk/downloads/tabby-load-accordion-closed/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on' ) ?></a>
|
182 |
</p>
|
183 |
</li>
|
184 |
-
<!- - - - - - - ->
|
185 |
<li class="card">
|
186 |
-
<h2
|
187 |
-
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs to keep the currently active tab open after a reload.' ) ?></p>
|
188 |
-
<p><?php esc_attr_e( 'This enables the currently active tab in a tabby responsive tabs tabgroup to remain the active (open) tab after the page has been reloaded/refreshed.' ) ?></p>
|
189 |
<p></p>
|
190 |
<p class="submit">
|
191 |
-
<a href="https://cubecolour.co.uk/downloads/tabby-reopen-current-tab-on-reload/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on' ) ?></a>
|
192 |
</p>
|
193 |
</li>
|
194 |
-
<!- - - - - - - ->
|
195 |
<li class="card">
|
196 |
-
<h2><?php esc_attr_e( 'Custom styles or functionality' ) ?></h2>
|
197 |
-
<p><?php esc_attr_e( '
|
198 |
-
<p><?php esc_attr_e( 'This is a bespoke service to provide a custom-made add-on plugin to extend tabby responsive tabs or load a custom tabs stylesheet created to meet your exact requirements' ) ?></p>
|
199 |
<p></p>
|
200 |
<p class="submit">
|
201 |
-
<a href="https://cubecolour.co.uk/contact/" class="button button-primary"><?php esc_attr_e( 'Request quote' ) ?></a>
|
202 |
</p>
|
203 |
</li>
|
204 |
-
<!- - - - - - - ->
|
205 |
<li class="card tabbycat"></li>
|
206 |
-
<!- - - - - - - ->
|
207 |
<li class="card tabbycat">
|
208 |
<img src="<?php echo CC_TABBY_PLUGIN_URL . 'images/tabby.png'; ?>">
|
209 |
</li>
|
210 |
-
<!- - - - - - - ->
|
211 |
</ul>
|
212 |
|
213 |
<?php
|
1 |
<?php
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
|
5 |
|
48 |
function cc_tabby_settings_page() {
|
49 |
|
50 |
if ( !current_user_can( 'manage_options' ) ) {
|
51 |
+
wp_die( esc_attr_e( 'You do not have sufficient permissions to access this page.', 'tabby-responsive-tabs' ) );
|
52 |
}
|
53 |
|
54 |
?> <div class="wrap" id="tabby">
|
55 |
<h2>Tabby responsive tabs</h2>
|
56 |
+
<p><?php printf( __( 'by %1$s', 'tabby-responsive-tabs' ),'<a href="https://cubecolour.co.uk/wp" class="cubecolour">cubecolour</a>' ) ?></p>
|
57 |
|
58 |
|
59 |
<ul class="tabbyoptions">
|
60 |
+
|
61 |
<li class="card">
|
62 |
<h2><?php esc_attr_e( 'Default stylesheet', 'tabby-responsive-tabs' ) ?></h2>
|
63 |
+
<p><?php esc_attr_e( 'If you are using a custom set of tabby styles in your child theme or elsewhere, uncheck the checkbox below to remove the default tabby stylesheet.', 'tabby-responsive-tabs' ) ?></p>
|
64 |
<form method="post" action="options.php">
|
65 |
|
66 |
<?php settings_fields( 'tabby-settings' ); ?>
|
67 |
<?php do_settings_sections( 'tabby-settings' ); ?>
|
68 |
<?php $tab_title_element = esc_html( get_option( 'cc_tabby_tab_title_element', 'h2' ) ); ?>
|
69 |
<p>
|
70 |
+
<label for="cc_tabby_default_styles"><?php esc_attr_e( 'Include the default tabby stylesheet:', 'tabby-responsive-tabs' ) ?></label>
|
71 |
<input type="checkbox" name="cc_tabby_default_styles" value=1 <?php checked( 1, get_option('cc_tabby_default_styles'), 1 ); ?> />
|
72 |
</p>
|
73 |
<p>
|
74 |
+
<label for="cc_tabby_tab_title_element"><?php esc_attr_e( 'Tab title element (default: H2)', 'tabby-responsive-tabs' ) ?></label>
|
75 |
<select name="cc_tabby_tab_title_element" id="cc_tabby_tab_title_element">
|
76 |
<option value="h1"<?php selected( $tab_title_element, 'h1' ); ?>>h1</option>
|
77 |
<option value="h2"<?php selected( $tab_title_element, 'h2' ); ?>>h2</option>
|
83 |
</select>
|
84 |
</p>
|
85 |
|
86 |
+
<?php submit_button( $text="Save Changes", $type='primary' ); ?><!-- MAKE TRANSLATABLE -->
|
87 |
</form>
|
88 |
<div class="after-settings">
|
89 |
+
<p><?php esc_attr_e( 'To customise how your tabs display, either:', 'tabby-responsive-tabs' ); ?></p>
|
90 |
+
<ol>
|
91 |
+
<?php $tabbycsslink = '<a href="' . CC_TABBY_PLUGIN_URL . 'css/tabby.css" target="_blank">'; ?>
|
92 |
+
<li><?php printf( __( 'Uncheck the option above, copy the css rules from the %1$stabby stylesheet%2$s into either your child theme\'s stylesheet or the custom css section of the WordPress customizer, and edit the css there.', 'tabby-responsive-tabs' ), $tabbycsslink, '</a>' ); ?></li>
|
93 |
+
<li><?php esc_attr_e( 'Alternatively the optional \'Tabby responsive tabs customiser\' add-on can be used to customise the tab design without any code editing.', 'tabby-responsive-tabs' ); ?></li>
|
94 |
+
</ol>
|
95 |
<div class="contribute">
|
96 |
+
<p><?php printf( __( 'If this plugin or has provided you with some value, or it has saved you some development time, please consider purchasing an add-on, or making a contribution to %1$sthe developer.%2$s', 'tabby-responsive-tabs' ),'<a href="https://cubecolour.co.uk/wp/">', '</a>' ); ?></p>
|
97 |
</div>
|
98 |
</div>
|
99 |
</li>
|
|
|
|
|
|
|
100 |
|
101 |
+
<li class="card usage">
|
102 |
+
<h2><?php esc_attr_e( 'Plugin usage', 'tabby-responsive-tabs' ); ?></h2>
|
103 |
+
<p><?php printf( __( 'There are two shortcodes which should both be used, %1$s and %2$s. These are added in the visual or text editor, or within a shortcode block in the block editor.', 'tabby-responsive-tabs' ),'<code>[tabby]</code>','<code>[tabbyending]</code>' ); ?></p>
|
104 |
+
<p><?php esc_attr_e( 'The title parameter sets the text on the tab, the content is added between the shortcodes, and the [tabbyending] shortcode is used once per tabgroup and must be placed after the last tab\'s content.', 'tabby-responsive-tabs' ); ?></p>
|
105 |
+
<p><?php esc_attr_e( 'It is recommended to leave a blank line between each shortcode and block of content.', 'tabby-responsive-tabs' ); ?></p>
|
106 |
+
<p><?php printf( __( 'If you copy & paste the following shortcodes into your visual editor, be sure to delete any %1$s tags surrounding the content.', 'tabby-responsive-tabs' ),'<code><pre></code>' ); ?></p>
|
107 |
|
108 |
<pre>
|
109 |
+
|
110 |
[tabby title="First Tab"]
|
111 |
|
112 |
+
<?php esc_attr_e( 'This is the content of the first tab.', 'tabby-responsive-tabs' ); ?>
|
113 |
+
|
114 |
|
115 |
[tabby title="Second Tab"]
|
116 |
|
117 |
+
<?php esc_attr_e( 'This is the content of the second tab.', 'tabby-responsive-tabs' ); ?>
|
118 |
+
|
119 |
|
120 |
[tabby title="Third Tab"]
|
121 |
|
122 |
+
<?php esc_attr_e( 'This is the content of the third tab.', 'tabby-responsive-tabs' ); ?>
|
123 |
+
|
124 |
|
125 |
[tabbyending]
|
|
|
126 |
|
127 |
+
</pre>
|
128 |
+
<p><?php printf( __( 'Please refer to the plugin\'s %1$sreadme file%2$s or the WordPress.org %3$splugin page%4$s for more information.', 'tabby-responsive-tabs' ),'<a href="' . CC_TABBY_PLUGIN_URL . 'readme.txt" target="_blank">', '</a>', '<a href="https://en-gb.wordpress.org/plugins/tabby-responsive-tabs/" target="_blank">', '</a>'); ?></p>
|
129 |
+
<p><?php printf( __( 'Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s.', 'tabby-responsive-tabs' ),'<a href="https://wordpress.org/support/plugin/tabby-responsive-tabs/" target="_blank">', '</a>' ); ?></p>
|
130 |
</li>
|
131 |
</ul>
|
|
|
132 |
<ul class="tabbycards">
|
|
|
133 |
<li class="card">
|
134 |
+
<h2>Tabby responsive tabs customiser</h2>
|
135 |
+
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs which allows you to easily customise your tabs.', 'tabby-responsive-tabs' ) ?></p>
|
136 |
+
<p><?php esc_attr_e( 'All customisations are made using a simple point & click interface without the need to edit any code.', 'tabby-responsive-tabs' ) ?></p>
|
137 |
+
<p><?php esc_attr_e( 'A collection of one-click presets can be used as an easy starting point for further customisation.', 'tabby-responsive-tabs' ) ?></p>
|
138 |
<p></p>
|
139 |
<p class="submit">
|
140 |
+
<a href="https://cubecolour.co.uk/tabby-responsive-tabs-customiser/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on', 'tabby-responsive-tabs' ) ?></a>
|
141 |
</p>
|
142 |
</li>
|
|
|
143 |
<li class="card">
|
144 |
+
<h2>Tabby link to tab</h2>
|
145 |
+
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs which adds a [tabbylink] shortcode.', 'tabby-responsive-tabs' ) ?></p>
|
146 |
+
<p><?php esc_attr_e( 'This shortcode creates a link to a tab on the same page, where selecting the link does not cause the page to reload.', 'tabby-responsive-tabs' ) ?></p>
|
147 |
+
<p><?php esc_attr_e( 'This add-on should not be confused with the similarly named \'Tabby tab to url link\' add-on as each one has a different purpose.', 'tabby-responsive-tabs' ) ?></p>
|
148 |
<p></p>
|
149 |
<p class="submit">
|
150 |
+
<a href="https://cubecolour.co.uk/downloads/tabby-link-to-tab/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on', 'tabby-responsive-tabs' ) ?></a>
|
151 |
</p>
|
152 |
</li>
|
|
|
153 |
<li class="card">
|
154 |
+
<h2>Tabby tab to url link</h2>
|
155 |
+
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs which enables a tab to act as a link to any URL.', 'tabby-responsive-tabs' ) ?></p>
|
156 |
+
<p><?php esc_attr_e( 'A tab can be specified within a tabby responsive tabs tabgroup so that it opens a link to any URL.', 'tabby-responsive-tabs' ) ?></p>
|
157 |
+
<p><?php esc_attr_e( 'This add-on should not be confused with the similarly named \'Tabby link to tab\' add-on as each one has a different purpose.', 'tabby-responsive-tabs' ) ?></p>
|
158 |
<p></p>
|
159 |
<p class="submit">
|
160 |
+
<a href="https://cubecolour.co.uk/downloads/tabby-tab-to-url-link/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on', 'tabby-responsive-tabs' ) ?></a>
|
161 |
</p>
|
162 |
</li>
|
|
|
163 |
<li class="card">
|
164 |
+
<h2>Tabby load accordion closed</h2>
|
165 |
+
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs that keeps all sections of the accordion closed on page load.', 'tabby-responsive-tabs' ) ?></p>
|
166 |
+
<p><?php esc_attr_e( 'This changes the default behaviour for the accordion so no tab content is shown when the page is initially loaded.', 'tabby-responsive-tabs' ) ?></p>
|
167 |
+
<p><?php esc_attr_e( 'The tab display (desktop view) is unaffected.', 'tabby-responsive-tabs' ) ?></p>
|
168 |
<p></p>
|
169 |
<p class="submit">
|
170 |
+
<a href="https://cubecolour.co.uk/downloads/tabby-load-accordion-closed/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on', 'tabby-responsive-tabs' ) ?></a>
|
171 |
</p>
|
172 |
</li>
|
|
|
173 |
<li class="card">
|
174 |
+
<h2>Tabby reopen current tab on reload</h2>
|
175 |
+
<p><?php esc_attr_e( 'An add-on for tabby responsive tabs to keep the currently active tab open after a reload.', 'tabby-responsive-tabs' ) ?></p>
|
176 |
+
<p><?php esc_attr_e( 'This enables the currently active tab in a tabby responsive tabs tabgroup to remain the active (open) tab after the page has been reloaded/refreshed.', 'tabby-responsive-tabs' ) ?></p>
|
177 |
<p></p>
|
178 |
<p class="submit">
|
179 |
+
<a href="https://cubecolour.co.uk/downloads/tabby-reopen-current-tab-on-reload/" class="button button-primary"><?php esc_attr_e( 'Purchase add-on', 'tabby-responsive-tabs' ) ?></a>
|
180 |
</p>
|
181 |
</li>
|
|
|
182 |
<li class="card">
|
183 |
+
<h2><?php esc_attr_e( 'Custom styles or functionality', 'tabby-responsive-tabs' ) ?></h2>
|
184 |
+
<p><?php esc_attr_e( 'A custom plugin specifically for your site', 'tabby-responsive-tabs' ) ?></p>
|
185 |
+
<p><?php esc_attr_e( 'This is a bespoke service to provide a custom-made add-on plugin to extend tabby responsive tabs or load a custom tabs stylesheet created to meet your exact requirements.', 'tabby-responsive-tabs' ) ?></p>
|
186 |
<p></p>
|
187 |
<p class="submit">
|
188 |
+
<a href="https://cubecolour.co.uk/contact/" class="button button-primary"><?php esc_attr_e( 'Request quote', 'tabby-responsive-tabs' ) ?></a>
|
189 |
</p>
|
190 |
</li>
|
|
|
191 |
<li class="card tabbycat"></li>
|
|
|
192 |
<li class="card tabbycat">
|
193 |
<img src="<?php echo CC_TABBY_PLUGIN_URL . 'images/tabby.png'; ?>">
|
194 |
</li>
|
|
|
195 |
</ul>
|
196 |
|
197 |
<?php
|
includes/index.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php //
|
1 |
+
<?php // in a silent way
|
index.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php //
|
1 |
+
<?php // in a silent way
|
js/index.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php //
|
1 |
+
<?php // in a silent way
|
languages/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // in a silent way
|
languages/tabby-responsive-tabs-cy.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-cy.po
ADDED
@@ -0,0 +1,359 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:08+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Welsh\n"
|
9 |
+
"Language: cy\n"
|
10 |
+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n==3 ? 3 : "
|
11 |
+
"n==6 ? 4 : 5;\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Loco https://localise.biz/\n"
|
16 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
17 |
+
"X-Domain: tabby-responsive-tabs"
|
18 |
+
|
19 |
+
#: includes/admin.php:138
|
20 |
+
msgid ""
|
21 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
22 |
+
"further customisation."
|
23 |
+
msgstr ""
|
24 |
+
"Gellir defnyddio casgliad o ragosodiadau un clic fel man cychwyn hawdd ar "
|
25 |
+
"gyfer addasu pellach."
|
26 |
+
|
27 |
+
#: includes/admin.php:185
|
28 |
+
msgid "A custom plugin specifically for your site"
|
29 |
+
msgstr "Ategyn wedi'i deilwra'n benodol ar gyfer eich gwefan"
|
30 |
+
|
31 |
+
#: includes/admin.php:157
|
32 |
+
#| msgid ""
|
33 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
34 |
+
#| "it opens a link to any URL."
|
35 |
+
msgid ""
|
36 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
37 |
+
"opens a link to any URL."
|
38 |
+
msgstr ""
|
39 |
+
"Gellir nodi tab o fewn grŵp tabiau tabby responsive tabs fel ei fod yn agor "
|
40 |
+
"dolen i unrhyw URL."
|
41 |
+
|
42 |
+
#: includes/admin.php:137
|
43 |
+
msgid ""
|
44 |
+
"All customisations are made using a simple point & click interface without "
|
45 |
+
"the need to edit any code."
|
46 |
+
msgstr ""
|
47 |
+
"Gwneir pob addasiad gan ddefnyddio rhyngwyneb pwynt a chlicio syml heb fod "
|
48 |
+
"angen golygu unrhyw god."
|
49 |
+
|
50 |
+
#: includes/admin.php:93
|
51 |
+
msgid ""
|
52 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
53 |
+
"used to customise the tab design without any code editing."
|
54 |
+
msgstr ""
|
55 |
+
"Fel arall, gellir defnyddio'r ychwanegyn dewisol 'Tabby responsive tabs "
|
56 |
+
"customiser' i addasu cynllun y tab heb unrhyw olygu cod."
|
57 |
+
|
58 |
+
#: includes/admin.php:166
|
59 |
+
#| msgid ""
|
60 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
61 |
+
#| "accordion closed on page load."
|
62 |
+
msgid ""
|
63 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
64 |
+
"closed on page load."
|
65 |
+
msgstr ""
|
66 |
+
"Ychwanegyn ar gyfer tabby responsive tabs sy'n cadw pob rhan o'r acordion ar "
|
67 |
+
"gau ar lwyth tudalen."
|
68 |
+
|
69 |
+
#: includes/admin.php:176
|
70 |
+
#| msgid ""
|
71 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
72 |
+
#| "open after a reload."
|
73 |
+
msgid ""
|
74 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
75 |
+
"after a reload."
|
76 |
+
msgstr ""
|
77 |
+
"Ychwanegiad ar gyfer tabby responsive tabs i gadw'r tab gweithredol "
|
78 |
+
"presennol ar agor ar ôl ail-lwytho."
|
79 |
+
|
80 |
+
#: includes/admin.php:146
|
81 |
+
#| msgid ""
|
82 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
83 |
+
#| "shortcode."
|
84 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
85 |
+
msgstr ""
|
86 |
+
"Ychwanegiad ar gyfer tabby responsive tabs sy'n ychwanegu cod byr [tabbylink]"
|
87 |
+
"."
|
88 |
+
|
89 |
+
#: includes/admin.php:136
|
90 |
+
#| msgid ""
|
91 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
92 |
+
#| "customise your tabs."
|
93 |
+
msgid ""
|
94 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
95 |
+
"your tabs."
|
96 |
+
msgstr ""
|
97 |
+
"Ychwanegiad ar gyfer tabby responsive tabs sy'n eich galluogi i addasu eich "
|
98 |
+
"tabiau'n hawdd."
|
99 |
+
|
100 |
+
#: includes/admin.php:156
|
101 |
+
#| msgid ""
|
102 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
103 |
+
#| "link to any URL."
|
104 |
+
msgid ""
|
105 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
106 |
+
"any URL."
|
107 |
+
msgstr ""
|
108 |
+
"Ychwanegiad ar gyfer tabby responsive tabs sy'n galluogi tab i weithredu fel "
|
109 |
+
"dolen i unrhyw URL."
|
110 |
+
|
111 |
+
#: includes/admin.php:56
|
112 |
+
msgid "by %1$s"
|
113 |
+
msgstr "gan %1$s"
|
114 |
+
|
115 |
+
#. Description of the plugin
|
116 |
+
msgid ""
|
117 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
118 |
+
"adding simple shortcodes."
|
119 |
+
msgstr ""
|
120 |
+
"Creu tabiau ymatebol y tu mewn i'ch postiadau, tudalennau neu fathau o bost "
|
121 |
+
"arferol trwy ychwanegu codau byr syml."
|
122 |
+
|
123 |
+
#. Author of the plugin
|
124 |
+
msgid "cubecolour"
|
125 |
+
msgstr "cubecolour"
|
126 |
+
|
127 |
+
#: tabby-responsive-tabs.php:99
|
128 |
+
msgid "Cubecolour on twitter"
|
129 |
+
msgstr "Cubecolour ar twitter"
|
130 |
+
|
131 |
+
#: includes/admin.php:184
|
132 |
+
msgid "Custom styles or functionality"
|
133 |
+
msgstr "Arddulliau neu ymarferoldeb personol"
|
134 |
+
|
135 |
+
#: includes/admin.php:62
|
136 |
+
msgid "Default stylesheet"
|
137 |
+
msgstr "Taflen arddull ddiofyn"
|
138 |
+
|
139 |
+
#: tabby-responsive-tabs.php:97
|
140 |
+
msgid "Donate"
|
141 |
+
msgstr "Rhoddwch"
|
142 |
+
|
143 |
+
#. Author URI of the plugin
|
144 |
+
msgid "https://cubecolour.co.uk"
|
145 |
+
msgstr "https://cubecolour.co.uk"
|
146 |
+
|
147 |
+
#. Plugin URI of the plugin
|
148 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
149 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
150 |
+
|
151 |
+
#: includes/admin.php:96
|
152 |
+
msgid ""
|
153 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
154 |
+
"development time, please consider purchasing an add-on, or making a "
|
155 |
+
"contribution to %1$sthe developer.%2$s"
|
156 |
+
msgstr ""
|
157 |
+
"Os yw'r ategyn hwn neu wedi rhoi rhywfaint o werth i chi, neu ei fod wedi "
|
158 |
+
"arbed peth amser datblygu i chi, ystyriwch brynu ychwanegyn, neu wneud "
|
159 |
+
"cyfraniad i %1$sthe developer.%2$s"
|
160 |
+
|
161 |
+
#: includes/admin.php:63
|
162 |
+
#| msgid ""
|
163 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
164 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
165 |
+
#| "stylesheet."
|
166 |
+
msgid ""
|
167 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
168 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
169 |
+
msgstr ""
|
170 |
+
"Os ydych chi'n defnyddio set o arddulliau tabby wedi'u teilwra yn eich thema "
|
171 |
+
"plentyn neu rywle arall, dad-diciwch y blwch ticio isod i gael gwared ar y "
|
172 |
+
"ddalen arddull tabby rhagosodedig."
|
173 |
+
|
174 |
+
#: includes/admin.php:106
|
175 |
+
msgid ""
|
176 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
177 |
+
"sure to delete any %1$s tags surrounding the content."
|
178 |
+
msgstr ""
|
179 |
+
"Os byddwch yn copïo a gludo'r codau byr canlynol i'ch golygydd gweledol, "
|
180 |
+
"gwnewch yn siŵr eich bod yn dileu unrhyw dagiau %1$s sy'n amgylchynu'r "
|
181 |
+
"cynnwys."
|
182 |
+
|
183 |
+
#: includes/admin.php:70
|
184 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
185 |
+
msgid "Include the default tabby stylesheet:"
|
186 |
+
msgstr "Cynhwyswch y ddalen arddull tabby rhagosodedig:"
|
187 |
+
|
188 |
+
#: includes/admin.php:105
|
189 |
+
msgid ""
|
190 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
191 |
+
"content."
|
192 |
+
msgstr "Argymhellir gadael llinell wag rhwng pob cod byr a bloc cynnwys."
|
193 |
+
|
194 |
+
#: includes/admin.php:129
|
195 |
+
msgid ""
|
196 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
197 |
+
"%3$splugin page%4$s for more information."
|
198 |
+
msgstr ""
|
199 |
+
"Cyfeiriwch at ffeil %1$sreadme yr ategyn%2$s neu dudalen WordPress.org "
|
200 |
+
"%3$splugin%4$s am ragor o wybodaeth."
|
201 |
+
|
202 |
+
#: includes/admin.php:130
|
203 |
+
#| msgid ""
|
204 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
205 |
+
#| "forum%2$s."
|
206 |
+
msgid ""
|
207 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
208 |
+
msgstr ""
|
209 |
+
"Cefnogaeth ategyn ar WordPress.org: %1$sFforwm cymorth tabby responsive "
|
210 |
+
"tabs%2$s."
|
211 |
+
|
212 |
+
#: includes/admin.php:102
|
213 |
+
msgid "Plugin usage"
|
214 |
+
msgstr "Defnydd ategyn"
|
215 |
+
|
216 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
217 |
+
#: includes/admin.php:171 includes/admin.php:180
|
218 |
+
msgid "Purchase add-on"
|
219 |
+
msgstr "Prynu ychwanegiad"
|
220 |
+
|
221 |
+
#: includes/admin.php:189
|
222 |
+
msgid "Request quote"
|
223 |
+
msgstr "Cais am ddyfynbris"
|
224 |
+
|
225 |
+
#: tabby-responsive-tabs.php:98
|
226 |
+
msgid "Review"
|
227 |
+
msgstr "Adolygu"
|
228 |
+
|
229 |
+
#: tabby-responsive-tabs.php:100
|
230 |
+
msgid "Settings"
|
231 |
+
msgstr "Gosodiadau"
|
232 |
+
|
233 |
+
#: tabby-responsive-tabs.php:96
|
234 |
+
msgid "Support"
|
235 |
+
msgstr "Cefnogaeth"
|
236 |
+
|
237 |
+
#: includes/admin.php:74
|
238 |
+
msgid "Tab title element (default: H2)"
|
239 |
+
msgstr "Elfen teitl tab (diofyn: H2)"
|
240 |
+
|
241 |
+
#. Plugin Name of the plugin
|
242 |
+
msgid "Tabby Responsive Tabs"
|
243 |
+
msgstr "Tabby Responsive Tabs"
|
244 |
+
|
245 |
+
#: includes/admin.php:168
|
246 |
+
msgid "The tab display (desktop view) is unaffected."
|
247 |
+
msgstr "Nid yw'r arddangosfa tab (golwg bwrdd gwaith) yn cael ei effeithio."
|
248 |
+
|
249 |
+
#: includes/admin.php:104
|
250 |
+
#| msgid ""
|
251 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
252 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
253 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
254 |
+
msgid ""
|
255 |
+
"The title parameter sets the text on the tab, the content is added between "
|
256 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
257 |
+
"and must be placed after the last tab's content."
|
258 |
+
msgstr ""
|
259 |
+
"Mae'r paramedr teitl yn gosod y testun ar y tab, ychwanegir y cynnwys rhwng "
|
260 |
+
"y codau byr, a defnyddir y cod byr [tabbyending] unwaith fesul grŵp tab a "
|
261 |
+
"rhaid ei osod ar ôl cynnwys y tab olaf."
|
262 |
+
|
263 |
+
#: includes/admin.php:103
|
264 |
+
msgid ""
|
265 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
266 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
267 |
+
"editor."
|
268 |
+
msgstr ""
|
269 |
+
"Mae dau god byr y dylid eu defnyddio, %1$s a %2$s. Ychwanegir y rhain yn y "
|
270 |
+
"golygydd gweledol neu destun, neu o fewn bloc cod byr yn y golygydd bloc."
|
271 |
+
|
272 |
+
#: includes/admin.php:158
|
273 |
+
msgid ""
|
274 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
275 |
+
"tab' add-on as each one has a different purpose."
|
276 |
+
msgstr ""
|
277 |
+
"Ni ddylid drysu rhwng yr ychwanegyn hwn a'r ategyn tebyg o'r enw 'Tabby link "
|
278 |
+
"to tab' gan fod gan bob un ddiben gwahanol."
|
279 |
+
|
280 |
+
#: includes/admin.php:148
|
281 |
+
msgid ""
|
282 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
283 |
+
"url link' add-on as each one has a different purpose."
|
284 |
+
msgstr ""
|
285 |
+
"Ni ddylid drysu rhwng yr ychwanegyn hwn a'r ategyn tebyg o'r enw 'Tabby tab "
|
286 |
+
"to url link' gan fod gan bob un ddiben gwahanol."
|
287 |
+
|
288 |
+
#: includes/admin.php:167
|
289 |
+
msgid ""
|
290 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
291 |
+
"shown when the page is initially loaded."
|
292 |
+
msgstr ""
|
293 |
+
"Mae hyn yn newid ymddygiad rhagosodedig yr acordion felly ni ddangosir "
|
294 |
+
"cynnwys tab pan fydd y dudalen yn cael ei llwytho i ddechrau."
|
295 |
+
|
296 |
+
#: includes/admin.php:177
|
297 |
+
#| msgid ""
|
298 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
299 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
300 |
+
#| "reloaded/refreshed."
|
301 |
+
msgid ""
|
302 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
303 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
304 |
+
msgstr ""
|
305 |
+
"Mae hyn yn galluogi'r tab sy'n weithredol ar hyn o bryd mewn grŵp tabiau "
|
306 |
+
"tabby responsive tabs i aros yn dab gweithredol (agored) ar ôl i'r dudalen "
|
307 |
+
"gael ei hail-lwytho/adnewyddu."
|
308 |
+
|
309 |
+
#: includes/admin.php:186
|
310 |
+
msgid ""
|
311 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
312 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
313 |
+
"exact requirements."
|
314 |
+
msgstr ""
|
315 |
+
"Mae hwn yn wasanaeth pwrpasol i ddarparu ategyn ychwanegu pwrpasol i ymestyn "
|
316 |
+
"tabiau ymatebol i dabiau neu lwytho dalen arddull tabiau wedi'i haddasu a "
|
317 |
+
"grëwyd i gwrdd â'ch union ofynion."
|
318 |
+
|
319 |
+
#: includes/admin.php:112
|
320 |
+
msgid "This is the content of the first tab."
|
321 |
+
msgstr "Dyma gynnwys y tab cyntaf."
|
322 |
+
|
323 |
+
#: includes/admin.php:117
|
324 |
+
msgid "This is the content of the second tab."
|
325 |
+
msgstr "Dyma gynnwys yr ail dab."
|
326 |
+
|
327 |
+
#: includes/admin.php:122
|
328 |
+
msgid "This is the content of the third tab."
|
329 |
+
msgstr "Dyma gynnwys y trydydd tab."
|
330 |
+
|
331 |
+
#: includes/admin.php:147
|
332 |
+
msgid ""
|
333 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
334 |
+
"link does not cause the page to reload."
|
335 |
+
msgstr ""
|
336 |
+
"Mae'r cod byr hwn yn creu dolen i dab ar yr un dudalen, lle nad yw dewis y "
|
337 |
+
"ddolen yn achosi i'r dudalen ail-lwytho."
|
338 |
+
|
339 |
+
#: includes/admin.php:89
|
340 |
+
msgid "To customise how your tabs display, either:"
|
341 |
+
msgstr "I addasu sut mae eich tabiau'n arddangos, naill ai:"
|
342 |
+
|
343 |
+
#: includes/admin.php:92
|
344 |
+
#| msgid ""
|
345 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
346 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
347 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
348 |
+
msgid ""
|
349 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
350 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
351 |
+
"section of the WordPress customizer, and edit the css there."
|
352 |
+
msgstr ""
|
353 |
+
"Dad-diciwch y dewisiad uchod, copïwch y rheolau css o'r arddull "
|
354 |
+
"%1$stabby%2$s i mewn i naill ai dalen arddull thema eich plentyn neu adran "
|
355 |
+
"css personol y WordPress customizer, a golygwch y css yno."
|
356 |
+
|
357 |
+
#: includes/admin.php:51
|
358 |
+
msgid "You do not have sufficient permissions to access this page."
|
359 |
+
msgstr "Nid oes gennych ganiatâd digonol i gael mynediad i'r dudalen hon."
|
languages/tabby-responsive-tabs-en_GB.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-en_GB.po
ADDED
@@ -0,0 +1,355 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 16:50+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: English (UK)\n"
|
9 |
+
"Language: en_GB\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
24 |
+
"further customisation."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "A custom plugin specifically for your site"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
39 |
+
"opens a link to any URL."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"All customisations are made using a simple point & click interface without "
|
47 |
+
"the need to edit any code."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
msgid ""
|
51 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
52 |
+
"used to customise the tab design without any code editing."
|
53 |
+
msgstr ""
|
54 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
55 |
+
"used to customise the tab design without any code editing."
|
56 |
+
|
57 |
+
#: includes/admin.php:166
|
58 |
+
#| msgid ""
|
59 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
60 |
+
#| "accordion closed on page load."
|
61 |
+
msgid ""
|
62 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
63 |
+
"closed on page load."
|
64 |
+
msgstr ""
|
65 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
66 |
+
"closed on page load."
|
67 |
+
|
68 |
+
#: includes/admin.php:176
|
69 |
+
#| msgid ""
|
70 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
71 |
+
#| "open after a reload."
|
72 |
+
msgid ""
|
73 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
74 |
+
"after a reload."
|
75 |
+
msgstr ""
|
76 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
77 |
+
"after a reload."
|
78 |
+
|
79 |
+
#: includes/admin.php:146
|
80 |
+
#| msgid ""
|
81 |
+
#| "An add-on for tabby responsive tabs which adds a '[tabbylink]' shortcode."
|
82 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
83 |
+
msgstr ""
|
84 |
+
"An add-on for tabby responsive tabs which adds a [tabbylink]' shortcode."
|
85 |
+
|
86 |
+
#: includes/admin.php:136
|
87 |
+
#| msgid ""
|
88 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
89 |
+
#| "customise your tabs."
|
90 |
+
msgid ""
|
91 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
92 |
+
"your tabs."
|
93 |
+
msgstr ""
|
94 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
95 |
+
"your tabs."
|
96 |
+
|
97 |
+
#: includes/admin.php:156
|
98 |
+
#| msgid ""
|
99 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
100 |
+
#| "link to any URL."
|
101 |
+
msgid ""
|
102 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
103 |
+
"any URL."
|
104 |
+
msgstr ""
|
105 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
106 |
+
"any URL."
|
107 |
+
|
108 |
+
#: includes/admin.php:56
|
109 |
+
msgid "by %1$s"
|
110 |
+
msgstr "by %1$s"
|
111 |
+
|
112 |
+
#. Description of the plugin
|
113 |
+
msgid ""
|
114 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
115 |
+
"adding simple shortcodes."
|
116 |
+
msgstr ""
|
117 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
118 |
+
"adding simple shortcodes."
|
119 |
+
|
120 |
+
#. Author of the plugin
|
121 |
+
msgid "cubecolour"
|
122 |
+
msgstr "cubecolour"
|
123 |
+
|
124 |
+
#: tabby-responsive-tabs.php:99
|
125 |
+
msgid "Cubecolour on twitter"
|
126 |
+
msgstr "Cubecolour on twitter"
|
127 |
+
|
128 |
+
#: includes/admin.php:184
|
129 |
+
msgid "Custom styles or functionality"
|
130 |
+
msgstr "Custom styles or functionality"
|
131 |
+
|
132 |
+
#: includes/admin.php:62
|
133 |
+
msgid "Default stylesheet"
|
134 |
+
msgstr "Default stylesheet"
|
135 |
+
|
136 |
+
#: tabby-responsive-tabs.php:97
|
137 |
+
msgid "Donate"
|
138 |
+
msgstr "Donate"
|
139 |
+
|
140 |
+
#. Author URI of the plugin
|
141 |
+
msgid "https://cubecolour.co.uk"
|
142 |
+
msgstr "https://cubecolour.co.uk"
|
143 |
+
|
144 |
+
#. Plugin URI of the plugin
|
145 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
146 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
147 |
+
|
148 |
+
#: includes/admin.php:96
|
149 |
+
msgid ""
|
150 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
151 |
+
"development time, please consider purchasing an add-on, or making a "
|
152 |
+
"contribution to %1$sthe developer.%2$s"
|
153 |
+
msgstr ""
|
154 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
155 |
+
"development time, please consider purchasing an add-on, or making a "
|
156 |
+
"contribution to %1$sthe developer.%2$s"
|
157 |
+
|
158 |
+
#: includes/admin.php:63
|
159 |
+
#| msgid ""
|
160 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
161 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
162 |
+
#| "stylesheet."
|
163 |
+
msgid ""
|
164 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
165 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
166 |
+
msgstr ""
|
167 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
168 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
169 |
+
|
170 |
+
#: includes/admin.php:106
|
171 |
+
msgid ""
|
172 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
173 |
+
"sure to delete any %1$s tags surrounding the content."
|
174 |
+
msgstr ""
|
175 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
176 |
+
"sure to delete any %1$s tags surrounding the content."
|
177 |
+
|
178 |
+
#: includes/admin.php:70
|
179 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
180 |
+
msgid "Include the default tabby stylesheet:"
|
181 |
+
msgstr "Include the default tabby stylesheet:"
|
182 |
+
|
183 |
+
#: includes/admin.php:105
|
184 |
+
msgid ""
|
185 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
186 |
+
"content."
|
187 |
+
msgstr ""
|
188 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
189 |
+
"content."
|
190 |
+
|
191 |
+
#: includes/admin.php:129
|
192 |
+
msgid ""
|
193 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
194 |
+
"%3$splugin page%4$s for more information."
|
195 |
+
msgstr ""
|
196 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
197 |
+
"%3$splugin page%4$s for more information."
|
198 |
+
|
199 |
+
#: includes/admin.php:130
|
200 |
+
#| msgid ""
|
201 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
202 |
+
#| "forum%2$s."
|
203 |
+
msgid ""
|
204 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
205 |
+
msgstr ""
|
206 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
207 |
+
|
208 |
+
#: includes/admin.php:102
|
209 |
+
msgid "Plugin usage"
|
210 |
+
msgstr "Plugin usage"
|
211 |
+
|
212 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
213 |
+
#: includes/admin.php:171 includes/admin.php:180
|
214 |
+
msgid "Purchase add-on"
|
215 |
+
msgstr "Purchase add-on"
|
216 |
+
|
217 |
+
#: includes/admin.php:189
|
218 |
+
msgid "Request quote"
|
219 |
+
msgstr "Request quote"
|
220 |
+
|
221 |
+
#: tabby-responsive-tabs.php:98
|
222 |
+
msgid "Review"
|
223 |
+
msgstr "Review"
|
224 |
+
|
225 |
+
#: tabby-responsive-tabs.php:100
|
226 |
+
msgid "Settings"
|
227 |
+
msgstr "Settings"
|
228 |
+
|
229 |
+
#: tabby-responsive-tabs.php:96
|
230 |
+
msgid "Support"
|
231 |
+
msgstr "Support"
|
232 |
+
|
233 |
+
#: includes/admin.php:74
|
234 |
+
msgid "Tab title element (default: H2)"
|
235 |
+
msgstr "Tab title element (default: H2)"
|
236 |
+
|
237 |
+
#. Plugin Name of the plugin
|
238 |
+
msgid "Tabby Responsive Tabs"
|
239 |
+
msgstr "Tabby Responsive Tabs"
|
240 |
+
|
241 |
+
#: includes/admin.php:168
|
242 |
+
msgid "The tab display (desktop view) is unaffected."
|
243 |
+
msgstr "The tab display (desktop view) is unaffected."
|
244 |
+
|
245 |
+
#: includes/admin.php:104
|
246 |
+
#| msgid ""
|
247 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
248 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
249 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
250 |
+
msgid ""
|
251 |
+
"The title parameter sets the text on the tab, the content is added between "
|
252 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
253 |
+
"and must be placed after the last tab's content."
|
254 |
+
msgstr ""
|
255 |
+
"The title parameter sets the text on the tab, the content is added between "
|
256 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
257 |
+
"and must be placed after the last tab's content."
|
258 |
+
|
259 |
+
#: includes/admin.php:103
|
260 |
+
msgid ""
|
261 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
262 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
263 |
+
"editor."
|
264 |
+
msgstr ""
|
265 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
266 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
267 |
+
"editor."
|
268 |
+
|
269 |
+
#: includes/admin.php:158
|
270 |
+
msgid ""
|
271 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
272 |
+
"tab' add-on as each one has a different purpose."
|
273 |
+
msgstr ""
|
274 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
275 |
+
"tab' add-on as each one has a different purpose."
|
276 |
+
|
277 |
+
#: includes/admin.php:148
|
278 |
+
msgid ""
|
279 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
280 |
+
"url link' add-on as each one has a different purpose."
|
281 |
+
msgstr ""
|
282 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
283 |
+
"url link' add-on as each one has a different purpose."
|
284 |
+
|
285 |
+
#: includes/admin.php:167
|
286 |
+
msgid ""
|
287 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
288 |
+
"shown when the page is initially loaded."
|
289 |
+
msgstr ""
|
290 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
291 |
+
"shown when the page is initially loaded."
|
292 |
+
|
293 |
+
#: includes/admin.php:177
|
294 |
+
#| msgid ""
|
295 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
296 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
297 |
+
#| "reloaded/refreshed."
|
298 |
+
msgid ""
|
299 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
300 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
301 |
+
msgstr ""
|
302 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
303 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
304 |
+
|
305 |
+
#: includes/admin.php:186
|
306 |
+
msgid ""
|
307 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
308 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
309 |
+
"exact requirements."
|
310 |
+
msgstr ""
|
311 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
312 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
313 |
+
"exact requirements."
|
314 |
+
|
315 |
+
#: includes/admin.php:112
|
316 |
+
msgid "This is the content of the first tab."
|
317 |
+
msgstr "This is the content of the first tab."
|
318 |
+
|
319 |
+
#: includes/admin.php:117
|
320 |
+
msgid "This is the content of the second tab."
|
321 |
+
msgstr "This is the content of the second tab."
|
322 |
+
|
323 |
+
#: includes/admin.php:122
|
324 |
+
msgid "This is the content of the third tab."
|
325 |
+
msgstr "This is the content of the third tab."
|
326 |
+
|
327 |
+
#: includes/admin.php:147
|
328 |
+
msgid ""
|
329 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
330 |
+
"link does not cause the page to reload."
|
331 |
+
msgstr ""
|
332 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
333 |
+
"link does not cause the page to reload."
|
334 |
+
|
335 |
+
#: includes/admin.php:89
|
336 |
+
msgid "To customise how your tabs display, either:"
|
337 |
+
msgstr "To customise how your tabs display, either:"
|
338 |
+
|
339 |
+
#: includes/admin.php:92
|
340 |
+
#| msgid ""
|
341 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
342 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
343 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
344 |
+
msgid ""
|
345 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
346 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
347 |
+
"section of the WordPress customizer, and edit the css there."
|
348 |
+
msgstr ""
|
349 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
350 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
351 |
+
"section of the WordPress customizer, and edit the css there."
|
352 |
+
|
353 |
+
#: includes/admin.php:51
|
354 |
+
msgid "You do not have sufficient permissions to access this page."
|
355 |
+
msgstr "You do not have sufficient permissions to access this page."
|
languages/tabby-responsive-tabs-es_ES.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-es_ES.po
ADDED
@@ -0,0 +1,365 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 11:38+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:04+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Spanish (Spain)\n"
|
9 |
+
"Language: es_ES\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Se puede utilizar una colección de ajustes preestablecidos de un solo clic "
|
24 |
+
"como un punto de partida fácil para una mayor personalización."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Un complemento personalizado específicamente para su sitio"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Se puede especificar una pestaña dentro de un grupo de pestañas tabby "
|
39 |
+
"responsive tabs para que abra un enlace a cualquier URL."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Todas las personalizaciones se realizan mediante una sencilla interfaz de "
|
47 |
+
"apuntar y hacer clic sin necesidad de editar ningún código."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
#| msgid ""
|
51 |
+
#| "Alternatively the optional Tabby responsive tabs customiser add-on can be "
|
52 |
+
#| "used to customise the tab design without any code editing."
|
53 |
+
msgid ""
|
54 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
55 |
+
"used to customise the tab design without any code editing."
|
56 |
+
msgstr ""
|
57 |
+
"Alternativamente, el complemento opcional 'Tabby responsive tabs customiser' "
|
58 |
+
"se puede usar para personalizar el diseño de la pestaña sin editar el código."
|
59 |
+
|
60 |
+
#: includes/admin.php:166
|
61 |
+
#| msgid ""
|
62 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
63 |
+
#| "accordion closed on page load."
|
64 |
+
msgid ""
|
65 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
66 |
+
"closed on page load."
|
67 |
+
msgstr ""
|
68 |
+
"Un complemento para tabby responsive tabs que mantiene cerradas todas las "
|
69 |
+
"secciones del acordeón al cargar la página."
|
70 |
+
|
71 |
+
#: includes/admin.php:176
|
72 |
+
#| msgid ""
|
73 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
74 |
+
#| "open after a reload."
|
75 |
+
msgid ""
|
76 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
77 |
+
"after a reload."
|
78 |
+
msgstr ""
|
79 |
+
"Un complemento para tabby responsive tabs para mantener abierta la pestaña "
|
80 |
+
"actualmente activa después de una recarga."
|
81 |
+
|
82 |
+
#: includes/admin.php:146
|
83 |
+
#| msgid ""
|
84 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
85 |
+
#| "shortcode."
|
86 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
87 |
+
msgstr ""
|
88 |
+
"Un complemento para tabby responsive tabs que agrega un shortcode "
|
89 |
+
"'[tabbylink]'."
|
90 |
+
|
91 |
+
#: includes/admin.php:136
|
92 |
+
#| msgid ""
|
93 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
94 |
+
#| "customise your tabs."
|
95 |
+
msgid ""
|
96 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
97 |
+
"your tabs."
|
98 |
+
msgstr ""
|
99 |
+
"Un complemento para tabby responsive tabs que le permite personalizar "
|
100 |
+
"fácilmente sus pestañas."
|
101 |
+
|
102 |
+
#: includes/admin.php:156
|
103 |
+
#| msgid ""
|
104 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
105 |
+
#| "link to any URL."
|
106 |
+
msgid ""
|
107 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
108 |
+
"any URL."
|
109 |
+
msgstr ""
|
110 |
+
"Un complemento para tabby responsive tabs que permite que una pestaña actúe "
|
111 |
+
"como un enlace a cualquier URL."
|
112 |
+
|
113 |
+
#: includes/admin.php:56
|
114 |
+
msgid "by %1$s"
|
115 |
+
msgstr "por %1$s"
|
116 |
+
|
117 |
+
#. Description of the plugin
|
118 |
+
msgid ""
|
119 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
120 |
+
"adding simple shortcodes."
|
121 |
+
msgstr ""
|
122 |
+
"Cree pestañas receptivas dentro de sus publicaciones, páginas o tipos de "
|
123 |
+
"publicaciones personalizadas agregando códigos abreviados simples."
|
124 |
+
|
125 |
+
#. Author of the plugin
|
126 |
+
msgid "cubecolour"
|
127 |
+
msgstr "cubecolour"
|
128 |
+
|
129 |
+
#: tabby-responsive-tabs.php:99
|
130 |
+
msgid "Cubecolour on twitter"
|
131 |
+
msgstr "Cubecolour en Twitter"
|
132 |
+
|
133 |
+
#: includes/admin.php:184
|
134 |
+
msgid "Custom styles or functionality"
|
135 |
+
msgstr "Estilos personalizados o funcionalidad"
|
136 |
+
|
137 |
+
#: includes/admin.php:62
|
138 |
+
msgid "Default stylesheet"
|
139 |
+
msgstr "hoja de estilo predeterminada"
|
140 |
+
|
141 |
+
#: tabby-responsive-tabs.php:97
|
142 |
+
msgid "Donate"
|
143 |
+
msgstr "Donar"
|
144 |
+
|
145 |
+
#. Author URI of the plugin
|
146 |
+
msgid "https://cubecolour.co.uk"
|
147 |
+
msgstr "https://cubecolour.co.uk"
|
148 |
+
|
149 |
+
#. Plugin URI of the plugin
|
150 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
151 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
152 |
+
|
153 |
+
#: includes/admin.php:96
|
154 |
+
msgid ""
|
155 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
156 |
+
"development time, please consider purchasing an add-on, or making a "
|
157 |
+
"contribution to %1$sthe developer.%2$s"
|
158 |
+
msgstr ""
|
159 |
+
"Si este complemento le ha brindado algún valor, o le ha ahorrado algo de "
|
160 |
+
"tiempo de desarrollo, considere comprar un complemento o hacer una "
|
161 |
+
"contribución a %1$sel desarrollador.%2$s"
|
162 |
+
|
163 |
+
#: includes/admin.php:63
|
164 |
+
#| msgid ""
|
165 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
166 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
167 |
+
#| "stylesheet."
|
168 |
+
msgid ""
|
169 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
170 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
171 |
+
msgstr ""
|
172 |
+
"Si está utilizando un conjunto personalizado de estilos tabby en su tema "
|
173 |
+
"secundario o en otro lugar, desmarque la casilla de verificación a "
|
174 |
+
"continuación para eliminar la hoja de estilo 'tabby' predeterminada."
|
175 |
+
|
176 |
+
#: includes/admin.php:106
|
177 |
+
msgid ""
|
178 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
179 |
+
"sure to delete any %1$s tags surrounding the content."
|
180 |
+
msgstr ""
|
181 |
+
"Si copia y pega los siguientes códigos abreviados en su editor visual, "
|
182 |
+
"asegúrese de eliminar las etiquetas %1$s que rodean el contenido."
|
183 |
+
|
184 |
+
#: includes/admin.php:70
|
185 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
186 |
+
msgid "Include the default tabby stylesheet:"
|
187 |
+
msgstr "Incluya la hoja de estilo tabby predeterminada:"
|
188 |
+
|
189 |
+
#: includes/admin.php:105
|
190 |
+
msgid ""
|
191 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
192 |
+
"content."
|
193 |
+
msgstr ""
|
194 |
+
"Se recomienda dejar una línea en blanco entre cada shortcode y bloque de "
|
195 |
+
"contenido."
|
196 |
+
|
197 |
+
#: includes/admin.php:129
|
198 |
+
msgid ""
|
199 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
200 |
+
"%3$splugin page%4$s for more information."
|
201 |
+
msgstr ""
|
202 |
+
"Consulte el %1$archivo sreadme%2$s del complemento o la %3$spágina del "
|
203 |
+
"complemento%4$s de WordPress.org para obtener más información."
|
204 |
+
|
205 |
+
#: includes/admin.php:130
|
206 |
+
#| msgid ""
|
207 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
208 |
+
#| "forum%2$s."
|
209 |
+
msgid ""
|
210 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
211 |
+
msgstr ""
|
212 |
+
"Soporte de complementos en WordPress.org: %1$stabby responsive tabs foro de "
|
213 |
+
"soporte%2$s."
|
214 |
+
|
215 |
+
#: includes/admin.php:102
|
216 |
+
msgid "Plugin usage"
|
217 |
+
msgstr "Uso de complementos"
|
218 |
+
|
219 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
220 |
+
#: includes/admin.php:171 includes/admin.php:180
|
221 |
+
msgid "Purchase add-on"
|
222 |
+
msgstr "Complemento de compra"
|
223 |
+
|
224 |
+
#: includes/admin.php:189
|
225 |
+
msgid "Request quote"
|
226 |
+
msgstr "Solicitud de cotización"
|
227 |
+
|
228 |
+
#: tabby-responsive-tabs.php:98
|
229 |
+
msgid "Review"
|
230 |
+
msgstr "Revisar"
|
231 |
+
|
232 |
+
#: tabby-responsive-tabs.php:100
|
233 |
+
msgid "Settings"
|
234 |
+
msgstr "Ajustes"
|
235 |
+
|
236 |
+
#: tabby-responsive-tabs.php:96
|
237 |
+
msgid "Support"
|
238 |
+
msgstr "Apoyo"
|
239 |
+
|
240 |
+
#: includes/admin.php:74
|
241 |
+
msgid "Tab title element (default: H2)"
|
242 |
+
msgstr "Elemento de título de pestaña (predeterminado: H2)"
|
243 |
+
|
244 |
+
#. Plugin Name of the plugin
|
245 |
+
msgid "Tabby Responsive Tabs"
|
246 |
+
msgstr "Tabby Responsive Tabs"
|
247 |
+
|
248 |
+
#: includes/admin.php:168
|
249 |
+
msgid "The tab display (desktop view) is unaffected."
|
250 |
+
msgstr "La visualización de pestañas (vista de escritorio) no se ve afectada."
|
251 |
+
|
252 |
+
#: includes/admin.php:104
|
253 |
+
#| msgid ""
|
254 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
255 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
256 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
257 |
+
msgid ""
|
258 |
+
"The title parameter sets the text on the tab, the content is added between "
|
259 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
260 |
+
"and must be placed after the last tab's content."
|
261 |
+
msgstr ""
|
262 |
+
"El parámetro de título establece el texto en la pestaña, el contenido se "
|
263 |
+
"agrega entre los códigos abreviados y el código abreviado [tabbyending] se "
|
264 |
+
"usa una vez por grupo de pestañas y debe colocarse después del contenido de "
|
265 |
+
"la última pestaña."
|
266 |
+
|
267 |
+
#: includes/admin.php:103
|
268 |
+
msgid ""
|
269 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
270 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
271 |
+
"editor."
|
272 |
+
msgstr ""
|
273 |
+
"Hay dos códigos abreviados que deben usarse, %1$s y %2$s. Estos se agregan "
|
274 |
+
"en el editor visual o de texto, o dentro de un bloque de shortcode en el "
|
275 |
+
"editor de bloques."
|
276 |
+
|
277 |
+
#: includes/admin.php:158
|
278 |
+
msgid ""
|
279 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
280 |
+
"tab' add-on as each one has a different purpose."
|
281 |
+
msgstr ""
|
282 |
+
"Este complemento no debe confundirse con el complemento 'Tabby link to tab' "
|
283 |
+
"de nombre similar, ya que cada uno tiene un propósito diferente."
|
284 |
+
|
285 |
+
#: includes/admin.php:148
|
286 |
+
msgid ""
|
287 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
288 |
+
"url link' add-on as each one has a different purpose."
|
289 |
+
msgstr ""
|
290 |
+
"Este complemento no debe confundirse con el complemento 'Tabby tab to url "
|
291 |
+
"link' de nombre similar, ya que cada uno tiene un propósito diferente."
|
292 |
+
|
293 |
+
#: includes/admin.php:167
|
294 |
+
msgid ""
|
295 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
296 |
+
"shown when the page is initially loaded."
|
297 |
+
msgstr ""
|
298 |
+
"Esto cambia el comportamiento predeterminado del acordeón para que no se "
|
299 |
+
"muestre el contenido de las pestañas cuando la página se carga inicialmente."
|
300 |
+
|
301 |
+
#: includes/admin.php:177
|
302 |
+
#| msgid ""
|
303 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
304 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
305 |
+
#| "reloaded/refreshed."
|
306 |
+
msgid ""
|
307 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
308 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
309 |
+
msgstr ""
|
310 |
+
"Esto permite que la pestaña actualmente activa en un grupo de pestañas tabby "
|
311 |
+
"responsive tabs siga siendo la pestaña activa (abierta) después de que la "
|
312 |
+
"página se haya recargado/actualizado."
|
313 |
+
|
314 |
+
#: includes/admin.php:186
|
315 |
+
msgid ""
|
316 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
317 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
318 |
+
"exact requirements."
|
319 |
+
msgstr ""
|
320 |
+
"Este es un servicio a medida para proporcionar un complemento adicional "
|
321 |
+
"personalizado para ampliar las pestañas sensibles a tabby o cargar una hoja "
|
322 |
+
"de estilo de pestañas personalizada creada para cumplir con sus requisitos "
|
323 |
+
"exactos."
|
324 |
+
|
325 |
+
#: includes/admin.php:112
|
326 |
+
msgid "This is the content of the first tab."
|
327 |
+
msgstr "Este es el contenido de la primera pestaña."
|
328 |
+
|
329 |
+
#: includes/admin.php:117
|
330 |
+
msgid "This is the content of the second tab."
|
331 |
+
msgstr "Este es el contenido de la segunda pestaña."
|
332 |
+
|
333 |
+
#: includes/admin.php:122
|
334 |
+
msgid "This is the content of the third tab."
|
335 |
+
msgstr "Este es el contenido de la tercera pestaña."
|
336 |
+
|
337 |
+
#: includes/admin.php:147
|
338 |
+
msgid ""
|
339 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
340 |
+
"link does not cause the page to reload."
|
341 |
+
msgstr ""
|
342 |
+
"Este shortcode crea un enlace a una pestaña en la misma página, donde "
|
343 |
+
"seleccionar el enlace no hace que la página se vuelva a cargar."
|
344 |
+
|
345 |
+
#: includes/admin.php:89
|
346 |
+
msgid "To customise how your tabs display, either:"
|
347 |
+
msgstr "Para personalizar cómo se muestran sus pestañas, ya sea:"
|
348 |
+
|
349 |
+
#: includes/admin.php:92
|
350 |
+
#| msgid ""
|
351 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
352 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
353 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
354 |
+
msgid ""
|
355 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
356 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
357 |
+
"section of the WordPress customizer, and edit the css there."
|
358 |
+
msgstr ""
|
359 |
+
"Desmarque la opción anterior, copie las reglas css de la hoja de estilo "
|
360 |
+
"%1$stabby%2$s en la hoja de estilo de su tema secundario o en la sección css "
|
361 |
+
"personalizada del personalizador de WordPress, y edite el css allí."
|
362 |
+
|
363 |
+
#: includes/admin.php:51
|
364 |
+
msgid "You do not have sufficient permissions to access this page."
|
365 |
+
msgstr "No tiene permisos suficientes para acceder a esta página."
|
languages/tabby-responsive-tabs-es_MX.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-es_MX.po
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:08+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Spanish (Mexico)\n"
|
9 |
+
"Language: es_MX\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Se puede utilizar una colección de ajustes preestablecidos de un solo clic "
|
24 |
+
"como un punto de partida fácil para una mayor personalización."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Un complemento personalizado específicamente para su sitio"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Se puede especificar una pestaña dentro de un grupo de pestañas tabby "
|
39 |
+
"responsive tabs para que abra un enlace a cualquier URL."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Todas las personalizaciones se realizan mediante una sencilla interfaz de "
|
47 |
+
"apuntar y hacer clic sin necesidad de editar ningún código."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
msgid ""
|
51 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
52 |
+
"used to customise the tab design without any code editing."
|
53 |
+
msgstr ""
|
54 |
+
"Alternativamente, el complemento opcional 'Tabby responsive tabs customiser' "
|
55 |
+
"se puede usar para personalizar el diseño de la pestaña sin editar el código."
|
56 |
+
|
57 |
+
#: includes/admin.php:166
|
58 |
+
#| msgid ""
|
59 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
60 |
+
#| "accordion closed on page load."
|
61 |
+
msgid ""
|
62 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
63 |
+
"closed on page load."
|
64 |
+
msgstr ""
|
65 |
+
"Un complemento para tabby responsive tabs que mantiene cerradas todas las "
|
66 |
+
"secciones del acordeón al cargar la página."
|
67 |
+
|
68 |
+
#: includes/admin.php:176
|
69 |
+
#| msgid ""
|
70 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
71 |
+
#| "open after a reload."
|
72 |
+
msgid ""
|
73 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
74 |
+
"after a reload."
|
75 |
+
msgstr ""
|
76 |
+
"Un complemento para tabby responsive tabs para mantener abierta la pestaña "
|
77 |
+
"actualmente activa después de una recarga."
|
78 |
+
|
79 |
+
#: includes/admin.php:146
|
80 |
+
#| msgid ""
|
81 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
82 |
+
#| "shortcode."
|
83 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
84 |
+
msgstr ""
|
85 |
+
"Un complemento para tabby responsive tabs que agrega un shortcode [tabbylink]"
|
86 |
+
"."
|
87 |
+
|
88 |
+
#: includes/admin.php:136
|
89 |
+
#| msgid ""
|
90 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
91 |
+
#| "customise your tabs."
|
92 |
+
msgid ""
|
93 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
94 |
+
"your tabs."
|
95 |
+
msgstr ""
|
96 |
+
"Un complemento para tabby responsive tabs que le permite personalizar "
|
97 |
+
"fácilmente sus pestañas."
|
98 |
+
|
99 |
+
#: includes/admin.php:156
|
100 |
+
#| msgid ""
|
101 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
102 |
+
#| "link to any URL."
|
103 |
+
msgid ""
|
104 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
105 |
+
"any URL."
|
106 |
+
msgstr ""
|
107 |
+
"Un complemento para tabby responsive tabs que permite que una pestaña actúe "
|
108 |
+
"como un enlace a cualquier URL."
|
109 |
+
|
110 |
+
#: includes/admin.php:56
|
111 |
+
msgid "by %1$s"
|
112 |
+
msgstr "por %1$s"
|
113 |
+
|
114 |
+
#. Description of the plugin
|
115 |
+
msgid ""
|
116 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
117 |
+
"adding simple shortcodes."
|
118 |
+
msgstr ""
|
119 |
+
"Cree pestañas receptivas dentro de sus publicaciones, páginas o tipos de "
|
120 |
+
"publicaciones personalizadas agregando códigos abreviados simples."
|
121 |
+
|
122 |
+
#. Author of the plugin
|
123 |
+
msgid "cubecolour"
|
124 |
+
msgstr "cubecolour"
|
125 |
+
|
126 |
+
#: tabby-responsive-tabs.php:99
|
127 |
+
msgid "Cubecolour on twitter"
|
128 |
+
msgstr "Cubecolour en Twitter"
|
129 |
+
|
130 |
+
#: includes/admin.php:184
|
131 |
+
msgid "Custom styles or functionality"
|
132 |
+
msgstr "Estilos personalizados o funcionalidad"
|
133 |
+
|
134 |
+
#: includes/admin.php:62
|
135 |
+
msgid "Default stylesheet"
|
136 |
+
msgstr "hoja de estilo predeterminada"
|
137 |
+
|
138 |
+
#: tabby-responsive-tabs.php:97
|
139 |
+
msgid "Donate"
|
140 |
+
msgstr "Donar"
|
141 |
+
|
142 |
+
#. Author URI of the plugin
|
143 |
+
msgid "https://cubecolour.co.uk"
|
144 |
+
msgstr "https://cubecolour.co.uk"
|
145 |
+
|
146 |
+
#. Plugin URI of the plugin
|
147 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
148 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
149 |
+
|
150 |
+
#: includes/admin.php:96
|
151 |
+
msgid ""
|
152 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
153 |
+
"development time, please consider purchasing an add-on, or making a "
|
154 |
+
"contribution to %1$sthe developer.%2$s"
|
155 |
+
msgstr ""
|
156 |
+
"Si este complemento le ha brindado algún valor, o le ha ahorrado algo de "
|
157 |
+
"tiempo de desarrollo, considere comprar un complemento o hacer una "
|
158 |
+
"contribución a %1$sel desarrollador.%2$s"
|
159 |
+
|
160 |
+
#: includes/admin.php:63
|
161 |
+
#| msgid ""
|
162 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
163 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
164 |
+
#| "stylesheet."
|
165 |
+
msgid ""
|
166 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
167 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
168 |
+
msgstr ""
|
169 |
+
"Si está utilizando un conjunto personalizado de estilos tabby en su tema "
|
170 |
+
"secundario o en otro lugar, desmarque la casilla de verificación a "
|
171 |
+
"continuación para eliminar la hoja de estilo 'tabby' predeterminada."
|
172 |
+
|
173 |
+
#: includes/admin.php:106
|
174 |
+
msgid ""
|
175 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
176 |
+
"sure to delete any %1$s tags surrounding the content."
|
177 |
+
msgstr ""
|
178 |
+
"Si copia y pega los siguientes códigos abreviados en su editor visual, "
|
179 |
+
"asegúrese de eliminar las etiquetas %1$s que rodean el contenido."
|
180 |
+
|
181 |
+
#: includes/admin.php:70
|
182 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
183 |
+
msgid "Include the default tabby stylesheet:"
|
184 |
+
msgstr "Incluya la hoja de estilo tabby predeterminada:"
|
185 |
+
|
186 |
+
#: includes/admin.php:105
|
187 |
+
msgid ""
|
188 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
189 |
+
"content."
|
190 |
+
msgstr ""
|
191 |
+
"Se recomienda dejar una línea en blanco entre cada shortcode y bloque de "
|
192 |
+
"contenido."
|
193 |
+
|
194 |
+
#: includes/admin.php:129
|
195 |
+
msgid ""
|
196 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
197 |
+
"%3$splugin page%4$s for more information."
|
198 |
+
msgstr ""
|
199 |
+
"Consulte el %1$archivo sreadme%2$s del complemento o la %3$spágina del "
|
200 |
+
"complemento%4$s de WordPress.org para obtener más información."
|
201 |
+
|
202 |
+
#: includes/admin.php:130
|
203 |
+
#| msgid ""
|
204 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
205 |
+
#| "forum%2$s."
|
206 |
+
msgid ""
|
207 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
208 |
+
msgstr ""
|
209 |
+
"Soporte de complementos en WordPress.org: %1$stabby responsive tabs foro de "
|
210 |
+
"soporte%2$s."
|
211 |
+
|
212 |
+
#: includes/admin.php:102
|
213 |
+
msgid "Plugin usage"
|
214 |
+
msgstr "Uso de complementos"
|
215 |
+
|
216 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
217 |
+
#: includes/admin.php:171 includes/admin.php:180
|
218 |
+
msgid "Purchase add-on"
|
219 |
+
msgstr "Complemento de compra"
|
220 |
+
|
221 |
+
#: includes/admin.php:189
|
222 |
+
msgid "Request quote"
|
223 |
+
msgstr "Solicitud de cotización"
|
224 |
+
|
225 |
+
#: tabby-responsive-tabs.php:98
|
226 |
+
msgid "Review"
|
227 |
+
msgstr "Revisar"
|
228 |
+
|
229 |
+
#: tabby-responsive-tabs.php:100
|
230 |
+
msgid "Settings"
|
231 |
+
msgstr "Ajustes"
|
232 |
+
|
233 |
+
#: tabby-responsive-tabs.php:96
|
234 |
+
msgid "Support"
|
235 |
+
msgstr "Apoyo"
|
236 |
+
|
237 |
+
#: includes/admin.php:74
|
238 |
+
msgid "Tab title element (default: H2)"
|
239 |
+
msgstr "Elemento de título de pestaña (predeterminado: H2)"
|
240 |
+
|
241 |
+
#. Plugin Name of the plugin
|
242 |
+
msgid "Tabby Responsive Tabs"
|
243 |
+
msgstr "Tabby Responsive Tabs"
|
244 |
+
|
245 |
+
#: includes/admin.php:168
|
246 |
+
msgid "The tab display (desktop view) is unaffected."
|
247 |
+
msgstr "La visualización de pestañas (vista de escritorio) no se ve afectada."
|
248 |
+
|
249 |
+
#: includes/admin.php:104
|
250 |
+
#| msgid ""
|
251 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
252 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
253 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
254 |
+
msgid ""
|
255 |
+
"The title parameter sets the text on the tab, the content is added between "
|
256 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
257 |
+
"and must be placed after the last tab's content."
|
258 |
+
msgstr ""
|
259 |
+
"El parámetro de título establece el texto en la pestaña, el contenido se "
|
260 |
+
"agrega entre los códigos abreviados y el código abreviado [tabbyending] se "
|
261 |
+
"usa una vez por grupo de pestañas y debe colocarse después del contenido de "
|
262 |
+
"la última pestaña."
|
263 |
+
|
264 |
+
#: includes/admin.php:103
|
265 |
+
msgid ""
|
266 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
267 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
268 |
+
"editor."
|
269 |
+
msgstr ""
|
270 |
+
"Hay dos códigos abreviados que deben usarse, %1$s y %2$s. Estos se agregan "
|
271 |
+
"en el editor visual o de texto, o dentro de un bloque de shortcode en el "
|
272 |
+
"editor de bloques."
|
273 |
+
|
274 |
+
#: includes/admin.php:158
|
275 |
+
msgid ""
|
276 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
277 |
+
"tab' add-on as each one has a different purpose."
|
278 |
+
msgstr ""
|
279 |
+
"Este complemento no debe confundirse con el complemento 'Tabby link to tab' "
|
280 |
+
"de nombre similar, ya que cada uno tiene un propósito diferente."
|
281 |
+
|
282 |
+
#: includes/admin.php:148
|
283 |
+
msgid ""
|
284 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
285 |
+
"url link' add-on as each one has a different purpose."
|
286 |
+
msgstr ""
|
287 |
+
"Este complemento no debe confundirse con el complemento 'Tabby tab to url "
|
288 |
+
"link' de nombre similar, ya que cada uno tiene un propósito diferente."
|
289 |
+
|
290 |
+
#: includes/admin.php:167
|
291 |
+
msgid ""
|
292 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
293 |
+
"shown when the page is initially loaded."
|
294 |
+
msgstr ""
|
295 |
+
"Esto cambia el comportamiento predeterminado del acordeón para que no se "
|
296 |
+
"muestre el contenido de las pestañas cuando la página se carga inicialmente."
|
297 |
+
|
298 |
+
#: includes/admin.php:177
|
299 |
+
#| msgid ""
|
300 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
301 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
302 |
+
#| "reloaded/refreshed."
|
303 |
+
msgid ""
|
304 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
305 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
306 |
+
msgstr ""
|
307 |
+
"Esto permite que la pestaña actualmente activa en un grupo de pestañas tabby "
|
308 |
+
"responsive tab siga siendo la pestaña activa (abierta) después de que la "
|
309 |
+
"página se haya recargado/actualizado."
|
310 |
+
|
311 |
+
#: includes/admin.php:186
|
312 |
+
msgid ""
|
313 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
314 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
315 |
+
"exact requirements."
|
316 |
+
msgstr ""
|
317 |
+
"Este es un servicio a medida para proporcionar un complemento adicional "
|
318 |
+
"personalizado para ampliar las pestañas sensibles a tabby o cargar una hoja "
|
319 |
+
"de estilo de pestañas personalizada creada para cumplir con sus requisitos "
|
320 |
+
"exactos."
|
321 |
+
|
322 |
+
#: includes/admin.php:112
|
323 |
+
msgid "This is the content of the first tab."
|
324 |
+
msgstr "Este es el contenido de la primera pestaña."
|
325 |
+
|
326 |
+
#: includes/admin.php:117
|
327 |
+
msgid "This is the content of the second tab."
|
328 |
+
msgstr "Este es el contenido de la segunda pestaña."
|
329 |
+
|
330 |
+
#: includes/admin.php:122
|
331 |
+
msgid "This is the content of the third tab."
|
332 |
+
msgstr "Este es el contenido de la tercera pestaña."
|
333 |
+
|
334 |
+
#: includes/admin.php:147
|
335 |
+
msgid ""
|
336 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
337 |
+
"link does not cause the page to reload."
|
338 |
+
msgstr ""
|
339 |
+
"Este shortcode crea un enlace a una pestaña en la misma página, donde "
|
340 |
+
"seleccionar el enlace no hace que la página se vuelva a cargar."
|
341 |
+
|
342 |
+
#: includes/admin.php:89
|
343 |
+
msgid "To customise how your tabs display, either:"
|
344 |
+
msgstr "Para personalizar cómo se muestran sus pestañas, ya sea:"
|
345 |
+
|
346 |
+
#: includes/admin.php:92
|
347 |
+
#| msgid ""
|
348 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
349 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
350 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
351 |
+
msgid ""
|
352 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
353 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
354 |
+
"section of the WordPress customizer, and edit the css there."
|
355 |
+
msgstr ""
|
356 |
+
"Desmarque la opción anterior, copie las reglas css de la hoja de estilo "
|
357 |
+
"%1$stabby%2$s en la hoja de estilo de su tema secundario o en la sección css "
|
358 |
+
"personalizada del personalizador de WordPress, y edite el css allí."
|
359 |
+
|
360 |
+
#: includes/admin.php:51
|
361 |
+
msgid "You do not have sufficient permissions to access this page."
|
362 |
+
msgstr "No tiene permisos suficientes para acceder a esta página."
|
languages/tabby-responsive-tabs-fr_FR.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-fr_FR.po
ADDED
@@ -0,0 +1,371 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 10:34+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:09+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: French (France)\n"
|
9 |
+
"Language: fr_FR\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Une collection de préréglages en un clic peut être utilisée comme point de "
|
24 |
+
"départ facile pour une personnalisation plus poussée."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Un plugin personnalisé spécifiquement pour votre site"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Un onglet peut être spécifié dans un groupe d'onglets tabby responsive tabs "
|
39 |
+
"afin qu'il ouvre un lien vers n'importe quelle URL."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Toutes les personnalisations sont effectuées à l'aide d'une simple interface "
|
47 |
+
"pointer-cliquer sans qu'il soit nécessaire de modifier le code."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
#| msgid ""
|
51 |
+
#| "Alternatively the optional Tabby responsive tabs customiser add-on can be "
|
52 |
+
#| "used to customise the tab design without any code editing."
|
53 |
+
msgid ""
|
54 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
55 |
+
"used to customise the tab design without any code editing."
|
56 |
+
msgstr ""
|
57 |
+
"Alternativement, le module complémentaire optionnel \"Tabby responsive tabs "
|
58 |
+
"customiser\" peut être utilisé pour personnaliser la conception de l'onglet "
|
59 |
+
"sans aucune modification de code."
|
60 |
+
|
61 |
+
#: includes/admin.php:166
|
62 |
+
#| msgid ""
|
63 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
64 |
+
#| "accordion closed on page load."
|
65 |
+
msgid ""
|
66 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
67 |
+
"closed on page load."
|
68 |
+
msgstr ""
|
69 |
+
"Un module complémentaire pour les tabby responsive tabs qui maintient toutes "
|
70 |
+
"les sections de l'accordéon fermées lors du chargement de la page."
|
71 |
+
|
72 |
+
#: includes/admin.php:176
|
73 |
+
#| msgid ""
|
74 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
75 |
+
#| "open after a reload."
|
76 |
+
msgid ""
|
77 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
78 |
+
"after a reload."
|
79 |
+
msgstr ""
|
80 |
+
"Un add-on pour les tabby responsive tabs pour garder l'onglet actuellement "
|
81 |
+
"actif ouvert après un rechargement."
|
82 |
+
|
83 |
+
#: includes/admin.php:146
|
84 |
+
#| msgid ""
|
85 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
86 |
+
#| "shortcode."
|
87 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
88 |
+
msgstr ""
|
89 |
+
"Un add-on pour les tabby responsive tabs qui ajoute un shortcode [tabbylink]."
|
90 |
+
|
91 |
+
#: includes/admin.php:136
|
92 |
+
#| msgid ""
|
93 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
94 |
+
#| "customise your tabs."
|
95 |
+
msgid ""
|
96 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
97 |
+
"your tabs."
|
98 |
+
msgstr ""
|
99 |
+
"Un add-on pour les tabby responsive tabs qui vous permet de personnaliser "
|
100 |
+
"facilement vos onglets."
|
101 |
+
|
102 |
+
#: includes/admin.php:156
|
103 |
+
#| msgid ""
|
104 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
105 |
+
#| "link to any URL."
|
106 |
+
msgid ""
|
107 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
108 |
+
"any URL."
|
109 |
+
msgstr ""
|
110 |
+
"Un module complémentaire pour les tabby responsive tabs qui permet à un "
|
111 |
+
"onglet d'agir comme un lien vers n'importe quelle URL."
|
112 |
+
|
113 |
+
#: includes/admin.php:56
|
114 |
+
msgid "by %1$s"
|
115 |
+
msgstr "par %1$s"
|
116 |
+
|
117 |
+
#. Description of the plugin
|
118 |
+
msgid ""
|
119 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
120 |
+
"adding simple shortcodes."
|
121 |
+
msgstr ""
|
122 |
+
"Créez des onglets réactifs dans vos publications, pages ou types de "
|
123 |
+
"publication personnalisés en ajoutant des codes abrégés simples."
|
124 |
+
|
125 |
+
#. Author of the plugin
|
126 |
+
msgid "cubecolour"
|
127 |
+
msgstr "cubecolour"
|
128 |
+
|
129 |
+
#: tabby-responsive-tabs.php:99
|
130 |
+
msgid "Cubecolour on twitter"
|
131 |
+
msgstr "Cubecolour sur Twitter"
|
132 |
+
|
133 |
+
#: includes/admin.php:184
|
134 |
+
msgid "Custom styles or functionality"
|
135 |
+
msgstr "Styles ou fonctionnalités personnalisés"
|
136 |
+
|
137 |
+
#: includes/admin.php:62
|
138 |
+
msgid "Default stylesheet"
|
139 |
+
msgstr "Feuille de style par défaut"
|
140 |
+
|
141 |
+
#: tabby-responsive-tabs.php:97
|
142 |
+
msgid "Donate"
|
143 |
+
msgstr "Faire un don"
|
144 |
+
|
145 |
+
#. Author URI of the plugin
|
146 |
+
msgid "https://cubecolour.co.uk"
|
147 |
+
msgstr "https://cubecolour.co.uk"
|
148 |
+
|
149 |
+
#. Plugin URI of the plugin
|
150 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
151 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
152 |
+
|
153 |
+
#: includes/admin.php:96
|
154 |
+
msgid ""
|
155 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
156 |
+
"development time, please consider purchasing an add-on, or making a "
|
157 |
+
"contribution to %1$sthe developer.%2$s"
|
158 |
+
msgstr ""
|
159 |
+
"Si ce plugin vous a apporté une certaine valeur, ou s'il vous a fait gagner "
|
160 |
+
"du temps de développement, veuillez envisager d'acheter un module "
|
161 |
+
"complémentaire ou de faire une contribution à %1$sle développeur.%2$s"
|
162 |
+
|
163 |
+
#: includes/admin.php:63
|
164 |
+
#| msgid ""
|
165 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
166 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
167 |
+
#| "stylesheet."
|
168 |
+
msgid ""
|
169 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
170 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
171 |
+
msgstr ""
|
172 |
+
"Si vous utilisez un ensemble personnalisé de styles tabby dans votre thème "
|
173 |
+
"enfant ou ailleurs, décochez la case ci-dessous pour supprimer la feuille de "
|
174 |
+
"style \"tabby\" par défaut."
|
175 |
+
|
176 |
+
#: includes/admin.php:106
|
177 |
+
msgid ""
|
178 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
179 |
+
"sure to delete any %1$s tags surrounding the content."
|
180 |
+
msgstr ""
|
181 |
+
"Si vous copiez et collez les codes abrégés suivants dans votre éditeur "
|
182 |
+
"visuel, assurez-vous de supprimer toutes les balises %1$s entourant le "
|
183 |
+
"contenu."
|
184 |
+
|
185 |
+
#: includes/admin.php:70
|
186 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
187 |
+
msgid "Include the default tabby stylesheet:"
|
188 |
+
msgstr "Incluez la feuille de style tabby par défaut :"
|
189 |
+
|
190 |
+
#: includes/admin.php:105
|
191 |
+
msgid ""
|
192 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
193 |
+
"content."
|
194 |
+
msgstr ""
|
195 |
+
"Il est recommandé de laisser une ligne vierge entre chaque shortcode et bloc "
|
196 |
+
"de contenu."
|
197 |
+
|
198 |
+
#: includes/admin.php:129
|
199 |
+
msgid ""
|
200 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
201 |
+
"%3$splugin page%4$s for more information."
|
202 |
+
msgstr ""
|
203 |
+
"Veuillez vous référer au %1$sreadme%2$s du plugin ou à la %3$spage du plugin "
|
204 |
+
"%4$s de WordPress.org pour plus d'informations."
|
205 |
+
|
206 |
+
#: includes/admin.php:130
|
207 |
+
#| msgid ""
|
208 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
209 |
+
#| "forum%2$s."
|
210 |
+
msgid ""
|
211 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
212 |
+
msgstr ""
|
213 |
+
"Prise en charge des plugins sur WordPress.org: %1$stabby responsive tabs "
|
214 |
+
"support forum%2$s."
|
215 |
+
|
216 |
+
#: includes/admin.php:102
|
217 |
+
msgid "Plugin usage"
|
218 |
+
msgstr "Utilisation des plugins"
|
219 |
+
|
220 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
221 |
+
#: includes/admin.php:171 includes/admin.php:180
|
222 |
+
msgid "Purchase add-on"
|
223 |
+
msgstr "Acheter un module complémentaire"
|
224 |
+
|
225 |
+
#: includes/admin.php:189
|
226 |
+
msgid "Request quote"
|
227 |
+
msgstr "Citation requise"
|
228 |
+
|
229 |
+
#: tabby-responsive-tabs.php:98
|
230 |
+
msgid "Review"
|
231 |
+
msgstr "La revue"
|
232 |
+
|
233 |
+
#: tabby-responsive-tabs.php:100
|
234 |
+
msgid "Settings"
|
235 |
+
msgstr "Réglages"
|
236 |
+
|
237 |
+
#: tabby-responsive-tabs.php:96
|
238 |
+
msgid "Support"
|
239 |
+
msgstr "Support"
|
240 |
+
|
241 |
+
#: includes/admin.php:74
|
242 |
+
msgid "Tab title element (default: H2)"
|
243 |
+
msgstr "Élément de titre d'onglet (par défaut : H2)"
|
244 |
+
|
245 |
+
#. Plugin Name of the plugin
|
246 |
+
msgid "Tabby Responsive Tabs"
|
247 |
+
msgstr "Tabby Responsive Tabs"
|
248 |
+
|
249 |
+
#: includes/admin.php:168
|
250 |
+
msgid "The tab display (desktop view) is unaffected."
|
251 |
+
msgstr "L'affichage des onglets (vue du bureau) n'est pas affecté."
|
252 |
+
|
253 |
+
#: includes/admin.php:104
|
254 |
+
#| msgid ""
|
255 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
256 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
257 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
258 |
+
msgid ""
|
259 |
+
"The title parameter sets the text on the tab, the content is added between "
|
260 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
261 |
+
"and must be placed after the last tab's content."
|
262 |
+
msgstr ""
|
263 |
+
"Le paramètre title définit le texte sur l'onglet, le contenu est ajouté "
|
264 |
+
"entre les shortcodes et le shortcode [tabbyending] est utilisé une fois par "
|
265 |
+
"groupe d'onglets et doit être placé après le contenu du dernier onglet."
|
266 |
+
|
267 |
+
#: includes/admin.php:103
|
268 |
+
msgid ""
|
269 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
270 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
271 |
+
"editor."
|
272 |
+
msgstr ""
|
273 |
+
"Il y a deux shortcodes qui doivent tous les deux être utilisés, %1$s et %2$s."
|
274 |
+
" Ceux-ci sont ajoutés dans l'éditeur visuel ou de texte, ou dans un bloc de "
|
275 |
+
"shortcode dans l'éditeur de blocs."
|
276 |
+
|
277 |
+
#: includes/admin.php:158
|
278 |
+
msgid ""
|
279 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
280 |
+
"tab' add-on as each one has a different purpose."
|
281 |
+
msgstr ""
|
282 |
+
"Ce module complémentaire ne doit pas être confondu avec le module "
|
283 |
+
"complémentaire \"Tabby link to tab\" du même nom, car chacun a un objectif "
|
284 |
+
"différent."
|
285 |
+
|
286 |
+
#: includes/admin.php:148
|
287 |
+
msgid ""
|
288 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
289 |
+
"url link' add-on as each one has a different purpose."
|
290 |
+
msgstr ""
|
291 |
+
"Ce module complémentaire ne doit pas être confondu avec le module "
|
292 |
+
"complémentaire \"Tabby tab to url link\" du même nom, car chacun a un "
|
293 |
+
"objectif différent."
|
294 |
+
|
295 |
+
#: includes/admin.php:167
|
296 |
+
msgid ""
|
297 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
298 |
+
"shown when the page is initially loaded."
|
299 |
+
msgstr ""
|
300 |
+
"Cela modifie le comportement par défaut de l'accordéon afin qu'aucun contenu "
|
301 |
+
"d'onglet ne soit affiché lors du chargement initial de la page."
|
302 |
+
|
303 |
+
#: includes/admin.php:177
|
304 |
+
#| msgid ""
|
305 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
306 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
307 |
+
#| "reloaded/refreshed."
|
308 |
+
msgid ""
|
309 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
310 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
311 |
+
msgstr ""
|
312 |
+
"Cela permet à l'onglet actuellement actif dans un groupe d'onglets tabby "
|
313 |
+
"responsive tabs de rester l'onglet actif (ouvert) après que la page a été "
|
314 |
+
"rechargée/actualisée."
|
315 |
+
|
316 |
+
#: includes/admin.php:186
|
317 |
+
msgid ""
|
318 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
319 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
320 |
+
"exact requirements."
|
321 |
+
msgstr ""
|
322 |
+
"Il s'agit d'un service sur mesure pour fournir un plugin complémentaire sur "
|
323 |
+
"mesure pour étendre les onglets réactifs tabby ou charger une feuille de "
|
324 |
+
"style d'onglets personnalisée créée pour répondre à vos besoins exacts."
|
325 |
+
|
326 |
+
#: includes/admin.php:112
|
327 |
+
msgid "This is the content of the first tab."
|
328 |
+
msgstr "C'est le contenu du premier onglet."
|
329 |
+
|
330 |
+
#: includes/admin.php:117
|
331 |
+
msgid "This is the content of the second tab."
|
332 |
+
msgstr "C'est le contenu du deuxième onglet."
|
333 |
+
|
334 |
+
#: includes/admin.php:122
|
335 |
+
msgid "This is the content of the third tab."
|
336 |
+
msgstr "C'est le contenu du troisième onglet."
|
337 |
+
|
338 |
+
#: includes/admin.php:147
|
339 |
+
#| msgid ""
|
340 |
+
#| "Thi shortcode creates a link to a tab on the same page, where selecting "
|
341 |
+
#| "the link does not cause the page to reload."
|
342 |
+
msgid ""
|
343 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
344 |
+
"link does not cause the page to reload."
|
345 |
+
msgstr ""
|
346 |
+
"Ce shortcode crée un lien vers un onglet sur la même page, où la sélection "
|
347 |
+
"du lien ne provoque pas le rechargement de la page."
|
348 |
+
|
349 |
+
#: includes/admin.php:89
|
350 |
+
msgid "To customise how your tabs display, either:"
|
351 |
+
msgstr "Pour personnaliser l'affichage de vos onglets, vous pouvez :"
|
352 |
+
|
353 |
+
#: includes/admin.php:92
|
354 |
+
#| msgid ""
|
355 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
356 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
357 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
358 |
+
msgid ""
|
359 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
360 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
361 |
+
"section of the WordPress customizer, and edit the css there."
|
362 |
+
msgstr ""
|
363 |
+
"Décochez l'option ci-dessus, copiez les règles CSS de la feuille de style "
|
364 |
+
"%1$stabby%2$s dans la feuille de style de votre thème enfant ou dans la "
|
365 |
+
"section CSS personnalisée du personnalisateur WordPress, et modifiez-y le "
|
366 |
+
"CSS."
|
367 |
+
|
368 |
+
#: includes/admin.php:51
|
369 |
+
msgid "You do not have sufficient permissions to access this page."
|
370 |
+
msgstr ""
|
371 |
+
"Vous ne disposez pas des autorisations suffisantes pour accéder à cette page."
|
languages/tabby-responsive-tabs-id_ID.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-id_ID.po
ADDED
@@ -0,0 +1,358 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:05+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Indonesian\n"
|
9 |
+
"Language: id_ID\n"
|
10 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Kumpulan preset sekali klik dapat digunakan sebagai titik awal yang mudah "
|
24 |
+
"untuk penyesuaian lebih lanjut."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Plugin khusus untuk situs Anda"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Tab dapat ditentukan dalam grup tab tabby responsive tabs sehingga membuka "
|
39 |
+
"tautan ke URL apa pun."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Semua penyesuaian dibuat menggunakan antarmuka titik & klik sederhana tanpa "
|
47 |
+
"perlu mengedit kode apa pun."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
msgid ""
|
51 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
52 |
+
"used to customise the tab design without any code editing."
|
53 |
+
msgstr ""
|
54 |
+
"Sebagai alternatif, add-on 'Tabby responsive tabs customiser' opsional dapat "
|
55 |
+
"digunakan untuk menyesuaikan desain tab tanpa mengedit kode apa pun."
|
56 |
+
|
57 |
+
#: includes/admin.php:166
|
58 |
+
#| msgid ""
|
59 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
60 |
+
#| "accordion closed on page load."
|
61 |
+
msgid ""
|
62 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
63 |
+
"closed on page load."
|
64 |
+
msgstr ""
|
65 |
+
"Add-on untuk tabby responsive tabs yang membuat semua bagian akordeon tetap "
|
66 |
+
"tertutup saat memuat halaman."
|
67 |
+
|
68 |
+
#: includes/admin.php:176
|
69 |
+
#| msgid ""
|
70 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
71 |
+
#| "open after a reload."
|
72 |
+
msgid ""
|
73 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
74 |
+
"after a reload."
|
75 |
+
msgstr ""
|
76 |
+
"Add-on untuk tabby responsive tabs agar tab yang sedang aktif tetap terbuka "
|
77 |
+
"setelah memuat ulang."
|
78 |
+
|
79 |
+
#: includes/admin.php:146
|
80 |
+
#| msgid ""
|
81 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
82 |
+
#| "shortcode."
|
83 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
84 |
+
msgstr ""
|
85 |
+
"Pengaya untuk tabby responsive tabs yang menambahkan kode pendek [tabbylink]."
|
86 |
+
|
87 |
+
#: includes/admin.php:136
|
88 |
+
#| msgid ""
|
89 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
90 |
+
#| "customise your tabs."
|
91 |
+
msgid ""
|
92 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
93 |
+
"your tabs."
|
94 |
+
msgstr ""
|
95 |
+
"Add-on untuk tabby responsive tabs yang memungkinkan Anda menyesuaikan tab "
|
96 |
+
"dengan mudah."
|
97 |
+
|
98 |
+
#: includes/admin.php:156
|
99 |
+
#| msgid ""
|
100 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
101 |
+
#| "link to any URL."
|
102 |
+
msgid ""
|
103 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
104 |
+
"any URL."
|
105 |
+
msgstr ""
|
106 |
+
"Pengaya untuk tabby responsive tabs yang memungkinkan tab bertindak sebagai "
|
107 |
+
"tautan ke URL apa pun."
|
108 |
+
|
109 |
+
#: includes/admin.php:56
|
110 |
+
msgid "by %1$s"
|
111 |
+
msgstr "oleh %1$s"
|
112 |
+
|
113 |
+
#. Description of the plugin
|
114 |
+
msgid ""
|
115 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
116 |
+
"adding simple shortcodes."
|
117 |
+
msgstr ""
|
118 |
+
"Buat tab responsif di dalam posting, halaman, atau jenis posting khusus Anda "
|
119 |
+
"dengan menambahkan kode pendek sederhana."
|
120 |
+
|
121 |
+
#. Author of the plugin
|
122 |
+
msgid "cubecolour"
|
123 |
+
msgstr "cubecolour"
|
124 |
+
|
125 |
+
#: tabby-responsive-tabs.php:99
|
126 |
+
msgid "Cubecolour on twitter"
|
127 |
+
msgstr "Cubecolour di twitter"
|
128 |
+
|
129 |
+
#: includes/admin.php:184
|
130 |
+
msgid "Custom styles or functionality"
|
131 |
+
msgstr "Gaya atau fungsionalitas khusus"
|
132 |
+
|
133 |
+
#: includes/admin.php:62
|
134 |
+
msgid "Default stylesheet"
|
135 |
+
msgstr "Lembar gaya default"
|
136 |
+
|
137 |
+
#: tabby-responsive-tabs.php:97
|
138 |
+
msgid "Donate"
|
139 |
+
msgstr "Menyumbangkan"
|
140 |
+
|
141 |
+
#. Author URI of the plugin
|
142 |
+
msgid "https://cubecolour.co.uk"
|
143 |
+
msgstr "https://cubecolour.co.uk"
|
144 |
+
|
145 |
+
#. Plugin URI of the plugin
|
146 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
147 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
148 |
+
|
149 |
+
#: includes/admin.php:96
|
150 |
+
msgid ""
|
151 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
152 |
+
"development time, please consider purchasing an add-on, or making a "
|
153 |
+
"contribution to %1$sthe developer.%2$s"
|
154 |
+
msgstr ""
|
155 |
+
"Jika plugin ini atau telah memberi Anda beberapa nilai, atau telah menghemat "
|
156 |
+
"waktu pengembangan Anda, harap pertimbangkan untuk membeli add-on, atau "
|
157 |
+
"memberikan kontribusi kepada %1$spengembang.%2$s"
|
158 |
+
|
159 |
+
#: includes/admin.php:63
|
160 |
+
#| msgid ""
|
161 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
162 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
163 |
+
#| "stylesheet."
|
164 |
+
msgid ""
|
165 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
166 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
167 |
+
msgstr ""
|
168 |
+
"Jika Anda menggunakan kumpulan gaya tabby khusus di tema anak Anda atau di "
|
169 |
+
"tempat lain, hapus centang pada kotak di bawah untuk menghapus lembar gaya "
|
170 |
+
"tabby default."
|
171 |
+
|
172 |
+
#: includes/admin.php:106
|
173 |
+
msgid ""
|
174 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
175 |
+
"sure to delete any %1$s tags surrounding the content."
|
176 |
+
msgstr ""
|
177 |
+
"Jika Anda menyalin & menempelkan kode pendek berikut ke editor visual Anda, "
|
178 |
+
"pastikan untuk menghapus tag %1$s yang mengelilingi konten."
|
179 |
+
|
180 |
+
#: includes/admin.php:70
|
181 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
182 |
+
msgid "Include the default tabby stylesheet:"
|
183 |
+
msgstr "Sertakan lembar gaya tabby default:"
|
184 |
+
|
185 |
+
#: includes/admin.php:105
|
186 |
+
msgid ""
|
187 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
188 |
+
"content."
|
189 |
+
msgstr ""
|
190 |
+
"Disarankan untuk meninggalkan baris kosong di antara setiap kode pendek dan "
|
191 |
+
"blok konten."
|
192 |
+
|
193 |
+
#: includes/admin.php:129
|
194 |
+
msgid ""
|
195 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
196 |
+
"%3$splugin page%4$s for more information."
|
197 |
+
msgstr ""
|
198 |
+
"Silakan merujuk ke plugin %1$sreadme file%2$s atau halaman plugin %3$s "
|
199 |
+
"WordPress.org%4$s untuk informasi lebih lanjut."
|
200 |
+
|
201 |
+
#: includes/admin.php:130
|
202 |
+
#| msgid ""
|
203 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
204 |
+
#| "forum%2$s."
|
205 |
+
msgid ""
|
206 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
207 |
+
msgstr ""
|
208 |
+
"Dukungan plugin di WordPress.org: %1$s'forum dukungan tabby responsive "
|
209 |
+
"tabs%2$s."
|
210 |
+
|
211 |
+
#: includes/admin.php:102
|
212 |
+
msgid "Plugin usage"
|
213 |
+
msgstr "Penggunaan plugin"
|
214 |
+
|
215 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
216 |
+
#: includes/admin.php:171 includes/admin.php:180
|
217 |
+
msgid "Purchase add-on"
|
218 |
+
msgstr "Beli tambahan"
|
219 |
+
|
220 |
+
#: includes/admin.php:189
|
221 |
+
msgid "Request quote"
|
222 |
+
msgstr "Minta penawaran"
|
223 |
+
|
224 |
+
#: tabby-responsive-tabs.php:98
|
225 |
+
msgid "Review"
|
226 |
+
msgstr "Tinjauan"
|
227 |
+
|
228 |
+
#: tabby-responsive-tabs.php:100
|
229 |
+
msgid "Settings"
|
230 |
+
msgstr "Pengaturan"
|
231 |
+
|
232 |
+
#: tabby-responsive-tabs.php:96
|
233 |
+
msgid "Support"
|
234 |
+
msgstr "Mendukung"
|
235 |
+
|
236 |
+
#: includes/admin.php:74
|
237 |
+
msgid "Tab title element (default: H2)"
|
238 |
+
msgstr "Elemen judul tab (default: H2)"
|
239 |
+
|
240 |
+
#. Plugin Name of the plugin
|
241 |
+
msgid "Tabby Responsive Tabs"
|
242 |
+
msgstr "Tabby Responsive Tabs"
|
243 |
+
|
244 |
+
#: includes/admin.php:168
|
245 |
+
msgid "The tab display (desktop view) is unaffected."
|
246 |
+
msgstr "Tampilan tab (tampilan desktop) tidak terpengaruh."
|
247 |
+
|
248 |
+
#: includes/admin.php:104
|
249 |
+
#| msgid ""
|
250 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
251 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
252 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
253 |
+
msgid ""
|
254 |
+
"The title parameter sets the text on the tab, the content is added between "
|
255 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
256 |
+
"and must be placed after the last tab's content."
|
257 |
+
msgstr ""
|
258 |
+
"Parameter judul menyetel teks pada tab, konten ditambahkan di antara kode "
|
259 |
+
"pendek, dan kode pendek [tabbyending] digunakan sekali per grup tab dan "
|
260 |
+
"harus ditempatkan setelah konten tab terakhir."
|
261 |
+
|
262 |
+
#: includes/admin.php:103
|
263 |
+
msgid ""
|
264 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
265 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
266 |
+
"editor."
|
267 |
+
msgstr ""
|
268 |
+
"Ada dua kode pendek yang harus digunakan, %1$s dan %2$s. Ini ditambahkan di "
|
269 |
+
"editor visual atau teks, atau di dalam blok kode pendek di editor blok."
|
270 |
+
|
271 |
+
#: includes/admin.php:158
|
272 |
+
msgid ""
|
273 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
274 |
+
"tab' add-on as each one has a different purpose."
|
275 |
+
msgstr ""
|
276 |
+
"Add-on ini jangan disamakan dengan add-on 'Tabby link to tab' karena masing-"
|
277 |
+
"masing memiliki tujuan yang berbeda."
|
278 |
+
|
279 |
+
#: includes/admin.php:148
|
280 |
+
msgid ""
|
281 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
282 |
+
"url link' add-on as each one has a different purpose."
|
283 |
+
msgstr ""
|
284 |
+
"Add-on ini tidak sama dengan add-on 'Tabby tab to url link' karena masing-"
|
285 |
+
"masing memiliki tujuan yang berbeda."
|
286 |
+
|
287 |
+
#: includes/admin.php:167
|
288 |
+
msgid ""
|
289 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
290 |
+
"shown when the page is initially loaded."
|
291 |
+
msgstr ""
|
292 |
+
"Ini mengubah perilaku default untuk akordeon sehingga tidak ada konten tab "
|
293 |
+
"yang ditampilkan saat halaman pertama kali dimuat."
|
294 |
+
|
295 |
+
#: includes/admin.php:177
|
296 |
+
#| msgid ""
|
297 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
298 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
299 |
+
#| "reloaded/refreshed."
|
300 |
+
msgid ""
|
301 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
302 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
303 |
+
msgstr ""
|
304 |
+
"Ini memungkinkan tab yang saat ini aktif di grup tab tabby responsive tabs "
|
305 |
+
"untuk tetap menjadi tab aktif (terbuka) setelah halaman dimuat "
|
306 |
+
"ulang/direfresh."
|
307 |
+
|
308 |
+
#: includes/admin.php:186
|
309 |
+
msgid ""
|
310 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
311 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
312 |
+
"exact requirements."
|
313 |
+
msgstr ""
|
314 |
+
"Ini adalah layanan yang dipesan lebih dahulu untuk menyediakan plugin "
|
315 |
+
"tambahan yang dibuat khusus untuk memperluas tab responsif tabby atau memuat "
|
316 |
+
"lembar gaya tab khusus yang dibuat untuk memenuhi kebutuhan Anda."
|
317 |
+
|
318 |
+
#: includes/admin.php:112
|
319 |
+
msgid "This is the content of the first tab."
|
320 |
+
msgstr "Ini adalah isi dari tab pertama."
|
321 |
+
|
322 |
+
#: includes/admin.php:117
|
323 |
+
msgid "This is the content of the second tab."
|
324 |
+
msgstr "Ini adalah isi dari tab kedua."
|
325 |
+
|
326 |
+
#: includes/admin.php:122
|
327 |
+
msgid "This is the content of the third tab."
|
328 |
+
msgstr "Ini adalah isi dari tab ketiga."
|
329 |
+
|
330 |
+
#: includes/admin.php:147
|
331 |
+
msgid ""
|
332 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
333 |
+
"link does not cause the page to reload."
|
334 |
+
msgstr ""
|
335 |
+
"Kode pendek ini membuat tautan ke tab di halaman yang sama, di mana memilih "
|
336 |
+
"tautan tidak menyebabkan halaman dimuat ulang."
|
337 |
+
|
338 |
+
#: includes/admin.php:89
|
339 |
+
msgid "To customise how your tabs display, either:"
|
340 |
+
msgstr "Untuk menyesuaikan tampilan tab Anda, baik:"
|
341 |
+
|
342 |
+
#: includes/admin.php:92
|
343 |
+
#| msgid ""
|
344 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
345 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
346 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
347 |
+
msgid ""
|
348 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
349 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
350 |
+
"section of the WordPress customizer, and edit the css there."
|
351 |
+
msgstr ""
|
352 |
+
"Hapus centang opsi di atas, salin aturan css dari %1$stabby stylesheet%2$s "
|
353 |
+
"ke dalam lembar gaya tema anak Anda atau bagian css kustom dari penyesuai "
|
354 |
+
"WordPress, dan edit css di sana."
|
355 |
+
|
356 |
+
#: includes/admin.php:51
|
357 |
+
msgid "You do not have sufficient permissions to access this page."
|
358 |
+
msgstr "Anda tidak memiliki izin yang memadai untuk mengakses halaman ini."
|
languages/tabby-responsive-tabs-it_IT.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-it_IT.po
ADDED
@@ -0,0 +1,372 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 11:38+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:08+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Italian\n"
|
9 |
+
"Language: it_IT\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Una raccolta di preset con un clic può essere utilizzata come semplice punto "
|
24 |
+
"di partenza per ulteriori personalizzazioni."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Un plug-in personalizzato specifico per il tuo sito"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Una scheda può essere specificata all'interno di un gruppo di schede tabby "
|
39 |
+
"responsive tabs in modo che apra un collegamento a qualsiasi URL."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Tutte le personalizzazioni vengono effettuate utilizzando una semplice "
|
47 |
+
"interfaccia point & click senza la necessità di modificare alcun codice."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
#| msgid ""
|
51 |
+
#| "Alternatively the optional Tabby responsive tabs customiser add-on can be "
|
52 |
+
#| "used to customise the tab design without any code editing."
|
53 |
+
msgid ""
|
54 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
55 |
+
"used to customise the tab design without any code editing."
|
56 |
+
msgstr ""
|
57 |
+
"In alternativa, è possibile utilizzare il componente aggiuntivo opzionale "
|
58 |
+
"\"Tabby responsive tabs customiser\" per personalizzare il design della "
|
59 |
+
"scheda senza alcuna modifica del codice."
|
60 |
+
|
61 |
+
#: includes/admin.php:166
|
62 |
+
#| msgid ""
|
63 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
64 |
+
#| "accordion closed on page load."
|
65 |
+
msgid ""
|
66 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
67 |
+
"closed on page load."
|
68 |
+
msgstr ""
|
69 |
+
"Un componente aggiuntivo per tabby responsive tabs che mantiene chiuse tutte "
|
70 |
+
"le sezioni della fisarmonica al caricamento della pagina."
|
71 |
+
|
72 |
+
#: includes/admin.php:176
|
73 |
+
#| msgid ""
|
74 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
75 |
+
#| "open after a reload."
|
76 |
+
msgid ""
|
77 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
78 |
+
"after a reload."
|
79 |
+
msgstr ""
|
80 |
+
"Un componente aggiuntivo per tabby responsive tabs per mantenere aperta la "
|
81 |
+
"scheda attualmente attiva dopo un ricaricamento."
|
82 |
+
|
83 |
+
#: includes/admin.php:146
|
84 |
+
#| msgid ""
|
85 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
86 |
+
#| "shortcode."
|
87 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
88 |
+
msgstr ""
|
89 |
+
"Un componente aggiuntivo per tabby responsive tabs che aggiunge uno "
|
90 |
+
"shortcode [tabbylink]."
|
91 |
+
|
92 |
+
#: includes/admin.php:136
|
93 |
+
#| msgid ""
|
94 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
95 |
+
#| "customise your tabs."
|
96 |
+
msgid ""
|
97 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
98 |
+
"your tabs."
|
99 |
+
msgstr ""
|
100 |
+
"Un componente aggiuntivo per tabby responsive tabs che ti consente di "
|
101 |
+
"personalizzare facilmente le tue schede."
|
102 |
+
|
103 |
+
#: includes/admin.php:156
|
104 |
+
#| msgid ""
|
105 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
106 |
+
#| "link to any URL."
|
107 |
+
msgid ""
|
108 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
109 |
+
"any URL."
|
110 |
+
msgstr ""
|
111 |
+
"Un componente aggiuntivo per tabby responsive tabs che consente a una scheda "
|
112 |
+
"di fungere da collegamento a qualsiasi URL."
|
113 |
+
|
114 |
+
#: includes/admin.php:56
|
115 |
+
msgid "by %1$s"
|
116 |
+
msgstr "di %1$s"
|
117 |
+
|
118 |
+
#. Description of the plugin
|
119 |
+
msgid ""
|
120 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
121 |
+
"adding simple shortcodes."
|
122 |
+
msgstr ""
|
123 |
+
"Crea schede reattive all'interno dei tuoi post, pagine o tipi di post "
|
124 |
+
"personalizzati aggiungendo semplici shortcode."
|
125 |
+
|
126 |
+
#. Author of the plugin
|
127 |
+
msgid "cubecolour"
|
128 |
+
msgstr "cubecolour"
|
129 |
+
|
130 |
+
#: tabby-responsive-tabs.php:99
|
131 |
+
msgid "Cubecolour on twitter"
|
132 |
+
msgstr "Cubecolour su Twitter"
|
133 |
+
|
134 |
+
#: includes/admin.php:184
|
135 |
+
msgid "Custom styles or functionality"
|
136 |
+
msgstr "Stili o funzionalità personalizzati"
|
137 |
+
|
138 |
+
#: includes/admin.php:62
|
139 |
+
msgid "Default stylesheet"
|
140 |
+
msgstr "Foglio di stile predefinito"
|
141 |
+
|
142 |
+
#: tabby-responsive-tabs.php:97
|
143 |
+
msgid "Donate"
|
144 |
+
msgstr "Donare"
|
145 |
+
|
146 |
+
#. Author URI of the plugin
|
147 |
+
msgid "https://cubecolour.co.uk"
|
148 |
+
msgstr "https://cubecolour.co.uk"
|
149 |
+
|
150 |
+
#. Plugin URI of the plugin
|
151 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
152 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
153 |
+
|
154 |
+
#: includes/admin.php:96
|
155 |
+
msgid ""
|
156 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
157 |
+
"development time, please consider purchasing an add-on, or making a "
|
158 |
+
"contribution to %1$sthe developer.%2$s"
|
159 |
+
msgstr ""
|
160 |
+
"Se questo plugin o ti ha fornito un certo valore, o ti ha fatto risparmiare "
|
161 |
+
"un po' di tempo di sviluppo, considera l'acquisto di un componente "
|
162 |
+
"aggiuntivo o di dare un contributo a %1$slo sviluppatore.%2$s"
|
163 |
+
|
164 |
+
#: includes/admin.php:63
|
165 |
+
#| msgid ""
|
166 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
167 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
168 |
+
#| "stylesheet."
|
169 |
+
msgid ""
|
170 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
171 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
172 |
+
msgstr ""
|
173 |
+
"Se stai utilizzando un set personalizzato di stili tabby nel tuo tema figlio "
|
174 |
+
"o altrove, deseleziona la casella di controllo in basso per rimuovere il "
|
175 |
+
"foglio di stile tabby predefinito."
|
176 |
+
|
177 |
+
#: includes/admin.php:106
|
178 |
+
msgid ""
|
179 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
180 |
+
"sure to delete any %1$s tags surrounding the content."
|
181 |
+
msgstr ""
|
182 |
+
"Se copi e incolli i seguenti codici brevi nel tuo editor visivo, assicurati "
|
183 |
+
"di eliminare tutti i tag %1$s che circondano il contenuto."
|
184 |
+
|
185 |
+
#: includes/admin.php:70
|
186 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
187 |
+
msgid "Include the default tabby stylesheet:"
|
188 |
+
msgstr "Includi il foglio di stile tabby predefinito:"
|
189 |
+
|
190 |
+
#: includes/admin.php:105
|
191 |
+
msgid ""
|
192 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
193 |
+
"content."
|
194 |
+
msgstr ""
|
195 |
+
"Si consiglia di lasciare una riga vuota tra ogni shortcode e blocco di "
|
196 |
+
"contenuto."
|
197 |
+
|
198 |
+
#: includes/admin.php:129
|
199 |
+
msgid ""
|
200 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
201 |
+
"%3$splugin page%4$s for more information."
|
202 |
+
msgstr ""
|
203 |
+
"Per ulteriori informazioni, fare riferimento al %1$sreadme file%2$s del plug-"
|
204 |
+
"in o alla %3$splugin page%4$s di WordPress.org."
|
205 |
+
|
206 |
+
#: includes/admin.php:130
|
207 |
+
#| msgid ""
|
208 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
209 |
+
#| "forum%2$s."
|
210 |
+
msgid ""
|
211 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
212 |
+
msgstr ""
|
213 |
+
"Supporto plug-in su WordPress.org: forum di supporto %1$stabby responsive "
|
214 |
+
"tabs%2$s."
|
215 |
+
|
216 |
+
#: includes/admin.php:102
|
217 |
+
msgid "Plugin usage"
|
218 |
+
msgstr "Utilizzo dei plugin"
|
219 |
+
|
220 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
221 |
+
#: includes/admin.php:171 includes/admin.php:180
|
222 |
+
msgid "Purchase add-on"
|
223 |
+
msgstr "Acquista componente aggiuntivo"
|
224 |
+
|
225 |
+
#: includes/admin.php:189
|
226 |
+
msgid "Request quote"
|
227 |
+
msgstr "Richiedi preventivo"
|
228 |
+
|
229 |
+
#: tabby-responsive-tabs.php:98
|
230 |
+
msgid "Review"
|
231 |
+
msgstr "Revisione"
|
232 |
+
|
233 |
+
#: tabby-responsive-tabs.php:100
|
234 |
+
msgid "Settings"
|
235 |
+
msgstr "Impostazioni"
|
236 |
+
|
237 |
+
#: tabby-responsive-tabs.php:96
|
238 |
+
msgid "Support"
|
239 |
+
msgstr "Supporto"
|
240 |
+
|
241 |
+
#: includes/admin.php:74
|
242 |
+
msgid "Tab title element (default: H2)"
|
243 |
+
msgstr "Elemento del titolo della scheda (predefinito: H2)"
|
244 |
+
|
245 |
+
#. Plugin Name of the plugin
|
246 |
+
msgid "Tabby Responsive Tabs"
|
247 |
+
msgstr "Schede Tabby Reattive"
|
248 |
+
|
249 |
+
#: includes/admin.php:168
|
250 |
+
msgid "The tab display (desktop view) is unaffected."
|
251 |
+
msgstr "La visualizzazione della scheda (vista desktop) non viene modificata."
|
252 |
+
|
253 |
+
#: includes/admin.php:104
|
254 |
+
#| msgid ""
|
255 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
256 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
257 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
258 |
+
msgid ""
|
259 |
+
"The title parameter sets the text on the tab, the content is added between "
|
260 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
261 |
+
"and must be placed after the last tab's content."
|
262 |
+
msgstr ""
|
263 |
+
"Il parametro title imposta il testo nella scheda, il contenuto viene "
|
264 |
+
"aggiunto tra gli shortcode e lo shortcode [tabbyending] viene utilizzato una "
|
265 |
+
"volta per gruppo di schede e deve essere posizionato dopo il contenuto "
|
266 |
+
"dell'ultima scheda."
|
267 |
+
|
268 |
+
#: includes/admin.php:103
|
269 |
+
msgid ""
|
270 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
271 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
272 |
+
"editor."
|
273 |
+
msgstr ""
|
274 |
+
"Ci sono due codici brevi che dovrebbero essere usati entrambi, %1$s e %2$s. "
|
275 |
+
"Questi vengono aggiunti nell'editor visivo o di testo o all'interno di un "
|
276 |
+
"blocco shortcode nell'editor di blocchi."
|
277 |
+
|
278 |
+
#: includes/admin.php:158
|
279 |
+
msgid ""
|
280 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
281 |
+
"tab' add-on as each one has a different purpose."
|
282 |
+
msgstr ""
|
283 |
+
"Questo componente aggiuntivo non deve essere confuso con il componente "
|
284 |
+
"aggiuntivo \"Tabby link to tab\" dal nome simile poiché ognuno ha uno scopo "
|
285 |
+
"diverso."
|
286 |
+
|
287 |
+
#: includes/admin.php:148
|
288 |
+
msgid ""
|
289 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
290 |
+
"url link' add-on as each one has a different purpose."
|
291 |
+
msgstr ""
|
292 |
+
"Questo componente aggiuntivo non deve essere confuso con il componente "
|
293 |
+
"aggiuntivo \"Tabby tab to url link\" dal nome simile poiché ognuno ha uno "
|
294 |
+
"scopo diverso."
|
295 |
+
|
296 |
+
#: includes/admin.php:167
|
297 |
+
msgid ""
|
298 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
299 |
+
"shown when the page is initially loaded."
|
300 |
+
msgstr ""
|
301 |
+
"Questo cambia il comportamento predefinito per la fisarmonica in modo che il "
|
302 |
+
"contenuto della scheda non venga mostrato quando la pagina viene "
|
303 |
+
"inizialmente caricata."
|
304 |
+
|
305 |
+
#: includes/admin.php:177
|
306 |
+
#| msgid ""
|
307 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
308 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
309 |
+
#| "reloaded/refreshed."
|
310 |
+
msgid ""
|
311 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
312 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
313 |
+
msgstr ""
|
314 |
+
"Ciò consente alla scheda attualmente attiva in un gruppo di schede tabby "
|
315 |
+
"responsive tabs di rimanere la scheda attiva (aperta) dopo che la pagina è "
|
316 |
+
"stata ricaricata/aggiornata."
|
317 |
+
|
318 |
+
#: includes/admin.php:186
|
319 |
+
msgid ""
|
320 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
321 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
322 |
+
"exact requirements."
|
323 |
+
msgstr ""
|
324 |
+
"Questo è un servizio su misura per fornire un plug-in aggiuntivo "
|
325 |
+
"personalizzato per estendere le schede reattive tabby o caricare un foglio "
|
326 |
+
"di stile delle schede personalizzate creato per soddisfare i tuoi requisiti "
|
327 |
+
"esatti."
|
328 |
+
|
329 |
+
#: includes/admin.php:112
|
330 |
+
msgid "This is the content of the first tab."
|
331 |
+
msgstr "Questo è il contenuto della prima scheda."
|
332 |
+
|
333 |
+
#: includes/admin.php:117
|
334 |
+
msgid "This is the content of the second tab."
|
335 |
+
msgstr "Questo è il contenuto della seconda scheda."
|
336 |
+
|
337 |
+
#: includes/admin.php:122
|
338 |
+
msgid "This is the content of the third tab."
|
339 |
+
msgstr "Questo è il contenuto della terza scheda."
|
340 |
+
|
341 |
+
#: includes/admin.php:147
|
342 |
+
msgid ""
|
343 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
344 |
+
"link does not cause the page to reload."
|
345 |
+
msgstr ""
|
346 |
+
"Questo shortcode crea un collegamento a una scheda nella stessa pagina, in "
|
347 |
+
"cui la selezione del collegamento non provoca il ricaricamento della pagina."
|
348 |
+
|
349 |
+
#: includes/admin.php:89
|
350 |
+
msgid "To customise how your tabs display, either:"
|
351 |
+
msgstr ""
|
352 |
+
"Per personalizzare la visualizzazione delle schede, procedi in uno dei "
|
353 |
+
"seguenti modi:"
|
354 |
+
|
355 |
+
#: includes/admin.php:92
|
356 |
+
#| msgid ""
|
357 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
358 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
359 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
360 |
+
msgid ""
|
361 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
362 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
363 |
+
"section of the WordPress customizer, and edit the css there."
|
364 |
+
msgstr ""
|
365 |
+
"Deseleziona l'opzione sopra, copia le regole CSS dal foglio di stile "
|
366 |
+
"%1$stabby%2$s nel foglio di stile del tuo tema figlio o nella sezione CSS "
|
367 |
+
"personalizzata del personalizzatore di WordPress e modifica il CSS lì."
|
368 |
+
|
369 |
+
#: includes/admin.php:51
|
370 |
+
msgid "You do not have sufficient permissions to access this page."
|
371 |
+
msgstr ""
|
372 |
+
"Non disponi di autorizzazioni sufficienti per accedere a questa pagina."
|
languages/tabby-responsive-tabs-ja.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-ja.po
ADDED
@@ -0,0 +1,319 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 16:51+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Japanese\n"
|
9 |
+
"Language: ja\n"
|
10 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr "ワンクリックプリセットのコレクションは、さらにカスタマイズするための簡単な開始点として使用できます。"
|
23 |
+
|
24 |
+
#: includes/admin.php:185
|
25 |
+
msgid "A custom plugin specifically for your site"
|
26 |
+
msgstr "あなたのサイト専用のカスタムプラグイン"
|
27 |
+
|
28 |
+
#: includes/admin.php:157
|
29 |
+
#| msgid ""
|
30 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
31 |
+
#| "it opens a link to any URL."
|
32 |
+
msgid ""
|
33 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
34 |
+
"opens a link to any URL."
|
35 |
+
msgstr "タブは、tabby responsive tabsタブグループ内で指定できるため、任意のURLへのリンクが開きます。"
|
36 |
+
|
37 |
+
#: includes/admin.php:137
|
38 |
+
msgid ""
|
39 |
+
"All customisations are made using a simple point & click interface without "
|
40 |
+
"the need to edit any code."
|
41 |
+
msgstr "すべてのカスタマイズは、コードを編集することなく、シンプルなポイント&クリックインターフェイスを使用して行われます。"
|
42 |
+
|
43 |
+
#: includes/admin.php:93
|
44 |
+
msgid ""
|
45 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
46 |
+
"used to customise the tab design without any code editing."
|
47 |
+
msgstr ""
|
48 |
+
"または、オプションのTabby responsive tabs "
|
49 |
+
"customiserアドオンを使用して、コードを編集せずにタブデザインをカスタマイズできます。"
|
50 |
+
|
51 |
+
#: includes/admin.php:166
|
52 |
+
#| msgid ""
|
53 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
54 |
+
#| "accordion closed on page load."
|
55 |
+
msgid ""
|
56 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
57 |
+
"closed on page load."
|
58 |
+
msgstr "ページの読み込み時にアコーディオンのすべてのセクションを閉じたままにする tabby responsive tabs のアドオン。"
|
59 |
+
|
60 |
+
#: includes/admin.php:176
|
61 |
+
#| msgid ""
|
62 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
63 |
+
#| "open after a reload."
|
64 |
+
msgid ""
|
65 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
66 |
+
"after a reload."
|
67 |
+
msgstr "リロード後に現在アクティブなタブを開いたままにするためのtabby responsive tabs のアドオン。"
|
68 |
+
|
69 |
+
#: includes/admin.php:146
|
70 |
+
#| msgid ""
|
71 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
72 |
+
#| "shortcode."
|
73 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
74 |
+
msgstr "[tabbylink] ショートコードを追加するtabby responsive tabsのアドオン。"
|
75 |
+
|
76 |
+
#: includes/admin.php:136
|
77 |
+
#| msgid ""
|
78 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
79 |
+
#| "customise your tabs."
|
80 |
+
msgid ""
|
81 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
82 |
+
"your tabs."
|
83 |
+
msgstr "タブを簡単にカスタマイズできるtabby responsive tabsのアドオン。"
|
84 |
+
|
85 |
+
#: includes/admin.php:156
|
86 |
+
#| msgid ""
|
87 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
88 |
+
#| "link to any URL."
|
89 |
+
msgid ""
|
90 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
91 |
+
"any URL."
|
92 |
+
msgstr "タブが任意のURLへのリンクとして機能できるようにする tabby responsive tabs のアドオン。"
|
93 |
+
|
94 |
+
#: includes/admin.php:56
|
95 |
+
msgid "by %1$s"
|
96 |
+
msgstr "%1$s"
|
97 |
+
|
98 |
+
#. Description of the plugin
|
99 |
+
msgid ""
|
100 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
101 |
+
"adding simple shortcodes."
|
102 |
+
msgstr "簡単なショートコードを追加して、投稿、ページ、またはカスタム投稿タイプ内にレスポンシブタブを作成します。"
|
103 |
+
|
104 |
+
#. Author of the plugin
|
105 |
+
msgid "cubecolour"
|
106 |
+
msgstr "cubecolour"
|
107 |
+
|
108 |
+
#: tabby-responsive-tabs.php:99
|
109 |
+
msgid "Cubecolour on twitter"
|
110 |
+
msgstr "TwitterのCubecolour"
|
111 |
+
|
112 |
+
#: includes/admin.php:184
|
113 |
+
msgid "Custom styles or functionality"
|
114 |
+
msgstr "カスタムスタイルまたは機能"
|
115 |
+
|
116 |
+
#: includes/admin.php:62
|
117 |
+
msgid "Default stylesheet"
|
118 |
+
msgstr "デフォルトのスタイルシート"
|
119 |
+
|
120 |
+
#: tabby-responsive-tabs.php:97
|
121 |
+
msgid "Donate"
|
122 |
+
msgstr "寄付"
|
123 |
+
|
124 |
+
#. Author URI of the plugin
|
125 |
+
msgid "https://cubecolour.co.uk"
|
126 |
+
msgstr "https://cubecolour.co.uk"
|
127 |
+
|
128 |
+
#. Plugin URI of the plugin
|
129 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
130 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
131 |
+
|
132 |
+
#: includes/admin.php:96
|
133 |
+
msgid ""
|
134 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
135 |
+
"development time, please consider purchasing an add-on, or making a "
|
136 |
+
"contribution to %1$sthe developer.%2$s"
|
137 |
+
msgstr ""
|
138 |
+
"このプラグインまたは何らかの価値を提供した場合、または開発時間を節約した場合は、アドオンを購入するか、%1 $ "
|
139 |
+
"s開発者に貢献することを検討してください。%2$s"
|
140 |
+
|
141 |
+
#: includes/admin.php:63
|
142 |
+
#| msgid ""
|
143 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
144 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
145 |
+
#| "stylesheet."
|
146 |
+
msgid ""
|
147 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
148 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
149 |
+
msgstr ""
|
150 |
+
"子テーマまたは他の場所で tabby スタイルのカスタムセットを使用している場合は、下のチェックボックスをオフにして、デフォルトの tabby "
|
151 |
+
"スタイルシートを削除します。"
|
152 |
+
|
153 |
+
#: includes/admin.php:106
|
154 |
+
msgid ""
|
155 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
156 |
+
"sure to delete any %1$s tags surrounding the content."
|
157 |
+
msgstr "次のショートコードをコピーしてビジュアルエディターに貼り付ける場合は、コンテンツを囲む%1$sタグを必ず削除してください。"
|
158 |
+
|
159 |
+
#: includes/admin.php:70
|
160 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
161 |
+
msgid "Include the default tabby stylesheet:"
|
162 |
+
msgstr "デフォルトの tabby スタイルシートを含めます。"
|
163 |
+
|
164 |
+
#: includes/admin.php:105
|
165 |
+
msgid ""
|
166 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
167 |
+
"content."
|
168 |
+
msgstr "各ショートコードとコンテンツのブロックの間に空白行を残すことをお勧めします。"
|
169 |
+
|
170 |
+
#: includes/admin.php:129
|
171 |
+
msgid ""
|
172 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
173 |
+
"%3$splugin page%4$s for more information."
|
174 |
+
msgstr ""
|
175 |
+
"詳細については、プラグインの%1$s readmeファイル%2 $ sまたはWordPress.org%3 $ "
|
176 |
+
"spluginページ%4$sを参照してください。"
|
177 |
+
|
178 |
+
#: includes/admin.php:130
|
179 |
+
#| msgid ""
|
180 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
181 |
+
#| "forum%2$s."
|
182 |
+
msgid ""
|
183 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
184 |
+
msgstr "WordPress.orgでのプラグインのサポート:%1$s のtabby responsive tabsサポートフォーラム%2$s。"
|
185 |
+
|
186 |
+
#: includes/admin.php:102
|
187 |
+
msgid "Plugin usage"
|
188 |
+
msgstr "プラグインの使用法"
|
189 |
+
|
190 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
191 |
+
#: includes/admin.php:171 includes/admin.php:180
|
192 |
+
msgid "Purchase add-on"
|
193 |
+
msgstr "アドオンを購入する"
|
194 |
+
|
195 |
+
#: includes/admin.php:189
|
196 |
+
msgid "Request quote"
|
197 |
+
msgstr "リクエスト引用"
|
198 |
+
|
199 |
+
#: tabby-responsive-tabs.php:98
|
200 |
+
msgid "Review"
|
201 |
+
msgstr "レビュー"
|
202 |
+
|
203 |
+
#: tabby-responsive-tabs.php:100
|
204 |
+
msgid "Settings"
|
205 |
+
msgstr "設定"
|
206 |
+
|
207 |
+
#: tabby-responsive-tabs.php:96
|
208 |
+
msgid "Support"
|
209 |
+
msgstr "サポート"
|
210 |
+
|
211 |
+
#: includes/admin.php:74
|
212 |
+
msgid "Tab title element (default: H2)"
|
213 |
+
msgstr "タブタイトル要素(デフォルト:H2)"
|
214 |
+
|
215 |
+
#. Plugin Name of the plugin
|
216 |
+
msgid "Tabby Responsive Tabs"
|
217 |
+
msgstr "Tabby Responsive Tabs"
|
218 |
+
|
219 |
+
#: includes/admin.php:168
|
220 |
+
msgid "The tab display (desktop view) is unaffected."
|
221 |
+
msgstr "タブ表示(デスクトップビュー)は影響を受けません。"
|
222 |
+
|
223 |
+
#: includes/admin.php:104
|
224 |
+
#| msgid ""
|
225 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
226 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
227 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
228 |
+
msgid ""
|
229 |
+
"The title parameter sets the text on the tab, the content is added between "
|
230 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
231 |
+
"and must be placed after the last tab's content."
|
232 |
+
msgstr ""
|
233 |
+
"titleパラメータはタブのテキストを設定し、コンテンツはショートコードの間に追加されます。 [tabbyending] "
|
234 |
+
"ショートコードはタブグループごとに1回使用され、最後のタブのコンテンツの後に配置する必要があります。"
|
235 |
+
|
236 |
+
#: includes/admin.php:103
|
237 |
+
msgid ""
|
238 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
239 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
240 |
+
"editor."
|
241 |
+
msgstr ""
|
242 |
+
"両方を使用する必要がある2つのショートコード、%1$sと%2$sがあります。これらは、ビジュアルエディタまたはテキストエディタ、あるいはブロックエディタのショートコードブロック内に追加されます。"
|
243 |
+
|
244 |
+
#: includes/admin.php:158
|
245 |
+
msgid ""
|
246 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
247 |
+
"tab' add-on as each one has a different purpose."
|
248 |
+
msgstr "このアドオンは、それぞれ目的が異なるため、同様の名前の「Tabby link to tab」アドオンと混同しないでください。"
|
249 |
+
|
250 |
+
#: includes/admin.php:148
|
251 |
+
msgid ""
|
252 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
253 |
+
"url link' add-on as each one has a different purpose."
|
254 |
+
msgstr "このアドオンは、それぞれ目的が異なるため、同様の名前の「Tabby tab to url link」アドオンと混同しないでください。"
|
255 |
+
|
256 |
+
#: includes/admin.php:167
|
257 |
+
msgid ""
|
258 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
259 |
+
"shown when the page is initially loaded."
|
260 |
+
msgstr "これにより、アコーディオンのデフォルトの動作が変更され、ページが最初にロードされたときにタブコンテンツが表示されなくなります。"
|
261 |
+
|
262 |
+
#: includes/admin.php:177
|
263 |
+
#| msgid ""
|
264 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
265 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
266 |
+
#| "reloaded/refreshed."
|
267 |
+
msgid ""
|
268 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
269 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
270 |
+
msgstr ""
|
271 |
+
"これにより、tabby responsive "
|
272 |
+
"tabsタブグループ内の現在アクティブなタブは、ページがリロード/更新された後もアクティブな(開いている)タブのままになります。"
|
273 |
+
|
274 |
+
#: includes/admin.php:186
|
275 |
+
msgid ""
|
276 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
277 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
278 |
+
"exact requirements."
|
279 |
+
msgstr ""
|
280 |
+
"これは、タブビーレスポンシブタブを拡張したり、正確な要件を満たすために作成されたカスタムタブスタイルシートをロードしたりするためのカスタムメイドのアドオンプラグインを提供するオーダーメイドのサービスです。"
|
281 |
+
|
282 |
+
#: includes/admin.php:112
|
283 |
+
msgid "This is the content of the first tab."
|
284 |
+
msgstr "これは最初のタブの内容です。"
|
285 |
+
|
286 |
+
#: includes/admin.php:117
|
287 |
+
msgid "This is the content of the second tab."
|
288 |
+
msgstr "これは2番目のタブの内容です。"
|
289 |
+
|
290 |
+
#: includes/admin.php:122
|
291 |
+
msgid "This is the content of the third tab."
|
292 |
+
msgstr "これは3番目のタブの内容です。"
|
293 |
+
|
294 |
+
#: includes/admin.php:147
|
295 |
+
msgid ""
|
296 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
297 |
+
"link does not cause the page to reload."
|
298 |
+
msgstr "このショートコードは、同じページのタブへのリンクを作成します。リンクを選択しても、ページはリロードされません。"
|
299 |
+
|
300 |
+
#: includes/admin.php:89
|
301 |
+
msgid "To customise how your tabs display, either:"
|
302 |
+
msgstr "タブの表示方法をカスタマイズするには、次のいずれかを行います。"
|
303 |
+
|
304 |
+
#: includes/admin.php:92
|
305 |
+
#| msgid ""
|
306 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
307 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
308 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
309 |
+
msgid ""
|
310 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
311 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
312 |
+
"section of the WordPress customizer, and edit the css there."
|
313 |
+
msgstr ""
|
314 |
+
"上記のオプションのチェックを外し、cssルールを%1$stabbyスタイルシート%2$ "
|
315 |
+
"sから子テーマのスタイルシートまたはWordPressカスタマイザーのカスタムcssセクションにコピーし、そこでcssを編集します。"
|
316 |
+
|
317 |
+
#: includes/admin.php:51
|
318 |
+
msgid "You do not have sufficient permissions to access this page."
|
319 |
+
msgstr "このページにアクセスするための十分な権限がありません。"
|
languages/tabby-responsive-tabs-nl_NL.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-nl_NL.po
ADDED
@@ -0,0 +1,364 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:09+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Dutch\n"
|
9 |
+
"Language: nl_NL\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Een verzameling voorinstellingen met één klik kan worden gebruikt als een "
|
24 |
+
"gemakkelijk startpunt voor verdere aanpassingen."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Een aangepaste plug-in speciaal voor uw site"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Een tabblad kan worden gespecificeerd binnen een tabgroep tabby responsive "
|
39 |
+
"tabs, zodat het een link naar elke URL opent."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Alle aanpassingen worden gemaakt met behulp van een eenvoudige point & click-"
|
47 |
+
"interface zonder dat u code hoeft te bewerken."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
msgid ""
|
51 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
52 |
+
"used to customise the tab design without any code editing."
|
53 |
+
msgstr ""
|
54 |
+
"Als alternatief kan de optionele add-on 'Tabby responsive tabs customiser' "
|
55 |
+
"worden gebruikt om het tabbladontwerp aan te passen zonder enige "
|
56 |
+
"codebewerking."
|
57 |
+
|
58 |
+
#: includes/admin.php:166
|
59 |
+
#| msgid ""
|
60 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
61 |
+
#| "accordion closed on page load."
|
62 |
+
msgid ""
|
63 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
64 |
+
"closed on page load."
|
65 |
+
msgstr ""
|
66 |
+
"Een add-on voor tabby responsive tabs die alle secties van de accordeon "
|
67 |
+
"gesloten houdt bij het laden van de pagina."
|
68 |
+
|
69 |
+
#: includes/admin.php:176
|
70 |
+
#| msgid ""
|
71 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
72 |
+
#| "open after a reload."
|
73 |
+
msgid ""
|
74 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
75 |
+
"after a reload."
|
76 |
+
msgstr ""
|
77 |
+
"Een add-on voor tabby responsive tabs om het momenteel actieve tabblad open "
|
78 |
+
"te houden na een herlaadbeurt."
|
79 |
+
|
80 |
+
#: includes/admin.php:146
|
81 |
+
#| msgid ""
|
82 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
83 |
+
#| "shortcode."
|
84 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
85 |
+
msgstr ""
|
86 |
+
"Een add-on voor tabby responsive tabs die een [tabbylink] shortcode toevoegt."
|
87 |
+
|
88 |
+
#: includes/admin.php:136
|
89 |
+
#| msgid ""
|
90 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
91 |
+
#| "customise your tabs."
|
92 |
+
msgid ""
|
93 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
94 |
+
"your tabs."
|
95 |
+
msgstr ""
|
96 |
+
"Een add-on voor tabby responsive tabs waarmee u eenvoudig uw tabbladen kunt "
|
97 |
+
"aanpassen."
|
98 |
+
|
99 |
+
#: includes/admin.php:156
|
100 |
+
#| msgid ""
|
101 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
102 |
+
#| "link to any URL."
|
103 |
+
msgid ""
|
104 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
105 |
+
"any URL."
|
106 |
+
msgstr ""
|
107 |
+
"Een add-on voor tabby responsive tabs waarmee een tabblad kan fungeren als "
|
108 |
+
"een link naar elke URL."
|
109 |
+
|
110 |
+
#: includes/admin.php:56
|
111 |
+
msgid "by %1$s"
|
112 |
+
msgstr "door %1$s"
|
113 |
+
|
114 |
+
#. Description of the plugin
|
115 |
+
msgid ""
|
116 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
117 |
+
"adding simple shortcodes."
|
118 |
+
msgstr ""
|
119 |
+
"Maak responsieve tabbladen in uw berichten, pagina's of aangepaste "
|
120 |
+
"berichttypen door eenvoudige shortcodes toe te voegen."
|
121 |
+
|
122 |
+
#. Author of the plugin
|
123 |
+
msgid "cubecolour"
|
124 |
+
msgstr "cubecolour"
|
125 |
+
|
126 |
+
#: tabby-responsive-tabs.php:99
|
127 |
+
msgid "Cubecolour on twitter"
|
128 |
+
msgstr "Cubecolour op twitter"
|
129 |
+
|
130 |
+
#: includes/admin.php:184
|
131 |
+
msgid "Custom styles or functionality"
|
132 |
+
msgstr "Aangepaste stijlen of functionaliteit"
|
133 |
+
|
134 |
+
#: includes/admin.php:62
|
135 |
+
msgid "Default stylesheet"
|
136 |
+
msgstr "Standaard stylesheet"
|
137 |
+
|
138 |
+
#: tabby-responsive-tabs.php:97
|
139 |
+
msgid "Donate"
|
140 |
+
msgstr "Doneren"
|
141 |
+
|
142 |
+
#. Author URI of the plugin
|
143 |
+
msgid "https://cubecolour.co.uk"
|
144 |
+
msgstr "https://cubecolour.co.uk"
|
145 |
+
|
146 |
+
#. Plugin URI of the plugin
|
147 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
148 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
149 |
+
|
150 |
+
#: includes/admin.php:96
|
151 |
+
msgid ""
|
152 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
153 |
+
"development time, please consider purchasing an add-on, or making a "
|
154 |
+
"contribution to %1$sthe developer.%2$s"
|
155 |
+
msgstr ""
|
156 |
+
"Als deze plug-in u enige waarde heeft opgeleverd, of u wat ontwikkelingstijd "
|
157 |
+
"heeft bespaard, overweeg dan om een add-on te kopen of een bijdrage te "
|
158 |
+
"leveren aan %1$sthe-ontwikkelaar.%2$s"
|
159 |
+
|
160 |
+
#: includes/admin.php:63
|
161 |
+
#| msgid ""
|
162 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
163 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
164 |
+
#| "stylesheet."
|
165 |
+
msgid ""
|
166 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
167 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
168 |
+
msgstr ""
|
169 |
+
"Als u een aangepaste set tabby-stijlen in uw child-thema of elders gebruikt, "
|
170 |
+
"schakelt u het selectievakje hieronder uit om het standaard tabby-stylesheet "
|
171 |
+
"te verwijderen."
|
172 |
+
|
173 |
+
#: includes/admin.php:106
|
174 |
+
msgid ""
|
175 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
176 |
+
"sure to delete any %1$s tags surrounding the content."
|
177 |
+
msgstr ""
|
178 |
+
"Als je de volgende shortcodes kopieert en plakt in je visuele editor, zorg "
|
179 |
+
"er dan voor dat je alle %1$s-tags rondom de inhoud verwijdert."
|
180 |
+
|
181 |
+
#: includes/admin.php:70
|
182 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
183 |
+
msgid "Include the default tabby stylesheet:"
|
184 |
+
msgstr "Neem de standaard tabby-stylesheet op:"
|
185 |
+
|
186 |
+
#: includes/admin.php:105
|
187 |
+
msgid ""
|
188 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
189 |
+
"content."
|
190 |
+
msgstr ""
|
191 |
+
"Het wordt aanbevolen om een lege regel te laten tussen elke shortcode en "
|
192 |
+
"inhoudsblok."
|
193 |
+
|
194 |
+
#: includes/admin.php:129
|
195 |
+
msgid ""
|
196 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
197 |
+
"%3$splugin page%4$s for more information."
|
198 |
+
msgstr ""
|
199 |
+
"Raadpleeg het %1$sreadme-bestand%2$s van de plug-in of de %3$splugin-"
|
200 |
+
"pagina%4$s van WordPress.org voor meer informatie."
|
201 |
+
|
202 |
+
#: includes/admin.php:130
|
203 |
+
#| msgid ""
|
204 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
205 |
+
#| "forum%2$s."
|
206 |
+
msgid ""
|
207 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
208 |
+
msgstr ""
|
209 |
+
"Ondersteuning voor plug-ins op WordPress.org: %1$stabby responsive tabs "
|
210 |
+
"ondersteuningsforum%2$s."
|
211 |
+
|
212 |
+
#: includes/admin.php:102
|
213 |
+
msgid "Plugin usage"
|
214 |
+
msgstr "Gebruik van plug-ins"
|
215 |
+
|
216 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
217 |
+
#: includes/admin.php:171 includes/admin.php:180
|
218 |
+
msgid "Purchase add-on"
|
219 |
+
msgstr "Add-on kopen"
|
220 |
+
|
221 |
+
#: includes/admin.php:189
|
222 |
+
msgid "Request quote"
|
223 |
+
msgstr "Offerte aanvragen"
|
224 |
+
|
225 |
+
#: tabby-responsive-tabs.php:98
|
226 |
+
msgid "Review"
|
227 |
+
msgstr "Recensie"
|
228 |
+
|
229 |
+
#: tabby-responsive-tabs.php:100
|
230 |
+
msgid "Settings"
|
231 |
+
msgstr "Instellingen"
|
232 |
+
|
233 |
+
#: tabby-responsive-tabs.php:96
|
234 |
+
msgid "Support"
|
235 |
+
msgstr "Steun"
|
236 |
+
|
237 |
+
#: includes/admin.php:74
|
238 |
+
msgid "Tab title element (default: H2)"
|
239 |
+
msgstr "Tabtitelelement (standaard: H2)"
|
240 |
+
|
241 |
+
#. Plugin Name of the plugin
|
242 |
+
msgid "Tabby Responsive Tabs"
|
243 |
+
msgstr "Tabby-responsieve tabbladen"
|
244 |
+
|
245 |
+
#: includes/admin.php:168
|
246 |
+
msgid "The tab display (desktop view) is unaffected."
|
247 |
+
msgstr "De tabweergave (bureaubladweergave) wordt niet beïnvloed."
|
248 |
+
|
249 |
+
#: includes/admin.php:104
|
250 |
+
#| msgid ""
|
251 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
252 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
253 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
254 |
+
msgid ""
|
255 |
+
"The title parameter sets the text on the tab, the content is added between "
|
256 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
257 |
+
"and must be placed after the last tab's content."
|
258 |
+
msgstr ""
|
259 |
+
"De titelparameter stelt de tekst op het tabblad in, de inhoud wordt tussen "
|
260 |
+
"de shortcodes toegevoegd en de [tabbyending]-shortcode wordt één keer per "
|
261 |
+
"tabbladgroep gebruikt en moet na de inhoud van het laatste tabblad worden "
|
262 |
+
"geplaatst."
|
263 |
+
|
264 |
+
#: includes/admin.php:103
|
265 |
+
msgid ""
|
266 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
267 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
268 |
+
"editor."
|
269 |
+
msgstr ""
|
270 |
+
"Er zijn twee shortcodes die beide moeten worden gebruikt, %1$s en %2$s. Deze "
|
271 |
+
"worden toegevoegd in de visuele of teksteditor, of binnen een shortcode-blok "
|
272 |
+
"in de blokeditor."
|
273 |
+
|
274 |
+
#: includes/admin.php:158
|
275 |
+
msgid ""
|
276 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
277 |
+
"tab' add-on as each one has a different purpose."
|
278 |
+
msgstr ""
|
279 |
+
"Deze add-on moet niet worden verward met de gelijknamige add-on 'Tabby link "
|
280 |
+
"to tab', aangezien elke add-on een ander doel heeft."
|
281 |
+
|
282 |
+
#: includes/admin.php:148
|
283 |
+
msgid ""
|
284 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
285 |
+
"url link' add-on as each one has a different purpose."
|
286 |
+
msgstr ""
|
287 |
+
"Deze add-on moet niet worden verward met de gelijknamige add-on 'Tabby tab "
|
288 |
+
"to url link', aangezien elke add-on een ander doel heeft."
|
289 |
+
|
290 |
+
#: includes/admin.php:167
|
291 |
+
msgid ""
|
292 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
293 |
+
"shown when the page is initially loaded."
|
294 |
+
msgstr ""
|
295 |
+
"Dit verandert het standaardgedrag voor de accordeon, zodat er geen "
|
296 |
+
"tabbladinhoud wordt weergegeven wanneer de pagina voor het eerst wordt "
|
297 |
+
"geladen."
|
298 |
+
|
299 |
+
#: includes/admin.php:177
|
300 |
+
#| msgid ""
|
301 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
302 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
303 |
+
#| "reloaded/refreshed."
|
304 |
+
msgid ""
|
305 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
306 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
307 |
+
msgstr ""
|
308 |
+
"Hierdoor kan het momenteel actieve tabblad in een tabgroep tabby responsive "
|
309 |
+
"tabs het actieve (open) tabblad blijven nadat de pagina opnieuw is "
|
310 |
+
"geladen/vernieuwd."
|
311 |
+
|
312 |
+
#: includes/admin.php:186
|
313 |
+
msgid ""
|
314 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
315 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
316 |
+
"exact requirements."
|
317 |
+
msgstr ""
|
318 |
+
"Dit is een op maat gemaakte service om een op maat gemaakte add-on-plug-in "
|
319 |
+
"te bieden om tabby-responsieve tabbladen uit te breiden of een aangepast "
|
320 |
+
"stijlblad voor tabbladen te laden dat is gemaakt om aan uw exacte vereisten "
|
321 |
+
"te voldoen."
|
322 |
+
|
323 |
+
#: includes/admin.php:112
|
324 |
+
msgid "This is the content of the first tab."
|
325 |
+
msgstr "Dit is de inhoud van het eerste tabblad."
|
326 |
+
|
327 |
+
#: includes/admin.php:117
|
328 |
+
msgid "This is the content of the second tab."
|
329 |
+
msgstr "Dit is de inhoud van het tweede tabblad."
|
330 |
+
|
331 |
+
#: includes/admin.php:122
|
332 |
+
msgid "This is the content of the third tab."
|
333 |
+
msgstr "Dit is de inhoud van het derde tabblad."
|
334 |
+
|
335 |
+
#: includes/admin.php:147
|
336 |
+
msgid ""
|
337 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
338 |
+
"link does not cause the page to reload."
|
339 |
+
msgstr ""
|
340 |
+
"Deze shortcode creëert een link naar een tabblad op dezelfde pagina, waarbij "
|
341 |
+
"het selecteren van de link er niet voor zorgt dat de pagina opnieuw wordt "
|
342 |
+
"geladen."
|
343 |
+
|
344 |
+
#: includes/admin.php:89
|
345 |
+
msgid "To customise how your tabs display, either:"
|
346 |
+
msgstr "Om de weergave van uw tabbladen aan te passen:"
|
347 |
+
|
348 |
+
#: includes/admin.php:92
|
349 |
+
#| msgid ""
|
350 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
351 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
352 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
353 |
+
msgid ""
|
354 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
355 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
356 |
+
"section of the WordPress customizer, and edit the css there."
|
357 |
+
msgstr ""
|
358 |
+
"Schakel de bovenstaande optie uit, kopieer de CSS-regels van de %1$stabby-"
|
359 |
+
"stylesheet%2$s naar de stylesheet van uw child-thema of de aangepaste CSS-"
|
360 |
+
"sectie van de WordPress-aanpasser, en bewerk de CSS daar."
|
361 |
+
|
362 |
+
#: includes/admin.php:51
|
363 |
+
msgid "You do not have sufficient permissions to access this page."
|
364 |
+
msgstr "U heeft niet voldoende rechten om deze pagina te openen."
|
languages/tabby-responsive-tabs-pl_PL.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-pl_PL.po
ADDED
@@ -0,0 +1,355 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:08+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Polish\n"
|
9 |
+
"Language: pl_PL\n"
|
10 |
+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 "
|
11 |
+
"&&(n%100<10||n%100 >= 20)? 1 : 2);\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Loco https://localise.biz/\n"
|
16 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
17 |
+
"X-Domain: tabby-responsive-tabs"
|
18 |
+
|
19 |
+
#: includes/admin.php:138
|
20 |
+
msgid ""
|
21 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
22 |
+
"further customisation."
|
23 |
+
msgstr ""
|
24 |
+
"Zbiór gotowych ustawień jednym kliknięciem może służyć jako łatwy punkt "
|
25 |
+
"wyjścia do dalszego dostosowywania."
|
26 |
+
|
27 |
+
#: includes/admin.php:185
|
28 |
+
msgid "A custom plugin specifically for your site"
|
29 |
+
msgstr "Niestandardowa wtyczka specjalnie dla Twojej witryny"
|
30 |
+
|
31 |
+
#: includes/admin.php:157
|
32 |
+
#| msgid ""
|
33 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
34 |
+
#| "it opens a link to any URL."
|
35 |
+
msgid ""
|
36 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
37 |
+
"opens a link to any URL."
|
38 |
+
msgstr ""
|
39 |
+
"Kartę można określić w grupie kart tabby responsive tabs, aby otwierała link "
|
40 |
+
"do dowolnego adresu URL."
|
41 |
+
|
42 |
+
#: includes/admin.php:137
|
43 |
+
msgid ""
|
44 |
+
"All customisations are made using a simple point & click interface without "
|
45 |
+
"the need to edit any code."
|
46 |
+
msgstr ""
|
47 |
+
"Wszystkie dostosowania są dokonywane za pomocą prostego interfejsu typu "
|
48 |
+
"„wskaż i kliknij”, bez konieczności edytowania jakiegokolwiek kodu."
|
49 |
+
|
50 |
+
#: includes/admin.php:93
|
51 |
+
msgid ""
|
52 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
53 |
+
"used to customise the tab design without any code editing."
|
54 |
+
msgstr ""
|
55 |
+
"Alternatywnie można użyć opcjonalnego dodatku „Tabby responsive tabs "
|
56 |
+
"customiser”, aby dostosować projekt karty bez edycji kodu."
|
57 |
+
|
58 |
+
#: includes/admin.php:166
|
59 |
+
#| msgid ""
|
60 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
61 |
+
#| "accordion closed on page load."
|
62 |
+
msgid ""
|
63 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
64 |
+
"closed on page load."
|
65 |
+
msgstr ""
|
66 |
+
"Dodatek do tabby responsive tabs, który utrzymuje wszystkie sekcje akordeonu "
|
67 |
+
"zamknięte podczas ładowania strony."
|
68 |
+
|
69 |
+
#: includes/admin.php:176
|
70 |
+
#| msgid ""
|
71 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
72 |
+
#| "open after a reload."
|
73 |
+
msgid ""
|
74 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
75 |
+
"after a reload."
|
76 |
+
msgstr ""
|
77 |
+
"Dodatek do tabby responsive tabs, który utrzymuje otwartą aktywną kartę po "
|
78 |
+
"przeładowaniu."
|
79 |
+
|
80 |
+
#: includes/admin.php:146
|
81 |
+
#| msgid ""
|
82 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
83 |
+
#| "shortcode."
|
84 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
85 |
+
msgstr "Dodatek do tabby responsive tabs, który dodaje krótki kod [tabbylink]."
|
86 |
+
|
87 |
+
#: includes/admin.php:136
|
88 |
+
#| msgid ""
|
89 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
90 |
+
#| "customise your tabs."
|
91 |
+
msgid ""
|
92 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
93 |
+
"your tabs."
|
94 |
+
msgstr ""
|
95 |
+
"Dodatek do tabby responsive tabs, który umożliwia łatwe dostosowywanie kart."
|
96 |
+
|
97 |
+
#: includes/admin.php:156
|
98 |
+
#| msgid ""
|
99 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
100 |
+
#| "link to any URL."
|
101 |
+
msgid ""
|
102 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
103 |
+
"any URL."
|
104 |
+
msgstr ""
|
105 |
+
"Dodatek do tabby responsive tabs, który umożliwia karcie działanie jako "
|
106 |
+
"łącze do dowolnego adresu URL."
|
107 |
+
|
108 |
+
#: includes/admin.php:56
|
109 |
+
msgid "by %1$s"
|
110 |
+
msgstr "przez %1$s"
|
111 |
+
|
112 |
+
#. Description of the plugin
|
113 |
+
msgid ""
|
114 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
115 |
+
"adding simple shortcodes."
|
116 |
+
msgstr ""
|
117 |
+
"Twórz responsywne zakładki w swoich postach, stronach lub niestandardowych "
|
118 |
+
"typach postów, dodając proste skróty."
|
119 |
+
|
120 |
+
#. Author of the plugin
|
121 |
+
msgid "cubecolour"
|
122 |
+
msgstr "cubecolour"
|
123 |
+
|
124 |
+
#: tabby-responsive-tabs.php:99
|
125 |
+
msgid "Cubecolour on twitter"
|
126 |
+
msgstr "Cubecolour na Twitterze"
|
127 |
+
|
128 |
+
#: includes/admin.php:184
|
129 |
+
msgid "Custom styles or functionality"
|
130 |
+
msgstr "Niestandardowe style lub funkcjonalność"
|
131 |
+
|
132 |
+
#: includes/admin.php:62
|
133 |
+
msgid "Default stylesheet"
|
134 |
+
msgstr "Domyślny arkusz stylów"
|
135 |
+
|
136 |
+
#: tabby-responsive-tabs.php:97
|
137 |
+
msgid "Donate"
|
138 |
+
msgstr "Podarować"
|
139 |
+
|
140 |
+
#. Author URI of the plugin
|
141 |
+
msgid "https://cubecolour.co.uk"
|
142 |
+
msgstr "https://cubecolour.co.uk"
|
143 |
+
|
144 |
+
#. Plugin URI of the plugin
|
145 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
146 |
+
msgstr "https://cubecolor.co.uk/tabby-responsive-tabs"
|
147 |
+
|
148 |
+
#: includes/admin.php:96
|
149 |
+
msgid ""
|
150 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
151 |
+
"development time, please consider purchasing an add-on, or making a "
|
152 |
+
"contribution to %1$sthe developer.%2$s"
|
153 |
+
msgstr ""
|
154 |
+
"Jeśli ta wtyczka lub zapewniła Ci pewną wartość lub zaoszczędziła trochę "
|
155 |
+
"czasu na opracowywanie, rozważ zakup dodatku lub wniesienie wkładu do "
|
156 |
+
"%1$sprogramisty.%2$s"
|
157 |
+
|
158 |
+
#: includes/admin.php:63
|
159 |
+
#| msgid ""
|
160 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
161 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
162 |
+
#| "stylesheet."
|
163 |
+
msgid ""
|
164 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
165 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
166 |
+
msgstr ""
|
167 |
+
"Jeśli używasz niestandardowego zestawu stylów tabby w motywie podrzędnym lub "
|
168 |
+
"w innym miejscu, usuń zaznaczenie pola wyboru poniżej, aby usunąć domyślny "
|
169 |
+
"arkusz stylów tabby."
|
170 |
+
|
171 |
+
#: includes/admin.php:106
|
172 |
+
msgid ""
|
173 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
174 |
+
"sure to delete any %1$s tags surrounding the content."
|
175 |
+
msgstr ""
|
176 |
+
"Jeśli skopiujesz i wkleisz poniższe skróty do edytora wizualnego, pamiętaj o "
|
177 |
+
"usunięciu wszystkich tagów %1$s otaczających treść."
|
178 |
+
|
179 |
+
#: includes/admin.php:70
|
180 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
181 |
+
msgid "Include the default tabby stylesheet:"
|
182 |
+
msgstr "Dołącz domyślny arkusz stylów tabby:"
|
183 |
+
|
184 |
+
#: includes/admin.php:105
|
185 |
+
msgid ""
|
186 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
187 |
+
"content."
|
188 |
+
msgstr ""
|
189 |
+
"Zaleca się pozostawienie pustej linii między każdym skrótem a blokiem treści."
|
190 |
+
|
191 |
+
#: includes/admin.php:129
|
192 |
+
msgid ""
|
193 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
194 |
+
"%3$splugin page%4$s for more information."
|
195 |
+
msgstr ""
|
196 |
+
"Aby uzyskać więcej informacji, zapoznaj się z plikiem %1$sreadme%2$s wtyczki "
|
197 |
+
"lub stroną wtyczki %3$s%4$s na WordPress.org."
|
198 |
+
|
199 |
+
#: includes/admin.php:130
|
200 |
+
#| msgid ""
|
201 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
202 |
+
#| "forum%2$s."
|
203 |
+
msgid ""
|
204 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
205 |
+
msgstr ""
|
206 |
+
"Obsługa wtyczek na WordPress.org: forum pomocy %1$stabby responsive tabs "
|
207 |
+
"kart%2$s."
|
208 |
+
|
209 |
+
#: includes/admin.php:102
|
210 |
+
msgid "Plugin usage"
|
211 |
+
msgstr "Użycie wtyczki"
|
212 |
+
|
213 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
214 |
+
#: includes/admin.php:171 includes/admin.php:180
|
215 |
+
msgid "Purchase add-on"
|
216 |
+
msgstr "Kup dodatek"
|
217 |
+
|
218 |
+
#: includes/admin.php:189
|
219 |
+
msgid "Request quote"
|
220 |
+
msgstr "Poproś o wycenę"
|
221 |
+
|
222 |
+
#: tabby-responsive-tabs.php:98
|
223 |
+
msgid "Review"
|
224 |
+
msgstr "Recenzja"
|
225 |
+
|
226 |
+
#: tabby-responsive-tabs.php:100
|
227 |
+
msgid "Settings"
|
228 |
+
msgstr "Ustawienia"
|
229 |
+
|
230 |
+
#: tabby-responsive-tabs.php:96
|
231 |
+
msgid "Support"
|
232 |
+
msgstr "Wsparcie"
|
233 |
+
|
234 |
+
#: includes/admin.php:74
|
235 |
+
msgid "Tab title element (default: H2)"
|
236 |
+
msgstr "Element tytułu karty (domyślnie: H2)"
|
237 |
+
|
238 |
+
#. Plugin Name of the plugin
|
239 |
+
msgid "Tabby Responsive Tabs"
|
240 |
+
msgstr "Tabby Responsive Tabs"
|
241 |
+
|
242 |
+
#: includes/admin.php:168
|
243 |
+
msgid "The tab display (desktop view) is unaffected."
|
244 |
+
msgstr "Nie ma to wpływu na wyświetlanie zakładek (widok pulpitu)."
|
245 |
+
|
246 |
+
#: includes/admin.php:104
|
247 |
+
#| msgid ""
|
248 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
249 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
250 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
251 |
+
msgid ""
|
252 |
+
"The title parameter sets the text on the tab, the content is added between "
|
253 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
254 |
+
"and must be placed after the last tab's content."
|
255 |
+
msgstr ""
|
256 |
+
"Parametr title określa tekst na karcie, zawartość jest dodawana między "
|
257 |
+
"skrótami, a skrót [tabbyending] jest używany raz na grupę kart i musi być "
|
258 |
+
"umieszczony po zawartości ostatniej karty."
|
259 |
+
|
260 |
+
#: includes/admin.php:103
|
261 |
+
msgid ""
|
262 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
263 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
264 |
+
"editor."
|
265 |
+
msgstr ""
|
266 |
+
"Istnieją dwa skróty, których należy użyć, %1$s i %2$s. Są one dodawane w "
|
267 |
+
"edytorze wizualnym lub tekstowym albo w bloku shortcode w edytorze bloków."
|
268 |
+
|
269 |
+
#: includes/admin.php:158
|
270 |
+
msgid ""
|
271 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
272 |
+
"tab' add-on as each one has a different purpose."
|
273 |
+
msgstr ""
|
274 |
+
"Tego dodatku nie należy mylić z podobnie nazwanym dodatkiem „Tabby link to "
|
275 |
+
"tab, ponieważ każdy z nich ma inny cel."
|
276 |
+
|
277 |
+
#: includes/admin.php:148
|
278 |
+
msgid ""
|
279 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
280 |
+
"url link' add-on as each one has a different purpose."
|
281 |
+
msgstr ""
|
282 |
+
"Tego dodatku nie należy mylić z dodatkiem o podobnej nazwie „Tabby tab to "
|
283 |
+
"url link”, ponieważ każdy z nich ma inny cel."
|
284 |
+
|
285 |
+
#: includes/admin.php:167
|
286 |
+
msgid ""
|
287 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
288 |
+
"shown when the page is initially loaded."
|
289 |
+
msgstr ""
|
290 |
+
"Zmienia to domyślne zachowanie akordeonu, dzięki czemu po pierwszym "
|
291 |
+
"załadowaniu strony nie jest wyświetlana zawartość karty."
|
292 |
+
|
293 |
+
#: includes/admin.php:177
|
294 |
+
#| msgid ""
|
295 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
296 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
297 |
+
#| "reloaded/refreshed."
|
298 |
+
msgid ""
|
299 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
300 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
301 |
+
msgstr ""
|
302 |
+
"Dzięki temu aktualnie aktywna karta w grupie karty responsywne pozostanie "
|
303 |
+
"aktywną (otwartą) kartą po ponownym załadowaniu/odświeżeniu strony."
|
304 |
+
|
305 |
+
#: includes/admin.php:186
|
306 |
+
msgid ""
|
307 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
308 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
309 |
+
"exact requirements."
|
310 |
+
msgstr ""
|
311 |
+
"Jest to usługa szyta na miarę, która zapewnia niestandardową wtyczkę, aby "
|
312 |
+
"rozszerzyć responsywne karty tabby lub załadować niestandardowy arkusz "
|
313 |
+
"stylów kart utworzony w celu spełnienia dokładnych wymagań."
|
314 |
+
|
315 |
+
#: includes/admin.php:112
|
316 |
+
msgid "This is the content of the first tab."
|
317 |
+
msgstr "To jest zawartość pierwszej zakładki."
|
318 |
+
|
319 |
+
#: includes/admin.php:117
|
320 |
+
msgid "This is the content of the second tab."
|
321 |
+
msgstr "To jest zawartość drugiej zakładki."
|
322 |
+
|
323 |
+
#: includes/admin.php:122
|
324 |
+
msgid "This is the content of the third tab."
|
325 |
+
msgstr "To jest zawartość trzeciej zakładki."
|
326 |
+
|
327 |
+
#: includes/admin.php:147
|
328 |
+
msgid ""
|
329 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
330 |
+
"link does not cause the page to reload."
|
331 |
+
msgstr ""
|
332 |
+
"Ten krótki kod tworzy link do karty na tej samej stronie, gdzie wybranie "
|
333 |
+
"linku nie powoduje ponownego załadowania strony."
|
334 |
+
|
335 |
+
#: includes/admin.php:89
|
336 |
+
msgid "To customise how your tabs display, either:"
|
337 |
+
msgstr "Aby dostosować sposób wyświetlania kart:"
|
338 |
+
|
339 |
+
#: includes/admin.php:92
|
340 |
+
#| msgid ""
|
341 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
342 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
343 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
344 |
+
msgid ""
|
345 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
346 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
347 |
+
"section of the WordPress customizer, and edit the css there."
|
348 |
+
msgstr ""
|
349 |
+
"Odznacz powyższą opcję, skopiuj reguły CSS z arkusza stylów %1$stabby%2$s do "
|
350 |
+
"arkusza stylów motywu podrzędnego lub niestandardowej sekcji CSS modułu "
|
351 |
+
"dostosowywania WordPress i edytuj tam CSS."
|
352 |
+
|
353 |
+
#: includes/admin.php:51
|
354 |
+
msgid "You do not have sufficient permissions to access this page."
|
355 |
+
msgstr "Nie masz wystarczających uprawnień, aby uzyskać dostęp do tej strony."
|
languages/tabby-responsive-tabs-pt_BR.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-pt_BR.po
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:08+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Portuguese (Brazil)\n"
|
9 |
+
"Language: pt_BR\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Uma coleção de predefinições de um clique pode ser usada como um ponto de "
|
24 |
+
"partida fácil para uma personalização adicional."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Um plugin personalizado especificamente para o seu site"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Uma guia pode ser especificada dentro de um grupo de guias tabby responsive "
|
39 |
+
"tabs para que ela abra um link para qualquer URL."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Todas as personalizações são feitas usando uma interface simples de apontar "
|
47 |
+
"e clicar sem a necessidade de editar nenhum código."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
msgid ""
|
51 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
52 |
+
"used to customise the tab design without any code editing."
|
53 |
+
msgstr ""
|
54 |
+
"Como alternativa, o complemento opcional 'Tabby responsive tabs customiser' "
|
55 |
+
"pode ser usado para personalizar o design da guia sem qualquer edição de "
|
56 |
+
"código."
|
57 |
+
|
58 |
+
#: includes/admin.php:166
|
59 |
+
#| msgid ""
|
60 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
61 |
+
#| "accordion closed on page load."
|
62 |
+
msgid ""
|
63 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
64 |
+
"closed on page load."
|
65 |
+
msgstr ""
|
66 |
+
"Um complemento para tabby responsive tabs que mantém todas as seções do "
|
67 |
+
"acordeão fechadas no carregamento da página."
|
68 |
+
|
69 |
+
#: includes/admin.php:176
|
70 |
+
#| msgid ""
|
71 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
72 |
+
#| "open after a reload."
|
73 |
+
msgid ""
|
74 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
75 |
+
"after a reload."
|
76 |
+
msgstr ""
|
77 |
+
"Um complemento para tabby responsive tabs para manter a guia ativa no "
|
78 |
+
"momento aberta após um recarregamento."
|
79 |
+
|
80 |
+
#: includes/admin.php:146
|
81 |
+
#| msgid ""
|
82 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
83 |
+
#| "shortcode."
|
84 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
85 |
+
msgstr ""
|
86 |
+
"Um complemento para tabby responsive tabs que adiciona um código de acesso "
|
87 |
+
"[tabbylink]."
|
88 |
+
|
89 |
+
#: includes/admin.php:136
|
90 |
+
#| msgid ""
|
91 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
92 |
+
#| "customise your tabs."
|
93 |
+
msgid ""
|
94 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
95 |
+
"your tabs."
|
96 |
+
msgstr ""
|
97 |
+
"Um complemento para tabby responsive tabs que permite personalizar "
|
98 |
+
"facilmente suas guias."
|
99 |
+
|
100 |
+
#: includes/admin.php:156
|
101 |
+
#| msgid ""
|
102 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
103 |
+
#| "link to any URL."
|
104 |
+
msgid ""
|
105 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
106 |
+
"any URL."
|
107 |
+
msgstr ""
|
108 |
+
"Um complemento para tabby responsive tabs que permite que uma guia atue como "
|
109 |
+
"um link para qualquer URL."
|
110 |
+
|
111 |
+
#: includes/admin.php:56
|
112 |
+
msgid "by %1$s"
|
113 |
+
msgstr "por %1$s"
|
114 |
+
|
115 |
+
#. Description of the plugin
|
116 |
+
msgid ""
|
117 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
118 |
+
"adding simple shortcodes."
|
119 |
+
msgstr ""
|
120 |
+
"Crie guias responsivas dentro de suas postagens, páginas ou tipos de "
|
121 |
+
"postagem personalizados adicionando códigos de acesso simples."
|
122 |
+
|
123 |
+
#. Author of the plugin
|
124 |
+
msgid "cubecolour"
|
125 |
+
msgstr "cubecolour"
|
126 |
+
|
127 |
+
#: tabby-responsive-tabs.php:99
|
128 |
+
msgid "Cubecolour on twitter"
|
129 |
+
msgstr "Cubecolour no twitter"
|
130 |
+
|
131 |
+
#: includes/admin.php:184
|
132 |
+
msgid "Custom styles or functionality"
|
133 |
+
msgstr "Estilos ou funcionalidades personalizadas"
|
134 |
+
|
135 |
+
#: includes/admin.php:62
|
136 |
+
msgid "Default stylesheet"
|
137 |
+
msgstr "Folha de estilo padrão"
|
138 |
+
|
139 |
+
#: tabby-responsive-tabs.php:97
|
140 |
+
msgid "Donate"
|
141 |
+
msgstr "Doar"
|
142 |
+
|
143 |
+
#. Author URI of the plugin
|
144 |
+
msgid "https://cubecolour.co.uk"
|
145 |
+
msgstr "https://cubecolour.co.uk"
|
146 |
+
|
147 |
+
#. Plugin URI of the plugin
|
148 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
149 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
150 |
+
|
151 |
+
#: includes/admin.php:96
|
152 |
+
msgid ""
|
153 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
154 |
+
"development time, please consider purchasing an add-on, or making a "
|
155 |
+
"contribution to %1$sthe developer.%2$s"
|
156 |
+
msgstr ""
|
157 |
+
"Se este plug-in lhe forneceu algum valor, ou economizou algum tempo de "
|
158 |
+
"desenvolvimento, considere comprar um complemento ou fazer uma contribuição "
|
159 |
+
"para %1$so desenvolvedor.%2$s"
|
160 |
+
|
161 |
+
#: includes/admin.php:63
|
162 |
+
#| msgid ""
|
163 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
164 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
165 |
+
#| "stylesheet."
|
166 |
+
msgid ""
|
167 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
168 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
169 |
+
msgstr ""
|
170 |
+
"Se você estiver usando um conjunto personalizado de estilos tabby em seu "
|
171 |
+
"tema filho ou em outro lugar, desmarque a caixa de seleção abaixo para "
|
172 |
+
"remover a folha de estilo tabby padrão."
|
173 |
+
|
174 |
+
#: includes/admin.php:106
|
175 |
+
msgid ""
|
176 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
177 |
+
"sure to delete any %1$s tags surrounding the content."
|
178 |
+
msgstr ""
|
179 |
+
"Se você copiar e colar os seguintes códigos de acesso em seu editor visual, "
|
180 |
+
"certifique-se de excluir todas as tags %1$s ao redor do conteúdo."
|
181 |
+
|
182 |
+
#: includes/admin.php:70
|
183 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
184 |
+
msgid "Include the default tabby stylesheet:"
|
185 |
+
msgstr "Inclua a folha de estilo padrão tabby:"
|
186 |
+
|
187 |
+
#: includes/admin.php:105
|
188 |
+
msgid ""
|
189 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
190 |
+
"content."
|
191 |
+
msgstr ""
|
192 |
+
"Recomenda-se deixar uma linha em branco entre cada shortcode e bloco de "
|
193 |
+
"conteúdo."
|
194 |
+
|
195 |
+
#: includes/admin.php:129
|
196 |
+
msgid ""
|
197 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
198 |
+
"%3$splugin page%4$s for more information."
|
199 |
+
msgstr ""
|
200 |
+
"Consulte o %1$sreadme file%2$s do plug-in ou a %3$splugin page%4$s do "
|
201 |
+
"WordPress.org para obter mais informações."
|
202 |
+
|
203 |
+
#: includes/admin.php:130
|
204 |
+
#| msgid ""
|
205 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
206 |
+
#| "forum%2$s."
|
207 |
+
msgid ""
|
208 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
209 |
+
msgstr ""
|
210 |
+
"Suporte de plug-in no WordPress.org: %1$sfórum de suporte de tabby "
|
211 |
+
"responsive tabs%2$s."
|
212 |
+
|
213 |
+
#: includes/admin.php:102
|
214 |
+
msgid "Plugin usage"
|
215 |
+
msgstr "Uso do plug-in"
|
216 |
+
|
217 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
218 |
+
#: includes/admin.php:171 includes/admin.php:180
|
219 |
+
msgid "Purchase add-on"
|
220 |
+
msgstr "Comprar complemento"
|
221 |
+
|
222 |
+
#: includes/admin.php:189
|
223 |
+
msgid "Request quote"
|
224 |
+
msgstr "Solicitar cotação"
|
225 |
+
|
226 |
+
#: tabby-responsive-tabs.php:98
|
227 |
+
msgid "Review"
|
228 |
+
msgstr "Análise"
|
229 |
+
|
230 |
+
#: tabby-responsive-tabs.php:100
|
231 |
+
msgid "Settings"
|
232 |
+
msgstr "Configurações"
|
233 |
+
|
234 |
+
#: tabby-responsive-tabs.php:96
|
235 |
+
msgid "Support"
|
236 |
+
msgstr "Apoiar"
|
237 |
+
|
238 |
+
#: includes/admin.php:74
|
239 |
+
msgid "Tab title element (default: H2)"
|
240 |
+
msgstr "Elemento de título da guia (padrão: H2)"
|
241 |
+
|
242 |
+
#. Plugin Name of the plugin
|
243 |
+
msgid "Tabby Responsive Tabs"
|
244 |
+
msgstr "Tabby Responsive Tabs"
|
245 |
+
|
246 |
+
#: includes/admin.php:168
|
247 |
+
msgid "The tab display (desktop view) is unaffected."
|
248 |
+
msgstr "A exibição da guia (exibição da área de trabalho) não é afetada."
|
249 |
+
|
250 |
+
#: includes/admin.php:104
|
251 |
+
#| msgid ""
|
252 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
253 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
254 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
255 |
+
msgid ""
|
256 |
+
"The title parameter sets the text on the tab, the content is added between "
|
257 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
258 |
+
"and must be placed after the last tab's content."
|
259 |
+
msgstr ""
|
260 |
+
"O parâmetro title define o texto na guia, o conteúdo é adicionado entre os "
|
261 |
+
"códigos de acesso e o código de acesso [tabbyending] é usado uma vez por "
|
262 |
+
"grupo de guias e deve ser colocado após o conteúdo da última guia."
|
263 |
+
|
264 |
+
#: includes/admin.php:103
|
265 |
+
msgid ""
|
266 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
267 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
268 |
+
"editor."
|
269 |
+
msgstr ""
|
270 |
+
"Existem dois códigos de acesso que devem ser usados, %1$s e %2$s. Eles são "
|
271 |
+
"adicionados no editor visual ou de texto ou em um bloco de código de acesso "
|
272 |
+
"no editor de blocos."
|
273 |
+
|
274 |
+
#: includes/admin.php:158
|
275 |
+
msgid ""
|
276 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
277 |
+
"tab' add-on as each one has a different purpose."
|
278 |
+
msgstr ""
|
279 |
+
"Este add-on não deve ser confundido com o add-on 'Tabby link to tab', de "
|
280 |
+
"nome semelhante, pois cada um tem uma finalidade diferente."
|
281 |
+
|
282 |
+
#: includes/admin.php:148
|
283 |
+
msgid ""
|
284 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
285 |
+
"url link' add-on as each one has a different purpose."
|
286 |
+
msgstr ""
|
287 |
+
"Este add-on não deve ser confundido com o add-on 'Tabby tab to url link' de "
|
288 |
+
"nome semelhante, pois cada um tem uma finalidade diferente."
|
289 |
+
|
290 |
+
#: includes/admin.php:167
|
291 |
+
msgid ""
|
292 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
293 |
+
"shown when the page is initially loaded."
|
294 |
+
msgstr ""
|
295 |
+
"Isso altera o comportamento padrão do acordeão para que nenhum conteúdo da "
|
296 |
+
"guia seja exibido quando a página for carregada inicialmente."
|
297 |
+
|
298 |
+
#: includes/admin.php:177
|
299 |
+
#| msgid ""
|
300 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
301 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
302 |
+
#| "reloaded/refreshed."
|
303 |
+
msgid ""
|
304 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
305 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
306 |
+
msgstr ""
|
307 |
+
"Isso permite que a guia atualmente ativa em um grupo de guias guias "
|
308 |
+
"responsivas de tabby permaneça a guia ativa (aberta) depois que a página for "
|
309 |
+
"recarregada/atualizada."
|
310 |
+
|
311 |
+
#: includes/admin.php:186
|
312 |
+
msgid ""
|
313 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
314 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
315 |
+
"exact requirements."
|
316 |
+
msgstr ""
|
317 |
+
"Este é um serviço personalizado para fornecer um plug-in complementar "
|
318 |
+
"personalizado para estender as guias responsivas do tabby ou carregar uma "
|
319 |
+
"folha de estilo de guias personalizadas criada para atender aos seus "
|
320 |
+
"requisitos exatos."
|
321 |
+
|
322 |
+
#: includes/admin.php:112
|
323 |
+
msgid "This is the content of the first tab."
|
324 |
+
msgstr "Este é o conteúdo da primeira guia."
|
325 |
+
|
326 |
+
#: includes/admin.php:117
|
327 |
+
msgid "This is the content of the second tab."
|
328 |
+
msgstr "Este é o conteúdo da segunda guia."
|
329 |
+
|
330 |
+
#: includes/admin.php:122
|
331 |
+
msgid "This is the content of the third tab."
|
332 |
+
msgstr "Este é o conteúdo da terceira aba."
|
333 |
+
|
334 |
+
#: includes/admin.php:147
|
335 |
+
msgid ""
|
336 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
337 |
+
"link does not cause the page to reload."
|
338 |
+
msgstr ""
|
339 |
+
"Este shortcode cria um link para uma guia na mesma página, onde a seleção do "
|
340 |
+
"link não faz com que a página seja recarregada."
|
341 |
+
|
342 |
+
#: includes/admin.php:89
|
343 |
+
msgid "To customise how your tabs display, either:"
|
344 |
+
msgstr "Para personalizar como suas guias são exibidas:"
|
345 |
+
|
346 |
+
#: includes/admin.php:92
|
347 |
+
#| msgid ""
|
348 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
349 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
350 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
351 |
+
msgid ""
|
352 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
353 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
354 |
+
"section of the WordPress customizer, and edit the css there."
|
355 |
+
msgstr ""
|
356 |
+
"Desmarque a opção acima, copie as regras css da folha de estilo "
|
357 |
+
"%1$stabby%2$s na folha de estilo do seu tema filho ou na seção CSS "
|
358 |
+
"personalizada do personalizador do WordPress e edite o css lá."
|
359 |
+
|
360 |
+
#: includes/admin.php:51
|
361 |
+
msgid "You do not have sufficient permissions to access this page."
|
362 |
+
msgstr "Você não tem permissões suficientes para acessar esta página."
|
languages/tabby-responsive-tabs-pt_PT.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-pt_PT.po
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 16:52+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Portuguese (Portugal)\n"
|
9 |
+
"Language: pt_PT\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Uma coleção de predefinições de um clique pode ser usada como um ponto de "
|
24 |
+
"partida fácil para uma personalização adicional."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Um plugin personalizado especificamente para o seu site"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Uma guia pode ser especificada dentro de um grupo de guias guias responsivas "
|
39 |
+
"de tabby para que ela abra um link para qualquer URL."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Todas as personalizações são feitas usando uma interface simples de apontar "
|
47 |
+
"e clicar sem a necessidade de editar nenhum código."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
msgid ""
|
51 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
52 |
+
"used to customise the tab design without any code editing."
|
53 |
+
msgstr ""
|
54 |
+
"Como alternativa, o complemento opcional 'Tabby responsive tabs customiser' "
|
55 |
+
"pode ser usado para personalizar o design da guia sem qualquer edição de "
|
56 |
+
"código."
|
57 |
+
|
58 |
+
#: includes/admin.php:166
|
59 |
+
#| msgid ""
|
60 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
61 |
+
#| "accordion closed on page load."
|
62 |
+
msgid ""
|
63 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
64 |
+
"closed on page load."
|
65 |
+
msgstr ""
|
66 |
+
"Um complemento para tabby responsive tabs que mantém todas as seções do "
|
67 |
+
"acordeão fechadas no carregamento da página."
|
68 |
+
|
69 |
+
#: includes/admin.php:176
|
70 |
+
#| msgid ""
|
71 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
72 |
+
#| "open after a reload."
|
73 |
+
msgid ""
|
74 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
75 |
+
"after a reload."
|
76 |
+
msgstr ""
|
77 |
+
"Um complemento para tabby responsive tabs para manter a guia ativa no "
|
78 |
+
"momento aberta após um recarregamento."
|
79 |
+
|
80 |
+
#: includes/admin.php:146
|
81 |
+
#| msgid ""
|
82 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
83 |
+
#| "shortcode."
|
84 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
85 |
+
msgstr ""
|
86 |
+
"Um complemento para tabby responsive tabs que adiciona um código de acesso "
|
87 |
+
"'[tabbylink]'."
|
88 |
+
|
89 |
+
#: includes/admin.php:136
|
90 |
+
#| msgid ""
|
91 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
92 |
+
#| "customise your tabs."
|
93 |
+
msgid ""
|
94 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
95 |
+
"your tabs."
|
96 |
+
msgstr ""
|
97 |
+
"Um complemento para tabby responsive tabs que permite personalizar "
|
98 |
+
"facilmente suas guias."
|
99 |
+
|
100 |
+
#: includes/admin.php:156
|
101 |
+
#| msgid ""
|
102 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
103 |
+
#| "link to any URL."
|
104 |
+
msgid ""
|
105 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
106 |
+
"any URL."
|
107 |
+
msgstr ""
|
108 |
+
"Um complemento para tabby responsive tabs que permite que uma guia atue como "
|
109 |
+
"um link para qualquer URL."
|
110 |
+
|
111 |
+
#: includes/admin.php:56
|
112 |
+
msgid "by %1$s"
|
113 |
+
msgstr "por %1$s"
|
114 |
+
|
115 |
+
#. Description of the plugin
|
116 |
+
msgid ""
|
117 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
118 |
+
"adding simple shortcodes."
|
119 |
+
msgstr ""
|
120 |
+
"Crie guias responsivas dentro de suas postagens, páginas ou tipos de "
|
121 |
+
"postagem personalizados adicionando códigos de acesso simples."
|
122 |
+
|
123 |
+
#. Author of the plugin
|
124 |
+
msgid "cubecolour"
|
125 |
+
msgstr "cubecolour"
|
126 |
+
|
127 |
+
#: tabby-responsive-tabs.php:99
|
128 |
+
msgid "Cubecolour on twitter"
|
129 |
+
msgstr "Cubecolour no twitter"
|
130 |
+
|
131 |
+
#: includes/admin.php:184
|
132 |
+
msgid "Custom styles or functionality"
|
133 |
+
msgstr "Estilos ou funcionalidades personalizadas"
|
134 |
+
|
135 |
+
#: includes/admin.php:62
|
136 |
+
msgid "Default stylesheet"
|
137 |
+
msgstr "Folha de estilo padrão"
|
138 |
+
|
139 |
+
#: tabby-responsive-tabs.php:97
|
140 |
+
msgid "Donate"
|
141 |
+
msgstr "Doar"
|
142 |
+
|
143 |
+
#. Author URI of the plugin
|
144 |
+
msgid "https://cubecolour.co.uk"
|
145 |
+
msgstr "https://cubecolour.co.uk"
|
146 |
+
|
147 |
+
#. Plugin URI of the plugin
|
148 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
149 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
150 |
+
|
151 |
+
#: includes/admin.php:96
|
152 |
+
msgid ""
|
153 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
154 |
+
"development time, please consider purchasing an add-on, or making a "
|
155 |
+
"contribution to %1$sthe developer.%2$s"
|
156 |
+
msgstr ""
|
157 |
+
"Se este plug-in lhe forneceu algum valor, ou economizou algum tempo de "
|
158 |
+
"desenvolvimento, considere comprar um complemento ou fazer uma contribuição "
|
159 |
+
"para %1$so desenvolvedor.%2$s"
|
160 |
+
|
161 |
+
#: includes/admin.php:63
|
162 |
+
#| msgid ""
|
163 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
164 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
165 |
+
#| "stylesheet."
|
166 |
+
msgid ""
|
167 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
168 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
169 |
+
msgstr ""
|
170 |
+
"Se você estiver usando um conjunto personalizado de estilos tabby em seu "
|
171 |
+
"tema filho ou em outro lugar, desmarque a caixa de seleção abaixo para "
|
172 |
+
"remover a folha de estilo tabby padrão."
|
173 |
+
|
174 |
+
#: includes/admin.php:106
|
175 |
+
msgid ""
|
176 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
177 |
+
"sure to delete any %1$s tags surrounding the content."
|
178 |
+
msgstr ""
|
179 |
+
"Se você copiar e colar os seguintes códigos de acesso em seu editor visual, "
|
180 |
+
"certifique-se de excluir todas as tags %1$s ao redor do conteúdo."
|
181 |
+
|
182 |
+
#: includes/admin.php:70
|
183 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
184 |
+
msgid "Include the default tabby stylesheet:"
|
185 |
+
msgstr "Inclua a folha de estilo padrão tabby:"
|
186 |
+
|
187 |
+
#: includes/admin.php:105
|
188 |
+
msgid ""
|
189 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
190 |
+
"content."
|
191 |
+
msgstr ""
|
192 |
+
"Recomenda-se deixar uma linha em branco entre cada shortcode e bloco de "
|
193 |
+
"conteúdo."
|
194 |
+
|
195 |
+
#: includes/admin.php:129
|
196 |
+
msgid ""
|
197 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
198 |
+
"%3$splugin page%4$s for more information."
|
199 |
+
msgstr ""
|
200 |
+
"Consulte o %1$sreadme file%2$s do plug-in ou a %3$splugin page%4$s do "
|
201 |
+
"WordPress.org para obter mais informações."
|
202 |
+
|
203 |
+
#: includes/admin.php:130
|
204 |
+
#| msgid ""
|
205 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
206 |
+
#| "forum%2$s."
|
207 |
+
msgid ""
|
208 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
209 |
+
msgstr ""
|
210 |
+
"Suporte de plug-in no WordPress.org: %1$sfórum de suporte de tabby "
|
211 |
+
"responsive tabs%2$s."
|
212 |
+
|
213 |
+
#: includes/admin.php:102
|
214 |
+
msgid "Plugin usage"
|
215 |
+
msgstr "Uso do plug-in"
|
216 |
+
|
217 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
218 |
+
#: includes/admin.php:171 includes/admin.php:180
|
219 |
+
msgid "Purchase add-on"
|
220 |
+
msgstr "Comprar complemento"
|
221 |
+
|
222 |
+
#: includes/admin.php:189
|
223 |
+
msgid "Request quote"
|
224 |
+
msgstr "Solicitar cotação"
|
225 |
+
|
226 |
+
#: tabby-responsive-tabs.php:98
|
227 |
+
msgid "Review"
|
228 |
+
msgstr "Análise"
|
229 |
+
|
230 |
+
#: tabby-responsive-tabs.php:100
|
231 |
+
msgid "Settings"
|
232 |
+
msgstr "Configurações"
|
233 |
+
|
234 |
+
#: tabby-responsive-tabs.php:96
|
235 |
+
msgid "Support"
|
236 |
+
msgstr "Apoiar"
|
237 |
+
|
238 |
+
#: includes/admin.php:74
|
239 |
+
msgid "Tab title element (default: H2)"
|
240 |
+
msgstr "Elemento de título da guia (padrão: H2)"
|
241 |
+
|
242 |
+
#. Plugin Name of the plugin
|
243 |
+
msgid "Tabby Responsive Tabs"
|
244 |
+
msgstr "Guias responsivas Tabby"
|
245 |
+
|
246 |
+
#: includes/admin.php:168
|
247 |
+
msgid "The tab display (desktop view) is unaffected."
|
248 |
+
msgstr "A exibição da guia (exibição da área de trabalho) não é afetada."
|
249 |
+
|
250 |
+
#: includes/admin.php:104
|
251 |
+
#| msgid ""
|
252 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
253 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
254 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
255 |
+
msgid ""
|
256 |
+
"The title parameter sets the text on the tab, the content is added between "
|
257 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
258 |
+
"and must be placed after the last tab's content."
|
259 |
+
msgstr ""
|
260 |
+
"O parâmetro title define o texto na guia, o conteúdo é adicionado entre os "
|
261 |
+
"códigos de acesso e o código de acesso [tabbyending] é usado uma vez por "
|
262 |
+
"grupo de guias e deve ser colocado após o conteúdo da última guia."
|
263 |
+
|
264 |
+
#: includes/admin.php:103
|
265 |
+
msgid ""
|
266 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
267 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
268 |
+
"editor."
|
269 |
+
msgstr ""
|
270 |
+
"Existem dois códigos de acesso que devem ser usados, %1$s e %2$s. Eles são "
|
271 |
+
"adicionados no editor visual ou de texto ou em um bloco de código de acesso "
|
272 |
+
"no editor de blocos."
|
273 |
+
|
274 |
+
#: includes/admin.php:158
|
275 |
+
msgid ""
|
276 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
277 |
+
"tab' add-on as each one has a different purpose."
|
278 |
+
msgstr ""
|
279 |
+
"Este add-on não deve ser confundido com o add-on 'Tabby link to tab', de "
|
280 |
+
"nome semelhante, pois cada um tem uma finalidade diferente."
|
281 |
+
|
282 |
+
#: includes/admin.php:148
|
283 |
+
msgid ""
|
284 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
285 |
+
"url link' add-on as each one has a different purpose."
|
286 |
+
msgstr ""
|
287 |
+
"Este add-on não deve ser confundido com o add-on 'Tabby tab to url link' de "
|
288 |
+
"nome semelhante, pois cada um tem uma finalidade diferente."
|
289 |
+
|
290 |
+
#: includes/admin.php:167
|
291 |
+
msgid ""
|
292 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
293 |
+
"shown when the page is initially loaded."
|
294 |
+
msgstr ""
|
295 |
+
"Isso altera o comportamento padrão do acordeão para que nenhum conteúdo da "
|
296 |
+
"guia seja exibido quando a página for carregada inicialmente."
|
297 |
+
|
298 |
+
#: includes/admin.php:177
|
299 |
+
#| msgid ""
|
300 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
301 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
302 |
+
#| "reloaded/refreshed."
|
303 |
+
msgid ""
|
304 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
305 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
306 |
+
msgstr ""
|
307 |
+
"Isso permite que a guia atualmente ativa em um grupo de guias tabby "
|
308 |
+
"responsive tabs permaneça a guia ativa (aberta) depois que a página for "
|
309 |
+
"recarregada/atualizada."
|
310 |
+
|
311 |
+
#: includes/admin.php:186
|
312 |
+
msgid ""
|
313 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
314 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
315 |
+
"exact requirements."
|
316 |
+
msgstr ""
|
317 |
+
"Este é um serviço personalizado para fornecer um plug-in complementar "
|
318 |
+
"personalizado para estender as guias responsivas do tabby ou carregar uma "
|
319 |
+
"folha de estilo de guias personalizadas criada para atender aos seus "
|
320 |
+
"requisitos exatos."
|
321 |
+
|
322 |
+
#: includes/admin.php:112
|
323 |
+
msgid "This is the content of the first tab."
|
324 |
+
msgstr "Este é o conteúdo da primeira guia."
|
325 |
+
|
326 |
+
#: includes/admin.php:117
|
327 |
+
msgid "This is the content of the second tab."
|
328 |
+
msgstr "Este é o conteúdo da segunda guia."
|
329 |
+
|
330 |
+
#: includes/admin.php:122
|
331 |
+
msgid "This is the content of the third tab."
|
332 |
+
msgstr "Este é o conteúdo da terceira aba."
|
333 |
+
|
334 |
+
#: includes/admin.php:147
|
335 |
+
msgid ""
|
336 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
337 |
+
"link does not cause the page to reload."
|
338 |
+
msgstr ""
|
339 |
+
"Este shortcode cria um link para uma guia na mesma página, onde a seleção do "
|
340 |
+
"link não faz com que a página seja recarregada."
|
341 |
+
|
342 |
+
#: includes/admin.php:89
|
343 |
+
msgid "To customise how your tabs display, either:"
|
344 |
+
msgstr "Para personalizar como suas guias são exibidas:"
|
345 |
+
|
346 |
+
#: includes/admin.php:92
|
347 |
+
#| msgid ""
|
348 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
349 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
350 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
351 |
+
msgid ""
|
352 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
353 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
354 |
+
"section of the WordPress customizer, and edit the css there."
|
355 |
+
msgstr ""
|
356 |
+
"Desmarque a opção acima, copie as regras css da folha de estilo "
|
357 |
+
"%1$stabby%2$s na folha de estilo do seu tema filho ou na seção CSS "
|
358 |
+
"personalizada do personalizador do WordPress e edite o css lá."
|
359 |
+
|
360 |
+
#: includes/admin.php:51
|
361 |
+
msgid "You do not have sufficient permissions to access this page."
|
362 |
+
msgstr "Você não tem permissões suficientes para acessar esta página."
|
languages/tabby-responsive-tabs-tr_TR.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-tr_TR.po
ADDED
@@ -0,0 +1,361 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:08+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Turkish\n"
|
9 |
+
"Language: tr_TR\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
16 |
+
"X-Domain: tabby-responsive-tabs"
|
17 |
+
|
18 |
+
#: includes/admin.php:138
|
19 |
+
msgid ""
|
20 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
21 |
+
"further customisation."
|
22 |
+
msgstr ""
|
23 |
+
"Tek tıkla ön ayar koleksiyonu, daha fazla özelleştirme için kolay bir "
|
24 |
+
"başlangıç noktası olarak kullanılabilir."
|
25 |
+
|
26 |
+
#: includes/admin.php:185
|
27 |
+
msgid "A custom plugin specifically for your site"
|
28 |
+
msgstr "Siteniz için özel bir eklenti"
|
29 |
+
|
30 |
+
#: includes/admin.php:157
|
31 |
+
#| msgid ""
|
32 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
33 |
+
#| "it opens a link to any URL."
|
34 |
+
msgid ""
|
35 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
36 |
+
"opens a link to any URL."
|
37 |
+
msgstr ""
|
38 |
+
"Bir sekme, herhangi bir URL'ye bir bağlantı açacak şekilde bir tabby "
|
39 |
+
"responsive tabs' sekme grubu içinde belirtilebilir."
|
40 |
+
|
41 |
+
#: includes/admin.php:137
|
42 |
+
msgid ""
|
43 |
+
"All customisations are made using a simple point & click interface without "
|
44 |
+
"the need to edit any code."
|
45 |
+
msgstr ""
|
46 |
+
"Tüm özelleştirmeler, herhangi bir kodu düzenlemeye gerek kalmadan basit bir "
|
47 |
+
"işaretle ve tıkla arayüzü kullanılarak yapılır."
|
48 |
+
|
49 |
+
#: includes/admin.php:93
|
50 |
+
msgid ""
|
51 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
52 |
+
"used to customise the tab design without any code editing."
|
53 |
+
msgstr ""
|
54 |
+
"Alternatif olarak, sekme tasarımını herhangi bir kod düzenlemesi olmadan "
|
55 |
+
"özelleştirmek için isteğe bağlı 'Tabby responsive tabs customiser' eklentisi "
|
56 |
+
"kullanılabilir."
|
57 |
+
|
58 |
+
#: includes/admin.php:166
|
59 |
+
#| msgid ""
|
60 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
61 |
+
#| "accordion closed on page load."
|
62 |
+
msgid ""
|
63 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
64 |
+
"closed on page load."
|
65 |
+
msgstr ""
|
66 |
+
"Sayfa yüklendiğinde akordeonun tüm bölümlerini kapalı tutan tabby responsive "
|
67 |
+
"tabs için bir eklenti."
|
68 |
+
|
69 |
+
#: includes/admin.php:176
|
70 |
+
#| msgid ""
|
71 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
72 |
+
#| "open after a reload."
|
73 |
+
msgid ""
|
74 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
75 |
+
"after a reload."
|
76 |
+
msgstr ""
|
77 |
+
"Yeniden yüklemeden sonra o anda etkin olan sekmeyi açık tutmak için tabby "
|
78 |
+
"responsive tabs için bir eklenti."
|
79 |
+
|
80 |
+
#: includes/admin.php:146
|
81 |
+
#| msgid ""
|
82 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
83 |
+
#| "shortcode."
|
84 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
85 |
+
msgstr ""
|
86 |
+
"Bir [tabbylink] kısa kodu ekleyen tabby responsive tabs için bir eklenti."
|
87 |
+
|
88 |
+
#: includes/admin.php:136
|
89 |
+
#| msgid ""
|
90 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
91 |
+
#| "customise your tabs."
|
92 |
+
msgid ""
|
93 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
94 |
+
"your tabs."
|
95 |
+
msgstr ""
|
96 |
+
"Sekmelerinizi kolayca özelleştirmenizi sağlayan tabby responsive tabs için "
|
97 |
+
"bir eklenti."
|
98 |
+
|
99 |
+
#: includes/admin.php:156
|
100 |
+
#| msgid ""
|
101 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
102 |
+
#| "link to any URL."
|
103 |
+
msgid ""
|
104 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
105 |
+
"any URL."
|
106 |
+
msgstr ""
|
107 |
+
"Bir sekmenin herhangi bir URL'ye bağlantı görevi görmesini sağlayan tabby "
|
108 |
+
"responsive tabs için bir eklenti."
|
109 |
+
|
110 |
+
#: includes/admin.php:56
|
111 |
+
msgid "by %1$s"
|
112 |
+
msgstr "%1$s tarafından"
|
113 |
+
|
114 |
+
#. Description of the plugin
|
115 |
+
msgid ""
|
116 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
117 |
+
"adding simple shortcodes."
|
118 |
+
msgstr ""
|
119 |
+
"Basit kısa kodlar ekleyerek gönderilerinizin, sayfalarınızın veya özel "
|
120 |
+
"gönderi türlerinizin içinde duyarlı sekmeler oluşturun."
|
121 |
+
|
122 |
+
#. Author of the plugin
|
123 |
+
msgid "cubecolour"
|
124 |
+
msgstr "cubecolour"
|
125 |
+
|
126 |
+
#: tabby-responsive-tabs.php:99
|
127 |
+
msgid "Cubecolour on twitter"
|
128 |
+
msgstr "Twitter'da Cubecolour"
|
129 |
+
|
130 |
+
#: includes/admin.php:184
|
131 |
+
msgid "Custom styles or functionality"
|
132 |
+
msgstr "Özel stiller veya işlevsellik"
|
133 |
+
|
134 |
+
#: includes/admin.php:62
|
135 |
+
msgid "Default stylesheet"
|
136 |
+
msgstr "Varsayılan stil sayfası"
|
137 |
+
|
138 |
+
#: tabby-responsive-tabs.php:97
|
139 |
+
msgid "Donate"
|
140 |
+
msgstr "Bağış yapmak"
|
141 |
+
|
142 |
+
#. Author URI of the plugin
|
143 |
+
msgid "https://cubecolour.co.uk"
|
144 |
+
msgstr "https://cubecolor.co.uk"
|
145 |
+
|
146 |
+
#. Plugin URI of the plugin
|
147 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
148 |
+
msgstr "https://cubecolor.co.uk/tabby-responsive-tabs"
|
149 |
+
|
150 |
+
#: includes/admin.php:96
|
151 |
+
msgid ""
|
152 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
153 |
+
"development time, please consider purchasing an add-on, or making a "
|
154 |
+
"contribution to %1$sthe developer.%2$s"
|
155 |
+
msgstr ""
|
156 |
+
"Bu eklenti size bir değer kattıysa veya size biraz değer kattıysa veya "
|
157 |
+
"geliştirme süresinden tasarruf etmenizi sağladıysa, lütfen bir eklenti satın "
|
158 |
+
"almayı veya geliştiriciye %1$s katkıda bulunmayı düşünün.%2$s"
|
159 |
+
|
160 |
+
#: includes/admin.php:63
|
161 |
+
#| msgid ""
|
162 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
163 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
164 |
+
#| "stylesheet."
|
165 |
+
msgid ""
|
166 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
167 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
168 |
+
msgstr ""
|
169 |
+
"Alt temanızda veya başka bir yerde özel bir 'tabby' stil seti "
|
170 |
+
"kullanıyorsanız, varsayılan tabby stil sayfasını kaldırmak için aşağıdaki "
|
171 |
+
"onay kutusunun işaretini kaldırın."
|
172 |
+
|
173 |
+
#: includes/admin.php:106
|
174 |
+
msgid ""
|
175 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
176 |
+
"sure to delete any %1$s tags surrounding the content."
|
177 |
+
msgstr ""
|
178 |
+
"Aşağıdaki kısa kodları görsel düzenleyicinize kopyalayıp yapıştırırsanız, "
|
179 |
+
"içeriği çevreleyen %1$s etiketlerini sildiğinizden emin olun."
|
180 |
+
|
181 |
+
#: includes/admin.php:70
|
182 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
183 |
+
msgid "Include the default tabby stylesheet:"
|
184 |
+
msgstr "Varsayılan tabby stil sayfasını dahil edin:"
|
185 |
+
|
186 |
+
#: includes/admin.php:105
|
187 |
+
msgid ""
|
188 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
189 |
+
"content."
|
190 |
+
msgstr ""
|
191 |
+
"Her kısa kod ve içerik bloğu arasında boş bir satır bırakılması önerilir."
|
192 |
+
|
193 |
+
#: includes/admin.php:129
|
194 |
+
msgid ""
|
195 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
196 |
+
"%3$splugin page%4$s for more information."
|
197 |
+
msgstr ""
|
198 |
+
"Daha fazla bilgi için lütfen eklentinin %1$sreadme dosyasına%2$s veya "
|
199 |
+
"WordPress.org %3$splugin sayfasına%4$s bakın."
|
200 |
+
|
201 |
+
#: includes/admin.php:130
|
202 |
+
#| msgid ""
|
203 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
204 |
+
#| "forum%2$s."
|
205 |
+
msgid ""
|
206 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
207 |
+
msgstr ""
|
208 |
+
"WordPress.org'da eklenti desteği: %1$stabby responsive tabs destek "
|
209 |
+
"forumu%2$s."
|
210 |
+
|
211 |
+
#: includes/admin.php:102
|
212 |
+
msgid "Plugin usage"
|
213 |
+
msgstr "Eklenti kullanımı"
|
214 |
+
|
215 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
216 |
+
#: includes/admin.php:171 includes/admin.php:180
|
217 |
+
msgid "Purchase add-on"
|
218 |
+
msgstr "Eklenti satın al"
|
219 |
+
|
220 |
+
#: includes/admin.php:189
|
221 |
+
msgid "Request quote"
|
222 |
+
msgstr "Teklif iste"
|
223 |
+
|
224 |
+
#: tabby-responsive-tabs.php:98
|
225 |
+
msgid "Review"
|
226 |
+
msgstr "Gözden geçirmek"
|
227 |
+
|
228 |
+
#: tabby-responsive-tabs.php:100
|
229 |
+
msgid "Settings"
|
230 |
+
msgstr "Ayarlar"
|
231 |
+
|
232 |
+
#: tabby-responsive-tabs.php:96
|
233 |
+
msgid "Support"
|
234 |
+
msgstr "Destek"
|
235 |
+
|
236 |
+
#: includes/admin.php:74
|
237 |
+
msgid "Tab title element (default: H2)"
|
238 |
+
msgstr "Sekme başlığı öğesi (varsayılan: H2)"
|
239 |
+
|
240 |
+
#. Plugin Name of the plugin
|
241 |
+
msgid "Tabby Responsive Tabs"
|
242 |
+
msgstr "Tekir Duyarlı Sekmeler"
|
243 |
+
|
244 |
+
#: includes/admin.php:168
|
245 |
+
msgid "The tab display (desktop view) is unaffected."
|
246 |
+
msgstr "Sekme ekranı (masaüstü görünümü) etkilenmez."
|
247 |
+
|
248 |
+
#: includes/admin.php:104
|
249 |
+
#| msgid ""
|
250 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
251 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
252 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
253 |
+
msgid ""
|
254 |
+
"The title parameter sets the text on the tab, the content is added between "
|
255 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
256 |
+
"and must be placed after the last tab's content."
|
257 |
+
msgstr ""
|
258 |
+
"Title parametresi sekmedeki metni ayarlar, içerik kısa kodlar arasına "
|
259 |
+
"eklenir ve [tabbyending] kısa kodu her sekme grubu için bir kez kullanılır "
|
260 |
+
"ve son sekmenin içeriğinden sonra yerleştirilmelidir."
|
261 |
+
|
262 |
+
#: includes/admin.php:103
|
263 |
+
msgid ""
|
264 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
265 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
266 |
+
"editor."
|
267 |
+
msgstr ""
|
268 |
+
"Her ikisinin de kullanılması gereken iki kısa kod vardır, %1$s ve %2$s. "
|
269 |
+
"Bunlar görsel veya metin düzenleyicide veya blok düzenleyicide bir kısa kod "
|
270 |
+
"bloğunda eklenir."
|
271 |
+
|
272 |
+
#: includes/admin.php:158
|
273 |
+
msgid ""
|
274 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
275 |
+
"tab' add-on as each one has a different purpose."
|
276 |
+
msgstr ""
|
277 |
+
"Bu eklenti, her birinin farklı bir amacı olduğundan, benzer şekilde "
|
278 |
+
"adlandırılan 'Sekmeye sekme bağlantısı' eklentisiyle karıştırılmamalıdır."
|
279 |
+
|
280 |
+
#: includes/admin.php:148
|
281 |
+
msgid ""
|
282 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
283 |
+
"url link' add-on as each one has a different purpose."
|
284 |
+
msgstr ""
|
285 |
+
"Bu eklenti, her birinin farklı bir amacı olduğundan, benzer şekilde "
|
286 |
+
"adlandırılan 'URl bağlantısına sekme sekmesi' eklentisiyle "
|
287 |
+
"karıştırılmamalıdır."
|
288 |
+
|
289 |
+
#: includes/admin.php:167
|
290 |
+
msgid ""
|
291 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
292 |
+
"shown when the page is initially loaded."
|
293 |
+
msgstr ""
|
294 |
+
"Bu, akordeon için varsayılan davranışı değiştirir, böylece sayfa ilk "
|
295 |
+
"yüklendiğinde hiçbir sekme içeriği gösterilmez."
|
296 |
+
|
297 |
+
#: includes/admin.php:177
|
298 |
+
#| msgid ""
|
299 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
300 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
301 |
+
#| "reloaded/refreshed."
|
302 |
+
msgid ""
|
303 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
304 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
305 |
+
msgstr ""
|
306 |
+
"Bu, tabby responsive tabs sekme grubundaki o anda etkin olan sekmenin, sayfa "
|
307 |
+
"yeniden yüklendikten/yenilendikten sonra etkin (açık) sekme olarak kalmasını "
|
308 |
+
"sağlar."
|
309 |
+
|
310 |
+
#: includes/admin.php:186
|
311 |
+
msgid ""
|
312 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
313 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
314 |
+
"exact requirements."
|
315 |
+
msgstr ""
|
316 |
+
"Bu, sekmeli duyarlı sekmeleri genişletmek veya tam gereksinimlerinizi "
|
317 |
+
"karşılamak için oluşturulmuş özel bir sekme stil sayfası yüklemek için özel "
|
318 |
+
"yapım bir eklenti eklentisi sağlamak için özel olarak hazırlanmış bir "
|
319 |
+
"hizmettir."
|
320 |
+
|
321 |
+
#: includes/admin.php:112
|
322 |
+
msgid "This is the content of the first tab."
|
323 |
+
msgstr "Bu, ilk sekmenin içeriğidir."
|
324 |
+
|
325 |
+
#: includes/admin.php:117
|
326 |
+
msgid "This is the content of the second tab."
|
327 |
+
msgstr "Bu, ikinci sekmenin içeriğidir."
|
328 |
+
|
329 |
+
#: includes/admin.php:122
|
330 |
+
msgid "This is the content of the third tab."
|
331 |
+
msgstr "Bu, üçüncü sekmenin içeriğidir."
|
332 |
+
|
333 |
+
#: includes/admin.php:147
|
334 |
+
msgid ""
|
335 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
336 |
+
"link does not cause the page to reload."
|
337 |
+
msgstr ""
|
338 |
+
"Bu kısa kod, aynı sayfadaki bir sekmeye bağlantı oluşturur, burada bağlantı "
|
339 |
+
"seçilmesi sayfanın yeniden yüklenmesine neden olmaz."
|
340 |
+
|
341 |
+
#: includes/admin.php:89
|
342 |
+
msgid "To customise how your tabs display, either:"
|
343 |
+
msgstr "Sekmelerinizin nasıl görüntüleneceğini özelleştirmek için:"
|
344 |
+
|
345 |
+
#: includes/admin.php:92
|
346 |
+
#| msgid ""
|
347 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
348 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
349 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
350 |
+
msgid ""
|
351 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
352 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
353 |
+
"section of the WordPress customizer, and edit the css there."
|
354 |
+
msgstr ""
|
355 |
+
"Yukarıdaki seçeneğin işaretini kaldırın, %1$stabby stil sayfasından%2$s css "
|
356 |
+
"kurallarını alt temanızın stil sayfasına veya WordPress özelleştiricinin "
|
357 |
+
"özel css bölümüne kopyalayın ve css'yi orada düzenleyin."
|
358 |
+
|
359 |
+
#: includes/admin.php:51
|
360 |
+
msgid "You do not have sufficient permissions to access this page."
|
361 |
+
msgstr "Bu sayfaya erişmek için yeterli izniniz yok."
|
languages/tabby-responsive-tabs-uk.mo
ADDED
Binary file
|
languages/tabby-responsive-tabs-uk.po
ADDED
@@ -0,0 +1,358 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Tabby Responsive Tabs\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-03-14 12:15+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-03-15 17:08+0000\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Ukrainian\n"
|
9 |
+
"Language: uk\n"
|
10 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
|
11 |
+
"n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Loco https://localise.biz/\n"
|
16 |
+
"X-Loco-Version: 2.6.0; wp-5.9.2\n"
|
17 |
+
"X-Domain: tabby-responsive-tabs"
|
18 |
+
|
19 |
+
#: includes/admin.php:138
|
20 |
+
msgid ""
|
21 |
+
"A collection of one-click presets can be used as an easy starting point for "
|
22 |
+
"further customisation."
|
23 |
+
msgstr ""
|
24 |
+
"Колекція пресетів одним клацанням миші може бути використана як легка "
|
25 |
+
"відправна точка для подальшої настройки."
|
26 |
+
|
27 |
+
#: includes/admin.php:185
|
28 |
+
msgid "A custom plugin specifically for your site"
|
29 |
+
msgstr "Спеціальний плагін спеціально для вашого сайту"
|
30 |
+
|
31 |
+
#: includes/admin.php:157
|
32 |
+
#| msgid ""
|
33 |
+
#| "A tab can be specified within a 'tabby responsive tabs' tabgroup so that "
|
34 |
+
#| "it opens a link to any URL."
|
35 |
+
msgid ""
|
36 |
+
"A tab can be specified within a tabby responsive tabs tabgroup so that it "
|
37 |
+
"opens a link to any URL."
|
38 |
+
msgstr ""
|
39 |
+
"Вкладку можна вказати в групі вкладок tabby responsive tabs, щоб вона "
|
40 |
+
"відкривала посилання на будь-яку URL-адресу."
|
41 |
+
|
42 |
+
#: includes/admin.php:137
|
43 |
+
msgid ""
|
44 |
+
"All customisations are made using a simple point & click interface without "
|
45 |
+
"the need to edit any code."
|
46 |
+
msgstr ""
|
47 |
+
"Усі налаштування виконуються за допомогою простого інтерфейсу «наведи і "
|
48 |
+
"клацни» без необхідності редагувати будь-який код."
|
49 |
+
|
50 |
+
#: includes/admin.php:93
|
51 |
+
msgid ""
|
52 |
+
"Alternatively the optional 'Tabby responsive tabs customiser' add-on can be "
|
53 |
+
"used to customise the tab design without any code editing."
|
54 |
+
msgstr ""
|
55 |
+
"Крім того, додаткове доповнення \"Tabby responsive tabs customiser\", можна "
|
56 |
+
"використовувати для налаштування дизайну вкладки без будь-якого редагування "
|
57 |
+
"коду."
|
58 |
+
|
59 |
+
#: includes/admin.php:166
|
60 |
+
#| msgid ""
|
61 |
+
#| "An add-on for 'tabby responsive tabs' that keeps all sections of the "
|
62 |
+
#| "accordion closed on page load."
|
63 |
+
msgid ""
|
64 |
+
"An add-on for tabby responsive tabs that keeps all sections of the accordion "
|
65 |
+
"closed on page load."
|
66 |
+
msgstr ""
|
67 |
+
"Доповнення для tabby responsive tabs, яке тримає всі розділи акордеона "
|
68 |
+
"закритими під час завантаження сторінки."
|
69 |
+
|
70 |
+
#: includes/admin.php:176
|
71 |
+
#| msgid ""
|
72 |
+
#| "An add-on for 'tabby responsive tabs' to keep the currently active tab "
|
73 |
+
#| "open after a reload."
|
74 |
+
msgid ""
|
75 |
+
"An add-on for tabby responsive tabs to keep the currently active tab open "
|
76 |
+
"after a reload."
|
77 |
+
msgstr ""
|
78 |
+
"Доповнення для tabby responsive tabs, щоб залишати активну вкладку відкритою "
|
79 |
+
"після перезавантаження."
|
80 |
+
|
81 |
+
#: includes/admin.php:146
|
82 |
+
#| msgid ""
|
83 |
+
#| "An add-on for 'tabby responsive tabs' which adds a '[tabbylink]' "
|
84 |
+
#| "shortcode."
|
85 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
86 |
+
msgstr "Доповнення для tabby responsive tabs, яке додає шорткод [tabbylink]."
|
87 |
+
|
88 |
+
#: includes/admin.php:136
|
89 |
+
#| msgid ""
|
90 |
+
#| "An add-on for 'tabby responsive tabs' which allows you to easily "
|
91 |
+
#| "customise your tabs."
|
92 |
+
msgid ""
|
93 |
+
"An add-on for tabby responsive tabs which allows you to easily customise "
|
94 |
+
"your tabs."
|
95 |
+
msgstr ""
|
96 |
+
"Доповнення для tabby responsive tabs, яке дозволяє легко налаштовувати свої "
|
97 |
+
"вкладки."
|
98 |
+
|
99 |
+
#: includes/admin.php:156
|
100 |
+
#| msgid ""
|
101 |
+
#| "An add-on for 'tabby responsive tabs' which enables a tab to act as a "
|
102 |
+
#| "link to any URL."
|
103 |
+
msgid ""
|
104 |
+
"An add-on for tabby responsive tabs which enables a tab to act as a link to "
|
105 |
+
"any URL."
|
106 |
+
msgstr ""
|
107 |
+
"Доповнення для tabby responsive tabs, яке дозволяє вкладці діяти як "
|
108 |
+
"посилання на будь-яку URL-адресу."
|
109 |
+
|
110 |
+
#: includes/admin.php:56
|
111 |
+
msgid "by %1$s"
|
112 |
+
msgstr "від %1$s"
|
113 |
+
|
114 |
+
#. Description of the plugin
|
115 |
+
msgid ""
|
116 |
+
"Create responsive tabs inside your posts, pages or custom post types by "
|
117 |
+
"adding simple shortcodes."
|
118 |
+
msgstr ""
|
119 |
+
"Створюйте адаптивні вкладки у своїх публікаціях, сторінках або "
|
120 |
+
"користувацьких типах публікацій, додаючи прості шорткоди."
|
121 |
+
|
122 |
+
#. Author of the plugin
|
123 |
+
msgid "cubecolour"
|
124 |
+
msgstr "cubecolour"
|
125 |
+
|
126 |
+
#: tabby-responsive-tabs.php:99
|
127 |
+
msgid "Cubecolour on twitter"
|
128 |
+
msgstr "Cubecolour у Twitter"
|
129 |
+
|
130 |
+
#: includes/admin.php:184
|
131 |
+
msgid "Custom styles or functionality"
|
132 |
+
msgstr "Спеціальні стилі або функціональність"
|
133 |
+
|
134 |
+
#: includes/admin.php:62
|
135 |
+
msgid "Default stylesheet"
|
136 |
+
msgstr "Таблиця стилів за замовчуванням"
|
137 |
+
|
138 |
+
#: tabby-responsive-tabs.php:97
|
139 |
+
msgid "Donate"
|
140 |
+
msgstr "Пожертвуйте"
|
141 |
+
|
142 |
+
#. Author URI of the plugin
|
143 |
+
msgid "https://cubecolour.co.uk"
|
144 |
+
msgstr "https://cubecolour.co.uk"
|
145 |
+
|
146 |
+
#. Plugin URI of the plugin
|
147 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
148 |
+
msgstr "https://cubecolour.co.uk/tabby-responsive-tabs"
|
149 |
+
|
150 |
+
#: includes/admin.php:96
|
151 |
+
msgid ""
|
152 |
+
"If this plugin or has provided you with some value, or it has saved you some "
|
153 |
+
"development time, please consider purchasing an add-on, or making a "
|
154 |
+
"contribution to %1$sthe developer.%2$s"
|
155 |
+
msgstr ""
|
156 |
+
"Якщо цей плагін приніс вам певну цінність, або він заощадив вам час на "
|
157 |
+
"розробку, подумайте про придбання надбудови або внесіть свій внесок у "
|
158 |
+
"%1$sрозробника.%2$s"
|
159 |
+
|
160 |
+
#: includes/admin.php:63
|
161 |
+
#| msgid ""
|
162 |
+
#| "If you are using a custom set of 'tabby' styles in your child theme or "
|
163 |
+
#| "elsewhere, uncheck the checkbox below to remove the default 'tabby' "
|
164 |
+
#| "stylesheet."
|
165 |
+
msgid ""
|
166 |
+
"If you are using a custom set of tabby styles in your child theme or "
|
167 |
+
"elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
168 |
+
msgstr ""
|
169 |
+
"Якщо ви використовуєте спеціальний набір стилів tabby у своїй дочірній темі "
|
170 |
+
"чи в іншому місці, зніміть прапорець нижче, щоб видалити таблицю стилів "
|
171 |
+
"«tabby» за замовчуванням."
|
172 |
+
|
173 |
+
#: includes/admin.php:106
|
174 |
+
msgid ""
|
175 |
+
"If you copy & paste the following shortcodes into your visual editor, be "
|
176 |
+
"sure to delete any %1$s tags surrounding the content."
|
177 |
+
msgstr ""
|
178 |
+
"Якщо ви скопіюєте та вставите наведені нижче шорткоди у свій візуальний "
|
179 |
+
"редактор, обов’язково видаліть усі теги %1$s, що оточують вміст."
|
180 |
+
|
181 |
+
#: includes/admin.php:70
|
182 |
+
#| msgid "Include the default 'tabby' stylesheet:"
|
183 |
+
msgid "Include the default tabby stylesheet:"
|
184 |
+
msgstr "Включіть таблицю стилів tabby за замовчуванням:"
|
185 |
+
|
186 |
+
#: includes/admin.php:105
|
187 |
+
msgid ""
|
188 |
+
"It is recommended to leave a blank line between each shortcode and block of "
|
189 |
+
"content."
|
190 |
+
msgstr ""
|
191 |
+
"Рекомендується залишати порожній рядок між кожним шорткодом і блоком вмісту."
|
192 |
+
|
193 |
+
#: includes/admin.php:129
|
194 |
+
msgid ""
|
195 |
+
"Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org "
|
196 |
+
"%3$splugin page%4$s for more information."
|
197 |
+
msgstr ""
|
198 |
+
"Будь ласка, перегляньте файл %1$sreadme%2$s плагіна або сторінку "
|
199 |
+
"%3$splugin%4$s WordPress.org для отримання додаткової інформації."
|
200 |
+
|
201 |
+
#: includes/admin.php:130
|
202 |
+
#| msgid ""
|
203 |
+
#| "Plugin support on WordPress.org: %1$s'tabby responsive tabs' support "
|
204 |
+
#| "forum%2$s."
|
205 |
+
msgid ""
|
206 |
+
"Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
207 |
+
msgstr ""
|
208 |
+
"Підтримка плагінів на WordPress.org: форум підтримки %1$stabby responsive "
|
209 |
+
"tabs%2$s."
|
210 |
+
|
211 |
+
#: includes/admin.php:102
|
212 |
+
msgid "Plugin usage"
|
213 |
+
msgstr "Використання плагіна"
|
214 |
+
|
215 |
+
#: includes/admin.php:141 includes/admin.php:151 includes/admin.php:161
|
216 |
+
#: includes/admin.php:171 includes/admin.php:180
|
217 |
+
msgid "Purchase add-on"
|
218 |
+
msgstr "Придбати доповнення"
|
219 |
+
|
220 |
+
#: includes/admin.php:189
|
221 |
+
msgid "Request quote"
|
222 |
+
msgstr "Запит пропозицій"
|
223 |
+
|
224 |
+
#: tabby-responsive-tabs.php:98
|
225 |
+
msgid "Review"
|
226 |
+
msgstr "Огляд"
|
227 |
+
|
228 |
+
#: tabby-responsive-tabs.php:100
|
229 |
+
msgid "Settings"
|
230 |
+
msgstr "Налаштування"
|
231 |
+
|
232 |
+
#: tabby-responsive-tabs.php:96
|
233 |
+
msgid "Support"
|
234 |
+
msgstr "Підтримка"
|
235 |
+
|
236 |
+
#: includes/admin.php:74
|
237 |
+
msgid "Tab title element (default: H2)"
|
238 |
+
msgstr "Елемент заголовка вкладки (за замовчуванням: H2)"
|
239 |
+
|
240 |
+
#. Plugin Name of the plugin
|
241 |
+
msgid "Tabby Responsive Tabs"
|
242 |
+
msgstr "Tabby Responsive Tabs"
|
243 |
+
|
244 |
+
#: includes/admin.php:168
|
245 |
+
msgid "The tab display (desktop view) is unaffected."
|
246 |
+
msgstr "Відображення вкладок (вигляд на робочому столі) не впливає."
|
247 |
+
|
248 |
+
#: includes/admin.php:104
|
249 |
+
#| msgid ""
|
250 |
+
#| "The title parameter sets the text on the tab, the content is added "
|
251 |
+
#| "between the shortcodes, and the '[tabbyending]' shortcode is used once "
|
252 |
+
#| "per tabgroup and must be placed after the last tab's content."
|
253 |
+
msgid ""
|
254 |
+
"The title parameter sets the text on the tab, the content is added between "
|
255 |
+
"the shortcodes, and the [tabbyending] shortcode is used once per tabgroup "
|
256 |
+
"and must be placed after the last tab's content."
|
257 |
+
msgstr ""
|
258 |
+
"Параметр title встановлює текст на вкладці, вміст додається між шорткодами, "
|
259 |
+
"а шорткод [tabbyending] використовується один раз для групи вкладок і "
|
260 |
+
"повинен бути розміщений після вмісту останньої вкладки."
|
261 |
+
|
262 |
+
#: includes/admin.php:103
|
263 |
+
msgid ""
|
264 |
+
"There are two shortcodes which should both be used, %1$s and %2$s. These are "
|
265 |
+
"added in the visual or text editor, or within a shortcode block in the block "
|
266 |
+
"editor."
|
267 |
+
msgstr ""
|
268 |
+
"Є два шорткоди, які слід використовувати, %1$s і %2$s. Вони додаються у "
|
269 |
+
"візуальному чи текстовому редакторі або в блок шорткоду в редакторі блоків."
|
270 |
+
|
271 |
+
#: includes/admin.php:158
|
272 |
+
msgid ""
|
273 |
+
"This add-on should not be confused with the similarly named 'Tabby link to "
|
274 |
+
"tab' add-on as each one has a different purpose."
|
275 |
+
msgstr ""
|
276 |
+
"Це доповнення не слід плутати з доповненням «Tabby link to tab» з "
|
277 |
+
"аналогічною назвою, оскільки кожне з них має різне призначення."
|
278 |
+
|
279 |
+
#: includes/admin.php:148
|
280 |
+
msgid ""
|
281 |
+
"This add-on should not be confused with the similarly named 'Tabby tab to "
|
282 |
+
"url link' add-on as each one has a different purpose."
|
283 |
+
msgstr ""
|
284 |
+
"Це надбудова не слід плутати з доповненням з такою ж назвою \"Tabby tab to "
|
285 |
+
"url link\", оскільки кожне з них має різне призначення."
|
286 |
+
|
287 |
+
#: includes/admin.php:167
|
288 |
+
msgid ""
|
289 |
+
"This changes the default behaviour for the accordion so no tab content is "
|
290 |
+
"shown when the page is initially loaded."
|
291 |
+
msgstr ""
|
292 |
+
"Це змінює поведінку за замовчуванням для акордеона, тому вміст вкладки не "
|
293 |
+
"відображається під час початкового завантаження сторінки."
|
294 |
+
|
295 |
+
#: includes/admin.php:177
|
296 |
+
#| msgid ""
|
297 |
+
#| "This enables the currently active tab in a 'tabby responsive tabs' "
|
298 |
+
#| "tabgroup to remain the active (open) tab after the page has been "
|
299 |
+
#| "reloaded/refreshed."
|
300 |
+
msgid ""
|
301 |
+
"This enables the currently active tab in a tabby responsive tabs tabgroup to "
|
302 |
+
"remain the active (open) tab after the page has been reloaded/refreshed."
|
303 |
+
msgstr ""
|
304 |
+
"Це дає змогу активній вкладці в групі вкладок tabby responsive tabs, що "
|
305 |
+
"реагують на вкладки, залишатися активною (відкритою) вкладкою після "
|
306 |
+
"перезавантаження/оновлення сторінки."
|
307 |
+
|
308 |
+
#: includes/admin.php:186
|
309 |
+
msgid ""
|
310 |
+
"This is a bespoke service to provide a custom-made add-on plugin to extend "
|
311 |
+
"tabby responsive tabs or load a custom tabs stylesheet created to meet your "
|
312 |
+
"exact requirements."
|
313 |
+
msgstr ""
|
314 |
+
"Це індивідуальний сервіс для надання спеціального додаткового плагіна для "
|
315 |
+
"розширення чутливих вкладок або завантаження спеціальної таблиці стилів "
|
316 |
+
"вкладок, створеної відповідно до ваших вимог."
|
317 |
+
|
318 |
+
#: includes/admin.php:112
|
319 |
+
msgid "This is the content of the first tab."
|
320 |
+
msgstr "Це вміст першої вкладки."
|
321 |
+
|
322 |
+
#: includes/admin.php:117
|
323 |
+
msgid "This is the content of the second tab."
|
324 |
+
msgstr "Це вміст другої вкладки."
|
325 |
+
|
326 |
+
#: includes/admin.php:122
|
327 |
+
msgid "This is the content of the third tab."
|
328 |
+
msgstr "Це вміст третьої вкладки."
|
329 |
+
|
330 |
+
#: includes/admin.php:147
|
331 |
+
msgid ""
|
332 |
+
"This shortcode creates a link to a tab on the same page, where selecting the "
|
333 |
+
"link does not cause the page to reload."
|
334 |
+
msgstr ""
|
335 |
+
"Цей шорткод створює посилання на вкладку на тій же сторінці, при цьому вибір "
|
336 |
+
"посилання не призводить до перезавантаження сторінки."
|
337 |
+
|
338 |
+
#: includes/admin.php:89
|
339 |
+
msgid "To customise how your tabs display, either:"
|
340 |
+
msgstr "Щоб налаштувати відображення вкладок, виконайте наведені нижче дії."
|
341 |
+
|
342 |
+
#: includes/admin.php:92
|
343 |
+
#| msgid ""
|
344 |
+
#| "Uncheck the option above, copy the css rules from the %1$s'tabby' "
|
345 |
+
#| "stylesheet%2$s into either your child theme's stylesheet or the custom "
|
346 |
+
#| "css section of the WordPress customizer, and edit the css there."
|
347 |
+
msgid ""
|
348 |
+
"Uncheck the option above, copy the css rules from the %1$stabby "
|
349 |
+
"stylesheet%2$s into either your child theme's stylesheet or the custom css "
|
350 |
+
"section of the WordPress customizer, and edit the css there."
|
351 |
+
msgstr ""
|
352 |
+
"Зніміть прапорець вище, скопіюйте правила css з таблиці стилів %1$stabby%2$s "
|
353 |
+
"або в таблицю стилів вашої дочірньої теми, або в користувацький розділ css "
|
354 |
+
"настроювача WordPress і відредагуйте там css."
|
355 |
+
|
356 |
+
#: includes/admin.php:51
|
357 |
+
msgid "You do not have sufficient permissions to access this page."
|
358 |
+
msgstr "У вас недостатньо дозволів для доступу до цієї сторінки."
|
languages/tabby-responsive-tabs.pot
ADDED
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2022 cubecolour
|
2 |
+
# This file is distributed under the same license as the Tabby Responsive Tabs plugin.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Tabby Responsive Tabs 1.4.0\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/tabby-responsive-tabs\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-03-15T16:20:07+00:00\n"
|
13 |
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
+
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
+
"X-Domain: tabby-responsive-tabs\n"
|
16 |
+
|
17 |
+
#. Plugin Name of the plugin
|
18 |
+
msgid "Tabby Responsive Tabs"
|
19 |
+
msgstr ""
|
20 |
+
|
21 |
+
#. Plugin URI of the plugin
|
22 |
+
msgid "https://cubecolour.co.uk/tabby-responsive-tabs"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#. Description of the plugin
|
26 |
+
msgid "Create responsive tabs inside your posts, pages or custom post types by adding simple shortcodes."
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#. Author of the plugin
|
30 |
+
msgid "cubecolour"
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#. Author URI of the plugin
|
34 |
+
msgid "https://cubecolour.co.uk"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: includes/admin.php:51
|
38 |
+
msgid "You do not have sufficient permissions to access this page."
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: includes/admin.php:56
|
42 |
+
msgid "by %1$s"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: includes/admin.php:62
|
46 |
+
msgid "Default stylesheet"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: includes/admin.php:63
|
50 |
+
msgid "If you are using a custom set of tabby styles in your child theme or elsewhere, uncheck the checkbox below to remove the default tabby stylesheet."
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: includes/admin.php:70
|
54 |
+
msgid "Include the default tabby stylesheet:"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: includes/admin.php:74
|
58 |
+
msgid "Tab title element (default: H2)"
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: includes/admin.php:89
|
62 |
+
msgid "To customise how your tabs display, either:"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: includes/admin.php:92
|
66 |
+
msgid "Uncheck the option above, copy the css rules from the %1$stabby stylesheet%2$s into either your child theme's stylesheet or the custom css section of the WordPress customizer, and edit the css there."
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: includes/admin.php:93
|
70 |
+
msgid "Alternatively the optional 'Tabby responsive tabs customiser' add-on can be used to customise the tab design without any code editing."
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: includes/admin.php:96
|
74 |
+
msgid "If this plugin or has provided you with some value, or it has saved you some development time, please consider purchasing an add-on, or making a contribution to %1$sthe developer.%2$s"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: includes/admin.php:102
|
78 |
+
msgid "Plugin usage"
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: includes/admin.php:103
|
82 |
+
msgid "There are two shortcodes which should both be used, %1$s and %2$s. These are added in the visual or text editor, or within a shortcode block in the block editor."
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: includes/admin.php:104
|
86 |
+
msgid "The title parameter sets the text on the tab, the content is added between the shortcodes, and the [tabbyending] shortcode is used once per tabgroup and must be placed after the last tab's content."
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: includes/admin.php:105
|
90 |
+
msgid "It is recommended to leave a blank line between each shortcode and block of content."
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: includes/admin.php:106
|
94 |
+
msgid "If you copy & paste the following shortcodes into your visual editor, be sure to delete any %1$s tags surrounding the content."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: includes/admin.php:112
|
98 |
+
msgid "This is the content of the first tab."
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: includes/admin.php:117
|
102 |
+
msgid "This is the content of the second tab."
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: includes/admin.php:122
|
106 |
+
msgid "This is the content of the third tab."
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: includes/admin.php:129
|
110 |
+
msgid "Please refer to the plugin's %1$sreadme file%2$s or the WordPress.org %3$splugin page%4$s for more information."
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: includes/admin.php:130
|
114 |
+
msgid "Plugin support on WordPress.org: %1$stabby responsive tabs support forum%2$s."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: includes/admin.php:136
|
118 |
+
msgid "An add-on for tabby responsive tabs which allows you to easily customise your tabs."
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: includes/admin.php:137
|
122 |
+
msgid "All customisations are made using a simple point & click interface without the need to edit any code."
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: includes/admin.php:138
|
126 |
+
msgid "A collection of one-click presets can be used as an easy starting point for further customisation."
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: includes/admin.php:141
|
130 |
+
#: includes/admin.php:151
|
131 |
+
#: includes/admin.php:161
|
132 |
+
#: includes/admin.php:171
|
133 |
+
#: includes/admin.php:180
|
134 |
+
msgid "Purchase add-on"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: includes/admin.php:146
|
138 |
+
msgid "An add-on for tabby responsive tabs which adds a [tabbylink] shortcode."
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: includes/admin.php:147
|
142 |
+
msgid "This shortcode creates a link to a tab on the same page, where selecting the link does not cause the page to reload."
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: includes/admin.php:148
|
146 |
+
msgid "This add-on should not be confused with the similarly named 'Tabby tab to url link' add-on as each one has a different purpose."
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: includes/admin.php:156
|
150 |
+
msgid "An add-on for tabby responsive tabs which enables a tab to act as a link to any URL."
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: includes/admin.php:157
|
154 |
+
msgid "A tab can be specified within a tabby responsive tabs tabgroup so that it opens a link to any URL."
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: includes/admin.php:158
|
158 |
+
msgid "This add-on should not be confused with the similarly named 'Tabby link to tab' add-on as each one has a different purpose."
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: includes/admin.php:166
|
162 |
+
msgid "An add-on for tabby responsive tabs that keeps all sections of the accordion closed on page load."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: includes/admin.php:167
|
166 |
+
msgid "This changes the default behaviour for the accordion so no tab content is shown when the page is initially loaded."
|
167 |
+
msgstr ""
|
168 |
+
|
169 |
+
#: includes/admin.php:168
|
170 |
+
msgid "The tab display (desktop view) is unaffected."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: includes/admin.php:176
|
174 |
+
msgid "An add-on for tabby responsive tabs to keep the currently active tab open after a reload."
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: includes/admin.php:177
|
178 |
+
msgid "This enables the currently active tab in a tabby responsive tabs tabgroup to remain the active (open) tab after the page has been reloaded/refreshed."
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
#: includes/admin.php:184
|
182 |
+
msgid "Custom styles or functionality"
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
+
#: includes/admin.php:185
|
186 |
+
msgid "A custom plugin specifically for your site"
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: includes/admin.php:186
|
190 |
+
msgid "This is a bespoke service to provide a custom-made add-on plugin to extend tabby responsive tabs or load a custom tabs stylesheet created to meet your exact requirements."
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: includes/admin.php:189
|
194 |
+
msgid "Request quote"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: tabby-responsive-tabs.php:96
|
198 |
+
msgid "Support"
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: tabby-responsive-tabs.php:97
|
202 |
+
msgid "Donate"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: tabby-responsive-tabs.php:98
|
206 |
+
msgid "Review"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: tabby-responsive-tabs.php:99
|
210 |
+
msgid "Cubecolour on twitter"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: tabby-responsive-tabs.php:100
|
214 |
+
msgid "Settings"
|
215 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Tabby Responsive Tabs ===
|
2 |
Contributors: numeeja
|
3 |
Donate link: https://cubecolour.co.uk/wp
|
4 |
-
Tags: tabs, tab, responsive, accordion, shortcode
|
5 |
Tested up to: 5.9
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2
|
8 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
9 |
License of javascript:
|
@@ -152,9 +152,11 @@ To troubleshoot whether a plugin or theme is conflicting with the Tabby Responsi
|
|
152 |
*If the plugin isn't working for you*, please read the documentation carefully to check whether your issue is covered. Then review the topics in the [plugin support forum](https://wordpress.org/support/plugin/tabby-responsive-tabs/ "Tabby Responsive Tabs plugin support forum"). You may find an appropriate solution outlined in a resolved topic if someone previously posted the same or a similar issue. If you do not find an answer that enables you to solve your issue, please post a new topic on the forum so we have an opportunity to get it working before you consider leaving a review.
|
153 |
|
154 |
= What levels of support are available? =
|
155 |
-
You can receive free support for the plugin if you have problems getting it working. To access this please open a new topic on the [plugin support forum](https://wordpress.org/support/plugin/tabby-responsive-tabs/ "Tabby Responsive Tabs plugin support forum") all communication must take place on the forum for free support.
|
156 |
|
157 |
-
|
|
|
|
|
158 |
|
159 |
= How can I remove extra paragraph tags which appear at the beginning or end of the tab content? =
|
160 |
These extra tags are often be added by WordPress's wpautop function. It is recommended to leave a blank line before and after each tabby shortcode to prevent these from appearing.
|
@@ -263,6 +265,9 @@ For more details please see: [Tabby link to tab plugin](https://cubecolour.co.uk
|
|
263 |
|
264 |
== Changelog ==
|
265 |
|
|
|
|
|
|
|
266 |
= 1.3.4 =
|
267 |
* tab titles sanitized with `wp_kses()` to allow line breaks in tab titles
|
268 |
* Sanitize html for tab title element
|
@@ -322,6 +327,10 @@ For more details please see: [Tabby link to tab plugin](https://cubecolour.co.uk
|
|
322 |
* Initial Version
|
323 |
|
324 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
325 |
= 1.3.4 =
|
326 |
* tab titles sanitized with `wp_kses()` to allow line breaks in tab titles
|
327 |
* Sanitize html for tab title element
|
1 |
=== Tabby Responsive Tabs ===
|
2 |
Contributors: numeeja
|
3 |
Donate link: https://cubecolour.co.uk/wp
|
4 |
+
Tags: tabs, tab, responsive, accordion, shortcode, ClassicPress
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 1.4.0
|
7 |
License: GPLv2
|
8 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
9 |
License of javascript:
|
152 |
*If the plugin isn't working for you*, please read the documentation carefully to check whether your issue is covered. Then review the topics in the [plugin support forum](https://wordpress.org/support/plugin/tabby-responsive-tabs/ "Tabby Responsive Tabs plugin support forum"). You may find an appropriate solution outlined in a resolved topic if someone previously posted the same or a similar issue. If you do not find an answer that enables you to solve your issue, please post a new topic on the forum so we have an opportunity to get it working before you consider leaving a review.
|
153 |
|
154 |
= What levels of support are available? =
|
155 |
+
You can receive free support for the plugin if you have problems getting it working. To access this please open a new topic on the [plugin support forum](https://wordpress.org/support/plugin/tabby-responsive-tabs/ "Tabby Responsive Tabs plugin support forum") all communication must take place on the forum for free support.
|
156 |
|
157 |
+
Please note that CSS support for customization of the tab display is not within the scope of the free support that can be provided.
|
158 |
+
|
159 |
+
If you require a greater level of support than can be provided on the plugin support forum on WordPress.org - eg you prefer not to post the url, or if you require CSS support to change how your tabs appear on your site, you can request non-free support via the [paid email support form for cubecolour plugins](https://cubecolour.co.uk/premium-support/ "paid email support form for cubecolour plugins") form.
|
160 |
|
161 |
= How can I remove extra paragraph tags which appear at the beginning or end of the tab content? =
|
162 |
These extra tags are often be added by WordPress's wpautop function. It is recommended to leave a blank line before and after each tabby shortcode to prevent these from appearing.
|
265 |
|
266 |
== Changelog ==
|
267 |
|
268 |
+
= 1.4.0 =
|
269 |
+
* Added localization and various translations
|
270 |
+
|
271 |
= 1.3.4 =
|
272 |
* tab titles sanitized with `wp_kses()` to allow line breaks in tab titles
|
273 |
* Sanitize html for tab title element
|
327 |
* Initial Version
|
328 |
|
329 |
== Upgrade Notice ==
|
330 |
+
|
331 |
+
= 1.4.0 =
|
332 |
+
* Added localization and various translations
|
333 |
+
|
334 |
= 1.3.4 =
|
335 |
* tab titles sanitized with `wp_kses()` to allow line breaks in tab titles
|
336 |
* Sanitize html for tab title element
|
tabby-responsive-tabs.php
CHANGED
@@ -2,9 +2,11 @@
|
|
2 |
/*
|
3 |
Plugin Name: Tabby Responsive Tabs
|
4 |
Plugin URI: https://cubecolour.co.uk/tabby-responsive-tabs
|
5 |
-
Description: Create responsive tabs inside your posts, pages or custom post types by adding simple shortcodes.
|
6 |
Author: cubecolour
|
7 |
-
|
|
|
|
|
8 |
Requires at least: 4.9
|
9 |
Requires PHP: 5.6
|
10 |
Author URI: https://cubecolour.co.uk
|
@@ -51,11 +53,14 @@ Author URI: https://cubecolour.co.uk
|
|
51 |
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
52 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
53 |
DEALINGS IN THE SOFTWARE.
|
54 |
-
|
55 |
*/
|
56 |
|
57 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
58 |
|
|
|
|
|
|
|
|
|
59 |
|
60 |
/**
|
61 |
* Define Constants
|
@@ -63,7 +68,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
63 |
*/
|
64 |
define( 'CC_TABBY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
65 |
define( 'CC_TABBY_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
66 |
-
define( 'CC_TABBY_PLUGIN_VERSION', '1.
|
67 |
|
68 |
function cc_tabby_plugin_version(){
|
69 |
return CC_TABBY_PLUGIN_VERSION;
|
@@ -81,26 +86,28 @@ function cc_tabby_meta_links( $links, $file ) {
|
|
81 |
//* create the links
|
82 |
if ( $file == $plugin ) {
|
83 |
|
84 |
-
$
|
85 |
-
$
|
86 |
-
$
|
87 |
-
$
|
88 |
-
$
|
89 |
-
$
|
90 |
|
91 |
-
$
|
|
|
|
|
|
|
|
|
92 |
|
93 |
-
|
94 |
-
$customiselink = admin_url( 'options-general.php?page=tabby-settings' );
|
95 |
-
}
|
96 |
|
97 |
return array_merge( $links, array(
|
98 |
-
'<a href="' . $
|
99 |
-
'<a href="' . $
|
100 |
-
'<a href="' . $
|
101 |
-
'<a href="' . $
|
102 |
-
'<a href="' . $
|
103 |
-
'<a href="' . $
|
104 |
) );
|
105 |
}
|
106 |
|
@@ -117,7 +124,7 @@ if ( !function_exists( 'cc_remove_tabby_default_css' ) ) {
|
|
117 |
|
118 |
/**
|
119 |
* Register & enqueue the stylesheet
|
120 |
-
*
|
121 |
* Prevent the default styles from loading by deselecting the "Include default tab by stylesheet" checkbox in the tabby settings page at settings/tabby
|
122 |
* Alternatively use the tabby responsive tabs customiser plugin
|
123 |
* available from from https:cubecolour.co.uk/tabby-responsive-tabs-customiser
|
2 |
/*
|
3 |
Plugin Name: Tabby Responsive Tabs
|
4 |
Plugin URI: https://cubecolour.co.uk/tabby-responsive-tabs
|
5 |
+
Description: Create responsive tabs inside your posts, pages or custom post types by adding simple shortcodes.
|
6 |
Author: cubecolour
|
7 |
+
Text Domain: tabby-responsive-tabs
|
8 |
+
Domain Path: /languages/
|
9 |
+
Version: 1.4.0
|
10 |
Requires at least: 4.9
|
11 |
Requires PHP: 5.6
|
12 |
Author URI: https://cubecolour.co.uk
|
53 |
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
54 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
55 |
DEALINGS IN THE SOFTWARE.
|
|
|
56 |
*/
|
57 |
|
58 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
59 |
|
60 |
+
function cc_tabby_responsive_tabs_load_textdomain() {
|
61 |
+
load_plugin_textdomain( 'tabby-responsive-tabs', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
62 |
+
}
|
63 |
+
add_action( 'plugins_loaded', 'cc_tabby_responsive_tabs_load_textdomain' );
|
64 |
|
65 |
/**
|
66 |
* Define Constants
|
68 |
*/
|
69 |
define( 'CC_TABBY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
70 |
define( 'CC_TABBY_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
71 |
+
define( 'CC_TABBY_PLUGIN_VERSION', '1.4.0' );
|
72 |
|
73 |
function cc_tabby_plugin_version(){
|
74 |
return CC_TABBY_PLUGIN_VERSION;
|
86 |
//* create the links
|
87 |
if ( $file == $plugin ) {
|
88 |
|
89 |
+
$supporturl = 'https://wordpress.org/support/plugin/tabby-responsive-tabs';
|
90 |
+
$donateurl = 'https://cubecolour.co.uk/wp';
|
91 |
+
$reviewurl = 'https://wordpress.org/support/view/plugin-reviews/tabby-responsive-tabs?rate';
|
92 |
+
$twitterurl = 'https://twitter.com/cubecolour';
|
93 |
+
$customiserurl = 'https://cubecolour.co.uk/tabby-responsive-tabs-customiser';
|
94 |
+
$adminurl = admin_url( 'options-general.php?page=tabby-settings' );
|
95 |
|
96 |
+
$supporttxt = esc_attr__( 'Support', 'tabby-responsive-tabs' );
|
97 |
+
$donatetxt = esc_attr__( 'Donate', 'tabby-responsive-tabs' );
|
98 |
+
$reviewtxt = esc_attr__( 'Review', 'tabby-responsive-tabs' );
|
99 |
+
$twittertxt = esc_attr__( 'Cubecolour on twitter', 'tabby-responsive-tabs' );
|
100 |
+
$admintxt = esc_attr__( 'Settings', 'tabby-responsive-tabs' );
|
101 |
|
102 |
+
$iconstyle = 'style="-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;"';
|
|
|
|
|
103 |
|
104 |
return array_merge( $links, array(
|
105 |
+
'<a href="' . $supporturl . '"> <span class="dashicons dashicons-lightbulb" ' . $iconstyle . 'title="' . $supporttxt . '"></span></a>',
|
106 |
+
'<a href="' . $twitterurl . '"><span class="dashicons dashicons-twitter" ' . $iconstyle . 'title="' . $twittertxt . '"></span></a>',
|
107 |
+
'<a href="' . $reviewurl . '"><span class="dashicons dashicons-star-filled"' . $iconstyle . 'title="' . $reviewtxt . '"></span></a>',
|
108 |
+
'<a href="' . $donateurl . '"><span class="dashicons dashicons-heart"' . $iconstyle . 'title="' . $donatetxt . '"></span></a>',
|
109 |
+
'<a href="' . $customiserurl . '"><span class="dashicons dashicons-admin-appearance" ' . $iconstyle . 'title="Tabby responsive tabs customiser"></span></a>',
|
110 |
+
'<a href="' . $adminurl . '"><span class="dashicons dashicons-admin-generic" ' . $iconstyle . 'title="' . $admintxt . '"></span></a>',
|
111 |
) );
|
112 |
}
|
113 |
|
124 |
|
125 |
/**
|
126 |
* Register & enqueue the stylesheet
|
127 |
+
* To use custom styles, copy the content of the tabby.css into your child theme's stylesheet and edit the styles there
|
128 |
* Prevent the default styles from loading by deselecting the "Include default tab by stylesheet" checkbox in the tabby settings page at settings/tabby
|
129 |
* Alternatively use the tabby responsive tabs customiser plugin
|
130 |
* available from from https:cubecolour.co.uk/tabby-responsive-tabs-customiser
|
uninstall.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit();
|
4 |
|
5 |
/**
|
6 |
-
* Remove the
|
7 |
*
|
8 |
*/
|
9 |
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) exit();
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit();
|
4 |
|
5 |
/**
|
6 |
+
* Remove the Options used by the plugin
|
7 |
*
|
8 |
*/
|
9 |
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) exit();
|