Social Media Follow Buttons Bar - Version 4.12

Version Description

  • Added option for the Behance.
  • Added option for the Polyvore.
  • Added option for the Yellow Pages.
  • Content of the "FAQ" section updated.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 Social Media Follow Buttons Bar
Version 4.12
Comparing to
See all releases

Code changes from version 4.11 to 4.12

inc/img/social-media-icons/behance.png ADDED
Binary file
inc/img/social-media-icons/polyvore.png ADDED
Binary file
inc/img/social-media-icons/yellowpages.png ADDED
Binary file
inc/php/page.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Render Settings Page
12
  *
13
- * @since 4.11
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
@@ -122,12 +122,15 @@ function smbtoolbar_render_submenu_page() {
122
  <div class="answer-1"><?php _e( 'Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.', $text ); ?></div>
123
 
124
  <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
125
- <div class="answer-2"><?php printf(
126
- __( 'Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the <code>languages</code> folder. Just send the PO file to me at the %s and I will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ),
127
- '<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
128
- );
 
 
129
  ?><br><br>
130
- <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?></div>
 
131
 
132
  <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
133
  <div class="answer-3"><?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button. Enjoy your fancy social media follow buttons. It\'s that simple!', $text ); ?></div>
@@ -159,7 +162,7 @@ function smbtoolbar_render_submenu_page() {
159
  <div class="question-10"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
160
  <div class="answer-10"><?php printf(
161
  __( 'Any suggestions are very welcome! Please send me an email to %s. Thank you!', $text ),
162
- '<a href="mailto:arthurgareginyan@gmail.com?subject=Suggestions about the ' . $name . '">arthurgareginyan@gmail.com</a>'
163
  );
164
  ?></div>
165
 
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 4.12
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
122
  <div class="answer-1"><?php _e( 'Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.', $text ); ?></div>
123
 
124
  <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
125
+ <div class="answer-2"><?php _e( 'Yes. This plugin is ready for translation and has already been translated into several languages.', $text ); ?><br><br>
126
+ <?php printf(
127
+ __( 'If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the "languages" folder, in order to create a translation PO file. Just send the PO file to me at the %s and I will include this translation within the next plugin update.', $text ),
128
+ '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>',
129
+ '<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
130
+ );
131
  ?><br><br>
132
+ <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?><br><br>
133
+ <?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
134
 
135
  <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
136
  <div class="answer-3"><?php _e( 'On the "Settings" tab, select the desired settings and click the "Save changes" button. Enjoy your fancy social media follow buttons. It\'s that simple!', $text ); ?></div>
162
  <div class="question-10"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
163
  <div class="answer-10"><?php printf(
164
  __( 'Any suggestions are very welcome! Please send me an email to %s. Thank you!', $text ),
165
+ '<a href="mailto:arthurgareginyan@gmail.com?subject=Suggestions about the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
166
  );
167
  ?></div>
168
 
inc/php/settings.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Render Settings Tab
12
  *
13
- * @since 4.11
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
@@ -375,6 +375,27 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
375
  '//500px.com'
376
  );
377
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
378
  <?php smbtoolbar_media( 'line',
379
  'LINE',
380
  'https://line.me/YourUsernameHere',
@@ -460,7 +481,11 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
460
  );
461
  ?>
462
  </table>
463
- <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'If you did not find the button you need, then tell me and I will gladly add it for you.', $text ); ?></p>
 
 
 
 
464
 
465
  <?php submit_button( __( 'Save changes', $text ), 'primary', 'submit', true ); ?>
466
 
10
  /**
11
  * Render Settings Tab
12
  *
13
+ * @since 4.12
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
375
  '//500px.com'
376
  );
377
  ?>
378
+ <?php smbtoolbar_media( 'behance',
379
+ 'Behance',
380
+ 'https://www.behance.net/YourUsernameHere',
381
+ __( 'Enter the link to your Behance profile page', $text ),
382
+ '//www.behance.net'
383
+ );
384
+ ?>
385
+ <?php smbtoolbar_media( 'polyvore',
386
+ 'Polyvore',
387
+ 'http://www.polyvore.com/YourUsernameHere',
388
+ __( 'Enter the link to your Polyvore profile page', $text ),
389
+ '//www.polyvore.com'
390
+ );
391
+ ?>
392
+ <?php smbtoolbar_media( 'yellowpages',
393
+ 'Yellow Pages',
394
+ 'https://www.yellowpages.com/YourUsernameHere',
395
+ __( 'Enter the link to your Yellow Pages profile page', $text ),
396
+ '//www.yellowpages.com'
397
+ );
398
+ ?>
399
  <?php smbtoolbar_media( 'line',
400
  'LINE',
401
  'https://line.me/YourUsernameHere',
481
  );
482
  ?>
483
  </table>
484
+
485
+ <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
486
+ __( 'If you did not find the button you need, then %s and I will gladly add it for you.', $text ),
487
+ '<a href="mailto:arthurgareginyan@gmail.com?subject=Request a new button for the ' . $name . ' plugin">tell me</a>'
488
+ ); ?></p>
489
 
490
  <?php submit_button( __( 'Save changes', $text ), 'primary', 'submit', true ); ?>
491
 
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: Development (trunk)\n"
6
- "POT-Creation-Date: 2017-06-16 03:37+0300\n"
7
- "PO-Revision-Date: 2017-06-16 03:37+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -58,7 +58,7 @@ msgstr "por %s Arthur Gareginyan %s"
58
 
59
  #: inc/php/page.php:40
60
  msgid "Version"
61
- msgstr ""
62
 
63
  #: inc/php/page.php:48 inc/php/page.php:67
64
  msgid "Usage"
@@ -68,12 +68,12 @@ msgstr "Uso"
68
  msgid "F.A.Q."
69
  msgstr "F.A.Q."
70
 
71
- #: inc/php/page.php:50 inc/php/page.php:189
72
  msgid "Author"
73
  msgstr "Autor"
74
 
75
- #: inc/php/page.php:51 inc/php/page.php:198 inc/php/settings.php:28
76
- #: inc/php/settings.php:563
77
  msgid "Support"
78
  msgstr "Soporte"
79
 
@@ -147,7 +147,7 @@ msgstr ""
147
  msgid "It's that simple!"
148
  msgstr ""
149
 
150
- #: inc/php/page.php:86 inc/php/settings.php:463
151
  msgid "Note!"
152
  msgstr ""
153
 
@@ -179,70 +179,80 @@ msgstr ""
179
  msgid "Can I use this plugin on my language?"
180
  msgstr ""
181
 
182
- #: inc/php/page.php:126
183
- #, php-format
184
  msgid ""
185
  "Yes. This plugin is ready for translation and has already been translated into "
186
- "several languages. But If your language is not available then you can make one. "
187
- "The POT file is included and placed in the <code>languages</code> folder. Just "
188
- "send the PO file to me at the %s and I will include this translation within the "
189
- "next plugin update. Many of plugin users would be delighted if you share your "
190
- "translation with the community. Thanks for your contribution!"
191
  msgstr ""
192
 
193
- #: inc/php/page.php:130
 
 
 
 
 
 
 
 
 
194
  msgid ""
195
  "Maybe not all existed translations are up to date. You are welcome to contribute "
196
  "corrections!"
197
  msgstr ""
198
 
199
- #: inc/php/page.php:132
 
 
 
 
 
 
200
  msgid "How does it work?"
201
  msgstr ""
202
 
203
- #: inc/php/page.php:133
204
  msgid ""
205
  "On the \"Settings\" tab, select the desired settings and click the \"Save changes"
206
  "\" button. Enjoy your fancy social media follow buttons. It's that simple!"
207
  msgstr ""
208
 
209
- #: inc/php/page.php:135
210
  msgid "Does this plugin requires any modification of the theme?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:136
214
  msgid ""
215
  "Absolutely not. This plugin is configurable entirely from the plugin settings page."
216
  msgstr ""
217
 
218
- #: inc/php/page.php:138
219
  msgid "Does this require any knowledge of HTML or CSS?"
220
  msgstr ""
221
 
222
- #: inc/php/page.php:139
223
  msgid ""
224
  "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, "
225
  "using an easy-to-use plugin settings page."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:141
229
  msgid ""
230
  "What I need to do if the Google PageSpeed test says that this plugin images must "
231
  "be compressed?"
232
  msgstr ""
233
 
234
- #: inc/php/page.php:142
235
  msgid ""
236
  "The images that uses in this plugin are already compressed, but I will do my best "
237
  "to find out what else can be done with the images in order to compress them even "
238
  "better."
239
  msgstr ""
240
 
241
- #: inc/php/page.php:144
242
  msgid "It's not working. What could be wrong?"
243
  msgstr ""
244
 
245
- #: inc/php/page.php:145
246
  msgid ""
247
  "As with every plugin, it's possible that things don't work. The most common reason "
248
  "for this is a web browser's cache. Every web browser stores a cache of the "
@@ -251,7 +261,7 @@ msgid ""
251
  "the problem."
252
  msgstr ""
253
 
254
- #: inc/php/page.php:146
255
  msgid ""
256
  "It's impossible to tell what could be wrong exactly, but if you post a support "
257
  "request in the plugin's support forum on WordPress.org, I'd be happy to give it a "
@@ -259,13 +269,13 @@ msgid ""
259
  "including a link to your website where the problem can be seen."
260
  msgstr ""
261
 
262
- #: inc/php/page.php:148
263
  msgid ""
264
  "The last WordPress update is preventing me from editing my website that is using "
265
  "this plugin. Why is this?"
266
  msgstr ""
267
 
268
- #: inc/php/page.php:149
269
  msgid ""
270
  "This plugin can not cause such problem. More likely, the problem are related to "
271
  "the settings of the website. It could just be a cache, so please try to clear your "
@@ -274,40 +284,40 @@ msgid ""
274
  "login to the website, this too can help."
275
  msgstr ""
276
 
277
- #: inc/php/page.php:151
278
  msgid "Where to report bug if found?"
279
  msgstr ""
280
 
281
- #: inc/php/page.php:153
282
  #, php-format
283
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
284
  msgstr ""
285
 
286
- #: inc/php/page.php:159
287
  msgid "Where to share any ideas or suggestions to make the plugin better?"
288
  msgstr ""
289
 
290
- #: inc/php/page.php:161
291
  #, php-format
292
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
293
  msgstr ""
294
 
295
- #: inc/php/page.php:166
296
  msgid "I love this plugin! Can I help somehow?"
297
  msgstr ""
298
 
299
- #: inc/php/page.php:168
300
  #, php-format
301
  msgid ""
302
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click "
303
  "on the donate button, and thank you!"
304
  msgstr ""
305
 
306
- #: inc/php/page.php:174
307
  msgid "My question wasn't answered here."
308
  msgstr ""
309
 
310
- #: inc/php/page.php:176
311
  #, php-format
312
  msgid ""
313
  "You can ask your question on the plugin support page %s. But please keep in mind "
@@ -327,7 +337,7 @@ msgstr ""
327
  "Este plugin te permite añadir fácilmente una barra de botones de social media en "
328
  "cualquier parte de tu sitio web."
329
 
330
- #: inc/php/settings.php:30 inc/php/settings.php:565
331
  msgid ""
332
  "I'm an independent developer, without a regular income, so every little "
333
  "contribution helps cover my costs and lets me spend more time building things for "
@@ -337,11 +347,11 @@ msgstr ""
337
  "pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
338
  "tiempo a hacer cosas que puedan disfrutar personas como tú."
339
 
340
- #: inc/php/settings.php:31 inc/php/settings.php:566
341
  msgid "Donate with PayPal"
342
  msgstr ""
343
 
344
- #: inc/php/settings.php:32 inc/php/settings.php:567
345
  msgid "Thanks for your support!"
346
  msgstr "¡Gracias por su colaboración!"
347
 
@@ -393,11 +403,11 @@ msgstr "Ingresa el enlace a tu página de perfil de YouTube Gaming"
393
 
394
  #: inc/php/settings.php:115
395
  msgid "Enter the link to your iTunes profile page"
396
- msgstr ""
397
 
398
  #: inc/php/settings.php:122
399
  msgid "Enter the link to your Apple Music profile page"
400
- msgstr ""
401
 
402
  #: inc/php/settings.php:129
403
  msgid "Enter the link to your Periscope profile page"
@@ -544,34 +554,46 @@ msgid "Enter the link to your 500px profile page"
544
  msgstr "Ingresa el enlace a tu página de perfil de 500px"
545
 
546
  #: inc/php/settings.php:381
 
 
 
 
 
 
 
 
 
 
 
 
547
  msgid "Enter the link to your LINE profile page"
548
  msgstr "Ingresa el enlace a tu página de perfil de LINE"
549
 
550
- #: inc/php/settings.php:388
551
  msgid "Enter the link to your VKontakte profile page"
552
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
553
 
554
- #: inc/php/settings.php:395
555
  msgid "Enter the link to your Odnoklassniki profile page"
556
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
557
 
558
- #: inc/php/settings.php:402
559
  msgid "Enter the link to your Telegram profile page"
560
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
561
 
562
- #: inc/php/settings.php:409
563
  msgid "Enter the link to your GitHub profile page"
564
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
565
 
566
- #: inc/php/settings.php:416
567
  msgid "Enter the link to your WordPress profile page"
568
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
569
 
570
- #: inc/php/settings.php:423
571
  msgid "Enter the link to your CodePen profile page"
572
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
573
 
574
- #: inc/php/settings.php:430
575
  msgid ""
576
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
577
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -579,113 +601,113 @@ msgstr ""
579
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
580
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
581
 
582
- #: inc/php/settings.php:437
583
  msgid "Enter the link to your personal website"
584
  msgstr "Ingresa el enlace a tu sitio web personal"
585
 
586
- #: inc/php/settings.php:444
587
  msgid "Enter your email address with prefix <b>mailto:</b>"
588
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
589
 
590
- #: inc/php/settings.php:451
591
  msgid "Enter your telephone number with prefix <b>tel://</b>"
592
  msgstr ""
593
 
594
- #: inc/php/settings.php:458
595
  msgid "Enter the link to your RSS Feed"
596
  msgstr "Ingresa el enlace a tu Feed de RSS"
597
 
598
- #: inc/php/settings.php:463
 
599
  msgid ""
600
- "If you did not find the button you need, then tell me and I will gladly add it for "
601
- "you."
602
  msgstr ""
603
 
604
- #: inc/php/settings.php:465 inc/php/settings.php:549
605
  msgid "Save changes"
606
  msgstr "Guardar las modificaciones"
607
 
608
- #: inc/php/settings.php:471
609
  msgid "Display options"
610
  msgstr "Opciones de presentación"
611
 
612
- #: inc/php/settings.php:473
613
  msgid "There you can configure this plugin."
614
  msgstr ""
615
 
616
- #: inc/php/settings.php:477
617
  msgid "Show on Posts"
618
  msgstr "Mostrar en Entradas"
619
 
620
- #: inc/php/settings.php:478
621
  msgid "Display toolbar below content on Posts."
622
  msgstr "Mostrar la barra abajo del contenido en Entradas"
623
 
624
- #: inc/php/settings.php:483
625
  msgid "Show on Pages"
626
  msgstr "Mostrar en Páginas"
627
 
628
- #: inc/php/settings.php:484
629
  msgid "Display toolbar below content on Pages."
630
  msgstr "Mostrar la barra abajo del contenido en Páginas"
631
 
632
- #: inc/php/settings.php:489
633
  msgid "Open in new tab"
634
  msgstr "Abrir en una nueva pestaña"
635
 
636
- #: inc/php/settings.php:490
637
  msgid "Open link in a new tab/window."
638
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
639
 
640
- #: inc/php/settings.php:495
641
  msgid "Tooltips"
642
  msgstr ""
643
 
644
- #: inc/php/settings.php:496
645
  msgid "Enable/disable a tooltips with name of the social media above every button."
646
  msgstr ""
647
 
648
- #: inc/php/settings.php:501
649
  msgid "Icon size"
650
  msgstr "Tamaño de ícono"
651
 
652
- #: inc/php/settings.php:502
653
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
654
  msgstr ""
655
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
656
 
657
- #: inc/php/settings.php:509
658
  msgid "Margin"
659
  msgstr "Margen"
660
 
661
- #: inc/php/settings.php:510
662
  msgid ""
663
  "Enter the size of space (in px) between icons in your social media follow buttons "
664
  "bar."
665
  msgstr ""
666
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
667
 
668
- #: inc/php/settings.php:519
669
  msgid "Alignment"
670
  msgstr "Alineación"
671
 
672
- #: inc/php/settings.php:525
673
  msgid "Left"
674
  msgstr "Izquierda"
675
 
676
- #: inc/php/settings.php:529
677
  msgid "Center"
678
  msgstr "Centro"
679
 
680
- #: inc/php/settings.php:533
681
  msgid "Right"
682
  msgstr "Derecha"
683
 
684
- #: inc/php/settings.php:540
685
  msgid "Caption"
686
  msgstr "Leyenda"
687
 
688
- #: inc/php/settings.php:541
689
  msgid ""
690
  "Enter the caption to your social media follow buttons bar. It will be displays "
691
  "before the toolbar."
@@ -693,11 +715,11 @@ msgstr ""
693
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
694
  "la barra de botones."
695
 
696
- #: inc/php/settings.php:555
697
  msgid "Preview"
698
  msgstr "Vista previa"
699
 
700
- #: inc/php/settings.php:557
701
  msgid "Click the \"Save changes\" button to update this preview."
702
  msgstr ""
703
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2017-06-19 19:42+0300\n"
7
+ "PO-Revision-Date: 2017-06-19 19:43+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
58
 
59
  #: inc/php/page.php:40
60
  msgid "Version"
61
+ msgstr "Versión"
62
 
63
  #: inc/php/page.php:48 inc/php/page.php:67
64
  msgid "Usage"
68
  msgid "F.A.Q."
69
  msgstr "F.A.Q."
70
 
71
+ #: inc/php/page.php:50 inc/php/page.php:192
72
  msgid "Author"
73
  msgstr "Autor"
74
 
75
+ #: inc/php/page.php:51 inc/php/page.php:201 inc/php/settings.php:28
76
+ #: inc/php/settings.php:588
77
  msgid "Support"
78
  msgstr "Soporte"
79
 
147
  msgid "It's that simple!"
148
  msgstr ""
149
 
150
+ #: inc/php/page.php:86 inc/php/settings.php:485
151
  msgid "Note!"
152
  msgstr ""
153
 
179
  msgid "Can I use this plugin on my language?"
180
  msgstr ""
181
 
182
+ #: inc/php/page.php:125
 
183
  msgid ""
184
  "Yes. This plugin is ready for translation and has already been translated into "
185
+ "several languages."
 
 
 
 
186
  msgstr ""
187
 
188
+ #: inc/php/page.php:127
189
+ #, php-format
190
+ msgid ""
191
+ "If you want to help translate this plugin then please visit the %s. You can also "
192
+ "use the POT file, that is included and placed in the \"languages\" folder, in "
193
+ "order to create a translation PO file. Just send the PO file to me at the %s and I "
194
+ "will include this translation within the next plugin update."
195
+ msgstr ""
196
+
197
+ #: inc/php/page.php:132
198
  msgid ""
199
  "Maybe not all existed translations are up to date. You are welcome to contribute "
200
  "corrections!"
201
  msgstr ""
202
 
203
+ #: inc/php/page.php:133
204
+ msgid ""
205
+ "Many of plugin users would be delighted if you share your translation with the "
206
+ "community. Thanks for your contribution!"
207
+ msgstr ""
208
+
209
+ #: inc/php/page.php:135
210
  msgid "How does it work?"
211
  msgstr ""
212
 
213
+ #: inc/php/page.php:136
214
  msgid ""
215
  "On the \"Settings\" tab, select the desired settings and click the \"Save changes"
216
  "\" button. Enjoy your fancy social media follow buttons. It's that simple!"
217
  msgstr ""
218
 
219
+ #: inc/php/page.php:138
220
  msgid "Does this plugin requires any modification of the theme?"
221
  msgstr ""
222
 
223
+ #: inc/php/page.php:139
224
  msgid ""
225
  "Absolutely not. This plugin is configurable entirely from the plugin settings page."
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:141
229
  msgid "Does this require any knowledge of HTML or CSS?"
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:142
233
  msgid ""
234
  "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, "
235
  "using an easy-to-use plugin settings page."
236
  msgstr ""
237
 
238
+ #: inc/php/page.php:144
239
  msgid ""
240
  "What I need to do if the Google PageSpeed test says that this plugin images must "
241
  "be compressed?"
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:145
245
  msgid ""
246
  "The images that uses in this plugin are already compressed, but I will do my best "
247
  "to find out what else can be done with the images in order to compress them even "
248
  "better."
249
  msgstr ""
250
 
251
+ #: inc/php/page.php:147
252
  msgid "It's not working. What could be wrong?"
253
  msgstr ""
254
 
255
+ #: inc/php/page.php:148
256
  msgid ""
257
  "As with every plugin, it's possible that things don't work. The most common reason "
258
  "for this is a web browser's cache. Every web browser stores a cache of the "
261
  "the problem."
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:149
265
  msgid ""
266
  "It's impossible to tell what could be wrong exactly, but if you post a support "
267
  "request in the plugin's support forum on WordPress.org, I'd be happy to give it a "
269
  "including a link to your website where the problem can be seen."
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:151
273
  msgid ""
274
  "The last WordPress update is preventing me from editing my website that is using "
275
  "this plugin. Why is this?"
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:152
279
  msgid ""
280
  "This plugin can not cause such problem. More likely, the problem are related to "
281
  "the settings of the website. It could just be a cache, so please try to clear your "
284
  "login to the website, this too can help."
285
  msgstr ""
286
 
287
+ #: inc/php/page.php:154
288
  msgid "Where to report bug if found?"
289
  msgstr ""
290
 
291
+ #: inc/php/page.php:156
292
  #, php-format
293
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:162
297
  msgid "Where to share any ideas or suggestions to make the plugin better?"
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:164
301
  #, php-format
302
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
303
  msgstr ""
304
 
305
+ #: inc/php/page.php:169
306
  msgid "I love this plugin! Can I help somehow?"
307
  msgstr ""
308
 
309
+ #: inc/php/page.php:171
310
  #, php-format
311
  msgid ""
312
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click "
313
  "on the donate button, and thank you!"
314
  msgstr ""
315
 
316
+ #: inc/php/page.php:177
317
  msgid "My question wasn't answered here."
318
  msgstr ""
319
 
320
+ #: inc/php/page.php:179
321
  #, php-format
322
  msgid ""
323
  "You can ask your question on the plugin support page %s. But please keep in mind "
337
  "Este plugin te permite añadir fácilmente una barra de botones de social media en "
338
  "cualquier parte de tu sitio web."
339
 
340
+ #: inc/php/settings.php:30 inc/php/settings.php:590
341
  msgid ""
342
  "I'm an independent developer, without a regular income, so every little "
343
  "contribution helps cover my costs and lets me spend more time building things for "
347
  "pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
348
  "tiempo a hacer cosas que puedan disfrutar personas como tú."
349
 
350
+ #: inc/php/settings.php:31 inc/php/settings.php:591
351
  msgid "Donate with PayPal"
352
  msgstr ""
353
 
354
+ #: inc/php/settings.php:32 inc/php/settings.php:592
355
  msgid "Thanks for your support!"
356
  msgstr "¡Gracias por su colaboración!"
357
 
403
 
404
  #: inc/php/settings.php:115
405
  msgid "Enter the link to your iTunes profile page"
406
+ msgstr "Ingresa el enlace a tu página de perfil de iTunes"
407
 
408
  #: inc/php/settings.php:122
409
  msgid "Enter the link to your Apple Music profile page"
410
+ msgstr "Ingresa el enlace a tu página de perfil de Apple Music"
411
 
412
  #: inc/php/settings.php:129
413
  msgid "Enter the link to your Periscope profile page"
554
  msgstr "Ingresa el enlace a tu página de perfil de 500px"
555
 
556
  #: inc/php/settings.php:381
557
+ msgid "Enter the link to your Behance profile page"
558
+ msgstr "Ingresa el enlace a tu página de perfil de Behance"
559
+
560
+ #: inc/php/settings.php:388
561
+ msgid "Enter the link to your Polyvore profile page"
562
+ msgstr "Ingresa el enlace a tu página de perfil de Polyvore"
563
+
564
+ #: inc/php/settings.php:395
565
+ msgid "Enter the link to your Yellow Pages profile page"
566
+ msgstr "Ingresa el enlace a tu página de perfil de Yellow Pages"
567
+
568
+ #: inc/php/settings.php:402
569
  msgid "Enter the link to your LINE profile page"
570
  msgstr "Ingresa el enlace a tu página de perfil de LINE"
571
 
572
+ #: inc/php/settings.php:409
573
  msgid "Enter the link to your VKontakte profile page"
574
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
575
 
576
+ #: inc/php/settings.php:416
577
  msgid "Enter the link to your Odnoklassniki profile page"
578
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
579
 
580
+ #: inc/php/settings.php:423
581
  msgid "Enter the link to your Telegram profile page"
582
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
583
 
584
+ #: inc/php/settings.php:430
585
  msgid "Enter the link to your GitHub profile page"
586
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
587
 
588
+ #: inc/php/settings.php:437
589
  msgid "Enter the link to your WordPress profile page"
590
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
591
 
592
+ #: inc/php/settings.php:444
593
  msgid "Enter the link to your CodePen profile page"
594
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
595
 
596
+ #: inc/php/settings.php:451
597
  msgid ""
598
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
599
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
601
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
602
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
603
 
604
+ #: inc/php/settings.php:458
605
  msgid "Enter the link to your personal website"
606
  msgstr "Ingresa el enlace a tu sitio web personal"
607
 
608
+ #: inc/php/settings.php:465
609
  msgid "Enter your email address with prefix <b>mailto:</b>"
610
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
611
 
612
+ #: inc/php/settings.php:472
613
  msgid "Enter your telephone number with prefix <b>tel://</b>"
614
  msgstr ""
615
 
616
+ #: inc/php/settings.php:479
617
  msgid "Enter the link to your RSS Feed"
618
  msgstr "Ingresa el enlace a tu Feed de RSS"
619
 
620
+ #: inc/php/settings.php:486
621
+ #, php-format
622
  msgid ""
623
+ "If you did not find the button you need, then %s and I will gladly add it for you."
 
624
  msgstr ""
625
 
626
+ #: inc/php/settings.php:490 inc/php/settings.php:574
627
  msgid "Save changes"
628
  msgstr "Guardar las modificaciones"
629
 
630
+ #: inc/php/settings.php:496
631
  msgid "Display options"
632
  msgstr "Opciones de presentación"
633
 
634
+ #: inc/php/settings.php:498
635
  msgid "There you can configure this plugin."
636
  msgstr ""
637
 
638
+ #: inc/php/settings.php:502
639
  msgid "Show on Posts"
640
  msgstr "Mostrar en Entradas"
641
 
642
+ #: inc/php/settings.php:503
643
  msgid "Display toolbar below content on Posts."
644
  msgstr "Mostrar la barra abajo del contenido en Entradas"
645
 
646
+ #: inc/php/settings.php:508
647
  msgid "Show on Pages"
648
  msgstr "Mostrar en Páginas"
649
 
650
+ #: inc/php/settings.php:509
651
  msgid "Display toolbar below content on Pages."
652
  msgstr "Mostrar la barra abajo del contenido en Páginas"
653
 
654
+ #: inc/php/settings.php:514
655
  msgid "Open in new tab"
656
  msgstr "Abrir en una nueva pestaña"
657
 
658
+ #: inc/php/settings.php:515
659
  msgid "Open link in a new tab/window."
660
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
661
 
662
+ #: inc/php/settings.php:520
663
  msgid "Tooltips"
664
  msgstr ""
665
 
666
+ #: inc/php/settings.php:521
667
  msgid "Enable/disable a tooltips with name of the social media above every button."
668
  msgstr ""
669
 
670
+ #: inc/php/settings.php:526
671
  msgid "Icon size"
672
  msgstr "Tamaño de ícono"
673
 
674
+ #: inc/php/settings.php:527
675
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
676
  msgstr ""
677
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
678
 
679
+ #: inc/php/settings.php:534
680
  msgid "Margin"
681
  msgstr "Margen"
682
 
683
+ #: inc/php/settings.php:535
684
  msgid ""
685
  "Enter the size of space (in px) between icons in your social media follow buttons "
686
  "bar."
687
  msgstr ""
688
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
689
 
690
+ #: inc/php/settings.php:544
691
  msgid "Alignment"
692
  msgstr "Alineación"
693
 
694
+ #: inc/php/settings.php:550
695
  msgid "Left"
696
  msgstr "Izquierda"
697
 
698
+ #: inc/php/settings.php:554
699
  msgid "Center"
700
  msgstr "Centro"
701
 
702
+ #: inc/php/settings.php:558
703
  msgid "Right"
704
  msgstr "Derecha"
705
 
706
+ #: inc/php/settings.php:565
707
  msgid "Caption"
708
  msgstr "Leyenda"
709
 
710
+ #: inc/php/settings.php:566
711
  msgid ""
712
  "Enter the caption to your social media follow buttons bar. It will be displays "
713
  "before the toolbar."
715
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
716
  "la barra de botones."
717
 
718
+ #: inc/php/settings.php:580
719
  msgid "Preview"
720
  msgstr "Vista previa"
721
 
722
+ #: inc/php/settings.php:582
723
  msgid "Click the \"Save changes\" button to update this preview."
724
  msgstr ""
725
 
languages/social-media-buttons-toolbar-ru_RU.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
- "POT-Creation-Date: 2017-06-16 03:36+0300\n"
5
- "PO-Revision-Date: 2017-06-16 03:36+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -67,12 +67,12 @@ msgstr "Применение"
67
  msgid "F.A.Q."
68
  msgstr "F.A.Q."
69
 
70
- #: inc/php/page.php:50 inc/php/page.php:189
71
  msgid "Author"
72
  msgstr "Автор"
73
 
74
- #: inc/php/page.php:51 inc/php/page.php:198 inc/php/settings.php:28
75
- #: inc/php/settings.php:563
76
  msgid "Support"
77
  msgstr "Поддержка"
78
 
@@ -143,7 +143,7 @@ msgstr ""
143
  msgid "It's that simple!"
144
  msgstr "Вот так просто!"
145
 
146
- #: inc/php/page.php:86 inc/php/settings.php:463
147
  msgid "Note!"
148
  msgstr "Примечание!"
149
 
@@ -179,40 +179,50 @@ msgstr ""
179
  msgid "Can I use this plugin on my language?"
180
  msgstr "Можно ли использовать этот плагин на моём языке?"
181
 
182
- #: inc/php/page.php:126
183
- #, php-format
184
  msgid ""
185
  "Yes. This plugin is ready for translation and has already been translated "
186
- "into several languages. But If your language is not available then you can "
187
- "make one. The POT file is included and placed in the <code>languages</code> "
188
- "folder. Just send the PO file to me at the %s and I will include this "
189
- "translation within the next plugin update. Many of plugin users would be "
190
- "delighted if you share your translation with the community. Thanks for your "
191
- "contribution!"
192
  msgstr ""
193
 
194
- #: inc/php/page.php:130
 
 
 
 
 
 
 
 
 
 
195
  msgid ""
196
  "Maybe not all existed translations are up to date. You are welcome to "
197
  "contribute corrections!"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:132
 
 
 
 
 
 
201
  msgid "How does it work?"
202
  msgstr "Как оно работает?"
203
 
204
- #: inc/php/page.php:133
205
  msgid ""
206
  "On the \"Settings\" tab, select the desired settings and click the \"Save "
207
  "changes\" button. Enjoy your fancy social media follow buttons. It's that "
208
  "simple!"
209
  msgstr ""
210
 
211
- #: inc/php/page.php:135
212
  msgid "Does this plugin requires any modification of the theme?"
213
  msgstr "Этот плагин требует изменения темы?"
214
 
215
- #: inc/php/page.php:136
216
  msgid ""
217
  "Absolutely not. This plugin is configurable entirely from the plugin "
218
  "settings page."
@@ -220,11 +230,11 @@ msgstr ""
220
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
221
  "плагина."
222
 
223
- #: inc/php/page.php:138
224
  msgid "Does this require any knowledge of HTML or CSS?"
225
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
226
 
227
- #: inc/php/page.php:139
228
  msgid ""
229
  "Absolutely not. This plugin can be configured with no knowledge of HTML or "
230
  "CSS, using an easy-to-use plugin settings page."
@@ -232,24 +242,24 @@ msgstr ""
232
  "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
233
  "помощью простой в использовании страницы настройки плагина."
234
 
235
- #: inc/php/page.php:141
236
  msgid ""
237
  "What I need to do if the Google PageSpeed test says that this plugin images "
238
  "must be compressed?"
239
  msgstr ""
240
 
241
- #: inc/php/page.php:142
242
  msgid ""
243
  "The images that uses in this plugin are already compressed, but I will do my "
244
  "best to find out what else can be done with the images in order to compress "
245
  "them even better."
246
  msgstr ""
247
 
248
- #: inc/php/page.php:144
249
  msgid "It's not working. What could be wrong?"
250
  msgstr "Оно не работает. Что может быть не так?"
251
 
252
- #: inc/php/page.php:145
253
  msgid ""
254
  "As with every plugin, it's possible that things don't work. The most common "
255
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -258,7 +268,7 @@ msgid ""
258
  "browser's cache may solve the problem."
259
  msgstr ""
260
 
261
- #: inc/php/page.php:146
262
  msgid ""
263
  "It's impossible to tell what could be wrong exactly, but if you post a "
264
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
@@ -266,13 +276,13 @@ msgid ""
266
  "possible, including a link to your website where the problem can be seen."
267
  msgstr ""
268
 
269
- #: inc/php/page.php:148
270
  msgid ""
271
  "The last WordPress update is preventing me from editing my website that is "
272
  "using this plugin. Why is this?"
273
  msgstr ""
274
 
275
- #: inc/php/page.php:149
276
  msgid ""
277
  "This plugin can not cause such problem. More likely, the problem are related "
278
  "to the settings of the website. It could just be a cache, so please try to "
@@ -281,43 +291,43 @@ msgid ""
281
  "please try to re-login to the website, this too can help."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:151
285
  msgid "Where to report bug if found?"
286
  msgstr "Где можно сообщить об ошибке?"
287
 
288
- #: inc/php/page.php:153
289
  #, php-format
290
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
291
  msgstr ""
292
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
293
 
294
- #: inc/php/page.php:159
295
  msgid "Where to share any ideas or suggestions to make the plugin better?"
296
  msgstr ""
297
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
298
 
299
- #: inc/php/page.php:161
300
  #, php-format
301
  msgid ""
302
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
303
  msgstr ""
304
 
305
- #: inc/php/page.php:166
306
  msgid "I love this plugin! Can I help somehow?"
307
  msgstr "Я очень люблю этот плагин! Могу Я чем-то помочь?"
308
 
309
- #: inc/php/page.php:168
310
  #, php-format
311
  msgid ""
312
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
313
  "click on the donate button, and thank you!"
314
  msgstr ""
315
 
316
- #: inc/php/page.php:174
317
  msgid "My question wasn't answered here."
318
  msgstr "Моего вопроса здесь нет."
319
 
320
- #: inc/php/page.php:176
321
  #, php-format
322
  msgid ""
323
  "You can ask your question on the plugin support page %s. But please keep in "
@@ -337,7 +347,7 @@ msgstr ""
337
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
338
  "место на вашем веб-сайте."
339
 
340
- #: inc/php/settings.php:30 inc/php/settings.php:565
341
  msgid ""
342
  "I'm an independent developer, without a regular income, so every little "
343
  "contribution helps cover my costs and lets me spend more time building "
@@ -347,11 +357,11 @@ msgstr ""
347
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
348
  "создание программ для людей как вы."
349
 
350
- #: inc/php/settings.php:31 inc/php/settings.php:566
351
  msgid "Donate with PayPal"
352
  msgstr ""
353
 
354
- #: inc/php/settings.php:32 inc/php/settings.php:567
355
  msgid "Thanks for your support!"
356
  msgstr "Спасибо за вашу поддержку!"
357
 
@@ -405,11 +415,11 @@ msgstr "Введите ссылку на вашу страницу профил
405
 
406
  #: inc/php/settings.php:115
407
  msgid "Enter the link to your iTunes profile page"
408
- msgstr ""
409
 
410
  #: inc/php/settings.php:122
411
  msgid "Enter the link to your Apple Music profile page"
412
- msgstr ""
413
 
414
  #: inc/php/settings.php:129
415
  msgid "Enter the link to your Periscope profile page"
@@ -556,34 +566,46 @@ msgid "Enter the link to your 500px profile page"
556
  msgstr "Введите ссылку на вашу страницу профиля 500px"
557
 
558
  #: inc/php/settings.php:381
 
 
 
 
 
 
 
 
 
 
 
 
559
  msgid "Enter the link to your LINE profile page"
560
  msgstr "Введите ссылку на вашу страницу профиля LINE"
561
 
562
- #: inc/php/settings.php:388
563
  msgid "Enter the link to your VKontakte profile page"
564
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
565
 
566
- #: inc/php/settings.php:395
567
  msgid "Enter the link to your Odnoklassniki profile page"
568
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
569
 
570
- #: inc/php/settings.php:402
571
  msgid "Enter the link to your Telegram profile page"
572
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
573
 
574
- #: inc/php/settings.php:409
575
  msgid "Enter the link to your GitHub profile page"
576
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
577
 
578
- #: inc/php/settings.php:416
579
  msgid "Enter the link to your WordPress profile page"
580
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
581
 
582
- #: inc/php/settings.php:423
583
  msgid "Enter the link to your CodePen profile page"
584
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
585
 
586
- #: inc/php/settings.php:430
587
  msgid ""
588
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
589
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -592,116 +614,117 @@ msgstr ""
592
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
593
  "профиля"
594
 
595
- #: inc/php/settings.php:437
596
  msgid "Enter the link to your personal website"
597
  msgstr "Введите ссылку на ваш персональный сайт"
598
 
599
- #: inc/php/settings.php:444
600
  msgid "Enter your email address with prefix <b>mailto:</b>"
601
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
602
 
603
- #: inc/php/settings.php:451
604
  msgid "Enter your telephone number with prefix <b>tel://</b>"
605
  msgstr "Введите номер телефона с префиксом <b>tel://</b>"
606
 
607
- #: inc/php/settings.php:458
608
  msgid "Enter the link to your RSS Feed"
609
  msgstr "Введите ссылку на ваш RSS поток"
610
 
611
- #: inc/php/settings.php:463
 
612
  msgid ""
613
- "If you did not find the button you need, then tell me and I will gladly add "
614
- "it for you."
615
  msgstr ""
616
 
617
- #: inc/php/settings.php:465 inc/php/settings.php:549
618
  msgid "Save changes"
619
  msgstr "Сохранить изменения"
620
 
621
- #: inc/php/settings.php:471
622
  msgid "Display options"
623
  msgstr "Настройки отображения"
624
 
625
- #: inc/php/settings.php:473
626
  msgid "There you can configure this plugin."
627
  msgstr "Здесь вы можете настроить этот плагин."
628
 
629
- #: inc/php/settings.php:477
630
  msgid "Show on Posts"
631
  msgstr "Показать в записях"
632
 
633
- #: inc/php/settings.php:478
634
  msgid "Display toolbar below content on Posts."
635
  msgstr "Показывать кнопки под содержанием в записях"
636
 
637
- #: inc/php/settings.php:483
638
  msgid "Show on Pages"
639
  msgstr "Показывать на страницах"
640
 
641
- #: inc/php/settings.php:484
642
  msgid "Display toolbar below content on Pages."
643
  msgstr "Показывать кнопки под содержанием на страницах"
644
 
645
- #: inc/php/settings.php:489
646
  msgid "Open in new tab"
647
  msgstr "Открыть в новой вкладке"
648
 
649
- #: inc/php/settings.php:490
650
  msgid "Open link in a new tab/window."
651
  msgstr "Открыть ссылку в новом окне/вкладке"
652
 
653
- #: inc/php/settings.php:495
654
  msgid "Tooltips"
655
  msgstr "Подсказки"
656
 
657
- #: inc/php/settings.php:496
658
  msgid ""
659
  "Enable/disable a tooltips with name of the social media above every button."
660
  msgstr ""
661
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
662
  "каждой кнопкой."
663
 
664
- #: inc/php/settings.php:501
665
  msgid "Icon size"
666
  msgstr "Размер иконки"
667
 
668
- #: inc/php/settings.php:502
669
  msgid ""
670
  "Enter the size of icons (in px) in your social media follow buttons bar."
671
  msgstr ""
672
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
673
 
674
- #: inc/php/settings.php:509
675
  msgid "Margin"
676
  msgstr "Отступ"
677
 
678
- #: inc/php/settings.php:510
679
  msgid ""
680
  "Enter the size of space (in px) between icons in your social media follow "
681
  "buttons bar."
682
  msgstr ""
683
 
684
- #: inc/php/settings.php:519
685
  msgid "Alignment"
686
  msgstr "Выравнивание"
687
 
688
- #: inc/php/settings.php:525
689
  msgid "Left"
690
  msgstr "Слева"
691
 
692
- #: inc/php/settings.php:529
693
  msgid "Center"
694
  msgstr "По центру"
695
 
696
- #: inc/php/settings.php:533
697
  msgid "Right"
698
  msgstr "Справа"
699
 
700
- #: inc/php/settings.php:540
701
  msgid "Caption"
702
  msgstr "Заголовок"
703
 
704
- #: inc/php/settings.php:541
705
  msgid ""
706
  "Enter the caption to your social media follow buttons bar. It will be "
707
  "displays before the toolbar."
@@ -709,11 +732,11 @@ msgstr ""
709
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
710
  "над панелью."
711
 
712
- #: inc/php/settings.php:555
713
  msgid "Preview"
714
  msgstr "Предварительный просмотр"
715
 
716
- #: inc/php/settings.php:557
717
  msgid "Click the \"Save changes\" button to update this preview."
718
  msgstr ""
719
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2017-06-19 19:41+0300\n"
5
+ "PO-Revision-Date: 2017-06-19 19:42+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
67
  msgid "F.A.Q."
68
  msgstr "F.A.Q."
69
 
70
+ #: inc/php/page.php:50 inc/php/page.php:192
71
  msgid "Author"
72
  msgstr "Автор"
73
 
74
+ #: inc/php/page.php:51 inc/php/page.php:201 inc/php/settings.php:28
75
+ #: inc/php/settings.php:588
76
  msgid "Support"
77
  msgstr "Поддержка"
78
 
143
  msgid "It's that simple!"
144
  msgstr "Вот так просто!"
145
 
146
+ #: inc/php/page.php:86 inc/php/settings.php:485
147
  msgid "Note!"
148
  msgstr "Примечание!"
149
 
179
  msgid "Can I use this plugin on my language?"
180
  msgstr "Можно ли использовать этот плагин на моём языке?"
181
 
182
+ #: inc/php/page.php:125
 
183
  msgid ""
184
  "Yes. This plugin is ready for translation and has already been translated "
185
+ "into several languages."
 
 
 
 
 
186
  msgstr ""
187
 
188
+ #: inc/php/page.php:127
189
+ #, php-format
190
+ msgid ""
191
+ "If you want to help translate this plugin then please visit the %s. You can "
192
+ "also use the POT file, that is included and placed in the \"languages\" "
193
+ "folder, in order to create a translation PO file. Just send the PO file to "
194
+ "me at the %s and I will include this translation within the next plugin "
195
+ "update."
196
+ msgstr ""
197
+
198
+ #: inc/php/page.php:132
199
  msgid ""
200
  "Maybe not all existed translations are up to date. You are welcome to "
201
  "contribute corrections!"
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:133
205
+ msgid ""
206
+ "Many of plugin users would be delighted if you share your translation with "
207
+ "the community. Thanks for your contribution!"
208
+ msgstr ""
209
+
210
+ #: inc/php/page.php:135
211
  msgid "How does it work?"
212
  msgstr "Как оно работает?"
213
 
214
+ #: inc/php/page.php:136
215
  msgid ""
216
  "On the \"Settings\" tab, select the desired settings and click the \"Save "
217
  "changes\" button. Enjoy your fancy social media follow buttons. It's that "
218
  "simple!"
219
  msgstr ""
220
 
221
+ #: inc/php/page.php:138
222
  msgid "Does this plugin requires any modification of the theme?"
223
  msgstr "Этот плагин требует изменения темы?"
224
 
225
+ #: inc/php/page.php:139
226
  msgid ""
227
  "Absolutely not. This plugin is configurable entirely from the plugin "
228
  "settings page."
230
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
231
  "плагина."
232
 
233
+ #: inc/php/page.php:141
234
  msgid "Does this require any knowledge of HTML or CSS?"
235
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
236
 
237
+ #: inc/php/page.php:142
238
  msgid ""
239
  "Absolutely not. This plugin can be configured with no knowledge of HTML or "
240
  "CSS, using an easy-to-use plugin settings page."
242
  "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
243
  "помощью простой в использовании страницы настройки плагина."
244
 
245
+ #: inc/php/page.php:144
246
  msgid ""
247
  "What I need to do if the Google PageSpeed test says that this plugin images "
248
  "must be compressed?"
249
  msgstr ""
250
 
251
+ #: inc/php/page.php:145
252
  msgid ""
253
  "The images that uses in this plugin are already compressed, but I will do my "
254
  "best to find out what else can be done with the images in order to compress "
255
  "them even better."
256
  msgstr ""
257
 
258
+ #: inc/php/page.php:147
259
  msgid "It's not working. What could be wrong?"
260
  msgstr "Оно не работает. Что может быть не так?"
261
 
262
+ #: inc/php/page.php:148
263
  msgid ""
264
  "As with every plugin, it's possible that things don't work. The most common "
265
  "reason for this is a web browser's cache. Every web browser stores a cache "
268
  "browser's cache may solve the problem."
269
  msgstr ""
270
 
271
+ #: inc/php/page.php:149
272
  msgid ""
273
  "It's impossible to tell what could be wrong exactly, but if you post a "
274
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
276
  "possible, including a link to your website where the problem can be seen."
277
  msgstr ""
278
 
279
+ #: inc/php/page.php:151
280
  msgid ""
281
  "The last WordPress update is preventing me from editing my website that is "
282
  "using this plugin. Why is this?"
283
  msgstr ""
284
 
285
+ #: inc/php/page.php:152
286
  msgid ""
287
  "This plugin can not cause such problem. More likely, the problem are related "
288
  "to the settings of the website. It could just be a cache, so please try to "
291
  "please try to re-login to the website, this too can help."
292
  msgstr ""
293
 
294
+ #: inc/php/page.php:154
295
  msgid "Where to report bug if found?"
296
  msgstr "Где можно сообщить об ошибке?"
297
 
298
+ #: inc/php/page.php:156
299
  #, php-format
300
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
301
  msgstr ""
302
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
303
 
304
+ #: inc/php/page.php:162
305
  msgid "Where to share any ideas or suggestions to make the plugin better?"
306
  msgstr ""
307
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
308
 
309
+ #: inc/php/page.php:164
310
  #, php-format
311
  msgid ""
312
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
313
  msgstr ""
314
 
315
+ #: inc/php/page.php:169
316
  msgid "I love this plugin! Can I help somehow?"
317
  msgstr "Я очень люблю этот плагин! Могу Я чем-то помочь?"
318
 
319
+ #: inc/php/page.php:171
320
  #, php-format
321
  msgid ""
322
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
323
  "click on the donate button, and thank you!"
324
  msgstr ""
325
 
326
+ #: inc/php/page.php:177
327
  msgid "My question wasn't answered here."
328
  msgstr "Моего вопроса здесь нет."
329
 
330
+ #: inc/php/page.php:179
331
  #, php-format
332
  msgid ""
333
  "You can ask your question on the plugin support page %s. But please keep in "
347
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
348
  "место на вашем веб-сайте."
349
 
350
+ #: inc/php/settings.php:30 inc/php/settings.php:590
351
  msgid ""
352
  "I'm an independent developer, without a regular income, so every little "
353
  "contribution helps cover my costs and lets me spend more time building "
357
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
358
  "создание программ для людей как вы."
359
 
360
+ #: inc/php/settings.php:31 inc/php/settings.php:591
361
  msgid "Donate with PayPal"
362
  msgstr ""
363
 
364
+ #: inc/php/settings.php:32 inc/php/settings.php:592
365
  msgid "Thanks for your support!"
366
  msgstr "Спасибо за вашу поддержку!"
367
 
415
 
416
  #: inc/php/settings.php:115
417
  msgid "Enter the link to your iTunes profile page"
418
+ msgstr "Введите ссылку на вашу страницу профиля iTunes"
419
 
420
  #: inc/php/settings.php:122
421
  msgid "Enter the link to your Apple Music profile page"
422
+ msgstr "Введите ссылку на вашу страницу профиля Apple Music"
423
 
424
  #: inc/php/settings.php:129
425
  msgid "Enter the link to your Periscope profile page"
566
  msgstr "Введите ссылку на вашу страницу профиля 500px"
567
 
568
  #: inc/php/settings.php:381
569
+ msgid "Enter the link to your Behance profile page"
570
+ msgstr "Введите ссылку на вашу страницу профиля Behance"
571
+
572
+ #: inc/php/settings.php:388
573
+ msgid "Enter the link to your Polyvore profile page"
574
+ msgstr "Введите ссылку на вашу страницу профиля Polyvore"
575
+
576
+ #: inc/php/settings.php:395
577
+ msgid "Enter the link to your Yellow Pages profile page"
578
+ msgstr "Введите ссылку на вашу страницу профиля Yellow Pages"
579
+
580
+ #: inc/php/settings.php:402
581
  msgid "Enter the link to your LINE profile page"
582
  msgstr "Введите ссылку на вашу страницу профиля LINE"
583
 
584
+ #: inc/php/settings.php:409
585
  msgid "Enter the link to your VKontakte profile page"
586
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
587
 
588
+ #: inc/php/settings.php:416
589
  msgid "Enter the link to your Odnoklassniki profile page"
590
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
591
 
592
+ #: inc/php/settings.php:423
593
  msgid "Enter the link to your Telegram profile page"
594
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
595
 
596
+ #: inc/php/settings.php:430
597
  msgid "Enter the link to your GitHub profile page"
598
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
599
 
600
+ #: inc/php/settings.php:437
601
  msgid "Enter the link to your WordPress profile page"
602
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
603
 
604
+ #: inc/php/settings.php:444
605
  msgid "Enter the link to your CodePen profile page"
606
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
607
 
608
+ #: inc/php/settings.php:451
609
  msgid ""
610
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
611
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
614
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
615
  "профиля"
616
 
617
+ #: inc/php/settings.php:458
618
  msgid "Enter the link to your personal website"
619
  msgstr "Введите ссылку на ваш персональный сайт"
620
 
621
+ #: inc/php/settings.php:465
622
  msgid "Enter your email address with prefix <b>mailto:</b>"
623
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
624
 
625
+ #: inc/php/settings.php:472
626
  msgid "Enter your telephone number with prefix <b>tel://</b>"
627
  msgstr "Введите номер телефона с префиксом <b>tel://</b>"
628
 
629
+ #: inc/php/settings.php:479
630
  msgid "Enter the link to your RSS Feed"
631
  msgstr "Введите ссылку на ваш RSS поток"
632
 
633
+ #: inc/php/settings.php:486
634
+ #, php-format
635
  msgid ""
636
+ "If you did not find the button you need, then %s and I will gladly add it "
637
+ "for you."
638
  msgstr ""
639
 
640
+ #: inc/php/settings.php:490 inc/php/settings.php:574
641
  msgid "Save changes"
642
  msgstr "Сохранить изменения"
643
 
644
+ #: inc/php/settings.php:496
645
  msgid "Display options"
646
  msgstr "Настройки отображения"
647
 
648
+ #: inc/php/settings.php:498
649
  msgid "There you can configure this plugin."
650
  msgstr "Здесь вы можете настроить этот плагин."
651
 
652
+ #: inc/php/settings.php:502
653
  msgid "Show on Posts"
654
  msgstr "Показать в записях"
655
 
656
+ #: inc/php/settings.php:503
657
  msgid "Display toolbar below content on Posts."
658
  msgstr "Показывать кнопки под содержанием в записях"
659
 
660
+ #: inc/php/settings.php:508
661
  msgid "Show on Pages"
662
  msgstr "Показывать на страницах"
663
 
664
+ #: inc/php/settings.php:509
665
  msgid "Display toolbar below content on Pages."
666
  msgstr "Показывать кнопки под содержанием на страницах"
667
 
668
+ #: inc/php/settings.php:514
669
  msgid "Open in new tab"
670
  msgstr "Открыть в новой вкладке"
671
 
672
+ #: inc/php/settings.php:515
673
  msgid "Open link in a new tab/window."
674
  msgstr "Открыть ссылку в новом окне/вкладке"
675
 
676
+ #: inc/php/settings.php:520
677
  msgid "Tooltips"
678
  msgstr "Подсказки"
679
 
680
+ #: inc/php/settings.php:521
681
  msgid ""
682
  "Enable/disable a tooltips with name of the social media above every button."
683
  msgstr ""
684
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
685
  "каждой кнопкой."
686
 
687
+ #: inc/php/settings.php:526
688
  msgid "Icon size"
689
  msgstr "Размер иконки"
690
 
691
+ #: inc/php/settings.php:527
692
  msgid ""
693
  "Enter the size of icons (in px) in your social media follow buttons bar."
694
  msgstr ""
695
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
696
 
697
+ #: inc/php/settings.php:534
698
  msgid "Margin"
699
  msgstr "Отступ"
700
 
701
+ #: inc/php/settings.php:535
702
  msgid ""
703
  "Enter the size of space (in px) between icons in your social media follow "
704
  "buttons bar."
705
  msgstr ""
706
 
707
+ #: inc/php/settings.php:544
708
  msgid "Alignment"
709
  msgstr "Выравнивание"
710
 
711
+ #: inc/php/settings.php:550
712
  msgid "Left"
713
  msgstr "Слева"
714
 
715
+ #: inc/php/settings.php:554
716
  msgid "Center"
717
  msgstr "По центру"
718
 
719
+ #: inc/php/settings.php:558
720
  msgid "Right"
721
  msgstr "Справа"
722
 
723
+ #: inc/php/settings.php:565
724
  msgid "Caption"
725
  msgstr "Заголовок"
726
 
727
+ #: inc/php/settings.php:566
728
  msgid ""
729
  "Enter the caption to your social media follow buttons bar. It will be "
730
  "displays before the toolbar."
732
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
733
  "над панелью."
734
 
735
+ #: inc/php/settings.php:580
736
  msgid "Preview"
737
  msgstr "Предварительный просмотр"
738
 
739
+ #: inc/php/settings.php:582
740
  msgid "Click the \"Save changes\" button to update this preview."
741
  msgstr ""
742
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
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 Buttons Toolbar\n"
6
- "POT-Creation-Date: 2017-06-16 03:36+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -65,11 +65,11 @@ msgstr ""
65
  msgid "F.A.Q."
66
  msgstr ""
67
 
68
- #: inc/php/page.php:50 inc/php/page.php:189
69
  msgid "Author"
70
  msgstr ""
71
 
72
- #: inc/php/page.php:51 inc/php/page.php:198 inc/php/settings.php:28 inc/php/settings.php:563
73
  msgid "Support"
74
  msgstr ""
75
 
@@ -137,7 +137,7 @@ msgstr ""
137
  msgid "It's that simple!"
138
  msgstr ""
139
 
140
- #: inc/php/page.php:86 inc/php/settings.php:463
141
  msgid "Note!"
142
  msgstr ""
143
 
@@ -166,63 +166,73 @@ msgstr ""
166
  msgid "Can I use this plugin on my language?"
167
  msgstr ""
168
 
169
- #: inc/php/page.php:126
 
 
 
 
 
170
  #, php-format
171
  msgid ""
172
- "Yes. This plugin is ready for translation and has already been translated into several languages. But "
173
- "If your language is not available then you can make one. The POT file is included and placed in the "
174
- "<code>languages</code> folder. Just send the PO file to me at the %s and I will include this "
175
- "translation within the next plugin update. Many of plugin users would be delighted if you share your "
176
- "translation with the community. Thanks for your contribution!"
177
  msgstr ""
178
 
179
- #: inc/php/page.php:130
180
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:132
 
 
 
 
 
 
184
  msgid "How does it work?"
185
  msgstr ""
186
 
187
- #: inc/php/page.php:133
188
  msgid ""
189
  "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button. Enjoy "
190
  "your fancy social media follow buttons. It's that simple!"
191
  msgstr ""
192
 
193
- #: inc/php/page.php:135
194
  msgid "Does this plugin requires any modification of the theme?"
195
  msgstr ""
196
 
197
- #: inc/php/page.php:136
198
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
199
  msgstr ""
200
 
201
- #: inc/php/page.php:138
202
  msgid "Does this require any knowledge of HTML or CSS?"
203
  msgstr ""
204
 
205
- #: inc/php/page.php:139
206
  msgid ""
207
  "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use "
208
  "plugin settings page."
209
  msgstr ""
210
 
211
- #: inc/php/page.php:141
212
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
213
  msgstr ""
214
 
215
- #: inc/php/page.php:142
216
  msgid ""
217
  "The images that uses in this plugin are already compressed, but I will do my best to find out what "
218
  "else can be done with the images in order to compress them even better."
219
  msgstr ""
220
 
221
- #: inc/php/page.php:144
222
  msgid "It's not working. What could be wrong?"
223
  msgstr ""
224
 
225
- #: inc/php/page.php:145
226
  msgid ""
227
  "As with every plugin, it's possible that things don't work. The most common reason for this is a web "
228
  "browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) "
@@ -230,7 +240,7 @@ msgid ""
230
  "browser's cache may solve the problem."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:146
234
  msgid ""
235
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the "
236
  "plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
@@ -238,13 +248,13 @@ msgid ""
238
  "seen."
239
  msgstr ""
240
 
241
- #: inc/php/page.php:148
242
  msgid ""
243
  "The last WordPress update is preventing me from editing my website that is using this plugin. Why is "
244
  "this?"
245
  msgstr ""
246
 
247
- #: inc/php/page.php:149
248
  msgid ""
249
  "This plugin can not cause such problem. More likely, the problem are related to the settings of the "
250
  "website. It could just be a cache, so please try to clear your website's cache (may be you using a "
@@ -252,40 +262,40 @@ msgid ""
252
  "Also please try to re-login to the website, this too can help."
253
  msgstr ""
254
 
255
- #: inc/php/page.php:151
256
  msgid "Where to report bug if found?"
257
  msgstr ""
258
 
259
- #: inc/php/page.php:153
260
  #, php-format
261
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
262
  msgstr ""
263
 
264
- #: inc/php/page.php:159
265
  msgid "Where to share any ideas or suggestions to make the plugin better?"
266
  msgstr ""
267
 
268
- #: inc/php/page.php:161
269
  #, php-format
270
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
271
  msgstr ""
272
 
273
- #: inc/php/page.php:166
274
  msgid "I love this plugin! Can I help somehow?"
275
  msgstr ""
276
 
277
- #: inc/php/page.php:168
278
  #, php-format
279
  msgid ""
280
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
281
  "button, and thank you!"
282
  msgstr ""
283
 
284
- #: inc/php/page.php:174
285
  msgid "My question wasn't answered here."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:176
289
  #, php-format
290
  msgid ""
291
  "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is "
@@ -301,17 +311,17 @@ msgid ""
301
  "This plugin allows you to easily add the social media follow buttons bar to any place of your website."
302
  msgstr ""
303
 
304
- #: inc/php/settings.php:30 inc/php/settings.php:565
305
  msgid ""
306
  "I'm an independent developer, without a regular income, so every little contribution helps cover my "
307
  "costs and lets me spend more time building things for people like you to enjoy."
308
  msgstr ""
309
 
310
- #: inc/php/settings.php:31 inc/php/settings.php:566
311
  msgid "Donate with PayPal"
312
  msgstr ""
313
 
314
- #: inc/php/settings.php:32 inc/php/settings.php:567
315
  msgid "Thanks for your support!"
316
  msgstr ""
317
 
@@ -511,149 +521,162 @@ msgid "Enter the link to your 500px profile page"
511
  msgstr ""
512
 
513
  #: inc/php/settings.php:381
514
- msgid "Enter the link to your LINE profile page"
515
  msgstr ""
516
 
517
  #: inc/php/settings.php:388
518
- msgid "Enter the link to your VKontakte profile page"
519
  msgstr ""
520
 
521
  #: inc/php/settings.php:395
522
- msgid "Enter the link to your Odnoklassniki profile page"
523
  msgstr ""
524
 
525
  #: inc/php/settings.php:402
526
- msgid "Enter the link to your Telegram profile page"
527
  msgstr ""
528
 
529
  #: inc/php/settings.php:409
530
- msgid "Enter the link to your GitHub profile page"
531
  msgstr ""
532
 
533
  #: inc/php/settings.php:416
534
- msgid "Enter the link to your WordPress profile page"
535
  msgstr ""
536
 
537
  #: inc/php/settings.php:423
538
- msgid "Enter the link to your CodePen profile page"
539
  msgstr ""
540
 
541
  #: inc/php/settings.php:430
 
 
 
 
 
 
 
 
 
 
 
 
542
  msgid ""
543
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
544
  "b>, or <b>?userinfo</b> for view profile"
545
  msgstr ""
546
 
547
- #: inc/php/settings.php:437
548
  msgid "Enter the link to your personal website"
549
  msgstr ""
550
 
551
- #: inc/php/settings.php:444
552
  msgid "Enter your email address with prefix <b>mailto:</b>"
553
  msgstr ""
554
 
555
- #: inc/php/settings.php:451
556
  msgid "Enter your telephone number with prefix <b>tel://</b>"
557
  msgstr ""
558
 
559
- #: inc/php/settings.php:458
560
  msgid "Enter the link to your RSS Feed"
561
  msgstr ""
562
 
563
- #: inc/php/settings.php:463
564
- msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
 
565
  msgstr ""
566
 
567
- #: inc/php/settings.php:465 inc/php/settings.php:549
568
  msgid "Save changes"
569
  msgstr ""
570
 
571
- #: inc/php/settings.php:471
572
  msgid "Display options"
573
  msgstr ""
574
 
575
- #: inc/php/settings.php:473
576
  msgid "There you can configure this plugin."
577
  msgstr ""
578
 
579
- #: inc/php/settings.php:477
580
  msgid "Show on Posts"
581
  msgstr ""
582
 
583
- #: inc/php/settings.php:478
584
  msgid "Display toolbar below content on Posts."
585
  msgstr ""
586
 
587
- #: inc/php/settings.php:483
588
  msgid "Show on Pages"
589
  msgstr ""
590
 
591
- #: inc/php/settings.php:484
592
  msgid "Display toolbar below content on Pages."
593
  msgstr ""
594
 
595
- #: inc/php/settings.php:489
596
  msgid "Open in new tab"
597
  msgstr ""
598
 
599
- #: inc/php/settings.php:490
600
  msgid "Open link in a new tab/window."
601
  msgstr ""
602
 
603
- #: inc/php/settings.php:495
604
  msgid "Tooltips"
605
  msgstr ""
606
 
607
- #: inc/php/settings.php:496
608
  msgid "Enable/disable a tooltips with name of the social media above every button."
609
  msgstr ""
610
 
611
- #: inc/php/settings.php:501
612
  msgid "Icon size"
613
  msgstr ""
614
 
615
- #: inc/php/settings.php:502
616
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
617
  msgstr ""
618
 
619
- #: inc/php/settings.php:509
620
  msgid "Margin"
621
  msgstr ""
622
 
623
- #: inc/php/settings.php:510
624
  msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
625
  msgstr ""
626
 
627
- #: inc/php/settings.php:519
628
  msgid "Alignment"
629
  msgstr ""
630
 
631
- #: inc/php/settings.php:525
632
  msgid "Left"
633
  msgstr ""
634
 
635
- #: inc/php/settings.php:529
636
  msgid "Center"
637
  msgstr ""
638
 
639
- #: inc/php/settings.php:533
640
  msgid "Right"
641
  msgstr ""
642
 
643
- #: inc/php/settings.php:540
644
  msgid "Caption"
645
  msgstr ""
646
 
647
- #: inc/php/settings.php:541
648
  msgid ""
649
  "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
650
  msgstr ""
651
 
652
- #: inc/php/settings.php:555
653
  msgid "Preview"
654
  msgstr ""
655
 
656
- #: inc/php/settings.php:557
657
  msgid "Click the \"Save changes\" button to update this preview."
658
  msgstr ""
659
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2017-06-19 19:53+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
65
  msgid "F.A.Q."
66
  msgstr ""
67
 
68
+ #: inc/php/page.php:50 inc/php/page.php:192
69
  msgid "Author"
70
  msgstr ""
71
 
72
+ #: inc/php/page.php:51 inc/php/page.php:201 inc/php/settings.php:28 inc/php/settings.php:588
73
  msgid "Support"
74
  msgstr ""
75
 
137
  msgid "It's that simple!"
138
  msgstr ""
139
 
140
+ #: inc/php/page.php:86 inc/php/settings.php:485
141
  msgid "Note!"
142
  msgstr ""
143
 
166
  msgid "Can I use this plugin on my language?"
167
  msgstr ""
168
 
169
+ #: inc/php/page.php:125
170
+ msgid ""
171
+ "Yes. This plugin is ready for translation and has already been translated into several languages."
172
+ msgstr ""
173
+
174
+ #: inc/php/page.php:127
175
  #, php-format
176
  msgid ""
177
+ "If you want to help translate this plugin then please visit the %s. You can also use the POT file, "
178
+ "that is included and placed in the \"languages\" folder, in order to create a translation PO file. "
179
+ "Just send the PO file to me at the %s and I will include this translation within the next plugin "
180
+ "update."
 
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:132
184
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:133
188
+ msgid ""
189
+ "Many of plugin users would be delighted if you share your translation with the community. Thanks for "
190
+ "your contribution!"
191
+ msgstr ""
192
+
193
+ #: inc/php/page.php:135
194
  msgid "How does it work?"
195
  msgstr ""
196
 
197
+ #: inc/php/page.php:136
198
  msgid ""
199
  "On the \"Settings\" tab, select the desired settings and click the \"Save changes\" button. Enjoy "
200
  "your fancy social media follow buttons. It's that simple!"
201
  msgstr ""
202
 
203
+ #: inc/php/page.php:138
204
  msgid "Does this plugin requires any modification of the theme?"
205
  msgstr ""
206
 
207
+ #: inc/php/page.php:139
208
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
209
  msgstr ""
210
 
211
+ #: inc/php/page.php:141
212
  msgid "Does this require any knowledge of HTML or CSS?"
213
  msgstr ""
214
 
215
+ #: inc/php/page.php:142
216
  msgid ""
217
  "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use "
218
  "plugin settings page."
219
  msgstr ""
220
 
221
+ #: inc/php/page.php:144
222
  msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:145
226
  msgid ""
227
  "The images that uses in this plugin are already compressed, but I will do my best to find out what "
228
  "else can be done with the images in order to compress them even better."
229
  msgstr ""
230
 
231
+ #: inc/php/page.php:147
232
  msgid "It's not working. What could be wrong?"
233
  msgstr ""
234
 
235
+ #: inc/php/page.php:148
236
  msgid ""
237
  "As with every plugin, it's possible that things don't work. The most common reason for this is a web "
238
  "browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) "
240
  "browser's cache may solve the problem."
241
  msgstr ""
242
 
243
+ #: inc/php/page.php:149
244
  msgid ""
245
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the "
246
  "plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
248
  "seen."
249
  msgstr ""
250
 
251
+ #: inc/php/page.php:151
252
  msgid ""
253
  "The last WordPress update is preventing me from editing my website that is using this plugin. Why is "
254
  "this?"
255
  msgstr ""
256
 
257
+ #: inc/php/page.php:152
258
  msgid ""
259
  "This plugin can not cause such problem. More likely, the problem are related to the settings of the "
260
  "website. It could just be a cache, so please try to clear your website's cache (may be you using a "
262
  "Also please try to re-login to the website, this too can help."
263
  msgstr ""
264
 
265
+ #: inc/php/page.php:154
266
  msgid "Where to report bug if found?"
267
  msgstr ""
268
 
269
+ #: inc/php/page.php:156
270
  #, php-format
271
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:162
275
  msgid "Where to share any ideas or suggestions to make the plugin better?"
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:164
279
  #, php-format
280
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
281
  msgstr ""
282
 
283
+ #: inc/php/page.php:169
284
  msgid "I love this plugin! Can I help somehow?"
285
  msgstr ""
286
 
287
+ #: inc/php/page.php:171
288
  #, php-format
289
  msgid ""
290
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
291
  "button, and thank you!"
292
  msgstr ""
293
 
294
+ #: inc/php/page.php:177
295
  msgid "My question wasn't answered here."
296
  msgstr ""
297
 
298
+ #: inc/php/page.php:179
299
  #, php-format
300
  msgid ""
301
  "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is "
311
  "This plugin allows you to easily add the social media follow buttons bar to any place of your website."
312
  msgstr ""
313
 
314
+ #: inc/php/settings.php:30 inc/php/settings.php:590
315
  msgid ""
316
  "I'm an independent developer, without a regular income, so every little contribution helps cover my "
317
  "costs and lets me spend more time building things for people like you to enjoy."
318
  msgstr ""
319
 
320
+ #: inc/php/settings.php:31 inc/php/settings.php:591
321
  msgid "Donate with PayPal"
322
  msgstr ""
323
 
324
+ #: inc/php/settings.php:32 inc/php/settings.php:592
325
  msgid "Thanks for your support!"
326
  msgstr ""
327
 
521
  msgstr ""
522
 
523
  #: inc/php/settings.php:381
524
+ msgid "Enter the link to your Behance profile page"
525
  msgstr ""
526
 
527
  #: inc/php/settings.php:388
528
+ msgid "Enter the link to your Polyvore profile page"
529
  msgstr ""
530
 
531
  #: inc/php/settings.php:395
532
+ msgid "Enter the link to your Yellow Pages profile page"
533
  msgstr ""
534
 
535
  #: inc/php/settings.php:402
536
+ msgid "Enter the link to your LINE profile page"
537
  msgstr ""
538
 
539
  #: inc/php/settings.php:409
540
+ msgid "Enter the link to your VKontakte profile page"
541
  msgstr ""
542
 
543
  #: inc/php/settings.php:416
544
+ msgid "Enter the link to your Odnoklassniki profile page"
545
  msgstr ""
546
 
547
  #: inc/php/settings.php:423
548
+ msgid "Enter the link to your Telegram profile page"
549
  msgstr ""
550
 
551
  #: inc/php/settings.php:430
552
+ msgid "Enter the link to your GitHub profile page"
553
+ msgstr ""
554
+
555
+ #: inc/php/settings.php:437
556
+ msgid "Enter the link to your WordPress profile page"
557
+ msgstr ""
558
+
559
+ #: inc/php/settings.php:444
560
+ msgid "Enter the link to your CodePen profile page"
561
+ msgstr ""
562
+
563
+ #: inc/php/settings.php:451
564
  msgid ""
565
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
566
  "b>, or <b>?userinfo</b> for view profile"
567
  msgstr ""
568
 
569
+ #: inc/php/settings.php:458
570
  msgid "Enter the link to your personal website"
571
  msgstr ""
572
 
573
+ #: inc/php/settings.php:465
574
  msgid "Enter your email address with prefix <b>mailto:</b>"
575
  msgstr ""
576
 
577
+ #: inc/php/settings.php:472
578
  msgid "Enter your telephone number with prefix <b>tel://</b>"
579
  msgstr ""
580
 
581
+ #: inc/php/settings.php:479
582
  msgid "Enter the link to your RSS Feed"
583
  msgstr ""
584
 
585
+ #: inc/php/settings.php:486
586
+ #, php-format
587
+ msgid "If you did not find the button you need, then %s and I will gladly add it for you."
588
  msgstr ""
589
 
590
+ #: inc/php/settings.php:490 inc/php/settings.php:574
591
  msgid "Save changes"
592
  msgstr ""
593
 
594
+ #: inc/php/settings.php:496
595
  msgid "Display options"
596
  msgstr ""
597
 
598
+ #: inc/php/settings.php:498
599
  msgid "There you can configure this plugin."
600
  msgstr ""
601
 
602
+ #: inc/php/settings.php:502
603
  msgid "Show on Posts"
604
  msgstr ""
605
 
606
+ #: inc/php/settings.php:503
607
  msgid "Display toolbar below content on Posts."
608
  msgstr ""
609
 
610
+ #: inc/php/settings.php:508
611
  msgid "Show on Pages"
612
  msgstr ""
613
 
614
+ #: inc/php/settings.php:509
615
  msgid "Display toolbar below content on Pages."
616
  msgstr ""
617
 
618
+ #: inc/php/settings.php:514
619
  msgid "Open in new tab"
620
  msgstr ""
621
 
622
+ #: inc/php/settings.php:515
623
  msgid "Open link in a new tab/window."
624
  msgstr ""
625
 
626
+ #: inc/php/settings.php:520
627
  msgid "Tooltips"
628
  msgstr ""
629
 
630
+ #: inc/php/settings.php:521
631
  msgid "Enable/disable a tooltips with name of the social media above every button."
632
  msgstr ""
633
 
634
+ #: inc/php/settings.php:526
635
  msgid "Icon size"
636
  msgstr ""
637
 
638
+ #: inc/php/settings.php:527
639
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
640
  msgstr ""
641
 
642
+ #: inc/php/settings.php:534
643
  msgid "Margin"
644
  msgstr ""
645
 
646
+ #: inc/php/settings.php:535
647
  msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
648
  msgstr ""
649
 
650
+ #: inc/php/settings.php:544
651
  msgid "Alignment"
652
  msgstr ""
653
 
654
+ #: inc/php/settings.php:550
655
  msgid "Left"
656
  msgstr ""
657
 
658
+ #: inc/php/settings.php:554
659
  msgid "Center"
660
  msgstr ""
661
 
662
+ #: inc/php/settings.php:558
663
  msgid "Right"
664
  msgstr ""
665
 
666
+ #: inc/php/settings.php:565
667
  msgid "Caption"
668
  msgstr ""
669
 
670
+ #: inc/php/settings.php:566
671
  msgid ""
672
  "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
673
  msgstr ""
674
 
675
+ #: inc/php/settings.php:580
676
  msgid "Preview"
677
  msgstr ""
678
 
679
+ #: inc/php/settings.php:582
680
  msgid "Click the \"Save changes\" button to update this preview."
681
  msgstr ""
682
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Social Media Follow Buttons Bar ===
2
  Contributors: Arthur Gareginyan
3
- Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, flickr, twitter, instagram, google plus, youtube, itunes, apple-music, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin.png, medium.png, 500px.png, line.png, stumbleupon.png, whatsapp.png, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
- Stable tag: 4.11
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -85,6 +85,9 @@ It give you finer control over buttons. You can configure they on plugins settin
85
  * WhatsApp
86
  * Medium
87
  * 500px
 
 
 
88
  * LINE
89
  * VKontakte (vk.com)
90
  * Odnoklassniki (ok.ru)
@@ -108,8 +111,6 @@ This plugin is ready for translation and has already been translated into severa
108
  * Russian
109
  * Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
110
 
111
- Maybe not all existed translations are up to date. You are welcome to contribute corrections!
112
-
113
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/social-media-buttons-toolbar).
114
 
115
  >**Contribution**
@@ -207,7 +208,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
207
  * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
208
  * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
209
  * The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/en/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
210
- * Icons [itunes.png, apple-music.png, medium.png, 500px.png, mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](http://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
211
  * Icons [facebook.png, flickr.png, google-plus.png, vimeo.png, blogger.png, linkedin.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, email.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
212
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
213
  * [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
@@ -220,6 +221,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
220
 
221
  == Changelog ==
222
 
 
 
 
 
 
 
223
  = 4.11 =
224
  * Added option for the iTunes social media.
225
  * Added option for the Apple Music social media.
1
  === Social Media Follow Buttons Bar ===
2
  Contributors: Arthur Gareginyan
3
+ Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, flickr, twitter, instagram, google plus, youtube, itunes, apple-music, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin, mediumg, 500px, behance, polyvore, yellowpages, line, stumbleupon, whatsapp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
+ Stable tag: 4.12
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
85
  * WhatsApp
86
  * Medium
87
  * 500px
88
+ * Behance
89
+ * Polyvore
90
+ * Yellow Pages
91
  * LINE
92
  * VKontakte (vk.com)
93
  * Odnoklassniki (ok.ru)
111
  * Russian
112
  * Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
113
 
 
 
114
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/social-media-buttons-toolbar).
115
 
116
  >**Contribution**
208
  * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
209
  * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
210
  * The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/en/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
211
+ * Icons [itunes.png, apple-music.png, medium.png, 500px.png, behance.png, polyvore.png, yellowpages.png, mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](http://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
212
  * Icons [facebook.png, flickr.png, google-plus.png, vimeo.png, blogger.png, linkedin.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, email.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
213
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
214
  * [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
221
 
222
  == Changelog ==
223
 
224
+ = 4.12 =
225
+ * Added option for the Behance.
226
+ * Added option for the Polyvore.
227
+ * Added option for the Yellow Pages.
228
+ * Content of the "FAQ" section updated.
229
+
230
  = 4.11 =
231
  * Added option for the iTunes social media.
232
  * Added option for the Apple Music social media.
social-media-buttons-toolbar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Arthur Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
- * Version: 4.11
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Arthur Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
+ * Version: 4.12
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/