Version Description
- Apr 9, 2019 =
- Improvement: The options on the plugin settings page are better named, described, sorted and grouped.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 4.54 |
Comparing to | |
See all releases |
Code changes from version 4.53 to 4.54
- inc/js/admin.js +2 -2
- inc/php/tabs/settings.php +16 -8
- languages/social-media-buttons-toolbar-de_DE.mo +0 -0
- languages/social-media-buttons-toolbar-de_DE.po +20 -16
- languages/social-media-buttons-toolbar-es_ES.mo +0 -0
- languages/social-media-buttons-toolbar-es_ES.po +21 -17
- languages/social-media-buttons-toolbar-fr_FR.mo +0 -0
- languages/social-media-buttons-toolbar-fr_FR.po +19 -15
- languages/social-media-buttons-toolbar-nl_NL.mo +0 -0
- languages/social-media-buttons-toolbar-nl_NL.po +19 -15
- languages/social-media-buttons-toolbar-ru_RU.mo +0 -0
- languages/social-media-buttons-toolbar-ru_RU.po +19 -15
- languages/social-media-buttons-toolbar.pot +18 -14
- readme.txt +5 -2
- social-media-buttons-toolbar.php +1 -1
inc/js/admin.js
CHANGED
@@ -52,9 +52,9 @@ jQuery(document).ready(function($) {
|
|
52 |
});
|
53 |
|
54 |
// Show/hide fields
|
55 |
-
$('#buttons .control-checkbox input').change(function() {
|
56 |
var this_class = $(this).parent('.control-checkbox').attr('id') + '-url';
|
57 |
-
$('#button-links .' + this_class).toggle();
|
58 |
});
|
59 |
|
60 |
// Live preview
|
52 |
});
|
53 |
|
54 |
// Show/hide fields
|
55 |
+
$('#options-group-buttons .control-checkbox input').change(function() {
|
56 |
var this_class = $(this).parent('.control-checkbox').attr('id') + '-url';
|
57 |
+
$('#options-group-button-links .' + this_class).toggle();
|
58 |
});
|
59 |
|
60 |
// Live preview
|
inc/php/tabs/settings.php
CHANGED
@@ -23,7 +23,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
23 |
</button>
|
24 |
<!-- END SUBMIT -->
|
25 |
|
26 |
-
<div class="postbox" id="buttons">
|
27 |
<h3 class="title"><?php _e( 'Buttons', $plugin['text'] ); ?></h3>
|
28 |
<div class="inside">
|
29 |
<p class="note"><?php _e( 'Here you can select the buttons that you want to have in your social media follow buttons bar.', $plugin['text'] ); ?></p>
|
@@ -35,7 +35,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
35 |
__( 'Social media buttons', $plugin['text'] ),
|
36 |
__( 'Mark the desired buttons to add it to your social media follow buttons bar.', $plugin['text'] )
|
37 |
);
|
38 |
-
|
39 |
$buttons_additional = spacexchimp_p005_get_media_pairs_additional();
|
40 |
spacexchimp_p005_control_checkbox( 'buttons-selected',
|
41 |
$buttons_additional,
|
@@ -47,7 +47,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
47 |
</div>
|
48 |
</div>
|
49 |
|
50 |
-
<div class="postbox" id="button-links">
|
51 |
<h3 class="title"><?php _e( 'Buttons URL', $plugin['text'] ); ?></h3>
|
52 |
<div class="inside">
|
53 |
<p class="note"><?php _e( 'Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above.', $plugin['text'] ); ?></p>
|
@@ -74,7 +74,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
74 |
</div>
|
75 |
</div>
|
76 |
|
77 |
-
<div class="postbox" id="display">
|
78 |
<h3 class="title"><?php _e( 'Display options', $plugin['text'] ); ?></h3>
|
79 |
<div class="inside">
|
80 |
<p class="note"><?php _e( 'Here you can customize the display of your social media follow buttons bar.', $plugin['text'] ); ?></p>
|
@@ -122,9 +122,17 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
122 |
__( 'Tooltips', $plugin['text'] ),
|
123 |
__( 'Enable tooltips with the name of social media that will be displayed next to each button.', $plugin['text'] )
|
124 |
);
|
125 |
-
|
126 |
-
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
spacexchimp_p005_control_switch( 'show_posts',
|
129 |
__( 'Show on Posts', $plugin['text'] ),
|
130 |
__( 'Automatically display the buttons bar below content on Posts.', $plugin['text'] )
|
@@ -144,7 +152,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
144 |
|
145 |
<!-- PREVIEW -->
|
146 |
<div class="postbox" id="preview">
|
147 |
-
<h3 class="title"><?php _e( 'Live
|
148 |
<div class="inside">
|
149 |
<p class="note"><?php _e( 'Click the "Save changes" button to update this preview.', $plugin['text'] ); ?></p><br>
|
150 |
<?php echo spacexchimp_p005_shortcode(); ?>
|
23 |
</button>
|
24 |
<!-- END SUBMIT -->
|
25 |
|
26 |
+
<div class="postbox" id="options-group-buttons">
|
27 |
<h3 class="title"><?php _e( 'Buttons', $plugin['text'] ); ?></h3>
|
28 |
<div class="inside">
|
29 |
<p class="note"><?php _e( 'Here you can select the buttons that you want to have in your social media follow buttons bar.', $plugin['text'] ); ?></p>
|
35 |
__( 'Social media buttons', $plugin['text'] ),
|
36 |
__( 'Mark the desired buttons to add it to your social media follow buttons bar.', $plugin['text'] )
|
37 |
);
|
38 |
+
spacexchimp_p005_control_separator();
|
39 |
$buttons_additional = spacexchimp_p005_get_media_pairs_additional();
|
40 |
spacexchimp_p005_control_checkbox( 'buttons-selected',
|
41 |
$buttons_additional,
|
47 |
</div>
|
48 |
</div>
|
49 |
|
50 |
+
<div class="postbox" id="options-group-button-links">
|
51 |
<h3 class="title"><?php _e( 'Buttons URL', $plugin['text'] ); ?></h3>
|
52 |
<div class="inside">
|
53 |
<p class="note"><?php _e( 'Fill in the fields below to add links that will lead directly to your profile pages in social media that you selected in the section above.', $plugin['text'] ); ?></p>
|
74 |
</div>
|
75 |
</div>
|
76 |
|
77 |
+
<div class="postbox" id="options-group-display">
|
78 |
<h3 class="title"><?php _e( 'Display options', $plugin['text'] ); ?></h3>
|
79 |
<div class="inside">
|
80 |
<p class="note"><?php _e( 'Here you can customize the display of your social media follow buttons bar.', $plugin['text'] ); ?></p>
|
122 |
__( 'Tooltips', $plugin['text'] ),
|
123 |
__( 'Enable tooltips with the name of social media that will be displayed next to each button.', $plugin['text'] )
|
124 |
);
|
125 |
+
?>
|
126 |
+
</table>
|
127 |
+
</div>
|
128 |
+
</div>
|
129 |
+
|
130 |
+
<div class="postbox" id="options-group-autoload">
|
131 |
+
<h3 class="title"><?php _e( 'Autoload', $plugin['text'] ); ?></h3>
|
132 |
+
<div class="inside">
|
133 |
+
<p class="note"><?php _e( 'Here you can configure the autoload.', $plugin['text'] ); ?></p>
|
134 |
+
<table class="form-table">
|
135 |
+
<?php
|
136 |
spacexchimp_p005_control_switch( 'show_posts',
|
137 |
__( 'Show on Posts', $plugin['text'] ),
|
138 |
__( 'Automatically display the buttons bar below content on Posts.', $plugin['text'] )
|
152 |
|
153 |
<!-- PREVIEW -->
|
154 |
<div class="postbox" id="preview">
|
155 |
+
<h3 class="title"><?php _e( 'Live preview', $plugin['text'] ); ?></h3>
|
156 |
<div class="inside">
|
157 |
<p class="note"><?php _e( 'Click the "Save changes" button to update this preview.', $plugin['text'] ); ?></p><br>
|
158 |
<?php echo spacexchimp_p005_shortcode(); ?>
|
languages/social-media-buttons-toolbar-de_DE.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-de_DE.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
@@ -103,7 +103,7 @@ msgstr "Verwendung"
|
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
107 |
msgid "Support"
|
108 |
msgstr "Unterstützung"
|
109 |
|
@@ -131,16 +131,16 @@ msgstr "Hilfe"
|
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
|
133 |
|
134 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
|
137 |
|
138 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
139 |
#: inc/php/tabs/support.php:21
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Spende mit PayPal"
|
142 |
|
143 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Danke für Ihre Unterstützung!"
|
146 |
|
@@ -523,7 +523,7 @@ msgstr ""
|
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
|
525 |
|
526 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
527 |
msgid "Save changes"
|
528 |
msgstr "Änderungen speichern"
|
529 |
|
@@ -635,31 +635,35 @@ msgstr "Tooltip"
|
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
|
637 |
|
638 |
-
#: inc/php/tabs/settings.php:
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/tabs/settings.php:
|
|
|
|
|
|
|
|
|
643 |
msgid "Show on Posts"
|
644 |
msgstr "In Posts anzeigen"
|
645 |
|
646 |
-
#: inc/php/tabs/settings.php:
|
647 |
msgid "Automatically display the buttons bar below content on Posts."
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: inc/php/tabs/settings.php:
|
651 |
msgid "Show on Pages"
|
652 |
msgstr "Auf Seiten anzeigen"
|
653 |
|
654 |
-
#: inc/php/tabs/settings.php:
|
655 |
msgid "Automatically display the buttons bar below content on Pages."
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: inc/php/tabs/settings.php:
|
659 |
-
msgid "Live
|
660 |
-
msgstr "Live
|
661 |
|
662 |
-
#: inc/php/tabs/settings.php:
|
663 |
msgid "Click the \"Save changes\" button to update this preview."
|
664 |
msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
|
665 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2019-04-09 12:05+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-04-09 12:05+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:165
|
107 |
msgid "Support"
|
108 |
msgstr "Unterstützung"
|
109 |
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
|
133 |
|
134 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:167
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
|
137 |
|
138 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:172
|
139 |
#: inc/php/tabs/support.php:21
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Spende mit PayPal"
|
142 |
|
143 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:174
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Danke für Ihre Unterstützung!"
|
146 |
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:150
|
527 |
msgid "Save changes"
|
528 |
msgstr "Änderungen speichern"
|
529 |
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:131
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:133
|
643 |
+
msgid "Here you can configure the autoload."
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: inc/php/tabs/settings.php:137
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "In Posts anzeigen"
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:138
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:141
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Auf Seiten anzeigen"
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:142
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:155
|
663 |
+
msgid "Live preview"
|
664 |
+
msgstr "Live vorschau"
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:157
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
|
669 |
|
languages/social-media-buttons-toolbar-es_ES.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
@@ -103,7 +103,7 @@ msgstr "Uso"
|
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "Preguntas ?"
|
105 |
|
106 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
107 |
msgid "Support"
|
108 |
msgstr "Soporte"
|
109 |
|
@@ -131,16 +131,16 @@ msgstr "Ayuda"
|
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
|
133 |
|
134 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
|
137 |
|
138 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
139 |
#: inc/php/tabs/support.php:21
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Donar con PayPal"
|
142 |
|
143 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "¡Gracias por tu apoyo!"
|
146 |
|
@@ -523,7 +523,7 @@ msgstr "Puede hacer su pregunta en %s esta página %s."
|
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
|
525 |
|
526 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
527 |
msgid "Save changes"
|
528 |
msgstr "Guardar cambios"
|
529 |
|
@@ -561,7 +561,7 @@ msgstr "Opciones de presentación"
|
|
561 |
|
562 |
#: inc/php/tabs/settings.php:80
|
563 |
msgid "Here you can customize the display of your social media follow buttons bar."
|
564 |
-
msgstr ""
|
565 |
|
566 |
#: inc/php/tabs/settings.php:84
|
567 |
msgid "Button size"
|
@@ -635,31 +635,35 @@ msgstr ""
|
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: inc/php/tabs/settings.php:
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/tabs/settings.php:
|
|
|
|
|
|
|
|
|
643 |
msgid "Show on Posts"
|
644 |
msgstr "Mostrar en Entradas"
|
645 |
|
646 |
-
#: inc/php/tabs/settings.php:
|
647 |
msgid "Automatically display the buttons bar below content on Posts."
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: inc/php/tabs/settings.php:
|
651 |
msgid "Show on Pages"
|
652 |
msgstr "Mostrar en Páginas"
|
653 |
|
654 |
-
#: inc/php/tabs/settings.php:
|
655 |
msgid "Automatically display the buttons bar below content on Pages."
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: inc/php/tabs/settings.php:
|
659 |
-
msgid "Live
|
660 |
-
msgstr "Vista
|
661 |
|
662 |
-
#: inc/php/tabs/settings.php:
|
663 |
msgid "Click the \"Save changes\" button to update this preview."
|
664 |
msgstr "Has clic en el botón \"Guardar cambios\" para actualizar esta vista previa."
|
665 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2019-04-09 12:05+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-04-09 12:05+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "Preguntas ?"
|
105 |
|
106 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:165
|
107 |
msgid "Support"
|
108 |
msgstr "Soporte"
|
109 |
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
|
133 |
|
134 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:167
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
|
137 |
|
138 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:172
|
139 |
#: inc/php/tabs/support.php:21
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Donar con PayPal"
|
142 |
|
143 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:174
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "¡Gracias por tu apoyo!"
|
146 |
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:150
|
527 |
msgid "Save changes"
|
528 |
msgstr "Guardar cambios"
|
529 |
|
561 |
|
562 |
#: inc/php/tabs/settings.php:80
|
563 |
msgid "Here you can customize the display of your social media follow buttons bar."
|
564 |
+
msgstr "Aquí puedes personalizar el display of your social media follow buttons bar."
|
565 |
|
566 |
#: inc/php/tabs/settings.php:84
|
567 |
msgid "Button size"
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:131
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:133
|
643 |
+
msgid "Here you can configure the autoload."
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: inc/php/tabs/settings.php:137
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "Mostrar en Entradas"
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:138
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:141
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Mostrar en Páginas"
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:142
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:155
|
663 |
+
msgid "Live preview"
|
664 |
+
msgstr "Vista previa"
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:157
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Has clic en el botón \"Guardar cambios\" para actualizar esta vista previa."
|
669 |
|
languages/social-media-buttons-toolbar-fr_FR.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-fr_FR.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
@@ -102,7 +102,7 @@ msgstr "Utilisation"
|
|
102 |
msgid "F.A.Q."
|
103 |
msgstr "FAQ."
|
104 |
|
105 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
106 |
msgid "Support"
|
107 |
msgstr "Support"
|
108 |
|
@@ -130,16 +130,16 @@ msgstr "Aide"
|
|
130 |
msgid "If you have a question, please read the information in the FAQ section."
|
131 |
msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
|
132 |
|
133 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
134 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
135 |
msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
|
136 |
|
137 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
138 |
#: inc/php/tabs/support.php:21
|
139 |
msgid "Donate with PayPal"
|
140 |
msgstr "Faire un don avec PayPal"
|
141 |
|
142 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
143 |
msgid "Thanks for your support!"
|
144 |
msgstr "Merci pour votre soutien!"
|
145 |
|
@@ -522,7 +522,7 @@ msgstr "Vous pouvez poser votre question sur %s cette page %s."
|
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
526 |
msgid "Save changes"
|
527 |
msgstr "Enregistrer les modifications"
|
528 |
|
@@ -634,31 +634,35 @@ msgstr ""
|
|
634 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: inc/php/tabs/settings.php:
|
638 |
msgid "Autoload"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: inc/php/tabs/settings.php:
|
|
|
|
|
|
|
|
|
642 |
msgid "Show on Posts"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: inc/php/tabs/settings.php:
|
646 |
msgid "Automatically display the buttons bar below content on Posts."
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: inc/php/tabs/settings.php:
|
650 |
msgid "Show on Pages"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: inc/php/tabs/settings.php:
|
654 |
msgid "Automatically display the buttons bar below content on Pages."
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: inc/php/tabs/settings.php:
|
658 |
-
msgid "Live
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: inc/php/tabs/settings.php:
|
662 |
msgid "Click the \"Save changes\" button to update this preview."
|
663 |
msgstr "Cliquez sur le bouton \"Enregistrer les modifications\" pour mettre à jour cet aperçu."
|
664 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2019-04-09 12:05+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-04-09 12:06+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
102 |
msgid "F.A.Q."
|
103 |
msgstr "FAQ."
|
104 |
|
105 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:165
|
106 |
msgid "Support"
|
107 |
msgstr "Support"
|
108 |
|
130 |
msgid "If you have a question, please read the information in the FAQ section."
|
131 |
msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
|
132 |
|
133 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:167
|
134 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
135 |
msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
|
136 |
|
137 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:172
|
138 |
#: inc/php/tabs/support.php:21
|
139 |
msgid "Donate with PayPal"
|
140 |
msgstr "Faire un don avec PayPal"
|
141 |
|
142 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:174
|
143 |
msgid "Thanks for your support!"
|
144 |
msgstr "Merci pour votre soutien!"
|
145 |
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:150
|
526 |
msgid "Save changes"
|
527 |
msgstr "Enregistrer les modifications"
|
528 |
|
634 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: inc/php/tabs/settings.php:131
|
638 |
msgid "Autoload"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: inc/php/tabs/settings.php:133
|
642 |
+
msgid "Here you can configure the autoload."
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: inc/php/tabs/settings.php:137
|
646 |
msgid "Show on Posts"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: inc/php/tabs/settings.php:138
|
650 |
msgid "Automatically display the buttons bar below content on Posts."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: inc/php/tabs/settings.php:141
|
654 |
msgid "Show on Pages"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: inc/php/tabs/settings.php:142
|
658 |
msgid "Automatically display the buttons bar below content on Pages."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: inc/php/tabs/settings.php:155
|
662 |
+
msgid "Live preview"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: inc/php/tabs/settings.php:157
|
666 |
msgid "Click the \"Save changes\" button to update this preview."
|
667 |
msgstr "Cliquez sur le bouton \"Enregistrer les modifications\" pour mettre à jour cet aperçu."
|
668 |
|
languages/social-media-buttons-toolbar-nl_NL.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-nl_NL.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
@@ -103,7 +103,7 @@ msgstr "Gebruik"
|
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
107 |
msgid "Support"
|
108 |
msgstr "Ondersteuning"
|
109 |
|
@@ -131,16 +131,16 @@ msgstr "Helpen"
|
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
|
133 |
|
134 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
139 |
#: inc/php/tabs/support.php:21
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Doneer via PayPal"
|
142 |
|
143 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Bedankt voor uw steun!"
|
146 |
|
@@ -523,7 +523,7 @@ msgstr "Je kunt je vraag op %s deze pagina %s stellen."
|
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
|
525 |
|
526 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
527 |
msgid "Save changes"
|
528 |
msgstr "Wijzigingen opslaan"
|
529 |
|
@@ -635,31 +635,35 @@ msgstr ""
|
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: inc/php/tabs/settings.php:
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/tabs/settings.php:
|
|
|
|
|
|
|
|
|
643 |
msgid "Show on Posts"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: inc/php/tabs/settings.php:
|
647 |
msgid "Automatically display the buttons bar below content on Posts."
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: inc/php/tabs/settings.php:
|
651 |
msgid "Show on Pages"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: inc/php/tabs/settings.php:
|
655 |
msgid "Automatically display the buttons bar below content on Pages."
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: inc/php/tabs/settings.php:
|
659 |
-
msgid "Live
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: inc/php/tabs/settings.php:
|
663 |
msgid "Click the \"Save changes\" button to update this preview."
|
664 |
msgstr ""
|
665 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2019-04-09 12:06+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-04-09 12:06+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:165
|
107 |
msgid "Support"
|
108 |
msgstr "Ondersteuning"
|
109 |
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
|
133 |
|
134 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:167
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:172
|
139 |
#: inc/php/tabs/support.php:21
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Doneer via PayPal"
|
142 |
|
143 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:174
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Bedankt voor uw steun!"
|
146 |
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:150
|
527 |
msgid "Save changes"
|
528 |
msgstr "Wijzigingen opslaan"
|
529 |
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:131
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:133
|
643 |
+
msgid "Here you can configure the autoload."
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: inc/php/tabs/settings.php:137
|
647 |
msgid "Show on Posts"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:138
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:141
|
655 |
msgid "Show on Pages"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:142
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:155
|
663 |
+
msgid "Live preview"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:157
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr ""
|
669 |
|
languages/social-media-buttons-toolbar-ru_RU.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-ru_RU.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
-
"PO-Revision-Date: 2019-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
@@ -103,7 +103,7 @@ msgstr "Применение"
|
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
107 |
msgid "Support"
|
108 |
msgstr "Поддержка"
|
109 |
|
@@ -131,16 +131,16 @@ msgstr "Помощь"
|
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
|
133 |
|
134 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
|
137 |
|
138 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
139 |
#: inc/php/tabs/support.php:21
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Пожертвовать через PayPal"
|
142 |
|
143 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Спасибо за вашу поддержку!"
|
146 |
|
@@ -523,7 +523,7 @@ msgstr "Вы можете задать ваш вопрос на %s этой ст
|
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
|
525 |
|
526 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
527 |
msgid "Save changes"
|
528 |
msgstr "Сохранить изменения"
|
529 |
|
@@ -635,31 +635,35 @@ msgstr "Подсказки"
|
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr "Включить всплывающие подсказки с именем социальных сетей над каждой кнопкой."
|
637 |
|
638 |
-
#: inc/php/tabs/settings.php:
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/tabs/settings.php:
|
|
|
|
|
|
|
|
|
643 |
msgid "Show on Posts"
|
644 |
msgstr "Показывать в записях"
|
645 |
|
646 |
-
#: inc/php/tabs/settings.php:
|
647 |
msgid "Automatically display the buttons bar below content on Posts."
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: inc/php/tabs/settings.php:
|
651 |
msgid "Show on Pages"
|
652 |
msgstr "Показывать на страницах"
|
653 |
|
654 |
-
#: inc/php/tabs/settings.php:
|
655 |
msgid "Automatically display the buttons bar below content on Pages."
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: inc/php/tabs/settings.php:
|
659 |
-
msgid "Live
|
660 |
msgstr "Просмотр в реальном времени"
|
661 |
|
662 |
-
#: inc/php/tabs/settings.php:
|
663 |
msgid "Click the \"Save changes\" button to update this preview."
|
664 |
msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
665 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2019-04-09 12:06+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-04-09 12:06+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:165
|
107 |
msgid "Support"
|
108 |
msgstr "Поддержка"
|
109 |
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
|
133 |
|
134 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:167
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
|
137 |
|
138 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:172
|
139 |
#: inc/php/tabs/support.php:21
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Пожертвовать через PayPal"
|
142 |
|
143 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:174
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Спасибо за вашу поддержку!"
|
146 |
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:150
|
527 |
msgid "Save changes"
|
528 |
msgstr "Сохранить изменения"
|
529 |
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr "Включить всплывающие подсказки с именем социальных сетей над каждой кнопкой."
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:131
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:133
|
643 |
+
msgid "Here you can configure the autoload."
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: inc/php/tabs/settings.php:137
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "Показывать в записях"
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:138
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:141
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Показывать на страницах"
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:142
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:155
|
663 |
+
msgid "Live preview"
|
664 |
msgstr "Просмотр в реальном времени"
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:157
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
669 |
|
languages/social-media-buttons-toolbar.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date: 2019-
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -101,7 +101,7 @@ msgstr ""
|
|
101 |
msgid "F.A.Q."
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
105 |
msgid "Support"
|
106 |
msgstr ""
|
107 |
|
@@ -129,16 +129,16 @@ msgstr ""
|
|
129 |
msgid "If you have a question, please read the information in the FAQ section."
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
133 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
137 |
#: inc/php/tabs/support.php:21
|
138 |
msgid "Donate with PayPal"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
142 |
msgid "Thanks for your support!"
|
143 |
msgstr ""
|
144 |
|
@@ -521,7 +521,7 @@ msgstr ""
|
|
521 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
525 |
msgid "Save changes"
|
526 |
msgstr ""
|
527 |
|
@@ -633,31 +633,35 @@ msgstr ""
|
|
633 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: inc/php/tabs/settings.php:
|
637 |
msgid "Autoload"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: inc/php/tabs/settings.php:
|
|
|
|
|
|
|
|
|
641 |
msgid "Show on Posts"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: inc/php/tabs/settings.php:
|
645 |
msgid "Automatically display the buttons bar below content on Posts."
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: inc/php/tabs/settings.php:
|
649 |
msgid "Show on Pages"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: inc/php/tabs/settings.php:
|
653 |
msgid "Automatically display the buttons bar below content on Pages."
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: inc/php/tabs/settings.php:
|
657 |
-
msgid "Live
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: inc/php/tabs/settings.php:
|
661 |
msgid "Click the \"Save changes\" button to update this preview."
|
662 |
msgstr ""
|
663 |
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2019-04-09 12:06+0300\n"
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
101 |
msgid "F.A.Q."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:165
|
105 |
msgid "Support"
|
106 |
msgstr ""
|
107 |
|
129 |
msgid "If you have a question, please read the information in the FAQ section."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:167
|
133 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:172
|
137 |
#: inc/php/tabs/support.php:21
|
138 |
msgid "Donate with PayPal"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:174
|
142 |
msgid "Thanks for your support!"
|
143 |
msgstr ""
|
144 |
|
521 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:150
|
525 |
msgid "Save changes"
|
526 |
msgstr ""
|
527 |
|
633 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: inc/php/tabs/settings.php:131
|
637 |
msgid "Autoload"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: inc/php/tabs/settings.php:133
|
641 |
+
msgid "Here you can configure the autoload."
|
642 |
+
msgstr ""
|
643 |
+
|
644 |
+
#: inc/php/tabs/settings.php:137
|
645 |
msgid "Show on Posts"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: inc/php/tabs/settings.php:138
|
649 |
msgid "Automatically display the buttons bar below content on Posts."
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: inc/php/tabs/settings.php:141
|
653 |
msgid "Show on Pages"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: inc/php/tabs/settings.php:142
|
657 |
msgid "Automatically display the buttons bar below content on Pages."
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: inc/php/tabs/settings.php:155
|
661 |
+
msgid "Live preview"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: inc/php/tabs/settings.php:157
|
665 |
msgid "Click the \"Save changes\" button to update this preview."
|
666 |
msgstr ""
|
667 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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, google-play, itunes, apple-music, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin, mediumg, 500px, behance, polyvore, yellowpages, line, itch, itch.io, mastodon, remind, trademe, vsco, hireology, kompoz, soundblend, stumbleupon, whatsapp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, askfm, ebay, hangouts, houzz, quora, steemit, theartstack, theknot, viber, etsy, tripadvisor, stackoverflow, stackexchange, bitbucket, dailypaintworks, flipboard, feedsfloor, gab, minds, wattpad, itunes podcasts, aboutme, group, stitcher, strava, wechat, weibo, blackberry-world, iheart, livestream, tunein, untappd, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -310,6 +310,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
310 |
|
311 |
== Changelog ==
|
312 |
|
|
|
|
|
|
|
313 |
= 4.53 - Mar 31, 2019 =
|
314 |
* Framework updated: Code formatting improved.
|
315 |
* Framework updated: Code commenting improved.
|
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, google-play, itunes, apple-music, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin, mediumg, 500px, behance, polyvore, yellowpages, line, itch, itch.io, mastodon, remind, trademe, vsco, hireology, kompoz, soundblend, stumbleupon, whatsapp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, askfm, ebay, hangouts, houzz, quora, steemit, theartstack, theknot, viber, etsy, tripadvisor, stackoverflow, stackexchange, bitbucket, dailypaintworks, flipboard, feedsfloor, gab, minds, wattpad, itunes podcasts, aboutme, group, stitcher, strava, wechat, weibo, blackberry-world, iheart, livestream, tunein, untappd, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
+
Tested up to: 5.2
|
7 |
+
Stable tag: 4.54
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
310 |
|
311 |
== Changelog ==
|
312 |
|
313 |
+
= 4.54 - Apr 9, 2019 =
|
314 |
+
* Improvement: The options on the plugin settings page are better named, described, sorted and grouped.
|
315 |
+
|
316 |
= 4.53 - Mar 31, 2019 =
|
317 |
* Framework updated: Code formatting improved.
|
318 |
* Framework updated: Code commenting improved.
|
social-media-buttons-toolbar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.54
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|