Social Media Follow Buttons Bar - Version 3.2

Version Description

  • Added option for Skype button.
  • Ready for translation improved.
  • Texts on settings page improved.
  • Russian translation improved.
Download this release

Release Info

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

Code changes from version 3.1 to 3.2

inc/img/social-media-icons/skype.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.0
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
@@ -82,132 +82,138 @@ function smbtoolbar_render_submenu_page() {
82
  <div class="postbox" id="Buttons">
83
  <h3 class="title"><?php _e( 'Buttons', 'social-media-buttons-toolbar' ); ?></h3>
84
  <div class="inside">
85
- <p class="description"><?php _e( 'Enter your User ID for each service you choose below to make the button link directly to your profile. If you don\'t want to use any of the following options, you can just forget about these.', 'social-media-buttons-toolbar' ); ?></p>
86
  <table class="form-table">
87
  <?php smbtoolbar_media( 'facebook',
88
  'Facebook',
89
  'https://www.facebook.com/arthur.gareginyan',
90
- 'Enter the link to your Facebook profile page',
91
  'hhttps://www.facebook.com'
92
  );?>
93
  <?php smbtoolbar_media( 'twitter',
94
  'Twitter',
95
  'https://twitter.com/AGareginyan',
96
- 'Enter the link to your Twitter profile page',
97
  'https://twitter.com'
98
  );?>
99
  <?php smbtoolbar_media( 'instagram',
100
  'Instagram',
101
  'http://instagram.com/arthur_gareginyan/',
102
- 'Enter the link to your Instagram profile page',
103
  'http://instagram.com'
104
  );?>
105
  <?php smbtoolbar_media( 'google-plus',
106
  'Google+',
107
  'https://plus.google.com/u/0/+ArthurGareginyan/',
108
- 'Enter the link to your Google+ profile page',
109
  'https://plus.google.com'
110
  );?>
111
  <?php smbtoolbar_media( 'youtube',
112
  'YouTube',
113
  'https://www.youtube.com/channel/UCvQenE1DumnZy1k5sTvgmSA',
114
- 'Enter the link to your YouTube profile page',
115
  'https://www.youtube.com'
116
  );?>
117
  <?php smbtoolbar_media( 'blogger',
118
  'Blogger',
119
  'http://oneberserk.blogspot.com',
120
- 'Enter the link to your Blogger profile page',
121
  'https://www.blogger.com'
122
  );?>
123
  <?php smbtoolbar_media( 'livejournal',
124
  'LiveJournal',
125
  'http://www.livejournal.com/',
126
- 'Enter the link to your LiveJournal profile page',
127
  'http://www.livejournal.com'
128
  );?>
129
  <?php smbtoolbar_media( 'reddit',
130
  'Reddit',
131
  'https://www.reddit.com/',
132
- 'Enter the link to your Reddit profile page',
133
  'https://www.reddit.com'
134
  );?>
135
  <?php smbtoolbar_media( 'linkedin',
136
  'LinkedIn',
137
  'https://linkedin.com/in/arthurgareginyan',
138
- 'Enter the link to your LinkedIn profile page',
139
  'https://linkedin.com'
140
  );?>
141
  <?php smbtoolbar_media( 'pinterest',
142
  'Pinterest',
143
  'https://www.pinterest.com/',
144
- 'Enter the link to your Pinterest profile page',
145
  'https://www.pinterest.com'
146
  );?>
147
  <?php smbtoolbar_media( 'tumblr',
148
  'Tumblr',
149
  'https://www.tumblr.com/',
150
- 'Enter the link to your Tumblr profile page',
151
  'https://www.tumblr.com'
152
  );?>
153
  <?php smbtoolbar_media( 'meetvibe',
154
  'MeetVibe',
155
  'https://meetvibe.com/',
156
- 'Enter the link to your MeetVibe profile page',
157
  'https://meetvibe.com'
158
  );?>
159
  <?php smbtoolbar_media( 'vkontakte',
160
  'VKontakte',
161
  'https://vk.com/',
162
- 'Enter the link to your VKontakte profile page',
163
  'https://vk.com'
164
  );?>
165
  <?php smbtoolbar_media( 'odnoklassniki',
166
  'Odnoklassniki',
167
  'https://ok.ru/',
168
- 'Enter the link to your Odnoklassniki profile page',
169
  'https://ok.ru'
170
  );?>
171
  <?php smbtoolbar_media( 'telegram',
172
  'Telegram',
173
  'https://telegram.org/',
174
- 'Enter the link to your Telegram profile page',
175
  'https://telegram.org'
176
  );?>
177
  <?php smbtoolbar_media( 'github',
178
- 'Github',
179
  'https://github.com/ArthurGareginyan',
180
- 'Enter the link to your Github profile page',
181
  'https://github.com'
182
  );?>
183
  <?php smbtoolbar_media( 'wordpress',
184
  'WordPress',
185
  'https://profiles.wordpress.org/arthur-gareginyan/',
186
- 'Enter the link to your WordPress profile page',
187
  'https://wordpress.org'
188
  );?>
189
  <?php smbtoolbar_media( 'codepen',
190
- 'Codepen',
191
  'http://codepen.io/berserkr/',
192
- 'Enter the link to your Codepen profile page',
193
  'http://codepen.io'
194
  );?>
 
 
 
 
 
 
195
  <?php smbtoolbar_media( 'website',
196
  'Personal website',
197
  'http://www.arthurgareginyan.com',
198
- 'Enter the link to your personal website',
199
  ''
200
  );?>
201
  <?php smbtoolbar_media( 'email',
202
  'Email',
203
  'mailto:arthurgareginyan@gmail.com',
204
- 'Enter your email address with prefix <b>mailto:</b>',
205
  ''
206
  );?>
207
  <?php smbtoolbar_media( 'rss-feed',
208
  'RSS Feed',
209
  'http://arthurgareginyan.com/feed',
210
- 'Enter the link to your RSS Fedd',
211
  ''
212
  );?>
213
  </table>
@@ -221,37 +227,37 @@ function smbtoolbar_render_submenu_page() {
221
  <p class="description"></p>
222
  <table class="form-table">
223
  <?php smbtoolbar_setting('show_posts',
224
- 'Show on Posts',
225
- 'Display toolbar below content on Posts',
226
  'check'
227
  );?>
228
  <?php smbtoolbar_setting('show_pages',
229
- 'Show on Pages',
230
- 'Display toolbar below content on Pages',
231
  'check'
232
  );?>
233
  <?php smbtoolbar_setting('new_tab',
234
- 'Open link in new tab/window',
235
  '',
236
  'check'
237
  );?>
238
  <?php smbtoolbar_setting('icon-size',
239
- 'Icon size',
240
- 'Enter the size of icons (in px) in your social media buttons toolbar.',
241
  'field',
242
  '64',
243
  '2'
244
  );?>
245
  <?php smbtoolbar_setting('margin-right',
246
- 'Margin right',
247
- 'Enter the size of space (in px) between icons in your social media buttons toolbar.',
248
  'field',
249
  '10',
250
  '2'
251
  );?>
252
  <?php smbtoolbar_setting('caption',
253
- 'Caption',
254
- 'Enter the caption to your social media buttons toolbar. It will be displays before the toolbar.',
255
  'field',
256
  'Follow me in social media:',
257
  '50'
@@ -264,7 +270,7 @@ function smbtoolbar_render_submenu_page() {
264
  <div class="postbox" id="Preview">
265
  <h3 class="title"><?php _e( 'Preview', 'social-media-buttons-toolbar' ); ?></h3>
266
  <div class="inside">
267
- <p class="description"><?php _e( 'Enter your User ID\'s, then click "Save Changes" to update this preview.', 'social-media-buttons-toolbar' ); ?></p></br>
268
  <?php echo smbtoolbar_shortcode(); ?>
269
  </div>
270
  </div>
@@ -272,7 +278,7 @@ function smbtoolbar_render_submenu_page() {
272
  <div class="postbox" id="Using">
273
  <h3 class="title"><?php _e( 'Using', 'social-media-buttons-toolbar' ); ?></h3>
274
  <div class="inside">
275
- <p><?php _e( 'You have several methods for display the social media buttons toolbar (further just "toolbar") on your website. But first, enter a links for each buttons, then click "Save Changes".', 'social-media-buttons-toolbar' ); ?></p>
276
  <p><?php _e( '<b>A)</b> For display the toolbar below content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click "Save Changes". It\'s that simple!', 'social-media-buttons-toolbar' ); ?></p>
277
  <p><?php _e( '<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the following shortcode:', 'social-media-buttons-toolbar' ); ?></p>
278
  <p><?php highlight_string('[smbtoolbar]'); ?></p>
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 3.2
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
82
  <div class="postbox" id="Buttons">
83
  <h3 class="title"><?php _e( 'Buttons', 'social-media-buttons-toolbar' ); ?></h3>
84
  <div class="inside">
85
+ <p class="description"><?php _e( 'Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don\'t want to use any of the following buttons, you can not fill them and then they do not appear.', 'social-media-buttons-toolbar' ); ?></p>
86
  <table class="form-table">
87
  <?php smbtoolbar_media( 'facebook',
88
  'Facebook',
89
  'https://www.facebook.com/arthur.gareginyan',
90
+ __( 'Enter the link to your Facebook profile page', 'social-media-buttons-toolbar' ),
91
  'hhttps://www.facebook.com'
92
  );?>
93
  <?php smbtoolbar_media( 'twitter',
94
  'Twitter',
95
  'https://twitter.com/AGareginyan',
96
+ __( 'Enter the link to your Twitter profile page', 'social-media-buttons-toolbar' ),
97
  'https://twitter.com'
98
  );?>
99
  <?php smbtoolbar_media( 'instagram',
100
  'Instagram',
101
  'http://instagram.com/arthur_gareginyan/',
102
+ __( 'Enter the link to your Instagram profile page', 'social-media-buttons-toolbar' ),
103
  'http://instagram.com'
104
  );?>
105
  <?php smbtoolbar_media( 'google-plus',
106
  'Google+',
107
  'https://plus.google.com/u/0/+ArthurGareginyan/',
108
+ __( 'Enter the link to your Google+ profile page', 'social-media-buttons-toolbar' ),
109
  'https://plus.google.com'
110
  );?>
111
  <?php smbtoolbar_media( 'youtube',
112
  'YouTube',
113
  'https://www.youtube.com/channel/UCvQenE1DumnZy1k5sTvgmSA',
114
+ __( 'Enter the link to your YouTube profile page', 'social-media-buttons-toolbar' ),
115
  'https://www.youtube.com'
116
  );?>
117
  <?php smbtoolbar_media( 'blogger',
118
  'Blogger',
119
  'http://oneberserk.blogspot.com',
120
+ __( 'Enter the link to your Blogger profile page', 'social-media-buttons-toolbar' ),
121
  'https://www.blogger.com'
122
  );?>
123
  <?php smbtoolbar_media( 'livejournal',
124
  'LiveJournal',
125
  'http://www.livejournal.com/',
126
+ __( 'Enter the link to your LiveJournal profile page', 'social-media-buttons-toolbar' ),
127
  'http://www.livejournal.com'
128
  );?>
129
  <?php smbtoolbar_media( 'reddit',
130
  'Reddit',
131
  'https://www.reddit.com/',
132
+ __( 'Enter the link to your Reddit profile page', 'social-media-buttons-toolbar' ),
133
  'https://www.reddit.com'
134
  );?>
135
  <?php smbtoolbar_media( 'linkedin',
136
  'LinkedIn',
137
  'https://linkedin.com/in/arthurgareginyan',
138
+ __( 'Enter the link to your LinkedIn profile page', 'social-media-buttons-toolbar' ),
139
  'https://linkedin.com'
140
  );?>
141
  <?php smbtoolbar_media( 'pinterest',
142
  'Pinterest',
143
  'https://www.pinterest.com/',
144
+ __( 'Enter the link to your Pinterest profile page', 'social-media-buttons-toolbar' ),
145
  'https://www.pinterest.com'
146
  );?>
147
  <?php smbtoolbar_media( 'tumblr',
148
  'Tumblr',
149
  'https://www.tumblr.com/',
150
+ __( 'Enter the link to your Tumblr profile page', 'social-media-buttons-toolbar' ),
151
  'https://www.tumblr.com'
152
  );?>
153
  <?php smbtoolbar_media( 'meetvibe',
154
  'MeetVibe',
155
  'https://meetvibe.com/',
156
+ __( 'Enter the link to your MeetVibe profile page', 'social-media-buttons-toolbar' ),
157
  'https://meetvibe.com'
158
  );?>
159
  <?php smbtoolbar_media( 'vkontakte',
160
  'VKontakte',
161
  'https://vk.com/',
162
+ __( 'Enter the link to your VKontakte profile page', 'social-media-buttons-toolbar' ),
163
  'https://vk.com'
164
  );?>
165
  <?php smbtoolbar_media( 'odnoklassniki',
166
  'Odnoklassniki',
167
  'https://ok.ru/',
168
+ __( 'Enter the link to your Odnoklassniki profile page', 'social-media-buttons-toolbar' ),
169
  'https://ok.ru'
170
  );?>
171
  <?php smbtoolbar_media( 'telegram',
172
  'Telegram',
173
  'https://telegram.org/',
174
+ __( 'Enter the link to your Telegram profile page', 'social-media-buttons-toolbar' ),
175
  'https://telegram.org'
176
  );?>
177
  <?php smbtoolbar_media( 'github',
178
+ 'GitHub',
179
  'https://github.com/ArthurGareginyan',
180
+ __( 'Enter the link to your GitHub profile page', 'social-media-buttons-toolbar' ),
181
  'https://github.com'
182
  );?>
183
  <?php smbtoolbar_media( 'wordpress',
184
  'WordPress',
185
  'https://profiles.wordpress.org/arthur-gareginyan/',
186
+ __( 'Enter the link to your WordPress profile page', 'social-media-buttons-toolbar' ),
187
  'https://wordpress.org'
188
  );?>
189
  <?php smbtoolbar_media( 'codepen',
190
+ 'CodePen',
191
  'http://codepen.io/berserkr/',
192
+ __( 'Enter the link to your CodePen profile page', 'social-media-buttons-toolbar' ),
193
  'http://codepen.io'
194
  );?>
195
+ <?php smbtoolbar_media( 'skype',
196
+ 'Skype',
197
+ 'skype:YourName?call',
198
+ __( 'Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile.', 'social-media-buttons-toolbar' ),
199
+ 'https://www.skype.com'
200
+ );?>
201
  <?php smbtoolbar_media( 'website',
202
  'Personal website',
203
  'http://www.arthurgareginyan.com',
204
+ __( 'Enter the link to your personal website', 'social-media-buttons-toolbar' ),
205
  ''
206
  );?>
207
  <?php smbtoolbar_media( 'email',
208
  'Email',
209
  'mailto:arthurgareginyan@gmail.com',
210
+ __( 'Enter your email address with prefix <b>mailto:</b>', 'social-media-buttons-toolbar' ),
211
  ''
212
  );?>
213
  <?php smbtoolbar_media( 'rss-feed',
214
  'RSS Feed',
215
  'http://arthurgareginyan.com/feed',
216
+ __( 'Enter the link to your RSS Feed', 'social-media-buttons-toolbar' ),
217
  ''
218
  );?>
219
  </table>
227
  <p class="description"></p>
228
  <table class="form-table">
229
  <?php smbtoolbar_setting('show_posts',
230
+ __( 'Show on Posts', 'social-media-buttons-toolbar' ),
231
+ __( 'Display toolbar below content on Posts', 'social-media-buttons-toolbar' ),
232
  'check'
233
  );?>
234
  <?php smbtoolbar_setting('show_pages',
235
+ __( 'Show on Pages', 'social-media-buttons-toolbar' ),
236
+ __( 'Display toolbar below content on Pages', 'social-media-buttons-toolbar' ),
237
  'check'
238
  );?>
239
  <?php smbtoolbar_setting('new_tab',
240
+ __( 'Open link in new tab/window', 'social-media-buttons-toolbar' ),
241
  '',
242
  'check'
243
  );?>
244
  <?php smbtoolbar_setting('icon-size',
245
+ __( 'Icon size', 'social-media-buttons-toolbar' ),
246
+ __( 'Enter the size of icons (in px) in your social media buttons toolbar.', 'social-media-buttons-toolbar' ),
247
  'field',
248
  '64',
249
  '2'
250
  );?>
251
  <?php smbtoolbar_setting('margin-right',
252
+ __( 'Margin right', 'social-media-buttons-toolbar' ),
253
+ __( 'Enter the size of space (in px) between icons in your social media buttons toolbar.', 'social-media-buttons-toolbar' ),
254
  'field',
255
  '10',
256
  '2'
257
  );?>
258
  <?php smbtoolbar_setting('caption',
259
+ __( 'Caption', 'social-media-buttons-toolbar' ),
260
+ __( 'Enter the caption to your social media buttons toolbar. It will be displays before the toolbar.', 'social-media-buttons-toolbar' ),
261
  'field',
262
  'Follow me in social media:',
263
  '50'
270
  <div class="postbox" id="Preview">
271
  <h3 class="title"><?php _e( 'Preview', 'social-media-buttons-toolbar' ); ?></h3>
272
  <div class="inside">
273
+ <p class="description"><?php _e( 'Click "Save Changes" to update this preview.', 'social-media-buttons-toolbar' ); ?></p></br>
274
  <?php echo smbtoolbar_shortcode(); ?>
275
  </div>
276
  </div>
278
  <div class="postbox" id="Using">
279
  <h3 class="title"><?php _e( 'Using', 'social-media-buttons-toolbar' ); ?></h3>
280
  <div class="inside">
281
+ <p><?php _e( 'You have several methods for display the social media buttons toolbar (further just "toolbar") on your website. But first, fill in the required fields, then click "Save Changes".', 'social-media-buttons-toolbar' ); ?></p>
282
  <p><?php _e( '<b>A)</b> For display the toolbar below content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click "Save Changes". It\'s that simple!', 'social-media-buttons-toolbar' ); ?></p>
283
  <p><?php _e( '<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the following shortcode:', 'social-media-buttons-toolbar' ); ?></p>
284
  <p><?php highlight_string('[smbtoolbar]'); ?></p>
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-08-23 07:14+0300\n"
5
- "PO-Revision-Date: 2016-08-23 07:14+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -22,11 +22,11 @@ msgstr ""
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
  #. Plugin Name of the plugin/theme
25
- #: inc/settings_page.php:24 social-media-buttons-toolbar.php:82
26
  msgid "Social Media Buttons Toolbar"
27
  msgstr ""
28
 
29
- #: inc/settings_page.php:27
30
  msgid ""
31
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
32
  "Gareginyan</a>"
@@ -34,11 +34,11 @@ msgstr ""
34
  "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
35
  "Гарегинян</a>"
36
 
37
- #: inc/settings_page.php:38
38
  msgid "About"
39
  msgstr "О плагине"
40
 
41
- #: inc/settings_page.php:40
42
  msgid ""
43
  "This plugin allows you to easily add the social media buttons toolbar to any "
44
  "place of your website."
@@ -46,19 +46,19 @@ msgstr ""
46
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
47
  "место на вашем веб-сайте."
48
 
49
- #: inc/settings_page.php:45
50
  msgid "Help"
51
  msgstr "Помощь"
52
 
53
- #: inc/settings_page.php:47
54
  msgid "Got something to say? Need help?"
55
  msgstr "Есть что сказать? Нужна помощь?"
56
 
57
- #: inc/settings_page.php:53
58
  msgid "Donate"
59
  msgstr "Пожертвование"
60
 
61
- #: inc/settings_page.php:55
62
  msgid ""
63
  "If you like this plugin and find it useful, please help me to make this "
64
  "plugin even better and keep it up-to-date."
@@ -66,92 +66,234 @@ msgstr ""
66
  "Если вам нравится этот плагин и вы находите его полезным, то пожалуйста "
67
  "помогите мне сделать его ещё лучше."
68
 
69
- #: inc/settings_page.php:59
70
  msgid "Thanks for your support!"
71
  msgstr "Спасибо за вашу поддержку!"
72
 
73
- #: inc/settings_page.php:64
74
  msgid "Advertisement"
75
  msgstr "Реклама"
76
 
77
- #: inc/settings_page.php:83
78
  msgid "Buttons"
79
  msgstr "Кнопки"
80
 
81
- #: inc/settings_page.php:85
82
  msgid ""
83
- "Enter your User ID for each service you choose below to make the button link "
84
- "directly to your profile. If you don't want to use any of the following "
85
- "options, you can just forget about these."
 
86
  msgstr ""
87
- "Введите ваш ID пользователя для каждой службы, которую вы выберите ниже, "
88
- "чтобы создать кнопку с ссылкой на свой профиль. Если вы не хотите "
89
- "использовать какие-либо из следующих опций, то вы можете просто забыть о них."
 
90
 
91
- #: inc/settings_page.php:214 inc/settings_page.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  msgid "Save Changes"
93
  msgstr "Сохранить изменения"
94
 
95
- #: inc/settings_page.php:219
96
  msgid "Display options"
97
  msgstr "Настройки отображения"
98
 
99
- #: inc/settings_page.php:265
100
- msgid "Preview"
101
- msgstr "Предварительный просмотр"
 
 
 
 
102
 
103
- #: inc/settings_page.php:267
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  msgid ""
105
- "Enter your User ID's, then click \"Save Changes\" to update this preview."
 
106
  msgstr ""
107
- "Введите ваши ID пользователя, а затем нажмите кнопку “Сохранить изменения”, "
108
- "чтобы обновить этот просмотр."
109
 
110
- #: inc/settings_page.php:273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgid "Using"
112
  msgstr "Использование:"
113
 
114
- #: inc/settings_page.php:275
115
  msgid ""
116
  "You have several methods for display the social media buttons toolbar "
117
- "(further just \"toolbar\") on your website. But first, enter a links for "
118
- "each buttons, then click \"Save Changes\"."
119
  msgstr ""
120
  "У вас есть несколько способов для того, чтобы отобразить блок социальных "
121
- "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала укажите "
122
- "ссылки для каждой кнопки, а затем нажмите “Сохранить изменения”."
123
 
124
- #: inc/settings_page.php:276
125
  msgid ""
126
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
127
  "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
128
  "section \"Display options\", then click \"Save Changes\". It's that simple!"
129
  msgstr ""
130
 
131
- #: inc/settings_page.php:277
132
  msgid ""
133
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
134
  "following shortcode:"
135
  msgstr ""
136
 
137
- #: inc/settings_page.php:279
138
  msgid ""
139
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
140
  "use the \"Text\" widget and add inside it the following shortcode:"
141
  msgstr ""
142
 
143
- #: inc/settings_page.php:281
144
  msgid ""
145
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
146
  "following code (both variants do the same) to needed place (where you want "
147
  "to display the toolbar) in your theme files:"
148
  msgstr ""
149
 
150
- #: social-media-buttons-toolbar.php:70
151
  msgid "Settings"
152
  msgstr "Настройки"
153
 
154
- #: social-media-buttons-toolbar.php:82
155
  msgid "Social Buttons"
156
  msgstr "Социальные кнопки"
157
 
@@ -164,6 +306,8 @@ msgid ""
164
  "Easily add the smart toolbar with social media buttons (not share, only link "
165
  "to your profiles) to any place of your WordPress website."
166
  msgstr ""
 
 
167
 
168
  #. Author of the plugin/theme
169
  msgid "Arthur Gareginyan"
@@ -173,6 +317,40 @@ msgstr "Артур Гарегинян"
173
  msgid "http://www.arthurgareginyan.com"
174
  msgstr ""
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  #~ msgid "Advertising"
177
  #~ msgstr "Реклама"
178
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2016-09-04 11:16+0300\n"
5
+ "PO-Revision-Date: 2016-09-04 11:30+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
  #. Plugin Name of the plugin/theme
25
+ #: inc/php/settings_page.php:24 social-media-buttons-toolbar.php:84
26
  msgid "Social Media Buttons Toolbar"
27
  msgstr ""
28
 
29
+ #: inc/php/settings_page.php:27
30
  msgid ""
31
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
32
  "Gareginyan</a>"
34
  "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
35
  "Гарегинян</a>"
36
 
37
+ #: inc/php/settings_page.php:38
38
  msgid "About"
39
  msgstr "О плагине"
40
 
41
+ #: inc/php/settings_page.php:40
42
  msgid ""
43
  "This plugin allows you to easily add the social media buttons toolbar to any "
44
  "place of your website."
46
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
47
  "место на вашем веб-сайте."
48
 
49
+ #: inc/php/settings_page.php:45
50
  msgid "Help"
51
  msgstr "Помощь"
52
 
53
+ #: inc/php/settings_page.php:47
54
  msgid "Got something to say? Need help?"
55
  msgstr "Есть что сказать? Нужна помощь?"
56
 
57
+ #: inc/php/settings_page.php:53
58
  msgid "Donate"
59
  msgstr "Пожертвование"
60
 
61
+ #: inc/php/settings_page.php:55
62
  msgid ""
63
  "If you like this plugin and find it useful, please help me to make this "
64
  "plugin even better and keep it up-to-date."
66
  "Если вам нравится этот плагин и вы находите его полезным, то пожалуйста "
67
  "помогите мне сделать его ещё лучше."
68
 
69
+ #: inc/php/settings_page.php:59
70
  msgid "Thanks for your support!"
71
  msgstr "Спасибо за вашу поддержку!"
72
 
73
+ #: inc/php/settings_page.php:64
74
  msgid "Advertisement"
75
  msgstr "Реклама"
76
 
77
+ #: inc/php/settings_page.php:83
78
  msgid "Buttons"
79
  msgstr "Кнопки"
80
 
81
+ #: inc/php/settings_page.php:85
82
  msgid ""
83
+ "Just fill in the required fields to make a buttons. The social networking "
84
+ "buttons will lead directly to your profile pages. If you don't want to use "
85
+ "any of the following buttons, you can not fill them and then they do not "
86
+ "appear."
87
  msgstr ""
88
+ "Просто заполните необходимые поля, чтобы создать кнопки. Кнопки социальных "
89
+ "медиа будут вести непосредственно к вашим страницам профиля. Если вы не "
90
+ "хотите использовать любой из следующих кнопок, то вы можете не заполнить их "
91
+ "и тогда они не появятся."
92
 
93
+ #: inc/php/settings_page.php:90
94
+ msgid "Enter the link to your Facebook profile page"
95
+ msgstr "Введите ссылку на вашу страницу профиля Facebook"
96
+
97
+ #: inc/php/settings_page.php:96
98
+ msgid "Enter the link to your Twitter profile page"
99
+ msgstr "Введите ссылку на вашу страницу профиля Twitter"
100
+
101
+ #: inc/php/settings_page.php:102
102
+ msgid "Enter the link to your Instagram profile page"
103
+ msgstr "Введите ссылку на вашу страницу профиля Instagram"
104
+
105
+ #: inc/php/settings_page.php:108
106
+ msgid "Enter the link to your Google+ profile page"
107
+ msgstr "Введите ссылку на вашу страницу профиля Google+"
108
+
109
+ #: inc/php/settings_page.php:114
110
+ msgid "Enter the link to your YouTube profile page"
111
+ msgstr "Введите ссылку на вашу страницу профиля YouTube"
112
+
113
+ #: inc/php/settings_page.php:120
114
+ msgid "Enter the link to your Blogger profile page"
115
+ msgstr "Введите ссылку на вашу страницу профиля Blogger"
116
+
117
+ #: inc/php/settings_page.php:126
118
+ msgid "Enter the link to your LiveJournal profile page"
119
+ msgstr "Введите ссылку на вашу страницу профиля LiveJournal"
120
+
121
+ #: inc/php/settings_page.php:132
122
+ msgid "Enter the link to your Reddit profile page"
123
+ msgstr "Введите ссылку на вашу страницу профиля Reddit"
124
+
125
+ #: inc/php/settings_page.php:138
126
+ msgid "Enter the link to your LinkedIn profile page"
127
+ msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
128
+
129
+ #: inc/php/settings_page.php:144
130
+ msgid "Enter the link to your Pinterest profile page"
131
+ msgstr "Введите ссылку на вашу страницу профиля Pinterest"
132
+
133
+ #: inc/php/settings_page.php:150
134
+ msgid "Enter the link to your Tumblr profile page"
135
+ msgstr "Введите ссылку на вашу страницу профиля Tumblr"
136
+
137
+ #: inc/php/settings_page.php:156
138
+ msgid "Enter the link to your MeetVibe profile page"
139
+ msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
140
+
141
+ #: inc/php/settings_page.php:162
142
+ msgid "Enter the link to your VKontakte profile page"
143
+ msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
144
+
145
+ #: inc/php/settings_page.php:168
146
+ msgid "Enter the link to your Odnoklassniki profile page"
147
+ msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
148
+
149
+ #: inc/php/settings_page.php:174
150
+ msgid "Enter the link to your Telegram profile page"
151
+ msgstr "Введите ссылку на вашу страницу профиля Telegram"
152
+
153
+ #: inc/php/settings_page.php:180
154
+ msgid "Enter the link to your GitHub profile page"
155
+ msgstr "Введите ссылку на вашу страницу профиля GitHub"
156
+
157
+ #: inc/php/settings_page.php:186
158
+ msgid "Enter the link to your WordPress profile page"
159
+ msgstr "Введите ссылку на вашу страницу профиля WordPress"
160
+
161
+ #: inc/php/settings_page.php:192
162
+ msgid "Enter the link to your CodePen profile page"
163
+ msgstr "Введите ссылку на вашу страницу профиля CodePen"
164
+
165
+ #: inc/php/settings_page.php:198
166
+ msgid ""
167
+ "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
168
+ "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile."
169
+ msgstr ""
170
+ "Введите свое имя в Skype с приставкой <b>skype:</b> и суффиксом <b>?call</"
171
+ "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
172
+ "профиля."
173
+
174
+ #: inc/php/settings_page.php:204
175
+ msgid "Enter the link to your personal website"
176
+ msgstr "Введите ссылку на ваш персональный сайт"
177
+
178
+ #: inc/php/settings_page.php:210
179
+ msgid "Enter your email address with prefix <b>mailto:</b>"
180
+ msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
181
+
182
+ #: inc/php/settings_page.php:216
183
+ msgid "Enter the link to your RSS Feed"
184
+ msgstr "Введите ссылку на ваш RSS поток"
185
+
186
+ #: inc/php/settings_page.php:220 inc/php/settings_page.php:266
187
  msgid "Save Changes"
188
  msgstr "Сохранить изменения"
189
 
190
+ #: inc/php/settings_page.php:225
191
  msgid "Display options"
192
  msgstr "Настройки отображения"
193
 
194
+ #: inc/php/settings_page.php:230
195
+ msgid "Show on Posts"
196
+ msgstr "Показать в записях"
197
+
198
+ #: inc/php/settings_page.php:231
199
+ msgid "Display toolbar below content on Posts"
200
+ msgstr "Показывать кнопки под содержанием в записях"
201
 
202
+ #: inc/php/settings_page.php:235
203
+ msgid "Show on Pages"
204
+ msgstr "Показывать на страницах"
205
+
206
+ #: inc/php/settings_page.php:236
207
+ msgid "Display toolbar below content on Pages"
208
+ msgstr "Показывать кнопки под содержанием на страницах"
209
+
210
+ #: inc/php/settings_page.php:240
211
+ msgid "Open link in new tab/window"
212
+ msgstr "Открыть ссылку в новом окне/вкладке"
213
+
214
+ #: inc/php/settings_page.php:245
215
+ msgid "Icon size"
216
+ msgstr "Размер иконки"
217
+
218
+ #: inc/php/settings_page.php:246
219
+ msgid "Enter the size of icons (in px) in your social media buttons toolbar."
220
+ msgstr ""
221
+
222
+ #: inc/php/settings_page.php:252
223
+ msgid "Margin right"
224
+ msgstr "Отступ справа"
225
+
226
+ #: inc/php/settings_page.php:253
227
  msgid ""
228
+ "Enter the size of space (in px) between icons in your social media buttons "
229
+ "toolbar."
230
  msgstr ""
 
 
231
 
232
+ #: inc/php/settings_page.php:259
233
+ msgid "Caption"
234
+ msgstr "Заголовок"
235
+
236
+ #: inc/php/settings_page.php:260
237
+ msgid ""
238
+ "Enter the caption to your social media buttons toolbar. It will be displays "
239
+ "before the toolbar."
240
+ msgstr ""
241
+ "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
242
+ "над панелью."
243
+
244
+ #: inc/php/settings_page.php:271
245
+ msgid "Preview"
246
+ msgstr "Предварительный просмотр"
247
+
248
+ #: inc/php/settings_page.php:273
249
+ msgid "Click \"Save Changes\" to update this preview."
250
+ msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот просмотр."
251
+
252
+ #: inc/php/settings_page.php:279
253
  msgid "Using"
254
  msgstr "Использование:"
255
 
256
+ #: inc/php/settings_page.php:281
257
  msgid ""
258
  "You have several methods for display the social media buttons toolbar "
259
+ "(further just \"toolbar\") on your website. But first, fill in the required "
260
+ "fields, then click \"Save Changes\"."
261
  msgstr ""
262
  "У вас есть несколько способов для того, чтобы отобразить блок социальных "
263
+ "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала заполните "
264
+ "поля для каждой нужной кнопки, а затем нажмите “Сохранить изменения”."
265
 
266
+ #: inc/php/settings_page.php:282
267
  msgid ""
268
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
269
  "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
270
  "section \"Display options\", then click \"Save Changes\". It's that simple!"
271
  msgstr ""
272
 
273
+ #: inc/php/settings_page.php:283
274
  msgid ""
275
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
276
  "following shortcode:"
277
  msgstr ""
278
 
279
+ #: inc/php/settings_page.php:285
280
  msgid ""
281
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
282
  "use the \"Text\" widget and add inside it the following shortcode:"
283
  msgstr ""
284
 
285
+ #: inc/php/settings_page.php:287
286
  msgid ""
287
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
288
  "following code (both variants do the same) to needed place (where you want "
289
  "to display the toolbar) in your theme files:"
290
  msgstr ""
291
 
292
+ #: social-media-buttons-toolbar.php:72
293
  msgid "Settings"
294
  msgstr "Настройки"
295
 
296
+ #: social-media-buttons-toolbar.php:84
297
  msgid "Social Buttons"
298
  msgstr "Социальные кнопки"
299
 
306
  "Easily add the smart toolbar with social media buttons (not share, only link "
307
  "to your profiles) to any place of your WordPress website."
308
  msgstr ""
309
+ "Легко добавьте умный блок с кнопками социальных медиа (не расшаривание, а "
310
+ "только ссылки на ваши профили) в любое место вашего WordPress веб-сайта."
311
 
312
  #. Author of the plugin/theme
313
  msgid "Arthur Gareginyan"
317
  msgid "http://www.arthurgareginyan.com"
318
  msgstr ""
319
 
320
+ #~ msgid "Enter the link to your Github profile page"
321
+ #~ msgstr "Введите ссылку на вашу страницу профиля Github"
322
+
323
+ #~ msgid "Enter the link to your Codepen profile page"
324
+ #~ msgstr "Введите ссылку на вашу страницу профиля Codepen"
325
+
326
+ #~ msgid "Enter the link to your RSS Fedd"
327
+ #~ msgstr "Введите ссылку на ваш RSS Feed"
328
+
329
+ #~ msgid ""
330
+ #~ "Enter your User ID for each service you choose below to make the button "
331
+ #~ "link directly to your profile. If you don't want to use any of the "
332
+ #~ "following options, you can just forget about these."
333
+ #~ msgstr ""
334
+ #~ "Введите ваш ID пользователя для каждой службы, которую вы выберите ниже, "
335
+ #~ "чтобы создать кнопку с ссылкой на свой профиль. Если вы не хотите "
336
+ #~ "использовать какие-либо из следующих опций, то вы можете просто забыть о "
337
+ #~ "них."
338
+
339
+ #~ msgid ""
340
+ #~ "Enter your User ID's, then click \"Save Changes\" to update this preview."
341
+ #~ msgstr ""
342
+ #~ "Введите ваши ID пользователя, а затем нажмите кнопку “Сохранить "
343
+ #~ "изменения”, чтобы обновить этот просмотр."
344
+
345
+ #~ msgid ""
346
+ #~ "You have several methods for display the social media buttons toolbar "
347
+ #~ "(further just \"toolbar\") on your website. But first, enter a links for "
348
+ #~ "each buttons, then click \"Save Changes\"."
349
+ #~ msgstr ""
350
+ #~ "У вас есть несколько способов для того, чтобы отобразить блок социальных "
351
+ #~ "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала "
352
+ #~ "укажите ссылки для каждой кнопки, а затем нажмите “Сохранить изменения”."
353
+
354
  #~ msgid "Advertising"
355
  #~ msgstr "Реклама"
356
 
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-08-23 07:14+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -21,122 +21,260 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
  #. Plugin Name of the plugin/theme
24
- #: inc/settings_page.php:24 social-media-buttons-toolbar.php:82
25
  msgid "Social Media Buttons Toolbar"
26
  msgstr ""
27
 
28
- #: inc/settings_page.php:27
29
  msgid ""
30
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
31
  "Gareginyan</a>"
32
  msgstr ""
33
 
34
- #: inc/settings_page.php:38
35
  msgid "About"
36
  msgstr ""
37
 
38
- #: inc/settings_page.php:40
39
  msgid ""
40
  "This plugin allows you to easily add the social media buttons toolbar to any "
41
  "place of your website."
42
  msgstr ""
43
 
44
- #: inc/settings_page.php:45
45
  msgid "Help"
46
  msgstr ""
47
 
48
- #: inc/settings_page.php:47
49
  msgid "Got something to say? Need help?"
50
  msgstr ""
51
 
52
- #: inc/settings_page.php:53
53
  msgid "Donate"
54
  msgstr ""
55
 
56
- #: inc/settings_page.php:55
57
  msgid ""
58
  "If you like this plugin and find it useful, please help me to make this "
59
  "plugin even better and keep it up-to-date."
60
  msgstr ""
61
 
62
- #: inc/settings_page.php:59
63
  msgid "Thanks for your support!"
64
  msgstr ""
65
 
66
- #: inc/settings_page.php:64
67
  msgid "Advertisement"
68
  msgstr ""
69
 
70
- #: inc/settings_page.php:83
71
  msgid "Buttons"
72
  msgstr ""
73
 
74
- #: inc/settings_page.php:85
75
  msgid ""
76
- "Enter your User ID for each service you choose below to make the button link "
77
- "directly to your profile. If you don't want to use any of the following "
78
- "options, you can just forget about these."
 
79
  msgstr ""
80
 
81
- #: inc/settings_page.php:214 inc/settings_page.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  msgid "Save Changes"
83
  msgstr ""
84
 
85
- #: inc/settings_page.php:219
86
  msgid "Display options"
87
  msgstr ""
88
 
89
- #: inc/settings_page.php:265
90
- msgid "Preview"
91
  msgstr ""
92
 
93
- #: inc/settings_page.php:267
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  msgid ""
95
- "Enter your User ID's, then click \"Save Changes\" to update this preview."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  msgstr ""
97
 
98
- #: inc/settings_page.php:273
99
  msgid "Using"
100
  msgstr ""
101
 
102
- #: inc/settings_page.php:275
103
  msgid ""
104
  "You have several methods for display the social media buttons toolbar "
105
- "(further just \"toolbar\") on your website. But first, enter a links for "
106
- "each buttons, then click \"Save Changes\"."
107
  msgstr ""
108
 
109
- #: inc/settings_page.php:276
110
  msgid ""
111
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
112
  "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
113
  "section \"Display options\", then click \"Save Changes\". It's that simple!"
114
  msgstr ""
115
 
116
- #: inc/settings_page.php:277
117
  msgid ""
118
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
119
  "following shortcode:"
120
  msgstr ""
121
 
122
- #: inc/settings_page.php:279
123
  msgid ""
124
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
125
  "use the \"Text\" widget and add inside it the following shortcode:"
126
  msgstr ""
127
 
128
- #: inc/settings_page.php:281
129
  msgid ""
130
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
131
  "following code (both variants do the same) to needed place (where you want "
132
  "to display the toolbar) in your theme files:"
133
  msgstr ""
134
 
135
- #: social-media-buttons-toolbar.php:70
136
  msgid "Settings"
137
  msgstr ""
138
 
139
- #: social-media-buttons-toolbar.php:82
140
  msgid "Social Buttons"
141
  msgstr ""
142
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2016-09-04 11:16+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
  #. Plugin Name of the plugin/theme
24
+ #: inc/php/settings_page.php:24 social-media-buttons-toolbar.php:84
25
  msgid "Social Media Buttons Toolbar"
26
  msgstr ""
27
 
28
+ #: inc/php/settings_page.php:27
29
  msgid ""
30
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
31
  "Gareginyan</a>"
32
  msgstr ""
33
 
34
+ #: inc/php/settings_page.php:38
35
  msgid "About"
36
  msgstr ""
37
 
38
+ #: inc/php/settings_page.php:40
39
  msgid ""
40
  "This plugin allows you to easily add the social media buttons toolbar to any "
41
  "place of your website."
42
  msgstr ""
43
 
44
+ #: inc/php/settings_page.php:45
45
  msgid "Help"
46
  msgstr ""
47
 
48
+ #: inc/php/settings_page.php:47
49
  msgid "Got something to say? Need help?"
50
  msgstr ""
51
 
52
+ #: inc/php/settings_page.php:53
53
  msgid "Donate"
54
  msgstr ""
55
 
56
+ #: inc/php/settings_page.php:55
57
  msgid ""
58
  "If you like this plugin and find it useful, please help me to make this "
59
  "plugin even better and keep it up-to-date."
60
  msgstr ""
61
 
62
+ #: inc/php/settings_page.php:59
63
  msgid "Thanks for your support!"
64
  msgstr ""
65
 
66
+ #: inc/php/settings_page.php:64
67
  msgid "Advertisement"
68
  msgstr ""
69
 
70
+ #: inc/php/settings_page.php:83
71
  msgid "Buttons"
72
  msgstr ""
73
 
74
+ #: inc/php/settings_page.php:85
75
  msgid ""
76
+ "Just fill in the required fields to make a buttons. The social networking "
77
+ "buttons will lead directly to your profile pages. If you don't want to use "
78
+ "any of the following buttons, you can not fill them and then they do not "
79
+ "appear."
80
  msgstr ""
81
 
82
+ #: inc/php/settings_page.php:90
83
+ msgid "Enter the link to your Facebook profile page"
84
+ msgstr ""
85
+
86
+ #: inc/php/settings_page.php:96
87
+ msgid "Enter the link to your Twitter profile page"
88
+ msgstr ""
89
+
90
+ #: inc/php/settings_page.php:102
91
+ msgid "Enter the link to your Instagram profile page"
92
+ msgstr ""
93
+
94
+ #: inc/php/settings_page.php:108
95
+ msgid "Enter the link to your Google+ profile page"
96
+ msgstr ""
97
+
98
+ #: inc/php/settings_page.php:114
99
+ msgid "Enter the link to your YouTube profile page"
100
+ msgstr ""
101
+
102
+ #: inc/php/settings_page.php:120
103
+ msgid "Enter the link to your Blogger profile page"
104
+ msgstr ""
105
+
106
+ #: inc/php/settings_page.php:126
107
+ msgid "Enter the link to your LiveJournal profile page"
108
+ msgstr ""
109
+
110
+ #: inc/php/settings_page.php:132
111
+ msgid "Enter the link to your Reddit profile page"
112
+ msgstr ""
113
+
114
+ #: inc/php/settings_page.php:138
115
+ msgid "Enter the link to your LinkedIn profile page"
116
+ msgstr ""
117
+
118
+ #: inc/php/settings_page.php:144
119
+ msgid "Enter the link to your Pinterest profile page"
120
+ msgstr ""
121
+
122
+ #: inc/php/settings_page.php:150
123
+ msgid "Enter the link to your Tumblr profile page"
124
+ msgstr ""
125
+
126
+ #: inc/php/settings_page.php:156
127
+ msgid "Enter the link to your MeetVibe profile page"
128
+ msgstr ""
129
+
130
+ #: inc/php/settings_page.php:162
131
+ msgid "Enter the link to your VKontakte profile page"
132
+ msgstr ""
133
+
134
+ #: inc/php/settings_page.php:168
135
+ msgid "Enter the link to your Odnoklassniki profile page"
136
+ msgstr ""
137
+
138
+ #: inc/php/settings_page.php:174
139
+ msgid "Enter the link to your Telegram profile page"
140
+ msgstr ""
141
+
142
+ #: inc/php/settings_page.php:180
143
+ msgid "Enter the link to your GitHub profile page"
144
+ msgstr ""
145
+
146
+ #: inc/php/settings_page.php:186
147
+ msgid "Enter the link to your WordPress profile page"
148
+ msgstr ""
149
+
150
+ #: inc/php/settings_page.php:192
151
+ msgid "Enter the link to your CodePen profile page"
152
+ msgstr ""
153
+
154
+ #: inc/php/settings_page.php:198
155
+ msgid ""
156
+ "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
157
+ "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile."
158
+ msgstr ""
159
+
160
+ #: inc/php/settings_page.php:204
161
+ msgid "Enter the link to your personal website"
162
+ msgstr ""
163
+
164
+ #: inc/php/settings_page.php:210
165
+ msgid "Enter your email address with prefix <b>mailto:</b>"
166
+ msgstr ""
167
+
168
+ #: inc/php/settings_page.php:216
169
+ msgid "Enter the link to your RSS Feed"
170
+ msgstr ""
171
+
172
+ #: inc/php/settings_page.php:220 inc/php/settings_page.php:266
173
  msgid "Save Changes"
174
  msgstr ""
175
 
176
+ #: inc/php/settings_page.php:225
177
  msgid "Display options"
178
  msgstr ""
179
 
180
+ #: inc/php/settings_page.php:230
181
+ msgid "Show on Posts"
182
  msgstr ""
183
 
184
+ #: inc/php/settings_page.php:231
185
+ msgid "Display toolbar below content on Posts"
186
+ msgstr ""
187
+
188
+ #: inc/php/settings_page.php:235
189
+ msgid "Show on Pages"
190
+ msgstr ""
191
+
192
+ #: inc/php/settings_page.php:236
193
+ msgid "Display toolbar below content on Pages"
194
+ msgstr ""
195
+
196
+ #: inc/php/settings_page.php:240
197
+ msgid "Open link in new tab/window"
198
+ msgstr ""
199
+
200
+ #: inc/php/settings_page.php:245
201
+ msgid "Icon size"
202
+ msgstr ""
203
+
204
+ #: inc/php/settings_page.php:246
205
+ msgid "Enter the size of icons (in px) in your social media buttons toolbar."
206
+ msgstr ""
207
+
208
+ #: inc/php/settings_page.php:252
209
+ msgid "Margin right"
210
+ msgstr ""
211
+
212
+ #: inc/php/settings_page.php:253
213
  msgid ""
214
+ "Enter the size of space (in px) between icons in your social media buttons "
215
+ "toolbar."
216
+ msgstr ""
217
+
218
+ #: inc/php/settings_page.php:259
219
+ msgid "Caption"
220
+ msgstr ""
221
+
222
+ #: inc/php/settings_page.php:260
223
+ msgid ""
224
+ "Enter the caption to your social media buttons toolbar. It will be displays "
225
+ "before the toolbar."
226
+ msgstr ""
227
+
228
+ #: inc/php/settings_page.php:271
229
+ msgid "Preview"
230
+ msgstr ""
231
+
232
+ #: inc/php/settings_page.php:273
233
+ msgid "Click \"Save Changes\" to update this preview."
234
  msgstr ""
235
 
236
+ #: inc/php/settings_page.php:279
237
  msgid "Using"
238
  msgstr ""
239
 
240
+ #: inc/php/settings_page.php:281
241
  msgid ""
242
  "You have several methods for display the social media buttons toolbar "
243
+ "(further just \"toolbar\") on your website. But first, fill in the required "
244
+ "fields, then click \"Save Changes\"."
245
  msgstr ""
246
 
247
+ #: inc/php/settings_page.php:282
248
  msgid ""
249
  "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
250
  "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
251
  "section \"Display options\", then click \"Save Changes\". It's that simple!"
252
  msgstr ""
253
 
254
+ #: inc/php/settings_page.php:283
255
  msgid ""
256
  "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
257
  "following shortcode:"
258
  msgstr ""
259
 
260
+ #: inc/php/settings_page.php:285
261
  msgid ""
262
  "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
263
  "use the \"Text\" widget and add inside it the following shortcode:"
264
  msgstr ""
265
 
266
+ #: inc/php/settings_page.php:287
267
  msgid ""
268
  "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
269
  "following code (both variants do the same) to needed place (where you want "
270
  "to display the toolbar) in your theme files:"
271
  msgstr ""
272
 
273
+ #: social-media-buttons-toolbar.php:72
274
  msgid "Settings"
275
  msgstr ""
276
 
277
+ #: social-media-buttons-toolbar.php:84
278
  msgid "Social Buttons"
279
  msgstr ""
280
 
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, toolbar, link to profile, facebook, twitter, instagram, google plus, youtube, blogger, livejournal, linkedIn, pinterest, tumblr, meetvibe, vkontakte, vk, odnoklassniki, ok, telegram, github, wordpress, codepen, 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.6
7
- Stable tag: 3.1
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
  * GitHub
46
  * WordPress
47
  * Codepen
 
48
  * Personal website
49
  * Email
50
  * RSS Feed
@@ -169,6 +170,11 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
169
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
170
 
171
  == Changelog ==
 
 
 
 
 
172
  = 3.1 =
173
  * Added prefixes to the stylesheet and script names when using wp_enqueue_style() and wp_enqueue_script().
174
  * Added constant for storing the plugin version number.
1
  === Social Media Buttons Toolbar ===
2
  Contributors: Arthur Gareginyan
3
+ Tags: icon, icon set, button, social, media, social button, social media, social network, toolbar, link to profile, facebook, twitter, instagram, google plus, youtube, blogger, livejournal, linkedIn, pinterest, tumblr, meetvibe, vkontakte, vk, odnoklassniki, ok, 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.6
7
+ Stable tag: 3.2
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
45
  * GitHub
46
  * WordPress
47
  * Codepen
48
+ * Skype
49
  * Personal website
50
  * Email
51
  * RSS Feed
170
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
171
 
172
  == Changelog ==
173
+ = 3.2 =
174
+ * Added option for Skype button.
175
+ * Ready for translation improved.
176
+ * Texts on settings page improved.
177
+ * Russian translation improved.
178
  = 3.1 =
179
  * Added prefixes to the stylesheet and script names when using wp_enqueue_style() and wp_enqueue_script().
180
  * Added constant for storing the plugin version number.
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.1
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
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.2
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/