Version Description
- Added option for the Buzzsprout social network.
- Added option for the Periscope social network.
- F.A.Q. section updated.
- Code formatting improved.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 4.5 |
Comparing to | |
See all releases |
Code changes from version 4.4 to 4.5
- inc/img/social-media-icons/buzzsprout.png +0 -0
- inc/img/social-media-icons/periscope.png +0 -0
- inc/php/core.php +1 -1
- inc/php/enqueue.php +1 -1
- inc/php/functional.php +1 -1
- inc/php/messages.php +1 -1
- inc/php/page.php +11 -9
- inc/php/settings.php +16 -2
- inc/php/uninstall.php +1 -1
- inc/php/version.php +1 -1
- languages/social-media-buttons-toolbar-es_ES.mo +0 -0
- languages/social-media-buttons-toolbar-es_ES.po +125 -102
- languages/social-media-buttons-toolbar-ru_RU.mo +0 -0
- languages/social-media-buttons-toolbar-ru_RU.po +125 -102
- languages/social-media-buttons-toolbar.pot +122 -100
- readme.txt +18 -2
- social-media-buttons-toolbar.php +8 -8
inc/img/social-media-icons/buzzsprout.png
ADDED
Binary file
|
inc/img/social-media-icons/periscope.png
ADDED
Binary file
|
inc/php/core.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
-
defined('ABSPATH') or die("Restricted access!");
|
9 |
|
10 |
/**
|
11 |
* Register text domain
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
|
10 |
/**
|
11 |
* Register text domain
|
inc/php/enqueue.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
-
defined('ABSPATH') or die("Restricted access!");
|
9 |
|
10 |
/**
|
11 |
* Base for the _load_scripts hook & Dymamic CSS for the _load_scripts hook
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
|
10 |
/**
|
11 |
* Base for the _load_scripts hook & Dymamic CSS for the _load_scripts hook
|
inc/php/functional.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
-
defined('ABSPATH') or die("Restricted access!");
|
9 |
|
10 |
/**
|
11 |
* Render fields for saving social media data to BD
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
|
10 |
/**
|
11 |
* Render fields for saving social media data to BD
|
inc/php/messages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
-
defined('ABSPATH') or die("Restricted access!");
|
9 |
|
10 |
/**
|
11 |
* Hello message - Bootstrap Modal
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
|
10 |
/**
|
11 |
* Hello message - Bootstrap Modal
|
inc/php/page.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
-
defined('ABSPATH') or die("Restricted access!");
|
9 |
|
10 |
/**
|
11 |
* Render Settings Page
|
@@ -46,7 +46,6 @@ function smbtoolbar_render_submenu_page() {
|
|
46 |
</ul>
|
47 |
<!-- END-TABS NAVIGATION MENU -->
|
48 |
|
49 |
-
|
50 |
<!-- TAB 1 -->
|
51 |
<div class="tab-page fade active in" id="tab-core">
|
52 |
|
@@ -89,7 +88,7 @@ function smbtoolbar_render_submenu_page() {
|
|
89 |
|
90 |
<div class="panel-group" id="collapse-group">
|
91 |
<?php
|
92 |
-
$loopvalue = '
|
93 |
for ( $i = 1; $i <= $loopvalue; $i++ ) {
|
94 |
echo '<div class="panel panel-default">
|
95 |
<div class="panel-heading">
|
@@ -132,24 +131,27 @@ function smbtoolbar_render_submenu_page() {
|
|
132 |
<div class="answer-7"><?php _e( 'As with every plugin, it\'s possible that things don\'t work. The most common reason for this is a web browser\'s cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser\'s cache. Clearing your browser\'s cache may solve the problem.', SMEDIABT_TEXT ); ?><br><br>
|
133 |
<?php _e( 'It\'s impossible to tell what could be wrong exactly, but if you post a support request in the plugin\'s support forum on WordPress.org, I\'d be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.', SMEDIABT_TEXT ); ?></div>
|
134 |
|
135 |
-
<div class="question-8 question-red"><?php _e( '
|
136 |
-
<div class="answer-8"><?php
|
|
|
|
|
|
|
137 |
__( 'Please visit the %s Dedicated Plugin Page on GitHub %s and report.', SMEDIABT_TEXT ),
|
138 |
'<a href="https://github.com/ArthurGareginyan/social-media-buttons-toolbar" target="_blank">',
|
139 |
'</a>'
|
140 |
);
|
141 |
?></div>
|
142 |
|
143 |
-
<div class="question-
|
144 |
-
<div class="answer-
|
145 |
__( 'Any suggestions are very welcome! Please send me an email to %s arthurgareginyan@gmail.com %s. Thank you!', SMEDIABT_TEXT ),
|
146 |
'<a href="mailto:arthurgareginyan@gmail.com?subject=Social Media Follow Buttons Bar">',
|
147 |
'</a>'
|
148 |
);
|
149 |
?></div>
|
150 |
|
151 |
-
<div class="question-
|
152 |
-
<div class="answer-
|
153 |
__( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', SMEDIABT_TEXT ),
|
154 |
'<a href="http://www.arthurgareginyan.com/donate.html" target="_blank">',
|
155 |
'</a>'
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
|
10 |
/**
|
11 |
* Render Settings Page
|
46 |
</ul>
|
47 |
<!-- END-TABS NAVIGATION MENU -->
|
48 |
|
|
|
49 |
<!-- TAB 1 -->
|
50 |
<div class="tab-page fade active in" id="tab-core">
|
51 |
|
88 |
|
89 |
<div class="panel-group" id="collapse-group">
|
90 |
<?php
|
91 |
+
$loopvalue = '11';
|
92 |
for ( $i = 1; $i <= $loopvalue; $i++ ) {
|
93 |
echo '<div class="panel panel-default">
|
94 |
<div class="panel-heading">
|
131 |
<div class="answer-7"><?php _e( 'As with every plugin, it\'s possible that things don\'t work. The most common reason for this is a web browser\'s cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser\'s cache. Clearing your browser\'s cache may solve the problem.', SMEDIABT_TEXT ); ?><br><br>
|
132 |
<?php _e( 'It\'s impossible to tell what could be wrong exactly, but if you post a support request in the plugin\'s support forum on WordPress.org, I\'d be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.', SMEDIABT_TEXT ); ?></div>
|
133 |
|
134 |
+
<div class="question-8 question-red"><?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?', SMEDIABT_TEXT ); ?></div>
|
135 |
+
<div class="answer-8"><?php _e( 'This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website\'s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.', SMEDIABT_TEXT ); ?></div>
|
136 |
+
|
137 |
+
<div class="question-9 question-red"><?php _e( 'Where to report bug if found?', SMEDIABT_TEXT ); ?></div>
|
138 |
+
<div class="answer-9"><?php printf(
|
139 |
__( 'Please visit the %s Dedicated Plugin Page on GitHub %s and report.', SMEDIABT_TEXT ),
|
140 |
'<a href="https://github.com/ArthurGareginyan/social-media-buttons-toolbar" target="_blank">',
|
141 |
'</a>'
|
142 |
);
|
143 |
?></div>
|
144 |
|
145 |
+
<div class="question-10"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', SMEDIABT_TEXT ); ?></div>
|
146 |
+
<div class="answer-10"><?php printf(
|
147 |
__( 'Any suggestions are very welcome! Please send me an email to %s arthurgareginyan@gmail.com %s. Thank you!', SMEDIABT_TEXT ),
|
148 |
'<a href="mailto:arthurgareginyan@gmail.com?subject=Social Media Follow Buttons Bar">',
|
149 |
'</a>'
|
150 |
);
|
151 |
?></div>
|
152 |
|
153 |
+
<div class="question-11"><?php _e( 'I love this plugin! Can I help somehow?', SMEDIABT_TEXT ); ?></div>
|
154 |
+
<div class="answer-11"><?php printf(
|
155 |
__( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', SMEDIABT_TEXT ),
|
156 |
'<a href="http://www.arthurgareginyan.com/donate.html" target="_blank">',
|
157 |
'</a>'
|
inc/php/settings.php
CHANGED
@@ -5,12 +5,12 @@
|
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
-
defined('ABSPATH') or die("Restricted access!");
|
9 |
|
10 |
/**
|
11 |
* Render Settings Tab
|
12 |
*
|
13 |
-
* @since 4.
|
14 |
*/
|
15 |
?>
|
16 |
<!-- SIDEBAR -->
|
@@ -102,6 +102,13 @@ defined('ABSPATH') or die("Restricted access!");
|
|
102 |
'//gaming.youtube.com'
|
103 |
);
|
104 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
<?php smbtoolbar_media( 'vimeo',
|
106 |
'Vimeo',
|
107 |
'https://vimeo.com/YourUsernameHere',
|
@@ -116,6 +123,13 @@ defined('ABSPATH') or die("Restricted access!");
|
|
116 |
'//www.blogger.com'
|
117 |
);
|
118 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
<?php smbtoolbar_media( 'livejournal',
|
120 |
'LiveJournal',
|
121 |
'http://YourUsernameHere.livejournal.com',
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
|
10 |
/**
|
11 |
* Render Settings Tab
|
12 |
*
|
13 |
+
* @since 4.5
|
14 |
*/
|
15 |
?>
|
16 |
<!-- SIDEBAR -->
|
102 |
'//gaming.youtube.com'
|
103 |
);
|
104 |
?>
|
105 |
+
<?php smbtoolbar_media( 'periscope',
|
106 |
+
'Periscope',
|
107 |
+
'https://www.periscope.tv/YourUsernameHere',
|
108 |
+
__( 'Enter the link to your Periscope profile page', SMEDIABT_TEXT ),
|
109 |
+
'//www.periscope.tv'
|
110 |
+
);
|
111 |
+
?>
|
112 |
<?php smbtoolbar_media( 'vimeo',
|
113 |
'Vimeo',
|
114 |
'https://vimeo.com/YourUsernameHere',
|
123 |
'//www.blogger.com'
|
124 |
);
|
125 |
?>
|
126 |
+
<?php smbtoolbar_media( 'buzzsprout',
|
127 |
+
'Buzzsprout',
|
128 |
+
'https://www.buzzsprout.com/YourUsernameHere',
|
129 |
+
__( 'Enter the link to your Buzzsprout profile page', SMEDIABT_TEXT ),
|
130 |
+
'//www.buzzsprout.com'
|
131 |
+
);
|
132 |
+
?>
|
133 |
<?php smbtoolbar_media( 'livejournal',
|
134 |
'LiveJournal',
|
135 |
'http://YourUsernameHere.livejournal.com',
|
inc/php/uninstall.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
-
defined('ABSPATH') or die("Restricted access!");
|
9 |
|
10 |
/**
|
11 |
* Delete options on uninstall
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
|
10 |
/**
|
11 |
* Delete options on uninstall
|
inc/php/version.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
-
defined('ABSPATH') or die("Restricted access!");
|
9 |
|
10 |
/**
|
11 |
* Function for managing information about the version number of the plugin
|
5 |
*
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
9 |
|
10 |
/**
|
11 |
* Function for managing information about the version number of the plugin
|
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-
|
7 |
-
"PO-Revision-Date: 2017-05-
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: es\n"
|
@@ -61,7 +61,7 @@ msgstr ""
|
|
61 |
msgid "by %s Arthur Gareginyan %s"
|
62 |
msgstr "por %s Arthur Gareginyan %s"
|
63 |
|
64 |
-
#: inc/php/page.php:41 inc/php/page.php:
|
65 |
msgid "Usage"
|
66 |
msgstr "Uso"
|
67 |
|
@@ -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:
|
73 |
msgid "Author"
|
74 |
msgstr "Autor"
|
75 |
|
76 |
-
#: inc/php/page.php:44 inc/php/page.php:
|
77 |
-
#: inc/php/settings.php:
|
78 |
msgid "Support"
|
79 |
msgstr "Soporte"
|
80 |
|
@@ -82,37 +82,37 @@ msgstr "Soporte"
|
|
82 |
msgid "Family"
|
83 |
msgstr "Familia"
|
84 |
|
85 |
-
#: inc/php/page.php:
|
86 |
msgid ""
|
87 |
"To display the social media follow buttons bar on the front end of your website, "
|
88 |
"simply follow these steps:"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: inc/php/page.php:
|
92 |
msgid "Go to the \"Settings\" tab."
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: inc/php/page.php:
|
96 |
msgid ""
|
97 |
"Fill in the required fields, select the desired settings and click the \"Save "
|
98 |
"Changes\" button."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: inc/php/page.php:
|
102 |
msgid ""
|
103 |
"Now you have several methods for display the social media follow buttons bar "
|
104 |
"(further just \"buttons\"). Just choose the one that is more suitable for your "
|
105 |
"case."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: inc/php/page.php:
|
109 |
msgid ""
|
110 |
"<b>A)</b> For display the buttons below a content on every Posts or/and Pages, "
|
111 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section "
|
112 |
"\"Display options\", then click the \"Save Changes\" button."
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: inc/php/page.php:
|
116 |
msgid ""
|
117 |
"<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the "
|
118 |
"following shortcode:"
|
@@ -120,7 +120,7 @@ msgstr ""
|
|
120 |
"<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/"
|
121 |
"Páginas de Wordpress usa el siguiente shortcode:"
|
122 |
|
123 |
-
#: inc/php/page.php:
|
124 |
msgid ""
|
125 |
"<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the "
|
126 |
"\"Text\" widget and add inside it the following shortcode:"
|
@@ -128,47 +128,47 @@ msgstr ""
|
|
128 |
"<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, "
|
129 |
"u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
|
130 |
|
131 |
-
#: inc/php/page.php:
|
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:
|
138 |
msgid "Enjoy your fancy social media follow buttons."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "It's that simple!"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
msgid "Note!"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: inc/php/page.php:
|
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:
|
154 |
msgid "Frequently Asked Questions"
|
155 |
msgstr "Preguntas Frecuentes"
|
156 |
|
157 |
-
#: inc/php/page.php:
|
158 |
msgid "Will this plugin work on my WordPress.COM website?"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: inc/php/page.php:
|
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:
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: inc/php/page.php:
|
172 |
#, php-format
|
173 |
msgid ""
|
174 |
"Yes. But If your language is not available then you can make one. This plugin is "
|
@@ -179,53 +179,53 @@ msgid ""
|
|
179 |
"within the next plugin update."
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: inc/php/page.php:
|
183 |
msgid "How does it work?"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: inc/php/page.php:
|
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:
|
193 |
msgid "Does this plugin requires any modification of the theme?"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: inc/php/page.php:
|
197 |
msgid ""
|
198 |
"Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: inc/php/page.php:
|
202 |
msgid "Does this require any knowledge of HTML or CSS?"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: inc/php/page.php:
|
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:
|
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:
|
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:
|
225 |
msgid "It's not working. What could be wrong?"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: inc/php/page.php:
|
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,7 +234,7 @@ msgid ""
|
|
234 |
"the problem."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: inc/php/page.php:
|
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,31 +242,46 @@ msgid ""
|
|
242 |
"including a link to your website where the problem can be seen."
|
243 |
msgstr ""
|
244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
#: inc/php/page.php:135
|
246 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
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:
|
255 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: inc/php/page.php:
|
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:
|
266 |
msgid "I love this plugin! Can I help somehow?"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: inc/php/page.php:
|
270 |
#, php-format
|
271 |
msgid ""
|
272 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click "
|
@@ -285,7 +300,7 @@ msgstr ""
|
|
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:
|
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,11 +310,11 @@ msgstr ""
|
|
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:
|
299 |
msgid "Donate with PayPal"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: inc/php/settings.php:32 inc/php/settings.php:
|
303 |
msgid "Thanks for your support!"
|
304 |
msgstr "¡Gracias por su colaboración!"
|
305 |
|
@@ -350,138 +365,146 @@ msgid "Enter the link to your YouTube Gaming profile page"
|
|
350 |
msgstr "Ingresa el enlace a tu página de perfil de YouTube Gaming"
|
351 |
|
352 |
#: inc/php/settings.php:108
|
|
|
|
|
|
|
|
|
353 |
msgid "Enter the link to your Vimeo profile page"
|
354 |
msgstr "Ingresa el enlace a tu página de perfil de Vimeo"
|
355 |
|
356 |
-
#: inc/php/settings.php:
|
357 |
msgid "Enter the link to your Blogger profile page"
|
358 |
msgstr "Ingresa el enlace a tu página de perfil de Blogger"
|
359 |
|
360 |
-
#: inc/php/settings.php:
|
|
|
|
|
|
|
|
|
361 |
msgid "Enter the link to your LiveJournal profile page"
|
362 |
msgstr "Ingresa el enlace a tu página de perfil de LiveJournal"
|
363 |
|
364 |
-
#: inc/php/settings.php:
|
365 |
msgid "Enter the link to your Reddit profile page"
|
366 |
msgstr "Ingresa el enlace a tu página de perfil de Reddit"
|
367 |
|
368 |
-
#: inc/php/settings.php:
|
369 |
msgid "Enter the link to your LinkedIn profile page"
|
370 |
msgstr "Ingresa el enlace a tu página de perfil de LinkedIn"
|
371 |
|
372 |
-
#: inc/php/settings.php:
|
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:
|
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:
|
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:
|
385 |
msgid "Enter the link to your Flickr profile page"
|
386 |
msgstr "Ingresa el enlace a tu página de perfil de Flickr"
|
387 |
|
388 |
-
#: inc/php/settings.php:
|
389 |
msgid "Enter the link to your Tumblr profile page"
|
390 |
msgstr "Ingresa el enlace a tu página de perfil de Tumblr"
|
391 |
|
392 |
-
#: inc/php/settings.php:
|
393 |
msgid "Enter the link to your Snapchat profile page"
|
394 |
msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
|
395 |
|
396 |
-
#: inc/php/settings.php:
|
397 |
msgid "Enter the link to your Twitch profile page"
|
398 |
msgstr "Ingresa el enlace a tu página de perfil de Twitch"
|
399 |
|
400 |
-
#: inc/php/settings.php:
|
401 |
msgid "Enter the link to your Patreon profile page"
|
402 |
msgstr "Ingresa el enlace a tu página de perfil de Patreon"
|
403 |
|
404 |
-
#: inc/php/settings.php:
|
405 |
msgid "Enter the link to your IMDb profile page"
|
406 |
msgstr "Ingresa el enlace a tu página de perfil de IMDb"
|
407 |
|
408 |
-
#: inc/php/settings.php:
|
409 |
msgid "Enter the link to your SoundCloud profile page"
|
410 |
msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
|
411 |
|
412 |
-
#: inc/php/settings.php:
|
413 |
msgid "Enter the link to your Spotify profile page"
|
414 |
msgstr "Ingresa el enlace a tu página de perfil de Spotify"
|
415 |
|
416 |
-
#: inc/php/settings.php:
|
417 |
msgid "Enter the link to your Bandcamp profile page"
|
418 |
msgstr "Ingresa el enlace a tu página de perfil de Bandcamp"
|
419 |
|
420 |
-
#: inc/php/settings.php:
|
421 |
msgid "Enter the link to your Dloky profile page"
|
422 |
msgstr "Ingresa el enlace a tu página de perfil de Dloky"
|
423 |
|
424 |
-
#: inc/php/settings.php:
|
425 |
msgid "Enter the link to your Amazon profile page"
|
426 |
msgstr "Ingresa el enlace a tu página de perfil de Amazon"
|
427 |
|
428 |
-
#: inc/php/settings.php:
|
429 |
msgid "Enter the link to your BookBub profile page"
|
430 |
msgstr "Ingresa el enlace a tu página de perfil de BookBub"
|
431 |
|
432 |
-
#: inc/php/settings.php:
|
433 |
msgid "Enter the link to your Goodreads profile page"
|
434 |
msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
|
435 |
|
436 |
-
#: inc/php/settings.php:
|
437 |
msgid "Enter the link to your MeetVibe profile page"
|
438 |
msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
|
439 |
|
440 |
-
#: inc/php/settings.php:
|
441 |
msgid "Enter the link to your Meetup profile page"
|
442 |
msgstr "Ingresa el enlace a tu página de perfil de Meetup"
|
443 |
|
444 |
-
#: inc/php/settings.php:
|
445 |
msgid "Enter the link to your Steam profile page"
|
446 |
msgstr "Ingresa el enlace a tu página de perfil de Steam"
|
447 |
|
448 |
-
#: inc/php/settings.php:
|
449 |
msgid "Enter the link to your Beam profile page"
|
450 |
msgstr "Ingresa el enlace a tu página de perfil de Beam"
|
451 |
|
452 |
-
#: inc/php/settings.php:
|
453 |
msgid "Enter the link to your Discord profile page"
|
454 |
msgstr "Ingresa el enlace a tu página de perfil de Discord"
|
455 |
|
456 |
-
#: inc/php/settings.php:
|
457 |
msgid "Enter the link to your Yelp profile page"
|
458 |
msgstr "Ingresa el enlace a tu página de perfil de Yelp"
|
459 |
|
460 |
-
#: inc/php/settings.php:
|
461 |
msgid "Enter the link to your VKontakte profile page"
|
462 |
msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
|
463 |
|
464 |
-
#: inc/php/settings.php:
|
465 |
msgid "Enter the link to your Odnoklassniki profile page"
|
466 |
msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
|
467 |
|
468 |
-
#: inc/php/settings.php:
|
469 |
msgid "Enter the link to your Telegram profile page"
|
470 |
msgstr "Ingresa el enlace a tu página de perfil de Telegram"
|
471 |
|
472 |
-
#: inc/php/settings.php:
|
473 |
msgid "Enter the link to your GitHub profile page"
|
474 |
msgstr "Ingresa el enlace a tu página de perfil de GitHub"
|
475 |
|
476 |
-
#: inc/php/settings.php:
|
477 |
msgid "Enter the link to your WordPress profile page"
|
478 |
msgstr "Ingresa el enlace a tu página de perfil de WordPress"
|
479 |
|
480 |
-
#: inc/php/settings.php:
|
481 |
msgid "Enter the link to your CodePen profile page"
|
482 |
msgstr "Ingresa el enlace a tu página de perfil de CodePen"
|
483 |
|
484 |
-
#: inc/php/settings.php:
|
485 |
msgid ""
|
486 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
|
487 |
"add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
@@ -489,109 +512,109 @@ msgstr ""
|
|
489 |
"Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
|
490 |
"add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
|
491 |
|
492 |
-
#: inc/php/settings.php:
|
493 |
msgid "Enter the link to your personal website"
|
494 |
msgstr "Ingresa el enlace a tu sitio web personal"
|
495 |
|
496 |
-
#: inc/php/settings.php:
|
497 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
498 |
msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
|
499 |
|
500 |
-
#: inc/php/settings.php:
|
501 |
msgid "Enter the link to your RSS Feed"
|
502 |
msgstr "Ingresa el enlace a tu Feed de RSS"
|
503 |
|
504 |
-
#: inc/php/settings.php:
|
505 |
msgid ""
|
506 |
"If you did not find the button you need, then tell me and I will gladly add it for "
|
507 |
"you."
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: inc/php/settings.php:
|
511 |
msgid "Save Changes"
|
512 |
msgstr "Guardar las modificaciones"
|
513 |
|
514 |
-
#: inc/php/settings.php:
|
515 |
msgid "Display options"
|
516 |
msgstr "Opciones de presentación"
|
517 |
|
518 |
-
#: inc/php/settings.php:
|
519 |
msgid "There you can configure this plugin."
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: inc/php/settings.php:
|
523 |
msgid "Show on Posts"
|
524 |
msgstr "Mostrar en Entradas"
|
525 |
|
526 |
-
#: inc/php/settings.php:
|
527 |
msgid "Display toolbar below content on Posts."
|
528 |
msgstr "Mostrar la barra abajo del contenido en Entradas"
|
529 |
|
530 |
-
#: inc/php/settings.php:
|
531 |
msgid "Show on Pages"
|
532 |
msgstr "Mostrar en Páginas"
|
533 |
|
534 |
-
#: inc/php/settings.php:
|
535 |
msgid "Display toolbar below content on Pages."
|
536 |
msgstr "Mostrar la barra abajo del contenido en Páginas"
|
537 |
|
538 |
-
#: inc/php/settings.php:
|
539 |
msgid "Open in new tab"
|
540 |
msgstr "Abrir en una nueva pestaña"
|
541 |
|
542 |
-
#: inc/php/settings.php:
|
543 |
msgid "Open link in a new tab/window."
|
544 |
msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
|
545 |
|
546 |
-
#: inc/php/settings.php:
|
547 |
msgid "Tooltips"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: inc/php/settings.php:
|
551 |
msgid "Enable/disable a tooltips with name of the social media above every button."
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: inc/php/settings.php:
|
555 |
msgid "Icon size"
|
556 |
msgstr "Tamaño de ícono"
|
557 |
|
558 |
-
#: inc/php/settings.php:
|
559 |
msgid "Enter the size of icons (in px) in your social media follow buttons bar."
|
560 |
msgstr ""
|
561 |
"Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
|
562 |
|
563 |
-
#: inc/php/settings.php:
|
564 |
msgid "Margin"
|
565 |
msgstr "Margen"
|
566 |
|
567 |
-
#: inc/php/settings.php:
|
568 |
msgid ""
|
569 |
"Enter the size of space (in px) between icons in your social media follow buttons "
|
570 |
"bar."
|
571 |
msgstr ""
|
572 |
"Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
|
573 |
|
574 |
-
#: inc/php/settings.php:
|
575 |
msgid "Alignment"
|
576 |
msgstr "Alineación"
|
577 |
|
578 |
-
#: inc/php/settings.php:
|
579 |
msgid "Left"
|
580 |
msgstr "Izquierda"
|
581 |
|
582 |
-
#: inc/php/settings.php:
|
583 |
msgid "Center"
|
584 |
msgstr "Centro"
|
585 |
|
586 |
-
#: inc/php/settings.php:
|
587 |
msgid "Right"
|
588 |
msgstr "Derecha"
|
589 |
|
590 |
-
#: inc/php/settings.php:
|
591 |
msgid "Caption"
|
592 |
msgstr "Leyenda"
|
593 |
|
594 |
-
#: inc/php/settings.php:
|
595 |
msgid ""
|
596 |
"Enter the caption to your social media follow buttons bar. It will be displays "
|
597 |
"before the toolbar."
|
@@ -599,11 +622,11 @@ msgstr ""
|
|
599 |
"Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
|
600 |
"la barra de botones."
|
601 |
|
602 |
-
#: inc/php/settings.php:
|
603 |
msgid "Preview"
|
604 |
msgstr "Vista previa"
|
605 |
|
606 |
-
#: inc/php/settings.php:
|
607 |
msgid "Click the \"Save Changes\" button to update this preview."
|
608 |
msgstr ""
|
609 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Development (trunk)\n"
|
6 |
+
"POT-Creation-Date: 2017-05-21 04:46+0300\n"
|
7 |
+
"PO-Revision-Date: 2017-05-21 04:46+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: es\n"
|
61 |
msgid "by %s Arthur Gareginyan %s"
|
62 |
msgstr "por %s Arthur Gareginyan %s"
|
63 |
|
64 |
+
#: inc/php/page.php:41 inc/php/page.php:60
|
65 |
msgid "Usage"
|
66 |
msgstr "Uso"
|
67 |
|
69 |
msgid "F.A.Q."
|
70 |
msgstr "F.A.Q."
|
71 |
|
72 |
+
#: inc/php/page.php:43 inc/php/page.php:169
|
73 |
msgid "Author"
|
74 |
msgstr "Autor"
|
75 |
|
76 |
+
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28
|
77 |
+
#: inc/php/settings.php:486
|
78 |
msgid "Support"
|
79 |
msgstr "Soporte"
|
80 |
|
82 |
msgid "Family"
|
83 |
msgstr "Familia"
|
84 |
|
85 |
+
#: inc/php/page.php:62
|
86 |
msgid ""
|
87 |
"To display the social media follow buttons bar on the front end of your website, "
|
88 |
"simply follow these steps:"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: inc/php/page.php:64
|
92 |
msgid "Go to the \"Settings\" tab."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: inc/php/page.php:65
|
96 |
msgid ""
|
97 |
"Fill in the required fields, select the desired settings and click the \"Save "
|
98 |
"Changes\" button."
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: inc/php/page.php:66
|
102 |
msgid ""
|
103 |
"Now you have several methods for display the social media follow buttons bar "
|
104 |
"(further just \"buttons\"). Just choose the one that is more suitable for your "
|
105 |
"case."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: inc/php/page.php:67
|
109 |
msgid ""
|
110 |
"<b>A)</b> For display the buttons below a content on every Posts or/and Pages, "
|
111 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section "
|
112 |
"\"Display options\", then click the \"Save Changes\" button."
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: inc/php/page.php:68
|
116 |
msgid ""
|
117 |
"<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the "
|
118 |
"following shortcode:"
|
120 |
"<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/"
|
121 |
"Páginas de Wordpress usa el siguiente shortcode:"
|
122 |
|
123 |
+
#: inc/php/page.php:70
|
124 |
msgid ""
|
125 |
"<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the "
|
126 |
"\"Text\" widget and add inside it the following shortcode:"
|
128 |
"<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, "
|
129 |
"u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
|
130 |
|
131 |
+
#: inc/php/page.php:72
|
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:75
|
138 |
msgid "Enjoy your fancy social media follow buttons."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: inc/php/page.php:75
|
142 |
msgid "It's that simple!"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: inc/php/page.php:77 inc/php/settings.php:379
|
146 |
msgid "Note!"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: inc/php/page.php:77
|
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:86
|
154 |
msgid "Frequently Asked Questions"
|
155 |
msgstr "Preguntas Frecuentes"
|
156 |
|
157 |
+
#: inc/php/page.php:108
|
158 |
msgid "Will this plugin work on my WordPress.COM website?"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: inc/php/page.php:109
|
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:111
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: inc/php/page.php:113
|
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:118
|
183 |
msgid "How does it work?"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: inc/php/page.php:119
|
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:121
|
193 |
msgid "Does this plugin requires any modification of the theme?"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/page.php:122
|
197 |
msgid ""
|
198 |
"Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: inc/php/page.php:124
|
202 |
msgid "Does this require any knowledge of HTML or CSS?"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: inc/php/page.php:125
|
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:127
|
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:128
|
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:130
|
225 |
msgid "It's not working. What could be wrong?"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: inc/php/page.php:131
|
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:132
|
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:134
|
246 |
+
msgid ""
|
247 |
+
"The last WordPress update is preventing me from editing my website that is using "
|
248 |
+
"this plugin. Why is this?"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
#: inc/php/page.php:135
|
252 |
+
msgid ""
|
253 |
+
"This plugin can not cause such problem. More likely, the problem are related to "
|
254 |
+
"the settings of the website. It could just be a cache, so please try to clear your "
|
255 |
+
"website's cache (may be you using a caching plugin, or some web service such as "
|
256 |
+
"the CloudFlare) and then the cache of your web browser. Also please try to re-"
|
257 |
+
"login to the website, this too can help."
|
258 |
msgstr ""
|
259 |
|
260 |
#: inc/php/page.php:137
|
261 |
+
msgid "Where to report bug if found?"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: inc/php/page.php:139
|
265 |
#, php-format
|
266 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: inc/php/page.php:145
|
270 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: inc/php/page.php:147
|
274 |
#, php-format
|
275 |
msgid ""
|
276 |
"Any suggestions are very welcome! Please send me an email to %s "
|
277 |
"arthurgareginyan@gmail.com %s. Thank you!"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:153
|
281 |
msgid "I love this plugin! Can I help somehow?"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/page.php:155
|
285 |
#, php-format
|
286 |
msgid ""
|
287 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click "
|
300 |
"Este plugin te permite añadir fácilmente una barra de botones de social media en "
|
301 |
"cualquier parte de tu sitio web."
|
302 |
|
303 |
+
#: inc/php/settings.php:30 inc/php/settings.php:488
|
304 |
msgid ""
|
305 |
"I'm an independent developer, without a regular income, so every little "
|
306 |
"contribution helps cover my costs and lets me spend more time building things for "
|
310 |
"pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
|
311 |
"tiempo a hacer cosas que puedan disfrutar personas como tú."
|
312 |
|
313 |
+
#: inc/php/settings.php:31 inc/php/settings.php:489
|
314 |
msgid "Donate with PayPal"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: inc/php/settings.php:32 inc/php/settings.php:490
|
318 |
msgid "Thanks for your support!"
|
319 |
msgstr "¡Gracias por su colaboración!"
|
320 |
|
365 |
msgstr "Ingresa el enlace a tu página de perfil de YouTube Gaming"
|
366 |
|
367 |
#: inc/php/settings.php:108
|
368 |
+
msgid "Enter the link to your Periscope profile page"
|
369 |
+
msgstr "Ingresa el enlace a tu página de perfil de Periscope"
|
370 |
+
|
371 |
+
#: inc/php/settings.php:115
|
372 |
msgid "Enter the link to your Vimeo profile page"
|
373 |
msgstr "Ingresa el enlace a tu página de perfil de Vimeo"
|
374 |
|
375 |
+
#: inc/php/settings.php:122
|
376 |
msgid "Enter the link to your Blogger profile page"
|
377 |
msgstr "Ingresa el enlace a tu página de perfil de Blogger"
|
378 |
|
379 |
+
#: inc/php/settings.php:129
|
380 |
+
msgid "Enter the link to your Buzzsprout profile page"
|
381 |
+
msgstr "Ingresa el enlace a tu página de perfil de Buzzsprout"
|
382 |
+
|
383 |
+
#: inc/php/settings.php:136
|
384 |
msgid "Enter the link to your LiveJournal profile page"
|
385 |
msgstr "Ingresa el enlace a tu página de perfil de LiveJournal"
|
386 |
|
387 |
+
#: inc/php/settings.php:143
|
388 |
msgid "Enter the link to your Reddit profile page"
|
389 |
msgstr "Ingresa el enlace a tu página de perfil de Reddit"
|
390 |
|
391 |
+
#: inc/php/settings.php:150
|
392 |
msgid "Enter the link to your LinkedIn profile page"
|
393 |
msgstr "Ingresa el enlace a tu página de perfil de LinkedIn"
|
394 |
|
395 |
+
#: inc/php/settings.php:157
|
396 |
msgid "Enter the link to your Diaspora profile page"
|
397 |
msgstr "Ingresa el enlace a tu página de perfil de Diaspora"
|
398 |
|
399 |
+
#: inc/php/settings.php:164
|
400 |
msgid "Enter the link to your XING profile page"
|
401 |
msgstr "Ingresa el enlace a tu página de perfil de XING"
|
402 |
|
403 |
+
#: inc/php/settings.php:171
|
404 |
msgid "Enter the link to your Pinterest profile page"
|
405 |
msgstr "Ingresa el enlace a tu página de perfil de Pinterest"
|
406 |
|
407 |
+
#: inc/php/settings.php:178
|
408 |
msgid "Enter the link to your Flickr profile page"
|
409 |
msgstr "Ingresa el enlace a tu página de perfil de Flickr"
|
410 |
|
411 |
+
#: inc/php/settings.php:185
|
412 |
msgid "Enter the link to your Tumblr profile page"
|
413 |
msgstr "Ingresa el enlace a tu página de perfil de Tumblr"
|
414 |
|
415 |
+
#: inc/php/settings.php:192
|
416 |
msgid "Enter the link to your Snapchat profile page"
|
417 |
msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
|
418 |
|
419 |
+
#: inc/php/settings.php:199
|
420 |
msgid "Enter the link to your Twitch profile page"
|
421 |
msgstr "Ingresa el enlace a tu página de perfil de Twitch"
|
422 |
|
423 |
+
#: inc/php/settings.php:206
|
424 |
msgid "Enter the link to your Patreon profile page"
|
425 |
msgstr "Ingresa el enlace a tu página de perfil de Patreon"
|
426 |
|
427 |
+
#: inc/php/settings.php:213
|
428 |
msgid "Enter the link to your IMDb profile page"
|
429 |
msgstr "Ingresa el enlace a tu página de perfil de IMDb"
|
430 |
|
431 |
+
#: inc/php/settings.php:220
|
432 |
msgid "Enter the link to your SoundCloud profile page"
|
433 |
msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
|
434 |
|
435 |
+
#: inc/php/settings.php:227
|
436 |
msgid "Enter the link to your Spotify profile page"
|
437 |
msgstr "Ingresa el enlace a tu página de perfil de Spotify"
|
438 |
|
439 |
+
#: inc/php/settings.php:234
|
440 |
msgid "Enter the link to your Bandcamp profile page"
|
441 |
msgstr "Ingresa el enlace a tu página de perfil de Bandcamp"
|
442 |
|
443 |
+
#: inc/php/settings.php:241
|
444 |
msgid "Enter the link to your Dloky profile page"
|
445 |
msgstr "Ingresa el enlace a tu página de perfil de Dloky"
|
446 |
|
447 |
+
#: inc/php/settings.php:248
|
448 |
msgid "Enter the link to your Amazon profile page"
|
449 |
msgstr "Ingresa el enlace a tu página de perfil de Amazon"
|
450 |
|
451 |
+
#: inc/php/settings.php:255
|
452 |
msgid "Enter the link to your BookBub profile page"
|
453 |
msgstr "Ingresa el enlace a tu página de perfil de BookBub"
|
454 |
|
455 |
+
#: inc/php/settings.php:262
|
456 |
msgid "Enter the link to your Goodreads profile page"
|
457 |
msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
|
458 |
|
459 |
+
#: inc/php/settings.php:269
|
460 |
msgid "Enter the link to your MeetVibe profile page"
|
461 |
msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
|
462 |
|
463 |
+
#: inc/php/settings.php:276
|
464 |
msgid "Enter the link to your Meetup profile page"
|
465 |
msgstr "Ingresa el enlace a tu página de perfil de Meetup"
|
466 |
|
467 |
+
#: inc/php/settings.php:283
|
468 |
msgid "Enter the link to your Steam profile page"
|
469 |
msgstr "Ingresa el enlace a tu página de perfil de Steam"
|
470 |
|
471 |
+
#: inc/php/settings.php:290
|
472 |
msgid "Enter the link to your Beam profile page"
|
473 |
msgstr "Ingresa el enlace a tu página de perfil de Beam"
|
474 |
|
475 |
+
#: inc/php/settings.php:297
|
476 |
msgid "Enter the link to your Discord profile page"
|
477 |
msgstr "Ingresa el enlace a tu página de perfil de Discord"
|
478 |
|
479 |
+
#: inc/php/settings.php:304
|
480 |
msgid "Enter the link to your Yelp profile page"
|
481 |
msgstr "Ingresa el enlace a tu página de perfil de Yelp"
|
482 |
|
483 |
+
#: inc/php/settings.php:311
|
484 |
msgid "Enter the link to your VKontakte profile page"
|
485 |
msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
|
486 |
|
487 |
+
#: inc/php/settings.php:318
|
488 |
msgid "Enter the link to your Odnoklassniki profile page"
|
489 |
msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
|
490 |
|
491 |
+
#: inc/php/settings.php:325
|
492 |
msgid "Enter the link to your Telegram profile page"
|
493 |
msgstr "Ingresa el enlace a tu página de perfil de Telegram"
|
494 |
|
495 |
+
#: inc/php/settings.php:332
|
496 |
msgid "Enter the link to your GitHub profile page"
|
497 |
msgstr "Ingresa el enlace a tu página de perfil de GitHub"
|
498 |
|
499 |
+
#: inc/php/settings.php:339
|
500 |
msgid "Enter the link to your WordPress profile page"
|
501 |
msgstr "Ingresa el enlace a tu página de perfil de WordPress"
|
502 |
|
503 |
+
#: inc/php/settings.php:346
|
504 |
msgid "Enter the link to your CodePen profile page"
|
505 |
msgstr "Ingresa el enlace a tu página de perfil de CodePen"
|
506 |
|
507 |
+
#: inc/php/settings.php:353
|
508 |
msgid ""
|
509 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
|
510 |
"add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
512 |
"Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
|
513 |
"add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
|
514 |
|
515 |
+
#: inc/php/settings.php:360
|
516 |
msgid "Enter the link to your personal website"
|
517 |
msgstr "Ingresa el enlace a tu sitio web personal"
|
518 |
|
519 |
+
#: inc/php/settings.php:367
|
520 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
521 |
msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
|
522 |
|
523 |
+
#: inc/php/settings.php:374
|
524 |
msgid "Enter the link to your RSS Feed"
|
525 |
msgstr "Ingresa el enlace a tu Feed de RSS"
|
526 |
|
527 |
+
#: inc/php/settings.php:379
|
528 |
msgid ""
|
529 |
"If you did not find the button you need, then tell me and I will gladly add it for "
|
530 |
"you."
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: inc/php/settings.php:380 inc/php/settings.php:473
|
534 |
msgid "Save Changes"
|
535 |
msgstr "Guardar las modificaciones"
|
536 |
|
537 |
+
#: inc/php/settings.php:385
|
538 |
msgid "Display options"
|
539 |
msgstr "Opciones de presentación"
|
540 |
|
541 |
+
#: inc/php/settings.php:387
|
542 |
msgid "There you can configure this plugin."
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: inc/php/settings.php:391
|
546 |
msgid "Show on Posts"
|
547 |
msgstr "Mostrar en Entradas"
|
548 |
|
549 |
+
#: inc/php/settings.php:392
|
550 |
msgid "Display toolbar below content on Posts."
|
551 |
msgstr "Mostrar la barra abajo del contenido en Entradas"
|
552 |
|
553 |
+
#: inc/php/settings.php:397
|
554 |
msgid "Show on Pages"
|
555 |
msgstr "Mostrar en Páginas"
|
556 |
|
557 |
+
#: inc/php/settings.php:398
|
558 |
msgid "Display toolbar below content on Pages."
|
559 |
msgstr "Mostrar la barra abajo del contenido en Páginas"
|
560 |
|
561 |
+
#: inc/php/settings.php:403
|
562 |
msgid "Open in new tab"
|
563 |
msgstr "Abrir en una nueva pestaña"
|
564 |
|
565 |
+
#: inc/php/settings.php:404
|
566 |
msgid "Open link in a new tab/window."
|
567 |
msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
|
568 |
|
569 |
+
#: inc/php/settings.php:409
|
570 |
msgid "Tooltips"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: inc/php/settings.php:410
|
574 |
msgid "Enable/disable a tooltips with name of the social media above every button."
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/php/settings.php:415
|
578 |
msgid "Icon size"
|
579 |
msgstr "Tamaño de ícono"
|
580 |
|
581 |
+
#: inc/php/settings.php:416
|
582 |
msgid "Enter the size of icons (in px) in your social media follow buttons bar."
|
583 |
msgstr ""
|
584 |
"Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
|
585 |
|
586 |
+
#: inc/php/settings.php:423
|
587 |
msgid "Margin"
|
588 |
msgstr "Margen"
|
589 |
|
590 |
+
#: inc/php/settings.php:424
|
591 |
msgid ""
|
592 |
"Enter the size of space (in px) between icons in your social media follow buttons "
|
593 |
"bar."
|
594 |
msgstr ""
|
595 |
"Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
|
596 |
|
597 |
+
#: inc/php/settings.php:444
|
598 |
msgid "Alignment"
|
599 |
msgstr "Alineación"
|
600 |
|
601 |
+
#: inc/php/settings.php:450
|
602 |
msgid "Left"
|
603 |
msgstr "Izquierda"
|
604 |
|
605 |
+
#: inc/php/settings.php:454
|
606 |
msgid "Center"
|
607 |
msgstr "Centro"
|
608 |
|
609 |
+
#: inc/php/settings.php:458
|
610 |
msgid "Right"
|
611 |
msgstr "Derecha"
|
612 |
|
613 |
+
#: inc/php/settings.php:465
|
614 |
msgid "Caption"
|
615 |
msgstr "Leyenda"
|
616 |
|
617 |
+
#: inc/php/settings.php:466
|
618 |
msgid ""
|
619 |
"Enter the caption to your social media follow buttons bar. It will be displays "
|
620 |
"before the toolbar."
|
622 |
"Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
|
623 |
"la barra de botones."
|
624 |
|
625 |
+
#: inc/php/settings.php:478
|
626 |
msgid "Preview"
|
627 |
msgstr "Vista previa"
|
628 |
|
629 |
+
#: inc/php/settings.php:480
|
630 |
msgid "Click the \"Save Changes\" button to update this preview."
|
631 |
msgstr ""
|
632 |
|
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-
|
5 |
-
"PO-Revision-Date: 2017-05-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
@@ -60,7 +60,7 @@ msgstr "Пожалуйста, обновите плагин до последн
|
|
60 |
msgid "by %s Arthur Gareginyan %s"
|
61 |
msgstr "от %s Артура Гарегинян %s"
|
62 |
|
63 |
-
#: inc/php/page.php:41 inc/php/page.php:
|
64 |
msgid "Usage"
|
65 |
msgstr "Применение"
|
66 |
|
@@ -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:
|
72 |
msgid "Author"
|
73 |
msgstr "Автор"
|
74 |
|
75 |
-
#: inc/php/page.php:44 inc/php/page.php:
|
76 |
-
#: inc/php/settings.php:
|
77 |
msgid "Support"
|
78 |
msgstr "Поддержка"
|
79 |
|
@@ -81,82 +81,82 @@ msgstr "Поддержка"
|
|
81 |
msgid "Family"
|
82 |
msgstr "Семья"
|
83 |
|
84 |
-
#: inc/php/page.php:
|
85 |
msgid ""
|
86 |
"To display the social media follow buttons bar on the front end of your "
|
87 |
"website, simply follow these steps:"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: inc/php/page.php:
|
91 |
msgid "Go to the \"Settings\" tab."
|
92 |
msgstr "Перейдите на вкладку «Настройки»."
|
93 |
|
94 |
-
#: inc/php/page.php:
|
95 |
msgid ""
|
96 |
"Fill in the required fields, select the desired settings and click the "
|
97 |
"\"Save Changes\" button."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: inc/php/page.php:
|
101 |
msgid ""
|
102 |
"Now you have several methods for display the social media follow buttons bar "
|
103 |
"(further just \"buttons\"). Just choose the one that is more suitable for "
|
104 |
"your case."
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: inc/php/page.php:
|
108 |
msgid ""
|
109 |
"<b>A)</b> For display the buttons below a content on every Posts or/and "
|
110 |
"Pages, just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in "
|
111 |
"the section \"Display options\", then click the \"Save Changes\" button."
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: inc/php/page.php:
|
115 |
msgid ""
|
116 |
"<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the "
|
117 |
"following shortcode:"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: inc/php/page.php:
|
121 |
msgid ""
|
122 |
"<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) "
|
123 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/php/page.php:
|
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:
|
134 |
msgid "Enjoy your fancy social media follow buttons."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: inc/php/page.php:
|
138 |
msgid "It's that simple!"
|
139 |
msgstr "Вот так просто!"
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "Note!"
|
143 |
msgstr "Примечание!"
|
144 |
|
145 |
-
#: inc/php/page.php:
|
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:
|
152 |
msgid "Frequently Asked Questions"
|
153 |
msgstr "Частые вопросы"
|
154 |
|
155 |
-
#: inc/php/page.php:
|
156 |
msgid "Will this plugin work on my WordPress.COM website?"
|
157 |
msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
|
158 |
|
159 |
-
#: inc/php/page.php:
|
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:
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
170 |
|
171 |
-
#: inc/php/page.php:
|
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:
|
183 |
msgid "How does it work?"
|
184 |
msgstr "Как оно работает?"
|
185 |
|
186 |
-
#: inc/php/page.php:
|
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:
|
194 |
msgid "Does this plugin requires any modification of the theme?"
|
195 |
msgstr "Этот плагин требует изменения темы?"
|
196 |
|
197 |
-
#: inc/php/page.php:
|
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:
|
206 |
msgid "Does this require any knowledge of HTML or CSS?"
|
207 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
208 |
|
209 |
-
#: inc/php/page.php:
|
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:
|
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:
|
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:
|
231 |
msgid "It's not working. What could be wrong?"
|
232 |
msgstr "Оно не работает. Что может быть не так?"
|
233 |
|
234 |
-
#: inc/php/page.php:
|
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:
|
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,48 @@ msgid ""
|
|
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:
|
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:
|
262 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
263 |
msgstr ""
|
264 |
"Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
265 |
|
266 |
-
#: inc/php/page.php:
|
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:
|
274 |
msgid "I love this plugin! Can I help somehow?"
|
275 |
msgstr "Я очень люблю этот плагин! Могу Я чем-то помочь?"
|
276 |
|
277 |
-
#: inc/php/page.php:
|
278 |
#, php-format
|
279 |
msgid ""
|
280 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
@@ -293,7 +308,7 @@ msgstr ""
|
|
293 |
"Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
|
294 |
"место на вашем веб-сайте."
|
295 |
|
296 |
-
#: inc/php/settings.php:30 inc/php/settings.php:
|
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 +318,11 @@ msgstr ""
|
|
303 |
"вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
|
304 |
"создание программ для людей как вы."
|
305 |
|
306 |
-
#: inc/php/settings.php:31 inc/php/settings.php:
|
307 |
msgid "Donate with PayPal"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: inc/php/settings.php:32 inc/php/settings.php:
|
311 |
msgid "Thanks for your support!"
|
312 |
msgstr "Спасибо за вашу поддержку!"
|
313 |
|
@@ -360,138 +375,146 @@ msgid "Enter the link to your YouTube Gaming profile page"
|
|
360 |
msgstr "Введите ссылку на вашу страницу профиля YouTube Gaming"
|
361 |
|
362 |
#: inc/php/settings.php:108
|
|
|
|
|
|
|
|
|
363 |
msgid "Enter the link to your Vimeo profile page"
|
364 |
msgstr "Введите ссылку на вашу страницу профиля Vimeo"
|
365 |
|
366 |
-
#: inc/php/settings.php:
|
367 |
msgid "Enter the link to your Blogger profile page"
|
368 |
msgstr "Введите ссылку на вашу страницу профиля Blogger"
|
369 |
|
370 |
-
#: inc/php/settings.php:
|
|
|
|
|
|
|
|
|
371 |
msgid "Enter the link to your LiveJournal profile page"
|
372 |
msgstr "Введите ссылку на вашу страницу профиля LiveJournal"
|
373 |
|
374 |
-
#: inc/php/settings.php:
|
375 |
msgid "Enter the link to your Reddit profile page"
|
376 |
msgstr "Введите ссылку на вашу страницу профиля Reddit"
|
377 |
|
378 |
-
#: inc/php/settings.php:
|
379 |
msgid "Enter the link to your LinkedIn profile page"
|
380 |
msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
|
381 |
|
382 |
-
#: inc/php/settings.php:
|
383 |
msgid "Enter the link to your Diaspora profile page"
|
384 |
msgstr "Введите ссылку на вашу страницу профиля Diaspora"
|
385 |
|
386 |
-
#: inc/php/settings.php:
|
387 |
msgid "Enter the link to your XING profile page"
|
388 |
msgstr "Введите ссылку на вашу страницу профиля XING"
|
389 |
|
390 |
-
#: inc/php/settings.php:
|
391 |
msgid "Enter the link to your Pinterest profile page"
|
392 |
msgstr "Введите ссылку на вашу страницу профиля Pinterest"
|
393 |
|
394 |
-
#: inc/php/settings.php:
|
395 |
msgid "Enter the link to your Flickr profile page"
|
396 |
msgstr "Введите ссылку на вашу страницу профиля Flickr"
|
397 |
|
398 |
-
#: inc/php/settings.php:
|
399 |
msgid "Enter the link to your Tumblr profile page"
|
400 |
msgstr "Введите ссылку на вашу страницу профиля Tumblr"
|
401 |
|
402 |
-
#: inc/php/settings.php:
|
403 |
msgid "Enter the link to your Snapchat profile page"
|
404 |
msgstr "Введите ссылку на вашу страницу профиля Snapchat"
|
405 |
|
406 |
-
#: inc/php/settings.php:
|
407 |
msgid "Enter the link to your Twitch profile page"
|
408 |
msgstr "Введите ссылку на вашу страницу профиля Twitch"
|
409 |
|
410 |
-
#: inc/php/settings.php:
|
411 |
msgid "Enter the link to your Patreon profile page"
|
412 |
msgstr "Введите ссылку на вашу страницу профиля Patreon"
|
413 |
|
414 |
-
#: inc/php/settings.php:
|
415 |
msgid "Enter the link to your IMDb profile page"
|
416 |
msgstr "Введите ссылку на вашу страницу профиля IMDb"
|
417 |
|
418 |
-
#: inc/php/settings.php:
|
419 |
msgid "Enter the link to your SoundCloud profile page"
|
420 |
msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
|
421 |
|
422 |
-
#: inc/php/settings.php:
|
423 |
msgid "Enter the link to your Spotify profile page"
|
424 |
msgstr "Введите ссылку на вашу страницу профиля Spotify"
|
425 |
|
426 |
-
#: inc/php/settings.php:
|
427 |
msgid "Enter the link to your Bandcamp profile page"
|
428 |
msgstr "Введите ссылку на вашу страницу профиля Bandcamp"
|
429 |
|
430 |
-
#: inc/php/settings.php:
|
431 |
msgid "Enter the link to your Dloky profile page"
|
432 |
msgstr "Введите ссылку на вашу страницу профиля Dloky"
|
433 |
|
434 |
-
#: inc/php/settings.php:
|
435 |
msgid "Enter the link to your Amazon profile page"
|
436 |
msgstr "Введите ссылку на вашу страницу профиля Amazon"
|
437 |
|
438 |
-
#: inc/php/settings.php:
|
439 |
msgid "Enter the link to your BookBub profile page"
|
440 |
msgstr "Введите ссылку на вашу страницу профиля BookBub"
|
441 |
|
442 |
-
#: inc/php/settings.php:
|
443 |
msgid "Enter the link to your Goodreads profile page"
|
444 |
msgstr "Введите ссылку на вашу страницу профиля Goodreads"
|
445 |
|
446 |
-
#: inc/php/settings.php:
|
447 |
msgid "Enter the link to your MeetVibe profile page"
|
448 |
msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
|
449 |
|
450 |
-
#: inc/php/settings.php:
|
451 |
msgid "Enter the link to your Meetup profile page"
|
452 |
msgstr "Введите ссылку на вашу страницу профиля Meetup"
|
453 |
|
454 |
-
#: inc/php/settings.php:
|
455 |
msgid "Enter the link to your Steam profile page"
|
456 |
msgstr "Введите ссылку на вашу страницу профиля Steam"
|
457 |
|
458 |
-
#: inc/php/settings.php:
|
459 |
msgid "Enter the link to your Beam profile page"
|
460 |
msgstr "Введите ссылку на вашу страницу профиля Beam"
|
461 |
|
462 |
-
#: inc/php/settings.php:
|
463 |
msgid "Enter the link to your Discord profile page"
|
464 |
msgstr "Введите ссылку на вашу страницу профиля Discord"
|
465 |
|
466 |
-
#: inc/php/settings.php:
|
467 |
msgid "Enter the link to your Yelp profile page"
|
468 |
msgstr "Введите ссылку на вашу страницу профиля Yelp"
|
469 |
|
470 |
-
#: inc/php/settings.php:
|
471 |
msgid "Enter the link to your VKontakte profile page"
|
472 |
msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
|
473 |
|
474 |
-
#: inc/php/settings.php:
|
475 |
msgid "Enter the link to your Odnoklassniki profile page"
|
476 |
msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
|
477 |
|
478 |
-
#: inc/php/settings.php:
|
479 |
msgid "Enter the link to your Telegram profile page"
|
480 |
msgstr "Введите ссылку на вашу страницу профиля Telegram"
|
481 |
|
482 |
-
#: inc/php/settings.php:
|
483 |
msgid "Enter the link to your GitHub profile page"
|
484 |
msgstr "Введите ссылку на вашу страницу профиля GitHub"
|
485 |
|
486 |
-
#: inc/php/settings.php:
|
487 |
msgid "Enter the link to your WordPress profile page"
|
488 |
msgstr "Введите ссылку на вашу страницу профиля WordPress"
|
489 |
|
490 |
-
#: inc/php/settings.php:
|
491 |
msgid "Enter the link to your CodePen profile page"
|
492 |
msgstr "Введите ссылку на вашу страницу профиля CodePen"
|
493 |
|
494 |
-
#: inc/php/settings.php:
|
495 |
msgid ""
|
496 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
|
497 |
"<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
@@ -500,112 +523,112 @@ msgstr ""
|
|
500 |
"b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
|
501 |
"профиля"
|
502 |
|
503 |
-
#: inc/php/settings.php:
|
504 |
msgid "Enter the link to your personal website"
|
505 |
msgstr "Введите ссылку на ваш персональный сайт"
|
506 |
|
507 |
-
#: inc/php/settings.php:
|
508 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
509 |
msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
|
510 |
|
511 |
-
#: inc/php/settings.php:
|
512 |
msgid "Enter the link to your RSS Feed"
|
513 |
msgstr "Введите ссылку на ваш RSS поток"
|
514 |
|
515 |
-
#: inc/php/settings.php:
|
516 |
msgid ""
|
517 |
"If you did not find the button you need, then tell me and I will gladly add "
|
518 |
"it for you."
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: inc/php/settings.php:
|
522 |
msgid "Save Changes"
|
523 |
msgstr "Сохранить изменения"
|
524 |
|
525 |
-
#: inc/php/settings.php:
|
526 |
msgid "Display options"
|
527 |
msgstr "Настройки отображения"
|
528 |
|
529 |
-
#: inc/php/settings.php:
|
530 |
msgid "There you can configure this plugin."
|
531 |
msgstr "Здесь вы можете настроить этот плагин."
|
532 |
|
533 |
-
#: inc/php/settings.php:
|
534 |
msgid "Show on Posts"
|
535 |
msgstr "Показать в записях"
|
536 |
|
537 |
-
#: inc/php/settings.php:
|
538 |
msgid "Display toolbar below content on Posts."
|
539 |
msgstr "Показывать кнопки под содержанием в записях"
|
540 |
|
541 |
-
#: inc/php/settings.php:
|
542 |
msgid "Show on Pages"
|
543 |
msgstr "Показывать на страницах"
|
544 |
|
545 |
-
#: inc/php/settings.php:
|
546 |
msgid "Display toolbar below content on Pages."
|
547 |
msgstr "Показывать кнопки под содержанием на страницах"
|
548 |
|
549 |
-
#: inc/php/settings.php:
|
550 |
msgid "Open in new tab"
|
551 |
msgstr "Открыть в новой вкладке"
|
552 |
|
553 |
-
#: inc/php/settings.php:
|
554 |
msgid "Open link in a new tab/window."
|
555 |
msgstr "Открыть ссылку в новом окне/вкладке"
|
556 |
|
557 |
-
#: inc/php/settings.php:
|
558 |
msgid "Tooltips"
|
559 |
msgstr "Подсказки"
|
560 |
|
561 |
-
#: inc/php/settings.php:
|
562 |
msgid ""
|
563 |
"Enable/disable a tooltips with name of the social media above every button."
|
564 |
msgstr ""
|
565 |
"Включить/отключить всплывающие подсказки с названием социальных медиа над "
|
566 |
"каждой кнопкой."
|
567 |
|
568 |
-
#: inc/php/settings.php:
|
569 |
msgid "Icon size"
|
570 |
msgstr "Размер иконки"
|
571 |
|
572 |
-
#: inc/php/settings.php:
|
573 |
msgid ""
|
574 |
"Enter the size of icons (in px) in your social media follow buttons bar."
|
575 |
msgstr ""
|
576 |
"Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
|
577 |
|
578 |
-
#: inc/php/settings.php:
|
579 |
msgid "Margin"
|
580 |
msgstr "Отступ"
|
581 |
|
582 |
-
#: inc/php/settings.php:
|
583 |
msgid ""
|
584 |
"Enter the size of space (in px) between icons in your social media follow "
|
585 |
"buttons bar."
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: inc/php/settings.php:
|
589 |
msgid "Alignment"
|
590 |
msgstr "Выравнивание"
|
591 |
|
592 |
-
#: inc/php/settings.php:
|
593 |
msgid "Left"
|
594 |
msgstr "Слева"
|
595 |
|
596 |
-
#: inc/php/settings.php:
|
597 |
msgid "Center"
|
598 |
msgstr "По центру"
|
599 |
|
600 |
-
#: inc/php/settings.php:
|
601 |
msgid "Right"
|
602 |
msgstr "Справа"
|
603 |
|
604 |
-
#: inc/php/settings.php:
|
605 |
msgid "Caption"
|
606 |
msgstr "Заголовок"
|
607 |
|
608 |
-
#: inc/php/settings.php:
|
609 |
msgid ""
|
610 |
"Enter the caption to your social media follow buttons bar. It will be "
|
611 |
"displays before the toolbar."
|
@@ -613,11 +636,11 @@ msgstr ""
|
|
613 |
"Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
|
614 |
"над панелью."
|
615 |
|
616 |
-
#: inc/php/settings.php:
|
617 |
msgid "Preview"
|
618 |
msgstr "Предварительный просмотр"
|
619 |
|
620 |
-
#: inc/php/settings.php:
|
621 |
msgid "Click the \"Save Changes\" button to update this preview."
|
622 |
msgstr ""
|
623 |
"Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
4 |
+
"POT-Creation-Date: 2017-05-21 04:46+0300\n"
|
5 |
+
"PO-Revision-Date: 2017-05-21 04:46+0300\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
60 |
msgid "by %s Arthur Gareginyan %s"
|
61 |
msgstr "от %s Артура Гарегинян %s"
|
62 |
|
63 |
+
#: inc/php/page.php:41 inc/php/page.php:60
|
64 |
msgid "Usage"
|
65 |
msgstr "Применение"
|
66 |
|
68 |
msgid "F.A.Q."
|
69 |
msgstr "F.A.Q."
|
70 |
|
71 |
+
#: inc/php/page.php:43 inc/php/page.php:169
|
72 |
msgid "Author"
|
73 |
msgstr "Автор"
|
74 |
|
75 |
+
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28
|
76 |
+
#: inc/php/settings.php:486
|
77 |
msgid "Support"
|
78 |
msgstr "Поддержка"
|
79 |
|
81 |
msgid "Family"
|
82 |
msgstr "Семья"
|
83 |
|
84 |
+
#: inc/php/page.php:62
|
85 |
msgid ""
|
86 |
"To display the social media follow buttons bar on the front end of your "
|
87 |
"website, simply follow these steps:"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: inc/php/page.php:64
|
91 |
msgid "Go to the \"Settings\" tab."
|
92 |
msgstr "Перейдите на вкладку «Настройки»."
|
93 |
|
94 |
+
#: inc/php/page.php:65
|
95 |
msgid ""
|
96 |
"Fill in the required fields, select the desired settings and click the "
|
97 |
"\"Save Changes\" button."
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: inc/php/page.php:66
|
101 |
msgid ""
|
102 |
"Now you have several methods for display the social media follow buttons bar "
|
103 |
"(further just \"buttons\"). Just choose the one that is more suitable for "
|
104 |
"your case."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: inc/php/page.php:67
|
108 |
msgid ""
|
109 |
"<b>A)</b> For display the buttons below a content on every Posts or/and "
|
110 |
"Pages, just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in "
|
111 |
"the section \"Display options\", then click the \"Save Changes\" button."
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: inc/php/page.php:68
|
115 |
msgid ""
|
116 |
"<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the "
|
117 |
"following shortcode:"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: inc/php/page.php:70
|
121 |
msgid ""
|
122 |
"<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) "
|
123 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/php/page.php:72
|
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:75
|
134 |
msgid "Enjoy your fancy social media follow buttons."
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: inc/php/page.php:75
|
138 |
msgid "It's that simple!"
|
139 |
msgstr "Вот так просто!"
|
140 |
|
141 |
+
#: inc/php/page.php:77 inc/php/settings.php:379
|
142 |
msgid "Note!"
|
143 |
msgstr "Примечание!"
|
144 |
|
145 |
+
#: inc/php/page.php:77
|
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:86
|
152 |
msgid "Frequently Asked Questions"
|
153 |
msgstr "Частые вопросы"
|
154 |
|
155 |
+
#: inc/php/page.php:108
|
156 |
msgid "Will this plugin work on my WordPress.COM website?"
|
157 |
msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
|
158 |
|
159 |
+
#: inc/php/page.php:109
|
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:111
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
170 |
|
171 |
+
#: inc/php/page.php:113
|
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:118
|
183 |
msgid "How does it work?"
|
184 |
msgstr "Как оно работает?"
|
185 |
|
186 |
+
#: inc/php/page.php:119
|
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:121
|
194 |
msgid "Does this plugin requires any modification of the theme?"
|
195 |
msgstr "Этот плагин требует изменения темы?"
|
196 |
|
197 |
+
#: inc/php/page.php:122
|
198 |
msgid ""
|
199 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
200 |
"settings page."
|
202 |
"Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
|
203 |
"плагина."
|
204 |
|
205 |
+
#: inc/php/page.php:124
|
206 |
msgid "Does this require any knowledge of HTML or CSS?"
|
207 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
208 |
|
209 |
+
#: inc/php/page.php:125
|
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:127
|
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:128
|
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:130
|
231 |
msgid "It's not working. What could be wrong?"
|
232 |
msgstr "Оно не работает. Что может быть не так?"
|
233 |
|
234 |
+
#: inc/php/page.php:131
|
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:132
|
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:134
|
252 |
+
msgid ""
|
253 |
+
"The last WordPress update is preventing me from editing my website that is "
|
254 |
+
"using this plugin. Why is this?"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
#: inc/php/page.php:135
|
258 |
+
msgid ""
|
259 |
+
"This plugin can not cause such problem. More likely, the problem are related "
|
260 |
+
"to the settings of the website. It could just be a cache, so please try to "
|
261 |
+
"clear your website's cache (may be you using a caching plugin, or some web "
|
262 |
+
"service such as the CloudFlare) and then the cache of your web browser. Also "
|
263 |
+
"please try to re-login to the website, this too can help."
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: inc/php/page.php:137
|
267 |
msgid "Where to report bug if found?"
|
268 |
msgstr "Где можно сообщить об ошибке?"
|
269 |
|
270 |
+
#: inc/php/page.php:139
|
271 |
#, php-format
|
272 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
273 |
msgstr ""
|
274 |
"Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
|
275 |
|
276 |
+
#: inc/php/page.php:145
|
277 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
278 |
msgstr ""
|
279 |
"Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
280 |
|
281 |
+
#: inc/php/page.php:147
|
282 |
#, php-format
|
283 |
msgid ""
|
284 |
"Any suggestions are very welcome! Please send me an email to %s "
|
285 |
"arthurgareginyan@gmail.com %s. Thank you!"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/page.php:153
|
289 |
msgid "I love this plugin! Can I help somehow?"
|
290 |
msgstr "Я очень люблю этот плагин! Могу Я чем-то помочь?"
|
291 |
|
292 |
+
#: inc/php/page.php:155
|
293 |
#, php-format
|
294 |
msgid ""
|
295 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
308 |
"Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
|
309 |
"место на вашем веб-сайте."
|
310 |
|
311 |
+
#: inc/php/settings.php:30 inc/php/settings.php:488
|
312 |
msgid ""
|
313 |
"I'm an independent developer, without a regular income, so every little "
|
314 |
"contribution helps cover my costs and lets me spend more time building "
|
318 |
"вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
|
319 |
"создание программ для людей как вы."
|
320 |
|
321 |
+
#: inc/php/settings.php:31 inc/php/settings.php:489
|
322 |
msgid "Donate with PayPal"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: inc/php/settings.php:32 inc/php/settings.php:490
|
326 |
msgid "Thanks for your support!"
|
327 |
msgstr "Спасибо за вашу поддержку!"
|
328 |
|
375 |
msgstr "Введите ссылку на вашу страницу профиля YouTube Gaming"
|
376 |
|
377 |
#: inc/php/settings.php:108
|
378 |
+
msgid "Enter the link to your Periscope profile page"
|
379 |
+
msgstr "Введите ссылку на вашу страницу профиля Periscope"
|
380 |
+
|
381 |
+
#: inc/php/settings.php:115
|
382 |
msgid "Enter the link to your Vimeo profile page"
|
383 |
msgstr "Введите ссылку на вашу страницу профиля Vimeo"
|
384 |
|
385 |
+
#: inc/php/settings.php:122
|
386 |
msgid "Enter the link to your Blogger profile page"
|
387 |
msgstr "Введите ссылку на вашу страницу профиля Blogger"
|
388 |
|
389 |
+
#: inc/php/settings.php:129
|
390 |
+
msgid "Enter the link to your Buzzsprout profile page"
|
391 |
+
msgstr "Введите ссылку на вашу страницу профиля Buzzsprout"
|
392 |
+
|
393 |
+
#: inc/php/settings.php:136
|
394 |
msgid "Enter the link to your LiveJournal profile page"
|
395 |
msgstr "Введите ссылку на вашу страницу профиля LiveJournal"
|
396 |
|
397 |
+
#: inc/php/settings.php:143
|
398 |
msgid "Enter the link to your Reddit profile page"
|
399 |
msgstr "Введите ссылку на вашу страницу профиля Reddit"
|
400 |
|
401 |
+
#: inc/php/settings.php:150
|
402 |
msgid "Enter the link to your LinkedIn profile page"
|
403 |
msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
|
404 |
|
405 |
+
#: inc/php/settings.php:157
|
406 |
msgid "Enter the link to your Diaspora profile page"
|
407 |
msgstr "Введите ссылку на вашу страницу профиля Diaspora"
|
408 |
|
409 |
+
#: inc/php/settings.php:164
|
410 |
msgid "Enter the link to your XING profile page"
|
411 |
msgstr "Введите ссылку на вашу страницу профиля XING"
|
412 |
|
413 |
+
#: inc/php/settings.php:171
|
414 |
msgid "Enter the link to your Pinterest profile page"
|
415 |
msgstr "Введите ссылку на вашу страницу профиля Pinterest"
|
416 |
|
417 |
+
#: inc/php/settings.php:178
|
418 |
msgid "Enter the link to your Flickr profile page"
|
419 |
msgstr "Введите ссылку на вашу страницу профиля Flickr"
|
420 |
|
421 |
+
#: inc/php/settings.php:185
|
422 |
msgid "Enter the link to your Tumblr profile page"
|
423 |
msgstr "Введите ссылку на вашу страницу профиля Tumblr"
|
424 |
|
425 |
+
#: inc/php/settings.php:192
|
426 |
msgid "Enter the link to your Snapchat profile page"
|
427 |
msgstr "Введите ссылку на вашу страницу профиля Snapchat"
|
428 |
|
429 |
+
#: inc/php/settings.php:199
|
430 |
msgid "Enter the link to your Twitch profile page"
|
431 |
msgstr "Введите ссылку на вашу страницу профиля Twitch"
|
432 |
|
433 |
+
#: inc/php/settings.php:206
|
434 |
msgid "Enter the link to your Patreon profile page"
|
435 |
msgstr "Введите ссылку на вашу страницу профиля Patreon"
|
436 |
|
437 |
+
#: inc/php/settings.php:213
|
438 |
msgid "Enter the link to your IMDb profile page"
|
439 |
msgstr "Введите ссылку на вашу страницу профиля IMDb"
|
440 |
|
441 |
+
#: inc/php/settings.php:220
|
442 |
msgid "Enter the link to your SoundCloud profile page"
|
443 |
msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
|
444 |
|
445 |
+
#: inc/php/settings.php:227
|
446 |
msgid "Enter the link to your Spotify profile page"
|
447 |
msgstr "Введите ссылку на вашу страницу профиля Spotify"
|
448 |
|
449 |
+
#: inc/php/settings.php:234
|
450 |
msgid "Enter the link to your Bandcamp profile page"
|
451 |
msgstr "Введите ссылку на вашу страницу профиля Bandcamp"
|
452 |
|
453 |
+
#: inc/php/settings.php:241
|
454 |
msgid "Enter the link to your Dloky profile page"
|
455 |
msgstr "Введите ссылку на вашу страницу профиля Dloky"
|
456 |
|
457 |
+
#: inc/php/settings.php:248
|
458 |
msgid "Enter the link to your Amazon profile page"
|
459 |
msgstr "Введите ссылку на вашу страницу профиля Amazon"
|
460 |
|
461 |
+
#: inc/php/settings.php:255
|
462 |
msgid "Enter the link to your BookBub profile page"
|
463 |
msgstr "Введите ссылку на вашу страницу профиля BookBub"
|
464 |
|
465 |
+
#: inc/php/settings.php:262
|
466 |
msgid "Enter the link to your Goodreads profile page"
|
467 |
msgstr "Введите ссылку на вашу страницу профиля Goodreads"
|
468 |
|
469 |
+
#: inc/php/settings.php:269
|
470 |
msgid "Enter the link to your MeetVibe profile page"
|
471 |
msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
|
472 |
|
473 |
+
#: inc/php/settings.php:276
|
474 |
msgid "Enter the link to your Meetup profile page"
|
475 |
msgstr "Введите ссылку на вашу страницу профиля Meetup"
|
476 |
|
477 |
+
#: inc/php/settings.php:283
|
478 |
msgid "Enter the link to your Steam profile page"
|
479 |
msgstr "Введите ссылку на вашу страницу профиля Steam"
|
480 |
|
481 |
+
#: inc/php/settings.php:290
|
482 |
msgid "Enter the link to your Beam profile page"
|
483 |
msgstr "Введите ссылку на вашу страницу профиля Beam"
|
484 |
|
485 |
+
#: inc/php/settings.php:297
|
486 |
msgid "Enter the link to your Discord profile page"
|
487 |
msgstr "Введите ссылку на вашу страницу профиля Discord"
|
488 |
|
489 |
+
#: inc/php/settings.php:304
|
490 |
msgid "Enter the link to your Yelp profile page"
|
491 |
msgstr "Введите ссылку на вашу страницу профиля Yelp"
|
492 |
|
493 |
+
#: inc/php/settings.php:311
|
494 |
msgid "Enter the link to your VKontakte profile page"
|
495 |
msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
|
496 |
|
497 |
+
#: inc/php/settings.php:318
|
498 |
msgid "Enter the link to your Odnoklassniki profile page"
|
499 |
msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
|
500 |
|
501 |
+
#: inc/php/settings.php:325
|
502 |
msgid "Enter the link to your Telegram profile page"
|
503 |
msgstr "Введите ссылку на вашу страницу профиля Telegram"
|
504 |
|
505 |
+
#: inc/php/settings.php:332
|
506 |
msgid "Enter the link to your GitHub profile page"
|
507 |
msgstr "Введите ссылку на вашу страницу профиля GitHub"
|
508 |
|
509 |
+
#: inc/php/settings.php:339
|
510 |
msgid "Enter the link to your WordPress profile page"
|
511 |
msgstr "Введите ссылку на вашу страницу профиля WordPress"
|
512 |
|
513 |
+
#: inc/php/settings.php:346
|
514 |
msgid "Enter the link to your CodePen profile page"
|
515 |
msgstr "Введите ссылку на вашу страницу профиля CodePen"
|
516 |
|
517 |
+
#: inc/php/settings.php:353
|
518 |
msgid ""
|
519 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
|
520 |
"<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
523 |
"b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
|
524 |
"профиля"
|
525 |
|
526 |
+
#: inc/php/settings.php:360
|
527 |
msgid "Enter the link to your personal website"
|
528 |
msgstr "Введите ссылку на ваш персональный сайт"
|
529 |
|
530 |
+
#: inc/php/settings.php:367
|
531 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
532 |
msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
|
533 |
|
534 |
+
#: inc/php/settings.php:374
|
535 |
msgid "Enter the link to your RSS Feed"
|
536 |
msgstr "Введите ссылку на ваш RSS поток"
|
537 |
|
538 |
+
#: inc/php/settings.php:379
|
539 |
msgid ""
|
540 |
"If you did not find the button you need, then tell me and I will gladly add "
|
541 |
"it for you."
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: inc/php/settings.php:380 inc/php/settings.php:473
|
545 |
msgid "Save Changes"
|
546 |
msgstr "Сохранить изменения"
|
547 |
|
548 |
+
#: inc/php/settings.php:385
|
549 |
msgid "Display options"
|
550 |
msgstr "Настройки отображения"
|
551 |
|
552 |
+
#: inc/php/settings.php:387
|
553 |
msgid "There you can configure this plugin."
|
554 |
msgstr "Здесь вы можете настроить этот плагин."
|
555 |
|
556 |
+
#: inc/php/settings.php:391
|
557 |
msgid "Show on Posts"
|
558 |
msgstr "Показать в записях"
|
559 |
|
560 |
+
#: inc/php/settings.php:392
|
561 |
msgid "Display toolbar below content on Posts."
|
562 |
msgstr "Показывать кнопки под содержанием в записях"
|
563 |
|
564 |
+
#: inc/php/settings.php:397
|
565 |
msgid "Show on Pages"
|
566 |
msgstr "Показывать на страницах"
|
567 |
|
568 |
+
#: inc/php/settings.php:398
|
569 |
msgid "Display toolbar below content on Pages."
|
570 |
msgstr "Показывать кнопки под содержанием на страницах"
|
571 |
|
572 |
+
#: inc/php/settings.php:403
|
573 |
msgid "Open in new tab"
|
574 |
msgstr "Открыть в новой вкладке"
|
575 |
|
576 |
+
#: inc/php/settings.php:404
|
577 |
msgid "Open link in a new tab/window."
|
578 |
msgstr "Открыть ссылку в новом окне/вкладке"
|
579 |
|
580 |
+
#: inc/php/settings.php:409
|
581 |
msgid "Tooltips"
|
582 |
msgstr "Подсказки"
|
583 |
|
584 |
+
#: inc/php/settings.php:410
|
585 |
msgid ""
|
586 |
"Enable/disable a tooltips with name of the social media above every button."
|
587 |
msgstr ""
|
588 |
"Включить/отключить всплывающие подсказки с названием социальных медиа над "
|
589 |
"каждой кнопкой."
|
590 |
|
591 |
+
#: inc/php/settings.php:415
|
592 |
msgid "Icon size"
|
593 |
msgstr "Размер иконки"
|
594 |
|
595 |
+
#: inc/php/settings.php:416
|
596 |
msgid ""
|
597 |
"Enter the size of icons (in px) in your social media follow buttons bar."
|
598 |
msgstr ""
|
599 |
"Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
|
600 |
|
601 |
+
#: inc/php/settings.php:423
|
602 |
msgid "Margin"
|
603 |
msgstr "Отступ"
|
604 |
|
605 |
+
#: inc/php/settings.php:424
|
606 |
msgid ""
|
607 |
"Enter the size of space (in px) between icons in your social media follow "
|
608 |
"buttons bar."
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: inc/php/settings.php:444
|
612 |
msgid "Alignment"
|
613 |
msgstr "Выравнивание"
|
614 |
|
615 |
+
#: inc/php/settings.php:450
|
616 |
msgid "Left"
|
617 |
msgstr "Слева"
|
618 |
|
619 |
+
#: inc/php/settings.php:454
|
620 |
msgid "Center"
|
621 |
msgstr "По центру"
|
622 |
|
623 |
+
#: inc/php/settings.php:458
|
624 |
msgid "Right"
|
625 |
msgstr "Справа"
|
626 |
|
627 |
+
#: inc/php/settings.php:465
|
628 |
msgid "Caption"
|
629 |
msgstr "Заголовок"
|
630 |
|
631 |
+
#: inc/php/settings.php:466
|
632 |
msgid ""
|
633 |
"Enter the caption to your social media follow buttons bar. It will be "
|
634 |
"displays before the toolbar."
|
636 |
"Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
|
637 |
"над панелью."
|
638 |
|
639 |
+
#: inc/php/settings.php:478
|
640 |
msgid "Preview"
|
641 |
msgstr "Предварительный просмотр"
|
642 |
|
643 |
+
#: inc/php/settings.php:480
|
644 |
msgid "Click the \"Save Changes\" button to update this preview."
|
645 |
msgstr ""
|
646 |
"Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
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-
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -58,7 +58,7 @@ msgstr ""
|
|
58 |
msgid "by %s Arthur Gareginyan %s"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: inc/php/page.php:41 inc/php/page.php:
|
62 |
msgid "Usage"
|
63 |
msgstr ""
|
64 |
|
@@ -66,11 +66,11 @@ msgstr ""
|
|
66 |
msgid "F.A.Q."
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: inc/php/page.php:43 inc/php/page.php:
|
70 |
msgid "Author"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: inc/php/page.php:44 inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr ""
|
76 |
|
@@ -78,83 +78,83 @@ msgstr ""
|
|
78 |
msgid "Family"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: inc/php/page.php:
|
82 |
msgid ""
|
83 |
"To display the social media follow buttons bar on the front end of your website, simply follow these "
|
84 |
"steps:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: inc/php/page.php:
|
88 |
msgid "Go to the \"Settings\" tab."
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: inc/php/page.php:
|
92 |
msgid "Fill in the required fields, select the desired settings and click the \"Save Changes\" button."
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: inc/php/page.php:
|
96 |
msgid ""
|
97 |
"Now you have several methods for display the social media follow buttons bar (further just \"buttons"
|
98 |
"\"). Just choose the one that is more suitable for your case."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: inc/php/page.php:
|
102 |
msgid ""
|
103 |
"<b>A)</b> For display the buttons below a content on every Posts or/and Pages, just check the "
|
104 |
"checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section \"Display options\", then click "
|
105 |
"the \"Save Changes\" button."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: inc/php/page.php:
|
109 |
msgid ""
|
110 |
"<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: inc/php/page.php:
|
114 |
msgid ""
|
115 |
"<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget "
|
116 |
"and add inside it the following shortcode:"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: inc/php/page.php:
|
120 |
msgid ""
|
121 |
"<b>D)</b> For add the buttons directly to a theme files, just add the following code to needed place "
|
122 |
"(where you want to display the buttons) in your theme files:"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/php/page.php:
|
126 |
msgid "Enjoy your fancy social media follow buttons."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: inc/php/page.php:
|
130 |
msgid "It's that simple!"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid "Note!"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: inc/php/page.php:
|
138 |
msgid "If you want more options then tell me and I will be happy to add it."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "Frequently Asked Questions"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
msgid "Will this plugin work on my WordPress.COM website?"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: inc/php/page.php:
|
150 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: inc/php/page.php:
|
154 |
msgid "Can I use this plugin on my language?"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: inc/php/page.php:
|
158 |
#, php-format
|
159 |
msgid ""
|
160 |
"Yes. But If your language is not available then you can make one. This plugin is ready for "
|
@@ -164,49 +164,49 @@ msgid ""
|
|
164 |
"within the next plugin update."
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: inc/php/page.php:
|
168 |
msgid "How does it work?"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: inc/php/page.php:
|
172 |
msgid ""
|
173 |
"On the \"Settings\" tab, select the desired settings and click the \"Save Changes\" button. Enjoy "
|
174 |
"your fancy social media follow buttons. It's that simple!"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: inc/php/page.php:
|
178 |
msgid "Does this plugin requires any modification of the theme?"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/php/page.php:
|
182 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: inc/php/page.php:
|
186 |
msgid "Does this require any knowledge of HTML or CSS?"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: inc/php/page.php:
|
190 |
msgid ""
|
191 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use "
|
192 |
"plugin settings page."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: inc/php/page.php:
|
196 |
msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid ""
|
201 |
"The images that uses in this plugin are already compressed, but I will do my best to find out what "
|
202 |
"else can be done with the images in order to compress them even better."
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: inc/php/page.php:
|
206 |
msgid "It's not working. What could be wrong?"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: inc/php/page.php:
|
210 |
msgid ""
|
211 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web "
|
212 |
"browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) "
|
@@ -214,7 +214,7 @@ msgid ""
|
|
214 |
"browser's cache may solve the problem."
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: inc/php/page.php:
|
218 |
msgid ""
|
219 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the "
|
220 |
"plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
|
@@ -222,31 +222,45 @@ msgid ""
|
|
222 |
"seen."
|
223 |
msgstr ""
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
#: inc/php/page.php:135
|
226 |
-
msgid "
|
|
|
|
|
|
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
#: inc/php/page.php:137
|
|
|
|
|
|
|
|
|
230 |
#, php-format
|
231 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: inc/php/page.php:
|
235 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: inc/php/page.php:
|
239 |
#, php-format
|
240 |
msgid ""
|
241 |
"Any suggestions are very welcome! Please send me an email to %s arthurgareginyan@gmail.com %s. Thank "
|
242 |
"you!"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: inc/php/page.php:
|
246 |
msgid "I love this plugin! Can I help somehow?"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: inc/php/page.php:
|
250 |
#, php-format
|
251 |
msgid ""
|
252 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
|
@@ -262,17 +276,17 @@ msgid ""
|
|
262 |
"This plugin allows you to easily add the social media follow buttons bar to any place of your website."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: inc/php/settings.php:30 inc/php/settings.php:
|
266 |
msgid ""
|
267 |
"I'm an independent developer, without a regular income, so every little contribution helps cover my "
|
268 |
"costs and lets me spend more time building things for people like you to enjoy."
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: inc/php/settings.php:31 inc/php/settings.php:
|
272 |
msgid "Donate with PayPal"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/settings.php:32 inc/php/settings.php:
|
276 |
msgid "Thanks for your support!"
|
277 |
msgstr ""
|
278 |
|
@@ -320,249 +334,257 @@ msgid "Enter the link to your YouTube Gaming profile page"
|
|
320 |
msgstr ""
|
321 |
|
322 |
#: inc/php/settings.php:108
|
323 |
-
msgid "Enter the link to your
|
324 |
msgstr ""
|
325 |
|
326 |
#: inc/php/settings.php:115
|
327 |
-
msgid "Enter the link to your
|
328 |
msgstr ""
|
329 |
|
330 |
#: inc/php/settings.php:122
|
331 |
-
msgid "Enter the link to your
|
332 |
msgstr ""
|
333 |
|
334 |
#: inc/php/settings.php:129
|
335 |
-
msgid "Enter the link to your
|
336 |
msgstr ""
|
337 |
|
338 |
#: inc/php/settings.php:136
|
339 |
-
msgid "Enter the link to your
|
340 |
msgstr ""
|
341 |
|
342 |
#: inc/php/settings.php:143
|
343 |
-
msgid "Enter the link to your
|
344 |
msgstr ""
|
345 |
|
346 |
#: inc/php/settings.php:150
|
347 |
-
msgid "Enter the link to your
|
348 |
msgstr ""
|
349 |
|
350 |
#: inc/php/settings.php:157
|
351 |
-
msgid "Enter the link to your
|
352 |
msgstr ""
|
353 |
|
354 |
#: inc/php/settings.php:164
|
355 |
-
msgid "Enter the link to your
|
356 |
msgstr ""
|
357 |
|
358 |
#: inc/php/settings.php:171
|
359 |
-
msgid "Enter the link to your
|
360 |
msgstr ""
|
361 |
|
362 |
#: inc/php/settings.php:178
|
363 |
-
msgid "Enter the link to your
|
364 |
msgstr ""
|
365 |
|
366 |
#: inc/php/settings.php:185
|
367 |
-
msgid "Enter the link to your
|
368 |
msgstr ""
|
369 |
|
370 |
#: inc/php/settings.php:192
|
371 |
-
msgid "Enter the link to your
|
372 |
msgstr ""
|
373 |
|
374 |
#: inc/php/settings.php:199
|
375 |
-
msgid "Enter the link to your
|
376 |
msgstr ""
|
377 |
|
378 |
#: inc/php/settings.php:206
|
379 |
-
msgid "Enter the link to your
|
380 |
msgstr ""
|
381 |
|
382 |
#: inc/php/settings.php:213
|
383 |
-
msgid "Enter the link to your
|
384 |
msgstr ""
|
385 |
|
386 |
#: inc/php/settings.php:220
|
387 |
-
msgid "Enter the link to your
|
388 |
msgstr ""
|
389 |
|
390 |
#: inc/php/settings.php:227
|
391 |
-
msgid "Enter the link to your
|
392 |
msgstr ""
|
393 |
|
394 |
#: inc/php/settings.php:234
|
395 |
-
msgid "Enter the link to your
|
396 |
msgstr ""
|
397 |
|
398 |
#: inc/php/settings.php:241
|
399 |
-
msgid "Enter the link to your
|
400 |
msgstr ""
|
401 |
|
402 |
#: inc/php/settings.php:248
|
403 |
-
msgid "Enter the link to your
|
404 |
msgstr ""
|
405 |
|
406 |
#: inc/php/settings.php:255
|
407 |
-
msgid "Enter the link to your
|
408 |
msgstr ""
|
409 |
|
410 |
#: inc/php/settings.php:262
|
411 |
-
msgid "Enter the link to your
|
412 |
msgstr ""
|
413 |
|
414 |
#: inc/php/settings.php:269
|
415 |
-
msgid "Enter the link to your
|
416 |
msgstr ""
|
417 |
|
418 |
#: inc/php/settings.php:276
|
419 |
-
msgid "Enter the link to your
|
420 |
msgstr ""
|
421 |
|
422 |
#: inc/php/settings.php:283
|
423 |
-
msgid "Enter the link to your
|
424 |
msgstr ""
|
425 |
|
426 |
#: inc/php/settings.php:290
|
427 |
-
msgid "Enter the link to your
|
428 |
msgstr ""
|
429 |
|
430 |
#: inc/php/settings.php:297
|
431 |
-
msgid "Enter the link to your
|
432 |
msgstr ""
|
433 |
|
434 |
#: inc/php/settings.php:304
|
435 |
-
msgid "Enter the link to your
|
436 |
msgstr ""
|
437 |
|
438 |
#: inc/php/settings.php:311
|
439 |
-
msgid "Enter the link to your
|
440 |
msgstr ""
|
441 |
|
442 |
#: inc/php/settings.php:318
|
443 |
-
msgid "Enter the link to your
|
444 |
msgstr ""
|
445 |
|
446 |
#: inc/php/settings.php:325
|
447 |
-
msgid "Enter the link to your
|
448 |
msgstr ""
|
449 |
|
450 |
#: inc/php/settings.php:332
|
451 |
-
msgid "Enter the link to your
|
452 |
msgstr ""
|
453 |
|
454 |
#: inc/php/settings.php:339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
msgid ""
|
456 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
|
457 |
"b>, or <b>?userinfo</b> for view profile"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: inc/php/settings.php:
|
461 |
msgid "Enter the link to your personal website"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: inc/php/settings.php:
|
465 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: inc/php/settings.php:
|
469 |
msgid "Enter the link to your RSS Feed"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: inc/php/settings.php:
|
473 |
msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: inc/php/settings.php:
|
477 |
msgid "Save Changes"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: inc/php/settings.php:
|
481 |
msgid "Display options"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: inc/php/settings.php:
|
485 |
msgid "There you can configure this plugin."
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: inc/php/settings.php:
|
489 |
msgid "Show on Posts"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: inc/php/settings.php:
|
493 |
msgid "Display toolbar below content on Posts."
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: inc/php/settings.php:
|
497 |
msgid "Show on Pages"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: inc/php/settings.php:
|
501 |
msgid "Display toolbar below content on Pages."
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: inc/php/settings.php:
|
505 |
msgid "Open in new tab"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: inc/php/settings.php:
|
509 |
msgid "Open link in a new tab/window."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: inc/php/settings.php:
|
513 |
msgid "Tooltips"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: inc/php/settings.php:
|
517 |
msgid "Enable/disable a tooltips with name of the social media above every button."
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: inc/php/settings.php:
|
521 |
msgid "Icon size"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: inc/php/settings.php:
|
525 |
msgid "Enter the size of icons (in px) in your social media follow buttons bar."
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: inc/php/settings.php:
|
529 |
msgid "Margin"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: inc/php/settings.php:
|
533 |
msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: inc/php/settings.php:
|
537 |
msgid "Alignment"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: inc/php/settings.php:
|
541 |
msgid "Left"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: inc/php/settings.php:
|
545 |
msgid "Center"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: inc/php/settings.php:
|
549 |
msgid "Right"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: inc/php/settings.php:
|
553 |
msgid "Caption"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: inc/php/settings.php:
|
557 |
msgid ""
|
558 |
"Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: inc/php/settings.php:
|
562 |
msgid "Preview"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: inc/php/settings.php:
|
566 |
msgid "Click the \"Save Changes\" button to update this preview."
|
567 |
msgstr ""
|
568 |
|
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-21 04:45+0300\n"
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
58 |
msgid "by %s Arthur Gareginyan %s"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: inc/php/page.php:41 inc/php/page.php:60
|
62 |
msgid "Usage"
|
63 |
msgstr ""
|
64 |
|
66 |
msgid "F.A.Q."
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: inc/php/page.php:43 inc/php/page.php:169
|
70 |
msgid "Author"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: inc/php/page.php:44 inc/php/page.php:178 inc/php/settings.php:28 inc/php/settings.php:486
|
74 |
msgid "Support"
|
75 |
msgstr ""
|
76 |
|
78 |
msgid "Family"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: inc/php/page.php:62
|
82 |
msgid ""
|
83 |
"To display the social media follow buttons bar on the front end of your website, simply follow these "
|
84 |
"steps:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: inc/php/page.php:64
|
88 |
msgid "Go to the \"Settings\" tab."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: inc/php/page.php:65
|
92 |
msgid "Fill in the required fields, select the desired settings and click the \"Save Changes\" button."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: inc/php/page.php:66
|
96 |
msgid ""
|
97 |
"Now you have several methods for display the social media follow buttons bar (further just \"buttons"
|
98 |
"\"). Just choose the one that is more suitable for your case."
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: inc/php/page.php:67
|
102 |
msgid ""
|
103 |
"<b>A)</b> For display the buttons below a content on every Posts or/and Pages, just check the "
|
104 |
"checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section \"Display options\", then click "
|
105 |
"the \"Save Changes\" button."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: inc/php/page.php:68
|
109 |
msgid ""
|
110 |
"<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: inc/php/page.php:70
|
114 |
msgid ""
|
115 |
"<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget "
|
116 |
"and add inside it the following shortcode:"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: inc/php/page.php:72
|
120 |
msgid ""
|
121 |
"<b>D)</b> For add the buttons directly to a theme files, just add the following code to needed place "
|
122 |
"(where you want to display the buttons) in your theme files:"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:75
|
126 |
msgid "Enjoy your fancy social media follow buttons."
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: inc/php/page.php:75
|
130 |
msgid "It's that simple!"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: inc/php/page.php:77 inc/php/settings.php:379
|
134 |
msgid "Note!"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: inc/php/page.php:77
|
138 |
msgid "If you want more options then tell me and I will be happy to add it."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: inc/php/page.php:86
|
142 |
msgid "Frequently Asked Questions"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: inc/php/page.php:108
|
146 |
msgid "Will this plugin work on my WordPress.COM website?"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: inc/php/page.php:109
|
150 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: inc/php/page.php:111
|
154 |
msgid "Can I use this plugin on my language?"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: inc/php/page.php:113
|
158 |
#, php-format
|
159 |
msgid ""
|
160 |
"Yes. But If your language is not available then you can make one. This plugin is ready for "
|
164 |
"within the next plugin update."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: inc/php/page.php:118
|
168 |
msgid "How does it work?"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: inc/php/page.php:119
|
172 |
msgid ""
|
173 |
"On the \"Settings\" tab, select the desired settings and click the \"Save Changes\" button. Enjoy "
|
174 |
"your fancy social media follow buttons. It's that simple!"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: inc/php/page.php:121
|
178 |
msgid "Does this plugin requires any modification of the theme?"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: inc/php/page.php:122
|
182 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: inc/php/page.php:124
|
186 |
msgid "Does this require any knowledge of HTML or CSS?"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: inc/php/page.php:125
|
190 |
msgid ""
|
191 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use "
|
192 |
"plugin settings page."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: inc/php/page.php:127
|
196 |
msgid "What I need to do if the Google PageSpeed test says that this plugin images must be compressed?"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: inc/php/page.php:128
|
200 |
msgid ""
|
201 |
"The images that uses in this plugin are already compressed, but I will do my best to find out what "
|
202 |
"else can be done with the images in order to compress them even better."
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: inc/php/page.php:130
|
206 |
msgid "It's not working. What could be wrong?"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: inc/php/page.php:131
|
210 |
msgid ""
|
211 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web "
|
212 |
"browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) "
|
214 |
"browser's cache may solve the problem."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: inc/php/page.php:132
|
218 |
msgid ""
|
219 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the "
|
220 |
"plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
|
222 |
"seen."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: inc/php/page.php:134
|
226 |
+
msgid ""
|
227 |
+
"The last WordPress update is preventing me from editing my website that is using this plugin. Why is "
|
228 |
+
"this?"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
#: inc/php/page.php:135
|
232 |
+
msgid ""
|
233 |
+
"This plugin can not cause such problem. More likely, the problem are related to the settings of the "
|
234 |
+
"website. It could just be a cache, so please try to clear your website's cache (may be you using a "
|
235 |
+
"caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. "
|
236 |
+
"Also please try to re-login to the website, this too can help."
|
237 |
msgstr ""
|
238 |
|
239 |
#: inc/php/page.php:137
|
240 |
+
msgid "Where to report bug if found?"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: inc/php/page.php:139
|
244 |
#, php-format
|
245 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: inc/php/page.php:145
|
249 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: inc/php/page.php:147
|
253 |
#, php-format
|
254 |
msgid ""
|
255 |
"Any suggestions are very welcome! Please send me an email to %s arthurgareginyan@gmail.com %s. Thank "
|
256 |
"you!"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: inc/php/page.php:153
|
260 |
msgid "I love this plugin! Can I help somehow?"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: inc/php/page.php:155
|
264 |
#, php-format
|
265 |
msgid ""
|
266 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
|
276 |
"This plugin allows you to easily add the social media follow buttons bar to any place of your website."
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/php/settings.php:30 inc/php/settings.php:488
|
280 |
msgid ""
|
281 |
"I'm an independent developer, without a regular income, so every little contribution helps cover my "
|
282 |
"costs and lets me spend more time building things for people like you to enjoy."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: inc/php/settings.php:31 inc/php/settings.php:489
|
286 |
msgid "Donate with PayPal"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: inc/php/settings.php:32 inc/php/settings.php:490
|
290 |
msgid "Thanks for your support!"
|
291 |
msgstr ""
|
292 |
|
334 |
msgstr ""
|
335 |
|
336 |
#: inc/php/settings.php:108
|
337 |
+
msgid "Enter the link to your Periscope profile page"
|
338 |
msgstr ""
|
339 |
|
340 |
#: inc/php/settings.php:115
|
341 |
+
msgid "Enter the link to your Vimeo profile page"
|
342 |
msgstr ""
|
343 |
|
344 |
#: inc/php/settings.php:122
|
345 |
+
msgid "Enter the link to your Blogger profile page"
|
346 |
msgstr ""
|
347 |
|
348 |
#: inc/php/settings.php:129
|
349 |
+
msgid "Enter the link to your Buzzsprout profile page"
|
350 |
msgstr ""
|
351 |
|
352 |
#: inc/php/settings.php:136
|
353 |
+
msgid "Enter the link to your LiveJournal profile page"
|
354 |
msgstr ""
|
355 |
|
356 |
#: inc/php/settings.php:143
|
357 |
+
msgid "Enter the link to your Reddit profile page"
|
358 |
msgstr ""
|
359 |
|
360 |
#: inc/php/settings.php:150
|
361 |
+
msgid "Enter the link to your LinkedIn profile page"
|
362 |
msgstr ""
|
363 |
|
364 |
#: inc/php/settings.php:157
|
365 |
+
msgid "Enter the link to your Diaspora profile page"
|
366 |
msgstr ""
|
367 |
|
368 |
#: inc/php/settings.php:164
|
369 |
+
msgid "Enter the link to your XING profile page"
|
370 |
msgstr ""
|
371 |
|
372 |
#: inc/php/settings.php:171
|
373 |
+
msgid "Enter the link to your Pinterest profile page"
|
374 |
msgstr ""
|
375 |
|
376 |
#: inc/php/settings.php:178
|
377 |
+
msgid "Enter the link to your Flickr profile page"
|
378 |
msgstr ""
|
379 |
|
380 |
#: inc/php/settings.php:185
|
381 |
+
msgid "Enter the link to your Tumblr profile page"
|
382 |
msgstr ""
|
383 |
|
384 |
#: inc/php/settings.php:192
|
385 |
+
msgid "Enter the link to your Snapchat profile page"
|
386 |
msgstr ""
|
387 |
|
388 |
#: inc/php/settings.php:199
|
389 |
+
msgid "Enter the link to your Twitch profile page"
|
390 |
msgstr ""
|
391 |
|
392 |
#: inc/php/settings.php:206
|
393 |
+
msgid "Enter the link to your Patreon profile page"
|
394 |
msgstr ""
|
395 |
|
396 |
#: inc/php/settings.php:213
|
397 |
+
msgid "Enter the link to your IMDb profile page"
|
398 |
msgstr ""
|
399 |
|
400 |
#: inc/php/settings.php:220
|
401 |
+
msgid "Enter the link to your SoundCloud profile page"
|
402 |
msgstr ""
|
403 |
|
404 |
#: inc/php/settings.php:227
|
405 |
+
msgid "Enter the link to your Spotify profile page"
|
406 |
msgstr ""
|
407 |
|
408 |
#: inc/php/settings.php:234
|
409 |
+
msgid "Enter the link to your Bandcamp profile page"
|
410 |
msgstr ""
|
411 |
|
412 |
#: inc/php/settings.php:241
|
413 |
+
msgid "Enter the link to your Dloky profile page"
|
414 |
msgstr ""
|
415 |
|
416 |
#: inc/php/settings.php:248
|
417 |
+
msgid "Enter the link to your Amazon profile page"
|
418 |
msgstr ""
|
419 |
|
420 |
#: inc/php/settings.php:255
|
421 |
+
msgid "Enter the link to your BookBub profile page"
|
422 |
msgstr ""
|
423 |
|
424 |
#: inc/php/settings.php:262
|
425 |
+
msgid "Enter the link to your Goodreads profile page"
|
426 |
msgstr ""
|
427 |
|
428 |
#: inc/php/settings.php:269
|
429 |
+
msgid "Enter the link to your MeetVibe profile page"
|
430 |
msgstr ""
|
431 |
|
432 |
#: inc/php/settings.php:276
|
433 |
+
msgid "Enter the link to your Meetup profile page"
|
434 |
msgstr ""
|
435 |
|
436 |
#: inc/php/settings.php:283
|
437 |
+
msgid "Enter the link to your Steam profile page"
|
438 |
msgstr ""
|
439 |
|
440 |
#: inc/php/settings.php:290
|
441 |
+
msgid "Enter the link to your Beam profile page"
|
442 |
msgstr ""
|
443 |
|
444 |
#: inc/php/settings.php:297
|
445 |
+
msgid "Enter the link to your Discord profile page"
|
446 |
msgstr ""
|
447 |
|
448 |
#: inc/php/settings.php:304
|
449 |
+
msgid "Enter the link to your Yelp profile page"
|
450 |
msgstr ""
|
451 |
|
452 |
#: inc/php/settings.php:311
|
453 |
+
msgid "Enter the link to your VKontakte profile page"
|
454 |
msgstr ""
|
455 |
|
456 |
#: inc/php/settings.php:318
|
457 |
+
msgid "Enter the link to your Odnoklassniki profile page"
|
458 |
msgstr ""
|
459 |
|
460 |
#: inc/php/settings.php:325
|
461 |
+
msgid "Enter the link to your Telegram profile page"
|
462 |
msgstr ""
|
463 |
|
464 |
#: inc/php/settings.php:332
|
465 |
+
msgid "Enter the link to your GitHub profile page"
|
466 |
msgstr ""
|
467 |
|
468 |
#: inc/php/settings.php:339
|
469 |
+
msgid "Enter the link to your WordPress profile page"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: inc/php/settings.php:346
|
473 |
+
msgid "Enter the link to your CodePen profile page"
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: inc/php/settings.php:353
|
477 |
msgid ""
|
478 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
|
479 |
"b>, or <b>?userinfo</b> for view profile"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: inc/php/settings.php:360
|
483 |
msgid "Enter the link to your personal website"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: inc/php/settings.php:367
|
487 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: inc/php/settings.php:374
|
491 |
msgid "Enter the link to your RSS Feed"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: inc/php/settings.php:379
|
495 |
msgid "If you did not find the button you need, then tell me and I will gladly add it for you."
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: inc/php/settings.php:380 inc/php/settings.php:473
|
499 |
msgid "Save Changes"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: inc/php/settings.php:385
|
503 |
msgid "Display options"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: inc/php/settings.php:387
|
507 |
msgid "There you can configure this plugin."
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: inc/php/settings.php:391
|
511 |
msgid "Show on Posts"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: inc/php/settings.php:392
|
515 |
msgid "Display toolbar below content on Posts."
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: inc/php/settings.php:397
|
519 |
msgid "Show on Pages"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: inc/php/settings.php:398
|
523 |
msgid "Display toolbar below content on Pages."
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: inc/php/settings.php:403
|
527 |
msgid "Open in new tab"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: inc/php/settings.php:404
|
531 |
msgid "Open link in a new tab/window."
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: inc/php/settings.php:409
|
535 |
msgid "Tooltips"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: inc/php/settings.php:410
|
539 |
msgid "Enable/disable a tooltips with name of the social media above every button."
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: inc/php/settings.php:415
|
543 |
msgid "Icon size"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: inc/php/settings.php:416
|
547 |
msgid "Enter the size of icons (in px) in your social media follow buttons bar."
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: inc/php/settings.php:423
|
551 |
msgid "Margin"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: inc/php/settings.php:424
|
555 |
msgid "Enter the size of space (in px) between icons in your social media follow buttons bar."
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: inc/php/settings.php:444
|
559 |
msgid "Alignment"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: inc/php/settings.php:450
|
563 |
msgid "Left"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: inc/php/settings.php:454
|
567 |
msgid "Center"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: inc/php/settings.php:458
|
571 |
msgid "Right"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: inc/php/settings.php:465
|
575 |
msgid "Caption"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: inc/php/settings.php:466
|
579 |
msgid ""
|
580 |
"Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: inc/php/settings.php:478
|
584 |
msgid "Preview"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: inc/php/settings.php:480
|
588 |
msgid "Click the \"Save Changes\" button to update this preview."
|
589 |
msgstr ""
|
590 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Social Media Follow Buttons Bar ===
|
2 |
Contributors: Arthur Gareginyan
|
3 |
-
Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, flickr, twitter, instagram, google plus, youtube, 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.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -48,11 +48,13 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
48 |
* Google+
|
49 |
* YouTube
|
50 |
* YouTube Gaming
|
|
|
51 |
* Vimeo
|
52 |
* Blogger
|
53 |
* LinkedIn
|
54 |
* Diaspora
|
55 |
* XING
|
|
|
56 |
* LiveJournal
|
57 |
* Reddit
|
58 |
* Pinterest
|
@@ -151,6 +153,9 @@ A. The images that uses in this plugin are already compressed, but I will do my
|
|
151 |
A. As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem.
|
152 |
|
153 |
It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.
|
|
|
|
|
|
|
154 |
|
155 |
= Q. Where to report bug if found? =
|
156 |
A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar) and report.
|
@@ -200,6 +205,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
200 |
|
201 |
== Changelog ==
|
202 |
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
= 4.4 =
|
204 |
* Added option for the Flickr social network.
|
205 |
* Code formatting improved.
|
@@ -426,13 +437,18 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
426 |
|
427 |
|
428 |
== Upgrade Notice ==
|
|
|
429 |
= 4.2 =
|
430 |
Please update to new release!
|
|
|
431 |
= 4.0 =
|
432 |
Please update to new release!
|
|
|
433 |
= 3.0 =
|
434 |
Please update to new release!
|
|
|
435 |
= 2.0 =
|
436 |
Please update to new release!
|
|
|
437 |
= 1.0 =
|
438 |
Please update to first stable release!
|
1 |
=== Social Media Follow Buttons Bar ===
|
2 |
Contributors: Arthur Gareginyan
|
3 |
+
Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, flickr, twitter, instagram, google plus, youtube, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, 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.5
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
48 |
* Google+
|
49 |
* YouTube
|
50 |
* YouTube Gaming
|
51 |
+
* Periscope
|
52 |
* Vimeo
|
53 |
* Blogger
|
54 |
* LinkedIn
|
55 |
* Diaspora
|
56 |
* XING
|
57 |
+
* Buzzsprout
|
58 |
* LiveJournal
|
59 |
* Reddit
|
60 |
* Pinterest
|
153 |
A. As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem.
|
154 |
|
155 |
It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.
|
156 |
+
|
157 |
+
= Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this? =
|
158 |
+
A. This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.
|
159 |
|
160 |
= Q. Where to report bug if found? =
|
161 |
A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar) and report.
|
205 |
|
206 |
== Changelog ==
|
207 |
|
208 |
+
= 4.5 =
|
209 |
+
* Added option for the Buzzsprout social network.
|
210 |
+
* Added option for the Periscope social network.
|
211 |
+
* F.A.Q. section updated.
|
212 |
+
* Code formatting improved.
|
213 |
+
|
214 |
= 4.4 =
|
215 |
* Added option for the Flickr social network.
|
216 |
* Code formatting improved.
|
437 |
|
438 |
|
439 |
== Upgrade Notice ==
|
440 |
+
|
441 |
= 4.2 =
|
442 |
Please update to new release!
|
443 |
+
|
444 |
= 4.0 =
|
445 |
Please update to new release!
|
446 |
+
|
447 |
= 3.0 =
|
448 |
Please update to new release!
|
449 |
+
|
450 |
= 2.0 =
|
451 |
Please update to new release!
|
452 |
+
|
453 |
= 1.0 =
|
454 |
Please update to first stable release!
|
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.
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
@@ -50,19 +50,19 @@
|
|
50 |
*
|
51 |
* @since 0.1
|
52 |
*/
|
53 |
-
defined('ABSPATH') or die("Restricted access!");
|
54 |
|
55 |
/**
|
56 |
* Define global constants
|
57 |
*
|
58 |
* @since 4.1
|
59 |
*/
|
60 |
-
defined('SMEDIABT_DIR') or define('SMEDIABT_DIR', dirname(plugin_basename(__FILE__)));
|
61 |
-
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.
|
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.5
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
50 |
*
|
51 |
* @since 0.1
|
52 |
*/
|
53 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
54 |
|
55 |
/**
|
56 |
* Define global constants
|
57 |
*
|
58 |
* @since 4.1
|
59 |
*/
|
60 |
+
defined( 'SMEDIABT_DIR' ) or define( 'SMEDIABT_DIR', dirname( plugin_basename( __FILE__ ) ) );
|
61 |
+
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.5' );
|
66 |
|
67 |
/**
|
68 |
* Load the plugin modules
|