Version Description
- 2019-03-01 =
- Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
- Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | All Meta Tags |
Version | 4.30 |
Comparing to | |
See all releases |
Code changes from version 4.29 to 4.30
- all-meta-tags.php +1 -1
- inc/php/page.php +7 -390
- inc/php/tabs/faq.php +338 -0
- inc/php/{settings.php → tabs/settings.php} +0 -0
- inc/php/tabs/support.php +53 -0
- inc/php/tabs/usage.php +33 -0
- languages/all-meta-tags-de_DE.mo +0 -0
- languages/all-meta-tags-de_DE.po +235 -234
- languages/all-meta-tags-es_ES.mo +0 -0
- languages/all-meta-tags-es_ES.po +234 -233
- languages/all-meta-tags-es_MX.mo +0 -0
- languages/all-meta-tags-es_MX.po +231 -230
- languages/all-meta-tags-fr_FR.mo +0 -0
- languages/all-meta-tags-fr_FR.po +232 -231
- languages/all-meta-tags-it_IT.mo +0 -0
- languages/all-meta-tags-it_IT.po +231 -230
- languages/all-meta-tags-nl_NL.mo +0 -0
- languages/all-meta-tags-nl_NL.po +232 -231
- languages/all-meta-tags-ru_RU.mo +0 -0
- languages/all-meta-tags-ru_RU.po +235 -234
- languages/all-meta-tags.pot +220 -219
- readme.txt +5 -1
all-meta-tags.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.30
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
inc/php/page.php
CHANGED
@@ -15,6 +15,7 @@ function spacexchimp_p004_render_submenu_page() {
|
|
15 |
$slug = SPACEXCHIMP_P004_SLUG;
|
16 |
$version = SPACEXCHIMP_P004_VERSION;
|
17 |
$text = SPACEXCHIMP_P004_TEXT;
|
|
|
18 |
|
19 |
// Call messages
|
20 |
spacexchimp_p004_hello_message();
|
@@ -23,6 +24,7 @@ function spacexchimp_p004_render_submenu_page() {
|
|
23 |
// Layout of page
|
24 |
?>
|
25 |
<div class="wrap">
|
|
|
26 |
<h2 class="sxc-header">
|
27 |
<?php echo $name; ?>
|
28 |
<span>
|
@@ -52,412 +54,27 @@ function spacexchimp_p004_render_submenu_page() {
|
|
52 |
<!-- TAB 1 -->
|
53 |
<div class="tab-page fade active in" id="tab-core">
|
54 |
<!-- INCLUDE SIDEBAR -->
|
55 |
-
<?php require_once(
|
56 |
<!-- INCLUDE SETTINGS -->
|
57 |
-
<?php require_once(
|
58 |
</div>
|
59 |
<!-- END-TAB 1 -->
|
60 |
|
61 |
<!-- TAB 2 -->
|
62 |
<div class="tab-page fade" id="tab-usage">
|
63 |
-
|
64 |
-
<h3 class="title"><?php _e( 'Usage Instructions', $text ); ?></h3>
|
65 |
-
<div class="inside">
|
66 |
-
<p><?php _e( 'To add the meta tags to your website, simply follow these steps:', $text ); ?></p>
|
67 |
-
<ol class="custom-counter">
|
68 |
-
<li><?php _e( 'Go to the "Settings" tab on this page.', $text ); ?></li>
|
69 |
-
<li><?php _e( 'Fill in the required fields.', $text ); ?></li>
|
70 |
-
<li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
|
71 |
-
<li><?php _e( 'Enjoy the improved SEO of your website.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
|
72 |
-
</ol>
|
73 |
-
<p class="note">
|
74 |
-
<?php
|
75 |
-
printf(
|
76 |
-
__( 'If you want more options, then %s let us know %s and we will be happy to add them.', $text ),
|
77 |
-
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
78 |
-
'</a>'
|
79 |
-
);
|
80 |
-
?>
|
81 |
-
</p>
|
82 |
-
</div>
|
83 |
-
</div>
|
84 |
</div>
|
85 |
<!-- END-TAB 2 -->
|
86 |
|
87 |
<!-- TAB 3 -->
|
88 |
<div class="tab-page fade" id="tab-faq">
|
89 |
-
|
90 |
-
<h3 class="title"><?php _e( 'Frequently Asked Questions', $text ); ?></h3>
|
91 |
-
<div class="inside">
|
92 |
-
|
93 |
-
<p class="note">
|
94 |
-
<?php _e( 'If you have a question, please read the Frequently Asked Questions below to see if the answer is here.', $text ); ?>
|
95 |
-
</p>
|
96 |
-
|
97 |
-
<div class="panel-group" id="collapse-group">
|
98 |
-
<?php
|
99 |
-
$loopvalue = '22';
|
100 |
-
for ( $i = 1; $i <= $loopvalue; $i++ ) {
|
101 |
-
echo '<div class="panel panel-default">
|
102 |
-
<div class="panel-heading">
|
103 |
-
<a data-toggle="collapse" data-parent="#collapse-group" href="#element' . $i . '">
|
104 |
-
<h4 class="panel-title"></h4>
|
105 |
-
</a>
|
106 |
-
</div>
|
107 |
-
<div id="element' . $i . '" class="panel-collapse collapse">
|
108 |
-
<div class="panel-body">
|
109 |
-
</div>
|
110 |
-
</div>
|
111 |
-
</div>';
|
112 |
-
}
|
113 |
-
?>
|
114 |
-
</div>
|
115 |
-
|
116 |
-
<?php $i = 1; ?>
|
117 |
-
|
118 |
-
<div class="question-<?php echo $i; ?>">
|
119 |
-
<?php _e( 'Where can I find a documentation for this plugin?', $text ); ?>
|
120 |
-
</div>
|
121 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
122 |
-
<?php
|
123 |
-
printf(
|
124 |
-
__( 'Please visit our %s Documentation site %s to view documentation.', $text ),
|
125 |
-
'<a href="https://docs.spacexchimp.com" target="_blank">',
|
126 |
-
'</a>'
|
127 |
-
);
|
128 |
-
?>
|
129 |
-
</div>
|
130 |
-
|
131 |
-
<div class="question-<?php echo $i; ?>">
|
132 |
-
<?php _e( 'Will this plugin work on my wordpress.COM website?', $text ); ?>
|
133 |
-
</div>
|
134 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
135 |
-
<?php _e( 'Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites.', $text ); ?>
|
136 |
-
<br><br>
|
137 |
-
<?php _e( 'Please note that there is a difference between wordpress.COM and wordpress.ORG.', $text ); ?>
|
138 |
-
<?php _e( 'The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software.', $text ); ?>
|
139 |
-
<?php
|
140 |
-
printf(
|
141 |
-
__( 'You can learn more about the difference here: %s .', $text ),
|
142 |
-
'<a href="https://en.support.wordpress.com/com-vs-org/" target="_blank">https://en.support.wordpress.com/com-vs-org/</a>'
|
143 |
-
);
|
144 |
-
?>
|
145 |
-
</div>
|
146 |
-
|
147 |
-
<div class="question-<?php echo $i; ?>">
|
148 |
-
<?php _e( 'Will this plugin work/compatible with the theme I use?', $text ); ?>
|
149 |
-
</div>
|
150 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
151 |
-
<?php _e( 'This plugin is compatible with most themes.', $text ); ?>
|
152 |
-
<?php _e( 'But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme.', $text ); ?>
|
153 |
-
<?php _e( 'We constantly check this plugin for compatibility with third-party themes.', $text ); ?>
|
154 |
-
<?php _e( 'If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $text ); ?>
|
155 |
-
<br><br>
|
156 |
-
<?php _e( 'If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
|
157 |
-
</div>
|
158 |
-
|
159 |
-
<div class="question-<?php echo $i; ?>">
|
160 |
-
<?php _e( 'Will this plugin work/compatible with other plugins that I use?', $text ); ?>
|
161 |
-
</div>
|
162 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
163 |
-
<?php _e( 'This plugin is compatible with most plugins.', $text ); ?>
|
164 |
-
<?php _e( 'But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin.', $text ); ?>
|
165 |
-
<?php _e( 'We constantly check this plugin for compatibility with third-party plugins.', $text ); ?>
|
166 |
-
<?php _e( 'If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $text ); ?>
|
167 |
-
<br><br>
|
168 |
-
<?php _e( 'If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
|
169 |
-
</div>
|
170 |
-
|
171 |
-
<div class="question-<?php echo $i; ?>">
|
172 |
-
<?php _e( 'Can I use this plugin on my language?', $text ); ?>
|
173 |
-
</div>
|
174 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
175 |
-
<?php _e( 'Yes.', $text ); ?>
|
176 |
-
<?php _e( 'This plugin is ready for translation and has already been translated into several languages.', $text ); ?>
|
177 |
-
<?php _e( 'But If your language is not available then you can make one.', $text ); ?>
|
178 |
-
<?php _e( 'It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections.', $text ); ?>
|
179 |
-
<?php _e( 'Many of plugin users would be delighted if you share your translation with the community.', $text ); ?>
|
180 |
-
<?php _e( 'Thanks for your contribution!', $text ); ?>
|
181 |
-
<br><br>
|
182 |
-
<?php
|
183 |
-
printf(
|
184 |
-
__( 'If you want to help translate this plugin, please visit the %s.', $text ),
|
185 |
-
'<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>'
|
186 |
-
);
|
187 |
-
?>
|
188 |
-
<?php _e( 'You can also use the POT file that is included and placed in the "languages" folder to create a translation PO file.', $text ); ?>
|
189 |
-
<?php
|
190 |
-
printf(
|
191 |
-
__( 'Just send the PO file to us ( %s ) and we will include this translation within the next plugin update.', $text ),
|
192 |
-
'<a href="mailto:support@spacexchimp.com?subject=New translation of the ' . $name . ' plugin">support@spacexchimp.com</a>'
|
193 |
-
);
|
194 |
-
?>
|
195 |
-
</div>
|
196 |
-
|
197 |
-
<div class="question-<?php echo $i; ?>">
|
198 |
-
<?php _e( 'How does it work?', $text ); ?>
|
199 |
-
</div>
|
200 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
201 |
-
<?php _e( 'On the "Settings" tab, fill in the required fields and click the "Save changes" button.', $text ); ?>
|
202 |
-
<?php _e( 'Enjoy the improved SEO of your website.', $text ); ?>
|
203 |
-
<?php _e( 'It\'s that simple!', $text ); ?>
|
204 |
-
</div>
|
205 |
-
|
206 |
-
<div class="question-<?php echo $i; ?>">
|
207 |
-
<?php _e( 'How much of description I can enter in the text field?', $text ); ?>
|
208 |
-
</div>
|
209 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
210 |
-
<?php _e( 'We don\'t limit the number of characters, but most search engines use a maximum of 160 chars for the home description.', $text ); ?>
|
211 |
-
</div>
|
212 |
-
|
213 |
-
<div class="question-<?php echo $i; ?>">
|
214 |
-
<?php _e( 'How much of keywords I can enter in the text field?', $text ); ?>
|
215 |
-
</div>
|
216 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
217 |
-
<?php _e( 'We don\'t limit the number of characters.', $text ); ?>
|
218 |
-
</div>
|
219 |
-
|
220 |
-
<div class="question-<?php echo $i; ?>">
|
221 |
-
<?php _e( 'What about compatibility with the plugin "All in One SEO Pack"?', $text ); ?>
|
222 |
-
</div>
|
223 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
224 |
-
<?php _e( 'As far as we know, the "All Meta Tags" plugin is compatible with the "All in One SEO Pack" plugin.', $text ); ?>
|
225 |
-
<?php _e( 'But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once.', $text ); ?>
|
226 |
-
<?php _e( 'Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:', $text ); ?>
|
227 |
-
<pre><code><head>
|
228 |
-
...
|
229 |
-
<meta name="copyright" content="Copyright (c) 2013-2019 Space X-Chimp. All Rights Reserved.">
|
230 |
-
...
|
231 |
-
<meta name="copyright" content="Copyright 2019 Space X-Chimp. All Rights Reserved.">
|
232 |
-
...
|
233 |
-
</head></code></pre>
|
234 |
-
<?php _e( 'If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
|
235 |
-
</div>
|
236 |
-
|
237 |
-
<div class="question-<?php echo $i; ?>">
|
238 |
-
<?php _e( 'What about compatibility with the plugin "Yoast SEO"?', $text ); ?>
|
239 |
-
</div>
|
240 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
241 |
-
<?php _e( 'As far as we know, the "All Meta Tags" plugin is compatible with the "Yoast SEO" plugin.', $text ); ?>
|
242 |
-
<?php _e( 'But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once.', $text ); ?>
|
243 |
-
<?php _e( 'Otherwise both plugins fulfill their work and you will get a duplicate actions.', $text ); ?>
|
244 |
-
<br><br>
|
245 |
-
<?php _e( 'If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
|
246 |
-
</div>
|
247 |
-
|
248 |
-
<div class="question-<?php echo $i; ?>">
|
249 |
-
<?php _e( 'Does this plugin requires any modification of the theme?', $text ); ?>
|
250 |
-
</div>
|
251 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
252 |
-
<?php _e( 'Absolutely not.', $text ); ?>
|
253 |
-
<?php _e( 'This plugin is configurable entirely from the plugin settings page.', $text ); ?>
|
254 |
-
</div>
|
255 |
-
|
256 |
-
<div class="question-<?php echo $i; ?>">
|
257 |
-
<?php _e( 'Does this require any knowledge of HTML or CSS?', $text ); ?>
|
258 |
-
</div>
|
259 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
260 |
-
<?php _e( 'Absolutely not.', $text ); ?>
|
261 |
-
<?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page.', $text ); ?>
|
262 |
-
</div>
|
263 |
-
|
264 |
-
<div class="question-<?php echo $i; ?> question-red">
|
265 |
-
<?php _e( 'It\'s not working.', $text ); ?>
|
266 |
-
<?php _e( 'What could be wrong?', $text ); ?>
|
267 |
-
</div>
|
268 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
269 |
-
<?php _e( 'As with every plugin, it\'s possible that things don\'t work.', $text ); ?>
|
270 |
-
<?php _e( 'It\'s impossible to tell what could be wrong exactly.', $text ); ?>
|
271 |
-
<?php _e( 'The most common reason for this is a web browser\'s cache.', $text ); ?>
|
272 |
-
<?php _e( 'Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load.', $text ); ?>
|
273 |
-
<?php _e( 'This is called the browser\'s cache.', $text ); ?>
|
274 |
-
<?php _e( 'Clearing your browser\'s cache may solve the problem.', $text ); ?>
|
275 |
-
<br><br>
|
276 |
-
<?php _e( 'If you post a support request in the plugin\'s support forum on WordPress.org, we\'d be happy to give it a look and try to help out.', $text ); ?>
|
277 |
-
<?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
|
278 |
-
</div>
|
279 |
-
|
280 |
-
<div class="question-<?php echo $i; ?> question-red">
|
281 |
-
<?php _e( 'I can\'t get verify my website.', $text ); ?>
|
282 |
-
<?php _e( 'What am I doing wrong?', $text ); ?>
|
283 |
-
</div>
|
284 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
285 |
-
<?php _e( 'The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name="google-site-verification" content=“1234567890” /></code>).', $text ); ?>
|
286 |
-
<?php _e( 'So just paste that into the relevant field and you will see “Success” message appear within a few seconds.', $text ); ?>
|
287 |
-
</div>
|
288 |
-
|
289 |
-
<div class="question-<?php echo $i; ?> question-red">
|
290 |
-
<?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin.', $text ); ?>
|
291 |
-
<?php _e( 'Why is this?', $text ); ?>
|
292 |
-
</div>
|
293 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
294 |
-
<?php _e( 'This plugin can not cause such problem.', $text ); ?>
|
295 |
-
<?php _e( 'More likely, the problem are related to the settings of the website.', $text ); ?>
|
296 |
-
<?php _e( 'It could just be a cache, so please try to clear your website\'s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser.', $text ); ?>
|
297 |
-
<?php _e( 'Also please try to re-login to the website, this too can help.', $text ); ?>
|
298 |
-
</div>
|
299 |
-
|
300 |
-
<div class="question-<?php echo $i; ?> question-red">
|
301 |
-
<?php _e( 'Where to report bug if found?', $text ); ?>
|
302 |
-
</div>
|
303 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
304 |
-
<?php _e( 'Bug reports are very welcome!', $text ); ?>
|
305 |
-
<?php
|
306 |
-
printf(
|
307 |
-
__( 'Please visit our %s contact page %s and report.', $text ),
|
308 |
-
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
309 |
-
'</a>'
|
310 |
-
);
|
311 |
-
?>
|
312 |
-
<?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
|
313 |
-
<?php _e( 'Thank you!', $text ); ?>
|
314 |
-
<br><br>
|
315 |
-
<?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
|
316 |
-
<?php _e( 'Describe in more detail what exactly you are seeing.', $text ); ?>
|
317 |
-
<?php _e( 'Here are some examples:', $text ); ?>
|
318 |
-
<br><br>
|
319 |
-
<ul class="custom-list">
|
320 |
-
<li><?php _e( 'Elements of the plugin settings page are not working.', $text ); ?></li>
|
321 |
-
<li><?php _e( 'An error message is displayed on the plugin settings page.', $text ); ?></li>
|
322 |
-
<li><?php _e( 'An error message is displayed on the front end of website.', $text ); ?></li>
|
323 |
-
<li><?php _e( 'An error message is displayed on the back end of website.', $text ); ?></li>
|
324 |
-
<li><?php _e( 'Website is crashed.', $text ); ?></li>
|
325 |
-
</ul>
|
326 |
-
</div>
|
327 |
-
|
328 |
-
<div class="question-<?php echo $i; ?>">
|
329 |
-
<?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?>
|
330 |
-
</div>
|
331 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
332 |
-
<?php _e( 'Any suggestions are very welcome!', $text ); ?>
|
333 |
-
<?php
|
334 |
-
printf(
|
335 |
-
__( 'Please visit our %s contact page %s.', $text ),
|
336 |
-
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
337 |
-
'</a>'
|
338 |
-
);
|
339 |
-
?>
|
340 |
-
<?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
|
341 |
-
<?php _e( 'Thank you!', $text ); ?>
|
342 |
-
</div>
|
343 |
-
|
344 |
-
<div class="question-<?php echo $i; ?>">
|
345 |
-
<?php _e( 'I love this plugin!', $text ); ?>
|
346 |
-
<?php _e( 'Can I help somehow?', $text ); ?>
|
347 |
-
</div>
|
348 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
349 |
-
<?php _e( 'Yes, any contributions are very welcome!', $text ); ?>
|
350 |
-
<?php
|
351 |
-
printf(
|
352 |
-
__( 'Please visit our %s Support Us %s page.', $text ),
|
353 |
-
'<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
|
354 |
-
'</a>'
|
355 |
-
);
|
356 |
-
?>
|
357 |
-
<?php _e( 'Thank you!', $text ); ?>
|
358 |
-
</div>
|
359 |
-
|
360 |
-
<div class="question-<?php echo $i; ?>">
|
361 |
-
<?php _e( 'Where can I find information about your licenses, payment process and refunds?', $text ); ?>
|
362 |
-
</div>
|
363 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
364 |
-
<?php
|
365 |
-
printf(
|
366 |
-
__( 'Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page.', $text ),
|
367 |
-
'<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
|
368 |
-
'</a>'
|
369 |
-
);
|
370 |
-
?>
|
371 |
-
</div>
|
372 |
-
|
373 |
-
<div class="question-<?php echo $i; ?>">
|
374 |
-
<?php _e( 'Where can I find information about your customer support?', $text ); ?>
|
375 |
-
</div>
|
376 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
377 |
-
<?php
|
378 |
-
printf(
|
379 |
-
__( 'Answers to common questions about our customer support can be found on our %s Common Questions %s page.', $text ),
|
380 |
-
'<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
|
381 |
-
'</a>'
|
382 |
-
);
|
383 |
-
?>
|
384 |
-
</div>
|
385 |
-
|
386 |
-
<div class="question-<?php echo $i; ?>">
|
387 |
-
<?php _e( 'Where can I find information about your affiliate program?', $text ); ?>
|
388 |
-
</div>
|
389 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
390 |
-
<?php
|
391 |
-
printf(
|
392 |
-
__( 'Answers to common questions about our affiliate program can be found on our %s Common Questions %s page.', $text ),
|
393 |
-
'<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
|
394 |
-
'</a>'
|
395 |
-
);
|
396 |
-
?>
|
397 |
-
</div>
|
398 |
-
|
399 |
-
<div class="question-<?php echo $i; ?>">
|
400 |
-
<?php _e( 'My question wasn\'t answered here.', $text ); ?>
|
401 |
-
</div>
|
402 |
-
<div class="answer-<?php echo $i; $i++ ?>">
|
403 |
-
<?php
|
404 |
-
printf(
|
405 |
-
__( 'You can ask your question on %s this page %s.', $text ),
|
406 |
-
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
407 |
-
'</a>'
|
408 |
-
);
|
409 |
-
?>
|
410 |
-
<?php _e( 'But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone.', $text ); ?>
|
411 |
-
</div>
|
412 |
-
|
413 |
-
</div>
|
414 |
-
</div>
|
415 |
</div>
|
416 |
<!-- END-TAB 3 -->
|
417 |
|
418 |
<!-- TAB 4 -->
|
419 |
<div class="tab-page fade" id="tab-support">
|
420 |
-
|
421 |
-
<h3 class="title"><?php _e( 'Support Us', $text ); ?></h3>
|
422 |
-
<div class="inside">
|
423 |
-
<span class="image-with-button pull-left">
|
424 |
-
<img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!">
|
425 |
-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
|
426 |
-
<span class="btn-label">
|
427 |
-
<img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
|
428 |
-
</span>
|
429 |
-
<?php _e( 'Donate with PayPal', $text ); ?>
|
430 |
-
</a>
|
431 |
-
</span>
|
432 |
-
<p>
|
433 |
-
<?php _e( 'Hello!', $text ); ?>
|
434 |
-
<?php
|
435 |
-
printf(
|
436 |
-
__( 'My name is %s Arthur %s, I\'m the founder of %s Space X-Chimp %s, which unites a small international team of young people.', $text ),
|
437 |
-
'<a href="https://www.instagram.com/arthur_gareginyan/" target="_blank">',
|
438 |
-
'</a>',
|
439 |
-
'<a href="https://www.spacexchimp.com" target="_blank">',
|
440 |
-
'</a>'
|
441 |
-
);
|
442 |
-
?>
|
443 |
-
</p>
|
444 |
-
<p>
|
445 |
-
<?php _e( 'Our intention is to create projects that will make this world a better place.', $text ); ?>
|
446 |
-
<?php _e( 'Our motto is - «Follow your dreams and don’t give up».', $text ); ?>
|
447 |
-
<?php _e( 'We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too.', $text ); ?>
|
448 |
-
</p>
|
449 |
-
<p>
|
450 |
-
<?php _e( 'We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them.', $text ); ?>
|
451 |
-
<?php _e( 'But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy.', $text ); ?>
|
452 |
-
</p>
|
453 |
-
<p>
|
454 |
-
<?php _e( 'If you appreciate our work, you can buy us a cup of coffee!', $text ); ?>
|
455 |
-
</p>
|
456 |
-
<p>
|
457 |
-
<?php _e( 'Thank you for your support!', $text ); ?>
|
458 |
-
</p>
|
459 |
-
</div>
|
460 |
-
</div>
|
461 |
</div>
|
462 |
<!-- END-TAB 4 -->
|
463 |
|
15 |
$slug = SPACEXCHIMP_P004_SLUG;
|
16 |
$version = SPACEXCHIMP_P004_VERSION;
|
17 |
$text = SPACEXCHIMP_P004_TEXT;
|
18 |
+
$path = SPACEXCHIMP_P004_PATH;
|
19 |
|
20 |
// Call messages
|
21 |
spacexchimp_p004_hello_message();
|
24 |
// Layout of page
|
25 |
?>
|
26 |
<div class="wrap">
|
27 |
+
|
28 |
<h2 class="sxc-header">
|
29 |
<?php echo $name; ?>
|
30 |
<span>
|
54 |
<!-- TAB 1 -->
|
55 |
<div class="tab-page fade active in" id="tab-core">
|
56 |
<!-- INCLUDE SIDEBAR -->
|
57 |
+
<?php require_once( $path . 'inc/php/sidebar.php' ); ?>
|
58 |
<!-- INCLUDE SETTINGS -->
|
59 |
+
<?php require_once( $path . 'inc/php/tabs/settings.php' ); ?>
|
60 |
</div>
|
61 |
<!-- END-TAB 1 -->
|
62 |
|
63 |
<!-- TAB 2 -->
|
64 |
<div class="tab-page fade" id="tab-usage">
|
65 |
+
<?php require_once( $path . 'inc/php/tabs/usage.php' ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
</div>
|
67 |
<!-- END-TAB 2 -->
|
68 |
|
69 |
<!-- TAB 3 -->
|
70 |
<div class="tab-page fade" id="tab-faq">
|
71 |
+
<?php require_once( $path . 'inc/php/tabs/faq.php' ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
</div>
|
73 |
<!-- END-TAB 3 -->
|
74 |
|
75 |
<!-- TAB 4 -->
|
76 |
<div class="tab-page fade" id="tab-support">
|
77 |
+
<?php require_once( $path . 'inc/php/tabs/support.php' ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
</div>
|
79 |
<!-- END-TAB 4 -->
|
80 |
|
inc/php/tabs/faq.php
ADDED
@@ -0,0 +1,338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Prevent Direct Access
|
5 |
+
*/
|
6 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Render FAQ Tab Content
|
10 |
+
*/
|
11 |
+
?>
|
12 |
+
<div class="postbox">
|
13 |
+
<h3 class="title"><?php _e( 'Frequently Asked Questions', $text ); ?></h3>
|
14 |
+
<div class="inside">
|
15 |
+
|
16 |
+
<p class="note">
|
17 |
+
<?php _e( 'If you have a question, please read the Frequently Asked Questions below to see if the answer is here.', $text ); ?>
|
18 |
+
</p>
|
19 |
+
|
20 |
+
<div class="panel-group" id="collapse-group">
|
21 |
+
<?php
|
22 |
+
$loopvalue = '22';
|
23 |
+
for ( $i = 1; $i <= $loopvalue; $i++ ) {
|
24 |
+
echo '<div class="panel panel-default">
|
25 |
+
<div class="panel-heading">
|
26 |
+
<a data-toggle="collapse" data-parent="#collapse-group" href="#element' . $i . '">
|
27 |
+
<h4 class="panel-title"></h4>
|
28 |
+
</a>
|
29 |
+
</div>
|
30 |
+
<div id="element' . $i . '" class="panel-collapse collapse">
|
31 |
+
<div class="panel-body">
|
32 |
+
</div>
|
33 |
+
</div>
|
34 |
+
</div>';
|
35 |
+
}
|
36 |
+
?>
|
37 |
+
</div>
|
38 |
+
|
39 |
+
<?php $i = 1; ?>
|
40 |
+
|
41 |
+
<div class="question-<?php echo $i; ?>">
|
42 |
+
<?php _e( 'Where can I find a documentation for this plugin?', $text ); ?>
|
43 |
+
</div>
|
44 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
45 |
+
<?php
|
46 |
+
printf(
|
47 |
+
__( 'Please visit our %s Documentation site %s to view documentation.', $text ),
|
48 |
+
'<a href="https://docs.spacexchimp.com" target="_blank">',
|
49 |
+
'</a>'
|
50 |
+
);
|
51 |
+
?>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
<div class="question-<?php echo $i; ?>">
|
55 |
+
<?php _e( 'Will this plugin work on my wordpress.COM website?', $text ); ?>
|
56 |
+
</div>
|
57 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
58 |
+
<?php _e( 'Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites.', $text ); ?>
|
59 |
+
<br><br>
|
60 |
+
<?php _e( 'Please note that there is a difference between wordpress.COM and wordpress.ORG.', $text ); ?>
|
61 |
+
<?php _e( 'The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software.', $text ); ?>
|
62 |
+
<?php
|
63 |
+
printf(
|
64 |
+
__( 'You can learn more about the difference here: %s .', $text ),
|
65 |
+
'<a href="https://en.support.wordpress.com/com-vs-org/" target="_blank">https://en.support.wordpress.com/com-vs-org/</a>'
|
66 |
+
);
|
67 |
+
?>
|
68 |
+
</div>
|
69 |
+
|
70 |
+
<div class="question-<?php echo $i; ?>">
|
71 |
+
<?php _e( 'Will this plugin work/compatible with the theme I use?', $text ); ?>
|
72 |
+
</div>
|
73 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
74 |
+
<?php _e( 'This plugin is compatible with most themes.', $text ); ?>
|
75 |
+
<?php _e( 'But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme.', $text ); ?>
|
76 |
+
<?php _e( 'We constantly check this plugin for compatibility with third-party themes.', $text ); ?>
|
77 |
+
<?php _e( 'If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $text ); ?>
|
78 |
+
<br><br>
|
79 |
+
<?php _e( 'If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
|
80 |
+
</div>
|
81 |
+
|
82 |
+
<div class="question-<?php echo $i; ?>">
|
83 |
+
<?php _e( 'Will this plugin work/compatible with other plugins that I use?', $text ); ?>
|
84 |
+
</div>
|
85 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
86 |
+
<?php _e( 'This plugin is compatible with most plugins.', $text ); ?>
|
87 |
+
<?php _e( 'But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin.', $text ); ?>
|
88 |
+
<?php _e( 'We constantly check this plugin for compatibility with third-party plugins.', $text ); ?>
|
89 |
+
<?php _e( 'If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $text ); ?>
|
90 |
+
<br><br>
|
91 |
+
<?php _e( 'If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
|
92 |
+
</div>
|
93 |
+
|
94 |
+
<div class="question-<?php echo $i; ?>">
|
95 |
+
<?php _e( 'Can I use this plugin on my language?', $text ); ?>
|
96 |
+
</div>
|
97 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
98 |
+
<?php _e( 'Yes.', $text ); ?>
|
99 |
+
<?php _e( 'This plugin is ready for translation and has already been translated into several languages.', $text ); ?>
|
100 |
+
<?php _e( 'But If your language is not available then you can make one.', $text ); ?>
|
101 |
+
<?php _e( 'It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections.', $text ); ?>
|
102 |
+
<?php _e( 'Many of plugin users would be delighted if you share your translation with the community.', $text ); ?>
|
103 |
+
<?php _e( 'Thanks for your contribution!', $text ); ?>
|
104 |
+
<br><br>
|
105 |
+
<?php
|
106 |
+
printf(
|
107 |
+
__( 'If you want to help translate this plugin, please visit the %s.', $text ),
|
108 |
+
'<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>'
|
109 |
+
);
|
110 |
+
?>
|
111 |
+
<?php _e( 'You can also use the POT file that is included and placed in the "languages" folder to create a translation PO file.', $text ); ?>
|
112 |
+
<?php
|
113 |
+
printf(
|
114 |
+
__( 'Just send the PO file to us ( %s ) and we will include this translation within the next plugin update.', $text ),
|
115 |
+
'<a href="mailto:support@spacexchimp.com?subject=New translation of the ' . $name . ' plugin">support@spacexchimp.com</a>'
|
116 |
+
);
|
117 |
+
?>
|
118 |
+
</div>
|
119 |
+
|
120 |
+
<div class="question-<?php echo $i; ?>">
|
121 |
+
<?php _e( 'How does it work?', $text ); ?>
|
122 |
+
</div>
|
123 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
124 |
+
<?php _e( 'On the "Settings" tab, fill in the required fields and click the "Save changes" button.', $text ); ?>
|
125 |
+
<?php _e( 'Enjoy the improved SEO of your website.', $text ); ?>
|
126 |
+
<?php _e( 'It\'s that simple!', $text ); ?>
|
127 |
+
</div>
|
128 |
+
|
129 |
+
<div class="question-<?php echo $i; ?>">
|
130 |
+
<?php _e( 'How much of description I can enter in the text field?', $text ); ?>
|
131 |
+
</div>
|
132 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
133 |
+
<?php _e( 'We don\'t limit the number of characters, but most search engines use a maximum of 160 chars for the home description.', $text ); ?>
|
134 |
+
</div>
|
135 |
+
|
136 |
+
<div class="question-<?php echo $i; ?>">
|
137 |
+
<?php _e( 'How much of keywords I can enter in the text field?', $text ); ?>
|
138 |
+
</div>
|
139 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
140 |
+
<?php _e( 'We don\'t limit the number of characters.', $text ); ?>
|
141 |
+
</div>
|
142 |
+
|
143 |
+
<div class="question-<?php echo $i; ?>">
|
144 |
+
<?php _e( 'What about compatibility with the plugin "All in One SEO Pack"?', $text ); ?>
|
145 |
+
</div>
|
146 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
147 |
+
<?php _e( 'As far as we know, the "All Meta Tags" plugin is compatible with the "All in One SEO Pack" plugin.', $text ); ?>
|
148 |
+
<?php _e( 'But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once.', $text ); ?>
|
149 |
+
<?php _e( 'Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:', $text ); ?>
|
150 |
+
<pre><code><head>
|
151 |
+
...
|
152 |
+
<meta name="copyright" content="Copyright (c) 2013-2019 Space X-Chimp. All Rights Reserved.">
|
153 |
+
...
|
154 |
+
<meta name="copyright" content="Copyright 2019 Space X-Chimp. All Rights Reserved.">
|
155 |
+
...
|
156 |
+
</head></code></pre>
|
157 |
+
<?php _e( 'If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
|
158 |
+
</div>
|
159 |
+
|
160 |
+
<div class="question-<?php echo $i; ?>">
|
161 |
+
<?php _e( 'What about compatibility with the plugin "Yoast SEO"?', $text ); ?>
|
162 |
+
</div>
|
163 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
164 |
+
<?php _e( 'As far as we know, the "All Meta Tags" plugin is compatible with the "Yoast SEO" plugin.', $text ); ?>
|
165 |
+
<?php _e( 'But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once.', $text ); ?>
|
166 |
+
<?php _e( 'Otherwise both plugins fulfill their work and you will get a duplicate actions.', $text ); ?>
|
167 |
+
<br><br>
|
168 |
+
<?php _e( 'If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
|
169 |
+
</div>
|
170 |
+
|
171 |
+
<div class="question-<?php echo $i; ?>">
|
172 |
+
<?php _e( 'Does this plugin requires any modification of the theme?', $text ); ?>
|
173 |
+
</div>
|
174 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
175 |
+
<?php _e( 'Absolutely not.', $text ); ?>
|
176 |
+
<?php _e( 'This plugin is configurable entirely from the plugin settings page.', $text ); ?>
|
177 |
+
</div>
|
178 |
+
|
179 |
+
<div class="question-<?php echo $i; ?>">
|
180 |
+
<?php _e( 'Does this require any knowledge of HTML or CSS?', $text ); ?>
|
181 |
+
</div>
|
182 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
183 |
+
<?php _e( 'Absolutely not.', $text ); ?>
|
184 |
+
<?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page.', $text ); ?>
|
185 |
+
</div>
|
186 |
+
|
187 |
+
<div class="question-<?php echo $i; ?> question-red">
|
188 |
+
<?php _e( 'It\'s not working.', $text ); ?>
|
189 |
+
<?php _e( 'What could be wrong?', $text ); ?>
|
190 |
+
</div>
|
191 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
192 |
+
<?php _e( 'As with every plugin, it\'s possible that things don\'t work.', $text ); ?>
|
193 |
+
<?php _e( 'It\'s impossible to tell what could be wrong exactly.', $text ); ?>
|
194 |
+
<?php _e( 'The most common reason for this is a web browser\'s cache.', $text ); ?>
|
195 |
+
<?php _e( 'Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load.', $text ); ?>
|
196 |
+
<?php _e( 'This is called the browser\'s cache.', $text ); ?>
|
197 |
+
<?php _e( 'Clearing your browser\'s cache may solve the problem.', $text ); ?>
|
198 |
+
<br><br>
|
199 |
+
<?php _e( 'If you post a support request in the plugin\'s support forum on WordPress.org, we\'d be happy to give it a look and try to help out.', $text ); ?>
|
200 |
+
<?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
|
201 |
+
</div>
|
202 |
+
|
203 |
+
<div class="question-<?php echo $i; ?> question-red">
|
204 |
+
<?php _e( 'I can\'t get verify my website.', $text ); ?>
|
205 |
+
<?php _e( 'What am I doing wrong?', $text ); ?>
|
206 |
+
</div>
|
207 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
208 |
+
<?php _e( 'The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name="google-site-verification" content=“1234567890” /></code>).', $text ); ?>
|
209 |
+
<?php _e( 'So just paste that into the relevant field and you will see “Success” message appear within a few seconds.', $text ); ?>
|
210 |
+
</div>
|
211 |
+
|
212 |
+
<div class="question-<?php echo $i; ?> question-red">
|
213 |
+
<?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin.', $text ); ?>
|
214 |
+
<?php _e( 'Why is this?', $text ); ?>
|
215 |
+
</div>
|
216 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
217 |
+
<?php _e( 'This plugin can not cause such problem.', $text ); ?>
|
218 |
+
<?php _e( 'More likely, the problem are related to the settings of the website.', $text ); ?>
|
219 |
+
<?php _e( 'It could just be a cache, so please try to clear your website\'s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser.', $text ); ?>
|
220 |
+
<?php _e( 'Also please try to re-login to the website, this too can help.', $text ); ?>
|
221 |
+
</div>
|
222 |
+
|
223 |
+
<div class="question-<?php echo $i; ?> question-red">
|
224 |
+
<?php _e( 'Where to report bug if found?', $text ); ?>
|
225 |
+
</div>
|
226 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
227 |
+
<?php _e( 'Bug reports are very welcome!', $text ); ?>
|
228 |
+
<?php
|
229 |
+
printf(
|
230 |
+
__( 'Please visit our %s contact page %s and report.', $text ),
|
231 |
+
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
232 |
+
'</a>'
|
233 |
+
);
|
234 |
+
?>
|
235 |
+
<?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
|
236 |
+
<?php _e( 'Thank you!', $text ); ?>
|
237 |
+
<br><br>
|
238 |
+
<?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
|
239 |
+
<?php _e( 'Describe in more detail what exactly you are seeing.', $text ); ?>
|
240 |
+
<?php _e( 'Here are some examples:', $text ); ?>
|
241 |
+
<br><br>
|
242 |
+
<ul class="custom-list">
|
243 |
+
<li><?php _e( 'Elements of the plugin settings page are not working.', $text ); ?></li>
|
244 |
+
<li><?php _e( 'An error message is displayed on the plugin settings page.', $text ); ?></li>
|
245 |
+
<li><?php _e( 'An error message is displayed on the front end of website.', $text ); ?></li>
|
246 |
+
<li><?php _e( 'An error message is displayed on the back end of website.', $text ); ?></li>
|
247 |
+
<li><?php _e( 'Website is crashed.', $text ); ?></li>
|
248 |
+
</ul>
|
249 |
+
</div>
|
250 |
+
|
251 |
+
<div class="question-<?php echo $i; ?>">
|
252 |
+
<?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?>
|
253 |
+
</div>
|
254 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
255 |
+
<?php _e( 'Any suggestions are very welcome!', $text ); ?>
|
256 |
+
<?php
|
257 |
+
printf(
|
258 |
+
__( 'Please visit our %s contact page %s.', $text ),
|
259 |
+
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
260 |
+
'</a>'
|
261 |
+
);
|
262 |
+
?>
|
263 |
+
<?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
|
264 |
+
<?php _e( 'Thank you!', $text ); ?>
|
265 |
+
</div>
|
266 |
+
|
267 |
+
<div class="question-<?php echo $i; ?>">
|
268 |
+
<?php _e( 'I love this plugin!', $text ); ?>
|
269 |
+
<?php _e( 'Can I help somehow?', $text ); ?>
|
270 |
+
</div>
|
271 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
272 |
+
<?php _e( 'Yes, any contributions are very welcome!', $text ); ?>
|
273 |
+
<?php
|
274 |
+
printf(
|
275 |
+
__( 'Please visit our %s Support Us %s page.', $text ),
|
276 |
+
'<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
|
277 |
+
'</a>'
|
278 |
+
);
|
279 |
+
?>
|
280 |
+
<?php _e( 'Thank you!', $text ); ?>
|
281 |
+
</div>
|
282 |
+
|
283 |
+
<div class="question-<?php echo $i; ?>">
|
284 |
+
<?php _e( 'Where can I find information about your licenses, payment process and refunds?', $text ); ?>
|
285 |
+
</div>
|
286 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
287 |
+
<?php
|
288 |
+
printf(
|
289 |
+
__( 'Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page.', $text ),
|
290 |
+
'<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
|
291 |
+
'</a>'
|
292 |
+
);
|
293 |
+
?>
|
294 |
+
</div>
|
295 |
+
|
296 |
+
<div class="question-<?php echo $i; ?>">
|
297 |
+
<?php _e( 'Where can I find information about your customer support?', $text ); ?>
|
298 |
+
</div>
|
299 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
300 |
+
<?php
|
301 |
+
printf(
|
302 |
+
__( 'Answers to common questions about our customer support can be found on our %s Common Questions %s page.', $text ),
|
303 |
+
'<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
|
304 |
+
'</a>'
|
305 |
+
);
|
306 |
+
?>
|
307 |
+
</div>
|
308 |
+
|
309 |
+
<div class="question-<?php echo $i; ?>">
|
310 |
+
<?php _e( 'Where can I find information about your affiliate program?', $text ); ?>
|
311 |
+
</div>
|
312 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
313 |
+
<?php
|
314 |
+
printf(
|
315 |
+
__( 'Answers to common questions about our affiliate program can be found on our %s Common Questions %s page.', $text ),
|
316 |
+
'<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
|
317 |
+
'</a>'
|
318 |
+
);
|
319 |
+
?>
|
320 |
+
</div>
|
321 |
+
|
322 |
+
<div class="question-<?php echo $i; ?>">
|
323 |
+
<?php _e( 'My question wasn\'t answered here.', $text ); ?>
|
324 |
+
</div>
|
325 |
+
<div class="answer-<?php echo $i; $i++ ?>">
|
326 |
+
<?php
|
327 |
+
printf(
|
328 |
+
__( 'You can ask your question on %s this page %s.', $text ),
|
329 |
+
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
330 |
+
'</a>'
|
331 |
+
);
|
332 |
+
?>
|
333 |
+
<?php _e( 'But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone.', $text ); ?>
|
334 |
+
</div>
|
335 |
+
|
336 |
+
</div>
|
337 |
+
</div>
|
338 |
+
<?php
|
inc/php/{settings.php → tabs/settings.php}
RENAMED
File without changes
|
inc/php/tabs/support.php
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Prevent Direct Access
|
5 |
+
*/
|
6 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Render Support Us Tab Content
|
10 |
+
*/
|
11 |
+
?>
|
12 |
+
<div class="postbox">
|
13 |
+
<h3 class="title"><?php _e( 'Support Us', $text ); ?></h3>
|
14 |
+
<div class="inside">
|
15 |
+
<span class="image-with-button pull-left">
|
16 |
+
<img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!">
|
17 |
+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
|
18 |
+
<span class="btn-label">
|
19 |
+
<img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
|
20 |
+
</span>
|
21 |
+
<?php _e( 'Donate with PayPal', $text ); ?>
|
22 |
+
</a>
|
23 |
+
</span>
|
24 |
+
<p>
|
25 |
+
<?php _e( 'Hello!', $text ); ?>
|
26 |
+
<?php
|
27 |
+
printf(
|
28 |
+
__( 'My name is %s Arthur %s, I\'m the founder of %s Space X-Chimp %s, which unites a small international team of young people.', $text ),
|
29 |
+
'<a href="https://www.instagram.com/arthur_gareginyan/" target="_blank">',
|
30 |
+
'</a>',
|
31 |
+
'<a href="https://www.spacexchimp.com" target="_blank">',
|
32 |
+
'</a>'
|
33 |
+
);
|
34 |
+
?>
|
35 |
+
</p>
|
36 |
+
<p>
|
37 |
+
<?php _e( 'Our intention is to create projects that will make this world a better place.', $text ); ?>
|
38 |
+
<?php _e( 'Our motto is - «Follow your dreams and don’t give up».', $text ); ?>
|
39 |
+
<?php _e( 'We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too.', $text ); ?>
|
40 |
+
</p>
|
41 |
+
<p>
|
42 |
+
<?php _e( 'We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them.', $text ); ?>
|
43 |
+
<?php _e( 'But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy.', $text ); ?>
|
44 |
+
</p>
|
45 |
+
<p>
|
46 |
+
<?php _e( 'If you appreciate our work, you can buy us a cup of coffee!', $text ); ?>
|
47 |
+
</p>
|
48 |
+
<p>
|
49 |
+
<?php _e( 'Thank you for your support!', $text ); ?>
|
50 |
+
</p>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
<?php
|
inc/php/tabs/usage.php
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Prevent Direct Access
|
5 |
+
*/
|
6 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Render Usage Tab Content
|
10 |
+
*/
|
11 |
+
?>
|
12 |
+
<div class="postbox">
|
13 |
+
<h3 class="title"><?php _e( 'Usage Instructions', $text ); ?></h3>
|
14 |
+
<div class="inside">
|
15 |
+
<p><?php _e( 'To add the meta tags to your website, simply follow these steps:', $text ); ?></p>
|
16 |
+
<ol class="custom-counter">
|
17 |
+
<li><?php _e( 'Go to the "Settings" tab on this page.', $text ); ?></li>
|
18 |
+
<li><?php _e( 'Fill in the required fields.', $text ); ?></li>
|
19 |
+
<li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
|
20 |
+
<li><?php _e( 'Enjoy the improved SEO of your website.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
|
21 |
+
</ol>
|
22 |
+
<p class="note">
|
23 |
+
<?php
|
24 |
+
printf(
|
25 |
+
__( 'If you want more options, then %s let us know %s and we will be happy to add them.', $text ),
|
26 |
+
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
27 |
+
'</a>'
|
28 |
+
);
|
29 |
+
?>
|
30 |
+
</p>
|
31 |
+
</div>
|
32 |
+
</div>
|
33 |
+
<?php
|
languages/all-meta-tags-de_DE.mo
CHANGED
Binary file
|
languages/all-meta-tags-de_DE.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Einstellungen"
|
26 |
|
@@ -32,7 +32,7 @@ msgstr "Spende"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:27 inc/php/
|
36 |
msgid "Hello!"
|
37 |
msgstr "Hallo!"
|
38 |
|
@@ -53,695 +53,696 @@ msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
|
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
|
55 |
|
56 |
-
#: inc/php/page.php:
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "by %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr "Version"
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr "Verwendung"
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr "Unterstützung"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr "Geschäft"
|
80 |
|
81 |
-
#: inc/php/
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
|
85 |
-
#: inc/php/
|
86 |
-
msgid "
|
87 |
-
msgstr ""
|
88 |
|
89 |
-
#: inc/php/
|
90 |
-
msgid "
|
91 |
-
msgstr "
|
92 |
|
93 |
-
#: inc/php/
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
|
97 |
-
#: inc/php/
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
-
#: inc/php/
|
102 |
-
msgid "
|
103 |
-
msgstr ""
|
104 |
|
105 |
-
#: inc/php/
|
106 |
-
|
107 |
-
|
|
|
108 |
|
109 |
-
#: inc/php/
|
110 |
-
|
111 |
-
|
112 |
-
msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
|
113 |
|
114 |
-
#: inc/php/
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: inc/php/
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
|
121 |
|
122 |
-
#: inc/php/
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/php/
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: inc/php/
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr "Funktioniert dieses Plugin auf meiner wordpress.COM Webseite?"
|
134 |
|
135 |
-
#: inc/php/
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (wordpress.ORG) Webseiten."
|
138 |
|
139 |
-
#: inc/php/
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/php/
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/php/
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/php/
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: inc/php/
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: inc/php/
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: inc/php/
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/php/
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/php/
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: inc/php/
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: inc/php/
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
|
203 |
|
204 |
-
#: inc/php/
|
205 |
msgid "Yes."
|
206 |
msgstr "Ja."
|
207 |
|
208 |
-
#: inc/php/
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr "Dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
|
211 |
|
212 |
-
#: inc/php/
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: inc/php/
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
|
219 |
|
220 |
-
#: inc/php/
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen."
|
223 |
|
224 |
-
#: inc/php/
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "Danke für Ihre Mithilfe!"
|
227 |
|
228 |
-
#: inc/php/
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, bitte besuchen Sie %s."
|
232 |
|
233 |
-
#: inc/php/
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr "Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen."
|
236 |
|
237 |
-
#: inc/php/
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr "Senden Sie die übersetzte PO Datei an uns ( %s ) und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
|
241 |
|
242 |
-
#: inc/php/
|
243 |
msgid "How does it work?"
|
244 |
msgstr "Wie arbeitet das Plugin?"
|
245 |
|
246 |
-
#: inc/php/
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
msgid "How much of description I can enter in the text field?"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/php/
|
255 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: inc/php/
|
259 |
msgid "How much of keywords I can enter in the text field?"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/php/
|
263 |
msgid "We don't limit the number of characters."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/php/
|
267 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/php/
|
271 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/php/
|
275 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: inc/php/
|
279 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: inc/php/
|
283 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/php/
|
287 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/php/
|
291 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/php/
|
295 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/php/
|
299 |
msgid "Does this plugin requires any modification of the theme?"
|
300 |
msgstr "Benötigt das Plugin Veränderungen am Theme?"
|
301 |
|
302 |
-
#: inc/php/
|
303 |
msgid "Absolutely not."
|
304 |
msgstr "Absolut nicht."
|
305 |
|
306 |
-
#: inc/php/
|
307 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
308 |
msgstr "Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
|
309 |
|
310 |
-
#: inc/php/
|
311 |
msgid "Does this require any knowledge of HTML or CSS?"
|
312 |
msgstr "Brauche ich HTML oder CSS Kenntnisse?"
|
313 |
|
314 |
-
#: inc/php/
|
315 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
316 |
msgstr "Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert werden, using an easy-to-use plugin settings page."
|
317 |
|
318 |
-
#: inc/php/
|
319 |
msgid "It's not working."
|
320 |
msgstr "Es funktioniert nicht."
|
321 |
|
322 |
-
#: inc/php/
|
323 |
msgid "What could be wrong?"
|
324 |
msgstr "Was könnte falsch sein?"
|
325 |
|
326 |
-
#: inc/php/
|
327 |
msgid "As with every plugin, it's possible that things don't work."
|
328 |
msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert."
|
329 |
|
330 |
-
#: inc/php/
|
331 |
msgid "It's impossible to tell what could be wrong exactly."
|
332 |
msgstr "Es ist unmöglich genau festzustellen was falsch ist."
|
333 |
|
334 |
-
#: inc/php/
|
335 |
msgid "The most common reason for this is a web browser's cache."
|
336 |
msgstr "Der häufigste Grund dafür ist der Cache Ihres Webbrowsers."
|
337 |
|
338 |
-
#: inc/php/
|
339 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
340 |
msgstr "Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren."
|
341 |
|
342 |
-
#: inc/php/
|
343 |
msgid "This is called the browser's cache."
|
344 |
msgstr "Das nennt man den Browser Cache."
|
345 |
|
346 |
-
#: inc/php/
|
347 |
msgid "Clearing your browser's cache may solve the problem."
|
348 |
msgstr "Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
|
349 |
|
350 |
-
#: inc/php/
|
351 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
352 |
msgstr "Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von wordpress.ORG stellen, helfe wir Ihnen gerne."
|
353 |
|
354 |
-
#: inc/php/
|
355 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
356 |
msgstr "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
|
357 |
|
358 |
-
#: inc/php/
|
359 |
msgid "I can't get verify my website."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: inc/php/
|
363 |
msgid "What am I doing wrong?"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: inc/php/
|
367 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: inc/php/
|
371 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/php/
|
375 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
376 |
msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten."
|
377 |
|
378 |
-
#: inc/php/
|
379 |
msgid "Why is this?"
|
380 |
msgstr "Warum ist das so?"
|
381 |
|
382 |
-
#: inc/php/
|
383 |
msgid "This plugin can not cause such problem."
|
384 |
msgstr "Dieses Plugin kann ein solches Problem nicht verursachen."
|
385 |
|
386 |
-
#: inc/php/
|
387 |
msgid "More likely, the problem are related to the settings of the website."
|
388 |
msgstr "Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen."
|
389 |
|
390 |
-
#: inc/php/
|
391 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
392 |
msgstr "Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers."
|
393 |
|
394 |
-
#: inc/php/
|
395 |
msgid "Also please try to re-login to the website, this too can help."
|
396 |
msgstr "Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
|
397 |
|
398 |
-
#: inc/php/
|
399 |
msgid "Where to report bug if found?"
|
400 |
msgstr "Wo kann ich eine Fehler melden?"
|
401 |
|
402 |
-
#: inc/php/
|
403 |
msgid "Bug reports are very welcome!"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: inc/php/
|
407 |
#, php-format
|
408 |
msgid "Please visit our %s contact page %s and report."
|
409 |
msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s und berichten Sie."
|
410 |
|
411 |
-
#: inc/php/
|
412 |
msgid "Please do not forget to specify the name of the plugin."
|
413 |
msgstr "Bitte vergiss nicht den Namen des Plugins anzugeben."
|
414 |
|
415 |
-
#: inc/php/
|
416 |
msgid "Thank you!"
|
417 |
msgstr "Danke!"
|
418 |
|
419 |
-
#: inc/php/
|
420 |
msgid "Describe in more detail what exactly you are seeing."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/php/
|
424 |
msgid "Here are some examples:"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/php/
|
428 |
msgid "Elements of the plugin settings page are not working."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/php/
|
432 |
msgid "An error message is displayed on the plugin settings page."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: inc/php/
|
436 |
msgid "An error message is displayed on the front end of website."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: inc/php/
|
440 |
msgid "An error message is displayed on the back end of website."
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: inc/php/
|
444 |
msgid "Website is crashed."
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: inc/php/
|
448 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
449 |
msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
|
450 |
|
451 |
-
#: inc/php/
|
452 |
msgid "Any suggestions are very welcome!"
|
453 |
msgstr "Irgendwelche Vorschläge sind sehr willkommen!"
|
454 |
|
455 |
-
#: inc/php/
|
456 |
#, php-format
|
457 |
msgid "Please visit our %s contact page %s."
|
458 |
msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s."
|
459 |
|
460 |
-
#: inc/php/
|
461 |
msgid "I love this plugin!"
|
462 |
msgstr "Ich liebe dieses Plugin!"
|
463 |
|
464 |
-
#: inc/php/
|
465 |
msgid "Can I help somehow?"
|
466 |
msgstr "Kann ich Irgendwie helfen?"
|
467 |
|
468 |
-
#: inc/php/
|
469 |
msgid "Yes, any contributions are very welcome!"
|
470 |
msgstr "Ja, jede Mithilfe ist sehr willkommen!"
|
471 |
|
472 |
-
#: inc/php/
|
473 |
#, php-format
|
474 |
msgid "Please visit our %s Support Us %s page."
|
475 |
msgstr "Bitte besuchen Sie unsere %s Support Us %s Seite."
|
476 |
|
477 |
-
#: inc/php/
|
478 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: inc/php/
|
482 |
#, php-format
|
483 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: inc/php/
|
487 |
msgid "Where can I find information about your customer support?"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: inc/php/
|
491 |
#, php-format
|
492 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/php/
|
496 |
msgid "Where can I find information about your affiliate program?"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: inc/php/
|
500 |
#, php-format
|
501 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: inc/php/
|
505 |
msgid "My question wasn't answered here."
|
506 |
msgstr "Meine Fragen wurden nicht beantwortet."
|
507 |
|
508 |
-
#: inc/php/
|
509 |
#, php-format
|
510 |
msgid "You can ask your question on %s this page %s."
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: inc/php/
|
514 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
515 |
msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
|
516 |
|
517 |
-
#: inc/php/
|
518 |
-
msgid "Support Us"
|
519 |
-
msgstr "Unterstütze uns"
|
520 |
-
|
521 |
-
#: inc/php/page.php:429 inc/php/settings.php:226 inc/php/sidebar.php:46
|
522 |
-
msgid "Donate with PayPal"
|
523 |
-
msgstr "Spende mit PayPal"
|
524 |
-
|
525 |
-
#: inc/php/page.php:436
|
526 |
-
#, php-format
|
527 |
-
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
528 |
-
msgstr "Meine name ist %s Arthur %s und ich bin der Gründer von %s Space X-Chimp %s, which unites a small international team of young people."
|
529 |
-
|
530 |
-
#: inc/php/page.php:445
|
531 |
-
msgid "Our intention is to create projects that will make this world a better place."
|
532 |
-
msgstr "Unser Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort machen."
|
533 |
-
|
534 |
-
#: inc/php/page.php:446
|
535 |
-
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: inc/php/page.php:447
|
539 |
-
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
540 |
-
msgstr "Wir sind begeistert von unserer Arbeit, wir mag, was wir tue, und hoffe, dass Sie auch von unsere Projekten bereichert werden."
|
541 |
-
|
542 |
-
#: inc/php/page.php:450
|
543 |
-
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
544 |
-
msgstr "Wir haben viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die wir entwickeln, nützlich sind. Der ultimative Beweis für uns ist, dass Sie sie tatsächlich verwenden."
|
545 |
-
|
546 |
-
#: inc/php/page.php:451
|
547 |
-
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: inc/php/page.php:454
|
551 |
-
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
552 |
-
msgstr "Wenn Ihnen unsere Arbeit gefällt, können Sie uns gerne einen Kaffee kaufen!"
|
553 |
-
|
554 |
-
#: inc/php/page.php:457
|
555 |
-
msgid "Thank you for your support!"
|
556 |
-
msgstr "Danke für Ihre Unterstützung!"
|
557 |
-
|
558 |
-
#: inc/php/settings.php:21 inc/php/settings.php:195
|
559 |
msgid "Save changes"
|
560 |
msgstr "Änderungen speichern"
|
561 |
|
562 |
-
#: inc/php/settings.php:25
|
563 |
msgid "Web Master Tools"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: inc/php/settings.php:27
|
567 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: inc/php/settings.php:33
|
571 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: inc/php/settings.php:39
|
575 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: inc/php/settings.php:45
|
579 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: inc/php/settings.php:54
|
583 |
msgid "Domain Verification"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: inc/php/settings.php:56
|
587 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: inc/php/settings.php:62
|
591 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: inc/php/settings.php:68
|
595 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: inc/php/settings.php:74
|
599 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: inc/php/settings.php:80
|
603 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: inc/php/settings.php:86
|
607 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: inc/php/settings.php:92
|
611 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: inc/php/settings.php:98
|
615 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: inc/php/settings.php:104
|
619 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: inc/php/settings.php:108
|
623 |
msgid "Custom Meta Tags"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: inc/php/settings.php:110
|
627 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: inc/php/settings.php:118
|
631 |
msgid "Meta Tags for Static Home Page only"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: inc/php/settings.php:120
|
635 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: inc/php/settings.php:124
|
639 |
msgid "Home Description"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/settings.php:126 inc/php/settings.php:147
|
643 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: inc/php/settings.php:129
|
647 |
msgid "Home Keyword(s)"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: inc/php/settings.php:131
|
651 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: inc/php/settings.php:139
|
655 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: inc/php/settings.php:141
|
659 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: inc/php/settings.php:145
|
663 |
msgid "Blog Description"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: inc/php/settings.php:150
|
667 |
msgid "Blog Keyword(s)"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: inc/php/settings.php:152
|
671 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: inc/php/settings.php:160
|
675 |
msgid "Meta Tags for the entire website (Global)"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: inc/php/settings.php:162
|
679 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: inc/php/settings.php:166
|
683 |
msgid "Author"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: inc/php/settings.php:171
|
687 |
msgid "Designer"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: inc/php/settings.php:176
|
691 |
msgid "Contact"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: inc/php/settings.php:181
|
695 |
msgid "Copyright"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: inc/php/settings.php:186
|
699 |
msgid "Keyword(s)"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: inc/php/settings.php:188
|
703 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: inc/php/settings.php:198
|
707 |
msgid "WooCommerce & Google Shopping"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: inc/php/settings.php:200
|
711 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: inc/php/settings.php:214
|
715 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: inc/php/
|
719 |
-
msgid "
|
720 |
-
msgstr "
|
721 |
|
722 |
-
#: inc/php/
|
723 |
-
|
724 |
-
|
|
|
725 |
|
726 |
-
#: inc/php/
|
727 |
-
msgid "
|
728 |
-
msgstr "
|
729 |
|
730 |
-
#: inc/php/
|
731 |
-
msgid "
|
732 |
-
msgstr "
|
733 |
|
734 |
-
#: inc/php/
|
735 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: inc/php/
|
739 |
-
msgid "
|
740 |
-
msgstr "
|
741 |
|
742 |
-
#: inc/php/
|
743 |
-
msgid "
|
744 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
|
746 |
#. Plugin Name of the plugin/theme
|
747 |
msgid "All Meta Tags"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-01 06:39+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-01 06:39+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:46
|
24 |
msgid "Settings"
|
25 |
msgstr "Einstellungen"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:27 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr "Hallo!"
|
38 |
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
|
55 |
|
56 |
+
#: inc/php/page.php:33
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "by %s Space X-Chimp %s"
|
60 |
|
61 |
+
#: inc/php/page.php:39
|
62 |
msgid "Version"
|
63 |
msgstr "Version"
|
64 |
|
65 |
+
#: inc/php/page.php:47
|
66 |
msgid "Usage"
|
67 |
msgstr "Verwendung"
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
+
#: inc/php/page.php:49 inc/php/sidebar.php:39 inc/php/tabs/settings.php:219
|
74 |
msgid "Support"
|
75 |
msgstr "Unterstützung"
|
76 |
|
77 |
+
#: inc/php/page.php:50
|
78 |
msgid "Store"
|
79 |
msgstr "Geschäft"
|
80 |
|
81 |
+
#: inc/php/sidebar.php:16
|
82 |
+
msgid "We are «Space X-Chimp»"
|
83 |
+
msgstr "Wir sind «Space X-Chimp»"
|
84 |
|
85 |
+
#: inc/php/sidebar.php:25
|
86 |
+
msgid "About"
|
87 |
+
msgstr "Über"
|
88 |
|
89 |
+
#: inc/php/sidebar.php:27
|
90 |
+
msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
91 |
+
msgstr ""
|
92 |
|
93 |
+
#: inc/php/sidebar.php:32
|
94 |
+
msgid "Help"
|
95 |
+
msgstr "Hilfe"
|
96 |
|
97 |
+
#: inc/php/sidebar.php:34
|
98 |
+
msgid "If you have a question, please read the information in the FAQ section."
|
99 |
+
msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
|
100 |
|
101 |
+
#: inc/php/sidebar.php:41 inc/php/tabs/settings.php:221
|
102 |
+
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
103 |
+
msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
|
104 |
|
105 |
+
#: inc/php/sidebar.php:46 inc/php/tabs/settings.php:226
|
106 |
+
#: inc/php/tabs/support.php:21
|
107 |
+
msgid "Donate with PayPal"
|
108 |
+
msgstr "Spende mit PayPal"
|
109 |
|
110 |
+
#: inc/php/sidebar.php:48 inc/php/tabs/settings.php:228
|
111 |
+
msgid "Thanks for your support!"
|
112 |
+
msgstr "Danke für Ihre Unterstützung!"
|
|
|
113 |
|
114 |
+
#: inc/php/tabs/faq.php:13
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: inc/php/tabs/faq.php:17
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
|
121 |
|
122 |
+
#: inc/php/tabs/faq.php:42
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/php/tabs/faq.php:47
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: inc/php/tabs/faq.php:55
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr "Funktioniert dieses Plugin auf meiner wordpress.COM Webseite?"
|
134 |
|
135 |
+
#: inc/php/tabs/faq.php:58
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (wordpress.ORG) Webseiten."
|
138 |
|
139 |
+
#: inc/php/tabs/faq.php:60
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: inc/php/tabs/faq.php:61
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: inc/php/tabs/faq.php:64
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: inc/php/tabs/faq.php:71
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: inc/php/tabs/faq.php:74
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/tabs/faq.php:75
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/php/tabs/faq.php:76
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: inc/php/tabs/faq.php:77
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: inc/php/tabs/faq.php:79
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/php/tabs/faq.php:83
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/tabs/faq.php:86
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/tabs/faq.php:87
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/tabs/faq.php:88
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/tabs/faq.php:89
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/tabs/faq.php:91
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/tabs/faq.php:95
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
|
203 |
|
204 |
+
#: inc/php/tabs/faq.php:98
|
205 |
msgid "Yes."
|
206 |
msgstr "Ja."
|
207 |
|
208 |
+
#: inc/php/tabs/faq.php:99
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr "Dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
|
211 |
|
212 |
+
#: inc/php/tabs/faq.php:100
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/tabs/faq.php:101
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
|
219 |
|
220 |
+
#: inc/php/tabs/faq.php:102
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen."
|
223 |
|
224 |
+
#: inc/php/tabs/faq.php:103
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "Danke für Ihre Mithilfe!"
|
227 |
|
228 |
+
#: inc/php/tabs/faq.php:107
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, bitte besuchen Sie %s."
|
232 |
|
233 |
+
#: inc/php/tabs/faq.php:111
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr "Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen."
|
236 |
|
237 |
+
#: inc/php/tabs/faq.php:114
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr "Senden Sie die übersetzte PO Datei an uns ( %s ) und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
|
241 |
|
242 |
+
#: inc/php/tabs/faq.php:121
|
243 |
msgid "How does it work?"
|
244 |
msgstr "Wie arbeitet das Plugin?"
|
245 |
|
246 |
+
#: inc/php/tabs/faq.php:124
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:20
|
251 |
+
msgid "Enjoy the improved SEO of your website."
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: inc/php/tabs/faq.php:126 inc/php/tabs/usage.php:20
|
255 |
+
msgid "It's that simple!"
|
256 |
+
msgstr "Es ist ganz einfach!"
|
257 |
+
|
258 |
+
#: inc/php/tabs/faq.php:130
|
259 |
msgid "How much of description I can enter in the text field?"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/php/tabs/faq.php:133
|
263 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: inc/php/tabs/faq.php:137
|
267 |
msgid "How much of keywords I can enter in the text field?"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/php/tabs/faq.php:140
|
271 |
msgid "We don't limit the number of characters."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: inc/php/tabs/faq.php:144
|
275 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: inc/php/tabs/faq.php:147
|
279 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: inc/php/tabs/faq.php:148 inc/php/tabs/faq.php:165
|
283 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: inc/php/tabs/faq.php:149
|
287 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: inc/php/tabs/faq.php:157 inc/php/tabs/faq.php:168
|
291 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: inc/php/tabs/faq.php:161
|
295 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: inc/php/tabs/faq.php:164
|
299 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: inc/php/tabs/faq.php:166
|
303 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: inc/php/tabs/faq.php:172
|
307 |
msgid "Does this plugin requires any modification of the theme?"
|
308 |
msgstr "Benötigt das Plugin Veränderungen am Theme?"
|
309 |
|
310 |
+
#: inc/php/tabs/faq.php:175 inc/php/tabs/faq.php:183
|
311 |
msgid "Absolutely not."
|
312 |
msgstr "Absolut nicht."
|
313 |
|
314 |
+
#: inc/php/tabs/faq.php:176
|
315 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
316 |
msgstr "Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
|
317 |
|
318 |
+
#: inc/php/tabs/faq.php:180
|
319 |
msgid "Does this require any knowledge of HTML or CSS?"
|
320 |
msgstr "Brauche ich HTML oder CSS Kenntnisse?"
|
321 |
|
322 |
+
#: inc/php/tabs/faq.php:184
|
323 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
324 |
msgstr "Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert werden, using an easy-to-use plugin settings page."
|
325 |
|
326 |
+
#: inc/php/tabs/faq.php:188
|
327 |
msgid "It's not working."
|
328 |
msgstr "Es funktioniert nicht."
|
329 |
|
330 |
+
#: inc/php/tabs/faq.php:189
|
331 |
msgid "What could be wrong?"
|
332 |
msgstr "Was könnte falsch sein?"
|
333 |
|
334 |
+
#: inc/php/tabs/faq.php:192
|
335 |
msgid "As with every plugin, it's possible that things don't work."
|
336 |
msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert."
|
337 |
|
338 |
+
#: inc/php/tabs/faq.php:193
|
339 |
msgid "It's impossible to tell what could be wrong exactly."
|
340 |
msgstr "Es ist unmöglich genau festzustellen was falsch ist."
|
341 |
|
342 |
+
#: inc/php/tabs/faq.php:194
|
343 |
msgid "The most common reason for this is a web browser's cache."
|
344 |
msgstr "Der häufigste Grund dafür ist der Cache Ihres Webbrowsers."
|
345 |
|
346 |
+
#: inc/php/tabs/faq.php:195
|
347 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
348 |
msgstr "Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren."
|
349 |
|
350 |
+
#: inc/php/tabs/faq.php:196
|
351 |
msgid "This is called the browser's cache."
|
352 |
msgstr "Das nennt man den Browser Cache."
|
353 |
|
354 |
+
#: inc/php/tabs/faq.php:197
|
355 |
msgid "Clearing your browser's cache may solve the problem."
|
356 |
msgstr "Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
|
357 |
|
358 |
+
#: inc/php/tabs/faq.php:199
|
359 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
360 |
msgstr "Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von wordpress.ORG stellen, helfe wir Ihnen gerne."
|
361 |
|
362 |
+
#: inc/php/tabs/faq.php:200 inc/php/tabs/faq.php:238
|
363 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
364 |
msgstr "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
|
365 |
|
366 |
+
#: inc/php/tabs/faq.php:204
|
367 |
msgid "I can't get verify my website."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: inc/php/tabs/faq.php:205
|
371 |
msgid "What am I doing wrong?"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: inc/php/tabs/faq.php:208
|
375 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: inc/php/tabs/faq.php:209
|
379 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: inc/php/tabs/faq.php:213
|
383 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
384 |
msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten."
|
385 |
|
386 |
+
#: inc/php/tabs/faq.php:214
|
387 |
msgid "Why is this?"
|
388 |
msgstr "Warum ist das so?"
|
389 |
|
390 |
+
#: inc/php/tabs/faq.php:217
|
391 |
msgid "This plugin can not cause such problem."
|
392 |
msgstr "Dieses Plugin kann ein solches Problem nicht verursachen."
|
393 |
|
394 |
+
#: inc/php/tabs/faq.php:218
|
395 |
msgid "More likely, the problem are related to the settings of the website."
|
396 |
msgstr "Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen."
|
397 |
|
398 |
+
#: inc/php/tabs/faq.php:219
|
399 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
400 |
msgstr "Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers."
|
401 |
|
402 |
+
#: inc/php/tabs/faq.php:220
|
403 |
msgid "Also please try to re-login to the website, this too can help."
|
404 |
msgstr "Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
|
405 |
|
406 |
+
#: inc/php/tabs/faq.php:224
|
407 |
msgid "Where to report bug if found?"
|
408 |
msgstr "Wo kann ich eine Fehler melden?"
|
409 |
|
410 |
+
#: inc/php/tabs/faq.php:227
|
411 |
msgid "Bug reports are very welcome!"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: inc/php/tabs/faq.php:230
|
415 |
#, php-format
|
416 |
msgid "Please visit our %s contact page %s and report."
|
417 |
msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s und berichten Sie."
|
418 |
|
419 |
+
#: inc/php/tabs/faq.php:235 inc/php/tabs/faq.php:263
|
420 |
msgid "Please do not forget to specify the name of the plugin."
|
421 |
msgstr "Bitte vergiss nicht den Namen des Plugins anzugeben."
|
422 |
|
423 |
+
#: inc/php/tabs/faq.php:236 inc/php/tabs/faq.php:264 inc/php/tabs/faq.php:280
|
424 |
msgid "Thank you!"
|
425 |
msgstr "Danke!"
|
426 |
|
427 |
+
#: inc/php/tabs/faq.php:239
|
428 |
msgid "Describe in more detail what exactly you are seeing."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/php/tabs/faq.php:240
|
432 |
msgid "Here are some examples:"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: inc/php/tabs/faq.php:243
|
436 |
msgid "Elements of the plugin settings page are not working."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: inc/php/tabs/faq.php:244
|
440 |
msgid "An error message is displayed on the plugin settings page."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: inc/php/tabs/faq.php:245
|
444 |
msgid "An error message is displayed on the front end of website."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: inc/php/tabs/faq.php:246
|
448 |
msgid "An error message is displayed on the back end of website."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: inc/php/tabs/faq.php:247
|
452 |
msgid "Website is crashed."
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: inc/php/tabs/faq.php:252
|
456 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
457 |
msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
|
458 |
|
459 |
+
#: inc/php/tabs/faq.php:255
|
460 |
msgid "Any suggestions are very welcome!"
|
461 |
msgstr "Irgendwelche Vorschläge sind sehr willkommen!"
|
462 |
|
463 |
+
#: inc/php/tabs/faq.php:258
|
464 |
#, php-format
|
465 |
msgid "Please visit our %s contact page %s."
|
466 |
msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s."
|
467 |
|
468 |
+
#: inc/php/tabs/faq.php:268
|
469 |
msgid "I love this plugin!"
|
470 |
msgstr "Ich liebe dieses Plugin!"
|
471 |
|
472 |
+
#: inc/php/tabs/faq.php:269
|
473 |
msgid "Can I help somehow?"
|
474 |
msgstr "Kann ich Irgendwie helfen?"
|
475 |
|
476 |
+
#: inc/php/tabs/faq.php:272
|
477 |
msgid "Yes, any contributions are very welcome!"
|
478 |
msgstr "Ja, jede Mithilfe ist sehr willkommen!"
|
479 |
|
480 |
+
#: inc/php/tabs/faq.php:275
|
481 |
#, php-format
|
482 |
msgid "Please visit our %s Support Us %s page."
|
483 |
msgstr "Bitte besuchen Sie unsere %s Support Us %s Seite."
|
484 |
|
485 |
+
#: inc/php/tabs/faq.php:284
|
486 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: inc/php/tabs/faq.php:289
|
490 |
#, php-format
|
491 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: inc/php/tabs/faq.php:297
|
495 |
msgid "Where can I find information about your customer support?"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: inc/php/tabs/faq.php:302
|
499 |
#, php-format
|
500 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/php/tabs/faq.php:310
|
504 |
msgid "Where can I find information about your affiliate program?"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/php/tabs/faq.php:315
|
508 |
#, php-format
|
509 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: inc/php/tabs/faq.php:323
|
513 |
msgid "My question wasn't answered here."
|
514 |
msgstr "Meine Fragen wurden nicht beantwortet."
|
515 |
|
516 |
+
#: inc/php/tabs/faq.php:328
|
517 |
#, php-format
|
518 |
msgid "You can ask your question on %s this page %s."
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: inc/php/tabs/faq.php:333
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
|
524 |
|
525 |
+
#: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
msgid "Save changes"
|
527 |
msgstr "Änderungen speichern"
|
528 |
|
529 |
+
#: inc/php/tabs/settings.php:25
|
530 |
msgid "Web Master Tools"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: inc/php/tabs/settings.php:27
|
534 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: inc/php/tabs/settings.php:33
|
538 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: inc/php/tabs/settings.php:39
|
542 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: inc/php/tabs/settings.php:45
|
546 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: inc/php/tabs/settings.php:54
|
550 |
msgid "Domain Verification"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: inc/php/tabs/settings.php:56
|
554 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: inc/php/tabs/settings.php:62
|
558 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: inc/php/tabs/settings.php:68
|
562 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: inc/php/tabs/settings.php:74
|
566 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: inc/php/tabs/settings.php:80
|
570 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: inc/php/tabs/settings.php:86
|
574 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/php/tabs/settings.php:92
|
578 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: inc/php/tabs/settings.php:98
|
582 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: inc/php/tabs/settings.php:104
|
586 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: inc/php/tabs/settings.php:108
|
590 |
msgid "Custom Meta Tags"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: inc/php/tabs/settings.php:110
|
594 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: inc/php/tabs/settings.php:118
|
598 |
msgid "Meta Tags for Static Home Page only"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: inc/php/tabs/settings.php:120
|
602 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/php/tabs/settings.php:124
|
606 |
msgid "Home Description"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: inc/php/tabs/settings.php:126 inc/php/tabs/settings.php:147
|
610 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: inc/php/tabs/settings.php:129
|
614 |
msgid "Home Keyword(s)"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: inc/php/tabs/settings.php:131
|
618 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: inc/php/tabs/settings.php:139
|
622 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: inc/php/tabs/settings.php:141
|
626 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: inc/php/tabs/settings.php:145
|
630 |
msgid "Blog Description"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: inc/php/tabs/settings.php:150
|
634 |
msgid "Blog Keyword(s)"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: inc/php/tabs/settings.php:152
|
638 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: inc/php/tabs/settings.php:160
|
642 |
msgid "Meta Tags for the entire website (Global)"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: inc/php/tabs/settings.php:162
|
646 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: inc/php/tabs/settings.php:166
|
650 |
msgid "Author"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: inc/php/tabs/settings.php:171
|
654 |
msgid "Designer"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: inc/php/tabs/settings.php:176
|
658 |
msgid "Contact"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: inc/php/tabs/settings.php:181
|
662 |
msgid "Copyright"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: inc/php/tabs/settings.php:186
|
666 |
msgid "Keyword(s)"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: inc/php/tabs/settings.php:188
|
670 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: inc/php/tabs/settings.php:198
|
674 |
msgid "WooCommerce & Google Shopping"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: inc/php/tabs/settings.php:200
|
678 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: inc/php/tabs/settings.php:214
|
682 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: inc/php/tabs/support.php:13
|
686 |
+
msgid "Support Us"
|
687 |
+
msgstr "Unterstütze uns"
|
688 |
|
689 |
+
#: inc/php/tabs/support.php:28
|
690 |
+
#, php-format
|
691 |
+
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
692 |
+
msgstr "Meine name ist %s Arthur %s und ich bin der Gründer von %s Space X-Chimp %s, which unites a small international team of young people."
|
693 |
|
694 |
+
#: inc/php/tabs/support.php:37
|
695 |
+
msgid "Our intention is to create projects that will make this world a better place."
|
696 |
+
msgstr "Unser Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort machen."
|
697 |
|
698 |
+
#: inc/php/tabs/support.php:38
|
699 |
+
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
700 |
+
msgstr ""
|
701 |
|
702 |
+
#: inc/php/tabs/support.php:39
|
703 |
+
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
704 |
+
msgstr "Wir sind begeistert von unserer Arbeit, wir mag, was wir tue, und hoffe, dass Sie auch von unsere Projekten bereichert werden."
|
705 |
+
|
706 |
+
#: inc/php/tabs/support.php:42
|
707 |
+
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
708 |
+
msgstr "Wir haben viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die wir entwickeln, nützlich sind. Der ultimative Beweis für uns ist, dass Sie sie tatsächlich verwenden."
|
709 |
+
|
710 |
+
#: inc/php/tabs/support.php:43
|
711 |
+
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: inc/php/tabs/support.php:46
|
715 |
+
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
716 |
+
msgstr "Wenn Ihnen unsere Arbeit gefällt, können Sie uns gerne einen Kaffee kaufen!"
|
717 |
|
718 |
+
#: inc/php/tabs/support.php:49
|
719 |
+
msgid "Thank you for your support!"
|
720 |
+
msgstr "Danke für Ihre Unterstützung!"
|
721 |
+
|
722 |
+
#: inc/php/tabs/usage.php:13
|
723 |
+
msgid "Usage Instructions"
|
724 |
+
msgstr "Anleitung"
|
725 |
+
|
726 |
+
#: inc/php/tabs/usage.php:15
|
727 |
+
msgid "To add the meta tags to your website, simply follow these steps:"
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: inc/php/tabs/usage.php:17
|
731 |
+
msgid "Go to the \"Settings\" tab on this page."
|
732 |
+
msgstr "Gehen Sie zum Tab \"Einstellungen\"."
|
733 |
+
|
734 |
+
#: inc/php/tabs/usage.php:18
|
735 |
+
msgid "Fill in the required fields."
|
736 |
+
msgstr "Füllen Sie die benötigten Felder aus."
|
737 |
+
|
738 |
+
#: inc/php/tabs/usage.php:19
|
739 |
+
msgid "Click the \"Save changes\" button."
|
740 |
+
msgstr "Klicken Sie den \"Änderungen speichern\" button."
|
741 |
+
|
742 |
+
#: inc/php/tabs/usage.php:25
|
743 |
+
#, php-format
|
744 |
+
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
745 |
+
msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
|
746 |
|
747 |
#. Plugin Name of the plugin/theme
|
748 |
msgid "All Meta Tags"
|
languages/all-meta-tags-es_ES.mo
CHANGED
Binary file
|
languages/all-meta-tags-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Ajustes"
|
26 |
|
@@ -32,7 +32,7 @@ msgstr "Donar"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:27 inc/php/
|
36 |
msgid "Hello!"
|
37 |
msgstr "¡Hola!"
|
38 |
|
@@ -53,695 +53,696 @@ msgstr "Has instalado una versión antigua de este complemento."
|
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
|
55 |
|
56 |
-
#: inc/php/page.php:
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "por %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr "Versión"
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr "Uso"
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "Preguntas ?"
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr "Soporte"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr "Tienda"
|
80 |
|
81 |
-
#: inc/php/
|
82 |
-
msgid "
|
83 |
-
msgstr "Instrucciones de uso"
|
84 |
-
|
85 |
-
#: inc/php/page.php:66
|
86 |
-
msgid "To add the meta tags to your website, simply follow these steps:"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: inc/php/
|
90 |
-
msgid "
|
91 |
-
msgstr "
|
92 |
|
93 |
-
#: inc/php/
|
94 |
-
msgid "
|
95 |
-
msgstr ""
|
96 |
|
97 |
-
#: inc/php/
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
-
#: inc/php/
|
102 |
-
msgid "
|
103 |
-
msgstr ""
|
104 |
|
105 |
-
#: inc/php/
|
106 |
-
msgid "
|
107 |
-
msgstr "
|
108 |
|
109 |
-
#: inc/php/
|
110 |
-
|
111 |
-
msgid "
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr "Preguntas Frecuentes"
|
117 |
|
118 |
-
#: inc/php/
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
|
121 |
|
122 |
-
#: inc/php/
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/php/
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: inc/php/
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr "¿Funcionará este complemento en mi sitio web wordpress.COM?"
|
134 |
|
135 |
-
#: inc/php/
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (wordpress.ORG)."
|
138 |
|
139 |
-
#: inc/php/
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/php/
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/php/
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/php/
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: inc/php/
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: inc/php/
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: inc/php/
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/php/
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/php/
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: inc/php/
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: inc/php/
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr "¿Puedo usar este complemento en mi idioma?"
|
203 |
|
204 |
-
#: inc/php/
|
205 |
msgid "Yes."
|
206 |
msgstr "Sí."
|
207 |
|
208 |
-
#: inc/php/
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr "Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
|
211 |
|
212 |
-
#: inc/php/
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: inc/php/
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
|
219 |
|
220 |
-
#: inc/php/
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad."
|
223 |
|
224 |
-
#: inc/php/
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "¡Gracias por tu contribución!"
|
227 |
|
228 |
-
#: inc/php/
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr "Si quieres ayudar a traducir este complemento, por favor visite el %s."
|
232 |
|
233 |
-
#: inc/php/
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr "También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción."
|
236 |
|
237 |
-
#: inc/php/
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr "Simplemente envíenos ( %s ) el archivo PO e incluiremos esta traducción en la siguiente actualización del complemento."
|
241 |
|
242 |
-
#: inc/php/
|
243 |
msgid "How does it work?"
|
244 |
msgstr "¿Como funciona?"
|
245 |
|
246 |
-
#: inc/php/
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
msgid "How much of description I can enter in the text field?"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/php/
|
255 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
256 |
msgstr "No limitamos el número de caracteres, pero la mayoría de los motores de búsqueda usa un máximo de 160 caracteres para esta descripción."
|
257 |
|
258 |
-
#: inc/php/
|
259 |
msgid "How much of keywords I can enter in the text field?"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/php/
|
263 |
msgid "We don't limit the number of characters."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/php/
|
267 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/php/
|
271 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/php/
|
275 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: inc/php/
|
279 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: inc/php/
|
283 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/php/
|
287 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/php/
|
291 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/php/
|
295 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/php/
|
299 |
msgid "Does this plugin requires any modification of the theme?"
|
300 |
msgstr "¿Este complemento requiere alguna modificación del tema?"
|
301 |
|
302 |
-
#: inc/php/
|
303 |
msgid "Absolutely not."
|
304 |
msgstr "Absolutamente no."
|
305 |
|
306 |
-
#: inc/php/
|
307 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
308 |
msgstr "Este complemento se puede configurar completamente desde su página de configuración."
|
309 |
|
310 |
-
#: inc/php/
|
311 |
msgid "Does this require any knowledge of HTML or CSS?"
|
312 |
msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
|
313 |
|
314 |
-
#: inc/php/
|
315 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
316 |
msgstr "Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página de configuración la cual es fácil de usar."
|
317 |
|
318 |
-
#: inc/php/
|
319 |
msgid "It's not working."
|
320 |
msgstr "No funciona."
|
321 |
|
322 |
-
#: inc/php/
|
323 |
msgid "What could be wrong?"
|
324 |
msgstr "¿Qué podría estar mal?"
|
325 |
|
326 |
-
#: inc/php/
|
327 |
msgid "As with every plugin, it's possible that things don't work."
|
328 |
msgstr "Como con todos los complementos, es posible que las cosas no funcionen."
|
329 |
|
330 |
-
#: inc/php/
|
331 |
msgid "It's impossible to tell what could be wrong exactly."
|
332 |
msgstr "Es imposible decir exactamente lo que podría estar mal."
|
333 |
|
334 |
-
#: inc/php/
|
335 |
msgid "The most common reason for this is a web browser's cache."
|
336 |
msgstr "La razón más común para esto es la caché de un navegador web."
|
337 |
|
338 |
-
#: inc/php/
|
339 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
340 |
msgstr "Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor."
|
341 |
|
342 |
-
#: inc/php/
|
343 |
msgid "This is called the browser's cache."
|
344 |
msgstr "Esto se denomina caché del navegador."
|
345 |
|
346 |
-
#: inc/php/
|
347 |
msgid "Clearing your browser's cache may solve the problem."
|
348 |
msgstr "Limpiar la caché del navegador puede resolver el problema."
|
349 |
|
350 |
-
#: inc/php/
|
351 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
352 |
msgstr "Si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte."
|
353 |
|
354 |
-
#: inc/php/
|
355 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
356 |
msgstr "Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
|
357 |
|
358 |
-
#: inc/php/
|
359 |
msgid "I can't get verify my website."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: inc/php/
|
363 |
msgid "What am I doing wrong?"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: inc/php/
|
367 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: inc/php/
|
371 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/php/
|
375 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
376 |
msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento."
|
377 |
|
378 |
-
#: inc/php/
|
379 |
msgid "Why is this?"
|
380 |
msgstr "¿Porqué sucede esto?"
|
381 |
|
382 |
-
#: inc/php/
|
383 |
msgid "This plugin can not cause such problem."
|
384 |
msgstr "Este complemento no puede causar este problema."
|
385 |
|
386 |
-
#: inc/php/
|
387 |
msgid "More likely, the problem are related to the settings of the website."
|
388 |
msgstr "Lo más probable es que el problema esté relacionado con la configuración del sitio web."
|
389 |
|
390 |
-
#: inc/php/
|
391 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
392 |
msgstr "Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web."
|
393 |
|
394 |
-
#: inc/php/
|
395 |
msgid "Also please try to re-login to the website, this too can help."
|
396 |
msgstr "También intenta volver a conectarte al sitio web, esto también puede ayudar."
|
397 |
|
398 |
-
#: inc/php/
|
399 |
msgid "Where to report bug if found?"
|
400 |
msgstr "¿Dónde informar el error si se encuentra?"
|
401 |
|
402 |
-
#: inc/php/
|
403 |
msgid "Bug reports are very welcome!"
|
404 |
msgstr "¡Informes de errores son bienvenidos!"
|
405 |
|
406 |
-
#: inc/php/
|
407 |
#, php-format
|
408 |
msgid "Please visit our %s contact page %s and report."
|
409 |
msgstr "Por favor visite nuestra %s página de contacto %s e informa."
|
410 |
|
411 |
-
#: inc/php/
|
412 |
msgid "Please do not forget to specify the name of the plugin."
|
413 |
msgstr "No olvides especificar el nombre del complemento."
|
414 |
|
415 |
-
#: inc/php/
|
416 |
msgid "Thank you!"
|
417 |
msgstr "¡Gracias!"
|
418 |
|
419 |
-
#: inc/php/
|
420 |
msgid "Describe in more detail what exactly you are seeing."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/php/
|
424 |
msgid "Here are some examples:"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/php/
|
428 |
msgid "Elements of the plugin settings page are not working."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/php/
|
432 |
msgid "An error message is displayed on the plugin settings page."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: inc/php/
|
436 |
msgid "An error message is displayed on the front end of website."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: inc/php/
|
440 |
msgid "An error message is displayed on the back end of website."
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: inc/php/
|
444 |
msgid "Website is crashed."
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: inc/php/
|
448 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
449 |
msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
|
450 |
|
451 |
-
#: inc/php/
|
452 |
msgid "Any suggestions are very welcome!"
|
453 |
msgstr "Cualquier sugerencia es muy bienvenida!"
|
454 |
|
455 |
-
#: inc/php/
|
456 |
#, php-format
|
457 |
msgid "Please visit our %s contact page %s."
|
458 |
msgstr "Por favor visite nuestra %s página de contacto %s."
|
459 |
|
460 |
-
#: inc/php/
|
461 |
msgid "I love this plugin!"
|
462 |
msgstr "Me encanta este complemento!"
|
463 |
|
464 |
-
#: inc/php/
|
465 |
msgid "Can I help somehow?"
|
466 |
msgstr "¿Puedo ayudar de alguna manera?"
|
467 |
|
468 |
-
#: inc/php/
|
469 |
msgid "Yes, any contributions are very welcome!"
|
470 |
msgstr "Sí, cualquier contribución es muy bienvenida!"
|
471 |
|
472 |
-
#: inc/php/
|
473 |
#, php-format
|
474 |
msgid "Please visit our %s Support Us %s page."
|
475 |
msgstr "Por favor visite nuestra página de %s Apóyenos %s."
|
476 |
|
477 |
-
#: inc/php/
|
478 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: inc/php/
|
482 |
#, php-format
|
483 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: inc/php/
|
487 |
msgid "Where can I find information about your customer support?"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: inc/php/
|
491 |
#, php-format
|
492 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/php/
|
496 |
msgid "Where can I find information about your affiliate program?"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: inc/php/
|
500 |
#, php-format
|
501 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: inc/php/
|
505 |
msgid "My question wasn't answered here."
|
506 |
msgstr "Mi pregunta no fue contestada aquí."
|
507 |
|
508 |
-
#: inc/php/
|
509 |
#, php-format
|
510 |
msgid "You can ask your question on %s this page %s."
|
511 |
msgstr "Puede hacer su pregunta en %s esta página %s."
|
512 |
|
513 |
-
#: inc/php/
|
514 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
515 |
msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
|
516 |
|
517 |
-
#: inc/php/
|
518 |
-
msgid "Support Us"
|
519 |
-
msgstr "¡Apoyanos!"
|
520 |
-
|
521 |
-
#: inc/php/page.php:429 inc/php/settings.php:226 inc/php/sidebar.php:46
|
522 |
-
msgid "Donate with PayPal"
|
523 |
-
msgstr "Donar con PayPal"
|
524 |
-
|
525 |
-
#: inc/php/page.php:436
|
526 |
-
#, php-format
|
527 |
-
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
528 |
-
msgstr "Mi nombre es %s Arthur %s y soy el fundador de %s Space X-Chimp %s, which unites a small international team of young people."
|
529 |
-
|
530 |
-
#: inc/php/page.php:445
|
531 |
-
msgid "Our intention is to create projects that will make this world a better place."
|
532 |
-
msgstr "Nuestra intención es crear proyectos que hagan de este mundo un lugar mejor."
|
533 |
-
|
534 |
-
#: inc/php/page.php:446
|
535 |
-
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: inc/php/page.php:447
|
539 |
-
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
540 |
-
msgstr "Nos realmente apasionado por nuestro trabajo, nos gusta lo que estamos haciendo y esperamos que tú también te enriquezcas con nos proyectos."
|
541 |
-
|
542 |
-
#: inc/php/page.php:450
|
543 |
-
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
544 |
-
msgstr "Gastamos mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyamos sean útiles, y la prueba definitiva para nosotros de que son útiles, es que realmente desea utilizarlos."
|
545 |
-
|
546 |
-
#: inc/php/page.php:451
|
547 |
-
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
548 |
-
msgstr "Pero, somos desarrolladores independientes, sin un ingreso regular, por lo que cada pequeña contribución nos ayuda a cubrir nuestros costos y nos permite dedicar más tiempo a construir cosas para que las personas como usted las disfruten."
|
549 |
-
|
550 |
-
#: inc/php/page.php:454
|
551 |
-
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
552 |
-
msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
|
553 |
-
|
554 |
-
#: inc/php/page.php:457
|
555 |
-
msgid "Thank you for your support!"
|
556 |
-
msgstr "¡Gracias por tu apoyo!"
|
557 |
-
|
558 |
-
#: inc/php/settings.php:21 inc/php/settings.php:195
|
559 |
msgid "Save changes"
|
560 |
msgstr "Guardar cambios"
|
561 |
|
562 |
-
#: inc/php/settings.php:25
|
563 |
msgid "Web Master Tools"
|
564 |
msgstr "Web Master Tools"
|
565 |
|
566 |
-
#: inc/php/settings.php:27
|
567 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
568 |
msgstr "Webmaster Tools exige que verifiques tu dominio. Esto garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio. Puedes usar las opciones que aparecen a continuación para verificar tu dominio. Si tu dominio ya está verificado, puedes obviar esto."
|
569 |
|
570 |
-
#: inc/php/settings.php:33
|
571 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
572 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
573 |
|
574 |
-
#: inc/php/settings.php:39
|
575 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
576 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
577 |
|
578 |
-
#: inc/php/settings.php:45
|
579 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
580 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
581 |
|
582 |
-
#: inc/php/settings.php:54
|
583 |
msgid "Domain Verification"
|
584 |
msgstr "Verificación del domino"
|
585 |
|
586 |
-
#: inc/php/settings.php:56
|
587 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
588 |
msgstr "Los servicios de terceros, como Alexa, Pinterest y Google Plus, exigen que verifiques tu dominio. Esto garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio. Puedes usar las opciones que aparecen a continuación para verificar tu dominio. Si tu dominio ya está verificado, puedes obviar esto."
|
589 |
|
590 |
-
#: inc/php/settings.php:62
|
591 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
592 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
593 |
|
594 |
-
#: inc/php/settings.php:68
|
595 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
596 |
msgstr "Ingresa la URL completa del perfil de Google+ del editor. <br>Ejemplo: https://plus.google.com/+User/"
|
597 |
|
598 |
-
#: inc/php/settings.php:74
|
599 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
600 |
msgstr "Ingresa la URL completa del perfil de Facebook del editor. <br>Ejemplo: https://www.facebook.com/user"
|
601 |
|
602 |
-
#: inc/php/settings.php:80
|
603 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
604 |
msgstr "Ingresa el nombre de usuario de Twitter del editor. <br>Ejemplo: @AGareginyan"
|
605 |
|
606 |
-
#: inc/php/settings.php:86
|
607 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
608 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
609 |
|
610 |
-
#: inc/php/settings.php:92
|
611 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
612 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
613 |
|
614 |
-
#: inc/php/settings.php:98
|
615 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
616 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
617 |
|
618 |
-
#: inc/php/settings.php:104
|
619 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
620 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
621 |
|
622 |
-
#: inc/php/settings.php:108
|
623 |
msgid "Custom Meta Tags"
|
624 |
msgstr "Meta etiquetas personalizadas"
|
625 |
|
626 |
-
#: inc/php/settings.php:110
|
627 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
628 |
msgstr "Si no encuentras un campo para introducir la meta etiqueta que requieres, puedes añadirla aquí. En este campo puedes agregar varias meta etiquetas."
|
629 |
|
630 |
-
#: inc/php/settings.php:118
|
631 |
msgid "Meta Tags for Static Home Page only"
|
632 |
msgstr "Meta etiquetas sólo para la página de inicio estática"
|
633 |
|
634 |
-
#: inc/php/settings.php:120
|
635 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
636 |
msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave sólo en la página de inicio de tu sitio web."
|
637 |
|
638 |
-
#: inc/php/settings.php:124
|
639 |
msgid "Home Description"
|
640 |
msgstr "Descripción del sitio"
|
641 |
|
642 |
-
#: inc/php/settings.php:126 inc/php/settings.php:147
|
643 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
644 |
msgstr "Ingresa una breve descripción de tu sitio web (Entre 150 y 250 caracteres). La mayoría de los motores de búsqueda usa un máximo de 160 caracteres para esta descripción."
|
645 |
|
646 |
-
#: inc/php/settings.php:129
|
647 |
msgid "Home Keyword(s)"
|
648 |
msgstr "Palabra(s) clave de la página de inicio"
|
649 |
|
650 |
-
#: inc/php/settings.php:131
|
651 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
652 |
msgstr "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página estática de inicio de tu sitio web."
|
653 |
|
654 |
-
#: inc/php/settings.php:139
|
655 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
656 |
msgstr "Meta etiquetas sólo para la página de inicio y la del blog"
|
657 |
|
658 |
-
#: inc/php/settings.php:141
|
659 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
660 |
msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave en la página de inicio y en la del blog de tu sitio web."
|
661 |
|
662 |
-
#: inc/php/settings.php:145
|
663 |
msgid "Blog Description"
|
664 |
msgstr "Descripción del blog"
|
665 |
|
666 |
-
#: inc/php/settings.php:150
|
667 |
msgid "Blog Keyword(s)"
|
668 |
msgstr "Palabra(s) clave del blog"
|
669 |
|
670 |
-
#: inc/php/settings.php:152
|
671 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
672 |
msgstr "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página del blog de tu sitio web."
|
673 |
|
674 |
-
#: inc/php/settings.php:160
|
675 |
msgid "Meta Tags for the entire website (Global)"
|
676 |
msgstr "Meta etiquetas para todo el sitio web (Globales)"
|
677 |
|
678 |
-
#: inc/php/settings.php:162
|
679 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
680 |
msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Autor, Derechos Reservados y Palabras Clave en cualquier parte de tu sitio web."
|
681 |
|
682 |
-
#: inc/php/settings.php:166
|
683 |
msgid "Author"
|
684 |
msgstr "Autor"
|
685 |
|
686 |
-
#: inc/php/settings.php:171
|
687 |
msgid "Designer"
|
688 |
msgstr "Diseñador"
|
689 |
|
690 |
-
#: inc/php/settings.php:176
|
691 |
msgid "Contact"
|
692 |
msgstr "Contacto"
|
693 |
|
694 |
-
#: inc/php/settings.php:181
|
695 |
msgid "Copyright"
|
696 |
msgstr "Derechos reservados"
|
697 |
|
698 |
-
#: inc/php/settings.php:186
|
699 |
msgid "Keyword(s)"
|
700 |
msgstr "Palabra(s) clave"
|
701 |
|
702 |
-
#: inc/php/settings.php:188
|
703 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
704 |
msgstr "Ingresa un listado, separado por comas, de las palabras clave globales para tu sitio web."
|
705 |
|
706 |
-
#: inc/php/settings.php:198
|
707 |
msgid "WooCommerce & Google Shopping"
|
708 |
msgstr "WooCommerce y Google Shopping"
|
709 |
|
710 |
-
#: inc/php/settings.php:200
|
711 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
712 |
msgstr "Este plugin añade automáticamente los datos estructurados de Google Shopping (Merchant Center) en todas las páginas de producto de tu sitio web. Aquí esta el código para una blusa de mujer que cuesta 16 dólares con 80 centavos norteamericanos."
|
713 |
|
714 |
-
#: inc/php/settings.php:214
|
715 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
716 |
msgstr "Puedes revisar los datos generados para las páginas de tu sitio web <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">aquí</a>."
|
717 |
|
718 |
-
#: inc/php/
|
719 |
-
msgid "
|
720 |
-
msgstr "
|
721 |
|
722 |
-
#: inc/php/
|
723 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
724 |
msgstr "¡Gracias por tu apoyo!"
|
725 |
|
726 |
-
#: inc/php/
|
727 |
-
msgid "
|
|
|
|
|
|
|
|
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: inc/php/
|
731 |
-
msgid "
|
732 |
-
msgstr "
|
733 |
|
734 |
-
#: inc/php/
|
735 |
-
msgid "
|
736 |
-
msgstr "
|
737 |
|
738 |
-
#: inc/php/
|
739 |
-
msgid "
|
740 |
-
msgstr "
|
741 |
|
742 |
-
#: inc/php/
|
743 |
-
|
744 |
-
|
|
|
745 |
|
746 |
#. Plugin Name of the plugin/theme
|
747 |
msgid "All Meta Tags"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-01 06:39+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-01 06:39+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:46
|
24 |
msgid "Settings"
|
25 |
msgstr "Ajustes"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:27 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr "¡Hola!"
|
38 |
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
|
55 |
|
56 |
+
#: inc/php/page.php:33
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "por %s Space X-Chimp %s"
|
60 |
|
61 |
+
#: inc/php/page.php:39
|
62 |
msgid "Version"
|
63 |
msgstr "Versión"
|
64 |
|
65 |
+
#: inc/php/page.php:47
|
66 |
msgid "Usage"
|
67 |
msgstr "Uso"
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "Preguntas ?"
|
72 |
|
73 |
+
#: inc/php/page.php:49 inc/php/sidebar.php:39 inc/php/tabs/settings.php:219
|
74 |
msgid "Support"
|
75 |
msgstr "Soporte"
|
76 |
|
77 |
+
#: inc/php/page.php:50
|
78 |
msgid "Store"
|
79 |
msgstr "Tienda"
|
80 |
|
81 |
+
#: inc/php/sidebar.php:16
|
82 |
+
msgid "We are «Space X-Chimp»"
|
|
|
|
|
|
|
|
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: inc/php/sidebar.php:25
|
86 |
+
msgid "About"
|
87 |
+
msgstr "Acerca de"
|
88 |
|
89 |
+
#: inc/php/sidebar.php:27
|
90 |
+
msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
91 |
+
msgstr "Este complemento le brinda la posibilidad de agregar de forma fácil y segura sus meta etiquetas personalizadas a su sitio web de WordPress, directamente fuera del área de administración de WordPress, sin la necesidad de tener un editor externo."
|
92 |
|
93 |
+
#: inc/php/sidebar.php:32
|
94 |
+
msgid "Help"
|
95 |
+
msgstr "Ayuda"
|
96 |
|
97 |
+
#: inc/php/sidebar.php:34
|
98 |
+
msgid "If you have a question, please read the information in the FAQ section."
|
99 |
+
msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
|
100 |
|
101 |
+
#: inc/php/sidebar.php:41 inc/php/tabs/settings.php:221
|
102 |
+
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
103 |
+
msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
|
104 |
|
105 |
+
#: inc/php/sidebar.php:46 inc/php/tabs/settings.php:226
|
106 |
+
#: inc/php/tabs/support.php:21
|
107 |
+
msgid "Donate with PayPal"
|
108 |
+
msgstr "Donar con PayPal"
|
109 |
|
110 |
+
#: inc/php/sidebar.php:48 inc/php/tabs/settings.php:228
|
111 |
+
msgid "Thanks for your support!"
|
112 |
+
msgstr "¡Gracias por tu apoyo!"
|
113 |
+
|
114 |
+
#: inc/php/tabs/faq.php:13
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr "Preguntas Frecuentes"
|
117 |
|
118 |
+
#: inc/php/tabs/faq.php:17
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
|
121 |
|
122 |
+
#: inc/php/tabs/faq.php:42
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/php/tabs/faq.php:47
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: inc/php/tabs/faq.php:55
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr "¿Funcionará este complemento en mi sitio web wordpress.COM?"
|
134 |
|
135 |
+
#: inc/php/tabs/faq.php:58
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (wordpress.ORG)."
|
138 |
|
139 |
+
#: inc/php/tabs/faq.php:60
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: inc/php/tabs/faq.php:61
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: inc/php/tabs/faq.php:64
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: inc/php/tabs/faq.php:71
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: inc/php/tabs/faq.php:74
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/tabs/faq.php:75
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/php/tabs/faq.php:76
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: inc/php/tabs/faq.php:77
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: inc/php/tabs/faq.php:79
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/php/tabs/faq.php:83
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/tabs/faq.php:86
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/tabs/faq.php:87
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/tabs/faq.php:88
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/tabs/faq.php:89
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/tabs/faq.php:91
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/tabs/faq.php:95
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr "¿Puedo usar este complemento en mi idioma?"
|
203 |
|
204 |
+
#: inc/php/tabs/faq.php:98
|
205 |
msgid "Yes."
|
206 |
msgstr "Sí."
|
207 |
|
208 |
+
#: inc/php/tabs/faq.php:99
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr "Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
|
211 |
|
212 |
+
#: inc/php/tabs/faq.php:100
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/tabs/faq.php:101
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
|
219 |
|
220 |
+
#: inc/php/tabs/faq.php:102
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad."
|
223 |
|
224 |
+
#: inc/php/tabs/faq.php:103
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "¡Gracias por tu contribución!"
|
227 |
|
228 |
+
#: inc/php/tabs/faq.php:107
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr "Si quieres ayudar a traducir este complemento, por favor visite el %s."
|
232 |
|
233 |
+
#: inc/php/tabs/faq.php:111
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr "También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción."
|
236 |
|
237 |
+
#: inc/php/tabs/faq.php:114
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr "Simplemente envíenos ( %s ) el archivo PO e incluiremos esta traducción en la siguiente actualización del complemento."
|
241 |
|
242 |
+
#: inc/php/tabs/faq.php:121
|
243 |
msgid "How does it work?"
|
244 |
msgstr "¿Como funciona?"
|
245 |
|
246 |
+
#: inc/php/tabs/faq.php:124
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:20
|
251 |
+
msgid "Enjoy the improved SEO of your website."
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: inc/php/tabs/faq.php:126 inc/php/tabs/usage.php:20
|
255 |
+
msgid "It's that simple!"
|
256 |
+
msgstr "¡Es así de simple!"
|
257 |
+
|
258 |
+
#: inc/php/tabs/faq.php:130
|
259 |
msgid "How much of description I can enter in the text field?"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/php/tabs/faq.php:133
|
263 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
264 |
msgstr "No limitamos el número de caracteres, pero la mayoría de los motores de búsqueda usa un máximo de 160 caracteres para esta descripción."
|
265 |
|
266 |
+
#: inc/php/tabs/faq.php:137
|
267 |
msgid "How much of keywords I can enter in the text field?"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/php/tabs/faq.php:140
|
271 |
msgid "We don't limit the number of characters."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: inc/php/tabs/faq.php:144
|
275 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: inc/php/tabs/faq.php:147
|
279 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: inc/php/tabs/faq.php:148 inc/php/tabs/faq.php:165
|
283 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: inc/php/tabs/faq.php:149
|
287 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: inc/php/tabs/faq.php:157 inc/php/tabs/faq.php:168
|
291 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: inc/php/tabs/faq.php:161
|
295 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: inc/php/tabs/faq.php:164
|
299 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: inc/php/tabs/faq.php:166
|
303 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: inc/php/tabs/faq.php:172
|
307 |
msgid "Does this plugin requires any modification of the theme?"
|
308 |
msgstr "¿Este complemento requiere alguna modificación del tema?"
|
309 |
|
310 |
+
#: inc/php/tabs/faq.php:175 inc/php/tabs/faq.php:183
|
311 |
msgid "Absolutely not."
|
312 |
msgstr "Absolutamente no."
|
313 |
|
314 |
+
#: inc/php/tabs/faq.php:176
|
315 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
316 |
msgstr "Este complemento se puede configurar completamente desde su página de configuración."
|
317 |
|
318 |
+
#: inc/php/tabs/faq.php:180
|
319 |
msgid "Does this require any knowledge of HTML or CSS?"
|
320 |
msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
|
321 |
|
322 |
+
#: inc/php/tabs/faq.php:184
|
323 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
324 |
msgstr "Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página de configuración la cual es fácil de usar."
|
325 |
|
326 |
+
#: inc/php/tabs/faq.php:188
|
327 |
msgid "It's not working."
|
328 |
msgstr "No funciona."
|
329 |
|
330 |
+
#: inc/php/tabs/faq.php:189
|
331 |
msgid "What could be wrong?"
|
332 |
msgstr "¿Qué podría estar mal?"
|
333 |
|
334 |
+
#: inc/php/tabs/faq.php:192
|
335 |
msgid "As with every plugin, it's possible that things don't work."
|
336 |
msgstr "Como con todos los complementos, es posible que las cosas no funcionen."
|
337 |
|
338 |
+
#: inc/php/tabs/faq.php:193
|
339 |
msgid "It's impossible to tell what could be wrong exactly."
|
340 |
msgstr "Es imposible decir exactamente lo que podría estar mal."
|
341 |
|
342 |
+
#: inc/php/tabs/faq.php:194
|
343 |
msgid "The most common reason for this is a web browser's cache."
|
344 |
msgstr "La razón más común para esto es la caché de un navegador web."
|
345 |
|
346 |
+
#: inc/php/tabs/faq.php:195
|
347 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
348 |
msgstr "Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor."
|
349 |
|
350 |
+
#: inc/php/tabs/faq.php:196
|
351 |
msgid "This is called the browser's cache."
|
352 |
msgstr "Esto se denomina caché del navegador."
|
353 |
|
354 |
+
#: inc/php/tabs/faq.php:197
|
355 |
msgid "Clearing your browser's cache may solve the problem."
|
356 |
msgstr "Limpiar la caché del navegador puede resolver el problema."
|
357 |
|
358 |
+
#: inc/php/tabs/faq.php:199
|
359 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
360 |
msgstr "Si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte."
|
361 |
|
362 |
+
#: inc/php/tabs/faq.php:200 inc/php/tabs/faq.php:238
|
363 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
364 |
msgstr "Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
|
365 |
|
366 |
+
#: inc/php/tabs/faq.php:204
|
367 |
msgid "I can't get verify my website."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: inc/php/tabs/faq.php:205
|
371 |
msgid "What am I doing wrong?"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: inc/php/tabs/faq.php:208
|
375 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: inc/php/tabs/faq.php:209
|
379 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: inc/php/tabs/faq.php:213
|
383 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
384 |
msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento."
|
385 |
|
386 |
+
#: inc/php/tabs/faq.php:214
|
387 |
msgid "Why is this?"
|
388 |
msgstr "¿Porqué sucede esto?"
|
389 |
|
390 |
+
#: inc/php/tabs/faq.php:217
|
391 |
msgid "This plugin can not cause such problem."
|
392 |
msgstr "Este complemento no puede causar este problema."
|
393 |
|
394 |
+
#: inc/php/tabs/faq.php:218
|
395 |
msgid "More likely, the problem are related to the settings of the website."
|
396 |
msgstr "Lo más probable es que el problema esté relacionado con la configuración del sitio web."
|
397 |
|
398 |
+
#: inc/php/tabs/faq.php:219
|
399 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
400 |
msgstr "Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web."
|
401 |
|
402 |
+
#: inc/php/tabs/faq.php:220
|
403 |
msgid "Also please try to re-login to the website, this too can help."
|
404 |
msgstr "También intenta volver a conectarte al sitio web, esto también puede ayudar."
|
405 |
|
406 |
+
#: inc/php/tabs/faq.php:224
|
407 |
msgid "Where to report bug if found?"
|
408 |
msgstr "¿Dónde informar el error si se encuentra?"
|
409 |
|
410 |
+
#: inc/php/tabs/faq.php:227
|
411 |
msgid "Bug reports are very welcome!"
|
412 |
msgstr "¡Informes de errores son bienvenidos!"
|
413 |
|
414 |
+
#: inc/php/tabs/faq.php:230
|
415 |
#, php-format
|
416 |
msgid "Please visit our %s contact page %s and report."
|
417 |
msgstr "Por favor visite nuestra %s página de contacto %s e informa."
|
418 |
|
419 |
+
#: inc/php/tabs/faq.php:235 inc/php/tabs/faq.php:263
|
420 |
msgid "Please do not forget to specify the name of the plugin."
|
421 |
msgstr "No olvides especificar el nombre del complemento."
|
422 |
|
423 |
+
#: inc/php/tabs/faq.php:236 inc/php/tabs/faq.php:264 inc/php/tabs/faq.php:280
|
424 |
msgid "Thank you!"
|
425 |
msgstr "¡Gracias!"
|
426 |
|
427 |
+
#: inc/php/tabs/faq.php:239
|
428 |
msgid "Describe in more detail what exactly you are seeing."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/php/tabs/faq.php:240
|
432 |
msgid "Here are some examples:"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: inc/php/tabs/faq.php:243
|
436 |
msgid "Elements of the plugin settings page are not working."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: inc/php/tabs/faq.php:244
|
440 |
msgid "An error message is displayed on the plugin settings page."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: inc/php/tabs/faq.php:245
|
444 |
msgid "An error message is displayed on the front end of website."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: inc/php/tabs/faq.php:246
|
448 |
msgid "An error message is displayed on the back end of website."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: inc/php/tabs/faq.php:247
|
452 |
msgid "Website is crashed."
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: inc/php/tabs/faq.php:252
|
456 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
457 |
msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
|
458 |
|
459 |
+
#: inc/php/tabs/faq.php:255
|
460 |
msgid "Any suggestions are very welcome!"
|
461 |
msgstr "Cualquier sugerencia es muy bienvenida!"
|
462 |
|
463 |
+
#: inc/php/tabs/faq.php:258
|
464 |
#, php-format
|
465 |
msgid "Please visit our %s contact page %s."
|
466 |
msgstr "Por favor visite nuestra %s página de contacto %s."
|
467 |
|
468 |
+
#: inc/php/tabs/faq.php:268
|
469 |
msgid "I love this plugin!"
|
470 |
msgstr "Me encanta este complemento!"
|
471 |
|
472 |
+
#: inc/php/tabs/faq.php:269
|
473 |
msgid "Can I help somehow?"
|
474 |
msgstr "¿Puedo ayudar de alguna manera?"
|
475 |
|
476 |
+
#: inc/php/tabs/faq.php:272
|
477 |
msgid "Yes, any contributions are very welcome!"
|
478 |
msgstr "Sí, cualquier contribución es muy bienvenida!"
|
479 |
|
480 |
+
#: inc/php/tabs/faq.php:275
|
481 |
#, php-format
|
482 |
msgid "Please visit our %s Support Us %s page."
|
483 |
msgstr "Por favor visite nuestra página de %s Apóyenos %s."
|
484 |
|
485 |
+
#: inc/php/tabs/faq.php:284
|
486 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: inc/php/tabs/faq.php:289
|
490 |
#, php-format
|
491 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: inc/php/tabs/faq.php:297
|
495 |
msgid "Where can I find information about your customer support?"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: inc/php/tabs/faq.php:302
|
499 |
#, php-format
|
500 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/php/tabs/faq.php:310
|
504 |
msgid "Where can I find information about your affiliate program?"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/php/tabs/faq.php:315
|
508 |
#, php-format
|
509 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: inc/php/tabs/faq.php:323
|
513 |
msgid "My question wasn't answered here."
|
514 |
msgstr "Mi pregunta no fue contestada aquí."
|
515 |
|
516 |
+
#: inc/php/tabs/faq.php:328
|
517 |
#, php-format
|
518 |
msgid "You can ask your question on %s this page %s."
|
519 |
msgstr "Puede hacer su pregunta en %s esta página %s."
|
520 |
|
521 |
+
#: inc/php/tabs/faq.php:333
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
|
524 |
|
525 |
+
#: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
msgid "Save changes"
|
527 |
msgstr "Guardar cambios"
|
528 |
|
529 |
+
#: inc/php/tabs/settings.php:25
|
530 |
msgid "Web Master Tools"
|
531 |
msgstr "Web Master Tools"
|
532 |
|
533 |
+
#: inc/php/tabs/settings.php:27
|
534 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
535 |
msgstr "Webmaster Tools exige que verifiques tu dominio. Esto garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio. Puedes usar las opciones que aparecen a continuación para verificar tu dominio. Si tu dominio ya está verificado, puedes obviar esto."
|
536 |
|
537 |
+
#: inc/php/tabs/settings.php:33
|
538 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
539 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
540 |
|
541 |
+
#: inc/php/tabs/settings.php:39
|
542 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
543 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
544 |
|
545 |
+
#: inc/php/tabs/settings.php:45
|
546 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
547 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
548 |
|
549 |
+
#: inc/php/tabs/settings.php:54
|
550 |
msgid "Domain Verification"
|
551 |
msgstr "Verificación del domino"
|
552 |
|
553 |
+
#: inc/php/tabs/settings.php:56
|
554 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
555 |
msgstr "Los servicios de terceros, como Alexa, Pinterest y Google Plus, exigen que verifiques tu dominio. Esto garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio. Puedes usar las opciones que aparecen a continuación para verificar tu dominio. Si tu dominio ya está verificado, puedes obviar esto."
|
556 |
|
557 |
+
#: inc/php/tabs/settings.php:62
|
558 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
559 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
560 |
|
561 |
+
#: inc/php/tabs/settings.php:68
|
562 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
563 |
msgstr "Ingresa la URL completa del perfil de Google+ del editor. <br>Ejemplo: https://plus.google.com/+User/"
|
564 |
|
565 |
+
#: inc/php/tabs/settings.php:74
|
566 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
567 |
msgstr "Ingresa la URL completa del perfil de Facebook del editor. <br>Ejemplo: https://www.facebook.com/user"
|
568 |
|
569 |
+
#: inc/php/tabs/settings.php:80
|
570 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
571 |
msgstr "Ingresa el nombre de usuario de Twitter del editor. <br>Ejemplo: @AGareginyan"
|
572 |
|
573 |
+
#: inc/php/tabs/settings.php:86
|
574 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
575 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
576 |
|
577 |
+
#: inc/php/tabs/settings.php:92
|
578 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
579 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
580 |
|
581 |
+
#: inc/php/tabs/settings.php:98
|
582 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
583 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
584 |
|
585 |
+
#: inc/php/tabs/settings.php:104
|
586 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
587 |
msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
588 |
|
589 |
+
#: inc/php/tabs/settings.php:108
|
590 |
msgid "Custom Meta Tags"
|
591 |
msgstr "Meta etiquetas personalizadas"
|
592 |
|
593 |
+
#: inc/php/tabs/settings.php:110
|
594 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
595 |
msgstr "Si no encuentras un campo para introducir la meta etiqueta que requieres, puedes añadirla aquí. En este campo puedes agregar varias meta etiquetas."
|
596 |
|
597 |
+
#: inc/php/tabs/settings.php:118
|
598 |
msgid "Meta Tags for Static Home Page only"
|
599 |
msgstr "Meta etiquetas sólo para la página de inicio estática"
|
600 |
|
601 |
+
#: inc/php/tabs/settings.php:120
|
602 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
603 |
msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave sólo en la página de inicio de tu sitio web."
|
604 |
|
605 |
+
#: inc/php/tabs/settings.php:124
|
606 |
msgid "Home Description"
|
607 |
msgstr "Descripción del sitio"
|
608 |
|
609 |
+
#: inc/php/tabs/settings.php:126 inc/php/tabs/settings.php:147
|
610 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
611 |
msgstr "Ingresa una breve descripción de tu sitio web (Entre 150 y 250 caracteres). La mayoría de los motores de búsqueda usa un máximo de 160 caracteres para esta descripción."
|
612 |
|
613 |
+
#: inc/php/tabs/settings.php:129
|
614 |
msgid "Home Keyword(s)"
|
615 |
msgstr "Palabra(s) clave de la página de inicio"
|
616 |
|
617 |
+
#: inc/php/tabs/settings.php:131
|
618 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
619 |
msgstr "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página estática de inicio de tu sitio web."
|
620 |
|
621 |
+
#: inc/php/tabs/settings.php:139
|
622 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
623 |
msgstr "Meta etiquetas sólo para la página de inicio y la del blog"
|
624 |
|
625 |
+
#: inc/php/tabs/settings.php:141
|
626 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
627 |
msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave en la página de inicio y en la del blog de tu sitio web."
|
628 |
|
629 |
+
#: inc/php/tabs/settings.php:145
|
630 |
msgid "Blog Description"
|
631 |
msgstr "Descripción del blog"
|
632 |
|
633 |
+
#: inc/php/tabs/settings.php:150
|
634 |
msgid "Blog Keyword(s)"
|
635 |
msgstr "Palabra(s) clave del blog"
|
636 |
|
637 |
+
#: inc/php/tabs/settings.php:152
|
638 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
639 |
msgstr "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página del blog de tu sitio web."
|
640 |
|
641 |
+
#: inc/php/tabs/settings.php:160
|
642 |
msgid "Meta Tags for the entire website (Global)"
|
643 |
msgstr "Meta etiquetas para todo el sitio web (Globales)"
|
644 |
|
645 |
+
#: inc/php/tabs/settings.php:162
|
646 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
647 |
msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Autor, Derechos Reservados y Palabras Clave en cualquier parte de tu sitio web."
|
648 |
|
649 |
+
#: inc/php/tabs/settings.php:166
|
650 |
msgid "Author"
|
651 |
msgstr "Autor"
|
652 |
|
653 |
+
#: inc/php/tabs/settings.php:171
|
654 |
msgid "Designer"
|
655 |
msgstr "Diseñador"
|
656 |
|
657 |
+
#: inc/php/tabs/settings.php:176
|
658 |
msgid "Contact"
|
659 |
msgstr "Contacto"
|
660 |
|
661 |
+
#: inc/php/tabs/settings.php:181
|
662 |
msgid "Copyright"
|
663 |
msgstr "Derechos reservados"
|
664 |
|
665 |
+
#: inc/php/tabs/settings.php:186
|
666 |
msgid "Keyword(s)"
|
667 |
msgstr "Palabra(s) clave"
|
668 |
|
669 |
+
#: inc/php/tabs/settings.php:188
|
670 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
671 |
msgstr "Ingresa un listado, separado por comas, de las palabras clave globales para tu sitio web."
|
672 |
|
673 |
+
#: inc/php/tabs/settings.php:198
|
674 |
msgid "WooCommerce & Google Shopping"
|
675 |
msgstr "WooCommerce y Google Shopping"
|
676 |
|
677 |
+
#: inc/php/tabs/settings.php:200
|
678 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
679 |
msgstr "Este plugin añade automáticamente los datos estructurados de Google Shopping (Merchant Center) en todas las páginas de producto de tu sitio web. Aquí esta el código para una blusa de mujer que cuesta 16 dólares con 80 centavos norteamericanos."
|
680 |
|
681 |
+
#: inc/php/tabs/settings.php:214
|
682 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
683 |
msgstr "Puedes revisar los datos generados para las páginas de tu sitio web <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">aquí</a>."
|
684 |
|
685 |
+
#: inc/php/tabs/support.php:13
|
686 |
+
msgid "Support Us"
|
687 |
+
msgstr "¡Apoyanos!"
|
688 |
|
689 |
+
#: inc/php/tabs/support.php:28
|
690 |
+
#, php-format
|
691 |
+
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
692 |
+
msgstr "Mi nombre es %s Arthur %s y soy el fundador de %s Space X-Chimp %s, which unites a small international team of young people."
|
693 |
+
|
694 |
+
#: inc/php/tabs/support.php:37
|
695 |
+
msgid "Our intention is to create projects that will make this world a better place."
|
696 |
+
msgstr "Nuestra intención es crear proyectos que hagan de este mundo un lugar mejor."
|
697 |
+
|
698 |
+
#: inc/php/tabs/support.php:38
|
699 |
+
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
700 |
+
msgstr ""
|
701 |
+
|
702 |
+
#: inc/php/tabs/support.php:39
|
703 |
+
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
704 |
+
msgstr "Nos realmente apasionado por nuestro trabajo, nos gusta lo que estamos haciendo y esperamos que tú también te enriquezcas con nos proyectos."
|
705 |
+
|
706 |
+
#: inc/php/tabs/support.php:42
|
707 |
+
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
708 |
+
msgstr "Gastamos mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyamos sean útiles, y la prueba definitiva para nosotros de que son útiles, es que realmente desea utilizarlos."
|
709 |
+
|
710 |
+
#: inc/php/tabs/support.php:43
|
711 |
+
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
712 |
+
msgstr "Pero, somos desarrolladores independientes, sin un ingreso regular, por lo que cada pequeña contribución nos ayuda a cubrir nuestros costos y nos permite dedicar más tiempo a construir cosas para que las personas como usted las disfruten."
|
713 |
+
|
714 |
+
#: inc/php/tabs/support.php:46
|
715 |
+
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
716 |
+
msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
|
717 |
+
|
718 |
+
#: inc/php/tabs/support.php:49
|
719 |
+
msgid "Thank you for your support!"
|
720 |
msgstr "¡Gracias por tu apoyo!"
|
721 |
|
722 |
+
#: inc/php/tabs/usage.php:13
|
723 |
+
msgid "Usage Instructions"
|
724 |
+
msgstr "Instrucciones de uso"
|
725 |
+
|
726 |
+
#: inc/php/tabs/usage.php:15
|
727 |
+
msgid "To add the meta tags to your website, simply follow these steps:"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: inc/php/tabs/usage.php:17
|
731 |
+
msgid "Go to the \"Settings\" tab on this page."
|
732 |
+
msgstr "Debes ir a la pestaña “Ajustes”."
|
733 |
|
734 |
+
#: inc/php/tabs/usage.php:18
|
735 |
+
msgid "Fill in the required fields."
|
736 |
+
msgstr ""
|
737 |
|
738 |
+
#: inc/php/tabs/usage.php:19
|
739 |
+
msgid "Click the \"Save changes\" button."
|
740 |
+
msgstr "Clic en el botón \"Guardar cambios\"."
|
741 |
|
742 |
+
#: inc/php/tabs/usage.php:25
|
743 |
+
#, php-format
|
744 |
+
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
745 |
+
msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
|
746 |
|
747 |
#. Plugin Name of the plugin/theme
|
748 |
msgid "All Meta Tags"
|
languages/all-meta-tags-es_MX.mo
CHANGED
Binary file
|
languages/all-meta-tags-es_MX.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish (Mexico)\n"
|
10 |
"Language: es_MX\n"
|
@@ -21,7 +21,7 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
25 |
msgid "Settings"
|
26 |
msgstr "Ajustes"
|
27 |
|
@@ -33,7 +33,7 @@ msgstr "Donar"
|
|
33 |
msgid "Meta Tags Inserter"
|
34 |
msgstr "Meta Tags Inserter"
|
35 |
|
36 |
-
#: inc/php/messages.php:27 inc/php/
|
37 |
msgid "Hello!"
|
38 |
msgstr "¡Hola!"
|
39 |
|
@@ -54,694 +54,695 @@ msgstr ""
|
|
54 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: inc/php/page.php:
|
58 |
#, php-format
|
59 |
msgid "by %s Space X-Chimp %s"
|
60 |
msgstr "por %s Space X-Chimp %s"
|
61 |
|
62 |
-
#: inc/php/page.php:
|
63 |
msgid "Version"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/php/page.php:
|
67 |
msgid "Usage"
|
68 |
msgstr "Uso"
|
69 |
|
70 |
-
#: inc/php/page.php:
|
71 |
msgid "F.A.Q."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: inc/php/page.php:
|
75 |
msgid "Support"
|
76 |
msgstr "Soporte"
|
77 |
|
78 |
-
#: inc/php/page.php:
|
79 |
msgid "Store"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: inc/php/
|
83 |
-
msgid "
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: inc/php/
|
87 |
-
msgid "
|
88 |
-
msgstr ""
|
89 |
|
90 |
-
#: inc/php/
|
91 |
-
msgid "
|
92 |
-
msgstr ""
|
93 |
|
94 |
-
#: inc/php/
|
95 |
-
msgid "
|
96 |
-
msgstr ""
|
97 |
|
98 |
-
#: inc/php/
|
99 |
-
msgid "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: inc/php/
|
103 |
-
msgid "
|
104 |
-
msgstr ""
|
105 |
|
106 |
-
#: inc/php/
|
107 |
-
|
|
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: inc/php/
|
111 |
-
|
112 |
-
|
113 |
-
msgstr ""
|
114 |
|
115 |
-
#: inc/php/
|
116 |
msgid "Frequently Asked Questions"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: inc/php/
|
120 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: inc/php/
|
124 |
msgid "Where can I find a documentation for this plugin?"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: inc/php/
|
128 |
#, php-format
|
129 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: inc/php/
|
133 |
msgid "Will this plugin work on my wordpress.COM website?"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: inc/php/
|
137 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: inc/php/
|
141 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: inc/php/
|
145 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: inc/php/
|
149 |
#, php-format
|
150 |
msgid "You can learn more about the difference here: %s ."
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: inc/php/
|
154 |
msgid "Will this plugin work/compatible with the theme I use?"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: inc/php/
|
158 |
msgid "This plugin is compatible with most themes."
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: inc/php/
|
162 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: inc/php/
|
166 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: inc/php/
|
170 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: inc/php/
|
174 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: inc/php/
|
178 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/php/
|
182 |
msgid "This plugin is compatible with most plugins."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: inc/php/
|
186 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: inc/php/
|
190 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: inc/php/
|
194 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: inc/php/
|
198 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: inc/php/
|
202 |
msgid "Can I use this plugin on my language?"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: inc/php/
|
206 |
msgid "Yes."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: inc/php/
|
210 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: inc/php/
|
214 |
msgid "But If your language is not available then you can make one."
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: inc/php/
|
218 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: inc/php/
|
222 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: inc/php/
|
226 |
msgid "Thanks for your contribution!"
|
227 |
msgstr "¡Gracias por su contribución!"
|
228 |
|
229 |
-
#: inc/php/
|
230 |
#, php-format
|
231 |
msgid "If you want to help translate this plugin, please visit the %s."
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: inc/php/
|
235 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: inc/php/
|
239 |
#, php-format
|
240 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: inc/php/
|
244 |
msgid "How does it work?"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: inc/php/
|
248 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "How much of description I can enter in the text field?"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: inc/php/
|
256 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: inc/php/
|
260 |
msgid "How much of keywords I can enter in the text field?"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: inc/php/
|
264 |
msgid "We don't limit the number of characters."
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: inc/php/
|
268 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: inc/php/
|
272 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/
|
276 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/
|
280 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/
|
284 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: inc/php/
|
288 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: inc/php/
|
292 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: inc/php/
|
296 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: inc/php/
|
300 |
msgid "Does this plugin requires any modification of the theme?"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: inc/php/
|
304 |
msgid "Absolutely not."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/php/
|
308 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: inc/php/
|
312 |
msgid "Does this require any knowledge of HTML or CSS?"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: inc/php/
|
316 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: inc/php/
|
320 |
msgid "It's not working."
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: inc/php/
|
324 |
msgid "What could be wrong?"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: inc/php/
|
328 |
msgid "As with every plugin, it's possible that things don't work."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: inc/php/
|
332 |
msgid "It's impossible to tell what could be wrong exactly."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: inc/php/
|
336 |
msgid "The most common reason for this is a web browser's cache."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: inc/php/
|
340 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: inc/php/
|
344 |
msgid "This is called the browser's cache."
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: inc/php/
|
348 |
msgid "Clearing your browser's cache may solve the problem."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/php/
|
352 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/php/
|
356 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: inc/php/
|
360 |
msgid "I can't get verify my website."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: inc/php/
|
364 |
msgid "What am I doing wrong?"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: inc/php/
|
368 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: inc/php/
|
372 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: inc/php/
|
376 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: inc/php/
|
380 |
msgid "Why is this?"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: inc/php/
|
384 |
msgid "This plugin can not cause such problem."
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: inc/php/
|
388 |
msgid "More likely, the problem are related to the settings of the website."
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: inc/php/
|
392 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: inc/php/
|
396 |
msgid "Also please try to re-login to the website, this too can help."
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: inc/php/
|
400 |
msgid "Where to report bug if found?"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: inc/php/
|
404 |
msgid "Bug reports are very welcome!"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: inc/php/
|
408 |
#, php-format
|
409 |
msgid "Please visit our %s contact page %s and report."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: inc/php/
|
413 |
msgid "Please do not forget to specify the name of the plugin."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: inc/php/
|
417 |
msgid "Thank you!"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: inc/php/
|
421 |
msgid "Describe in more detail what exactly you are seeing."
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: inc/php/
|
425 |
msgid "Here are some examples:"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: inc/php/
|
429 |
msgid "Elements of the plugin settings page are not working."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: inc/php/
|
433 |
msgid "An error message is displayed on the plugin settings page."
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: inc/php/
|
437 |
msgid "An error message is displayed on the front end of website."
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: inc/php/
|
441 |
msgid "An error message is displayed on the back end of website."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: inc/php/
|
445 |
msgid "Website is crashed."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: inc/php/
|
449 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: inc/php/
|
453 |
msgid "Any suggestions are very welcome!"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: inc/php/
|
457 |
#, php-format
|
458 |
msgid "Please visit our %s contact page %s."
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: inc/php/
|
462 |
msgid "I love this plugin!"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: inc/php/
|
466 |
msgid "Can I help somehow?"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: inc/php/
|
470 |
msgid "Yes, any contributions are very welcome!"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: inc/php/
|
474 |
#, php-format
|
475 |
msgid "Please visit our %s Support Us %s page."
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: inc/php/
|
479 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: inc/php/
|
483 |
#, php-format
|
484 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: inc/php/
|
488 |
msgid "Where can I find information about your customer support?"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: inc/php/
|
492 |
#, php-format
|
493 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: inc/php/
|
497 |
msgid "Where can I find information about your affiliate program?"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: inc/php/
|
501 |
#, php-format
|
502 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: inc/php/
|
506 |
msgid "My question wasn't answered here."
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: inc/php/
|
510 |
#, php-format
|
511 |
msgid "You can ask your question on %s this page %s."
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: inc/php/
|
515 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: inc/php/
|
519 |
-
msgid "Support Us"
|
520 |
-
msgstr ""
|
521 |
-
|
522 |
-
#: inc/php/page.php:429 inc/php/settings.php:226 inc/php/sidebar.php:46
|
523 |
-
msgid "Donate with PayPal"
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: inc/php/page.php:436
|
527 |
-
#, php-format
|
528 |
-
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
529 |
-
msgstr "Mi nombre es %s Arthur %s y soy el fundador de %s Space X-Chimp %s, which unites a small international team of young people."
|
530 |
-
|
531 |
-
#: inc/php/page.php:445
|
532 |
-
msgid "Our intention is to create projects that will make this world a better place."
|
533 |
-
msgstr ""
|
534 |
-
|
535 |
-
#: inc/php/page.php:446
|
536 |
-
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
537 |
-
msgstr ""
|
538 |
-
|
539 |
-
#: inc/php/page.php:447
|
540 |
-
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: inc/php/page.php:450
|
544 |
-
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
545 |
-
msgstr ""
|
546 |
-
|
547 |
-
#: inc/php/page.php:451
|
548 |
-
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: inc/php/page.php:454
|
552 |
-
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: inc/php/page.php:457
|
556 |
-
msgid "Thank you for your support!"
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: inc/php/settings.php:21 inc/php/settings.php:195
|
560 |
msgid "Save changes"
|
561 |
msgstr "Guardar Cambios"
|
562 |
|
563 |
-
#: inc/php/settings.php:25
|
564 |
msgid "Web Master Tools"
|
565 |
msgstr "Herramientas para Web Master"
|
566 |
|
567 |
-
#: inc/php/settings.php:27
|
568 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
569 |
msgstr "Herramientas para webmasters requieren que verifique su dominio. Esto se asegura de que usted es el correcto propietario de su blog o tienda antes de que prestan sus servicios a usted. Puede utilizar las opciones de abajo para comprobar su dominio. Si su dominio ya está verificado, puede olvidarse de ellas."
|
570 |
|
571 |
-
#: inc/php/settings.php:33
|
572 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: inc/php/settings.php:39
|
576 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: inc/php/settings.php:45
|
580 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: inc/php/settings.php:54
|
584 |
msgid "Domain Verification"
|
585 |
msgstr "Verificar Dominio"
|
586 |
|
587 |
-
#: inc/php/settings.php:56
|
588 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
589 |
msgstr "Servicios de terceros como Alexa, Pinterest y Google-Plus requieren que verifique su dominio. Esto se asegura de que usted es el correcto propietario de su blog o tienda antes de que prestan sus servicios a usted. Puede utilizar las opciones de abajo para comprobar su dominio. Si su dominio ya está verificado, puede olvidarse de ellas."
|
590 |
|
591 |
-
#: inc/php/settings.php:62
|
592 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: inc/php/settings.php:68
|
596 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: inc/php/settings.php:74
|
600 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: inc/php/settings.php:80
|
604 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: inc/php/settings.php:86
|
608 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: inc/php/settings.php:92
|
612 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: inc/php/settings.php:98
|
616 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: inc/php/settings.php:104
|
620 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: inc/php/settings.php:108
|
624 |
msgid "Custom Meta Tags"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: inc/php/settings.php:110
|
628 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: inc/php/settings.php:118
|
632 |
msgid "Meta Tags for Static Home Page only"
|
633 |
msgstr "Meta Tags solo para Paginas de Inicio estática"
|
634 |
|
635 |
-
#: inc/php/settings.php:120
|
636 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
637 |
msgstr "Puede usar las opciones abajo para agregar meta tags, como Descripción y palabras claves solo en Paginas de Inicio estática en su sitio web."
|
638 |
|
639 |
-
#: inc/php/settings.php:124
|
640 |
msgid "Home Description"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: inc/php/settings.php:126 inc/php/settings.php:147
|
644 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: inc/php/settings.php:129
|
648 |
msgid "Home Keyword(s)"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: inc/php/settings.php:131
|
652 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: inc/php/settings.php:139
|
656 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
657 |
msgstr "Meta Tags por defecto pagina de inicio y pagina de blog solamente"
|
658 |
|
659 |
-
#: inc/php/settings.php:141
|
660 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
661 |
msgstr "Puede utilizar las opciones de abajo para agregar meta tags, tales como descripción y palabras claves sólo en página principal predeterminada y Blog página de su sitio web."
|
662 |
|
663 |
-
#: inc/php/settings.php:145
|
664 |
msgid "Blog Description"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: inc/php/settings.php:150
|
668 |
msgid "Blog Keyword(s)"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: inc/php/settings.php:152
|
672 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: inc/php/settings.php:160
|
676 |
msgid "Meta Tags for the entire website (Global)"
|
677 |
msgstr "Meta Tags para todo el sitio web (Global)"
|
678 |
|
679 |
-
#: inc/php/settings.php:162
|
680 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
681 |
msgstr "Puede usar las opciones abajo para agregar meta tags como Autor, Derecho autor, palabras clavs en cualquier sitio de su pagina web."
|
682 |
|
683 |
-
#: inc/php/settings.php:166
|
684 |
msgid "Author"
|
685 |
msgstr "Autor"
|
686 |
|
687 |
-
#: inc/php/settings.php:171
|
688 |
msgid "Designer"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: inc/php/settings.php:176
|
692 |
msgid "Contact"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: inc/php/settings.php:181
|
696 |
msgid "Copyright"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: inc/php/settings.php:186
|
700 |
msgid "Keyword(s)"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: inc/php/settings.php:188
|
704 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: inc/php/settings.php:198
|
708 |
msgid "WooCommerce & Google Shopping"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: inc/php/settings.php:200
|
712 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: inc/php/settings.php:214
|
716 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: inc/php/
|
720 |
-
msgid "
|
721 |
-
msgstr "
|
722 |
|
723 |
-
#: inc/php/
|
724 |
-
|
725 |
-
|
|
|
726 |
|
727 |
-
#: inc/php/
|
728 |
-
msgid "
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: inc/php/
|
732 |
-
msgid "
|
733 |
-
msgstr "
|
734 |
|
735 |
-
#: inc/php/
|
736 |
-
msgid "
|
737 |
-
msgstr "
|
738 |
|
739 |
-
#: inc/php/
|
740 |
-
msgid "
|
741 |
-
msgstr "
|
742 |
|
743 |
-
#: inc/php/
|
744 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
msgstr ""
|
746 |
|
747 |
#. Plugin Name of the plugin/theme
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-01 06:39+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-01 06:39+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish (Mexico)\n"
|
10 |
"Language: es_MX\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
+
#: inc/php/core.php:23 inc/php/page.php:46
|
25 |
msgid "Settings"
|
26 |
msgstr "Ajustes"
|
27 |
|
33 |
msgid "Meta Tags Inserter"
|
34 |
msgstr "Meta Tags Inserter"
|
35 |
|
36 |
+
#: inc/php/messages.php:27 inc/php/tabs/support.php:25
|
37 |
msgid "Hello!"
|
38 |
msgstr "¡Hola!"
|
39 |
|
54 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: inc/php/page.php:33
|
58 |
#, php-format
|
59 |
msgid "by %s Space X-Chimp %s"
|
60 |
msgstr "por %s Space X-Chimp %s"
|
61 |
|
62 |
+
#: inc/php/page.php:39
|
63 |
msgid "Version"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: inc/php/page.php:47
|
67 |
msgid "Usage"
|
68 |
msgstr "Uso"
|
69 |
|
70 |
+
#: inc/php/page.php:48
|
71 |
msgid "F.A.Q."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: inc/php/page.php:49 inc/php/sidebar.php:39 inc/php/tabs/settings.php:219
|
75 |
msgid "Support"
|
76 |
msgstr "Soporte"
|
77 |
|
78 |
+
#: inc/php/page.php:50
|
79 |
msgid "Store"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: inc/php/sidebar.php:16
|
83 |
+
msgid "We are «Space X-Chimp»"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: inc/php/sidebar.php:25
|
87 |
+
msgid "About"
|
88 |
+
msgstr "Acerca"
|
89 |
|
90 |
+
#: inc/php/sidebar.php:27
|
91 |
+
msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
92 |
+
msgstr "Este complemento te permite agregar fácilmente Meta Tags a tu sitio web."
|
93 |
|
94 |
+
#: inc/php/sidebar.php:32
|
95 |
+
msgid "Help"
|
96 |
+
msgstr "Ayuda"
|
97 |
|
98 |
+
#: inc/php/sidebar.php:34
|
99 |
+
msgid "If you have a question, please read the information in the FAQ section."
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: inc/php/sidebar.php:41 inc/php/tabs/settings.php:221
|
103 |
+
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
104 |
+
msgstr "Si te gusta este plugin y lo encuentras útil, por favor ayudame hacer este plugin aún mejor y tenerlo actualizado."
|
105 |
|
106 |
+
#: inc/php/sidebar.php:46 inc/php/tabs/settings.php:226
|
107 |
+
#: inc/php/tabs/support.php:21
|
108 |
+
msgid "Donate with PayPal"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: inc/php/sidebar.php:48 inc/php/tabs/settings.php:228
|
112 |
+
msgid "Thanks for your support!"
|
113 |
+
msgstr "¡Gracias por su apoyo!"
|
|
|
114 |
|
115 |
+
#: inc/php/tabs/faq.php:13
|
116 |
msgid "Frequently Asked Questions"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: inc/php/tabs/faq.php:17
|
120 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: inc/php/tabs/faq.php:42
|
124 |
msgid "Where can I find a documentation for this plugin?"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: inc/php/tabs/faq.php:47
|
128 |
#, php-format
|
129 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: inc/php/tabs/faq.php:55
|
133 |
msgid "Will this plugin work on my wordpress.COM website?"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: inc/php/tabs/faq.php:58
|
137 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: inc/php/tabs/faq.php:60
|
141 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: inc/php/tabs/faq.php:61
|
145 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: inc/php/tabs/faq.php:64
|
149 |
#, php-format
|
150 |
msgid "You can learn more about the difference here: %s ."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: inc/php/tabs/faq.php:71
|
154 |
msgid "Will this plugin work/compatible with the theme I use?"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: inc/php/tabs/faq.php:74
|
158 |
msgid "This plugin is compatible with most themes."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: inc/php/tabs/faq.php:75
|
162 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: inc/php/tabs/faq.php:76
|
166 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: inc/php/tabs/faq.php:77
|
170 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: inc/php/tabs/faq.php:79
|
174 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: inc/php/tabs/faq.php:83
|
178 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: inc/php/tabs/faq.php:86
|
182 |
msgid "This plugin is compatible with most plugins."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: inc/php/tabs/faq.php:87
|
186 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: inc/php/tabs/faq.php:88
|
190 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: inc/php/tabs/faq.php:89
|
194 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: inc/php/tabs/faq.php:91
|
198 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: inc/php/tabs/faq.php:95
|
202 |
msgid "Can I use this plugin on my language?"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: inc/php/tabs/faq.php:98
|
206 |
msgid "Yes."
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: inc/php/tabs/faq.php:99
|
210 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: inc/php/tabs/faq.php:100
|
214 |
msgid "But If your language is not available then you can make one."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: inc/php/tabs/faq.php:101
|
218 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: inc/php/tabs/faq.php:102
|
222 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: inc/php/tabs/faq.php:103
|
226 |
msgid "Thanks for your contribution!"
|
227 |
msgstr "¡Gracias por su contribución!"
|
228 |
|
229 |
+
#: inc/php/tabs/faq.php:107
|
230 |
#, php-format
|
231 |
msgid "If you want to help translate this plugin, please visit the %s."
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: inc/php/tabs/faq.php:111
|
235 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: inc/php/tabs/faq.php:114
|
239 |
#, php-format
|
240 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: inc/php/tabs/faq.php:121
|
244 |
msgid "How does it work?"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: inc/php/tabs/faq.php:124
|
248 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:20
|
252 |
+
msgid "Enjoy the improved SEO of your website."
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: inc/php/tabs/faq.php:126 inc/php/tabs/usage.php:20
|
256 |
+
msgid "It's that simple!"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: inc/php/tabs/faq.php:130
|
260 |
msgid "How much of description I can enter in the text field?"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: inc/php/tabs/faq.php:133
|
264 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: inc/php/tabs/faq.php:137
|
268 |
msgid "How much of keywords I can enter in the text field?"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: inc/php/tabs/faq.php:140
|
272 |
msgid "We don't limit the number of characters."
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: inc/php/tabs/faq.php:144
|
276 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/php/tabs/faq.php:147
|
280 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: inc/php/tabs/faq.php:148 inc/php/tabs/faq.php:165
|
284 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: inc/php/tabs/faq.php:149
|
288 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: inc/php/tabs/faq.php:157 inc/php/tabs/faq.php:168
|
292 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: inc/php/tabs/faq.php:161
|
296 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: inc/php/tabs/faq.php:164
|
300 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: inc/php/tabs/faq.php:166
|
304 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: inc/php/tabs/faq.php:172
|
308 |
msgid "Does this plugin requires any modification of the theme?"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: inc/php/tabs/faq.php:175 inc/php/tabs/faq.php:183
|
312 |
msgid "Absolutely not."
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: inc/php/tabs/faq.php:176
|
316 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: inc/php/tabs/faq.php:180
|
320 |
msgid "Does this require any knowledge of HTML or CSS?"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: inc/php/tabs/faq.php:184
|
324 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: inc/php/tabs/faq.php:188
|
328 |
msgid "It's not working."
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: inc/php/tabs/faq.php:189
|
332 |
msgid "What could be wrong?"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: inc/php/tabs/faq.php:192
|
336 |
msgid "As with every plugin, it's possible that things don't work."
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: inc/php/tabs/faq.php:193
|
340 |
msgid "It's impossible to tell what could be wrong exactly."
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: inc/php/tabs/faq.php:194
|
344 |
msgid "The most common reason for this is a web browser's cache."
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: inc/php/tabs/faq.php:195
|
348 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: inc/php/tabs/faq.php:196
|
352 |
msgid "This is called the browser's cache."
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: inc/php/tabs/faq.php:197
|
356 |
msgid "Clearing your browser's cache may solve the problem."
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: inc/php/tabs/faq.php:199
|
360 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: inc/php/tabs/faq.php:200 inc/php/tabs/faq.php:238
|
364 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: inc/php/tabs/faq.php:204
|
368 |
msgid "I can't get verify my website."
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: inc/php/tabs/faq.php:205
|
372 |
msgid "What am I doing wrong?"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: inc/php/tabs/faq.php:208
|
376 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: inc/php/tabs/faq.php:209
|
380 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: inc/php/tabs/faq.php:213
|
384 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: inc/php/tabs/faq.php:214
|
388 |
msgid "Why is this?"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: inc/php/tabs/faq.php:217
|
392 |
msgid "This plugin can not cause such problem."
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: inc/php/tabs/faq.php:218
|
396 |
msgid "More likely, the problem are related to the settings of the website."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: inc/php/tabs/faq.php:219
|
400 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: inc/php/tabs/faq.php:220
|
404 |
msgid "Also please try to re-login to the website, this too can help."
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: inc/php/tabs/faq.php:224
|
408 |
msgid "Where to report bug if found?"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: inc/php/tabs/faq.php:227
|
412 |
msgid "Bug reports are very welcome!"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: inc/php/tabs/faq.php:230
|
416 |
#, php-format
|
417 |
msgid "Please visit our %s contact page %s and report."
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: inc/php/tabs/faq.php:235 inc/php/tabs/faq.php:263
|
421 |
msgid "Please do not forget to specify the name of the plugin."
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: inc/php/tabs/faq.php:236 inc/php/tabs/faq.php:264 inc/php/tabs/faq.php:280
|
425 |
msgid "Thank you!"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: inc/php/tabs/faq.php:239
|
429 |
msgid "Describe in more detail what exactly you are seeing."
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: inc/php/tabs/faq.php:240
|
433 |
msgid "Here are some examples:"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: inc/php/tabs/faq.php:243
|
437 |
msgid "Elements of the plugin settings page are not working."
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: inc/php/tabs/faq.php:244
|
441 |
msgid "An error message is displayed on the plugin settings page."
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: inc/php/tabs/faq.php:245
|
445 |
msgid "An error message is displayed on the front end of website."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: inc/php/tabs/faq.php:246
|
449 |
msgid "An error message is displayed on the back end of website."
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: inc/php/tabs/faq.php:247
|
453 |
msgid "Website is crashed."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: inc/php/tabs/faq.php:252
|
457 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: inc/php/tabs/faq.php:255
|
461 |
msgid "Any suggestions are very welcome!"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: inc/php/tabs/faq.php:258
|
465 |
#, php-format
|
466 |
msgid "Please visit our %s contact page %s."
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: inc/php/tabs/faq.php:268
|
470 |
msgid "I love this plugin!"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: inc/php/tabs/faq.php:269
|
474 |
msgid "Can I help somehow?"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: inc/php/tabs/faq.php:272
|
478 |
msgid "Yes, any contributions are very welcome!"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: inc/php/tabs/faq.php:275
|
482 |
#, php-format
|
483 |
msgid "Please visit our %s Support Us %s page."
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: inc/php/tabs/faq.php:284
|
487 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: inc/php/tabs/faq.php:289
|
491 |
#, php-format
|
492 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: inc/php/tabs/faq.php:297
|
496 |
msgid "Where can I find information about your customer support?"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: inc/php/tabs/faq.php:302
|
500 |
#, php-format
|
501 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: inc/php/tabs/faq.php:310
|
505 |
msgid "Where can I find information about your affiliate program?"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: inc/php/tabs/faq.php:315
|
509 |
#, php-format
|
510 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: inc/php/tabs/faq.php:323
|
514 |
msgid "My question wasn't answered here."
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: inc/php/tabs/faq.php:328
|
518 |
#, php-format
|
519 |
msgid "You can ask your question on %s this page %s."
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: inc/php/tabs/faq.php:333
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
527 |
msgid "Save changes"
|
528 |
msgstr "Guardar Cambios"
|
529 |
|
530 |
+
#: inc/php/tabs/settings.php:25
|
531 |
msgid "Web Master Tools"
|
532 |
msgstr "Herramientas para Web Master"
|
533 |
|
534 |
+
#: inc/php/tabs/settings.php:27
|
535 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
536 |
msgstr "Herramientas para webmasters requieren que verifique su dominio. Esto se asegura de que usted es el correcto propietario de su blog o tienda antes de que prestan sus servicios a usted. Puede utilizar las opciones de abajo para comprobar su dominio. Si su dominio ya está verificado, puede olvidarse de ellas."
|
537 |
|
538 |
+
#: inc/php/tabs/settings.php:33
|
539 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: inc/php/tabs/settings.php:39
|
543 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: inc/php/tabs/settings.php:45
|
547 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: inc/php/tabs/settings.php:54
|
551 |
msgid "Domain Verification"
|
552 |
msgstr "Verificar Dominio"
|
553 |
|
554 |
+
#: inc/php/tabs/settings.php:56
|
555 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
556 |
msgstr "Servicios de terceros como Alexa, Pinterest y Google-Plus requieren que verifique su dominio. Esto se asegura de que usted es el correcto propietario de su blog o tienda antes de que prestan sus servicios a usted. Puede utilizar las opciones de abajo para comprobar su dominio. Si su dominio ya está verificado, puede olvidarse de ellas."
|
557 |
|
558 |
+
#: inc/php/tabs/settings.php:62
|
559 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: inc/php/tabs/settings.php:68
|
563 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: inc/php/tabs/settings.php:74
|
567 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: inc/php/tabs/settings.php:80
|
571 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: inc/php/tabs/settings.php:86
|
575 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: inc/php/tabs/settings.php:92
|
579 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: inc/php/tabs/settings.php:98
|
583 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: inc/php/tabs/settings.php:104
|
587 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: inc/php/tabs/settings.php:108
|
591 |
msgid "Custom Meta Tags"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: inc/php/tabs/settings.php:110
|
595 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: inc/php/tabs/settings.php:118
|
599 |
msgid "Meta Tags for Static Home Page only"
|
600 |
msgstr "Meta Tags solo para Paginas de Inicio estática"
|
601 |
|
602 |
+
#: inc/php/tabs/settings.php:120
|
603 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
604 |
msgstr "Puede usar las opciones abajo para agregar meta tags, como Descripción y palabras claves solo en Paginas de Inicio estática en su sitio web."
|
605 |
|
606 |
+
#: inc/php/tabs/settings.php:124
|
607 |
msgid "Home Description"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: inc/php/tabs/settings.php:126 inc/php/tabs/settings.php:147
|
611 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: inc/php/tabs/settings.php:129
|
615 |
msgid "Home Keyword(s)"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: inc/php/tabs/settings.php:131
|
619 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: inc/php/tabs/settings.php:139
|
623 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
624 |
msgstr "Meta Tags por defecto pagina de inicio y pagina de blog solamente"
|
625 |
|
626 |
+
#: inc/php/tabs/settings.php:141
|
627 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
628 |
msgstr "Puede utilizar las opciones de abajo para agregar meta tags, tales como descripción y palabras claves sólo en página principal predeterminada y Blog página de su sitio web."
|
629 |
|
630 |
+
#: inc/php/tabs/settings.php:145
|
631 |
msgid "Blog Description"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: inc/php/tabs/settings.php:150
|
635 |
msgid "Blog Keyword(s)"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:152
|
639 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:160
|
643 |
msgid "Meta Tags for the entire website (Global)"
|
644 |
msgstr "Meta Tags para todo el sitio web (Global)"
|
645 |
|
646 |
+
#: inc/php/tabs/settings.php:162
|
647 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
648 |
msgstr "Puede usar las opciones abajo para agregar meta tags como Autor, Derecho autor, palabras clavs en cualquier sitio de su pagina web."
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:166
|
651 |
msgid "Author"
|
652 |
msgstr "Autor"
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:171
|
655 |
msgid "Designer"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:176
|
659 |
msgid "Contact"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:181
|
663 |
msgid "Copyright"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:186
|
667 |
msgid "Keyword(s)"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: inc/php/tabs/settings.php:188
|
671 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: inc/php/tabs/settings.php:198
|
675 |
msgid "WooCommerce & Google Shopping"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: inc/php/tabs/settings.php:200
|
679 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: inc/php/tabs/settings.php:214
|
683 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: inc/php/tabs/support.php:13
|
687 |
+
msgid "Support Us"
|
688 |
+
msgstr ""
|
689 |
|
690 |
+
#: inc/php/tabs/support.php:28
|
691 |
+
#, php-format
|
692 |
+
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
693 |
+
msgstr "Mi nombre es %s Arthur %s y soy el fundador de %s Space X-Chimp %s, which unites a small international team of young people."
|
694 |
|
695 |
+
#: inc/php/tabs/support.php:37
|
696 |
+
msgid "Our intention is to create projects that will make this world a better place."
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: inc/php/tabs/support.php:38
|
700 |
+
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
701 |
+
msgstr ""
|
702 |
|
703 |
+
#: inc/php/tabs/support.php:39
|
704 |
+
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
705 |
+
msgstr ""
|
706 |
|
707 |
+
#: inc/php/tabs/support.php:42
|
708 |
+
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
709 |
+
msgstr ""
|
710 |
|
711 |
+
#: inc/php/tabs/support.php:43
|
712 |
+
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: inc/php/tabs/support.php:46
|
716 |
+
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: inc/php/tabs/support.php:49
|
720 |
+
msgid "Thank you for your support!"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: inc/php/tabs/usage.php:13
|
724 |
+
msgid "Usage Instructions"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: inc/php/tabs/usage.php:15
|
728 |
+
msgid "To add the meta tags to your website, simply follow these steps:"
|
729 |
+
msgstr ""
|
730 |
+
|
731 |
+
#: inc/php/tabs/usage.php:17
|
732 |
+
msgid "Go to the \"Settings\" tab on this page."
|
733 |
+
msgstr ""
|
734 |
+
|
735 |
+
#: inc/php/tabs/usage.php:18
|
736 |
+
msgid "Fill in the required fields."
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: inc/php/tabs/usage.php:19
|
740 |
+
msgid "Click the \"Save changes\" button."
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: inc/php/tabs/usage.php:25
|
744 |
+
#, php-format
|
745 |
+
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
746 |
msgstr ""
|
747 |
|
748 |
#. Plugin Name of the plugin/theme
|
languages/all-meta-tags-fr_FR.mo
CHANGED
Binary file
|
languages/all-meta-tags-fr_FR.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19 |
"X-Textdomain-Support: yes\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
23 |
msgid "Settings"
|
24 |
msgstr "Paramètres"
|
25 |
|
@@ -31,7 +31,7 @@ msgstr "Faire un don"
|
|
31 |
msgid "Meta Tags Inserter"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: inc/php/messages.php:27 inc/php/
|
35 |
msgid "Hello!"
|
36 |
msgstr "Salut."
|
37 |
|
@@ -52,692 +52,693 @@ msgstr ""
|
|
52 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: inc/php/page.php:
|
56 |
#, php-format
|
57 |
msgid "by %s Space X-Chimp %s"
|
58 |
msgstr "par %s Space X-Chimp %s"
|
59 |
|
60 |
-
#: inc/php/page.php:
|
61 |
msgid "Version"
|
62 |
msgstr "Version"
|
63 |
|
64 |
-
#: inc/php/page.php:
|
65 |
msgid "Usage"
|
66 |
msgstr "Utilisation"
|
67 |
|
68 |
-
#: inc/php/page.php:
|
69 |
msgid "F.A.Q."
|
70 |
msgstr "FAQ."
|
71 |
|
72 |
-
#: inc/php/page.php:
|
73 |
msgid "Support"
|
74 |
msgstr "Support"
|
75 |
|
76 |
-
#: inc/php/page.php:
|
77 |
msgid "Store"
|
78 |
msgstr "Le magasin"
|
79 |
|
80 |
-
#: inc/php/
|
81 |
-
msgid "
|
82 |
-
msgstr "Instructions d'utilisation"
|
83 |
-
|
84 |
-
#: inc/php/page.php:66
|
85 |
-
msgid "To add the meta tags to your website, simply follow these steps:"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: inc/php/
|
89 |
-
msgid "
|
90 |
-
msgstr "
|
91 |
|
92 |
-
#: inc/php/
|
93 |
-
msgid "
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: inc/php/
|
97 |
-
msgid "
|
98 |
-
msgstr "
|
99 |
|
100 |
-
#: inc/php/
|
101 |
-
msgid "
|
102 |
-
msgstr ""
|
103 |
|
104 |
-
#: inc/php/
|
105 |
-
msgid "
|
106 |
-
msgstr "
|
107 |
|
108 |
-
#: inc/php/
|
109 |
-
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
|
|
|
|
|
|
|
|
112 |
|
113 |
-
#: inc/php/
|
114 |
msgid "Frequently Asked Questions"
|
115 |
msgstr "Questions fréquentes"
|
116 |
|
117 |
-
#: inc/php/
|
118 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
119 |
msgstr "Si vous avez une question, veuillez lire la Foire aux questions ci-dessous pour voir si la réponse est ici."
|
120 |
|
121 |
-
#: inc/php/
|
122 |
msgid "Where can I find a documentation for this plugin?"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/php/
|
126 |
#, php-format
|
127 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: inc/php/
|
131 |
msgid "Will this plugin work on my wordpress.COM website?"
|
132 |
msgstr "Ce plugin fonctionnera-t-il sur mon site wordpress.COM?"
|
133 |
|
134 |
-
#: inc/php/
|
135 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
136 |
msgstr "Désolé, ce plugin est disponible pour une utilisation uniquement sur les sites auto-hébergés (wordpress.ORG)."
|
137 |
|
138 |
-
#: inc/php/
|
139 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: inc/php/
|
143 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: inc/php/
|
147 |
#, php-format
|
148 |
msgid "You can learn more about the difference here: %s ."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: inc/php/
|
152 |
msgid "Will this plugin work/compatible with the theme I use?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: inc/php/
|
156 |
msgid "This plugin is compatible with most themes."
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: inc/php/
|
160 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: inc/php/
|
164 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: inc/php/
|
168 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: inc/php/
|
172 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: inc/php/
|
176 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: inc/php/
|
180 |
msgid "This plugin is compatible with most plugins."
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: inc/php/
|
184 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: inc/php/
|
188 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: inc/php/
|
192 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: inc/php/
|
196 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/php/
|
200 |
msgid "Can I use this plugin on my language?"
|
201 |
msgstr "Puis-je utiliser ce plugin sur ma langue?"
|
202 |
|
203 |
-
#: inc/php/
|
204 |
msgid "Yes."
|
205 |
msgstr "Oui."
|
206 |
|
207 |
-
#: inc/php/
|
208 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
209 |
msgstr "Ce plugin est prêt pour la traduction et a déjà été traduit en plusieurs langues."
|
210 |
|
211 |
-
#: inc/php/
|
212 |
msgid "But If your language is not available then you can make one."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: inc/php/
|
216 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
217 |
msgstr "Peut-être que toutes les traductions existantes ne sont pas à jour. Vous êtes invités à apporter des corrections!"
|
218 |
|
219 |
-
#: inc/php/
|
220 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
221 |
msgstr "Beaucoup d'utilisateurs de plugin serait ravi si vous partagez votre traduction avec la communauté."
|
222 |
|
223 |
-
#: inc/php/
|
224 |
msgid "Thanks for your contribution!"
|
225 |
msgstr "Merci pour votre contribution!"
|
226 |
|
227 |
-
#: inc/php/
|
228 |
#, php-format
|
229 |
msgid "If you want to help translate this plugin, please visit the %s."
|
230 |
msgstr "Si vous voulez aider à traduire ce plugin alors s'il vous plaît visitez le %s."
|
231 |
|
232 |
-
#: inc/php/
|
233 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
234 |
msgstr "Vous pouvez également utiliser le fichier POT, qui est inclus et placé dans le dossier «Languages», afin de créer un fichier PO de traduction."
|
235 |
|
236 |
-
#: inc/php/
|
237 |
#, php-format
|
238 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
239 |
msgstr "Il suffit d'envoyer le fichier PO pour nous ( %s ) et nous inclurons cette traduction dans la prochaine mise à jour du plugin."
|
240 |
|
241 |
-
#: inc/php/
|
242 |
msgid "How does it work?"
|
243 |
msgstr "Comment cela fonctionne?"
|
244 |
|
245 |
-
#: inc/php/
|
246 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
msgid "How much of description I can enter in the text field?"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: inc/php/
|
254 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: inc/php/
|
258 |
msgid "How much of keywords I can enter in the text field?"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: inc/php/
|
262 |
msgid "We don't limit the number of characters."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: inc/php/
|
266 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: inc/php/
|
270 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: inc/php/
|
274 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: inc/php/
|
278 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: inc/php/
|
282 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: inc/php/
|
286 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: inc/php/
|
290 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: inc/php/
|
294 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: inc/php/
|
298 |
msgid "Does this plugin requires any modification of the theme?"
|
299 |
msgstr "Ce plugin nécessite-t-il une modification du thème?"
|
300 |
|
301 |
-
#: inc/php/
|
302 |
msgid "Absolutely not."
|
303 |
msgstr "Absolument pas."
|
304 |
|
305 |
-
#: inc/php/
|
306 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
307 |
msgstr "Ce plugin est entièrement configurable à partir de la page des paramètres du plugin."
|
308 |
|
309 |
-
#: inc/php/
|
310 |
msgid "Does this require any knowledge of HTML or CSS?"
|
311 |
msgstr "Est-ce que cela nécessite une connaissance de HTML ou CSS?"
|
312 |
|
313 |
-
#: inc/php/
|
314 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
315 |
msgstr "Ce plugin peut être configuré sans connaissance de HTML ou CSS, en utilisant une page de paramètres de plugin facile à utiliser."
|
316 |
|
317 |
-
#: inc/php/
|
318 |
msgid "It's not working."
|
319 |
msgstr "Ça marche pas."
|
320 |
|
321 |
-
#: inc/php/
|
322 |
msgid "What could be wrong?"
|
323 |
msgstr "Qu'est-ce qui peut être erroné?"
|
324 |
|
325 |
-
#: inc/php/
|
326 |
msgid "As with every plugin, it's possible that things don't work."
|
327 |
msgstr "Comme avec chaque plugin, il est possible que les choses ne fonctionnent pas."
|
328 |
|
329 |
-
#: inc/php/
|
330 |
msgid "It's impossible to tell what could be wrong exactly."
|
331 |
msgstr "Il est impossible de dire ce qui pourrait être erroné exactement."
|
332 |
|
333 |
-
#: inc/php/
|
334 |
msgid "The most common reason for this is a web browser's cache."
|
335 |
msgstr "La raison la plus courante pour cela est le cache d'un navigateur Web."
|
336 |
|
337 |
-
#: inc/php/
|
338 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
339 |
msgstr "Chaque navigateur Web stocke un cache des sites Web que vous visitez (pages, images, etc.) pour réduire l'utilisation de la bande passante et la charge du serveur."
|
340 |
|
341 |
-
#: inc/php/
|
342 |
msgid "This is called the browser's cache."
|
343 |
msgstr "C'est ce qu'on appelle le cache du navigateur."
|
344 |
|
345 |
-
#: inc/php/
|
346 |
msgid "Clearing your browser's cache may solve the problem."
|
347 |
msgstr "L'effacement du cache de votre navigateur peut résoudre le problème."
|
348 |
|
349 |
-
#: inc/php/
|
350 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
351 |
msgstr "Si vous publiez une demande de support dans le Forum de soutien du plugin sur WordPress.org, nous serions heureux de lui donner un coup d’œil et essayer d'aider."
|
352 |
|
353 |
-
#: inc/php/
|
354 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
355 |
msgstr "Veuillez inclure autant d'informations que possible, y compris un lien vers votre site Web où le problème peut être vu."
|
356 |
|
357 |
-
#: inc/php/
|
358 |
msgid "I can't get verify my website."
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: inc/php/
|
362 |
msgid "What am I doing wrong?"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: inc/php/
|
366 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: inc/php/
|
370 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: inc/php/
|
374 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
375 |
msgstr "La dernière mise à jour de WordPress m'empêche de modifier mon site Web qui utilise ce plugin."
|
376 |
|
377 |
-
#: inc/php/
|
378 |
msgid "Why is this?"
|
379 |
msgstr "Pourquoi?"
|
380 |
|
381 |
-
#: inc/php/
|
382 |
msgid "This plugin can not cause such problem."
|
383 |
msgstr "Ce plugin ne peut pas causer un tel problème."
|
384 |
|
385 |
-
#: inc/php/
|
386 |
msgid "More likely, the problem are related to the settings of the website."
|
387 |
msgstr "Plus probablement, le problème est lié aux paramètres du site Web."
|
388 |
|
389 |
-
#: inc/php/
|
390 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
391 |
msgstr "Il pourrait juste être un cache, donc s'il vous plaît essayer de vider le cache de votre site Web (peut-être vous utilisez un plugin de mise en cache, ou certains services Web tels que le CloudFlare), puis le cache de votre navigateur Web."
|
392 |
|
393 |
-
#: inc/php/
|
394 |
msgid "Also please try to re-login to the website, this too can help."
|
395 |
msgstr "Aussi s'il vous plaît essayer de re-login sur le site, cela aussi peut vous aider."
|
396 |
|
397 |
-
#: inc/php/
|
398 |
msgid "Where to report bug if found?"
|
399 |
msgstr "Où signaler un bug ?"
|
400 |
|
401 |
-
#: inc/php/
|
402 |
msgid "Bug reports are very welcome!"
|
403 |
msgstr "Les rapports de bogues sont les bienvenus!"
|
404 |
|
405 |
-
#: inc/php/
|
406 |
#, php-format
|
407 |
msgid "Please visit our %s contact page %s and report."
|
408 |
msgstr "S'il vous plaît visitez notre %s page de contact %s et le rapport."
|
409 |
|
410 |
-
#: inc/php/
|
411 |
msgid "Please do not forget to specify the name of the plugin."
|
412 |
msgstr "S'il vous plaît n'oubliez pas de spécifier le nom du plugin."
|
413 |
|
414 |
-
#: inc/php/
|
415 |
msgid "Thank you!"
|
416 |
msgstr "Merci!"
|
417 |
|
418 |
-
#: inc/php/
|
419 |
msgid "Describe in more detail what exactly you are seeing."
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: inc/php/
|
423 |
msgid "Here are some examples:"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: inc/php/
|
427 |
msgid "Elements of the plugin settings page are not working."
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: inc/php/
|
431 |
msgid "An error message is displayed on the plugin settings page."
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: inc/php/
|
435 |
msgid "An error message is displayed on the front end of website."
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: inc/php/
|
439 |
msgid "An error message is displayed on the back end of website."
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: inc/php/
|
443 |
msgid "Website is crashed."
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: inc/php/
|
447 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
448 |
msgstr "Où partager des idées ou des suggestions pour rendre le plugin meilleure?"
|
449 |
|
450 |
-
#: inc/php/
|
451 |
msgid "Any suggestions are very welcome!"
|
452 |
msgstr "Toutes les suggestions sont les bienvenus!"
|
453 |
|
454 |
-
#: inc/php/
|
455 |
#, php-format
|
456 |
msgid "Please visit our %s contact page %s."
|
457 |
msgstr "Veuillez visiter notre %s page de contact %s."
|
458 |
|
459 |
-
#: inc/php/
|
460 |
msgid "I love this plugin!"
|
461 |
msgstr "J'aime ce plugin!"
|
462 |
|
463 |
-
#: inc/php/
|
464 |
msgid "Can I help somehow?"
|
465 |
msgstr "Puis-je aider ?"
|
466 |
|
467 |
-
#: inc/php/
|
468 |
msgid "Yes, any contributions are very welcome!"
|
469 |
msgstr "Oui, toutes les contributions sont les bienvenus!"
|
470 |
|
471 |
-
#: inc/php/
|
472 |
#, php-format
|
473 |
msgid "Please visit our %s Support Us %s page."
|
474 |
msgstr "Veuillez visiter notre page de %s Support Us %s."
|
475 |
|
476 |
-
#: inc/php/
|
477 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: inc/php/
|
481 |
#, php-format
|
482 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: inc/php/
|
486 |
msgid "Where can I find information about your customer support?"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: inc/php/
|
490 |
#, php-format
|
491 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: inc/php/
|
495 |
msgid "Where can I find information about your affiliate program?"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: inc/php/
|
499 |
#, php-format
|
500 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: inc/php/
|
504 |
msgid "My question wasn't answered here."
|
505 |
msgstr "Ma question n'a pas été répondue ici."
|
506 |
|
507 |
-
#: inc/php/
|
508 |
#, php-format
|
509 |
msgid "You can ask your question on %s this page %s."
|
510 |
msgstr "Vous pouvez poser votre question sur %s cette page %s."
|
511 |
|
512 |
-
#: inc/php/
|
513 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: inc/php/
|
517 |
-
msgid "Support Us"
|
518 |
-
msgstr "Nous soutenir"
|
519 |
-
|
520 |
-
#: inc/php/page.php:429 inc/php/settings.php:226 inc/php/sidebar.php:46
|
521 |
-
msgid "Donate with PayPal"
|
522 |
-
msgstr "Faire un don avec PayPal"
|
523 |
-
|
524 |
-
#: inc/php/page.php:436
|
525 |
-
#, php-format
|
526 |
-
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
527 |
-
msgstr ""
|
528 |
-
|
529 |
-
#: inc/php/page.php:445
|
530 |
-
msgid "Our intention is to create projects that will make this world a better place."
|
531 |
-
msgstr ""
|
532 |
-
|
533 |
-
#: inc/php/page.php:446
|
534 |
-
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: inc/php/page.php:447
|
538 |
-
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: inc/php/page.php:450
|
542 |
-
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
543 |
-
msgstr ""
|
544 |
-
|
545 |
-
#: inc/php/page.php:451
|
546 |
-
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
547 |
-
msgstr "Nous sommes des développeurs indépendants, sans revenus réguliers, aussi toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
|
548 |
-
|
549 |
-
#: inc/php/page.php:454
|
550 |
-
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
551 |
-
msgstr ""
|
552 |
-
|
553 |
-
#: inc/php/page.php:457
|
554 |
-
msgid "Thank you for your support!"
|
555 |
-
msgstr "Merci pour votre soutien!"
|
556 |
-
|
557 |
-
#: inc/php/settings.php:21 inc/php/settings.php:195
|
558 |
msgid "Save changes"
|
559 |
msgstr "Enregistrer les modifications"
|
560 |
|
561 |
-
#: inc/php/settings.php:25
|
562 |
msgid "Web Master Tools"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: inc/php/settings.php:27
|
566 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: inc/php/settings.php:33
|
570 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: inc/php/settings.php:39
|
574 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: inc/php/settings.php:45
|
578 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: inc/php/settings.php:54
|
582 |
msgid "Domain Verification"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: inc/php/settings.php:56
|
586 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: inc/php/settings.php:62
|
590 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: inc/php/settings.php:68
|
594 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: inc/php/settings.php:74
|
598 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: inc/php/settings.php:80
|
602 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: inc/php/settings.php:86
|
606 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: inc/php/settings.php:92
|
610 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: inc/php/settings.php:98
|
614 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: inc/php/settings.php:104
|
618 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: inc/php/settings.php:108
|
622 |
msgid "Custom Meta Tags"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: inc/php/settings.php:110
|
626 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: inc/php/settings.php:118
|
630 |
msgid "Meta Tags for Static Home Page only"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: inc/php/settings.php:120
|
634 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: inc/php/settings.php:124
|
638 |
msgid "Home Description"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: inc/php/settings.php:126 inc/php/settings.php:147
|
642 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: inc/php/settings.php:129
|
646 |
msgid "Home Keyword(s)"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: inc/php/settings.php:131
|
650 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: inc/php/settings.php:139
|
654 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: inc/php/settings.php:141
|
658 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: inc/php/settings.php:145
|
662 |
msgid "Blog Description"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: inc/php/settings.php:150
|
666 |
msgid "Blog Keyword(s)"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: inc/php/settings.php:152
|
670 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: inc/php/settings.php:160
|
674 |
msgid "Meta Tags for the entire website (Global)"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: inc/php/settings.php:162
|
678 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: inc/php/settings.php:166
|
682 |
msgid "Author"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: inc/php/settings.php:171
|
686 |
msgid "Designer"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: inc/php/settings.php:176
|
690 |
msgid "Contact"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: inc/php/settings.php:181
|
694 |
msgid "Copyright"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: inc/php/settings.php:186
|
698 |
msgid "Keyword(s)"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: inc/php/settings.php:188
|
702 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: inc/php/settings.php:198
|
706 |
msgid "WooCommerce & Google Shopping"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: inc/php/settings.php:200
|
710 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: inc/php/settings.php:214
|
714 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: inc/php/
|
718 |
-
msgid "
|
719 |
-
msgstr "
|
720 |
|
721 |
-
#: inc/php/
|
722 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
723 |
msgstr "Merci pour votre soutien!"
|
724 |
|
725 |
-
#: inc/php/
|
726 |
-
msgid "
|
|
|
|
|
|
|
|
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: inc/php/
|
730 |
-
msgid "
|
731 |
-
msgstr "
|
732 |
|
733 |
-
#: inc/php/
|
734 |
-
msgid "
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: inc/php/
|
738 |
-
msgid "
|
739 |
-
msgstr "
|
740 |
|
741 |
-
#: inc/php/
|
742 |
-
|
743 |
-
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-01 06:39+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-01 06:39+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
19 |
"X-Textdomain-Support: yes\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: inc/php/core.php:23 inc/php/page.php:46
|
23 |
msgid "Settings"
|
24 |
msgstr "Paramètres"
|
25 |
|
31 |
msgid "Meta Tags Inserter"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: inc/php/messages.php:27 inc/php/tabs/support.php:25
|
35 |
msgid "Hello!"
|
36 |
msgstr "Salut."
|
37 |
|
52 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: inc/php/page.php:33
|
56 |
#, php-format
|
57 |
msgid "by %s Space X-Chimp %s"
|
58 |
msgstr "par %s Space X-Chimp %s"
|
59 |
|
60 |
+
#: inc/php/page.php:39
|
61 |
msgid "Version"
|
62 |
msgstr "Version"
|
63 |
|
64 |
+
#: inc/php/page.php:47
|
65 |
msgid "Usage"
|
66 |
msgstr "Utilisation"
|
67 |
|
68 |
+
#: inc/php/page.php:48
|
69 |
msgid "F.A.Q."
|
70 |
msgstr "FAQ."
|
71 |
|
72 |
+
#: inc/php/page.php:49 inc/php/sidebar.php:39 inc/php/tabs/settings.php:219
|
73 |
msgid "Support"
|
74 |
msgstr "Support"
|
75 |
|
76 |
+
#: inc/php/page.php:50
|
77 |
msgid "Store"
|
78 |
msgstr "Le magasin"
|
79 |
|
80 |
+
#: inc/php/sidebar.php:16
|
81 |
+
msgid "We are «Space X-Chimp»"
|
|
|
|
|
|
|
|
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: inc/php/sidebar.php:25
|
85 |
+
msgid "About"
|
86 |
+
msgstr "A propos"
|
87 |
|
88 |
+
#: inc/php/sidebar.php:27
|
89 |
+
msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: inc/php/sidebar.php:32
|
93 |
+
msgid "Help"
|
94 |
+
msgstr "Aide"
|
95 |
|
96 |
+
#: inc/php/sidebar.php:34
|
97 |
+
msgid "If you have a question, please read the information in the FAQ section."
|
98 |
+
msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
|
99 |
|
100 |
+
#: inc/php/sidebar.php:41 inc/php/tabs/settings.php:221
|
101 |
+
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
102 |
+
msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
|
103 |
|
104 |
+
#: inc/php/sidebar.php:46 inc/php/tabs/settings.php:226
|
105 |
+
#: inc/php/tabs/support.php:21
|
106 |
+
msgid "Donate with PayPal"
|
107 |
+
msgstr "Faire un don avec PayPal"
|
108 |
+
|
109 |
+
#: inc/php/sidebar.php:48 inc/php/tabs/settings.php:228
|
110 |
+
msgid "Thanks for your support!"
|
111 |
+
msgstr "Merci pour votre soutien!"
|
112 |
|
113 |
+
#: inc/php/tabs/faq.php:13
|
114 |
msgid "Frequently Asked Questions"
|
115 |
msgstr "Questions fréquentes"
|
116 |
|
117 |
+
#: inc/php/tabs/faq.php:17
|
118 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
119 |
msgstr "Si vous avez une question, veuillez lire la Foire aux questions ci-dessous pour voir si la réponse est ici."
|
120 |
|
121 |
+
#: inc/php/tabs/faq.php:42
|
122 |
msgid "Where can I find a documentation for this plugin?"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/php/tabs/faq.php:47
|
126 |
#, php-format
|
127 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/php/tabs/faq.php:55
|
131 |
msgid "Will this plugin work on my wordpress.COM website?"
|
132 |
msgstr "Ce plugin fonctionnera-t-il sur mon site wordpress.COM?"
|
133 |
|
134 |
+
#: inc/php/tabs/faq.php:58
|
135 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
136 |
msgstr "Désolé, ce plugin est disponible pour une utilisation uniquement sur les sites auto-hébergés (wordpress.ORG)."
|
137 |
|
138 |
+
#: inc/php/tabs/faq.php:60
|
139 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/php/tabs/faq.php:61
|
143 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: inc/php/tabs/faq.php:64
|
147 |
#, php-format
|
148 |
msgid "You can learn more about the difference here: %s ."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: inc/php/tabs/faq.php:71
|
152 |
msgid "Will this plugin work/compatible with the theme I use?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: inc/php/tabs/faq.php:74
|
156 |
msgid "This plugin is compatible with most themes."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: inc/php/tabs/faq.php:75
|
160 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: inc/php/tabs/faq.php:76
|
164 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: inc/php/tabs/faq.php:77
|
168 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: inc/php/tabs/faq.php:79
|
172 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: inc/php/tabs/faq.php:83
|
176 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: inc/php/tabs/faq.php:86
|
180 |
msgid "This plugin is compatible with most plugins."
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: inc/php/tabs/faq.php:87
|
184 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: inc/php/tabs/faq.php:88
|
188 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: inc/php/tabs/faq.php:89
|
192 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: inc/php/tabs/faq.php:91
|
196 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: inc/php/tabs/faq.php:95
|
200 |
msgid "Can I use this plugin on my language?"
|
201 |
msgstr "Puis-je utiliser ce plugin sur ma langue?"
|
202 |
|
203 |
+
#: inc/php/tabs/faq.php:98
|
204 |
msgid "Yes."
|
205 |
msgstr "Oui."
|
206 |
|
207 |
+
#: inc/php/tabs/faq.php:99
|
208 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
209 |
msgstr "Ce plugin est prêt pour la traduction et a déjà été traduit en plusieurs langues."
|
210 |
|
211 |
+
#: inc/php/tabs/faq.php:100
|
212 |
msgid "But If your language is not available then you can make one."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: inc/php/tabs/faq.php:101
|
216 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
217 |
msgstr "Peut-être que toutes les traductions existantes ne sont pas à jour. Vous êtes invités à apporter des corrections!"
|
218 |
|
219 |
+
#: inc/php/tabs/faq.php:102
|
220 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
221 |
msgstr "Beaucoup d'utilisateurs de plugin serait ravi si vous partagez votre traduction avec la communauté."
|
222 |
|
223 |
+
#: inc/php/tabs/faq.php:103
|
224 |
msgid "Thanks for your contribution!"
|
225 |
msgstr "Merci pour votre contribution!"
|
226 |
|
227 |
+
#: inc/php/tabs/faq.php:107
|
228 |
#, php-format
|
229 |
msgid "If you want to help translate this plugin, please visit the %s."
|
230 |
msgstr "Si vous voulez aider à traduire ce plugin alors s'il vous plaît visitez le %s."
|
231 |
|
232 |
+
#: inc/php/tabs/faq.php:111
|
233 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
234 |
msgstr "Vous pouvez également utiliser le fichier POT, qui est inclus et placé dans le dossier «Languages», afin de créer un fichier PO de traduction."
|
235 |
|
236 |
+
#: inc/php/tabs/faq.php:114
|
237 |
#, php-format
|
238 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
239 |
msgstr "Il suffit d'envoyer le fichier PO pour nous ( %s ) et nous inclurons cette traduction dans la prochaine mise à jour du plugin."
|
240 |
|
241 |
+
#: inc/php/tabs/faq.php:121
|
242 |
msgid "How does it work?"
|
243 |
msgstr "Comment cela fonctionne?"
|
244 |
|
245 |
+
#: inc/php/tabs/faq.php:124
|
246 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:20
|
250 |
+
msgid "Enjoy the improved SEO of your website."
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: inc/php/tabs/faq.php:126 inc/php/tabs/usage.php:20
|
254 |
+
msgid "It's that simple!"
|
255 |
+
msgstr "C'est si simple!"
|
256 |
+
|
257 |
+
#: inc/php/tabs/faq.php:130
|
258 |
msgid "How much of description I can enter in the text field?"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: inc/php/tabs/faq.php:133
|
262 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: inc/php/tabs/faq.php:137
|
266 |
msgid "How much of keywords I can enter in the text field?"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: inc/php/tabs/faq.php:140
|
270 |
msgid "We don't limit the number of characters."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: inc/php/tabs/faq.php:144
|
274 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: inc/php/tabs/faq.php:147
|
278 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: inc/php/tabs/faq.php:148 inc/php/tabs/faq.php:165
|
282 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: inc/php/tabs/faq.php:149
|
286 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: inc/php/tabs/faq.php:157 inc/php/tabs/faq.php:168
|
290 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: inc/php/tabs/faq.php:161
|
294 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: inc/php/tabs/faq.php:164
|
298 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: inc/php/tabs/faq.php:166
|
302 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: inc/php/tabs/faq.php:172
|
306 |
msgid "Does this plugin requires any modification of the theme?"
|
307 |
msgstr "Ce plugin nécessite-t-il une modification du thème?"
|
308 |
|
309 |
+
#: inc/php/tabs/faq.php:175 inc/php/tabs/faq.php:183
|
310 |
msgid "Absolutely not."
|
311 |
msgstr "Absolument pas."
|
312 |
|
313 |
+
#: inc/php/tabs/faq.php:176
|
314 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
315 |
msgstr "Ce plugin est entièrement configurable à partir de la page des paramètres du plugin."
|
316 |
|
317 |
+
#: inc/php/tabs/faq.php:180
|
318 |
msgid "Does this require any knowledge of HTML or CSS?"
|
319 |
msgstr "Est-ce que cela nécessite une connaissance de HTML ou CSS?"
|
320 |
|
321 |
+
#: inc/php/tabs/faq.php:184
|
322 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
323 |
msgstr "Ce plugin peut être configuré sans connaissance de HTML ou CSS, en utilisant une page de paramètres de plugin facile à utiliser."
|
324 |
|
325 |
+
#: inc/php/tabs/faq.php:188
|
326 |
msgid "It's not working."
|
327 |
msgstr "Ça marche pas."
|
328 |
|
329 |
+
#: inc/php/tabs/faq.php:189
|
330 |
msgid "What could be wrong?"
|
331 |
msgstr "Qu'est-ce qui peut être erroné?"
|
332 |
|
333 |
+
#: inc/php/tabs/faq.php:192
|
334 |
msgid "As with every plugin, it's possible that things don't work."
|
335 |
msgstr "Comme avec chaque plugin, il est possible que les choses ne fonctionnent pas."
|
336 |
|
337 |
+
#: inc/php/tabs/faq.php:193
|
338 |
msgid "It's impossible to tell what could be wrong exactly."
|
339 |
msgstr "Il est impossible de dire ce qui pourrait être erroné exactement."
|
340 |
|
341 |
+
#: inc/php/tabs/faq.php:194
|
342 |
msgid "The most common reason for this is a web browser's cache."
|
343 |
msgstr "La raison la plus courante pour cela est le cache d'un navigateur Web."
|
344 |
|
345 |
+
#: inc/php/tabs/faq.php:195
|
346 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
347 |
msgstr "Chaque navigateur Web stocke un cache des sites Web que vous visitez (pages, images, etc.) pour réduire l'utilisation de la bande passante et la charge du serveur."
|
348 |
|
349 |
+
#: inc/php/tabs/faq.php:196
|
350 |
msgid "This is called the browser's cache."
|
351 |
msgstr "C'est ce qu'on appelle le cache du navigateur."
|
352 |
|
353 |
+
#: inc/php/tabs/faq.php:197
|
354 |
msgid "Clearing your browser's cache may solve the problem."
|
355 |
msgstr "L'effacement du cache de votre navigateur peut résoudre le problème."
|
356 |
|
357 |
+
#: inc/php/tabs/faq.php:199
|
358 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
359 |
msgstr "Si vous publiez une demande de support dans le Forum de soutien du plugin sur WordPress.org, nous serions heureux de lui donner un coup d’œil et essayer d'aider."
|
360 |
|
361 |
+
#: inc/php/tabs/faq.php:200 inc/php/tabs/faq.php:238
|
362 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
363 |
msgstr "Veuillez inclure autant d'informations que possible, y compris un lien vers votre site Web où le problème peut être vu."
|
364 |
|
365 |
+
#: inc/php/tabs/faq.php:204
|
366 |
msgid "I can't get verify my website."
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: inc/php/tabs/faq.php:205
|
370 |
msgid "What am I doing wrong?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: inc/php/tabs/faq.php:208
|
374 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: inc/php/tabs/faq.php:209
|
378 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: inc/php/tabs/faq.php:213
|
382 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
383 |
msgstr "La dernière mise à jour de WordPress m'empêche de modifier mon site Web qui utilise ce plugin."
|
384 |
|
385 |
+
#: inc/php/tabs/faq.php:214
|
386 |
msgid "Why is this?"
|
387 |
msgstr "Pourquoi?"
|
388 |
|
389 |
+
#: inc/php/tabs/faq.php:217
|
390 |
msgid "This plugin can not cause such problem."
|
391 |
msgstr "Ce plugin ne peut pas causer un tel problème."
|
392 |
|
393 |
+
#: inc/php/tabs/faq.php:218
|
394 |
msgid "More likely, the problem are related to the settings of the website."
|
395 |
msgstr "Plus probablement, le problème est lié aux paramètres du site Web."
|
396 |
|
397 |
+
#: inc/php/tabs/faq.php:219
|
398 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
399 |
msgstr "Il pourrait juste être un cache, donc s'il vous plaît essayer de vider le cache de votre site Web (peut-être vous utilisez un plugin de mise en cache, ou certains services Web tels que le CloudFlare), puis le cache de votre navigateur Web."
|
400 |
|
401 |
+
#: inc/php/tabs/faq.php:220
|
402 |
msgid "Also please try to re-login to the website, this too can help."
|
403 |
msgstr "Aussi s'il vous plaît essayer de re-login sur le site, cela aussi peut vous aider."
|
404 |
|
405 |
+
#: inc/php/tabs/faq.php:224
|
406 |
msgid "Where to report bug if found?"
|
407 |
msgstr "Où signaler un bug ?"
|
408 |
|
409 |
+
#: inc/php/tabs/faq.php:227
|
410 |
msgid "Bug reports are very welcome!"
|
411 |
msgstr "Les rapports de bogues sont les bienvenus!"
|
412 |
|
413 |
+
#: inc/php/tabs/faq.php:230
|
414 |
#, php-format
|
415 |
msgid "Please visit our %s contact page %s and report."
|
416 |
msgstr "S'il vous plaît visitez notre %s page de contact %s et le rapport."
|
417 |
|
418 |
+
#: inc/php/tabs/faq.php:235 inc/php/tabs/faq.php:263
|
419 |
msgid "Please do not forget to specify the name of the plugin."
|
420 |
msgstr "S'il vous plaît n'oubliez pas de spécifier le nom du plugin."
|
421 |
|
422 |
+
#: inc/php/tabs/faq.php:236 inc/php/tabs/faq.php:264 inc/php/tabs/faq.php:280
|
423 |
msgid "Thank you!"
|
424 |
msgstr "Merci!"
|
425 |
|
426 |
+
#: inc/php/tabs/faq.php:239
|
427 |
msgid "Describe in more detail what exactly you are seeing."
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: inc/php/tabs/faq.php:240
|
431 |
msgid "Here are some examples:"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: inc/php/tabs/faq.php:243
|
435 |
msgid "Elements of the plugin settings page are not working."
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: inc/php/tabs/faq.php:244
|
439 |
msgid "An error message is displayed on the plugin settings page."
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: inc/php/tabs/faq.php:245
|
443 |
msgid "An error message is displayed on the front end of website."
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: inc/php/tabs/faq.php:246
|
447 |
msgid "An error message is displayed on the back end of website."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: inc/php/tabs/faq.php:247
|
451 |
msgid "Website is crashed."
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: inc/php/tabs/faq.php:252
|
455 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
456 |
msgstr "Où partager des idées ou des suggestions pour rendre le plugin meilleure?"
|
457 |
|
458 |
+
#: inc/php/tabs/faq.php:255
|
459 |
msgid "Any suggestions are very welcome!"
|
460 |
msgstr "Toutes les suggestions sont les bienvenus!"
|
461 |
|
462 |
+
#: inc/php/tabs/faq.php:258
|
463 |
#, php-format
|
464 |
msgid "Please visit our %s contact page %s."
|
465 |
msgstr "Veuillez visiter notre %s page de contact %s."
|
466 |
|
467 |
+
#: inc/php/tabs/faq.php:268
|
468 |
msgid "I love this plugin!"
|
469 |
msgstr "J'aime ce plugin!"
|
470 |
|
471 |
+
#: inc/php/tabs/faq.php:269
|
472 |
msgid "Can I help somehow?"
|
473 |
msgstr "Puis-je aider ?"
|
474 |
|
475 |
+
#: inc/php/tabs/faq.php:272
|
476 |
msgid "Yes, any contributions are very welcome!"
|
477 |
msgstr "Oui, toutes les contributions sont les bienvenus!"
|
478 |
|
479 |
+
#: inc/php/tabs/faq.php:275
|
480 |
#, php-format
|
481 |
msgid "Please visit our %s Support Us %s page."
|
482 |
msgstr "Veuillez visiter notre page de %s Support Us %s."
|
483 |
|
484 |
+
#: inc/php/tabs/faq.php:284
|
485 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: inc/php/tabs/faq.php:289
|
489 |
#, php-format
|
490 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: inc/php/tabs/faq.php:297
|
494 |
msgid "Where can I find information about your customer support?"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: inc/php/tabs/faq.php:302
|
498 |
#, php-format
|
499 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: inc/php/tabs/faq.php:310
|
503 |
msgid "Where can I find information about your affiliate program?"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: inc/php/tabs/faq.php:315
|
507 |
#, php-format
|
508 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: inc/php/tabs/faq.php:323
|
512 |
msgid "My question wasn't answered here."
|
513 |
msgstr "Ma question n'a pas été répondue ici."
|
514 |
|
515 |
+
#: inc/php/tabs/faq.php:328
|
516 |
#, php-format
|
517 |
msgid "You can ask your question on %s this page %s."
|
518 |
msgstr "Vous pouvez poser votre question sur %s cette page %s."
|
519 |
|
520 |
+
#: inc/php/tabs/faq.php:333
|
521 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
msgid "Save changes"
|
526 |
msgstr "Enregistrer les modifications"
|
527 |
|
528 |
+
#: inc/php/tabs/settings.php:25
|
529 |
msgid "Web Master Tools"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: inc/php/tabs/settings.php:27
|
533 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: inc/php/tabs/settings.php:33
|
537 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: inc/php/tabs/settings.php:39
|
541 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: inc/php/tabs/settings.php:45
|
545 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: inc/php/tabs/settings.php:54
|
549 |
msgid "Domain Verification"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: inc/php/tabs/settings.php:56
|
553 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: inc/php/tabs/settings.php:62
|
557 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: inc/php/tabs/settings.php:68
|
561 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: inc/php/tabs/settings.php:74
|
565 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: inc/php/tabs/settings.php:80
|
569 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: inc/php/tabs/settings.php:86
|
573 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: inc/php/tabs/settings.php:92
|
577 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: inc/php/tabs/settings.php:98
|
581 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: inc/php/tabs/settings.php:104
|
585 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: inc/php/tabs/settings.php:108
|
589 |
msgid "Custom Meta Tags"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: inc/php/tabs/settings.php:110
|
593 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: inc/php/tabs/settings.php:118
|
597 |
msgid "Meta Tags for Static Home Page only"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: inc/php/tabs/settings.php:120
|
601 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: inc/php/tabs/settings.php:124
|
605 |
msgid "Home Description"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: inc/php/tabs/settings.php:126 inc/php/tabs/settings.php:147
|
609 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: inc/php/tabs/settings.php:129
|
613 |
msgid "Home Keyword(s)"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: inc/php/tabs/settings.php:131
|
617 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: inc/php/tabs/settings.php:139
|
621 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: inc/php/tabs/settings.php:141
|
625 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: inc/php/tabs/settings.php:145
|
629 |
msgid "Blog Description"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: inc/php/tabs/settings.php:150
|
633 |
msgid "Blog Keyword(s)"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: inc/php/tabs/settings.php:152
|
637 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: inc/php/tabs/settings.php:160
|
641 |
msgid "Meta Tags for the entire website (Global)"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: inc/php/tabs/settings.php:162
|
645 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: inc/php/tabs/settings.php:166
|
649 |
msgid "Author"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: inc/php/tabs/settings.php:171
|
653 |
msgid "Designer"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: inc/php/tabs/settings.php:176
|
657 |
msgid "Contact"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: inc/php/tabs/settings.php:181
|
661 |
msgid "Copyright"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: inc/php/tabs/settings.php:186
|
665 |
msgid "Keyword(s)"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: inc/php/tabs/settings.php:188
|
669 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: inc/php/tabs/settings.php:198
|
673 |
msgid "WooCommerce & Google Shopping"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: inc/php/tabs/settings.php:200
|
677 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: inc/php/tabs/settings.php:214
|
681 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: inc/php/tabs/support.php:13
|
685 |
+
msgid "Support Us"
|
686 |
+
msgstr "Nous soutenir"
|
687 |
|
688 |
+
#: inc/php/tabs/support.php:28
|
689 |
+
#, php-format
|
690 |
+
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: inc/php/tabs/support.php:37
|
694 |
+
msgid "Our intention is to create projects that will make this world a better place."
|
695 |
+
msgstr ""
|
696 |
+
|
697 |
+
#: inc/php/tabs/support.php:38
|
698 |
+
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
699 |
+
msgstr ""
|
700 |
+
|
701 |
+
#: inc/php/tabs/support.php:39
|
702 |
+
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
703 |
+
msgstr ""
|
704 |
+
|
705 |
+
#: inc/php/tabs/support.php:42
|
706 |
+
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
707 |
+
msgstr ""
|
708 |
+
|
709 |
+
#: inc/php/tabs/support.php:43
|
710 |
+
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
711 |
+
msgstr "Nous sommes des développeurs indépendants, sans revenus réguliers, aussi toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
|
712 |
+
|
713 |
+
#: inc/php/tabs/support.php:46
|
714 |
+
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
715 |
+
msgstr ""
|
716 |
+
|
717 |
+
#: inc/php/tabs/support.php:49
|
718 |
+
msgid "Thank you for your support!"
|
719 |
msgstr "Merci pour votre soutien!"
|
720 |
|
721 |
+
#: inc/php/tabs/usage.php:13
|
722 |
+
msgid "Usage Instructions"
|
723 |
+
msgstr "Instructions d'utilisation"
|
724 |
+
|
725 |
+
#: inc/php/tabs/usage.php:15
|
726 |
+
msgid "To add the meta tags to your website, simply follow these steps:"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: inc/php/tabs/usage.php:17
|
730 |
+
msgid "Go to the \"Settings\" tab on this page."
|
731 |
+
msgstr "Accédez à l'onglet \"Paramètres\" de cette page."
|
732 |
|
733 |
+
#: inc/php/tabs/usage.php:18
|
734 |
+
msgid "Fill in the required fields."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: inc/php/tabs/usage.php:19
|
738 |
+
msgid "Click the \"Save changes\" button."
|
739 |
+
msgstr "Cliquez sur le bouton \"Enregistrer les modifications\"."
|
740 |
|
741 |
+
#: inc/php/tabs/usage.php:25
|
742 |
+
#, php-format
|
743 |
+
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
744 |
+
msgstr "Si vous voulez plus d'options, alors %s nous le faire savoir %s et nous serons heureux de les ajouter."
|
languages/all-meta-tags-it_IT.mo
CHANGED
Binary file
|
languages/all-meta-tags-it_IT.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Italian\n"
|
10 |
"Language: it_IT\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Impostazioni"
|
26 |
|
@@ -32,7 +32,7 @@ msgstr "Dona"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:27 inc/php/
|
36 |
msgid "Hello!"
|
37 |
msgstr ""
|
38 |
|
@@ -53,694 +53,695 @@ msgstr ""
|
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: inc/php/page.php:
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "di %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: inc/php/
|
82 |
-
msgid "
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: inc/php/
|
86 |
-
msgid "
|
87 |
-
msgstr ""
|
88 |
|
89 |
-
#: inc/php/
|
90 |
-
msgid "
|
91 |
-
msgstr ""
|
92 |
|
93 |
-
#: inc/php/
|
94 |
-
msgid "
|
95 |
-
msgstr ""
|
96 |
|
97 |
-
#: inc/php/
|
98 |
-
msgid "
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: inc/php/
|
102 |
-
msgid "
|
103 |
-
msgstr ""
|
104 |
|
105 |
-
#: inc/php/
|
106 |
-
|
|
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: inc/php/
|
110 |
-
|
111 |
-
|
112 |
-
msgstr ""
|
113 |
|
114 |
-
#: inc/php/
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: inc/php/
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: inc/php/
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/php/
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: inc/php/
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: inc/php/
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: inc/php/
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/php/
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/php/
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/php/
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: inc/php/
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: inc/php/
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: inc/php/
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/php/
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/php/
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: inc/php/
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: inc/php/
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: inc/php/
|
205 |
msgid "Yes."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: inc/php/
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: inc/php/
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: inc/php/
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: inc/php/
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: inc/php/
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "Grazie per il tuo contributo!"
|
227 |
|
228 |
-
#: inc/php/
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: inc/php/
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: inc/php/
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: inc/php/
|
243 |
msgid "How does it work?"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: inc/php/
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
msgid "How much of description I can enter in the text field?"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/php/
|
255 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: inc/php/
|
259 |
msgid "How much of keywords I can enter in the text field?"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/php/
|
263 |
msgid "We don't limit the number of characters."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/php/
|
267 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/php/
|
271 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/php/
|
275 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: inc/php/
|
279 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: inc/php/
|
283 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/php/
|
287 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/php/
|
291 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/php/
|
295 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/php/
|
299 |
msgid "Does this plugin requires any modification of the theme?"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: inc/php/
|
303 |
msgid "Absolutely not."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: inc/php/
|
307 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: inc/php/
|
311 |
msgid "Does this require any knowledge of HTML or CSS?"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: inc/php/
|
315 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: inc/php/
|
319 |
msgid "It's not working."
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: inc/php/
|
323 |
msgid "What could be wrong?"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: inc/php/
|
327 |
msgid "As with every plugin, it's possible that things don't work."
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: inc/php/
|
331 |
msgid "It's impossible to tell what could be wrong exactly."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: inc/php/
|
335 |
msgid "The most common reason for this is a web browser's cache."
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: inc/php/
|
339 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: inc/php/
|
343 |
msgid "This is called the browser's cache."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: inc/php/
|
347 |
msgid "Clearing your browser's cache may solve the problem."
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: inc/php/
|
351 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: inc/php/
|
355 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: inc/php/
|
359 |
msgid "I can't get verify my website."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: inc/php/
|
363 |
msgid "What am I doing wrong?"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: inc/php/
|
367 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: inc/php/
|
371 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/php/
|
375 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: inc/php/
|
379 |
msgid "Why is this?"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: inc/php/
|
383 |
msgid "This plugin can not cause such problem."
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: inc/php/
|
387 |
msgid "More likely, the problem are related to the settings of the website."
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: inc/php/
|
391 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: inc/php/
|
395 |
msgid "Also please try to re-login to the website, this too can help."
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: inc/php/
|
399 |
msgid "Where to report bug if found?"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: inc/php/
|
403 |
msgid "Bug reports are very welcome!"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: inc/php/
|
407 |
#, php-format
|
408 |
msgid "Please visit our %s contact page %s and report."
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: inc/php/
|
412 |
msgid "Please do not forget to specify the name of the plugin."
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: inc/php/
|
416 |
msgid "Thank you!"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: inc/php/
|
420 |
msgid "Describe in more detail what exactly you are seeing."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/php/
|
424 |
msgid "Here are some examples:"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/php/
|
428 |
msgid "Elements of the plugin settings page are not working."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/php/
|
432 |
msgid "An error message is displayed on the plugin settings page."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: inc/php/
|
436 |
msgid "An error message is displayed on the front end of website."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: inc/php/
|
440 |
msgid "An error message is displayed on the back end of website."
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: inc/php/
|
444 |
msgid "Website is crashed."
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: inc/php/
|
448 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: inc/php/
|
452 |
msgid "Any suggestions are very welcome!"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: inc/php/
|
456 |
#, php-format
|
457 |
msgid "Please visit our %s contact page %s."
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: inc/php/
|
461 |
msgid "I love this plugin!"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: inc/php/
|
465 |
msgid "Can I help somehow?"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: inc/php/
|
469 |
msgid "Yes, any contributions are very welcome!"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: inc/php/
|
473 |
#, php-format
|
474 |
msgid "Please visit our %s Support Us %s page."
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: inc/php/
|
478 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: inc/php/
|
482 |
#, php-format
|
483 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: inc/php/
|
487 |
msgid "Where can I find information about your customer support?"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: inc/php/
|
491 |
#, php-format
|
492 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/php/
|
496 |
msgid "Where can I find information about your affiliate program?"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: inc/php/
|
500 |
#, php-format
|
501 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: inc/php/
|
505 |
msgid "My question wasn't answered here."
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: inc/php/
|
509 |
#, php-format
|
510 |
msgid "You can ask your question on %s this page %s."
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: inc/php/
|
514 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: inc/php/
|
518 |
-
msgid "Support Us"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: inc/php/page.php:429 inc/php/settings.php:226 inc/php/sidebar.php:46
|
522 |
-
msgid "Donate with PayPal"
|
523 |
-
msgstr ""
|
524 |
-
|
525 |
-
#: inc/php/page.php:436
|
526 |
-
#, php-format
|
527 |
-
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
528 |
-
msgstr ""
|
529 |
-
|
530 |
-
#: inc/php/page.php:445
|
531 |
-
msgid "Our intention is to create projects that will make this world a better place."
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: inc/php/page.php:446
|
535 |
-
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: inc/php/page.php:447
|
539 |
-
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: inc/php/page.php:450
|
543 |
-
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
544 |
-
msgstr ""
|
545 |
-
|
546 |
-
#: inc/php/page.php:451
|
547 |
-
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
548 |
-
msgstr "Siamo sviluppatori indipendenti, senza un reddito stabile, quindi ogni piccolo contributo è utile a coprire i nostri costi e ci consente di impiegare più tempo nello sviluppo di strumenti per persone che come te li apprezzano."
|
549 |
-
|
550 |
-
#: inc/php/page.php:454
|
551 |
-
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: inc/php/page.php:457
|
555 |
-
msgid "Thank you for your support!"
|
556 |
-
msgstr ""
|
557 |
-
|
558 |
-
#: inc/php/settings.php:21 inc/php/settings.php:195
|
559 |
msgid "Save changes"
|
560 |
msgstr "Salva modifiche"
|
561 |
|
562 |
-
#: inc/php/settings.php:25
|
563 |
msgid "Web Master Tools"
|
564 |
msgstr "Webmaster Tools"
|
565 |
|
566 |
-
#: inc/php/settings.php:27
|
567 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
568 |
msgstr "Webmaster Tools ti richiede di verificare il tuo dominio. Ciò assicura che tu sia il vero proprietario del tuo blog o negozio prima che ti forniscano i loro servizi. Puoi usare le opzioni qui sotto per verificare il tuo dominio. Se il tuo dominio è già verificato, puoi semplicemente ignorarle."
|
569 |
|
570 |
-
#: inc/php/settings.php:33
|
571 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
572 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
573 |
|
574 |
-
#: inc/php/settings.php:39
|
575 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
576 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
577 |
|
578 |
-
#: inc/php/settings.php:45
|
579 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
580 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
581 |
|
582 |
-
#: inc/php/settings.php:54
|
583 |
msgid "Domain Verification"
|
584 |
msgstr "Verifica dominio"
|
585 |
|
586 |
-
#: inc/php/settings.php:56
|
587 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
588 |
msgstr "Servizi di terze parti come Alexa, Pinterest e Google+ ti richiedono di verificare il tuo dominio. Ciò assicura che tu sia il vero proprietario del tuo blog o negozio prima che ti forniscano i loro servizi. Puoi usare le opzioni qui sotto per verificare il tuo dominio. Se il tuo dominio è già verificato, puoi semplicemente ignorarle."
|
589 |
|
590 |
-
#: inc/php/settings.php:62
|
591 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
592 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
593 |
|
594 |
-
#: inc/php/settings.php:68
|
595 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
596 |
msgstr "Inserisci un URL assoluto al tuo profilo Google+. <br>Esempio: https://plus.google.com/+User/"
|
597 |
|
598 |
-
#: inc/php/settings.php:74
|
599 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
600 |
msgstr "Inserisci un URL assoluto al tuo profilo Facebook. <br>Esempio: https://www.facebook.com/user"
|
601 |
|
602 |
-
#: inc/php/settings.php:80
|
603 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
604 |
msgstr "Inserisci il tuo nome utente Twitter. <br>Esempio: @AGareginyan"
|
605 |
|
606 |
-
#: inc/php/settings.php:86
|
607 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
608 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
609 |
|
610 |
-
#: inc/php/settings.php:92
|
611 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
612 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
613 |
|
614 |
-
#: inc/php/settings.php:98
|
615 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
616 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
617 |
|
618 |
-
#: inc/php/settings.php:104
|
619 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
620 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
621 |
|
622 |
-
#: inc/php/settings.php:108
|
623 |
msgid "Custom Meta Tags"
|
624 |
msgstr "Tag meta personalizzati"
|
625 |
|
626 |
-
#: inc/php/settings.php:110
|
627 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
628 |
msgstr "Se non riesci a trovare un campo per inserire il tuo meta tag richiesto allora puoi aggiungerlo qui. In questo campo puoi aggiungere tag meta multipli."
|
629 |
|
630 |
-
#: inc/php/settings.php:118
|
631 |
msgid "Meta Tags for Static Home Page only"
|
632 |
msgstr "Tag meta solo per la pagina home statica"
|
633 |
|
634 |
-
#: inc/php/settings.php:120
|
635 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
636 |
msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home statica del tuo sito web."
|
637 |
|
638 |
-
#: inc/php/settings.php:124
|
639 |
msgid "Home Description"
|
640 |
msgstr "Descrizione home"
|
641 |
|
642 |
-
#: inc/php/settings.php:126 inc/php/settings.php:147
|
643 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
644 |
msgstr "Inserisci una breve descrizione del tuo sito web (150-250 caratteri). La maggior parte dei motori di ricerca usa un massimo di 160 caratteri per la descrizione della home."
|
645 |
|
646 |
-
#: inc/php/settings.php:129
|
647 |
msgid "Home Keyword(s)"
|
648 |
msgstr "Parole chiave home"
|
649 |
|
650 |
-
#: inc/php/settings.php:131
|
651 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
652 |
msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina home statica del tuo sito web."
|
653 |
|
654 |
-
#: inc/php/settings.php:139
|
655 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
656 |
msgstr "Tag meta solo per pagina home predefinita e pagina blog"
|
657 |
|
658 |
-
#: inc/php/settings.php:141
|
659 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
660 |
msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home predefinita e alla pagina blog del tuo sito web."
|
661 |
|
662 |
-
#: inc/php/settings.php:145
|
663 |
msgid "Blog Description"
|
664 |
msgstr "Descrizione blog"
|
665 |
|
666 |
-
#: inc/php/settings.php:150
|
667 |
msgid "Blog Keyword(s)"
|
668 |
msgstr "Parole chiave blog"
|
669 |
|
670 |
-
#: inc/php/settings.php:152
|
671 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
672 |
msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina blog del tuo sito web."
|
673 |
|
674 |
-
#: inc/php/settings.php:160
|
675 |
msgid "Meta Tags for the entire website (Global)"
|
676 |
msgstr "Tag meta per tutto il sito (globale)"
|
677 |
|
678 |
-
#: inc/php/settings.php:162
|
679 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
680 |
msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Author, Copyright e Keywords ovunque sul tuo sito."
|
681 |
|
682 |
-
#: inc/php/settings.php:166
|
683 |
msgid "Author"
|
684 |
msgstr "Autore"
|
685 |
|
686 |
-
#: inc/php/settings.php:171
|
687 |
msgid "Designer"
|
688 |
msgstr "Designer"
|
689 |
|
690 |
-
#: inc/php/settings.php:176
|
691 |
msgid "Contact"
|
692 |
msgstr "Contatti"
|
693 |
|
694 |
-
#: inc/php/settings.php:181
|
695 |
msgid "Copyright"
|
696 |
msgstr "Copyright"
|
697 |
|
698 |
-
#: inc/php/settings.php:186
|
699 |
msgid "Keyword(s)"
|
700 |
msgstr "Parole chiave"
|
701 |
|
702 |
-
#: inc/php/settings.php:188
|
703 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
704 |
msgstr "Inserisci una lista delimitata da virgole di parole chiave globali per il tuo sito web."
|
705 |
|
706 |
-
#: inc/php/settings.php:198
|
707 |
msgid "WooCommerce & Google Shopping"
|
708 |
msgstr "WooCommerce & Google Shopping"
|
709 |
|
710 |
-
#: inc/php/settings.php:200
|
711 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
712 |
msgstr "Questo plugin aggiunge automaticamente i dati strutturati necessari a Google Shopping (Merchant Center) su tutte le pagine prodotto WooCommerce del tuo sito web. Ecco il codice per una maglietta da donna al prezzo di 16 dollari e 80 centesimi."
|
713 |
|
714 |
-
#: inc/php/settings.php:214
|
715 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
716 |
msgstr "Puoi controllare <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">qui</a> tali dati generati sulle pagine del tuo sito web."
|
717 |
|
718 |
-
#: inc/php/
|
719 |
-
msgid "
|
720 |
-
msgstr "
|
721 |
|
722 |
-
#: inc/php/
|
723 |
-
|
724 |
-
|
|
|
725 |
|
726 |
-
#: inc/php/
|
727 |
-
msgid "
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: inc/php/
|
731 |
-
msgid "
|
732 |
-
msgstr "
|
733 |
|
734 |
-
#: inc/php/
|
735 |
-
msgid "
|
736 |
-
msgstr "
|
737 |
|
738 |
-
#: inc/php/
|
739 |
-
msgid "
|
740 |
-
msgstr "
|
741 |
|
742 |
-
#: inc/php/
|
743 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
744 |
msgstr ""
|
745 |
|
746 |
#. Plugin Name of the plugin/theme
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-01 06:39+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-01 06:39+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Italian\n"
|
10 |
"Language: it_IT\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:46
|
24 |
msgid "Settings"
|
25 |
msgstr "Impostazioni"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:27 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr ""
|
38 |
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: inc/php/page.php:33
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "di %s Space X-Chimp %s"
|
60 |
|
61 |
+
#: inc/php/page.php:39
|
62 |
msgid "Version"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: inc/php/page.php:47
|
66 |
msgid "Usage"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "F.A.Q."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: inc/php/page.php:49 inc/php/sidebar.php:39 inc/php/tabs/settings.php:219
|
74 |
msgid "Support"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: inc/php/page.php:50
|
78 |
msgid "Store"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: inc/php/sidebar.php:16
|
82 |
+
msgid "We are «Space X-Chimp»"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: inc/php/sidebar.php:25
|
86 |
+
msgid "About"
|
87 |
+
msgstr "Informazioni"
|
88 |
|
89 |
+
#: inc/php/sidebar.php:27
|
90 |
+
msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
91 |
+
msgstr "Questo plugin ti permette di aggiungere facilmente tag meta al tuo sito web."
|
92 |
|
93 |
+
#: inc/php/sidebar.php:32
|
94 |
+
msgid "Help"
|
95 |
+
msgstr "Aiuto"
|
96 |
|
97 |
+
#: inc/php/sidebar.php:34
|
98 |
+
msgid "If you have a question, please read the information in the FAQ section."
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: inc/php/sidebar.php:41 inc/php/tabs/settings.php:221
|
102 |
+
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
103 |
+
msgstr "Sono uno sviluppatore indipendente, senza un reddito stabile, quindi ogni piccolo contributo è utile a coprire i miei costi e mi consente di impiegare più tempo nello sviluppo di strumenti per persone che come te li apprezzano."
|
104 |
|
105 |
+
#: inc/php/sidebar.php:46 inc/php/tabs/settings.php:226
|
106 |
+
#: inc/php/tabs/support.php:21
|
107 |
+
msgid "Donate with PayPal"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: inc/php/sidebar.php:48 inc/php/tabs/settings.php:228
|
111 |
+
msgid "Thanks for your support!"
|
112 |
+
msgstr "Grazie per il tuo supporto!"
|
|
|
113 |
|
114 |
+
#: inc/php/tabs/faq.php:13
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: inc/php/tabs/faq.php:17
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: inc/php/tabs/faq.php:42
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/php/tabs/faq.php:47
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: inc/php/tabs/faq.php:55
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: inc/php/tabs/faq.php:58
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: inc/php/tabs/faq.php:60
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: inc/php/tabs/faq.php:61
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: inc/php/tabs/faq.php:64
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: inc/php/tabs/faq.php:71
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: inc/php/tabs/faq.php:74
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/tabs/faq.php:75
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/php/tabs/faq.php:76
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: inc/php/tabs/faq.php:77
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: inc/php/tabs/faq.php:79
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/php/tabs/faq.php:83
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/tabs/faq.php:86
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/tabs/faq.php:87
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/tabs/faq.php:88
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/tabs/faq.php:89
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/tabs/faq.php:91
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/tabs/faq.php:95
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/php/tabs/faq.php:98
|
205 |
msgid "Yes."
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/php/tabs/faq.php:99
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: inc/php/tabs/faq.php:100
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/tabs/faq.php:101
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: inc/php/tabs/faq.php:102
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: inc/php/tabs/faq.php:103
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "Grazie per il tuo contributo!"
|
227 |
|
228 |
+
#: inc/php/tabs/faq.php:107
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: inc/php/tabs/faq.php:111
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: inc/php/tabs/faq.php:114
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: inc/php/tabs/faq.php:121
|
243 |
msgid "How does it work?"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: inc/php/tabs/faq.php:124
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:20
|
251 |
+
msgid "Enjoy the improved SEO of your website."
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: inc/php/tabs/faq.php:126 inc/php/tabs/usage.php:20
|
255 |
+
msgid "It's that simple!"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: inc/php/tabs/faq.php:130
|
259 |
msgid "How much of description I can enter in the text field?"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/php/tabs/faq.php:133
|
263 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: inc/php/tabs/faq.php:137
|
267 |
msgid "How much of keywords I can enter in the text field?"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/php/tabs/faq.php:140
|
271 |
msgid "We don't limit the number of characters."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: inc/php/tabs/faq.php:144
|
275 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: inc/php/tabs/faq.php:147
|
279 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: inc/php/tabs/faq.php:148 inc/php/tabs/faq.php:165
|
283 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: inc/php/tabs/faq.php:149
|
287 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: inc/php/tabs/faq.php:157 inc/php/tabs/faq.php:168
|
291 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: inc/php/tabs/faq.php:161
|
295 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: inc/php/tabs/faq.php:164
|
299 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: inc/php/tabs/faq.php:166
|
303 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: inc/php/tabs/faq.php:172
|
307 |
msgid "Does this plugin requires any modification of the theme?"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: inc/php/tabs/faq.php:175 inc/php/tabs/faq.php:183
|
311 |
msgid "Absolutely not."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: inc/php/tabs/faq.php:176
|
315 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: inc/php/tabs/faq.php:180
|
319 |
msgid "Does this require any knowledge of HTML or CSS?"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: inc/php/tabs/faq.php:184
|
323 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: inc/php/tabs/faq.php:188
|
327 |
msgid "It's not working."
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: inc/php/tabs/faq.php:189
|
331 |
msgid "What could be wrong?"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: inc/php/tabs/faq.php:192
|
335 |
msgid "As with every plugin, it's possible that things don't work."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: inc/php/tabs/faq.php:193
|
339 |
msgid "It's impossible to tell what could be wrong exactly."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: inc/php/tabs/faq.php:194
|
343 |
msgid "The most common reason for this is a web browser's cache."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: inc/php/tabs/faq.php:195
|
347 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: inc/php/tabs/faq.php:196
|
351 |
msgid "This is called the browser's cache."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: inc/php/tabs/faq.php:197
|
355 |
msgid "Clearing your browser's cache may solve the problem."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: inc/php/tabs/faq.php:199
|
359 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: inc/php/tabs/faq.php:200 inc/php/tabs/faq.php:238
|
363 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: inc/php/tabs/faq.php:204
|
367 |
msgid "I can't get verify my website."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: inc/php/tabs/faq.php:205
|
371 |
msgid "What am I doing wrong?"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: inc/php/tabs/faq.php:208
|
375 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: inc/php/tabs/faq.php:209
|
379 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: inc/php/tabs/faq.php:213
|
383 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: inc/php/tabs/faq.php:214
|
387 |
msgid "Why is this?"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: inc/php/tabs/faq.php:217
|
391 |
msgid "This plugin can not cause such problem."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: inc/php/tabs/faq.php:218
|
395 |
msgid "More likely, the problem are related to the settings of the website."
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: inc/php/tabs/faq.php:219
|
399 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: inc/php/tabs/faq.php:220
|
403 |
msgid "Also please try to re-login to the website, this too can help."
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: inc/php/tabs/faq.php:224
|
407 |
msgid "Where to report bug if found?"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: inc/php/tabs/faq.php:227
|
411 |
msgid "Bug reports are very welcome!"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: inc/php/tabs/faq.php:230
|
415 |
#, php-format
|
416 |
msgid "Please visit our %s contact page %s and report."
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: inc/php/tabs/faq.php:235 inc/php/tabs/faq.php:263
|
420 |
msgid "Please do not forget to specify the name of the plugin."
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: inc/php/tabs/faq.php:236 inc/php/tabs/faq.php:264 inc/php/tabs/faq.php:280
|
424 |
msgid "Thank you!"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: inc/php/tabs/faq.php:239
|
428 |
msgid "Describe in more detail what exactly you are seeing."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/php/tabs/faq.php:240
|
432 |
msgid "Here are some examples:"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: inc/php/tabs/faq.php:243
|
436 |
msgid "Elements of the plugin settings page are not working."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: inc/php/tabs/faq.php:244
|
440 |
msgid "An error message is displayed on the plugin settings page."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: inc/php/tabs/faq.php:245
|
444 |
msgid "An error message is displayed on the front end of website."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: inc/php/tabs/faq.php:246
|
448 |
msgid "An error message is displayed on the back end of website."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: inc/php/tabs/faq.php:247
|
452 |
msgid "Website is crashed."
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: inc/php/tabs/faq.php:252
|
456 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: inc/php/tabs/faq.php:255
|
460 |
msgid "Any suggestions are very welcome!"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: inc/php/tabs/faq.php:258
|
464 |
#, php-format
|
465 |
msgid "Please visit our %s contact page %s."
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: inc/php/tabs/faq.php:268
|
469 |
msgid "I love this plugin!"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: inc/php/tabs/faq.php:269
|
473 |
msgid "Can I help somehow?"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: inc/php/tabs/faq.php:272
|
477 |
msgid "Yes, any contributions are very welcome!"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: inc/php/tabs/faq.php:275
|
481 |
#, php-format
|
482 |
msgid "Please visit our %s Support Us %s page."
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: inc/php/tabs/faq.php:284
|
486 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: inc/php/tabs/faq.php:289
|
490 |
#, php-format
|
491 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: inc/php/tabs/faq.php:297
|
495 |
msgid "Where can I find information about your customer support?"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: inc/php/tabs/faq.php:302
|
499 |
#, php-format
|
500 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/php/tabs/faq.php:310
|
504 |
msgid "Where can I find information about your affiliate program?"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/php/tabs/faq.php:315
|
508 |
#, php-format
|
509 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: inc/php/tabs/faq.php:323
|
513 |
msgid "My question wasn't answered here."
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: inc/php/tabs/faq.php:328
|
517 |
#, php-format
|
518 |
msgid "You can ask your question on %s this page %s."
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: inc/php/tabs/faq.php:333
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
msgid "Save changes"
|
527 |
msgstr "Salva modifiche"
|
528 |
|
529 |
+
#: inc/php/tabs/settings.php:25
|
530 |
msgid "Web Master Tools"
|
531 |
msgstr "Webmaster Tools"
|
532 |
|
533 |
+
#: inc/php/tabs/settings.php:27
|
534 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
535 |
msgstr "Webmaster Tools ti richiede di verificare il tuo dominio. Ciò assicura che tu sia il vero proprietario del tuo blog o negozio prima che ti forniscano i loro servizi. Puoi usare le opzioni qui sotto per verificare il tuo dominio. Se il tuo dominio è già verificato, puoi semplicemente ignorarle."
|
536 |
|
537 |
+
#: inc/php/tabs/settings.php:33
|
538 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
539 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
540 |
|
541 |
+
#: inc/php/tabs/settings.php:39
|
542 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
543 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
544 |
|
545 |
+
#: inc/php/tabs/settings.php:45
|
546 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
547 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
548 |
|
549 |
+
#: inc/php/tabs/settings.php:54
|
550 |
msgid "Domain Verification"
|
551 |
msgstr "Verifica dominio"
|
552 |
|
553 |
+
#: inc/php/tabs/settings.php:56
|
554 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
555 |
msgstr "Servizi di terze parti come Alexa, Pinterest e Google+ ti richiedono di verificare il tuo dominio. Ciò assicura che tu sia il vero proprietario del tuo blog o negozio prima che ti forniscano i loro servizi. Puoi usare le opzioni qui sotto per verificare il tuo dominio. Se il tuo dominio è già verificato, puoi semplicemente ignorarle."
|
556 |
|
557 |
+
#: inc/php/tabs/settings.php:62
|
558 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
559 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
560 |
|
561 |
+
#: inc/php/tabs/settings.php:68
|
562 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
563 |
msgstr "Inserisci un URL assoluto al tuo profilo Google+. <br>Esempio: https://plus.google.com/+User/"
|
564 |
|
565 |
+
#: inc/php/tabs/settings.php:74
|
566 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
567 |
msgstr "Inserisci un URL assoluto al tuo profilo Facebook. <br>Esempio: https://www.facebook.com/user"
|
568 |
|
569 |
+
#: inc/php/tabs/settings.php:80
|
570 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
571 |
msgstr "Inserisci il tuo nome utente Twitter. <br>Esempio: @AGareginyan"
|
572 |
|
573 |
+
#: inc/php/tabs/settings.php:86
|
574 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
575 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
576 |
|
577 |
+
#: inc/php/tabs/settings.php:92
|
578 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
579 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
580 |
|
581 |
+
#: inc/php/tabs/settings.php:98
|
582 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
583 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
584 |
|
585 |
+
#: inc/php/tabs/settings.php:104
|
586 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
587 |
msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica. <br>Esempio: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
588 |
|
589 |
+
#: inc/php/tabs/settings.php:108
|
590 |
msgid "Custom Meta Tags"
|
591 |
msgstr "Tag meta personalizzati"
|
592 |
|
593 |
+
#: inc/php/tabs/settings.php:110
|
594 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
595 |
msgstr "Se non riesci a trovare un campo per inserire il tuo meta tag richiesto allora puoi aggiungerlo qui. In questo campo puoi aggiungere tag meta multipli."
|
596 |
|
597 |
+
#: inc/php/tabs/settings.php:118
|
598 |
msgid "Meta Tags for Static Home Page only"
|
599 |
msgstr "Tag meta solo per la pagina home statica"
|
600 |
|
601 |
+
#: inc/php/tabs/settings.php:120
|
602 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
603 |
msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home statica del tuo sito web."
|
604 |
|
605 |
+
#: inc/php/tabs/settings.php:124
|
606 |
msgid "Home Description"
|
607 |
msgstr "Descrizione home"
|
608 |
|
609 |
+
#: inc/php/tabs/settings.php:126 inc/php/tabs/settings.php:147
|
610 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
611 |
msgstr "Inserisci una breve descrizione del tuo sito web (150-250 caratteri). La maggior parte dei motori di ricerca usa un massimo di 160 caratteri per la descrizione della home."
|
612 |
|
613 |
+
#: inc/php/tabs/settings.php:129
|
614 |
msgid "Home Keyword(s)"
|
615 |
msgstr "Parole chiave home"
|
616 |
|
617 |
+
#: inc/php/tabs/settings.php:131
|
618 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
619 |
msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina home statica del tuo sito web."
|
620 |
|
621 |
+
#: inc/php/tabs/settings.php:139
|
622 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
623 |
msgstr "Tag meta solo per pagina home predefinita e pagina blog"
|
624 |
|
625 |
+
#: inc/php/tabs/settings.php:141
|
626 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
627 |
msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home predefinita e alla pagina blog del tuo sito web."
|
628 |
|
629 |
+
#: inc/php/tabs/settings.php:145
|
630 |
msgid "Blog Description"
|
631 |
msgstr "Descrizione blog"
|
632 |
|
633 |
+
#: inc/php/tabs/settings.php:150
|
634 |
msgid "Blog Keyword(s)"
|
635 |
msgstr "Parole chiave blog"
|
636 |
|
637 |
+
#: inc/php/tabs/settings.php:152
|
638 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
639 |
msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina blog del tuo sito web."
|
640 |
|
641 |
+
#: inc/php/tabs/settings.php:160
|
642 |
msgid "Meta Tags for the entire website (Global)"
|
643 |
msgstr "Tag meta per tutto il sito (globale)"
|
644 |
|
645 |
+
#: inc/php/tabs/settings.php:162
|
646 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
647 |
msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Author, Copyright e Keywords ovunque sul tuo sito."
|
648 |
|
649 |
+
#: inc/php/tabs/settings.php:166
|
650 |
msgid "Author"
|
651 |
msgstr "Autore"
|
652 |
|
653 |
+
#: inc/php/tabs/settings.php:171
|
654 |
msgid "Designer"
|
655 |
msgstr "Designer"
|
656 |
|
657 |
+
#: inc/php/tabs/settings.php:176
|
658 |
msgid "Contact"
|
659 |
msgstr "Contatti"
|
660 |
|
661 |
+
#: inc/php/tabs/settings.php:181
|
662 |
msgid "Copyright"
|
663 |
msgstr "Copyright"
|
664 |
|
665 |
+
#: inc/php/tabs/settings.php:186
|
666 |
msgid "Keyword(s)"
|
667 |
msgstr "Parole chiave"
|
668 |
|
669 |
+
#: inc/php/tabs/settings.php:188
|
670 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
671 |
msgstr "Inserisci una lista delimitata da virgole di parole chiave globali per il tuo sito web."
|
672 |
|
673 |
+
#: inc/php/tabs/settings.php:198
|
674 |
msgid "WooCommerce & Google Shopping"
|
675 |
msgstr "WooCommerce & Google Shopping"
|
676 |
|
677 |
+
#: inc/php/tabs/settings.php:200
|
678 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
679 |
msgstr "Questo plugin aggiunge automaticamente i dati strutturati necessari a Google Shopping (Merchant Center) su tutte le pagine prodotto WooCommerce del tuo sito web. Ecco il codice per una maglietta da donna al prezzo di 16 dollari e 80 centesimi."
|
680 |
|
681 |
+
#: inc/php/tabs/settings.php:214
|
682 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
683 |
msgstr "Puoi controllare <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">qui</a> tali dati generati sulle pagine del tuo sito web."
|
684 |
|
685 |
+
#: inc/php/tabs/support.php:13
|
686 |
+
msgid "Support Us"
|
687 |
+
msgstr ""
|
688 |
|
689 |
+
#: inc/php/tabs/support.php:28
|
690 |
+
#, php-format
|
691 |
+
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
692 |
+
msgstr ""
|
693 |
|
694 |
+
#: inc/php/tabs/support.php:37
|
695 |
+
msgid "Our intention is to create projects that will make this world a better place."
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: inc/php/tabs/support.php:38
|
699 |
+
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
700 |
+
msgstr ""
|
701 |
|
702 |
+
#: inc/php/tabs/support.php:39
|
703 |
+
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
704 |
+
msgstr ""
|
705 |
|
706 |
+
#: inc/php/tabs/support.php:42
|
707 |
+
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
708 |
+
msgstr ""
|
709 |
|
710 |
+
#: inc/php/tabs/support.php:43
|
711 |
+
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
712 |
+
msgstr "Siamo sviluppatori indipendenti, senza un reddito stabile, quindi ogni piccolo contributo è utile a coprire i nostri costi e ci consente di impiegare più tempo nello sviluppo di strumenti per persone che come te li apprezzano."
|
713 |
+
|
714 |
+
#: inc/php/tabs/support.php:46
|
715 |
+
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: inc/php/tabs/support.php:49
|
719 |
+
msgid "Thank you for your support!"
|
720 |
+
msgstr ""
|
721 |
+
|
722 |
+
#: inc/php/tabs/usage.php:13
|
723 |
+
msgid "Usage Instructions"
|
724 |
+
msgstr ""
|
725 |
+
|
726 |
+
#: inc/php/tabs/usage.php:15
|
727 |
+
msgid "To add the meta tags to your website, simply follow these steps:"
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: inc/php/tabs/usage.php:17
|
731 |
+
msgid "Go to the \"Settings\" tab on this page."
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: inc/php/tabs/usage.php:18
|
735 |
+
msgid "Fill in the required fields."
|
736 |
+
msgstr ""
|
737 |
+
|
738 |
+
#: inc/php/tabs/usage.php:19
|
739 |
+
msgid "Click the \"Save changes\" button."
|
740 |
+
msgstr ""
|
741 |
+
|
742 |
+
#: inc/php/tabs/usage.php:25
|
743 |
+
#, php-format
|
744 |
+
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
745 |
msgstr ""
|
746 |
|
747 |
#. Plugin Name of the plugin/theme
|
languages/all-meta-tags-nl_NL.mo
CHANGED
Binary file
|
languages/all-meta-tags-nl_NL.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Instellingen"
|
26 |
|
@@ -32,7 +32,7 @@ msgstr "Doe een gift"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:27 inc/php/
|
36 |
msgid "Hello!"
|
37 |
msgstr "Hallo!"
|
38 |
|
@@ -53,695 +53,696 @@ msgstr "Je hebt een oudere versie van deze plug-in geïnstalleerd."
|
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
|
55 |
|
56 |
-
#: inc/php/page.php:
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "door %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr "Versie"
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr "Gebruik"
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr "Ondersteuning"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr "Winkel"
|
80 |
|
81 |
-
#: inc/php/
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
|
85 |
-
#: inc/php/
|
86 |
-
msgid "
|
87 |
-
msgstr ""
|
88 |
|
89 |
-
#: inc/php/
|
90 |
-
msgid "
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: inc/php/
|
94 |
-
msgid "
|
95 |
-
msgstr ""
|
96 |
|
97 |
-
#: inc/php/
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
-
#: inc/php/
|
102 |
-
msgid "
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: inc/php/
|
106 |
-
|
107 |
-
|
|
|
108 |
|
109 |
-
#: inc/php/
|
110 |
-
|
111 |
-
|
112 |
-
msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
|
113 |
|
114 |
-
#: inc/php/
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr "Veel voorkomende vragen (FAQ)"
|
117 |
|
118 |
-
#: inc/php/
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
|
121 |
|
122 |
-
#: inc/php/
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/php/
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: inc/php/
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr "Werkt deze plugin op mijn wordpress.COM website?"
|
134 |
|
135 |
-
#: inc/php/
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (wordpress.ORG) websites."
|
138 |
|
139 |
-
#: inc/php/
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/php/
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/php/
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/php/
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: inc/php/
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: inc/php/
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: inc/php/
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/php/
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/php/
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: inc/php/
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: inc/php/
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
|
203 |
|
204 |
-
#: inc/php/
|
205 |
msgid "Yes."
|
206 |
msgstr "Ja."
|
207 |
|
208 |
-
#: inc/php/
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr "Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
|
211 |
|
212 |
-
#: inc/php/
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: inc/php/
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
|
219 |
|
220 |
-
#: inc/php/
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt."
|
223 |
|
224 |
-
#: inc/php/
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "Bedankt voor je bijdrage!"
|
227 |
|
228 |
-
#: inc/php/
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s."
|
232 |
|
233 |
-
#: inc/php/
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr "Je kunt ook het POT-bestand gebruiken, dat is inbegrepen en in de map “languages” is geplaatst om een PO-bestand met vertalingen te maken."
|
236 |
|
237 |
-
#: inc/php/
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr "Stuur het PO-bestand naar ons ( %s ) en we zullen deze vertaling opnemen in de volgende plug-in update."
|
241 |
|
242 |
-
#: inc/php/
|
243 |
msgid "How does it work?"
|
244 |
msgstr "Hoe werkt het?"
|
245 |
|
246 |
-
#: inc/php/
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
msgid "How much of description I can enter in the text field?"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/php/
|
255 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: inc/php/
|
259 |
msgid "How much of keywords I can enter in the text field?"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/php/
|
263 |
msgid "We don't limit the number of characters."
|
264 |
msgstr "Er is geen beperking op het aantal tekens."
|
265 |
|
266 |
-
#: inc/php/
|
267 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/php/
|
271 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/php/
|
275 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: inc/php/
|
279 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: inc/php/
|
283 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/php/
|
287 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/php/
|
291 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/php/
|
295 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/php/
|
299 |
msgid "Does this plugin requires any modification of the theme?"
|
300 |
msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
|
301 |
|
302 |
-
#: inc/php/
|
303 |
msgid "Absolutely not."
|
304 |
msgstr "Absoluut niet."
|
305 |
|
306 |
-
#: inc/php/
|
307 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
308 |
msgstr "Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
|
309 |
|
310 |
-
#: inc/php/
|
311 |
msgid "Does this require any knowledge of HTML or CSS?"
|
312 |
msgstr "Vereist dit enige kennis van HTML of CSS?"
|
313 |
|
314 |
-
#: inc/php/
|
315 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
316 |
msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina."
|
317 |
|
318 |
-
#: inc/php/
|
319 |
msgid "It's not working."
|
320 |
msgstr "Het werkt niet."
|
321 |
|
322 |
-
#: inc/php/
|
323 |
msgid "What could be wrong?"
|
324 |
msgstr "Wat kan er fout zijn?"
|
325 |
|
326 |
-
#: inc/php/
|
327 |
msgid "As with every plugin, it's possible that things don't work."
|
328 |
msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken."
|
329 |
|
330 |
-
#: inc/php/
|
331 |
msgid "It's impossible to tell what could be wrong exactly."
|
332 |
msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn."
|
333 |
|
334 |
-
#: inc/php/
|
335 |
msgid "The most common reason for this is a web browser's cache."
|
336 |
msgstr "De meest voorkomende reden hiervoor is de cache van een webbrowser."
|
337 |
|
338 |
-
#: inc/php/
|
339 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
340 |
msgstr "Elke webbrowser slaat een cache op van de websites die u bezoekt (pagina's, afbeeldingen en enz.) Om het bandbreedte-gebruik en de serverbelasting te verminderen."
|
341 |
|
342 |
-
#: inc/php/
|
343 |
msgid "This is called the browser's cache."
|
344 |
msgstr "Dit wordt de cache van de browser genoemd."
|
345 |
|
346 |
-
#: inc/php/
|
347 |
msgid "Clearing your browser's cache may solve the problem."
|
348 |
msgstr "Het wissen van de cache van uw browser kan het probleem oplossen."
|
349 |
|
350 |
-
#: inc/php/
|
351 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
352 |
msgstr "Als je een ondersteuningsverzoek post in het ondersteuningsforum van de plug-in op WordPress.org, willen we graag een kijkje nemen en proberen te helpen."
|
353 |
|
354 |
-
#: inc/php/
|
355 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
356 |
msgstr "Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
|
357 |
|
358 |
-
#: inc/php/
|
359 |
msgid "I can't get verify my website."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: inc/php/
|
363 |
msgid "What am I doing wrong?"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: inc/php/
|
367 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: inc/php/
|
371 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/php/
|
375 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
376 |
msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik."
|
377 |
|
378 |
-
#: inc/php/
|
379 |
msgid "Why is this?"
|
380 |
msgstr "Waarom is dit?"
|
381 |
|
382 |
-
#: inc/php/
|
383 |
msgid "This plugin can not cause such problem."
|
384 |
msgstr "Deze plug-in kan zo’n probleem niet veroorzaken."
|
385 |
|
386 |
-
#: inc/php/
|
387 |
msgid "More likely, the problem are related to the settings of the website."
|
388 |
msgstr "Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website."
|
389 |
|
390 |
-
#: inc/php/
|
391 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
392 |
msgstr "Het kan gewoon een cache-probleem zijn, dus probeer de cache van je website te wissen (mogelijk gebruik je een caching-plug-in of een webservice zoals de CloudFlare) en vervolgens de cache van je webbrowser."
|
393 |
|
394 |
-
#: inc/php/
|
395 |
msgid "Also please try to re-login to the website, this too can help."
|
396 |
msgstr "Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
|
397 |
|
398 |
-
#: inc/php/
|
399 |
msgid "Where to report bug if found?"
|
400 |
msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
|
401 |
|
402 |
-
#: inc/php/
|
403 |
msgid "Bug reports are very welcome!"
|
404 |
msgstr "Bugrapporten zijn van harte welkom!"
|
405 |
|
406 |
-
#: inc/php/
|
407 |
#, php-format
|
408 |
msgid "Please visit our %s contact page %s and report."
|
409 |
msgstr "Ga naar onze %s contactpagina %s en rapporteer."
|
410 |
|
411 |
-
#: inc/php/
|
412 |
msgid "Please do not forget to specify the name of the plugin."
|
413 |
msgstr "Vergeet alsjeblieft niet om de naam van de plug-in te specificeren."
|
414 |
|
415 |
-
#: inc/php/
|
416 |
msgid "Thank you!"
|
417 |
msgstr "Dank je!"
|
418 |
|
419 |
-
#: inc/php/
|
420 |
msgid "Describe in more detail what exactly you are seeing."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/php/
|
424 |
msgid "Here are some examples:"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/php/
|
428 |
msgid "Elements of the plugin settings page are not working."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/php/
|
432 |
msgid "An error message is displayed on the plugin settings page."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: inc/php/
|
436 |
msgid "An error message is displayed on the front end of website."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: inc/php/
|
440 |
msgid "An error message is displayed on the back end of website."
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: inc/php/
|
444 |
msgid "Website is crashed."
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: inc/php/
|
448 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
449 |
msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
|
450 |
|
451 |
-
#: inc/php/
|
452 |
msgid "Any suggestions are very welcome!"
|
453 |
msgstr "Alle suggesties zijn van harte welkom!"
|
454 |
|
455 |
-
#: inc/php/
|
456 |
#, php-format
|
457 |
msgid "Please visit our %s contact page %s."
|
458 |
msgstr "Ga naar onze %s contactpagina %s."
|
459 |
|
460 |
-
#: inc/php/
|
461 |
msgid "I love this plugin!"
|
462 |
msgstr "Ik ben dol op deze plug-in!"
|
463 |
|
464 |
-
#: inc/php/
|
465 |
msgid "Can I help somehow?"
|
466 |
msgstr "Kan ik op de een of andere manier helpen?"
|
467 |
|
468 |
-
#: inc/php/
|
469 |
msgid "Yes, any contributions are very welcome!"
|
470 |
msgstr "Ja, alle bijdragen zijn van harte welkom!"
|
471 |
|
472 |
-
#: inc/php/
|
473 |
#, php-format
|
474 |
msgid "Please visit our %s Support Us %s page."
|
475 |
msgstr "Ga naar onze %s Support Us %s."
|
476 |
|
477 |
-
#: inc/php/
|
478 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: inc/php/
|
482 |
#, php-format
|
483 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: inc/php/
|
487 |
msgid "Where can I find information about your customer support?"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: inc/php/
|
491 |
#, php-format
|
492 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/php/
|
496 |
msgid "Where can I find information about your affiliate program?"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: inc/php/
|
500 |
#, php-format
|
501 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: inc/php/
|
505 |
msgid "My question wasn't answered here."
|
506 |
msgstr "Mij vraag is hier niet beantwoord."
|
507 |
|
508 |
-
#: inc/php/
|
509 |
#, php-format
|
510 |
msgid "You can ask your question on %s this page %s."
|
511 |
msgstr "Je kunt je vraag op %s deze pagina %s stellen."
|
512 |
|
513 |
-
#: inc/php/
|
514 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
515 |
msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
|
516 |
|
517 |
-
#: inc/php/
|
518 |
-
msgid "Support Us"
|
519 |
-
msgstr "Ondersteun ons"
|
520 |
-
|
521 |
-
#: inc/php/page.php:429 inc/php/settings.php:226 inc/php/sidebar.php:46
|
522 |
-
msgid "Donate with PayPal"
|
523 |
-
msgstr "Doneer via PayPal"
|
524 |
-
|
525 |
-
#: inc/php/page.php:436
|
526 |
-
#, php-format
|
527 |
-
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
528 |
-
msgstr "Mijn naam is %s Arthur %s en ik ben de oprichter van %s Space X-Chimp %s, which unites a small international team of young people."
|
529 |
-
|
530 |
-
#: inc/php/page.php:445
|
531 |
-
msgid "Our intention is to create projects that will make this world a better place."
|
532 |
-
msgstr "Het is onze bedoeling om projecten te maken die van deze wereld een betere plek maken."
|
533 |
-
|
534 |
-
#: inc/php/page.php:446
|
535 |
-
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: inc/php/page.php:447
|
539 |
-
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
540 |
-
msgstr "We zijn echt gepassioneerd over ons werk, we vind het leuk wat we doe en hoop dat je ook verrijkt zult worden door ons projecten."
|
541 |
-
|
542 |
-
#: inc/php/page.php:450
|
543 |
-
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
544 |
-
msgstr "We besteden veel tijd en moeite om ervoor te zorgen dat de thema's, plug-ins en andere dingen die we maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken."
|
545 |
-
|
546 |
-
#: inc/php/page.php:451
|
547 |
-
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
548 |
-
msgstr "We zijn een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt ons onze kosten te dekken en laat ons meer tijd spenderen aan het bouwen van dingen voor mensen zoals jij om van te genieten."
|
549 |
-
|
550 |
-
#: inc/php/page.php:454
|
551 |
-
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
552 |
-
msgstr "Als je ons werk waardeert, kun je een koffie voor ons kopen!"
|
553 |
-
|
554 |
-
#: inc/php/page.php:457
|
555 |
-
msgid "Thank you for your support!"
|
556 |
-
msgstr "Bedankt voor je ondersteuning!"
|
557 |
-
|
558 |
-
#: inc/php/settings.php:21 inc/php/settings.php:195
|
559 |
msgid "Save changes"
|
560 |
msgstr "Wijzigingen opslaan"
|
561 |
|
562 |
-
#: inc/php/settings.php:25
|
563 |
msgid "Web Master Tools"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: inc/php/settings.php:27
|
567 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: inc/php/settings.php:33
|
571 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: inc/php/settings.php:39
|
575 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: inc/php/settings.php:45
|
579 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: inc/php/settings.php:54
|
583 |
msgid "Domain Verification"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: inc/php/settings.php:56
|
587 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: inc/php/settings.php:62
|
591 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: inc/php/settings.php:68
|
595 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: inc/php/settings.php:74
|
599 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: inc/php/settings.php:80
|
603 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: inc/php/settings.php:86
|
607 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: inc/php/settings.php:92
|
611 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: inc/php/settings.php:98
|
615 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: inc/php/settings.php:104
|
619 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: inc/php/settings.php:108
|
623 |
msgid "Custom Meta Tags"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: inc/php/settings.php:110
|
627 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: inc/php/settings.php:118
|
631 |
msgid "Meta Tags for Static Home Page only"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: inc/php/settings.php:120
|
635 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: inc/php/settings.php:124
|
639 |
msgid "Home Description"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/settings.php:126 inc/php/settings.php:147
|
643 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: inc/php/settings.php:129
|
647 |
msgid "Home Keyword(s)"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: inc/php/settings.php:131
|
651 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: inc/php/settings.php:139
|
655 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: inc/php/settings.php:141
|
659 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: inc/php/settings.php:145
|
663 |
msgid "Blog Description"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: inc/php/settings.php:150
|
667 |
msgid "Blog Keyword(s)"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: inc/php/settings.php:152
|
671 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: inc/php/settings.php:160
|
675 |
msgid "Meta Tags for the entire website (Global)"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: inc/php/settings.php:162
|
679 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: inc/php/settings.php:166
|
683 |
msgid "Author"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: inc/php/settings.php:171
|
687 |
msgid "Designer"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: inc/php/settings.php:176
|
691 |
msgid "Contact"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: inc/php/settings.php:181
|
695 |
msgid "Copyright"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: inc/php/settings.php:186
|
699 |
msgid "Keyword(s)"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: inc/php/settings.php:188
|
703 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: inc/php/settings.php:198
|
707 |
msgid "WooCommerce & Google Shopping"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: inc/php/settings.php:200
|
711 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: inc/php/settings.php:214
|
715 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: inc/php/
|
719 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: inc/php/
|
723 |
-
msgid "
|
724 |
-
msgstr "
|
725 |
|
726 |
-
#: inc/php/
|
727 |
-
msgid "We are
|
728 |
-
msgstr "
|
729 |
|
730 |
-
#: inc/php/
|
731 |
-
msgid "
|
732 |
-
msgstr "
|
733 |
|
734 |
-
#: inc/php/
|
735 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: inc/php/
|
739 |
-
msgid "
|
740 |
-
msgstr "
|
741 |
|
742 |
-
#: inc/php/
|
743 |
-
msgid "
|
744 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
|
746 |
#. Plugin Name of the plugin/theme
|
747 |
msgid "All Meta Tags"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-01 06:39+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-01 06:39+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:46
|
24 |
msgid "Settings"
|
25 |
msgstr "Instellingen"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:27 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr "Hallo!"
|
38 |
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
|
55 |
|
56 |
+
#: inc/php/page.php:33
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "door %s Space X-Chimp %s"
|
60 |
|
61 |
+
#: inc/php/page.php:39
|
62 |
msgid "Version"
|
63 |
msgstr "Versie"
|
64 |
|
65 |
+
#: inc/php/page.php:47
|
66 |
msgid "Usage"
|
67 |
msgstr "Gebruik"
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
+
#: inc/php/page.php:49 inc/php/sidebar.php:39 inc/php/tabs/settings.php:219
|
74 |
msgid "Support"
|
75 |
msgstr "Ondersteuning"
|
76 |
|
77 |
+
#: inc/php/page.php:50
|
78 |
msgid "Store"
|
79 |
msgstr "Winkel"
|
80 |
|
81 |
+
#: inc/php/sidebar.php:16
|
82 |
+
msgid "We are «Space X-Chimp»"
|
83 |
+
msgstr "Wij zijn «Space X-Chimp»"
|
84 |
|
85 |
+
#: inc/php/sidebar.php:25
|
86 |
+
msgid "About"
|
87 |
+
msgstr "Over"
|
88 |
|
89 |
+
#: inc/php/sidebar.php:27
|
90 |
+
msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: inc/php/sidebar.php:32
|
94 |
+
msgid "Help"
|
95 |
+
msgstr "Helpen"
|
96 |
|
97 |
+
#: inc/php/sidebar.php:34
|
98 |
+
msgid "If you have a question, please read the information in the FAQ section."
|
99 |
+
msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
|
100 |
|
101 |
+
#: inc/php/sidebar.php:41 inc/php/tabs/settings.php:221
|
102 |
+
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: inc/php/sidebar.php:46 inc/php/tabs/settings.php:226
|
106 |
+
#: inc/php/tabs/support.php:21
|
107 |
+
msgid "Donate with PayPal"
|
108 |
+
msgstr "Doneer via PayPal"
|
109 |
|
110 |
+
#: inc/php/sidebar.php:48 inc/php/tabs/settings.php:228
|
111 |
+
msgid "Thanks for your support!"
|
112 |
+
msgstr "Bedankt voor uw steun!"
|
|
|
113 |
|
114 |
+
#: inc/php/tabs/faq.php:13
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr "Veel voorkomende vragen (FAQ)"
|
117 |
|
118 |
+
#: inc/php/tabs/faq.php:17
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
|
121 |
|
122 |
+
#: inc/php/tabs/faq.php:42
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/php/tabs/faq.php:47
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: inc/php/tabs/faq.php:55
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr "Werkt deze plugin op mijn wordpress.COM website?"
|
134 |
|
135 |
+
#: inc/php/tabs/faq.php:58
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (wordpress.ORG) websites."
|
138 |
|
139 |
+
#: inc/php/tabs/faq.php:60
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: inc/php/tabs/faq.php:61
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: inc/php/tabs/faq.php:64
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: inc/php/tabs/faq.php:71
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: inc/php/tabs/faq.php:74
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/tabs/faq.php:75
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/php/tabs/faq.php:76
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: inc/php/tabs/faq.php:77
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: inc/php/tabs/faq.php:79
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/php/tabs/faq.php:83
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/tabs/faq.php:86
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/tabs/faq.php:87
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/tabs/faq.php:88
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/tabs/faq.php:89
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/tabs/faq.php:91
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/tabs/faq.php:95
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
|
203 |
|
204 |
+
#: inc/php/tabs/faq.php:98
|
205 |
msgid "Yes."
|
206 |
msgstr "Ja."
|
207 |
|
208 |
+
#: inc/php/tabs/faq.php:99
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr "Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
|
211 |
|
212 |
+
#: inc/php/tabs/faq.php:100
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/tabs/faq.php:101
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
|
219 |
|
220 |
+
#: inc/php/tabs/faq.php:102
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt."
|
223 |
|
224 |
+
#: inc/php/tabs/faq.php:103
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "Bedankt voor je bijdrage!"
|
227 |
|
228 |
+
#: inc/php/tabs/faq.php:107
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s."
|
232 |
|
233 |
+
#: inc/php/tabs/faq.php:111
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr "Je kunt ook het POT-bestand gebruiken, dat is inbegrepen en in de map “languages” is geplaatst om een PO-bestand met vertalingen te maken."
|
236 |
|
237 |
+
#: inc/php/tabs/faq.php:114
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr "Stuur het PO-bestand naar ons ( %s ) en we zullen deze vertaling opnemen in de volgende plug-in update."
|
241 |
|
242 |
+
#: inc/php/tabs/faq.php:121
|
243 |
msgid "How does it work?"
|
244 |
msgstr "Hoe werkt het?"
|
245 |
|
246 |
+
#: inc/php/tabs/faq.php:124
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:20
|
251 |
+
msgid "Enjoy the improved SEO of your website."
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: inc/php/tabs/faq.php:126 inc/php/tabs/usage.php:20
|
255 |
+
msgid "It's that simple!"
|
256 |
+
msgstr "Zo eenvoudig is het!"
|
257 |
+
|
258 |
+
#: inc/php/tabs/faq.php:130
|
259 |
msgid "How much of description I can enter in the text field?"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/php/tabs/faq.php:133
|
263 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: inc/php/tabs/faq.php:137
|
267 |
msgid "How much of keywords I can enter in the text field?"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/php/tabs/faq.php:140
|
271 |
msgid "We don't limit the number of characters."
|
272 |
msgstr "Er is geen beperking op het aantal tekens."
|
273 |
|
274 |
+
#: inc/php/tabs/faq.php:144
|
275 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: inc/php/tabs/faq.php:147
|
279 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: inc/php/tabs/faq.php:148 inc/php/tabs/faq.php:165
|
283 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: inc/php/tabs/faq.php:149
|
287 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: inc/php/tabs/faq.php:157 inc/php/tabs/faq.php:168
|
291 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: inc/php/tabs/faq.php:161
|
295 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: inc/php/tabs/faq.php:164
|
299 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: inc/php/tabs/faq.php:166
|
303 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: inc/php/tabs/faq.php:172
|
307 |
msgid "Does this plugin requires any modification of the theme?"
|
308 |
msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
|
309 |
|
310 |
+
#: inc/php/tabs/faq.php:175 inc/php/tabs/faq.php:183
|
311 |
msgid "Absolutely not."
|
312 |
msgstr "Absoluut niet."
|
313 |
|
314 |
+
#: inc/php/tabs/faq.php:176
|
315 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
316 |
msgstr "Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
|
317 |
|
318 |
+
#: inc/php/tabs/faq.php:180
|
319 |
msgid "Does this require any knowledge of HTML or CSS?"
|
320 |
msgstr "Vereist dit enige kennis van HTML of CSS?"
|
321 |
|
322 |
+
#: inc/php/tabs/faq.php:184
|
323 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
324 |
msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina."
|
325 |
|
326 |
+
#: inc/php/tabs/faq.php:188
|
327 |
msgid "It's not working."
|
328 |
msgstr "Het werkt niet."
|
329 |
|
330 |
+
#: inc/php/tabs/faq.php:189
|
331 |
msgid "What could be wrong?"
|
332 |
msgstr "Wat kan er fout zijn?"
|
333 |
|
334 |
+
#: inc/php/tabs/faq.php:192
|
335 |
msgid "As with every plugin, it's possible that things don't work."
|
336 |
msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken."
|
337 |
|
338 |
+
#: inc/php/tabs/faq.php:193
|
339 |
msgid "It's impossible to tell what could be wrong exactly."
|
340 |
msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn."
|
341 |
|
342 |
+
#: inc/php/tabs/faq.php:194
|
343 |
msgid "The most common reason for this is a web browser's cache."
|
344 |
msgstr "De meest voorkomende reden hiervoor is de cache van een webbrowser."
|
345 |
|
346 |
+
#: inc/php/tabs/faq.php:195
|
347 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
348 |
msgstr "Elke webbrowser slaat een cache op van de websites die u bezoekt (pagina's, afbeeldingen en enz.) Om het bandbreedte-gebruik en de serverbelasting te verminderen."
|
349 |
|
350 |
+
#: inc/php/tabs/faq.php:196
|
351 |
msgid "This is called the browser's cache."
|
352 |
msgstr "Dit wordt de cache van de browser genoemd."
|
353 |
|
354 |
+
#: inc/php/tabs/faq.php:197
|
355 |
msgid "Clearing your browser's cache may solve the problem."
|
356 |
msgstr "Het wissen van de cache van uw browser kan het probleem oplossen."
|
357 |
|
358 |
+
#: inc/php/tabs/faq.php:199
|
359 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
360 |
msgstr "Als je een ondersteuningsverzoek post in het ondersteuningsforum van de plug-in op WordPress.org, willen we graag een kijkje nemen en proberen te helpen."
|
361 |
|
362 |
+
#: inc/php/tabs/faq.php:200 inc/php/tabs/faq.php:238
|
363 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
364 |
msgstr "Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
|
365 |
|
366 |
+
#: inc/php/tabs/faq.php:204
|
367 |
msgid "I can't get verify my website."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: inc/php/tabs/faq.php:205
|
371 |
msgid "What am I doing wrong?"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: inc/php/tabs/faq.php:208
|
375 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: inc/php/tabs/faq.php:209
|
379 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: inc/php/tabs/faq.php:213
|
383 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
384 |
msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik."
|
385 |
|
386 |
+
#: inc/php/tabs/faq.php:214
|
387 |
msgid "Why is this?"
|
388 |
msgstr "Waarom is dit?"
|
389 |
|
390 |
+
#: inc/php/tabs/faq.php:217
|
391 |
msgid "This plugin can not cause such problem."
|
392 |
msgstr "Deze plug-in kan zo’n probleem niet veroorzaken."
|
393 |
|
394 |
+
#: inc/php/tabs/faq.php:218
|
395 |
msgid "More likely, the problem are related to the settings of the website."
|
396 |
msgstr "Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website."
|
397 |
|
398 |
+
#: inc/php/tabs/faq.php:219
|
399 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
400 |
msgstr "Het kan gewoon een cache-probleem zijn, dus probeer de cache van je website te wissen (mogelijk gebruik je een caching-plug-in of een webservice zoals de CloudFlare) en vervolgens de cache van je webbrowser."
|
401 |
|
402 |
+
#: inc/php/tabs/faq.php:220
|
403 |
msgid "Also please try to re-login to the website, this too can help."
|
404 |
msgstr "Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
|
405 |
|
406 |
+
#: inc/php/tabs/faq.php:224
|
407 |
msgid "Where to report bug if found?"
|
408 |
msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
|
409 |
|
410 |
+
#: inc/php/tabs/faq.php:227
|
411 |
msgid "Bug reports are very welcome!"
|
412 |
msgstr "Bugrapporten zijn van harte welkom!"
|
413 |
|
414 |
+
#: inc/php/tabs/faq.php:230
|
415 |
#, php-format
|
416 |
msgid "Please visit our %s contact page %s and report."
|
417 |
msgstr "Ga naar onze %s contactpagina %s en rapporteer."
|
418 |
|
419 |
+
#: inc/php/tabs/faq.php:235 inc/php/tabs/faq.php:263
|
420 |
msgid "Please do not forget to specify the name of the plugin."
|
421 |
msgstr "Vergeet alsjeblieft niet om de naam van de plug-in te specificeren."
|
422 |
|
423 |
+
#: inc/php/tabs/faq.php:236 inc/php/tabs/faq.php:264 inc/php/tabs/faq.php:280
|
424 |
msgid "Thank you!"
|
425 |
msgstr "Dank je!"
|
426 |
|
427 |
+
#: inc/php/tabs/faq.php:239
|
428 |
msgid "Describe in more detail what exactly you are seeing."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/php/tabs/faq.php:240
|
432 |
msgid "Here are some examples:"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: inc/php/tabs/faq.php:243
|
436 |
msgid "Elements of the plugin settings page are not working."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: inc/php/tabs/faq.php:244
|
440 |
msgid "An error message is displayed on the plugin settings page."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: inc/php/tabs/faq.php:245
|
444 |
msgid "An error message is displayed on the front end of website."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: inc/php/tabs/faq.php:246
|
448 |
msgid "An error message is displayed on the back end of website."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: inc/php/tabs/faq.php:247
|
452 |
msgid "Website is crashed."
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: inc/php/tabs/faq.php:252
|
456 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
457 |
msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
|
458 |
|
459 |
+
#: inc/php/tabs/faq.php:255
|
460 |
msgid "Any suggestions are very welcome!"
|
461 |
msgstr "Alle suggesties zijn van harte welkom!"
|
462 |
|
463 |
+
#: inc/php/tabs/faq.php:258
|
464 |
#, php-format
|
465 |
msgid "Please visit our %s contact page %s."
|
466 |
msgstr "Ga naar onze %s contactpagina %s."
|
467 |
|
468 |
+
#: inc/php/tabs/faq.php:268
|
469 |
msgid "I love this plugin!"
|
470 |
msgstr "Ik ben dol op deze plug-in!"
|
471 |
|
472 |
+
#: inc/php/tabs/faq.php:269
|
473 |
msgid "Can I help somehow?"
|
474 |
msgstr "Kan ik op de een of andere manier helpen?"
|
475 |
|
476 |
+
#: inc/php/tabs/faq.php:272
|
477 |
msgid "Yes, any contributions are very welcome!"
|
478 |
msgstr "Ja, alle bijdragen zijn van harte welkom!"
|
479 |
|
480 |
+
#: inc/php/tabs/faq.php:275
|
481 |
#, php-format
|
482 |
msgid "Please visit our %s Support Us %s page."
|
483 |
msgstr "Ga naar onze %s Support Us %s."
|
484 |
|
485 |
+
#: inc/php/tabs/faq.php:284
|
486 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: inc/php/tabs/faq.php:289
|
490 |
#, php-format
|
491 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: inc/php/tabs/faq.php:297
|
495 |
msgid "Where can I find information about your customer support?"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: inc/php/tabs/faq.php:302
|
499 |
#, php-format
|
500 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/php/tabs/faq.php:310
|
504 |
msgid "Where can I find information about your affiliate program?"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/php/tabs/faq.php:315
|
508 |
#, php-format
|
509 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: inc/php/tabs/faq.php:323
|
513 |
msgid "My question wasn't answered here."
|
514 |
msgstr "Mij vraag is hier niet beantwoord."
|
515 |
|
516 |
+
#: inc/php/tabs/faq.php:328
|
517 |
#, php-format
|
518 |
msgid "You can ask your question on %s this page %s."
|
519 |
msgstr "Je kunt je vraag op %s deze pagina %s stellen."
|
520 |
|
521 |
+
#: inc/php/tabs/faq.php:333
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
|
524 |
|
525 |
+
#: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
msgid "Save changes"
|
527 |
msgstr "Wijzigingen opslaan"
|
528 |
|
529 |
+
#: inc/php/tabs/settings.php:25
|
530 |
msgid "Web Master Tools"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: inc/php/tabs/settings.php:27
|
534 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: inc/php/tabs/settings.php:33
|
538 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: inc/php/tabs/settings.php:39
|
542 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: inc/php/tabs/settings.php:45
|
546 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: inc/php/tabs/settings.php:54
|
550 |
msgid "Domain Verification"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: inc/php/tabs/settings.php:56
|
554 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: inc/php/tabs/settings.php:62
|
558 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: inc/php/tabs/settings.php:68
|
562 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: inc/php/tabs/settings.php:74
|
566 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: inc/php/tabs/settings.php:80
|
570 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: inc/php/tabs/settings.php:86
|
574 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/php/tabs/settings.php:92
|
578 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: inc/php/tabs/settings.php:98
|
582 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: inc/php/tabs/settings.php:104
|
586 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: inc/php/tabs/settings.php:108
|
590 |
msgid "Custom Meta Tags"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: inc/php/tabs/settings.php:110
|
594 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: inc/php/tabs/settings.php:118
|
598 |
msgid "Meta Tags for Static Home Page only"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: inc/php/tabs/settings.php:120
|
602 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/php/tabs/settings.php:124
|
606 |
msgid "Home Description"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: inc/php/tabs/settings.php:126 inc/php/tabs/settings.php:147
|
610 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: inc/php/tabs/settings.php:129
|
614 |
msgid "Home Keyword(s)"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: inc/php/tabs/settings.php:131
|
618 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: inc/php/tabs/settings.php:139
|
622 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: inc/php/tabs/settings.php:141
|
626 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: inc/php/tabs/settings.php:145
|
630 |
msgid "Blog Description"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: inc/php/tabs/settings.php:150
|
634 |
msgid "Blog Keyword(s)"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: inc/php/tabs/settings.php:152
|
638 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: inc/php/tabs/settings.php:160
|
642 |
msgid "Meta Tags for the entire website (Global)"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: inc/php/tabs/settings.php:162
|
646 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: inc/php/tabs/settings.php:166
|
650 |
msgid "Author"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: inc/php/tabs/settings.php:171
|
654 |
msgid "Designer"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: inc/php/tabs/settings.php:176
|
658 |
msgid "Contact"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: inc/php/tabs/settings.php:181
|
662 |
msgid "Copyright"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: inc/php/tabs/settings.php:186
|
666 |
msgid "Keyword(s)"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: inc/php/tabs/settings.php:188
|
670 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: inc/php/tabs/settings.php:198
|
674 |
msgid "WooCommerce & Google Shopping"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: inc/php/tabs/settings.php:200
|
678 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: inc/php/tabs/settings.php:214
|
682 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: inc/php/tabs/support.php:13
|
686 |
+
msgid "Support Us"
|
687 |
+
msgstr "Ondersteun ons"
|
688 |
+
|
689 |
+
#: inc/php/tabs/support.php:28
|
690 |
+
#, php-format
|
691 |
+
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
692 |
+
msgstr "Mijn naam is %s Arthur %s en ik ben de oprichter van %s Space X-Chimp %s, which unites a small international team of young people."
|
693 |
+
|
694 |
+
#: inc/php/tabs/support.php:37
|
695 |
+
msgid "Our intention is to create projects that will make this world a better place."
|
696 |
+
msgstr "Het is onze bedoeling om projecten te maken die van deze wereld een betere plek maken."
|
697 |
+
|
698 |
+
#: inc/php/tabs/support.php:38
|
699 |
+
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: inc/php/tabs/support.php:39
|
703 |
+
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
704 |
+
msgstr "We zijn echt gepassioneerd over ons werk, we vind het leuk wat we doe en hoop dat je ook verrijkt zult worden door ons projecten."
|
705 |
|
706 |
+
#: inc/php/tabs/support.php:42
|
707 |
+
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
708 |
+
msgstr "We besteden veel tijd en moeite om ervoor te zorgen dat de thema's, plug-ins en andere dingen die we maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken."
|
709 |
|
710 |
+
#: inc/php/tabs/support.php:43
|
711 |
+
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
712 |
+
msgstr "We zijn een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt ons onze kosten te dekken en laat ons meer tijd spenderen aan het bouwen van dingen voor mensen zoals jij om van te genieten."
|
713 |
|
714 |
+
#: inc/php/tabs/support.php:46
|
715 |
+
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
716 |
+
msgstr "Als je ons werk waardeert, kun je een koffie voor ons kopen!"
|
717 |
+
|
718 |
+
#: inc/php/tabs/support.php:49
|
719 |
+
msgid "Thank you for your support!"
|
720 |
+
msgstr "Bedankt voor je ondersteuning!"
|
721 |
+
|
722 |
+
#: inc/php/tabs/usage.php:13
|
723 |
+
msgid "Usage Instructions"
|
724 |
+
msgstr "Gebruiksinstructies"
|
725 |
+
|
726 |
+
#: inc/php/tabs/usage.php:15
|
727 |
+
msgid "To add the meta tags to your website, simply follow these steps:"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: inc/php/tabs/usage.php:17
|
731 |
+
msgid "Go to the \"Settings\" tab on this page."
|
732 |
+
msgstr ""
|
733 |
|
734 |
+
#: inc/php/tabs/usage.php:18
|
735 |
+
msgid "Fill in the required fields."
|
736 |
+
msgstr ""
|
737 |
+
|
738 |
+
#: inc/php/tabs/usage.php:19
|
739 |
+
msgid "Click the \"Save changes\" button."
|
740 |
+
msgstr "Klik op de knop \"Wijzigingen opslaan\"."
|
741 |
+
|
742 |
+
#: inc/php/tabs/usage.php:25
|
743 |
+
#, php-format
|
744 |
+
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
745 |
+
msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
|
746 |
|
747 |
#. Plugin Name of the plugin/theme
|
748 |
msgid "All Meta Tags"
|
languages/all-meta-tags-ru_RU.mo
CHANGED
Binary file
|
languages/all-meta-tags-ru_RU.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Настройки"
|
26 |
|
@@ -32,7 +32,7 @@ msgstr "Поддержать"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:27 inc/php/
|
36 |
msgid "Hello!"
|
37 |
msgstr "Привет!"
|
38 |
|
@@ -53,695 +53,696 @@ msgstr "Вы установили устаревшую версию этого
|
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
|
55 |
|
56 |
-
#: inc/php/page.php:
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "от %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr "Версия"
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr "Применение"
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr "Поддержка"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr "Магазин"
|
80 |
|
81 |
-
#: inc/php/
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
|
85 |
-
#: inc/php/
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
|
89 |
-
#: inc/php/
|
90 |
-
msgid "
|
91 |
-
msgstr "
|
92 |
|
93 |
-
#: inc/php/
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
|
97 |
-
#: inc/php/
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
-
#: inc/php/
|
102 |
-
msgid "
|
103 |
-
msgstr "
|
104 |
|
105 |
-
#: inc/php/
|
106 |
-
|
107 |
-
|
|
|
108 |
|
109 |
-
#: inc/php/
|
110 |
-
|
111 |
-
|
112 |
-
msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
|
113 |
|
114 |
-
#: inc/php/
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr "Часто задаваемые вопросы"
|
117 |
|
118 |
-
#: inc/php/
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
|
121 |
|
122 |
-
#: inc/php/
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/php/
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: inc/php/
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr "Будет ли этот плагин работать на моем веб-сайте wordpress.COM?"
|
134 |
|
135 |
-
#: inc/php/
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (wordpress.ORG)."
|
138 |
|
139 |
-
#: inc/php/
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/php/
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/php/
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/php/
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: inc/php/
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: inc/php/
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: inc/php/
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/php/
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/php/
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: inc/php/
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: inc/php/
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
203 |
|
204 |
-
#: inc/php/
|
205 |
msgid "Yes."
|
206 |
msgstr "Да."
|
207 |
|
208 |
-
#: inc/php/
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr "Этот плагин готов к переводу и уже переведен на несколько языков."
|
211 |
|
212 |
-
#: inc/php/
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: inc/php/
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: inc/php/
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом."
|
223 |
|
224 |
-
#: inc/php/
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "Спасибо за ваш вклад!"
|
227 |
|
228 |
-
#: inc/php/
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s."
|
232 |
|
233 |
-
#: inc/php/
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr "Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода."
|
236 |
|
237 |
-
#: inc/php/
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr "Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
|
241 |
|
242 |
-
#: inc/php/
|
243 |
msgid "How does it work?"
|
244 |
msgstr "Как это работает?"
|
245 |
|
246 |
-
#: inc/php/
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr "На вкладке «Настройки» заполните необходимые поля и нажмите кнопку «Сохранить изменения»."
|
249 |
|
250 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
msgid "How much of description I can enter in the text field?"
|
252 |
msgstr "Сколько описаний я могу ввести в текстовое поле?"
|
253 |
|
254 |
-
#: inc/php/
|
255 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
256 |
msgstr "Мы не ограничиваем количество символов, но большинство поисковых систем используют максимум 160 символов для description."
|
257 |
|
258 |
-
#: inc/php/
|
259 |
msgid "How much of keywords I can enter in the text field?"
|
260 |
msgstr "Сколько ключевых слов я могу ввести в текстовое поле?"
|
261 |
|
262 |
-
#: inc/php/
|
263 |
msgid "We don't limit the number of characters."
|
264 |
msgstr "Мы не ограничиваем количество символов."
|
265 |
|
266 |
-
#: inc/php/
|
267 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
268 |
msgstr "Что насчет совместимости с плагином \"All in One SEO Pack\"?"
|
269 |
|
270 |
-
#: inc/php/
|
271 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
272 |
msgstr "Насколько нам известно, плагин «All Meta Tags» совместим с плагином «All in One SEO Pack»."
|
273 |
|
274 |
-
#: inc/php/
|
275 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
276 |
msgstr "Но чтобы убедиться в том, что эти плагины не конфликтуют друг с другом, вам нужно следовать одному простому правилу: не заполняйте одно и то же поле в обоих плагинах одновременно."
|
277 |
|
278 |
-
#: inc/php/
|
279 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
280 |
msgstr "В противном случае оба плагина выполнят свою работу, и вы получите дублирование действий, например:"
|
281 |
|
282 |
-
#: inc/php/
|
283 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/php/
|
287 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
288 |
msgstr "Что насчет совместимости с плагином \"All in One SEO Pack\"?"
|
289 |
|
290 |
-
#: inc/php/
|
291 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/php/
|
295 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/php/
|
299 |
msgid "Does this plugin requires any modification of the theme?"
|
300 |
msgstr "Этот плагин требует изменения темы?"
|
301 |
|
302 |
-
#: inc/php/
|
303 |
msgid "Absolutely not."
|
304 |
msgstr "Абсолютно нет."
|
305 |
|
306 |
-
#: inc/php/
|
307 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
308 |
msgstr "Этот плагин настраивается полностью на странице настроек плагина."
|
309 |
|
310 |
-
#: inc/php/
|
311 |
msgid "Does this require any knowledge of HTML or CSS?"
|
312 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
313 |
|
314 |
-
#: inc/php/
|
315 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
316 |
msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина."
|
317 |
|
318 |
-
#: inc/php/
|
319 |
msgid "It's not working."
|
320 |
msgstr "Оно не работает."
|
321 |
|
322 |
-
#: inc/php/
|
323 |
msgid "What could be wrong?"
|
324 |
msgstr "Что может быть не так?"
|
325 |
|
326 |
-
#: inc/php/
|
327 |
msgid "As with every plugin, it's possible that things don't work."
|
328 |
msgstr "Как и в случае с любым другим плагином, что-то может не работать."
|
329 |
|
330 |
-
#: inc/php/
|
331 |
msgid "It's impossible to tell what could be wrong exactly."
|
332 |
msgstr "Невозможно точно сказать, что может быть не так."
|
333 |
|
334 |
-
#: inc/php/
|
335 |
msgid "The most common reason for this is a web browser's cache."
|
336 |
msgstr "Наиболее распространенной причиной этого является кеш веб-браузера."
|
337 |
|
338 |
-
#: inc/php/
|
339 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
340 |
msgstr "Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер."
|
341 |
|
342 |
-
#: inc/php/
|
343 |
msgid "This is called the browser's cache."
|
344 |
msgstr "Это называется кешем браузера."
|
345 |
|
346 |
-
#: inc/php/
|
347 |
msgid "Clearing your browser's cache may solve the problem."
|
348 |
msgstr "Очистка кеша браузера может решить проблему."
|
349 |
|
350 |
-
#: inc/php/
|
351 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
352 |
msgstr "Если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь."
|
353 |
|
354 |
-
#: inc/php/
|
355 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
356 |
msgstr "Пожалуйста, укажите как можно больше информации, включая ссылку на ваш веб-сайт, на котором можно увидеть проблему."
|
357 |
|
358 |
-
#: inc/php/
|
359 |
msgid "I can't get verify my website."
|
360 |
msgstr "Я не могу проверить свой веб-сайт."
|
361 |
|
362 |
-
#: inc/php/
|
363 |
msgid "What am I doing wrong?"
|
364 |
msgstr "Что я делаю не так?"
|
365 |
|
366 |
-
#: inc/php/
|
367 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
368 |
msgstr "Код тега, который даёт тебе Google (или Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) может запутать, поскольку вам нужно вставить только серийный ключ - число/буквы (<code>1234567890</code>) а не весь тэг (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>). "
|
369 |
|
370 |
-
#: inc/php/
|
371 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
372 |
msgstr "Так что просто вставьте серийный ключ в соответствующее поле, и вы увидите сообщение «Success» в течение нескольких секунд."
|
373 |
|
374 |
-
#: inc/php/
|
375 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
376 |
msgstr "Последнее обновление WordPress не позволяет мне редактировать мой веб-сайт, на котором используется этот плагин."
|
377 |
|
378 |
-
#: inc/php/
|
379 |
msgid "Why is this?"
|
380 |
msgstr "Почему так?"
|
381 |
|
382 |
-
#: inc/php/
|
383 |
msgid "This plugin can not cause such problem."
|
384 |
msgstr "Этот плагин не может вызвать такую проблему."
|
385 |
|
386 |
-
#: inc/php/
|
387 |
msgid "More likely, the problem are related to the settings of the website."
|
388 |
msgstr "Скорее всего, проблема связана с настройками веб-сайта."
|
389 |
|
390 |
-
#: inc/php/
|
391 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
392 |
msgstr "Это может быть кеш, поэтому попробуйте очистить кеш вашего веб-сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера."
|
393 |
|
394 |
-
#: inc/php/
|
395 |
msgid "Also please try to re-login to the website, this too can help."
|
396 |
msgstr "Также, пожалуйста, попробуйте повторно войти на веб-сайт, это тоже может помочь."
|
397 |
|
398 |
-
#: inc/php/
|
399 |
msgid "Where to report bug if found?"
|
400 |
msgstr "Где можно сообщить об ошибке?"
|
401 |
|
402 |
-
#: inc/php/
|
403 |
msgid "Bug reports are very welcome!"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: inc/php/
|
407 |
#, php-format
|
408 |
msgid "Please visit our %s contact page %s and report."
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: inc/php/
|
412 |
msgid "Please do not forget to specify the name of the plugin."
|
413 |
msgstr "Пожалуйста не забудьте указать название плагина."
|
414 |
|
415 |
-
#: inc/php/
|
416 |
msgid "Thank you!"
|
417 |
msgstr "Спасибо!"
|
418 |
|
419 |
-
#: inc/php/
|
420 |
msgid "Describe in more detail what exactly you are seeing."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/php/
|
424 |
msgid "Here are some examples:"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/php/
|
428 |
msgid "Elements of the plugin settings page are not working."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/php/
|
432 |
msgid "An error message is displayed on the plugin settings page."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: inc/php/
|
436 |
msgid "An error message is displayed on the front end of website."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: inc/php/
|
440 |
msgid "An error message is displayed on the back end of website."
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: inc/php/
|
444 |
msgid "Website is crashed."
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: inc/php/
|
448 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
449 |
msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
450 |
|
451 |
-
#: inc/php/
|
452 |
msgid "Any suggestions are very welcome!"
|
453 |
msgstr "Любые предложения приветствуются!"
|
454 |
|
455 |
-
#: inc/php/
|
456 |
#, php-format
|
457 |
msgid "Please visit our %s contact page %s."
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: inc/php/
|
461 |
msgid "I love this plugin!"
|
462 |
msgstr "Мне нравится этот плагин!"
|
463 |
|
464 |
-
#: inc/php/
|
465 |
msgid "Can I help somehow?"
|
466 |
msgstr "Могу Я чем-то помочь?"
|
467 |
|
468 |
-
#: inc/php/
|
469 |
msgid "Yes, any contributions are very welcome!"
|
470 |
msgstr "Да, любой вклад приветствуется!"
|
471 |
|
472 |
-
#: inc/php/
|
473 |
#, php-format
|
474 |
msgid "Please visit our %s Support Us %s page."
|
475 |
msgstr "Пожалуйста, посетите нашу страницу %s Поддержите нас %s ."
|
476 |
|
477 |
-
#: inc/php/
|
478 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: inc/php/
|
482 |
#, php-format
|
483 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: inc/php/
|
487 |
msgid "Where can I find information about your customer support?"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: inc/php/
|
491 |
#, php-format
|
492 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/php/
|
496 |
msgid "Where can I find information about your affiliate program?"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: inc/php/
|
500 |
#, php-format
|
501 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: inc/php/
|
505 |
msgid "My question wasn't answered here."
|
506 |
msgstr "На мой вопрос здесь не было ответа."
|
507 |
|
508 |
-
#: inc/php/
|
509 |
#, php-format
|
510 |
msgid "You can ask your question on %s this page %s."
|
511 |
msgstr "Вы можете задать ваш вопрос на %s этой странице %s."
|
512 |
|
513 |
-
#: inc/php/
|
514 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
515 |
msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
|
516 |
|
517 |
-
#: inc/php/
|
518 |
-
msgid "Support Us"
|
519 |
-
msgstr "Поддержать нас"
|
520 |
-
|
521 |
-
#: inc/php/page.php:429 inc/php/settings.php:226 inc/php/sidebar.php:46
|
522 |
-
msgid "Donate with PayPal"
|
523 |
-
msgstr "Пожертвовать через PayPal"
|
524 |
-
|
525 |
-
#: inc/php/page.php:436
|
526 |
-
#, php-format
|
527 |
-
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
528 |
-
msgstr "Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s, который объединяет небольшую международную команду молодых людей."
|
529 |
-
|
530 |
-
#: inc/php/page.php:445
|
531 |
-
msgid "Our intention is to create projects that will make this world a better place."
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: inc/php/page.php:446
|
535 |
-
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: inc/php/page.php:447
|
539 |
-
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: inc/php/page.php:450
|
543 |
-
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
544 |
-
msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать."
|
545 |
-
|
546 |
-
#: inc/php/page.php:451
|
547 |
-
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
548 |
-
msgstr "Но мы независимые разработчики, без регулярного дохода, так что каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
|
549 |
-
|
550 |
-
#: inc/php/page.php:454
|
551 |
-
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
552 |
-
msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
|
553 |
-
|
554 |
-
#: inc/php/page.php:457
|
555 |
-
msgid "Thank you for your support!"
|
556 |
-
msgstr "Спасибо за вашу поддержку!"
|
557 |
-
|
558 |
-
#: inc/php/settings.php:21 inc/php/settings.php:195
|
559 |
msgid "Save changes"
|
560 |
msgstr "Сохранить изменения"
|
561 |
|
562 |
-
#: inc/php/settings.php:25
|
563 |
msgid "Web Master Tools"
|
564 |
msgstr "Веб-мастер инструменты"
|
565 |
|
566 |
-
#: inc/php/settings.php:27
|
567 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
568 |
msgstr "Webmaster Tools требует подтверждения вашего домена. Это подтвердит то, что вы действительно являетесь владельцем своего блога или магазина, прежде чем они смогут предоставить вам свои услуги. Вы можете использовать следующие параметры, чтобы подтвердить свой домен. Если ваш домен уже проверен, вы можете просто забыть об этих полях."
|
569 |
|
570 |
-
#: inc/php/settings.php:33
|
571 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
572 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
573 |
|
574 |
-
#: inc/php/settings.php:39
|
575 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
576 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
577 |
|
578 |
-
#: inc/php/settings.php:45
|
579 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
580 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
581 |
|
582 |
-
#: inc/php/settings.php:54
|
583 |
msgid "Domain Verification"
|
584 |
msgstr "Подтверждение домена"
|
585 |
|
586 |
-
#: inc/php/settings.php:56
|
587 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
588 |
msgstr "Сторонние службы, такие как Alexa, Pinterest и Google-Plus, требуют подтверждения вашего домена. Это гарантирует, что вы являетесь правильным владельцем своего блога или магазина, прежде чем предоставлять свои услуги вам. Вы можете использовать следующие параметры, чтобы подтвердить свой домен. Если ваш домен уже проверен, вы можете просто забыть об этом."
|
589 |
|
590 |
-
#: inc/php/settings.php:62
|
591 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
592 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
593 |
|
594 |
-
#: inc/php/settings.php:68
|
595 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
596 |
msgstr "Введите полный URL к профилю в Google+. <br>Пример: https://plus.google.com/+User/"
|
597 |
|
598 |
-
#: inc/php/settings.php:74
|
599 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
600 |
msgstr "Введите полный URL-адрес профиля пользователя в Facebook. <br>Пример: https://www.facebook.com/user"
|
601 |
|
602 |
-
#: inc/php/settings.php:80
|
603 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
604 |
msgstr "Введите имя пользователя в Twitter. <br>Пример: @AGareginyan"
|
605 |
|
606 |
-
#: inc/php/settings.php:86
|
607 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
608 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
609 |
|
610 |
-
#: inc/php/settings.php:92
|
611 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
612 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
613 |
|
614 |
-
#: inc/php/settings.php:98
|
615 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
616 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
617 |
|
618 |
-
#: inc/php/settings.php:104
|
619 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
620 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
621 |
|
622 |
-
#: inc/php/settings.php:108
|
623 |
msgid "Custom Meta Tags"
|
624 |
msgstr "Пользовательские мета-теги"
|
625 |
|
626 |
-
#: inc/php/settings.php:110
|
627 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
628 |
msgstr "Если вы не можете найти поле для нужного вам мета-тега, то добавьте ваш мета-тег сюда. В это поле вы можете добавить несколько мета-тегов."
|
629 |
|
630 |
-
#: inc/php/settings.php:118
|
631 |
msgid "Meta Tags for Static Home Page only"
|
632 |
msgstr "Мета-теги только для Static Home Page"
|
633 |
|
634 |
-
#: inc/php/settings.php:120
|
635 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
636 |
msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Description и Keywords только на Static Home Page страницу вашего веб-сайта."
|
637 |
|
638 |
-
#: inc/php/settings.php:124
|
639 |
msgid "Home Description"
|
640 |
msgstr "Описание главной страницы"
|
641 |
|
642 |
-
#: inc/php/settings.php:126 inc/php/settings.php:147
|
643 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
644 |
msgstr "Введите краткое описание для вашего веб-сайта (150-250 символов). Большинство поисковых систем используют максимум 160 символов для описания домашней страницы."
|
645 |
|
646 |
-
#: inc/php/settings.php:129
|
647 |
msgid "Home Keyword(s)"
|
648 |
msgstr "Ключевые слова главной страницы"
|
649 |
|
650 |
-
#: inc/php/settings.php:131
|
651 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
652 |
msgstr "Введите, разделенный запятыми, список ключевых слов для только Static Home Page вашего веб-сайта."
|
653 |
|
654 |
-
#: inc/php/settings.php:139
|
655 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
656 |
msgstr "Мета-теги для Default Home Page и только Blog Page"
|
657 |
|
658 |
-
#: inc/php/settings.php:141
|
659 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
660 |
msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Description и Keywords только на Default Home Page и Blog Page страницы вашего веб-сайта."
|
661 |
|
662 |
-
#: inc/php/settings.php:145
|
663 |
msgid "Blog Description"
|
664 |
msgstr "Описание блога"
|
665 |
|
666 |
-
#: inc/php/settings.php:150
|
667 |
msgid "Blog Keyword(s)"
|
668 |
msgstr "Ключевые слова блога"
|
669 |
|
670 |
-
#: inc/php/settings.php:152
|
671 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
672 |
msgstr "Введите, разделенный запятыми, список ключевых слов для только Blog Page вашего веб-сайта."
|
673 |
|
674 |
-
#: inc/php/settings.php:160
|
675 |
msgid "Meta Tags for the entire website (Global)"
|
676 |
msgstr "Мета-теги для всего веб-сайта (Глобальные)"
|
677 |
|
678 |
-
#: inc/php/settings.php:162
|
679 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
680 |
msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Author, Copyright и Keywords на каждую страницу вашего веб-сайта."
|
681 |
|
682 |
-
#: inc/php/settings.php:166
|
683 |
msgid "Author"
|
684 |
msgstr "Автор"
|
685 |
|
686 |
-
#: inc/php/settings.php:171
|
687 |
msgid "Designer"
|
688 |
msgstr "Дизайнер"
|
689 |
|
690 |
-
#: inc/php/settings.php:176
|
691 |
msgid "Contact"
|
692 |
msgstr "Контакты"
|
693 |
|
694 |
-
#: inc/php/settings.php:181
|
695 |
msgid "Copyright"
|
696 |
msgstr "Copyright"
|
697 |
|
698 |
-
#: inc/php/settings.php:186
|
699 |
msgid "Keyword(s)"
|
700 |
msgstr "Ключевые слова"
|
701 |
|
702 |
-
#: inc/php/settings.php:188
|
703 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
704 |
msgstr "Введите, разделенный запятыми, список глобальных ключевых слов для вашего веб-сайта."
|
705 |
|
706 |
-
#: inc/php/settings.php:198
|
707 |
msgid "WooCommerce & Google Shopping"
|
708 |
msgstr "WooCommerce и Google Shopping"
|
709 |
|
710 |
-
#: inc/php/settings.php:200
|
711 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
712 |
msgstr "Этот плагин автоматически добавляет необходимые Google Shopping (Merchant Center) мета теги на все страницы WooCommerce продуктов. Вот так выглядит разметка для женской футболки которая продаётся за 16 долларов и 80 центов США."
|
713 |
|
714 |
-
#: inc/php/settings.php:214
|
715 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
716 |
msgstr "Проверить эти данные сгенерированные на страницах вашего веб-сайта вы можете <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">здесь</a>."
|
717 |
|
718 |
-
#: inc/php/
|
719 |
-
msgid "
|
720 |
-
msgstr "
|
721 |
|
722 |
-
#: inc/php/
|
723 |
-
|
724 |
-
|
|
|
725 |
|
726 |
-
#: inc/php/
|
727 |
-
msgid "
|
728 |
-
msgstr "
|
729 |
|
730 |
-
#: inc/php/
|
731 |
-
msgid "
|
732 |
-
msgstr "
|
733 |
|
734 |
-
#: inc/php/
|
735 |
-
msgid "
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: inc/php/
|
739 |
-
msgid "
|
740 |
-
msgstr "
|
741 |
|
742 |
-
#: inc/php/
|
743 |
-
msgid "
|
744 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
|
746 |
#. Plugin Name of the plugin/theme
|
747 |
msgid "All Meta Tags"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-01 06:39+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-01 06:39+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:46
|
24 |
msgid "Settings"
|
25 |
msgstr "Настройки"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:27 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr "Привет!"
|
38 |
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
|
55 |
|
56 |
+
#: inc/php/page.php:33
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "от %s Space X-Chimp %s"
|
60 |
|
61 |
+
#: inc/php/page.php:39
|
62 |
msgid "Version"
|
63 |
msgstr "Версия"
|
64 |
|
65 |
+
#: inc/php/page.php:47
|
66 |
msgid "Usage"
|
67 |
msgstr "Применение"
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
+
#: inc/php/page.php:49 inc/php/sidebar.php:39 inc/php/tabs/settings.php:219
|
74 |
msgid "Support"
|
75 |
msgstr "Поддержка"
|
76 |
|
77 |
+
#: inc/php/page.php:50
|
78 |
msgid "Store"
|
79 |
msgstr "Магазин"
|
80 |
|
81 |
+
#: inc/php/sidebar.php:16
|
82 |
+
msgid "We are «Space X-Chimp»"
|
83 |
+
msgstr "Мы «Space X-Chimp»"
|
84 |
|
85 |
+
#: inc/php/sidebar.php:25
|
86 |
+
msgid "About"
|
87 |
+
msgstr "О плагине"
|
88 |
|
89 |
+
#: inc/php/sidebar.php:27
|
90 |
+
msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
91 |
+
msgstr ""
|
92 |
|
93 |
+
#: inc/php/sidebar.php:32
|
94 |
+
msgid "Help"
|
95 |
+
msgstr "Помощь"
|
96 |
|
97 |
+
#: inc/php/sidebar.php:34
|
98 |
+
msgid "If you have a question, please read the information in the FAQ section."
|
99 |
+
msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
|
100 |
|
101 |
+
#: inc/php/sidebar.php:41 inc/php/tabs/settings.php:221
|
102 |
+
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
103 |
+
msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
|
104 |
|
105 |
+
#: inc/php/sidebar.php:46 inc/php/tabs/settings.php:226
|
106 |
+
#: inc/php/tabs/support.php:21
|
107 |
+
msgid "Donate with PayPal"
|
108 |
+
msgstr "Пожертвовать через PayPal"
|
109 |
|
110 |
+
#: inc/php/sidebar.php:48 inc/php/tabs/settings.php:228
|
111 |
+
msgid "Thanks for your support!"
|
112 |
+
msgstr "Спасибо за вашу поддержку!"
|
|
|
113 |
|
114 |
+
#: inc/php/tabs/faq.php:13
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr "Часто задаваемые вопросы"
|
117 |
|
118 |
+
#: inc/php/tabs/faq.php:17
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
|
121 |
|
122 |
+
#: inc/php/tabs/faq.php:42
|
123 |
msgid "Where can I find a documentation for this plugin?"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/php/tabs/faq.php:47
|
127 |
#, php-format
|
128 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: inc/php/tabs/faq.php:55
|
132 |
msgid "Will this plugin work on my wordpress.COM website?"
|
133 |
msgstr "Будет ли этот плагин работать на моем веб-сайте wordpress.COM?"
|
134 |
|
135 |
+
#: inc/php/tabs/faq.php:58
|
136 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
137 |
msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (wordpress.ORG)."
|
138 |
|
139 |
+
#: inc/php/tabs/faq.php:60
|
140 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: inc/php/tabs/faq.php:61
|
144 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: inc/php/tabs/faq.php:64
|
148 |
#, php-format
|
149 |
msgid "You can learn more about the difference here: %s ."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: inc/php/tabs/faq.php:71
|
153 |
msgid "Will this plugin work/compatible with the theme I use?"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: inc/php/tabs/faq.php:74
|
157 |
msgid "This plugin is compatible with most themes."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/tabs/faq.php:75
|
161 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/php/tabs/faq.php:76
|
165 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: inc/php/tabs/faq.php:77
|
169 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: inc/php/tabs/faq.php:79
|
173 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/php/tabs/faq.php:83
|
177 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/tabs/faq.php:86
|
181 |
msgid "This plugin is compatible with most plugins."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/tabs/faq.php:87
|
185 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/tabs/faq.php:88
|
189 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/tabs/faq.php:89
|
193 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/tabs/faq.php:91
|
197 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/tabs/faq.php:95
|
201 |
msgid "Can I use this plugin on my language?"
|
202 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
203 |
|
204 |
+
#: inc/php/tabs/faq.php:98
|
205 |
msgid "Yes."
|
206 |
msgstr "Да."
|
207 |
|
208 |
+
#: inc/php/tabs/faq.php:99
|
209 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
210 |
msgstr "Этот плагин готов к переводу и уже переведен на несколько языков."
|
211 |
|
212 |
+
#: inc/php/tabs/faq.php:100
|
213 |
msgid "But If your language is not available then you can make one."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/tabs/faq.php:101
|
217 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: inc/php/tabs/faq.php:102
|
221 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
222 |
msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом."
|
223 |
|
224 |
+
#: inc/php/tabs/faq.php:103
|
225 |
msgid "Thanks for your contribution!"
|
226 |
msgstr "Спасибо за ваш вклад!"
|
227 |
|
228 |
+
#: inc/php/tabs/faq.php:107
|
229 |
#, php-format
|
230 |
msgid "If you want to help translate this plugin, please visit the %s."
|
231 |
msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s."
|
232 |
|
233 |
+
#: inc/php/tabs/faq.php:111
|
234 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
235 |
msgstr "Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода."
|
236 |
|
237 |
+
#: inc/php/tabs/faq.php:114
|
238 |
#, php-format
|
239 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
240 |
msgstr "Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
|
241 |
|
242 |
+
#: inc/php/tabs/faq.php:121
|
243 |
msgid "How does it work?"
|
244 |
msgstr "Как это работает?"
|
245 |
|
246 |
+
#: inc/php/tabs/faq.php:124
|
247 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
248 |
msgstr "На вкладке «Настройки» заполните необходимые поля и нажмите кнопку «Сохранить изменения»."
|
249 |
|
250 |
+
#: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:20
|
251 |
+
msgid "Enjoy the improved SEO of your website."
|
252 |
+
msgstr "Наслаждайтесь улучшенным SEO вашего веб-сайта."
|
253 |
+
|
254 |
+
#: inc/php/tabs/faq.php:126 inc/php/tabs/usage.php:20
|
255 |
+
msgid "It's that simple!"
|
256 |
+
msgstr "Это так просто!"
|
257 |
+
|
258 |
+
#: inc/php/tabs/faq.php:130
|
259 |
msgid "How much of description I can enter in the text field?"
|
260 |
msgstr "Сколько описаний я могу ввести в текстовое поле?"
|
261 |
|
262 |
+
#: inc/php/tabs/faq.php:133
|
263 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
264 |
msgstr "Мы не ограничиваем количество символов, но большинство поисковых систем используют максимум 160 символов для description."
|
265 |
|
266 |
+
#: inc/php/tabs/faq.php:137
|
267 |
msgid "How much of keywords I can enter in the text field?"
|
268 |
msgstr "Сколько ключевых слов я могу ввести в текстовое поле?"
|
269 |
|
270 |
+
#: inc/php/tabs/faq.php:140
|
271 |
msgid "We don't limit the number of characters."
|
272 |
msgstr "Мы не ограничиваем количество символов."
|
273 |
|
274 |
+
#: inc/php/tabs/faq.php:144
|
275 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
276 |
msgstr "Что насчет совместимости с плагином \"All in One SEO Pack\"?"
|
277 |
|
278 |
+
#: inc/php/tabs/faq.php:147
|
279 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
280 |
msgstr "Насколько нам известно, плагин «All Meta Tags» совместим с плагином «All in One SEO Pack»."
|
281 |
|
282 |
+
#: inc/php/tabs/faq.php:148 inc/php/tabs/faq.php:165
|
283 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
284 |
msgstr "Но чтобы убедиться в том, что эти плагины не конфликтуют друг с другом, вам нужно следовать одному простому правилу: не заполняйте одно и то же поле в обоих плагинах одновременно."
|
285 |
|
286 |
+
#: inc/php/tabs/faq.php:149
|
287 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
288 |
msgstr "В противном случае оба плагина выполнят свою работу, и вы получите дублирование действий, например:"
|
289 |
|
290 |
+
#: inc/php/tabs/faq.php:157 inc/php/tabs/faq.php:168
|
291 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: inc/php/tabs/faq.php:161
|
295 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
296 |
msgstr "Что насчет совместимости с плагином \"All in One SEO Pack\"?"
|
297 |
|
298 |
+
#: inc/php/tabs/faq.php:164
|
299 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: inc/php/tabs/faq.php:166
|
303 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: inc/php/tabs/faq.php:172
|
307 |
msgid "Does this plugin requires any modification of the theme?"
|
308 |
msgstr "Этот плагин требует изменения темы?"
|
309 |
|
310 |
+
#: inc/php/tabs/faq.php:175 inc/php/tabs/faq.php:183
|
311 |
msgid "Absolutely not."
|
312 |
msgstr "Абсолютно нет."
|
313 |
|
314 |
+
#: inc/php/tabs/faq.php:176
|
315 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
316 |
msgstr "Этот плагин настраивается полностью на странице настроек плагина."
|
317 |
|
318 |
+
#: inc/php/tabs/faq.php:180
|
319 |
msgid "Does this require any knowledge of HTML or CSS?"
|
320 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
321 |
|
322 |
+
#: inc/php/tabs/faq.php:184
|
323 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
324 |
msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина."
|
325 |
|
326 |
+
#: inc/php/tabs/faq.php:188
|
327 |
msgid "It's not working."
|
328 |
msgstr "Оно не работает."
|
329 |
|
330 |
+
#: inc/php/tabs/faq.php:189
|
331 |
msgid "What could be wrong?"
|
332 |
msgstr "Что может быть не так?"
|
333 |
|
334 |
+
#: inc/php/tabs/faq.php:192
|
335 |
msgid "As with every plugin, it's possible that things don't work."
|
336 |
msgstr "Как и в случае с любым другим плагином, что-то может не работать."
|
337 |
|
338 |
+
#: inc/php/tabs/faq.php:193
|
339 |
msgid "It's impossible to tell what could be wrong exactly."
|
340 |
msgstr "Невозможно точно сказать, что может быть не так."
|
341 |
|
342 |
+
#: inc/php/tabs/faq.php:194
|
343 |
msgid "The most common reason for this is a web browser's cache."
|
344 |
msgstr "Наиболее распространенной причиной этого является кеш веб-браузера."
|
345 |
|
346 |
+
#: inc/php/tabs/faq.php:195
|
347 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
348 |
msgstr "Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер."
|
349 |
|
350 |
+
#: inc/php/tabs/faq.php:196
|
351 |
msgid "This is called the browser's cache."
|
352 |
msgstr "Это называется кешем браузера."
|
353 |
|
354 |
+
#: inc/php/tabs/faq.php:197
|
355 |
msgid "Clearing your browser's cache may solve the problem."
|
356 |
msgstr "Очистка кеша браузера может решить проблему."
|
357 |
|
358 |
+
#: inc/php/tabs/faq.php:199
|
359 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
360 |
msgstr "Если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь."
|
361 |
|
362 |
+
#: inc/php/tabs/faq.php:200 inc/php/tabs/faq.php:238
|
363 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
364 |
msgstr "Пожалуйста, укажите как можно больше информации, включая ссылку на ваш веб-сайт, на котором можно увидеть проблему."
|
365 |
|
366 |
+
#: inc/php/tabs/faq.php:204
|
367 |
msgid "I can't get verify my website."
|
368 |
msgstr "Я не могу проверить свой веб-сайт."
|
369 |
|
370 |
+
#: inc/php/tabs/faq.php:205
|
371 |
msgid "What am I doing wrong?"
|
372 |
msgstr "Что я делаю не так?"
|
373 |
|
374 |
+
#: inc/php/tabs/faq.php:208
|
375 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
376 |
msgstr "Код тега, который даёт тебе Google (или Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) может запутать, поскольку вам нужно вставить только серийный ключ - число/буквы (<code>1234567890</code>) а не весь тэг (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>). "
|
377 |
|
378 |
+
#: inc/php/tabs/faq.php:209
|
379 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
380 |
msgstr "Так что просто вставьте серийный ключ в соответствующее поле, и вы увидите сообщение «Success» в течение нескольких секунд."
|
381 |
|
382 |
+
#: inc/php/tabs/faq.php:213
|
383 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
384 |
msgstr "Последнее обновление WordPress не позволяет мне редактировать мой веб-сайт, на котором используется этот плагин."
|
385 |
|
386 |
+
#: inc/php/tabs/faq.php:214
|
387 |
msgid "Why is this?"
|
388 |
msgstr "Почему так?"
|
389 |
|
390 |
+
#: inc/php/tabs/faq.php:217
|
391 |
msgid "This plugin can not cause such problem."
|
392 |
msgstr "Этот плагин не может вызвать такую проблему."
|
393 |
|
394 |
+
#: inc/php/tabs/faq.php:218
|
395 |
msgid "More likely, the problem are related to the settings of the website."
|
396 |
msgstr "Скорее всего, проблема связана с настройками веб-сайта."
|
397 |
|
398 |
+
#: inc/php/tabs/faq.php:219
|
399 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
400 |
msgstr "Это может быть кеш, поэтому попробуйте очистить кеш вашего веб-сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера."
|
401 |
|
402 |
+
#: inc/php/tabs/faq.php:220
|
403 |
msgid "Also please try to re-login to the website, this too can help."
|
404 |
msgstr "Также, пожалуйста, попробуйте повторно войти на веб-сайт, это тоже может помочь."
|
405 |
|
406 |
+
#: inc/php/tabs/faq.php:224
|
407 |
msgid "Where to report bug if found?"
|
408 |
msgstr "Где можно сообщить об ошибке?"
|
409 |
|
410 |
+
#: inc/php/tabs/faq.php:227
|
411 |
msgid "Bug reports are very welcome!"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: inc/php/tabs/faq.php:230
|
415 |
#, php-format
|
416 |
msgid "Please visit our %s contact page %s and report."
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: inc/php/tabs/faq.php:235 inc/php/tabs/faq.php:263
|
420 |
msgid "Please do not forget to specify the name of the plugin."
|
421 |
msgstr "Пожалуйста не забудьте указать название плагина."
|
422 |
|
423 |
+
#: inc/php/tabs/faq.php:236 inc/php/tabs/faq.php:264 inc/php/tabs/faq.php:280
|
424 |
msgid "Thank you!"
|
425 |
msgstr "Спасибо!"
|
426 |
|
427 |
+
#: inc/php/tabs/faq.php:239
|
428 |
msgid "Describe in more detail what exactly you are seeing."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/php/tabs/faq.php:240
|
432 |
msgid "Here are some examples:"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: inc/php/tabs/faq.php:243
|
436 |
msgid "Elements of the plugin settings page are not working."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: inc/php/tabs/faq.php:244
|
440 |
msgid "An error message is displayed on the plugin settings page."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: inc/php/tabs/faq.php:245
|
444 |
msgid "An error message is displayed on the front end of website."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: inc/php/tabs/faq.php:246
|
448 |
msgid "An error message is displayed on the back end of website."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: inc/php/tabs/faq.php:247
|
452 |
msgid "Website is crashed."
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: inc/php/tabs/faq.php:252
|
456 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
457 |
msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
458 |
|
459 |
+
#: inc/php/tabs/faq.php:255
|
460 |
msgid "Any suggestions are very welcome!"
|
461 |
msgstr "Любые предложения приветствуются!"
|
462 |
|
463 |
+
#: inc/php/tabs/faq.php:258
|
464 |
#, php-format
|
465 |
msgid "Please visit our %s contact page %s."
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: inc/php/tabs/faq.php:268
|
469 |
msgid "I love this plugin!"
|
470 |
msgstr "Мне нравится этот плагин!"
|
471 |
|
472 |
+
#: inc/php/tabs/faq.php:269
|
473 |
msgid "Can I help somehow?"
|
474 |
msgstr "Могу Я чем-то помочь?"
|
475 |
|
476 |
+
#: inc/php/tabs/faq.php:272
|
477 |
msgid "Yes, any contributions are very welcome!"
|
478 |
msgstr "Да, любой вклад приветствуется!"
|
479 |
|
480 |
+
#: inc/php/tabs/faq.php:275
|
481 |
#, php-format
|
482 |
msgid "Please visit our %s Support Us %s page."
|
483 |
msgstr "Пожалуйста, посетите нашу страницу %s Поддержите нас %s ."
|
484 |
|
485 |
+
#: inc/php/tabs/faq.php:284
|
486 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: inc/php/tabs/faq.php:289
|
490 |
#, php-format
|
491 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: inc/php/tabs/faq.php:297
|
495 |
msgid "Where can I find information about your customer support?"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: inc/php/tabs/faq.php:302
|
499 |
#, php-format
|
500 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/php/tabs/faq.php:310
|
504 |
msgid "Where can I find information about your affiliate program?"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/php/tabs/faq.php:315
|
508 |
#, php-format
|
509 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: inc/php/tabs/faq.php:323
|
513 |
msgid "My question wasn't answered here."
|
514 |
msgstr "На мой вопрос здесь не было ответа."
|
515 |
|
516 |
+
#: inc/php/tabs/faq.php:328
|
517 |
#, php-format
|
518 |
msgid "You can ask your question on %s this page %s."
|
519 |
msgstr "Вы можете задать ваш вопрос на %s этой странице %s."
|
520 |
|
521 |
+
#: inc/php/tabs/faq.php:333
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
|
524 |
|
525 |
+
#: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
msgid "Save changes"
|
527 |
msgstr "Сохранить изменения"
|
528 |
|
529 |
+
#: inc/php/tabs/settings.php:25
|
530 |
msgid "Web Master Tools"
|
531 |
msgstr "Веб-мастер инструменты"
|
532 |
|
533 |
+
#: inc/php/tabs/settings.php:27
|
534 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
535 |
msgstr "Webmaster Tools требует подтверждения вашего домена. Это подтвердит то, что вы действительно являетесь владельцем своего блога или магазина, прежде чем они смогут предоставить вам свои услуги. Вы можете использовать следующие параметры, чтобы подтвердить свой домен. Если ваш домен уже проверен, вы можете просто забыть об этих полях."
|
536 |
|
537 |
+
#: inc/php/tabs/settings.php:33
|
538 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
539 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
540 |
|
541 |
+
#: inc/php/tabs/settings.php:39
|
542 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
543 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
544 |
|
545 |
+
#: inc/php/tabs/settings.php:45
|
546 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
547 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
548 |
|
549 |
+
#: inc/php/tabs/settings.php:54
|
550 |
msgid "Domain Verification"
|
551 |
msgstr "Подтверждение домена"
|
552 |
|
553 |
+
#: inc/php/tabs/settings.php:56
|
554 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
555 |
msgstr "Сторонние службы, такие как Alexa, Pinterest и Google-Plus, требуют подтверждения вашего домена. Это гарантирует, что вы являетесь правильным владельцем своего блога или магазина, прежде чем предоставлять свои услуги вам. Вы можете использовать следующие параметры, чтобы подтвердить свой домен. Если ваш домен уже проверен, вы можете просто забыть об этом."
|
556 |
|
557 |
+
#: inc/php/tabs/settings.php:62
|
558 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
559 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
560 |
|
561 |
+
#: inc/php/tabs/settings.php:68
|
562 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
563 |
msgstr "Введите полный URL к профилю в Google+. <br>Пример: https://plus.google.com/+User/"
|
564 |
|
565 |
+
#: inc/php/tabs/settings.php:74
|
566 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
567 |
msgstr "Введите полный URL-адрес профиля пользователя в Facebook. <br>Пример: https://www.facebook.com/user"
|
568 |
|
569 |
+
#: inc/php/tabs/settings.php:80
|
570 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
571 |
msgstr "Введите имя пользователя в Twitter. <br>Пример: @AGareginyan"
|
572 |
|
573 |
+
#: inc/php/tabs/settings.php:86
|
574 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
575 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
576 |
|
577 |
+
#: inc/php/tabs/settings.php:92
|
578 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
579 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
580 |
|
581 |
+
#: inc/php/tabs/settings.php:98
|
582 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
583 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
584 |
|
585 |
+
#: inc/php/tabs/settings.php:104
|
586 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
587 |
msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
588 |
|
589 |
+
#: inc/php/tabs/settings.php:108
|
590 |
msgid "Custom Meta Tags"
|
591 |
msgstr "Пользовательские мета-теги"
|
592 |
|
593 |
+
#: inc/php/tabs/settings.php:110
|
594 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
595 |
msgstr "Если вы не можете найти поле для нужного вам мета-тега, то добавьте ваш мета-тег сюда. В это поле вы можете добавить несколько мета-тегов."
|
596 |
|
597 |
+
#: inc/php/tabs/settings.php:118
|
598 |
msgid "Meta Tags for Static Home Page only"
|
599 |
msgstr "Мета-теги только для Static Home Page"
|
600 |
|
601 |
+
#: inc/php/tabs/settings.php:120
|
602 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
603 |
msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Description и Keywords только на Static Home Page страницу вашего веб-сайта."
|
604 |
|
605 |
+
#: inc/php/tabs/settings.php:124
|
606 |
msgid "Home Description"
|
607 |
msgstr "Описание главной страницы"
|
608 |
|
609 |
+
#: inc/php/tabs/settings.php:126 inc/php/tabs/settings.php:147
|
610 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
611 |
msgstr "Введите краткое описание для вашего веб-сайта (150-250 символов). Большинство поисковых систем используют максимум 160 символов для описания домашней страницы."
|
612 |
|
613 |
+
#: inc/php/tabs/settings.php:129
|
614 |
msgid "Home Keyword(s)"
|
615 |
msgstr "Ключевые слова главной страницы"
|
616 |
|
617 |
+
#: inc/php/tabs/settings.php:131
|
618 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
619 |
msgstr "Введите, разделенный запятыми, список ключевых слов для только Static Home Page вашего веб-сайта."
|
620 |
|
621 |
+
#: inc/php/tabs/settings.php:139
|
622 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
623 |
msgstr "Мета-теги для Default Home Page и только Blog Page"
|
624 |
|
625 |
+
#: inc/php/tabs/settings.php:141
|
626 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
627 |
msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Description и Keywords только на Default Home Page и Blog Page страницы вашего веб-сайта."
|
628 |
|
629 |
+
#: inc/php/tabs/settings.php:145
|
630 |
msgid "Blog Description"
|
631 |
msgstr "Описание блога"
|
632 |
|
633 |
+
#: inc/php/tabs/settings.php:150
|
634 |
msgid "Blog Keyword(s)"
|
635 |
msgstr "Ключевые слова блога"
|
636 |
|
637 |
+
#: inc/php/tabs/settings.php:152
|
638 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
639 |
msgstr "Введите, разделенный запятыми, список ключевых слов для только Blog Page вашего веб-сайта."
|
640 |
|
641 |
+
#: inc/php/tabs/settings.php:160
|
642 |
msgid "Meta Tags for the entire website (Global)"
|
643 |
msgstr "Мета-теги для всего веб-сайта (Глобальные)"
|
644 |
|
645 |
+
#: inc/php/tabs/settings.php:162
|
646 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
647 |
msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Author, Copyright и Keywords на каждую страницу вашего веб-сайта."
|
648 |
|
649 |
+
#: inc/php/tabs/settings.php:166
|
650 |
msgid "Author"
|
651 |
msgstr "Автор"
|
652 |
|
653 |
+
#: inc/php/tabs/settings.php:171
|
654 |
msgid "Designer"
|
655 |
msgstr "Дизайнер"
|
656 |
|
657 |
+
#: inc/php/tabs/settings.php:176
|
658 |
msgid "Contact"
|
659 |
msgstr "Контакты"
|
660 |
|
661 |
+
#: inc/php/tabs/settings.php:181
|
662 |
msgid "Copyright"
|
663 |
msgstr "Copyright"
|
664 |
|
665 |
+
#: inc/php/tabs/settings.php:186
|
666 |
msgid "Keyword(s)"
|
667 |
msgstr "Ключевые слова"
|
668 |
|
669 |
+
#: inc/php/tabs/settings.php:188
|
670 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
671 |
msgstr "Введите, разделенный запятыми, список глобальных ключевых слов для вашего веб-сайта."
|
672 |
|
673 |
+
#: inc/php/tabs/settings.php:198
|
674 |
msgid "WooCommerce & Google Shopping"
|
675 |
msgstr "WooCommerce и Google Shopping"
|
676 |
|
677 |
+
#: inc/php/tabs/settings.php:200
|
678 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
679 |
msgstr "Этот плагин автоматически добавляет необходимые Google Shopping (Merchant Center) мета теги на все страницы WooCommerce продуктов. Вот так выглядит разметка для женской футболки которая продаётся за 16 долларов и 80 центов США."
|
680 |
|
681 |
+
#: inc/php/tabs/settings.php:214
|
682 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
683 |
msgstr "Проверить эти данные сгенерированные на страницах вашего веб-сайта вы можете <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">здесь</a>."
|
684 |
|
685 |
+
#: inc/php/tabs/support.php:13
|
686 |
+
msgid "Support Us"
|
687 |
+
msgstr "Поддержать нас"
|
688 |
|
689 |
+
#: inc/php/tabs/support.php:28
|
690 |
+
#, php-format
|
691 |
+
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
692 |
+
msgstr "Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s, который объединяет небольшую международную команду молодых людей."
|
693 |
|
694 |
+
#: inc/php/tabs/support.php:37
|
695 |
+
msgid "Our intention is to create projects that will make this world a better place."
|
696 |
+
msgstr ""
|
697 |
|
698 |
+
#: inc/php/tabs/support.php:38
|
699 |
+
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
700 |
+
msgstr ""
|
701 |
|
702 |
+
#: inc/php/tabs/support.php:39
|
703 |
+
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: inc/php/tabs/support.php:42
|
707 |
+
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
708 |
+
msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать."
|
709 |
|
710 |
+
#: inc/php/tabs/support.php:43
|
711 |
+
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
712 |
+
msgstr "Но мы независимые разработчики, без регулярного дохода, так что каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
|
713 |
+
|
714 |
+
#: inc/php/tabs/support.php:46
|
715 |
+
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
716 |
+
msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
|
717 |
+
|
718 |
+
#: inc/php/tabs/support.php:49
|
719 |
+
msgid "Thank you for your support!"
|
720 |
+
msgstr "Спасибо за вашу поддержку!"
|
721 |
+
|
722 |
+
#: inc/php/tabs/usage.php:13
|
723 |
+
msgid "Usage Instructions"
|
724 |
+
msgstr "Инструкция по использованию"
|
725 |
+
|
726 |
+
#: inc/php/tabs/usage.php:15
|
727 |
+
msgid "To add the meta tags to your website, simply follow these steps:"
|
728 |
+
msgstr "Для того чтобы добавить метатеги на ваш веб-сайт, выполните следующие действия:"
|
729 |
+
|
730 |
+
#: inc/php/tabs/usage.php:17
|
731 |
+
msgid "Go to the \"Settings\" tab on this page."
|
732 |
+
msgstr "Перейдите на вкладку «Настройки»."
|
733 |
+
|
734 |
+
#: inc/php/tabs/usage.php:18
|
735 |
+
msgid "Fill in the required fields."
|
736 |
+
msgstr "Заполните необходимые поля."
|
737 |
+
|
738 |
+
#: inc/php/tabs/usage.php:19
|
739 |
+
msgid "Click the \"Save changes\" button."
|
740 |
+
msgstr "Нажмите кнопку «Сохранить изменения»."
|
741 |
+
|
742 |
+
#: inc/php/tabs/usage.php:25
|
743 |
+
#, php-format
|
744 |
+
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
745 |
+
msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
|
746 |
|
747 |
#. Plugin Name of the plugin/theme
|
748 |
msgid "All Meta Tags"
|
languages/all-meta-tags.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
"PO-Revision-Date: 2015-10-28 13:57+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
|
21 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
22 |
msgid "Settings"
|
23 |
msgstr ""
|
24 |
|
@@ -30,7 +30,7 @@ msgstr ""
|
|
30 |
msgid "Meta Tags Inserter"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: inc/php/messages.php:27 inc/php/
|
34 |
msgid "Hello!"
|
35 |
msgstr ""
|
36 |
|
@@ -51,694 +51,695 @@ msgstr ""
|
|
51 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: inc/php/page.php:
|
55 |
#, php-format
|
56 |
msgid "by %s Space X-Chimp %s"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: inc/php/page.php:
|
60 |
msgid "Version"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: inc/php/page.php:
|
64 |
msgid "Usage"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: inc/php/page.php:
|
68 |
msgid "F.A.Q."
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: inc/php/page.php:
|
72 |
msgid "Support"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: inc/php/page.php:
|
76 |
msgid "Store"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: inc/php/
|
80 |
-
msgid "
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: inc/php/
|
84 |
-
msgid "
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: inc/php/
|
88 |
-
msgid "
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: inc/php/
|
92 |
-
msgid "
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: inc/php/
|
96 |
-
msgid "
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: inc/php/
|
100 |
-
msgid "
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: inc/php/
|
104 |
-
|
|
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: inc/php/
|
108 |
-
|
109 |
-
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: inc/php/
|
113 |
msgid "Frequently Asked Questions"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: inc/php/
|
117 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: inc/php/
|
121 |
msgid "Where can I find a documentation for this plugin?"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: inc/php/
|
125 |
#, php-format
|
126 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: inc/php/
|
130 |
msgid "Will this plugin work on my wordpress.COM website?"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/php/
|
134 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: inc/php/
|
138 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/
|
142 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: inc/php/
|
146 |
#, php-format
|
147 |
msgid "You can learn more about the difference here: %s ."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: inc/php/
|
151 |
msgid "Will this plugin work/compatible with the theme I use?"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: inc/php/
|
155 |
msgid "This plugin is compatible with most themes."
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: inc/php/
|
159 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: inc/php/
|
163 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: inc/php/
|
167 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: inc/php/
|
171 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: inc/php/
|
175 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: inc/php/
|
179 |
msgid "This plugin is compatible with most plugins."
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: inc/php/
|
183 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: inc/php/
|
187 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: inc/php/
|
191 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: inc/php/
|
195 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/php/
|
199 |
msgid "Can I use this plugin on my language?"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: inc/php/
|
203 |
msgid "Yes."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: inc/php/
|
207 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: inc/php/
|
211 |
msgid "But If your language is not available then you can make one."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/php/
|
215 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: inc/php/
|
219 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: inc/php/
|
223 |
msgid "Thanks for your contribution!"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: inc/php/
|
227 |
#, php-format
|
228 |
msgid "If you want to help translate this plugin, please visit the %s."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: inc/php/
|
232 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/php/
|
236 |
#, php-format
|
237 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: inc/php/
|
241 |
msgid "How does it work?"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: inc/php/
|
245 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
msgid "How much of description I can enter in the text field?"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: inc/php/
|
253 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: inc/php/
|
257 |
msgid "How much of keywords I can enter in the text field?"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: inc/php/
|
261 |
msgid "We don't limit the number of characters."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: inc/php/
|
265 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: inc/php/
|
269 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: inc/php/
|
273 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: inc/php/
|
277 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: inc/php/
|
281 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: inc/php/
|
285 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: inc/php/
|
289 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: inc/php/
|
293 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: inc/php/
|
297 |
msgid "Does this plugin requires any modification of the theme?"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: inc/php/
|
301 |
msgid "Absolutely not."
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: inc/php/
|
305 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: inc/php/
|
309 |
msgid "Does this require any knowledge of HTML or CSS?"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: inc/php/
|
313 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: inc/php/
|
317 |
msgid "It's not working."
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: inc/php/
|
321 |
msgid "What could be wrong?"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: inc/php/
|
325 |
msgid "As with every plugin, it's possible that things don't work."
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: inc/php/
|
329 |
msgid "It's impossible to tell what could be wrong exactly."
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: inc/php/
|
333 |
msgid "The most common reason for this is a web browser's cache."
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: inc/php/
|
337 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: inc/php/
|
341 |
msgid "This is called the browser's cache."
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: inc/php/
|
345 |
msgid "Clearing your browser's cache may solve the problem."
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: inc/php/
|
349 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: inc/php/
|
353 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: inc/php/
|
357 |
msgid "I can't get verify my website."
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: inc/php/
|
361 |
msgid "What am I doing wrong?"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/php/
|
365 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: inc/php/
|
369 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: inc/php/
|
373 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: inc/php/
|
377 |
msgid "Why is this?"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: inc/php/
|
381 |
msgid "This plugin can not cause such problem."
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: inc/php/
|
385 |
msgid "More likely, the problem are related to the settings of the website."
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: inc/php/
|
389 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: inc/php/
|
393 |
msgid "Also please try to re-login to the website, this too can help."
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: inc/php/
|
397 |
msgid "Where to report bug if found?"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: inc/php/
|
401 |
msgid "Bug reports are very welcome!"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/php/
|
405 |
#, php-format
|
406 |
msgid "Please visit our %s contact page %s and report."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: inc/php/
|
410 |
msgid "Please do not forget to specify the name of the plugin."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: inc/php/
|
414 |
msgid "Thank you!"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: inc/php/
|
418 |
msgid "Describe in more detail what exactly you are seeing."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: inc/php/
|
422 |
msgid "Here are some examples:"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: inc/php/
|
426 |
msgid "Elements of the plugin settings page are not working."
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: inc/php/
|
430 |
msgid "An error message is displayed on the plugin settings page."
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: inc/php/
|
434 |
msgid "An error message is displayed on the front end of website."
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: inc/php/
|
438 |
msgid "An error message is displayed on the back end of website."
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: inc/php/
|
442 |
msgid "Website is crashed."
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: inc/php/
|
446 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: inc/php/
|
450 |
msgid "Any suggestions are very welcome!"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: inc/php/
|
454 |
#, php-format
|
455 |
msgid "Please visit our %s contact page %s."
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: inc/php/
|
459 |
msgid "I love this plugin!"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: inc/php/
|
463 |
msgid "Can I help somehow?"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: inc/php/
|
467 |
msgid "Yes, any contributions are very welcome!"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: inc/php/
|
471 |
#, php-format
|
472 |
msgid "Please visit our %s Support Us %s page."
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: inc/php/
|
476 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: inc/php/
|
480 |
#, php-format
|
481 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: inc/php/
|
485 |
msgid "Where can I find information about your customer support?"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: inc/php/
|
489 |
#, php-format
|
490 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: inc/php/
|
494 |
msgid "Where can I find information about your affiliate program?"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: inc/php/
|
498 |
#, php-format
|
499 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: inc/php/
|
503 |
msgid "My question wasn't answered here."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: inc/php/
|
507 |
#, php-format
|
508 |
msgid "You can ask your question on %s this page %s."
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: inc/php/
|
512 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: inc/php/
|
516 |
-
msgid "Support Us"
|
517 |
-
msgstr ""
|
518 |
-
|
519 |
-
#: inc/php/page.php:429 inc/php/settings.php:226 inc/php/sidebar.php:46
|
520 |
-
msgid "Donate with PayPal"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: inc/php/page.php:436
|
524 |
-
#, php-format
|
525 |
-
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
526 |
-
msgstr ""
|
527 |
-
|
528 |
-
#: inc/php/page.php:445
|
529 |
-
msgid "Our intention is to create projects that will make this world a better place."
|
530 |
-
msgstr ""
|
531 |
-
|
532 |
-
#: inc/php/page.php:446
|
533 |
-
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: inc/php/page.php:447
|
537 |
-
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
538 |
-
msgstr ""
|
539 |
-
|
540 |
-
#: inc/php/page.php:450
|
541 |
-
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
542 |
-
msgstr ""
|
543 |
-
|
544 |
-
#: inc/php/page.php:451
|
545 |
-
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
546 |
-
msgstr ""
|
547 |
-
|
548 |
-
#: inc/php/page.php:454
|
549 |
-
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
550 |
-
msgstr ""
|
551 |
-
|
552 |
-
#: inc/php/page.php:457
|
553 |
-
msgid "Thank you for your support!"
|
554 |
-
msgstr ""
|
555 |
-
|
556 |
-
#: inc/php/settings.php:21 inc/php/settings.php:195
|
557 |
msgid "Save changes"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: inc/php/settings.php:25
|
561 |
msgid "Web Master Tools"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: inc/php/settings.php:27
|
565 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: inc/php/settings.php:33
|
569 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: inc/php/settings.php:39
|
573 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: inc/php/settings.php:45
|
577 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: inc/php/settings.php:54
|
581 |
msgid "Domain Verification"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: inc/php/settings.php:56
|
585 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: inc/php/settings.php:62
|
589 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: inc/php/settings.php:68
|
593 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: inc/php/settings.php:74
|
597 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: inc/php/settings.php:80
|
601 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: inc/php/settings.php:86
|
605 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: inc/php/settings.php:92
|
609 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: inc/php/settings.php:98
|
613 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: inc/php/settings.php:104
|
617 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: inc/php/settings.php:108
|
621 |
msgid "Custom Meta Tags"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: inc/php/settings.php:110
|
625 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: inc/php/settings.php:118
|
629 |
msgid "Meta Tags for Static Home Page only"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: inc/php/settings.php:120
|
633 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: inc/php/settings.php:124
|
637 |
msgid "Home Description"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: inc/php/settings.php:126 inc/php/settings.php:147
|
641 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: inc/php/settings.php:129
|
645 |
msgid "Home Keyword(s)"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: inc/php/settings.php:131
|
649 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: inc/php/settings.php:139
|
653 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: inc/php/settings.php:141
|
657 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: inc/php/settings.php:145
|
661 |
msgid "Blog Description"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: inc/php/settings.php:150
|
665 |
msgid "Blog Keyword(s)"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: inc/php/settings.php:152
|
669 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: inc/php/settings.php:160
|
673 |
msgid "Meta Tags for the entire website (Global)"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: inc/php/settings.php:162
|
677 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: inc/php/settings.php:166
|
681 |
msgid "Author"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: inc/php/settings.php:171
|
685 |
msgid "Designer"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: inc/php/settings.php:176
|
689 |
msgid "Contact"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: inc/php/settings.php:181
|
693 |
msgid "Copyright"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: inc/php/settings.php:186
|
697 |
msgid "Keyword(s)"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: inc/php/settings.php:188
|
701 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: inc/php/settings.php:198
|
705 |
msgid "WooCommerce & Google Shopping"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: inc/php/settings.php:200
|
709 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: inc/php/settings.php:214
|
713 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: inc/php/
|
717 |
-
msgid "
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: inc/php/
|
721 |
-
|
|
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: inc/php/
|
725 |
-
msgid "
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: inc/php/
|
729 |
-
msgid "
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: inc/php/
|
733 |
-
msgid "
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: inc/php/
|
737 |
-
msgid "
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: inc/php/
|
741 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
742 |
msgstr ""
|
743 |
|
744 |
#. Plugin Name of the plugin/theme
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-01 06:40+0300\n"
|
7 |
"PO-Revision-Date: 2015-10-28 13:57+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
|
21 |
+
#: inc/php/core.php:23 inc/php/page.php:46
|
22 |
msgid "Settings"
|
23 |
msgstr ""
|
24 |
|
30 |
msgid "Meta Tags Inserter"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: inc/php/messages.php:27 inc/php/tabs/support.php:25
|
34 |
msgid "Hello!"
|
35 |
msgstr ""
|
36 |
|
51 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: inc/php/page.php:33
|
55 |
#, php-format
|
56 |
msgid "by %s Space X-Chimp %s"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: inc/php/page.php:39
|
60 |
msgid "Version"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: inc/php/page.php:47
|
64 |
msgid "Usage"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: inc/php/page.php:48
|
68 |
msgid "F.A.Q."
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: inc/php/page.php:49 inc/php/sidebar.php:39 inc/php/tabs/settings.php:219
|
72 |
msgid "Support"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: inc/php/page.php:50
|
76 |
msgid "Store"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: inc/php/sidebar.php:16
|
80 |
+
msgid "We are «Space X-Chimp»"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: inc/php/sidebar.php:25
|
84 |
+
msgid "About"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: inc/php/sidebar.php:27
|
88 |
+
msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: inc/php/sidebar.php:32
|
92 |
+
msgid "Help"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: inc/php/sidebar.php:34
|
96 |
+
msgid "If you have a question, please read the information in the FAQ section."
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: inc/php/sidebar.php:41 inc/php/tabs/settings.php:221
|
100 |
+
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: inc/php/sidebar.php:46 inc/php/tabs/settings.php:226
|
104 |
+
#: inc/php/tabs/support.php:21
|
105 |
+
msgid "Donate with PayPal"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: inc/php/sidebar.php:48 inc/php/tabs/settings.php:228
|
109 |
+
msgid "Thanks for your support!"
|
|
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: inc/php/tabs/faq.php:13
|
113 |
msgid "Frequently Asked Questions"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: inc/php/tabs/faq.php:17
|
117 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: inc/php/tabs/faq.php:42
|
121 |
msgid "Where can I find a documentation for this plugin?"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: inc/php/tabs/faq.php:47
|
125 |
#, php-format
|
126 |
msgid "Please visit our %s Documentation site %s to view documentation."
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: inc/php/tabs/faq.php:55
|
130 |
msgid "Will this plugin work on my wordpress.COM website?"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: inc/php/tabs/faq.php:58
|
134 |
msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: inc/php/tabs/faq.php:60
|
138 |
msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: inc/php/tabs/faq.php:61
|
142 |
msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: inc/php/tabs/faq.php:64
|
146 |
#, php-format
|
147 |
msgid "You can learn more about the difference here: %s ."
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: inc/php/tabs/faq.php:71
|
151 |
msgid "Will this plugin work/compatible with the theme I use?"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: inc/php/tabs/faq.php:74
|
155 |
msgid "This plugin is compatible with most themes."
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: inc/php/tabs/faq.php:75
|
159 |
msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: inc/php/tabs/faq.php:76
|
163 |
msgid "We constantly check this plugin for compatibility with third-party themes."
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: inc/php/tabs/faq.php:77
|
167 |
msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: inc/php/tabs/faq.php:79
|
171 |
msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: inc/php/tabs/faq.php:83
|
175 |
msgid "Will this plugin work/compatible with other plugins that I use?"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: inc/php/tabs/faq.php:86
|
179 |
msgid "This plugin is compatible with most plugins."
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: inc/php/tabs/faq.php:87
|
183 |
msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: inc/php/tabs/faq.php:88
|
187 |
msgid "We constantly check this plugin for compatibility with third-party plugins."
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: inc/php/tabs/faq.php:89
|
191 |
msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: inc/php/tabs/faq.php:91
|
195 |
msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: inc/php/tabs/faq.php:95
|
199 |
msgid "Can I use this plugin on my language?"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: inc/php/tabs/faq.php:98
|
203 |
msgid "Yes."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: inc/php/tabs/faq.php:99
|
207 |
msgid "This plugin is ready for translation and has already been translated into several languages."
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: inc/php/tabs/faq.php:100
|
211 |
msgid "But If your language is not available then you can make one."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: inc/php/tabs/faq.php:101
|
215 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/php/tabs/faq.php:102
|
219 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: inc/php/tabs/faq.php:103
|
223 |
msgid "Thanks for your contribution!"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: inc/php/tabs/faq.php:107
|
227 |
#, php-format
|
228 |
msgid "If you want to help translate this plugin, please visit the %s."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: inc/php/tabs/faq.php:111
|
232 |
msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: inc/php/tabs/faq.php:114
|
236 |
#, php-format
|
237 |
msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: inc/php/tabs/faq.php:121
|
241 |
msgid "How does it work?"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: inc/php/tabs/faq.php:124
|
245 |
msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:20
|
249 |
+
msgid "Enjoy the improved SEO of your website."
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: inc/php/tabs/faq.php:126 inc/php/tabs/usage.php:20
|
253 |
+
msgid "It's that simple!"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: inc/php/tabs/faq.php:130
|
257 |
msgid "How much of description I can enter in the text field?"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: inc/php/tabs/faq.php:133
|
261 |
msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: inc/php/tabs/faq.php:137
|
265 |
msgid "How much of keywords I can enter in the text field?"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: inc/php/tabs/faq.php:140
|
269 |
msgid "We don't limit the number of characters."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: inc/php/tabs/faq.php:144
|
273 |
msgid "What about compatibility with the plugin \"All in One SEO Pack\"?"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: inc/php/tabs/faq.php:147
|
277 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"All in One SEO Pack\" plugin."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/tabs/faq.php:148 inc/php/tabs/faq.php:165
|
281 |
msgid "But to make sure that these plugins do not conflict with each other, you need to follow one simple rule: do not fill the same field in both plugins at once."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/tabs/faq.php:149
|
285 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/tabs/faq.php:157 inc/php/tabs/faq.php:168
|
289 |
msgid "If you find a conflict between the plugins, please let us know and we will definitely release an update of our plugin to fix the problem."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: inc/php/tabs/faq.php:161
|
293 |
msgid "What about compatibility with the plugin \"Yoast SEO\"?"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: inc/php/tabs/faq.php:164
|
297 |
msgid "As far as we know, the \"All Meta Tags\" plugin is compatible with the \"Yoast SEO\" plugin."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/php/tabs/faq.php:166
|
301 |
msgid "Otherwise both plugins fulfill their work and you will get a duplicate actions."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/php/tabs/faq.php:172
|
305 |
msgid "Does this plugin requires any modification of the theme?"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: inc/php/tabs/faq.php:175 inc/php/tabs/faq.php:183
|
309 |
msgid "Absolutely not."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: inc/php/tabs/faq.php:176
|
313 |
msgid "This plugin is configurable entirely from the plugin settings page."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/tabs/faq.php:180
|
317 |
msgid "Does this require any knowledge of HTML or CSS?"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: inc/php/tabs/faq.php:184
|
321 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: inc/php/tabs/faq.php:188
|
325 |
msgid "It's not working."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: inc/php/tabs/faq.php:189
|
329 |
msgid "What could be wrong?"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: inc/php/tabs/faq.php:192
|
333 |
msgid "As with every plugin, it's possible that things don't work."
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: inc/php/tabs/faq.php:193
|
337 |
msgid "It's impossible to tell what could be wrong exactly."
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: inc/php/tabs/faq.php:194
|
341 |
msgid "The most common reason for this is a web browser's cache."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: inc/php/tabs/faq.php:195
|
345 |
msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: inc/php/tabs/faq.php:196
|
349 |
msgid "This is called the browser's cache."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: inc/php/tabs/faq.php:197
|
353 |
msgid "Clearing your browser's cache may solve the problem."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: inc/php/tabs/faq.php:199
|
357 |
msgid "If you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out."
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: inc/php/tabs/faq.php:200 inc/php/tabs/faq.php:238
|
361 |
msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: inc/php/tabs/faq.php:204
|
365 |
msgid "I can't get verify my website."
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: inc/php/tabs/faq.php:205
|
369 |
msgid "What am I doing wrong?"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: inc/php/tabs/faq.php:208
|
373 |
msgid "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code><meta name=\"google-site-verification\" content=“1234567890” /></code>)."
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: inc/php/tabs/faq.php:209
|
377 |
msgid "So just paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: inc/php/tabs/faq.php:213
|
381 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: inc/php/tabs/faq.php:214
|
385 |
msgid "Why is this?"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: inc/php/tabs/faq.php:217
|
389 |
msgid "This plugin can not cause such problem."
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: inc/php/tabs/faq.php:218
|
393 |
msgid "More likely, the problem are related to the settings of the website."
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: inc/php/tabs/faq.php:219
|
397 |
msgid "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser."
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: inc/php/tabs/faq.php:220
|
401 |
msgid "Also please try to re-login to the website, this too can help."
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: inc/php/tabs/faq.php:224
|
405 |
msgid "Where to report bug if found?"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: inc/php/tabs/faq.php:227
|
409 |
msgid "Bug reports are very welcome!"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: inc/php/tabs/faq.php:230
|
413 |
#, php-format
|
414 |
msgid "Please visit our %s contact page %s and report."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: inc/php/tabs/faq.php:235 inc/php/tabs/faq.php:263
|
418 |
msgid "Please do not forget to specify the name of the plugin."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: inc/php/tabs/faq.php:236 inc/php/tabs/faq.php:264 inc/php/tabs/faq.php:280
|
422 |
msgid "Thank you!"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: inc/php/tabs/faq.php:239
|
426 |
msgid "Describe in more detail what exactly you are seeing."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: inc/php/tabs/faq.php:240
|
430 |
msgid "Here are some examples:"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: inc/php/tabs/faq.php:243
|
434 |
msgid "Elements of the plugin settings page are not working."
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: inc/php/tabs/faq.php:244
|
438 |
msgid "An error message is displayed on the plugin settings page."
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: inc/php/tabs/faq.php:245
|
442 |
msgid "An error message is displayed on the front end of website."
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: inc/php/tabs/faq.php:246
|
446 |
msgid "An error message is displayed on the back end of website."
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: inc/php/tabs/faq.php:247
|
450 |
msgid "Website is crashed."
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: inc/php/tabs/faq.php:252
|
454 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: inc/php/tabs/faq.php:255
|
458 |
msgid "Any suggestions are very welcome!"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: inc/php/tabs/faq.php:258
|
462 |
#, php-format
|
463 |
msgid "Please visit our %s contact page %s."
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: inc/php/tabs/faq.php:268
|
467 |
msgid "I love this plugin!"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: inc/php/tabs/faq.php:269
|
471 |
msgid "Can I help somehow?"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: inc/php/tabs/faq.php:272
|
475 |
msgid "Yes, any contributions are very welcome!"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: inc/php/tabs/faq.php:275
|
479 |
#, php-format
|
480 |
msgid "Please visit our %s Support Us %s page."
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: inc/php/tabs/faq.php:284
|
484 |
msgid "Where can I find information about your licenses, payment process and refunds?"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: inc/php/tabs/faq.php:289
|
488 |
#, php-format
|
489 |
msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: inc/php/tabs/faq.php:297
|
493 |
msgid "Where can I find information about your customer support?"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: inc/php/tabs/faq.php:302
|
497 |
#, php-format
|
498 |
msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: inc/php/tabs/faq.php:310
|
502 |
msgid "Where can I find information about your affiliate program?"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: inc/php/tabs/faq.php:315
|
506 |
#, php-format
|
507 |
msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: inc/php/tabs/faq.php:323
|
511 |
msgid "My question wasn't answered here."
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: inc/php/tabs/faq.php:328
|
515 |
#, php-format
|
516 |
msgid "You can ask your question on %s this page %s."
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: inc/php/tabs/faq.php:333
|
520 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
msgid "Save changes"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: inc/php/tabs/settings.php:25
|
528 |
msgid "Web Master Tools"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: inc/php/tabs/settings.php:27
|
532 |
msgid "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: inc/php/tabs/settings.php:33
|
536 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"google-site-verification\" content=“<b>1234567890</b>” />"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: inc/php/tabs/settings.php:39
|
540 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"msvalidate.01\" content=“<b>1234567890</b>” />"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: inc/php/tabs/settings.php:45
|
544 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"yandex-verification\" content=“<b>1234567890</b>” />"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: inc/php/tabs/settings.php:54
|
548 |
msgid "Domain Verification"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: inc/php/tabs/settings.php:56
|
552 |
msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: inc/php/tabs/settings.php:62
|
556 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"p:domain_verify\" content=“<b>1234567890</b>” />"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: inc/php/tabs/settings.php:68
|
560 |
msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: inc/php/tabs/settings.php:74
|
564 |
msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: inc/php/tabs/settings.php:80
|
568 |
msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: inc/php/tabs/settings.php:86
|
572 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” />"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: inc/php/tabs/settings.php:92
|
576 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” />"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: inc/php/tabs/settings.php:98
|
580 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"wot-verification\" content=“<b>1234567890</b>” />"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: inc/php/tabs/settings.php:104
|
584 |
msgid "Enter your meta key “content” value from your verification code to verify your website. <br>Example: <meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” />"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: inc/php/tabs/settings.php:108
|
588 |
msgid "Custom Meta Tags"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: inc/php/tabs/settings.php:110
|
592 |
msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: inc/php/tabs/settings.php:118
|
596 |
msgid "Meta Tags for Static Home Page only"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: inc/php/tabs/settings.php:120
|
600 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: inc/php/tabs/settings.php:124
|
604 |
msgid "Home Description"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: inc/php/tabs/settings.php:126 inc/php/tabs/settings.php:147
|
608 |
msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: inc/php/tabs/settings.php:129
|
612 |
msgid "Home Keyword(s)"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: inc/php/tabs/settings.php:131
|
616 |
msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: inc/php/tabs/settings.php:139
|
620 |
msgid "Meta Tags for Default Home Page and Blog Page only"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: inc/php/tabs/settings.php:141
|
624 |
msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: inc/php/tabs/settings.php:145
|
628 |
msgid "Blog Description"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: inc/php/tabs/settings.php:150
|
632 |
msgid "Blog Keyword(s)"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: inc/php/tabs/settings.php:152
|
636 |
msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: inc/php/tabs/settings.php:160
|
640 |
msgid "Meta Tags for the entire website (Global)"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: inc/php/tabs/settings.php:162
|
644 |
msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: inc/php/tabs/settings.php:166
|
648 |
msgid "Author"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: inc/php/tabs/settings.php:171
|
652 |
msgid "Designer"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: inc/php/tabs/settings.php:176
|
656 |
msgid "Contact"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: inc/php/tabs/settings.php:181
|
660 |
msgid "Copyright"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: inc/php/tabs/settings.php:186
|
664 |
msgid "Keyword(s)"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: inc/php/tabs/settings.php:188
|
668 |
msgid "Enter a comma-delimited list of global keywords for your website."
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: inc/php/tabs/settings.php:198
|
672 |
msgid "WooCommerce & Google Shopping"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: inc/php/tabs/settings.php:200
|
676 |
msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: inc/php/tabs/settings.php:214
|
680 |
msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: inc/php/tabs/support.php:13
|
684 |
+
msgid "Support Us"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: inc/php/tabs/support.php:28
|
688 |
+
#, php-format
|
689 |
+
msgid "My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: inc/php/tabs/support.php:37
|
693 |
+
msgid "Our intention is to create projects that will make this world a better place."
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: inc/php/tabs/support.php:38
|
697 |
+
msgid "Our motto is - «Follow your dreams and don’t give up»."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: inc/php/tabs/support.php:39
|
701 |
+
msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: inc/php/tabs/support.php:42
|
705 |
+
msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them."
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: inc/php/tabs/support.php:43
|
709 |
+
msgid "But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
+
#: inc/php/tabs/support.php:46
|
713 |
+
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
714 |
+
msgstr ""
|
715 |
+
|
716 |
+
#: inc/php/tabs/support.php:49
|
717 |
+
msgid "Thank you for your support!"
|
718 |
+
msgstr ""
|
719 |
+
|
720 |
+
#: inc/php/tabs/usage.php:13
|
721 |
+
msgid "Usage Instructions"
|
722 |
+
msgstr ""
|
723 |
+
|
724 |
+
#: inc/php/tabs/usage.php:15
|
725 |
+
msgid "To add the meta tags to your website, simply follow these steps:"
|
726 |
+
msgstr ""
|
727 |
+
|
728 |
+
#: inc/php/tabs/usage.php:17
|
729 |
+
msgid "Go to the \"Settings\" tab on this page."
|
730 |
+
msgstr ""
|
731 |
+
|
732 |
+
#: inc/php/tabs/usage.php:18
|
733 |
+
msgid "Fill in the required fields."
|
734 |
+
msgstr ""
|
735 |
+
|
736 |
+
#: inc/php/tabs/usage.php:19
|
737 |
+
msgid "Click the \"Save changes\" button."
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
+
#: inc/php/tabs/usage.php:25
|
741 |
+
#, php-format
|
742 |
+
msgid "If you want more options, then %s let us know %s and we will be happy to add them."
|
743 |
msgstr ""
|
744 |
|
745 |
#. Plugin Name of the plugin/theme
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: meta, tag, tags, custom, simple, plugin, twitter, facebook, google, google
|
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.1
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -220,6 +220,10 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
220 |
|
221 |
== Changelog ==
|
222 |
|
|
|
|
|
|
|
|
|
223 |
= 4.29 - 2019-02-24 =
|
224 |
* Added French translation. (Thanks to Hervé Bouzin)
|
225 |
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.1
|
7 |
+
Stable tag: 4.30
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
220 |
|
221 |
== Changelog ==
|
222 |
|
223 |
+
= 4.30 - 2019-03-01 =
|
224 |
+
* Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
|
225 |
+
* Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".
|
226 |
+
|
227 |
= 4.29 - 2019-02-24 =
|
228 |
* Added French translation. (Thanks to Hervé Bouzin)
|
229 |
|