Social Media Follow Buttons Bar - Version 4.3

Version Description

  • Added option for the diaspora button.
Download this release

Release Info

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

Code changes from version 4.2 to 4.3

inc/img/social-media-icons/diaspora.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.2
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
@@ -129,6 +129,12 @@ defined('ABSPATH') or die("Restricted access!");
129
  __( 'Enter the link to your LinkedIn profile page', SMEDIABT_TEXT ),
130
  '//linkedin.com'
131
  ); ?>
 
 
 
 
 
 
132
  <?php smbtoolbar_media( 'xing',
133
  'XING',
134
  'https://www.xing.com/YourUsernameHere',
10
  /**
11
  * Render Settings Tab
12
  *
13
+ * @since 4.3
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
129
  __( 'Enter the link to your LinkedIn profile page', SMEDIABT_TEXT ),
130
  '//linkedin.com'
131
  ); ?>
132
+ <?php smbtoolbar_media( 'diaspora',
133
+ 'diaspora',
134
+ 'https://diasporafoundation.org/YourUsernameHere',
135
+ __( 'Enter the link to your diaspora profile page', SMEDIABT_TEXT ),
136
+ '//diasporafoundation.org'
137
+ ); ?>
138
  <?php smbtoolbar_media( 'xing',
139
  'XING',
140
  'https://www.xing.com/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-07 13:25+0300\n"
7
- "PO-Revision-Date: 2017-05-07 16:12+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -69,12 +69,12 @@ msgstr "Uso"
69
  msgid "F.A.Q."
70
  msgstr "F.A.Q."
71
 
72
- #: inc/php/page.php:43 inc/php/page.php:168
73
  msgid "Author"
74
  msgstr "Autor"
75
 
76
- #: inc/php/page.php:44 inc/php/page.php:177 inc/php/settings.php:28
77
- #: inc/php/settings.php:410
78
  msgid "Support"
79
  msgstr "Soporte"
80
 
@@ -130,46 +130,45 @@ msgstr ""
130
 
131
  #: inc/php/page.php:73
132
  msgid ""
133
- "<b>D)</b> For add the buttons directly to a theme files, just add one of the "
134
- "following code (both variants do the same) to needed place (where you want to "
135
- "display the buttons) in your theme files:"
136
  msgstr ""
137
 
138
- #: inc/php/page.php:77
139
  msgid "Enjoy your fancy social media follow buttons."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:77
143
  msgid "It's that simple!"
144
  msgstr ""
145
 
146
- #: inc/php/page.php:79 inc/php/settings.php:313
147
  msgid "Note!"
148
  msgstr ""
149
 
150
- #: inc/php/page.php:79
151
  msgid "If you want more options then tell me and I will be happy to add it."
152
  msgstr ""
153
 
154
- #: inc/php/page.php:88
155
  msgid "Frequently Asked Questions"
156
  msgstr "Preguntas Frecuentes"
157
 
158
- #: inc/php/page.php:110
159
  msgid "Will this plugin work on my WordPress.COM website?"
160
  msgstr ""
161
 
162
- #: inc/php/page.php:111
163
  msgid ""
164
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
165
  "websites."
166
  msgstr ""
167
 
168
- #: inc/php/page.php:113
169
  msgid "Can I use this plugin on my language?"
170
  msgstr ""
171
 
172
- #: inc/php/page.php:115
173
  #, php-format
174
  msgid ""
175
  "Yes. But If your language is not available then you can make one. This plugin is "
@@ -180,53 +179,53 @@ msgid ""
180
  "within the next plugin update."
181
  msgstr ""
182
 
183
- #: inc/php/page.php:120
184
  msgid "How does it work?"
185
  msgstr ""
186
 
187
- #: inc/php/page.php:121
188
  msgid ""
189
  "On the \"Settings\" tab, select the desired settings and click the \"Save Changes"
190
  "\" button. Enjoy your fancy social media follow buttons. It's that simple!"
191
  msgstr ""
192
 
193
- #: inc/php/page.php:123
194
  msgid "Does this plugin requires any modification of the theme?"
195
  msgstr ""
196
 
197
- #: inc/php/page.php:124
198
  msgid ""
199
  "Absolutely not. This plugin is configurable entirely from the plugin settings page."
200
  msgstr ""
201
 
202
- #: inc/php/page.php:126
203
  msgid "Does this require any knowledge of HTML or CSS?"
204
  msgstr ""
205
 
206
- #: inc/php/page.php:127
207
  msgid ""
208
  "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, "
209
  "using an easy-to-use plugin settings page."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:129
213
  msgid ""
214
  "What I need to do if the Google PageSpeed test says that this plugin images must "
215
  "be compressed?"
216
  msgstr ""
217
 
218
- #: inc/php/page.php:130
219
  msgid ""
220
  "The images that uses in this plugin are already compressed, but I will do my best "
221
  "to find out what else can be done with the images in order to compress them even "
222
  "better."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:132
226
  msgid "It's not working. What could be wrong?"
227
  msgstr ""
228
 
229
- #: inc/php/page.php:133
230
  msgid ""
231
  "As with every plugin, it's possible that things don't work. The most common reason "
232
  "for this is a web browser's cache. Every web browser stores a cache of the "
@@ -235,7 +234,7 @@ msgid ""
235
  "the problem."
236
  msgstr ""
237
 
238
- #: inc/php/page.php:134
239
  msgid ""
240
  "It's impossible to tell what could be wrong exactly, but if you post a support "
241
  "request in the plugin's support forum on WordPress.org, I'd be happy to give it a "
@@ -243,31 +242,31 @@ msgid ""
243
  "including a link to your website where the problem can be seen."
244
  msgstr ""
245
 
246
- #: inc/php/page.php:136
247
  msgid "Where to report bug if found?"
248
  msgstr ""
249
 
250
- #: inc/php/page.php:138
251
  #, php-format
252
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
253
  msgstr ""
254
 
255
- #: inc/php/page.php:144
256
  msgid "Where to share any ideas or suggestions to make the plugin better?"
257
  msgstr ""
258
 
259
- #: inc/php/page.php:146
260
  #, php-format
261
  msgid ""
262
  "Any suggestions are very welcome! Please send me an email to %s "
263
  "arthurgareginyan@gmail.com %s. Thank you!"
264
  msgstr ""
265
 
266
- #: inc/php/page.php:152
267
  msgid "I love this plugin! Can I help somehow?"
268
  msgstr ""
269
 
270
- #: inc/php/page.php:154
271
  #, php-format
272
  msgid ""
273
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click "
@@ -286,7 +285,7 @@ msgstr ""
286
  "Este plugin te permite añadir fácilmente una barra de botones de social media en "
287
  "cualquier parte de tu sitio web."
288
 
289
- #: inc/php/settings.php:30 inc/php/settings.php:412
290
  msgid ""
291
  "I'm an independent developer, without a regular income, so every little "
292
  "contribution helps cover my costs and lets me spend more time building things for "
@@ -296,11 +295,11 @@ msgstr ""
296
  "pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
297
  "tiempo a hacer cosas que puedan disfrutar personas como tú."
298
 
299
- #: inc/php/settings.php:31 inc/php/settings.php:413
300
  msgid "Donate with PayPal"
301
  msgstr ""
302
 
303
- #: inc/php/settings.php:32 inc/php/settings.php:414
304
  msgid "Thanks for your support!"
305
  msgstr "¡Gracias por su colaboración!"
306
 
@@ -371,110 +370,114 @@ msgid "Enter the link to your LinkedIn profile page"
371
  msgstr "Ingresa el enlace a tu página de perfil de LinkedIn"
372
 
373
  #: inc/php/settings.php:135
 
 
 
 
374
  msgid "Enter the link to your XING profile page"
375
  msgstr "Ingresa el enlace a tu página de perfil de XING"
376
 
377
- #: inc/php/settings.php:141
378
  msgid "Enter the link to your Pinterest profile page"
379
  msgstr "Ingresa el enlace a tu página de perfil de Pinterest"
380
 
381
- #: inc/php/settings.php:147
382
  msgid "Enter the link to your Tumblr profile page"
383
  msgstr "Ingresa el enlace a tu página de perfil de Tumblr"
384
 
385
- #: inc/php/settings.php:153
386
  msgid "Enter the link to your Snapchat profile page"
387
  msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
388
 
389
- #: inc/php/settings.php:159
390
  msgid "Enter the link to your Twitch profile page"
391
  msgstr "Ingresa el enlace a tu página de perfil de Twitch"
392
 
393
- #: inc/php/settings.php:165
394
  msgid "Enter the link to your Patreon profile page"
395
  msgstr "Ingresa el enlace a tu página de perfil de Patreon"
396
 
397
- #: inc/php/settings.php:171
398
  msgid "Enter the link to your IMDb profile page"
399
  msgstr "Ingresa el enlace a tu página de perfil de IMDb"
400
 
401
- #: inc/php/settings.php:177
402
  msgid "Enter the link to your SoundCloud profile page"
403
  msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
404
 
405
- #: inc/php/settings.php:183
406
  msgid "Enter the link to your Spotify profile page"
407
  msgstr "Ingresa el enlace a tu página de perfil de Spotify"
408
 
409
- #: inc/php/settings.php:189
410
  msgid "Enter the link to your Bandcamp profile page"
411
  msgstr "Ingresa el enlace a tu página de perfil de Bandcamp"
412
 
413
- #: inc/php/settings.php:195
414
  msgid "Enter the link to your Dloky profile page"
415
  msgstr "Ingresa el enlace a tu página de perfil de Dloky"
416
 
417
- #: inc/php/settings.php:201
418
  msgid "Enter the link to your Amazon profile page"
419
  msgstr "Ingresa el enlace a tu página de perfil de Amazon"
420
 
421
- #: inc/php/settings.php:207
422
  msgid "Enter the link to your BookBub profile page"
423
  msgstr "Ingresa el enlace a tu página de perfil de BookBub"
424
 
425
- #: inc/php/settings.php:213
426
  msgid "Enter the link to your Goodreads profile page"
427
  msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
428
 
429
- #: inc/php/settings.php:219
430
  msgid "Enter the link to your MeetVibe profile page"
431
  msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
432
 
433
- #: inc/php/settings.php:225
434
  msgid "Enter the link to your Meetup profile page"
435
  msgstr "Ingresa el enlace a tu página de perfil de Meetup"
436
 
437
- #: inc/php/settings.php:231
438
  msgid "Enter the link to your Steam profile page"
439
  msgstr "Ingresa el enlace a tu página de perfil de Steam"
440
 
441
- #: inc/php/settings.php:237
442
  msgid "Enter the link to your Beam profile page"
443
  msgstr "Ingresa el enlace a tu página de perfil de Beam"
444
 
445
- #: inc/php/settings.php:243
446
  msgid "Enter the link to your Discord profile page"
447
  msgstr "Ingresa el enlace a tu página de perfil de Discord"
448
 
449
- #: inc/php/settings.php:249
450
  msgid "Enter the link to your Yelp profile page"
451
  msgstr "Ingresa el enlace a tu página de perfil de Yelp"
452
 
453
- #: inc/php/settings.php:255
454
  msgid "Enter the link to your VKontakte profile page"
455
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
456
 
457
- #: inc/php/settings.php:261
458
  msgid "Enter the link to your Odnoklassniki profile page"
459
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
460
 
461
- #: inc/php/settings.php:267
462
  msgid "Enter the link to your Telegram profile page"
463
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
464
 
465
- #: inc/php/settings.php:273
466
  msgid "Enter the link to your GitHub profile page"
467
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
468
 
469
- #: inc/php/settings.php:279
470
  msgid "Enter the link to your WordPress profile page"
471
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
472
 
473
- #: inc/php/settings.php:285
474
  msgid "Enter the link to your CodePen profile page"
475
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
476
 
477
- #: inc/php/settings.php:291
478
  msgid ""
479
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
480
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -482,108 +485,108 @@ msgstr ""
482
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
483
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
484
 
485
- #: inc/php/settings.php:297
486
  msgid "Enter the link to your personal website"
487
  msgstr "Ingresa el enlace a tu sitio web personal"
488
 
489
- #: inc/php/settings.php:303
490
  msgid "Enter your email address with prefix <b>mailto:</b>"
491
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
492
 
493
- #: inc/php/settings.php:309
494
  msgid "Enter the link to your RSS Feed"
495
  msgstr "Ingresa el enlace a tu Feed de RSS"
496
 
497
- #: inc/php/settings.php:313
498
  msgid ""
499
  "If you did not find the button you need, then tell me and I will gladly add it for "
500
  "you."
501
  msgstr ""
502
 
503
- #: inc/php/settings.php:314 inc/php/settings.php:397
504
  msgid "Save Changes"
505
  msgstr "Guardar las modificaciones"
506
 
507
- #: inc/php/settings.php:319
508
  msgid "Display options"
509
  msgstr "Opciones de presentación"
510
 
511
- #: inc/php/settings.php:321
512
  msgid "There you can configure this plugin."
513
  msgstr ""
514
 
515
- #: inc/php/settings.php:325
516
  msgid "Show on Posts"
517
  msgstr "Mostrar en Entradas"
518
 
519
- #: inc/php/settings.php:326
520
  msgid "Display toolbar below content on Posts."
521
  msgstr "Mostrar la barra abajo del contenido en Entradas"
522
 
523
- #: inc/php/settings.php:330
524
  msgid "Show on Pages"
525
  msgstr "Mostrar en Páginas"
526
 
527
- #: inc/php/settings.php:331
528
  msgid "Display toolbar below content on Pages."
529
  msgstr "Mostrar la barra abajo del contenido en Páginas"
530
 
531
- #: inc/php/settings.php:335
532
  msgid "Open in new tab"
533
  msgstr "Abrir en una nueva pestaña"
534
 
535
- #: inc/php/settings.php:336
536
  msgid "Open link in a new tab/window."
537
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
538
 
539
- #: inc/php/settings.php:340
540
  msgid "Tooltips"
541
  msgstr ""
542
 
543
- #: inc/php/settings.php:341
544
  msgid "Enable/disable a tooltips with name of the social media above every button."
545
  msgstr ""
546
 
547
- #: inc/php/settings.php:345
548
  msgid "Icon size"
549
  msgstr "Tamaño de ícono"
550
 
551
- #: inc/php/settings.php:346
552
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
553
  msgstr ""
554
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
555
 
556
- #: inc/php/settings.php:352
557
  msgid "Margin"
558
  msgstr "Margen"
559
 
560
- #: inc/php/settings.php:353
561
  msgid ""
562
  "Enter the size of space (in px) between icons in your social media buttons toolbar."
563
  msgstr ""
564
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
565
 
566
- #: inc/php/settings.php:369
567
  msgid "Alignment"
568
  msgstr "Alineación"
569
 
570
- #: inc/php/settings.php:375
571
  msgid "Left"
572
  msgstr "Izquierda"
573
 
574
- #: inc/php/settings.php:379
575
  msgid "Center"
576
  msgstr "Centro"
577
 
578
- #: inc/php/settings.php:383
579
  msgid "Right"
580
  msgstr "Derecha"
581
 
582
- #: inc/php/settings.php:390
583
  msgid "Caption"
584
  msgstr "Leyenda"
585
 
586
- #: inc/php/settings.php:391
587
  msgid ""
588
  "Enter the caption to your social media buttons toolbar. It will be displays before "
589
  "the toolbar."
@@ -591,11 +594,11 @@ msgstr ""
591
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
592
  "la barra de botones."
593
 
594
- #: inc/php/settings.php:402
595
  msgid "Preview"
596
  msgstr "Vista previa"
597
 
598
- #: inc/php/settings.php:404
599
  msgid "Click the \"Save Changes\" button to update this preview."
600
  msgstr ""
601
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2017-05-10 15:18+0300\n"
7
+ "PO-Revision-Date: 2017-05-10 15:18+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
69
  msgid "F.A.Q."
70
  msgstr "F.A.Q."
71
 
72
+ #: inc/php/page.php:43 inc/php/page.php:167
73
  msgid "Author"
74
  msgstr "Autor"
75
 
76
+ #: inc/php/page.php:44 inc/php/page.php:176 inc/php/settings.php:28
77
+ #: inc/php/settings.php:416
78
  msgid "Support"
79
  msgstr "Soporte"
80
 
130
 
131
  #: inc/php/page.php:73
132
  msgid ""
133
+ "<b>D)</b> For add the buttons directly to a theme files, just add the following "
134
+ "code to needed place (where you want to display the buttons) in your theme files:"
 
135
  msgstr ""
136
 
137
+ #: inc/php/page.php:76
138
  msgid "Enjoy your fancy social media follow buttons."
139
  msgstr ""
140
 
141
+ #: inc/php/page.php:76
142
  msgid "It's that simple!"
143
  msgstr ""
144
 
145
+ #: inc/php/page.php:78 inc/php/settings.php:319
146
  msgid "Note!"
147
  msgstr ""
148
 
149
+ #: inc/php/page.php:78
150
  msgid "If you want more options then tell me and I will be happy to add it."
151
  msgstr ""
152
 
153
+ #: inc/php/page.php:87
154
  msgid "Frequently Asked Questions"
155
  msgstr "Preguntas Frecuentes"
156
 
157
+ #: inc/php/page.php:109
158
  msgid "Will this plugin work on my WordPress.COM website?"
159
  msgstr ""
160
 
161
+ #: inc/php/page.php:110
162
  msgid ""
163
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
164
  "websites."
165
  msgstr ""
166
 
167
+ #: inc/php/page.php:112
168
  msgid "Can I use this plugin on my language?"
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:114
172
  #, php-format
173
  msgid ""
174
  "Yes. But If your language is not available then you can make one. This plugin is "
179
  "within the next plugin update."
180
  msgstr ""
181
 
182
+ #: inc/php/page.php:119
183
  msgid "How does it work?"
184
  msgstr ""
185
 
186
+ #: inc/php/page.php:120
187
  msgid ""
188
  "On the \"Settings\" tab, select the desired settings and click the \"Save Changes"
189
  "\" button. Enjoy your fancy social media follow buttons. It's that simple!"
190
  msgstr ""
191
 
192
+ #: inc/php/page.php:122
193
  msgid "Does this plugin requires any modification of the theme?"
194
  msgstr ""
195
 
196
+ #: inc/php/page.php:123
197
  msgid ""
198
  "Absolutely not. This plugin is configurable entirely from the plugin settings page."
199
  msgstr ""
200
 
201
+ #: inc/php/page.php:125
202
  msgid "Does this require any knowledge of HTML or CSS?"
203
  msgstr ""
204
 
205
+ #: inc/php/page.php:126
206
  msgid ""
207
  "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, "
208
  "using an easy-to-use plugin settings page."
209
  msgstr ""
210
 
211
+ #: inc/php/page.php:128
212
  msgid ""
213
  "What I need to do if the Google PageSpeed test says that this plugin images must "
214
  "be compressed?"
215
  msgstr ""
216
 
217
+ #: inc/php/page.php:129
218
  msgid ""
219
  "The images that uses in this plugin are already compressed, but I will do my best "
220
  "to find out what else can be done with the images in order to compress them even "
221
  "better."
222
  msgstr ""
223
 
224
+ #: inc/php/page.php:131
225
  msgid "It's not working. What could be wrong?"
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:132
229
  msgid ""
230
  "As with every plugin, it's possible that things don't work. The most common reason "
231
  "for this is a web browser's cache. Every web browser stores a cache of the "
234
  "the problem."
235
  msgstr ""
236
 
237
+ #: inc/php/page.php:133
238
  msgid ""
239
  "It's impossible to tell what could be wrong exactly, but if you post a support "
240
  "request in the plugin's support forum on WordPress.org, I'd be happy to give it a "
242
  "including a link to your website where the problem can be seen."
243
  msgstr ""
244
 
245
+ #: inc/php/page.php:135
246
  msgid "Where to report bug if found?"
247
  msgstr ""
248
 
249
+ #: inc/php/page.php:137
250
  #, php-format
251
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
252
  msgstr ""
253
 
254
+ #: inc/php/page.php:143
255
  msgid "Where to share any ideas or suggestions to make the plugin better?"
256
  msgstr ""
257
 
258
+ #: inc/php/page.php:145
259
  #, php-format
260
  msgid ""
261
  "Any suggestions are very welcome! Please send me an email to %s "
262
  "arthurgareginyan@gmail.com %s. Thank you!"
263
  msgstr ""
264
 
265
+ #: inc/php/page.php:151
266
  msgid "I love this plugin! Can I help somehow?"
267
  msgstr ""
268
 
269
+ #: inc/php/page.php:153
270
  #, php-format
271
  msgid ""
272
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click "
285
  "Este plugin te permite añadir fácilmente una barra de botones de social media en "
286
  "cualquier parte de tu sitio web."
287
 
288
+ #: inc/php/settings.php:30 inc/php/settings.php:418
289
  msgid ""
290
  "I'm an independent developer, without a regular income, so every little "
291
  "contribution helps cover my costs and lets me spend more time building things for "
295
  "pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
296
  "tiempo a hacer cosas que puedan disfrutar personas como tú."
297
 
298
+ #: inc/php/settings.php:31 inc/php/settings.php:419
299
  msgid "Donate with PayPal"
300
  msgstr ""
301
 
302
+ #: inc/php/settings.php:32 inc/php/settings.php:420
303
  msgid "Thanks for your support!"
304
  msgstr "¡Gracias por su colaboración!"
305
 
370
  msgstr "Ingresa el enlace a tu página de perfil de LinkedIn"
371
 
372
  #: inc/php/settings.php:135
373
+ msgid "Enter the link to your diaspora profile page"
374
+ msgstr "Ingresa el enlace a tu página de perfil de diaspora"
375
+
376
+ #: inc/php/settings.php:141
377
  msgid "Enter the link to your XING profile page"
378
  msgstr "Ingresa el enlace a tu página de perfil de XING"
379
 
380
+ #: inc/php/settings.php:147
381
  msgid "Enter the link to your Pinterest profile page"
382
  msgstr "Ingresa el enlace a tu página de perfil de Pinterest"
383
 
384
+ #: inc/php/settings.php:153
385
  msgid "Enter the link to your Tumblr profile page"
386
  msgstr "Ingresa el enlace a tu página de perfil de Tumblr"
387
 
388
+ #: inc/php/settings.php:159
389
  msgid "Enter the link to your Snapchat profile page"
390
  msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
391
 
392
+ #: inc/php/settings.php:165
393
  msgid "Enter the link to your Twitch profile page"
394
  msgstr "Ingresa el enlace a tu página de perfil de Twitch"
395
 
396
+ #: inc/php/settings.php:171
397
  msgid "Enter the link to your Patreon profile page"
398
  msgstr "Ingresa el enlace a tu página de perfil de Patreon"
399
 
400
+ #: inc/php/settings.php:177
401
  msgid "Enter the link to your IMDb profile page"
402
  msgstr "Ingresa el enlace a tu página de perfil de IMDb"
403
 
404
+ #: inc/php/settings.php:183
405
  msgid "Enter the link to your SoundCloud profile page"
406
  msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
407
 
408
+ #: inc/php/settings.php:189
409
  msgid "Enter the link to your Spotify profile page"
410
  msgstr "Ingresa el enlace a tu página de perfil de Spotify"
411
 
412
+ #: inc/php/settings.php:195
413
  msgid "Enter the link to your Bandcamp profile page"
414
  msgstr "Ingresa el enlace a tu página de perfil de Bandcamp"
415
 
416
+ #: inc/php/settings.php:201
417
  msgid "Enter the link to your Dloky profile page"
418
  msgstr "Ingresa el enlace a tu página de perfil de Dloky"
419
 
420
+ #: inc/php/settings.php:207
421
  msgid "Enter the link to your Amazon profile page"
422
  msgstr "Ingresa el enlace a tu página de perfil de Amazon"
423
 
424
+ #: inc/php/settings.php:213
425
  msgid "Enter the link to your BookBub profile page"
426
  msgstr "Ingresa el enlace a tu página de perfil de BookBub"
427
 
428
+ #: inc/php/settings.php:219
429
  msgid "Enter the link to your Goodreads profile page"
430
  msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
431
 
432
+ #: inc/php/settings.php:225
433
  msgid "Enter the link to your MeetVibe profile page"
434
  msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
435
 
436
+ #: inc/php/settings.php:231
437
  msgid "Enter the link to your Meetup profile page"
438
  msgstr "Ingresa el enlace a tu página de perfil de Meetup"
439
 
440
+ #: inc/php/settings.php:237
441
  msgid "Enter the link to your Steam profile page"
442
  msgstr "Ingresa el enlace a tu página de perfil de Steam"
443
 
444
+ #: inc/php/settings.php:243
445
  msgid "Enter the link to your Beam profile page"
446
  msgstr "Ingresa el enlace a tu página de perfil de Beam"
447
 
448
+ #: inc/php/settings.php:249
449
  msgid "Enter the link to your Discord profile page"
450
  msgstr "Ingresa el enlace a tu página de perfil de Discord"
451
 
452
+ #: inc/php/settings.php:255
453
  msgid "Enter the link to your Yelp profile page"
454
  msgstr "Ingresa el enlace a tu página de perfil de Yelp"
455
 
456
+ #: inc/php/settings.php:261
457
  msgid "Enter the link to your VKontakte profile page"
458
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
459
 
460
+ #: inc/php/settings.php:267
461
  msgid "Enter the link to your Odnoklassniki profile page"
462
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
463
 
464
+ #: inc/php/settings.php:273
465
  msgid "Enter the link to your Telegram profile page"
466
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
467
 
468
+ #: inc/php/settings.php:279
469
  msgid "Enter the link to your GitHub profile page"
470
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
471
 
472
+ #: inc/php/settings.php:285
473
  msgid "Enter the link to your WordPress profile page"
474
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
475
 
476
+ #: inc/php/settings.php:291
477
  msgid "Enter the link to your CodePen profile page"
478
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
479
 
480
+ #: inc/php/settings.php:297
481
  msgid ""
482
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
483
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
485
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
486
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
487
 
488
+ #: inc/php/settings.php:303
489
  msgid "Enter the link to your personal website"
490
  msgstr "Ingresa el enlace a tu sitio web personal"
491
 
492
+ #: inc/php/settings.php:309
493
  msgid "Enter your email address with prefix <b>mailto:</b>"
494
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
495
 
496
+ #: inc/php/settings.php:315
497
  msgid "Enter the link to your RSS Feed"
498
  msgstr "Ingresa el enlace a tu Feed de RSS"
499
 
500
+ #: inc/php/settings.php:319
501
  msgid ""
502
  "If you did not find the button you need, then tell me and I will gladly add it for "
503
  "you."
504
  msgstr ""
505
 
506
+ #: inc/php/settings.php:320 inc/php/settings.php:403
507
  msgid "Save Changes"
508
  msgstr "Guardar las modificaciones"
509
 
510
+ #: inc/php/settings.php:325
511
  msgid "Display options"
512
  msgstr "Opciones de presentación"
513
 
514
+ #: inc/php/settings.php:327
515
  msgid "There you can configure this plugin."
516
  msgstr ""
517
 
518
+ #: inc/php/settings.php:331
519
  msgid "Show on Posts"
520
  msgstr "Mostrar en Entradas"
521
 
522
+ #: inc/php/settings.php:332
523
  msgid "Display toolbar below content on Posts."
524
  msgstr "Mostrar la barra abajo del contenido en Entradas"
525
 
526
+ #: inc/php/settings.php:336
527
  msgid "Show on Pages"
528
  msgstr "Mostrar en Páginas"
529
 
530
+ #: inc/php/settings.php:337
531
  msgid "Display toolbar below content on Pages."
532
  msgstr "Mostrar la barra abajo del contenido en Páginas"
533
 
534
+ #: inc/php/settings.php:341
535
  msgid "Open in new tab"
536
  msgstr "Abrir en una nueva pestaña"
537
 
538
+ #: inc/php/settings.php:342
539
  msgid "Open link in a new tab/window."
540
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
541
 
542
+ #: inc/php/settings.php:346
543
  msgid "Tooltips"
544
  msgstr ""
545
 
546
+ #: inc/php/settings.php:347
547
  msgid "Enable/disable a tooltips with name of the social media above every button."
548
  msgstr ""
549
 
550
+ #: inc/php/settings.php:351
551
  msgid "Icon size"
552
  msgstr "Tamaño de ícono"
553
 
554
+ #: inc/php/settings.php:352
555
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
556
  msgstr ""
557
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
558
 
559
+ #: inc/php/settings.php:358
560
  msgid "Margin"
561
  msgstr "Margen"
562
 
563
+ #: inc/php/settings.php:359
564
  msgid ""
565
  "Enter the size of space (in px) between icons in your social media buttons toolbar."
566
  msgstr ""
567
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
568
 
569
+ #: inc/php/settings.php:375
570
  msgid "Alignment"
571
  msgstr "Alineación"
572
 
573
+ #: inc/php/settings.php:381
574
  msgid "Left"
575
  msgstr "Izquierda"
576
 
577
+ #: inc/php/settings.php:385
578
  msgid "Center"
579
  msgstr "Centro"
580
 
581
+ #: inc/php/settings.php:389
582
  msgid "Right"
583
  msgstr "Derecha"
584
 
585
+ #: inc/php/settings.php:396
586
  msgid "Caption"
587
  msgstr "Leyenda"
588
 
589
+ #: inc/php/settings.php:397
590
  msgid ""
591
  "Enter the caption to your social media buttons toolbar. It will be displays before "
592
  "the toolbar."
594
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
595
  "la barra de botones."
596
 
597
+ #: inc/php/settings.php:408
598
  msgid "Preview"
599
  msgstr "Vista previa"
600
 
601
+ #: inc/php/settings.php:410
602
  msgid "Click the \"Save Changes\" button to update this preview."
603
  msgstr ""
604
 
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-07 13:26+0300\n"
5
- "PO-Revision-Date: 2017-05-07 17:40+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -68,12 +68,12 @@ msgstr "Применение"
68
  msgid "F.A.Q."
69
  msgstr "F.A.Q."
70
 
71
- #: inc/php/page.php:43 inc/php/page.php:168
72
  msgid "Author"
73
  msgstr "Автор"
74
 
75
- #: inc/php/page.php:44 inc/php/page.php:177 inc/php/settings.php:28
76
- #: inc/php/settings.php:410
77
  msgid "Support"
78
  msgstr "Поддержка"
79
 
@@ -125,38 +125,38 @@ msgstr ""
125
 
126
  #: inc/php/page.php:73
127
  msgid ""
128
- "<b>D)</b> For add the buttons directly to a theme files, just add one of the "
129
- "following code (both variants do the same) to needed place (where you want "
130
- "to display the buttons) in your theme files:"
131
  msgstr ""
132
 
133
- #: inc/php/page.php:77
134
  msgid "Enjoy your fancy social media follow buttons."
135
  msgstr ""
136
 
137
- #: inc/php/page.php:77
138
  msgid "It's that simple!"
139
  msgstr "Вот так просто!"
140
 
141
- #: inc/php/page.php:79 inc/php/settings.php:313
142
  msgid "Note!"
143
  msgstr "Примечание!"
144
 
145
- #: inc/php/page.php:79
146
  msgid "If you want more options then tell me and I will be happy to add it."
147
  msgstr ""
148
  "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
149
  "добавить их."
150
 
151
- #: inc/php/page.php:88
152
  msgid "Frequently Asked Questions"
153
  msgstr "Частые вопросы"
154
 
155
- #: inc/php/page.php:110
156
  msgid "Will this plugin work on my WordPress.COM website?"
157
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
158
 
159
- #: inc/php/page.php:111
160
  msgid ""
161
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
162
  "websites."
@@ -164,11 +164,11 @@ msgstr ""
164
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
165
  "размещённых веб-сайтах (WordPress.ORG)."
166
 
167
- #: inc/php/page.php:113
168
  msgid "Can I use this plugin on my language?"
169
  msgstr "Можно ли использовать этот плагин на моём языке?"
170
 
171
- #: inc/php/page.php:115
172
  #, php-format
173
  msgid ""
174
  "Yes. But If your language is not available then you can make one. This "
@@ -179,22 +179,22 @@ msgid ""
179
  "include the translation within the next plugin update."
180
  msgstr ""
181
 
182
- #: inc/php/page.php:120
183
  msgid "How does it work?"
184
  msgstr "Как оно работает?"
185
 
186
- #: inc/php/page.php:121
187
  msgid ""
188
  "On the \"Settings\" tab, select the desired settings and click the \"Save "
189
  "Changes\" button. Enjoy your fancy social media follow buttons. It's that "
190
  "simple!"
191
  msgstr ""
192
 
193
- #: inc/php/page.php:123
194
  msgid "Does this plugin requires any modification of the theme?"
195
  msgstr "Этот плагин требует изменения темы?"
196
 
197
- #: inc/php/page.php:124
198
  msgid ""
199
  "Absolutely not. This plugin is configurable entirely from the plugin "
200
  "settings page."
@@ -202,11 +202,11 @@ msgstr ""
202
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
203
  "плагина."
204
 
205
- #: inc/php/page.php:126
206
  msgid "Does this require any knowledge of HTML or CSS?"
207
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
208
 
209
- #: inc/php/page.php:127
210
  msgid ""
211
  "Absolutely not. This plugin can be configured with no knowledge of HTML or "
212
  "CSS, using an easy-to-use plugin settings page."
@@ -214,24 +214,24 @@ msgstr ""
214
  "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
215
  "помощью простой в использовании страницы настройки плагина."
216
 
217
- #: inc/php/page.php:129
218
  msgid ""
219
  "What I need to do if the Google PageSpeed test says that this plugin images "
220
  "must be compressed?"
221
  msgstr ""
222
 
223
- #: inc/php/page.php:130
224
  msgid ""
225
  "The images that uses in this plugin are already compressed, but I will do my "
226
  "best to find out what else can be done with the images in order to compress "
227
  "them even better."
228
  msgstr ""
229
 
230
- #: inc/php/page.php:132
231
  msgid "It's not working. What could be wrong?"
232
  msgstr "Оно не работает. Что может быть не так?"
233
 
234
- #: inc/php/page.php:133
235
  msgid ""
236
  "As with every plugin, it's possible that things don't work. The most common "
237
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -240,7 +240,7 @@ msgid ""
240
  "browser's cache may solve the problem."
241
  msgstr ""
242
 
243
- #: inc/php/page.php:134
244
  msgid ""
245
  "It's impossible to tell what could be wrong exactly, but if you post a "
246
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
@@ -248,33 +248,33 @@ msgid ""
248
  "possible, including a link to your website where the problem can be seen."
249
  msgstr ""
250
 
251
- #: inc/php/page.php:136
252
  msgid "Where to report bug if found?"
253
  msgstr "Где можно сообщить об ошибке?"
254
 
255
- #: inc/php/page.php:138
256
  #, php-format
257
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
258
  msgstr ""
259
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
260
 
261
- #: inc/php/page.php:144
262
  msgid "Where to share any ideas or suggestions to make the plugin better?"
263
  msgstr ""
264
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
265
 
266
- #: inc/php/page.php:146
267
  #, php-format
268
  msgid ""
269
  "Any suggestions are very welcome! Please send me an email to %s "
270
  "arthurgareginyan@gmail.com %s. Thank you!"
271
  msgstr ""
272
 
273
- #: inc/php/page.php:152
274
  msgid "I love this plugin! Can I help somehow?"
275
  msgstr "Я очень люблю этот плагин! Могу Я чем-то помочь?"
276
 
277
- #: inc/php/page.php:154
278
  #, php-format
279
  msgid ""
280
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
@@ -293,7 +293,7 @@ msgstr ""
293
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
294
  "место на вашем веб-сайте."
295
 
296
- #: inc/php/settings.php:30 inc/php/settings.php:412
297
  msgid ""
298
  "I'm an independent developer, without a regular income, so every little "
299
  "contribution helps cover my costs and lets me spend more time building "
@@ -303,11 +303,11 @@ msgstr ""
303
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
304
  "создание программ для людей как вы."
305
 
306
- #: inc/php/settings.php:31 inc/php/settings.php:413
307
  msgid "Donate with PayPal"
308
  msgstr ""
309
 
310
- #: inc/php/settings.php:32 inc/php/settings.php:414
311
  msgid "Thanks for your support!"
312
  msgstr "Спасибо за вашу поддержку!"
313
 
@@ -380,110 +380,114 @@ msgid "Enter the link to your LinkedIn profile page"
380
  msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
381
 
382
  #: inc/php/settings.php:135
 
 
 
 
383
  msgid "Enter the link to your XING profile page"
384
  msgstr "Введите ссылку на вашу страницу профиля XING"
385
 
386
- #: inc/php/settings.php:141
387
  msgid "Enter the link to your Pinterest profile page"
388
  msgstr "Введите ссылку на вашу страницу профиля Pinterest"
389
 
390
- #: inc/php/settings.php:147
391
  msgid "Enter the link to your Tumblr profile page"
392
  msgstr "Введите ссылку на вашу страницу профиля Tumblr"
393
 
394
- #: inc/php/settings.php:153
395
  msgid "Enter the link to your Snapchat profile page"
396
  msgstr "Введите ссылку на вашу страницу профиля Snapchat"
397
 
398
- #: inc/php/settings.php:159
399
  msgid "Enter the link to your Twitch profile page"
400
  msgstr "Введите ссылку на вашу страницу профиля Twitch"
401
 
402
- #: inc/php/settings.php:165
403
  msgid "Enter the link to your Patreon profile page"
404
  msgstr "Введите ссылку на вашу страницу профиля Patreon"
405
 
406
- #: inc/php/settings.php:171
407
  msgid "Enter the link to your IMDb profile page"
408
  msgstr "Введите ссылку на вашу страницу профиля IMDb"
409
 
410
- #: inc/php/settings.php:177
411
  msgid "Enter the link to your SoundCloud profile page"
412
  msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
413
 
414
- #: inc/php/settings.php:183
415
  msgid "Enter the link to your Spotify profile page"
416
  msgstr "Введите ссылку на вашу страницу профиля Spotify"
417
 
418
- #: inc/php/settings.php:189
419
  msgid "Enter the link to your Bandcamp profile page"
420
  msgstr "Введите ссылку на вашу страницу профиля Bandcamp"
421
 
422
- #: inc/php/settings.php:195
423
  msgid "Enter the link to your Dloky profile page"
424
  msgstr "Введите ссылку на вашу страницу профиля Dloky"
425
 
426
- #: inc/php/settings.php:201
427
  msgid "Enter the link to your Amazon profile page"
428
  msgstr "Введите ссылку на вашу страницу профиля Amazon"
429
 
430
- #: inc/php/settings.php:207
431
  msgid "Enter the link to your BookBub profile page"
432
  msgstr "Введите ссылку на вашу страницу профиля BookBub"
433
 
434
- #: inc/php/settings.php:213
435
  msgid "Enter the link to your Goodreads profile page"
436
  msgstr "Введите ссылку на вашу страницу профиля Goodreads"
437
 
438
- #: inc/php/settings.php:219
439
  msgid "Enter the link to your MeetVibe profile page"
440
  msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
441
 
442
- #: inc/php/settings.php:225
443
  msgid "Enter the link to your Meetup profile page"
444
  msgstr "Введите ссылку на вашу страницу профиля Meetup"
445
 
446
- #: inc/php/settings.php:231
447
  msgid "Enter the link to your Steam profile page"
448
  msgstr "Введите ссылку на вашу страницу профиля Steam"
449
 
450
- #: inc/php/settings.php:237
451
  msgid "Enter the link to your Beam profile page"
452
  msgstr "Введите ссылку на вашу страницу профиля Beam"
453
 
454
- #: inc/php/settings.php:243
455
  msgid "Enter the link to your Discord profile page"
456
  msgstr "Введите ссылку на вашу страницу профиля Discord"
457
 
458
- #: inc/php/settings.php:249
459
  msgid "Enter the link to your Yelp profile page"
460
  msgstr "Введите ссылку на вашу страницу профиля Yelp"
461
 
462
- #: inc/php/settings.php:255
463
  msgid "Enter the link to your VKontakte profile page"
464
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
465
 
466
- #: inc/php/settings.php:261
467
  msgid "Enter the link to your Odnoklassniki profile page"
468
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
469
 
470
- #: inc/php/settings.php:267
471
  msgid "Enter the link to your Telegram profile page"
472
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
473
 
474
- #: inc/php/settings.php:273
475
  msgid "Enter the link to your GitHub profile page"
476
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
477
 
478
- #: inc/php/settings.php:279
479
  msgid "Enter the link to your WordPress profile page"
480
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
481
 
482
- #: inc/php/settings.php:285
483
  msgid "Enter the link to your CodePen profile page"
484
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
485
 
486
- #: inc/php/settings.php:291
487
  msgid ""
488
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
489
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -492,85 +496,85 @@ msgstr ""
492
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
493
  "профиля"
494
 
495
- #: inc/php/settings.php:297
496
  msgid "Enter the link to your personal website"
497
  msgstr "Введите ссылку на ваш персональный сайт"
498
 
499
- #: inc/php/settings.php:303
500
  msgid "Enter your email address with prefix <b>mailto:</b>"
501
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
502
 
503
- #: inc/php/settings.php:309
504
  msgid "Enter the link to your RSS Feed"
505
  msgstr "Введите ссылку на ваш RSS поток"
506
 
507
- #: inc/php/settings.php:313
508
  msgid ""
509
  "If you did not find the button you need, then tell me and I will gladly add "
510
  "it for you."
511
  msgstr ""
512
 
513
- #: inc/php/settings.php:314 inc/php/settings.php:397
514
  msgid "Save Changes"
515
  msgstr "Сохранить изменения"
516
 
517
- #: inc/php/settings.php:319
518
  msgid "Display options"
519
  msgstr "Настройки отображения"
520
 
521
- #: inc/php/settings.php:321
522
  msgid "There you can configure this plugin."
523
  msgstr "Здесь вы можете настроить этот плагин."
524
 
525
- #: inc/php/settings.php:325
526
  msgid "Show on Posts"
527
  msgstr "Показать в записях"
528
 
529
- #: inc/php/settings.php:326
530
  msgid "Display toolbar below content on Posts."
531
  msgstr "Показывать кнопки под содержанием в записях"
532
 
533
- #: inc/php/settings.php:330
534
  msgid "Show on Pages"
535
  msgstr "Показывать на страницах"
536
 
537
- #: inc/php/settings.php:331
538
  msgid "Display toolbar below content on Pages."
539
  msgstr "Показывать кнопки под содержанием на страницах"
540
 
541
- #: inc/php/settings.php:335
542
  msgid "Open in new tab"
543
  msgstr "Открыть в новой вкладке"
544
 
545
- #: inc/php/settings.php:336
546
  msgid "Open link in a new tab/window."
547
  msgstr "Открыть ссылку в новом окне/вкладке"
548
 
549
- #: inc/php/settings.php:340
550
  msgid "Tooltips"
551
  msgstr "Подсказки"
552
 
553
- #: inc/php/settings.php:341
554
  msgid ""
555
  "Enable/disable a tooltips with name of the social media above every button."
556
  msgstr ""
557
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
558
  "каждой кнопкой."
559
 
560
- #: inc/php/settings.php:345
561
  msgid "Icon size"
562
  msgstr "Размер иконки"
563
 
564
- #: inc/php/settings.php:346
565
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
566
  msgstr ""
567
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
568
 
569
- #: inc/php/settings.php:352
570
  msgid "Margin"
571
  msgstr "Отступ"
572
 
573
- #: inc/php/settings.php:353
574
  msgid ""
575
  "Enter the size of space (in px) between icons in your social media buttons "
576
  "toolbar."
@@ -578,27 +582,27 @@ msgstr ""
578
  "Введите размер пространства (в пикселях) между иконками для вашей панели "
579
  "социальных медиа кнопок."
580
 
581
- #: inc/php/settings.php:369
582
  msgid "Alignment"
583
  msgstr "Выравнивание"
584
 
585
- #: inc/php/settings.php:375
586
  msgid "Left"
587
  msgstr "Слева"
588
 
589
- #: inc/php/settings.php:379
590
  msgid "Center"
591
  msgstr "По центру"
592
 
593
- #: inc/php/settings.php:383
594
  msgid "Right"
595
  msgstr "Справа"
596
 
597
- #: inc/php/settings.php:390
598
  msgid "Caption"
599
  msgstr "Заголовок"
600
 
601
- #: inc/php/settings.php:391
602
  msgid ""
603
  "Enter the caption to your social media buttons toolbar. It will be displays "
604
  "before the toolbar."
@@ -606,11 +610,11 @@ msgstr ""
606
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
607
  "над панелью."
608
 
609
- #: inc/php/settings.php:402
610
  msgid "Preview"
611
  msgstr "Предварительный просмотр"
612
 
613
- #: inc/php/settings.php:404
614
  msgid "Click the \"Save Changes\" button to update this preview."
615
  msgstr ""
616
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2017-05-10 15:17+0300\n"
5
+ "PO-Revision-Date: 2017-05-10 15:18+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
68
  msgid "F.A.Q."
69
  msgstr "F.A.Q."
70
 
71
+ #: inc/php/page.php:43 inc/php/page.php:167
72
  msgid "Author"
73
  msgstr "Автор"
74
 
75
+ #: inc/php/page.php:44 inc/php/page.php:176 inc/php/settings.php:28
76
+ #: inc/php/settings.php:416
77
  msgid "Support"
78
  msgstr "Поддержка"
79
 
125
 
126
  #: inc/php/page.php:73
127
  msgid ""
128
+ "<b>D)</b> For add the buttons directly to a theme files, just add the "
129
+ "following code to needed place (where you want to display the buttons) in "
130
+ "your theme files:"
131
  msgstr ""
132
 
133
+ #: inc/php/page.php:76
134
  msgid "Enjoy your fancy social media follow buttons."
135
  msgstr ""
136
 
137
+ #: inc/php/page.php:76
138
  msgid "It's that simple!"
139
  msgstr "Вот так просто!"
140
 
141
+ #: inc/php/page.php:78 inc/php/settings.php:319
142
  msgid "Note!"
143
  msgstr "Примечание!"
144
 
145
+ #: inc/php/page.php:78
146
  msgid "If you want more options then tell me and I will be happy to add it."
147
  msgstr ""
148
  "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
149
  "добавить их."
150
 
151
+ #: inc/php/page.php:87
152
  msgid "Frequently Asked Questions"
153
  msgstr "Частые вопросы"
154
 
155
+ #: inc/php/page.php:109
156
  msgid "Will this plugin work on my WordPress.COM website?"
157
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
158
 
159
+ #: inc/php/page.php:110
160
  msgid ""
161
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
162
  "websites."
164
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
165
  "размещённых веб-сайтах (WordPress.ORG)."
166
 
167
+ #: inc/php/page.php:112
168
  msgid "Can I use this plugin on my language?"
169
  msgstr "Можно ли использовать этот плагин на моём языке?"
170
 
171
+ #: inc/php/page.php:114
172
  #, php-format
173
  msgid ""
174
  "Yes. But If your language is not available then you can make one. This "
179
  "include the translation within the next plugin update."
180
  msgstr ""
181
 
182
+ #: inc/php/page.php:119
183
  msgid "How does it work?"
184
  msgstr "Как оно работает?"
185
 
186
+ #: inc/php/page.php:120
187
  msgid ""
188
  "On the \"Settings\" tab, select the desired settings and click the \"Save "
189
  "Changes\" button. Enjoy your fancy social media follow buttons. It's that "
190
  "simple!"
191
  msgstr ""
192
 
193
+ #: inc/php/page.php:122
194
  msgid "Does this plugin requires any modification of the theme?"
195
  msgstr "Этот плагин требует изменения темы?"
196
 
197
+ #: inc/php/page.php:123
198
  msgid ""
199
  "Absolutely not. This plugin is configurable entirely from the plugin "
200
  "settings page."
202
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
203
  "плагина."
204
 
205
+ #: inc/php/page.php:125
206
  msgid "Does this require any knowledge of HTML or CSS?"
207
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
208
 
209
+ #: inc/php/page.php:126
210
  msgid ""
211
  "Absolutely not. This plugin can be configured with no knowledge of HTML or "
212
  "CSS, using an easy-to-use plugin settings page."
214
  "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
215
  "помощью простой в использовании страницы настройки плагина."
216
 
217
+ #: inc/php/page.php:128
218
  msgid ""
219
  "What I need to do if the Google PageSpeed test says that this plugin images "
220
  "must be compressed?"
221
  msgstr ""
222
 
223
+ #: inc/php/page.php:129
224
  msgid ""
225
  "The images that uses in this plugin are already compressed, but I will do my "
226
  "best to find out what else can be done with the images in order to compress "
227
  "them even better."
228
  msgstr ""
229
 
230
+ #: inc/php/page.php:131
231
  msgid "It's not working. What could be wrong?"
232
  msgstr "Оно не работает. Что может быть не так?"
233
 
234
+ #: inc/php/page.php:132
235
  msgid ""
236
  "As with every plugin, it's possible that things don't work. The most common "
237
  "reason for this is a web browser's cache. Every web browser stores a cache "
240
  "browser's cache may solve the problem."
241
  msgstr ""
242
 
243
+ #: inc/php/page.php:133
244
  msgid ""
245
  "It's impossible to tell what could be wrong exactly, but if you post a "
246
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
248
  "possible, including a link to your website where the problem can be seen."
249
  msgstr ""
250
 
251
+ #: inc/php/page.php:135
252
  msgid "Where to report bug if found?"
253
  msgstr "Где можно сообщить об ошибке?"
254
 
255
+ #: inc/php/page.php:137
256
  #, php-format
257
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
258
  msgstr ""
259
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
260
 
261
+ #: inc/php/page.php:143
262
  msgid "Where to share any ideas or suggestions to make the plugin better?"
263
  msgstr ""
264
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
265
 
266
+ #: inc/php/page.php:145
267
  #, php-format
268
  msgid ""
269
  "Any suggestions are very welcome! Please send me an email to %s "
270
  "arthurgareginyan@gmail.com %s. Thank you!"
271
  msgstr ""
272
 
273
+ #: inc/php/page.php:151
274
  msgid "I love this plugin! Can I help somehow?"
275
  msgstr "Я очень люблю этот плагин! Могу Я чем-то помочь?"
276
 
277
+ #: inc/php/page.php:153
278
  #, php-format
279
  msgid ""
280
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
293
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
294
  "место на вашем веб-сайте."
295
 
296
+ #: inc/php/settings.php:30 inc/php/settings.php:418
297
  msgid ""
298
  "I'm an independent developer, without a regular income, so every little "
299
  "contribution helps cover my costs and lets me spend more time building "
303
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
304
  "создание программ для людей как вы."
305
 
306
+ #: inc/php/settings.php:31 inc/php/settings.php:419
307
  msgid "Donate with PayPal"
308
  msgstr ""
309
 
310
+ #: inc/php/settings.php:32 inc/php/settings.php:420
311
  msgid "Thanks for your support!"
312
  msgstr "Спасибо за вашу поддержку!"
313
 
380
  msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
381
 
382
  #: inc/php/settings.php:135
383
+ msgid "Enter the link to your diaspora profile page"
384
+ msgstr "Введите ссылку на вашу страницу профиля diaspora"
385
+
386
+ #: inc/php/settings.php:141
387
  msgid "Enter the link to your XING profile page"
388
  msgstr "Введите ссылку на вашу страницу профиля XING"
389
 
390
+ #: inc/php/settings.php:147
391
  msgid "Enter the link to your Pinterest profile page"
392
  msgstr "Введите ссылку на вашу страницу профиля Pinterest"
393
 
394
+ #: inc/php/settings.php:153
395
  msgid "Enter the link to your Tumblr profile page"
396
  msgstr "Введите ссылку на вашу страницу профиля Tumblr"
397
 
398
+ #: inc/php/settings.php:159
399
  msgid "Enter the link to your Snapchat profile page"
400
  msgstr "Введите ссылку на вашу страницу профиля Snapchat"
401
 
402
+ #: inc/php/settings.php:165
403
  msgid "Enter the link to your Twitch profile page"
404
  msgstr "Введите ссылку на вашу страницу профиля Twitch"
405
 
406
+ #: inc/php/settings.php:171
407
  msgid "Enter the link to your Patreon profile page"
408
  msgstr "Введите ссылку на вашу страницу профиля Patreon"
409
 
410
+ #: inc/php/settings.php:177
411
  msgid "Enter the link to your IMDb profile page"
412
  msgstr "Введите ссылку на вашу страницу профиля IMDb"
413
 
414
+ #: inc/php/settings.php:183
415
  msgid "Enter the link to your SoundCloud profile page"
416
  msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
417
 
418
+ #: inc/php/settings.php:189
419
  msgid "Enter the link to your Spotify profile page"
420
  msgstr "Введите ссылку на вашу страницу профиля Spotify"
421
 
422
+ #: inc/php/settings.php:195
423
  msgid "Enter the link to your Bandcamp profile page"
424
  msgstr "Введите ссылку на вашу страницу профиля Bandcamp"
425
 
426
+ #: inc/php/settings.php:201
427
  msgid "Enter the link to your Dloky profile page"
428
  msgstr "Введите ссылку на вашу страницу профиля Dloky"
429
 
430
+ #: inc/php/settings.php:207
431
  msgid "Enter the link to your Amazon profile page"
432
  msgstr "Введите ссылку на вашу страницу профиля Amazon"
433
 
434
+ #: inc/php/settings.php:213
435
  msgid "Enter the link to your BookBub profile page"
436
  msgstr "Введите ссылку на вашу страницу профиля BookBub"
437
 
438
+ #: inc/php/settings.php:219
439
  msgid "Enter the link to your Goodreads profile page"
440
  msgstr "Введите ссылку на вашу страницу профиля Goodreads"
441
 
442
+ #: inc/php/settings.php:225
443
  msgid "Enter the link to your MeetVibe profile page"
444
  msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
445
 
446
+ #: inc/php/settings.php:231
447
  msgid "Enter the link to your Meetup profile page"
448
  msgstr "Введите ссылку на вашу страницу профиля Meetup"
449
 
450
+ #: inc/php/settings.php:237
451
  msgid "Enter the link to your Steam profile page"
452
  msgstr "Введите ссылку на вашу страницу профиля Steam"
453
 
454
+ #: inc/php/settings.php:243
455
  msgid "Enter the link to your Beam profile page"
456
  msgstr "Введите ссылку на вашу страницу профиля Beam"
457
 
458
+ #: inc/php/settings.php:249
459
  msgid "Enter the link to your Discord profile page"
460
  msgstr "Введите ссылку на вашу страницу профиля Discord"
461
 
462
+ #: inc/php/settings.php:255
463
  msgid "Enter the link to your Yelp profile page"
464
  msgstr "Введите ссылку на вашу страницу профиля Yelp"
465
 
466
+ #: inc/php/settings.php:261
467
  msgid "Enter the link to your VKontakte profile page"
468
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
469
 
470
+ #: inc/php/settings.php:267
471
  msgid "Enter the link to your Odnoklassniki profile page"
472
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
473
 
474
+ #: inc/php/settings.php:273
475
  msgid "Enter the link to your Telegram profile page"
476
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
477
 
478
+ #: inc/php/settings.php:279
479
  msgid "Enter the link to your GitHub profile page"
480
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
481
 
482
+ #: inc/php/settings.php:285
483
  msgid "Enter the link to your WordPress profile page"
484
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
485
 
486
+ #: inc/php/settings.php:291
487
  msgid "Enter the link to your CodePen profile page"
488
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
489
 
490
+ #: inc/php/settings.php:297
491
  msgid ""
492
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
493
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
496
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
497
  "профиля"
498
 
499
+ #: inc/php/settings.php:303
500
  msgid "Enter the link to your personal website"
501
  msgstr "Введите ссылку на ваш персональный сайт"
502
 
503
+ #: inc/php/settings.php:309
504
  msgid "Enter your email address with prefix <b>mailto:</b>"
505
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
506
 
507
+ #: inc/php/settings.php:315
508
  msgid "Enter the link to your RSS Feed"
509
  msgstr "Введите ссылку на ваш RSS поток"
510
 
511
+ #: inc/php/settings.php:319
512
  msgid ""
513
  "If you did not find the button you need, then tell me and I will gladly add "
514
  "it for you."
515
  msgstr ""
516
 
517
+ #: inc/php/settings.php:320 inc/php/settings.php:403
518
  msgid "Save Changes"
519
  msgstr "Сохранить изменения"
520
 
521
+ #: inc/php/settings.php:325
522
  msgid "Display options"
523
  msgstr "Настройки отображения"
524
 
525
+ #: inc/php/settings.php:327
526
  msgid "There you can configure this plugin."
527
  msgstr "Здесь вы можете настроить этот плагин."
528
 
529
+ #: inc/php/settings.php:331
530
  msgid "Show on Posts"
531
  msgstr "Показать в записях"
532
 
533
+ #: inc/php/settings.php:332
534
  msgid "Display toolbar below content on Posts."
535
  msgstr "Показывать кнопки под содержанием в записях"
536
 
537
+ #: inc/php/settings.php:336
538
  msgid "Show on Pages"
539
  msgstr "Показывать на страницах"
540
 
541
+ #: inc/php/settings.php:337
542
  msgid "Display toolbar below content on Pages."
543
  msgstr "Показывать кнопки под содержанием на страницах"
544
 
545
+ #: inc/php/settings.php:341
546
  msgid "Open in new tab"
547
  msgstr "Открыть в новой вкладке"
548
 
549
+ #: inc/php/settings.php:342
550
  msgid "Open link in a new tab/window."
551
  msgstr "Открыть ссылку в новом окне/вкладке"
552
 
553
+ #: inc/php/settings.php:346
554
  msgid "Tooltips"
555
  msgstr "Подсказки"
556
 
557
+ #: inc/php/settings.php:347
558
  msgid ""
559
  "Enable/disable a tooltips with name of the social media above every button."
560
  msgstr ""
561
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
562
  "каждой кнопкой."
563
 
564
+ #: inc/php/settings.php:351
565
  msgid "Icon size"
566
  msgstr "Размер иконки"
567
 
568
+ #: inc/php/settings.php:352
569
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
570
  msgstr ""
571
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
572
 
573
+ #: inc/php/settings.php:358
574
  msgid "Margin"
575
  msgstr "Отступ"
576
 
577
+ #: inc/php/settings.php:359
578
  msgid ""
579
  "Enter the size of space (in px) between icons in your social media buttons "
580
  "toolbar."
582
  "Введите размер пространства (в пикселях) между иконками для вашей панели "
583
  "социальных медиа кнопок."
584
 
585
+ #: inc/php/settings.php:375
586
  msgid "Alignment"
587
  msgstr "Выравнивание"
588
 
589
+ #: inc/php/settings.php:381
590
  msgid "Left"
591
  msgstr "Слева"
592
 
593
+ #: inc/php/settings.php:385
594
  msgid "Center"
595
  msgstr "По центру"
596
 
597
+ #: inc/php/settings.php:389
598
  msgid "Right"
599
  msgstr "Справа"
600
 
601
+ #: inc/php/settings.php:396
602
  msgid "Caption"
603
  msgstr "Заголовок"
604
 
605
+ #: inc/php/settings.php:397
606
  msgid ""
607
  "Enter the caption to your social media buttons toolbar. It will be displays "
608
  "before the toolbar."
610
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
611
  "над панелью."
612
 
613
+ #: inc/php/settings.php:408
614
  msgid "Preview"
615
  msgstr "Предварительный просмотр"
616
 
617
+ #: inc/php/settings.php:410
618
  msgid "Click the \"Save Changes\" button to update this preview."
619
  msgstr ""
620
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
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-07 13:26+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -67,11 +67,11 @@ msgstr ""
67
  msgid "F.A.Q."
68
  msgstr ""
69
 
70
- #: inc/php/page.php:43 inc/php/page.php:168
71
  msgid "Author"
72
  msgstr ""
73
 
74
- #: inc/php/page.php:44 inc/php/page.php:177 inc/php/settings.php:28 inc/php/settings.php:410
75
  msgid "Support"
76
  msgstr ""
77
 
@@ -120,43 +120,43 @@ msgstr ""
120
 
121
  #: inc/php/page.php:73
122
  msgid ""
123
- "<b>D)</b> For add the buttons directly to a theme files, just add one of the following code (both "
124
- "variants do the same) to needed place (where you want to display the buttons) in your theme files:"
125
  msgstr ""
126
 
127
- #: inc/php/page.php:77
128
  msgid "Enjoy your fancy social media follow buttons."
129
  msgstr ""
130
 
131
- #: inc/php/page.php:77
132
  msgid "It's that simple!"
133
  msgstr ""
134
 
135
- #: inc/php/page.php:79 inc/php/settings.php:313
136
  msgid "Note!"
137
  msgstr ""
138
 
139
- #: inc/php/page.php:79
140
  msgid "If you want more options then tell me and I will be happy to add it."
141
  msgstr ""
142
 
143
- #: inc/php/page.php:88
144
  msgid "Frequently Asked Questions"
145
  msgstr ""
146
 
147
- #: inc/php/page.php:110
148
  msgid "Will this plugin work on my WordPress.COM website?"
149
  msgstr ""
150
 
151
- #: inc/php/page.php:111
152
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
153
  msgstr ""
154
 
155
- #: inc/php/page.php:113
156
  msgid "Can I use this plugin on my language?"
157
  msgstr ""
158
 
159
- #: inc/php/page.php:115
160
  #, php-format
161
  msgid ""
162
  "Yes. But If your language is not available then you can make one. This plugin is ready for "
@@ -166,50 +166,50 @@ msgid ""
166
  "translation within the next plugin update."
167
  msgstr ""
168
 
169
- #: inc/php/page.php:120
170
  msgid "How does it work?"
171
  msgstr ""
172
 
173
- #: inc/php/page.php:121
174
  msgid ""
175
  "On the \"Settings\" tab, select the desired settings and click the \"Save Changes\" button. Enjoy "
176
  "your fancy social media follow buttons. It's that simple!"
177
  msgstr ""
178
 
179
- #: inc/php/page.php:123
180
  msgid "Does this plugin requires any modification of the theme?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:124
184
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
185
  msgstr ""
186
 
187
- #: inc/php/page.php:126
188
  msgid "Does this require any knowledge of HTML or CSS?"
189
  msgstr ""
190
 
191
- #: inc/php/page.php:127
192
  msgid ""
193
  "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-"
194
  "use plugin settings page."
195
  msgstr ""
196
 
197
- #: inc/php/page.php:129
198
  msgid ""
199
  "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
200
  msgstr ""
201
 
202
- #: inc/php/page.php:130
203
  msgid ""
204
  "The images that uses in this plugin are already compressed, but I will do my best to find out what "
205
  "else can be done with the images in order to compress them even better."
206
  msgstr ""
207
 
208
- #: inc/php/page.php:132
209
  msgid "It's not working. What could be wrong?"
210
  msgstr ""
211
 
212
- #: inc/php/page.php:133
213
  msgid ""
214
  "As with every plugin, it's possible that things don't work. The most common reason for this is a "
215
  "web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
@@ -217,7 +217,7 @@ msgid ""
217
  "browser's cache may solve the problem."
218
  msgstr ""
219
 
220
- #: inc/php/page.php:134
221
  msgid ""
222
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the "
223
  "plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
@@ -225,31 +225,31 @@ msgid ""
225
  "seen."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:136
229
  msgid "Where to report bug if found?"
230
  msgstr ""
231
 
232
- #: inc/php/page.php:138
233
  #, php-format
234
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
235
  msgstr ""
236
 
237
- #: inc/php/page.php:144
238
  msgid "Where to share any ideas or suggestions to make the plugin better?"
239
  msgstr ""
240
 
241
- #: inc/php/page.php:146
242
  #, php-format
243
  msgid ""
244
  "Any suggestions are very welcome! Please send me an email to %s arthurgareginyan@gmail.com %s. "
245
  "Thank you!"
246
  msgstr ""
247
 
248
- #: inc/php/page.php:152
249
  msgid "I love this plugin! Can I help somehow?"
250
  msgstr ""
251
 
252
- #: inc/php/page.php:154
253
  #, php-format
254
  msgid ""
255
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
@@ -265,17 +265,17 @@ msgid ""
265
  "This plugin allows you to easily add the social media buttons toolbar to any place of your website."
266
  msgstr ""
267
 
268
- #: inc/php/settings.php:30 inc/php/settings.php:412
269
  msgid ""
270
  "I'm an independent developer, without a regular income, so every little contribution helps cover my "
271
  "costs and lets me spend more time building things for people like you to enjoy."
272
  msgstr ""
273
 
274
- #: inc/php/settings.php:31 inc/php/settings.php:413
275
  msgid "Donate with PayPal"
276
  msgstr ""
277
 
278
- #: inc/php/settings.php:32 inc/php/settings.php:414
279
  msgid "Thanks for your support!"
280
  msgstr ""
281
 
@@ -343,221 +343,225 @@ msgid "Enter the link to your LinkedIn profile page"
343
  msgstr ""
344
 
345
  #: inc/php/settings.php:135
346
- msgid "Enter the link to your XING profile page"
347
  msgstr ""
348
 
349
  #: inc/php/settings.php:141
350
- msgid "Enter the link to your Pinterest profile page"
351
  msgstr ""
352
 
353
  #: inc/php/settings.php:147
354
- msgid "Enter the link to your Tumblr profile page"
355
  msgstr ""
356
 
357
  #: inc/php/settings.php:153
358
- msgid "Enter the link to your Snapchat profile page"
359
  msgstr ""
360
 
361
  #: inc/php/settings.php:159
362
- msgid "Enter the link to your Twitch profile page"
363
  msgstr ""
364
 
365
  #: inc/php/settings.php:165
366
- msgid "Enter the link to your Patreon profile page"
367
  msgstr ""
368
 
369
  #: inc/php/settings.php:171
370
- msgid "Enter the link to your IMDb profile page"
371
  msgstr ""
372
 
373
  #: inc/php/settings.php:177
374
- msgid "Enter the link to your SoundCloud profile page"
375
  msgstr ""
376
 
377
  #: inc/php/settings.php:183
378
- msgid "Enter the link to your Spotify profile page"
379
  msgstr ""
380
 
381
  #: inc/php/settings.php:189
382
- msgid "Enter the link to your Bandcamp profile page"
383
  msgstr ""
384
 
385
  #: inc/php/settings.php:195
386
- msgid "Enter the link to your Dloky profile page"
387
  msgstr ""
388
 
389
  #: inc/php/settings.php:201
390
- msgid "Enter the link to your Amazon profile page"
391
  msgstr ""
392
 
393
  #: inc/php/settings.php:207
394
- msgid "Enter the link to your BookBub profile page"
395
  msgstr ""
396
 
397
  #: inc/php/settings.php:213
398
- msgid "Enter the link to your Goodreads profile page"
399
  msgstr ""
400
 
401
  #: inc/php/settings.php:219
402
- msgid "Enter the link to your MeetVibe profile page"
403
  msgstr ""
404
 
405
  #: inc/php/settings.php:225
406
- msgid "Enter the link to your Meetup profile page"
407
  msgstr ""
408
 
409
  #: inc/php/settings.php:231
410
- msgid "Enter the link to your Steam profile page"
411
  msgstr ""
412
 
413
  #: inc/php/settings.php:237
414
- msgid "Enter the link to your Beam profile page"
415
  msgstr ""
416
 
417
  #: inc/php/settings.php:243
418
- msgid "Enter the link to your Discord profile page"
419
  msgstr ""
420
 
421
  #: inc/php/settings.php:249
422
- msgid "Enter the link to your Yelp profile page"
423
  msgstr ""
424
 
425
  #: inc/php/settings.php:255
426
- msgid "Enter the link to your VKontakte profile page"
427
  msgstr ""
428
 
429
  #: inc/php/settings.php:261
430
- msgid "Enter the link to your Odnoklassniki profile page"
431
  msgstr ""
432
 
433
  #: inc/php/settings.php:267
434
- msgid "Enter the link to your Telegram profile page"
435
  msgstr ""
436
 
437
  #: inc/php/settings.php:273
438
- msgid "Enter the link to your GitHub profile page"
439
  msgstr ""
440
 
441
  #: inc/php/settings.php:279
442
- msgid "Enter the link to your WordPress profile page"
443
  msgstr ""
444
 
445
  #: inc/php/settings.php:285
446
- msgid "Enter the link to your CodePen profile page"
447
  msgstr ""
448
 
449
  #: inc/php/settings.php:291
 
 
 
 
450
  msgid ""
451
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?"
452
  "chat</b>, or <b>?userinfo</b> for view profile"
453
  msgstr ""
454
 
455
- #: inc/php/settings.php:297
456
  msgid "Enter the link to your personal website"
457
  msgstr ""
458
 
459
- #: inc/php/settings.php:303
460
  msgid "Enter your email address with prefix <b>mailto:</b>"
461
  msgstr ""
462
 
463
- #: inc/php/settings.php:309
464
  msgid "Enter the link to your RSS Feed"
465
  msgstr ""
466
 
467
- #: inc/php/settings.php:313
468
  msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
469
  msgstr ""
470
 
471
- #: inc/php/settings.php:314 inc/php/settings.php:397
472
  msgid "Save Changes"
473
  msgstr ""
474
 
475
- #: inc/php/settings.php:319
476
  msgid "Display options"
477
  msgstr ""
478
 
479
- #: inc/php/settings.php:321
480
  msgid "There you can configure this plugin."
481
  msgstr ""
482
 
483
- #: inc/php/settings.php:325
484
  msgid "Show on Posts"
485
  msgstr ""
486
 
487
- #: inc/php/settings.php:326
488
  msgid "Display toolbar below content on Posts."
489
  msgstr ""
490
 
491
- #: inc/php/settings.php:330
492
  msgid "Show on Pages"
493
  msgstr ""
494
 
495
- #: inc/php/settings.php:331
496
  msgid "Display toolbar below content on Pages."
497
  msgstr ""
498
 
499
- #: inc/php/settings.php:335
500
  msgid "Open in new tab"
501
  msgstr ""
502
 
503
- #: inc/php/settings.php:336
504
  msgid "Open link in a new tab/window."
505
  msgstr ""
506
 
507
- #: inc/php/settings.php:340
508
  msgid "Tooltips"
509
  msgstr ""
510
 
511
- #: inc/php/settings.php:341
512
  msgid "Enable/disable a tooltips with name of the social media above every button."
513
  msgstr ""
514
 
515
- #: inc/php/settings.php:345
516
  msgid "Icon size"
517
  msgstr ""
518
 
519
- #: inc/php/settings.php:346
520
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
521
  msgstr ""
522
 
523
- #: inc/php/settings.php:352
524
  msgid "Margin"
525
  msgstr ""
526
 
527
- #: inc/php/settings.php:353
528
  msgid "Enter the size of space (in px) between icons in your social media buttons toolbar."
529
  msgstr ""
530
 
531
- #: inc/php/settings.php:369
532
  msgid "Alignment"
533
  msgstr ""
534
 
535
- #: inc/php/settings.php:375
536
  msgid "Left"
537
  msgstr ""
538
 
539
- #: inc/php/settings.php:379
540
  msgid "Center"
541
  msgstr ""
542
 
543
- #: inc/php/settings.php:383
544
  msgid "Right"
545
  msgstr ""
546
 
547
- #: inc/php/settings.php:390
548
  msgid "Caption"
549
  msgstr ""
550
 
551
- #: inc/php/settings.php:391
552
  msgid ""
553
  "Enter the caption to your social media buttons toolbar. It will be displays before the toolbar."
554
  msgstr ""
555
 
556
- #: inc/php/settings.php:402
557
  msgid "Preview"
558
  msgstr ""
559
 
560
- #: inc/php/settings.php:404
561
  msgid "Click the \"Save Changes\" button to update this preview."
562
  msgstr ""
563
 
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-10 15:17+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
67
  msgid "F.A.Q."
68
  msgstr ""
69
 
70
+ #: inc/php/page.php:43 inc/php/page.php:167
71
  msgid "Author"
72
  msgstr ""
73
 
74
+ #: inc/php/page.php:44 inc/php/page.php:176 inc/php/settings.php:28 inc/php/settings.php:416
75
  msgid "Support"
76
  msgstr ""
77
 
120
 
121
  #: inc/php/page.php:73
122
  msgid ""
123
+ "<b>D)</b> For add the buttons directly to a theme files, just add the following code to needed "
124
+ "place (where you want to display the buttons) in your theme files:"
125
  msgstr ""
126
 
127
+ #: inc/php/page.php:76
128
  msgid "Enjoy your fancy social media follow buttons."
129
  msgstr ""
130
 
131
+ #: inc/php/page.php:76
132
  msgid "It's that simple!"
133
  msgstr ""
134
 
135
+ #: inc/php/page.php:78 inc/php/settings.php:319
136
  msgid "Note!"
137
  msgstr ""
138
 
139
+ #: inc/php/page.php:78
140
  msgid "If you want more options then tell me and I will be happy to add it."
141
  msgstr ""
142
 
143
+ #: inc/php/page.php:87
144
  msgid "Frequently Asked Questions"
145
  msgstr ""
146
 
147
+ #: inc/php/page.php:109
148
  msgid "Will this plugin work on my WordPress.COM website?"
149
  msgstr ""
150
 
151
+ #: inc/php/page.php:110
152
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
153
  msgstr ""
154
 
155
+ #: inc/php/page.php:112
156
  msgid "Can I use this plugin on my language?"
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:114
160
  #, php-format
161
  msgid ""
162
  "Yes. But If your language is not available then you can make one. This plugin is ready for "
166
  "translation within the next plugin update."
167
  msgstr ""
168
 
169
+ #: inc/php/page.php:119
170
  msgid "How does it work?"
171
  msgstr ""
172
 
173
+ #: inc/php/page.php:120
174
  msgid ""
175
  "On the \"Settings\" tab, select the desired settings and click the \"Save Changes\" button. Enjoy "
176
  "your fancy social media follow buttons. It's that simple!"
177
  msgstr ""
178
 
179
+ #: inc/php/page.php:122
180
  msgid "Does this plugin requires any modification of the theme?"
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:123
184
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:125
188
  msgid "Does this require any knowledge of HTML or CSS?"
189
  msgstr ""
190
 
191
+ #: inc/php/page.php:126
192
  msgid ""
193
  "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-"
194
  "use plugin settings page."
195
  msgstr ""
196
 
197
+ #: inc/php/page.php:128
198
  msgid ""
199
  "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
200
  msgstr ""
201
 
202
+ #: inc/php/page.php:129
203
  msgid ""
204
  "The images that uses in this plugin are already compressed, but I will do my best to find out what "
205
  "else can be done with the images in order to compress them even better."
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:131
209
  msgid "It's not working. What could be wrong?"
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:132
213
  msgid ""
214
  "As with every plugin, it's possible that things don't work. The most common reason for this is a "
215
  "web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
217
  "browser's cache may solve the problem."
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:133
221
  msgid ""
222
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the "
223
  "plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
225
  "seen."
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:135
229
  msgid "Where to report bug if found?"
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:137
233
  #, php-format
234
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
235
  msgstr ""
236
 
237
+ #: inc/php/page.php:143
238
  msgid "Where to share any ideas or suggestions to make the plugin better?"
239
  msgstr ""
240
 
241
+ #: inc/php/page.php:145
242
  #, php-format
243
  msgid ""
244
  "Any suggestions are very welcome! Please send me an email to %s arthurgareginyan@gmail.com %s. "
245
  "Thank you!"
246
  msgstr ""
247
 
248
+ #: inc/php/page.php:151
249
  msgid "I love this plugin! Can I help somehow?"
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:153
253
  #, php-format
254
  msgid ""
255
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
265
  "This plugin allows you to easily add the social media buttons toolbar to any place of your website."
266
  msgstr ""
267
 
268
+ #: inc/php/settings.php:30 inc/php/settings.php:418
269
  msgid ""
270
  "I'm an independent developer, without a regular income, so every little contribution helps cover my "
271
  "costs and lets me spend more time building things for people like you to enjoy."
272
  msgstr ""
273
 
274
+ #: inc/php/settings.php:31 inc/php/settings.php:419
275
  msgid "Donate with PayPal"
276
  msgstr ""
277
 
278
+ #: inc/php/settings.php:32 inc/php/settings.php:420
279
  msgid "Thanks for your support!"
280
  msgstr ""
281
 
343
  msgstr ""
344
 
345
  #: inc/php/settings.php:135
346
+ msgid "Enter the link to your diaspora profile page"
347
  msgstr ""
348
 
349
  #: inc/php/settings.php:141
350
+ msgid "Enter the link to your XING profile page"
351
  msgstr ""
352
 
353
  #: inc/php/settings.php:147
354
+ msgid "Enter the link to your Pinterest profile page"
355
  msgstr ""
356
 
357
  #: inc/php/settings.php:153
358
+ msgid "Enter the link to your Tumblr profile page"
359
  msgstr ""
360
 
361
  #: inc/php/settings.php:159
362
+ msgid "Enter the link to your Snapchat profile page"
363
  msgstr ""
364
 
365
  #: inc/php/settings.php:165
366
+ msgid "Enter the link to your Twitch profile page"
367
  msgstr ""
368
 
369
  #: inc/php/settings.php:171
370
+ msgid "Enter the link to your Patreon profile page"
371
  msgstr ""
372
 
373
  #: inc/php/settings.php:177
374
+ msgid "Enter the link to your IMDb profile page"
375
  msgstr ""
376
 
377
  #: inc/php/settings.php:183
378
+ msgid "Enter the link to your SoundCloud profile page"
379
  msgstr ""
380
 
381
  #: inc/php/settings.php:189
382
+ msgid "Enter the link to your Spotify profile page"
383
  msgstr ""
384
 
385
  #: inc/php/settings.php:195
386
+ msgid "Enter the link to your Bandcamp profile page"
387
  msgstr ""
388
 
389
  #: inc/php/settings.php:201
390
+ msgid "Enter the link to your Dloky profile page"
391
  msgstr ""
392
 
393
  #: inc/php/settings.php:207
394
+ msgid "Enter the link to your Amazon profile page"
395
  msgstr ""
396
 
397
  #: inc/php/settings.php:213
398
+ msgid "Enter the link to your BookBub profile page"
399
  msgstr ""
400
 
401
  #: inc/php/settings.php:219
402
+ msgid "Enter the link to your Goodreads profile page"
403
  msgstr ""
404
 
405
  #: inc/php/settings.php:225
406
+ msgid "Enter the link to your MeetVibe profile page"
407
  msgstr ""
408
 
409
  #: inc/php/settings.php:231
410
+ msgid "Enter the link to your Meetup profile page"
411
  msgstr ""
412
 
413
  #: inc/php/settings.php:237
414
+ msgid "Enter the link to your Steam profile page"
415
  msgstr ""
416
 
417
  #: inc/php/settings.php:243
418
+ msgid "Enter the link to your Beam profile page"
419
  msgstr ""
420
 
421
  #: inc/php/settings.php:249
422
+ msgid "Enter the link to your Discord profile page"
423
  msgstr ""
424
 
425
  #: inc/php/settings.php:255
426
+ msgid "Enter the link to your Yelp profile page"
427
  msgstr ""
428
 
429
  #: inc/php/settings.php:261
430
+ msgid "Enter the link to your VKontakte profile page"
431
  msgstr ""
432
 
433
  #: inc/php/settings.php:267
434
+ msgid "Enter the link to your Odnoklassniki profile page"
435
  msgstr ""
436
 
437
  #: inc/php/settings.php:273
438
+ msgid "Enter the link to your Telegram profile page"
439
  msgstr ""
440
 
441
  #: inc/php/settings.php:279
442
+ msgid "Enter the link to your GitHub profile page"
443
  msgstr ""
444
 
445
  #: inc/php/settings.php:285
446
+ msgid "Enter the link to your WordPress profile page"
447
  msgstr ""
448
 
449
  #: inc/php/settings.php:291
450
+ msgid "Enter the link to your CodePen profile page"
451
+ msgstr ""
452
+
453
+ #: inc/php/settings.php:297
454
  msgid ""
455
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?"
456
  "chat</b>, or <b>?userinfo</b> for view profile"
457
  msgstr ""
458
 
459
+ #: inc/php/settings.php:303
460
  msgid "Enter the link to your personal website"
461
  msgstr ""
462
 
463
+ #: inc/php/settings.php:309
464
  msgid "Enter your email address with prefix <b>mailto:</b>"
465
  msgstr ""
466
 
467
+ #: inc/php/settings.php:315
468
  msgid "Enter the link to your RSS Feed"
469
  msgstr ""
470
 
471
+ #: inc/php/settings.php:319
472
  msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
473
  msgstr ""
474
 
475
+ #: inc/php/settings.php:320 inc/php/settings.php:403
476
  msgid "Save Changes"
477
  msgstr ""
478
 
479
+ #: inc/php/settings.php:325
480
  msgid "Display options"
481
  msgstr ""
482
 
483
+ #: inc/php/settings.php:327
484
  msgid "There you can configure this plugin."
485
  msgstr ""
486
 
487
+ #: inc/php/settings.php:331
488
  msgid "Show on Posts"
489
  msgstr ""
490
 
491
+ #: inc/php/settings.php:332
492
  msgid "Display toolbar below content on Posts."
493
  msgstr ""
494
 
495
+ #: inc/php/settings.php:336
496
  msgid "Show on Pages"
497
  msgstr ""
498
 
499
+ #: inc/php/settings.php:337
500
  msgid "Display toolbar below content on Pages."
501
  msgstr ""
502
 
503
+ #: inc/php/settings.php:341
504
  msgid "Open in new tab"
505
  msgstr ""
506
 
507
+ #: inc/php/settings.php:342
508
  msgid "Open link in a new tab/window."
509
  msgstr ""
510
 
511
+ #: inc/php/settings.php:346
512
  msgid "Tooltips"
513
  msgstr ""
514
 
515
+ #: inc/php/settings.php:347
516
  msgid "Enable/disable a tooltips with name of the social media above every button."
517
  msgstr ""
518
 
519
+ #: inc/php/settings.php:351
520
  msgid "Icon size"
521
  msgstr ""
522
 
523
+ #: inc/php/settings.php:352
524
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
525
  msgstr ""
526
 
527
+ #: inc/php/settings.php:358
528
  msgid "Margin"
529
  msgstr ""
530
 
531
+ #: inc/php/settings.php:359
532
  msgid "Enter the size of space (in px) between icons in your social media buttons toolbar."
533
  msgstr ""
534
 
535
+ #: inc/php/settings.php:375
536
  msgid "Alignment"
537
  msgstr ""
538
 
539
+ #: inc/php/settings.php:381
540
  msgid "Left"
541
  msgstr ""
542
 
543
+ #: inc/php/settings.php:385
544
  msgid "Center"
545
  msgstr ""
546
 
547
+ #: inc/php/settings.php:389
548
  msgid "Right"
549
  msgstr ""
550
 
551
+ #: inc/php/settings.php:396
552
  msgid "Caption"
553
  msgstr ""
554
 
555
+ #: inc/php/settings.php:397
556
  msgid ""
557
  "Enter the caption to your social media buttons toolbar. It will be displays before the toolbar."
558
  msgstr ""
559
 
560
+ #: inc/php/settings.php:408
561
  msgid "Preview"
562
  msgstr ""
563
 
564
+ #: inc/php/settings.php:410
565
  msgid "Click the \"Save Changes\" button to update this preview."
566
  msgstr ""
567
 
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, twitter, instagram, google plus, youtube, vimeo, blogger, livejournal, linkedIn, 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.2
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -34,7 +34,7 @@ It give you finer control over buttons. You can configure they on plugins settin
34
 
35
  * Beautiful icons
36
  * Preview on plugin settings page
37
- * Bootstrap Tooltips with name of the social media above every button
38
  * Shortcode for add social media follow buttons from Post/Page Editor
39
  * PHP/HTML code for add social media follow buttons directly in your theme files
40
  * And much, much more!
@@ -50,6 +50,7 @@ It give you finer control over buttons. You can configure they on plugins settin
50
  * Vimeo
51
  * Blogger
52
  * LinkedIn
 
53
  * XING
54
  * LiveJournal
55
  * Reddit
@@ -198,6 +199,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
198
 
199
  == Changelog ==
200
 
 
 
 
201
  = 4.2 =
202
  * The design of the plugin settings page is completely redone.
203
  * Added option for the Beam.pro button.
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, twitter, instagram, google plus, youtube, vimeo, blogger, livejournal, linkedIn, diaspora, 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.3
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
34
 
35
  * Beautiful icons
36
  * Preview on plugin settings page
37
+ * Tooltips with name of the social media above every button
38
  * Shortcode for add social media follow buttons from Post/Page Editor
39
  * PHP/HTML code for add social media follow buttons directly in your theme files
40
  * And much, much more!
50
  * Vimeo
51
  * Blogger
52
  * LinkedIn
53
+ * diaspora
54
  * XING
55
  * LiveJournal
56
  * Reddit
199
 
200
  == Changelog ==
201
 
202
+ = 4.3 =
203
+ * Added option for the diaspora button.
204
+
205
  = 4.2 =
206
  * The design of the plugin settings page is completely redone.
207
  * Added option for the Beam.pro button.
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.2
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
@@ -62,7 +62,7 @@ defined('SMEDIABT_BASE') or define('SMEDIABT_BASE', plugin_basename(__FILE__));
62
  defined('SMEDIABT_URL') or define('SMEDIABT_URL', plugin_dir_url(__FILE__));
63
  defined('SMEDIABT_PATH') or define('SMEDIABT_PATH', plugin_dir_path(__FILE__));
64
  defined('SMEDIABT_TEXT') or define('SMEDIABT_TEXT', 'social-media-buttons-toolbar');
65
- defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '4.2');
66
 
67
  /**
68
  * Load the plugin modules
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.3
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
62
  defined('SMEDIABT_URL') or define('SMEDIABT_URL', plugin_dir_url(__FILE__));
63
  defined('SMEDIABT_PATH') or define('SMEDIABT_PATH', plugin_dir_path(__FILE__));
64
  defined('SMEDIABT_TEXT') or define('SMEDIABT_TEXT', 'social-media-buttons-toolbar');
65
+ defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '4.3');
66
 
67
  /**
68
  * Load the plugin modules