Social Media Follow Buttons Bar - Version 4.25

Version Description

  • German translation added. (Thanks to Michael)
  • Fixed an issue where the "Hello" message could not be hidden.
Download this release

Release Info

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

Code changes from version 4.24 to 4.25

inc/php/messages.php CHANGED
@@ -35,7 +35,14 @@ function spacexchimp_p005_hello_message() {
35
  </div>
36
  <script>
37
  jQuery(document).ready(function($) {
38
- $("#hello-message").modal();
 
 
 
 
 
 
 
39
  });
40
  </script>
41
  <?php
35
  </div>
36
  <script>
37
  jQuery(document).ready(function($) {
38
+
39
+ // Show the message
40
+ $("#hello-message").modal();
41
+
42
+ // Hide the message after 7 seconds
43
+ setTimeout(function() {
44
+ $('#hello-message').modal('hide');
45
+ }, 7000);
46
  });
47
  </script>
48
  <?php
languages/social-media-buttons-toolbar-de_DE.mo ADDED
Binary file
languages/social-media-buttons-toolbar-de_DE.po ADDED
@@ -0,0 +1,652 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Development (trunk) in German (Germany)
2
+ # This file is distributed under the same license as the Development (trunk) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2017-10-28 15:01+0300\n"
7
+ "PO-Revision-Date: 2017-10-28 15:01+0300\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: German\n"
10
+ "Language: de_DE\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 1.8.4\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
24
+
25
+ #: inc/php/core.php:23 inc/php/page.php:43
26
+ msgid "Settings"
27
+ msgstr "Einstellungen"
28
+
29
+ #: inc/php/core.php:37
30
+ msgid "Donate"
31
+ msgstr "Spende"
32
+
33
+ #: inc/php/core.php:52
34
+ msgid "Social Media Follow Buttons"
35
+ msgstr "Social Media Follow Buttons"
36
+
37
+ #: inc/php/list.php:1
38
+ #, php-format
39
+ msgid "Enter the link to your %s profile page"
40
+ msgstr "Geben Sie den Link zu Ihrer %s Profil Seite ein"
41
+
42
+ #: inc/php/list.php:1
43
+ msgid ""
44
+ "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
45
+ "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
46
+ msgstr ""
47
+ "Geben Sie Ihren Skype Namen mit Prefix <b>skype:</b> und suffix <b>?call</b>, oder "
48
+ "<b>?add</b>, oder <b>?chat</b>, oder <b>?userinfo</b> für Ihr Profil ein"
49
+
50
+ #: inc/php/list.php:1
51
+ msgid "Enter the link to your personal website"
52
+ msgstr "Link zu Ihrer persönlichen Webseite"
53
+
54
+ #: inc/php/list.php:1
55
+ msgid "Enter your email address with prefix <b>mailto:</b>"
56
+ msgstr "Geben Sie Ihre Email Adresse mit dem Prefix <b>mailto:</b> ein"
57
+
58
+ #: inc/php/list.php:1
59
+ msgid "Enter your telephone number with prefix <b>tel://</b>"
60
+ msgstr "Geben Sie Ihre Telefonnummer mit dem Prefix <b>tel://</b> ein"
61
+
62
+ #: inc/php/list.php:1
63
+ msgid "Enter the link to your RSS Feed"
64
+ msgstr "Geben Sie den Link zu Ihrem RSS Feed ein"
65
+
66
+ #: inc/php/messages.php:26
67
+ msgid "Hello. I'm Arthur, the author of this plugin."
68
+ msgstr "Hallo! Ich bin Arthur, der Autor dieses plugins."
69
+
70
+ #: inc/php/messages.php:28
71
+ #, php-format
72
+ msgid "Thank you for installing my plugin! I hope you will love it! %s"
73
+ msgstr ""
74
+ "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
75
+
76
+ #: inc/php/messages.php:68
77
+ msgid "You have installed an old version of this plugin."
78
+ msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
79
+
80
+ #: inc/php/messages.php:69
81
+ msgid "Please update the plugin to the latest version, and all will be fine."
82
+ msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
83
+
84
+ #: inc/php/page.php:30
85
+ #, php-format
86
+ msgid "by %s Space X-Chimp Studio %s"
87
+ msgstr "by %s Space X-Chimp Studio %s"
88
+
89
+ #: inc/php/page.php:36
90
+ msgid "Version"
91
+ msgstr "Version"
92
+
93
+ #: inc/php/page.php:44
94
+ msgid "Usage"
95
+ msgstr "Verwendung"
96
+
97
+ #: inc/php/page.php:45
98
+ msgid "F.A.Q."
99
+ msgstr "F.A.Q."
100
+
101
+ #: inc/php/page.php:46 inc/php/settings.php:97 inc/php/sidebar.php:23
102
+ msgid "Support"
103
+ msgstr "Support"
104
+
105
+ #: inc/php/page.php:47
106
+ msgid "Store"
107
+ msgstr "Store"
108
+
109
+ #: inc/php/page.php:63
110
+ msgid "Usage Instructions"
111
+ msgstr "Anleitung"
112
+
113
+ #: inc/php/page.php:65
114
+ msgid ""
115
+ "To display the social media follow buttons bar on the front end of your website, "
116
+ "simply follow these steps:"
117
+ msgstr ""
118
+ "Um die \"social media follow buttons bar\" am Front-End Ihrer Webseite anzuzeigen, "
119
+ "befolgen Sie die folgenden Schritte:"
120
+
121
+ #: inc/php/page.php:67
122
+ msgid "Go to the \"Settings\" tab."
123
+ msgstr "Gehen Sie zum Tab \"Einstellungen\"."
124
+
125
+ #: inc/php/page.php:68
126
+ msgid "Fill in the required fields."
127
+ msgstr "Füllen Sie die benötigten Felder aus."
128
+
129
+ #: inc/php/page.php:69
130
+ msgid "Select the desired settings."
131
+ msgstr "Wählen Sie die gewünschten Einstellungen aus."
132
+
133
+ #: inc/php/page.php:70
134
+ msgid "Click the \"Save changes\" button."
135
+ msgstr "Klicken Sie den \"Änderungen speichern\" button."
136
+
137
+ #: inc/php/page.php:71
138
+ msgid ""
139
+ "Now you have several methods for display the social media follow buttons bar "
140
+ "(further just \"buttons\"). Just choose the one that is more suitable for your "
141
+ "case."
142
+ msgstr ""
143
+ "Jetzt haben Sie unterschiedliche Möglichkeiten um die \"social media follow "
144
+ "buttons bar\" (im Folgenden \"buttons\") anzuzeigen. Wählen Sie die, die für Sie "
145
+ "am Besten passt."
146
+
147
+ #: inc/php/page.php:72
148
+ msgid ""
149
+ "<b>A)</b> For display the buttons below a content on every Posts or/and Pages, "
150
+ "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section "
151
+ "\"Display options\", then click the \"Save changes\" button."
152
+ msgstr ""
153
+ "<b>A)</b> Um die Buttons unterhalb eines Contents bei jedem Post und/oder Seite "
154
+ "anzuzeigen, wählen Sie die Checkbox \"Zeige in Posts\" und/oder \"Zeige auf Seiten "
155
+ "im Bereich \"Anzeigeoptionen\", dann klicken Sie den Button \"Änderungen speichern"
156
+ "\"."
157
+
158
+ #: inc/php/page.php:73
159
+ msgid ""
160
+ "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the "
161
+ "following shortcode:"
162
+ msgstr ""
163
+ "<b>B)</b> Um die Buttons innerhalb eines Posts/einer Seite anzuzeigen, benutzen "
164
+ "Sie den folgenden Shortcode:"
165
+
166
+ #: inc/php/page.php:75
167
+ msgid ""
168
+ "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the "
169
+ "\"Text\" widget and add inside it the following shortcode:"
170
+ msgstr ""
171
+ "<b>C)</b> Um die Buttons in einem Widget-Bereich (Sidebar, Fusszeile, etc.) "
172
+ "anzuzeigen, benutzen Sie das \"Text\" Widget und fügen Sie den folgenden Shortcode "
173
+ "ein:"
174
+
175
+ #: inc/php/page.php:77
176
+ msgid ""
177
+ "<b>D)</b> For add the buttons directly to a theme files, just add the following "
178
+ "code to needed place (where you want to display the buttons) in your theme files:"
179
+ msgstr ""
180
+ "<b>D)</b> Um die Buttons direkt zu einem Theme hinzuzufügen, fügen Sie den "
181
+ "folgenden Code an der gewünschten Stelle (wo Sie die Buttons angezeigt haben "
182
+ "wollen) in Ihrem Theme ein:"
183
+
184
+ #: inc/php/page.php:80
185
+ msgid "Enjoy your fancy social media follow buttons."
186
+ msgstr "Viel Spaß mit den social media follow buttons."
187
+
188
+ #: inc/php/page.php:80
189
+ msgid "It's that simple!"
190
+ msgstr "Es ist ganz einfach!"
191
+
192
+ #: inc/php/page.php:82
193
+ msgid "Note!"
194
+ msgstr "Achtung!"
195
+
196
+ #: inc/php/page.php:82
197
+ msgid "If you want more options then tell me and I will be happy to add it."
198
+ msgstr ""
199
+ "Wenn Sie mehr Optionen benötigen, sagen Sie es mir und ich freue mich, diese "
200
+ "hinzuzufügen."
201
+
202
+ #: inc/php/page.php:91
203
+ msgid "Frequently Asked Questions"
204
+ msgstr ""
205
+
206
+ #: inc/php/page.php:95
207
+ msgid ""
208
+ "If you have a question, please read the Frequently Asked Questions below to see if "
209
+ "the answer is here."
210
+ msgstr ""
211
+ "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre "
212
+ "Antwort dabei ist."
213
+
214
+ #: inc/php/page.php:117
215
+ msgid "Will this plugin work on my WordPress.COM website?"
216
+ msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
217
+
218
+ #: inc/php/page.php:118
219
+ msgid ""
220
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
221
+ "websites."
222
+ msgstr ""
223
+ "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) "
224
+ "Webseiten."
225
+
226
+ #: inc/php/page.php:120
227
+ msgid "Can I use this plugin on my language?"
228
+ msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
229
+
230
+ #: inc/php/page.php:121
231
+ msgid ""
232
+ "Yes. This plugin is ready for translation and has already been translated into "
233
+ "several languages."
234
+ msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
235
+
236
+ #: inc/php/page.php:123
237
+ #, php-format
238
+ msgid ""
239
+ "If you want to help translate this plugin then please visit the %s. You can also "
240
+ "use the POT file, that is included and placed in the \"languages\" folder, in "
241
+ "order to create a translation PO file. Just send the PO file to me at the %s and I "
242
+ "will include this translation within the next plugin update."
243
+ msgstr ""
244
+ "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die Seite "
245
+ "%s. Sie können auch die POT Datei, die Sie im \"languages\" Ordner finden, "
246
+ "verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die übersetzte PO "
247
+ "Datei direkt an %s und ich werde die Übersetzung beim nächsten Plugin Update "
248
+ "hinzufügen."
249
+
250
+ #: inc/php/page.php:128
251
+ msgid ""
252
+ "Maybe not all existed translations are up to date. You are welcome to contribute "
253
+ "corrections!"
254
+ msgstr ""
255
+ "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an "
256
+ "den Korrekturen mitwirken."
257
+
258
+ #: inc/php/page.php:129
259
+ msgid ""
260
+ "Many of plugin users would be delighted if you share your translation with the "
261
+ "community. Thanks for your contribution!"
262
+ msgstr ""
263
+ "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der "
264
+ "Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
265
+
266
+ #: inc/php/page.php:131
267
+ msgid "How does it work?"
268
+ msgstr "Wie arbeitet das Plugin?"
269
+
270
+ #: inc/php/page.php:132
271
+ msgid ""
272
+ "On the \"Settings\" tab, select the desired settings and click the \"Save changes"
273
+ "\" button. Enjoy your fancy social media follow buttons. It's that simple!"
274
+ msgstr ""
275
+ "Am Tab \"Einstellungen\" wählen Sie die gewünschten Einstellungen aus und klicken "
276
+ "den Button \"Änderungen speichern\". Viel Spaß mit den social media follow "
277
+ "buttons. Es ist ganz einfach!"
278
+
279
+ #: inc/php/page.php:134
280
+ msgid "Does this plugin requires any modification of the theme?"
281
+ msgstr "Benötigt das Plugin Veränderungen am Theme."
282
+
283
+ #: inc/php/page.php:135
284
+ msgid ""
285
+ "Absolutely not. This plugin is configurable entirely from the plugin settings page."
286
+ msgstr ""
287
+ "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite "
288
+ "des Plugins."
289
+
290
+ #: inc/php/page.php:137
291
+ msgid "Does this require any knowledge of HTML or CSS?"
292
+ msgstr "Brauche ich HTML oder CCS Kenntnisse?"
293
+
294
+ #: inc/php/page.php:138
295
+ msgid ""
296
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, "
297
+ "using an easy-to-use plugin settings page."
298
+ msgstr ""
299
+ "Absolut nicht. Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert "
300
+ "werden."
301
+
302
+ #: inc/php/page.php:140
303
+ msgid ""
304
+ "What I need to do if the Google PageSpeed test says that this plugin images must "
305
+ "be compressed?"
306
+ msgstr ""
307
+ "Was muss ich machen, wenn der Google PageSpeed Test sagt, dass Grafiken das Plugin "
308
+ "komprimiert werden müssen?"
309
+
310
+ #: inc/php/page.php:141
311
+ msgid ""
312
+ "The images that uses in this plugin are already compressed, but I will do my best "
313
+ "to find out what else can be done with the images in order to compress them even "
314
+ "better."
315
+ msgstr ""
316
+ "Die Grafiken, die innerhalb des Plugins verwendet werden, sind bereits "
317
+ "komprimiert. Gerne suche ich auch nach einer besseren Komprimierung, wenn es "
318
+ "benötigt wird."
319
+
320
+ #: inc/php/page.php:143
321
+ msgid "It's not working. What could be wrong?"
322
+ msgstr "Es funktioniert nicht. Was könnte falsch sein?"
323
+
324
+ #: inc/php/page.php:144
325
+ msgid ""
326
+ "As with every plugin, it's possible that things don't work. The most common reason "
327
+ "for this is a web browser's cache. Every web browser stores a cache of the "
328
+ "websites you visit (pages, images, and etc.) to reduce bandwidth usage and server "
329
+ "load. This is called the browser's cache.​ Clearing your browser's cache may solve "
330
+ "the problem."
331
+ msgstr ""
332
+ "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste "
333
+ "Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache "
334
+ "der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das "
335
+ "nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das "
336
+ "Problem behoben sein."
337
+
338
+ #: inc/php/page.php:145
339
+ msgid ""
340
+ "It's impossible to tell what could be wrong exactly, but if you post a support "
341
+ "request in the plugin's support forum on WordPress.org, I'd be happy to give it a "
342
+ "look and try to help out. Please include as much information as possible, "
343
+ "including a link to your website where the problem can be seen."
344
+ msgstr ""
345
+ "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine Support "
346
+ "Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe ich Ihnen gerne. "
347
+ "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite "
348
+ "hinzu, wo das Problem auftritt."
349
+
350
+ #: inc/php/page.php:147
351
+ msgid ""
352
+ "The last WordPress update is preventing me from editing my website that is using "
353
+ "this plugin. Why is this?"
354
+ msgstr ""
355
+ "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin "
356
+ "verwendet, zu bearbeiten. Warum ist das so?"
357
+
358
+ #: inc/php/page.php:148
359
+ msgid ""
360
+ "This plugin can not cause such problem. More likely, the problem are related to "
361
+ "the settings of the website. It could just be a cache, so please try to clear your "
362
+ "website's cache (may be you using a caching plugin, or some web service such as "
363
+ "the CloudFlare) and then the cache of your web browser. Also please try to re-"
364
+ "login to the website, this too can help."
365
+ msgstr ""
366
+ "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das "
367
+ "Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein "
368
+ "Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen "
369
+ "(möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie "
370
+ "CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich "
371
+ "erneut auf der Webseite anzumelden, auch dies kann helfen."
372
+
373
+ #: inc/php/page.php:150
374
+ msgid "Where to report bug if found?"
375
+ msgstr "Wo kann ich eine Fehler melden?"
376
+
377
+ #: inc/php/page.php:152
378
+ #, php-format
379
+ msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
380
+ msgstr ""
381
+ "Besuchen Sie die %s zugehörige Plugin-Seite auf GitHub %s, um Fehler zu melden."
382
+
383
+ #: inc/php/page.php:158
384
+ msgid "Where to share any ideas or suggestions to make the plugin better?"
385
+ msgstr ""
386
+ "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
387
+
388
+ #: inc/php/page.php:160
389
+ #, php-format
390
+ msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
391
+ msgstr ""
392
+ "Alle Vorschläge sind willkommen! Bitte senden Sie mir eine E-Mail an % s. Vielen "
393
+ "Dank!"
394
+
395
+ #: inc/php/page.php:165
396
+ msgid "I love this plugin! Can I help somehow?"
397
+ msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
398
+
399
+ #: inc/php/page.php:167
400
+ #, php-format
401
+ msgid ""
402
+ "Yes, any financial contributions are welcome! Just visit %s my website %s, click "
403
+ "on the donate button, and thank you!"
404
+ msgstr ""
405
+ "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite "
406
+ "%s, klicken Sie auf den Spenden Button und Danke!"
407
+
408
+ #: inc/php/page.php:173
409
+ msgid "My question wasn't answered here."
410
+ msgstr "Meine Fragen wurden nicht beantwortet."
411
+
412
+ #: inc/php/page.php:175
413
+ #, php-format
414
+ msgid ""
415
+ "You can ask your question on the plugin support page %s. But please keep in mind "
416
+ "that this plugin is free, and there is no a special support team, so I have no way "
417
+ "to answer everyone."
418
+ msgstr ""
419
+ "Sie können Ihre Frage auf der Plugin Support Seite %s stellen. Aber bitte bedenken "
420
+ "Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe ich "
421
+ "keine Möglichkeit jedem zu antworten."
422
+
423
+ #: inc/php/page.php:188
424
+ msgid "Support Me"
425
+ msgstr "Unterstützen Sie mich"
426
+
427
+ #: inc/php/page.php:196 inc/php/settings.php:104 inc/php/sidebar.php:30
428
+ msgid "Donate with PayPal"
429
+ msgstr "Spende mit PayPal"
430
+
431
+ #: inc/php/page.php:201
432
+ #, php-format
433
+ msgid ""
434
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp "
435
+ "Studio %s."
436
+ msgstr ""
437
+ "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s Space "
438
+ "X-Chimp Studio %s."
439
+
440
+ #: inc/php/page.php:209
441
+ msgid ""
442
+ "My intention is to create projects that will make this world a better place. I'm "
443
+ "really passionate about my work, I like what I'm doing and hope that you will be "
444
+ "enriched by my projects too."
445
+ msgstr ""
446
+ "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort "
447
+ "machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich tue, und hoffe, "
448
+ "dass Sie auch von meinen Projekten bereichert werden."
449
+
450
+ #: inc/php/page.php:210
451
+ msgid ""
452
+ "I spend a lot of time and effort trying to make sure that the themes, plugins and "
453
+ "other things I build are useful, and the ultimate proof of that for me is that you "
454
+ "actually want to use them. But, I’m an independent developer, without a regular "
455
+ "income, so every little contribution helps cover my costs and lets me spend more "
456
+ "time building things for people like you to enjoy."
457
+ msgstr ""
458
+ "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, "
459
+ "Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis "
460
+ "für mich ist, dass Sie sie tatsächlich verwenden. Aber ich bin ein unabhängiger "
461
+ "Entwickler ohne regelmäßiges Einkommen. Jeder kleine Beitrag trägt dazu bei, meine "
462
+ "Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute "
463
+ "wie Sie zu gestalten."
464
+
465
+ #: inc/php/page.php:211
466
+ msgid "If you appreciate my work, you can buy me a coffee!"
467
+ msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
468
+
469
+ #: inc/php/page.php:212
470
+ msgid "Thank you for your support!"
471
+ msgstr "Danke für Ihre Unterstützung!"
472
+
473
+ #: inc/php/settings.php:21 inc/php/settings.php:86
474
+ msgid "Save changes"
475
+ msgstr "Änderungen speichern"
476
+
477
+ #: inc/php/settings.php:25
478
+ msgid "Buttons"
479
+ msgstr "Buttons"
480
+
481
+ #: inc/php/settings.php:27
482
+ msgid ""
483
+ "Just fill in the required fields to make a buttons. The social networking buttons "
484
+ "will lead directly to your profile pages. If you don't want to use any of the "
485
+ "following buttons, you can not fill them and then they do not appear."
486
+ msgstr ""
487
+ "Füllen die benötigten Felder aus, um einen Button zu erzeugen. Die Buttons des "
488
+ "sozialen Netzwerkes leiten Sie direkt auf die Profilseite. Wenn Sie die Felder "
489
+ "leer lassen, erscheinen diese sozialen Netzwerke auch nicht als Button."
490
+
491
+ #: inc/php/settings.php:35
492
+ msgid "Display options"
493
+ msgstr "Anzeigeoptionen"
494
+
495
+ #: inc/php/settings.php:37
496
+ msgid "There you can configure this plugin."
497
+ msgstr "Hier können Sie das Plugin konfigurieren."
498
+
499
+ #: inc/php/settings.php:41
500
+ msgid "Show on Posts"
501
+ msgstr "In Posts anzeigen"
502
+
503
+ #: inc/php/settings.php:42
504
+ msgid "Automatically display toolbar below content on Posts."
505
+ msgstr "Die Toolbar automatisch unterhalb des Inhalts von Posts anzeigen."
506
+
507
+ #: inc/php/settings.php:45
508
+ msgid "Show on Pages"
509
+ msgstr "Auf Seiten anzeigen"
510
+
511
+ #: inc/php/settings.php:46
512
+ msgid "Automatically display toolbar below content on Pages."
513
+ msgstr "Die Toolbar automatisch unterhalb des Inhalts von Seiten anzeigen."
514
+
515
+ #: inc/php/settings.php:49
516
+ msgid "Open in new tab"
517
+ msgstr "Öffne in neuem Tab"
518
+
519
+ #: inc/php/settings.php:50
520
+ msgid "Open link in a new tab/window."
521
+ msgstr "Link in einem neuen Tab/Fenster öffnen."
522
+
523
+ #: inc/php/settings.php:53
524
+ msgid "Tooltips"
525
+ msgstr "Tooltip"
526
+
527
+ #: inc/php/settings.php:54
528
+ msgid "Enable a tooltips with name of the social media above every button."
529
+ msgstr ""
530
+ "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem "
531
+ "Button."
532
+
533
+ #: inc/php/settings.php:57
534
+ msgid "Icon size"
535
+ msgstr "Icon Grösse"
536
+
537
+ #: inc/php/settings.php:58
538
+ msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
539
+ msgstr ""
540
+ "Geben Sie die Grösse der Icons (in Pixeln) der \"social media follow buttons bar\" "
541
+ "ein."
542
+
543
+ #: inc/php/settings.php:62
544
+ msgid "Margin"
545
+ msgstr "Rand"
546
+
547
+ #: inc/php/settings.php:63
548
+ msgid ""
549
+ "Enter the size of space (in pixels) between icons in your social media follow "
550
+ "buttons bar."
551
+ msgstr ""
552
+ "Geben Sie die Grösse des Zwischenraums (in Pixeln) zwischen den Icons der \"social "
553
+ "media follow buttons bar\" ein."
554
+
555
+ #: inc/php/settings.php:68
556
+ msgid "Left"
557
+ msgstr "Links"
558
+
559
+ #: inc/php/settings.php:69
560
+ msgid "Center"
561
+ msgstr "Mittig"
562
+
563
+ #: inc/php/settings.php:70
564
+ msgid "Right"
565
+ msgstr "Rechts"
566
+
567
+ #: inc/php/settings.php:72
568
+ msgid "Alignment"
569
+ msgstr "Ausrichtung"
570
+
571
+ #: inc/php/settings.php:73
572
+ msgid "You can choose the alignment of the buttons bar."
573
+ msgstr "Wählen Sie die Ausrichtung der buttons bar."
574
+
575
+ #: inc/php/settings.php:77
576
+ msgid "Caption"
577
+ msgstr "Überschrift"
578
+
579
+ #: inc/php/settings.php:78
580
+ msgid ""
581
+ "Enter the caption to your social media follow buttons bar. It will be displays "
582
+ "before the toolbar."
583
+ msgstr ""
584
+ "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" hinzu. "
585
+ "Diese wird vor der Toolbar angezeigt."
586
+
587
+ #: inc/php/settings.php:89
588
+ msgid "Live Preview"
589
+ msgstr "Live Vorschau"
590
+
591
+ #: inc/php/settings.php:91
592
+ msgid "Click the \"Save changes\" button to update this preview."
593
+ msgstr ""
594
+ "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
595
+
596
+ #: inc/php/settings.php:99 inc/php/sidebar.php:25
597
+ msgid ""
598
+ "I'm an independent developer, without a regular income, so every little "
599
+ "contribution helps cover my costs and lets me spend more time building things for "
600
+ "people like you to enjoy."
601
+ msgstr ""
602
+ "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine "
603
+ "Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit damit "
604
+ "verbringen, Dinge für Leute wie Sie zu entwickeln."
605
+
606
+ #: inc/php/settings.php:106 inc/php/sidebar.php:32
607
+ msgid "Thanks for your support!"
608
+ msgstr "Danke für Ihre Unterstützung!"
609
+
610
+ #: inc/php/sidebar.php:16
611
+ msgid "About"
612
+ msgstr "Über"
613
+
614
+ #: inc/php/sidebar.php:18
615
+ msgid ""
616
+ "This plugin allows you to easily add the social media follow buttons bar to any "
617
+ "place of your website."
618
+ msgstr ""
619
+ "Mit Hilfe dieses Plugins können Sie auf einfache Weise die \"social media follow "
620
+ "buttons bar\" überall auf Ihrer Webseite hinzufügen."
621
+
622
+ #: inc/php/sidebar.php:37
623
+ msgid "Help"
624
+ msgstr "Hilfe"
625
+
626
+ #: inc/php/sidebar.php:39
627
+ msgid "If you have a question, please read the information in the FAQ section."
628
+ msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
629
+
630
+ #. Plugin Name of the plugin/theme
631
+ msgid "Social Media Follow Buttons Bar"
632
+ msgstr ""
633
+
634
+ #. Plugin URI of the plugin/theme
635
+ msgid "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
636
+ msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
637
+
638
+ #. Description of the plugin/theme
639
+ msgid ""
640
+ "Easily add the smart bar with social media follow buttons (not share, only link to "
641
+ "your profiles) to any place of your WordPress website."
642
+ msgstr ""
643
+ "Fügt eine Smart Bar mit social media follow buttons an eine beliebige Stelle auf "
644
+ "Ihrer WordPress Webseite."
645
+
646
+ #. Author of the plugin/theme
647
+ msgid "Arthur Gareginyan"
648
+ msgstr "Arthur Gareginyan"
649
+
650
+ #. Author URI of the plugin/theme
651
+ msgid "https://www.arthurgareginyan.com"
652
+ msgstr "https://www.arthurgareginyan.com"
languages/social-media-buttons-toolbar-es_ES.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2017-09-23 04:51+0300\n"
7
- "PO-Revision-Date: 2017-09-24 16:29+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -34,36 +34,12 @@ msgstr "Donar"
34
  msgid "Social Media Follow Buttons"
35
  msgstr "Social Media Follow Buttons"
36
 
37
- #: inc/php/list.php:14 inc/php/list.php:21 inc/php/list.php:28 inc/php/list.php:35
38
- #: inc/php/list.php:42 inc/php/list.php:49 inc/php/list.php:56 inc/php/list.php:63
39
- #: inc/php/list.php:70 inc/php/list.php:77 inc/php/list.php:84 inc/php/list.php:91
40
- #: inc/php/list.php:98 inc/php/list.php:105 inc/php/list.php:112 inc/php/list.php:119
41
- #: inc/php/list.php:126 inc/php/list.php:133 inc/php/list.php:140
42
- #: inc/php/list.php:147 inc/php/list.php:154 inc/php/list.php:161
43
- #: inc/php/list.php:168 inc/php/list.php:175 inc/php/list.php:182
44
- #: inc/php/list.php:189 inc/php/list.php:196 inc/php/list.php:203
45
- #: inc/php/list.php:210 inc/php/list.php:217 inc/php/list.php:224
46
- #: inc/php/list.php:231 inc/php/list.php:238 inc/php/list.php:245
47
- #: inc/php/list.php:252 inc/php/list.php:259 inc/php/list.php:266
48
- #: inc/php/list.php:273 inc/php/list.php:280 inc/php/list.php:287
49
- #: inc/php/list.php:294 inc/php/list.php:301 inc/php/list.php:308
50
- #: inc/php/list.php:315 inc/php/list.php:322 inc/php/list.php:329
51
- #: inc/php/list.php:336 inc/php/list.php:343 inc/php/list.php:350
52
- #: inc/php/list.php:357 inc/php/list.php:364 inc/php/list.php:371
53
- #: inc/php/list.php:378 inc/php/list.php:385 inc/php/list.php:392
54
- #: inc/php/list.php:399 inc/php/list.php:406 inc/php/list.php:413
55
- #: inc/php/list.php:420 inc/php/list.php:427 inc/php/list.php:434
56
- #: inc/php/list.php:441 inc/php/list.php:448 inc/php/list.php:455
57
- #: inc/php/list.php:462 inc/php/list.php:469 inc/php/list.php:476
58
- #: inc/php/list.php:483 inc/php/list.php:490 inc/php/list.php:497
59
- #: inc/php/list.php:504 inc/php/list.php:511 inc/php/list.php:518
60
- #: inc/php/list.php:525 inc/php/list.php:532 inc/php/list.php:539
61
- #: inc/php/list.php:546 inc/php/list.php:553
62
  #, php-format
63
  msgid "Enter the link to your %s profile page"
64
  msgstr "Ingresa el enlace a tu página de perfil de %s"
65
 
66
- #: inc/php/list.php:560
67
  msgid ""
68
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
69
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -71,19 +47,19 @@ msgstr ""
71
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
72
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
73
 
74
- #: inc/php/list.php:567
75
  msgid "Enter the link to your personal website"
76
  msgstr "Ingresa el enlace a tu sitio web personal"
77
 
78
- #: inc/php/list.php:574
79
  msgid "Enter your email address with prefix <b>mailto:</b>"
80
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
81
 
82
- #: inc/php/list.php:581
83
  msgid "Enter your telephone number with prefix <b>tel://</b>"
84
  msgstr ""
85
 
86
- #: inc/php/list.php:588
87
  msgid "Enter the link to your RSS Feed"
88
  msgstr "Ingresa el enlace a tu Feed de RSS"
89
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2017-10-27 18:42+0300\n"
7
+ "PO-Revision-Date: 2017-10-27 18:42+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
34
  msgid "Social Media Follow Buttons"
35
  msgstr "Social Media Follow Buttons"
36
 
37
+ #: inc/php/list.php:1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  #, php-format
39
  msgid "Enter the link to your %s profile page"
40
  msgstr "Ingresa el enlace a tu página de perfil de %s"
41
 
42
+ #: inc/php/list.php:1
43
  msgid ""
44
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
45
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
47
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
48
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
49
 
50
+ #: inc/php/list.php:1
51
  msgid "Enter the link to your personal website"
52
  msgstr "Ingresa el enlace a tu sitio web personal"
53
 
54
+ #: inc/php/list.php:1
55
  msgid "Enter your email address with prefix <b>mailto:</b>"
56
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
57
 
58
+ #: inc/php/list.php:1
59
  msgid "Enter your telephone number with prefix <b>tel://</b>"
60
  msgstr ""
61
 
62
+ #: inc/php/list.php:1
63
  msgid "Enter the link to your RSS Feed"
64
  msgstr "Ingresa el enlace a tu Feed de RSS"
65
 
languages/social-media-buttons-toolbar-ru_RU.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
- "POT-Creation-Date: 2017-09-23 04:51+0300\n"
5
- "PO-Revision-Date: 2017-09-23 04:51+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -33,37 +33,12 @@ msgstr "Поддержать"
33
  msgid "Social Media Follow Buttons"
34
  msgstr "Социальные Медиа Кнопки Следования"
35
 
36
- #: inc/php/list.php:14 inc/php/list.php:21 inc/php/list.php:28
37
- #: inc/php/list.php:35 inc/php/list.php:42 inc/php/list.php:49
38
- #: inc/php/list.php:56 inc/php/list.php:63 inc/php/list.php:70
39
- #: inc/php/list.php:77 inc/php/list.php:84 inc/php/list.php:91
40
- #: inc/php/list.php:98 inc/php/list.php:105 inc/php/list.php:112
41
- #: inc/php/list.php:119 inc/php/list.php:126 inc/php/list.php:133
42
- #: inc/php/list.php:140 inc/php/list.php:147 inc/php/list.php:154
43
- #: inc/php/list.php:161 inc/php/list.php:168 inc/php/list.php:175
44
- #: inc/php/list.php:182 inc/php/list.php:189 inc/php/list.php:196
45
- #: inc/php/list.php:203 inc/php/list.php:210 inc/php/list.php:217
46
- #: inc/php/list.php:224 inc/php/list.php:231 inc/php/list.php:238
47
- #: inc/php/list.php:245 inc/php/list.php:252 inc/php/list.php:259
48
- #: inc/php/list.php:266 inc/php/list.php:273 inc/php/list.php:280
49
- #: inc/php/list.php:287 inc/php/list.php:294 inc/php/list.php:301
50
- #: inc/php/list.php:308 inc/php/list.php:315 inc/php/list.php:322
51
- #: inc/php/list.php:329 inc/php/list.php:336 inc/php/list.php:343
52
- #: inc/php/list.php:350 inc/php/list.php:357 inc/php/list.php:364
53
- #: inc/php/list.php:371 inc/php/list.php:378 inc/php/list.php:385
54
- #: inc/php/list.php:392 inc/php/list.php:399 inc/php/list.php:406
55
- #: inc/php/list.php:413 inc/php/list.php:420 inc/php/list.php:427
56
- #: inc/php/list.php:434 inc/php/list.php:441 inc/php/list.php:448
57
- #: inc/php/list.php:455 inc/php/list.php:462 inc/php/list.php:469
58
- #: inc/php/list.php:476 inc/php/list.php:483 inc/php/list.php:490
59
- #: inc/php/list.php:497 inc/php/list.php:504 inc/php/list.php:511
60
- #: inc/php/list.php:518 inc/php/list.php:525 inc/php/list.php:532
61
- #: inc/php/list.php:539 inc/php/list.php:546 inc/php/list.php:553
62
  #, php-format
63
  msgid "Enter the link to your %s profile page"
64
  msgstr "Введите ссылку на вашу страницу профиля %s"
65
 
66
- #: inc/php/list.php:560
67
  msgid ""
68
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
69
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -72,19 +47,19 @@ msgstr ""
72
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
73
  "профиля"
74
 
75
- #: inc/php/list.php:567
76
  msgid "Enter the link to your personal website"
77
  msgstr "Введите ссылку на ваш персональный сайт"
78
 
79
- #: inc/php/list.php:574
80
  msgid "Enter your email address with prefix <b>mailto:</b>"
81
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
82
 
83
- #: inc/php/list.php:581
84
  msgid "Enter your telephone number with prefix <b>tel://</b>"
85
  msgstr "Введите номер телефона с префиксом <b>tel://</b>"
86
 
87
- #: inc/php/list.php:588
88
  msgid "Enter the link to your RSS Feed"
89
  msgstr "Введите ссылку на ваш RSS поток"
90
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2017-10-27 18:42+0300\n"
5
+ "PO-Revision-Date: 2017-10-27 18:42+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
33
  msgid "Social Media Follow Buttons"
34
  msgstr "Социальные Медиа Кнопки Следования"
35
 
36
+ #: inc/php/list.php:1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  #, php-format
38
  msgid "Enter the link to your %s profile page"
39
  msgstr "Введите ссылку на вашу страницу профиля %s"
40
 
41
+ #: inc/php/list.php:1
42
  msgid ""
43
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
44
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
47
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
48
  "профиля"
49
 
50
+ #: inc/php/list.php:1
51
  msgid "Enter the link to your personal website"
52
  msgstr "Введите ссылку на ваш персональный сайт"
53
 
54
+ #: inc/php/list.php:1
55
  msgid "Enter your email address with prefix <b>mailto:</b>"
56
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
57
 
58
+ #: inc/php/list.php:1
59
  msgid "Enter your telephone number with prefix <b>tel://</b>"
60
  msgstr "Введите номер телефона с префиксом <b>tel://</b>"
61
 
62
+ #: inc/php/list.php:1
63
  msgid "Enter the link to your RSS Feed"
64
  msgstr "Введите ссылку на ваш RSS поток"
65
 
languages/social-media-buttons-toolbar.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
- "POT-Creation-Date: 2017-09-23 04:50+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -31,48 +31,30 @@ msgstr ""
31
  msgid "Social Media Follow Buttons"
32
  msgstr ""
33
 
34
- #: inc/php/list.php:14 inc/php/list.php:21 inc/php/list.php:28 inc/php/list.php:35 inc/php/list.php:42
35
- #: inc/php/list.php:49 inc/php/list.php:56 inc/php/list.php:63 inc/php/list.php:70 inc/php/list.php:77
36
- #: inc/php/list.php:84 inc/php/list.php:91 inc/php/list.php:98 inc/php/list.php:105 inc/php/list.php:112
37
- #: inc/php/list.php:119 inc/php/list.php:126 inc/php/list.php:133 inc/php/list.php:140
38
- #: inc/php/list.php:147 inc/php/list.php:154 inc/php/list.php:161 inc/php/list.php:168
39
- #: inc/php/list.php:175 inc/php/list.php:182 inc/php/list.php:189 inc/php/list.php:196
40
- #: inc/php/list.php:203 inc/php/list.php:210 inc/php/list.php:217 inc/php/list.php:224
41
- #: inc/php/list.php:231 inc/php/list.php:238 inc/php/list.php:245 inc/php/list.php:252
42
- #: inc/php/list.php:259 inc/php/list.php:266 inc/php/list.php:273 inc/php/list.php:280
43
- #: inc/php/list.php:287 inc/php/list.php:294 inc/php/list.php:301 inc/php/list.php:308
44
- #: inc/php/list.php:315 inc/php/list.php:322 inc/php/list.php:329 inc/php/list.php:336
45
- #: inc/php/list.php:343 inc/php/list.php:350 inc/php/list.php:357 inc/php/list.php:364
46
- #: inc/php/list.php:371 inc/php/list.php:378 inc/php/list.php:385 inc/php/list.php:392
47
- #: inc/php/list.php:399 inc/php/list.php:406 inc/php/list.php:413 inc/php/list.php:420
48
- #: inc/php/list.php:427 inc/php/list.php:434 inc/php/list.php:441 inc/php/list.php:448
49
- #: inc/php/list.php:455 inc/php/list.php:462 inc/php/list.php:469 inc/php/list.php:476
50
- #: inc/php/list.php:483 inc/php/list.php:490 inc/php/list.php:497 inc/php/list.php:504
51
- #: inc/php/list.php:511 inc/php/list.php:518 inc/php/list.php:525 inc/php/list.php:532
52
- #: inc/php/list.php:539 inc/php/list.php:546 inc/php/list.php:553
53
  #, php-format
54
  msgid "Enter the link to your %s profile page"
55
  msgstr ""
56
 
57
- #: inc/php/list.php:560
58
  msgid ""
59
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
60
  "b>, or <b>?userinfo</b> for view profile"
61
  msgstr ""
62
 
63
- #: inc/php/list.php:567
64
  msgid "Enter the link to your personal website"
65
  msgstr ""
66
 
67
- #: inc/php/list.php:574
68
  msgid "Enter your email address with prefix <b>mailto:</b>"
69
  msgstr ""
70
 
71
- #: inc/php/list.php:581
72
  msgid "Enter your telephone number with prefix <b>tel://</b>"
73
  msgstr ""
74
 
75
- #: inc/php/list.php:588
76
  msgid "Enter the link to your RSS Feed"
77
  msgstr ""
78
 
@@ -85,11 +67,11 @@ msgstr ""
85
  msgid "Thank you for installing my plugin! I hope you will love it! %s"
86
  msgstr ""
87
 
88
- #: inc/php/messages.php:61
89
  msgid "You have installed an old version of this plugin."
90
  msgstr ""
91
 
92
- #: inc/php/messages.php:62
93
  msgid "Please update the plugin to the latest version, and all will be fine."
94
  msgstr ""
95
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2017-10-28 14:39+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
31
  msgid "Social Media Follow Buttons"
32
  msgstr ""
33
 
34
+ #: inc/php/list.php:1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  #, php-format
36
  msgid "Enter the link to your %s profile page"
37
  msgstr ""
38
 
39
+ #: inc/php/list.php:1
40
  msgid ""
41
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</"
42
  "b>, or <b>?userinfo</b> for view profile"
43
  msgstr ""
44
 
45
+ #: inc/php/list.php:1
46
  msgid "Enter the link to your personal website"
47
  msgstr ""
48
 
49
+ #: inc/php/list.php:1
50
  msgid "Enter your email address with prefix <b>mailto:</b>"
51
  msgstr ""
52
 
53
+ #: inc/php/list.php:1
54
  msgid "Enter your telephone number with prefix <b>tel://</b>"
55
  msgstr ""
56
 
57
+ #: inc/php/list.php:1
58
  msgid "Enter the link to your RSS Feed"
59
  msgstr ""
60
 
67
  msgid "Thank you for installing my plugin! I hope you will love it! %s"
68
  msgstr ""
69
 
70
+ #: inc/php/messages.php:68
71
  msgid "You have installed an old version of this plugin."
72
  msgstr ""
73
 
74
+ #: inc/php/messages.php:69
75
  msgid "Please update the plugin to the latest version, and all will be fine."
76
  msgstr ""
77
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: icon, icon set, button, social, media, social button, social media, social
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.8
7
- Stable tag: 4.24
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -139,6 +139,7 @@ This plugin is ready for translation and has already been translated into severa
139
 
140
  * English (default)
141
  * Russian (translation by [Milena Kiseleva](https://www.instagram.com/milava_kiseleva/))
 
142
  * Spanish (translation by Ramiro Garcés and Patricio Toledo)
143
 
144
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/social-media-buttons-toolbar).
@@ -256,6 +257,10 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
256
 
257
  == Changelog ==
258
 
 
 
 
 
259
  = 4.24 =
260
  * Added option for the Daily Paintworks.
261
  * Added option for the Bitbucket.
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.8
7
+ Stable tag: 4.25
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
139
 
140
  * English (default)
141
  * Russian (translation by [Milena Kiseleva](https://www.instagram.com/milava_kiseleva/))
142
+ * German (translation by Michael)
143
  * Spanish (translation by Ramiro Garcés and Patricio Toledo)
144
 
145
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/social-media-buttons-toolbar).
257
 
258
  == Changelog ==
259
 
260
+ = 4.25 =
261
+ * German translation added. (Thanks to Michael)
262
+ * Fixed an issue where the "Hello" message could not be hidden.
263
+
264
  = 4.24 =
265
  * Added option for the Daily Paintworks.
266
  * Added option for the Bitbucket.
social-media-buttons-toolbar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
- * Version: 4.24
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
+ * Version: 4.25
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/