Social Media Follow Buttons Bar - Version 4.48

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 Icon 128x128 Social Media Follow Buttons Bar
Version 4.48
Comparing to
See all releases

Code changes from version 4.47 to 4.48

inc/php/page.php CHANGED
@@ -15,6 +15,7 @@ function spacexchimp_p005_render_submenu_page() {
15
  $slug = SPACEXCHIMP_P005_SLUG;
16
  $version = SPACEXCHIMP_P005_VERSION;
17
  $text = SPACEXCHIMP_P005_TEXT;
 
18
 
19
  // Call messages
20
  spacexchimp_p005_hello_message();
@@ -23,6 +24,7 @@ function spacexchimp_p005_render_submenu_page() {
23
  // Layout of page
24
  ?>
25
  <div class="wrap">
 
26
  <h2 class="sxc-header">
27
  <?php echo $name; ?>
28
  <span>
@@ -52,401 +54,27 @@ function spacexchimp_p005_render_submenu_page() {
52
  <!-- TAB 1 -->
53
  <div class="tab-page fade active in" id="tab-core">
54
  <!-- INCLUDE SIDEBAR -->
55
- <?php require_once( SPACEXCHIMP_P005_PATH . 'inc/php/sidebar.php' ); ?>
56
  <!-- INCLUDE SETTINGS -->
57
- <?php require_once( SPACEXCHIMP_P005_PATH . 'inc/php/settings.php' ); ?>
58
  </div>
59
  <!-- END-TAB 1 -->
60
 
61
  <!-- TAB 2 -->
62
  <div class="tab-page fade" id="tab-usage">
63
- <div class="postbox">
64
- <h3 class="title"><?php _e( 'Usage Instructions', $text ); ?></h3>
65
- <div class="inside">
66
- <p><?php _e( 'To display the social media follow buttons bar on the front end of 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( 'Select the desired buttons and fill in the required URL fields.', $text ); ?></li>
70
- <li><?php _e( 'Select the desired settings.', $text ); ?></li>
71
- <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
72
- <li>
73
- <?php _e( 'Now you have several methods for display the social media follow buttons bar (further just "buttons").', $text ); ?>
74
- <?php _e( 'Just choose the one that is more suitable for your case.', $text ); ?>
75
- <br><br>
76
- <p><?php _e( '<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the "Autoload" section, then click the "Save changes" button.', $text ); ?></p>
77
- <p><?php _e( '<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:', $text ); ?></p>
78
- <p><?php highlight_string('[smbtoolbar]'); ?></p>
79
- <p><?php _e( '<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', $text ); ?></p>
80
- <p><?php highlight_string('[smbtoolbar]'); ?></p>
81
- <p><?php _e( '<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:', $text ); ?></p>
82
- <p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
83
- </li>
84
- <li><?php _e( 'Enjoy your fancy social media follow buttons.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
85
- </ol>
86
- <p class="note">
87
- <?php
88
- printf(
89
- __( 'If you want more options, then %s let us know %s and we will be happy to add them.', $text ),
90
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
91
- '</a>'
92
- );
93
- ?>
94
- </p>
95
- </div>
96
- </div>
97
  </div>
98
  <!-- END-TAB 2 -->
99
 
100
  <!-- TAB 3 -->
101
  <div class="tab-page fade" id="tab-faq">
102
- <div class="postbox">
103
- <h3 class="title"><?php _e( 'Frequently Asked Questions', $text ); ?></h3>
104
- <div class="inside">
105
-
106
- <p class="note">
107
- <?php _e( 'If you have a question, please read the Frequently Asked Questions below to see if the answer is here.', $text ); ?>
108
- </p>
109
-
110
- <div class="panel-group" id="collapse-group">
111
- <?php
112
- $loopvalue = '20';
113
- for ( $i = 1; $i <= $loopvalue; $i++ ) {
114
- echo '<div class="panel panel-default">
115
- <div class="panel-heading">
116
- <a data-toggle="collapse" data-parent="#collapse-group" href="#element' . $i . '">
117
- <h4 class="panel-title"></h4>
118
- </a>
119
- </div>
120
- <div id="element' . $i . '" class="panel-collapse collapse">
121
- <div class="panel-body">
122
- </div>
123
- </div>
124
- </div>';
125
- }
126
- ?>
127
- </div>
128
-
129
- <?php $i = 1; ?>
130
-
131
- <div class="question-<?php echo $i; ?>">
132
- <?php _e( 'Where can I find a documentation for this plugin?', $text ); ?>
133
- </div>
134
- <div class="answer-<?php echo $i; $i++ ?>">
135
- <?php
136
- printf(
137
- __( 'Please visit our %s Documentation site %s to view documentation.', $text ),
138
- '<a href="https://docs.spacexchimp.com" target="_blank">',
139
- '</a>'
140
- );
141
- ?>
142
- </div>
143
-
144
- <div class="question-<?php echo $i; ?>">
145
- <?php _e( 'Will this plugin work on my wordpress.COM website?', $text ); ?>
146
- </div>
147
- <div class="answer-<?php echo $i; $i++ ?>">
148
- <?php _e( 'Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites.', $text ); ?>
149
- <br><br>
150
- <?php _e( 'Please note that there is a difference between wordpress.COM and wordpress.ORG.', $text ); ?>
151
- <?php _e( 'The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software.', $text ); ?>
152
- <?php
153
- printf(
154
- __( 'You can learn more about the difference here: %s .', $text ),
155
- '<a href="https://en.support.wordpress.com/com-vs-org/" target="_blank">https://en.support.wordpress.com/com-vs-org/</a>'
156
- );
157
- ?>
158
- </div>
159
-
160
- <div class="question-<?php echo $i; ?>">
161
- <?php _e( 'Will this plugin work/compatible with the theme I use?', $text ); ?>
162
- </div>
163
- <div class="answer-<?php echo $i; $i++ ?>">
164
- <?php _e( 'This plugin is compatible with most themes.', $text ); ?>
165
- <?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 ); ?>
166
- <?php _e( 'We constantly check this plugin for compatibility with third-party themes.', $text ); ?>
167
- <?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 ); ?>
168
- <br><br>
169
- <?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 ); ?>
170
- </div>
171
-
172
- <div class="question-<?php echo $i; ?>">
173
- <?php _e( 'Will this plugin work/compatible with other plugins that I use?', $text ); ?>
174
- </div>
175
- <div class="answer-<?php echo $i; $i++ ?>">
176
- <?php _e( 'This plugin is compatible with most plugins.', $text ); ?>
177
- <?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 ); ?>
178
- <?php _e( 'We constantly check this plugin for compatibility with third-party plugins.', $text ); ?>
179
- <?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 ); ?>
180
- <br><br>
181
- <?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 ); ?>
182
- </div>
183
-
184
- <div class="question-<?php echo $i; ?>">
185
- <?php _e( 'Can I use this plugin on my language?', $text ); ?>
186
- </div>
187
- <div class="answer-<?php echo $i; $i++ ?>">
188
- <?php _e( 'Yes.', $text ); ?>
189
- <?php _e( 'This plugin is ready for translation and has already been translated into several languages.', $text ); ?>
190
- <?php _e( 'But If your language is not available then you can make one.', $text ); ?>
191
- <?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 ); ?>
192
- <?php _e( 'Many of plugin users would be delighted if you share your translation with the community.', $text ); ?>
193
- <?php _e( 'Thanks for your contribution!', $text ); ?>
194
- <br><br>
195
- <?php
196
- printf(
197
- __( 'If you want to help translate this plugin, please visit the %s.', $text ),
198
- '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>'
199
- );
200
- ?>
201
- <?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 ); ?>
202
- <?php
203
- printf(
204
- __( 'Just send the PO file to us ( %s ) and we will include this translation within the next plugin update.', $text ),
205
- '<a href="mailto:support@spacexchimp.com?subject=New translation of the ' . $name . ' plugin">support@spacexchimp.com</a>'
206
- );
207
- ?>
208
- </div>
209
-
210
- <div class="question-<?php echo $i; ?>">
211
- <?php _e( 'How does it work?', $text ); ?>
212
- </div>
213
- <div class="answer-<?php echo $i; $i++ ?>">
214
- <?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button.', $text ); ?>
215
- <?php _e( 'Enjoy your fancy social media follow buttons.', $text ); ?>
216
- <?php _e( 'It\'s that simple!', $text ); ?>
217
- </div>
218
-
219
- <div class="question-<?php echo $i; ?>">
220
- <?php _e( 'Can I configure my buttons bar instance?', $text ); ?>
221
- </div>
222
- <div class="answer-<?php echo $i; $i++ ?>">
223
- <?php _e( 'Yes.', $text ); ?>
224
- <?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button.', $text ); ?>
225
- <?php _e( 'It\'s that simple!', $text ); ?>
226
- </div>
227
-
228
- <div class="question-<?php echo $i; ?>">
229
- <?php _e( 'How many buttons bar instances can I create?', $text ); ?>
230
- </div>
231
- <div class="answer-<?php echo $i; $i++ ?>">
232
- <?php _e( 'The free version of this plugin supports only 1 instance of the buttons bar.', $text ); ?>
233
- <br><br>
234
- <?php _e( 'In the premium version of this plugin you can create up to 10 of buttons bar instances.', $text ); ?>
235
- <?php _e( 'This is very useful, because that way you can manage your buttons bar instances separately.', $text ); ?>
236
- <?php _e( 'Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances.', $text ); ?>
237
- </div>
238
-
239
- <div class="question-<?php echo $i; ?>">
240
- <?php _e( 'Does this plugin requires any modification of the theme?', $text ); ?>
241
- </div>
242
- <div class="answer-<?php echo $i; $i++ ?>">
243
- <?php _e( 'Absolutely not.', $text ); ?>
244
- <?php _e( 'This plugin is configurable entirely from the plugin settings page.', $text ); ?>
245
- </div>
246
-
247
- <div class="question-<?php echo $i; ?>">
248
- <?php _e( 'Does this require any knowledge of HTML or CSS?', $text ); ?>
249
- </div>
250
- <div class="answer-<?php echo $i; $i++ ?>">
251
- <?php _e( 'Absolutely not.', $text ); ?>
252
- <?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page.', $text ); ?>
253
- </div>
254
-
255
- <div class="question-<?php echo $i; ?>">
256
- <?php _e( 'What I need to do if the Google PageSpeed test says that this plugin images must be compressed?', $text ); ?>
257
- </div>
258
- <div class="answer-<?php echo $i; $i++ ?>">
259
- <?php _e( 'The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better.', $text ); ?>
260
- </div>
261
-
262
- <div class="question-<?php echo $i; ?> question-red">
263
- <?php _e( 'It\'s not working.', $text ); ?>
264
- <?php _e( 'What could be wrong?', $text ); ?>
265
- </div>
266
- <div class="answer-<?php echo $i; $i++ ?>">
267
- <?php _e( 'As with every plugin, it\'s possible that things don\'t work.', $text ); ?>
268
- <?php _e( 'It\'s impossible to tell what could be wrong exactly.', $text ); ?>
269
- <?php _e( 'The most common reason for this is a web browser\'s cache.', $text ); ?>
270
- <?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 ); ?>
271
- <?php _e( 'This is called the browser\'s cache.', $text ); ?>
272
- <?php _e( 'Clearing your browser\'s cache may solve the problem.', $text ); ?>
273
- <br><br>
274
- <?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 ); ?>
275
- <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
276
- </div>
277
-
278
- <div class="question-<?php echo $i; ?> question-red">
279
- <?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin.', $text ); ?>
280
- <?php _e( 'Why is this?', $text ); ?>
281
- </div>
282
- <div class="answer-<?php echo $i; $i++ ?>">
283
- <?php _e( 'This plugin can not cause such problem.', $text ); ?>
284
- <?php _e( 'More likely, the problem are related to the settings of the website.', $text ); ?>
285
- <?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 ); ?>
286
- <?php _e( 'Also please try to re-login to the website, this too can help.', $text ); ?>
287
- </div>
288
-
289
- <div class="question-<?php echo $i; ?> question-red">
290
- <?php _e( 'Where to report bug if found?', $text ); ?>
291
- </div>
292
- <div class="answer-<?php echo $i; $i++ ?>">
293
- <?php _e( 'Bug reports are very welcome!', $text ); ?>
294
- <?php
295
- printf(
296
- __( 'Please visit our %s contact page %s and report.', $text ),
297
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
298
- '</a>'
299
- );
300
- ?>
301
- <?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
302
- <?php _e( 'Thank you!', $text ); ?>
303
- <br><br>
304
- <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
305
- <?php _e( 'Describe in more detail what exactly you are seeing.', $text ); ?>
306
- <?php _e( 'Here are some examples:', $text ); ?>
307
- <br><br>
308
- <ul class="custom-list">
309
- <li><?php _e( 'Elements of the plugin settings page are not working.', $text ); ?></li>
310
- <li><?php _e( 'An error message is displayed on the plugin settings page.', $text ); ?></li>
311
- <li><?php _e( 'An error message is displayed on the front end of website.', $text ); ?></li>
312
- <li><?php _e( 'An error message is displayed on the back end of website.', $text ); ?></li>
313
- <li><?php _e( 'Website is crashed.', $text ); ?></li>
314
- </ul>
315
- </div>
316
-
317
- <div class="question-<?php echo $i; ?>">
318
- <?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?>
319
- </div>
320
- <div class="answer-<?php echo $i; $i++ ?>">
321
- <?php _e( 'Any suggestions are very welcome!', $text ); ?>
322
- <?php
323
- printf(
324
- __( 'Please visit our %s contact page %s.', $text ),
325
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
326
- '</a>'
327
- );
328
- ?>
329
- <?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
330
- <?php _e( 'Thank you!', $text ); ?>
331
- </div>
332
-
333
- <div class="question-<?php echo $i; ?>">
334
- <?php _e( 'I love this plugin!', $text ); ?>
335
- <?php _e( 'Can I help somehow?', $text ); ?>
336
- </div>
337
- <div class="answer-<?php echo $i; $i++ ?>">
338
- <?php _e( 'Yes, any contributions are very welcome!', $text ); ?>
339
- <?php
340
- printf(
341
- __( 'Please visit our %s Support Us %s page.', $text ),
342
- '<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
343
- '</a>'
344
- );
345
- ?>
346
- <?php _e( 'Thank you!', $text ); ?>
347
- </div>
348
-
349
- <div class="question-<?php echo $i; ?>">
350
- <?php _e( 'Where can I find information about your licenses, payment process and refunds?', $text ); ?>
351
- </div>
352
- <div class="answer-<?php echo $i; $i++ ?>">
353
- <?php
354
- printf(
355
- __( 'Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page.', $text ),
356
- '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
357
- '</a>'
358
- );
359
- ?>
360
- </div>
361
-
362
- <div class="question-<?php echo $i; ?>">
363
- <?php _e( 'Where can I find information about your customer support?', $text ); ?>
364
- </div>
365
- <div class="answer-<?php echo $i; $i++ ?>">
366
- <?php
367
- printf(
368
- __( 'Answers to common questions about our customer support can be found on our %s Common Questions %s page.', $text ),
369
- '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
370
- '</a>'
371
- );
372
- ?>
373
- </div>
374
-
375
- <div class="question-<?php echo $i; ?>">
376
- <?php _e( 'Where can I find information about your affiliate program?', $text ); ?>
377
- </div>
378
- <div class="answer-<?php echo $i; $i++ ?>">
379
- <?php
380
- printf(
381
- __( 'Answers to common questions about our affiliate program can be found on our %s Common Questions %s page.', $text ),
382
- '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
383
- '</a>'
384
- );
385
- ?>
386
- </div>
387
-
388
- <div class="question-<?php echo $i; ?>">
389
- <?php _e( 'My question wasn\'t answered here.', $text ); ?>
390
- </div>
391
- <div class="answer-<?php echo $i; $i++ ?>">
392
- <?php
393
- printf(
394
- __( 'You can ask your question on %s this page %s.', $text ),
395
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
396
- '</a>'
397
- );
398
- ?>
399
- <?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 ); ?>
400
- </div>
401
-
402
- </div>
403
- </div>
404
  </div>
405
  <!-- END-TAB 3 -->
406
 
407
  <!-- TAB 4 -->
408
  <div class="tab-page fade" id="tab-support">
409
- <div class="postbox">
410
- <h3 class="title"><?php _e( 'Support Us', $text ); ?></h3>
411
- <div class="inside">
412
- <span class="image-with-button pull-left">
413
- <img src="<?php echo SPACEXCHIMP_P005_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!">
414
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
415
- <span class="btn-label">
416
- <img src="<?php echo SPACEXCHIMP_P005_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
417
- </span>
418
- <?php _e( 'Donate with PayPal', $text ); ?>
419
- </a>
420
- </span>
421
- <p>
422
- <?php _e( 'Hello!', $text ); ?>
423
- <?php
424
- printf(
425
- __( '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 ),
426
- '<a href="https://www.instagram.com/arthur_gareginyan/" target="_blank">',
427
- '</a>',
428
- '<a href="https://www.spacexchimp.com" target="_blank">',
429
- '</a>'
430
- );
431
- ?>
432
- </p>
433
- <p>
434
- <?php _e( 'Our intention is to create projects that will make this world a better place.', $text ); ?>
435
- <?php _e( 'Our motto is - «Follow your dreams and don’t give up».', $text ); ?>
436
- <?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 ); ?>
437
- </p>
438
- <p>
439
- <?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 ); ?>
440
- <?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 ); ?>
441
- </p>
442
- <p>
443
- <?php _e( 'If you appreciate our work, you can buy us a cup of coffee!', $text ); ?>
444
- </p>
445
- <p>
446
- <?php _e( 'Thank you for your support!', $text ); ?>
447
- </p>
448
- </div>
449
- </div>
450
  </div>
451
  <!-- END-TAB 4 -->
452
 
15
  $slug = SPACEXCHIMP_P005_SLUG;
16
  $version = SPACEXCHIMP_P005_VERSION;
17
  $text = SPACEXCHIMP_P005_TEXT;
18
+ $path = SPACEXCHIMP_P005_PATH;
19
 
20
  // Call messages
21
  spacexchimp_p005_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,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 = '20';
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, select the desired settings and click the "Save changes" button.', $text ); ?>
125
+ <?php _e( 'Enjoy your fancy social media follow buttons.', $text ); ?>
126
+ <?php _e( 'It\'s that simple!', $text ); ?>
127
+ </div>
128
+
129
+ <div class="question-<?php echo $i; ?>">
130
+ <?php _e( 'Can I configure my buttons bar instance?', $text ); ?>
131
+ </div>
132
+ <div class="answer-<?php echo $i; $i++ ?>">
133
+ <?php _e( 'Yes.', $text ); ?>
134
+ <?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button.', $text ); ?>
135
+ <?php _e( 'It\'s that simple!', $text ); ?>
136
+ </div>
137
+
138
+ <div class="question-<?php echo $i; ?>">
139
+ <?php _e( 'How many buttons bar instances can I create?', $text ); ?>
140
+ </div>
141
+ <div class="answer-<?php echo $i; $i++ ?>">
142
+ <?php _e( 'The free version of this plugin supports only 1 instance of the buttons bar.', $text ); ?>
143
+ <br><br>
144
+ <?php _e( 'In the premium version of this plugin you can create up to 10 of buttons bar instances.', $text ); ?>
145
+ <?php _e( 'This is very useful, because that way you can manage your buttons bar instances separately.', $text ); ?>
146
+ <?php _e( 'Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances.', $text ); ?>
147
+ </div>
148
+
149
+ <div class="question-<?php echo $i; ?>">
150
+ <?php _e( 'Does this plugin requires any modification of the theme?', $text ); ?>
151
+ </div>
152
+ <div class="answer-<?php echo $i; $i++ ?>">
153
+ <?php _e( 'Absolutely not.', $text ); ?>
154
+ <?php _e( 'This plugin is configurable entirely from the plugin settings page.', $text ); ?>
155
+ </div>
156
+
157
+ <div class="question-<?php echo $i; ?>">
158
+ <?php _e( 'Does this require any knowledge of HTML or CSS?', $text ); ?>
159
+ </div>
160
+ <div class="answer-<?php echo $i; $i++ ?>">
161
+ <?php _e( 'Absolutely not.', $text ); ?>
162
+ <?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page.', $text ); ?>
163
+ </div>
164
+
165
+ <div class="question-<?php echo $i; ?>">
166
+ <?php _e( 'What I need to do if the Google PageSpeed test says that this plugin images must be compressed?', $text ); ?>
167
+ </div>
168
+ <div class="answer-<?php echo $i; $i++ ?>">
169
+ <?php _e( 'The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better.', $text ); ?>
170
+ </div>
171
+
172
+ <div class="question-<?php echo $i; ?> question-red">
173
+ <?php _e( 'It\'s not working.', $text ); ?>
174
+ <?php _e( 'What could be wrong?', $text ); ?>
175
+ </div>
176
+ <div class="answer-<?php echo $i; $i++ ?>">
177
+ <?php _e( 'As with every plugin, it\'s possible that things don\'t work.', $text ); ?>
178
+ <?php _e( 'It\'s impossible to tell what could be wrong exactly.', $text ); ?>
179
+ <?php _e( 'The most common reason for this is a web browser\'s cache.', $text ); ?>
180
+ <?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 ); ?>
181
+ <?php _e( 'This is called the browser\'s cache.', $text ); ?>
182
+ <?php _e( 'Clearing your browser\'s cache may solve the problem.', $text ); ?>
183
+ <br><br>
184
+ <?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 ); ?>
185
+ <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
186
+ </div>
187
+
188
+ <div class="question-<?php echo $i; ?> question-red">
189
+ <?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin.', $text ); ?>
190
+ <?php _e( 'Why is this?', $text ); ?>
191
+ </div>
192
+ <div class="answer-<?php echo $i; $i++ ?>">
193
+ <?php _e( 'This plugin can not cause such problem.', $text ); ?>
194
+ <?php _e( 'More likely, the problem are related to the settings of the website.', $text ); ?>
195
+ <?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 ); ?>
196
+ <?php _e( 'Also please try to re-login to the website, this too can help.', $text ); ?>
197
+ </div>
198
+
199
+ <div class="question-<?php echo $i; ?> question-red">
200
+ <?php _e( 'Where to report bug if found?', $text ); ?>
201
+ </div>
202
+ <div class="answer-<?php echo $i; $i++ ?>">
203
+ <?php _e( 'Bug reports are very welcome!', $text ); ?>
204
+ <?php
205
+ printf(
206
+ __( 'Please visit our %s contact page %s and report.', $text ),
207
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
208
+ '</a>'
209
+ );
210
+ ?>
211
+ <?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
212
+ <?php _e( 'Thank you!', $text ); ?>
213
+ <br><br>
214
+ <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
215
+ <?php _e( 'Describe in more detail what exactly you are seeing.', $text ); ?>
216
+ <?php _e( 'Here are some examples:', $text ); ?>
217
+ <br><br>
218
+ <ul class="custom-list">
219
+ <li><?php _e( 'Elements of the plugin settings page are not working.', $text ); ?></li>
220
+ <li><?php _e( 'An error message is displayed on the plugin settings page.', $text ); ?></li>
221
+ <li><?php _e( 'An error message is displayed on the front end of website.', $text ); ?></li>
222
+ <li><?php _e( 'An error message is displayed on the back end of website.', $text ); ?></li>
223
+ <li><?php _e( 'Website is crashed.', $text ); ?></li>
224
+ </ul>
225
+ </div>
226
+
227
+ <div class="question-<?php echo $i; ?>">
228
+ <?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?>
229
+ </div>
230
+ <div class="answer-<?php echo $i; $i++ ?>">
231
+ <?php _e( 'Any suggestions are very welcome!', $text ); ?>
232
+ <?php
233
+ printf(
234
+ __( 'Please visit our %s contact page %s.', $text ),
235
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
236
+ '</a>'
237
+ );
238
+ ?>
239
+ <?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
240
+ <?php _e( 'Thank you!', $text ); ?>
241
+ </div>
242
+
243
+ <div class="question-<?php echo $i; ?>">
244
+ <?php _e( 'I love this plugin!', $text ); ?>
245
+ <?php _e( 'Can I help somehow?', $text ); ?>
246
+ </div>
247
+ <div class="answer-<?php echo $i; $i++ ?>">
248
+ <?php _e( 'Yes, any contributions are very welcome!', $text ); ?>
249
+ <?php
250
+ printf(
251
+ __( 'Please visit our %s Support Us %s page.', $text ),
252
+ '<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
253
+ '</a>'
254
+ );
255
+ ?>
256
+ <?php _e( 'Thank you!', $text ); ?>
257
+ </div>
258
+
259
+ <div class="question-<?php echo $i; ?>">
260
+ <?php _e( 'Where can I find information about your licenses, payment process and refunds?', $text ); ?>
261
+ </div>
262
+ <div class="answer-<?php echo $i; $i++ ?>">
263
+ <?php
264
+ printf(
265
+ __( 'Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page.', $text ),
266
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
267
+ '</a>'
268
+ );
269
+ ?>
270
+ </div>
271
+
272
+ <div class="question-<?php echo $i; ?>">
273
+ <?php _e( 'Where can I find information about your customer support?', $text ); ?>
274
+ </div>
275
+ <div class="answer-<?php echo $i; $i++ ?>">
276
+ <?php
277
+ printf(
278
+ __( 'Answers to common questions about our customer support can be found on our %s Common Questions %s page.', $text ),
279
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
280
+ '</a>'
281
+ );
282
+ ?>
283
+ </div>
284
+
285
+ <div class="question-<?php echo $i; ?>">
286
+ <?php _e( 'Where can I find information about your affiliate program?', $text ); ?>
287
+ </div>
288
+ <div class="answer-<?php echo $i; $i++ ?>">
289
+ <?php
290
+ printf(
291
+ __( 'Answers to common questions about our affiliate program can be found on our %s Common Questions %s page.', $text ),
292
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
293
+ '</a>'
294
+ );
295
+ ?>
296
+ </div>
297
+
298
+ <div class="question-<?php echo $i; ?>">
299
+ <?php _e( 'My question wasn\'t answered here.', $text ); ?>
300
+ </div>
301
+ <div class="answer-<?php echo $i; $i++ ?>">
302
+ <?php
303
+ printf(
304
+ __( 'You can ask your question on %s this page %s.', $text ),
305
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
306
+ '</a>'
307
+ );
308
+ ?>
309
+ <?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 ); ?>
310
+ </div>
311
+
312
+ </div>
313
+ </div>
314
+ <?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_P005_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_P005_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,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 display the social media follow buttons bar on the front end of 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( 'Select the desired buttons and fill in the required URL fields.', $text ); ?></li>
19
+ <li><?php _e( 'Select the desired settings.', $text ); ?></li>
20
+ <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
21
+ <li>
22
+ <?php _e( 'Now you have several methods for display the social media follow buttons bar (further just "buttons").', $text ); ?>
23
+ <?php _e( 'Just choose the one that is more suitable for your case.', $text ); ?>
24
+ <br><br>
25
+ <p><?php _e( '<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the "Autoload" section, then click the "Save changes" button.', $text ); ?></p>
26
+ <p><?php _e( '<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:', $text ); ?></p>
27
+ <p><?php highlight_string('[smbtoolbar]'); ?></p>
28
+ <p><?php _e( '<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', $text ); ?></p>
29
+ <p><?php highlight_string('[smbtoolbar]'); ?></p>
30
+ <p><?php _e( '<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:', $text ); ?></p>
31
+ <p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
32
+ </li>
33
+ <li><?php _e( 'Enjoy your fancy social media follow buttons.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
34
+ </ol>
35
+ <p class="note">
36
+ <?php
37
+ printf(
38
+ __( 'If you want more options, then %s let us know %s and we will be happy to add them.', $text ),
39
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
40
+ '</a>'
41
+ );
42
+ ?>
43
+ </p>
44
+ </div>
45
+ </div>
46
+ <?php
languages/social-media-buttons-toolbar-de_DE.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2019-02-20 23:23+0300\n"
7
- "PO-Revision-Date: 2019-02-20 23:23+0300\n"
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:44
24
  msgid "Settings"
25
  msgstr "Einstellungen"
26
 
@@ -61,7 +61,7 @@ msgstr "Link zu Ihrer persönlichen Webseite."
61
  msgid "Enter the URL of your RSS feed."
62
  msgstr "Geben Sie den Link zu Ihrem RSS Feed ein."
63
 
64
- #: inc/php/messages.php:27 inc/php/page.php:422
65
  msgid "Hello!"
66
  msgstr "Hallo!"
67
 
@@ -82,671 +82,672 @@ msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
82
  msgid "Please update the plugin to the latest version, and all will be fine."
83
  msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
84
 
85
- #: inc/php/page.php:31
86
  #, php-format
87
  msgid "by %s Space X-Chimp %s"
88
  msgstr "by %s Space X-Chimp %s"
89
 
90
- #: inc/php/page.php:37
91
  msgid "Version"
92
  msgstr "Version"
93
 
94
- #: inc/php/page.php:45
95
  msgid "Usage"
96
  msgstr "Verwendung"
97
 
98
- #: inc/php/page.php:46
99
  msgid "F.A.Q."
100
  msgstr "F.A.Q."
101
 
102
- #: inc/php/page.php:47 inc/php/settings.php:150 inc/php/sidebar.php:47
103
  msgid "Support"
104
  msgstr "Unterstützung"
105
 
106
- #: inc/php/page.php:48
107
  msgid "Store"
108
  msgstr "Geschäft"
109
 
110
- #: inc/php/page.php:64
111
- msgid "Usage Instructions"
112
- msgstr "Anleitung"
113
-
114
- #: inc/php/page.php:66
115
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
116
- msgstr "Um die \"social media follow buttons bar\" am Front-End Ihrer Webseite anzuzeigen, befolgen Sie die folgenden Schritte:"
117
-
118
- #: inc/php/page.php:68
119
- msgid "Go to the \"Settings\" tab on this page."
120
- msgstr "Gehen Sie zum Tab \"Einstellungen\"."
121
-
122
- #: inc/php/page.php:69
123
- msgid "Select the desired buttons and fill in the required URL fields."
124
- msgstr "Wählen Sie die gewünschten Schaltflächen aus und füllen die benötigten URL-Felder aus."
125
-
126
- #: inc/php/page.php:70
127
- msgid "Select the desired settings."
128
- msgstr "Wählen Sie die gewünschten Einstellungen aus."
129
-
130
- #: inc/php/page.php:71
131
- msgid "Click the \"Save changes\" button."
132
- msgstr "Klicken Sie den \"Änderungen speichern\" button."
133
-
134
- #: inc/php/page.php:73
135
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
136
- msgstr "Jetzt haben Sie unterschiedliche Möglichkeiten um die \"social media follow buttons bar\" (im Folgenden \"buttons\") anzuzeigen."
137
-
138
- #: inc/php/page.php:74
139
- msgid "Just choose the one that is more suitable for your case."
140
- msgstr "Wählen Sie die, die für Sie am Besten passt."
141
 
142
- #: inc/php/page.php:76
143
- msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
144
- msgstr "<b>A)</b> Um die Buttons unterhalb eines Contents bei jedem Post und/oder Seite anzuzeigen, wählen Sie die Checkbox \"Zeige in Posts\" und/oder \"Zeige auf Seiten im Bereich \"Anzeigeoptionen\", dann klicken Sie den Button \"Änderungen speichern\"."
145
 
146
- #: inc/php/page.php:77
147
- msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
148
- msgstr "<b>B)</b> Um die Buttons innerhalb eines Posts/einer Seite anzuzeigen, benutzen Sie den folgenden Shortcode:"
149
 
150
- #: inc/php/page.php:79
151
- msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
152
- msgstr "<b>C)</b> Um die Buttons in einem Widget-Bereich (Sidebar, Fusszeile, etc.) anzuzeigen, benutzen Sie das \"Text\" Widget und fügen Sie den folgenden Shortcode ein:"
153
 
154
- #: inc/php/page.php:81
155
- msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
156
- msgstr "<b>D)</b> Um die Buttons direkt zu einem Theme hinzuzufügen, fügen Sie den folgenden Code an der gewünschten Stelle (wo Sie die Buttons angezeigt haben wollen) in Ihrem Theme ein:"
157
 
158
- #: inc/php/page.php:84 inc/php/page.php:215
159
- msgid "Enjoy your fancy social media follow buttons."
160
- msgstr "Viel Spaß mit den social media follow buttons."
161
 
162
- #: inc/php/page.php:84 inc/php/page.php:216 inc/php/page.php:225
163
- msgid "It's that simple!"
164
- msgstr "Es ist ganz einfach!"
 
165
 
166
- #: inc/php/page.php:89
167
- #, php-format
168
- msgid "If you want more options, then %s let us know %s and we will be happy to add them."
169
- msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
170
 
171
- #: inc/php/page.php:103
172
  msgid "Frequently Asked Questions"
173
  msgstr ""
174
 
175
- #: inc/php/page.php:107
176
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
177
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
178
 
179
- #: inc/php/page.php:132
180
  msgid "Where can I find a documentation for this plugin?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:137
184
  #, php-format
185
  msgid "Please visit our %s Documentation site %s to view documentation."
186
  msgstr ""
187
 
188
- #: inc/php/page.php:145
189
  msgid "Will this plugin work on my wordpress.COM website?"
190
  msgstr "Funktioniert dieses Plugin auf meiner wordpress.COM Webseite?"
191
 
192
- #: inc/php/page.php:148
193
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
194
  msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (wordpress.ORG) Webseiten."
195
 
196
- #: inc/php/page.php:150
197
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
202
  msgstr ""
203
 
204
- #: inc/php/page.php:154
205
  #, php-format
206
  msgid "You can learn more about the difference here: %s ."
207
  msgstr ""
208
 
209
- #: inc/php/page.php:161
210
  msgid "Will this plugin work/compatible with the theme I use?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:164
214
  msgid "This plugin is compatible with most themes."
215
  msgstr ""
216
 
217
- #: inc/php/page.php:165
218
  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."
219
  msgstr ""
220
 
221
- #: inc/php/page.php:166
222
  msgid "We constantly check this plugin for compatibility with third-party themes."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:167
226
  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."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:169
230
  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."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:173
234
  msgid "Will this plugin work/compatible with other plugins that I use?"
235
  msgstr ""
236
 
237
- #: inc/php/page.php:176
238
  msgid "This plugin is compatible with most plugins."
239
  msgstr ""
240
 
241
- #: inc/php/page.php:177
242
  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."
243
  msgstr ""
244
 
245
- #: inc/php/page.php:178
246
  msgid "We constantly check this plugin for compatibility with third-party plugins."
247
  msgstr ""
248
 
249
- #: inc/php/page.php:179
250
  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."
251
  msgstr ""
252
 
253
- #: inc/php/page.php:181
254
  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."
255
  msgstr ""
256
 
257
- #: inc/php/page.php:185
258
  msgid "Can I use this plugin on my language?"
259
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
260
 
261
- #: inc/php/page.php:188 inc/php/page.php:223
262
  msgid "Yes."
263
  msgstr "Ja."
264
 
265
- #: inc/php/page.php:189
266
  msgid "This plugin is ready for translation and has already been translated into several languages."
267
  msgstr "Dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
268
 
269
- #: inc/php/page.php:190
270
  msgid "But If your language is not available then you can make one."
271
  msgstr ""
272
 
273
- #: inc/php/page.php:191
274
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
275
  msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
276
 
277
- #: inc/php/page.php:192
278
  msgid "Many of plugin users would be delighted if you share your translation with the community."
279
  msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen."
280
 
281
- #: inc/php/page.php:193
282
  msgid "Thanks for your contribution!"
283
  msgstr "Danke für Ihre Mithilfe!"
284
 
285
- #: inc/php/page.php:197
286
  #, php-format
287
  msgid "If you want to help translate this plugin, please visit the %s."
288
  msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, bitte besuchen Sie %s."
289
 
290
- #: inc/php/page.php:201
291
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
292
  msgstr "Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen."
293
 
294
- #: inc/php/page.php:204
295
  #, php-format
296
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
297
  msgstr "Senden Sie die übersetzte PO Datei an uns ( %s ) und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
298
 
299
- #: inc/php/page.php:211
300
  msgid "How does it work?"
301
  msgstr "Wie arbeitet das Plugin?"
302
 
303
- #: inc/php/page.php:214 inc/php/page.php:224
304
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
305
  msgstr "Am Tab \"Einstellungen\" wählen Sie die gewünschten Einstellungen aus und klicken den Button \"Änderungen speichern\"."
306
 
307
- #: inc/php/page.php:220
 
 
 
 
 
 
 
 
308
  msgid "Can I configure my buttons bar instance?"
309
  msgstr ""
310
 
311
- #: inc/php/page.php:229
312
  msgid "How many buttons bar instances can I create?"
313
  msgstr ""
314
 
315
- #: inc/php/page.php:232
316
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
317
  msgstr ""
318
 
319
- #: inc/php/page.php:234
320
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
321
  msgstr ""
322
 
323
- #: inc/php/page.php:235
324
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
325
  msgstr ""
326
 
327
- #: inc/php/page.php:236
328
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
329
  msgstr ""
330
 
331
- #: inc/php/page.php:240
332
  msgid "Does this plugin requires any modification of the theme?"
333
  msgstr "Benötigt das Plugin Veränderungen am Theme?"
334
 
335
- #: inc/php/page.php:243 inc/php/page.php:251
336
  msgid "Absolutely not."
337
  msgstr "Absolut nicht."
338
 
339
- #: inc/php/page.php:244
340
  msgid "This plugin is configurable entirely from the plugin settings page."
341
  msgstr "Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
342
 
343
- #: inc/php/page.php:248
344
  msgid "Does this require any knowledge of HTML or CSS?"
345
  msgstr "Brauche ich HTML oder CSS Kenntnisse?"
346
 
347
- #: inc/php/page.php:252
348
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
349
  msgstr "Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert werden, using an easy-to-use plugin settings page."
350
 
351
- #: inc/php/page.php:256
352
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
353
  msgstr "Was muss ich machen, wenn der Google PageSpeed Test sagt, dass Grafiken das Plugin komprimiert werden müssen?"
354
 
355
- #: inc/php/page.php:259
356
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
357
  msgstr "Die Grafiken, die innerhalb des Plugins verwendet werden, sind bereits komprimiert. Gerne suche ich auch nach einer besseren Komprimierung, wenn es benötigt wird."
358
 
359
- #: inc/php/page.php:263
360
  msgid "It's not working."
361
  msgstr "Es funktioniert nicht."
362
 
363
- #: inc/php/page.php:264
364
  msgid "What could be wrong?"
365
  msgstr "Was könnte falsch sein?"
366
 
367
- #: inc/php/page.php:267
368
  msgid "As with every plugin, it's possible that things don't work."
369
  msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert."
370
 
371
- #: inc/php/page.php:268
372
  msgid "It's impossible to tell what could be wrong exactly."
373
  msgstr "Es ist unmöglich genau festzustellen was falsch ist."
374
 
375
- #: inc/php/page.php:269
376
  msgid "The most common reason for this is a web browser's cache."
377
  msgstr "Der häufigste Grund dafür ist der Cache Ihres Webbrowsers."
378
 
379
- #: inc/php/page.php:270
380
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
381
  msgstr "Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren."
382
 
383
- #: inc/php/page.php:271
384
  msgid "This is called the browser's cache."
385
  msgstr "Das nennt man den Browser Cache."
386
 
387
- #: inc/php/page.php:272
388
  msgid "Clearing your browser's cache may solve the problem."
389
  msgstr "Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
390
 
391
- #: inc/php/page.php:274
392
  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."
393
  msgstr "Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von wordpress.ORG stellen, helfe wir Ihnen gerne."
394
 
395
- #: inc/php/page.php:275 inc/php/page.php:304
396
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
397
  msgstr "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
398
 
399
- #: inc/php/page.php:279
400
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
401
  msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten."
402
 
403
- #: inc/php/page.php:280
404
  msgid "Why is this?"
405
  msgstr "Warum ist das so?"
406
 
407
- #: inc/php/page.php:283
408
  msgid "This plugin can not cause such problem."
409
  msgstr "Dieses Plugin kann ein solches Problem nicht verursachen."
410
 
411
- #: inc/php/page.php:284
412
  msgid "More likely, the problem are related to the settings of the website."
413
  msgstr "Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen."
414
 
415
- #: inc/php/page.php:285
416
  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."
417
  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."
418
 
419
- #: inc/php/page.php:286
420
  msgid "Also please try to re-login to the website, this too can help."
421
  msgstr "Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
422
 
423
- #: inc/php/page.php:290
424
  msgid "Where to report bug if found?"
425
  msgstr "Wo kann ich eine Fehler melden?"
426
 
427
- #: inc/php/page.php:293
428
  msgid "Bug reports are very welcome!"
429
  msgstr ""
430
 
431
- #: inc/php/page.php:296
432
  #, php-format
433
  msgid "Please visit our %s contact page %s and report."
434
  msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s und berichten Sie."
435
 
436
- #: inc/php/page.php:301 inc/php/page.php:329
437
  msgid "Please do not forget to specify the name of the plugin."
438
  msgstr "Bitte vergiss nicht den Namen des Plugins anzugeben."
439
 
440
- #: inc/php/page.php:302 inc/php/page.php:330 inc/php/page.php:346
441
  msgid "Thank you!"
442
  msgstr "Danke!"
443
 
444
- #: inc/php/page.php:305
445
  msgid "Describe in more detail what exactly you are seeing."
446
  msgstr ""
447
 
448
- #: inc/php/page.php:306
449
  msgid "Here are some examples:"
450
  msgstr ""
451
 
452
- #: inc/php/page.php:309
453
  msgid "Elements of the plugin settings page are not working."
454
  msgstr ""
455
 
456
- #: inc/php/page.php:310
457
  msgid "An error message is displayed on the plugin settings page."
458
  msgstr ""
459
 
460
- #: inc/php/page.php:311
461
  msgid "An error message is displayed on the front end of website."
462
  msgstr ""
463
 
464
- #: inc/php/page.php:312
465
  msgid "An error message is displayed on the back end of website."
466
  msgstr ""
467
 
468
- #: inc/php/page.php:313
469
  msgid "Website is crashed."
470
  msgstr ""
471
 
472
- #: inc/php/page.php:318
473
  msgid "Where to share any ideas or suggestions to make the plugin better?"
474
  msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
475
 
476
- #: inc/php/page.php:321
477
  msgid "Any suggestions are very welcome!"
478
  msgstr "Irgendwelche Vorschläge sind sehr willkommen!"
479
 
480
- #: inc/php/page.php:324
481
  #, php-format
482
  msgid "Please visit our %s contact page %s."
483
  msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s."
484
 
485
- #: inc/php/page.php:334
486
  msgid "I love this plugin!"
487
  msgstr "Ich liebe dieses Plugin!"
488
 
489
- #: inc/php/page.php:335
490
  msgid "Can I help somehow?"
491
  msgstr "Kann ich Irgendwie helfen?"
492
 
493
- #: inc/php/page.php:338
494
  msgid "Yes, any contributions are very welcome!"
495
  msgstr "Ja, jede Mithilfe ist sehr willkommen!"
496
 
497
- #: inc/php/page.php:341
498
  #, php-format
499
  msgid "Please visit our %s Support Us %s page."
500
  msgstr "Bitte besuchen Sie unsere %s Support Us %s Seite."
501
 
502
- #: inc/php/page.php:350
503
  msgid "Where can I find information about your licenses, payment process and refunds?"
504
  msgstr ""
505
 
506
- #: inc/php/page.php:355
507
  #, php-format
508
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
509
  msgstr ""
510
 
511
- #: inc/php/page.php:363
512
  msgid "Where can I find information about your customer support?"
513
  msgstr ""
514
 
515
- #: inc/php/page.php:368
516
  #, php-format
517
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
518
  msgstr ""
519
 
520
- #: inc/php/page.php:376
521
  msgid "Where can I find information about your affiliate program?"
522
  msgstr ""
523
 
524
- #: inc/php/page.php:381
525
  #, php-format
526
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
527
  msgstr ""
528
 
529
- #: inc/php/page.php:389
530
  msgid "My question wasn't answered here."
531
  msgstr "Meine Fragen wurden nicht beantwortet."
532
 
533
- #: inc/php/page.php:394
534
  #, php-format
535
  msgid "You can ask your question on %s this page %s."
536
  msgstr ""
537
 
538
- #: inc/php/page.php:399
539
  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."
540
  msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
541
 
542
- #: inc/php/page.php:410
543
- msgid "Support Us"
544
- msgstr "Unterstütze uns"
545
-
546
- #: inc/php/page.php:418 inc/php/settings.php:157 inc/php/sidebar.php:54
547
- msgid "Donate with PayPal"
548
- msgstr "Spende mit PayPal"
549
-
550
- #: inc/php/page.php:425
551
- #, php-format
552
- 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."
553
- 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."
554
-
555
- #: inc/php/page.php:434
556
- msgid "Our intention is to create projects that will make this world a better place."
557
- msgstr "Unser Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort machen."
558
-
559
- #: inc/php/page.php:435
560
- msgid "Our motto is - «Follow your dreams and don’t give up»."
561
- msgstr ""
562
-
563
- #: inc/php/page.php:436
564
- 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."
565
- msgstr "Wir sind begeistert von unserer Arbeit, wir mag, was wir tue, und hoffe, dass Sie auch von unsere Projekten bereichert werden."
566
-
567
- #: inc/php/page.php:439
568
- 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."
569
- 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."
570
-
571
- #: inc/php/page.php:440
572
- 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."
573
- msgstr ""
574
-
575
- #: inc/php/page.php:443
576
- msgid "If you appreciate our work, you can buy us a cup of coffee!"
577
- msgstr "Wenn Ihnen unsere Arbeit gefällt, können Sie uns gerne einen Kaffee kaufen!"
578
-
579
- #: inc/php/page.php:446
580
- msgid "Thank you for your support!"
581
- msgstr "Danke für Ihre Unterstützung!"
582
-
583
- #: inc/php/settings.php:21 inc/php/settings.php:139
584
  msgid "Save changes"
585
  msgstr "Änderungen speichern"
586
 
587
- #: inc/php/settings.php:25
588
  msgid "Buttons"
589
  msgstr "Buttons"
590
 
591
- #: inc/php/settings.php:27
592
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
593
  msgstr ""
594
 
595
- #: inc/php/settings.php:33
596
  msgid "Social media buttons"
597
  msgstr ""
598
 
599
- #: inc/php/settings.php:34 inc/php/settings.php:41
600
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
601
  msgstr ""
602
 
603
- #: inc/php/settings.php:40
604
  msgid "Additional buttons"
605
  msgstr ""
606
 
607
- #: inc/php/settings.php:49
608
  msgid "Buttons URL"
609
  msgstr ""
610
 
611
- #: inc/php/settings.php:51
612
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
613
  msgstr ""
614
 
615
- #: inc/php/settings.php:76
616
  msgid "Display options"
617
  msgstr "Anzeigeoptionen"
618
 
619
- #: inc/php/settings.php:78
620
  msgid "Here you can customize the display of your social media follow buttons bar."
621
  msgstr ""
622
 
623
- #: inc/php/settings.php:82
624
  msgid "Button size"
625
  msgstr "Icon Größe"
626
 
627
- #: inc/php/settings.php:83
628
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
629
  msgstr "Geben Sie die Größe der Icons (in Pixeln) der \"social media follow buttons bar\" ein."
630
 
631
- #: inc/php/settings.php:87
632
  msgid "Positioning"
633
  msgstr ""
634
 
635
- #: inc/php/settings.php:90
636
  msgid "Button margin"
637
  msgstr ""
638
 
639
- #: inc/php/settings.php:91
640
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
641
  msgstr "Geben Sie die Größe des Zwischenraums (in Pixeln) zwischen den Icons der \"social media follow buttons bar\" ein."
642
 
643
- #: inc/php/settings.php:96
644
  msgid "Left"
645
  msgstr "Links"
646
 
647
- #: inc/php/settings.php:97
648
  msgid "Center"
649
  msgstr "Mittig"
650
 
651
- #: inc/php/settings.php:98
652
  msgid "Right"
653
  msgstr "Rechts"
654
 
655
- #: inc/php/settings.php:100
656
  msgid "Buttons bar alignment"
657
  msgstr ""
658
 
659
- #: inc/php/settings.php:101
660
  msgid "You can choose the alignment of the entire buttons bar."
661
  msgstr ""
662
 
663
- #: inc/php/settings.php:105
664
  msgid "Links open method"
665
  msgstr ""
666
 
667
- #: inc/php/settings.php:108
668
  msgid "Open in new tab"
669
  msgstr "Öffne in neuem Tab"
670
 
671
- #: inc/php/settings.php:109
672
  msgid "Open links in a new tab/window."
673
  msgstr "Links in einem neuen Tab/Fenster öffnen."
674
 
675
- #: inc/php/settings.php:112
676
  msgid "Additional"
677
  msgstr ""
678
 
679
- #: inc/php/settings.php:115
680
  msgid "Caption"
681
  msgstr "Überschrift"
682
 
683
- #: inc/php/settings.php:116
684
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
685
  msgstr "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" hinzu. Diese wird vor der Toolbar angezeigt."
686
 
687
- #: inc/php/settings.php:120
688
  msgid "Tooltips"
689
  msgstr "Tooltip"
690
 
691
- #: inc/php/settings.php:121
692
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
693
  msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
694
 
695
- #: inc/php/settings.php:124
696
  msgid "Autoload"
697
  msgstr ""
698
 
699
- #: inc/php/settings.php:127
700
  msgid "Show on Posts"
701
  msgstr "In Posts anzeigen"
702
 
703
- #: inc/php/settings.php:128
704
  msgid "Automatically display the buttons bar below content on Posts."
705
  msgstr ""
706
 
707
- #: inc/php/settings.php:131
708
  msgid "Show on Pages"
709
  msgstr "Auf Seiten anzeigen"
710
 
711
- #: inc/php/settings.php:132
712
  msgid "Automatically display the buttons bar below content on Pages."
713
  msgstr ""
714
 
715
- #: inc/php/settings.php:142
716
  msgid "Live Preview"
717
  msgstr "Live Vorschau"
718
 
719
- #: inc/php/settings.php:144
720
  msgid "Click the \"Save changes\" button to update this preview."
721
  msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
722
 
723
- #: inc/php/settings.php:152 inc/php/sidebar.php:49
724
- 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."
725
- 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."
726
 
727
- #: inc/php/settings.php:159 inc/php/sidebar.php:56
728
- msgid "Thanks for your support!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
729
  msgstr "Danke für Ihre Unterstützung!"
730
 
731
- #: inc/php/sidebar.php:16
732
- msgid "We are «Space X-Chimp»"
733
- msgstr "Wir sind «Space X-Chimp»"
734
 
735
- #: inc/php/sidebar.php:33
736
- msgid "About"
737
- msgstr "Über"
738
 
739
- #: inc/php/sidebar.php:35
740
- msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
741
- msgstr "Mit Hilfe dieses Plugins können Sie auf einfache Weise die \"social media follow buttons bar\" überall (post content, page content, widget, sidebar, header, footer) auf Ihrer Webseite hinzufügen."
742
 
743
- #: inc/php/sidebar.php:40
744
- msgid "Help"
745
- msgstr "Hilfe"
746
 
747
- #: inc/php/sidebar.php:42
748
- msgid "If you have a question, please read the information in the FAQ section."
749
- msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
750
 
751
  #. Plugin Name of the plugin/theme
752
  msgid "Social Media Follow Buttons Bar"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2019-03-01 06:51+0300\n"
7
+ "PO-Revision-Date: 2019-03-01 06:51+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
 
61
  msgid "Enter the URL of your RSS feed."
62
  msgstr "Geben Sie den Link zu Ihrem RSS Feed ein."
63
 
64
+ #: inc/php/messages.php:27 inc/php/tabs/support.php:25
65
  msgid "Hello!"
66
  msgstr "Hallo!"
67
 
82
  msgid "Please update the plugin to the latest version, and all will be fine."
83
  msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
84
 
85
+ #: inc/php/page.php:33
86
  #, php-format
87
  msgid "by %s Space X-Chimp %s"
88
  msgstr "by %s Space X-Chimp %s"
89
 
90
+ #: inc/php/page.php:39
91
  msgid "Version"
92
  msgstr "Version"
93
 
94
+ #: inc/php/page.php:47
95
  msgid "Usage"
96
  msgstr "Verwendung"
97
 
98
+ #: inc/php/page.php:48
99
  msgid "F.A.Q."
100
  msgstr "F.A.Q."
101
 
102
+ #: inc/php/page.php:49 inc/php/sidebar.php:47 inc/php/tabs/settings.php:150
103
  msgid "Support"
104
  msgstr "Unterstützung"
105
 
106
+ #: inc/php/page.php:50
107
  msgid "Store"
108
  msgstr "Geschäft"
109
 
110
+ #: inc/php/sidebar.php:16
111
+ msgid "We are «Space X-Chimp»"
112
+ msgstr "Wir sind «Space X-Chimp»"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
 
114
+ #: inc/php/sidebar.php:33
115
+ msgid "About"
116
+ msgstr "Über"
117
 
118
+ #: inc/php/sidebar.php:35
119
+ msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
120
+ msgstr "Mit Hilfe dieses Plugins können Sie auf einfache Weise die \"social media follow buttons bar\" überall (post content, page content, widget, sidebar, header, footer) auf Ihrer Webseite hinzufügen."
121
 
122
+ #: inc/php/sidebar.php:40
123
+ msgid "Help"
124
+ msgstr "Hilfe"
125
 
126
+ #: inc/php/sidebar.php:42
127
+ msgid "If you have a question, please read the information in the FAQ section."
128
+ msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
129
 
130
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:152
131
+ 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."
132
+ 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."
133
 
134
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:157
135
+ #: inc/php/tabs/support.php:21
136
+ msgid "Donate with PayPal"
137
+ msgstr "Spende mit PayPal"
138
 
139
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:159
140
+ msgid "Thanks for your support!"
141
+ msgstr "Danke für Ihre Unterstützung!"
 
142
 
143
+ #: inc/php/tabs/faq.php:13
144
  msgid "Frequently Asked Questions"
145
  msgstr ""
146
 
147
+ #: inc/php/tabs/faq.php:17
148
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
149
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
150
 
151
+ #: inc/php/tabs/faq.php:42
152
  msgid "Where can I find a documentation for this plugin?"
153
  msgstr ""
154
 
155
+ #: inc/php/tabs/faq.php:47
156
  #, php-format
157
  msgid "Please visit our %s Documentation site %s to view documentation."
158
  msgstr ""
159
 
160
+ #: inc/php/tabs/faq.php:55
161
  msgid "Will this plugin work on my wordpress.COM website?"
162
  msgstr "Funktioniert dieses Plugin auf meiner wordpress.COM Webseite?"
163
 
164
+ #: inc/php/tabs/faq.php:58
165
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
166
  msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (wordpress.ORG) Webseiten."
167
 
168
+ #: inc/php/tabs/faq.php:60
169
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
170
  msgstr ""
171
 
172
+ #: inc/php/tabs/faq.php:61
173
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
174
  msgstr ""
175
 
176
+ #: inc/php/tabs/faq.php:64
177
  #, php-format
178
  msgid "You can learn more about the difference here: %s ."
179
  msgstr ""
180
 
181
+ #: inc/php/tabs/faq.php:71
182
  msgid "Will this plugin work/compatible with the theme I use?"
183
  msgstr ""
184
 
185
+ #: inc/php/tabs/faq.php:74
186
  msgid "This plugin is compatible with most themes."
187
  msgstr ""
188
 
189
+ #: inc/php/tabs/faq.php:75
190
  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."
191
  msgstr ""
192
 
193
+ #: inc/php/tabs/faq.php:76
194
  msgid "We constantly check this plugin for compatibility with third-party themes."
195
  msgstr ""
196
 
197
+ #: inc/php/tabs/faq.php:77
198
  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."
199
  msgstr ""
200
 
201
+ #: inc/php/tabs/faq.php:79
202
  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."
203
  msgstr ""
204
 
205
+ #: inc/php/tabs/faq.php:83
206
  msgid "Will this plugin work/compatible with other plugins that I use?"
207
  msgstr ""
208
 
209
+ #: inc/php/tabs/faq.php:86
210
  msgid "This plugin is compatible with most plugins."
211
  msgstr ""
212
 
213
+ #: inc/php/tabs/faq.php:87
214
  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."
215
  msgstr ""
216
 
217
+ #: inc/php/tabs/faq.php:88
218
  msgid "We constantly check this plugin for compatibility with third-party plugins."
219
  msgstr ""
220
 
221
+ #: inc/php/tabs/faq.php:89
222
  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."
223
  msgstr ""
224
 
225
+ #: inc/php/tabs/faq.php:91
226
  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."
227
  msgstr ""
228
 
229
+ #: inc/php/tabs/faq.php:95
230
  msgid "Can I use this plugin on my language?"
231
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
232
 
233
+ #: inc/php/tabs/faq.php:98 inc/php/tabs/faq.php:133
234
  msgid "Yes."
235
  msgstr "Ja."
236
 
237
+ #: inc/php/tabs/faq.php:99
238
  msgid "This plugin is ready for translation and has already been translated into several languages."
239
  msgstr "Dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
240
 
241
+ #: inc/php/tabs/faq.php:100
242
  msgid "But If your language is not available then you can make one."
243
  msgstr ""
244
 
245
+ #: inc/php/tabs/faq.php:101
246
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
247
  msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
248
 
249
+ #: inc/php/tabs/faq.php:102
250
  msgid "Many of plugin users would be delighted if you share your translation with the community."
251
  msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen."
252
 
253
+ #: inc/php/tabs/faq.php:103
254
  msgid "Thanks for your contribution!"
255
  msgstr "Danke für Ihre Mithilfe!"
256
 
257
+ #: inc/php/tabs/faq.php:107
258
  #, php-format
259
  msgid "If you want to help translate this plugin, please visit the %s."
260
  msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, bitte besuchen Sie %s."
261
 
262
+ #: inc/php/tabs/faq.php:111
263
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
264
  msgstr "Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen."
265
 
266
+ #: inc/php/tabs/faq.php:114
267
  #, php-format
268
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
269
  msgstr "Senden Sie die übersetzte PO Datei an uns ( %s ) und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
270
 
271
+ #: inc/php/tabs/faq.php:121
272
  msgid "How does it work?"
273
  msgstr "Wie arbeitet das Plugin?"
274
 
275
+ #: inc/php/tabs/faq.php:124 inc/php/tabs/faq.php:134
276
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
277
  msgstr "Am Tab \"Einstellungen\" wählen Sie die gewünschten Einstellungen aus und klicken den Button \"Änderungen speichern\"."
278
 
279
+ #: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:33
280
+ msgid "Enjoy your fancy social media follow buttons."
281
+ msgstr "Viel Spaß mit den social media follow buttons."
282
+
283
+ #: inc/php/tabs/faq.php:126 inc/php/tabs/faq.php:135 inc/php/tabs/usage.php:33
284
+ msgid "It's that simple!"
285
+ msgstr "Es ist ganz einfach!"
286
+
287
+ #: inc/php/tabs/faq.php:130
288
  msgid "Can I configure my buttons bar instance?"
289
  msgstr ""
290
 
291
+ #: inc/php/tabs/faq.php:139
292
  msgid "How many buttons bar instances can I create?"
293
  msgstr ""
294
 
295
+ #: inc/php/tabs/faq.php:142
296
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
297
  msgstr ""
298
 
299
+ #: inc/php/tabs/faq.php:144
300
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
301
  msgstr ""
302
 
303
+ #: inc/php/tabs/faq.php:145
304
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
305
  msgstr ""
306
 
307
+ #: inc/php/tabs/faq.php:146
308
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
309
  msgstr ""
310
 
311
+ #: inc/php/tabs/faq.php:150
312
  msgid "Does this plugin requires any modification of the theme?"
313
  msgstr "Benötigt das Plugin Veränderungen am Theme?"
314
 
315
+ #: inc/php/tabs/faq.php:153 inc/php/tabs/faq.php:161
316
  msgid "Absolutely not."
317
  msgstr "Absolut nicht."
318
 
319
+ #: inc/php/tabs/faq.php:154
320
  msgid "This plugin is configurable entirely from the plugin settings page."
321
  msgstr "Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
322
 
323
+ #: inc/php/tabs/faq.php:158
324
  msgid "Does this require any knowledge of HTML or CSS?"
325
  msgstr "Brauche ich HTML oder CSS Kenntnisse?"
326
 
327
+ #: inc/php/tabs/faq.php:162
328
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
329
  msgstr "Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert werden, using an easy-to-use plugin settings page."
330
 
331
+ #: inc/php/tabs/faq.php:166
332
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
333
  msgstr "Was muss ich machen, wenn der Google PageSpeed Test sagt, dass Grafiken das Plugin komprimiert werden müssen?"
334
 
335
+ #: inc/php/tabs/faq.php:169
336
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
337
  msgstr "Die Grafiken, die innerhalb des Plugins verwendet werden, sind bereits komprimiert. Gerne suche ich auch nach einer besseren Komprimierung, wenn es benötigt wird."
338
 
339
+ #: inc/php/tabs/faq.php:173
340
  msgid "It's not working."
341
  msgstr "Es funktioniert nicht."
342
 
343
+ #: inc/php/tabs/faq.php:174
344
  msgid "What could be wrong?"
345
  msgstr "Was könnte falsch sein?"
346
 
347
+ #: inc/php/tabs/faq.php:177
348
  msgid "As with every plugin, it's possible that things don't work."
349
  msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert."
350
 
351
+ #: inc/php/tabs/faq.php:178
352
  msgid "It's impossible to tell what could be wrong exactly."
353
  msgstr "Es ist unmöglich genau festzustellen was falsch ist."
354
 
355
+ #: inc/php/tabs/faq.php:179
356
  msgid "The most common reason for this is a web browser's cache."
357
  msgstr "Der häufigste Grund dafür ist der Cache Ihres Webbrowsers."
358
 
359
+ #: inc/php/tabs/faq.php:180
360
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
361
  msgstr "Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren."
362
 
363
+ #: inc/php/tabs/faq.php:181
364
  msgid "This is called the browser's cache."
365
  msgstr "Das nennt man den Browser Cache."
366
 
367
+ #: inc/php/tabs/faq.php:182
368
  msgid "Clearing your browser's cache may solve the problem."
369
  msgstr "Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
370
 
371
+ #: inc/php/tabs/faq.php:184
372
  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."
373
  msgstr "Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von wordpress.ORG stellen, helfe wir Ihnen gerne."
374
 
375
+ #: inc/php/tabs/faq.php:185 inc/php/tabs/faq.php:214
376
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
377
  msgstr "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
378
 
379
+ #: inc/php/tabs/faq.php:189
380
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
381
  msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten."
382
 
383
+ #: inc/php/tabs/faq.php:190
384
  msgid "Why is this?"
385
  msgstr "Warum ist das so?"
386
 
387
+ #: inc/php/tabs/faq.php:193
388
  msgid "This plugin can not cause such problem."
389
  msgstr "Dieses Plugin kann ein solches Problem nicht verursachen."
390
 
391
+ #: inc/php/tabs/faq.php:194
392
  msgid "More likely, the problem are related to the settings of the website."
393
  msgstr "Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen."
394
 
395
+ #: inc/php/tabs/faq.php:195
396
  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."
397
  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."
398
 
399
+ #: inc/php/tabs/faq.php:196
400
  msgid "Also please try to re-login to the website, this too can help."
401
  msgstr "Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
402
 
403
+ #: inc/php/tabs/faq.php:200
404
  msgid "Where to report bug if found?"
405
  msgstr "Wo kann ich eine Fehler melden?"
406
 
407
+ #: inc/php/tabs/faq.php:203
408
  msgid "Bug reports are very welcome!"
409
  msgstr ""
410
 
411
+ #: inc/php/tabs/faq.php:206
412
  #, php-format
413
  msgid "Please visit our %s contact page %s and report."
414
  msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s und berichten Sie."
415
 
416
+ #: inc/php/tabs/faq.php:211 inc/php/tabs/faq.php:239
417
  msgid "Please do not forget to specify the name of the plugin."
418
  msgstr "Bitte vergiss nicht den Namen des Plugins anzugeben."
419
 
420
+ #: inc/php/tabs/faq.php:212 inc/php/tabs/faq.php:240 inc/php/tabs/faq.php:256
421
  msgid "Thank you!"
422
  msgstr "Danke!"
423
 
424
+ #: inc/php/tabs/faq.php:215
425
  msgid "Describe in more detail what exactly you are seeing."
426
  msgstr ""
427
 
428
+ #: inc/php/tabs/faq.php:216
429
  msgid "Here are some examples:"
430
  msgstr ""
431
 
432
+ #: inc/php/tabs/faq.php:219
433
  msgid "Elements of the plugin settings page are not working."
434
  msgstr ""
435
 
436
+ #: inc/php/tabs/faq.php:220
437
  msgid "An error message is displayed on the plugin settings page."
438
  msgstr ""
439
 
440
+ #: inc/php/tabs/faq.php:221
441
  msgid "An error message is displayed on the front end of website."
442
  msgstr ""
443
 
444
+ #: inc/php/tabs/faq.php:222
445
  msgid "An error message is displayed on the back end of website."
446
  msgstr ""
447
 
448
+ #: inc/php/tabs/faq.php:223
449
  msgid "Website is crashed."
450
  msgstr ""
451
 
452
+ #: inc/php/tabs/faq.php:228
453
  msgid "Where to share any ideas or suggestions to make the plugin better?"
454
  msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
455
 
456
+ #: inc/php/tabs/faq.php:231
457
  msgid "Any suggestions are very welcome!"
458
  msgstr "Irgendwelche Vorschläge sind sehr willkommen!"
459
 
460
+ #: inc/php/tabs/faq.php:234
461
  #, php-format
462
  msgid "Please visit our %s contact page %s."
463
  msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s."
464
 
465
+ #: inc/php/tabs/faq.php:244
466
  msgid "I love this plugin!"
467
  msgstr "Ich liebe dieses Plugin!"
468
 
469
+ #: inc/php/tabs/faq.php:245
470
  msgid "Can I help somehow?"
471
  msgstr "Kann ich Irgendwie helfen?"
472
 
473
+ #: inc/php/tabs/faq.php:248
474
  msgid "Yes, any contributions are very welcome!"
475
  msgstr "Ja, jede Mithilfe ist sehr willkommen!"
476
 
477
+ #: inc/php/tabs/faq.php:251
478
  #, php-format
479
  msgid "Please visit our %s Support Us %s page."
480
  msgstr "Bitte besuchen Sie unsere %s Support Us %s Seite."
481
 
482
+ #: inc/php/tabs/faq.php:260
483
  msgid "Where can I find information about your licenses, payment process and refunds?"
484
  msgstr ""
485
 
486
+ #: inc/php/tabs/faq.php:265
487
  #, php-format
488
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
489
  msgstr ""
490
 
491
+ #: inc/php/tabs/faq.php:273
492
  msgid "Where can I find information about your customer support?"
493
  msgstr ""
494
 
495
+ #: inc/php/tabs/faq.php:278
496
  #, php-format
497
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
498
  msgstr ""
499
 
500
+ #: inc/php/tabs/faq.php:286
501
  msgid "Where can I find information about your affiliate program?"
502
  msgstr ""
503
 
504
+ #: inc/php/tabs/faq.php:291
505
  #, php-format
506
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
507
  msgstr ""
508
 
509
+ #: inc/php/tabs/faq.php:299
510
  msgid "My question wasn't answered here."
511
  msgstr "Meine Fragen wurden nicht beantwortet."
512
 
513
+ #: inc/php/tabs/faq.php:304
514
  #, php-format
515
  msgid "You can ask your question on %s this page %s."
516
  msgstr ""
517
 
518
+ #: inc/php/tabs/faq.php:309
519
  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."
520
  msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
521
 
522
+ #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
523
  msgid "Save changes"
524
  msgstr "Änderungen speichern"
525
 
526
+ #: inc/php/tabs/settings.php:25
527
  msgid "Buttons"
528
  msgstr "Buttons"
529
 
530
+ #: inc/php/tabs/settings.php:27
531
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
532
  msgstr ""
533
 
534
+ #: inc/php/tabs/settings.php:33
535
  msgid "Social media buttons"
536
  msgstr ""
537
 
538
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:41
539
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
540
  msgstr ""
541
 
542
+ #: inc/php/tabs/settings.php:40
543
  msgid "Additional buttons"
544
  msgstr ""
545
 
546
+ #: inc/php/tabs/settings.php:49
547
  msgid "Buttons URL"
548
  msgstr ""
549
 
550
+ #: inc/php/tabs/settings.php:51
551
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
552
  msgstr ""
553
 
554
+ #: inc/php/tabs/settings.php:76
555
  msgid "Display options"
556
  msgstr "Anzeigeoptionen"
557
 
558
+ #: inc/php/tabs/settings.php:78
559
  msgid "Here you can customize the display of your social media follow buttons bar."
560
  msgstr ""
561
 
562
+ #: inc/php/tabs/settings.php:82
563
  msgid "Button size"
564
  msgstr "Icon Größe"
565
 
566
+ #: inc/php/tabs/settings.php:83
567
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
568
  msgstr "Geben Sie die Größe der Icons (in Pixeln) der \"social media follow buttons bar\" ein."
569
 
570
+ #: inc/php/tabs/settings.php:87
571
  msgid "Positioning"
572
  msgstr ""
573
 
574
+ #: inc/php/tabs/settings.php:90
575
  msgid "Button margin"
576
  msgstr ""
577
 
578
+ #: inc/php/tabs/settings.php:91
579
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
580
  msgstr "Geben Sie die Größe des Zwischenraums (in Pixeln) zwischen den Icons der \"social media follow buttons bar\" ein."
581
 
582
+ #: inc/php/tabs/settings.php:96
583
  msgid "Left"
584
  msgstr "Links"
585
 
586
+ #: inc/php/tabs/settings.php:97
587
  msgid "Center"
588
  msgstr "Mittig"
589
 
590
+ #: inc/php/tabs/settings.php:98
591
  msgid "Right"
592
  msgstr "Rechts"
593
 
594
+ #: inc/php/tabs/settings.php:100
595
  msgid "Buttons bar alignment"
596
  msgstr ""
597
 
598
+ #: inc/php/tabs/settings.php:101
599
  msgid "You can choose the alignment of the entire buttons bar."
600
  msgstr ""
601
 
602
+ #: inc/php/tabs/settings.php:105
603
  msgid "Links open method"
604
  msgstr ""
605
 
606
+ #: inc/php/tabs/settings.php:108
607
  msgid "Open in new tab"
608
  msgstr "Öffne in neuem Tab"
609
 
610
+ #: inc/php/tabs/settings.php:109
611
  msgid "Open links in a new tab/window."
612
  msgstr "Links in einem neuen Tab/Fenster öffnen."
613
 
614
+ #: inc/php/tabs/settings.php:112
615
  msgid "Additional"
616
  msgstr ""
617
 
618
+ #: inc/php/tabs/settings.php:115
619
  msgid "Caption"
620
  msgstr "Überschrift"
621
 
622
+ #: inc/php/tabs/settings.php:116
623
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
624
  msgstr "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" hinzu. Diese wird vor der Toolbar angezeigt."
625
 
626
+ #: inc/php/tabs/settings.php:120
627
  msgid "Tooltips"
628
  msgstr "Tooltip"
629
 
630
+ #: inc/php/tabs/settings.php:121
631
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
632
  msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
633
 
634
+ #: inc/php/tabs/settings.php:124
635
  msgid "Autoload"
636
  msgstr ""
637
 
638
+ #: inc/php/tabs/settings.php:127
639
  msgid "Show on Posts"
640
  msgstr "In Posts anzeigen"
641
 
642
+ #: inc/php/tabs/settings.php:128
643
  msgid "Automatically display the buttons bar below content on Posts."
644
  msgstr ""
645
 
646
+ #: inc/php/tabs/settings.php:131
647
  msgid "Show on Pages"
648
  msgstr "Auf Seiten anzeigen"
649
 
650
+ #: inc/php/tabs/settings.php:132
651
  msgid "Automatically display the buttons bar below content on Pages."
652
  msgstr ""
653
 
654
+ #: inc/php/tabs/settings.php:142
655
  msgid "Live Preview"
656
  msgstr "Live Vorschau"
657
 
658
+ #: inc/php/tabs/settings.php:144
659
  msgid "Click the \"Save changes\" button to update this preview."
660
  msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
661
 
662
+ #: inc/php/tabs/support.php:13
663
+ msgid "Support Us"
664
+ msgstr "Unterstütze uns"
665
 
666
+ #: inc/php/tabs/support.php:28
667
+ #, php-format
668
+ 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."
669
+ 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."
670
+
671
+ #: inc/php/tabs/support.php:37
672
+ msgid "Our intention is to create projects that will make this world a better place."
673
+ msgstr "Unser Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort machen."
674
+
675
+ #: inc/php/tabs/support.php:38
676
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
677
+ msgstr ""
678
+
679
+ #: inc/php/tabs/support.php:39
680
+ 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."
681
+ msgstr "Wir sind begeistert von unserer Arbeit, wir mag, was wir tue, und hoffe, dass Sie auch von unsere Projekten bereichert werden."
682
+
683
+ #: inc/php/tabs/support.php:42
684
+ 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."
685
+ 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."
686
+
687
+ #: inc/php/tabs/support.php:43
688
+ 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."
689
+ msgstr ""
690
+
691
+ #: inc/php/tabs/support.php:46
692
+ msgid "If you appreciate our work, you can buy us a cup of coffee!"
693
+ msgstr "Wenn Ihnen unsere Arbeit gefällt, können Sie uns gerne einen Kaffee kaufen!"
694
+
695
+ #: inc/php/tabs/support.php:49
696
+ msgid "Thank you for your support!"
697
  msgstr "Danke für Ihre Unterstützung!"
698
 
699
+ #: inc/php/tabs/usage.php:13
700
+ msgid "Usage Instructions"
701
+ msgstr "Anleitung"
702
 
703
+ #: inc/php/tabs/usage.php:15
704
+ msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
705
+ msgstr "Um die \"social media follow buttons bar\" am Front-End Ihrer Webseite anzuzeigen, befolgen Sie die folgenden Schritte:"
706
 
707
+ #: inc/php/tabs/usage.php:17
708
+ msgid "Go to the \"Settings\" tab on this page."
709
+ msgstr "Gehen Sie zum Tab \"Einstellungen\"."
710
 
711
+ #: inc/php/tabs/usage.php:18
712
+ msgid "Select the desired buttons and fill in the required URL fields."
713
+ msgstr "Wählen Sie die gewünschten Schaltflächen aus und füllen die benötigten URL-Felder aus."
714
 
715
+ #: inc/php/tabs/usage.php:19
716
+ msgid "Select the desired settings."
717
+ msgstr "Wählen Sie die gewünschten Einstellungen aus."
718
+
719
+ #: inc/php/tabs/usage.php:20
720
+ msgid "Click the \"Save changes\" button."
721
+ msgstr "Klicken Sie den \"Änderungen speichern\" button."
722
+
723
+ #: inc/php/tabs/usage.php:22
724
+ msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
725
+ msgstr "Jetzt haben Sie unterschiedliche Möglichkeiten um die \"social media follow buttons bar\" (im Folgenden \"buttons\") anzuzeigen."
726
+
727
+ #: inc/php/tabs/usage.php:23
728
+ msgid "Just choose the one that is more suitable for your case."
729
+ msgstr "Wählen Sie die, die für Sie am Besten passt."
730
+
731
+ #: inc/php/tabs/usage.php:25
732
+ msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
733
+ msgstr "<b>A)</b> Um die Buttons unterhalb eines Contents bei jedem Post und/oder Seite anzuzeigen, wählen Sie die Checkbox \"Zeige in Posts\" und/oder \"Zeige auf Seiten im Bereich \"Anzeigeoptionen\", dann klicken Sie den Button \"Änderungen speichern\"."
734
+
735
+ #: inc/php/tabs/usage.php:26
736
+ msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
737
+ msgstr "<b>B)</b> Um die Buttons innerhalb eines Posts/einer Seite anzuzeigen, benutzen Sie den folgenden Shortcode:"
738
+
739
+ #: inc/php/tabs/usage.php:28
740
+ msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
741
+ msgstr "<b>C)</b> Um die Buttons in einem Widget-Bereich (Sidebar, Fusszeile, etc.) anzuzeigen, benutzen Sie das \"Text\" Widget und fügen Sie den folgenden Shortcode ein:"
742
+
743
+ #: inc/php/tabs/usage.php:30
744
+ msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
745
+ msgstr "<b>D)</b> Um die Buttons direkt zu einem Theme hinzuzufügen, fügen Sie den folgenden Code an der gewünschten Stelle (wo Sie die Buttons angezeigt haben wollen) in Ihrem Theme ein:"
746
+
747
+ #: inc/php/tabs/usage.php:38
748
+ #, php-format
749
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
750
+ msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
751
 
752
  #. Plugin Name of the plugin/theme
753
  msgid "Social Media Follow Buttons Bar"
languages/social-media-buttons-toolbar-es_ES.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2019-02-20 23:23+0300\n"
7
- "PO-Revision-Date: 2019-02-20 23:23+0300\n"
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:44
24
  msgid "Settings"
25
  msgstr "Ajustes"
26
 
@@ -61,7 +61,7 @@ msgstr "Ingresa el enlace a tu sitio web personal."
61
  msgid "Enter the URL of your RSS feed."
62
  msgstr "Ingresa el enlace a tu Feed de RSS."
63
 
64
- #: inc/php/messages.php:27 inc/php/page.php:422
65
  msgid "Hello!"
66
  msgstr "¡Hola!"
67
 
@@ -82,671 +82,672 @@ msgstr "Has instalado una versión antigua de este complemento."
82
  msgid "Please update the plugin to the latest version, and all will be fine."
83
  msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
84
 
85
- #: inc/php/page.php:31
86
  #, php-format
87
  msgid "by %s Space X-Chimp %s"
88
  msgstr "por %s Space X-Chimp %s"
89
 
90
- #: inc/php/page.php:37
91
  msgid "Version"
92
  msgstr "Versión"
93
 
94
- #: inc/php/page.php:45
95
  msgid "Usage"
96
  msgstr "Uso"
97
 
98
- #: inc/php/page.php:46
99
  msgid "F.A.Q."
100
  msgstr "Preguntas ?"
101
 
102
- #: inc/php/page.php:47 inc/php/settings.php:150 inc/php/sidebar.php:47
103
  msgid "Support"
104
  msgstr "Soporte"
105
 
106
- #: inc/php/page.php:48
107
  msgid "Store"
108
  msgstr "Tienda"
109
 
110
- #: inc/php/page.php:64
111
- msgid "Usage Instructions"
112
- msgstr "Instrucciones de uso"
113
-
114
- #: inc/php/page.php:66
115
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
116
- msgstr ""
117
-
118
- #: inc/php/page.php:68
119
- msgid "Go to the \"Settings\" tab on this page."
120
- msgstr "Debes ir a la pestaña “Ajustes”."
121
-
122
- #: inc/php/page.php:69
123
- msgid "Select the desired buttons and fill in the required URL fields."
124
- msgstr ""
125
-
126
- #: inc/php/page.php:70
127
- msgid "Select the desired settings."
128
- msgstr "Seleccione la configuración deseada."
129
-
130
- #: inc/php/page.php:71
131
- msgid "Click the \"Save changes\" button."
132
- msgstr "Clic en el botón \"Guardar cambios\"."
133
-
134
- #: inc/php/page.php:73
135
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
136
- msgstr ""
137
-
138
- #: inc/php/page.php:74
139
- msgid "Just choose the one that is more suitable for your case."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:76
143
- msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
144
- msgstr ""
145
 
146
- #: inc/php/page.php:77
147
- msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
148
- msgstr "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/Páginas de Wordpress usa el siguiente shortcode:"
149
 
150
- #: inc/php/page.php:79
151
- msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
152
- msgstr "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
153
 
154
- #: inc/php/page.php:81
155
- msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
156
- msgstr ""
157
 
158
- #: inc/php/page.php:84 inc/php/page.php:215
159
- msgid "Enjoy your fancy social media follow buttons."
160
- msgstr ""
161
 
162
- #: inc/php/page.php:84 inc/php/page.php:216 inc/php/page.php:225
163
- msgid "It's that simple!"
164
- msgstr "¡Es así de simple!"
 
165
 
166
- #: inc/php/page.php:89
167
- #, php-format
168
- msgid "If you want more options, then %s let us know %s and we will be happy to add them."
169
- msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
170
 
171
- #: inc/php/page.php:103
172
  msgid "Frequently Asked Questions"
173
  msgstr "Preguntas Frecuentes"
174
 
175
- #: inc/php/page.php:107
176
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
177
  msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
178
 
179
- #: inc/php/page.php:132
180
  msgid "Where can I find a documentation for this plugin?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:137
184
  #, php-format
185
  msgid "Please visit our %s Documentation site %s to view documentation."
186
  msgstr ""
187
 
188
- #: inc/php/page.php:145
189
  msgid "Will this plugin work on my wordpress.COM website?"
190
  msgstr "¿Funcionará este complemento en mi sitio web wordpress.COM?"
191
 
192
- #: inc/php/page.php:148
193
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
194
  msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (wordpress.ORG)."
195
 
196
- #: inc/php/page.php:150
197
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
202
  msgstr ""
203
 
204
- #: inc/php/page.php:154
205
  #, php-format
206
  msgid "You can learn more about the difference here: %s ."
207
  msgstr ""
208
 
209
- #: inc/php/page.php:161
210
  msgid "Will this plugin work/compatible with the theme I use?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:164
214
  msgid "This plugin is compatible with most themes."
215
  msgstr ""
216
 
217
- #: inc/php/page.php:165
218
  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."
219
  msgstr ""
220
 
221
- #: inc/php/page.php:166
222
  msgid "We constantly check this plugin for compatibility with third-party themes."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:167
226
  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."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:169
230
  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."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:173
234
  msgid "Will this plugin work/compatible with other plugins that I use?"
235
  msgstr ""
236
 
237
- #: inc/php/page.php:176
238
  msgid "This plugin is compatible with most plugins."
239
  msgstr ""
240
 
241
- #: inc/php/page.php:177
242
  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."
243
  msgstr ""
244
 
245
- #: inc/php/page.php:178
246
  msgid "We constantly check this plugin for compatibility with third-party plugins."
247
  msgstr ""
248
 
249
- #: inc/php/page.php:179
250
  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."
251
  msgstr ""
252
 
253
- #: inc/php/page.php:181
254
  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."
255
  msgstr ""
256
 
257
- #: inc/php/page.php:185
258
  msgid "Can I use this plugin on my language?"
259
  msgstr "¿Puedo usar este complemento en mi idioma?"
260
 
261
- #: inc/php/page.php:188 inc/php/page.php:223
262
  msgid "Yes."
263
  msgstr "Sí."
264
 
265
- #: inc/php/page.php:189
266
  msgid "This plugin is ready for translation and has already been translated into several languages."
267
  msgstr "Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
268
 
269
- #: inc/php/page.php:190
270
  msgid "But If your language is not available then you can make one."
271
  msgstr ""
272
 
273
- #: inc/php/page.php:191
274
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
275
  msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
276
 
277
- #: inc/php/page.php:192
278
  msgid "Many of plugin users would be delighted if you share your translation with the community."
279
  msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad."
280
 
281
- #: inc/php/page.php:193
282
  msgid "Thanks for your contribution!"
283
  msgstr "¡Gracias por tu contribución!"
284
 
285
- #: inc/php/page.php:197
286
  #, php-format
287
  msgid "If you want to help translate this plugin, please visit the %s."
288
  msgstr "Si quieres ayudar a traducir este complemento, por favor visite el %s."
289
 
290
- #: inc/php/page.php:201
291
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
292
  msgstr "También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción."
293
 
294
- #: inc/php/page.php:204
295
  #, php-format
296
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
297
  msgstr "Simplemente envíenos ( %s ) el archivo PO e incluiremos esta traducción en la siguiente actualización del complemento."
298
 
299
- #: inc/php/page.php:211
300
  msgid "How does it work?"
301
  msgstr "¿Como funciona?"
302
 
303
- #: inc/php/page.php:214 inc/php/page.php:224
304
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
305
  msgstr ""
306
 
307
- #: inc/php/page.php:220
 
 
 
 
 
 
 
 
308
  msgid "Can I configure my buttons bar instance?"
309
  msgstr ""
310
 
311
- #: inc/php/page.php:229
312
  msgid "How many buttons bar instances can I create?"
313
  msgstr ""
314
 
315
- #: inc/php/page.php:232
316
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
317
  msgstr ""
318
 
319
- #: inc/php/page.php:234
320
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
321
  msgstr ""
322
 
323
- #: inc/php/page.php:235
324
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
325
  msgstr ""
326
 
327
- #: inc/php/page.php:236
328
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
329
  msgstr ""
330
 
331
- #: inc/php/page.php:240
332
  msgid "Does this plugin requires any modification of the theme?"
333
  msgstr "¿Este complemento requiere alguna modificación del tema?"
334
 
335
- #: inc/php/page.php:243 inc/php/page.php:251
336
  msgid "Absolutely not."
337
  msgstr "Absolutamente no."
338
 
339
- #: inc/php/page.php:244
340
  msgid "This plugin is configurable entirely from the plugin settings page."
341
  msgstr "Este complemento se puede configurar completamente desde su página de configuración."
342
 
343
- #: inc/php/page.php:248
344
  msgid "Does this require any knowledge of HTML or CSS?"
345
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
346
 
347
- #: inc/php/page.php:252
348
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
349
  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."
350
 
351
- #: inc/php/page.php:256
352
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
353
  msgstr ""
354
 
355
- #: inc/php/page.php:259
356
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
357
  msgstr ""
358
 
359
- #: inc/php/page.php:263
360
  msgid "It's not working."
361
  msgstr "No funciona."
362
 
363
- #: inc/php/page.php:264
364
  msgid "What could be wrong?"
365
  msgstr "¿Qué podría estar mal?"
366
 
367
- #: inc/php/page.php:267
368
  msgid "As with every plugin, it's possible that things don't work."
369
  msgstr "Como con todos los complementos, es posible que las cosas no funcionen."
370
 
371
- #: inc/php/page.php:268
372
  msgid "It's impossible to tell what could be wrong exactly."
373
  msgstr "Es imposible decir exactamente lo que podría estar mal."
374
 
375
- #: inc/php/page.php:269
376
  msgid "The most common reason for this is a web browser's cache."
377
  msgstr "La razón más común para esto es la caché de un navegador web."
378
 
379
- #: inc/php/page.php:270
380
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
381
  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."
382
 
383
- #: inc/php/page.php:271
384
  msgid "This is called the browser's cache."
385
  msgstr "Esto se denomina caché del navegador."
386
 
387
- #: inc/php/page.php:272
388
  msgid "Clearing your browser's cache may solve the problem."
389
  msgstr "Limpiar la caché del navegador puede resolver el problema."
390
 
391
- #: inc/php/page.php:274
392
  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."
393
  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."
394
 
395
- #: inc/php/page.php:275 inc/php/page.php:304
396
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
397
  msgstr "Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
398
 
399
- #: inc/php/page.php:279
400
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
401
  msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento."
402
 
403
- #: inc/php/page.php:280
404
  msgid "Why is this?"
405
  msgstr "¿Porqué sucede esto?"
406
 
407
- #: inc/php/page.php:283
408
  msgid "This plugin can not cause such problem."
409
  msgstr "Este complemento no puede causar este problema."
410
 
411
- #: inc/php/page.php:284
412
  msgid "More likely, the problem are related to the settings of the website."
413
  msgstr "Lo más probable es que el problema esté relacionado con la configuración del sitio web."
414
 
415
- #: inc/php/page.php:285
416
  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."
417
  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."
418
 
419
- #: inc/php/page.php:286
420
  msgid "Also please try to re-login to the website, this too can help."
421
  msgstr "También intenta volver a conectarte al sitio web, esto también puede ayudar."
422
 
423
- #: inc/php/page.php:290
424
  msgid "Where to report bug if found?"
425
  msgstr "¿Dónde informar el error si se encuentra?"
426
 
427
- #: inc/php/page.php:293
428
  msgid "Bug reports are very welcome!"
429
  msgstr "¡Informes de errores son bienvenidos!"
430
 
431
- #: inc/php/page.php:296
432
  #, php-format
433
  msgid "Please visit our %s contact page %s and report."
434
  msgstr "Por favor visite nuestra %s página de contacto %s e informa."
435
 
436
- #: inc/php/page.php:301 inc/php/page.php:329
437
  msgid "Please do not forget to specify the name of the plugin."
438
  msgstr "No olvides especificar el nombre del complemento."
439
 
440
- #: inc/php/page.php:302 inc/php/page.php:330 inc/php/page.php:346
441
  msgid "Thank you!"
442
  msgstr "¡Gracias!"
443
 
444
- #: inc/php/page.php:305
445
  msgid "Describe in more detail what exactly you are seeing."
446
  msgstr ""
447
 
448
- #: inc/php/page.php:306
449
  msgid "Here are some examples:"
450
  msgstr ""
451
 
452
- #: inc/php/page.php:309
453
  msgid "Elements of the plugin settings page are not working."
454
  msgstr ""
455
 
456
- #: inc/php/page.php:310
457
  msgid "An error message is displayed on the plugin settings page."
458
  msgstr ""
459
 
460
- #: inc/php/page.php:311
461
  msgid "An error message is displayed on the front end of website."
462
  msgstr ""
463
 
464
- #: inc/php/page.php:312
465
  msgid "An error message is displayed on the back end of website."
466
  msgstr ""
467
 
468
- #: inc/php/page.php:313
469
  msgid "Website is crashed."
470
  msgstr ""
471
 
472
- #: inc/php/page.php:318
473
  msgid "Where to share any ideas or suggestions to make the plugin better?"
474
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
475
 
476
- #: inc/php/page.php:321
477
  msgid "Any suggestions are very welcome!"
478
  msgstr "Cualquier sugerencia es muy bienvenida!"
479
 
480
- #: inc/php/page.php:324
481
  #, php-format
482
  msgid "Please visit our %s contact page %s."
483
  msgstr "Por favor visite nuestra %s página de contacto %s."
484
 
485
- #: inc/php/page.php:334
486
  msgid "I love this plugin!"
487
  msgstr "Me encanta este complemento!"
488
 
489
- #: inc/php/page.php:335
490
  msgid "Can I help somehow?"
491
  msgstr "¿Puedo ayudar de alguna manera?"
492
 
493
- #: inc/php/page.php:338
494
  msgid "Yes, any contributions are very welcome!"
495
  msgstr "Sí, cualquier contribución es muy bienvenida!"
496
 
497
- #: inc/php/page.php:341
498
  #, php-format
499
  msgid "Please visit our %s Support Us %s page."
500
  msgstr "Por favor visite nuestra página de %s Apóyenos %s."
501
 
502
- #: inc/php/page.php:350
503
  msgid "Where can I find information about your licenses, payment process and refunds?"
504
  msgstr ""
505
 
506
- #: inc/php/page.php:355
507
  #, php-format
508
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
509
  msgstr ""
510
 
511
- #: inc/php/page.php:363
512
  msgid "Where can I find information about your customer support?"
513
  msgstr ""
514
 
515
- #: inc/php/page.php:368
516
  #, php-format
517
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
518
  msgstr ""
519
 
520
- #: inc/php/page.php:376
521
  msgid "Where can I find information about your affiliate program?"
522
  msgstr ""
523
 
524
- #: inc/php/page.php:381
525
  #, php-format
526
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
527
  msgstr ""
528
 
529
- #: inc/php/page.php:389
530
  msgid "My question wasn't answered here."
531
  msgstr "Mi pregunta no fue contestada aquí."
532
 
533
- #: inc/php/page.php:394
534
  #, php-format
535
  msgid "You can ask your question on %s this page %s."
536
  msgstr "Puede hacer su pregunta en %s esta página %s."
537
 
538
- #: inc/php/page.php:399
539
  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."
540
  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."
541
 
542
- #: inc/php/page.php:410
543
- msgid "Support Us"
544
- msgstr "¡Apoyanos!"
545
-
546
- #: inc/php/page.php:418 inc/php/settings.php:157 inc/php/sidebar.php:54
547
- msgid "Donate with PayPal"
548
- msgstr "Donar con PayPal"
549
-
550
- #: inc/php/page.php:425
551
- #, php-format
552
- 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."
553
- 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."
554
-
555
- #: inc/php/page.php:434
556
- msgid "Our intention is to create projects that will make this world a better place."
557
- msgstr "Nuestra intención es crear proyectos que hagan de este mundo un lugar mejor."
558
-
559
- #: inc/php/page.php:435
560
- msgid "Our motto is - «Follow your dreams and don’t give up»."
561
- msgstr ""
562
-
563
- #: inc/php/page.php:436
564
- 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."
565
- msgstr "Nos realmente apasionado por nuestro trabajo, nos gusta lo que estamos haciendo y esperamos que tú también te enriquezcas con nos proyectos."
566
-
567
- #: inc/php/page.php:439
568
- 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."
569
- 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."
570
-
571
- #: inc/php/page.php:440
572
- 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."
573
- 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."
574
-
575
- #: inc/php/page.php:443
576
- msgid "If you appreciate our work, you can buy us a cup of coffee!"
577
- msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
578
-
579
- #: inc/php/page.php:446
580
- msgid "Thank you for your support!"
581
- msgstr "¡Gracias por tu apoyo!"
582
-
583
- #: inc/php/settings.php:21 inc/php/settings.php:139
584
  msgid "Save changes"
585
  msgstr "Guardar cambios"
586
 
587
- #: inc/php/settings.php:25
588
  msgid "Buttons"
589
  msgstr "Botones"
590
 
591
- #: inc/php/settings.php:27
592
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
593
  msgstr ""
594
 
595
- #: inc/php/settings.php:33
596
  msgid "Social media buttons"
597
  msgstr ""
598
 
599
- #: inc/php/settings.php:34 inc/php/settings.php:41
600
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
601
  msgstr ""
602
 
603
- #: inc/php/settings.php:40
604
  msgid "Additional buttons"
605
  msgstr ""
606
 
607
- #: inc/php/settings.php:49
608
  msgid "Buttons URL"
609
  msgstr ""
610
 
611
- #: inc/php/settings.php:51
612
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
613
  msgstr ""
614
 
615
- #: inc/php/settings.php:76
616
  msgid "Display options"
617
  msgstr "Opciones de presentación"
618
 
619
- #: inc/php/settings.php:78
620
  msgid "Here you can customize the display of your social media follow buttons bar."
621
  msgstr ""
622
 
623
- #: inc/php/settings.php:82
624
  msgid "Button size"
625
  msgstr "Tamaño de ícono"
626
 
627
- #: inc/php/settings.php:83
628
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
629
  msgstr "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media."
630
 
631
- #: inc/php/settings.php:87
632
  msgid "Positioning"
633
  msgstr ""
634
 
635
- #: inc/php/settings.php:90
636
  msgid "Button margin"
637
  msgstr ""
638
 
639
- #: inc/php/settings.php:91
640
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
641
  msgstr "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media."
642
 
643
- #: inc/php/settings.php:96
644
  msgid "Left"
645
  msgstr "Izquierda"
646
 
647
- #: inc/php/settings.php:97
648
  msgid "Center"
649
  msgstr "Centro"
650
 
651
- #: inc/php/settings.php:98
652
  msgid "Right"
653
  msgstr "Derecha"
654
 
655
- #: inc/php/settings.php:100
656
  msgid "Buttons bar alignment"
657
  msgstr ""
658
 
659
- #: inc/php/settings.php:101
660
  msgid "You can choose the alignment of the entire buttons bar."
661
  msgstr ""
662
 
663
- #: inc/php/settings.php:105
664
  msgid "Links open method"
665
  msgstr ""
666
 
667
- #: inc/php/settings.php:108
668
  msgid "Open in new tab"
669
  msgstr "Abrir en una nueva pestaña"
670
 
671
- #: inc/php/settings.php:109
672
  msgid "Open links in a new tab/window."
673
  msgstr "¿Abrir enlaces en una nueva pestaña/ventana?"
674
 
675
- #: inc/php/settings.php:112
676
  msgid "Additional"
677
  msgstr ""
678
 
679
- #: inc/php/settings.php:115
680
  msgid "Caption"
681
  msgstr "Leyenda"
682
 
683
- #: inc/php/settings.php:116
684
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
685
  msgstr "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de la barra de botones."
686
 
687
- #: inc/php/settings.php:120
688
  msgid "Tooltips"
689
  msgstr ""
690
 
691
- #: inc/php/settings.php:121
692
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
693
  msgstr ""
694
 
695
- #: inc/php/settings.php:124
696
  msgid "Autoload"
697
  msgstr ""
698
 
699
- #: inc/php/settings.php:127
700
  msgid "Show on Posts"
701
  msgstr "Mostrar en Entradas"
702
 
703
- #: inc/php/settings.php:128
704
  msgid "Automatically display the buttons bar below content on Posts."
705
  msgstr ""
706
 
707
- #: inc/php/settings.php:131
708
  msgid "Show on Pages"
709
  msgstr "Mostrar en Páginas"
710
 
711
- #: inc/php/settings.php:132
712
  msgid "Automatically display the buttons bar below content on Pages."
713
  msgstr ""
714
 
715
- #: inc/php/settings.php:142
716
  msgid "Live Preview"
717
  msgstr "Vista Previa"
718
 
719
- #: inc/php/settings.php:144
720
  msgid "Click the \"Save changes\" button to update this preview."
721
  msgstr "Has clic en el botón \"Guardar cambios\" para actualizar esta vista previa."
722
 
723
- #: inc/php/settings.php:152 inc/php/sidebar.php:49
724
- 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."
725
- 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."
726
 
727
- #: inc/php/settings.php:159 inc/php/sidebar.php:56
728
- msgid "Thanks for your support!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
729
  msgstr "¡Gracias por tu apoyo!"
730
 
731
- #: inc/php/sidebar.php:16
732
- msgid "We are «Space X-Chimp»"
 
 
 
 
733
  msgstr ""
734
 
735
- #: inc/php/sidebar.php:33
736
- msgid "About"
737
- msgstr "Acerca de"
738
 
739
- #: inc/php/sidebar.php:35
740
- msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
741
- msgstr "Este complemento te permite añadir fácilmente una barra de botones de social media en cualquier parte de tu sitio web."
742
 
743
- #: inc/php/sidebar.php:40
744
- msgid "Help"
745
- msgstr "Ayuda"
746
 
747
- #: inc/php/sidebar.php:42
748
- msgid "If you have a question, please read the information in the FAQ section."
749
- msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
750
 
751
  #. Plugin Name of the plugin/theme
752
  msgid "Social Media Follow Buttons Bar"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2019-03-01 06:51+0300\n"
7
+ "PO-Revision-Date: 2019-03-01 06:51+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
 
61
  msgid "Enter the URL of your RSS feed."
62
  msgstr "Ingresa el enlace a tu Feed de RSS."
63
 
64
+ #: inc/php/messages.php:27 inc/php/tabs/support.php:25
65
  msgid "Hello!"
66
  msgstr "¡Hola!"
67
 
82
  msgid "Please update the plugin to the latest version, and all will be fine."
83
  msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
84
 
85
+ #: inc/php/page.php:33
86
  #, php-format
87
  msgid "by %s Space X-Chimp %s"
88
  msgstr "por %s Space X-Chimp %s"
89
 
90
+ #: inc/php/page.php:39
91
  msgid "Version"
92
  msgstr "Versión"
93
 
94
+ #: inc/php/page.php:47
95
  msgid "Usage"
96
  msgstr "Uso"
97
 
98
+ #: inc/php/page.php:48
99
  msgid "F.A.Q."
100
  msgstr "Preguntas ?"
101
 
102
+ #: inc/php/page.php:49 inc/php/sidebar.php:47 inc/php/tabs/settings.php:150
103
  msgid "Support"
104
  msgstr "Soporte"
105
 
106
+ #: inc/php/page.php:50
107
  msgid "Store"
108
  msgstr "Tienda"
109
 
110
+ #: inc/php/sidebar.php:16
111
+ msgid "We are «Space X-Chimp»"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgstr ""
113
 
114
+ #: inc/php/sidebar.php:33
115
+ msgid "About"
116
+ msgstr "Acerca de"
117
 
118
+ #: inc/php/sidebar.php:35
119
+ msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
120
+ msgstr "Este complemento te permite añadir fácilmente una barra de botones de social media en cualquier parte de tu sitio web."
121
 
122
+ #: inc/php/sidebar.php:40
123
+ msgid "Help"
124
+ msgstr "Ayuda"
125
 
126
+ #: inc/php/sidebar.php:42
127
+ msgid "If you have a question, please read the information in the FAQ section."
128
+ msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
129
 
130
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:152
131
+ 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."
132
+ 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."
133
 
134
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:157
135
+ #: inc/php/tabs/support.php:21
136
+ msgid "Donate with PayPal"
137
+ msgstr "Donar con PayPal"
138
 
139
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:159
140
+ msgid "Thanks for your support!"
141
+ msgstr "¡Gracias por tu apoyo!"
 
142
 
143
+ #: inc/php/tabs/faq.php:13
144
  msgid "Frequently Asked Questions"
145
  msgstr "Preguntas Frecuentes"
146
 
147
+ #: inc/php/tabs/faq.php:17
148
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
149
  msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
150
 
151
+ #: inc/php/tabs/faq.php:42
152
  msgid "Where can I find a documentation for this plugin?"
153
  msgstr ""
154
 
155
+ #: inc/php/tabs/faq.php:47
156
  #, php-format
157
  msgid "Please visit our %s Documentation site %s to view documentation."
158
  msgstr ""
159
 
160
+ #: inc/php/tabs/faq.php:55
161
  msgid "Will this plugin work on my wordpress.COM website?"
162
  msgstr "¿Funcionará este complemento en mi sitio web wordpress.COM?"
163
 
164
+ #: inc/php/tabs/faq.php:58
165
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
166
  msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (wordpress.ORG)."
167
 
168
+ #: inc/php/tabs/faq.php:60
169
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
170
  msgstr ""
171
 
172
+ #: inc/php/tabs/faq.php:61
173
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
174
  msgstr ""
175
 
176
+ #: inc/php/tabs/faq.php:64
177
  #, php-format
178
  msgid "You can learn more about the difference here: %s ."
179
  msgstr ""
180
 
181
+ #: inc/php/tabs/faq.php:71
182
  msgid "Will this plugin work/compatible with the theme I use?"
183
  msgstr ""
184
 
185
+ #: inc/php/tabs/faq.php:74
186
  msgid "This plugin is compatible with most themes."
187
  msgstr ""
188
 
189
+ #: inc/php/tabs/faq.php:75
190
  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."
191
  msgstr ""
192
 
193
+ #: inc/php/tabs/faq.php:76
194
  msgid "We constantly check this plugin for compatibility with third-party themes."
195
  msgstr ""
196
 
197
+ #: inc/php/tabs/faq.php:77
198
  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."
199
  msgstr ""
200
 
201
+ #: inc/php/tabs/faq.php:79
202
  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."
203
  msgstr ""
204
 
205
+ #: inc/php/tabs/faq.php:83
206
  msgid "Will this plugin work/compatible with other plugins that I use?"
207
  msgstr ""
208
 
209
+ #: inc/php/tabs/faq.php:86
210
  msgid "This plugin is compatible with most plugins."
211
  msgstr ""
212
 
213
+ #: inc/php/tabs/faq.php:87
214
  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."
215
  msgstr ""
216
 
217
+ #: inc/php/tabs/faq.php:88
218
  msgid "We constantly check this plugin for compatibility with third-party plugins."
219
  msgstr ""
220
 
221
+ #: inc/php/tabs/faq.php:89
222
  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."
223
  msgstr ""
224
 
225
+ #: inc/php/tabs/faq.php:91
226
  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."
227
  msgstr ""
228
 
229
+ #: inc/php/tabs/faq.php:95
230
  msgid "Can I use this plugin on my language?"
231
  msgstr "¿Puedo usar este complemento en mi idioma?"
232
 
233
+ #: inc/php/tabs/faq.php:98 inc/php/tabs/faq.php:133
234
  msgid "Yes."
235
  msgstr "Sí."
236
 
237
+ #: inc/php/tabs/faq.php:99
238
  msgid "This plugin is ready for translation and has already been translated into several languages."
239
  msgstr "Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
240
 
241
+ #: inc/php/tabs/faq.php:100
242
  msgid "But If your language is not available then you can make one."
243
  msgstr ""
244
 
245
+ #: inc/php/tabs/faq.php:101
246
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
247
  msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
248
 
249
+ #: inc/php/tabs/faq.php:102
250
  msgid "Many of plugin users would be delighted if you share your translation with the community."
251
  msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad."
252
 
253
+ #: inc/php/tabs/faq.php:103
254
  msgid "Thanks for your contribution!"
255
  msgstr "¡Gracias por tu contribución!"
256
 
257
+ #: inc/php/tabs/faq.php:107
258
  #, php-format
259
  msgid "If you want to help translate this plugin, please visit the %s."
260
  msgstr "Si quieres ayudar a traducir este complemento, por favor visite el %s."
261
 
262
+ #: inc/php/tabs/faq.php:111
263
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
264
  msgstr "También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción."
265
 
266
+ #: inc/php/tabs/faq.php:114
267
  #, php-format
268
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
269
  msgstr "Simplemente envíenos ( %s ) el archivo PO e incluiremos esta traducción en la siguiente actualización del complemento."
270
 
271
+ #: inc/php/tabs/faq.php:121
272
  msgid "How does it work?"
273
  msgstr "¿Como funciona?"
274
 
275
+ #: inc/php/tabs/faq.php:124 inc/php/tabs/faq.php:134
276
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
277
  msgstr ""
278
 
279
+ #: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:33
280
+ msgid "Enjoy your fancy social media follow buttons."
281
+ msgstr ""
282
+
283
+ #: inc/php/tabs/faq.php:126 inc/php/tabs/faq.php:135 inc/php/tabs/usage.php:33
284
+ msgid "It's that simple!"
285
+ msgstr "¡Es así de simple!"
286
+
287
+ #: inc/php/tabs/faq.php:130
288
  msgid "Can I configure my buttons bar instance?"
289
  msgstr ""
290
 
291
+ #: inc/php/tabs/faq.php:139
292
  msgid "How many buttons bar instances can I create?"
293
  msgstr ""
294
 
295
+ #: inc/php/tabs/faq.php:142
296
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
297
  msgstr ""
298
 
299
+ #: inc/php/tabs/faq.php:144
300
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
301
  msgstr ""
302
 
303
+ #: inc/php/tabs/faq.php:145
304
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
305
  msgstr ""
306
 
307
+ #: inc/php/tabs/faq.php:146
308
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
309
  msgstr ""
310
 
311
+ #: inc/php/tabs/faq.php:150
312
  msgid "Does this plugin requires any modification of the theme?"
313
  msgstr "¿Este complemento requiere alguna modificación del tema?"
314
 
315
+ #: inc/php/tabs/faq.php:153 inc/php/tabs/faq.php:161
316
  msgid "Absolutely not."
317
  msgstr "Absolutamente no."
318
 
319
+ #: inc/php/tabs/faq.php:154
320
  msgid "This plugin is configurable entirely from the plugin settings page."
321
  msgstr "Este complemento se puede configurar completamente desde su página de configuración."
322
 
323
+ #: inc/php/tabs/faq.php:158
324
  msgid "Does this require any knowledge of HTML or CSS?"
325
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
326
 
327
+ #: inc/php/tabs/faq.php:162
328
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
329
  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."
330
 
331
+ #: inc/php/tabs/faq.php:166
332
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
333
  msgstr ""
334
 
335
+ #: inc/php/tabs/faq.php:169
336
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
337
  msgstr ""
338
 
339
+ #: inc/php/tabs/faq.php:173
340
  msgid "It's not working."
341
  msgstr "No funciona."
342
 
343
+ #: inc/php/tabs/faq.php:174
344
  msgid "What could be wrong?"
345
  msgstr "¿Qué podría estar mal?"
346
 
347
+ #: inc/php/tabs/faq.php:177
348
  msgid "As with every plugin, it's possible that things don't work."
349
  msgstr "Como con todos los complementos, es posible que las cosas no funcionen."
350
 
351
+ #: inc/php/tabs/faq.php:178
352
  msgid "It's impossible to tell what could be wrong exactly."
353
  msgstr "Es imposible decir exactamente lo que podría estar mal."
354
 
355
+ #: inc/php/tabs/faq.php:179
356
  msgid "The most common reason for this is a web browser's cache."
357
  msgstr "La razón más común para esto es la caché de un navegador web."
358
 
359
+ #: inc/php/tabs/faq.php:180
360
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
361
  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."
362
 
363
+ #: inc/php/tabs/faq.php:181
364
  msgid "This is called the browser's cache."
365
  msgstr "Esto se denomina caché del navegador."
366
 
367
+ #: inc/php/tabs/faq.php:182
368
  msgid "Clearing your browser's cache may solve the problem."
369
  msgstr "Limpiar la caché del navegador puede resolver el problema."
370
 
371
+ #: inc/php/tabs/faq.php:184
372
  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."
373
  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."
374
 
375
+ #: inc/php/tabs/faq.php:185 inc/php/tabs/faq.php:214
376
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
377
  msgstr "Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
378
 
379
+ #: inc/php/tabs/faq.php:189
380
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
381
  msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento."
382
 
383
+ #: inc/php/tabs/faq.php:190
384
  msgid "Why is this?"
385
  msgstr "¿Porqué sucede esto?"
386
 
387
+ #: inc/php/tabs/faq.php:193
388
  msgid "This plugin can not cause such problem."
389
  msgstr "Este complemento no puede causar este problema."
390
 
391
+ #: inc/php/tabs/faq.php:194
392
  msgid "More likely, the problem are related to the settings of the website."
393
  msgstr "Lo más probable es que el problema esté relacionado con la configuración del sitio web."
394
 
395
+ #: inc/php/tabs/faq.php:195
396
  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."
397
  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."
398
 
399
+ #: inc/php/tabs/faq.php:196
400
  msgid "Also please try to re-login to the website, this too can help."
401
  msgstr "También intenta volver a conectarte al sitio web, esto también puede ayudar."
402
 
403
+ #: inc/php/tabs/faq.php:200
404
  msgid "Where to report bug if found?"
405
  msgstr "¿Dónde informar el error si se encuentra?"
406
 
407
+ #: inc/php/tabs/faq.php:203
408
  msgid "Bug reports are very welcome!"
409
  msgstr "¡Informes de errores son bienvenidos!"
410
 
411
+ #: inc/php/tabs/faq.php:206
412
  #, php-format
413
  msgid "Please visit our %s contact page %s and report."
414
  msgstr "Por favor visite nuestra %s página de contacto %s e informa."
415
 
416
+ #: inc/php/tabs/faq.php:211 inc/php/tabs/faq.php:239
417
  msgid "Please do not forget to specify the name of the plugin."
418
  msgstr "No olvides especificar el nombre del complemento."
419
 
420
+ #: inc/php/tabs/faq.php:212 inc/php/tabs/faq.php:240 inc/php/tabs/faq.php:256
421
  msgid "Thank you!"
422
  msgstr "¡Gracias!"
423
 
424
+ #: inc/php/tabs/faq.php:215
425
  msgid "Describe in more detail what exactly you are seeing."
426
  msgstr ""
427
 
428
+ #: inc/php/tabs/faq.php:216
429
  msgid "Here are some examples:"
430
  msgstr ""
431
 
432
+ #: inc/php/tabs/faq.php:219
433
  msgid "Elements of the plugin settings page are not working."
434
  msgstr ""
435
 
436
+ #: inc/php/tabs/faq.php:220
437
  msgid "An error message is displayed on the plugin settings page."
438
  msgstr ""
439
 
440
+ #: inc/php/tabs/faq.php:221
441
  msgid "An error message is displayed on the front end of website."
442
  msgstr ""
443
 
444
+ #: inc/php/tabs/faq.php:222
445
  msgid "An error message is displayed on the back end of website."
446
  msgstr ""
447
 
448
+ #: inc/php/tabs/faq.php:223
449
  msgid "Website is crashed."
450
  msgstr ""
451
 
452
+ #: inc/php/tabs/faq.php:228
453
  msgid "Where to share any ideas or suggestions to make the plugin better?"
454
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
455
 
456
+ #: inc/php/tabs/faq.php:231
457
  msgid "Any suggestions are very welcome!"
458
  msgstr "Cualquier sugerencia es muy bienvenida!"
459
 
460
+ #: inc/php/tabs/faq.php:234
461
  #, php-format
462
  msgid "Please visit our %s contact page %s."
463
  msgstr "Por favor visite nuestra %s página de contacto %s."
464
 
465
+ #: inc/php/tabs/faq.php:244
466
  msgid "I love this plugin!"
467
  msgstr "Me encanta este complemento!"
468
 
469
+ #: inc/php/tabs/faq.php:245
470
  msgid "Can I help somehow?"
471
  msgstr "¿Puedo ayudar de alguna manera?"
472
 
473
+ #: inc/php/tabs/faq.php:248
474
  msgid "Yes, any contributions are very welcome!"
475
  msgstr "Sí, cualquier contribución es muy bienvenida!"
476
 
477
+ #: inc/php/tabs/faq.php:251
478
  #, php-format
479
  msgid "Please visit our %s Support Us %s page."
480
  msgstr "Por favor visite nuestra página de %s Apóyenos %s."
481
 
482
+ #: inc/php/tabs/faq.php:260
483
  msgid "Where can I find information about your licenses, payment process and refunds?"
484
  msgstr ""
485
 
486
+ #: inc/php/tabs/faq.php:265
487
  #, php-format
488
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
489
  msgstr ""
490
 
491
+ #: inc/php/tabs/faq.php:273
492
  msgid "Where can I find information about your customer support?"
493
  msgstr ""
494
 
495
+ #: inc/php/tabs/faq.php:278
496
  #, php-format
497
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
498
  msgstr ""
499
 
500
+ #: inc/php/tabs/faq.php:286
501
  msgid "Where can I find information about your affiliate program?"
502
  msgstr ""
503
 
504
+ #: inc/php/tabs/faq.php:291
505
  #, php-format
506
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
507
  msgstr ""
508
 
509
+ #: inc/php/tabs/faq.php:299
510
  msgid "My question wasn't answered here."
511
  msgstr "Mi pregunta no fue contestada aquí."
512
 
513
+ #: inc/php/tabs/faq.php:304
514
  #, php-format
515
  msgid "You can ask your question on %s this page %s."
516
  msgstr "Puede hacer su pregunta en %s esta página %s."
517
 
518
+ #: inc/php/tabs/faq.php:309
519
  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."
520
  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."
521
 
522
+ #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
523
  msgid "Save changes"
524
  msgstr "Guardar cambios"
525
 
526
+ #: inc/php/tabs/settings.php:25
527
  msgid "Buttons"
528
  msgstr "Botones"
529
 
530
+ #: inc/php/tabs/settings.php:27
531
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
532
  msgstr ""
533
 
534
+ #: inc/php/tabs/settings.php:33
535
  msgid "Social media buttons"
536
  msgstr ""
537
 
538
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:41
539
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
540
  msgstr ""
541
 
542
+ #: inc/php/tabs/settings.php:40
543
  msgid "Additional buttons"
544
  msgstr ""
545
 
546
+ #: inc/php/tabs/settings.php:49
547
  msgid "Buttons URL"
548
  msgstr ""
549
 
550
+ #: inc/php/tabs/settings.php:51
551
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
552
  msgstr ""
553
 
554
+ #: inc/php/tabs/settings.php:76
555
  msgid "Display options"
556
  msgstr "Opciones de presentación"
557
 
558
+ #: inc/php/tabs/settings.php:78
559
  msgid "Here you can customize the display of your social media follow buttons bar."
560
  msgstr ""
561
 
562
+ #: inc/php/tabs/settings.php:82
563
  msgid "Button size"
564
  msgstr "Tamaño de ícono"
565
 
566
+ #: inc/php/tabs/settings.php:83
567
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
568
  msgstr "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media."
569
 
570
+ #: inc/php/tabs/settings.php:87
571
  msgid "Positioning"
572
  msgstr ""
573
 
574
+ #: inc/php/tabs/settings.php:90
575
  msgid "Button margin"
576
  msgstr ""
577
 
578
+ #: inc/php/tabs/settings.php:91
579
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
580
  msgstr "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media."
581
 
582
+ #: inc/php/tabs/settings.php:96
583
  msgid "Left"
584
  msgstr "Izquierda"
585
 
586
+ #: inc/php/tabs/settings.php:97
587
  msgid "Center"
588
  msgstr "Centro"
589
 
590
+ #: inc/php/tabs/settings.php:98
591
  msgid "Right"
592
  msgstr "Derecha"
593
 
594
+ #: inc/php/tabs/settings.php:100
595
  msgid "Buttons bar alignment"
596
  msgstr ""
597
 
598
+ #: inc/php/tabs/settings.php:101
599
  msgid "You can choose the alignment of the entire buttons bar."
600
  msgstr ""
601
 
602
+ #: inc/php/tabs/settings.php:105
603
  msgid "Links open method"
604
  msgstr ""
605
 
606
+ #: inc/php/tabs/settings.php:108
607
  msgid "Open in new tab"
608
  msgstr "Abrir en una nueva pestaña"
609
 
610
+ #: inc/php/tabs/settings.php:109
611
  msgid "Open links in a new tab/window."
612
  msgstr "¿Abrir enlaces en una nueva pestaña/ventana?"
613
 
614
+ #: inc/php/tabs/settings.php:112
615
  msgid "Additional"
616
  msgstr ""
617
 
618
+ #: inc/php/tabs/settings.php:115
619
  msgid "Caption"
620
  msgstr "Leyenda"
621
 
622
+ #: inc/php/tabs/settings.php:116
623
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
624
  msgstr "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de la barra de botones."
625
 
626
+ #: inc/php/tabs/settings.php:120
627
  msgid "Tooltips"
628
  msgstr ""
629
 
630
+ #: inc/php/tabs/settings.php:121
631
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
632
  msgstr ""
633
 
634
+ #: inc/php/tabs/settings.php:124
635
  msgid "Autoload"
636
  msgstr ""
637
 
638
+ #: inc/php/tabs/settings.php:127
639
  msgid "Show on Posts"
640
  msgstr "Mostrar en Entradas"
641
 
642
+ #: inc/php/tabs/settings.php:128
643
  msgid "Automatically display the buttons bar below content on Posts."
644
  msgstr ""
645
 
646
+ #: inc/php/tabs/settings.php:131
647
  msgid "Show on Pages"
648
  msgstr "Mostrar en Páginas"
649
 
650
+ #: inc/php/tabs/settings.php:132
651
  msgid "Automatically display the buttons bar below content on Pages."
652
  msgstr ""
653
 
654
+ #: inc/php/tabs/settings.php:142
655
  msgid "Live Preview"
656
  msgstr "Vista Previa"
657
 
658
+ #: inc/php/tabs/settings.php:144
659
  msgid "Click the \"Save changes\" button to update this preview."
660
  msgstr "Has clic en el botón \"Guardar cambios\" para actualizar esta vista previa."
661
 
662
+ #: inc/php/tabs/support.php:13
663
+ msgid "Support Us"
664
+ msgstr "¡Apoyanos!"
665
 
666
+ #: inc/php/tabs/support.php:28
667
+ #, php-format
668
+ 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."
669
+ 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."
670
+
671
+ #: inc/php/tabs/support.php:37
672
+ msgid "Our intention is to create projects that will make this world a better place."
673
+ msgstr "Nuestra intención es crear proyectos que hagan de este mundo un lugar mejor."
674
+
675
+ #: inc/php/tabs/support.php:38
676
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
677
+ msgstr ""
678
+
679
+ #: inc/php/tabs/support.php:39
680
+ 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."
681
+ msgstr "Nos realmente apasionado por nuestro trabajo, nos gusta lo que estamos haciendo y esperamos que tú también te enriquezcas con nos proyectos."
682
+
683
+ #: inc/php/tabs/support.php:42
684
+ 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."
685
+ 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."
686
+
687
+ #: inc/php/tabs/support.php:43
688
+ 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."
689
+ 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."
690
+
691
+ #: inc/php/tabs/support.php:46
692
+ msgid "If you appreciate our work, you can buy us a cup of coffee!"
693
+ msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
694
+
695
+ #: inc/php/tabs/support.php:49
696
+ msgid "Thank you for your support!"
697
  msgstr "¡Gracias por tu apoyo!"
698
 
699
+ #: inc/php/tabs/usage.php:13
700
+ msgid "Usage Instructions"
701
+ msgstr "Instrucciones de uso"
702
+
703
+ #: inc/php/tabs/usage.php:15
704
+ msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
705
  msgstr ""
706
 
707
+ #: inc/php/tabs/usage.php:17
708
+ msgid "Go to the \"Settings\" tab on this page."
709
+ msgstr "Debes ir a la pestaña “Ajustes”."
710
 
711
+ #: inc/php/tabs/usage.php:18
712
+ msgid "Select the desired buttons and fill in the required URL fields."
713
+ msgstr ""
714
 
715
+ #: inc/php/tabs/usage.php:19
716
+ msgid "Select the desired settings."
717
+ msgstr "Seleccione la configuración deseada."
718
 
719
+ #: inc/php/tabs/usage.php:20
720
+ msgid "Click the \"Save changes\" button."
721
+ msgstr "Clic en el botón \"Guardar cambios\"."
722
+
723
+ #: inc/php/tabs/usage.php:22
724
+ msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
725
+ msgstr ""
726
+
727
+ #: inc/php/tabs/usage.php:23
728
+ msgid "Just choose the one that is more suitable for your case."
729
+ msgstr ""
730
+
731
+ #: inc/php/tabs/usage.php:25
732
+ msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
733
+ msgstr ""
734
+
735
+ #: inc/php/tabs/usage.php:26
736
+ msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
737
+ msgstr "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/Páginas de Wordpress usa el siguiente shortcode:"
738
+
739
+ #: inc/php/tabs/usage.php:28
740
+ msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
741
+ msgstr "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
742
+
743
+ #: inc/php/tabs/usage.php:30
744
+ msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
745
+ msgstr ""
746
+
747
+ #: inc/php/tabs/usage.php:38
748
+ #, php-format
749
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
750
+ msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
751
 
752
  #. Plugin Name of the plugin/theme
753
  msgid "Social Media Follow Buttons Bar"
languages/social-media-buttons-toolbar-fr_FR.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-fr_FR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2019-02-24 07:01+0300\n"
7
- "PO-Revision-Date: 2019-02-24 07:01+0300\n"
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:44
23
  msgid "Settings"
24
  msgstr "Paramètres"
25
 
@@ -60,7 +60,7 @@ msgstr ""
60
  msgid "Enter the URL of your RSS feed."
61
  msgstr ""
62
 
63
- #: inc/php/messages.php:27 inc/php/page.php:422
64
  msgid "Hello!"
65
  msgstr "Salut."
66
 
@@ -81,668 +81,669 @@ msgstr ""
81
  msgid "Please update the plugin to the latest version, and all will be fine."
82
  msgstr ""
83
 
84
- #: inc/php/page.php:31
85
  #, php-format
86
  msgid "by %s Space X-Chimp %s"
87
  msgstr "par %s Space X-Chimp %s"
88
 
89
- #: inc/php/page.php:37
90
  msgid "Version"
91
  msgstr "Version"
92
 
93
- #: inc/php/page.php:45
94
  msgid "Usage"
95
  msgstr "Utilisation"
96
 
97
- #: inc/php/page.php:46
98
  msgid "F.A.Q."
99
  msgstr "FAQ."
100
 
101
- #: inc/php/page.php:47 inc/php/settings.php:150 inc/php/sidebar.php:47
102
  msgid "Support"
103
  msgstr "Support"
104
 
105
- #: inc/php/page.php:48
106
  msgid "Store"
107
  msgstr "Le magasin"
108
 
109
- #: inc/php/page.php:64
110
- msgid "Usage Instructions"
111
- msgstr "Instructions d'utilisation"
112
-
113
- #: inc/php/page.php:66
114
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
115
- msgstr ""
116
-
117
- #: inc/php/page.php:68
118
- msgid "Go to the \"Settings\" tab on this page."
119
- msgstr "Accédez à l'onglet \"Paramètres\" de cette page."
120
-
121
- #: inc/php/page.php:69
122
- msgid "Select the desired buttons and fill in the required URL fields."
123
- msgstr ""
124
-
125
- #: inc/php/page.php:70
126
- msgid "Select the desired settings."
127
- msgstr ""
128
-
129
- #: inc/php/page.php:71
130
- msgid "Click the \"Save changes\" button."
131
- msgstr "Cliquez sur le bouton \"Enregistrer les modifications\"."
132
-
133
- #: inc/php/page.php:73
134
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
135
- msgstr ""
136
-
137
- #: inc/php/page.php:74
138
- msgid "Just choose the one that is more suitable for your case."
139
  msgstr ""
140
 
141
- #: inc/php/page.php:76
142
- msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
143
- msgstr ""
144
 
145
- #: inc/php/page.php:77
146
- msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
147
  msgstr ""
148
 
149
- #: inc/php/page.php:79
150
- msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
151
- msgstr ""
152
 
153
- #: inc/php/page.php:81
154
- msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
155
- msgstr ""
156
 
157
- #: inc/php/page.php:84 inc/php/page.php:215
158
- msgid "Enjoy your fancy social media follow buttons."
159
- msgstr ""
160
 
161
- #: inc/php/page.php:84 inc/php/page.php:216 inc/php/page.php:225
162
- msgid "It's that simple!"
163
- msgstr "C'est si simple!"
 
164
 
165
- #: inc/php/page.php:89
166
- #, php-format
167
- msgid "If you want more options, then %s let us know %s and we will be happy to add them."
168
- msgstr "Si vous voulez plus d'options, alors %s nous le faire savoir %s et nous serons heureux de les ajouter."
169
 
170
- #: inc/php/page.php:103
171
  msgid "Frequently Asked Questions"
172
  msgstr "Questions fréquentes"
173
 
174
- #: inc/php/page.php:107
175
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
176
  msgstr "Si vous avez une question, veuillez lire la Foire aux questions ci-dessous pour voir si la réponse est ici."
177
 
178
- #: inc/php/page.php:132
179
  msgid "Where can I find a documentation for this plugin?"
180
  msgstr ""
181
 
182
- #: inc/php/page.php:137
183
  #, php-format
184
  msgid "Please visit our %s Documentation site %s to view documentation."
185
  msgstr ""
186
 
187
- #: inc/php/page.php:145
188
  msgid "Will this plugin work on my wordpress.COM website?"
189
  msgstr "Ce plugin fonctionnera-t-il sur mon site wordpress.COM?"
190
 
191
- #: inc/php/page.php:148
192
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
193
  msgstr "Désolé, ce plugin est disponible pour une utilisation uniquement sur les sites auto-hébergés (wordpress.ORG)."
194
 
195
- #: inc/php/page.php:150
196
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
197
  msgstr ""
198
 
199
- #: inc/php/page.php:151
200
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
201
  msgstr ""
202
 
203
- #: inc/php/page.php:154
204
  #, php-format
205
  msgid "You can learn more about the difference here: %s ."
206
  msgstr ""
207
 
208
- #: inc/php/page.php:161
209
  msgid "Will this plugin work/compatible with the theme I use?"
210
  msgstr ""
211
 
212
- #: inc/php/page.php:164
213
  msgid "This plugin is compatible with most themes."
214
  msgstr ""
215
 
216
- #: inc/php/page.php:165
217
  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."
218
  msgstr ""
219
 
220
- #: inc/php/page.php:166
221
  msgid "We constantly check this plugin for compatibility with third-party themes."
222
  msgstr ""
223
 
224
- #: inc/php/page.php:167
225
  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."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:169
229
  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."
230
  msgstr ""
231
 
232
- #: inc/php/page.php:173
233
  msgid "Will this plugin work/compatible with other plugins that I use?"
234
  msgstr ""
235
 
236
- #: inc/php/page.php:176
237
  msgid "This plugin is compatible with most plugins."
238
  msgstr ""
239
 
240
- #: inc/php/page.php:177
241
  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."
242
  msgstr ""
243
 
244
- #: inc/php/page.php:178
245
  msgid "We constantly check this plugin for compatibility with third-party plugins."
246
  msgstr ""
247
 
248
- #: inc/php/page.php:179
249
  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."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:181
253
  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."
254
  msgstr ""
255
 
256
- #: inc/php/page.php:185
257
  msgid "Can I use this plugin on my language?"
258
  msgstr "Puis-je utiliser ce plugin sur ma langue?"
259
 
260
- #: inc/php/page.php:188 inc/php/page.php:223
261
  msgid "Yes."
262
  msgstr "Oui."
263
 
264
- #: inc/php/page.php:189
265
  msgid "This plugin is ready for translation and has already been translated into several languages."
266
  msgstr "Ce plugin est prêt pour la traduction et a déjà été traduit en plusieurs langues."
267
 
268
- #: inc/php/page.php:190
269
  msgid "But If your language is not available then you can make one."
270
  msgstr ""
271
 
272
- #: inc/php/page.php:191
273
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
274
  msgstr "Peut-être que toutes les traductions existantes ne sont pas à jour. Vous êtes invités à apporter des corrections!"
275
 
276
- #: inc/php/page.php:192
277
  msgid "Many of plugin users would be delighted if you share your translation with the community."
278
  msgstr "Beaucoup d'utilisateurs de plugin serait ravi si vous partagez votre traduction avec la communauté."
279
 
280
- #: inc/php/page.php:193
281
  msgid "Thanks for your contribution!"
282
  msgstr "Merci pour votre contribution!"
283
 
284
- #: inc/php/page.php:197
285
  #, php-format
286
  msgid "If you want to help translate this plugin, please visit the %s."
287
  msgstr "Si vous voulez aider à traduire ce plugin alors s'il vous plaît visitez le %s."
288
 
289
- #: inc/php/page.php:201
290
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
291
  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."
292
 
293
- #: inc/php/page.php:204
294
  #, php-format
295
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
296
  msgstr "Il suffit d'envoyer le fichier PO pour nous ( %s ) et nous inclurons cette traduction dans la prochaine mise à jour du plugin."
297
 
298
- #: inc/php/page.php:211
299
  msgid "How does it work?"
300
  msgstr "Comment cela fonctionne?"
301
 
302
- #: inc/php/page.php:214 inc/php/page.php:224
303
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
304
  msgstr ""
305
 
306
- #: inc/php/page.php:220
 
 
 
 
 
 
 
 
307
  msgid "Can I configure my buttons bar instance?"
308
  msgstr ""
309
 
310
- #: inc/php/page.php:229
311
  msgid "How many buttons bar instances can I create?"
312
  msgstr ""
313
 
314
- #: inc/php/page.php:232
315
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
316
  msgstr ""
317
 
318
- #: inc/php/page.php:234
319
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
320
  msgstr ""
321
 
322
- #: inc/php/page.php:235
323
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
324
  msgstr ""
325
 
326
- #: inc/php/page.php:236
327
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
328
  msgstr ""
329
 
330
- #: inc/php/page.php:240
331
  msgid "Does this plugin requires any modification of the theme?"
332
  msgstr "Ce plugin nécessite-t-il une modification du thème?"
333
 
334
- #: inc/php/page.php:243 inc/php/page.php:251
335
  msgid "Absolutely not."
336
  msgstr "Absolument pas."
337
 
338
- #: inc/php/page.php:244
339
  msgid "This plugin is configurable entirely from the plugin settings page."
340
  msgstr "Ce plugin est entièrement configurable à partir de la page des paramètres du plugin."
341
 
342
- #: inc/php/page.php:248
343
  msgid "Does this require any knowledge of HTML or CSS?"
344
  msgstr "Est-ce que cela nécessite une connaissance de HTML ou CSS?"
345
 
346
- #: inc/php/page.php:252
347
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
348
  msgstr "Ce plugin peut être configuré sans connaissance de HTML ou CSS, en utilisant une page de paramètres de plugin facile à utiliser."
349
 
350
- #: inc/php/page.php:256
351
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
352
  msgstr ""
353
 
354
- #: inc/php/page.php:259
355
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
356
  msgstr ""
357
 
358
- #: inc/php/page.php:263
359
  msgid "It's not working."
360
  msgstr "Ça marche pas."
361
 
362
- #: inc/php/page.php:264
363
  msgid "What could be wrong?"
364
  msgstr "Qu'est-ce qui peut être erroné?"
365
 
366
- #: inc/php/page.php:267
367
  msgid "As with every plugin, it's possible that things don't work."
368
  msgstr "Comme avec chaque plugin, il est possible que les choses ne fonctionnent pas."
369
 
370
- #: inc/php/page.php:268
371
  msgid "It's impossible to tell what could be wrong exactly."
372
  msgstr "Il est impossible de dire ce qui pourrait être erroné exactement."
373
 
374
- #: inc/php/page.php:269
375
  msgid "The most common reason for this is a web browser's cache."
376
  msgstr "La raison la plus courante pour cela est le cache d'un navigateur Web."
377
 
378
- #: inc/php/page.php:270
379
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
380
  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."
381
 
382
- #: inc/php/page.php:271
383
  msgid "This is called the browser's cache."
384
  msgstr "C'est ce qu'on appelle le cache du navigateur."
385
 
386
- #: inc/php/page.php:272
387
  msgid "Clearing your browser's cache may solve the problem."
388
  msgstr "L'effacement du cache de votre navigateur peut résoudre le problème."
389
 
390
- #: inc/php/page.php:274
391
  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."
392
  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."
393
 
394
- #: inc/php/page.php:275 inc/php/page.php:304
395
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
396
  msgstr "Veuillez inclure autant d'informations que possible, y compris un lien vers votre site Web où le problème peut être vu."
397
 
398
- #: inc/php/page.php:279
399
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
400
  msgstr "La dernière mise à jour de WordPress m'empêche de modifier mon site Web qui utilise ce plugin."
401
 
402
- #: inc/php/page.php:280
403
  msgid "Why is this?"
404
  msgstr "Pourquoi?"
405
 
406
- #: inc/php/page.php:283
407
  msgid "This plugin can not cause such problem."
408
  msgstr "Ce plugin ne peut pas causer un tel problème."
409
 
410
- #: inc/php/page.php:284
411
  msgid "More likely, the problem are related to the settings of the website."
412
  msgstr "Plus probablement, le problème est lié aux paramètres du site Web."
413
 
414
- #: inc/php/page.php:285
415
  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."
416
  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."
417
 
418
- #: inc/php/page.php:286
419
  msgid "Also please try to re-login to the website, this too can help."
420
  msgstr "Aussi s'il vous plaît essayer de re-login sur le site, cela aussi peut vous aider."
421
 
422
- #: inc/php/page.php:290
423
  msgid "Where to report bug if found?"
424
  msgstr "Où signaler un bug ?"
425
 
426
- #: inc/php/page.php:293
427
  msgid "Bug reports are very welcome!"
428
  msgstr "Les rapports de bogues sont les bienvenus!"
429
 
430
- #: inc/php/page.php:296
431
  #, php-format
432
  msgid "Please visit our %s contact page %s and report."
433
  msgstr "S'il vous plaît visitez notre %s page de contact %s et le rapport."
434
 
435
- #: inc/php/page.php:301 inc/php/page.php:329
436
  msgid "Please do not forget to specify the name of the plugin."
437
  msgstr "S'il vous plaît n'oubliez pas de spécifier le nom du plugin."
438
 
439
- #: inc/php/page.php:302 inc/php/page.php:330 inc/php/page.php:346
440
  msgid "Thank you!"
441
  msgstr "Merci!"
442
 
443
- #: inc/php/page.php:305
444
  msgid "Describe in more detail what exactly you are seeing."
445
  msgstr ""
446
 
447
- #: inc/php/page.php:306
448
  msgid "Here are some examples:"
449
  msgstr ""
450
 
451
- #: inc/php/page.php:309
452
  msgid "Elements of the plugin settings page are not working."
453
  msgstr ""
454
 
455
- #: inc/php/page.php:310
456
  msgid "An error message is displayed on the plugin settings page."
457
  msgstr ""
458
 
459
- #: inc/php/page.php:311
460
  msgid "An error message is displayed on the front end of website."
461
  msgstr ""
462
 
463
- #: inc/php/page.php:312
464
  msgid "An error message is displayed on the back end of website."
465
  msgstr ""
466
 
467
- #: inc/php/page.php:313
468
  msgid "Website is crashed."
469
  msgstr ""
470
 
471
- #: inc/php/page.php:318
472
  msgid "Where to share any ideas or suggestions to make the plugin better?"
473
  msgstr "Où partager des idées ou des suggestions pour rendre le plugin meilleure?"
474
 
475
- #: inc/php/page.php:321
476
  msgid "Any suggestions are very welcome!"
477
  msgstr "Toutes les suggestions sont les bienvenus!"
478
 
479
- #: inc/php/page.php:324
480
  #, php-format
481
  msgid "Please visit our %s contact page %s."
482
  msgstr "Veuillez visiter notre %s page de contact %s."
483
 
484
- #: inc/php/page.php:334
485
  msgid "I love this plugin!"
486
  msgstr "J'aime ce plugin!"
487
 
488
- #: inc/php/page.php:335
489
  msgid "Can I help somehow?"
490
  msgstr "Puis-je aider ?"
491
 
492
- #: inc/php/page.php:338
493
  msgid "Yes, any contributions are very welcome!"
494
  msgstr "Oui, toutes les contributions sont les bienvenus!"
495
 
496
- #: inc/php/page.php:341
497
  #, php-format
498
  msgid "Please visit our %s Support Us %s page."
499
  msgstr "Veuillez visiter notre page de %s Support Us %s."
500
 
501
- #: inc/php/page.php:350
502
  msgid "Where can I find information about your licenses, payment process and refunds?"
503
  msgstr ""
504
 
505
- #: inc/php/page.php:355
506
  #, php-format
507
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
508
  msgstr ""
509
 
510
- #: inc/php/page.php:363
511
  msgid "Where can I find information about your customer support?"
512
  msgstr ""
513
 
514
- #: inc/php/page.php:368
515
  #, php-format
516
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
517
  msgstr ""
518
 
519
- #: inc/php/page.php:376
520
  msgid "Where can I find information about your affiliate program?"
521
  msgstr ""
522
 
523
- #: inc/php/page.php:381
524
  #, php-format
525
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
526
  msgstr ""
527
 
528
- #: inc/php/page.php:389
529
  msgid "My question wasn't answered here."
530
  msgstr "Ma question n'a pas été répondue ici."
531
 
532
- #: inc/php/page.php:394
533
  #, php-format
534
  msgid "You can ask your question on %s this page %s."
535
  msgstr "Vous pouvez poser votre question sur %s cette page %s."
536
 
537
- #: inc/php/page.php:399
538
  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."
539
  msgstr ""
540
 
541
- #: inc/php/page.php:410
542
- msgid "Support Us"
543
- msgstr "Nous soutenir"
544
-
545
- #: inc/php/page.php:418 inc/php/settings.php:157 inc/php/sidebar.php:54
546
- msgid "Donate with PayPal"
547
- msgstr "Faire un don avec PayPal"
548
-
549
- #: inc/php/page.php:425
550
- #, php-format
551
- 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."
552
- msgstr ""
553
-
554
- #: inc/php/page.php:434
555
- msgid "Our intention is to create projects that will make this world a better place."
556
- msgstr ""
557
-
558
- #: inc/php/page.php:435
559
- msgid "Our motto is - «Follow your dreams and don’t give up»."
560
- msgstr ""
561
-
562
- #: inc/php/page.php:436
563
- 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."
564
- msgstr ""
565
-
566
- #: inc/php/page.php:439
567
- 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."
568
- msgstr ""
569
-
570
- #: inc/php/page.php:440
571
- 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."
572
- 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."
573
-
574
- #: inc/php/page.php:443
575
- msgid "If you appreciate our work, you can buy us a cup of coffee!"
576
- msgstr ""
577
-
578
- #: inc/php/page.php:446
579
- msgid "Thank you for your support!"
580
- msgstr "Merci pour votre soutien!"
581
-
582
- #: inc/php/settings.php:21 inc/php/settings.php:139
583
  msgid "Save changes"
584
  msgstr "Enregistrer les modifications"
585
 
586
- #: inc/php/settings.php:25
587
  msgid "Buttons"
588
  msgstr ""
589
 
590
- #: inc/php/settings.php:27
591
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
592
  msgstr ""
593
 
594
- #: inc/php/settings.php:33
595
  msgid "Social media buttons"
596
  msgstr ""
597
 
598
- #: inc/php/settings.php:34 inc/php/settings.php:41
599
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
600
  msgstr ""
601
 
602
- #: inc/php/settings.php:40
603
  msgid "Additional buttons"
604
  msgstr ""
605
 
606
- #: inc/php/settings.php:49
607
  msgid "Buttons URL"
608
  msgstr ""
609
 
610
- #: inc/php/settings.php:51
611
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
612
  msgstr ""
613
 
614
- #: inc/php/settings.php:76
615
  msgid "Display options"
616
  msgstr ""
617
 
618
- #: inc/php/settings.php:78
619
  msgid "Here you can customize the display of your social media follow buttons bar."
620
  msgstr ""
621
 
622
- #: inc/php/settings.php:82
623
  msgid "Button size"
624
  msgstr ""
625
 
626
- #: inc/php/settings.php:83
627
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
628
  msgstr ""
629
 
630
- #: inc/php/settings.php:87
631
  msgid "Positioning"
632
  msgstr ""
633
 
634
- #: inc/php/settings.php:90
635
  msgid "Button margin"
636
  msgstr ""
637
 
638
- #: inc/php/settings.php:91
639
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
640
  msgstr ""
641
 
642
- #: inc/php/settings.php:96
643
  msgid "Left"
644
  msgstr ""
645
 
646
- #: inc/php/settings.php:97
647
  msgid "Center"
648
  msgstr ""
649
 
650
- #: inc/php/settings.php:98
651
  msgid "Right"
652
  msgstr ""
653
 
654
- #: inc/php/settings.php:100
655
  msgid "Buttons bar alignment"
656
  msgstr ""
657
 
658
- #: inc/php/settings.php:101
659
  msgid "You can choose the alignment of the entire buttons bar."
660
  msgstr ""
661
 
662
- #: inc/php/settings.php:105
663
  msgid "Links open method"
664
  msgstr ""
665
 
666
- #: inc/php/settings.php:108
667
  msgid "Open in new tab"
668
  msgstr ""
669
 
670
- #: inc/php/settings.php:109
671
  msgid "Open links in a new tab/window."
672
  msgstr ""
673
 
674
- #: inc/php/settings.php:112
675
  msgid "Additional"
676
  msgstr ""
677
 
678
- #: inc/php/settings.php:115
679
  msgid "Caption"
680
  msgstr ""
681
 
682
- #: inc/php/settings.php:116
683
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
684
  msgstr ""
685
 
686
- #: inc/php/settings.php:120
687
  msgid "Tooltips"
688
  msgstr ""
689
 
690
- #: inc/php/settings.php:121
691
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
692
  msgstr ""
693
 
694
- #: inc/php/settings.php:124
695
  msgid "Autoload"
696
  msgstr ""
697
 
698
- #: inc/php/settings.php:127
699
  msgid "Show on Posts"
700
  msgstr ""
701
 
702
- #: inc/php/settings.php:128
703
  msgid "Automatically display the buttons bar below content on Posts."
704
  msgstr ""
705
 
706
- #: inc/php/settings.php:131
707
  msgid "Show on Pages"
708
  msgstr ""
709
 
710
- #: inc/php/settings.php:132
711
  msgid "Automatically display the buttons bar below content on Pages."
712
  msgstr ""
713
 
714
- #: inc/php/settings.php:142
715
  msgid "Live Preview"
716
  msgstr ""
717
 
718
- #: inc/php/settings.php:144
719
  msgid "Click the \"Save changes\" button to update this preview."
720
  msgstr "Cliquez sur le bouton \"Enregistrer les modifications\" pour mettre à jour cet aperçu."
721
 
722
- #: inc/php/settings.php:152 inc/php/sidebar.php:49
723
- 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."
724
- 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."
725
 
726
- #: inc/php/settings.php:159 inc/php/sidebar.php:56
727
- msgid "Thanks for your support!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
728
  msgstr "Merci pour votre soutien!"
729
 
730
- #: inc/php/sidebar.php:16
731
- msgid "We are «Space X-Chimp»"
 
 
 
 
732
  msgstr ""
733
 
734
- #: inc/php/sidebar.php:33
735
- msgid "About"
736
- msgstr "A propos"
737
 
738
- #: inc/php/sidebar.php:35
739
- msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
740
  msgstr ""
741
 
742
- #: inc/php/sidebar.php:40
743
- msgid "Help"
744
- msgstr "Aide"
745
 
746
- #: inc/php/sidebar.php:42
747
- msgid "If you have a question, please read the information in the FAQ section."
748
- msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2019-03-01 06:51+0300\n"
7
+ "PO-Revision-Date: 2019-03-01 06:51+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
 
60
  msgid "Enter the URL of your RSS feed."
61
  msgstr ""
62
 
63
+ #: inc/php/messages.php:27 inc/php/tabs/support.php:25
64
  msgid "Hello!"
65
  msgstr "Salut."
66
 
81
  msgid "Please update the plugin to the latest version, and all will be fine."
82
  msgstr ""
83
 
84
+ #: inc/php/page.php:33
85
  #, php-format
86
  msgid "by %s Space X-Chimp %s"
87
  msgstr "par %s Space X-Chimp %s"
88
 
89
+ #: inc/php/page.php:39
90
  msgid "Version"
91
  msgstr "Version"
92
 
93
+ #: inc/php/page.php:47
94
  msgid "Usage"
95
  msgstr "Utilisation"
96
 
97
+ #: inc/php/page.php:48
98
  msgid "F.A.Q."
99
  msgstr "FAQ."
100
 
101
+ #: inc/php/page.php:49 inc/php/sidebar.php:47 inc/php/tabs/settings.php:150
102
  msgid "Support"
103
  msgstr "Support"
104
 
105
+ #: inc/php/page.php:50
106
  msgid "Store"
107
  msgstr "Le magasin"
108
 
109
+ #: inc/php/sidebar.php:16
110
+ msgid "We are «Space X-Chimp»"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgstr ""
112
 
113
+ #: inc/php/sidebar.php:33
114
+ msgid "About"
115
+ msgstr "A propos"
116
 
117
+ #: inc/php/sidebar.php:35
118
+ msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
119
  msgstr ""
120
 
121
+ #: inc/php/sidebar.php:40
122
+ msgid "Help"
123
+ msgstr "Aide"
124
 
125
+ #: inc/php/sidebar.php:42
126
+ msgid "If you have a question, please read the information in the FAQ section."
127
+ msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
128
 
129
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:152
130
+ 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."
131
+ 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."
132
 
133
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:157
134
+ #: inc/php/tabs/support.php:21
135
+ msgid "Donate with PayPal"
136
+ msgstr "Faire un don avec PayPal"
137
 
138
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:159
139
+ msgid "Thanks for your support!"
140
+ msgstr "Merci pour votre soutien!"
 
141
 
142
+ #: inc/php/tabs/faq.php:13
143
  msgid "Frequently Asked Questions"
144
  msgstr "Questions fréquentes"
145
 
146
+ #: inc/php/tabs/faq.php:17
147
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
148
  msgstr "Si vous avez une question, veuillez lire la Foire aux questions ci-dessous pour voir si la réponse est ici."
149
 
150
+ #: inc/php/tabs/faq.php:42
151
  msgid "Where can I find a documentation for this plugin?"
152
  msgstr ""
153
 
154
+ #: inc/php/tabs/faq.php:47
155
  #, php-format
156
  msgid "Please visit our %s Documentation site %s to view documentation."
157
  msgstr ""
158
 
159
+ #: inc/php/tabs/faq.php:55
160
  msgid "Will this plugin work on my wordpress.COM website?"
161
  msgstr "Ce plugin fonctionnera-t-il sur mon site wordpress.COM?"
162
 
163
+ #: inc/php/tabs/faq.php:58
164
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
165
  msgstr "Désolé, ce plugin est disponible pour une utilisation uniquement sur les sites auto-hébergés (wordpress.ORG)."
166
 
167
+ #: inc/php/tabs/faq.php:60
168
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
169
  msgstr ""
170
 
171
+ #: inc/php/tabs/faq.php:61
172
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
173
  msgstr ""
174
 
175
+ #: inc/php/tabs/faq.php:64
176
  #, php-format
177
  msgid "You can learn more about the difference here: %s ."
178
  msgstr ""
179
 
180
+ #: inc/php/tabs/faq.php:71
181
  msgid "Will this plugin work/compatible with the theme I use?"
182
  msgstr ""
183
 
184
+ #: inc/php/tabs/faq.php:74
185
  msgid "This plugin is compatible with most themes."
186
  msgstr ""
187
 
188
+ #: inc/php/tabs/faq.php:75
189
  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."
190
  msgstr ""
191
 
192
+ #: inc/php/tabs/faq.php:76
193
  msgid "We constantly check this plugin for compatibility with third-party themes."
194
  msgstr ""
195
 
196
+ #: inc/php/tabs/faq.php:77
197
  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."
198
  msgstr ""
199
 
200
+ #: inc/php/tabs/faq.php:79
201
  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."
202
  msgstr ""
203
 
204
+ #: inc/php/tabs/faq.php:83
205
  msgid "Will this plugin work/compatible with other plugins that I use?"
206
  msgstr ""
207
 
208
+ #: inc/php/tabs/faq.php:86
209
  msgid "This plugin is compatible with most plugins."
210
  msgstr ""
211
 
212
+ #: inc/php/tabs/faq.php:87
213
  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."
214
  msgstr ""
215
 
216
+ #: inc/php/tabs/faq.php:88
217
  msgid "We constantly check this plugin for compatibility with third-party plugins."
218
  msgstr ""
219
 
220
+ #: inc/php/tabs/faq.php:89
221
  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."
222
  msgstr ""
223
 
224
+ #: inc/php/tabs/faq.php:91
225
  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."
226
  msgstr ""
227
 
228
+ #: inc/php/tabs/faq.php:95
229
  msgid "Can I use this plugin on my language?"
230
  msgstr "Puis-je utiliser ce plugin sur ma langue?"
231
 
232
+ #: inc/php/tabs/faq.php:98 inc/php/tabs/faq.php:133
233
  msgid "Yes."
234
  msgstr "Oui."
235
 
236
+ #: inc/php/tabs/faq.php:99
237
  msgid "This plugin is ready for translation and has already been translated into several languages."
238
  msgstr "Ce plugin est prêt pour la traduction et a déjà été traduit en plusieurs langues."
239
 
240
+ #: inc/php/tabs/faq.php:100
241
  msgid "But If your language is not available then you can make one."
242
  msgstr ""
243
 
244
+ #: inc/php/tabs/faq.php:101
245
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
246
  msgstr "Peut-être que toutes les traductions existantes ne sont pas à jour. Vous êtes invités à apporter des corrections!"
247
 
248
+ #: inc/php/tabs/faq.php:102
249
  msgid "Many of plugin users would be delighted if you share your translation with the community."
250
  msgstr "Beaucoup d'utilisateurs de plugin serait ravi si vous partagez votre traduction avec la communauté."
251
 
252
+ #: inc/php/tabs/faq.php:103
253
  msgid "Thanks for your contribution!"
254
  msgstr "Merci pour votre contribution!"
255
 
256
+ #: inc/php/tabs/faq.php:107
257
  #, php-format
258
  msgid "If you want to help translate this plugin, please visit the %s."
259
  msgstr "Si vous voulez aider à traduire ce plugin alors s'il vous plaît visitez le %s."
260
 
261
+ #: inc/php/tabs/faq.php:111
262
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
263
  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."
264
 
265
+ #: inc/php/tabs/faq.php:114
266
  #, php-format
267
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
268
  msgstr "Il suffit d'envoyer le fichier PO pour nous ( %s ) et nous inclurons cette traduction dans la prochaine mise à jour du plugin."
269
 
270
+ #: inc/php/tabs/faq.php:121
271
  msgid "How does it work?"
272
  msgstr "Comment cela fonctionne?"
273
 
274
+ #: inc/php/tabs/faq.php:124 inc/php/tabs/faq.php:134
275
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
276
  msgstr ""
277
 
278
+ #: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:33
279
+ msgid "Enjoy your fancy social media follow buttons."
280
+ msgstr ""
281
+
282
+ #: inc/php/tabs/faq.php:126 inc/php/tabs/faq.php:135 inc/php/tabs/usage.php:33
283
+ msgid "It's that simple!"
284
+ msgstr "C'est si simple!"
285
+
286
+ #: inc/php/tabs/faq.php:130
287
  msgid "Can I configure my buttons bar instance?"
288
  msgstr ""
289
 
290
+ #: inc/php/tabs/faq.php:139
291
  msgid "How many buttons bar instances can I create?"
292
  msgstr ""
293
 
294
+ #: inc/php/tabs/faq.php:142
295
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
296
  msgstr ""
297
 
298
+ #: inc/php/tabs/faq.php:144
299
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
300
  msgstr ""
301
 
302
+ #: inc/php/tabs/faq.php:145
303
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
304
  msgstr ""
305
 
306
+ #: inc/php/tabs/faq.php:146
307
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
308
  msgstr ""
309
 
310
+ #: inc/php/tabs/faq.php:150
311
  msgid "Does this plugin requires any modification of the theme?"
312
  msgstr "Ce plugin nécessite-t-il une modification du thème?"
313
 
314
+ #: inc/php/tabs/faq.php:153 inc/php/tabs/faq.php:161
315
  msgid "Absolutely not."
316
  msgstr "Absolument pas."
317
 
318
+ #: inc/php/tabs/faq.php:154
319
  msgid "This plugin is configurable entirely from the plugin settings page."
320
  msgstr "Ce plugin est entièrement configurable à partir de la page des paramètres du plugin."
321
 
322
+ #: inc/php/tabs/faq.php:158
323
  msgid "Does this require any knowledge of HTML or CSS?"
324
  msgstr "Est-ce que cela nécessite une connaissance de HTML ou CSS?"
325
 
326
+ #: inc/php/tabs/faq.php:162
327
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
328
  msgstr "Ce plugin peut être configuré sans connaissance de HTML ou CSS, en utilisant une page de paramètres de plugin facile à utiliser."
329
 
330
+ #: inc/php/tabs/faq.php:166
331
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
332
  msgstr ""
333
 
334
+ #: inc/php/tabs/faq.php:169
335
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
336
  msgstr ""
337
 
338
+ #: inc/php/tabs/faq.php:173
339
  msgid "It's not working."
340
  msgstr "Ça marche pas."
341
 
342
+ #: inc/php/tabs/faq.php:174
343
  msgid "What could be wrong?"
344
  msgstr "Qu'est-ce qui peut être erroné?"
345
 
346
+ #: inc/php/tabs/faq.php:177
347
  msgid "As with every plugin, it's possible that things don't work."
348
  msgstr "Comme avec chaque plugin, il est possible que les choses ne fonctionnent pas."
349
 
350
+ #: inc/php/tabs/faq.php:178
351
  msgid "It's impossible to tell what could be wrong exactly."
352
  msgstr "Il est impossible de dire ce qui pourrait être erroné exactement."
353
 
354
+ #: inc/php/tabs/faq.php:179
355
  msgid "The most common reason for this is a web browser's cache."
356
  msgstr "La raison la plus courante pour cela est le cache d'un navigateur Web."
357
 
358
+ #: inc/php/tabs/faq.php:180
359
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
360
  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."
361
 
362
+ #: inc/php/tabs/faq.php:181
363
  msgid "This is called the browser's cache."
364
  msgstr "C'est ce qu'on appelle le cache du navigateur."
365
 
366
+ #: inc/php/tabs/faq.php:182
367
  msgid "Clearing your browser's cache may solve the problem."
368
  msgstr "L'effacement du cache de votre navigateur peut résoudre le problème."
369
 
370
+ #: inc/php/tabs/faq.php:184
371
  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."
372
  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."
373
 
374
+ #: inc/php/tabs/faq.php:185 inc/php/tabs/faq.php:214
375
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
376
  msgstr "Veuillez inclure autant d'informations que possible, y compris un lien vers votre site Web où le problème peut être vu."
377
 
378
+ #: inc/php/tabs/faq.php:189
379
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
380
  msgstr "La dernière mise à jour de WordPress m'empêche de modifier mon site Web qui utilise ce plugin."
381
 
382
+ #: inc/php/tabs/faq.php:190
383
  msgid "Why is this?"
384
  msgstr "Pourquoi?"
385
 
386
+ #: inc/php/tabs/faq.php:193
387
  msgid "This plugin can not cause such problem."
388
  msgstr "Ce plugin ne peut pas causer un tel problème."
389
 
390
+ #: inc/php/tabs/faq.php:194
391
  msgid "More likely, the problem are related to the settings of the website."
392
  msgstr "Plus probablement, le problème est lié aux paramètres du site Web."
393
 
394
+ #: inc/php/tabs/faq.php:195
395
  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."
396
  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."
397
 
398
+ #: inc/php/tabs/faq.php:196
399
  msgid "Also please try to re-login to the website, this too can help."
400
  msgstr "Aussi s'il vous plaît essayer de re-login sur le site, cela aussi peut vous aider."
401
 
402
+ #: inc/php/tabs/faq.php:200
403
  msgid "Where to report bug if found?"
404
  msgstr "Où signaler un bug ?"
405
 
406
+ #: inc/php/tabs/faq.php:203
407
  msgid "Bug reports are very welcome!"
408
  msgstr "Les rapports de bogues sont les bienvenus!"
409
 
410
+ #: inc/php/tabs/faq.php:206
411
  #, php-format
412
  msgid "Please visit our %s contact page %s and report."
413
  msgstr "S'il vous plaît visitez notre %s page de contact %s et le rapport."
414
 
415
+ #: inc/php/tabs/faq.php:211 inc/php/tabs/faq.php:239
416
  msgid "Please do not forget to specify the name of the plugin."
417
  msgstr "S'il vous plaît n'oubliez pas de spécifier le nom du plugin."
418
 
419
+ #: inc/php/tabs/faq.php:212 inc/php/tabs/faq.php:240 inc/php/tabs/faq.php:256
420
  msgid "Thank you!"
421
  msgstr "Merci!"
422
 
423
+ #: inc/php/tabs/faq.php:215
424
  msgid "Describe in more detail what exactly you are seeing."
425
  msgstr ""
426
 
427
+ #: inc/php/tabs/faq.php:216
428
  msgid "Here are some examples:"
429
  msgstr ""
430
 
431
+ #: inc/php/tabs/faq.php:219
432
  msgid "Elements of the plugin settings page are not working."
433
  msgstr ""
434
 
435
+ #: inc/php/tabs/faq.php:220
436
  msgid "An error message is displayed on the plugin settings page."
437
  msgstr ""
438
 
439
+ #: inc/php/tabs/faq.php:221
440
  msgid "An error message is displayed on the front end of website."
441
  msgstr ""
442
 
443
+ #: inc/php/tabs/faq.php:222
444
  msgid "An error message is displayed on the back end of website."
445
  msgstr ""
446
 
447
+ #: inc/php/tabs/faq.php:223
448
  msgid "Website is crashed."
449
  msgstr ""
450
 
451
+ #: inc/php/tabs/faq.php:228
452
  msgid "Where to share any ideas or suggestions to make the plugin better?"
453
  msgstr "Où partager des idées ou des suggestions pour rendre le plugin meilleure?"
454
 
455
+ #: inc/php/tabs/faq.php:231
456
  msgid "Any suggestions are very welcome!"
457
  msgstr "Toutes les suggestions sont les bienvenus!"
458
 
459
+ #: inc/php/tabs/faq.php:234
460
  #, php-format
461
  msgid "Please visit our %s contact page %s."
462
  msgstr "Veuillez visiter notre %s page de contact %s."
463
 
464
+ #: inc/php/tabs/faq.php:244
465
  msgid "I love this plugin!"
466
  msgstr "J'aime ce plugin!"
467
 
468
+ #: inc/php/tabs/faq.php:245
469
  msgid "Can I help somehow?"
470
  msgstr "Puis-je aider ?"
471
 
472
+ #: inc/php/tabs/faq.php:248
473
  msgid "Yes, any contributions are very welcome!"
474
  msgstr "Oui, toutes les contributions sont les bienvenus!"
475
 
476
+ #: inc/php/tabs/faq.php:251
477
  #, php-format
478
  msgid "Please visit our %s Support Us %s page."
479
  msgstr "Veuillez visiter notre page de %s Support Us %s."
480
 
481
+ #: inc/php/tabs/faq.php:260
482
  msgid "Where can I find information about your licenses, payment process and refunds?"
483
  msgstr ""
484
 
485
+ #: inc/php/tabs/faq.php:265
486
  #, php-format
487
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
488
  msgstr ""
489
 
490
+ #: inc/php/tabs/faq.php:273
491
  msgid "Where can I find information about your customer support?"
492
  msgstr ""
493
 
494
+ #: inc/php/tabs/faq.php:278
495
  #, php-format
496
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
497
  msgstr ""
498
 
499
+ #: inc/php/tabs/faq.php:286
500
  msgid "Where can I find information about your affiliate program?"
501
  msgstr ""
502
 
503
+ #: inc/php/tabs/faq.php:291
504
  #, php-format
505
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
506
  msgstr ""
507
 
508
+ #: inc/php/tabs/faq.php:299
509
  msgid "My question wasn't answered here."
510
  msgstr "Ma question n'a pas été répondue ici."
511
 
512
+ #: inc/php/tabs/faq.php:304
513
  #, php-format
514
  msgid "You can ask your question on %s this page %s."
515
  msgstr "Vous pouvez poser votre question sur %s cette page %s."
516
 
517
+ #: inc/php/tabs/faq.php:309
518
  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."
519
  msgstr ""
520
 
521
+ #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
522
  msgid "Save changes"
523
  msgstr "Enregistrer les modifications"
524
 
525
+ #: inc/php/tabs/settings.php:25
526
  msgid "Buttons"
527
  msgstr ""
528
 
529
+ #: inc/php/tabs/settings.php:27
530
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
531
  msgstr ""
532
 
533
+ #: inc/php/tabs/settings.php:33
534
  msgid "Social media buttons"
535
  msgstr ""
536
 
537
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:41
538
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
539
  msgstr ""
540
 
541
+ #: inc/php/tabs/settings.php:40
542
  msgid "Additional buttons"
543
  msgstr ""
544
 
545
+ #: inc/php/tabs/settings.php:49
546
  msgid "Buttons URL"
547
  msgstr ""
548
 
549
+ #: inc/php/tabs/settings.php:51
550
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
551
  msgstr ""
552
 
553
+ #: inc/php/tabs/settings.php:76
554
  msgid "Display options"
555
  msgstr ""
556
 
557
+ #: inc/php/tabs/settings.php:78
558
  msgid "Here you can customize the display of your social media follow buttons bar."
559
  msgstr ""
560
 
561
+ #: inc/php/tabs/settings.php:82
562
  msgid "Button size"
563
  msgstr ""
564
 
565
+ #: inc/php/tabs/settings.php:83
566
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
567
  msgstr ""
568
 
569
+ #: inc/php/tabs/settings.php:87
570
  msgid "Positioning"
571
  msgstr ""
572
 
573
+ #: inc/php/tabs/settings.php:90
574
  msgid "Button margin"
575
  msgstr ""
576
 
577
+ #: inc/php/tabs/settings.php:91
578
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
579
  msgstr ""
580
 
581
+ #: inc/php/tabs/settings.php:96
582
  msgid "Left"
583
  msgstr ""
584
 
585
+ #: inc/php/tabs/settings.php:97
586
  msgid "Center"
587
  msgstr ""
588
 
589
+ #: inc/php/tabs/settings.php:98
590
  msgid "Right"
591
  msgstr ""
592
 
593
+ #: inc/php/tabs/settings.php:100
594
  msgid "Buttons bar alignment"
595
  msgstr ""
596
 
597
+ #: inc/php/tabs/settings.php:101
598
  msgid "You can choose the alignment of the entire buttons bar."
599
  msgstr ""
600
 
601
+ #: inc/php/tabs/settings.php:105
602
  msgid "Links open method"
603
  msgstr ""
604
 
605
+ #: inc/php/tabs/settings.php:108
606
  msgid "Open in new tab"
607
  msgstr ""
608
 
609
+ #: inc/php/tabs/settings.php:109
610
  msgid "Open links in a new tab/window."
611
  msgstr ""
612
 
613
+ #: inc/php/tabs/settings.php:112
614
  msgid "Additional"
615
  msgstr ""
616
 
617
+ #: inc/php/tabs/settings.php:115
618
  msgid "Caption"
619
  msgstr ""
620
 
621
+ #: inc/php/tabs/settings.php:116
622
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
623
  msgstr ""
624
 
625
+ #: inc/php/tabs/settings.php:120
626
  msgid "Tooltips"
627
  msgstr ""
628
 
629
+ #: inc/php/tabs/settings.php:121
630
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
631
  msgstr ""
632
 
633
+ #: inc/php/tabs/settings.php:124
634
  msgid "Autoload"
635
  msgstr ""
636
 
637
+ #: inc/php/tabs/settings.php:127
638
  msgid "Show on Posts"
639
  msgstr ""
640
 
641
+ #: inc/php/tabs/settings.php:128
642
  msgid "Automatically display the buttons bar below content on Posts."
643
  msgstr ""
644
 
645
+ #: inc/php/tabs/settings.php:131
646
  msgid "Show on Pages"
647
  msgstr ""
648
 
649
+ #: inc/php/tabs/settings.php:132
650
  msgid "Automatically display the buttons bar below content on Pages."
651
  msgstr ""
652
 
653
+ #: inc/php/tabs/settings.php:142
654
  msgid "Live Preview"
655
  msgstr ""
656
 
657
+ #: inc/php/tabs/settings.php:144
658
  msgid "Click the \"Save changes\" button to update this preview."
659
  msgstr "Cliquez sur le bouton \"Enregistrer les modifications\" pour mettre à jour cet aperçu."
660
 
661
+ #: inc/php/tabs/support.php:13
662
+ msgid "Support Us"
663
+ msgstr "Nous soutenir"
664
 
665
+ #: inc/php/tabs/support.php:28
666
+ #, php-format
667
+ 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."
668
+ msgstr ""
669
+
670
+ #: inc/php/tabs/support.php:37
671
+ msgid "Our intention is to create projects that will make this world a better place."
672
+ msgstr ""
673
+
674
+ #: inc/php/tabs/support.php:38
675
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
676
+ msgstr ""
677
+
678
+ #: inc/php/tabs/support.php:39
679
+ 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."
680
+ msgstr ""
681
+
682
+ #: inc/php/tabs/support.php:42
683
+ 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."
684
+ msgstr ""
685
+
686
+ #: inc/php/tabs/support.php:43
687
+ 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."
688
+ 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."
689
+
690
+ #: inc/php/tabs/support.php:46
691
+ msgid "If you appreciate our work, you can buy us a cup of coffee!"
692
+ msgstr ""
693
+
694
+ #: inc/php/tabs/support.php:49
695
+ msgid "Thank you for your support!"
696
  msgstr "Merci pour votre soutien!"
697
 
698
+ #: inc/php/tabs/usage.php:13
699
+ msgid "Usage Instructions"
700
+ msgstr "Instructions d'utilisation"
701
+
702
+ #: inc/php/tabs/usage.php:15
703
+ msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
704
  msgstr ""
705
 
706
+ #: inc/php/tabs/usage.php:17
707
+ msgid "Go to the \"Settings\" tab on this page."
708
+ msgstr "Accédez à l'onglet \"Paramètres\" de cette page."
709
 
710
+ #: inc/php/tabs/usage.php:18
711
+ msgid "Select the desired buttons and fill in the required URL fields."
712
  msgstr ""
713
 
714
+ #: inc/php/tabs/usage.php:19
715
+ msgid "Select the desired settings."
716
+ msgstr ""
717
 
718
+ #: inc/php/tabs/usage.php:20
719
+ msgid "Click the \"Save changes\" button."
720
+ msgstr "Cliquez sur le bouton \"Enregistrer les modifications\"."
721
+
722
+ #: inc/php/tabs/usage.php:22
723
+ msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
724
+ msgstr ""
725
+
726
+ #: inc/php/tabs/usage.php:23
727
+ msgid "Just choose the one that is more suitable for your case."
728
+ msgstr ""
729
+
730
+ #: inc/php/tabs/usage.php:25
731
+ msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
732
+ msgstr ""
733
+
734
+ #: inc/php/tabs/usage.php:26
735
+ msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
736
+ msgstr ""
737
+
738
+ #: inc/php/tabs/usage.php:28
739
+ msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
740
+ msgstr ""
741
+
742
+ #: inc/php/tabs/usage.php:30
743
+ msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
744
+ msgstr ""
745
+
746
+ #: inc/php/tabs/usage.php:38
747
+ #, php-format
748
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
749
+ msgstr "Si vous voulez plus d'options, alors %s nous le faire savoir %s et nous serons heureux de les ajouter."
languages/social-media-buttons-toolbar-nl_NL.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-nl_NL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2019-02-20 23:23+0300\n"
7
- "PO-Revision-Date: 2019-02-20 23:23+0300\n"
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:44
24
  msgid "Settings"
25
  msgstr "Instellingen"
26
 
@@ -61,7 +61,7 @@ msgstr ""
61
  msgid "Enter the URL of your RSS feed."
62
  msgstr ""
63
 
64
- #: inc/php/messages.php:27 inc/php/page.php:422
65
  msgid "Hello!"
66
  msgstr "Hallo!"
67
 
@@ -82,671 +82,672 @@ msgstr "Je hebt een oudere versie van deze plug-in geïnstalleerd."
82
  msgid "Please update the plugin to the latest version, and all will be fine."
83
  msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
84
 
85
- #: inc/php/page.php:31
86
  #, php-format
87
  msgid "by %s Space X-Chimp %s"
88
  msgstr "door %s Space X-Chimp %s"
89
 
90
- #: inc/php/page.php:37
91
  msgid "Version"
92
  msgstr "Versie"
93
 
94
- #: inc/php/page.php:45
95
  msgid "Usage"
96
  msgstr "Gebruik"
97
 
98
- #: inc/php/page.php:46
99
  msgid "F.A.Q."
100
  msgstr "F.A.Q."
101
 
102
- #: inc/php/page.php:47 inc/php/settings.php:150 inc/php/sidebar.php:47
103
  msgid "Support"
104
  msgstr "Ondersteuning"
105
 
106
- #: inc/php/page.php:48
107
  msgid "Store"
108
  msgstr "Winkel"
109
 
110
- #: inc/php/page.php:64
111
- msgid "Usage Instructions"
112
- msgstr "Gebruiksinstructies"
113
-
114
- #: inc/php/page.php:66
115
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
116
- msgstr ""
117
-
118
- #: inc/php/page.php:68
119
- msgid "Go to the \"Settings\" tab on this page."
120
- msgstr ""
121
-
122
- #: inc/php/page.php:69
123
- msgid "Select the desired buttons and fill in the required URL fields."
124
- msgstr ""
125
-
126
- #: inc/php/page.php:70
127
- msgid "Select the desired settings."
128
- msgstr ""
129
-
130
- #: inc/php/page.php:71
131
- msgid "Click the \"Save changes\" button."
132
- msgstr "Klik op de knop \"Wijzigingen opslaan\"."
133
-
134
- #: inc/php/page.php:73
135
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
136
- msgstr ""
137
-
138
- #: inc/php/page.php:74
139
- msgid "Just choose the one that is more suitable for your case."
140
- msgstr ""
141
 
142
- #: inc/php/page.php:76
143
- msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
144
- msgstr ""
145
 
146
- #: inc/php/page.php:77
147
- msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
148
  msgstr ""
149
 
150
- #: inc/php/page.php:79
151
- msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
152
- msgstr ""
153
 
154
- #: inc/php/page.php:81
155
- msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
156
- msgstr ""
157
 
158
- #: inc/php/page.php:84 inc/php/page.php:215
159
- msgid "Enjoy your fancy social media follow buttons."
160
  msgstr ""
161
 
162
- #: inc/php/page.php:84 inc/php/page.php:216 inc/php/page.php:225
163
- msgid "It's that simple!"
164
- msgstr "Zo eenvoudig is het!"
 
165
 
166
- #: inc/php/page.php:89
167
- #, php-format
168
- msgid "If you want more options, then %s let us know %s and we will be happy to add them."
169
- msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
170
 
171
- #: inc/php/page.php:103
172
  msgid "Frequently Asked Questions"
173
  msgstr "Veel voorkomende vragen (FAQ)"
174
 
175
- #: inc/php/page.php:107
176
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
177
  msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
178
 
179
- #: inc/php/page.php:132
180
  msgid "Where can I find a documentation for this plugin?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:137
184
  #, php-format
185
  msgid "Please visit our %s Documentation site %s to view documentation."
186
  msgstr ""
187
 
188
- #: inc/php/page.php:145
189
  msgid "Will this plugin work on my wordpress.COM website?"
190
  msgstr "Werkt deze plugin op mijn wordpress.COM website?"
191
 
192
- #: inc/php/page.php:148
193
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
194
  msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (wordpress.ORG) websites."
195
 
196
- #: inc/php/page.php:150
197
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
202
  msgstr ""
203
 
204
- #: inc/php/page.php:154
205
  #, php-format
206
  msgid "You can learn more about the difference here: %s ."
207
  msgstr ""
208
 
209
- #: inc/php/page.php:161
210
  msgid "Will this plugin work/compatible with the theme I use?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:164
214
  msgid "This plugin is compatible with most themes."
215
  msgstr ""
216
 
217
- #: inc/php/page.php:165
218
  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."
219
  msgstr ""
220
 
221
- #: inc/php/page.php:166
222
  msgid "We constantly check this plugin for compatibility with third-party themes."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:167
226
  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."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:169
230
  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."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:173
234
  msgid "Will this plugin work/compatible with other plugins that I use?"
235
  msgstr ""
236
 
237
- #: inc/php/page.php:176
238
  msgid "This plugin is compatible with most plugins."
239
  msgstr ""
240
 
241
- #: inc/php/page.php:177
242
  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."
243
  msgstr ""
244
 
245
- #: inc/php/page.php:178
246
  msgid "We constantly check this plugin for compatibility with third-party plugins."
247
  msgstr ""
248
 
249
- #: inc/php/page.php:179
250
  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."
251
  msgstr ""
252
 
253
- #: inc/php/page.php:181
254
  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."
255
  msgstr ""
256
 
257
- #: inc/php/page.php:185
258
  msgid "Can I use this plugin on my language?"
259
  msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
260
 
261
- #: inc/php/page.php:188 inc/php/page.php:223
262
  msgid "Yes."
263
  msgstr "Ja."
264
 
265
- #: inc/php/page.php:189
266
  msgid "This plugin is ready for translation and has already been translated into several languages."
267
  msgstr "Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
268
 
269
- #: inc/php/page.php:190
270
  msgid "But If your language is not available then you can make one."
271
  msgstr ""
272
 
273
- #: inc/php/page.php:191
274
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
275
  msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
276
 
277
- #: inc/php/page.php:192
278
  msgid "Many of plugin users would be delighted if you share your translation with the community."
279
  msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt."
280
 
281
- #: inc/php/page.php:193
282
  msgid "Thanks for your contribution!"
283
  msgstr "Bedankt voor je bijdrage!"
284
 
285
- #: inc/php/page.php:197
286
  #, php-format
287
  msgid "If you want to help translate this plugin, please visit the %s."
288
  msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s."
289
 
290
- #: inc/php/page.php:201
291
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
292
  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."
293
 
294
- #: inc/php/page.php:204
295
  #, php-format
296
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
297
  msgstr "Stuur het PO-bestand naar ons ( %s ) en we zullen deze vertaling opnemen in de volgende plug-in update."
298
 
299
- #: inc/php/page.php:211
300
  msgid "How does it work?"
301
  msgstr "Hoe werkt het?"
302
 
303
- #: inc/php/page.php:214 inc/php/page.php:224
304
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
305
  msgstr ""
306
 
307
- #: inc/php/page.php:220
 
 
 
 
 
 
 
 
308
  msgid "Can I configure my buttons bar instance?"
309
  msgstr ""
310
 
311
- #: inc/php/page.php:229
312
  msgid "How many buttons bar instances can I create?"
313
  msgstr ""
314
 
315
- #: inc/php/page.php:232
316
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
317
  msgstr ""
318
 
319
- #: inc/php/page.php:234
320
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
321
  msgstr ""
322
 
323
- #: inc/php/page.php:235
324
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
325
  msgstr ""
326
 
327
- #: inc/php/page.php:236
328
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
329
  msgstr ""
330
 
331
- #: inc/php/page.php:240
332
  msgid "Does this plugin requires any modification of the theme?"
333
  msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
334
 
335
- #: inc/php/page.php:243 inc/php/page.php:251
336
  msgid "Absolutely not."
337
  msgstr "Absoluut niet."
338
 
339
- #: inc/php/page.php:244
340
  msgid "This plugin is configurable entirely from the plugin settings page."
341
  msgstr "Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
342
 
343
- #: inc/php/page.php:248
344
  msgid "Does this require any knowledge of HTML or CSS?"
345
  msgstr "Vereist dit enige kennis van HTML of CSS?"
346
 
347
- #: inc/php/page.php:252
348
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
349
  msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina."
350
 
351
- #: inc/php/page.php:256
352
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
353
  msgstr ""
354
 
355
- #: inc/php/page.php:259
356
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
357
  msgstr ""
358
 
359
- #: inc/php/page.php:263
360
  msgid "It's not working."
361
  msgstr "Het werkt niet."
362
 
363
- #: inc/php/page.php:264
364
  msgid "What could be wrong?"
365
  msgstr "Wat kan er fout zijn?"
366
 
367
- #: inc/php/page.php:267
368
  msgid "As with every plugin, it's possible that things don't work."
369
  msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken."
370
 
371
- #: inc/php/page.php:268
372
  msgid "It's impossible to tell what could be wrong exactly."
373
  msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn."
374
 
375
- #: inc/php/page.php:269
376
  msgid "The most common reason for this is a web browser's cache."
377
  msgstr "De meest voorkomende reden hiervoor is de cache van een webbrowser."
378
 
379
- #: inc/php/page.php:270
380
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
381
  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."
382
 
383
- #: inc/php/page.php:271
384
  msgid "This is called the browser's cache."
385
  msgstr "Dit wordt de cache van de browser genoemd."
386
 
387
- #: inc/php/page.php:272
388
  msgid "Clearing your browser's cache may solve the problem."
389
  msgstr "Het wissen van de cache van uw browser kan het probleem oplossen."
390
 
391
- #: inc/php/page.php:274
392
  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."
393
  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."
394
 
395
- #: inc/php/page.php:275 inc/php/page.php:304
396
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
397
  msgstr "Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
398
 
399
- #: inc/php/page.php:279
400
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
401
  msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik."
402
 
403
- #: inc/php/page.php:280
404
  msgid "Why is this?"
405
  msgstr "Waarom is dit?"
406
 
407
- #: inc/php/page.php:283
408
  msgid "This plugin can not cause such problem."
409
  msgstr "Deze plug-in kan zo’n probleem niet veroorzaken."
410
 
411
- #: inc/php/page.php:284
412
  msgid "More likely, the problem are related to the settings of the website."
413
  msgstr "Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website."
414
 
415
- #: inc/php/page.php:285
416
  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."
417
  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."
418
 
419
- #: inc/php/page.php:286
420
  msgid "Also please try to re-login to the website, this too can help."
421
  msgstr "Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
422
 
423
- #: inc/php/page.php:290
424
  msgid "Where to report bug if found?"
425
  msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
426
 
427
- #: inc/php/page.php:293
428
  msgid "Bug reports are very welcome!"
429
  msgstr "Bugrapporten zijn van harte welkom!"
430
 
431
- #: inc/php/page.php:296
432
  #, php-format
433
  msgid "Please visit our %s contact page %s and report."
434
  msgstr "Ga naar onze %s contactpagina %s en rapporteer."
435
 
436
- #: inc/php/page.php:301 inc/php/page.php:329
437
  msgid "Please do not forget to specify the name of the plugin."
438
  msgstr "Vergeet alsjeblieft niet om de naam van de plug-in te specificeren."
439
 
440
- #: inc/php/page.php:302 inc/php/page.php:330 inc/php/page.php:346
441
  msgid "Thank you!"
442
  msgstr "Dank je!"
443
 
444
- #: inc/php/page.php:305
445
  msgid "Describe in more detail what exactly you are seeing."
446
  msgstr ""
447
 
448
- #: inc/php/page.php:306
449
  msgid "Here are some examples:"
450
  msgstr ""
451
 
452
- #: inc/php/page.php:309
453
  msgid "Elements of the plugin settings page are not working."
454
  msgstr ""
455
 
456
- #: inc/php/page.php:310
457
  msgid "An error message is displayed on the plugin settings page."
458
  msgstr ""
459
 
460
- #: inc/php/page.php:311
461
  msgid "An error message is displayed on the front end of website."
462
  msgstr ""
463
 
464
- #: inc/php/page.php:312
465
  msgid "An error message is displayed on the back end of website."
466
  msgstr ""
467
 
468
- #: inc/php/page.php:313
469
  msgid "Website is crashed."
470
  msgstr ""
471
 
472
- #: inc/php/page.php:318
473
  msgid "Where to share any ideas or suggestions to make the plugin better?"
474
  msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
475
 
476
- #: inc/php/page.php:321
477
  msgid "Any suggestions are very welcome!"
478
  msgstr "Alle suggesties zijn van harte welkom!"
479
 
480
- #: inc/php/page.php:324
481
  #, php-format
482
  msgid "Please visit our %s contact page %s."
483
  msgstr "Ga naar onze %s contactpagina %s."
484
 
485
- #: inc/php/page.php:334
486
  msgid "I love this plugin!"
487
  msgstr "Ik ben dol op deze plug-in!"
488
 
489
- #: inc/php/page.php:335
490
  msgid "Can I help somehow?"
491
  msgstr "Kan ik op de een of andere manier helpen?"
492
 
493
- #: inc/php/page.php:338
494
  msgid "Yes, any contributions are very welcome!"
495
  msgstr "Ja, alle bijdragen zijn van harte welkom!"
496
 
497
- #: inc/php/page.php:341
498
  #, php-format
499
  msgid "Please visit our %s Support Us %s page."
500
  msgstr "Ga naar onze %s Support Us %s."
501
 
502
- #: inc/php/page.php:350
503
  msgid "Where can I find information about your licenses, payment process and refunds?"
504
  msgstr ""
505
 
506
- #: inc/php/page.php:355
507
  #, php-format
508
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
509
  msgstr ""
510
 
511
- #: inc/php/page.php:363
512
  msgid "Where can I find information about your customer support?"
513
  msgstr ""
514
 
515
- #: inc/php/page.php:368
516
  #, php-format
517
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
518
  msgstr ""
519
 
520
- #: inc/php/page.php:376
521
  msgid "Where can I find information about your affiliate program?"
522
  msgstr ""
523
 
524
- #: inc/php/page.php:381
525
  #, php-format
526
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
527
  msgstr ""
528
 
529
- #: inc/php/page.php:389
530
  msgid "My question wasn't answered here."
531
  msgstr "Mij vraag is hier niet beantwoord."
532
 
533
- #: inc/php/page.php:394
534
  #, php-format
535
  msgid "You can ask your question on %s this page %s."
536
  msgstr "Je kunt je vraag op %s deze pagina %s stellen."
537
 
538
- #: inc/php/page.php:399
539
  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."
540
  msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
541
 
542
- #: inc/php/page.php:410
543
- msgid "Support Us"
544
- msgstr "Ondersteun ons"
545
-
546
- #: inc/php/page.php:418 inc/php/settings.php:157 inc/php/sidebar.php:54
547
- msgid "Donate with PayPal"
548
- msgstr "Doneer via PayPal"
549
-
550
- #: inc/php/page.php:425
551
- #, php-format
552
- 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."
553
- 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."
554
-
555
- #: inc/php/page.php:434
556
- msgid "Our intention is to create projects that will make this world a better place."
557
- msgstr "Het is onze bedoeling om projecten te maken die van deze wereld een betere plek maken."
558
-
559
- #: inc/php/page.php:435
560
- msgid "Our motto is - «Follow your dreams and don’t give up»."
561
- msgstr ""
562
-
563
- #: inc/php/page.php:436
564
- 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."
565
- 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."
566
-
567
- #: inc/php/page.php:439
568
- 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."
569
- 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."
570
-
571
- #: inc/php/page.php:440
572
- 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."
573
- 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."
574
-
575
- #: inc/php/page.php:443
576
- msgid "If you appreciate our work, you can buy us a cup of coffee!"
577
- msgstr "Als je ons werk waardeert, kun je een koffie voor ons kopen!"
578
-
579
- #: inc/php/page.php:446
580
- msgid "Thank you for your support!"
581
- msgstr "Bedankt voor je ondersteuning!"
582
-
583
- #: inc/php/settings.php:21 inc/php/settings.php:139
584
  msgid "Save changes"
585
  msgstr "Wijzigingen opslaan"
586
 
587
- #: inc/php/settings.php:25
588
  msgid "Buttons"
589
  msgstr ""
590
 
591
- #: inc/php/settings.php:27
592
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
593
  msgstr ""
594
 
595
- #: inc/php/settings.php:33
596
  msgid "Social media buttons"
597
  msgstr ""
598
 
599
- #: inc/php/settings.php:34 inc/php/settings.php:41
600
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
601
  msgstr ""
602
 
603
- #: inc/php/settings.php:40
604
  msgid "Additional buttons"
605
  msgstr ""
606
 
607
- #: inc/php/settings.php:49
608
  msgid "Buttons URL"
609
  msgstr ""
610
 
611
- #: inc/php/settings.php:51
612
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
613
  msgstr ""
614
 
615
- #: inc/php/settings.php:76
616
  msgid "Display options"
617
  msgstr ""
618
 
619
- #: inc/php/settings.php:78
620
  msgid "Here you can customize the display of your social media follow buttons bar."
621
  msgstr ""
622
 
623
- #: inc/php/settings.php:82
624
  msgid "Button size"
625
  msgstr ""
626
 
627
- #: inc/php/settings.php:83
628
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
629
  msgstr ""
630
 
631
- #: inc/php/settings.php:87
632
  msgid "Positioning"
633
  msgstr ""
634
 
635
- #: inc/php/settings.php:90
636
  msgid "Button margin"
637
  msgstr ""
638
 
639
- #: inc/php/settings.php:91
640
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
641
  msgstr ""
642
 
643
- #: inc/php/settings.php:96
644
  msgid "Left"
645
  msgstr ""
646
 
647
- #: inc/php/settings.php:97
648
  msgid "Center"
649
  msgstr ""
650
 
651
- #: inc/php/settings.php:98
652
  msgid "Right"
653
  msgstr ""
654
 
655
- #: inc/php/settings.php:100
656
  msgid "Buttons bar alignment"
657
  msgstr ""
658
 
659
- #: inc/php/settings.php:101
660
  msgid "You can choose the alignment of the entire buttons bar."
661
  msgstr ""
662
 
663
- #: inc/php/settings.php:105
664
  msgid "Links open method"
665
  msgstr ""
666
 
667
- #: inc/php/settings.php:108
668
  msgid "Open in new tab"
669
  msgstr ""
670
 
671
- #: inc/php/settings.php:109
672
  msgid "Open links in a new tab/window."
673
  msgstr ""
674
 
675
- #: inc/php/settings.php:112
676
  msgid "Additional"
677
  msgstr ""
678
 
679
- #: inc/php/settings.php:115
680
  msgid "Caption"
681
  msgstr ""
682
 
683
- #: inc/php/settings.php:116
684
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
685
  msgstr ""
686
 
687
- #: inc/php/settings.php:120
688
  msgid "Tooltips"
689
  msgstr ""
690
 
691
- #: inc/php/settings.php:121
692
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
693
  msgstr ""
694
 
695
- #: inc/php/settings.php:124
696
  msgid "Autoload"
697
  msgstr ""
698
 
699
- #: inc/php/settings.php:127
700
  msgid "Show on Posts"
701
  msgstr ""
702
 
703
- #: inc/php/settings.php:128
704
  msgid "Automatically display the buttons bar below content on Posts."
705
  msgstr ""
706
 
707
- #: inc/php/settings.php:131
708
  msgid "Show on Pages"
709
  msgstr ""
710
 
711
- #: inc/php/settings.php:132
712
  msgid "Automatically display the buttons bar below content on Pages."
713
  msgstr ""
714
 
715
- #: inc/php/settings.php:142
716
  msgid "Live Preview"
717
  msgstr ""
718
 
719
- #: inc/php/settings.php:144
720
  msgid "Click the \"Save changes\" button to update this preview."
721
  msgstr ""
722
 
723
- #: inc/php/settings.php:152 inc/php/sidebar.php:49
724
- 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."
 
 
 
 
 
 
 
 
 
 
 
 
 
725
  msgstr ""
726
 
727
- #: inc/php/settings.php:159 inc/php/sidebar.php:56
728
- msgid "Thanks for your support!"
729
- msgstr "Bedankt voor uw steun!"
730
 
731
- #: inc/php/sidebar.php:16
732
- msgid "We are «Space X-Chimp»"
733
- msgstr "Wij zijn «Space X-Chimp»"
734
 
735
- #: inc/php/sidebar.php:33
736
- msgid "About"
737
- msgstr "Over"
738
 
739
- #: inc/php/sidebar.php:35
740
- msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
 
 
 
 
 
 
 
 
 
 
 
 
741
  msgstr ""
742
 
743
- #: inc/php/sidebar.php:40
744
- msgid "Help"
745
- msgstr "Helpen"
746
 
747
- #: inc/php/sidebar.php:42
748
- msgid "If you have a question, please read the information in the FAQ section."
749
- msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
750
 
751
  #. Plugin Name of the plugin/theme
752
  msgid "Social Media Follow Buttons Bar"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2019-03-01 06:51+0300\n"
7
+ "PO-Revision-Date: 2019-03-01 06:51+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
 
61
  msgid "Enter the URL of your RSS feed."
62
  msgstr ""
63
 
64
+ #: inc/php/messages.php:27 inc/php/tabs/support.php:25
65
  msgid "Hello!"
66
  msgstr "Hallo!"
67
 
82
  msgid "Please update the plugin to the latest version, and all will be fine."
83
  msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
84
 
85
+ #: inc/php/page.php:33
86
  #, php-format
87
  msgid "by %s Space X-Chimp %s"
88
  msgstr "door %s Space X-Chimp %s"
89
 
90
+ #: inc/php/page.php:39
91
  msgid "Version"
92
  msgstr "Versie"
93
 
94
+ #: inc/php/page.php:47
95
  msgid "Usage"
96
  msgstr "Gebruik"
97
 
98
+ #: inc/php/page.php:48
99
  msgid "F.A.Q."
100
  msgstr "F.A.Q."
101
 
102
+ #: inc/php/page.php:49 inc/php/sidebar.php:47 inc/php/tabs/settings.php:150
103
  msgid "Support"
104
  msgstr "Ondersteuning"
105
 
106
+ #: inc/php/page.php:50
107
  msgid "Store"
108
  msgstr "Winkel"
109
 
110
+ #: inc/php/sidebar.php:16
111
+ msgid "We are «Space X-Chimp»"
112
+ msgstr "Wij zijn «Space X-Chimp»"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
 
114
+ #: inc/php/sidebar.php:33
115
+ msgid "About"
116
+ msgstr "Over"
117
 
118
+ #: inc/php/sidebar.php:35
119
+ msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
120
  msgstr ""
121
 
122
+ #: inc/php/sidebar.php:40
123
+ msgid "Help"
124
+ msgstr "Helpen"
125
 
126
+ #: inc/php/sidebar.php:42
127
+ msgid "If you have a question, please read the information in the FAQ section."
128
+ msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
129
 
130
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:152
131
+ 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."
132
  msgstr ""
133
 
134
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:157
135
+ #: inc/php/tabs/support.php:21
136
+ msgid "Donate with PayPal"
137
+ msgstr "Doneer via PayPal"
138
 
139
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:159
140
+ msgid "Thanks for your support!"
141
+ msgstr "Bedankt voor uw steun!"
 
142
 
143
+ #: inc/php/tabs/faq.php:13
144
  msgid "Frequently Asked Questions"
145
  msgstr "Veel voorkomende vragen (FAQ)"
146
 
147
+ #: inc/php/tabs/faq.php:17
148
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
149
  msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
150
 
151
+ #: inc/php/tabs/faq.php:42
152
  msgid "Where can I find a documentation for this plugin?"
153
  msgstr ""
154
 
155
+ #: inc/php/tabs/faq.php:47
156
  #, php-format
157
  msgid "Please visit our %s Documentation site %s to view documentation."
158
  msgstr ""
159
 
160
+ #: inc/php/tabs/faq.php:55
161
  msgid "Will this plugin work on my wordpress.COM website?"
162
  msgstr "Werkt deze plugin op mijn wordpress.COM website?"
163
 
164
+ #: inc/php/tabs/faq.php:58
165
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
166
  msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (wordpress.ORG) websites."
167
 
168
+ #: inc/php/tabs/faq.php:60
169
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
170
  msgstr ""
171
 
172
+ #: inc/php/tabs/faq.php:61
173
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
174
  msgstr ""
175
 
176
+ #: inc/php/tabs/faq.php:64
177
  #, php-format
178
  msgid "You can learn more about the difference here: %s ."
179
  msgstr ""
180
 
181
+ #: inc/php/tabs/faq.php:71
182
  msgid "Will this plugin work/compatible with the theme I use?"
183
  msgstr ""
184
 
185
+ #: inc/php/tabs/faq.php:74
186
  msgid "This plugin is compatible with most themes."
187
  msgstr ""
188
 
189
+ #: inc/php/tabs/faq.php:75
190
  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."
191
  msgstr ""
192
 
193
+ #: inc/php/tabs/faq.php:76
194
  msgid "We constantly check this plugin for compatibility with third-party themes."
195
  msgstr ""
196
 
197
+ #: inc/php/tabs/faq.php:77
198
  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."
199
  msgstr ""
200
 
201
+ #: inc/php/tabs/faq.php:79
202
  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."
203
  msgstr ""
204
 
205
+ #: inc/php/tabs/faq.php:83
206
  msgid "Will this plugin work/compatible with other plugins that I use?"
207
  msgstr ""
208
 
209
+ #: inc/php/tabs/faq.php:86
210
  msgid "This plugin is compatible with most plugins."
211
  msgstr ""
212
 
213
+ #: inc/php/tabs/faq.php:87
214
  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."
215
  msgstr ""
216
 
217
+ #: inc/php/tabs/faq.php:88
218
  msgid "We constantly check this plugin for compatibility with third-party plugins."
219
  msgstr ""
220
 
221
+ #: inc/php/tabs/faq.php:89
222
  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."
223
  msgstr ""
224
 
225
+ #: inc/php/tabs/faq.php:91
226
  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."
227
  msgstr ""
228
 
229
+ #: inc/php/tabs/faq.php:95
230
  msgid "Can I use this plugin on my language?"
231
  msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
232
 
233
+ #: inc/php/tabs/faq.php:98 inc/php/tabs/faq.php:133
234
  msgid "Yes."
235
  msgstr "Ja."
236
 
237
+ #: inc/php/tabs/faq.php:99
238
  msgid "This plugin is ready for translation and has already been translated into several languages."
239
  msgstr "Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
240
 
241
+ #: inc/php/tabs/faq.php:100
242
  msgid "But If your language is not available then you can make one."
243
  msgstr ""
244
 
245
+ #: inc/php/tabs/faq.php:101
246
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
247
  msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
248
 
249
+ #: inc/php/tabs/faq.php:102
250
  msgid "Many of plugin users would be delighted if you share your translation with the community."
251
  msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt."
252
 
253
+ #: inc/php/tabs/faq.php:103
254
  msgid "Thanks for your contribution!"
255
  msgstr "Bedankt voor je bijdrage!"
256
 
257
+ #: inc/php/tabs/faq.php:107
258
  #, php-format
259
  msgid "If you want to help translate this plugin, please visit the %s."
260
  msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s."
261
 
262
+ #: inc/php/tabs/faq.php:111
263
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
264
  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."
265
 
266
+ #: inc/php/tabs/faq.php:114
267
  #, php-format
268
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
269
  msgstr "Stuur het PO-bestand naar ons ( %s ) en we zullen deze vertaling opnemen in de volgende plug-in update."
270
 
271
+ #: inc/php/tabs/faq.php:121
272
  msgid "How does it work?"
273
  msgstr "Hoe werkt het?"
274
 
275
+ #: inc/php/tabs/faq.php:124 inc/php/tabs/faq.php:134
276
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
277
  msgstr ""
278
 
279
+ #: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:33
280
+ msgid "Enjoy your fancy social media follow buttons."
281
+ msgstr ""
282
+
283
+ #: inc/php/tabs/faq.php:126 inc/php/tabs/faq.php:135 inc/php/tabs/usage.php:33
284
+ msgid "It's that simple!"
285
+ msgstr "Zo eenvoudig is het!"
286
+
287
+ #: inc/php/tabs/faq.php:130
288
  msgid "Can I configure my buttons bar instance?"
289
  msgstr ""
290
 
291
+ #: inc/php/tabs/faq.php:139
292
  msgid "How many buttons bar instances can I create?"
293
  msgstr ""
294
 
295
+ #: inc/php/tabs/faq.php:142
296
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
297
  msgstr ""
298
 
299
+ #: inc/php/tabs/faq.php:144
300
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
301
  msgstr ""
302
 
303
+ #: inc/php/tabs/faq.php:145
304
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
305
  msgstr ""
306
 
307
+ #: inc/php/tabs/faq.php:146
308
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
309
  msgstr ""
310
 
311
+ #: inc/php/tabs/faq.php:150
312
  msgid "Does this plugin requires any modification of the theme?"
313
  msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
314
 
315
+ #: inc/php/tabs/faq.php:153 inc/php/tabs/faq.php:161
316
  msgid "Absolutely not."
317
  msgstr "Absoluut niet."
318
 
319
+ #: inc/php/tabs/faq.php:154
320
  msgid "This plugin is configurable entirely from the plugin settings page."
321
  msgstr "Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
322
 
323
+ #: inc/php/tabs/faq.php:158
324
  msgid "Does this require any knowledge of HTML or CSS?"
325
  msgstr "Vereist dit enige kennis van HTML of CSS?"
326
 
327
+ #: inc/php/tabs/faq.php:162
328
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
329
  msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina."
330
 
331
+ #: inc/php/tabs/faq.php:166
332
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
333
  msgstr ""
334
 
335
+ #: inc/php/tabs/faq.php:169
336
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
337
  msgstr ""
338
 
339
+ #: inc/php/tabs/faq.php:173
340
  msgid "It's not working."
341
  msgstr "Het werkt niet."
342
 
343
+ #: inc/php/tabs/faq.php:174
344
  msgid "What could be wrong?"
345
  msgstr "Wat kan er fout zijn?"
346
 
347
+ #: inc/php/tabs/faq.php:177
348
  msgid "As with every plugin, it's possible that things don't work."
349
  msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken."
350
 
351
+ #: inc/php/tabs/faq.php:178
352
  msgid "It's impossible to tell what could be wrong exactly."
353
  msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn."
354
 
355
+ #: inc/php/tabs/faq.php:179
356
  msgid "The most common reason for this is a web browser's cache."
357
  msgstr "De meest voorkomende reden hiervoor is de cache van een webbrowser."
358
 
359
+ #: inc/php/tabs/faq.php:180
360
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
361
  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."
362
 
363
+ #: inc/php/tabs/faq.php:181
364
  msgid "This is called the browser's cache."
365
  msgstr "Dit wordt de cache van de browser genoemd."
366
 
367
+ #: inc/php/tabs/faq.php:182
368
  msgid "Clearing your browser's cache may solve the problem."
369
  msgstr "Het wissen van de cache van uw browser kan het probleem oplossen."
370
 
371
+ #: inc/php/tabs/faq.php:184
372
  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."
373
  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."
374
 
375
+ #: inc/php/tabs/faq.php:185 inc/php/tabs/faq.php:214
376
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
377
  msgstr "Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
378
 
379
+ #: inc/php/tabs/faq.php:189
380
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
381
  msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik."
382
 
383
+ #: inc/php/tabs/faq.php:190
384
  msgid "Why is this?"
385
  msgstr "Waarom is dit?"
386
 
387
+ #: inc/php/tabs/faq.php:193
388
  msgid "This plugin can not cause such problem."
389
  msgstr "Deze plug-in kan zo’n probleem niet veroorzaken."
390
 
391
+ #: inc/php/tabs/faq.php:194
392
  msgid "More likely, the problem are related to the settings of the website."
393
  msgstr "Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website."
394
 
395
+ #: inc/php/tabs/faq.php:195
396
  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."
397
  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."
398
 
399
+ #: inc/php/tabs/faq.php:196
400
  msgid "Also please try to re-login to the website, this too can help."
401
  msgstr "Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
402
 
403
+ #: inc/php/tabs/faq.php:200
404
  msgid "Where to report bug if found?"
405
  msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
406
 
407
+ #: inc/php/tabs/faq.php:203
408
  msgid "Bug reports are very welcome!"
409
  msgstr "Bugrapporten zijn van harte welkom!"
410
 
411
+ #: inc/php/tabs/faq.php:206
412
  #, php-format
413
  msgid "Please visit our %s contact page %s and report."
414
  msgstr "Ga naar onze %s contactpagina %s en rapporteer."
415
 
416
+ #: inc/php/tabs/faq.php:211 inc/php/tabs/faq.php:239
417
  msgid "Please do not forget to specify the name of the plugin."
418
  msgstr "Vergeet alsjeblieft niet om de naam van de plug-in te specificeren."
419
 
420
+ #: inc/php/tabs/faq.php:212 inc/php/tabs/faq.php:240 inc/php/tabs/faq.php:256
421
  msgid "Thank you!"
422
  msgstr "Dank je!"
423
 
424
+ #: inc/php/tabs/faq.php:215
425
  msgid "Describe in more detail what exactly you are seeing."
426
  msgstr ""
427
 
428
+ #: inc/php/tabs/faq.php:216
429
  msgid "Here are some examples:"
430
  msgstr ""
431
 
432
+ #: inc/php/tabs/faq.php:219
433
  msgid "Elements of the plugin settings page are not working."
434
  msgstr ""
435
 
436
+ #: inc/php/tabs/faq.php:220
437
  msgid "An error message is displayed on the plugin settings page."
438
  msgstr ""
439
 
440
+ #: inc/php/tabs/faq.php:221
441
  msgid "An error message is displayed on the front end of website."
442
  msgstr ""
443
 
444
+ #: inc/php/tabs/faq.php:222
445
  msgid "An error message is displayed on the back end of website."
446
  msgstr ""
447
 
448
+ #: inc/php/tabs/faq.php:223
449
  msgid "Website is crashed."
450
  msgstr ""
451
 
452
+ #: inc/php/tabs/faq.php:228
453
  msgid "Where to share any ideas or suggestions to make the plugin better?"
454
  msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
455
 
456
+ #: inc/php/tabs/faq.php:231
457
  msgid "Any suggestions are very welcome!"
458
  msgstr "Alle suggesties zijn van harte welkom!"
459
 
460
+ #: inc/php/tabs/faq.php:234
461
  #, php-format
462
  msgid "Please visit our %s contact page %s."
463
  msgstr "Ga naar onze %s contactpagina %s."
464
 
465
+ #: inc/php/tabs/faq.php:244
466
  msgid "I love this plugin!"
467
  msgstr "Ik ben dol op deze plug-in!"
468
 
469
+ #: inc/php/tabs/faq.php:245
470
  msgid "Can I help somehow?"
471
  msgstr "Kan ik op de een of andere manier helpen?"
472
 
473
+ #: inc/php/tabs/faq.php:248
474
  msgid "Yes, any contributions are very welcome!"
475
  msgstr "Ja, alle bijdragen zijn van harte welkom!"
476
 
477
+ #: inc/php/tabs/faq.php:251
478
  #, php-format
479
  msgid "Please visit our %s Support Us %s page."
480
  msgstr "Ga naar onze %s Support Us %s."
481
 
482
+ #: inc/php/tabs/faq.php:260
483
  msgid "Where can I find information about your licenses, payment process and refunds?"
484
  msgstr ""
485
 
486
+ #: inc/php/tabs/faq.php:265
487
  #, php-format
488
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
489
  msgstr ""
490
 
491
+ #: inc/php/tabs/faq.php:273
492
  msgid "Where can I find information about your customer support?"
493
  msgstr ""
494
 
495
+ #: inc/php/tabs/faq.php:278
496
  #, php-format
497
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
498
  msgstr ""
499
 
500
+ #: inc/php/tabs/faq.php:286
501
  msgid "Where can I find information about your affiliate program?"
502
  msgstr ""
503
 
504
+ #: inc/php/tabs/faq.php:291
505
  #, php-format
506
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
507
  msgstr ""
508
 
509
+ #: inc/php/tabs/faq.php:299
510
  msgid "My question wasn't answered here."
511
  msgstr "Mij vraag is hier niet beantwoord."
512
 
513
+ #: inc/php/tabs/faq.php:304
514
  #, php-format
515
  msgid "You can ask your question on %s this page %s."
516
  msgstr "Je kunt je vraag op %s deze pagina %s stellen."
517
 
518
+ #: inc/php/tabs/faq.php:309
519
  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."
520
  msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
521
 
522
+ #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
523
  msgid "Save changes"
524
  msgstr "Wijzigingen opslaan"
525
 
526
+ #: inc/php/tabs/settings.php:25
527
  msgid "Buttons"
528
  msgstr ""
529
 
530
+ #: inc/php/tabs/settings.php:27
531
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
532
  msgstr ""
533
 
534
+ #: inc/php/tabs/settings.php:33
535
  msgid "Social media buttons"
536
  msgstr ""
537
 
538
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:41
539
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
540
  msgstr ""
541
 
542
+ #: inc/php/tabs/settings.php:40
543
  msgid "Additional buttons"
544
  msgstr ""
545
 
546
+ #: inc/php/tabs/settings.php:49
547
  msgid "Buttons URL"
548
  msgstr ""
549
 
550
+ #: inc/php/tabs/settings.php:51
551
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
552
  msgstr ""
553
 
554
+ #: inc/php/tabs/settings.php:76
555
  msgid "Display options"
556
  msgstr ""
557
 
558
+ #: inc/php/tabs/settings.php:78
559
  msgid "Here you can customize the display of your social media follow buttons bar."
560
  msgstr ""
561
 
562
+ #: inc/php/tabs/settings.php:82
563
  msgid "Button size"
564
  msgstr ""
565
 
566
+ #: inc/php/tabs/settings.php:83
567
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
568
  msgstr ""
569
 
570
+ #: inc/php/tabs/settings.php:87
571
  msgid "Positioning"
572
  msgstr ""
573
 
574
+ #: inc/php/tabs/settings.php:90
575
  msgid "Button margin"
576
  msgstr ""
577
 
578
+ #: inc/php/tabs/settings.php:91
579
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
580
  msgstr ""
581
 
582
+ #: inc/php/tabs/settings.php:96
583
  msgid "Left"
584
  msgstr ""
585
 
586
+ #: inc/php/tabs/settings.php:97
587
  msgid "Center"
588
  msgstr ""
589
 
590
+ #: inc/php/tabs/settings.php:98
591
  msgid "Right"
592
  msgstr ""
593
 
594
+ #: inc/php/tabs/settings.php:100
595
  msgid "Buttons bar alignment"
596
  msgstr ""
597
 
598
+ #: inc/php/tabs/settings.php:101
599
  msgid "You can choose the alignment of the entire buttons bar."
600
  msgstr ""
601
 
602
+ #: inc/php/tabs/settings.php:105
603
  msgid "Links open method"
604
  msgstr ""
605
 
606
+ #: inc/php/tabs/settings.php:108
607
  msgid "Open in new tab"
608
  msgstr ""
609
 
610
+ #: inc/php/tabs/settings.php:109
611
  msgid "Open links in a new tab/window."
612
  msgstr ""
613
 
614
+ #: inc/php/tabs/settings.php:112
615
  msgid "Additional"
616
  msgstr ""
617
 
618
+ #: inc/php/tabs/settings.php:115
619
  msgid "Caption"
620
  msgstr ""
621
 
622
+ #: inc/php/tabs/settings.php:116
623
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
624
  msgstr ""
625
 
626
+ #: inc/php/tabs/settings.php:120
627
  msgid "Tooltips"
628
  msgstr ""
629
 
630
+ #: inc/php/tabs/settings.php:121
631
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
632
  msgstr ""
633
 
634
+ #: inc/php/tabs/settings.php:124
635
  msgid "Autoload"
636
  msgstr ""
637
 
638
+ #: inc/php/tabs/settings.php:127
639
  msgid "Show on Posts"
640
  msgstr ""
641
 
642
+ #: inc/php/tabs/settings.php:128
643
  msgid "Automatically display the buttons bar below content on Posts."
644
  msgstr ""
645
 
646
+ #: inc/php/tabs/settings.php:131
647
  msgid "Show on Pages"
648
  msgstr ""
649
 
650
+ #: inc/php/tabs/settings.php:132
651
  msgid "Automatically display the buttons bar below content on Pages."
652
  msgstr ""
653
 
654
+ #: inc/php/tabs/settings.php:142
655
  msgid "Live Preview"
656
  msgstr ""
657
 
658
+ #: inc/php/tabs/settings.php:144
659
  msgid "Click the \"Save changes\" button to update this preview."
660
  msgstr ""
661
 
662
+ #: inc/php/tabs/support.php:13
663
+ msgid "Support Us"
664
+ msgstr "Ondersteun ons"
665
+
666
+ #: inc/php/tabs/support.php:28
667
+ #, php-format
668
+ 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."
669
+ 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."
670
+
671
+ #: inc/php/tabs/support.php:37
672
+ msgid "Our intention is to create projects that will make this world a better place."
673
+ msgstr "Het is onze bedoeling om projecten te maken die van deze wereld een betere plek maken."
674
+
675
+ #: inc/php/tabs/support.php:38
676
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
677
  msgstr ""
678
 
679
+ #: inc/php/tabs/support.php:39
680
+ 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."
681
+ 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."
682
 
683
+ #: inc/php/tabs/support.php:42
684
+ 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."
685
+ 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."
686
 
687
+ #: inc/php/tabs/support.php:43
688
+ 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."
689
+ 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."
690
 
691
+ #: inc/php/tabs/support.php:46
692
+ msgid "If you appreciate our work, you can buy us a cup of coffee!"
693
+ msgstr "Als je ons werk waardeert, kun je een koffie voor ons kopen!"
694
+
695
+ #: inc/php/tabs/support.php:49
696
+ msgid "Thank you for your support!"
697
+ msgstr "Bedankt voor je ondersteuning!"
698
+
699
+ #: inc/php/tabs/usage.php:13
700
+ msgid "Usage Instructions"
701
+ msgstr "Gebruiksinstructies"
702
+
703
+ #: inc/php/tabs/usage.php:15
704
+ msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
705
  msgstr ""
706
 
707
+ #: inc/php/tabs/usage.php:17
708
+ msgid "Go to the \"Settings\" tab on this page."
709
+ msgstr ""
710
 
711
+ #: inc/php/tabs/usage.php:18
712
+ msgid "Select the desired buttons and fill in the required URL fields."
713
+ msgstr ""
714
+
715
+ #: inc/php/tabs/usage.php:19
716
+ msgid "Select the desired settings."
717
+ msgstr ""
718
+
719
+ #: inc/php/tabs/usage.php:20
720
+ msgid "Click the \"Save changes\" button."
721
+ msgstr "Klik op de knop \"Wijzigingen opslaan\"."
722
+
723
+ #: inc/php/tabs/usage.php:22
724
+ msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
725
+ msgstr ""
726
+
727
+ #: inc/php/tabs/usage.php:23
728
+ msgid "Just choose the one that is more suitable for your case."
729
+ msgstr ""
730
+
731
+ #: inc/php/tabs/usage.php:25
732
+ msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
733
+ msgstr ""
734
+
735
+ #: inc/php/tabs/usage.php:26
736
+ msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
737
+ msgstr ""
738
+
739
+ #: inc/php/tabs/usage.php:28
740
+ msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
741
+ msgstr ""
742
+
743
+ #: inc/php/tabs/usage.php:30
744
+ msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
745
+ msgstr ""
746
+
747
+ #: inc/php/tabs/usage.php:38
748
+ #, php-format
749
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
750
+ msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
751
 
752
  #. Plugin Name of the plugin/theme
753
  msgid "Social Media Follow Buttons Bar"
languages/social-media-buttons-toolbar-ru_RU.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-ru_RU.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2019-02-20 23:23+0300\n"
7
- "PO-Revision-Date: 2019-02-20 23:23+0300\n"
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:44
24
  msgid "Settings"
25
  msgstr "Настройки"
26
 
@@ -61,7 +61,7 @@ msgstr "Введите URL вашего персонального веб-сай
61
  msgid "Enter the URL of your RSS feed."
62
  msgstr "Введите URL вашего RSS потока."
63
 
64
- #: inc/php/messages.php:27 inc/php/page.php:422
65
  msgid "Hello!"
66
  msgstr "Привет!"
67
 
@@ -82,671 +82,672 @@ msgstr "Вы установили устаревшую версию этого
82
  msgid "Please update the plugin to the latest version, and all will be fine."
83
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
84
 
85
- #: inc/php/page.php:31
86
  #, php-format
87
  msgid "by %s Space X-Chimp %s"
88
  msgstr "от %s Space X-Chimp %s"
89
 
90
- #: inc/php/page.php:37
91
  msgid "Version"
92
  msgstr "Версия"
93
 
94
- #: inc/php/page.php:45
95
  msgid "Usage"
96
  msgstr "Применение"
97
 
98
- #: inc/php/page.php:46
99
  msgid "F.A.Q."
100
  msgstr "F.A.Q."
101
 
102
- #: inc/php/page.php:47 inc/php/settings.php:150 inc/php/sidebar.php:47
103
  msgid "Support"
104
  msgstr "Поддержка"
105
 
106
- #: inc/php/page.php:48
107
  msgid "Store"
108
  msgstr "Магазин"
109
 
110
- #: inc/php/page.php:64
111
- msgid "Usage Instructions"
112
- msgstr "Инструкция по использованию"
113
-
114
- #: inc/php/page.php:66
115
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
116
- msgstr "Чтобы отобразить панель социальных кнопок на передней панели вашего веб-сайта, просто выполните следующие действия:"
117
-
118
- #: inc/php/page.php:68
119
- msgid "Go to the \"Settings\" tab on this page."
120
- msgstr "Перейдите на вкладку «Настройки»."
121
-
122
- #: inc/php/page.php:69
123
- msgid "Select the desired buttons and fill in the required URL fields."
124
- msgstr "Заполните необходимые поля."
125
-
126
- #: inc/php/page.php:70
127
- msgid "Select the desired settings."
128
- msgstr "Выберите нужные настройки."
129
-
130
- #: inc/php/page.php:71
131
- msgid "Click the \"Save changes\" button."
132
- msgstr "Нажмите кнопку «Сохранить изменения»."
133
-
134
- #: inc/php/page.php:73
135
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
136
- msgstr "Теперь у вас есть несколько способов отображения кнопок социальных сетей (далее просто «кнопки»)."
137
-
138
- #: inc/php/page.php:74
139
- msgid "Just choose the one that is more suitable for your case."
140
- msgstr "Просто выберите тот, который больше подходит для вашего случая."
141
 
142
- #: inc/php/page.php:76
143
- msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
144
- msgstr "<b>А)</b> Для отображения кнопок ниже содержимого на каждой странице или/и страницах, просто установите флажок “Показывать в записях” или/и “Показывать на страницах” в разделе “Настройки отображения”, затем нажмите кнопку “Сохранить изменения”."
145
 
146
- #: inc/php/page.php:77
147
- msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
148
- msgstr "<b>Б)</b> Для добавления кнопок внутри сообщения из редактора WordPress Post/Page используйте следующий короткий код:"
149
 
150
- #: inc/php/page.php:79
151
- msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
152
- msgstr "<b>В)</b> Для добавления кнопки в область виджетов (в боковой панели, нижнем колонтитуле и т.д.) используйте виджет «Текст» и добавьте в него следующий короткий код:"
153
 
154
- #: inc/php/page.php:81
155
- msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
156
- msgstr "<b>Г)</b> Для добавления кнопок непосредственно к файлам темы, просто добавьте следующий код в нужное место (где вы хотите отображать кнопки) в файлах темы:"
157
 
158
- #: inc/php/page.php:84 inc/php/page.php:215
159
- msgid "Enjoy your fancy social media follow buttons."
160
- msgstr "Наслаждайтесь своими модными социальными медиа кнопками следования."
161
 
162
- #: inc/php/page.php:84 inc/php/page.php:216 inc/php/page.php:225
163
- msgid "It's that simple!"
164
- msgstr "Это так просто!"
 
165
 
166
- #: inc/php/page.php:89
167
- #, php-format
168
- msgid "If you want more options, then %s let us know %s and we will be happy to add them."
169
- msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
170
 
171
- #: inc/php/page.php:103
172
  msgid "Frequently Asked Questions"
173
  msgstr "Частые вопросы"
174
 
175
- #: inc/php/page.php:107
176
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
177
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
178
 
179
- #: inc/php/page.php:132
180
  msgid "Where can I find a documentation for this plugin?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:137
184
  #, php-format
185
  msgid "Please visit our %s Documentation site %s to view documentation."
186
  msgstr ""
187
 
188
- #: inc/php/page.php:145
189
  msgid "Will this plugin work on my wordpress.COM website?"
190
  msgstr "Будет ли этот плагин работать на моем веб-сайте wordpress.COM?"
191
 
192
- #: inc/php/page.php:148
193
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
194
  msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (wordpress.ORG)."
195
 
196
- #: inc/php/page.php:150
197
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
202
  msgstr ""
203
 
204
- #: inc/php/page.php:154
205
  #, php-format
206
  msgid "You can learn more about the difference here: %s ."
207
  msgstr ""
208
 
209
- #: inc/php/page.php:161
210
  msgid "Will this plugin work/compatible with the theme I use?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:164
214
  msgid "This plugin is compatible with most themes."
215
  msgstr ""
216
 
217
- #: inc/php/page.php:165
218
  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."
219
  msgstr ""
220
 
221
- #: inc/php/page.php:166
222
  msgid "We constantly check this plugin for compatibility with third-party themes."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:167
226
  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."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:169
230
  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."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:173
234
  msgid "Will this plugin work/compatible with other plugins that I use?"
235
  msgstr ""
236
 
237
- #: inc/php/page.php:176
238
  msgid "This plugin is compatible with most plugins."
239
  msgstr ""
240
 
241
- #: inc/php/page.php:177
242
  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."
243
  msgstr ""
244
 
245
- #: inc/php/page.php:178
246
  msgid "We constantly check this plugin for compatibility with third-party plugins."
247
  msgstr ""
248
 
249
- #: inc/php/page.php:179
250
  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."
251
  msgstr ""
252
 
253
- #: inc/php/page.php:181
254
  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."
255
  msgstr ""
256
 
257
- #: inc/php/page.php:185
258
  msgid "Can I use this plugin on my language?"
259
  msgstr "Можно ли использовать этот плагин на моём языке?"
260
 
261
- #: inc/php/page.php:188 inc/php/page.php:223
262
  msgid "Yes."
263
  msgstr "Да."
264
 
265
- #: inc/php/page.php:189
266
  msgid "This plugin is ready for translation and has already been translated into several languages."
267
  msgstr "Этот плагин готов к переводу и уже переведен на несколько языков."
268
 
269
- #: inc/php/page.php:190
270
  msgid "But If your language is not available then you can make one."
271
  msgstr ""
272
 
273
- #: inc/php/page.php:191
274
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
275
  msgstr ""
276
 
277
- #: inc/php/page.php:192
278
  msgid "Many of plugin users would be delighted if you share your translation with the community."
279
  msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом."
280
 
281
- #: inc/php/page.php:193
282
  msgid "Thanks for your contribution!"
283
  msgstr "Спасибо за ваш вклад!"
284
 
285
- #: inc/php/page.php:197
286
  #, php-format
287
  msgid "If you want to help translate this plugin, please visit the %s."
288
  msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s."
289
 
290
- #: inc/php/page.php:201
291
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
292
  msgstr "Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода."
293
 
294
- #: inc/php/page.php:204
295
  #, php-format
296
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
297
  msgstr "Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
298
 
299
- #: inc/php/page.php:211
300
  msgid "How does it work?"
301
  msgstr "Как это работает?"
302
 
303
- #: inc/php/page.php:214 inc/php/page.php:224
304
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
305
  msgstr "На вкладке «Настройки» выберите нужные параметры и нажмите кнопку «Сохранить изменения»."
306
 
307
- #: inc/php/page.php:220
 
 
 
 
 
 
 
 
308
  msgid "Can I configure my buttons bar instance?"
309
  msgstr ""
310
 
311
- #: inc/php/page.php:229
312
  msgid "How many buttons bar instances can I create?"
313
  msgstr ""
314
 
315
- #: inc/php/page.php:232
316
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
317
  msgstr ""
318
 
319
- #: inc/php/page.php:234
320
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
321
  msgstr ""
322
 
323
- #: inc/php/page.php:235
324
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
325
  msgstr ""
326
 
327
- #: inc/php/page.php:236
328
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
329
  msgstr ""
330
 
331
- #: inc/php/page.php:240
332
  msgid "Does this plugin requires any modification of the theme?"
333
  msgstr "Этот плагин требует изменения темы?"
334
 
335
- #: inc/php/page.php:243 inc/php/page.php:251
336
  msgid "Absolutely not."
337
  msgstr "Абсолютно нет."
338
 
339
- #: inc/php/page.php:244
340
  msgid "This plugin is configurable entirely from the plugin settings page."
341
  msgstr "Этот плагин настраивается полностью на странице настроек плагина."
342
 
343
- #: inc/php/page.php:248
344
  msgid "Does this require any knowledge of HTML or CSS?"
345
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
346
 
347
- #: inc/php/page.php:252
348
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
349
  msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина."
350
 
351
- #: inc/php/page.php:256
352
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
353
  msgstr "Что делать, если в тесте Google Page Speed сказано, что изображения этого плагина должны быть сжаты?"
354
 
355
- #: inc/php/page.php:259
356
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
357
  msgstr "Изображения, которые используются в этом плагине, уже сжаты, но я сделаю все возможное, чтобы узнать, что ещё можно сделать с изображениями, чтобы сжать их ещё лучше."
358
 
359
- #: inc/php/page.php:263
360
  msgid "It's not working."
361
  msgstr "Оно не работает."
362
 
363
- #: inc/php/page.php:264
364
  msgid "What could be wrong?"
365
  msgstr "Что может быть не так?"
366
 
367
- #: inc/php/page.php:267
368
  msgid "As with every plugin, it's possible that things don't work."
369
  msgstr "Как и в случае с любым другим плагином, что-то может не работать."
370
 
371
- #: inc/php/page.php:268
372
  msgid "It's impossible to tell what could be wrong exactly."
373
  msgstr "Невозможно точно сказать, что может быть не так."
374
 
375
- #: inc/php/page.php:269
376
  msgid "The most common reason for this is a web browser's cache."
377
  msgstr "Наиболее распространённой причиной этого является кеш веб-браузера."
378
 
379
- #: inc/php/page.php:270
380
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
381
  msgstr "Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер."
382
 
383
- #: inc/php/page.php:271
384
  msgid "This is called the browser's cache."
385
  msgstr "Это называется кешем браузера."
386
 
387
- #: inc/php/page.php:272
388
  msgid "Clearing your browser's cache may solve the problem."
389
  msgstr "Очистка кеша браузера может решить проблему."
390
 
391
- #: inc/php/page.php:274
392
  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."
393
  msgstr "Если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь."
394
 
395
- #: inc/php/page.php:275 inc/php/page.php:304
396
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
397
  msgstr "Пожалуйста, укажите как можно больше информации, включая ссылку на ваш веб-сайт, на котором можно увидеть проблему."
398
 
399
- #: inc/php/page.php:279
400
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
401
  msgstr "Последнее обновление WordPress не позволяет мне редактировать мой веб-сайт, на котором используется этот плагин."
402
 
403
- #: inc/php/page.php:280
404
  msgid "Why is this?"
405
  msgstr "Почему так?"
406
 
407
- #: inc/php/page.php:283
408
  msgid "This plugin can not cause such problem."
409
  msgstr "Этот плагин не может вызвать такую проблему."
410
 
411
- #: inc/php/page.php:284
412
  msgid "More likely, the problem are related to the settings of the website."
413
  msgstr "Скорее всего, проблема связана с настройками веб-сайта."
414
 
415
- #: inc/php/page.php:285
416
  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."
417
  msgstr "Это может быть кеш, поэтому попробуйте очистить кеш вашего веб-сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера."
418
 
419
- #: inc/php/page.php:286
420
  msgid "Also please try to re-login to the website, this too can help."
421
  msgstr "Также, пожалуйста, попробуйте повторно войти на веб-сайт, это тоже может помочь."
422
 
423
- #: inc/php/page.php:290
424
  msgid "Where to report bug if found?"
425
  msgstr "Где можно сообщить об ошибке?"
426
 
427
- #: inc/php/page.php:293
428
  msgid "Bug reports are very welcome!"
429
  msgstr ""
430
 
431
- #: inc/php/page.php:296
432
  #, php-format
433
  msgid "Please visit our %s contact page %s and report."
434
  msgstr ""
435
 
436
- #: inc/php/page.php:301 inc/php/page.php:329
437
  msgid "Please do not forget to specify the name of the plugin."
438
  msgstr "Пожалуйста не забудьте указать название плагина."
439
 
440
- #: inc/php/page.php:302 inc/php/page.php:330 inc/php/page.php:346
441
  msgid "Thank you!"
442
  msgstr "Спасибо!"
443
 
444
- #: inc/php/page.php:305
445
  msgid "Describe in more detail what exactly you are seeing."
446
  msgstr ""
447
 
448
- #: inc/php/page.php:306
449
  msgid "Here are some examples:"
450
  msgstr ""
451
 
452
- #: inc/php/page.php:309
453
  msgid "Elements of the plugin settings page are not working."
454
  msgstr ""
455
 
456
- #: inc/php/page.php:310
457
  msgid "An error message is displayed on the plugin settings page."
458
  msgstr ""
459
 
460
- #: inc/php/page.php:311
461
  msgid "An error message is displayed on the front end of website."
462
  msgstr ""
463
 
464
- #: inc/php/page.php:312
465
  msgid "An error message is displayed on the back end of website."
466
  msgstr ""
467
 
468
- #: inc/php/page.php:313
469
  msgid "Website is crashed."
470
  msgstr ""
471
 
472
- #: inc/php/page.php:318
473
  msgid "Where to share any ideas or suggestions to make the plugin better?"
474
  msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
475
 
476
- #: inc/php/page.php:321
477
  msgid "Any suggestions are very welcome!"
478
  msgstr "Любые предложения приветствуются!"
479
 
480
- #: inc/php/page.php:324
481
  #, php-format
482
  msgid "Please visit our %s contact page %s."
483
  msgstr ""
484
 
485
- #: inc/php/page.php:334
486
  msgid "I love this plugin!"
487
  msgstr "Мне нравится этот плагин!"
488
 
489
- #: inc/php/page.php:335
490
  msgid "Can I help somehow?"
491
  msgstr "Могу Я чем-то помочь?"
492
 
493
- #: inc/php/page.php:338
494
  msgid "Yes, any contributions are very welcome!"
495
  msgstr "Да, любой вклад приветствуется!"
496
 
497
- #: inc/php/page.php:341
498
  #, php-format
499
  msgid "Please visit our %s Support Us %s page."
500
  msgstr "Пожалуйста, посетите нашу страницу %s Поддержите нас %s ."
501
 
502
- #: inc/php/page.php:350
503
  msgid "Where can I find information about your licenses, payment process and refunds?"
504
  msgstr ""
505
 
506
- #: inc/php/page.php:355
507
  #, php-format
508
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
509
  msgstr ""
510
 
511
- #: inc/php/page.php:363
512
  msgid "Where can I find information about your customer support?"
513
  msgstr ""
514
 
515
- #: inc/php/page.php:368
516
  #, php-format
517
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
518
  msgstr ""
519
 
520
- #: inc/php/page.php:376
521
  msgid "Where can I find information about your affiliate program?"
522
  msgstr ""
523
 
524
- #: inc/php/page.php:381
525
  #, php-format
526
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
527
  msgstr ""
528
 
529
- #: inc/php/page.php:389
530
  msgid "My question wasn't answered here."
531
  msgstr "На мой вопрос здесь не было ответа."
532
 
533
- #: inc/php/page.php:394
534
  #, php-format
535
  msgid "You can ask your question on %s this page %s."
536
  msgstr "Вы можете задать ваш вопрос на %s этой странице %s."
537
 
538
- #: inc/php/page.php:399
539
  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."
540
  msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
541
 
542
- #: inc/php/page.php:410
543
- msgid "Support Us"
544
- msgstr "Поддержать нас"
545
-
546
- #: inc/php/page.php:418 inc/php/settings.php:157 inc/php/sidebar.php:54
547
- msgid "Donate with PayPal"
548
- msgstr "Пожертвовать через PayPal"
549
-
550
- #: inc/php/page.php:425
551
- #, php-format
552
- 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."
553
- msgstr "Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s, который объединяет небольшую международную команду молодых людей."
554
-
555
- #: inc/php/page.php:434
556
- msgid "Our intention is to create projects that will make this world a better place."
557
- msgstr ""
558
-
559
- #: inc/php/page.php:435
560
- msgid "Our motto is - «Follow your dreams and don’t give up»."
561
- msgstr ""
562
-
563
- #: inc/php/page.php:436
564
- 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."
565
- msgstr ""
566
-
567
- #: inc/php/page.php:439
568
- 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."
569
- msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать."
570
-
571
- #: inc/php/page.php:440
572
- 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."
573
- msgstr "Но мы независимые разработчики, без регулярного дохода, так что каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
574
-
575
- #: inc/php/page.php:443
576
- msgid "If you appreciate our work, you can buy us a cup of coffee!"
577
- msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
578
-
579
- #: inc/php/page.php:446
580
- msgid "Thank you for your support!"
581
- msgstr "Спасибо за вашу поддержку!"
582
-
583
- #: inc/php/settings.php:21 inc/php/settings.php:139
584
  msgid "Save changes"
585
  msgstr "Сохранить изменения"
586
 
587
- #: inc/php/settings.php:25
588
  msgid "Buttons"
589
  msgstr "Кнопки"
590
 
591
- #: inc/php/settings.php:27
592
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
593
  msgstr "Здесь вы можете выбрать кнопки, которые вы хотите показывать в вашей панели социальных медиа кнопок."
594
 
595
- #: inc/php/settings.php:33
596
  msgid "Social media buttons"
597
  msgstr "Социальные медиа кнопки"
598
 
599
- #: inc/php/settings.php:34 inc/php/settings.php:41
600
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
601
  msgstr "Отметьте нужные кнопки, чтобы добавить их в панель социальных кнопок."
602
 
603
- #: inc/php/settings.php:40
604
  msgid "Additional buttons"
605
  msgstr "Дополнительные кнопки"
606
 
607
- #: inc/php/settings.php:49
608
  msgid "Buttons URL"
609
  msgstr "Ссылки кнопок"
610
 
611
- #: inc/php/settings.php:51
612
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
613
  msgstr ""
614
 
615
- #: inc/php/settings.php:76
616
  msgid "Display options"
617
  msgstr "Настройки отображения"
618
 
619
- #: inc/php/settings.php:78
620
  msgid "Here you can customize the display of your social media follow buttons bar."
621
  msgstr ""
622
 
623
- #: inc/php/settings.php:82
624
  msgid "Button size"
625
  msgstr "Размер иконки"
626
 
627
- #: inc/php/settings.php:83
628
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
629
  msgstr "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
630
 
631
- #: inc/php/settings.php:87
632
  msgid "Positioning"
633
  msgstr ""
634
 
635
- #: inc/php/settings.php:90
636
  msgid "Button margin"
637
  msgstr ""
638
 
639
- #: inc/php/settings.php:91
640
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
641
  msgstr "Введите размер пробела (в пикселях) между значками в социальных сетях."
642
 
643
- #: inc/php/settings.php:96
644
  msgid "Left"
645
  msgstr "Слева"
646
 
647
- #: inc/php/settings.php:97
648
  msgid "Center"
649
  msgstr "По центру"
650
 
651
- #: inc/php/settings.php:98
652
  msgid "Right"
653
  msgstr "Справа"
654
 
655
- #: inc/php/settings.php:100
656
  msgid "Buttons bar alignment"
657
  msgstr ""
658
 
659
- #: inc/php/settings.php:101
660
  msgid "You can choose the alignment of the entire buttons bar."
661
  msgstr ""
662
 
663
- #: inc/php/settings.php:105
664
  msgid "Links open method"
665
  msgstr ""
666
 
667
- #: inc/php/settings.php:108
668
  msgid "Open in new tab"
669
  msgstr "Открыть в новой вкладке"
670
 
671
- #: inc/php/settings.php:109
672
  msgid "Open links in a new tab/window."
673
  msgstr "Открывать ссылки в новом окне/вкладке."
674
 
675
- #: inc/php/settings.php:112
676
  msgid "Additional"
677
  msgstr ""
678
 
679
- #: inc/php/settings.php:115
680
  msgid "Caption"
681
  msgstr "Заголовок"
682
 
683
- #: inc/php/settings.php:116
684
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
685
  msgstr "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает над панелью."
686
 
687
- #: inc/php/settings.php:120
688
  msgid "Tooltips"
689
  msgstr "Подсказки"
690
 
691
- #: inc/php/settings.php:121
692
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
693
  msgstr "Включить всплывающие подсказки с именем социальных сетей над каждой кнопкой."
694
 
695
- #: inc/php/settings.php:124
696
  msgid "Autoload"
697
  msgstr ""
698
 
699
- #: inc/php/settings.php:127
700
  msgid "Show on Posts"
701
  msgstr "Показывать в записях"
702
 
703
- #: inc/php/settings.php:128
704
  msgid "Automatically display the buttons bar below content on Posts."
705
  msgstr ""
706
 
707
- #: inc/php/settings.php:131
708
  msgid "Show on Pages"
709
  msgstr "Показывать на страницах"
710
 
711
- #: inc/php/settings.php:132
712
  msgid "Automatically display the buttons bar below content on Pages."
713
  msgstr ""
714
 
715
- #: inc/php/settings.php:142
716
  msgid "Live Preview"
717
  msgstr "Просмотр в реальном времени"
718
 
719
- #: inc/php/settings.php:144
720
  msgid "Click the \"Save changes\" button to update this preview."
721
  msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
722
 
723
- #: inc/php/settings.php:152 inc/php/sidebar.php:49
724
- 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."
725
- msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
726
 
727
- #: inc/php/settings.php:159 inc/php/sidebar.php:56
728
- msgid "Thanks for your support!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
729
  msgstr "Спасибо за вашу поддержку!"
730
 
731
- #: inc/php/sidebar.php:16
732
- msgid "We are «Space X-Chimp»"
733
- msgstr "Мы «Space X-Chimp»"
734
 
735
- #: inc/php/sidebar.php:33
736
- msgid "About"
737
- msgstr "О плагине"
738
 
739
- #: inc/php/sidebar.php:35
740
- msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
741
- msgstr "Этот плагин даёт вам возможность легко добавить блок социальных медиа кнопок в любое место (post content, page content, widget, sidebar, header, footer) вашего WordPress веб-сайта."
742
 
743
- #: inc/php/sidebar.php:40
744
- msgid "Help"
745
- msgstr "Помощь"
746
 
747
- #: inc/php/sidebar.php:42
748
- msgid "If you have a question, please read the information in the FAQ section."
749
- msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
750
 
751
  #. Plugin Name of the plugin/theme
752
  msgid "Social Media Follow Buttons Bar"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2019-03-01 06:51+0300\n"
7
+ "PO-Revision-Date: 2019-03-01 06:51+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
 
61
  msgid "Enter the URL of your RSS feed."
62
  msgstr "Введите URL вашего RSS потока."
63
 
64
+ #: inc/php/messages.php:27 inc/php/tabs/support.php:25
65
  msgid "Hello!"
66
  msgstr "Привет!"
67
 
82
  msgid "Please update the plugin to the latest version, and all will be fine."
83
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
84
 
85
+ #: inc/php/page.php:33
86
  #, php-format
87
  msgid "by %s Space X-Chimp %s"
88
  msgstr "от %s Space X-Chimp %s"
89
 
90
+ #: inc/php/page.php:39
91
  msgid "Version"
92
  msgstr "Версия"
93
 
94
+ #: inc/php/page.php:47
95
  msgid "Usage"
96
  msgstr "Применение"
97
 
98
+ #: inc/php/page.php:48
99
  msgid "F.A.Q."
100
  msgstr "F.A.Q."
101
 
102
+ #: inc/php/page.php:49 inc/php/sidebar.php:47 inc/php/tabs/settings.php:150
103
  msgid "Support"
104
  msgstr "Поддержка"
105
 
106
+ #: inc/php/page.php:50
107
  msgid "Store"
108
  msgstr "Магазин"
109
 
110
+ #: inc/php/sidebar.php:16
111
+ msgid "We are «Space X-Chimp»"
112
+ msgstr "Мы «Space X-Chimp»"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
 
114
+ #: inc/php/sidebar.php:33
115
+ msgid "About"
116
+ msgstr "О плагине"
117
 
118
+ #: inc/php/sidebar.php:35
119
+ msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
120
+ msgstr "Этот плагин даёт вам возможность легко добавить блок социальных медиа кнопок в любое место (post content, page content, widget, sidebar, header, footer) вашего WordPress веб-сайта."
121
 
122
+ #: inc/php/sidebar.php:40
123
+ msgid "Help"
124
+ msgstr "Помощь"
125
 
126
+ #: inc/php/sidebar.php:42
127
+ msgid "If you have a question, please read the information in the FAQ section."
128
+ msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
129
 
130
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:152
131
+ 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."
132
+ msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
133
 
134
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:157
135
+ #: inc/php/tabs/support.php:21
136
+ msgid "Donate with PayPal"
137
+ msgstr "Пожертвовать через PayPal"
138
 
139
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:159
140
+ msgid "Thanks for your support!"
141
+ msgstr "Спасибо за вашу поддержку!"
 
142
 
143
+ #: inc/php/tabs/faq.php:13
144
  msgid "Frequently Asked Questions"
145
  msgstr "Частые вопросы"
146
 
147
+ #: inc/php/tabs/faq.php:17
148
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
149
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
150
 
151
+ #: inc/php/tabs/faq.php:42
152
  msgid "Where can I find a documentation for this plugin?"
153
  msgstr ""
154
 
155
+ #: inc/php/tabs/faq.php:47
156
  #, php-format
157
  msgid "Please visit our %s Documentation site %s to view documentation."
158
  msgstr ""
159
 
160
+ #: inc/php/tabs/faq.php:55
161
  msgid "Will this plugin work on my wordpress.COM website?"
162
  msgstr "Будет ли этот плагин работать на моем веб-сайте wordpress.COM?"
163
 
164
+ #: inc/php/tabs/faq.php:58
165
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
166
  msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (wordpress.ORG)."
167
 
168
+ #: inc/php/tabs/faq.php:60
169
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
170
  msgstr ""
171
 
172
+ #: inc/php/tabs/faq.php:61
173
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
174
  msgstr ""
175
 
176
+ #: inc/php/tabs/faq.php:64
177
  #, php-format
178
  msgid "You can learn more about the difference here: %s ."
179
  msgstr ""
180
 
181
+ #: inc/php/tabs/faq.php:71
182
  msgid "Will this plugin work/compatible with the theme I use?"
183
  msgstr ""
184
 
185
+ #: inc/php/tabs/faq.php:74
186
  msgid "This plugin is compatible with most themes."
187
  msgstr ""
188
 
189
+ #: inc/php/tabs/faq.php:75
190
  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."
191
  msgstr ""
192
 
193
+ #: inc/php/tabs/faq.php:76
194
  msgid "We constantly check this plugin for compatibility with third-party themes."
195
  msgstr ""
196
 
197
+ #: inc/php/tabs/faq.php:77
198
  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."
199
  msgstr ""
200
 
201
+ #: inc/php/tabs/faq.php:79
202
  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."
203
  msgstr ""
204
 
205
+ #: inc/php/tabs/faq.php:83
206
  msgid "Will this plugin work/compatible with other plugins that I use?"
207
  msgstr ""
208
 
209
+ #: inc/php/tabs/faq.php:86
210
  msgid "This plugin is compatible with most plugins."
211
  msgstr ""
212
 
213
+ #: inc/php/tabs/faq.php:87
214
  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."
215
  msgstr ""
216
 
217
+ #: inc/php/tabs/faq.php:88
218
  msgid "We constantly check this plugin for compatibility with third-party plugins."
219
  msgstr ""
220
 
221
+ #: inc/php/tabs/faq.php:89
222
  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."
223
  msgstr ""
224
 
225
+ #: inc/php/tabs/faq.php:91
226
  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."
227
  msgstr ""
228
 
229
+ #: inc/php/tabs/faq.php:95
230
  msgid "Can I use this plugin on my language?"
231
  msgstr "Можно ли использовать этот плагин на моём языке?"
232
 
233
+ #: inc/php/tabs/faq.php:98 inc/php/tabs/faq.php:133
234
  msgid "Yes."
235
  msgstr "Да."
236
 
237
+ #: inc/php/tabs/faq.php:99
238
  msgid "This plugin is ready for translation and has already been translated into several languages."
239
  msgstr "Этот плагин готов к переводу и уже переведен на несколько языков."
240
 
241
+ #: inc/php/tabs/faq.php:100
242
  msgid "But If your language is not available then you can make one."
243
  msgstr ""
244
 
245
+ #: inc/php/tabs/faq.php:101
246
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
247
  msgstr ""
248
 
249
+ #: inc/php/tabs/faq.php:102
250
  msgid "Many of plugin users would be delighted if you share your translation with the community."
251
  msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом."
252
 
253
+ #: inc/php/tabs/faq.php:103
254
  msgid "Thanks for your contribution!"
255
  msgstr "Спасибо за ваш вклад!"
256
 
257
+ #: inc/php/tabs/faq.php:107
258
  #, php-format
259
  msgid "If you want to help translate this plugin, please visit the %s."
260
  msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s."
261
 
262
+ #: inc/php/tabs/faq.php:111
263
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
264
  msgstr "Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода."
265
 
266
+ #: inc/php/tabs/faq.php:114
267
  #, php-format
268
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
269
  msgstr "Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
270
 
271
+ #: inc/php/tabs/faq.php:121
272
  msgid "How does it work?"
273
  msgstr "Как это работает?"
274
 
275
+ #: inc/php/tabs/faq.php:124 inc/php/tabs/faq.php:134
276
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
277
  msgstr "На вкладке «Настройки» выберите нужные параметры и нажмите кнопку «Сохранить изменения»."
278
 
279
+ #: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:33
280
+ msgid "Enjoy your fancy social media follow buttons."
281
+ msgstr "Наслаждайтесь своими модными социальными медиа кнопками следования."
282
+
283
+ #: inc/php/tabs/faq.php:126 inc/php/tabs/faq.php:135 inc/php/tabs/usage.php:33
284
+ msgid "It's that simple!"
285
+ msgstr "Это так просто!"
286
+
287
+ #: inc/php/tabs/faq.php:130
288
  msgid "Can I configure my buttons bar instance?"
289
  msgstr ""
290
 
291
+ #: inc/php/tabs/faq.php:139
292
  msgid "How many buttons bar instances can I create?"
293
  msgstr ""
294
 
295
+ #: inc/php/tabs/faq.php:142
296
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
297
  msgstr ""
298
 
299
+ #: inc/php/tabs/faq.php:144
300
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
301
  msgstr ""
302
 
303
+ #: inc/php/tabs/faq.php:145
304
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
305
  msgstr ""
306
 
307
+ #: inc/php/tabs/faq.php:146
308
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
309
  msgstr ""
310
 
311
+ #: inc/php/tabs/faq.php:150
312
  msgid "Does this plugin requires any modification of the theme?"
313
  msgstr "Этот плагин требует изменения темы?"
314
 
315
+ #: inc/php/tabs/faq.php:153 inc/php/tabs/faq.php:161
316
  msgid "Absolutely not."
317
  msgstr "Абсолютно нет."
318
 
319
+ #: inc/php/tabs/faq.php:154
320
  msgid "This plugin is configurable entirely from the plugin settings page."
321
  msgstr "Этот плагин настраивается полностью на странице настроек плагина."
322
 
323
+ #: inc/php/tabs/faq.php:158
324
  msgid "Does this require any knowledge of HTML or CSS?"
325
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
326
 
327
+ #: inc/php/tabs/faq.php:162
328
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
329
  msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина."
330
 
331
+ #: inc/php/tabs/faq.php:166
332
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
333
  msgstr "Что делать, если в тесте Google Page Speed сказано, что изображения этого плагина должны быть сжаты?"
334
 
335
+ #: inc/php/tabs/faq.php:169
336
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
337
  msgstr "Изображения, которые используются в этом плагине, уже сжаты, но я сделаю все возможное, чтобы узнать, что ещё можно сделать с изображениями, чтобы сжать их ещё лучше."
338
 
339
+ #: inc/php/tabs/faq.php:173
340
  msgid "It's not working."
341
  msgstr "Оно не работает."
342
 
343
+ #: inc/php/tabs/faq.php:174
344
  msgid "What could be wrong?"
345
  msgstr "Что может быть не так?"
346
 
347
+ #: inc/php/tabs/faq.php:177
348
  msgid "As with every plugin, it's possible that things don't work."
349
  msgstr "Как и в случае с любым другим плагином, что-то может не работать."
350
 
351
+ #: inc/php/tabs/faq.php:178
352
  msgid "It's impossible to tell what could be wrong exactly."
353
  msgstr "Невозможно точно сказать, что может быть не так."
354
 
355
+ #: inc/php/tabs/faq.php:179
356
  msgid "The most common reason for this is a web browser's cache."
357
  msgstr "Наиболее распространённой причиной этого является кеш веб-браузера."
358
 
359
+ #: inc/php/tabs/faq.php:180
360
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
361
  msgstr "Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер."
362
 
363
+ #: inc/php/tabs/faq.php:181
364
  msgid "This is called the browser's cache."
365
  msgstr "Это называется кешем браузера."
366
 
367
+ #: inc/php/tabs/faq.php:182
368
  msgid "Clearing your browser's cache may solve the problem."
369
  msgstr "Очистка кеша браузера может решить проблему."
370
 
371
+ #: inc/php/tabs/faq.php:184
372
  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."
373
  msgstr "Если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь."
374
 
375
+ #: inc/php/tabs/faq.php:185 inc/php/tabs/faq.php:214
376
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
377
  msgstr "Пожалуйста, укажите как можно больше информации, включая ссылку на ваш веб-сайт, на котором можно увидеть проблему."
378
 
379
+ #: inc/php/tabs/faq.php:189
380
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
381
  msgstr "Последнее обновление WordPress не позволяет мне редактировать мой веб-сайт, на котором используется этот плагин."
382
 
383
+ #: inc/php/tabs/faq.php:190
384
  msgid "Why is this?"
385
  msgstr "Почему так?"
386
 
387
+ #: inc/php/tabs/faq.php:193
388
  msgid "This plugin can not cause such problem."
389
  msgstr "Этот плагин не может вызвать такую проблему."
390
 
391
+ #: inc/php/tabs/faq.php:194
392
  msgid "More likely, the problem are related to the settings of the website."
393
  msgstr "Скорее всего, проблема связана с настройками веб-сайта."
394
 
395
+ #: inc/php/tabs/faq.php:195
396
  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."
397
  msgstr "Это может быть кеш, поэтому попробуйте очистить кеш вашего веб-сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера."
398
 
399
+ #: inc/php/tabs/faq.php:196
400
  msgid "Also please try to re-login to the website, this too can help."
401
  msgstr "Также, пожалуйста, попробуйте повторно войти на веб-сайт, это тоже может помочь."
402
 
403
+ #: inc/php/tabs/faq.php:200
404
  msgid "Where to report bug if found?"
405
  msgstr "Где можно сообщить об ошибке?"
406
 
407
+ #: inc/php/tabs/faq.php:203
408
  msgid "Bug reports are very welcome!"
409
  msgstr ""
410
 
411
+ #: inc/php/tabs/faq.php:206
412
  #, php-format
413
  msgid "Please visit our %s contact page %s and report."
414
  msgstr ""
415
 
416
+ #: inc/php/tabs/faq.php:211 inc/php/tabs/faq.php:239
417
  msgid "Please do not forget to specify the name of the plugin."
418
  msgstr "Пожалуйста не забудьте указать название плагина."
419
 
420
+ #: inc/php/tabs/faq.php:212 inc/php/tabs/faq.php:240 inc/php/tabs/faq.php:256
421
  msgid "Thank you!"
422
  msgstr "Спасибо!"
423
 
424
+ #: inc/php/tabs/faq.php:215
425
  msgid "Describe in more detail what exactly you are seeing."
426
  msgstr ""
427
 
428
+ #: inc/php/tabs/faq.php:216
429
  msgid "Here are some examples:"
430
  msgstr ""
431
 
432
+ #: inc/php/tabs/faq.php:219
433
  msgid "Elements of the plugin settings page are not working."
434
  msgstr ""
435
 
436
+ #: inc/php/tabs/faq.php:220
437
  msgid "An error message is displayed on the plugin settings page."
438
  msgstr ""
439
 
440
+ #: inc/php/tabs/faq.php:221
441
  msgid "An error message is displayed on the front end of website."
442
  msgstr ""
443
 
444
+ #: inc/php/tabs/faq.php:222
445
  msgid "An error message is displayed on the back end of website."
446
  msgstr ""
447
 
448
+ #: inc/php/tabs/faq.php:223
449
  msgid "Website is crashed."
450
  msgstr ""
451
 
452
+ #: inc/php/tabs/faq.php:228
453
  msgid "Where to share any ideas or suggestions to make the plugin better?"
454
  msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
455
 
456
+ #: inc/php/tabs/faq.php:231
457
  msgid "Any suggestions are very welcome!"
458
  msgstr "Любые предложения приветствуются!"
459
 
460
+ #: inc/php/tabs/faq.php:234
461
  #, php-format
462
  msgid "Please visit our %s contact page %s."
463
  msgstr ""
464
 
465
+ #: inc/php/tabs/faq.php:244
466
  msgid "I love this plugin!"
467
  msgstr "Мне нравится этот плагин!"
468
 
469
+ #: inc/php/tabs/faq.php:245
470
  msgid "Can I help somehow?"
471
  msgstr "Могу Я чем-то помочь?"
472
 
473
+ #: inc/php/tabs/faq.php:248
474
  msgid "Yes, any contributions are very welcome!"
475
  msgstr "Да, любой вклад приветствуется!"
476
 
477
+ #: inc/php/tabs/faq.php:251
478
  #, php-format
479
  msgid "Please visit our %s Support Us %s page."
480
  msgstr "Пожалуйста, посетите нашу страницу %s Поддержите нас %s ."
481
 
482
+ #: inc/php/tabs/faq.php:260
483
  msgid "Where can I find information about your licenses, payment process and refunds?"
484
  msgstr ""
485
 
486
+ #: inc/php/tabs/faq.php:265
487
  #, php-format
488
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
489
  msgstr ""
490
 
491
+ #: inc/php/tabs/faq.php:273
492
  msgid "Where can I find information about your customer support?"
493
  msgstr ""
494
 
495
+ #: inc/php/tabs/faq.php:278
496
  #, php-format
497
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
498
  msgstr ""
499
 
500
+ #: inc/php/tabs/faq.php:286
501
  msgid "Where can I find information about your affiliate program?"
502
  msgstr ""
503
 
504
+ #: inc/php/tabs/faq.php:291
505
  #, php-format
506
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
507
  msgstr ""
508
 
509
+ #: inc/php/tabs/faq.php:299
510
  msgid "My question wasn't answered here."
511
  msgstr "На мой вопрос здесь не было ответа."
512
 
513
+ #: inc/php/tabs/faq.php:304
514
  #, php-format
515
  msgid "You can ask your question on %s this page %s."
516
  msgstr "Вы можете задать ваш вопрос на %s этой странице %s."
517
 
518
+ #: inc/php/tabs/faq.php:309
519
  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."
520
  msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
521
 
522
+ #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
523
  msgid "Save changes"
524
  msgstr "Сохранить изменения"
525
 
526
+ #: inc/php/tabs/settings.php:25
527
  msgid "Buttons"
528
  msgstr "Кнопки"
529
 
530
+ #: inc/php/tabs/settings.php:27
531
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
532
  msgstr "Здесь вы можете выбрать кнопки, которые вы хотите показывать в вашей панели социальных медиа кнопок."
533
 
534
+ #: inc/php/tabs/settings.php:33
535
  msgid "Social media buttons"
536
  msgstr "Социальные медиа кнопки"
537
 
538
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:41
539
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
540
  msgstr "Отметьте нужные кнопки, чтобы добавить их в панель социальных кнопок."
541
 
542
+ #: inc/php/tabs/settings.php:40
543
  msgid "Additional buttons"
544
  msgstr "Дополнительные кнопки"
545
 
546
+ #: inc/php/tabs/settings.php:49
547
  msgid "Buttons URL"
548
  msgstr "Ссылки кнопок"
549
 
550
+ #: inc/php/tabs/settings.php:51
551
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
552
  msgstr ""
553
 
554
+ #: inc/php/tabs/settings.php:76
555
  msgid "Display options"
556
  msgstr "Настройки отображения"
557
 
558
+ #: inc/php/tabs/settings.php:78
559
  msgid "Here you can customize the display of your social media follow buttons bar."
560
  msgstr ""
561
 
562
+ #: inc/php/tabs/settings.php:82
563
  msgid "Button size"
564
  msgstr "Размер иконки"
565
 
566
+ #: inc/php/tabs/settings.php:83
567
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
568
  msgstr "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
569
 
570
+ #: inc/php/tabs/settings.php:87
571
  msgid "Positioning"
572
  msgstr ""
573
 
574
+ #: inc/php/tabs/settings.php:90
575
  msgid "Button margin"
576
  msgstr ""
577
 
578
+ #: inc/php/tabs/settings.php:91
579
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
580
  msgstr "Введите размер пробела (в пикселях) между значками в социальных сетях."
581
 
582
+ #: inc/php/tabs/settings.php:96
583
  msgid "Left"
584
  msgstr "Слева"
585
 
586
+ #: inc/php/tabs/settings.php:97
587
  msgid "Center"
588
  msgstr "По центру"
589
 
590
+ #: inc/php/tabs/settings.php:98
591
  msgid "Right"
592
  msgstr "Справа"
593
 
594
+ #: inc/php/tabs/settings.php:100
595
  msgid "Buttons bar alignment"
596
  msgstr ""
597
 
598
+ #: inc/php/tabs/settings.php:101
599
  msgid "You can choose the alignment of the entire buttons bar."
600
  msgstr ""
601
 
602
+ #: inc/php/tabs/settings.php:105
603
  msgid "Links open method"
604
  msgstr ""
605
 
606
+ #: inc/php/tabs/settings.php:108
607
  msgid "Open in new tab"
608
  msgstr "Открыть в новой вкладке"
609
 
610
+ #: inc/php/tabs/settings.php:109
611
  msgid "Open links in a new tab/window."
612
  msgstr "Открывать ссылки в новом окне/вкладке."
613
 
614
+ #: inc/php/tabs/settings.php:112
615
  msgid "Additional"
616
  msgstr ""
617
 
618
+ #: inc/php/tabs/settings.php:115
619
  msgid "Caption"
620
  msgstr "Заголовок"
621
 
622
+ #: inc/php/tabs/settings.php:116
623
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
624
  msgstr "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает над панелью."
625
 
626
+ #: inc/php/tabs/settings.php:120
627
  msgid "Tooltips"
628
  msgstr "Подсказки"
629
 
630
+ #: inc/php/tabs/settings.php:121
631
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
632
  msgstr "Включить всплывающие подсказки с именем социальных сетей над каждой кнопкой."
633
 
634
+ #: inc/php/tabs/settings.php:124
635
  msgid "Autoload"
636
  msgstr ""
637
 
638
+ #: inc/php/tabs/settings.php:127
639
  msgid "Show on Posts"
640
  msgstr "Показывать в записях"
641
 
642
+ #: inc/php/tabs/settings.php:128
643
  msgid "Automatically display the buttons bar below content on Posts."
644
  msgstr ""
645
 
646
+ #: inc/php/tabs/settings.php:131
647
  msgid "Show on Pages"
648
  msgstr "Показывать на страницах"
649
 
650
+ #: inc/php/tabs/settings.php:132
651
  msgid "Automatically display the buttons bar below content on Pages."
652
  msgstr ""
653
 
654
+ #: inc/php/tabs/settings.php:142
655
  msgid "Live Preview"
656
  msgstr "Просмотр в реальном времени"
657
 
658
+ #: inc/php/tabs/settings.php:144
659
  msgid "Click the \"Save changes\" button to update this preview."
660
  msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
661
 
662
+ #: inc/php/tabs/support.php:13
663
+ msgid "Support Us"
664
+ msgstr "Поддержать нас"
665
 
666
+ #: inc/php/tabs/support.php:28
667
+ #, php-format
668
+ 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."
669
+ msgstr "Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s, который объединяет небольшую международную команду молодых людей."
670
+
671
+ #: inc/php/tabs/support.php:37
672
+ msgid "Our intention is to create projects that will make this world a better place."
673
+ msgstr ""
674
+
675
+ #: inc/php/tabs/support.php:38
676
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
677
+ msgstr ""
678
+
679
+ #: inc/php/tabs/support.php:39
680
+ 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."
681
+ msgstr ""
682
+
683
+ #: inc/php/tabs/support.php:42
684
+ 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."
685
+ msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать."
686
+
687
+ #: inc/php/tabs/support.php:43
688
+ 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."
689
+ msgstr "Но мы независимые разработчики, без регулярного дохода, так что каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
690
+
691
+ #: inc/php/tabs/support.php:46
692
+ msgid "If you appreciate our work, you can buy us a cup of coffee!"
693
+ msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
694
+
695
+ #: inc/php/tabs/support.php:49
696
+ msgid "Thank you for your support!"
697
  msgstr "Спасибо за вашу поддержку!"
698
 
699
+ #: inc/php/tabs/usage.php:13
700
+ msgid "Usage Instructions"
701
+ msgstr "Инструкция по использованию"
702
 
703
+ #: inc/php/tabs/usage.php:15
704
+ msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
705
+ msgstr "Чтобы отобразить панель социальных кнопок на передней панели вашего веб-сайта, просто выполните следующие действия:"
706
 
707
+ #: inc/php/tabs/usage.php:17
708
+ msgid "Go to the \"Settings\" tab on this page."
709
+ msgstr "Перейдите на вкладку «Настройки»."
710
 
711
+ #: inc/php/tabs/usage.php:18
712
+ msgid "Select the desired buttons and fill in the required URL fields."
713
+ msgstr "Заполните необходимые поля."
714
 
715
+ #: inc/php/tabs/usage.php:19
716
+ msgid "Select the desired settings."
717
+ msgstr "Выберите нужные настройки."
718
+
719
+ #: inc/php/tabs/usage.php:20
720
+ msgid "Click the \"Save changes\" button."
721
+ msgstr "Нажмите кнопку «Сохранить изменения»."
722
+
723
+ #: inc/php/tabs/usage.php:22
724
+ msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
725
+ msgstr "Теперь у вас есть несколько способов отображения кнопок социальных сетей (далее просто «кнопки»)."
726
+
727
+ #: inc/php/tabs/usage.php:23
728
+ msgid "Just choose the one that is more suitable for your case."
729
+ msgstr "Просто выберите тот, который больше подходит для вашего случая."
730
+
731
+ #: inc/php/tabs/usage.php:25
732
+ msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
733
+ msgstr "<b>А)</b> Для отображения кнопок ниже содержимого на каждой странице или/и страницах, просто установите флажок “Показывать в записях” или/и “Показывать на страницах” в разделе “Настройки отображения”, затем нажмите кнопку “Сохранить изменения”."
734
+
735
+ #: inc/php/tabs/usage.php:26
736
+ msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
737
+ msgstr "<b>Б)</b> Для добавления кнопок внутри сообщения из редактора WordPress Post/Page используйте следующий короткий код:"
738
+
739
+ #: inc/php/tabs/usage.php:28
740
+ msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
741
+ msgstr "<b>В)</b> Для добавления кнопки в область виджетов (в боковой панели, нижнем колонтитуле и т.д.) используйте виджет «Текст» и добавьте в него следующий короткий код:"
742
+
743
+ #: inc/php/tabs/usage.php:30
744
+ msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
745
+ msgstr "<b>Г)</b> Для добавления кнопок непосредственно к файлам темы, просто добавьте следующий код в нужное место (где вы хотите отображать кнопки) в файлах темы:"
746
+
747
+ #: inc/php/tabs/usage.php:38
748
+ #, php-format
749
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
750
+ msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
751
 
752
  #. Plugin Name of the plugin/theme
753
  msgid "Social Media Follow Buttons Bar"
languages/social-media-buttons-toolbar.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2019-02-20 23:23+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+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:44
22
  msgid "Settings"
23
  msgstr ""
24
 
@@ -59,7 +59,7 @@ msgstr ""
59
  msgid "Enter the URL of your RSS feed."
60
  msgstr ""
61
 
62
- #: inc/php/messages.php:27 inc/php/page.php:422
63
  msgid "Hello!"
64
  msgstr ""
65
 
@@ -80,670 +80,671 @@ msgstr ""
80
  msgid "Please update the plugin to the latest version, and all will be fine."
81
  msgstr ""
82
 
83
- #: inc/php/page.php:31
84
  #, php-format
85
  msgid "by %s Space X-Chimp %s"
86
  msgstr ""
87
 
88
- #: inc/php/page.php:37
89
  msgid "Version"
90
  msgstr ""
91
 
92
- #: inc/php/page.php:45
93
  msgid "Usage"
94
  msgstr ""
95
 
96
- #: inc/php/page.php:46
97
  msgid "F.A.Q."
98
  msgstr ""
99
 
100
- #: inc/php/page.php:47 inc/php/settings.php:150 inc/php/sidebar.php:47
101
  msgid "Support"
102
  msgstr ""
103
 
104
- #: inc/php/page.php:48
105
  msgid "Store"
106
  msgstr ""
107
 
108
- #: inc/php/page.php:64
109
- msgid "Usage Instructions"
110
- msgstr ""
111
-
112
- #: inc/php/page.php:66
113
- msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
114
- msgstr ""
115
-
116
- #: inc/php/page.php:68
117
- msgid "Go to the \"Settings\" tab on this page."
118
- msgstr ""
119
-
120
- #: inc/php/page.php:69
121
- msgid "Select the desired buttons and fill in the required URL fields."
122
- msgstr ""
123
-
124
- #: inc/php/page.php:70
125
- msgid "Select the desired settings."
126
- msgstr ""
127
-
128
- #: inc/php/page.php:71
129
- msgid "Click the \"Save changes\" button."
130
- msgstr ""
131
-
132
- #: inc/php/page.php:73
133
- msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
134
- msgstr ""
135
-
136
- #: inc/php/page.php:74
137
- msgid "Just choose the one that is more suitable for your case."
138
  msgstr ""
139
 
140
- #: inc/php/page.php:76
141
- msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
142
  msgstr ""
143
 
144
- #: inc/php/page.php:77
145
- msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
146
  msgstr ""
147
 
148
- #: inc/php/page.php:79
149
- msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
150
  msgstr ""
151
 
152
- #: inc/php/page.php:81
153
- msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
154
  msgstr ""
155
 
156
- #: inc/php/page.php:84 inc/php/page.php:215
157
- msgid "Enjoy your fancy social media follow buttons."
158
  msgstr ""
159
 
160
- #: inc/php/page.php:84 inc/php/page.php:216 inc/php/page.php:225
161
- msgid "It's that simple!"
 
162
  msgstr ""
163
 
164
- #: inc/php/page.php:89
165
- #, php-format
166
- msgid "If you want more options, then %s let us know %s and we will be happy to add them."
167
  msgstr ""
168
 
169
- #: inc/php/page.php:103
170
  msgid "Frequently Asked Questions"
171
  msgstr ""
172
 
173
- #: inc/php/page.php:107
174
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
175
  msgstr ""
176
 
177
- #: inc/php/page.php:132
178
  msgid "Where can I find a documentation for this plugin?"
179
  msgstr ""
180
 
181
- #: inc/php/page.php:137
182
  #, php-format
183
  msgid "Please visit our %s Documentation site %s to view documentation."
184
  msgstr ""
185
 
186
- #: inc/php/page.php:145
187
  msgid "Will this plugin work on my wordpress.COM website?"
188
  msgstr ""
189
 
190
- #: inc/php/page.php:148
191
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
192
  msgstr ""
193
 
194
- #: inc/php/page.php:150
195
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
196
  msgstr ""
197
 
198
- #: inc/php/page.php:151
199
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
200
  msgstr ""
201
 
202
- #: inc/php/page.php:154
203
  #, php-format
204
  msgid "You can learn more about the difference here: %s ."
205
  msgstr ""
206
 
207
- #: inc/php/page.php:161
208
  msgid "Will this plugin work/compatible with the theme I use?"
209
  msgstr ""
210
 
211
- #: inc/php/page.php:164
212
  msgid "This plugin is compatible with most themes."
213
  msgstr ""
214
 
215
- #: inc/php/page.php:165
216
  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."
217
  msgstr ""
218
 
219
- #: inc/php/page.php:166
220
  msgid "We constantly check this plugin for compatibility with third-party themes."
221
  msgstr ""
222
 
223
- #: inc/php/page.php:167
224
  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."
225
  msgstr ""
226
 
227
- #: inc/php/page.php:169
228
  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."
229
  msgstr ""
230
 
231
- #: inc/php/page.php:173
232
  msgid "Will this plugin work/compatible with other plugins that I use?"
233
  msgstr ""
234
 
235
- #: inc/php/page.php:176
236
  msgid "This plugin is compatible with most plugins."
237
  msgstr ""
238
 
239
- #: inc/php/page.php:177
240
  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."
241
  msgstr ""
242
 
243
- #: inc/php/page.php:178
244
  msgid "We constantly check this plugin for compatibility with third-party plugins."
245
  msgstr ""
246
 
247
- #: inc/php/page.php:179
248
  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."
249
  msgstr ""
250
 
251
- #: inc/php/page.php:181
252
  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."
253
  msgstr ""
254
 
255
- #: inc/php/page.php:185
256
  msgid "Can I use this plugin on my language?"
257
  msgstr ""
258
 
259
- #: inc/php/page.php:188 inc/php/page.php:223
260
  msgid "Yes."
261
  msgstr ""
262
 
263
- #: inc/php/page.php:189
264
  msgid "This plugin is ready for translation and has already been translated into several languages."
265
  msgstr ""
266
 
267
- #: inc/php/page.php:190
268
  msgid "But If your language is not available then you can make one."
269
  msgstr ""
270
 
271
- #: inc/php/page.php:191
272
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
273
  msgstr ""
274
 
275
- #: inc/php/page.php:192
276
  msgid "Many of plugin users would be delighted if you share your translation with the community."
277
  msgstr ""
278
 
279
- #: inc/php/page.php:193
280
  msgid "Thanks for your contribution!"
281
  msgstr ""
282
 
283
- #: inc/php/page.php:197
284
  #, php-format
285
  msgid "If you want to help translate this plugin, please visit the %s."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:201
289
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
290
  msgstr ""
291
 
292
- #: inc/php/page.php:204
293
  #, php-format
294
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
295
  msgstr ""
296
 
297
- #: inc/php/page.php:211
298
  msgid "How does it work?"
299
  msgstr ""
300
 
301
- #: inc/php/page.php:214 inc/php/page.php:224
302
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
303
  msgstr ""
304
 
305
- #: inc/php/page.php:220
 
 
 
 
 
 
 
 
306
  msgid "Can I configure my buttons bar instance?"
307
  msgstr ""
308
 
309
- #: inc/php/page.php:229
310
  msgid "How many buttons bar instances can I create?"
311
  msgstr ""
312
 
313
- #: inc/php/page.php:232
314
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
315
  msgstr ""
316
 
317
- #: inc/php/page.php:234
318
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
319
  msgstr ""
320
 
321
- #: inc/php/page.php:235
322
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
323
  msgstr ""
324
 
325
- #: inc/php/page.php:236
326
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
327
  msgstr ""
328
 
329
- #: inc/php/page.php:240
330
  msgid "Does this plugin requires any modification of the theme?"
331
  msgstr ""
332
 
333
- #: inc/php/page.php:243 inc/php/page.php:251
334
  msgid "Absolutely not."
335
  msgstr ""
336
 
337
- #: inc/php/page.php:244
338
  msgid "This plugin is configurable entirely from the plugin settings page."
339
  msgstr ""
340
 
341
- #: inc/php/page.php:248
342
  msgid "Does this require any knowledge of HTML or CSS?"
343
  msgstr ""
344
 
345
- #: inc/php/page.php:252
346
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
347
  msgstr ""
348
 
349
- #: inc/php/page.php:256
350
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
351
  msgstr ""
352
 
353
- #: inc/php/page.php:259
354
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
355
  msgstr ""
356
 
357
- #: inc/php/page.php:263
358
  msgid "It's not working."
359
  msgstr ""
360
 
361
- #: inc/php/page.php:264
362
  msgid "What could be wrong?"
363
  msgstr ""
364
 
365
- #: inc/php/page.php:267
366
  msgid "As with every plugin, it's possible that things don't work."
367
  msgstr ""
368
 
369
- #: inc/php/page.php:268
370
  msgid "It's impossible to tell what could be wrong exactly."
371
  msgstr ""
372
 
373
- #: inc/php/page.php:269
374
  msgid "The most common reason for this is a web browser's cache."
375
  msgstr ""
376
 
377
- #: inc/php/page.php:270
378
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
379
  msgstr ""
380
 
381
- #: inc/php/page.php:271
382
  msgid "This is called the browser's cache."
383
  msgstr ""
384
 
385
- #: inc/php/page.php:272
386
  msgid "Clearing your browser's cache may solve the problem."
387
  msgstr ""
388
 
389
- #: inc/php/page.php:274
390
  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."
391
  msgstr ""
392
 
393
- #: inc/php/page.php:275 inc/php/page.php:304
394
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
395
  msgstr ""
396
 
397
- #: inc/php/page.php:279
398
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
399
  msgstr ""
400
 
401
- #: inc/php/page.php:280
402
  msgid "Why is this?"
403
  msgstr ""
404
 
405
- #: inc/php/page.php:283
406
  msgid "This plugin can not cause such problem."
407
  msgstr ""
408
 
409
- #: inc/php/page.php:284
410
  msgid "More likely, the problem are related to the settings of the website."
411
  msgstr ""
412
 
413
- #: inc/php/page.php:285
414
  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."
415
  msgstr ""
416
 
417
- #: inc/php/page.php:286
418
  msgid "Also please try to re-login to the website, this too can help."
419
  msgstr ""
420
 
421
- #: inc/php/page.php:290
422
  msgid "Where to report bug if found?"
423
  msgstr ""
424
 
425
- #: inc/php/page.php:293
426
  msgid "Bug reports are very welcome!"
427
  msgstr ""
428
 
429
- #: inc/php/page.php:296
430
  #, php-format
431
  msgid "Please visit our %s contact page %s and report."
432
  msgstr ""
433
 
434
- #: inc/php/page.php:301 inc/php/page.php:329
435
  msgid "Please do not forget to specify the name of the plugin."
436
  msgstr ""
437
 
438
- #: inc/php/page.php:302 inc/php/page.php:330 inc/php/page.php:346
439
  msgid "Thank you!"
440
  msgstr ""
441
 
442
- #: inc/php/page.php:305
443
  msgid "Describe in more detail what exactly you are seeing."
444
  msgstr ""
445
 
446
- #: inc/php/page.php:306
447
  msgid "Here are some examples:"
448
  msgstr ""
449
 
450
- #: inc/php/page.php:309
451
  msgid "Elements of the plugin settings page are not working."
452
  msgstr ""
453
 
454
- #: inc/php/page.php:310
455
  msgid "An error message is displayed on the plugin settings page."
456
  msgstr ""
457
 
458
- #: inc/php/page.php:311
459
  msgid "An error message is displayed on the front end of website."
460
  msgstr ""
461
 
462
- #: inc/php/page.php:312
463
  msgid "An error message is displayed on the back end of website."
464
  msgstr ""
465
 
466
- #: inc/php/page.php:313
467
  msgid "Website is crashed."
468
  msgstr ""
469
 
470
- #: inc/php/page.php:318
471
  msgid "Where to share any ideas or suggestions to make the plugin better?"
472
  msgstr ""
473
 
474
- #: inc/php/page.php:321
475
  msgid "Any suggestions are very welcome!"
476
  msgstr ""
477
 
478
- #: inc/php/page.php:324
479
  #, php-format
480
  msgid "Please visit our %s contact page %s."
481
  msgstr ""
482
 
483
- #: inc/php/page.php:334
484
  msgid "I love this plugin!"
485
  msgstr ""
486
 
487
- #: inc/php/page.php:335
488
  msgid "Can I help somehow?"
489
  msgstr ""
490
 
491
- #: inc/php/page.php:338
492
  msgid "Yes, any contributions are very welcome!"
493
  msgstr ""
494
 
495
- #: inc/php/page.php:341
496
  #, php-format
497
  msgid "Please visit our %s Support Us %s page."
498
  msgstr ""
499
 
500
- #: inc/php/page.php:350
501
  msgid "Where can I find information about your licenses, payment process and refunds?"
502
  msgstr ""
503
 
504
- #: inc/php/page.php:355
505
  #, php-format
506
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
507
  msgstr ""
508
 
509
- #: inc/php/page.php:363
510
  msgid "Where can I find information about your customer support?"
511
  msgstr ""
512
 
513
- #: inc/php/page.php:368
514
  #, php-format
515
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
516
  msgstr ""
517
 
518
- #: inc/php/page.php:376
519
  msgid "Where can I find information about your affiliate program?"
520
  msgstr ""
521
 
522
- #: inc/php/page.php:381
523
  #, php-format
524
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
525
  msgstr ""
526
 
527
- #: inc/php/page.php:389
528
  msgid "My question wasn't answered here."
529
  msgstr ""
530
 
531
- #: inc/php/page.php:394
532
  #, php-format
533
  msgid "You can ask your question on %s this page %s."
534
  msgstr ""
535
 
536
- #: inc/php/page.php:399
537
  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."
538
  msgstr ""
539
 
540
- #: inc/php/page.php:410
541
- msgid "Support Us"
542
- msgstr ""
543
-
544
- #: inc/php/page.php:418 inc/php/settings.php:157 inc/php/sidebar.php:54
545
- msgid "Donate with PayPal"
546
- msgstr ""
547
-
548
- #: inc/php/page.php:425
549
- #, php-format
550
- 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."
551
- msgstr ""
552
-
553
- #: inc/php/page.php:434
554
- msgid "Our intention is to create projects that will make this world a better place."
555
- msgstr ""
556
-
557
- #: inc/php/page.php:435
558
- msgid "Our motto is - «Follow your dreams and don’t give up»."
559
- msgstr ""
560
-
561
- #: inc/php/page.php:436
562
- 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."
563
- msgstr ""
564
-
565
- #: inc/php/page.php:439
566
- 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."
567
- msgstr ""
568
-
569
- #: inc/php/page.php:440
570
- 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."
571
- msgstr ""
572
-
573
- #: inc/php/page.php:443
574
- msgid "If you appreciate our work, you can buy us a cup of coffee!"
575
- msgstr ""
576
-
577
- #: inc/php/page.php:446
578
- msgid "Thank you for your support!"
579
- msgstr ""
580
-
581
- #: inc/php/settings.php:21 inc/php/settings.php:139
582
  msgid "Save changes"
583
  msgstr ""
584
 
585
- #: inc/php/settings.php:25
586
  msgid "Buttons"
587
  msgstr ""
588
 
589
- #: inc/php/settings.php:27
590
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
591
  msgstr ""
592
 
593
- #: inc/php/settings.php:33
594
  msgid "Social media buttons"
595
  msgstr ""
596
 
597
- #: inc/php/settings.php:34 inc/php/settings.php:41
598
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
599
  msgstr ""
600
 
601
- #: inc/php/settings.php:40
602
  msgid "Additional buttons"
603
  msgstr ""
604
 
605
- #: inc/php/settings.php:49
606
  msgid "Buttons URL"
607
  msgstr ""
608
 
609
- #: inc/php/settings.php:51
610
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
611
  msgstr ""
612
 
613
- #: inc/php/settings.php:76
614
  msgid "Display options"
615
  msgstr ""
616
 
617
- #: inc/php/settings.php:78
618
  msgid "Here you can customize the display of your social media follow buttons bar."
619
  msgstr ""
620
 
621
- #: inc/php/settings.php:82
622
  msgid "Button size"
623
  msgstr ""
624
 
625
- #: inc/php/settings.php:83
626
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
627
  msgstr ""
628
 
629
- #: inc/php/settings.php:87
630
  msgid "Positioning"
631
  msgstr ""
632
 
633
- #: inc/php/settings.php:90
634
  msgid "Button margin"
635
  msgstr ""
636
 
637
- #: inc/php/settings.php:91
638
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
639
  msgstr ""
640
 
641
- #: inc/php/settings.php:96
642
  msgid "Left"
643
  msgstr ""
644
 
645
- #: inc/php/settings.php:97
646
  msgid "Center"
647
  msgstr ""
648
 
649
- #: inc/php/settings.php:98
650
  msgid "Right"
651
  msgstr ""
652
 
653
- #: inc/php/settings.php:100
654
  msgid "Buttons bar alignment"
655
  msgstr ""
656
 
657
- #: inc/php/settings.php:101
658
  msgid "You can choose the alignment of the entire buttons bar."
659
  msgstr ""
660
 
661
- #: inc/php/settings.php:105
662
  msgid "Links open method"
663
  msgstr ""
664
 
665
- #: inc/php/settings.php:108
666
  msgid "Open in new tab"
667
  msgstr ""
668
 
669
- #: inc/php/settings.php:109
670
  msgid "Open links in a new tab/window."
671
  msgstr ""
672
 
673
- #: inc/php/settings.php:112
674
  msgid "Additional"
675
  msgstr ""
676
 
677
- #: inc/php/settings.php:115
678
  msgid "Caption"
679
  msgstr ""
680
 
681
- #: inc/php/settings.php:116
682
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
683
  msgstr ""
684
 
685
- #: inc/php/settings.php:120
686
  msgid "Tooltips"
687
  msgstr ""
688
 
689
- #: inc/php/settings.php:121
690
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
691
  msgstr ""
692
 
693
- #: inc/php/settings.php:124
694
  msgid "Autoload"
695
  msgstr ""
696
 
697
- #: inc/php/settings.php:127
698
  msgid "Show on Posts"
699
  msgstr ""
700
 
701
- #: inc/php/settings.php:128
702
  msgid "Automatically display the buttons bar below content on Posts."
703
  msgstr ""
704
 
705
- #: inc/php/settings.php:131
706
  msgid "Show on Pages"
707
  msgstr ""
708
 
709
- #: inc/php/settings.php:132
710
  msgid "Automatically display the buttons bar below content on Pages."
711
  msgstr ""
712
 
713
- #: inc/php/settings.php:142
714
  msgid "Live Preview"
715
  msgstr ""
716
 
717
- #: inc/php/settings.php:144
718
  msgid "Click the \"Save changes\" button to update this preview."
719
  msgstr ""
720
 
721
- #: inc/php/settings.php:152 inc/php/sidebar.php:49
722
- 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."
723
  msgstr ""
724
 
725
- #: inc/php/settings.php:159 inc/php/sidebar.php:56
726
- msgid "Thanks for your support!"
 
727
  msgstr ""
728
 
729
- #: inc/php/sidebar.php:16
730
- msgid "We are «Space X-Chimp»"
731
  msgstr ""
732
 
733
- #: inc/php/sidebar.php:33
734
- msgid "About"
735
  msgstr ""
736
 
737
- #: inc/php/sidebar.php:35
738
- msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
739
  msgstr ""
740
 
741
- #: inc/php/sidebar.php:40
742
- msgid "Help"
743
  msgstr ""
744
 
745
- #: inc/php/sidebar.php:42
746
- msgid "If you have a question, please read the information in the FAQ section."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
747
  msgstr ""
748
 
749
  #. Plugin Name of the plugin/theme
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2019-03-01 06:51+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+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
 
59
  msgid "Enter the URL of your RSS feed."
60
  msgstr ""
61
 
62
+ #: inc/php/messages.php:27 inc/php/tabs/support.php:25
63
  msgid "Hello!"
64
  msgstr ""
65
 
80
  msgid "Please update the plugin to the latest version, and all will be fine."
81
  msgstr ""
82
 
83
+ #: inc/php/page.php:33
84
  #, php-format
85
  msgid "by %s Space X-Chimp %s"
86
  msgstr ""
87
 
88
+ #: inc/php/page.php:39
89
  msgid "Version"
90
  msgstr ""
91
 
92
+ #: inc/php/page.php:47
93
  msgid "Usage"
94
  msgstr ""
95
 
96
+ #: inc/php/page.php:48
97
  msgid "F.A.Q."
98
  msgstr ""
99
 
100
+ #: inc/php/page.php:49 inc/php/sidebar.php:47 inc/php/tabs/settings.php:150
101
  msgid "Support"
102
  msgstr ""
103
 
104
+ #: inc/php/page.php:50
105
  msgid "Store"
106
  msgstr ""
107
 
108
+ #: inc/php/sidebar.php:16
109
+ msgid "We are «Space X-Chimp»"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  msgstr ""
111
 
112
+ #: inc/php/sidebar.php:33
113
+ msgid "About"
114
  msgstr ""
115
 
116
+ #: inc/php/sidebar.php:35
117
+ msgid "This plugin gives you the ability to easily and safely add a smart bar with social media follow buttons (not share, only links to your social media profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website."
118
  msgstr ""
119
 
120
+ #: inc/php/sidebar.php:40
121
+ msgid "Help"
122
  msgstr ""
123
 
124
+ #: inc/php/sidebar.php:42
125
+ msgid "If you have a question, please read the information in the FAQ section."
126
  msgstr ""
127
 
128
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:152
129
+ 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."
130
  msgstr ""
131
 
132
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:157
133
+ #: inc/php/tabs/support.php:21
134
+ msgid "Donate with PayPal"
135
  msgstr ""
136
 
137
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:159
138
+ msgid "Thanks for your support!"
 
139
  msgstr ""
140
 
141
+ #: inc/php/tabs/faq.php:13
142
  msgid "Frequently Asked Questions"
143
  msgstr ""
144
 
145
+ #: inc/php/tabs/faq.php:17
146
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
147
  msgstr ""
148
 
149
+ #: inc/php/tabs/faq.php:42
150
  msgid "Where can I find a documentation for this plugin?"
151
  msgstr ""
152
 
153
+ #: inc/php/tabs/faq.php:47
154
  #, php-format
155
  msgid "Please visit our %s Documentation site %s to view documentation."
156
  msgstr ""
157
 
158
+ #: inc/php/tabs/faq.php:55
159
  msgid "Will this plugin work on my wordpress.COM website?"
160
  msgstr ""
161
 
162
+ #: inc/php/tabs/faq.php:58
163
  msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
164
  msgstr ""
165
 
166
+ #: inc/php/tabs/faq.php:60
167
  msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
168
  msgstr ""
169
 
170
+ #: inc/php/tabs/faq.php:61
171
  msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
172
  msgstr ""
173
 
174
+ #: inc/php/tabs/faq.php:64
175
  #, php-format
176
  msgid "You can learn more about the difference here: %s ."
177
  msgstr ""
178
 
179
+ #: inc/php/tabs/faq.php:71
180
  msgid "Will this plugin work/compatible with the theme I use?"
181
  msgstr ""
182
 
183
+ #: inc/php/tabs/faq.php:74
184
  msgid "This plugin is compatible with most themes."
185
  msgstr ""
186
 
187
+ #: inc/php/tabs/faq.php:75
188
  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."
189
  msgstr ""
190
 
191
+ #: inc/php/tabs/faq.php:76
192
  msgid "We constantly check this plugin for compatibility with third-party themes."
193
  msgstr ""
194
 
195
+ #: inc/php/tabs/faq.php:77
196
  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."
197
  msgstr ""
198
 
199
+ #: inc/php/tabs/faq.php:79
200
  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."
201
  msgstr ""
202
 
203
+ #: inc/php/tabs/faq.php:83
204
  msgid "Will this plugin work/compatible with other plugins that I use?"
205
  msgstr ""
206
 
207
+ #: inc/php/tabs/faq.php:86
208
  msgid "This plugin is compatible with most plugins."
209
  msgstr ""
210
 
211
+ #: inc/php/tabs/faq.php:87
212
  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."
213
  msgstr ""
214
 
215
+ #: inc/php/tabs/faq.php:88
216
  msgid "We constantly check this plugin for compatibility with third-party plugins."
217
  msgstr ""
218
 
219
+ #: inc/php/tabs/faq.php:89
220
  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."
221
  msgstr ""
222
 
223
+ #: inc/php/tabs/faq.php:91
224
  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."
225
  msgstr ""
226
 
227
+ #: inc/php/tabs/faq.php:95
228
  msgid "Can I use this plugin on my language?"
229
  msgstr ""
230
 
231
+ #: inc/php/tabs/faq.php:98 inc/php/tabs/faq.php:133
232
  msgid "Yes."
233
  msgstr ""
234
 
235
+ #: inc/php/tabs/faq.php:99
236
  msgid "This plugin is ready for translation and has already been translated into several languages."
237
  msgstr ""
238
 
239
+ #: inc/php/tabs/faq.php:100
240
  msgid "But If your language is not available then you can make one."
241
  msgstr ""
242
 
243
+ #: inc/php/tabs/faq.php:101
244
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
245
  msgstr ""
246
 
247
+ #: inc/php/tabs/faq.php:102
248
  msgid "Many of plugin users would be delighted if you share your translation with the community."
249
  msgstr ""
250
 
251
+ #: inc/php/tabs/faq.php:103
252
  msgid "Thanks for your contribution!"
253
  msgstr ""
254
 
255
+ #: inc/php/tabs/faq.php:107
256
  #, php-format
257
  msgid "If you want to help translate this plugin, please visit the %s."
258
  msgstr ""
259
 
260
+ #: inc/php/tabs/faq.php:111
261
  msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
262
  msgstr ""
263
 
264
+ #: inc/php/tabs/faq.php:114
265
  #, php-format
266
  msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
267
  msgstr ""
268
 
269
+ #: inc/php/tabs/faq.php:121
270
  msgid "How does it work?"
271
  msgstr ""
272
 
273
+ #: inc/php/tabs/faq.php:124 inc/php/tabs/faq.php:134
274
  msgid "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button."
275
  msgstr ""
276
 
277
+ #: inc/php/tabs/faq.php:125 inc/php/tabs/usage.php:33
278
+ msgid "Enjoy your fancy social media follow buttons."
279
+ msgstr ""
280
+
281
+ #: inc/php/tabs/faq.php:126 inc/php/tabs/faq.php:135 inc/php/tabs/usage.php:33
282
+ msgid "It's that simple!"
283
+ msgstr ""
284
+
285
+ #: inc/php/tabs/faq.php:130
286
  msgid "Can I configure my buttons bar instance?"
287
  msgstr ""
288
 
289
+ #: inc/php/tabs/faq.php:139
290
  msgid "How many buttons bar instances can I create?"
291
  msgstr ""
292
 
293
+ #: inc/php/tabs/faq.php:142
294
  msgid "The free version of this plugin supports only 1 instance of the buttons bar."
295
  msgstr ""
296
 
297
+ #: inc/php/tabs/faq.php:144
298
  msgid "In the premium version of this plugin you can create up to 10 of buttons bar instances."
299
  msgstr ""
300
 
301
+ #: inc/php/tabs/faq.php:145
302
  msgid "This is very useful, because that way you can manage your buttons bar instances separately."
303
  msgstr ""
304
 
305
+ #: inc/php/tabs/faq.php:146
306
  msgid "Soon we will remove the limit on the number of buttons bar instances so that you can create an unlimited number of buttons bar instances."
307
  msgstr ""
308
 
309
+ #: inc/php/tabs/faq.php:150
310
  msgid "Does this plugin requires any modification of the theme?"
311
  msgstr ""
312
 
313
+ #: inc/php/tabs/faq.php:153 inc/php/tabs/faq.php:161
314
  msgid "Absolutely not."
315
  msgstr ""
316
 
317
+ #: inc/php/tabs/faq.php:154
318
  msgid "This plugin is configurable entirely from the plugin settings page."
319
  msgstr ""
320
 
321
+ #: inc/php/tabs/faq.php:158
322
  msgid "Does this require any knowledge of HTML or CSS?"
323
  msgstr ""
324
 
325
+ #: inc/php/tabs/faq.php:162
326
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
327
  msgstr ""
328
 
329
+ #: inc/php/tabs/faq.php:166
330
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
331
  msgstr ""
332
 
333
+ #: inc/php/tabs/faq.php:169
334
  msgid "The images that uses in this plugin are already compressed, but we will do our best to find out what else can be done with the images in order to compress them even better."
335
  msgstr ""
336
 
337
+ #: inc/php/tabs/faq.php:173
338
  msgid "It's not working."
339
  msgstr ""
340
 
341
+ #: inc/php/tabs/faq.php:174
342
  msgid "What could be wrong?"
343
  msgstr ""
344
 
345
+ #: inc/php/tabs/faq.php:177
346
  msgid "As with every plugin, it's possible that things don't work."
347
  msgstr ""
348
 
349
+ #: inc/php/tabs/faq.php:178
350
  msgid "It's impossible to tell what could be wrong exactly."
351
  msgstr ""
352
 
353
+ #: inc/php/tabs/faq.php:179
354
  msgid "The most common reason for this is a web browser's cache."
355
  msgstr ""
356
 
357
+ #: inc/php/tabs/faq.php:180
358
  msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
359
  msgstr ""
360
 
361
+ #: inc/php/tabs/faq.php:181
362
  msgid "This is called the browser's cache."
363
  msgstr ""
364
 
365
+ #: inc/php/tabs/faq.php:182
366
  msgid "Clearing your browser's cache may solve the problem."
367
  msgstr ""
368
 
369
+ #: inc/php/tabs/faq.php:184
370
  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."
371
  msgstr ""
372
 
373
+ #: inc/php/tabs/faq.php:185 inc/php/tabs/faq.php:214
374
  msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
375
  msgstr ""
376
 
377
+ #: inc/php/tabs/faq.php:189
378
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
379
  msgstr ""
380
 
381
+ #: inc/php/tabs/faq.php:190
382
  msgid "Why is this?"
383
  msgstr ""
384
 
385
+ #: inc/php/tabs/faq.php:193
386
  msgid "This plugin can not cause such problem."
387
  msgstr ""
388
 
389
+ #: inc/php/tabs/faq.php:194
390
  msgid "More likely, the problem are related to the settings of the website."
391
  msgstr ""
392
 
393
+ #: inc/php/tabs/faq.php:195
394
  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."
395
  msgstr ""
396
 
397
+ #: inc/php/tabs/faq.php:196
398
  msgid "Also please try to re-login to the website, this too can help."
399
  msgstr ""
400
 
401
+ #: inc/php/tabs/faq.php:200
402
  msgid "Where to report bug if found?"
403
  msgstr ""
404
 
405
+ #: inc/php/tabs/faq.php:203
406
  msgid "Bug reports are very welcome!"
407
  msgstr ""
408
 
409
+ #: inc/php/tabs/faq.php:206
410
  #, php-format
411
  msgid "Please visit our %s contact page %s and report."
412
  msgstr ""
413
 
414
+ #: inc/php/tabs/faq.php:211 inc/php/tabs/faq.php:239
415
  msgid "Please do not forget to specify the name of the plugin."
416
  msgstr ""
417
 
418
+ #: inc/php/tabs/faq.php:212 inc/php/tabs/faq.php:240 inc/php/tabs/faq.php:256
419
  msgid "Thank you!"
420
  msgstr ""
421
 
422
+ #: inc/php/tabs/faq.php:215
423
  msgid "Describe in more detail what exactly you are seeing."
424
  msgstr ""
425
 
426
+ #: inc/php/tabs/faq.php:216
427
  msgid "Here are some examples:"
428
  msgstr ""
429
 
430
+ #: inc/php/tabs/faq.php:219
431
  msgid "Elements of the plugin settings page are not working."
432
  msgstr ""
433
 
434
+ #: inc/php/tabs/faq.php:220
435
  msgid "An error message is displayed on the plugin settings page."
436
  msgstr ""
437
 
438
+ #: inc/php/tabs/faq.php:221
439
  msgid "An error message is displayed on the front end of website."
440
  msgstr ""
441
 
442
+ #: inc/php/tabs/faq.php:222
443
  msgid "An error message is displayed on the back end of website."
444
  msgstr ""
445
 
446
+ #: inc/php/tabs/faq.php:223
447
  msgid "Website is crashed."
448
  msgstr ""
449
 
450
+ #: inc/php/tabs/faq.php:228
451
  msgid "Where to share any ideas or suggestions to make the plugin better?"
452
  msgstr ""
453
 
454
+ #: inc/php/tabs/faq.php:231
455
  msgid "Any suggestions are very welcome!"
456
  msgstr ""
457
 
458
+ #: inc/php/tabs/faq.php:234
459
  #, php-format
460
  msgid "Please visit our %s contact page %s."
461
  msgstr ""
462
 
463
+ #: inc/php/tabs/faq.php:244
464
  msgid "I love this plugin!"
465
  msgstr ""
466
 
467
+ #: inc/php/tabs/faq.php:245
468
  msgid "Can I help somehow?"
469
  msgstr ""
470
 
471
+ #: inc/php/tabs/faq.php:248
472
  msgid "Yes, any contributions are very welcome!"
473
  msgstr ""
474
 
475
+ #: inc/php/tabs/faq.php:251
476
  #, php-format
477
  msgid "Please visit our %s Support Us %s page."
478
  msgstr ""
479
 
480
+ #: inc/php/tabs/faq.php:260
481
  msgid "Where can I find information about your licenses, payment process and refunds?"
482
  msgstr ""
483
 
484
+ #: inc/php/tabs/faq.php:265
485
  #, php-format
486
  msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
487
  msgstr ""
488
 
489
+ #: inc/php/tabs/faq.php:273
490
  msgid "Where can I find information about your customer support?"
491
  msgstr ""
492
 
493
+ #: inc/php/tabs/faq.php:278
494
  #, php-format
495
  msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
496
  msgstr ""
497
 
498
+ #: inc/php/tabs/faq.php:286
499
  msgid "Where can I find information about your affiliate program?"
500
  msgstr ""
501
 
502
+ #: inc/php/tabs/faq.php:291
503
  #, php-format
504
  msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
505
  msgstr ""
506
 
507
+ #: inc/php/tabs/faq.php:299
508
  msgid "My question wasn't answered here."
509
  msgstr ""
510
 
511
+ #: inc/php/tabs/faq.php:304
512
  #, php-format
513
  msgid "You can ask your question on %s this page %s."
514
  msgstr ""
515
 
516
+ #: inc/php/tabs/faq.php:309
517
  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."
518
  msgstr ""
519
 
520
+ #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
521
  msgid "Save changes"
522
  msgstr ""
523
 
524
+ #: inc/php/tabs/settings.php:25
525
  msgid "Buttons"
526
  msgstr ""
527
 
528
+ #: inc/php/tabs/settings.php:27
529
  msgid "Here you can select the buttons that you want to have in your social media follow buttons bar."
530
  msgstr ""
531
 
532
+ #: inc/php/tabs/settings.php:33
533
  msgid "Social media buttons"
534
  msgstr ""
535
 
536
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:41
537
  msgid "Mark the desired buttons to add it to your social media follow buttons bar."
538
  msgstr ""
539
 
540
+ #: inc/php/tabs/settings.php:40
541
  msgid "Additional buttons"
542
  msgstr ""
543
 
544
+ #: inc/php/tabs/settings.php:49
545
  msgid "Buttons URL"
546
  msgstr ""
547
 
548
+ #: inc/php/tabs/settings.php:51
549
  msgid "Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above."
550
  msgstr ""
551
 
552
+ #: inc/php/tabs/settings.php:76
553
  msgid "Display options"
554
  msgstr ""
555
 
556
+ #: inc/php/tabs/settings.php:78
557
  msgid "Here you can customize the display of your social media follow buttons bar."
558
  msgstr ""
559
 
560
+ #: inc/php/tabs/settings.php:82
561
  msgid "Button size"
562
  msgstr ""
563
 
564
+ #: inc/php/tabs/settings.php:83
565
  msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
566
  msgstr ""
567
 
568
+ #: inc/php/tabs/settings.php:87
569
  msgid "Positioning"
570
  msgstr ""
571
 
572
+ #: inc/php/tabs/settings.php:90
573
  msgid "Button margin"
574
  msgstr ""
575
 
576
+ #: inc/php/tabs/settings.php:91
577
  msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
578
  msgstr ""
579
 
580
+ #: inc/php/tabs/settings.php:96
581
  msgid "Left"
582
  msgstr ""
583
 
584
+ #: inc/php/tabs/settings.php:97
585
  msgid "Center"
586
  msgstr ""
587
 
588
+ #: inc/php/tabs/settings.php:98
589
  msgid "Right"
590
  msgstr ""
591
 
592
+ #: inc/php/tabs/settings.php:100
593
  msgid "Buttons bar alignment"
594
  msgstr ""
595
 
596
+ #: inc/php/tabs/settings.php:101
597
  msgid "You can choose the alignment of the entire buttons bar."
598
  msgstr ""
599
 
600
+ #: inc/php/tabs/settings.php:105
601
  msgid "Links open method"
602
  msgstr ""
603
 
604
+ #: inc/php/tabs/settings.php:108
605
  msgid "Open in new tab"
606
  msgstr ""
607
 
608
+ #: inc/php/tabs/settings.php:109
609
  msgid "Open links in a new tab/window."
610
  msgstr ""
611
 
612
+ #: inc/php/tabs/settings.php:112
613
  msgid "Additional"
614
  msgstr ""
615
 
616
+ #: inc/php/tabs/settings.php:115
617
  msgid "Caption"
618
  msgstr ""
619
 
620
+ #: inc/php/tabs/settings.php:116
621
  msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
622
  msgstr ""
623
 
624
+ #: inc/php/tabs/settings.php:120
625
  msgid "Tooltips"
626
  msgstr ""
627
 
628
+ #: inc/php/tabs/settings.php:121
629
  msgid "Enable tooltips with the name of social media that will be displayed next to each button."
630
  msgstr ""
631
 
632
+ #: inc/php/tabs/settings.php:124
633
  msgid "Autoload"
634
  msgstr ""
635
 
636
+ #: inc/php/tabs/settings.php:127
637
  msgid "Show on Posts"
638
  msgstr ""
639
 
640
+ #: inc/php/tabs/settings.php:128
641
  msgid "Automatically display the buttons bar below content on Posts."
642
  msgstr ""
643
 
644
+ #: inc/php/tabs/settings.php:131
645
  msgid "Show on Pages"
646
  msgstr ""
647
 
648
+ #: inc/php/tabs/settings.php:132
649
  msgid "Automatically display the buttons bar below content on Pages."
650
  msgstr ""
651
 
652
+ #: inc/php/tabs/settings.php:142
653
  msgid "Live Preview"
654
  msgstr ""
655
 
656
+ #: inc/php/tabs/settings.php:144
657
  msgid "Click the \"Save changes\" button to update this preview."
658
  msgstr ""
659
 
660
+ #: inc/php/tabs/support.php:13
661
+ msgid "Support Us"
662
  msgstr ""
663
 
664
+ #: inc/php/tabs/support.php:28
665
+ #, php-format
666
+ 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."
667
  msgstr ""
668
 
669
+ #: inc/php/tabs/support.php:37
670
+ msgid "Our intention is to create projects that will make this world a better place."
671
  msgstr ""
672
 
673
+ #: inc/php/tabs/support.php:38
674
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
675
  msgstr ""
676
 
677
+ #: inc/php/tabs/support.php:39
678
+ 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."
679
  msgstr ""
680
 
681
+ #: inc/php/tabs/support.php:42
682
+ 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."
683
  msgstr ""
684
 
685
+ #: inc/php/tabs/support.php:43
686
+ 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."
687
+ msgstr ""
688
+
689
+ #: inc/php/tabs/support.php:46
690
+ msgid "If you appreciate our work, you can buy us a cup of coffee!"
691
+ msgstr ""
692
+
693
+ #: inc/php/tabs/support.php:49
694
+ msgid "Thank you for your support!"
695
+ msgstr ""
696
+
697
+ #: inc/php/tabs/usage.php:13
698
+ msgid "Usage Instructions"
699
+ msgstr ""
700
+
701
+ #: inc/php/tabs/usage.php:15
702
+ msgid "To display the social media follow buttons bar on the front end of your website, simply follow these steps:"
703
+ msgstr ""
704
+
705
+ #: inc/php/tabs/usage.php:17
706
+ msgid "Go to the \"Settings\" tab on this page."
707
+ msgstr ""
708
+
709
+ #: inc/php/tabs/usage.php:18
710
+ msgid "Select the desired buttons and fill in the required URL fields."
711
+ msgstr ""
712
+
713
+ #: inc/php/tabs/usage.php:19
714
+ msgid "Select the desired settings."
715
+ msgstr ""
716
+
717
+ #: inc/php/tabs/usage.php:20
718
+ msgid "Click the \"Save changes\" button."
719
+ msgstr ""
720
+
721
+ #: inc/php/tabs/usage.php:22
722
+ msgid "Now you have several methods for display the social media follow buttons bar (further just \"buttons\")."
723
+ msgstr ""
724
+
725
+ #: inc/php/tabs/usage.php:23
726
+ msgid "Just choose the one that is more suitable for your case."
727
+ msgstr ""
728
+
729
+ #: inc/php/tabs/usage.php:25
730
+ msgid "<b>A)</b> To automatically display the buttons below a content on every Posts and/or Pages, simply use the appropriate option in the \"Autoload\" section, then click the \"Save changes\" button."
731
+ msgstr ""
732
+
733
+ #: inc/php/tabs/usage.php:26
734
+ msgid "<b>B)</b> To add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
735
+ msgstr ""
736
+
737
+ #: inc/php/tabs/usage.php:28
738
+ msgid "<b>C)</b> To add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
739
+ msgstr ""
740
+
741
+ #: inc/php/tabs/usage.php:30
742
+ msgid "<b>D)</b> To add the buttons directly to the theme files, just add the following code to needed place (where you want to display the buttons) in your theme files:"
743
+ msgstr ""
744
+
745
+ #: inc/php/tabs/usage.php:38
746
+ #, php-format
747
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
748
  msgstr ""
749
 
750
  #. Plugin Name of the plugin/theme
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: icon, icon set, button, social, media, social button, social media, social
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.47
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -310,6 +310,10 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
310
 
311
  == Changelog ==
312
 
 
 
 
 
313
  = 4.47 - 2019-02-24 =
314
  * Added French translation. (Thanks to Hervé Bouzin)
315
 
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.48
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
310
 
311
  == Changelog ==
312
 
313
+ = 4.48 - 2019-03-01 =
314
+ * Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
315
+ * Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".
316
+
317
  = 4.47 - 2019-02-24 =
318
  * Added French translation. (Thanks to Hervé Bouzin)
319
 
social-media-buttons-toolbar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.47
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.48
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/