Social Media Follow Buttons Bar - Version 4.8

Version Description

  • Added option for the Plug.dj social network.
Download this release

Release Info

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

Code changes from version 4.7 to 4.8

inc/img/social-media-icons/plugdj.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.7
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
@@ -236,6 +236,13 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
236
  '//soundcloud.com'
237
  );
238
  ?>
 
 
 
 
 
 
 
239
  <?php smbtoolbar_media( 'spotify',
240
  'Spotify',
241
  'http://open.spotify.com/user/YourUsernameHere',
10
  /**
11
  * Render Settings Tab
12
  *
13
+ * @since 4.8
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
236
  '//soundcloud.com'
237
  );
238
  ?>
239
+ <?php smbtoolbar_media( 'plugdj',
240
+ 'Plug.dj',
241
+ 'https://plug.dj/YourUsernameHere',
242
+ __( 'Enter the link to your Plug.dj profile page', SMEDIABT_TEXT ),
243
+ '//plug.dj'
244
+ );
245
+ ?>
246
  <?php smbtoolbar_media( 'spotify',
247
  'Spotify',
248
  'http://open.spotify.com/user/YourUsernameHere',
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-25 14:34+0300\n"
7
- "PO-Revision-Date: 2017-05-25 14:34+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:492
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:394
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:494
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:495
309
  msgid "Donate with PayPal"
310
  msgstr ""
311
 
312
- #: inc/php/settings.php:32 inc/php/settings.php:496
313
  msgid "Thanks for your support!"
314
  msgstr "¡Gracias por su colaboración!"
315
 
@@ -432,78 +432,82 @@ msgid "Enter the link to your SoundCloud profile page"
432
  msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
433
 
434
  #: inc/php/settings.php:242
 
 
 
 
435
  msgid "Enter the link to your Spotify profile page"
436
  msgstr "Ingresa el enlace a tu página de perfil de Spotify"
437
 
438
- #: inc/php/settings.php:249
439
  msgid "Enter the link to your Bandcamp profile page"
440
  msgstr "Ingresa el enlace a tu página de perfil de Bandcamp"
441
 
442
- #: inc/php/settings.php:256
443
  msgid "Enter the link to your Dloky profile page"
444
  msgstr "Ingresa el enlace a tu página de perfil de Dloky"
445
 
446
- #: inc/php/settings.php:263
447
  msgid "Enter the link to your Amazon profile page"
448
  msgstr "Ingresa el enlace a tu página de perfil de Amazon"
449
 
450
- #: inc/php/settings.php:270
451
  msgid "Enter the link to your BookBub profile page"
452
  msgstr "Ingresa el enlace a tu página de perfil de BookBub"
453
 
454
- #: inc/php/settings.php:277
455
  msgid "Enter the link to your Goodreads profile page"
456
  msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
457
 
458
- #: inc/php/settings.php:284
459
  msgid "Enter the link to your MeetVibe profile page"
460
  msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
461
 
462
- #: inc/php/settings.php:291
463
  msgid "Enter the link to your Meetup profile page"
464
  msgstr "Ingresa el enlace a tu página de perfil de Meetup"
465
 
466
- #: inc/php/settings.php:298
467
  msgid "Enter the link to your Steam profile page"
468
  msgstr "Ingresa el enlace a tu página de perfil de Steam"
469
 
470
- #: inc/php/settings.php:305
471
  msgid "Enter the link to your Beam profile page"
472
  msgstr "Ingresa el enlace a tu página de perfil de Beam"
473
 
474
- #: inc/php/settings.php:312
475
  msgid "Enter the link to your Discord profile page"
476
  msgstr "Ingresa el enlace a tu página de perfil de Discord"
477
 
478
- #: inc/php/settings.php:319
479
  msgid "Enter the link to your Yelp profile page"
480
  msgstr "Ingresa el enlace a tu página de perfil de Yelp"
481
 
482
- #: inc/php/settings.php:326
483
  msgid "Enter the link to your VKontakte profile page"
484
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
485
 
486
- #: inc/php/settings.php:333
487
  msgid "Enter the link to your Odnoklassniki profile page"
488
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
489
 
490
- #: inc/php/settings.php:340
491
  msgid "Enter the link to your Telegram profile page"
492
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
493
 
494
- #: inc/php/settings.php:347
495
  msgid "Enter the link to your GitHub profile page"
496
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
497
 
498
- #: inc/php/settings.php:354
499
  msgid "Enter the link to your WordPress profile page"
500
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
501
 
502
- #: inc/php/settings.php:361
503
  msgid "Enter the link to your CodePen profile page"
504
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
505
 
506
- #: inc/php/settings.php:368
507
  msgid ""
508
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
509
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -511,109 +515,109 @@ msgstr ""
511
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
512
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
513
 
514
- #: inc/php/settings.php:375
515
  msgid "Enter the link to your personal website"
516
  msgstr "Ingresa el enlace a tu sitio web personal"
517
 
518
- #: inc/php/settings.php:382
519
  msgid "Enter your email address with prefix <b>mailto:</b>"
520
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
521
 
522
- #: inc/php/settings.php:389
523
  msgid "Enter the link to your RSS Feed"
524
  msgstr "Ingresa el enlace a tu Feed de RSS"
525
 
526
- #: inc/php/settings.php:394
527
  msgid ""
528
  "If you did not find the button you need, then tell me and I will gladly add it for "
529
  "you."
530
  msgstr ""
531
 
532
- #: inc/php/settings.php:395 inc/php/settings.php:478
533
  msgid "Save Changes"
534
  msgstr "Guardar las modificaciones"
535
 
536
- #: inc/php/settings.php:400
537
  msgid "Display options"
538
  msgstr "Opciones de presentación"
539
 
540
- #: inc/php/settings.php:402
541
  msgid "There you can configure this plugin."
542
  msgstr ""
543
 
544
- #: inc/php/settings.php:406
545
  msgid "Show on Posts"
546
  msgstr "Mostrar en Entradas"
547
 
548
- #: inc/php/settings.php:407
549
  msgid "Display toolbar below content on Posts."
550
  msgstr "Mostrar la barra abajo del contenido en Entradas"
551
 
552
- #: inc/php/settings.php:412
553
  msgid "Show on Pages"
554
  msgstr "Mostrar en Páginas"
555
 
556
- #: inc/php/settings.php:413
557
  msgid "Display toolbar below content on Pages."
558
  msgstr "Mostrar la barra abajo del contenido en Páginas"
559
 
560
- #: inc/php/settings.php:418
561
  msgid "Open in new tab"
562
  msgstr "Abrir en una nueva pestaña"
563
 
564
- #: inc/php/settings.php:419
565
  msgid "Open link in a new tab/window."
566
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
567
 
568
- #: inc/php/settings.php:424
569
  msgid "Tooltips"
570
  msgstr ""
571
 
572
- #: inc/php/settings.php:425
573
  msgid "Enable/disable a tooltips with name of the social media above every button."
574
  msgstr ""
575
 
576
- #: inc/php/settings.php:430
577
  msgid "Icon size"
578
  msgstr "Tamaño de ícono"
579
 
580
- #: inc/php/settings.php:431
581
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
582
  msgstr ""
583
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
584
 
585
- #: inc/php/settings.php:438
586
  msgid "Margin"
587
  msgstr "Margen"
588
 
589
- #: inc/php/settings.php:439
590
  msgid ""
591
  "Enter the size of space (in px) between icons in your social media follow buttons "
592
  "bar."
593
  msgstr ""
594
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
595
 
596
- #: inc/php/settings.php:448
597
  msgid "Alignment"
598
  msgstr "Alineación"
599
 
600
- #: inc/php/settings.php:454
601
  msgid "Left"
602
  msgstr "Izquierda"
603
 
604
- #: inc/php/settings.php:458
605
  msgid "Center"
606
  msgstr "Centro"
607
 
608
- #: inc/php/settings.php:462
609
  msgid "Right"
610
  msgstr "Derecha"
611
 
612
- #: inc/php/settings.php:469
613
  msgid "Caption"
614
  msgstr "Leyenda"
615
 
616
- #: inc/php/settings.php:470
617
  msgid ""
618
  "Enter the caption to your social media follow buttons bar. It will be displays "
619
  "before the toolbar."
@@ -621,11 +625,11 @@ msgstr ""
621
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
622
  "la barra de botones."
623
 
624
- #: inc/php/settings.php:484
625
  msgid "Preview"
626
  msgstr "Vista previa"
627
 
628
- #: inc/php/settings.php:486
629
  msgid "Click the \"Save Changes\" button to update this preview."
630
  msgstr ""
631
 
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
  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
  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
  "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
  "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
 
432
  msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
433
 
434
  #: inc/php/settings.php:242
435
+ msgid "Enter the link to your Plug.dj profile page"
436
+ msgstr "Ingresa el enlace a tu página de perfil de Plug.dj"
437
+
438
+ #: inc/php/settings.php:249
439
  msgid "Enter the link to your Spotify profile page"
440
  msgstr "Ingresa el enlace a tu página de perfil de Spotify"
441
 
442
+ #: inc/php/settings.php:256
443
  msgid "Enter the link to your Bandcamp profile page"
444
  msgstr "Ingresa el enlace a tu página de perfil de Bandcamp"
445
 
446
+ #: inc/php/settings.php:263
447
  msgid "Enter the link to your Dloky profile page"
448
  msgstr "Ingresa el enlace a tu página de perfil de Dloky"
449
 
450
+ #: inc/php/settings.php:270
451
  msgid "Enter the link to your Amazon profile page"
452
  msgstr "Ingresa el enlace a tu página de perfil de Amazon"
453
 
454
+ #: inc/php/settings.php:277
455
  msgid "Enter the link to your BookBub profile page"
456
  msgstr "Ingresa el enlace a tu página de perfil de BookBub"
457
 
458
+ #: inc/php/settings.php:284
459
  msgid "Enter the link to your Goodreads profile page"
460
  msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
461
 
462
+ #: inc/php/settings.php:291
463
  msgid "Enter the link to your MeetVibe profile page"
464
  msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
465
 
466
+ #: inc/php/settings.php:298
467
  msgid "Enter the link to your Meetup profile page"
468
  msgstr "Ingresa el enlace a tu página de perfil de Meetup"
469
 
470
+ #: inc/php/settings.php:305
471
  msgid "Enter the link to your Steam profile page"
472
  msgstr "Ingresa el enlace a tu página de perfil de Steam"
473
 
474
+ #: inc/php/settings.php:312
475
  msgid "Enter the link to your Beam profile page"
476
  msgstr "Ingresa el enlace a tu página de perfil de Beam"
477
 
478
+ #: inc/php/settings.php:319
479
  msgid "Enter the link to your Discord profile page"
480
  msgstr "Ingresa el enlace a tu página de perfil de Discord"
481
 
482
+ #: inc/php/settings.php:326
483
  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
  "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
  "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
 
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-25 14:34+0300\n"
5
- "PO-Revision-Date: 2017-05-25 14:34+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:492
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:394
137
  msgid "Note!"
138
  msgstr "Примечание!"
139
 
@@ -303,7 +303,7 @@ msgstr ""
303
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
304
  "место на вашем веб-сайте."
305
 
306
- #: inc/php/settings.php:30 inc/php/settings.php:494
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:495
317
  msgid "Donate with PayPal"
318
  msgstr ""
319
 
320
- #: inc/php/settings.php:32 inc/php/settings.php:496
321
  msgid "Thanks for your support!"
322
  msgstr "Спасибо за вашу поддержку!"
323
 
@@ -442,78 +442,82 @@ msgid "Enter the link to your SoundCloud profile page"
442
  msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
443
 
444
  #: inc/php/settings.php:242
 
 
 
 
445
  msgid "Enter the link to your Spotify profile page"
446
  msgstr "Введите ссылку на вашу страницу профиля Spotify"
447
 
448
- #: inc/php/settings.php:249
449
  msgid "Enter the link to your Bandcamp profile page"
450
  msgstr "Введите ссылку на вашу страницу профиля Bandcamp"
451
 
452
- #: inc/php/settings.php:256
453
  msgid "Enter the link to your Dloky profile page"
454
  msgstr "Введите ссылку на вашу страницу профиля Dloky"
455
 
456
- #: inc/php/settings.php:263
457
  msgid "Enter the link to your Amazon profile page"
458
  msgstr "Введите ссылку на вашу страницу профиля Amazon"
459
 
460
- #: inc/php/settings.php:270
461
  msgid "Enter the link to your BookBub profile page"
462
  msgstr "Введите ссылку на вашу страницу профиля BookBub"
463
 
464
- #: inc/php/settings.php:277
465
  msgid "Enter the link to your Goodreads profile page"
466
  msgstr "Введите ссылку на вашу страницу профиля Goodreads"
467
 
468
- #: inc/php/settings.php:284
469
  msgid "Enter the link to your MeetVibe profile page"
470
  msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
471
 
472
- #: inc/php/settings.php:291
473
  msgid "Enter the link to your Meetup profile page"
474
  msgstr "Введите ссылку на вашу страницу профиля Meetup"
475
 
476
- #: inc/php/settings.php:298
477
  msgid "Enter the link to your Steam profile page"
478
  msgstr "Введите ссылку на вашу страницу профиля Steam"
479
 
480
- #: inc/php/settings.php:305
481
  msgid "Enter the link to your Beam profile page"
482
  msgstr "Введите ссылку на вашу страницу профиля Beam"
483
 
484
- #: inc/php/settings.php:312
485
  msgid "Enter the link to your Discord profile page"
486
  msgstr "Введите ссылку на вашу страницу профиля Discord"
487
 
488
- #: inc/php/settings.php:319
489
  msgid "Enter the link to your Yelp profile page"
490
  msgstr "Введите ссылку на вашу страницу профиля Yelp"
491
 
492
- #: inc/php/settings.php:326
493
  msgid "Enter the link to your VKontakte profile page"
494
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
495
 
496
- #: inc/php/settings.php:333
497
  msgid "Enter the link to your Odnoklassniki profile page"
498
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
499
 
500
- #: inc/php/settings.php:340
501
  msgid "Enter the link to your Telegram profile page"
502
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
503
 
504
- #: inc/php/settings.php:347
505
  msgid "Enter the link to your GitHub profile page"
506
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
507
 
508
- #: inc/php/settings.php:354
509
  msgid "Enter the link to your WordPress profile page"
510
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
511
 
512
- #: inc/php/settings.php:361
513
  msgid "Enter the link to your CodePen profile page"
514
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
515
 
516
- #: inc/php/settings.php:368
517
  msgid ""
518
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
519
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -522,112 +526,112 @@ msgstr ""
522
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
523
  "профиля"
524
 
525
- #: inc/php/settings.php:375
526
  msgid "Enter the link to your personal website"
527
  msgstr "Введите ссылку на ваш персональный сайт"
528
 
529
- #: inc/php/settings.php:382
530
  msgid "Enter your email address with prefix <b>mailto:</b>"
531
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
532
 
533
- #: inc/php/settings.php:389
534
  msgid "Enter the link to your RSS Feed"
535
  msgstr "Введите ссылку на ваш RSS поток"
536
 
537
- #: inc/php/settings.php:394
538
  msgid ""
539
  "If you did not find the button you need, then tell me and I will gladly add "
540
  "it for you."
541
  msgstr ""
542
 
543
- #: inc/php/settings.php:395 inc/php/settings.php:478
544
  msgid "Save Changes"
545
  msgstr "Сохранить изменения"
546
 
547
- #: inc/php/settings.php:400
548
  msgid "Display options"
549
  msgstr "Настройки отображения"
550
 
551
- #: inc/php/settings.php:402
552
  msgid "There you can configure this plugin."
553
  msgstr "Здесь вы можете настроить этот плагин."
554
 
555
- #: inc/php/settings.php:406
556
  msgid "Show on Posts"
557
  msgstr "Показать в записях"
558
 
559
- #: inc/php/settings.php:407
560
  msgid "Display toolbar below content on Posts."
561
  msgstr "Показывать кнопки под содержанием в записях"
562
 
563
- #: inc/php/settings.php:412
564
  msgid "Show on Pages"
565
  msgstr "Показывать на страницах"
566
 
567
- #: inc/php/settings.php:413
568
  msgid "Display toolbar below content on Pages."
569
  msgstr "Показывать кнопки под содержанием на страницах"
570
 
571
- #: inc/php/settings.php:418
572
  msgid "Open in new tab"
573
  msgstr "Открыть в новой вкладке"
574
 
575
- #: inc/php/settings.php:419
576
  msgid "Open link in a new tab/window."
577
  msgstr "Открыть ссылку в новом окне/вкладке"
578
 
579
- #: inc/php/settings.php:424
580
  msgid "Tooltips"
581
  msgstr "Подсказки"
582
 
583
- #: inc/php/settings.php:425
584
  msgid ""
585
  "Enable/disable a tooltips with name of the social media above every button."
586
  msgstr ""
587
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
588
  "каждой кнопкой."
589
 
590
- #: inc/php/settings.php:430
591
  msgid "Icon size"
592
  msgstr "Размер иконки"
593
 
594
- #: inc/php/settings.php:431
595
  msgid ""
596
  "Enter the size of icons (in px) in your social media follow buttons bar."
597
  msgstr ""
598
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
599
 
600
- #: inc/php/settings.php:438
601
  msgid "Margin"
602
  msgstr "Отступ"
603
 
604
- #: inc/php/settings.php:439
605
  msgid ""
606
  "Enter the size of space (in px) between icons in your social media follow "
607
  "buttons bar."
608
  msgstr ""
609
 
610
- #: inc/php/settings.php:448
611
  msgid "Alignment"
612
  msgstr "Выравнивание"
613
 
614
- #: inc/php/settings.php:454
615
  msgid "Left"
616
  msgstr "Слева"
617
 
618
- #: inc/php/settings.php:458
619
  msgid "Center"
620
  msgstr "По центру"
621
 
622
- #: inc/php/settings.php:462
623
  msgid "Right"
624
  msgstr "Справа"
625
 
626
- #: inc/php/settings.php:469
627
  msgid "Caption"
628
  msgstr "Заголовок"
629
 
630
- #: inc/php/settings.php:470
631
  msgid ""
632
  "Enter the caption to your social media follow buttons bar. It will be "
633
  "displays before the toolbar."
@@ -635,11 +639,11 @@ msgstr ""
635
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
636
  "над панелью."
637
 
638
- #: inc/php/settings.php:484
639
  msgid "Preview"
640
  msgstr "Предварительный просмотр"
641
 
642
- #: inc/php/settings.php:486
643
  msgid "Click the \"Save Changes\" button to update this preview."
644
  msgstr ""
645
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
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
  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
  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
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
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
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
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
 
442
  msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
443
 
444
  #: inc/php/settings.php:242
445
+ msgid "Enter the link to your Plug.dj profile page"
446
+ msgstr "Введите ссылку на вашу страницу профиля Plug.dj"
447
+
448
+ #: inc/php/settings.php:249
449
  msgid "Enter the link to your Spotify profile page"
450
  msgstr "Введите ссылку на вашу страницу профиля Spotify"
451
 
452
+ #: inc/php/settings.php:256
453
  msgid "Enter the link to your Bandcamp profile page"
454
  msgstr "Введите ссылку на вашу страницу профиля Bandcamp"
455
 
456
+ #: inc/php/settings.php:263
457
  msgid "Enter the link to your Dloky profile page"
458
  msgstr "Введите ссылку на вашу страницу профиля Dloky"
459
 
460
+ #: inc/php/settings.php:270
461
  msgid "Enter the link to your Amazon profile page"
462
  msgstr "Введите ссылку на вашу страницу профиля Amazon"
463
 
464
+ #: inc/php/settings.php:277
465
  msgid "Enter the link to your BookBub profile page"
466
  msgstr "Введите ссылку на вашу страницу профиля BookBub"
467
 
468
+ #: inc/php/settings.php:284
469
  msgid "Enter the link to your Goodreads profile page"
470
  msgstr "Введите ссылку на вашу страницу профиля Goodreads"
471
 
472
+ #: inc/php/settings.php:291
473
  msgid "Enter the link to your MeetVibe profile page"
474
  msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
475
 
476
+ #: inc/php/settings.php:298
477
  msgid "Enter the link to your Meetup profile page"
478
  msgstr "Введите ссылку на вашу страницу профиля Meetup"
479
 
480
+ #: inc/php/settings.php:305
481
  msgid "Enter the link to your Steam profile page"
482
  msgstr "Введите ссылку на вашу страницу профиля Steam"
483
 
484
+ #: inc/php/settings.php:312
485
  msgid "Enter the link to your Beam profile page"
486
  msgstr "Введите ссылку на вашу страницу профиля Beam"
487
 
488
+ #: inc/php/settings.php:319
489
  msgid "Enter the link to your Discord profile page"
490
  msgstr "Введите ссылку на вашу страницу профиля Discord"
491
 
492
+ #: inc/php/settings.php:326
493
  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
  "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
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
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
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
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-25 14:34+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:492
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:394
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:494
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:495
281
  msgid "Donate with PayPal"
282
  msgstr ""
283
 
284
- #: inc/php/settings.php:32 inc/php/settings.php:496
285
  msgid "Thanks for your support!"
286
  msgstr ""
287
 
@@ -401,189 +401,193 @@ msgid "Enter the link to your SoundCloud profile page"
401
  msgstr ""
402
 
403
  #: inc/php/settings.php:242
404
- msgid "Enter the link to your Spotify profile page"
405
  msgstr ""
406
 
407
  #: inc/php/settings.php:249
408
- msgid "Enter the link to your Bandcamp profile page"
409
  msgstr ""
410
 
411
  #: inc/php/settings.php:256
412
- msgid "Enter the link to your Dloky profile page"
413
  msgstr ""
414
 
415
  #: inc/php/settings.php:263
416
- msgid "Enter the link to your Amazon profile page"
417
  msgstr ""
418
 
419
  #: inc/php/settings.php:270
420
- msgid "Enter the link to your BookBub profile page"
421
  msgstr ""
422
 
423
  #: inc/php/settings.php:277
424
- msgid "Enter the link to your Goodreads profile page"
425
  msgstr ""
426
 
427
  #: inc/php/settings.php:284
428
- msgid "Enter the link to your MeetVibe profile page"
429
  msgstr ""
430
 
431
  #: inc/php/settings.php:291
432
- msgid "Enter the link to your Meetup profile page"
433
  msgstr ""
434
 
435
  #: inc/php/settings.php:298
436
- msgid "Enter the link to your Steam profile page"
437
  msgstr ""
438
 
439
  #: inc/php/settings.php:305
440
- msgid "Enter the link to your Beam profile page"
441
  msgstr ""
442
 
443
  #: inc/php/settings.php:312
444
- msgid "Enter the link to your Discord profile page"
445
  msgstr ""
446
 
447
  #: inc/php/settings.php:319
448
- msgid "Enter the link to your Yelp profile page"
449
  msgstr ""
450
 
451
  #: inc/php/settings.php:326
452
- msgid "Enter the link to your VKontakte profile page"
453
  msgstr ""
454
 
455
  #: inc/php/settings.php:333
456
- msgid "Enter the link to your Odnoklassniki profile page"
457
  msgstr ""
458
 
459
  #: inc/php/settings.php:340
460
- msgid "Enter the link to your Telegram profile page"
461
  msgstr ""
462
 
463
  #: inc/php/settings.php:347
464
- msgid "Enter the link to your GitHub profile page"
465
  msgstr ""
466
 
467
  #: inc/php/settings.php:354
468
- msgid "Enter the link to your WordPress profile page"
469
  msgstr ""
470
 
471
  #: inc/php/settings.php:361
472
- msgid "Enter the link to your CodePen profile page"
473
  msgstr ""
474
 
475
  #: inc/php/settings.php:368
 
 
 
 
476
  msgid ""
477
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
478
  "b>, or <b>?userinfo</b> for view profile"
479
  msgstr ""
480
 
481
- #: inc/php/settings.php:375
482
  msgid "Enter the link to your personal website"
483
  msgstr ""
484
 
485
- #: inc/php/settings.php:382
486
  msgid "Enter your email address with prefix <b>mailto:</b>"
487
  msgstr ""
488
 
489
- #: inc/php/settings.php:389
490
  msgid "Enter the link to your RSS Feed"
491
  msgstr ""
492
 
493
- #: inc/php/settings.php:394
494
  msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
495
  msgstr ""
496
 
497
- #: inc/php/settings.php:395 inc/php/settings.php:478
498
  msgid "Save Changes"
499
  msgstr ""
500
 
501
- #: inc/php/settings.php:400
502
  msgid "Display options"
503
  msgstr ""
504
 
505
- #: inc/php/settings.php:402
506
  msgid "There you can configure this plugin."
507
  msgstr ""
508
 
509
- #: inc/php/settings.php:406
510
  msgid "Show on Posts"
511
  msgstr ""
512
 
513
- #: inc/php/settings.php:407
514
  msgid "Display toolbar below content on Posts."
515
  msgstr ""
516
 
517
- #: inc/php/settings.php:412
518
  msgid "Show on Pages"
519
  msgstr ""
520
 
521
- #: inc/php/settings.php:413
522
  msgid "Display toolbar below content on Pages."
523
  msgstr ""
524
 
525
- #: inc/php/settings.php:418
526
  msgid "Open in new tab"
527
  msgstr ""
528
 
529
- #: inc/php/settings.php:419
530
  msgid "Open link in a new tab/window."
531
  msgstr ""
532
 
533
- #: inc/php/settings.php:424
534
  msgid "Tooltips"
535
  msgstr ""
536
 
537
- #: inc/php/settings.php:425
538
  msgid "Enable/disable a tooltips with name of the social media above every button."
539
  msgstr ""
540
 
541
- #: inc/php/settings.php:430
542
  msgid "Icon size"
543
  msgstr ""
544
 
545
- #: inc/php/settings.php:431
546
  msgid "Enter the size of icons (in px) in your social media follow buttons bar."
547
  msgstr ""
548
 
549
- #: inc/php/settings.php:438
550
  msgid "Margin"
551
  msgstr ""
552
 
553
- #: inc/php/settings.php:439
554
  msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
555
  msgstr ""
556
 
557
- #: inc/php/settings.php:448
558
  msgid "Alignment"
559
  msgstr ""
560
 
561
- #: inc/php/settings.php:454
562
  msgid "Left"
563
  msgstr ""
564
 
565
- #: inc/php/settings.php:458
566
  msgid "Center"
567
  msgstr ""
568
 
569
- #: inc/php/settings.php:462
570
  msgid "Right"
571
  msgstr ""
572
 
573
- #: inc/php/settings.php:469
574
  msgid "Caption"
575
  msgstr ""
576
 
577
- #: inc/php/settings.php:470
578
  msgid ""
579
  "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
580
  msgstr ""
581
 
582
- #: inc/php/settings.php:484
583
  msgid "Preview"
584
  msgstr ""
585
 
586
- #: inc/php/settings.php:486
587
  msgid "Click the \"Save Changes\" button to update this preview."
588
  msgstr ""
589
 
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
  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
  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
  "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
 
401
  msgstr ""
402
 
403
  #: inc/php/settings.php:242
404
+ msgid "Enter the link to your Plug.dj profile page"
405
  msgstr ""
406
 
407
  #: inc/php/settings.php:249
408
+ msgid "Enter the link to your Spotify profile page"
409
  msgstr ""
410
 
411
  #: inc/php/settings.php:256
412
+ msgid "Enter the link to your Bandcamp profile page"
413
  msgstr ""
414
 
415
  #: inc/php/settings.php:263
416
+ msgid "Enter the link to your Dloky profile page"
417
  msgstr ""
418
 
419
  #: inc/php/settings.php:270
420
+ msgid "Enter the link to your Amazon profile page"
421
  msgstr ""
422
 
423
  #: inc/php/settings.php:277
424
+ msgid "Enter the link to your BookBub profile page"
425
  msgstr ""
426
 
427
  #: inc/php/settings.php:284
428
+ msgid "Enter the link to your Goodreads profile page"
429
  msgstr ""
430
 
431
  #: inc/php/settings.php:291
432
+ msgid "Enter the link to your MeetVibe profile page"
433
  msgstr ""
434
 
435
  #: inc/php/settings.php:298
436
+ msgid "Enter the link to your Meetup profile page"
437
  msgstr ""
438
 
439
  #: inc/php/settings.php:305
440
+ msgid "Enter the link to your Steam profile page"
441
  msgstr ""
442
 
443
  #: inc/php/settings.php:312
444
+ msgid "Enter the link to your Beam profile page"
445
  msgstr ""
446
 
447
  #: inc/php/settings.php:319
448
+ msgid "Enter the link to your Discord profile page"
449
  msgstr ""
450
 
451
  #: inc/php/settings.php:326
452
+ 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
 
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, 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.7
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -65,6 +65,7 @@ It give you finer control over buttons. You can configure they on plugins settin
65
  * Patreon
66
  * IMDb
67
  * SoundCloud
 
68
  * Spotify
69
  * Bandcamp
70
  * Dloky
@@ -193,7 +194,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
193
  * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
194
  * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
195
  * 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).
196
- * Icons [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/).
197
  * 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/).
198
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
199
  * [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).
@@ -206,6 +207,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
206
 
207
  == Changelog ==
208
 
 
 
 
209
  = 4.7 =
210
  * Compatibility with PHP version 5.2 improved.
211
  * PHP shorthands improved.
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
 
65
  * Patreon
66
  * IMDb
67
  * SoundCloud
68
+ * Plug.dj
69
  * Spotify
70
  * Bandcamp
71
  * Dloky
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
 
208
  == Changelog ==
209
 
210
+ = 4.8 =
211
+ * Added option for the Plug.dj social network.
212
+
213
  = 4.7 =
214
  * Compatibility with PHP version 5.2 improved.
215
  * PHP shorthands improved.
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.7
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.8
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/