Version Description
- Added option for SoundCloud button.
- Added option for Spotify button.
- Improved examples in the fields on the settings page.
- POT file updated.
- Russian translation updated.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 3.4 |
Comparing to | |
See all releases |
Code changes from version 3.3 to 3.4
- inc/img/social-media-icons/soundcloud.png +0 -0
- inc/img/social-media-icons/spotify.png +0 -0
- inc/php/settings_page.php +35 -23
- languages/social-media-buttons-toolbar-ru_RU.mo +0 -0
- languages/social-media-buttons-toolbar-ru_RU.po +57 -40
- languages/social-media-buttons-toolbar.pot +45 -37
- readme.txt +16 -6
- social-media-buttons-toolbar.php +3 -3
inc/img/social-media-icons/soundcloud.png
ADDED
Binary file
|
inc/img/social-media-icons/spotify.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.
|
14 |
*/
|
15 |
function smbtoolbar_render_submenu_page() {
|
16 |
|
@@ -86,116 +86,128 @@ function smbtoolbar_render_submenu_page() {
|
|
86 |
<table class="form-table">
|
87 |
<?php smbtoolbar_media( 'facebook',
|
88 |
'Facebook',
|
89 |
-
'https://www.facebook.com/
|
90 |
__( 'Enter the link to your Facebook profile page', SMEDIABT_TEXT ),
|
91 |
'hhttps://www.facebook.com'
|
92 |
); ?>
|
93 |
<?php smbtoolbar_media( 'twitter',
|
94 |
'Twitter',
|
95 |
-
'https://twitter.com/
|
96 |
__( 'Enter the link to your Twitter profile page', SMEDIABT_TEXT ),
|
97 |
'https://twitter.com'
|
98 |
); ?>
|
99 |
<?php smbtoolbar_media( 'instagram',
|
100 |
'Instagram',
|
101 |
-
'http://instagram.com/
|
102 |
__( 'Enter the link to your Instagram profile page', SMEDIABT_TEXT ),
|
103 |
'http://instagram.com'
|
104 |
); ?>
|
105 |
<?php smbtoolbar_media( 'google-plus',
|
106 |
'Google+',
|
107 |
-
'https://plus.google.com/u/0/+
|
108 |
__( 'Enter the link to your Google+ profile page', SMEDIABT_TEXT ),
|
109 |
'https://plus.google.com'
|
110 |
); ?>
|
111 |
<?php smbtoolbar_media( 'youtube',
|
112 |
'YouTube',
|
113 |
-
'https://www.youtube.com/channel/
|
114 |
__( 'Enter the link to your YouTube profile page', SMEDIABT_TEXT ),
|
115 |
'https://www.youtube.com'
|
116 |
); ?>
|
117 |
<?php smbtoolbar_media( 'blogger',
|
118 |
'Blogger',
|
119 |
-
'http://
|
120 |
__( 'Enter the link to your Blogger profile page', SMEDIABT_TEXT ),
|
121 |
'https://www.blogger.com'
|
122 |
); ?>
|
123 |
<?php smbtoolbar_media( 'livejournal',
|
124 |
'LiveJournal',
|
125 |
-
'http://
|
126 |
__( 'Enter the link to your LiveJournal profile page', SMEDIABT_TEXT ),
|
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', SMEDIABT_TEXT ),
|
133 |
'https://www.reddit.com'
|
134 |
); ?>
|
135 |
<?php smbtoolbar_media( 'linkedin',
|
136 |
'LinkedIn',
|
137 |
-
'https://linkedin.com/in/
|
138 |
__( 'Enter the link to your LinkedIn profile page', SMEDIABT_TEXT ),
|
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', SMEDIABT_TEXT ),
|
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', SMEDIABT_TEXT ),
|
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', SMEDIABT_TEXT ),
|
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', SMEDIABT_TEXT ),
|
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', SMEDIABT_TEXT ),
|
169 |
'https://ok.ru'
|
170 |
); ?>
|
171 |
<?php smbtoolbar_media( 'telegram',
|
172 |
'Telegram',
|
173 |
-
'https://telegram.
|
174 |
__( 'Enter the link to your Telegram profile page', SMEDIABT_TEXT ),
|
175 |
'https://telegram.org'
|
176 |
); ?>
|
177 |
<?php smbtoolbar_media( 'github',
|
178 |
'GitHub',
|
179 |
-
'https://github.com/
|
180 |
__( 'Enter the link to your GitHub profile page', SMEDIABT_TEXT ),
|
181 |
'https://github.com'
|
182 |
); ?>
|
183 |
<?php smbtoolbar_media( 'wordpress',
|
184 |
'WordPress',
|
185 |
-
'https://profiles.wordpress.org/
|
186 |
__( 'Enter the link to your WordPress profile page', SMEDIABT_TEXT ),
|
187 |
'https://wordpress.org'
|
188 |
); ?>
|
189 |
<?php smbtoolbar_media( 'codepen',
|
190 |
'CodePen',
|
191 |
-
'http://codepen.io/
|
192 |
__( 'Enter the link to your CodePen profile page', SMEDIABT_TEXT ),
|
193 |
'http://codepen.io'
|
194 |
); ?>
|
195 |
<?php smbtoolbar_media( 'skype',
|
196 |
'Skype',
|
197 |
-
'skype:
|
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
|
199 |
'https://www.skype.com'
|
200 |
); ?>
|
201 |
<?php smbtoolbar_media( 'website',
|
@@ -206,13 +218,13 @@ function smbtoolbar_render_submenu_page() {
|
|
206 |
); ?>
|
207 |
<?php smbtoolbar_media( 'email',
|
208 |
'Email',
|
209 |
-
'mailto:
|
210 |
__( 'Enter your email address with prefix <b>mailto:</b>', SMEDIABT_TEXT ),
|
211 |
''
|
212 |
); ?>
|
213 |
<?php smbtoolbar_media( 'rss-feed',
|
214 |
'RSS Feed',
|
215 |
-
'http://
|
216 |
__( 'Enter the link to your RSS Feed', SMEDIABT_TEXT ),
|
217 |
''
|
218 |
); ?>
|
10 |
/**
|
11 |
* Render Settings Page
|
12 |
*
|
13 |
+
* @since 3.4
|
14 |
*/
|
15 |
function smbtoolbar_render_submenu_page() {
|
16 |
|
86 |
<table class="form-table">
|
87 |
<?php smbtoolbar_media( 'facebook',
|
88 |
'Facebook',
|
89 |
+
'https://www.facebook.com/YourUsernameHere',
|
90 |
__( 'Enter the link to your Facebook profile page', SMEDIABT_TEXT ),
|
91 |
'hhttps://www.facebook.com'
|
92 |
); ?>
|
93 |
<?php smbtoolbar_media( 'twitter',
|
94 |
'Twitter',
|
95 |
+
'https://twitter.com/YourUsernameHere',
|
96 |
__( 'Enter the link to your Twitter profile page', SMEDIABT_TEXT ),
|
97 |
'https://twitter.com'
|
98 |
); ?>
|
99 |
<?php smbtoolbar_media( 'instagram',
|
100 |
'Instagram',
|
101 |
+
'http://instagram.com/YourUsernameHere',
|
102 |
__( 'Enter the link to your Instagram profile page', SMEDIABT_TEXT ),
|
103 |
'http://instagram.com'
|
104 |
); ?>
|
105 |
<?php smbtoolbar_media( 'google-plus',
|
106 |
'Google+',
|
107 |
+
'https://plus.google.com/u/0/+YourUsernameHere',
|
108 |
__( 'Enter the link to your Google+ profile page', SMEDIABT_TEXT ),
|
109 |
'https://plus.google.com'
|
110 |
); ?>
|
111 |
<?php smbtoolbar_media( 'youtube',
|
112 |
'YouTube',
|
113 |
+
'https://www.youtube.com/channel/YourChannelIdentifierHere',
|
114 |
__( 'Enter the link to your YouTube profile page', SMEDIABT_TEXT ),
|
115 |
'https://www.youtube.com'
|
116 |
); ?>
|
117 |
<?php smbtoolbar_media( 'blogger',
|
118 |
'Blogger',
|
119 |
+
'http://YourBlogNameHere.blogspot.com',
|
120 |
__( 'Enter the link to your Blogger profile page', SMEDIABT_TEXT ),
|
121 |
'https://www.blogger.com'
|
122 |
); ?>
|
123 |
<?php smbtoolbar_media( 'livejournal',
|
124 |
'LiveJournal',
|
125 |
+
'http://YourUsernameHere.livejournal.com',
|
126 |
__( 'Enter the link to your LiveJournal profile page', SMEDIABT_TEXT ),
|
127 |
'http://www.livejournal.com'
|
128 |
); ?>
|
129 |
<?php smbtoolbar_media( 'reddit',
|
130 |
'Reddit',
|
131 |
+
'https://www.reddit.com/user/YourUsernameHere',
|
132 |
__( 'Enter the link to your Reddit profile page', SMEDIABT_TEXT ),
|
133 |
'https://www.reddit.com'
|
134 |
); ?>
|
135 |
<?php smbtoolbar_media( 'linkedin',
|
136 |
'LinkedIn',
|
137 |
+
'https://linkedin.com/in/YourUsernameHere',
|
138 |
__( 'Enter the link to your LinkedIn profile page', SMEDIABT_TEXT ),
|
139 |
'https://linkedin.com'
|
140 |
); ?>
|
141 |
<?php smbtoolbar_media( 'pinterest',
|
142 |
'Pinterest',
|
143 |
+
'https://www.pinterest.com/YourUsernameHere',
|
144 |
__( 'Enter the link to your Pinterest profile page', SMEDIABT_TEXT ),
|
145 |
'https://www.pinterest.com'
|
146 |
); ?>
|
147 |
<?php smbtoolbar_media( 'tumblr',
|
148 |
'Tumblr',
|
149 |
+
'https://www.tumblr.com/blog/YourBlogNameHere',
|
150 |
__( 'Enter the link to your Tumblr profile page', SMEDIABT_TEXT ),
|
151 |
'https://www.tumblr.com'
|
152 |
); ?>
|
153 |
+
<?php smbtoolbar_media( 'soundcloud',
|
154 |
+
'SoundCloud',
|
155 |
+
'https://soundcloud.com/YourUsernameHere',
|
156 |
+
__( 'Enter the link to your SoundCloud profile page', SMEDIABT_TEXT ),
|
157 |
+
'https://soundcloud.com'
|
158 |
+
); ?>
|
159 |
+
<?php smbtoolbar_media( 'spotify',
|
160 |
+
'Spotify',
|
161 |
+
'http://open.spotify.com/user/YourUsernameHere',
|
162 |
+
__( 'Enter the link to your Spotify profile page', SMEDIABT_TEXT ),
|
163 |
+
'https://www.spotify.com'
|
164 |
+
); ?>
|
165 |
<?php smbtoolbar_media( 'meetvibe',
|
166 |
'MeetVibe',
|
167 |
+
'https://meetvibe.com/YourUsernameHere',
|
168 |
__( 'Enter the link to your MeetVibe profile page', SMEDIABT_TEXT ),
|
169 |
'https://meetvibe.com'
|
170 |
); ?>
|
171 |
<?php smbtoolbar_media( 'vkontakte',
|
172 |
'VKontakte',
|
173 |
+
'https://vk.com/id_YourIdentifierHere',
|
174 |
__( 'Enter the link to your VKontakte profile page', SMEDIABT_TEXT ),
|
175 |
'https://vk.com'
|
176 |
); ?>
|
177 |
<?php smbtoolbar_media( 'odnoklassniki',
|
178 |
'Odnoklassniki',
|
179 |
+
'https://ok.ru/profile/YourIdentifierHere',
|
180 |
__( 'Enter the link to your Odnoklassniki profile page', SMEDIABT_TEXT ),
|
181 |
'https://ok.ru'
|
182 |
); ?>
|
183 |
<?php smbtoolbar_media( 'telegram',
|
184 |
'Telegram',
|
185 |
+
'https://telegram.me/YourUsernameHere',
|
186 |
__( 'Enter the link to your Telegram profile page', SMEDIABT_TEXT ),
|
187 |
'https://telegram.org'
|
188 |
); ?>
|
189 |
<?php smbtoolbar_media( 'github',
|
190 |
'GitHub',
|
191 |
+
'https://github.com/YourUsernameHere',
|
192 |
__( 'Enter the link to your GitHub profile page', SMEDIABT_TEXT ),
|
193 |
'https://github.com'
|
194 |
); ?>
|
195 |
<?php smbtoolbar_media( 'wordpress',
|
196 |
'WordPress',
|
197 |
+
'https://profiles.wordpress.org/YourUsernameHere',
|
198 |
__( 'Enter the link to your WordPress profile page', SMEDIABT_TEXT ),
|
199 |
'https://wordpress.org'
|
200 |
); ?>
|
201 |
<?php smbtoolbar_media( 'codepen',
|
202 |
'CodePen',
|
203 |
+
'http://codepen.io/YourUsernameHere',
|
204 |
__( 'Enter the link to your CodePen profile page', SMEDIABT_TEXT ),
|
205 |
'http://codepen.io'
|
206 |
); ?>
|
207 |
<?php smbtoolbar_media( 'skype',
|
208 |
'Skype',
|
209 |
+
'skype:YourUsernameHere?call',
|
210 |
+
__( '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', SMEDIABT_TEXT ),
|
211 |
'https://www.skype.com'
|
212 |
); ?>
|
213 |
<?php smbtoolbar_media( 'website',
|
218 |
); ?>
|
219 |
<?php smbtoolbar_media( 'email',
|
220 |
'Email',
|
221 |
+
'mailto:YourUsernameHere@gmail.com',
|
222 |
__( 'Enter your email address with prefix <b>mailto:</b>', SMEDIABT_TEXT ),
|
223 |
''
|
224 |
); ?>
|
225 |
<?php smbtoolbar_media( 'rss-feed',
|
226 |
'RSS Feed',
|
227 |
+
'http://YourDomainNameHere.com/feed',
|
228 |
__( 'Enter the link to your RSS Feed', SMEDIABT_TEXT ),
|
229 |
''
|
230 |
); ?>
|
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-09-
|
5 |
-
"PO-Revision-Date: 2016-09-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
@@ -137,96 +137,104 @@ msgid "Enter the link to your Tumblr profile page"
|
|
137 |
msgstr "Введите ссылку на вашу страницу профиля Tumblr"
|
138 |
|
139 |
#: inc/php/settings_page.php:156
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
msgid "Enter the link to your MeetVibe profile page"
|
141 |
msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
|
142 |
|
143 |
-
#: inc/php/settings_page.php:
|
144 |
msgid "Enter the link to your VKontakte profile page"
|
145 |
msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
|
146 |
|
147 |
-
#: inc/php/settings_page.php:
|
148 |
msgid "Enter the link to your Odnoklassniki profile page"
|
149 |
msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
|
150 |
|
151 |
-
#: inc/php/settings_page.php:
|
152 |
msgid "Enter the link to your Telegram profile page"
|
153 |
msgstr "Введите ссылку на вашу страницу профиля Telegram"
|
154 |
|
155 |
-
#: inc/php/settings_page.php:
|
156 |
msgid "Enter the link to your GitHub profile page"
|
157 |
msgstr "Введите ссылку на вашу страницу профиля GitHub"
|
158 |
|
159 |
-
#: inc/php/settings_page.php:
|
160 |
msgid "Enter the link to your WordPress profile page"
|
161 |
msgstr "Введите ссылку на вашу страницу профиля WordPress"
|
162 |
|
163 |
-
#: inc/php/settings_page.php:
|
164 |
msgid "Enter the link to your CodePen profile page"
|
165 |
msgstr "Введите ссылку на вашу страницу профиля CodePen"
|
166 |
|
167 |
-
#: inc/php/settings_page.php:
|
168 |
msgid ""
|
169 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
|
170 |
-
"<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile
|
171 |
msgstr ""
|
172 |
"Введите свое имя в Skype с приставкой <b>skype:</b> и суффиксом <b>?call</"
|
173 |
"b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
|
174 |
-
"
|
175 |
|
176 |
-
#: inc/php/settings_page.php:
|
177 |
msgid "Enter the link to your personal website"
|
178 |
msgstr "Введите ссылку на ваш персональный сайт"
|
179 |
|
180 |
-
#: inc/php/settings_page.php:
|
181 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
182 |
msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
|
183 |
|
184 |
-
#: inc/php/settings_page.php:
|
185 |
msgid "Enter the link to your RSS Feed"
|
186 |
msgstr "Введите ссылку на ваш RSS поток"
|
187 |
|
188 |
-
#: inc/php/settings_page.php:
|
189 |
msgid "Save Changes"
|
190 |
msgstr "Сохранить изменения"
|
191 |
|
192 |
-
#: inc/php/settings_page.php:
|
193 |
msgid "Display options"
|
194 |
msgstr "Настройки отображения"
|
195 |
|
196 |
-
#: inc/php/settings_page.php:
|
197 |
msgid "Show on Posts"
|
198 |
msgstr "Показать в записях"
|
199 |
|
200 |
-
#: inc/php/settings_page.php:
|
201 |
msgid "Display toolbar below content on Posts"
|
202 |
msgstr "Показывать кнопки под содержанием в записях"
|
203 |
|
204 |
-
#: inc/php/settings_page.php:
|
205 |
msgid "Show on Pages"
|
206 |
msgstr "Показывать на страницах"
|
207 |
|
208 |
-
#: inc/php/settings_page.php:
|
209 |
msgid "Display toolbar below content on Pages"
|
210 |
msgstr "Показывать кнопки под содержанием на страницах"
|
211 |
|
212 |
-
#: inc/php/settings_page.php:
|
213 |
msgid "Open link in new tab/window"
|
214 |
msgstr "Открыть ссылку в новом окне/вкладке"
|
215 |
|
216 |
-
#: inc/php/settings_page.php:
|
217 |
msgid "Icon size"
|
218 |
msgstr "Размер иконки"
|
219 |
|
220 |
-
#: inc/php/settings_page.php:
|
221 |
msgid "Enter the size of icons (in px) in your social media buttons toolbar."
|
222 |
msgstr ""
|
223 |
"Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
|
224 |
|
225 |
-
#: inc/php/settings_page.php:
|
226 |
msgid "Margin right"
|
227 |
msgstr "Отступ справа"
|
228 |
|
229 |
-
#: inc/php/settings_page.php:
|
230 |
msgid ""
|
231 |
"Enter the size of space (in px) between icons in your social media buttons "
|
232 |
"toolbar."
|
@@ -234,27 +242,27 @@ msgstr ""
|
|
234 |
"Введите размер пространства (в пикселях) между иконками для вашей панели "
|
235 |
"социальных медиа кнопок."
|
236 |
|
237 |
-
#: inc/php/settings_page.php:
|
238 |
msgid "Alignment"
|
239 |
msgstr "Выравнивание"
|
240 |
|
241 |
-
#: inc/php/settings_page.php:
|
242 |
msgid "Left"
|
243 |
msgstr "Слева"
|
244 |
|
245 |
-
#: inc/php/settings_page.php:
|
246 |
msgid "Center"
|
247 |
msgstr "По центру"
|
248 |
|
249 |
-
#: inc/php/settings_page.php:
|
250 |
msgid "Right"
|
251 |
msgstr "Справа"
|
252 |
|
253 |
-
#: inc/php/settings_page.php:
|
254 |
msgid "Caption"
|
255 |
msgstr "Заголовок"
|
256 |
|
257 |
-
#: inc/php/settings_page.php:
|
258 |
msgid ""
|
259 |
"Enter the caption to your social media buttons toolbar. It will be displays "
|
260 |
"before the toolbar."
|
@@ -262,19 +270,20 @@ msgstr ""
|
|
262 |
"Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
|
263 |
"над панелью."
|
264 |
|
265 |
-
#: inc/php/settings_page.php:
|
266 |
msgid "Preview"
|
267 |
msgstr "Предварительный просмотр"
|
268 |
|
269 |
-
#: inc/php/settings_page.php:
|
270 |
msgid "Click \"Save Changes\" to update this preview."
|
271 |
-
msgstr "
|
|
|
272 |
|
273 |
-
#: inc/php/settings_page.php:
|
274 |
msgid "Using"
|
275 |
msgstr "Как пользоваться"
|
276 |
|
277 |
-
#: inc/php/settings_page.php:
|
278 |
msgid ""
|
279 |
"You have several methods for display the social media buttons toolbar "
|
280 |
"(further just \"toolbar\") on your website. But first, fill in the required "
|
@@ -284,26 +293,26 @@ msgstr ""
|
|
284 |
"медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала заполните "
|
285 |
"поля для каждой нужной кнопки, а затем нажмите “Сохранить изменения”."
|
286 |
|
287 |
-
#: inc/php/settings_page.php:
|
288 |
msgid ""
|
289 |
"<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
|
290 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
|
291 |
"section \"Display options\", then click \"Save Changes\". It's that simple!"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/php/settings_page.php:
|
295 |
msgid ""
|
296 |
"<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
|
297 |
"following shortcode:"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: inc/php/settings_page.php:
|
301 |
msgid ""
|
302 |
"<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
|
303 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: inc/php/settings_page.php:
|
307 |
msgid ""
|
308 |
"<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
|
309 |
"following code (both variants do the same) to needed place (where you want "
|
@@ -338,6 +347,14 @@ msgstr "Артур Гарегинян"
|
|
338 |
msgid "http://www.arthurgareginyan.com"
|
339 |
msgstr ""
|
340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
#~ msgid ""
|
342 |
#~ "If you like this plugin and find it useful, please help me to make this "
|
343 |
#~ "plugin even better and keep it up-to-date."
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
4 |
+
"POT-Creation-Date: 2016-09-28 20:50+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-09-28 20:50+0300\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
137 |
msgstr "Введите ссылку на вашу страницу профиля Tumblr"
|
138 |
|
139 |
#: inc/php/settings_page.php:156
|
140 |
+
msgid "Enter the link to your SoundCloud profile page"
|
141 |
+
msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
|
142 |
+
|
143 |
+
#: inc/php/settings_page.php:162
|
144 |
+
msgid "Enter the link to your Spotify profile page"
|
145 |
+
msgstr "Введите ссылку на вашу страницу профиля Spotify"
|
146 |
+
|
147 |
+
#: inc/php/settings_page.php:168
|
148 |
msgid "Enter the link to your MeetVibe profile page"
|
149 |
msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
|
150 |
|
151 |
+
#: inc/php/settings_page.php:174
|
152 |
msgid "Enter the link to your VKontakte profile page"
|
153 |
msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
|
154 |
|
155 |
+
#: inc/php/settings_page.php:180
|
156 |
msgid "Enter the link to your Odnoklassniki profile page"
|
157 |
msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
|
158 |
|
159 |
+
#: inc/php/settings_page.php:186
|
160 |
msgid "Enter the link to your Telegram profile page"
|
161 |
msgstr "Введите ссылку на вашу страницу профиля Telegram"
|
162 |
|
163 |
+
#: inc/php/settings_page.php:192
|
164 |
msgid "Enter the link to your GitHub profile page"
|
165 |
msgstr "Введите ссылку на вашу страницу профиля GitHub"
|
166 |
|
167 |
+
#: inc/php/settings_page.php:198
|
168 |
msgid "Enter the link to your WordPress profile page"
|
169 |
msgstr "Введите ссылку на вашу страницу профиля WordPress"
|
170 |
|
171 |
+
#: inc/php/settings_page.php:204
|
172 |
msgid "Enter the link to your CodePen profile page"
|
173 |
msgstr "Введите ссылку на вашу страницу профиля CodePen"
|
174 |
|
175 |
+
#: inc/php/settings_page.php:210
|
176 |
msgid ""
|
177 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
|
178 |
+
"<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
179 |
msgstr ""
|
180 |
"Введите свое имя в Skype с приставкой <b>skype:</b> и суффиксом <b>?call</"
|
181 |
"b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
|
182 |
+
"профиля"
|
183 |
|
184 |
+
#: inc/php/settings_page.php:216
|
185 |
msgid "Enter the link to your personal website"
|
186 |
msgstr "Введите ссылку на ваш персональный сайт"
|
187 |
|
188 |
+
#: inc/php/settings_page.php:222
|
189 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
190 |
msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
|
191 |
|
192 |
+
#: inc/php/settings_page.php:228
|
193 |
msgid "Enter the link to your RSS Feed"
|
194 |
msgstr "Введите ссылку на ваш RSS поток"
|
195 |
|
196 |
+
#: inc/php/settings_page.php:232 inc/php/settings_page.php:309
|
197 |
msgid "Save Changes"
|
198 |
msgstr "Сохранить изменения"
|
199 |
|
200 |
+
#: inc/php/settings_page.php:237
|
201 |
msgid "Display options"
|
202 |
msgstr "Настройки отображения"
|
203 |
|
204 |
+
#: inc/php/settings_page.php:242
|
205 |
msgid "Show on Posts"
|
206 |
msgstr "Показать в записях"
|
207 |
|
208 |
+
#: inc/php/settings_page.php:243
|
209 |
msgid "Display toolbar below content on Posts"
|
210 |
msgstr "Показывать кнопки под содержанием в записях"
|
211 |
|
212 |
+
#: inc/php/settings_page.php:247
|
213 |
msgid "Show on Pages"
|
214 |
msgstr "Показывать на страницах"
|
215 |
|
216 |
+
#: inc/php/settings_page.php:248
|
217 |
msgid "Display toolbar below content on Pages"
|
218 |
msgstr "Показывать кнопки под содержанием на страницах"
|
219 |
|
220 |
+
#: inc/php/settings_page.php:252
|
221 |
msgid "Open link in new tab/window"
|
222 |
msgstr "Открыть ссылку в новом окне/вкладке"
|
223 |
|
224 |
+
#: inc/php/settings_page.php:257
|
225 |
msgid "Icon size"
|
226 |
msgstr "Размер иконки"
|
227 |
|
228 |
+
#: inc/php/settings_page.php:258
|
229 |
msgid "Enter the size of icons (in px) in your social media buttons toolbar."
|
230 |
msgstr ""
|
231 |
"Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
|
232 |
|
233 |
+
#: inc/php/settings_page.php:264
|
234 |
msgid "Margin right"
|
235 |
msgstr "Отступ справа"
|
236 |
|
237 |
+
#: inc/php/settings_page.php:265
|
238 |
msgid ""
|
239 |
"Enter the size of space (in px) between icons in your social media buttons "
|
240 |
"toolbar."
|
242 |
"Введите размер пространства (в пикселях) между иконками для вашей панели "
|
243 |
"социальных медиа кнопок."
|
244 |
|
245 |
+
#: inc/php/settings_page.php:281
|
246 |
msgid "Alignment"
|
247 |
msgstr "Выравнивание"
|
248 |
|
249 |
+
#: inc/php/settings_page.php:287
|
250 |
msgid "Left"
|
251 |
msgstr "Слева"
|
252 |
|
253 |
+
#: inc/php/settings_page.php:291
|
254 |
msgid "Center"
|
255 |
msgstr "По центру"
|
256 |
|
257 |
+
#: inc/php/settings_page.php:295
|
258 |
msgid "Right"
|
259 |
msgstr "Справа"
|
260 |
|
261 |
+
#: inc/php/settings_page.php:302
|
262 |
msgid "Caption"
|
263 |
msgstr "Заголовок"
|
264 |
|
265 |
+
#: inc/php/settings_page.php:303
|
266 |
msgid ""
|
267 |
"Enter the caption to your social media buttons toolbar. It will be displays "
|
268 |
"before the toolbar."
|
270 |
"Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
|
271 |
"над панелью."
|
272 |
|
273 |
+
#: inc/php/settings_page.php:314
|
274 |
msgid "Preview"
|
275 |
msgstr "Предварительный просмотр"
|
276 |
|
277 |
+
#: inc/php/settings_page.php:316
|
278 |
msgid "Click \"Save Changes\" to update this preview."
|
279 |
+
msgstr ""
|
280 |
+
"Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
281 |
|
282 |
+
#: inc/php/settings_page.php:322
|
283 |
msgid "Using"
|
284 |
msgstr "Как пользоваться"
|
285 |
|
286 |
+
#: inc/php/settings_page.php:324
|
287 |
msgid ""
|
288 |
"You have several methods for display the social media buttons toolbar "
|
289 |
"(further just \"toolbar\") on your website. But first, fill in the required "
|
293 |
"медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала заполните "
|
294 |
"поля для каждой нужной кнопки, а затем нажмите “Сохранить изменения”."
|
295 |
|
296 |
+
#: inc/php/settings_page.php:325
|
297 |
msgid ""
|
298 |
"<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
|
299 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
|
300 |
"section \"Display options\", then click \"Save Changes\". It's that simple!"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: inc/php/settings_page.php:326
|
304 |
msgid ""
|
305 |
"<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
|
306 |
"following shortcode:"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: inc/php/settings_page.php:328
|
310 |
msgid ""
|
311 |
"<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
|
312 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: inc/php/settings_page.php:330
|
316 |
msgid ""
|
317 |
"<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
|
318 |
"following code (both variants do the same) to needed place (where you want "
|
347 |
msgid "http://www.arthurgareginyan.com"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#~ msgid ""
|
351 |
+
#~ "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, "
|
352 |
+
#~ "or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile."
|
353 |
+
#~ msgstr ""
|
354 |
+
#~ "Введите свое имя в Skype с приставкой <b>skype:</b> и суффиксом <b>?call</"
|
355 |
+
#~ "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
|
356 |
+
#~ "профиля."
|
357 |
+
|
358 |
#~ msgid ""
|
359 |
#~ "If you like this plugin and find it useful, please help me to make this "
|
360 |
#~ "plugin even better and keep it up-to-date."
|
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-09-
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -125,162 +125,170 @@ msgid "Enter the link to your Tumblr profile page"
|
|
125 |
msgstr ""
|
126 |
|
127 |
#: inc/php/settings_page.php:156
|
128 |
-
msgid "Enter the link to your
|
129 |
msgstr ""
|
130 |
|
131 |
#: inc/php/settings_page.php:162
|
132 |
-
msgid "Enter the link to your
|
133 |
msgstr ""
|
134 |
|
135 |
#: inc/php/settings_page.php:168
|
136 |
-
msgid "Enter the link to your
|
137 |
msgstr ""
|
138 |
|
139 |
#: inc/php/settings_page.php:174
|
140 |
-
msgid "Enter the link to your
|
141 |
msgstr ""
|
142 |
|
143 |
#: inc/php/settings_page.php:180
|
144 |
-
msgid "Enter the link to your
|
145 |
msgstr ""
|
146 |
|
147 |
#: inc/php/settings_page.php:186
|
148 |
-
msgid "Enter the link to your
|
149 |
msgstr ""
|
150 |
|
151 |
#: inc/php/settings_page.php:192
|
152 |
-
msgid "Enter the link to your
|
153 |
msgstr ""
|
154 |
|
155 |
#: inc/php/settings_page.php:198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
msgid ""
|
157 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
|
158 |
-
"<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: inc/php/settings_page.php:
|
162 |
msgid "Enter the link to your personal website"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: inc/php/settings_page.php:
|
166 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: inc/php/settings_page.php:
|
170 |
msgid "Enter the link to your RSS Feed"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: inc/php/settings_page.php:
|
174 |
msgid "Save Changes"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: inc/php/settings_page.php:
|
178 |
msgid "Display options"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/php/settings_page.php:
|
182 |
msgid "Show on Posts"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: inc/php/settings_page.php:
|
186 |
msgid "Display toolbar below content on Posts"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: inc/php/settings_page.php:
|
190 |
msgid "Show on Pages"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: inc/php/settings_page.php:
|
194 |
msgid "Display toolbar below content on Pages"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: inc/php/settings_page.php:
|
198 |
msgid "Open link in new tab/window"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: inc/php/settings_page.php:
|
202 |
msgid "Icon size"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: inc/php/settings_page.php:
|
206 |
msgid "Enter the size of icons (in px) in your social media buttons toolbar."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: inc/php/settings_page.php:
|
210 |
msgid "Margin right"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: inc/php/settings_page.php:
|
214 |
msgid ""
|
215 |
"Enter the size of space (in px) between icons in your social media buttons "
|
216 |
"toolbar."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: inc/php/settings_page.php:
|
220 |
msgid "Alignment"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: inc/php/settings_page.php:
|
224 |
msgid "Left"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: inc/php/settings_page.php:
|
228 |
msgid "Center"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: inc/php/settings_page.php:
|
232 |
msgid "Right"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/php/settings_page.php:
|
236 |
msgid "Caption"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/settings_page.php:
|
240 |
msgid ""
|
241 |
"Enter the caption to your social media buttons toolbar. It will be displays "
|
242 |
"before the toolbar."
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: inc/php/settings_page.php:
|
246 |
msgid "Preview"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: inc/php/settings_page.php:
|
250 |
msgid "Click \"Save Changes\" to update this preview."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: inc/php/settings_page.php:
|
254 |
msgid "Using"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: inc/php/settings_page.php:
|
258 |
msgid ""
|
259 |
"You have several methods for display the social media buttons toolbar "
|
260 |
"(further just \"toolbar\") on your website. But first, fill in the required "
|
261 |
"fields, then click \"Save Changes\"."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: inc/php/settings_page.php:
|
265 |
msgid ""
|
266 |
"<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
|
267 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
|
268 |
"section \"Display options\", then click \"Save Changes\". It's that simple!"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: inc/php/settings_page.php:
|
272 |
msgid ""
|
273 |
"<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
|
274 |
"following shortcode:"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: inc/php/settings_page.php:
|
278 |
msgid ""
|
279 |
"<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
|
280 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/settings_page.php:
|
284 |
msgid ""
|
285 |
"<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
|
286 |
"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-09-28 20:50+0300\n"
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
125 |
msgstr ""
|
126 |
|
127 |
#: inc/php/settings_page.php:156
|
128 |
+
msgid "Enter the link to your SoundCloud profile page"
|
129 |
msgstr ""
|
130 |
|
131 |
#: inc/php/settings_page.php:162
|
132 |
+
msgid "Enter the link to your Spotify profile page"
|
133 |
msgstr ""
|
134 |
|
135 |
#: inc/php/settings_page.php:168
|
136 |
+
msgid "Enter the link to your MeetVibe profile page"
|
137 |
msgstr ""
|
138 |
|
139 |
#: inc/php/settings_page.php:174
|
140 |
+
msgid "Enter the link to your VKontakte profile page"
|
141 |
msgstr ""
|
142 |
|
143 |
#: inc/php/settings_page.php:180
|
144 |
+
msgid "Enter the link to your Odnoklassniki profile page"
|
145 |
msgstr ""
|
146 |
|
147 |
#: inc/php/settings_page.php:186
|
148 |
+
msgid "Enter the link to your Telegram profile page"
|
149 |
msgstr ""
|
150 |
|
151 |
#: inc/php/settings_page.php:192
|
152 |
+
msgid "Enter the link to your GitHub profile page"
|
153 |
msgstr ""
|
154 |
|
155 |
#: inc/php/settings_page.php:198
|
156 |
+
msgid "Enter the link to your WordPress profile page"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: inc/php/settings_page.php:204
|
160 |
+
msgid "Enter the link to your CodePen profile page"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: inc/php/settings_page.php:210
|
164 |
msgid ""
|
165 |
"Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
|
166 |
+
"<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: inc/php/settings_page.php:216
|
170 |
msgid "Enter the link to your personal website"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: inc/php/settings_page.php:222
|
174 |
msgid "Enter your email address with prefix <b>mailto:</b>"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: inc/php/settings_page.php:228
|
178 |
msgid "Enter the link to your RSS Feed"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: inc/php/settings_page.php:232 inc/php/settings_page.php:309
|
182 |
msgid "Save Changes"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: inc/php/settings_page.php:237
|
186 |
msgid "Display options"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: inc/php/settings_page.php:242
|
190 |
msgid "Show on Posts"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: inc/php/settings_page.php:243
|
194 |
msgid "Display toolbar below content on Posts"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: inc/php/settings_page.php:247
|
198 |
msgid "Show on Pages"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: inc/php/settings_page.php:248
|
202 |
msgid "Display toolbar below content on Pages"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: inc/php/settings_page.php:252
|
206 |
msgid "Open link in new tab/window"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: inc/php/settings_page.php:257
|
210 |
msgid "Icon size"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: inc/php/settings_page.php:258
|
214 |
msgid "Enter the size of icons (in px) in your social media buttons toolbar."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: inc/php/settings_page.php:264
|
218 |
msgid "Margin right"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: inc/php/settings_page.php:265
|
222 |
msgid ""
|
223 |
"Enter the size of space (in px) between icons in your social media buttons "
|
224 |
"toolbar."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: inc/php/settings_page.php:281
|
228 |
msgid "Alignment"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: inc/php/settings_page.php:287
|
232 |
msgid "Left"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: inc/php/settings_page.php:291
|
236 |
msgid "Center"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: inc/php/settings_page.php:295
|
240 |
msgid "Right"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: inc/php/settings_page.php:302
|
244 |
msgid "Caption"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: inc/php/settings_page.php:303
|
248 |
msgid ""
|
249 |
"Enter the caption to your social media buttons toolbar. It will be displays "
|
250 |
"before the toolbar."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: inc/php/settings_page.php:314
|
254 |
msgid "Preview"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: inc/php/settings_page.php:316
|
258 |
msgid "Click \"Save Changes\" to update this preview."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: inc/php/settings_page.php:322
|
262 |
msgid "Using"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: inc/php/settings_page.php:324
|
266 |
msgid ""
|
267 |
"You have several methods for display the social media buttons toolbar "
|
268 |
"(further just \"toolbar\") on your website. But first, fill in the required "
|
269 |
"fields, then click \"Save Changes\"."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: inc/php/settings_page.php:325
|
273 |
msgid ""
|
274 |
"<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
|
275 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
|
276 |
"section \"Display options\", then click \"Save Changes\". It's that simple!"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/php/settings_page.php:326
|
280 |
msgid ""
|
281 |
"<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
|
282 |
"following shortcode:"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: inc/php/settings_page.php:328
|
286 |
msgid ""
|
287 |
"<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
|
288 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: inc/php/settings_page.php:330
|
292 |
msgid ""
|
293 |
"<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
|
294 |
"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, 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.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -16,7 +16,7 @@ An easy to use WordPress plugin that gives you the ability to easily add the sma
|
|
16 |
|
17 |
The social media buttons toolbar - is a toolbar with set of icons of the popular social media which are linked directly to your profile on this social networks. I.e. clicking the Facebook icon will take the user to your Facebook page, clicking the Twitter icon will take them to your Twitter page.
|
18 |
|
19 |
-
Unlike the other plugins, this plugin create a live toolbar. If the buttons do not fit to the one line, then they will be placed on multiple lines. So they can be arranged horizontally or vertically, in one line or in a few
|
20 |
|
21 |
It give you finer control over buttons. You can configure they on plugins settings page. You can choose the size of icons, choose open link in current tab or in new, and etc. Also you can have the social media buttons automatically added to the bottom of all post or/and pages, and can position the link buttons using either a widget, a shortcode or a template action hook.
|
22 |
|
@@ -42,9 +42,11 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
42 |
* Reddit
|
43 |
* Pinterest
|
44 |
* Tumblr
|
|
|
|
|
45 |
* MeetVibe
|
46 |
-
* VKontakte
|
47 |
-
* Odnoklassniki
|
48 |
* Telegram
|
49 |
* GitHub
|
50 |
* WordPress
|
@@ -54,6 +56,8 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
54 |
* Email
|
55 |
* RSS Feed
|
56 |
|
|
|
|
|
57 |
= Translation =
|
58 |
|
59 |
Please keep in mind that not all translations are up to date. You are welcome to contribute!
|
@@ -174,8 +178,14 @@ Icon [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGareg
|
|
174 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
175 |
|
176 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
= 3.3 =
|
178 |
-
* Added option to adjust the alignment.
|
179 |
* Added the Readme.txt file for translation contribution.
|
180 |
* Added global constant for plugin text-domain.
|
181 |
= 3.2 =
|
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, soundcloud, spotify, 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.4
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
16 |
|
17 |
The social media buttons toolbar - is a toolbar with set of icons of the popular social media which are linked directly to your profile on this social networks. I.e. clicking the Facebook icon will take the user to your Facebook page, clicking the Twitter icon will take them to your Twitter page.
|
18 |
|
19 |
+
Unlike the other plugins, this plugin create a live toolbar. If the buttons do not fit to the one line, then they will be placed on multiple lines. So they can be arranged horizontally or vertically, in one line or in a few. Also it can be aligned to left, center or right.
|
20 |
|
21 |
It give you finer control over buttons. You can configure they on plugins settings page. You can choose the size of icons, choose open link in current tab or in new, and etc. Also you can have the social media buttons automatically added to the bottom of all post or/and pages, and can position the link buttons using either a widget, a shortcode or a template action hook.
|
22 |
|
42 |
* Reddit
|
43 |
* Pinterest
|
44 |
* Tumblr
|
45 |
+
* SoundCloud
|
46 |
+
* Spotify
|
47 |
* MeetVibe
|
48 |
+
* VKontakte (vk.com)
|
49 |
+
* Odnoklassniki (ok.ru)
|
50 |
* Telegram
|
51 |
* GitHub
|
52 |
* WordPress
|
56 |
* Email
|
57 |
* RSS Feed
|
58 |
|
59 |
+
**Got more ideas? Tell me!**
|
60 |
+
|
61 |
= Translation =
|
62 |
|
63 |
Please keep in mind that not all translations are up to date. You are welcome to contribute!
|
178 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
179 |
|
180 |
== Changelog ==
|
181 |
+
= 3.4 =
|
182 |
+
* Added option for SoundCloud button.
|
183 |
+
* Added option for Spotify button.
|
184 |
+
* Improved examples in the fields on the settings page.
|
185 |
+
* POT file updated.
|
186 |
+
* Russian translation updated.
|
187 |
= 3.3 =
|
188 |
+
* Added option to adjust the alignment of toolbar.
|
189 |
* Added the Readme.txt file for translation contribution.
|
190 |
* Added global constant for plugin text-domain.
|
191 |
= 3.2 =
|
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 |
* 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.
|
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.
|
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.4
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
40 |
/**
|
41 |
* Define global constants
|
42 |
*
|
43 |
+
* @since 3.4
|
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.4');
|
51 |
|
52 |
/**
|
53 |
* Register text domain
|