Social Media Follow Buttons Bar - Version 3.10

Version Description

  • Added option for Twitch button.
Download this release

Release Info

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

Code changes from version 3.9 to 3.10

inc/img/social-media-icons/twitch.png ADDED
Binary file
inc/php/settings_page.php CHANGED
@@ -10,7 +10,7 @@ defined('ABSPATH') or die("Restricted access!");
10
  /**
11
  * Render Settings Page
12
  *
13
- * @since 3.9
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
@@ -159,6 +159,12 @@ function smbtoolbar_render_submenu_page() {
159
  __( 'Enter the link to your Snapchat profile page', SMEDIABT_TEXT ),
160
  'https://www.snapchat.com'
161
  ); ?>
 
 
 
 
 
 
162
  <?php smbtoolbar_media( 'imdb',
163
  'IMDb',
164
  'http://www.imdb.com/name/YourUsernameHere',
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 3.10
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
159
  __( 'Enter the link to your Snapchat profile page', SMEDIABT_TEXT ),
160
  'https://www.snapchat.com'
161
  ); ?>
162
+ <?php smbtoolbar_media( 'twitch',
163
+ 'Twitch',
164
+ 'https://www.twitch.tv/YourUsernameHere',
165
+ __( 'Enter the link to your Twitch profile page', SMEDIABT_TEXT ),
166
+ 'https://www.twitch.tv'
167
+ ); ?>
168
  <?php smbtoolbar_media( 'imdb',
169
  'IMDb',
170
  'http://www.imdb.com/name/YourUsernameHere',
languages/social-media-buttons-toolbar-es_ES.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2016-11-07 18:52+0300\n"
7
- "PO-Revision-Date: 2016-11-07 18:52+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -132,46 +132,54 @@ msgid "Enter the link to your Snapchat profile page"
132
  msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
133
 
134
  #: inc/php/settings_page.php:165
 
 
 
 
135
  msgid "Enter the link to your IMDb profile page"
136
  msgstr "Ingresa el enlace a tu página de perfil de IMDb"
137
 
138
- #: inc/php/settings_page.php:171
139
  msgid "Enter the link to your SoundCloud profile page"
140
  msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
141
 
142
- #: inc/php/settings_page.php:177
143
  msgid "Enter the link to your Spotify profile page"
144
  msgstr "Ingresa el enlace a tu página de perfil de Spotify"
145
 
146
- #: inc/php/settings_page.php:183
 
 
 
 
147
  msgid "Enter the link to your MeetVibe profile page"
148
  msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
149
 
150
- #: inc/php/settings_page.php:189
151
  msgid "Enter the link to your VKontakte profile page"
152
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
153
 
154
- #: inc/php/settings_page.php:195
155
  msgid "Enter the link to your Odnoklassniki profile page"
156
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
157
 
158
- #: inc/php/settings_page.php:201
159
  msgid "Enter the link to your Telegram profile page"
160
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
161
 
162
- #: inc/php/settings_page.php:207
163
  msgid "Enter the link to your GitHub profile page"
164
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
165
 
166
- #: inc/php/settings_page.php:213
167
  msgid "Enter the link to your WordPress profile page"
168
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
169
 
170
- #: inc/php/settings_page.php:219
171
  msgid "Enter the link to your CodePen profile page"
172
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
173
 
174
- #: inc/php/settings_page.php:225
175
  msgid ""
176
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
177
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -179,86 +187,86 @@ msgstr ""
179
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
180
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
181
 
182
- #: inc/php/settings_page.php:231
183
  msgid "Enter the link to your personal website"
184
  msgstr "Ingresa el enlace a tu sitio web personal"
185
 
186
- #: inc/php/settings_page.php:237
187
  msgid "Enter your email address with prefix <b>mailto:</b>"
188
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
189
 
190
- #: inc/php/settings_page.php:243
191
  msgid "Enter the link to your RSS Feed"
192
  msgstr "Ingresa el enlace a tu Feed de RSS"
193
 
194
- #: inc/php/settings_page.php:247 inc/php/settings_page.php:324
195
  msgid "Save Changes"
196
  msgstr "Guardar las modificaciones"
197
 
198
- #: inc/php/settings_page.php:252
199
  msgid "Display options"
200
  msgstr "Opciones de presentación"
201
 
202
- #: inc/php/settings_page.php:257
203
  msgid "Show on Posts"
204
  msgstr "Mostrar en Entradas"
205
 
206
- #: inc/php/settings_page.php:258
207
  msgid "Display toolbar below content on Posts"
208
  msgstr "Mostrar la barra abajo del contenido en Entradas"
209
 
210
- #: inc/php/settings_page.php:262
211
  msgid "Show on Pages"
212
  msgstr "Mostrar en Páginas"
213
 
214
- #: inc/php/settings_page.php:263
215
  msgid "Display toolbar below content on Pages"
216
  msgstr "Mostrar la barra abajo del contenido en Páginas"
217
 
218
- #: inc/php/settings_page.php:267
219
  msgid "Open link in new tab/window"
220
  msgstr "Abrir enlace en una nueva pestaña/ventana"
221
 
222
- #: inc/php/settings_page.php:272
223
  msgid "Icon size"
224
  msgstr "Tamaño de ícono"
225
 
226
- #: inc/php/settings_page.php:273
227
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
228
  msgstr ""
229
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
230
 
231
- #: inc/php/settings_page.php:279
232
  msgid "Margin right"
233
  msgstr "Margen derecho"
234
 
235
- #: inc/php/settings_page.php:280
236
  msgid ""
237
  "Enter the size of space (in px) between icons in your social media buttons toolbar."
238
  msgstr ""
239
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
240
 
241
- #: inc/php/settings_page.php:296
242
  msgid "Alignment"
243
  msgstr "Alineación"
244
 
245
- #: inc/php/settings_page.php:302
246
  msgid "Left"
247
  msgstr "Izquierda"
248
 
249
- #: inc/php/settings_page.php:306
250
  msgid "Center"
251
  msgstr "Centro"
252
 
253
- #: inc/php/settings_page.php:310
254
  msgid "Right"
255
  msgstr "Derecha"
256
 
257
- #: inc/php/settings_page.php:317
258
  msgid "Caption"
259
  msgstr "Leyenda"
260
 
261
- #: inc/php/settings_page.php:318
262
  msgid ""
263
  "Enter the caption to your social media buttons toolbar. It will be displays before "
264
  "the toolbar."
@@ -266,19 +274,19 @@ msgstr ""
266
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
267
  "la barra de botones."
268
 
269
- #: inc/php/settings_page.php:329
270
  msgid "Preview"
271
  msgstr "Vista previa"
272
 
273
- #: inc/php/settings_page.php:331
274
  msgid "Click \"Save Changes\" to update this preview."
275
  msgstr "Haz clic en \"Guardar los cambios\" para actualizar esta previsualización."
276
 
277
- #: inc/php/settings_page.php:337
278
  msgid "Using"
279
  msgstr "Utilizando"
280
 
281
- #: inc/php/settings_page.php:339
282
  msgid ""
283
  "You have several methods for display the social media buttons toolbar (further "
284
  "just \"toolbar\") on your website. But first, fill in the required fields, then "
@@ -288,7 +296,7 @@ msgstr ""
288
  "adelante, la llamaremos sencillamente \"barra\") en tu sitio web. Pero primero, "
289
  "llena los campos requeridos, y luego haz clic en \"Guardar cambios\"."
290
 
291
- #: inc/php/settings_page.php:340
292
  msgid ""
293
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, just "
294
  "check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section "
@@ -299,7 +307,7 @@ msgstr ""
299
  "en la sección \"Opciones de pantalla\", luego haz clic en \"Guardar los cambios\". "
300
  "¡Así de simple!"
301
 
302
- #: inc/php/settings_page.php:341
303
  msgid ""
304
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
305
  "following shortcode:"
@@ -307,7 +315,7 @@ msgstr ""
307
  "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/"
308
  "Páginas de Wordpress usa el siguiente shortcode:"
309
 
310
- #: inc/php/settings_page.php:343
311
  msgid ""
312
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) use the "
313
  "\"Text\" widget and add inside it the following shortcode:"
@@ -315,7 +323,7 @@ msgstr ""
315
  "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, "
316
  "u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
317
 
318
- #: inc/php/settings_page.php:345
319
  msgid ""
320
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
321
  "following code (both variants do the same) to needed place (where you want to "
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2016-12-11 10:51+0300\n"
7
+ "PO-Revision-Date: 2016-12-11 10:51+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
132
  msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
133
 
134
  #: inc/php/settings_page.php:165
135
+ msgid "Enter the link to your Twitch profile page"
136
+ msgstr "Ingresa el enlace a tu página de perfil de Twitch"
137
+
138
+ #: inc/php/settings_page.php:171
139
  msgid "Enter the link to your IMDb profile page"
140
  msgstr "Ingresa el enlace a tu página de perfil de IMDb"
141
 
142
+ #: inc/php/settings_page.php:177
143
  msgid "Enter the link to your SoundCloud profile page"
144
  msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
145
 
146
+ #: inc/php/settings_page.php:183
147
  msgid "Enter the link to your Spotify profile page"
148
  msgstr "Ingresa el enlace a tu página de perfil de Spotify"
149
 
150
+ #: inc/php/settings_page.php:189
151
+ msgid "Enter the link to your Dloky profile page"
152
+ msgstr "Ingresa el enlace a tu página de perfil de Dloky"
153
+
154
+ #: inc/php/settings_page.php:195
155
  msgid "Enter the link to your MeetVibe profile page"
156
  msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
157
 
158
+ #: inc/php/settings_page.php:201
159
  msgid "Enter the link to your VKontakte profile page"
160
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
161
 
162
+ #: inc/php/settings_page.php:207
163
  msgid "Enter the link to your Odnoklassniki profile page"
164
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
165
 
166
+ #: inc/php/settings_page.php:213
167
  msgid "Enter the link to your Telegram profile page"
168
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
169
 
170
+ #: inc/php/settings_page.php:219
171
  msgid "Enter the link to your GitHub profile page"
172
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
173
 
174
+ #: inc/php/settings_page.php:225
175
  msgid "Enter the link to your WordPress profile page"
176
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
177
 
178
+ #: inc/php/settings_page.php:231
179
  msgid "Enter the link to your CodePen profile page"
180
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
181
 
182
+ #: inc/php/settings_page.php:237
183
  msgid ""
184
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
185
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
187
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
188
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
189
 
190
+ #: inc/php/settings_page.php:243
191
  msgid "Enter the link to your personal website"
192
  msgstr "Ingresa el enlace a tu sitio web personal"
193
 
194
+ #: inc/php/settings_page.php:249
195
  msgid "Enter your email address with prefix <b>mailto:</b>"
196
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
197
 
198
+ #: inc/php/settings_page.php:255
199
  msgid "Enter the link to your RSS Feed"
200
  msgstr "Ingresa el enlace a tu Feed de RSS"
201
 
202
+ #: inc/php/settings_page.php:259 inc/php/settings_page.php:336
203
  msgid "Save Changes"
204
  msgstr "Guardar las modificaciones"
205
 
206
+ #: inc/php/settings_page.php:264
207
  msgid "Display options"
208
  msgstr "Opciones de presentación"
209
 
210
+ #: inc/php/settings_page.php:269
211
  msgid "Show on Posts"
212
  msgstr "Mostrar en Entradas"
213
 
214
+ #: inc/php/settings_page.php:270
215
  msgid "Display toolbar below content on Posts"
216
  msgstr "Mostrar la barra abajo del contenido en Entradas"
217
 
218
+ #: inc/php/settings_page.php:274
219
  msgid "Show on Pages"
220
  msgstr "Mostrar en Páginas"
221
 
222
+ #: inc/php/settings_page.php:275
223
  msgid "Display toolbar below content on Pages"
224
  msgstr "Mostrar la barra abajo del contenido en Páginas"
225
 
226
+ #: inc/php/settings_page.php:279
227
  msgid "Open link in new tab/window"
228
  msgstr "Abrir enlace en una nueva pestaña/ventana"
229
 
230
+ #: inc/php/settings_page.php:284
231
  msgid "Icon size"
232
  msgstr "Tamaño de ícono"
233
 
234
+ #: inc/php/settings_page.php:285
235
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
236
  msgstr ""
237
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
238
 
239
+ #: inc/php/settings_page.php:291
240
  msgid "Margin right"
241
  msgstr "Margen derecho"
242
 
243
+ #: inc/php/settings_page.php:292
244
  msgid ""
245
  "Enter the size of space (in px) between icons in your social media buttons toolbar."
246
  msgstr ""
247
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
248
 
249
+ #: inc/php/settings_page.php:308
250
  msgid "Alignment"
251
  msgstr "Alineación"
252
 
253
+ #: inc/php/settings_page.php:314
254
  msgid "Left"
255
  msgstr "Izquierda"
256
 
257
+ #: inc/php/settings_page.php:318
258
  msgid "Center"
259
  msgstr "Centro"
260
 
261
+ #: inc/php/settings_page.php:322
262
  msgid "Right"
263
  msgstr "Derecha"
264
 
265
+ #: inc/php/settings_page.php:329
266
  msgid "Caption"
267
  msgstr "Leyenda"
268
 
269
+ #: inc/php/settings_page.php:330
270
  msgid ""
271
  "Enter the caption to your social media buttons toolbar. It will be displays before "
272
  "the toolbar."
274
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
275
  "la barra de botones."
276
 
277
+ #: inc/php/settings_page.php:341
278
  msgid "Preview"
279
  msgstr "Vista previa"
280
 
281
+ #: inc/php/settings_page.php:343
282
  msgid "Click \"Save Changes\" to update this preview."
283
  msgstr "Haz clic en \"Guardar los cambios\" para actualizar esta previsualización."
284
 
285
+ #: inc/php/settings_page.php:349
286
  msgid "Using"
287
  msgstr "Utilizando"
288
 
289
+ #: inc/php/settings_page.php:351
290
  msgid ""
291
  "You have several methods for display the social media buttons toolbar (further "
292
  "just \"toolbar\") on your website. But first, fill in the required fields, then "
296
  "adelante, la llamaremos sencillamente \"barra\") en tu sitio web. Pero primero, "
297
  "llena los campos requeridos, y luego haz clic en \"Guardar cambios\"."
298
 
299
+ #: inc/php/settings_page.php:352
300
  msgid ""
301
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, just "
302
  "check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section "
307
  "en la sección \"Opciones de pantalla\", luego haz clic en \"Guardar los cambios\". "
308
  "¡Así de simple!"
309
 
310
+ #: inc/php/settings_page.php:353
311
  msgid ""
312
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
313
  "following shortcode:"
315
  "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/"
316
  "Páginas de Wordpress usa el siguiente shortcode:"
317
 
318
+ #: inc/php/settings_page.php:355
319
  msgid ""
320
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) use the "
321
  "\"Text\" widget and add inside it the following shortcode:"
323
  "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, "
324
  "u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
325
 
326
+ #: inc/php/settings_page.php:357
327
  msgid ""
328
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
329
  "following code (both variants do the same) to needed place (where you want to "
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: 2016-11-07 18:51+0300\n"
5
- "PO-Revision-Date: 2016-11-07 18:52+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -141,46 +141,54 @@ msgid "Enter the link to your Snapchat profile page"
141
  msgstr "Введите ссылку на вашу страницу профиля Snapchat"
142
 
143
  #: inc/php/settings_page.php:165
 
 
 
 
144
  msgid "Enter the link to your IMDb profile page"
145
  msgstr "Введите ссылку на вашу страницу профиля IMDb"
146
 
147
- #: inc/php/settings_page.php:171
148
  msgid "Enter the link to your SoundCloud profile page"
149
  msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
150
 
151
- #: inc/php/settings_page.php:177
152
  msgid "Enter the link to your Spotify profile page"
153
  msgstr "Введите ссылку на вашу страницу профиля Spotify"
154
 
155
- #: inc/php/settings_page.php:183
 
 
 
 
156
  msgid "Enter the link to your MeetVibe profile page"
157
  msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
158
 
159
- #: inc/php/settings_page.php:189
160
  msgid "Enter the link to your VKontakte profile page"
161
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
162
 
163
- #: inc/php/settings_page.php:195
164
  msgid "Enter the link to your Odnoklassniki profile page"
165
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
166
 
167
- #: inc/php/settings_page.php:201
168
  msgid "Enter the link to your Telegram profile page"
169
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
170
 
171
- #: inc/php/settings_page.php:207
172
  msgid "Enter the link to your GitHub profile page"
173
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
174
 
175
- #: inc/php/settings_page.php:213
176
  msgid "Enter the link to your WordPress profile page"
177
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
178
 
179
- #: inc/php/settings_page.php:219
180
  msgid "Enter the link to your CodePen profile page"
181
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
182
 
183
- #: inc/php/settings_page.php:225
184
  msgid ""
185
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
186
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -189,60 +197,60 @@ msgstr ""
189
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
190
  "профиля"
191
 
192
- #: inc/php/settings_page.php:231
193
  msgid "Enter the link to your personal website"
194
  msgstr "Введите ссылку на ваш персональный сайт"
195
 
196
- #: inc/php/settings_page.php:237
197
  msgid "Enter your email address with prefix <b>mailto:</b>"
198
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
199
 
200
- #: inc/php/settings_page.php:243
201
  msgid "Enter the link to your RSS Feed"
202
  msgstr "Введите ссылку на ваш RSS поток"
203
 
204
- #: inc/php/settings_page.php:247 inc/php/settings_page.php:324
205
  msgid "Save Changes"
206
  msgstr "Сохранить изменения"
207
 
208
- #: inc/php/settings_page.php:252
209
  msgid "Display options"
210
  msgstr "Настройки отображения"
211
 
212
- #: inc/php/settings_page.php:257
213
  msgid "Show on Posts"
214
  msgstr "Показать в записях"
215
 
216
- #: inc/php/settings_page.php:258
217
  msgid "Display toolbar below content on Posts"
218
  msgstr "Показывать кнопки под содержанием в записях"
219
 
220
- #: inc/php/settings_page.php:262
221
  msgid "Show on Pages"
222
  msgstr "Показывать на страницах"
223
 
224
- #: inc/php/settings_page.php:263
225
  msgid "Display toolbar below content on Pages"
226
  msgstr "Показывать кнопки под содержанием на страницах"
227
 
228
- #: inc/php/settings_page.php:267
229
  msgid "Open link in new tab/window"
230
  msgstr "Открыть ссылку в новом окне/вкладке"
231
 
232
- #: inc/php/settings_page.php:272
233
  msgid "Icon size"
234
  msgstr "Размер иконки"
235
 
236
- #: inc/php/settings_page.php:273
237
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
238
  msgstr ""
239
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
240
 
241
- #: inc/php/settings_page.php:279
242
  msgid "Margin right"
243
  msgstr "Отступ справа"
244
 
245
- #: inc/php/settings_page.php:280
246
  msgid ""
247
  "Enter the size of space (in px) between icons in your social media buttons "
248
  "toolbar."
@@ -250,27 +258,27 @@ msgstr ""
250
  "Введите размер пространства (в пикселях) между иконками для вашей панели "
251
  "социальных медиа кнопок."
252
 
253
- #: inc/php/settings_page.php:296
254
  msgid "Alignment"
255
  msgstr "Выравнивание"
256
 
257
- #: inc/php/settings_page.php:302
258
  msgid "Left"
259
  msgstr "Слева"
260
 
261
- #: inc/php/settings_page.php:306
262
  msgid "Center"
263
  msgstr "По центру"
264
 
265
- #: inc/php/settings_page.php:310
266
  msgid "Right"
267
  msgstr "Справа"
268
 
269
- #: inc/php/settings_page.php:317
270
  msgid "Caption"
271
  msgstr "Заголовок"
272
 
273
- #: inc/php/settings_page.php:318
274
  msgid ""
275
  "Enter the caption to your social media buttons toolbar. It will be displays "
276
  "before the toolbar."
@@ -278,20 +286,20 @@ msgstr ""
278
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
279
  "над панелью."
280
 
281
- #: inc/php/settings_page.php:329
282
  msgid "Preview"
283
  msgstr "Предварительный просмотр"
284
 
285
- #: inc/php/settings_page.php:331
286
  msgid "Click \"Save Changes\" to update this preview."
287
  msgstr ""
288
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
289
 
290
- #: inc/php/settings_page.php:337
291
  msgid "Using"
292
  msgstr "Как пользоваться"
293
 
294
- #: inc/php/settings_page.php:339
295
  msgid ""
296
  "You have several methods for display the social media buttons toolbar "
297
  "(further just \"toolbar\") on your website. But first, fill in the required "
@@ -301,26 +309,26 @@ msgstr ""
301
  "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала заполните "
302
  "поля для каждой нужной кнопки, а затем нажмите “Сохранить изменения”."
303
 
304
- #: inc/php/settings_page.php:340
305
  msgid ""
306
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
307
  "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
308
  "section \"Display options\", then click \"Save Changes\". It's that simple!"
309
  msgstr ""
310
 
311
- #: inc/php/settings_page.php:341
312
  msgid ""
313
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
314
  "following shortcode:"
315
  msgstr ""
316
 
317
- #: inc/php/settings_page.php:343
318
  msgid ""
319
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
320
  "use the \"Text\" widget and add inside it the following shortcode:"
321
  msgstr ""
322
 
323
- #: inc/php/settings_page.php:345
324
  msgid ""
325
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
326
  "following code (both variants do the same) to needed place (where you want "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2016-12-11 10:50+0300\n"
5
+ "PO-Revision-Date: 2016-12-11 10:51+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
141
  msgstr "Введите ссылку на вашу страницу профиля Snapchat"
142
 
143
  #: inc/php/settings_page.php:165
144
+ msgid "Enter the link to your Twitch profile page"
145
+ msgstr "Введите ссылку на вашу страницу профиля Twitch"
146
+
147
+ #: inc/php/settings_page.php:171
148
  msgid "Enter the link to your IMDb profile page"
149
  msgstr "Введите ссылку на вашу страницу профиля IMDb"
150
 
151
+ #: inc/php/settings_page.php:177
152
  msgid "Enter the link to your SoundCloud profile page"
153
  msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
154
 
155
+ #: inc/php/settings_page.php:183
156
  msgid "Enter the link to your Spotify profile page"
157
  msgstr "Введите ссылку на вашу страницу профиля Spotify"
158
 
159
+ #: inc/php/settings_page.php:189
160
+ msgid "Enter the link to your Dloky profile page"
161
+ msgstr "Введите ссылку на вашу страницу профиля Dloky"
162
+
163
+ #: inc/php/settings_page.php:195
164
  msgid "Enter the link to your MeetVibe profile page"
165
  msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
166
 
167
+ #: inc/php/settings_page.php:201
168
  msgid "Enter the link to your VKontakte profile page"
169
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
170
 
171
+ #: inc/php/settings_page.php:207
172
  msgid "Enter the link to your Odnoklassniki profile page"
173
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
174
 
175
+ #: inc/php/settings_page.php:213
176
  msgid "Enter the link to your Telegram profile page"
177
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
178
 
179
+ #: inc/php/settings_page.php:219
180
  msgid "Enter the link to your GitHub profile page"
181
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
182
 
183
+ #: inc/php/settings_page.php:225
184
  msgid "Enter the link to your WordPress profile page"
185
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
186
 
187
+ #: inc/php/settings_page.php:231
188
  msgid "Enter the link to your CodePen profile page"
189
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
190
 
191
+ #: inc/php/settings_page.php:237
192
  msgid ""
193
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
194
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
197
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
198
  "профиля"
199
 
200
+ #: inc/php/settings_page.php:243
201
  msgid "Enter the link to your personal website"
202
  msgstr "Введите ссылку на ваш персональный сайт"
203
 
204
+ #: inc/php/settings_page.php:249
205
  msgid "Enter your email address with prefix <b>mailto:</b>"
206
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
207
 
208
+ #: inc/php/settings_page.php:255
209
  msgid "Enter the link to your RSS Feed"
210
  msgstr "Введите ссылку на ваш RSS поток"
211
 
212
+ #: inc/php/settings_page.php:259 inc/php/settings_page.php:336
213
  msgid "Save Changes"
214
  msgstr "Сохранить изменения"
215
 
216
+ #: inc/php/settings_page.php:264
217
  msgid "Display options"
218
  msgstr "Настройки отображения"
219
 
220
+ #: inc/php/settings_page.php:269
221
  msgid "Show on Posts"
222
  msgstr "Показать в записях"
223
 
224
+ #: inc/php/settings_page.php:270
225
  msgid "Display toolbar below content on Posts"
226
  msgstr "Показывать кнопки под содержанием в записях"
227
 
228
+ #: inc/php/settings_page.php:274
229
  msgid "Show on Pages"
230
  msgstr "Показывать на страницах"
231
 
232
+ #: inc/php/settings_page.php:275
233
  msgid "Display toolbar below content on Pages"
234
  msgstr "Показывать кнопки под содержанием на страницах"
235
 
236
+ #: inc/php/settings_page.php:279
237
  msgid "Open link in new tab/window"
238
  msgstr "Открыть ссылку в новом окне/вкладке"
239
 
240
+ #: inc/php/settings_page.php:284
241
  msgid "Icon size"
242
  msgstr "Размер иконки"
243
 
244
+ #: inc/php/settings_page.php:285
245
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
246
  msgstr ""
247
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
248
 
249
+ #: inc/php/settings_page.php:291
250
  msgid "Margin right"
251
  msgstr "Отступ справа"
252
 
253
+ #: inc/php/settings_page.php:292
254
  msgid ""
255
  "Enter the size of space (in px) between icons in your social media buttons "
256
  "toolbar."
258
  "Введите размер пространства (в пикселях) между иконками для вашей панели "
259
  "социальных медиа кнопок."
260
 
261
+ #: inc/php/settings_page.php:308
262
  msgid "Alignment"
263
  msgstr "Выравнивание"
264
 
265
+ #: inc/php/settings_page.php:314
266
  msgid "Left"
267
  msgstr "Слева"
268
 
269
+ #: inc/php/settings_page.php:318
270
  msgid "Center"
271
  msgstr "По центру"
272
 
273
+ #: inc/php/settings_page.php:322
274
  msgid "Right"
275
  msgstr "Справа"
276
 
277
+ #: inc/php/settings_page.php:329
278
  msgid "Caption"
279
  msgstr "Заголовок"
280
 
281
+ #: inc/php/settings_page.php:330
282
  msgid ""
283
  "Enter the caption to your social media buttons toolbar. It will be displays "
284
  "before the toolbar."
286
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
287
  "над панелью."
288
 
289
+ #: inc/php/settings_page.php:341
290
  msgid "Preview"
291
  msgstr "Предварительный просмотр"
292
 
293
+ #: inc/php/settings_page.php:343
294
  msgid "Click \"Save Changes\" to update this preview."
295
  msgstr ""
296
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
297
 
298
+ #: inc/php/settings_page.php:349
299
  msgid "Using"
300
  msgstr "Как пользоваться"
301
 
302
+ #: inc/php/settings_page.php:351
303
  msgid ""
304
  "You have several methods for display the social media buttons toolbar "
305
  "(further just \"toolbar\") on your website. But first, fill in the required "
309
  "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала заполните "
310
  "поля для каждой нужной кнопки, а затем нажмите “Сохранить изменения”."
311
 
312
+ #: inc/php/settings_page.php:352
313
  msgid ""
314
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
315
  "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
316
  "section \"Display options\", then click \"Save Changes\". It's that simple!"
317
  msgstr ""
318
 
319
+ #: inc/php/settings_page.php:353
320
  msgid ""
321
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
322
  "following shortcode:"
323
  msgstr ""
324
 
325
+ #: inc/php/settings_page.php:355
326
  msgid ""
327
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
328
  "use the \"Text\" widget and add inside it the following shortcode:"
329
  msgstr ""
330
 
331
+ #: inc/php/settings_page.php:357
332
  msgid ""
333
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
334
  "following code (both variants do the same) to needed place (where you want "
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: 2016-11-07 18:51+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -129,174 +129,182 @@ msgid "Enter the link to your Snapchat profile page"
129
  msgstr ""
130
 
131
  #: inc/php/settings_page.php:165
132
- msgid "Enter the link to your IMDb profile page"
133
  msgstr ""
134
 
135
  #: inc/php/settings_page.php:171
136
- msgid "Enter the link to your SoundCloud profile page"
137
  msgstr ""
138
 
139
  #: inc/php/settings_page.php:177
140
- msgid "Enter the link to your Spotify profile page"
141
  msgstr ""
142
 
143
  #: inc/php/settings_page.php:183
144
- msgid "Enter the link to your MeetVibe profile page"
145
  msgstr ""
146
 
147
  #: inc/php/settings_page.php:189
148
- msgid "Enter the link to your VKontakte profile page"
149
  msgstr ""
150
 
151
  #: inc/php/settings_page.php:195
152
- msgid "Enter the link to your Odnoklassniki profile page"
153
  msgstr ""
154
 
155
  #: inc/php/settings_page.php:201
156
- msgid "Enter the link to your Telegram profile page"
157
  msgstr ""
158
 
159
  #: inc/php/settings_page.php:207
160
- msgid "Enter the link to your GitHub profile page"
161
  msgstr ""
162
 
163
  #: inc/php/settings_page.php:213
164
- msgid "Enter the link to your WordPress profile page"
165
  msgstr ""
166
 
167
  #: inc/php/settings_page.php:219
168
- msgid "Enter the link to your CodePen profile page"
169
  msgstr ""
170
 
171
  #: inc/php/settings_page.php:225
 
 
 
 
 
 
 
 
172
  msgid ""
173
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
174
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
175
  msgstr ""
176
 
177
- #: inc/php/settings_page.php:231
178
  msgid "Enter the link to your personal website"
179
  msgstr ""
180
 
181
- #: inc/php/settings_page.php:237
182
  msgid "Enter your email address with prefix <b>mailto:</b>"
183
  msgstr ""
184
 
185
- #: inc/php/settings_page.php:243
186
  msgid "Enter the link to your RSS Feed"
187
  msgstr ""
188
 
189
- #: inc/php/settings_page.php:247 inc/php/settings_page.php:324
190
  msgid "Save Changes"
191
  msgstr ""
192
 
193
- #: inc/php/settings_page.php:252
194
  msgid "Display options"
195
  msgstr ""
196
 
197
- #: inc/php/settings_page.php:257
198
  msgid "Show on Posts"
199
  msgstr ""
200
 
201
- #: inc/php/settings_page.php:258
202
  msgid "Display toolbar below content on Posts"
203
  msgstr ""
204
 
205
- #: inc/php/settings_page.php:262
206
  msgid "Show on Pages"
207
  msgstr ""
208
 
209
- #: inc/php/settings_page.php:263
210
  msgid "Display toolbar below content on Pages"
211
  msgstr ""
212
 
213
- #: inc/php/settings_page.php:267
214
  msgid "Open link in new tab/window"
215
  msgstr ""
216
 
217
- #: inc/php/settings_page.php:272
218
  msgid "Icon size"
219
  msgstr ""
220
 
221
- #: inc/php/settings_page.php:273
222
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
223
  msgstr ""
224
 
225
- #: inc/php/settings_page.php:279
226
  msgid "Margin right"
227
  msgstr ""
228
 
229
- #: inc/php/settings_page.php:280
230
  msgid ""
231
  "Enter the size of space (in px) between icons in your social media buttons "
232
  "toolbar."
233
  msgstr ""
234
 
235
- #: inc/php/settings_page.php:296
236
  msgid "Alignment"
237
  msgstr ""
238
 
239
- #: inc/php/settings_page.php:302
240
  msgid "Left"
241
  msgstr ""
242
 
243
- #: inc/php/settings_page.php:306
244
  msgid "Center"
245
  msgstr ""
246
 
247
- #: inc/php/settings_page.php:310
248
  msgid "Right"
249
  msgstr ""
250
 
251
- #: inc/php/settings_page.php:317
252
  msgid "Caption"
253
  msgstr ""
254
 
255
- #: inc/php/settings_page.php:318
256
  msgid ""
257
  "Enter the caption to your social media buttons toolbar. It will be displays "
258
  "before the toolbar."
259
  msgstr ""
260
 
261
- #: inc/php/settings_page.php:329
262
  msgid "Preview"
263
  msgstr ""
264
 
265
- #: inc/php/settings_page.php:331
266
  msgid "Click \"Save Changes\" to update this preview."
267
  msgstr ""
268
 
269
- #: inc/php/settings_page.php:337
270
  msgid "Using"
271
  msgstr ""
272
 
273
- #: inc/php/settings_page.php:339
274
  msgid ""
275
  "You have several methods for display the social media buttons toolbar "
276
  "(further just \"toolbar\") on your website. But first, fill in the required "
277
  "fields, then click \"Save Changes\"."
278
  msgstr ""
279
 
280
- #: inc/php/settings_page.php:340
281
  msgid ""
282
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
283
  "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
284
  "section \"Display options\", then click \"Save Changes\". It's that simple!"
285
  msgstr ""
286
 
287
- #: inc/php/settings_page.php:341
288
  msgid ""
289
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
290
  "following shortcode:"
291
  msgstr ""
292
 
293
- #: inc/php/settings_page.php:343
294
  msgid ""
295
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
296
  "use the \"Text\" widget and add inside it the following shortcode:"
297
  msgstr ""
298
 
299
- #: inc/php/settings_page.php:345
300
  msgid ""
301
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
302
  "following code (both variants do the same) to needed place (where you want "
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2016-12-11 10:50+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
129
  msgstr ""
130
 
131
  #: inc/php/settings_page.php:165
132
+ msgid "Enter the link to your Twitch profile page"
133
  msgstr ""
134
 
135
  #: inc/php/settings_page.php:171
136
+ msgid "Enter the link to your IMDb profile page"
137
  msgstr ""
138
 
139
  #: inc/php/settings_page.php:177
140
+ msgid "Enter the link to your SoundCloud profile page"
141
  msgstr ""
142
 
143
  #: inc/php/settings_page.php:183
144
+ msgid "Enter the link to your Spotify profile page"
145
  msgstr ""
146
 
147
  #: inc/php/settings_page.php:189
148
+ msgid "Enter the link to your Dloky profile page"
149
  msgstr ""
150
 
151
  #: inc/php/settings_page.php:195
152
+ msgid "Enter the link to your MeetVibe profile page"
153
  msgstr ""
154
 
155
  #: inc/php/settings_page.php:201
156
+ msgid "Enter the link to your VKontakte profile page"
157
  msgstr ""
158
 
159
  #: inc/php/settings_page.php:207
160
+ msgid "Enter the link to your Odnoklassniki profile page"
161
  msgstr ""
162
 
163
  #: inc/php/settings_page.php:213
164
+ msgid "Enter the link to your Telegram profile page"
165
  msgstr ""
166
 
167
  #: inc/php/settings_page.php:219
168
+ msgid "Enter the link to your GitHub profile page"
169
  msgstr ""
170
 
171
  #: inc/php/settings_page.php:225
172
+ msgid "Enter the link to your WordPress profile page"
173
+ msgstr ""
174
+
175
+ #: inc/php/settings_page.php:231
176
+ msgid "Enter the link to your CodePen profile page"
177
+ msgstr ""
178
+
179
+ #: inc/php/settings_page.php:237
180
  msgid ""
181
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
182
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
183
  msgstr ""
184
 
185
+ #: inc/php/settings_page.php:243
186
  msgid "Enter the link to your personal website"
187
  msgstr ""
188
 
189
+ #: inc/php/settings_page.php:249
190
  msgid "Enter your email address with prefix <b>mailto:</b>"
191
  msgstr ""
192
 
193
+ #: inc/php/settings_page.php:255
194
  msgid "Enter the link to your RSS Feed"
195
  msgstr ""
196
 
197
+ #: inc/php/settings_page.php:259 inc/php/settings_page.php:336
198
  msgid "Save Changes"
199
  msgstr ""
200
 
201
+ #: inc/php/settings_page.php:264
202
  msgid "Display options"
203
  msgstr ""
204
 
205
+ #: inc/php/settings_page.php:269
206
  msgid "Show on Posts"
207
  msgstr ""
208
 
209
+ #: inc/php/settings_page.php:270
210
  msgid "Display toolbar below content on Posts"
211
  msgstr ""
212
 
213
+ #: inc/php/settings_page.php:274
214
  msgid "Show on Pages"
215
  msgstr ""
216
 
217
+ #: inc/php/settings_page.php:275
218
  msgid "Display toolbar below content on Pages"
219
  msgstr ""
220
 
221
+ #: inc/php/settings_page.php:279
222
  msgid "Open link in new tab/window"
223
  msgstr ""
224
 
225
+ #: inc/php/settings_page.php:284
226
  msgid "Icon size"
227
  msgstr ""
228
 
229
+ #: inc/php/settings_page.php:285
230
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
231
  msgstr ""
232
 
233
+ #: inc/php/settings_page.php:291
234
  msgid "Margin right"
235
  msgstr ""
236
 
237
+ #: inc/php/settings_page.php:292
238
  msgid ""
239
  "Enter the size of space (in px) between icons in your social media buttons "
240
  "toolbar."
241
  msgstr ""
242
 
243
+ #: inc/php/settings_page.php:308
244
  msgid "Alignment"
245
  msgstr ""
246
 
247
+ #: inc/php/settings_page.php:314
248
  msgid "Left"
249
  msgstr ""
250
 
251
+ #: inc/php/settings_page.php:318
252
  msgid "Center"
253
  msgstr ""
254
 
255
+ #: inc/php/settings_page.php:322
256
  msgid "Right"
257
  msgstr ""
258
 
259
+ #: inc/php/settings_page.php:329
260
  msgid "Caption"
261
  msgstr ""
262
 
263
+ #: inc/php/settings_page.php:330
264
  msgid ""
265
  "Enter the caption to your social media buttons toolbar. It will be displays "
266
  "before the toolbar."
267
  msgstr ""
268
 
269
+ #: inc/php/settings_page.php:341
270
  msgid "Preview"
271
  msgstr ""
272
 
273
+ #: inc/php/settings_page.php:343
274
  msgid "Click \"Save Changes\" to update this preview."
275
  msgstr ""
276
 
277
+ #: inc/php/settings_page.php:349
278
  msgid "Using"
279
  msgstr ""
280
 
281
+ #: inc/php/settings_page.php:351
282
  msgid ""
283
  "You have several methods for display the social media buttons toolbar "
284
  "(further just \"toolbar\") on your website. But first, fill in the required "
285
  "fields, then click \"Save Changes\"."
286
  msgstr ""
287
 
288
+ #: inc/php/settings_page.php:352
289
  msgid ""
290
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
291
  "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
292
  "section \"Display options\", then click \"Save Changes\". It's that simple!"
293
  msgstr ""
294
 
295
+ #: inc/php/settings_page.php:353
296
  msgid ""
297
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
298
  "following shortcode:"
299
  msgstr ""
300
 
301
+ #: inc/php/settings_page.php:355
302
  msgid ""
303
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
304
  "use the \"Text\" widget and add inside it the following shortcode:"
305
  msgstr ""
306
 
307
+ #: inc/php/settings_page.php:357
308
  msgid ""
309
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
310
  "following code (both variants do the same) to needed place (where you want "
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Social Media Buttons Toolbar ===
2
  Contributors: Arthur Gareginyan
3
- Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, twitter, instagram, google plus, youtube, vimeo, blogger, livejournal, linkedIn, pinterest, tumblr, snapchat, imdb, soundcloud, spotify, dloky, meetvibe, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, rss feed, rss, feed,
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: 3.9
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -45,6 +45,7 @@ It give you finer control over buttons. You can configure they on plugins settin
45
  * Pinterest
46
  * Tumblr
47
  * Snapchat
 
48
  * IMDb
49
  * SoundCloud
50
  * Spotify
@@ -173,7 +174,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
173
 
174
  Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
175
 
176
- Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGareginyan), [imdb.png, dloky.png and snapchat.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](http://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
177
 
178
  [Bootstrap](http://getbootstrap.com) released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
179
 
@@ -185,6 +186,8 @@ Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGare
185
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
186
 
187
  == Changelog ==
 
 
188
  = 3.9 =
189
  * Added option for Dloky button.
190
  * Image of the donate button changed.
1
  === Social Media Buttons Toolbar ===
2
  Contributors: Arthur Gareginyan
3
+ Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, twitter, instagram, google plus, youtube, vimeo, blogger, livejournal, linkedIn, pinterest, tumblr, snapchat, twitch, imdb, soundcloud, spotify, dloky, meetvibe, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, rss feed, rss, feed,
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: 3.10
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
45
  * Pinterest
46
  * Tumblr
47
  * Snapchat
48
+ * Twitch
49
  * IMDb
50
  * SoundCloud
51
  * Spotify
174
 
175
  Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
176
 
177
+ Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGareginyan), [imdb.png, dloky.png, snapchat.png and twitch.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](http://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
178
 
179
  [Bootstrap](http://getbootstrap.com) released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
180
 
186
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
187
 
188
  == Changelog ==
189
+ = 3.10 =
190
+ * Added option for Twitch button.
191
  = 3.9 =
192
  * Added option for Dloky button.
193
  * Image of the donate button changed.
social-media-buttons-toolbar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily add the smart toolbar with social media 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: 3.9
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
@@ -40,14 +40,14 @@ defined('ABSPATH') or die("Restricted access!");
40
  /**
41
  * Define global constants
42
  *
43
- * @since 3.9
44
  */
45
  defined('SMEDIABT_DIR') or define('SMEDIABT_DIR', dirname(plugin_basename(__FILE__)));
46
  defined('SMEDIABT_BASE') or define('SMEDIABT_BASE', plugin_basename(__FILE__));
47
  defined('SMEDIABT_URL') or define('SMEDIABT_URL', plugin_dir_url(__FILE__));
48
  defined('SMEDIABT_PATH') or define('SMEDIABT_PATH', plugin_dir_path(__FILE__));
49
  defined('SMEDIABT_TEXT') or define('SMEDIABT_TEXT', 'social-media-buttons-toolbar');
50
- defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '3.9');
51
 
52
  /**
53
  * Register text domain
5
  * Description: Easily add the smart toolbar with social media 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: 3.10
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
40
  /**
41
  * Define global constants
42
  *
43
+ * @since 3.10
44
  */
45
  defined('SMEDIABT_DIR') or define('SMEDIABT_DIR', dirname(plugin_basename(__FILE__)));
46
  defined('SMEDIABT_BASE') or define('SMEDIABT_BASE', plugin_basename(__FILE__));
47
  defined('SMEDIABT_URL') or define('SMEDIABT_URL', plugin_dir_url(__FILE__));
48
  defined('SMEDIABT_PATH') or define('SMEDIABT_PATH', plugin_dir_path(__FILE__));
49
  defined('SMEDIABT_TEXT') or define('SMEDIABT_TEXT', 'social-media-buttons-toolbar');
50
+ defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '3.10');
51
 
52
  /**
53
  * Register text domain