Social Media Follow Buttons Bar - Version 4.9

Version Description

  • Added option for the StumbleUpon social network.
  • Added option for the Bloglovin social network.
  • Added option for the WhatsApp social network.
  • Added option for the LINE social network.
Download this release

Release Info

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

Code changes from version 4.8 to 4.9

inc/img/social-media-icons/bloglovin.png ADDED
Binary file
inc/img/social-media-icons/line.png ADDED
Binary file
inc/img/social-media-icons/stumbleupon.png ADDED
Binary file
inc/img/social-media-icons/whatsapp.png ADDED
Binary file
inc/php/settings.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Render Settings Tab
12
  *
13
- * @since 4.8
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
@@ -327,6 +327,34 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
327
  '//www.yelp.com'
328
  );
329
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  <?php smbtoolbar_media( 'vkontakte',
331
  'VKontakte',
332
  'https://vk.com/id_YourIdentifierHere',
10
  /**
11
  * Render Settings Tab
12
  *
13
+ * @since 4.9
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
327
  '//www.yelp.com'
328
  );
329
  ?>
330
+ <?php smbtoolbar_media( 'stumbleupon',
331
+ 'StumbleUpon',
332
+ 'http://www.stumbleupon.com/YourUsernameHere',
333
+ __( 'Enter the link to your StumbleUpon profile page', SMEDIABT_TEXT ),
334
+ '//www.stumbleupon.com'
335
+ );
336
+ ?>
337
+ <?php smbtoolbar_media( 'bloglovin',
338
+ 'Bloglovin',
339
+ 'https://www.bloglovin.com/YourUsernameHere',
340
+ __( 'Enter the link to your Bloglovin profile page', SMEDIABT_TEXT ),
341
+ '//www.bloglovin.com'
342
+ );
343
+ ?>
344
+ <?php smbtoolbar_media( 'whatsapp',
345
+ 'WhatsApp',
346
+ 'https://www.whatsapp.com/YourUsernameHere',
347
+ __( 'Enter the link to your WhatsApp profile page', SMEDIABT_TEXT ),
348
+ '//www.whatsapp.com'
349
+ );
350
+ ?>
351
+ <?php smbtoolbar_media( 'line',
352
+ 'LINE',
353
+ 'https://line.me/YourUsernameHere',
354
+ __( 'Enter the link to your LINE profile page', SMEDIABT_TEXT ),
355
+ '//line.me'
356
+ );
357
+ ?>
358
  <?php smbtoolbar_media( 'vkontakte',
359
  'VKontakte',
360
  'https://vk.com/id_YourIdentifierHere',
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-05-27 15:40+0300\n"
7
- "PO-Revision-Date: 2017-05-27 15:41+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -69,7 +69,7 @@ msgid "Author"
69
  msgstr "Autor"
70
 
71
  #: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28
72
- #: inc/php/settings.php:499
73
  msgid "Support"
74
  msgstr "Soporte"
75
 
@@ -137,7 +137,7 @@ msgstr ""
137
  msgid "It's that simple!"
138
  msgstr ""
139
 
140
- #: inc/php/page.php:77 inc/php/settings.php:401
141
  msgid "Note!"
142
  msgstr ""
143
 
@@ -295,7 +295,7 @@ msgstr ""
295
  "Este plugin te permite añadir fácilmente una barra de botones de social media en "
296
  "cualquier parte de tu sitio web."
297
 
298
- #: inc/php/settings.php:30 inc/php/settings.php:501
299
  msgid ""
300
  "I'm an independent developer, without a regular income, so every little "
301
  "contribution helps cover my costs and lets me spend more time building things for "
@@ -305,11 +305,11 @@ msgstr ""
305
  "pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
306
  "tiempo a hacer cosas que puedan disfrutar personas como tú."
307
 
308
- #: inc/php/settings.php:31 inc/php/settings.php:502
309
  msgid "Donate with PayPal"
310
  msgstr ""
311
 
312
- #: inc/php/settings.php:32 inc/php/settings.php:503
313
  msgid "Thanks for your support!"
314
  msgstr "¡Gracias por su colaboración!"
315
 
@@ -484,30 +484,46 @@ msgid "Enter the link to your Yelp profile page"
484
  msgstr "Ingresa el enlace a tu página de perfil de Yelp"
485
 
486
  #: inc/php/settings.php:333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
487
  msgid "Enter the link to your VKontakte profile page"
488
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
489
 
490
- #: inc/php/settings.php:340
491
  msgid "Enter the link to your Odnoklassniki profile page"
492
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
493
 
494
- #: inc/php/settings.php:347
495
  msgid "Enter the link to your Telegram profile page"
496
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
497
 
498
- #: inc/php/settings.php:354
499
  msgid "Enter the link to your GitHub profile page"
500
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
501
 
502
- #: inc/php/settings.php:361
503
  msgid "Enter the link to your WordPress profile page"
504
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
505
 
506
- #: inc/php/settings.php:368
507
  msgid "Enter the link to your CodePen profile page"
508
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
509
 
510
- #: inc/php/settings.php:375
511
  msgid ""
512
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
513
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -515,109 +531,109 @@ msgstr ""
515
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
516
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
517
 
518
- #: inc/php/settings.php:382
519
  msgid "Enter the link to your personal website"
520
  msgstr "Ingresa el enlace a tu sitio web personal"
521
 
522
- #: inc/php/settings.php:389
523
  msgid "Enter your email address with prefix <b>mailto:</b>"
524
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
525
 
526
- #: inc/php/settings.php:396
527
  msgid "Enter the link to your RSS Feed"
528
  msgstr "Ingresa el enlace a tu Feed de RSS"
529
 
530
- #: inc/php/settings.php:401
531
  msgid ""
532
  "If you did not find the button you need, then tell me and I will gladly add it for "
533
  "you."
534
  msgstr ""
535
 
536
- #: inc/php/settings.php:402 inc/php/settings.php:485
537
  msgid "Save Changes"
538
  msgstr "Guardar las modificaciones"
539
 
540
- #: inc/php/settings.php:407
541
  msgid "Display options"
542
  msgstr "Opciones de presentación"
543
 
544
- #: inc/php/settings.php:409
545
  msgid "There you can configure this plugin."
546
  msgstr ""
547
 
548
- #: inc/php/settings.php:413
549
  msgid "Show on Posts"
550
  msgstr "Mostrar en Entradas"
551
 
552
- #: inc/php/settings.php:414
553
  msgid "Display toolbar below content on Posts."
554
  msgstr "Mostrar la barra abajo del contenido en Entradas"
555
 
556
- #: inc/php/settings.php:419
557
  msgid "Show on Pages"
558
  msgstr "Mostrar en Páginas"
559
 
560
- #: inc/php/settings.php:420
561
  msgid "Display toolbar below content on Pages."
562
  msgstr "Mostrar la barra abajo del contenido en Páginas"
563
 
564
- #: inc/php/settings.php:425
565
  msgid "Open in new tab"
566
  msgstr "Abrir en una nueva pestaña"
567
 
568
- #: inc/php/settings.php:426
569
  msgid "Open link in a new tab/window."
570
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
571
 
572
- #: inc/php/settings.php:431
573
  msgid "Tooltips"
574
  msgstr ""
575
 
576
- #: inc/php/settings.php:432
577
  msgid "Enable/disable a tooltips with name of the social media above every button."
578
  msgstr ""
579
 
580
- #: inc/php/settings.php:437
581
  msgid "Icon size"
582
  msgstr "Tamaño de ícono"
583
 
584
- #: inc/php/settings.php:438
585
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
586
  msgstr ""
587
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
588
 
589
- #: inc/php/settings.php:445
590
  msgid "Margin"
591
  msgstr "Margen"
592
 
593
- #: inc/php/settings.php:446
594
  msgid ""
595
  "Enter the size of space (in px) between icons in your social media follow buttons "
596
  "bar."
597
  msgstr ""
598
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
599
 
600
- #: inc/php/settings.php:455
601
  msgid "Alignment"
602
  msgstr "Alineación"
603
 
604
- #: inc/php/settings.php:461
605
  msgid "Left"
606
  msgstr "Izquierda"
607
 
608
- #: inc/php/settings.php:465
609
  msgid "Center"
610
  msgstr "Centro"
611
 
612
- #: inc/php/settings.php:469
613
  msgid "Right"
614
  msgstr "Derecha"
615
 
616
- #: inc/php/settings.php:476
617
  msgid "Caption"
618
  msgstr "Leyenda"
619
 
620
- #: inc/php/settings.php:477
621
  msgid ""
622
  "Enter the caption to your social media follow buttons bar. It will be displays "
623
  "before the toolbar."
@@ -625,11 +641,11 @@ msgstr ""
625
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
626
  "la barra de botones."
627
 
628
- #: inc/php/settings.php:491
629
  msgid "Preview"
630
  msgstr "Vista previa"
631
 
632
- #: inc/php/settings.php:493
633
  msgid "Click the \"Save Changes\" button to update this preview."
634
  msgstr ""
635
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2017-05-30 12:00+0300\n"
7
+ "PO-Revision-Date: 2017-05-30 12:01+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
69
  msgstr "Autor"
70
 
71
  #: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28
72
+ #: inc/php/settings.php:527
73
  msgid "Support"
74
  msgstr "Soporte"
75
 
137
  msgid "It's that simple!"
138
  msgstr ""
139
 
140
+ #: inc/php/page.php:77 inc/php/settings.php:429
141
  msgid "Note!"
142
  msgstr ""
143
 
295
  "Este plugin te permite añadir fácilmente una barra de botones de social media en "
296
  "cualquier parte de tu sitio web."
297
 
298
+ #: inc/php/settings.php:30 inc/php/settings.php:529
299
  msgid ""
300
  "I'm an independent developer, without a regular income, so every little "
301
  "contribution helps cover my costs and lets me spend more time building things for "
305
  "pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
306
  "tiempo a hacer cosas que puedan disfrutar personas como tú."
307
 
308
+ #: inc/php/settings.php:31 inc/php/settings.php:530
309
  msgid "Donate with PayPal"
310
  msgstr ""
311
 
312
+ #: inc/php/settings.php:32 inc/php/settings.php:531
313
  msgid "Thanks for your support!"
314
  msgstr "¡Gracias por su colaboración!"
315
 
484
  msgstr "Ingresa el enlace a tu página de perfil de Yelp"
485
 
486
  #: inc/php/settings.php:333
487
+ msgid "Enter the link to your StumbleUpon profile page"
488
+ msgstr "Ingresa el enlace a tu página de perfil de StumbleUpon"
489
+
490
+ #: inc/php/settings.php:340
491
+ msgid "Enter the link to your Bloglovin profile page"
492
+ msgstr "Ingresa el enlace a tu página de perfil de Bloglovin"
493
+
494
+ #: inc/php/settings.php:347
495
+ msgid "Enter the link to your WhatsApp profile page"
496
+ msgstr "Ingresa el enlace a tu página de perfil de WhatsApp"
497
+
498
+ #: inc/php/settings.php:354
499
+ msgid "Enter the link to your LINE profile page"
500
+ msgstr "Ingresa el enlace a tu página de perfil de LINE"
501
+
502
+ #: inc/php/settings.php:361
503
  msgid "Enter the link to your VKontakte profile page"
504
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
505
 
506
+ #: inc/php/settings.php:368
507
  msgid "Enter the link to your Odnoklassniki profile page"
508
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
509
 
510
+ #: inc/php/settings.php:375
511
  msgid "Enter the link to your Telegram profile page"
512
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
513
 
514
+ #: inc/php/settings.php:382
515
  msgid "Enter the link to your GitHub profile page"
516
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
517
 
518
+ #: inc/php/settings.php:389
519
  msgid "Enter the link to your WordPress profile page"
520
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
521
 
522
+ #: inc/php/settings.php:396
523
  msgid "Enter the link to your CodePen profile page"
524
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
525
 
526
+ #: inc/php/settings.php:403
527
  msgid ""
528
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
529
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
531
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
532
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
533
 
534
+ #: inc/php/settings.php:410
535
  msgid "Enter the link to your personal website"
536
  msgstr "Ingresa el enlace a tu sitio web personal"
537
 
538
+ #: inc/php/settings.php:417
539
  msgid "Enter your email address with prefix <b>mailto:</b>"
540
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
541
 
542
+ #: inc/php/settings.php:424
543
  msgid "Enter the link to your RSS Feed"
544
  msgstr "Ingresa el enlace a tu Feed de RSS"
545
 
546
+ #: inc/php/settings.php:429
547
  msgid ""
548
  "If you did not find the button you need, then tell me and I will gladly add it for "
549
  "you."
550
  msgstr ""
551
 
552
+ #: inc/php/settings.php:430 inc/php/settings.php:513
553
  msgid "Save Changes"
554
  msgstr "Guardar las modificaciones"
555
 
556
+ #: inc/php/settings.php:435
557
  msgid "Display options"
558
  msgstr "Opciones de presentación"
559
 
560
+ #: inc/php/settings.php:437
561
  msgid "There you can configure this plugin."
562
  msgstr ""
563
 
564
+ #: inc/php/settings.php:441
565
  msgid "Show on Posts"
566
  msgstr "Mostrar en Entradas"
567
 
568
+ #: inc/php/settings.php:442
569
  msgid "Display toolbar below content on Posts."
570
  msgstr "Mostrar la barra abajo del contenido en Entradas"
571
 
572
+ #: inc/php/settings.php:447
573
  msgid "Show on Pages"
574
  msgstr "Mostrar en Páginas"
575
 
576
+ #: inc/php/settings.php:448
577
  msgid "Display toolbar below content on Pages."
578
  msgstr "Mostrar la barra abajo del contenido en Páginas"
579
 
580
+ #: inc/php/settings.php:453
581
  msgid "Open in new tab"
582
  msgstr "Abrir en una nueva pestaña"
583
 
584
+ #: inc/php/settings.php:454
585
  msgid "Open link in a new tab/window."
586
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
587
 
588
+ #: inc/php/settings.php:459
589
  msgid "Tooltips"
590
  msgstr ""
591
 
592
+ #: inc/php/settings.php:460
593
  msgid "Enable/disable a tooltips with name of the social media above every button."
594
  msgstr ""
595
 
596
+ #: inc/php/settings.php:465
597
  msgid "Icon size"
598
  msgstr "Tamaño de ícono"
599
 
600
+ #: inc/php/settings.php:466
601
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
602
  msgstr ""
603
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
604
 
605
+ #: inc/php/settings.php:473
606
  msgid "Margin"
607
  msgstr "Margen"
608
 
609
+ #: inc/php/settings.php:474
610
  msgid ""
611
  "Enter the size of space (in px) between icons in your social media follow buttons "
612
  "bar."
613
  msgstr ""
614
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
615
 
616
+ #: inc/php/settings.php:483
617
  msgid "Alignment"
618
  msgstr "Alineación"
619
 
620
+ #: inc/php/settings.php:489
621
  msgid "Left"
622
  msgstr "Izquierda"
623
 
624
+ #: inc/php/settings.php:493
625
  msgid "Center"
626
  msgstr "Centro"
627
 
628
+ #: inc/php/settings.php:497
629
  msgid "Right"
630
  msgstr "Derecha"
631
 
632
+ #: inc/php/settings.php:504
633
  msgid "Caption"
634
  msgstr "Leyenda"
635
 
636
+ #: inc/php/settings.php:505
637
  msgid ""
638
  "Enter the caption to your social media follow buttons bar. It will be displays "
639
  "before the toolbar."
641
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
642
  "la barra de botones."
643
 
644
+ #: inc/php/settings.php:519
645
  msgid "Preview"
646
  msgstr "Vista previa"
647
 
648
+ #: inc/php/settings.php:521
649
  msgid "Click the \"Save Changes\" button to update this preview."
650
  msgstr ""
651
 
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-05-27 15:40+0300\n"
5
- "PO-Revision-Date: 2017-05-27 15:40+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -68,7 +68,7 @@ msgid "Author"
68
  msgstr "Автор"
69
 
70
  #: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28
71
- #: inc/php/settings.php:499
72
  msgid "Support"
73
  msgstr "Поддержка"
74
 
@@ -133,7 +133,7 @@ msgstr ""
133
  msgid "It's that simple!"
134
  msgstr "Вот так просто!"
135
 
136
- #: inc/php/page.php:77 inc/php/settings.php:401
137
  msgid "Note!"
138
  msgstr "Примечание!"
139
 
@@ -303,7 +303,7 @@ msgstr ""
303
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
304
  "место на вашем веб-сайте."
305
 
306
- #: inc/php/settings.php:30 inc/php/settings.php:501
307
  msgid ""
308
  "I'm an independent developer, without a regular income, so every little "
309
  "contribution helps cover my costs and lets me spend more time building "
@@ -313,11 +313,11 @@ msgstr ""
313
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
314
  "создание программ для людей как вы."
315
 
316
- #: inc/php/settings.php:31 inc/php/settings.php:502
317
  msgid "Donate with PayPal"
318
  msgstr ""
319
 
320
- #: inc/php/settings.php:32 inc/php/settings.php:503
321
  msgid "Thanks for your support!"
322
  msgstr "Спасибо за вашу поддержку!"
323
 
@@ -494,30 +494,46 @@ msgid "Enter the link to your Yelp profile page"
494
  msgstr "Введите ссылку на вашу страницу профиля Yelp"
495
 
496
  #: inc/php/settings.php:333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
497
  msgid "Enter the link to your VKontakte profile page"
498
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
499
 
500
- #: inc/php/settings.php:340
501
  msgid "Enter the link to your Odnoklassniki profile page"
502
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
503
 
504
- #: inc/php/settings.php:347
505
  msgid "Enter the link to your Telegram profile page"
506
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
507
 
508
- #: inc/php/settings.php:354
509
  msgid "Enter the link to your GitHub profile page"
510
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
511
 
512
- #: inc/php/settings.php:361
513
  msgid "Enter the link to your WordPress profile page"
514
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
515
 
516
- #: inc/php/settings.php:368
517
  msgid "Enter the link to your CodePen profile page"
518
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
519
 
520
- #: inc/php/settings.php:375
521
  msgid ""
522
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
523
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -526,112 +542,112 @@ msgstr ""
526
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
527
  "профиля"
528
 
529
- #: inc/php/settings.php:382
530
  msgid "Enter the link to your personal website"
531
  msgstr "Введите ссылку на ваш персональный сайт"
532
 
533
- #: inc/php/settings.php:389
534
  msgid "Enter your email address with prefix <b>mailto:</b>"
535
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
536
 
537
- #: inc/php/settings.php:396
538
  msgid "Enter the link to your RSS Feed"
539
  msgstr "Введите ссылку на ваш RSS поток"
540
 
541
- #: inc/php/settings.php:401
542
  msgid ""
543
  "If you did not find the button you need, then tell me and I will gladly add "
544
  "it for you."
545
  msgstr ""
546
 
547
- #: inc/php/settings.php:402 inc/php/settings.php:485
548
  msgid "Save Changes"
549
  msgstr "Сохранить изменения"
550
 
551
- #: inc/php/settings.php:407
552
  msgid "Display options"
553
  msgstr "Настройки отображения"
554
 
555
- #: inc/php/settings.php:409
556
  msgid "There you can configure this plugin."
557
  msgstr "Здесь вы можете настроить этот плагин."
558
 
559
- #: inc/php/settings.php:413
560
  msgid "Show on Posts"
561
  msgstr "Показать в записях"
562
 
563
- #: inc/php/settings.php:414
564
  msgid "Display toolbar below content on Posts."
565
  msgstr "Показывать кнопки под содержанием в записях"
566
 
567
- #: inc/php/settings.php:419
568
  msgid "Show on Pages"
569
  msgstr "Показывать на страницах"
570
 
571
- #: inc/php/settings.php:420
572
  msgid "Display toolbar below content on Pages."
573
  msgstr "Показывать кнопки под содержанием на страницах"
574
 
575
- #: inc/php/settings.php:425
576
  msgid "Open in new tab"
577
  msgstr "Открыть в новой вкладке"
578
 
579
- #: inc/php/settings.php:426
580
  msgid "Open link in a new tab/window."
581
  msgstr "Открыть ссылку в новом окне/вкладке"
582
 
583
- #: inc/php/settings.php:431
584
  msgid "Tooltips"
585
  msgstr "Подсказки"
586
 
587
- #: inc/php/settings.php:432
588
  msgid ""
589
  "Enable/disable a tooltips with name of the social media above every button."
590
  msgstr ""
591
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
592
  "каждой кнопкой."
593
 
594
- #: inc/php/settings.php:437
595
  msgid "Icon size"
596
  msgstr "Размер иконки"
597
 
598
- #: inc/php/settings.php:438
599
  msgid ""
600
  "Enter the size of icons (in px) in your social media follow buttons bar."
601
  msgstr ""
602
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
603
 
604
- #: inc/php/settings.php:445
605
  msgid "Margin"
606
  msgstr "Отступ"
607
 
608
- #: inc/php/settings.php:446
609
  msgid ""
610
  "Enter the size of space (in px) between icons in your social media follow "
611
  "buttons bar."
612
  msgstr ""
613
 
614
- #: inc/php/settings.php:455
615
  msgid "Alignment"
616
  msgstr "Выравнивание"
617
 
618
- #: inc/php/settings.php:461
619
  msgid "Left"
620
  msgstr "Слева"
621
 
622
- #: inc/php/settings.php:465
623
  msgid "Center"
624
  msgstr "По центру"
625
 
626
- #: inc/php/settings.php:469
627
  msgid "Right"
628
  msgstr "Справа"
629
 
630
- #: inc/php/settings.php:476
631
  msgid "Caption"
632
  msgstr "Заголовок"
633
 
634
- #: inc/php/settings.php:477
635
  msgid ""
636
  "Enter the caption to your social media follow buttons bar. It will be "
637
  "displays before the toolbar."
@@ -639,11 +655,11 @@ msgstr ""
639
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
640
  "над панелью."
641
 
642
- #: inc/php/settings.php:491
643
  msgid "Preview"
644
  msgstr "Предварительный просмотр"
645
 
646
- #: inc/php/settings.php:493
647
  msgid "Click the \"Save Changes\" button to update this preview."
648
  msgstr ""
649
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2017-05-30 11:59+0300\n"
5
+ "PO-Revision-Date: 2017-05-30 12:00+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
68
  msgstr "Автор"
69
 
70
  #: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28
71
+ #: inc/php/settings.php:527
72
  msgid "Support"
73
  msgstr "Поддержка"
74
 
133
  msgid "It's that simple!"
134
  msgstr "Вот так просто!"
135
 
136
+ #: inc/php/page.php:77 inc/php/settings.php:429
137
  msgid "Note!"
138
  msgstr "Примечание!"
139
 
303
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
304
  "место на вашем веб-сайте."
305
 
306
+ #: inc/php/settings.php:30 inc/php/settings.php:529
307
  msgid ""
308
  "I'm an independent developer, without a regular income, so every little "
309
  "contribution helps cover my costs and lets me spend more time building "
313
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
314
  "создание программ для людей как вы."
315
 
316
+ #: inc/php/settings.php:31 inc/php/settings.php:530
317
  msgid "Donate with PayPal"
318
  msgstr ""
319
 
320
+ #: inc/php/settings.php:32 inc/php/settings.php:531
321
  msgid "Thanks for your support!"
322
  msgstr "Спасибо за вашу поддержку!"
323
 
494
  msgstr "Введите ссылку на вашу страницу профиля Yelp"
495
 
496
  #: inc/php/settings.php:333
497
+ msgid "Enter the link to your StumbleUpon profile page"
498
+ msgstr "Введите ссылку на вашу страницу профиля StumbleUpon"
499
+
500
+ #: inc/php/settings.php:340
501
+ msgid "Enter the link to your Bloglovin profile page"
502
+ msgstr "Введите ссылку на вашу страницу профиля Bloglovin"
503
+
504
+ #: inc/php/settings.php:347
505
+ msgid "Enter the link to your WhatsApp profile page"
506
+ msgstr "Введите ссылку на вашу страницу профиля WhatsApp"
507
+
508
+ #: inc/php/settings.php:354
509
+ msgid "Enter the link to your LINE profile page"
510
+ msgstr "Введите ссылку на вашу страницу профиля LINE"
511
+
512
+ #: inc/php/settings.php:361
513
  msgid "Enter the link to your VKontakte profile page"
514
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
515
 
516
+ #: inc/php/settings.php:368
517
  msgid "Enter the link to your Odnoklassniki profile page"
518
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
519
 
520
+ #: inc/php/settings.php:375
521
  msgid "Enter the link to your Telegram profile page"
522
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
523
 
524
+ #: inc/php/settings.php:382
525
  msgid "Enter the link to your GitHub profile page"
526
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
527
 
528
+ #: inc/php/settings.php:389
529
  msgid "Enter the link to your WordPress profile page"
530
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
531
 
532
+ #: inc/php/settings.php:396
533
  msgid "Enter the link to your CodePen profile page"
534
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
535
 
536
+ #: inc/php/settings.php:403
537
  msgid ""
538
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
539
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
542
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
543
  "профиля"
544
 
545
+ #: inc/php/settings.php:410
546
  msgid "Enter the link to your personal website"
547
  msgstr "Введите ссылку на ваш персональный сайт"
548
 
549
+ #: inc/php/settings.php:417
550
  msgid "Enter your email address with prefix <b>mailto:</b>"
551
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
552
 
553
+ #: inc/php/settings.php:424
554
  msgid "Enter the link to your RSS Feed"
555
  msgstr "Введите ссылку на ваш RSS поток"
556
 
557
+ #: inc/php/settings.php:429
558
  msgid ""
559
  "If you did not find the button you need, then tell me and I will gladly add "
560
  "it for you."
561
  msgstr ""
562
 
563
+ #: inc/php/settings.php:430 inc/php/settings.php:513
564
  msgid "Save Changes"
565
  msgstr "Сохранить изменения"
566
 
567
+ #: inc/php/settings.php:435
568
  msgid "Display options"
569
  msgstr "Настройки отображения"
570
 
571
+ #: inc/php/settings.php:437
572
  msgid "There you can configure this plugin."
573
  msgstr "Здесь вы можете настроить этот плагин."
574
 
575
+ #: inc/php/settings.php:441
576
  msgid "Show on Posts"
577
  msgstr "Показать в записях"
578
 
579
+ #: inc/php/settings.php:442
580
  msgid "Display toolbar below content on Posts."
581
  msgstr "Показывать кнопки под содержанием в записях"
582
 
583
+ #: inc/php/settings.php:447
584
  msgid "Show on Pages"
585
  msgstr "Показывать на страницах"
586
 
587
+ #: inc/php/settings.php:448
588
  msgid "Display toolbar below content on Pages."
589
  msgstr "Показывать кнопки под содержанием на страницах"
590
 
591
+ #: inc/php/settings.php:453
592
  msgid "Open in new tab"
593
  msgstr "Открыть в новой вкладке"
594
 
595
+ #: inc/php/settings.php:454
596
  msgid "Open link in a new tab/window."
597
  msgstr "Открыть ссылку в новом окне/вкладке"
598
 
599
+ #: inc/php/settings.php:459
600
  msgid "Tooltips"
601
  msgstr "Подсказки"
602
 
603
+ #: inc/php/settings.php:460
604
  msgid ""
605
  "Enable/disable a tooltips with name of the social media above every button."
606
  msgstr ""
607
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
608
  "каждой кнопкой."
609
 
610
+ #: inc/php/settings.php:465
611
  msgid "Icon size"
612
  msgstr "Размер иконки"
613
 
614
+ #: inc/php/settings.php:466
615
  msgid ""
616
  "Enter the size of icons (in px) in your social media follow buttons bar."
617
  msgstr ""
618
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
619
 
620
+ #: inc/php/settings.php:473
621
  msgid "Margin"
622
  msgstr "Отступ"
623
 
624
+ #: inc/php/settings.php:474
625
  msgid ""
626
  "Enter the size of space (in px) between icons in your social media follow "
627
  "buttons bar."
628
  msgstr ""
629
 
630
+ #: inc/php/settings.php:483
631
  msgid "Alignment"
632
  msgstr "Выравнивание"
633
 
634
+ #: inc/php/settings.php:489
635
  msgid "Left"
636
  msgstr "Слева"
637
 
638
+ #: inc/php/settings.php:493
639
  msgid "Center"
640
  msgstr "По центру"
641
 
642
+ #: inc/php/settings.php:497
643
  msgid "Right"
644
  msgstr "Справа"
645
 
646
+ #: inc/php/settings.php:504
647
  msgid "Caption"
648
  msgstr "Заголовок"
649
 
650
+ #: inc/php/settings.php:505
651
  msgid ""
652
  "Enter the caption to your social media follow buttons bar. It will be "
653
  "displays before the toolbar."
655
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
656
  "над панелью."
657
 
658
+ #: inc/php/settings.php:519
659
  msgid "Preview"
660
  msgstr "Предварительный просмотр"
661
 
662
+ #: inc/php/settings.php:521
663
  msgid "Click the \"Save Changes\" button to update this preview."
664
  msgstr ""
665
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
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-05-27 15:40+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -65,7 +65,7 @@ msgstr ""
65
  msgid "Author"
66
  msgstr ""
67
 
68
- #: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28 inc/php/settings.php:499
69
  msgid "Support"
70
  msgstr ""
71
 
@@ -125,7 +125,7 @@ msgstr ""
125
  msgid "It's that simple!"
126
  msgstr ""
127
 
128
- #: inc/php/page.php:77 inc/php/settings.php:401
129
  msgid "Note!"
130
  msgstr ""
131
 
@@ -271,17 +271,17 @@ msgid ""
271
  "This plugin allows you to easily add the social media follow buttons bar to any place of your website."
272
  msgstr ""
273
 
274
- #: inc/php/settings.php:30 inc/php/settings.php:501
275
  msgid ""
276
  "I'm an independent developer, without a regular income, so every little contribution helps cover my "
277
  "costs and lets me spend more time building things for people like you to enjoy."
278
  msgstr ""
279
 
280
- #: inc/php/settings.php:31 inc/php/settings.php:502
281
  msgid "Donate with PayPal"
282
  msgstr ""
283
 
284
- #: inc/php/settings.php:32 inc/php/settings.php:503
285
  msgid "Thanks for your support!"
286
  msgstr ""
287
 
@@ -453,141 +453,157 @@ msgid "Enter the link to your Yelp profile page"
453
  msgstr ""
454
 
455
  #: inc/php/settings.php:333
456
- msgid "Enter the link to your VKontakte profile page"
457
  msgstr ""
458
 
459
  #: inc/php/settings.php:340
460
- msgid "Enter the link to your Odnoklassniki profile page"
461
  msgstr ""
462
 
463
  #: inc/php/settings.php:347
464
- msgid "Enter the link to your Telegram profile page"
465
  msgstr ""
466
 
467
  #: inc/php/settings.php:354
468
- msgid "Enter the link to your GitHub profile page"
469
  msgstr ""
470
 
471
  #: inc/php/settings.php:361
472
- msgid "Enter the link to your WordPress profile page"
473
  msgstr ""
474
 
475
  #: inc/php/settings.php:368
476
- msgid "Enter the link to your CodePen profile page"
477
  msgstr ""
478
 
479
  #: inc/php/settings.php:375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
480
  msgid ""
481
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
482
  "b>, or <b>?userinfo</b> for view profile"
483
  msgstr ""
484
 
485
- #: inc/php/settings.php:382
486
  msgid "Enter the link to your personal website"
487
  msgstr ""
488
 
489
- #: inc/php/settings.php:389
490
  msgid "Enter your email address with prefix <b>mailto:</b>"
491
  msgstr ""
492
 
493
- #: inc/php/settings.php:396
494
  msgid "Enter the link to your RSS Feed"
495
  msgstr ""
496
 
497
- #: inc/php/settings.php:401
498
  msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
499
  msgstr ""
500
 
501
- #: inc/php/settings.php:402 inc/php/settings.php:485
502
  msgid "Save Changes"
503
  msgstr ""
504
 
505
- #: inc/php/settings.php:407
506
  msgid "Display options"
507
  msgstr ""
508
 
509
- #: inc/php/settings.php:409
510
  msgid "There you can configure this plugin."
511
  msgstr ""
512
 
513
- #: inc/php/settings.php:413
514
  msgid "Show on Posts"
515
  msgstr ""
516
 
517
- #: inc/php/settings.php:414
518
  msgid "Display toolbar below content on Posts."
519
  msgstr ""
520
 
521
- #: inc/php/settings.php:419
522
  msgid "Show on Pages"
523
  msgstr ""
524
 
525
- #: inc/php/settings.php:420
526
  msgid "Display toolbar below content on Pages."
527
  msgstr ""
528
 
529
- #: inc/php/settings.php:425
530
  msgid "Open in new tab"
531
  msgstr ""
532
 
533
- #: inc/php/settings.php:426
534
  msgid "Open link in a new tab/window."
535
  msgstr ""
536
 
537
- #: inc/php/settings.php:431
538
  msgid "Tooltips"
539
  msgstr ""
540
 
541
- #: inc/php/settings.php:432
542
  msgid "Enable/disable a tooltips with name of the social media above every button."
543
  msgstr ""
544
 
545
- #: inc/php/settings.php:437
546
  msgid "Icon size"
547
  msgstr ""
548
 
549
- #: inc/php/settings.php:438
550
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
551
  msgstr ""
552
 
553
- #: inc/php/settings.php:445
554
  msgid "Margin"
555
  msgstr ""
556
 
557
- #: inc/php/settings.php:446
558
  msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
559
  msgstr ""
560
 
561
- #: inc/php/settings.php:455
562
  msgid "Alignment"
563
  msgstr ""
564
 
565
- #: inc/php/settings.php:461
566
  msgid "Left"
567
  msgstr ""
568
 
569
- #: inc/php/settings.php:465
570
  msgid "Center"
571
  msgstr ""
572
 
573
- #: inc/php/settings.php:469
574
  msgid "Right"
575
  msgstr ""
576
 
577
- #: inc/php/settings.php:476
578
  msgid "Caption"
579
  msgstr ""
580
 
581
- #: inc/php/settings.php:477
582
  msgid ""
583
  "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
584
  msgstr ""
585
 
586
- #: inc/php/settings.php:491
587
  msgid "Preview"
588
  msgstr ""
589
 
590
- #: inc/php/settings.php:493
591
  msgid "Click the \"Save Changes\" button to update this preview."
592
  msgstr ""
593
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2017-05-30 11:59+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
65
  msgid "Author"
66
  msgstr ""
67
 
68
+ #: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28 inc/php/settings.php:527
69
  msgid "Support"
70
  msgstr ""
71
 
125
  msgid "It's that simple!"
126
  msgstr ""
127
 
128
+ #: inc/php/page.php:77 inc/php/settings.php:429
129
  msgid "Note!"
130
  msgstr ""
131
 
271
  "This plugin allows you to easily add the social media follow buttons bar to any place of your website."
272
  msgstr ""
273
 
274
+ #: inc/php/settings.php:30 inc/php/settings.php:529
275
  msgid ""
276
  "I'm an independent developer, without a regular income, so every little contribution helps cover my "
277
  "costs and lets me spend more time building things for people like you to enjoy."
278
  msgstr ""
279
 
280
+ #: inc/php/settings.php:31 inc/php/settings.php:530
281
  msgid "Donate with PayPal"
282
  msgstr ""
283
 
284
+ #: inc/php/settings.php:32 inc/php/settings.php:531
285
  msgid "Thanks for your support!"
286
  msgstr ""
287
 
453
  msgstr ""
454
 
455
  #: inc/php/settings.php:333
456
+ msgid "Enter the link to your StumbleUpon profile page"
457
  msgstr ""
458
 
459
  #: inc/php/settings.php:340
460
+ msgid "Enter the link to your Bloglovin profile page"
461
  msgstr ""
462
 
463
  #: inc/php/settings.php:347
464
+ msgid "Enter the link to your WhatsApp profile page"
465
  msgstr ""
466
 
467
  #: inc/php/settings.php:354
468
+ msgid "Enter the link to your LINE profile page"
469
  msgstr ""
470
 
471
  #: inc/php/settings.php:361
472
+ msgid "Enter the link to your VKontakte profile page"
473
  msgstr ""
474
 
475
  #: inc/php/settings.php:368
476
+ msgid "Enter the link to your Odnoklassniki profile page"
477
  msgstr ""
478
 
479
  #: inc/php/settings.php:375
480
+ msgid "Enter the link to your Telegram profile page"
481
+ msgstr ""
482
+
483
+ #: inc/php/settings.php:382
484
+ msgid "Enter the link to your GitHub profile page"
485
+ msgstr ""
486
+
487
+ #: inc/php/settings.php:389
488
+ msgid "Enter the link to your WordPress profile page"
489
+ msgstr ""
490
+
491
+ #: inc/php/settings.php:396
492
+ msgid "Enter the link to your CodePen profile page"
493
+ msgstr ""
494
+
495
+ #: inc/php/settings.php:403
496
  msgid ""
497
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
498
  "b>, or <b>?userinfo</b> for view profile"
499
  msgstr ""
500
 
501
+ #: inc/php/settings.php:410
502
  msgid "Enter the link to your personal website"
503
  msgstr ""
504
 
505
+ #: inc/php/settings.php:417
506
  msgid "Enter your email address with prefix <b>mailto:</b>"
507
  msgstr ""
508
 
509
+ #: inc/php/settings.php:424
510
  msgid "Enter the link to your RSS Feed"
511
  msgstr ""
512
 
513
+ #: inc/php/settings.php:429
514
  msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
515
  msgstr ""
516
 
517
+ #: inc/php/settings.php:430 inc/php/settings.php:513
518
  msgid "Save Changes"
519
  msgstr ""
520
 
521
+ #: inc/php/settings.php:435
522
  msgid "Display options"
523
  msgstr ""
524
 
525
+ #: inc/php/settings.php:437
526
  msgid "There you can configure this plugin."
527
  msgstr ""
528
 
529
+ #: inc/php/settings.php:441
530
  msgid "Show on Posts"
531
  msgstr ""
532
 
533
+ #: inc/php/settings.php:442
534
  msgid "Display toolbar below content on Posts."
535
  msgstr ""
536
 
537
+ #: inc/php/settings.php:447
538
  msgid "Show on Pages"
539
  msgstr ""
540
 
541
+ #: inc/php/settings.php:448
542
  msgid "Display toolbar below content on Pages."
543
  msgstr ""
544
 
545
+ #: inc/php/settings.php:453
546
  msgid "Open in new tab"
547
  msgstr ""
548
 
549
+ #: inc/php/settings.php:454
550
  msgid "Open link in a new tab/window."
551
  msgstr ""
552
 
553
+ #: inc/php/settings.php:459
554
  msgid "Tooltips"
555
  msgstr ""
556
 
557
+ #: inc/php/settings.php:460
558
  msgid "Enable/disable a tooltips with name of the social media above every button."
559
  msgstr ""
560
 
561
+ #: inc/php/settings.php:465
562
  msgid "Icon size"
563
  msgstr ""
564
 
565
+ #: inc/php/settings.php:466
566
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
567
  msgstr ""
568
 
569
+ #: inc/php/settings.php:473
570
  msgid "Margin"
571
  msgstr ""
572
 
573
+ #: inc/php/settings.php:474
574
  msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
575
  msgstr ""
576
 
577
+ #: inc/php/settings.php:483
578
  msgid "Alignment"
579
  msgstr ""
580
 
581
+ #: inc/php/settings.php:489
582
  msgid "Left"
583
  msgstr ""
584
 
585
+ #: inc/php/settings.php:493
586
  msgid "Center"
587
  msgstr ""
588
 
589
+ #: inc/php/settings.php:497
590
  msgid "Right"
591
  msgstr ""
592
 
593
+ #: inc/php/settings.php:504
594
  msgid "Caption"
595
  msgstr ""
596
 
597
+ #: inc/php/settings.php:505
598
  msgid ""
599
  "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
600
  msgstr ""
601
 
602
+ #: inc/php/settings.php:519
603
  msgid "Preview"
604
  msgstr ""
605
 
606
+ #: inc/php/settings.php:521
607
  msgid "Click the \"Save Changes\" button to update this preview."
608
  msgstr ""
609
 
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, 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, discord, yelp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, 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.7
7
- Stable tag: 4.8
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -78,6 +78,10 @@ It give you finer control over buttons. You can configure they on plugins settin
78
  * Beam
79
  * Discord
80
  * Yelp
 
 
 
 
81
  * VKontakte (vk.com)
82
  * Odnoklassniki (ok.ru)
83
  * Telegram
@@ -194,7 +198,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
194
  * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
195
  * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
196
  * 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).
197
- * Icons [plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, beam.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/).
198
  * 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/).
199
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
200
  * [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).
@@ -207,6 +211,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
207
 
208
  == Changelog ==
209
 
 
 
 
 
 
 
210
  = 4.8 =
211
  * Added option for the Plug.dj social network.
212
 
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, 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, discord, yelp, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, 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.9
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
78
  * Beam
79
  * Discord
80
  * Yelp
81
+ * StumbleUpon
82
+ * Bloglovin
83
+ * WhatsApp
84
+ * LINE
85
  * VKontakte (vk.com)
86
  * Odnoklassniki (ok.ru)
87
  * Telegram
198
  * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
199
  * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
200
  * 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).
201
+ * Icons [bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, beam.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/).
202
  * 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/).
203
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
204
  * [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).
211
 
212
  == Changelog ==
213
 
214
+ = 4.9 =
215
+ * Added option for the StumbleUpon social network.
216
+ * Added option for the Bloglovin social network.
217
+ * Added option for the WhatsApp social network.
218
+ * Added option for the LINE social network.
219
+
220
  = 4.8 =
221
  * Added option for the Plug.dj social network.
222
 
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.8
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.9
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/