My Custom Functions - Version 4.11

Version Description

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

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 My Custom Functions
Version 4.11
Comparing to
See all releases

Code changes from version 4.10 to 4.11

inc/php/messages.php CHANGED
@@ -35,7 +35,14 @@ function spacexchimp_p001_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/my-custom-functions-de_DE.mo ADDED
Binary file
languages/my-custom-functions-de_DE.po ADDED
@@ -0,0 +1,567 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:00+0300\n"
7
+ "PO-Revision-Date: 2017-10-28 15:00+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: my-custom-functions.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
26
+ msgid "Settings"
27
+ msgstr "Einstellungen"
28
+
29
+ #: inc/php/core.php:33 inc/php/core.php:48
30
+ msgid "Upgrade to PRO"
31
+ msgstr ""
32
+
33
+ #: inc/php/core.php:47
34
+ msgid "Donate"
35
+ msgstr "Spende"
36
+
37
+ #: inc/php/core.php:63
38
+ msgid "PHP Inserter"
39
+ msgstr ""
40
+
41
+ #: inc/php/messages.php:26
42
+ msgid "Hello. I'm Arthur, the author of this plugin."
43
+ msgstr "Hallo! Ich bin Arthur, der Autor dieses plugins."
44
+
45
+ #: inc/php/messages.php:28
46
+ #, php-format
47
+ msgid "Thank you for installing my plugin! I hope you will love it! %s"
48
+ msgstr ""
49
+ "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
50
+
51
+ #: inc/php/messages.php:68
52
+ msgid "You have installed an old version of this plugin."
53
+ msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
54
+
55
+ #: inc/php/messages.php:69
56
+ msgid "Please update the plugin to the latest version, and all will be fine."
57
+ msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
58
+
59
+ #: inc/php/messages.php:91
60
+ msgid "Custom functions updated successfully."
61
+ msgstr ""
62
+
63
+ #: inc/php/messages.php:107
64
+ msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
65
+ msgstr ""
66
+
67
+ #: inc/php/messages.php:108
68
+ msgid "Please, check the code and try again."
69
+ msgstr ""
70
+
71
+ #: inc/php/page.php:32
72
+ #, php-format
73
+ msgid "by %s Space X-Chimp Studio %s"
74
+ msgstr "by %s Space X-Chimp Studio %s"
75
+
76
+ #: inc/php/page.php:38
77
+ msgid "Version"
78
+ msgstr "Version"
79
+
80
+ #: inc/php/page.php:45
81
+ msgid "Main"
82
+ msgstr ""
83
+
84
+ #: inc/php/page.php:46
85
+ msgid "Usage"
86
+ msgstr "Verwendung"
87
+
88
+ #: inc/php/page.php:47
89
+ msgid "F.A.Q."
90
+ msgstr "F.A.Q."
91
+
92
+ #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:32
93
+ msgid "Support"
94
+ msgstr "Support"
95
+
96
+ #: inc/php/page.php:49
97
+ msgid "Store"
98
+ msgstr "Store"
99
+
100
+ #: inc/php/page.php:65
101
+ msgid "Usage Instructions"
102
+ msgstr "Anleitung"
103
+
104
+ #: inc/php/page.php:67
105
+ msgid ""
106
+ "To add your custom functions (the PHP code) to your website, simply follow these "
107
+ "steps:"
108
+ msgstr ""
109
+
110
+ #: inc/php/page.php:69
111
+ msgid "Go to the \"Main\" tab."
112
+ msgstr ""
113
+
114
+ #: inc/php/page.php:70
115
+ msgid "Place your PHP code in the field."
116
+ msgstr ""
117
+
118
+ #: inc/php/page.php:71
119
+ msgid "Example of PHP code:"
120
+ msgstr ""
121
+
122
+ #: inc/php/page.php:77 inc/php/page.php:78 inc/php/page.php:84
123
+ msgid "Note!"
124
+ msgstr "Achtung!"
125
+
126
+ #: inc/php/page.php:77
127
+ msgid ""
128
+ "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> "
129
+ "HTML tags."
130
+ msgstr ""
131
+
132
+ #: inc/php/page.php:78
133
+ msgid ""
134
+ "Before use, please read the instructions on the F.A.Q. tab on what to do in case "
135
+ "of a website crash."
136
+ msgstr ""
137
+
138
+ #: inc/php/page.php:80
139
+ msgid "Switch the toggle to the \"ON\" position."
140
+ msgstr ""
141
+
142
+ #: inc/php/page.php:81
143
+ msgid "Click the \"Save changes\" button."
144
+ msgstr "Klicken Sie den \"Änderungen speichern\" button."
145
+
146
+ #: inc/php/page.php:82
147
+ msgid "Enjoy the result of applying your PHP code."
148
+ msgstr ""
149
+
150
+ #: inc/php/page.php:82
151
+ msgid "It's that simple!"
152
+ msgstr "Es ist ganz einfach!"
153
+
154
+ #: inc/php/page.php:84
155
+ msgid "If you want more options then tell me and I will be happy to add it."
156
+ msgstr ""
157
+ "Wenn Sie mehr Optionen benötigen, sagen Sie es mir und ich freue mich, diese "
158
+ "hinzuzufügen."
159
+
160
+ #: inc/php/page.php:93
161
+ msgid "Frequently Asked Questions"
162
+ msgstr ""
163
+
164
+ #: inc/php/page.php:97
165
+ msgid ""
166
+ "If you have a question, please read the Frequently Asked Questions below to see if "
167
+ "the answer is here."
168
+ msgstr ""
169
+ "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre "
170
+ "Antwort dabei ist."
171
+
172
+ #: inc/php/page.php:119
173
+ msgid "Will this plugin work on my WordPress.COM website?"
174
+ msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
175
+
176
+ #: inc/php/page.php:120
177
+ msgid ""
178
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
179
+ "websites."
180
+ msgstr ""
181
+ "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) "
182
+ "Webseiten."
183
+
184
+ #: inc/php/page.php:122
185
+ msgid "Can I use this plugin on my language?"
186
+ msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
187
+
188
+ #: inc/php/page.php:123
189
+ msgid ""
190
+ "Yes. This plugin is ready for translation and has already been translated into "
191
+ "several languages."
192
+ msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
193
+
194
+ #: inc/php/page.php:125
195
+ #, php-format
196
+ msgid ""
197
+ "If you want to help translate this plugin then please visit the %s. You can also "
198
+ "use the POT file, that is included and placed in the \"languages\" folder, in "
199
+ "order to create a translation PO file. Just send the PO file to me at the %s and I "
200
+ "will include this translation within the next plugin update."
201
+ msgstr ""
202
+ "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die Seite "
203
+ "%s. Sie können auch die POT Datei, die Sie im \"languages\" Ordner finden, "
204
+ "verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die übersetzte PO "
205
+ "Datei direkt an %s und ich werde die Übersetzung beim nächsten Plugin Update "
206
+ "hinzufügen."
207
+
208
+ #: inc/php/page.php:130
209
+ msgid ""
210
+ "Maybe not all existed translations are up to date. You are welcome to contribute "
211
+ "corrections!"
212
+ msgstr ""
213
+ "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an "
214
+ "den Korrekturen mitwirken."
215
+
216
+ #: inc/php/page.php:131
217
+ msgid ""
218
+ "Many of plugin users would be delighted if you share your translation with the "
219
+ "community. Thanks for your contribution!"
220
+ msgstr ""
221
+ "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der "
222
+ "Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
223
+
224
+ #: inc/php/page.php:133
225
+ msgid "How does it work?"
226
+ msgstr "Wie arbeitet das Plugin?"
227
+
228
+ #: inc/php/page.php:134
229
+ msgid ""
230
+ "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the "
231
+ "\"ON\" position and click the \"Save changes\" button. Enjoy the result of "
232
+ "applying your PHP code. It's that simple!"
233
+ msgstr ""
234
+
235
+ #: inc/php/page.php:136
236
+ msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
237
+ msgstr ""
238
+
239
+ #: inc/php/page.php:137
240
+ msgid "Yes. But you need to do it properly, like this:"
241
+ msgstr ""
242
+
243
+ #: inc/php/page.php:147
244
+ msgid "How much of PHP code (characters) I can enter in the text field?"
245
+ msgstr ""
246
+
247
+ #: inc/php/page.php:148
248
+ msgid "I don't limit the number of characters."
249
+ msgstr ""
250
+
251
+ #: inc/php/page.php:150
252
+ msgid "On the plugin settings page, an error message appears. What could be wrong?"
253
+ msgstr ""
254
+
255
+ #: inc/php/page.php:151
256
+ msgid "Here are a few of the most likely causes of the error message:"
257
+ msgstr ""
258
+
259
+ #: inc/php/page.php:153
260
+ msgid ""
261
+ "You make a syntax error in the code that you have entered. Check the syntax of "
262
+ "your code and try again."
263
+ msgstr ""
264
+
265
+ #: inc/php/page.php:154
266
+ msgid ""
267
+ "You entered two functions with the same name. Use a unique names for your "
268
+ "functions."
269
+ msgstr ""
270
+
271
+ #: inc/php/page.php:155
272
+ msgid ""
273
+ "You have entered function with a name that is already occupied by another "
274
+ "function. Use a unique name for your function."
275
+ msgstr ""
276
+
277
+ #: inc/php/page.php:156
278
+ msgid ""
279
+ "You are trying to overwrite an existing function (of WordPress, theme, or plugin). "
280
+ "Instead, use filters and hooks."
281
+ msgstr ""
282
+
283
+ #: inc/php/page.php:159
284
+ msgid "Does this plugin requires any modification of the theme?"
285
+ msgstr "Benötigt das Plugin Veränderungen am Theme."
286
+
287
+ #: inc/php/page.php:160
288
+ msgid ""
289
+ "Absolutely not. This plugin is configurable entirely from the plugin settings page."
290
+ msgstr ""
291
+ "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite "
292
+ "des Plugins."
293
+
294
+ #: inc/php/page.php:162
295
+ msgid "Does this require any knowledge of HTML or CSS?"
296
+ msgstr "Brauche ich HTML oder CCS Kenntnisse?"
297
+
298
+ #: inc/php/page.php:163
299
+ msgid ""
300
+ "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-"
301
+ "use plugin settings page. But you need to know the HTML or CSS in order to add/"
302
+ "remove/modify the HTML or CSS code by using this plugin."
303
+ msgstr ""
304
+
305
+ #: inc/php/page.php:165
306
+ msgid "It's not working. What could be wrong?"
307
+ msgstr "Es funktioniert nicht. Was könnte falsch sein?"
308
+
309
+ #: inc/php/page.php:166
310
+ msgid ""
311
+ "As with every plugin, it's possible that things don't work. The most common reason "
312
+ "for this is a web browser's cache. Every web browser stores a cache of the "
313
+ "websites you visit (pages, images, and etc.) to reduce bandwidth usage and server "
314
+ "load. This is called the browser's cache.​ Clearing your browser's cache may solve "
315
+ "the problem."
316
+ msgstr ""
317
+ "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste "
318
+ "Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache "
319
+ "der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das "
320
+ "nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das "
321
+ "Problem behoben sein."
322
+
323
+ #: inc/php/page.php:167
324
+ msgid ""
325
+ "It's impossible to tell what could be wrong exactly, but if you post a support "
326
+ "request in the plugin's support forum on WordPress.org, I'd be happy to give it a "
327
+ "look and try to help out. Please include as much information as possible, "
328
+ "including a link to your website where the problem can be seen."
329
+ msgstr ""
330
+ "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine Support "
331
+ "Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe ich Ihnen gerne. "
332
+ "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite "
333
+ "hinzu, wo das Problem auftritt."
334
+
335
+ #: inc/php/page.php:169
336
+ msgid "What to do if this plugin crashed the website?"
337
+ msgstr ""
338
+
339
+ #: inc/php/page.php:170
340
+ msgid ""
341
+ "This plugin has a built-in functions for checking the custom code for syntax "
342
+ "errors, duplicate functions names, and etc. But plugin is not perfect, so there "
343
+ "are times when the entered custom code causes the error and white screen (WSOD). "
344
+ "This is due to the fact that your custom code has a syntax error that this plugin "
345
+ "could not detect. When this happens with you just do the following and all will be "
346
+ "fine."
347
+ msgstr ""
348
+
349
+ #: inc/php/page.php:172
350
+ msgid ""
351
+ "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-functions/"
352
+ "</code>)."
353
+ msgstr ""
354
+
355
+ #: inc/php/page.php:173
356
+ msgid ""
357
+ "Rename the \"START\" file to \"STOP\". This will stop the execution of your custom "
358
+ "code."
359
+ msgstr ""
360
+
361
+ #: inc/php/page.php:174
362
+ msgid ""
363
+ "Return to the plugin settings page and edit/fix your custom code that you entered "
364
+ "before the crash."
365
+ msgstr ""
366
+
367
+ #: inc/php/page.php:175
368
+ msgid "Rename the \"STOP\" file to \"START\" and you're done!"
369
+ msgstr ""
370
+
371
+ #: inc/php/page.php:177
372
+ msgid ""
373
+ "This plugin stored you entered code in the database of your website. For getting "
374
+ "your code, you also can go to the <code>Database</code> &#10145; Table "
375
+ "<code>wp_options</code> &#10145; Option <code>anarcho_cfunctions_settings</code> "
376
+ "&#10145; <code>option_value</code>."
377
+ msgstr ""
378
+
379
+ #: inc/php/page.php:179
380
+ msgid ""
381
+ "The last WordPress update is preventing me from editing my website that is using "
382
+ "this plugin. Why is this?"
383
+ msgstr ""
384
+ "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin "
385
+ "verwendet, zu bearbeiten. Warum ist das so?"
386
+
387
+ #: inc/php/page.php:180
388
+ msgid ""
389
+ "This plugin can not cause such problem. More likely, the problem are related to "
390
+ "the settings of the website. It could just be a cache, so please try to clear your "
391
+ "website's cache (may be you using a caching plugin, or some web service such as "
392
+ "the CloudFlare) and then the cache of your web browser. Also please try to re-"
393
+ "login to the website, this too can help."
394
+ msgstr ""
395
+ "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das "
396
+ "Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein "
397
+ "Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen "
398
+ "(möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie "
399
+ "CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich "
400
+ "erneut auf der Webseite anzumelden, auch dies kann helfen."
401
+
402
+ #: inc/php/page.php:182
403
+ msgid "Where to report bug if found?"
404
+ msgstr "Wo kann ich eine Fehler melden?"
405
+
406
+ #: inc/php/page.php:184
407
+ #, php-format
408
+ msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
409
+ msgstr ""
410
+ "Besuchen Sie die %s zugehörige Plugin-Seite auf GitHub %s, um Fehler zu melden."
411
+
412
+ #: inc/php/page.php:190
413
+ msgid "Where to share any ideas or suggestions to make the plugin better?"
414
+ msgstr ""
415
+ "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
416
+
417
+ #: inc/php/page.php:192
418
+ #, php-format
419
+ msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
420
+ msgstr ""
421
+ "Alle Vorschläge sind willkommen! Bitte senden Sie mir eine E-Mail an % s. Vielen "
422
+ "Dank!"
423
+
424
+ #: inc/php/page.php:197
425
+ msgid "I love this plugin! Can I help somehow?"
426
+ msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
427
+
428
+ #: inc/php/page.php:199
429
+ #, php-format
430
+ msgid ""
431
+ "Yes, any financial contributions are welcome! Just visit %s my website %s, click "
432
+ "on the donate button, and thank you!"
433
+ msgstr ""
434
+ "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite "
435
+ "%s, klicken Sie auf den Spenden Button und Danke!"
436
+
437
+ #: inc/php/page.php:205
438
+ msgid "My question wasn't answered here."
439
+ msgstr "Meine Fragen wurden nicht beantwortet."
440
+
441
+ #: inc/php/page.php:207
442
+ #, php-format
443
+ msgid ""
444
+ "You can ask your question on the plugin support page %s. But please keep in mind "
445
+ "that this plugin is free, and there is no a special support team, so I have no way "
446
+ "to answer everyone."
447
+ msgstr ""
448
+ "Sie können Ihre Frage auf der Plugin Support Seite %s stellen. Aber bitte bedenken "
449
+ "Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe ich "
450
+ "keine Möglichkeit jedem zu antworten."
451
+
452
+ #: inc/php/page.php:220
453
+ msgid "Support Me"
454
+ msgstr "Unterstützen Sie mich"
455
+
456
+ #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
457
+ msgid "Donate with PayPal"
458
+ msgstr "Spende mit PayPal"
459
+
460
+ #: inc/php/page.php:233
461
+ #, php-format
462
+ msgid ""
463
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp "
464
+ "Studio %s."
465
+ msgstr ""
466
+ "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s Space "
467
+ "X-Chimp Studio %s."
468
+
469
+ #: inc/php/page.php:241
470
+ msgid ""
471
+ "My intention is to create projects that will make this world a better place. I'm "
472
+ "really passionate about my work, I like what I'm doing and hope that you will be "
473
+ "enriched by my projects too."
474
+ msgstr ""
475
+ "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort "
476
+ "machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich tue, und hoffe, "
477
+ "dass Sie auch von meinen Projekten bereichert werden."
478
+
479
+ #: inc/php/page.php:242
480
+ msgid ""
481
+ "I spend a lot of time and effort trying to make sure that the themes, plugins and "
482
+ "other things I build are useful, and the ultimate proof of that for me is that you "
483
+ "actually want to use them. But, I’m an independent developer, without a regular "
484
+ "income, so every little contribution helps cover my costs and lets me spend more "
485
+ "time building things for people like you to enjoy."
486
+ msgstr ""
487
+ "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, "
488
+ "Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis "
489
+ "für mich ist, dass Sie sie tatsächlich verwenden. Aber ich bin ein unabhängiger "
490
+ "Entwickler ohne regelmäßiges Einkommen. Jeder kleine Beitrag trägt dazu bei, meine "
491
+ "Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute "
492
+ "wie Sie zu gestalten."
493
+
494
+ #: inc/php/page.php:243
495
+ msgid "If you appreciate my work, you can buy me a coffee!"
496
+ msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
497
+
498
+ #: inc/php/page.php:244
499
+ msgid "Thank you for your support!"
500
+ msgstr "Danke für Ihre Unterstützung!"
501
+
502
+ #: inc/php/settings.php:30
503
+ msgid "Functions (PHP code)"
504
+ msgstr ""
505
+
506
+ #: inc/php/settings.php:40
507
+ msgid "Save changes"
508
+ msgstr "Änderungen speichern"
509
+
510
+ #: inc/php/settings.php:45 inc/php/sidebar.php:34
511
+ msgid ""
512
+ "I'm an independent developer, without a regular income, so every little "
513
+ "contribution helps cover my costs and lets me spend more time building things for "
514
+ "people like you to enjoy."
515
+ msgstr ""
516
+ "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine "
517
+ "Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit damit "
518
+ "verbringen, Dinge für Leute wie Sie zu entwickeln."
519
+
520
+ #: inc/php/settings.php:52 inc/php/sidebar.php:41
521
+ msgid "Thanks for your support!"
522
+ msgstr "Danke für Ihre Unterstützung!"
523
+
524
+ #: inc/php/sidebar.php:16
525
+ msgid "About"
526
+ msgstr "Über"
527
+
528
+ #: inc/php/sidebar.php:18
529
+ msgid ""
530
+ "This plugin allows you to easily and safely add your custom functions (PHP code) "
531
+ "directly out of your WordPress Admin area, without the need to have an external "
532
+ "editor."
533
+ msgstr ""
534
+
535
+ #: inc/php/sidebar.php:23
536
+ msgid "Upgrade"
537
+ msgstr ""
538
+
539
+ #: inc/php/sidebar.php:46
540
+ msgid "Help"
541
+ msgstr "Hilfe"
542
+
543
+ #: inc/php/sidebar.php:48
544
+ msgid "If you have a question, please read the information in the FAQ section."
545
+ msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
546
+
547
+ #. Plugin Name of the plugin/theme
548
+ msgid "My Custom Functions"
549
+ msgstr ""
550
+
551
+ #. Plugin URI of the plugin/theme
552
+ msgid "https://github.com/ArthurGareginyan/my-custom-functions"
553
+ msgstr "https://github.com/ArthurGareginyan/my-custom-functions"
554
+
555
+ #. Description of the plugin/theme
556
+ msgid ""
557
+ "Easily and safely add your custom functions (PHP code) directly out of your "
558
+ "WordPress Admin area, without the need to have an external editor."
559
+ msgstr ""
560
+
561
+ #. Author of the plugin/theme
562
+ msgid "Arthur Gareginyan"
563
+ msgstr "Arthur Gareginyan"
564
+
565
+ #. Author URI of the plugin/theme
566
+ msgid "https://www.arthurgareginyan.com"
567
+ msgstr "https://www.arthurgareginyan.com"
languages/my-custom-functions-es_ES.mo CHANGED
Binary file
languages/my-custom-functions-es_ES.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - My Custom Functions - Development Readme (trunk)\n"
6
  "POT-Creation-Date: 2017-09-23 04:52+0300\n"
7
- "PO-Revision-Date: 2017-09-23 04:52+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -69,7 +69,7 @@ msgstr ""
69
  #: inc/php/page.php:32
70
  #, php-format
71
  msgid "by %s Space X-Chimp Studio %s"
72
- msgstr ""
73
 
74
  #: inc/php/page.php:38
75
  msgid "Version"
@@ -97,7 +97,7 @@ msgstr "Tienda"
97
 
98
  #: inc/php/page.php:65
99
  msgid "Usage Instructions"
100
- msgstr ""
101
 
102
  #: inc/php/page.php:67
103
  msgid "To add your custom functions (the PHP code) to your website, simply follow these steps:"
@@ -385,7 +385,7 @@ msgstr ""
385
 
386
  #: inc/php/page.php:220
387
  msgid "Support Me"
388
- msgstr ""
389
 
390
  #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
391
  msgid "Donate with PayPal"
@@ -394,13 +394,15 @@ msgstr "Donar con PayPal"
394
  #: inc/php/page.php:233
395
  #, php-format
396
  msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
397
- msgstr ""
398
 
399
  #: inc/php/page.php:241
400
  msgid ""
401
  "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like "
402
  "what I'm doing and hope that you will be enriched by my projects too."
403
  msgstr ""
 
 
404
 
405
  #: inc/php/page.php:242
406
  msgid ""
@@ -409,10 +411,14 @@ msgid ""
409
  "regular income, so every little contribution helps cover my costs and lets me spend more time building things for people "
410
  "like you to enjoy."
411
  msgstr ""
 
 
 
 
412
 
413
  #: inc/php/page.php:243
414
  msgid "If you appreciate my work, you can buy me a coffee!"
415
- msgstr ""
416
 
417
  #: inc/php/page.php:244
418
  msgid "Thank you for your support!"
4
  msgstr ""
5
  "Project-Id-Version: Plugins - My Custom Functions - Development Readme (trunk)\n"
6
  "POT-Creation-Date: 2017-09-23 04:52+0300\n"
7
+ "PO-Revision-Date: 2017-09-24 16:23+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
69
  #: inc/php/page.php:32
70
  #, php-format
71
  msgid "by %s Space X-Chimp Studio %s"
72
+ msgstr "por %s Space X-Chimp Studio %s"
73
 
74
  #: inc/php/page.php:38
75
  msgid "Version"
97
 
98
  #: inc/php/page.php:65
99
  msgid "Usage Instructions"
100
+ msgstr "Instrucciones de uso"
101
 
102
  #: inc/php/page.php:67
103
  msgid "To add your custom functions (the PHP code) to your website, simply follow these steps:"
385
 
386
  #: inc/php/page.php:220
387
  msgid "Support Me"
388
+ msgstr "Apoyarme!"
389
 
390
  #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
391
  msgid "Donate with PayPal"
394
  #: inc/php/page.php:233
395
  #, php-format
396
  msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
397
+ msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp Studio %s."
398
 
399
  #: inc/php/page.php:241
400
  msgid ""
401
  "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like "
402
  "what I'm doing and hope that you will be enriched by my projects too."
403
  msgstr ""
404
+ "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy realmente apasionado por mi trabajo, me gusta "
405
+ "lo que estoy haciendo y espero que tú también te enriquezcas con mis proyectos."
406
 
407
  #: inc/php/page.php:242
408
  msgid ""
411
  "regular income, so every little contribution helps cover my costs and lets me spend more time building things for people "
412
  "like you to enjoy."
413
  msgstr ""
414
+ "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, "
415
+ "y la prueba definitiva para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador "
416
+ "independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar "
417
+ "más tiempo construyendo cosas para que la gente como tú lo disfrute."
418
 
419
  #: inc/php/page.php:243
420
  msgid "If you appreciate my work, you can buy me a coffee!"
421
+ msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
422
 
423
  #: inc/php/page.php:244
424
  msgid "Thank you for your support!"
languages/my-custom-functions.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2017-09-23 04:49+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -45,23 +45,23 @@ msgstr ""
45
  msgid "Thank you for installing my plugin! I hope you will love it! %s"
46
  msgstr ""
47
 
48
- #: inc/php/messages.php:61
49
  msgid "You have installed an old version of this plugin."
50
  msgstr ""
51
 
52
- #: inc/php/messages.php:62
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr ""
55
 
56
- #: inc/php/messages.php:84
57
  msgid "Custom functions updated successfully."
58
  msgstr ""
59
 
60
- #: inc/php/messages.php:100
61
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
62
  msgstr ""
63
 
64
- #: inc/php/messages.php:101
65
  msgid "Please, check the code and try again."
66
  msgstr ""
67
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2017-10-28 14:41+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
45
  msgid "Thank you for installing my plugin! I hope you will love it! %s"
46
  msgstr ""
47
 
48
+ #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
50
  msgstr ""
51
 
52
+ #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr ""
55
 
56
+ #: inc/php/messages.php:91
57
  msgid "Custom functions updated successfully."
58
  msgstr ""
59
 
60
+ #: inc/php/messages.php:107
61
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
62
  msgstr ""
63
 
64
+ #: inc/php/messages.php:108
65
  msgid "Please, check the code and try again."
66
  msgstr ""
67
 
my-custom-functions.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to have an external editor.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
- * Version: 4.10
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to have an external editor.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
+ * Version: 4.11
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: code, php, function, snippet, custom, execute, edit, editing, editor, func
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.10
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -55,6 +55,7 @@ This plugin is ready for translation and has already been translated into severa
55
 
56
  * English (default)
57
  * Russian (translation by [Milena Kiseleva](https://www.instagram.com/milava_kiseleva/))
 
58
  * Chinese-Taiwan (translation by Gordon Yu)
59
  * Spanish (translation by Ramiro Garcés and Patricio Toledo)
60
  * French (translation by Theophil Bethel)
@@ -196,6 +197,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
196
 
197
  == Changelog ==
198
 
 
 
 
 
 
199
  = 4.10 =
200
  * At the request of some users, plugin settings page moved to the submenu item in the top-level menu item "Settings", like before.
201
  * In the "_register_submenu_page" function, "$capability" changed from the 'edit_theme_options' to 'manage_options'.
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.11
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
55
 
56
  * English (default)
57
  * Russian (translation by [Milena Kiseleva](https://www.instagram.com/milava_kiseleva/))
58
+ * German (translation by Michael)
59
  * Chinese-Taiwan (translation by Gordon Yu)
60
  * Spanish (translation by Ramiro Garcés and Patricio Toledo)
61
  * French (translation by Theophil Bethel)
197
 
198
  == Changelog ==
199
 
200
+ = 4.11 =
201
+ * German translation added. (Thanks to Michael)
202
+ * Spanish translation updated. (Thanks to Patricio Toledo)
203
+ * Fixed an issue where the "Hello" message could not be hidden.
204
+
205
  = 4.10 =
206
  * At the request of some users, plugin settings page moved to the submenu item in the top-level menu item "Settings", like before.
207
  * In the "_register_submenu_page" function, "$capability" changed from the 'edit_theme_options' to 'manage_options'.