My Custom Functions - Version 4.30

Version Description

  • Improvement: Design of the plugin settings page is improved.
  • Content of the "Usage Instructions" section updated.
  • Translation files are updated.
Download this release

Release Info

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

Code changes from version 4.29 to 4.30

inc/css/admin.css CHANGED
@@ -115,6 +115,7 @@ h2 .version {
115
  }
116
  #support-addition {
117
  display: none;
 
118
  }
119
 
120
  /* Responsive page
@@ -399,7 +400,6 @@ h2 .version {
399
  color: #32689a;
400
  font-family: "Lucida Grande", Tahoma, sans-serif;
401
  font-size: 18px;
402
- font-weight: 600;
403
  text-shadow: 1px 1px 0 #fff;
404
  border-bottom-color: rgba(0, 0, 0, 0.4);
405
  -webkit-border-radius: 3px !important;
@@ -495,6 +495,9 @@ h2 .version {
495
  .form-table td {
496
  padding-bottom: 10px;
497
  }
 
 
 
498
 
499
  /* Help text
500
  -------------------------------------------------------------- */
@@ -542,6 +545,15 @@ td.help-text {
542
  /* SPECIFIC TO THIS PLUGIN
543
  -------------------------------------------------------------- */
544
 
 
 
 
 
 
 
 
 
 
545
  /* CodeMirror Editor */
546
  .CodeMirror {
547
  height: 100% !important;
115
  }
116
  #support-addition {
117
  display: none;
118
+ margin-top: 30px;
119
  }
120
 
121
  /* Responsive page
400
  color: #32689a;
401
  font-family: "Lucida Grande", Tahoma, sans-serif;
402
  font-size: 18px;
 
403
  text-shadow: 1px 1px 0 #fff;
404
  border-bottom-color: rgba(0, 0, 0, 0.4);
405
  -webkit-border-radius: 3px !important;
495
  .form-table td {
496
  padding-bottom: 10px;
497
  }
498
+ .form-table th[scope="row"] {
499
+ font-weight: normal;
500
+ }
501
 
502
  /* Help text
503
  -------------------------------------------------------------- */
545
  /* SPECIFIC TO THIS PLUGIN
546
  -------------------------------------------------------------- */
547
 
548
+ .title {
549
+ height: 50px;
550
+ }
551
+ @media (max-width: 782px) {
552
+ .title {
553
+ height: 58px;
554
+ }
555
+ }
556
+
557
  /* CodeMirror Editor */
558
  .CodeMirror {
559
  height: 100% !important;
inc/php/page.php CHANGED
@@ -68,14 +68,6 @@ function spacexchimp_p001_render_submenu_page() {
68
  <ol class="custom-counter">
69
  <li><?php _e( 'Go to the "Main" tab on this page.', $text ); ?></li>
70
  <li><?php _e( 'Place your custom PHP code in the code editor field.', $text ); ?><br><br>
71
- <?php _e( 'An example of PHP code:', $text ); ?><br><br>
72
- <pre><code>$a = array(&#x27;a&#x27; =&#x3E; 1, &#x27;b&#x27; =&#x3E; 2, 3 =&#x3E; &#x27;c&#x27;);
73
-
74
- echo &#x22;$a[a] ${a[3] /* } comment */} {$a[b]} \$a[a]&#x22;;
75
-
76
- function hello($who) {
77
- &#x9;return &#x22;Hello $who!&#x22;;
78
- }</code></pre>
79
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>.', $text ); ?></p>
80
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
81
  __( 'Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash.', $text ),
@@ -90,7 +82,7 @@ function hello($who) {
90
  <li><?php _e( 'Enjoy the result of applying your custom PHP code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
91
  </ol>
92
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
93
- __( 'If you want more options then %s tell us %s and we will be happy to add it.', $text ),
94
  '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
95
  '</a>'
96
  );
68
  <ol class="custom-counter">
69
  <li><?php _e( 'Go to the "Main" tab on this page.', $text ); ?></li>
70
  <li><?php _e( 'Place your custom PHP code in the code editor field.', $text ); ?><br><br>
 
 
 
 
 
 
 
 
71
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>.', $text ); ?></p>
72
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
73
  __( 'Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash.', $text ),
82
  <li><?php _e( 'Enjoy the result of applying your custom PHP code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
83
  </ol>
84
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
85
+ __( 'If you want more options, then %s let us know %s and we will be happy to add them.', $text ),
86
  '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
87
  '</a>'
88
  );
inc/php/settings.php CHANGED
@@ -27,7 +27,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
27
 
28
  <div class="postbox">
29
  <h3 class="title">
30
- <label for="spacexchimp_p001_settings[snippets]" ><?php _e( 'Functions (PHP code)', $text ); ?></label>
31
  <div class="pull-right">
32
  <span class="not-saved"><?php _e( 'NOT SAVED!', $text ); ?></span>
33
  <input
27
 
28
  <div class="postbox">
29
  <h3 class="title">
30
+ <?php _e( 'Functions (PHP code)', $text ); ?>
31
  <div class="pull-right">
32
  <span class="not-saved"><?php _e( 'NOT SAVED!', $text ); ?></span>
33
  <input
languages/my-custom-functions-de_DE.mo CHANGED
Binary file
languages/my-custom-functions-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-10-08 08:38+0300\n"
7
- "PO-Revision-Date: 2018-10-08 08:38+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -12,7 +12,7 @@ msgstr ""
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 2.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -110,279 +110,275 @@ msgstr ""
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr ""
112
 
113
- #: inc/php/page.php:71
114
- msgid "An example of PHP code:"
115
- msgstr ""
116
-
117
- #: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
118
  msgid "Note!"
119
  msgstr "Achtung!"
120
 
121
- #: inc/php/page.php:79
122
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
123
  msgstr ""
124
 
125
- #: inc/php/page.php:81
126
  #, php-format
127
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:88
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr ""
133
 
134
- #: inc/php/page.php:89
135
  msgid "Click the \"Save changes\" button."
136
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
137
 
138
- #: inc/php/page.php:90
139
  msgid "Enjoy the result of applying your custom PHP code."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:90
143
  msgid "It's that simple!"
144
  msgstr "Es ist ganz einfach!"
145
 
146
- #: inc/php/page.php:93
147
  #, php-format
148
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
149
  msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
150
 
151
- #: inc/php/page.php:107
152
  msgid "Frequently Asked Questions"
153
  msgstr ""
154
 
155
- #: inc/php/page.php:111
156
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
157
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
158
 
159
- #: inc/php/page.php:133
160
  msgid "Will this plugin work on my WordPress.COM website?"
161
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
162
 
163
- #: inc/php/page.php:134
164
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
165
  msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) Webseiten."
166
 
167
- #: inc/php/page.php:136
168
  msgid "Can I use this plugin on my language?"
169
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
170
 
171
- #: inc/php/page.php:137
172
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
173
  msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
174
 
175
- #: inc/php/page.php:139
176
  #, php-format
177
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
178
  msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die Seite %s. Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die übersetzte PO Datei direkt an %s und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
179
 
180
- #: inc/php/page.php:144
181
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
182
  msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
183
 
184
- #: inc/php/page.php:145
185
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
186
  msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
187
 
188
- #: inc/php/page.php:147
189
  msgid "How does it work?"
190
  msgstr "Wie arbeitet das Plugin?"
191
 
192
- #: inc/php/page.php:148
193
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
194
  msgstr ""
195
 
196
- #: inc/php/page.php:150
197
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "Yes. But you need to do it properly, like this:"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:161
205
  msgid "How much of PHP code (characters) I can enter in the code editor?"
206
  msgstr ""
207
 
208
- #: inc/php/page.php:162
209
  msgid "We don't limit the number of characters."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:164
213
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
214
  msgstr ""
215
 
216
- #: inc/php/page.php:165
217
  msgid "Here are a few of the most likely causes of the error message:"
218
  msgstr ""
219
 
220
- #: inc/php/page.php:167
221
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
222
  msgstr ""
223
 
224
- #: inc/php/page.php:168
225
  msgid "You entered two functions with the same name. Use a unique names for your functions."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:169
229
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
230
  msgstr ""
231
 
232
- #: inc/php/page.php:170
233
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
234
  msgstr ""
235
 
236
- #: inc/php/page.php:173
237
  msgid "Does this plugin requires any modification of the theme?"
238
  msgstr "Benötigt das Plugin Veränderungen am Theme?"
239
 
240
- #: inc/php/page.php:174
241
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
242
  msgstr "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
243
 
244
- #: inc/php/page.php:176
245
  msgid "Does this require any knowledge of HTML or CSS?"
246
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
247
 
248
- #: inc/php/page.php:177
249
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:179
253
  msgid "Can I add my custom PHP code to a specific page of my website?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:180
257
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
258
  msgstr ""
259
 
260
- #: inc/php/page.php:194
261
  msgid "It's not working. What could be wrong?"
262
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
263
 
264
- #: inc/php/page.php:195
265
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
266
  msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
267
 
268
- #: inc/php/page.php:196
269
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
270
  msgstr "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe wir Ihnen gerne. Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
271
 
272
- #: inc/php/page.php:198
273
  msgid "What to do if this plugin crashed the website?"
274
  msgstr ""
275
 
276
- #: inc/php/page.php:199
277
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
278
  msgstr ""
279
 
280
- #: inc/php/page.php:201
281
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:202
285
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:203
289
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
290
  msgstr ""
291
 
292
- #: inc/php/page.php:204
293
  msgid "Log in to Admin Area of your WordPress website."
294
  msgstr ""
295
 
296
- #: inc/php/page.php:205
297
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
298
  msgstr ""
299
 
300
- #: inc/php/page.php:206
301
  msgid "Edit/fix your custom PHP code that you entered before the crash."
302
  msgstr ""
303
 
304
- #: inc/php/page.php:207
305
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
306
  msgstr ""
307
 
308
- #: inc/php/page.php:209
309
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
310
  msgstr ""
311
 
312
- #: inc/php/page.php:210
313
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
314
  msgstr ""
315
 
316
- #: inc/php/page.php:212
317
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
318
  msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten. Warum ist das so?"
319
 
320
- #: inc/php/page.php:213
321
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
322
  msgstr "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
323
 
324
- #: inc/php/page.php:215
325
  msgid "Where to report bug if found?"
326
  msgstr "Wo kann ich eine Fehler melden?"
327
 
328
- #: inc/php/page.php:217
329
  #, php-format
330
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
331
  msgstr "Bitte besuchen Sie %s diese Seite %s und berichten Sie. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
332
 
333
- #: inc/php/page.php:223
334
  msgid "Where to share any ideas or suggestions to make the plugin better?"
335
  msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
336
 
337
- #: inc/php/page.php:225
338
  #, php-format
339
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
340
  msgstr "Irgendwelche Vorschläge sind sehr willkommen! Kontaktieren Sie uns einfach %s hier %s. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
341
 
342
- #: inc/php/page.php:231
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
345
 
346
- #: inc/php/page.php:233
347
  #, php-format
348
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
349
  msgstr "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite %s, klicken Sie auf den Spenden Button und Danke!"
350
 
351
- #: inc/php/page.php:239
352
  msgid "My question wasn't answered here."
353
  msgstr "Meine Fragen wurden nicht beantwortet."
354
 
355
- #: inc/php/page.php:241
356
  #, php-format
357
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
358
  msgstr "Sie können Ihre Frage auf %s dieser Seite stellen %s. Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
359
 
360
- #: inc/php/page.php:255
361
  msgid "Support Us"
362
  msgstr "Unterstütze uns"
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Spende mit PayPal"
367
 
368
- #: inc/php/page.php:268
369
  #, php-format
370
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
371
  msgstr ""
372
 
373
- #: inc/php/page.php:276
374
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
375
  msgstr ""
376
 
377
- #: inc/php/page.php:277
378
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
379
  msgstr "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
380
 
381
- #: inc/php/page.php:278
382
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
383
  msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
384
 
385
- #: inc/php/page.php:279
386
  msgid "Thank you for your support!"
387
  msgstr "Danke für Ihre Unterstützung!"
388
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-23 19:13+0300\n"
7
+ "PO-Revision-Date: 2018-10-23 19:13+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\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 2.2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr ""
112
 
113
+ #: inc/php/page.php:71 inc/php/page.php:72 inc/php/page.php:84
 
 
 
 
114
  msgid "Note!"
115
  msgstr "Achtung!"
116
 
117
+ #: inc/php/page.php:71
118
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:73
122
  #, php-format
123
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:80
127
  msgid "Switch the toggle to the \"ON\" position."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:81
131
  msgid "Click the \"Save changes\" button."
132
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
133
 
134
+ #: inc/php/page.php:82
135
  msgid "Enjoy the result of applying your custom PHP code."
136
  msgstr ""
137
 
138
+ #: inc/php/page.php:82
139
  msgid "It's that simple!"
140
  msgstr "Es ist ganz einfach!"
141
 
142
+ #: inc/php/page.php:85
143
  #, php-format
144
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
145
  msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
146
 
147
+ #: inc/php/page.php:99
148
  msgid "Frequently Asked Questions"
149
  msgstr ""
150
 
151
+ #: inc/php/page.php:103
152
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
153
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
154
 
155
+ #: inc/php/page.php:125
156
  msgid "Will this plugin work on my WordPress.COM website?"
157
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
158
 
159
+ #: inc/php/page.php:126
160
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
161
  msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) Webseiten."
162
 
163
+ #: inc/php/page.php:128
164
  msgid "Can I use this plugin on my language?"
165
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
166
 
167
+ #: inc/php/page.php:129
168
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
169
  msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
170
 
171
+ #: inc/php/page.php:131
172
  #, php-format
173
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
174
  msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die Seite %s. Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die übersetzte PO Datei direkt an %s und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
175
 
176
+ #: inc/php/page.php:136
177
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
178
  msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
179
 
180
+ #: inc/php/page.php:137
181
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
182
  msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
183
 
184
+ #: inc/php/page.php:139
185
  msgid "How does it work?"
186
  msgstr "Wie arbeitet das Plugin?"
187
 
188
+ #: inc/php/page.php:140
189
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
190
  msgstr ""
191
 
192
+ #: inc/php/page.php:142
193
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
194
  msgstr ""
195
 
196
+ #: inc/php/page.php:143
197
  msgid "Yes. But you need to do it properly, like this:"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:153
201
  msgid "How much of PHP code (characters) I can enter in the code editor?"
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:154
205
  msgid "We don't limit the number of characters."
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:156
209
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:157
213
  msgid "Here are a few of the most likely causes of the error message:"
214
  msgstr ""
215
 
216
+ #: inc/php/page.php:159
217
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:160
221
  msgid "You entered two functions with the same name. Use a unique names for your functions."
222
  msgstr ""
223
 
224
+ #: inc/php/page.php:161
225
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:162
229
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:165
233
  msgid "Does this plugin requires any modification of the theme?"
234
  msgstr "Benötigt das Plugin Veränderungen am Theme?"
235
 
236
+ #: inc/php/page.php:166
237
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
238
  msgstr "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
239
 
240
+ #: inc/php/page.php:168
241
  msgid "Does this require any knowledge of HTML or CSS?"
242
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
243
 
244
+ #: inc/php/page.php:169
245
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
246
  msgstr ""
247
 
248
+ #: inc/php/page.php:171
249
  msgid "Can I add my custom PHP code to a specific page of my website?"
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:172
253
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:186
257
  msgid "It's not working. What could be wrong?"
258
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
259
 
260
+ #: inc/php/page.php:187
261
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
262
  msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
263
 
264
+ #: inc/php/page.php:188
265
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
266
  msgstr "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe wir Ihnen gerne. Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
267
 
268
+ #: inc/php/page.php:190
269
  msgid "What to do if this plugin crashed the website?"
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:191
273
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:193
277
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:194
281
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:195
285
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
286
  msgstr ""
287
 
288
+ #: inc/php/page.php:196
289
  msgid "Log in to Admin Area of your WordPress website."
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:197
293
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:198
297
  msgid "Edit/fix your custom PHP code that you entered before the crash."
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:199
301
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:201
305
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
306
  msgstr ""
307
 
308
+ #: inc/php/page.php:202
309
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
310
  msgstr ""
311
 
312
+ #: inc/php/page.php:204
313
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
314
  msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten. Warum ist das so?"
315
 
316
+ #: inc/php/page.php:205
317
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
318
  msgstr "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
319
 
320
+ #: inc/php/page.php:207
321
  msgid "Where to report bug if found?"
322
  msgstr "Wo kann ich eine Fehler melden?"
323
 
324
+ #: inc/php/page.php:209
325
  #, php-format
326
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
327
  msgstr "Bitte besuchen Sie %s diese Seite %s und berichten Sie. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
328
 
329
+ #: inc/php/page.php:215
330
  msgid "Where to share any ideas or suggestions to make the plugin better?"
331
  msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
332
 
333
+ #: inc/php/page.php:217
334
  #, php-format
335
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
336
  msgstr "Irgendwelche Vorschläge sind sehr willkommen! Kontaktieren Sie uns einfach %s hier %s. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
337
 
338
+ #: inc/php/page.php:223
339
  msgid "I love this plugin! Can I help somehow?"
340
  msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
341
 
342
+ #: inc/php/page.php:225
343
  #, php-format
344
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
345
  msgstr "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite %s, klicken Sie auf den Spenden Button und Danke!"
346
 
347
+ #: inc/php/page.php:231
348
  msgid "My question wasn't answered here."
349
  msgstr "Meine Fragen wurden nicht beantwortet."
350
 
351
+ #: inc/php/page.php:233
352
  #, php-format
353
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
354
  msgstr "Sie können Ihre Frage auf %s dieser Seite stellen %s. Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
355
 
356
+ #: inc/php/page.php:247
357
  msgid "Support Us"
358
  msgstr "Unterstütze uns"
359
 
360
+ #: inc/php/page.php:255 inc/php/settings.php:61 inc/php/sidebar.php:54
361
  msgid "Donate with PayPal"
362
  msgstr "Spende mit PayPal"
363
 
364
+ #: inc/php/page.php:260
365
  #, php-format
366
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
367
  msgstr ""
368
 
369
+ #: inc/php/page.php:268
370
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:269
374
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
375
  msgstr "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
376
 
377
+ #: inc/php/page.php:270
378
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
379
  msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
380
 
381
+ #: inc/php/page.php:271
382
  msgid "Thank you for your support!"
383
  msgstr "Danke für Ihre Unterstützung!"
384
 
languages/my-custom-functions-es_ES.mo CHANGED
Binary file
languages/my-custom-functions-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
- "PO-Revision-Date: 2018-10-08 08:39+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
@@ -12,7 +12,7 @@ msgstr ""
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 2.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -110,279 +110,275 @@ msgstr "Debes ir a la pestaña “Principal”."
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr ""
112
 
113
- #: inc/php/page.php:71
114
- msgid "An example of PHP code:"
115
- msgstr ""
116
-
117
- #: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
118
  msgid "Note!"
119
  msgstr "¡Nota!"
120
 
121
- #: inc/php/page.php:79
122
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
123
  msgstr ""
124
 
125
- #: inc/php/page.php:81
126
  #, php-format
127
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:88
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr ""
133
 
134
- #: inc/php/page.php:89
135
  msgid "Click the \"Save changes\" button."
136
  msgstr "Clic en el botón \"Guardar Cambios\"."
137
 
138
- #: inc/php/page.php:90
139
  msgid "Enjoy the result of applying your custom PHP code."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:90
143
  msgid "It's that simple!"
144
  msgstr "¡Es así de simple!"
145
 
146
- #: inc/php/page.php:93
147
  #, php-format
148
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
149
  msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
150
 
151
- #: inc/php/page.php:107
152
  msgid "Frequently Asked Questions"
153
  msgstr "Preguntas Frecuentes"
154
 
155
- #: inc/php/page.php:111
156
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
157
  msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
158
 
159
- #: inc/php/page.php:133
160
  msgid "Will this plugin work on my WordPress.COM website?"
161
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
162
 
163
- #: inc/php/page.php:134
164
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
165
  msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
166
 
167
- #: inc/php/page.php:136
168
  msgid "Can I use this plugin on my language?"
169
  msgstr "¿Puedo usar este complemento en mi idioma?"
170
 
171
- #: inc/php/page.php:137
172
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
173
  msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
174
 
175
- #: inc/php/page.php:139
176
  #, php-format
177
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
178
  msgstr "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el %s e incluiremos esta traducción en la siguiente actualización del complemento."
179
 
180
- #: inc/php/page.php:144
181
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
182
  msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
183
 
184
- #: inc/php/page.php:145
185
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
186
  msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por tu contribución!"
187
 
188
- #: inc/php/page.php:147
189
  msgid "How does it work?"
190
  msgstr "¿Como funciona?"
191
 
192
- #: inc/php/page.php:148
193
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
194
  msgstr ""
195
 
196
- #: inc/php/page.php:150
197
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "Yes. But you need to do it properly, like this:"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:161
205
  msgid "How much of PHP code (characters) I can enter in the code editor?"
206
  msgstr ""
207
 
208
- #: inc/php/page.php:162
209
  msgid "We don't limit the number of characters."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:164
213
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
214
  msgstr ""
215
 
216
- #: inc/php/page.php:165
217
  msgid "Here are a few of the most likely causes of the error message:"
218
  msgstr ""
219
 
220
- #: inc/php/page.php:167
221
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
222
  msgstr ""
223
 
224
- #: inc/php/page.php:168
225
  msgid "You entered two functions with the same name. Use a unique names for your functions."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:169
229
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
230
  msgstr ""
231
 
232
- #: inc/php/page.php:170
233
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
234
  msgstr ""
235
 
236
- #: inc/php/page.php:173
237
  msgid "Does this plugin requires any modification of the theme?"
238
  msgstr "¿Este complemento requiere alguna modificación del tema?"
239
 
240
- #: inc/php/page.php:174
241
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
242
  msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
243
 
244
- #: inc/php/page.php:176
245
  msgid "Does this require any knowledge of HTML or CSS?"
246
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
247
 
248
- #: inc/php/page.php:177
249
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:179
253
  msgid "Can I add my custom PHP code to a specific page of my website?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:180
257
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
258
  msgstr ""
259
 
260
- #: inc/php/page.php:194
261
  msgid "It's not working. What could be wrong?"
262
  msgstr "No funciona. ¿Qué podría estar mal?"
263
 
264
- #: inc/php/page.php:195
265
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
266
  msgstr "Como con todos los complementos, es posible que las cosas no funcionen. La razón más común para esto es la caché de un navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del navegador. Limpiar la caché del navegador puede resolver el problema."
267
 
268
- #: inc/php/page.php:196
269
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
270
  msgstr "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
271
 
272
- #: inc/php/page.php:198
273
  msgid "What to do if this plugin crashed the website?"
274
  msgstr ""
275
 
276
- #: inc/php/page.php:199
277
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
278
  msgstr ""
279
 
280
- #: inc/php/page.php:201
281
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:202
285
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:203
289
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
290
  msgstr ""
291
 
292
- #: inc/php/page.php:204
293
  msgid "Log in to Admin Area of your WordPress website."
294
  msgstr ""
295
 
296
- #: inc/php/page.php:205
297
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
298
  msgstr ""
299
 
300
- #: inc/php/page.php:206
301
  msgid "Edit/fix your custom PHP code that you entered before the crash."
302
  msgstr ""
303
 
304
- #: inc/php/page.php:207
305
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
306
  msgstr ""
307
 
308
- #: inc/php/page.php:209
309
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
310
  msgstr ""
311
 
312
- #: inc/php/page.php:210
313
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
314
  msgstr ""
315
 
316
- #: inc/php/page.php:212
317
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
318
  msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede esto?"
319
 
320
- #: inc/php/page.php:213
321
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
322
  msgstr "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la configuración del sitio web. Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
323
 
324
- #: inc/php/page.php:215
325
  msgid "Where to report bug if found?"
326
  msgstr "¿Dónde informar el error si se encuentra?"
327
 
328
- #: inc/php/page.php:217
329
  #, php-format
330
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
331
  msgstr ""
332
 
333
- #: inc/php/page.php:223
334
  msgid "Where to share any ideas or suggestions to make the plugin better?"
335
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
336
 
337
- #: inc/php/page.php:225
338
  #, php-format
339
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
340
  msgstr ""
341
 
342
- #: inc/php/page.php:231
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
345
 
346
- #: inc/php/page.php:233
347
  #, php-format
348
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
349
  msgstr "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y gracias!"
350
 
351
- #: inc/php/page.php:239
352
  msgid "My question wasn't answered here."
353
  msgstr "Mi pregunta no fue contestada aquí."
354
 
355
- #: inc/php/page.php:241
356
  #, php-format
357
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
358
  msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s. Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
359
 
360
- #: inc/php/page.php:255
361
  msgid "Support Us"
362
  msgstr "¡Apoyanos!"
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Donar con PayPal"
367
 
368
- #: inc/php/page.php:268
369
  #, php-format
370
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
371
  msgstr ""
372
 
373
- #: inc/php/page.php:276
374
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
375
  msgstr ""
376
 
377
- #: inc/php/page.php:277
378
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
379
  msgstr "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, y la prueba definitiva para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que la gente como tú lo disfrute."
380
 
381
- #: inc/php/page.php:278
382
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
383
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
384
 
385
- #: inc/php/page.php:279
386
  msgid "Thank you for your support!"
387
  msgstr "¡Gracias por tu apoyo!"
388
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-23 19:14+0300\n"
7
+ "PO-Revision-Date: 2018-10-23 19:14+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\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 2.2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr ""
112
 
113
+ #: inc/php/page.php:71 inc/php/page.php:72 inc/php/page.php:84
 
 
 
 
114
  msgid "Note!"
115
  msgstr "¡Nota!"
116
 
117
+ #: inc/php/page.php:71
118
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:73
122
  #, php-format
123
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:80
127
  msgid "Switch the toggle to the \"ON\" position."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:81
131
  msgid "Click the \"Save changes\" button."
132
  msgstr "Clic en el botón \"Guardar Cambios\"."
133
 
134
+ #: inc/php/page.php:82
135
  msgid "Enjoy the result of applying your custom PHP code."
136
  msgstr ""
137
 
138
+ #: inc/php/page.php:82
139
  msgid "It's that simple!"
140
  msgstr "¡Es así de simple!"
141
 
142
+ #: inc/php/page.php:85
143
  #, php-format
144
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
145
  msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
146
 
147
+ #: inc/php/page.php:99
148
  msgid "Frequently Asked Questions"
149
  msgstr "Preguntas Frecuentes"
150
 
151
+ #: inc/php/page.php:103
152
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
153
  msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
154
 
155
+ #: inc/php/page.php:125
156
  msgid "Will this plugin work on my WordPress.COM website?"
157
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
158
 
159
+ #: inc/php/page.php:126
160
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
161
  msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
162
 
163
+ #: inc/php/page.php:128
164
  msgid "Can I use this plugin on my language?"
165
  msgstr "¿Puedo usar este complemento en mi idioma?"
166
 
167
+ #: inc/php/page.php:129
168
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
169
  msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
170
 
171
+ #: inc/php/page.php:131
172
  #, php-format
173
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
174
  msgstr "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el %s e incluiremos esta traducción en la siguiente actualización del complemento."
175
 
176
+ #: inc/php/page.php:136
177
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
178
  msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
179
 
180
+ #: inc/php/page.php:137
181
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
182
  msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por tu contribución!"
183
 
184
+ #: inc/php/page.php:139
185
  msgid "How does it work?"
186
  msgstr "¿Como funciona?"
187
 
188
+ #: inc/php/page.php:140
189
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
190
  msgstr ""
191
 
192
+ #: inc/php/page.php:142
193
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
194
  msgstr ""
195
 
196
+ #: inc/php/page.php:143
197
  msgid "Yes. But you need to do it properly, like this:"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:153
201
  msgid "How much of PHP code (characters) I can enter in the code editor?"
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:154
205
  msgid "We don't limit the number of characters."
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:156
209
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:157
213
  msgid "Here are a few of the most likely causes of the error message:"
214
  msgstr ""
215
 
216
+ #: inc/php/page.php:159
217
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:160
221
  msgid "You entered two functions with the same name. Use a unique names for your functions."
222
  msgstr ""
223
 
224
+ #: inc/php/page.php:161
225
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:162
229
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:165
233
  msgid "Does this plugin requires any modification of the theme?"
234
  msgstr "¿Este complemento requiere alguna modificación del tema?"
235
 
236
+ #: inc/php/page.php:166
237
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
238
  msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
239
 
240
+ #: inc/php/page.php:168
241
  msgid "Does this require any knowledge of HTML or CSS?"
242
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
243
 
244
+ #: inc/php/page.php:169
245
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
246
  msgstr ""
247
 
248
+ #: inc/php/page.php:171
249
  msgid "Can I add my custom PHP code to a specific page of my website?"
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:172
253
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:186
257
  msgid "It's not working. What could be wrong?"
258
  msgstr "No funciona. ¿Qué podría estar mal?"
259
 
260
+ #: inc/php/page.php:187
261
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
262
  msgstr "Como con todos los complementos, es posible que las cosas no funcionen. La razón más común para esto es la caché de un navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del navegador. Limpiar la caché del navegador puede resolver el problema."
263
 
264
+ #: inc/php/page.php:188
265
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
266
  msgstr "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
267
 
268
+ #: inc/php/page.php:190
269
  msgid "What to do if this plugin crashed the website?"
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:191
273
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:193
277
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:194
281
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:195
285
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
286
  msgstr ""
287
 
288
+ #: inc/php/page.php:196
289
  msgid "Log in to Admin Area of your WordPress website."
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:197
293
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:198
297
  msgid "Edit/fix your custom PHP code that you entered before the crash."
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:199
301
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:201
305
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
306
  msgstr ""
307
 
308
+ #: inc/php/page.php:202
309
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
310
  msgstr ""
311
 
312
+ #: inc/php/page.php:204
313
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
314
  msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede esto?"
315
 
316
+ #: inc/php/page.php:205
317
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
318
  msgstr "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la configuración del sitio web. Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
319
 
320
+ #: inc/php/page.php:207
321
  msgid "Where to report bug if found?"
322
  msgstr "¿Dónde informar el error si se encuentra?"
323
 
324
+ #: inc/php/page.php:209
325
  #, php-format
326
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
327
  msgstr ""
328
 
329
+ #: inc/php/page.php:215
330
  msgid "Where to share any ideas or suggestions to make the plugin better?"
331
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
332
 
333
+ #: inc/php/page.php:217
334
  #, php-format
335
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
336
  msgstr ""
337
 
338
+ #: inc/php/page.php:223
339
  msgid "I love this plugin! Can I help somehow?"
340
  msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
341
 
342
+ #: inc/php/page.php:225
343
  #, php-format
344
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
345
  msgstr "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y gracias!"
346
 
347
+ #: inc/php/page.php:231
348
  msgid "My question wasn't answered here."
349
  msgstr "Mi pregunta no fue contestada aquí."
350
 
351
+ #: inc/php/page.php:233
352
  #, php-format
353
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
354
  msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s. Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
355
 
356
+ #: inc/php/page.php:247
357
  msgid "Support Us"
358
  msgstr "¡Apoyanos!"
359
 
360
+ #: inc/php/page.php:255 inc/php/settings.php:61 inc/php/sidebar.php:54
361
  msgid "Donate with PayPal"
362
  msgstr "Donar con PayPal"
363
 
364
+ #: inc/php/page.php:260
365
  #, php-format
366
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
367
  msgstr ""
368
 
369
+ #: inc/php/page.php:268
370
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:269
374
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
375
  msgstr "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, y la prueba definitiva para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que la gente como tú lo disfrute."
376
 
377
+ #: inc/php/page.php:270
378
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
379
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
380
 
381
+ #: inc/php/page.php:271
382
  msgid "Thank you for your support!"
383
  msgstr "¡Gracias por tu apoyo!"
384
 
languages/my-custom-functions-fr_FR.mo CHANGED
Binary file
languages/my-custom-functions-fr_FR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-10-08 08:38+0300\n"
7
- "PO-Revision-Date: 2018-10-08 08:38+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
@@ -12,7 +12,7 @@ msgstr ""
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 2.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -110,279 +110,275 @@ msgstr ""
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr ""
112
 
113
- #: inc/php/page.php:71
114
- msgid "An example of PHP code:"
115
- msgstr ""
116
-
117
- #: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
118
  msgid "Note!"
119
  msgstr ""
120
 
121
- #: inc/php/page.php:79
122
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
123
  msgstr ""
124
 
125
- #: inc/php/page.php:81
126
  #, php-format
127
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:88
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr ""
133
 
134
- #: inc/php/page.php:89
135
  msgid "Click the \"Save changes\" button."
136
  msgstr ""
137
 
138
- #: inc/php/page.php:90
139
  msgid "Enjoy the result of applying your custom PHP code."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:90
143
  msgid "It's that simple!"
144
  msgstr ""
145
 
146
- #: inc/php/page.php:93
147
  #, php-format
148
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
149
  msgstr ""
150
 
151
- #: inc/php/page.php:107
152
  msgid "Frequently Asked Questions"
153
  msgstr ""
154
 
155
- #: inc/php/page.php:111
156
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
157
  msgstr ""
158
 
159
- #: inc/php/page.php:133
160
  msgid "Will this plugin work on my WordPress.COM website?"
161
  msgstr ""
162
 
163
- #: inc/php/page.php:134
164
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
165
  msgstr ""
166
 
167
- #: inc/php/page.php:136
168
  msgid "Can I use this plugin on my language?"
169
  msgstr ""
170
 
171
- #: inc/php/page.php:137
172
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
173
  msgstr ""
174
 
175
- #: inc/php/page.php:139
176
  #, php-format
177
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
178
  msgstr ""
179
 
180
- #: inc/php/page.php:144
181
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
182
  msgstr ""
183
 
184
- #: inc/php/page.php:145
185
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
186
  msgstr ""
187
 
188
- #: inc/php/page.php:147
189
  msgid "How does it work?"
190
  msgstr ""
191
 
192
- #: inc/php/page.php:148
193
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
194
  msgstr ""
195
 
196
- #: inc/php/page.php:150
197
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "Yes. But you need to do it properly, like this:"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:161
205
  msgid "How much of PHP code (characters) I can enter in the code editor?"
206
  msgstr ""
207
 
208
- #: inc/php/page.php:162
209
  msgid "We don't limit the number of characters."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:164
213
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
214
  msgstr ""
215
 
216
- #: inc/php/page.php:165
217
  msgid "Here are a few of the most likely causes of the error message:"
218
  msgstr ""
219
 
220
- #: inc/php/page.php:167
221
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
222
  msgstr ""
223
 
224
- #: inc/php/page.php:168
225
  msgid "You entered two functions with the same name. Use a unique names for your functions."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:169
229
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
230
  msgstr ""
231
 
232
- #: inc/php/page.php:170
233
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
234
  msgstr ""
235
 
236
- #: inc/php/page.php:173
237
  msgid "Does this plugin requires any modification of the theme?"
238
  msgstr ""
239
 
240
- #: inc/php/page.php:174
241
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
242
  msgstr ""
243
 
244
- #: inc/php/page.php:176
245
  msgid "Does this require any knowledge of HTML or CSS?"
246
  msgstr ""
247
 
248
- #: inc/php/page.php:177
249
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:179
253
  msgid "Can I add my custom PHP code to a specific page of my website?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:180
257
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
258
  msgstr ""
259
 
260
- #: inc/php/page.php:194
261
  msgid "It's not working. What could be wrong?"
262
  msgstr ""
263
 
264
- #: inc/php/page.php:195
265
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
266
  msgstr ""
267
 
268
- #: inc/php/page.php:196
269
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
270
  msgstr ""
271
 
272
- #: inc/php/page.php:198
273
  msgid "What to do if this plugin crashed the website?"
274
  msgstr ""
275
 
276
- #: inc/php/page.php:199
277
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
278
  msgstr ""
279
 
280
- #: inc/php/page.php:201
281
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:202
285
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:203
289
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
290
  msgstr ""
291
 
292
- #: inc/php/page.php:204
293
  msgid "Log in to Admin Area of your WordPress website."
294
  msgstr ""
295
 
296
- #: inc/php/page.php:205
297
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
298
  msgstr ""
299
 
300
- #: inc/php/page.php:206
301
  msgid "Edit/fix your custom PHP code that you entered before the crash."
302
  msgstr ""
303
 
304
- #: inc/php/page.php:207
305
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
306
  msgstr ""
307
 
308
- #: inc/php/page.php:209
309
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
310
  msgstr ""
311
 
312
- #: inc/php/page.php:210
313
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
314
  msgstr ""
315
 
316
- #: inc/php/page.php:212
317
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
318
  msgstr ""
319
 
320
- #: inc/php/page.php:213
321
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
322
  msgstr ""
323
 
324
- #: inc/php/page.php:215
325
  msgid "Where to report bug if found?"
326
  msgstr ""
327
 
328
- #: inc/php/page.php:217
329
  #, php-format
330
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
331
  msgstr ""
332
 
333
- #: inc/php/page.php:223
334
  msgid "Where to share any ideas or suggestions to make the plugin better?"
335
  msgstr ""
336
 
337
- #: inc/php/page.php:225
338
  #, php-format
339
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
340
  msgstr ""
341
 
342
- #: inc/php/page.php:231
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr ""
345
 
346
- #: inc/php/page.php:233
347
  #, php-format
348
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
349
  msgstr ""
350
 
351
- #: inc/php/page.php:239
352
  msgid "My question wasn't answered here."
353
  msgstr ""
354
 
355
- #: inc/php/page.php:241
356
  #, php-format
357
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
358
  msgstr ""
359
 
360
- #: inc/php/page.php:255
361
  msgid "Support Us"
362
  msgstr ""
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr ""
367
 
368
- #: inc/php/page.php:268
369
  #, php-format
370
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
371
  msgstr ""
372
 
373
- #: inc/php/page.php:276
374
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
375
  msgstr ""
376
 
377
- #: inc/php/page.php:277
378
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
379
  msgstr ""
380
 
381
- #: inc/php/page.php:278
382
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
383
  msgstr ""
384
 
385
- #: inc/php/page.php:279
386
  msgid "Thank you for your support!"
387
  msgstr ""
388
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-23 19:14+0300\n"
7
+ "PO-Revision-Date: 2018-10-23 19:14+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\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 2.2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr ""
112
 
113
+ #: inc/php/page.php:71 inc/php/page.php:72 inc/php/page.php:84
 
 
 
 
114
  msgid "Note!"
115
  msgstr ""
116
 
117
+ #: inc/php/page.php:71
118
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:73
122
  #, php-format
123
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:80
127
  msgid "Switch the toggle to the \"ON\" position."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:81
131
  msgid "Click the \"Save changes\" button."
132
  msgstr ""
133
 
134
+ #: inc/php/page.php:82
135
  msgid "Enjoy the result of applying your custom PHP code."
136
  msgstr ""
137
 
138
+ #: inc/php/page.php:82
139
  msgid "It's that simple!"
140
  msgstr ""
141
 
142
+ #: inc/php/page.php:85
143
  #, php-format
144
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
145
  msgstr ""
146
 
147
+ #: inc/php/page.php:99
148
  msgid "Frequently Asked Questions"
149
  msgstr ""
150
 
151
+ #: inc/php/page.php:103
152
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
153
  msgstr ""
154
 
155
+ #: inc/php/page.php:125
156
  msgid "Will this plugin work on my WordPress.COM website?"
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:126
160
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:128
164
  msgid "Can I use this plugin on my language?"
165
  msgstr ""
166
 
167
+ #: inc/php/page.php:129
168
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:131
172
  #, php-format
173
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
174
  msgstr ""
175
 
176
+ #: inc/php/page.php:136
177
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
178
  msgstr ""
179
 
180
+ #: inc/php/page.php:137
181
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
182
  msgstr ""
183
 
184
+ #: inc/php/page.php:139
185
  msgid "How does it work?"
186
  msgstr ""
187
 
188
+ #: inc/php/page.php:140
189
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
190
  msgstr ""
191
 
192
+ #: inc/php/page.php:142
193
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
194
  msgstr ""
195
 
196
+ #: inc/php/page.php:143
197
  msgid "Yes. But you need to do it properly, like this:"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:153
201
  msgid "How much of PHP code (characters) I can enter in the code editor?"
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:154
205
  msgid "We don't limit the number of characters."
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:156
209
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:157
213
  msgid "Here are a few of the most likely causes of the error message:"
214
  msgstr ""
215
 
216
+ #: inc/php/page.php:159
217
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:160
221
  msgid "You entered two functions with the same name. Use a unique names for your functions."
222
  msgstr ""
223
 
224
+ #: inc/php/page.php:161
225
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:162
229
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:165
233
  msgid "Does this plugin requires any modification of the theme?"
234
  msgstr ""
235
 
236
+ #: inc/php/page.php:166
237
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
238
  msgstr ""
239
 
240
+ #: inc/php/page.php:168
241
  msgid "Does this require any knowledge of HTML or CSS?"
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:169
245
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
246
  msgstr ""
247
 
248
+ #: inc/php/page.php:171
249
  msgid "Can I add my custom PHP code to a specific page of my website?"
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:172
253
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:186
257
  msgid "It's not working. What could be wrong?"
258
  msgstr ""
259
 
260
+ #: inc/php/page.php:187
261
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:188
265
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
266
  msgstr ""
267
 
268
+ #: inc/php/page.php:190
269
  msgid "What to do if this plugin crashed the website?"
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:191
273
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:193
277
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:194
281
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:195
285
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
286
  msgstr ""
287
 
288
+ #: inc/php/page.php:196
289
  msgid "Log in to Admin Area of your WordPress website."
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:197
293
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:198
297
  msgid "Edit/fix your custom PHP code that you entered before the crash."
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:199
301
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:201
305
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
306
  msgstr ""
307
 
308
+ #: inc/php/page.php:202
309
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
310
  msgstr ""
311
 
312
+ #: inc/php/page.php:204
313
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
314
  msgstr ""
315
 
316
+ #: inc/php/page.php:205
317
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
318
  msgstr ""
319
 
320
+ #: inc/php/page.php:207
321
  msgid "Where to report bug if found?"
322
  msgstr ""
323
 
324
+ #: inc/php/page.php:209
325
  #, php-format
326
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
327
  msgstr ""
328
 
329
+ #: inc/php/page.php:215
330
  msgid "Where to share any ideas or suggestions to make the plugin better?"
331
  msgstr ""
332
 
333
+ #: inc/php/page.php:217
334
  #, php-format
335
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
336
  msgstr ""
337
 
338
+ #: inc/php/page.php:223
339
  msgid "I love this plugin! Can I help somehow?"
340
  msgstr ""
341
 
342
+ #: inc/php/page.php:225
343
  #, php-format
344
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
345
  msgstr ""
346
 
347
+ #: inc/php/page.php:231
348
  msgid "My question wasn't answered here."
349
  msgstr ""
350
 
351
+ #: inc/php/page.php:233
352
  #, php-format
353
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
354
  msgstr ""
355
 
356
+ #: inc/php/page.php:247
357
  msgid "Support Us"
358
  msgstr ""
359
 
360
+ #: inc/php/page.php:255 inc/php/settings.php:61 inc/php/sidebar.php:54
361
  msgid "Donate with PayPal"
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:260
365
  #, php-format
366
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
367
  msgstr ""
368
 
369
+ #: inc/php/page.php:268
370
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:269
374
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
375
  msgstr ""
376
 
377
+ #: inc/php/page.php:270
378
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
379
  msgstr ""
380
 
381
+ #: inc/php/page.php:271
382
  msgid "Thank you for your support!"
383
  msgstr ""
384
 
languages/my-custom-functions-nl_NL.mo CHANGED
Binary file
languages/my-custom-functions-nl_NL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
- "PO-Revision-Date: 2018-10-08 08:39+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
@@ -12,7 +12,7 @@ msgstr ""
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 2.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -110,279 +110,275 @@ msgstr "Ga naar het tabblad “Hoofd”."
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr "Plaats je PHP code in het veld."
112
 
113
- #: inc/php/page.php:71
114
- msgid "An example of PHP code:"
115
- msgstr "Voorbeeld van PHP code:"
116
-
117
- #: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
118
  msgid "Note!"
119
  msgstr "Opmerking!"
120
 
121
- #: inc/php/page.php:79
122
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
123
  msgstr ""
124
 
125
- #: inc/php/page.php:81
126
  #, php-format
127
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:88
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr "Druk de AAN / UIT-schakelaar naar de stand AAN."
133
 
134
- #: inc/php/page.php:89
135
  msgid "Click the \"Save changes\" button."
136
  msgstr "Klik op de knop \"Wijzigingen opslaan\"."
137
 
138
- #: inc/php/page.php:90
139
  msgid "Enjoy the result of applying your custom PHP code."
140
  msgstr "Geniet van het resultaat door uw PHP-code toe te passen."
141
 
142
- #: inc/php/page.php:90
143
  msgid "It's that simple!"
144
  msgstr "Zo eenvoudig is het!"
145
 
146
- #: inc/php/page.php:93
147
  #, php-format
148
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
149
  msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
150
 
151
- #: inc/php/page.php:107
152
  msgid "Frequently Asked Questions"
153
  msgstr "Veel voorkomende vragen (FAQ)"
154
 
155
- #: inc/php/page.php:111
156
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
157
  msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
158
 
159
- #: inc/php/page.php:133
160
  msgid "Will this plugin work on my WordPress.COM website?"
161
  msgstr "Werkt deze plugin op mijn WordPress.COM website?"
162
 
163
- #: inc/php/page.php:134
164
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
165
  msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (WordPress.ORG) websites."
166
 
167
- #: inc/php/page.php:136
168
  msgid "Can I use this plugin on my language?"
169
  msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
170
 
171
- #: inc/php/page.php:137
172
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
173
  msgstr "Ja. Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
174
 
175
- #: inc/php/page.php:139
176
  #, php-format
177
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
178
  msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s. Je kunt ook het POT-bestand gebruiken, dat is inbegrepen en in de map “languages” is geplaatst om een PO-bestand met vertalingen te maken. Stuur het PO-bestand naar ons op de %s en we zullen deze vertaling opnemen in de volgende plug-in update."
179
 
180
- #: inc/php/page.php:144
181
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
182
  msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
183
 
184
- #: inc/php/page.php:145
185
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
186
  msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt. Bedankt voor je bijdrage!"
187
 
188
- #: inc/php/page.php:147
189
  msgid "How does it work?"
190
  msgstr "Hoe werkt het?"
191
 
192
- #: inc/php/page.php:148
193
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
194
  msgstr "Plaats op het tabblad “Hoofd” uw PHP-code in het veld, zet de schakelaar in de positie “AAN” en klik op de knop “Wijzigingen opslaan”. Geniet van het resultaat van het toepassen van je PHP-code. Het is zo simpel!"
195
 
196
- #: inc/php/page.php:150
197
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
198
  msgstr "Kan ik HTML/CSS/JS code geïntegreerd in PHP-code gebruiken?"
199
 
200
- #: inc/php/page.php:151
201
  msgid "Yes. But you need to do it properly, like this:"
202
  msgstr "Ja. Maar je moet het goed doen, zoals dit:"
203
 
204
- #: inc/php/page.php:161
205
  msgid "How much of PHP code (characters) I can enter in the code editor?"
206
  msgstr "Hoe veel PHP code (tekens) kan ik invoeren?"
207
 
208
- #: inc/php/page.php:162
209
  msgid "We don't limit the number of characters."
210
  msgstr "Er is geen beperking op het aantal tekens."
211
 
212
- #: inc/php/page.php:164
213
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
214
  msgstr "Op de plug-in instellingen pagina verschijnt een fout-melding. Wat kan er fout zijn?"
215
 
216
- #: inc/php/page.php:165
217
  msgid "Here are a few of the most likely causes of the error message:"
218
  msgstr "Hier zijn enkele van de meest waarschijnlijke oorzaken van de foutmelding:"
219
 
220
- #: inc/php/page.php:167
221
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
222
  msgstr "Je maakt een syntaxisfout in de code die je hebt ingevoerd. Controleer de syntaxis van je code en probeer het opnieuw."
223
 
224
- #: inc/php/page.php:168
225
  msgid "You entered two functions with the same name. Use a unique names for your functions."
226
  msgstr "U hebt twee functies met dezelfde naam ingevoerd. Gebruik een unieke naam voor uw functies."
227
 
228
- #: inc/php/page.php:169
229
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
230
  msgstr "Je hebt de functie ingevoerd met een naam die al in gebruik is door een andere functie. Gebruik een unieke naam voor je functie."
231
 
232
- #: inc/php/page.php:170
233
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
234
  msgstr "Je probeert een bestaande functie (van WordPress, thema of plug-in) te overschrijven. Gebruik in plaats daarvan filters en haken."
235
 
236
- #: inc/php/page.php:173
237
  msgid "Does this plugin requires any modification of the theme?"
238
  msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
239
 
240
- #: inc/php/page.php:174
241
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
242
  msgstr "Absoluut niet. Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
243
 
244
- #: inc/php/page.php:176
245
  msgid "Does this require any knowledge of HTML or CSS?"
246
  msgstr "Vereist dit enige kennis van HTML of CSS?"
247
 
248
- #: inc/php/page.php:177
249
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
250
  msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina. Maar u moet de HTML of CSS kennen om de HTML- of CSS-code toe te voegen / te verwijderen / wijzigen met behulp van deze plug-in."
251
 
252
- #: inc/php/page.php:179
253
  msgid "Can I add my custom PHP code to a specific page of my website?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:180
257
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
258
  msgstr ""
259
 
260
- #: inc/php/page.php:194
261
  msgid "It's not working. What could be wrong?"
262
  msgstr "Het werkt niet. Wat kan er fout zijn?"
263
 
264
- #: inc/php/page.php:195
265
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
266
  msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken. De meest voorkomende reden hiervoor is de cache van een webbrowser. Elke webbrowser slaat een cache op van de websites die u bezoekt (pagina's, afbeeldingen en enz.) Om het bandbreedte-gebruik en de serverbelasting te verminderen. Dit wordt de cache van de browser genoemd. Het wissen van de cache van uw browser kan het probleem oplossen."
267
 
268
- #: inc/php/page.php:196
269
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
270
  msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn, maar als je een ondersteuningsverzoek post in het ondersteuningsforum van de plug-in op WordPress.org, willen we graag een kijkje nemen en proberen te helpen. Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
271
 
272
- #: inc/php/page.php:198
273
  msgid "What to do if this plugin crashed the website?"
274
  msgstr "Wat te doen als deze plug-in de website heeft gecrasht?"
275
 
276
- #: inc/php/page.php:199
277
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
278
  msgstr "Deze plugin heeft ingebouwde functies voor het controleren van de aangepaste code op syntaxisfouten, dubbele functies namen en enz. Maar plugin is niet perfect, het is dus mogelijk dat de ingevoerde code een foutbericht en een wit scherm (WSOD) veroorzaakt. Dit is de wijten aan het feit dat uw aangepaste code een syntaxisfout heeft, die door deze plugin kon niet worden gevonden. Wanneer dit met gebeurt, voer dan de volgende stappen uit."
279
 
280
- #: inc/php/page.php:201
281
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
282
  msgstr "Benader je server via FTP of SFTP. Als u niet zeker bent hoe, vaak heeft je webhostingprovider ergens op hun website instructies staan."
283
 
284
- #: inc/php/page.php:202
285
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
286
  msgstr "Blader naar de map <code>wp-content/plugins/my-custom-functions/</code> . Neem contact op met je web hosting bedrijf om hulp te krijgen als je deze map niet kunt vinden."
287
 
288
- #: inc/php/page.php:203
289
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
290
  msgstr "Hernoem het bestand <code>START</code> naar <code>STOP</code>. Hiermee stopt u het uitvoeren van uw aangepaste code."
291
 
292
- #: inc/php/page.php:204
293
  msgid "Log in to Admin Area of your WordPress website."
294
  msgstr "Log in op het Admin-gedeelte van uw WordPress-website."
295
 
296
- #: inc/php/page.php:205
297
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
298
  msgstr "Ga naar de plug-in instellingen pagina <code>Instellingen</code> &#10145; <code>PHP Inserter</code>."
299
 
300
- #: inc/php/page.php:206
301
  msgid "Edit/fix your custom PHP code that you entered before the crash."
302
  msgstr "Edit/repareer je custos code welke je hebt ingevoerd voor de crash."
303
 
304
- #: inc/php/page.php:207
305
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
306
  msgstr "Keer terug naar de plug-in directorie en verander de naam van het bestand <code>STOP</code> naar <code>START</code> en je bent klaar!"
307
 
308
- #: inc/php/page.php:209
309
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
310
  msgstr "Deze plug-in heeft de door jouw ingevoerde code opgeslagen in de database van je website. Om je code te verkrijgen, kun je ook naar <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code> gaan."
311
 
312
- #: inc/php/page.php:210
313
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
314
  msgstr "We zijn bezig met het maken van een optie om de uitvoering van PHP-code automatisch te stoppen, als de plugin geen fout kon detecteren en de PHP-code wel een onbereikbare website veroorzaakt."
315
 
316
- #: inc/php/page.php:212
317
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
318
  msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik. Waarom is dit?"
319
 
320
- #: inc/php/page.php:213
321
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
322
  msgstr "Deze plug-in kan zo’n probleem niet veroorzaken. Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website. Het kan gewoon een cache-probleem zijn, dus probeer de cache van je website te wissen (mogelijk gebruik je een caching-plug-in of een webservice zoals de CloudFlare) en vervolgens de cache van je webbrowser. Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
323
 
324
- #: inc/php/page.php:215
325
  msgid "Where to report bug if found?"
326
  msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
327
 
328
- #: inc/php/page.php:217
329
  #, php-format
330
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
331
  msgstr "Bugrapporten zijn van harte welkom! Ga naar %s onze contactpagina %s en rapporteer. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
332
 
333
- #: inc/php/page.php:223
334
  msgid "Where to share any ideas or suggestions to make the plugin better?"
335
  msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
336
 
337
- #: inc/php/page.php:225
338
  #, php-format
339
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
340
  msgstr "Alle suggesties zijn van harte welkom! Ga naar %s onze contactpagina %s. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
341
 
342
- #: inc/php/page.php:231
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr "Ik ben dol op deze plug-in! Kan ik op de een of andere manier helpen?"
345
 
346
- #: inc/php/page.php:233
347
  #, php-format
348
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
349
  msgstr "Ja, alle bijdragen zijn van harte welkom! Ga naar %s onze donatiepagina %s. Dank je!"
350
 
351
- #: inc/php/page.php:239
352
  msgid "My question wasn't answered here."
353
  msgstr "Mij vraag is hier niet beantwoord."
354
 
355
- #: inc/php/page.php:241
356
  #, php-format
357
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
358
  msgstr "Je kunt je vraag op %s deze pagina %s stellen. Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
359
 
360
- #: inc/php/page.php:255
361
  msgid "Support Us"
362
  msgstr "Ondersteun ons"
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Doneer via PayPal"
367
 
368
- #: inc/php/page.php:268
369
  #, php-format
370
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
371
  msgstr ""
372
 
373
- #: inc/php/page.php:276
374
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
375
  msgstr ""
376
 
377
- #: inc/php/page.php:277
378
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
379
  msgstr "Ik besteed veel tijd en moeite om ervoor te zorgen dat de thema’s, plug-ins en andere dingen die ik maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken. Maar ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd besteden aan het bouwen van dingen voor mensen zoals jij om van te genieten."
380
 
381
- #: inc/php/page.php:278
382
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
383
  msgstr "Als je mijn werk waardeert, kun je een koffie voor me kopen!"
384
 
385
- #: inc/php/page.php:279
386
  msgid "Thank you for your support!"
387
  msgstr "Bedankt voor je ondersteuning!"
388
 
@@ -450,6 +446,9 @@ msgstr "Space X-Chimp"
450
  msgid "https://www.spacexchimp.com"
451
  msgstr "https://www.spacexchimp.com"
452
 
 
 
 
453
  #~ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
454
  #~ msgstr "Plaat a.u.b. je code niet tussen <code>&lt;?php</code>…<code>?&gt;</code> HTML tags."
455
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-23 19:14+0300\n"
7
+ "PO-Revision-Date: 2018-10-23 19:14+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\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 2.2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr "Plaats je PHP code in het veld."
112
 
113
+ #: inc/php/page.php:71 inc/php/page.php:72 inc/php/page.php:84
 
 
 
 
114
  msgid "Note!"
115
  msgstr "Opmerking!"
116
 
117
+ #: inc/php/page.php:71
118
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:73
122
  #, php-format
123
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:80
127
  msgid "Switch the toggle to the \"ON\" position."
128
  msgstr "Druk de AAN / UIT-schakelaar naar de stand AAN."
129
 
130
+ #: inc/php/page.php:81
131
  msgid "Click the \"Save changes\" button."
132
  msgstr "Klik op de knop \"Wijzigingen opslaan\"."
133
 
134
+ #: inc/php/page.php:82
135
  msgid "Enjoy the result of applying your custom PHP code."
136
  msgstr "Geniet van het resultaat door uw PHP-code toe te passen."
137
 
138
+ #: inc/php/page.php:82
139
  msgid "It's that simple!"
140
  msgstr "Zo eenvoudig is het!"
141
 
142
+ #: inc/php/page.php:85
143
  #, php-format
144
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
145
  msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
146
 
147
+ #: inc/php/page.php:99
148
  msgid "Frequently Asked Questions"
149
  msgstr "Veel voorkomende vragen (FAQ)"
150
 
151
+ #: inc/php/page.php:103
152
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
153
  msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
154
 
155
+ #: inc/php/page.php:125
156
  msgid "Will this plugin work on my WordPress.COM website?"
157
  msgstr "Werkt deze plugin op mijn WordPress.COM website?"
158
 
159
+ #: inc/php/page.php:126
160
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
161
  msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (WordPress.ORG) websites."
162
 
163
+ #: inc/php/page.php:128
164
  msgid "Can I use this plugin on my language?"
165
  msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
166
 
167
+ #: inc/php/page.php:129
168
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
169
  msgstr "Ja. Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
170
 
171
+ #: inc/php/page.php:131
172
  #, php-format
173
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
174
  msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s. Je kunt ook het POT-bestand gebruiken, dat is inbegrepen en in de map “languages” is geplaatst om een PO-bestand met vertalingen te maken. Stuur het PO-bestand naar ons op de %s en we zullen deze vertaling opnemen in de volgende plug-in update."
175
 
176
+ #: inc/php/page.php:136
177
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
178
  msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
179
 
180
+ #: inc/php/page.php:137
181
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
182
  msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt. Bedankt voor je bijdrage!"
183
 
184
+ #: inc/php/page.php:139
185
  msgid "How does it work?"
186
  msgstr "Hoe werkt het?"
187
 
188
+ #: inc/php/page.php:140
189
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
190
  msgstr "Plaats op het tabblad “Hoofd” uw PHP-code in het veld, zet de schakelaar in de positie “AAN” en klik op de knop “Wijzigingen opslaan”. Geniet van het resultaat van het toepassen van je PHP-code. Het is zo simpel!"
191
 
192
+ #: inc/php/page.php:142
193
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
194
  msgstr "Kan ik HTML/CSS/JS code geïntegreerd in PHP-code gebruiken?"
195
 
196
+ #: inc/php/page.php:143
197
  msgid "Yes. But you need to do it properly, like this:"
198
  msgstr "Ja. Maar je moet het goed doen, zoals dit:"
199
 
200
+ #: inc/php/page.php:153
201
  msgid "How much of PHP code (characters) I can enter in the code editor?"
202
  msgstr "Hoe veel PHP code (tekens) kan ik invoeren?"
203
 
204
+ #: inc/php/page.php:154
205
  msgid "We don't limit the number of characters."
206
  msgstr "Er is geen beperking op het aantal tekens."
207
 
208
+ #: inc/php/page.php:156
209
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
210
  msgstr "Op de plug-in instellingen pagina verschijnt een fout-melding. Wat kan er fout zijn?"
211
 
212
+ #: inc/php/page.php:157
213
  msgid "Here are a few of the most likely causes of the error message:"
214
  msgstr "Hier zijn enkele van de meest waarschijnlijke oorzaken van de foutmelding:"
215
 
216
+ #: inc/php/page.php:159
217
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
218
  msgstr "Je maakt een syntaxisfout in de code die je hebt ingevoerd. Controleer de syntaxis van je code en probeer het opnieuw."
219
 
220
+ #: inc/php/page.php:160
221
  msgid "You entered two functions with the same name. Use a unique names for your functions."
222
  msgstr "U hebt twee functies met dezelfde naam ingevoerd. Gebruik een unieke naam voor uw functies."
223
 
224
+ #: inc/php/page.php:161
225
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
226
  msgstr "Je hebt de functie ingevoerd met een naam die al in gebruik is door een andere functie. Gebruik een unieke naam voor je functie."
227
 
228
+ #: inc/php/page.php:162
229
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
230
  msgstr "Je probeert een bestaande functie (van WordPress, thema of plug-in) te overschrijven. Gebruik in plaats daarvan filters en haken."
231
 
232
+ #: inc/php/page.php:165
233
  msgid "Does this plugin requires any modification of the theme?"
234
  msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
235
 
236
+ #: inc/php/page.php:166
237
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
238
  msgstr "Absoluut niet. Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
239
 
240
+ #: inc/php/page.php:168
241
  msgid "Does this require any knowledge of HTML or CSS?"
242
  msgstr "Vereist dit enige kennis van HTML of CSS?"
243
 
244
+ #: inc/php/page.php:169
245
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
246
  msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina. Maar u moet de HTML of CSS kennen om de HTML- of CSS-code toe te voegen / te verwijderen / wijzigen met behulp van deze plug-in."
247
 
248
+ #: inc/php/page.php:171
249
  msgid "Can I add my custom PHP code to a specific page of my website?"
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:172
253
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:186
257
  msgid "It's not working. What could be wrong?"
258
  msgstr "Het werkt niet. Wat kan er fout zijn?"
259
 
260
+ #: inc/php/page.php:187
261
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
262
  msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken. De meest voorkomende reden hiervoor is de cache van een webbrowser. Elke webbrowser slaat een cache op van de websites die u bezoekt (pagina's, afbeeldingen en enz.) Om het bandbreedte-gebruik en de serverbelasting te verminderen. Dit wordt de cache van de browser genoemd. Het wissen van de cache van uw browser kan het probleem oplossen."
263
 
264
+ #: inc/php/page.php:188
265
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
266
  msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn, maar als je een ondersteuningsverzoek post in het ondersteuningsforum van de plug-in op WordPress.org, willen we graag een kijkje nemen en proberen te helpen. Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
267
 
268
+ #: inc/php/page.php:190
269
  msgid "What to do if this plugin crashed the website?"
270
  msgstr "Wat te doen als deze plug-in de website heeft gecrasht?"
271
 
272
+ #: inc/php/page.php:191
273
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
274
  msgstr "Deze plugin heeft ingebouwde functies voor het controleren van de aangepaste code op syntaxisfouten, dubbele functies namen en enz. Maar plugin is niet perfect, het is dus mogelijk dat de ingevoerde code een foutbericht en een wit scherm (WSOD) veroorzaakt. Dit is de wijten aan het feit dat uw aangepaste code een syntaxisfout heeft, die door deze plugin kon niet worden gevonden. Wanneer dit met gebeurt, voer dan de volgende stappen uit."
275
 
276
+ #: inc/php/page.php:193
277
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
278
  msgstr "Benader je server via FTP of SFTP. Als u niet zeker bent hoe, vaak heeft je webhostingprovider ergens op hun website instructies staan."
279
 
280
+ #: inc/php/page.php:194
281
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
282
  msgstr "Blader naar de map <code>wp-content/plugins/my-custom-functions/</code> . Neem contact op met je web hosting bedrijf om hulp te krijgen als je deze map niet kunt vinden."
283
 
284
+ #: inc/php/page.php:195
285
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
286
  msgstr "Hernoem het bestand <code>START</code> naar <code>STOP</code>. Hiermee stopt u het uitvoeren van uw aangepaste code."
287
 
288
+ #: inc/php/page.php:196
289
  msgid "Log in to Admin Area of your WordPress website."
290
  msgstr "Log in op het Admin-gedeelte van uw WordPress-website."
291
 
292
+ #: inc/php/page.php:197
293
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
294
  msgstr "Ga naar de plug-in instellingen pagina <code>Instellingen</code> &#10145; <code>PHP Inserter</code>."
295
 
296
+ #: inc/php/page.php:198
297
  msgid "Edit/fix your custom PHP code that you entered before the crash."
298
  msgstr "Edit/repareer je custos code welke je hebt ingevoerd voor de crash."
299
 
300
+ #: inc/php/page.php:199
301
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
302
  msgstr "Keer terug naar de plug-in directorie en verander de naam van het bestand <code>STOP</code> naar <code>START</code> en je bent klaar!"
303
 
304
+ #: inc/php/page.php:201
305
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
306
  msgstr "Deze plug-in heeft de door jouw ingevoerde code opgeslagen in de database van je website. Om je code te verkrijgen, kun je ook naar <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code> gaan."
307
 
308
+ #: inc/php/page.php:202
309
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
310
  msgstr "We zijn bezig met het maken van een optie om de uitvoering van PHP-code automatisch te stoppen, als de plugin geen fout kon detecteren en de PHP-code wel een onbereikbare website veroorzaakt."
311
 
312
+ #: inc/php/page.php:204
313
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
314
  msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik. Waarom is dit?"
315
 
316
+ #: inc/php/page.php:205
317
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
318
  msgstr "Deze plug-in kan zo’n probleem niet veroorzaken. Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website. Het kan gewoon een cache-probleem zijn, dus probeer de cache van je website te wissen (mogelijk gebruik je een caching-plug-in of een webservice zoals de CloudFlare) en vervolgens de cache van je webbrowser. Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
319
 
320
+ #: inc/php/page.php:207
321
  msgid "Where to report bug if found?"
322
  msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
323
 
324
+ #: inc/php/page.php:209
325
  #, php-format
326
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
327
  msgstr "Bugrapporten zijn van harte welkom! Ga naar %s onze contactpagina %s en rapporteer. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
328
 
329
+ #: inc/php/page.php:215
330
  msgid "Where to share any ideas or suggestions to make the plugin better?"
331
  msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
332
 
333
+ #: inc/php/page.php:217
334
  #, php-format
335
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
336
  msgstr "Alle suggesties zijn van harte welkom! Ga naar %s onze contactpagina %s. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
337
 
338
+ #: inc/php/page.php:223
339
  msgid "I love this plugin! Can I help somehow?"
340
  msgstr "Ik ben dol op deze plug-in! Kan ik op de een of andere manier helpen?"
341
 
342
+ #: inc/php/page.php:225
343
  #, php-format
344
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
345
  msgstr "Ja, alle bijdragen zijn van harte welkom! Ga naar %s onze donatiepagina %s. Dank je!"
346
 
347
+ #: inc/php/page.php:231
348
  msgid "My question wasn't answered here."
349
  msgstr "Mij vraag is hier niet beantwoord."
350
 
351
+ #: inc/php/page.php:233
352
  #, php-format
353
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
354
  msgstr "Je kunt je vraag op %s deze pagina %s stellen. Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
355
 
356
+ #: inc/php/page.php:247
357
  msgid "Support Us"
358
  msgstr "Ondersteun ons"
359
 
360
+ #: inc/php/page.php:255 inc/php/settings.php:61 inc/php/sidebar.php:54
361
  msgid "Donate with PayPal"
362
  msgstr "Doneer via PayPal"
363
 
364
+ #: inc/php/page.php:260
365
  #, php-format
366
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
367
  msgstr ""
368
 
369
+ #: inc/php/page.php:268
370
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:269
374
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
375
  msgstr "Ik besteed veel tijd en moeite om ervoor te zorgen dat de thema’s, plug-ins en andere dingen die ik maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken. Maar ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd besteden aan het bouwen van dingen voor mensen zoals jij om van te genieten."
376
 
377
+ #: inc/php/page.php:270
378
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
379
  msgstr "Als je mijn werk waardeert, kun je een koffie voor me kopen!"
380
 
381
+ #: inc/php/page.php:271
382
  msgid "Thank you for your support!"
383
  msgstr "Bedankt voor je ondersteuning!"
384
 
446
  msgid "https://www.spacexchimp.com"
447
  msgstr "https://www.spacexchimp.com"
448
 
449
+ #~ msgid "An example of PHP code:"
450
+ #~ msgstr "Voorbeeld van PHP code:"
451
+
452
  #~ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
453
  #~ msgstr "Plaat a.u.b. je code niet tussen <code>&lt;?php</code>…<code>?&gt;</code> HTML tags."
454
 
languages/my-custom-functions-ru_RU.mo CHANGED
Binary file
languages/my-custom-functions-ru_RU.po CHANGED
@@ -3,15 +3,15 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
- "PO-Revision-Date: 2018-10-08 08:39+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 2.1.1\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: my-custom-functions.php\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
@@ -110,279 +110,275 @@ msgstr "Перейдите на вкладку «Главная»."
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr "Поместите ваш PHP-код в поле."
112
 
113
- #: inc/php/page.php:71
114
- msgid "An example of PHP code:"
115
- msgstr "Пример кода PHP:"
116
-
117
- #: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
118
  msgid "Note!"
119
  msgstr "Примечание!"
120
 
121
- #: inc/php/page.php:79
122
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
123
  msgstr ""
124
 
125
- #: inc/php/page.php:81
126
  #, php-format
127
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:88
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr "Переключите переключатель в положение «ON»."
133
 
134
- #: inc/php/page.php:89
135
  msgid "Click the \"Save changes\" button."
136
  msgstr "Нажмите кнопку «Сохранить изменения»."
137
 
138
- #: inc/php/page.php:90
139
  msgid "Enjoy the result of applying your custom PHP code."
140
  msgstr "Наслаждайтесь результатом применения вашего PHP-кода."
141
 
142
- #: inc/php/page.php:90
143
  msgid "It's that simple!"
144
  msgstr "Это так просто!"
145
 
146
- #: inc/php/page.php:93
147
  #, php-format
148
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
149
  msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
150
 
151
- #: inc/php/page.php:107
152
  msgid "Frequently Asked Questions"
153
  msgstr "Часто задаваемые вопросы"
154
 
155
- #: inc/php/page.php:111
156
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
157
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
158
 
159
- #: inc/php/page.php:133
160
  msgid "Will this plugin work on my WordPress.COM website?"
161
  msgstr "Будет ли этот плагин работать на моем веб-сайте WordPress.COM?"
162
 
163
- #: inc/php/page.php:134
164
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
165
  msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (WordPress.ORG)."
166
 
167
- #: inc/php/page.php:136
168
  msgid "Can I use this plugin on my language?"
169
  msgstr "Можно ли использовать этот плагин на моём языке?"
170
 
171
- #: inc/php/page.php:137
172
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
173
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
174
 
175
- #: inc/php/page.php:139
176
  #, php-format
177
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
178
  msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
179
 
180
- #: inc/php/page.php:144
181
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
182
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
183
 
184
- #: inc/php/page.php:145
185
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
186
  msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом. Спасибо за ваш вклад!"
187
 
188
- #: inc/php/page.php:147
189
  msgid "How does it work?"
190
  msgstr "Как это работает?"
191
 
192
- #: inc/php/page.php:148
193
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
194
  msgstr "На вкладке «Основные» поместите ваш PHP код в поле, переключите переключатель в положение «ON» и нажмите кнопку «Сохранить изменения». Наслаждайтесь результатом применения вашего PHP кода. Это так просто!"
195
 
196
- #: inc/php/page.php:150
197
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
198
  msgstr "Можно ли использовать HTML/CSS/JS код, встроенный в PHP-код?"
199
 
200
- #: inc/php/page.php:151
201
  msgid "Yes. But you need to do it properly, like this:"
202
  msgstr "Да. Но вам нужно сделать это правильно, например так:"
203
 
204
- #: inc/php/page.php:161
205
  msgid "How much of PHP code (characters) I can enter in the code editor?"
206
  msgstr "Сколько PHP-кода (символов) можно ввести в текстовом поле?"
207
 
208
- #: inc/php/page.php:162
209
  msgid "We don't limit the number of characters."
210
  msgstr "Я не ограничиваю количество символов."
211
 
212
- #: inc/php/page.php:164
213
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
214
  msgstr "На странице настроек плагина появляется сообщение об ошибке. Что может быть не так?"
215
 
216
- #: inc/php/page.php:165
217
  msgid "Here are a few of the most likely causes of the error message:"
218
  msgstr "Вот некоторые из наиболее вероятных причин появления сообщение об ошибке:"
219
 
220
- #: inc/php/page.php:167
221
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
222
  msgstr "Вы сделали синтаксическую ошибку в коде, который ввели. Проверьте синтаксис кода и повторите попытку."
223
 
224
- #: inc/php/page.php:168
225
  msgid "You entered two functions with the same name. Use a unique names for your functions."
226
  msgstr "Вы ввели несколько функций с одинаковым именем. Используйте уникальные имена для ваших функций."
227
 
228
- #: inc/php/page.php:169
229
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
230
  msgstr "Вы ввели функцию с именем, которое уже занята другой функцией. Используйте уникальное имя для вашей функции."
231
 
232
- #: inc/php/page.php:170
233
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
234
  msgstr "Вы пытаетесь перезаписать существующую функцию (из WordPress, темы или плагина). Вместо этого используйте фильтры и хуки."
235
 
236
- #: inc/php/page.php:173
237
  msgid "Does this plugin requires any modification of the theme?"
238
  msgstr "Этот плагин требует изменения темы?"
239
 
240
- #: inc/php/page.php:174
241
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
242
  msgstr "Абсолютно нет. Этот плагин настраивается полностью на странице настроек плагина."
243
 
244
- #: inc/php/page.php:176
245
  msgid "Does this require any knowledge of HTML or CSS?"
246
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
247
 
248
- #: inc/php/page.php:177
249
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
250
  msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина. Но вам нужно знать HTML или CSS для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот плагин."
251
 
252
- #: inc/php/page.php:179
253
  msgid "Can I add my custom PHP code to a specific page of my website?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:180
257
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
258
  msgstr ""
259
 
260
- #: inc/php/page.php:194
261
  msgid "It's not working. What could be wrong?"
262
  msgstr "Оно не работает. Что может быть не так?"
263
 
264
- #: inc/php/page.php:195
265
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
266
  msgstr "Как и в случае с любым другим плагином, что-то может не работать. Наиболее распространенной причиной этого является кеш веб-браузера. Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер. Это называется кешем браузера. Очистка кеша браузера может решить проблему."
267
 
268
- #: inc/php/page.php:196
269
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
270
  msgstr "Невозможно точно сказать, что может быть неправильно, но если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
271
 
272
- #: inc/php/page.php:198
273
  msgid "What to do if this plugin crashed the website?"
274
  msgstr "Что делать, если этот плагин сломал сайт?"
275
 
276
- #: inc/php/page.php:199
277
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
278
  msgstr "Этот плагин имеет встроенные функции для проверки пользовательского кода на синтаксические ошибки, дублирования имён функций и т. д. Но плагин не идеален, поэтому бывают случаи, когда введенный пользовательский код вызывает ошибку и белый экран (WSOD). Это связано с тем, что ваш пользовательский код имеет синтаксическую ошибку, которую этот плагин не смог обнаружить. Когда это произойдет с вами, просто выполните следующее, и все будет в порядке."
279
 
280
- #: inc/php/page.php:201
281
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:202
285
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:203
289
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
290
  msgstr ""
291
 
292
- #: inc/php/page.php:204
293
  msgid "Log in to Admin Area of your WordPress website."
294
  msgstr ""
295
 
296
- #: inc/php/page.php:205
297
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
298
  msgstr ""
299
 
300
- #: inc/php/page.php:206
301
  msgid "Edit/fix your custom PHP code that you entered before the crash."
302
  msgstr ""
303
 
304
- #: inc/php/page.php:207
305
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
306
  msgstr ""
307
 
308
- #: inc/php/page.php:209
309
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
310
  msgstr "Этот плагин хранит введённый код в базе данных вашего сайта. Для получения кода вы также можете перейти в <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
311
 
312
- #: inc/php/page.php:210
313
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
314
  msgstr ""
315
 
316
- #: inc/php/page.php:212
317
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
318
  msgstr "Последнее обновление WordPress не позволяет мне редактировать мой сайт, который использует этот плагин. Почему так?"
319
 
320
- #: inc/php/page.php:213
321
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
322
  msgstr "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш вашего сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также попробуйте повторно войти на сайт, это тоже может помочь."
323
 
324
- #: inc/php/page.php:215
325
  msgid "Where to report bug if found?"
326
  msgstr "Где можно сообщить об ошибке?"
327
 
328
- #: inc/php/page.php:217
329
  #, php-format
330
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
331
  msgstr "Посетите %s эту страницу %s и сообщите. Не забудьте указать название плагина. Спасибо!"
332
 
333
- #: inc/php/page.php:223
334
  msgid "Where to share any ideas or suggestions to make the plugin better?"
335
  msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
336
 
337
- #: inc/php/page.php:225
338
  #, php-format
339
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
340
  msgstr "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не забудьте указать название плагина. Спасибо!"
341
 
342
- #: inc/php/page.php:231
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
345
 
346
- #: inc/php/page.php:233
347
  #, php-format
348
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
349
  msgstr "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, нажмите на кнопку пожертвования. Спасибо!"
350
 
351
- #: inc/php/page.php:239
352
  msgid "My question wasn't answered here."
353
  msgstr "Моего вопроса здесь нет."
354
 
355
- #: inc/php/page.php:241
356
  #, php-format
357
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
358
  msgstr "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
359
 
360
- #: inc/php/page.php:255
361
  msgid "Support Us"
362
  msgstr "Поддержать нас"
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Пожертвовать через Pay Pal"
367
 
368
- #: inc/php/page.php:268
369
  #, php-format
370
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
371
  msgstr ""
372
 
373
- #: inc/php/page.php:276
374
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
375
  msgstr ""
376
 
377
- #: inc/php/page.php:277
378
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
379
  msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать. Но мы независимые разработчики, без регулярного дохода, поэтому каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей для таких замечательных людей, как вы."
380
 
381
- #: inc/php/page.php:278
382
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
383
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
384
 
385
- #: inc/php/page.php:279
386
  msgid "Thank you for your support!"
387
  msgstr "Спасибо за вашу поддержку!"
388
 
@@ -450,6 +446,9 @@ msgstr "Space X-Chimp"
450
  msgid "https://www.spacexchimp.com"
451
  msgstr "https://www.spacexchimp.com"
452
 
 
 
 
453
  #~ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
454
  #~ msgstr "Пожалуйста, не помещайте свой PHP-код в <code>&lt;?php</code>...<code>?&gt;</code> HTML теги."
455
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-23 19:14+0300\n"
7
+ "PO-Revision-Date: 2018-10-23 19:14+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 2.2\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: my-custom-functions.php\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr "Поместите ваш PHP-код в поле."
112
 
113
+ #: inc/php/page.php:71 inc/php/page.php:72 inc/php/page.php:84
 
 
 
 
114
  msgid "Note!"
115
  msgstr "Примечание!"
116
 
117
+ #: inc/php/page.php:71
118
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:73
122
  #, php-format
123
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:80
127
  msgid "Switch the toggle to the \"ON\" position."
128
  msgstr "Переключите переключатель в положение «ON»."
129
 
130
+ #: inc/php/page.php:81
131
  msgid "Click the \"Save changes\" button."
132
  msgstr "Нажмите кнопку «Сохранить изменения»."
133
 
134
+ #: inc/php/page.php:82
135
  msgid "Enjoy the result of applying your custom PHP code."
136
  msgstr "Наслаждайтесь результатом применения вашего PHP-кода."
137
 
138
+ #: inc/php/page.php:82
139
  msgid "It's that simple!"
140
  msgstr "Это так просто!"
141
 
142
+ #: inc/php/page.php:85
143
  #, php-format
144
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
145
  msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
146
 
147
+ #: inc/php/page.php:99
148
  msgid "Frequently Asked Questions"
149
  msgstr "Часто задаваемые вопросы"
150
 
151
+ #: inc/php/page.php:103
152
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
153
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
154
 
155
+ #: inc/php/page.php:125
156
  msgid "Will this plugin work on my WordPress.COM website?"
157
  msgstr "Будет ли этот плагин работать на моем веб-сайте WordPress.COM?"
158
 
159
+ #: inc/php/page.php:126
160
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
161
  msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (WordPress.ORG)."
162
 
163
+ #: inc/php/page.php:128
164
  msgid "Can I use this plugin on my language?"
165
  msgstr "Можно ли использовать этот плагин на моём языке?"
166
 
167
+ #: inc/php/page.php:129
168
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
169
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
170
 
171
+ #: inc/php/page.php:131
172
  #, php-format
173
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
174
  msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
175
 
176
+ #: inc/php/page.php:136
177
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
178
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
179
 
180
+ #: inc/php/page.php:137
181
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
182
  msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом. Спасибо за ваш вклад!"
183
 
184
+ #: inc/php/page.php:139
185
  msgid "How does it work?"
186
  msgstr "Как это работает?"
187
 
188
+ #: inc/php/page.php:140
189
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
190
  msgstr "На вкладке «Основные» поместите ваш PHP код в поле, переключите переключатель в положение «ON» и нажмите кнопку «Сохранить изменения». Наслаждайтесь результатом применения вашего PHP кода. Это так просто!"
191
 
192
+ #: inc/php/page.php:142
193
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
194
  msgstr "Можно ли использовать HTML/CSS/JS код, встроенный в PHP-код?"
195
 
196
+ #: inc/php/page.php:143
197
  msgid "Yes. But you need to do it properly, like this:"
198
  msgstr "Да. Но вам нужно сделать это правильно, например так:"
199
 
200
+ #: inc/php/page.php:153
201
  msgid "How much of PHP code (characters) I can enter in the code editor?"
202
  msgstr "Сколько PHP-кода (символов) можно ввести в текстовом поле?"
203
 
204
+ #: inc/php/page.php:154
205
  msgid "We don't limit the number of characters."
206
  msgstr "Я не ограничиваю количество символов."
207
 
208
+ #: inc/php/page.php:156
209
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
210
  msgstr "На странице настроек плагина появляется сообщение об ошибке. Что может быть не так?"
211
 
212
+ #: inc/php/page.php:157
213
  msgid "Here are a few of the most likely causes of the error message:"
214
  msgstr "Вот некоторые из наиболее вероятных причин появления сообщение об ошибке:"
215
 
216
+ #: inc/php/page.php:159
217
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
218
  msgstr "Вы сделали синтаксическую ошибку в коде, который ввели. Проверьте синтаксис кода и повторите попытку."
219
 
220
+ #: inc/php/page.php:160
221
  msgid "You entered two functions with the same name. Use a unique names for your functions."
222
  msgstr "Вы ввели несколько функций с одинаковым именем. Используйте уникальные имена для ваших функций."
223
 
224
+ #: inc/php/page.php:161
225
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
226
  msgstr "Вы ввели функцию с именем, которое уже занята другой функцией. Используйте уникальное имя для вашей функции."
227
 
228
+ #: inc/php/page.php:162
229
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
230
  msgstr "Вы пытаетесь перезаписать существующую функцию (из WordPress, темы или плагина). Вместо этого используйте фильтры и хуки."
231
 
232
+ #: inc/php/page.php:165
233
  msgid "Does this plugin requires any modification of the theme?"
234
  msgstr "Этот плагин требует изменения темы?"
235
 
236
+ #: inc/php/page.php:166
237
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
238
  msgstr "Абсолютно нет. Этот плагин настраивается полностью на странице настроек плагина."
239
 
240
+ #: inc/php/page.php:168
241
  msgid "Does this require any knowledge of HTML or CSS?"
242
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
243
 
244
+ #: inc/php/page.php:169
245
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
246
  msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина. Но вам нужно знать HTML или CSS для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот плагин."
247
 
248
+ #: inc/php/page.php:171
249
  msgid "Can I add my custom PHP code to a specific page of my website?"
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:172
253
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:186
257
  msgid "It's not working. What could be wrong?"
258
  msgstr "Оно не работает. Что может быть не так?"
259
 
260
+ #: inc/php/page.php:187
261
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
262
  msgstr "Как и в случае с любым другим плагином, что-то может не работать. Наиболее распространенной причиной этого является кеш веб-браузера. Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер. Это называется кешем браузера. Очистка кеша браузера может решить проблему."
263
 
264
+ #: inc/php/page.php:188
265
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
266
  msgstr "Невозможно точно сказать, что может быть неправильно, но если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
267
 
268
+ #: inc/php/page.php:190
269
  msgid "What to do if this plugin crashed the website?"
270
  msgstr "Что делать, если этот плагин сломал сайт?"
271
 
272
+ #: inc/php/page.php:191
273
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
274
  msgstr "Этот плагин имеет встроенные функции для проверки пользовательского кода на синтаксические ошибки, дублирования имён функций и т. д. Но плагин не идеален, поэтому бывают случаи, когда введенный пользовательский код вызывает ошибку и белый экран (WSOD). Это связано с тем, что ваш пользовательский код имеет синтаксическую ошибку, которую этот плагин не смог обнаружить. Когда это произойдет с вами, просто выполните следующее, и все будет в порядке."
275
 
276
+ #: inc/php/page.php:193
277
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:194
281
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:195
285
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
286
  msgstr ""
287
 
288
+ #: inc/php/page.php:196
289
  msgid "Log in to Admin Area of your WordPress website."
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:197
293
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:198
297
  msgid "Edit/fix your custom PHP code that you entered before the crash."
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:199
301
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:201
305
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
306
  msgstr "Этот плагин хранит введённый код в базе данных вашего сайта. Для получения кода вы также можете перейти в <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
307
 
308
+ #: inc/php/page.php:202
309
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
310
  msgstr ""
311
 
312
+ #: inc/php/page.php:204
313
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
314
  msgstr "Последнее обновление WordPress не позволяет мне редактировать мой сайт, который использует этот плагин. Почему так?"
315
 
316
+ #: inc/php/page.php:205
317
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
318
  msgstr "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш вашего сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также попробуйте повторно войти на сайт, это тоже может помочь."
319
 
320
+ #: inc/php/page.php:207
321
  msgid "Where to report bug if found?"
322
  msgstr "Где можно сообщить об ошибке?"
323
 
324
+ #: inc/php/page.php:209
325
  #, php-format
326
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
327
  msgstr "Посетите %s эту страницу %s и сообщите. Не забудьте указать название плагина. Спасибо!"
328
 
329
+ #: inc/php/page.php:215
330
  msgid "Where to share any ideas or suggestions to make the plugin better?"
331
  msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
332
 
333
+ #: inc/php/page.php:217
334
  #, php-format
335
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
336
  msgstr "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не забудьте указать название плагина. Спасибо!"
337
 
338
+ #: inc/php/page.php:223
339
  msgid "I love this plugin! Can I help somehow?"
340
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
341
 
342
+ #: inc/php/page.php:225
343
  #, php-format
344
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
345
  msgstr "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, нажмите на кнопку пожертвования. Спасибо!"
346
 
347
+ #: inc/php/page.php:231
348
  msgid "My question wasn't answered here."
349
  msgstr "Моего вопроса здесь нет."
350
 
351
+ #: inc/php/page.php:233
352
  #, php-format
353
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
354
  msgstr "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
355
 
356
+ #: inc/php/page.php:247
357
  msgid "Support Us"
358
  msgstr "Поддержать нас"
359
 
360
+ #: inc/php/page.php:255 inc/php/settings.php:61 inc/php/sidebar.php:54
361
  msgid "Donate with PayPal"
362
  msgstr "Пожертвовать через Pay Pal"
363
 
364
+ #: inc/php/page.php:260
365
  #, php-format
366
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
367
  msgstr ""
368
 
369
+ #: inc/php/page.php:268
370
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:269
374
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
375
  msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать. Но мы независимые разработчики, без регулярного дохода, поэтому каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей для таких замечательных людей, как вы."
376
 
377
+ #: inc/php/page.php:270
378
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
379
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
380
 
381
+ #: inc/php/page.php:271
382
  msgid "Thank you for your support!"
383
  msgstr "Спасибо за вашу поддержку!"
384
 
446
  msgid "https://www.spacexchimp.com"
447
  msgstr "https://www.spacexchimp.com"
448
 
449
+ #~ msgid "An example of PHP code:"
450
+ #~ msgstr "Пример кода PHP:"
451
+
452
  #~ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
453
  #~ msgstr "Пожалуйста, не помещайте свой PHP-код в <code>&lt;?php</code>...<code>?&gt;</code> HTML теги."
454
 
languages/my-custom-functions-zh_TW.mo CHANGED
Binary file
languages/my-custom-functions-zh_TW.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
- "PO-Revision-Date: 2018-10-08 08:39+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Chinese (Taiwan)\n"
10
  "Language: zh_TW\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
- "X-Generator: Poedit 2.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -110,279 +110,275 @@ msgstr ""
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr ""
112
 
113
- #: inc/php/page.php:71
114
- msgid "An example of PHP code:"
115
- msgstr ""
116
-
117
- #: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
118
  msgid "Note!"
119
  msgstr ""
120
 
121
- #: inc/php/page.php:79
122
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
123
  msgstr ""
124
 
125
- #: inc/php/page.php:81
126
  #, php-format
127
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:88
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr ""
133
 
134
- #: inc/php/page.php:89
135
  msgid "Click the \"Save changes\" button."
136
  msgstr ""
137
 
138
- #: inc/php/page.php:90
139
  msgid "Enjoy the result of applying your custom PHP code."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:90
143
  msgid "It's that simple!"
144
  msgstr ""
145
 
146
- #: inc/php/page.php:93
147
  #, php-format
148
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
149
  msgstr ""
150
 
151
- #: inc/php/page.php:107
152
  msgid "Frequently Asked Questions"
153
  msgstr ""
154
 
155
- #: inc/php/page.php:111
156
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
157
  msgstr ""
158
 
159
- #: inc/php/page.php:133
160
  msgid "Will this plugin work on my WordPress.COM website?"
161
  msgstr ""
162
 
163
- #: inc/php/page.php:134
164
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
165
  msgstr ""
166
 
167
- #: inc/php/page.php:136
168
  msgid "Can I use this plugin on my language?"
169
  msgstr ""
170
 
171
- #: inc/php/page.php:137
172
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
173
  msgstr ""
174
 
175
- #: inc/php/page.php:139
176
  #, php-format
177
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
178
  msgstr ""
179
 
180
- #: inc/php/page.php:144
181
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
182
  msgstr ""
183
 
184
- #: inc/php/page.php:145
185
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
186
  msgstr ""
187
 
188
- #: inc/php/page.php:147
189
  msgid "How does it work?"
190
  msgstr ""
191
 
192
- #: inc/php/page.php:148
193
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
194
  msgstr ""
195
 
196
- #: inc/php/page.php:150
197
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "Yes. But you need to do it properly, like this:"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:161
205
  msgid "How much of PHP code (characters) I can enter in the code editor?"
206
  msgstr ""
207
 
208
- #: inc/php/page.php:162
209
  msgid "We don't limit the number of characters."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:164
213
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
214
  msgstr ""
215
 
216
- #: inc/php/page.php:165
217
  msgid "Here are a few of the most likely causes of the error message:"
218
  msgstr ""
219
 
220
- #: inc/php/page.php:167
221
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
222
  msgstr ""
223
 
224
- #: inc/php/page.php:168
225
  msgid "You entered two functions with the same name. Use a unique names for your functions."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:169
229
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
230
  msgstr ""
231
 
232
- #: inc/php/page.php:170
233
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
234
  msgstr ""
235
 
236
- #: inc/php/page.php:173
237
  msgid "Does this plugin requires any modification of the theme?"
238
  msgstr ""
239
 
240
- #: inc/php/page.php:174
241
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
242
  msgstr ""
243
 
244
- #: inc/php/page.php:176
245
  msgid "Does this require any knowledge of HTML or CSS?"
246
  msgstr ""
247
 
248
- #: inc/php/page.php:177
249
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:179
253
  msgid "Can I add my custom PHP code to a specific page of my website?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:180
257
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
258
  msgstr ""
259
 
260
- #: inc/php/page.php:194
261
  msgid "It's not working. What could be wrong?"
262
  msgstr ""
263
 
264
- #: inc/php/page.php:195
265
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
266
  msgstr ""
267
 
268
- #: inc/php/page.php:196
269
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
270
  msgstr ""
271
 
272
- #: inc/php/page.php:198
273
  msgid "What to do if this plugin crashed the website?"
274
  msgstr ""
275
 
276
- #: inc/php/page.php:199
277
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
278
  msgstr ""
279
 
280
- #: inc/php/page.php:201
281
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:202
285
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:203
289
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
290
  msgstr ""
291
 
292
- #: inc/php/page.php:204
293
  msgid "Log in to Admin Area of your WordPress website."
294
  msgstr ""
295
 
296
- #: inc/php/page.php:205
297
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
298
  msgstr ""
299
 
300
- #: inc/php/page.php:206
301
  msgid "Edit/fix your custom PHP code that you entered before the crash."
302
  msgstr ""
303
 
304
- #: inc/php/page.php:207
305
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
306
  msgstr ""
307
 
308
- #: inc/php/page.php:209
309
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
310
  msgstr ""
311
 
312
- #: inc/php/page.php:210
313
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
314
  msgstr ""
315
 
316
- #: inc/php/page.php:212
317
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
318
  msgstr ""
319
 
320
- #: inc/php/page.php:213
321
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
322
  msgstr ""
323
 
324
- #: inc/php/page.php:215
325
  msgid "Where to report bug if found?"
326
  msgstr ""
327
 
328
- #: inc/php/page.php:217
329
  #, php-format
330
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
331
  msgstr ""
332
 
333
- #: inc/php/page.php:223
334
  msgid "Where to share any ideas or suggestions to make the plugin better?"
335
  msgstr ""
336
 
337
- #: inc/php/page.php:225
338
  #, php-format
339
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
340
  msgstr ""
341
 
342
- #: inc/php/page.php:231
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr ""
345
 
346
- #: inc/php/page.php:233
347
  #, php-format
348
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
349
  msgstr ""
350
 
351
- #: inc/php/page.php:239
352
  msgid "My question wasn't answered here."
353
  msgstr ""
354
 
355
- #: inc/php/page.php:241
356
  #, php-format
357
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
358
  msgstr ""
359
 
360
- #: inc/php/page.php:255
361
  msgid "Support Us"
362
  msgstr ""
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr ""
367
 
368
- #: inc/php/page.php:268
369
  #, php-format
370
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
371
  msgstr ""
372
 
373
- #: inc/php/page.php:276
374
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
375
  msgstr ""
376
 
377
- #: inc/php/page.php:277
378
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
379
  msgstr ""
380
 
381
- #: inc/php/page.php:278
382
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
383
  msgstr ""
384
 
385
- #: inc/php/page.php:279
386
  msgid "Thank you for your support!"
387
  msgstr ""
388
 
@@ -450,5 +446,5 @@ msgstr "Space X-Chimp"
450
  msgid "https://www.spacexchimp.com"
451
  msgstr "https://www.spacexchimp.com"
452
 
453
- #~ msgid "If you want more options, let us know and we will be happy to add them."
454
  #~ msgstr "如果您還想要更多的選項請跟我說,我會很樂意加上去"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-23 19:14+0300\n"
7
+ "PO-Revision-Date: 2018-10-23 19:14+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Chinese (Taiwan)\n"
10
  "Language: zh_TW\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Generator: Poedit 2.2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
110
  msgid "Place your custom PHP code in the code editor field."
111
  msgstr ""
112
 
113
+ #: inc/php/page.php:71 inc/php/page.php:72 inc/php/page.php:84
 
 
 
 
114
  msgid "Note!"
115
  msgstr ""
116
 
117
+ #: inc/php/page.php:71
118
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:73
122
  #, php-format
123
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:80
127
  msgid "Switch the toggle to the \"ON\" position."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:81
131
  msgid "Click the \"Save changes\" button."
132
  msgstr ""
133
 
134
+ #: inc/php/page.php:82
135
  msgid "Enjoy the result of applying your custom PHP code."
136
  msgstr ""
137
 
138
+ #: inc/php/page.php:82
139
  msgid "It's that simple!"
140
  msgstr ""
141
 
142
+ #: inc/php/page.php:85
143
  #, php-format
144
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
145
  msgstr ""
146
 
147
+ #: inc/php/page.php:99
148
  msgid "Frequently Asked Questions"
149
  msgstr ""
150
 
151
+ #: inc/php/page.php:103
152
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
153
  msgstr ""
154
 
155
+ #: inc/php/page.php:125
156
  msgid "Will this plugin work on my WordPress.COM website?"
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:126
160
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:128
164
  msgid "Can I use this plugin on my language?"
165
  msgstr ""
166
 
167
+ #: inc/php/page.php:129
168
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:131
172
  #, php-format
173
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
174
  msgstr ""
175
 
176
+ #: inc/php/page.php:136
177
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
178
  msgstr ""
179
 
180
+ #: inc/php/page.php:137
181
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
182
  msgstr ""
183
 
184
+ #: inc/php/page.php:139
185
  msgid "How does it work?"
186
  msgstr ""
187
 
188
+ #: inc/php/page.php:140
189
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
190
  msgstr ""
191
 
192
+ #: inc/php/page.php:142
193
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
194
  msgstr ""
195
 
196
+ #: inc/php/page.php:143
197
  msgid "Yes. But you need to do it properly, like this:"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:153
201
  msgid "How much of PHP code (characters) I can enter in the code editor?"
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:154
205
  msgid "We don't limit the number of characters."
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:156
209
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:157
213
  msgid "Here are a few of the most likely causes of the error message:"
214
  msgstr ""
215
 
216
+ #: inc/php/page.php:159
217
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:160
221
  msgid "You entered two functions with the same name. Use a unique names for your functions."
222
  msgstr ""
223
 
224
+ #: inc/php/page.php:161
225
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:162
229
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:165
233
  msgid "Does this plugin requires any modification of the theme?"
234
  msgstr ""
235
 
236
+ #: inc/php/page.php:166
237
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
238
  msgstr ""
239
 
240
+ #: inc/php/page.php:168
241
  msgid "Does this require any knowledge of HTML or CSS?"
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:169
245
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
246
  msgstr ""
247
 
248
+ #: inc/php/page.php:171
249
  msgid "Can I add my custom PHP code to a specific page of my website?"
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:172
253
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:186
257
  msgid "It's not working. What could be wrong?"
258
  msgstr ""
259
 
260
+ #: inc/php/page.php:187
261
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:188
265
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
266
  msgstr ""
267
 
268
+ #: inc/php/page.php:190
269
  msgid "What to do if this plugin crashed the website?"
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:191
273
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:193
277
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:194
281
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:195
285
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
286
  msgstr ""
287
 
288
+ #: inc/php/page.php:196
289
  msgid "Log in to Admin Area of your WordPress website."
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:197
293
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:198
297
  msgid "Edit/fix your custom PHP code that you entered before the crash."
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:199
301
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:201
305
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
306
  msgstr ""
307
 
308
+ #: inc/php/page.php:202
309
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
310
  msgstr ""
311
 
312
+ #: inc/php/page.php:204
313
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
314
  msgstr ""
315
 
316
+ #: inc/php/page.php:205
317
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
318
  msgstr ""
319
 
320
+ #: inc/php/page.php:207
321
  msgid "Where to report bug if found?"
322
  msgstr ""
323
 
324
+ #: inc/php/page.php:209
325
  #, php-format
326
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
327
  msgstr ""
328
 
329
+ #: inc/php/page.php:215
330
  msgid "Where to share any ideas or suggestions to make the plugin better?"
331
  msgstr ""
332
 
333
+ #: inc/php/page.php:217
334
  #, php-format
335
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
336
  msgstr ""
337
 
338
+ #: inc/php/page.php:223
339
  msgid "I love this plugin! Can I help somehow?"
340
  msgstr ""
341
 
342
+ #: inc/php/page.php:225
343
  #, php-format
344
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
345
  msgstr ""
346
 
347
+ #: inc/php/page.php:231
348
  msgid "My question wasn't answered here."
349
  msgstr ""
350
 
351
+ #: inc/php/page.php:233
352
  #, php-format
353
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
354
  msgstr ""
355
 
356
+ #: inc/php/page.php:247
357
  msgid "Support Us"
358
  msgstr ""
359
 
360
+ #: inc/php/page.php:255 inc/php/settings.php:61 inc/php/sidebar.php:54
361
  msgid "Donate with PayPal"
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:260
365
  #, php-format
366
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
367
  msgstr ""
368
 
369
+ #: inc/php/page.php:268
370
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:269
374
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
375
  msgstr ""
376
 
377
+ #: inc/php/page.php:270
378
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
379
  msgstr ""
380
 
381
+ #: inc/php/page.php:271
382
  msgid "Thank you for your support!"
383
  msgstr ""
384
 
446
  msgid "https://www.spacexchimp.com"
447
  msgstr "https://www.spacexchimp.com"
448
 
449
+ #~ msgid "If you want more options, then let us know and we will be happy to add them."
450
  #~ msgstr "如果您還想要更多的選項請跟我說,我會很樂意加上去"
languages/my-custom-functions.pot CHANGED
@@ -3,14 +3,14 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.1.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -108,279 +108,275 @@ msgstr ""
108
  msgid "Place your custom PHP code in the code editor field."
109
  msgstr ""
110
 
111
- #: inc/php/page.php:71
112
- msgid "An example of PHP code:"
113
- msgstr ""
114
-
115
- #: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
116
  msgid "Note!"
117
  msgstr ""
118
 
119
- #: inc/php/page.php:79
120
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
121
  msgstr ""
122
 
123
- #: inc/php/page.php:81
124
  #, php-format
125
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
126
  msgstr ""
127
 
128
- #: inc/php/page.php:88
129
  msgid "Switch the toggle to the \"ON\" position."
130
  msgstr ""
131
 
132
- #: inc/php/page.php:89
133
  msgid "Click the \"Save changes\" button."
134
  msgstr ""
135
 
136
- #: inc/php/page.php:90
137
  msgid "Enjoy the result of applying your custom PHP code."
138
  msgstr ""
139
 
140
- #: inc/php/page.php:90
141
  msgid "It's that simple!"
142
  msgstr ""
143
 
144
- #: inc/php/page.php:93
145
  #, php-format
146
- msgid "If you want more options then %s tell us %s and we will be happy to add it."
147
  msgstr ""
148
 
149
- #: inc/php/page.php:107
150
  msgid "Frequently Asked Questions"
151
  msgstr ""
152
 
153
- #: inc/php/page.php:111
154
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
155
  msgstr ""
156
 
157
- #: inc/php/page.php:133
158
  msgid "Will this plugin work on my WordPress.COM website?"
159
  msgstr ""
160
 
161
- #: inc/php/page.php:134
162
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
163
  msgstr ""
164
 
165
- #: inc/php/page.php:136
166
  msgid "Can I use this plugin on my language?"
167
  msgstr ""
168
 
169
- #: inc/php/page.php:137
170
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
171
  msgstr ""
172
 
173
- #: inc/php/page.php:139
174
  #, php-format
175
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
176
  msgstr ""
177
 
178
- #: inc/php/page.php:144
179
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
180
  msgstr ""
181
 
182
- #: inc/php/page.php:145
183
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
184
  msgstr ""
185
 
186
- #: inc/php/page.php:147
187
  msgid "How does it work?"
188
  msgstr ""
189
 
190
- #: inc/php/page.php:148
191
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
192
  msgstr ""
193
 
194
- #: inc/php/page.php:150
195
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
196
  msgstr ""
197
 
198
- #: inc/php/page.php:151
199
  msgid "Yes. But you need to do it properly, like this:"
200
  msgstr ""
201
 
202
- #: inc/php/page.php:161
203
  msgid "How much of PHP code (characters) I can enter in the code editor?"
204
  msgstr ""
205
 
206
- #: inc/php/page.php:162
207
  msgid "We don't limit the number of characters."
208
  msgstr ""
209
 
210
- #: inc/php/page.php:164
211
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
212
  msgstr ""
213
 
214
- #: inc/php/page.php:165
215
  msgid "Here are a few of the most likely causes of the error message:"
216
  msgstr ""
217
 
218
- #: inc/php/page.php:167
219
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
220
  msgstr ""
221
 
222
- #: inc/php/page.php:168
223
  msgid "You entered two functions with the same name. Use a unique names for your functions."
224
  msgstr ""
225
 
226
- #: inc/php/page.php:169
227
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
228
  msgstr ""
229
 
230
- #: inc/php/page.php:170
231
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
232
  msgstr ""
233
 
234
- #: inc/php/page.php:173
235
  msgid "Does this plugin requires any modification of the theme?"
236
  msgstr ""
237
 
238
- #: inc/php/page.php:174
239
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
240
  msgstr ""
241
 
242
- #: inc/php/page.php:176
243
  msgid "Does this require any knowledge of HTML or CSS?"
244
  msgstr ""
245
 
246
- #: inc/php/page.php:177
247
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
248
  msgstr ""
249
 
250
- #: inc/php/page.php:179
251
  msgid "Can I add my custom PHP code to a specific page of my website?"
252
  msgstr ""
253
 
254
- #: inc/php/page.php:180
255
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
256
  msgstr ""
257
 
258
- #: inc/php/page.php:194
259
  msgid "It's not working. What could be wrong?"
260
  msgstr ""
261
 
262
- #: inc/php/page.php:195
263
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
264
  msgstr ""
265
 
266
- #: inc/php/page.php:196
267
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
268
  msgstr ""
269
 
270
- #: inc/php/page.php:198
271
  msgid "What to do if this plugin crashed the website?"
272
  msgstr ""
273
 
274
- #: inc/php/page.php:199
275
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
276
  msgstr ""
277
 
278
- #: inc/php/page.php:201
279
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
280
  msgstr ""
281
 
282
- #: inc/php/page.php:202
283
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
284
  msgstr ""
285
 
286
- #: inc/php/page.php:203
287
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
288
  msgstr ""
289
 
290
- #: inc/php/page.php:204
291
  msgid "Log in to Admin Area of your WordPress website."
292
  msgstr ""
293
 
294
- #: inc/php/page.php:205
295
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
296
  msgstr ""
297
 
298
- #: inc/php/page.php:206
299
  msgid "Edit/fix your custom PHP code that you entered before the crash."
300
  msgstr ""
301
 
302
- #: inc/php/page.php:207
303
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
304
  msgstr ""
305
 
306
- #: inc/php/page.php:209
307
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
308
  msgstr ""
309
 
310
- #: inc/php/page.php:210
311
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
312
  msgstr ""
313
 
314
- #: inc/php/page.php:212
315
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
316
  msgstr ""
317
 
318
- #: inc/php/page.php:213
319
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
320
  msgstr ""
321
 
322
- #: inc/php/page.php:215
323
  msgid "Where to report bug if found?"
324
  msgstr ""
325
 
326
- #: inc/php/page.php:217
327
  #, php-format
328
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
329
  msgstr ""
330
 
331
- #: inc/php/page.php:223
332
  msgid "Where to share any ideas or suggestions to make the plugin better?"
333
  msgstr ""
334
 
335
- #: inc/php/page.php:225
336
  #, php-format
337
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
338
  msgstr ""
339
 
340
- #: inc/php/page.php:231
341
  msgid "I love this plugin! Can I help somehow?"
342
  msgstr ""
343
 
344
- #: inc/php/page.php:233
345
  #, php-format
346
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
347
  msgstr ""
348
 
349
- #: inc/php/page.php:239
350
  msgid "My question wasn't answered here."
351
  msgstr ""
352
 
353
- #: inc/php/page.php:241
354
  #, php-format
355
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
356
  msgstr ""
357
 
358
- #: inc/php/page.php:255
359
  msgid "Support Us"
360
  msgstr ""
361
 
362
- #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
363
  msgid "Donate with PayPal"
364
  msgstr ""
365
 
366
- #: inc/php/page.php:268
367
  #, php-format
368
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
369
  msgstr ""
370
 
371
- #: inc/php/page.php:276
372
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
373
  msgstr ""
374
 
375
- #: inc/php/page.php:277
376
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
377
  msgstr ""
378
 
379
- #: inc/php/page.php:278
380
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
381
  msgstr ""
382
 
383
- #: inc/php/page.php:279
384
  msgid "Thank you for your support!"
385
  msgstr ""
386
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-23 19:14+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.2\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
108
  msgid "Place your custom PHP code in the code editor field."
109
  msgstr ""
110
 
111
+ #: inc/php/page.php:71 inc/php/page.php:72 inc/php/page.php:84
 
 
 
 
112
  msgid "Note!"
113
  msgstr ""
114
 
115
+ #: inc/php/page.php:71
116
  msgid "Do not wrap your custom PHP code in HTML tags, such as <code>&lt;?php</code>...<code>?&gt;</code>."
117
  msgstr ""
118
 
119
+ #: inc/php/page.php:73
120
  #, php-format
121
  msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
122
  msgstr ""
123
 
124
+ #: inc/php/page.php:80
125
  msgid "Switch the toggle to the \"ON\" position."
126
  msgstr ""
127
 
128
+ #: inc/php/page.php:81
129
  msgid "Click the \"Save changes\" button."
130
  msgstr ""
131
 
132
+ #: inc/php/page.php:82
133
  msgid "Enjoy the result of applying your custom PHP code."
134
  msgstr ""
135
 
136
+ #: inc/php/page.php:82
137
  msgid "It's that simple!"
138
  msgstr ""
139
 
140
+ #: inc/php/page.php:85
141
  #, php-format
142
+ msgid "If you want more options, then %s let us know %s and we will be happy to add them."
143
  msgstr ""
144
 
145
+ #: inc/php/page.php:99
146
  msgid "Frequently Asked Questions"
147
  msgstr ""
148
 
149
+ #: inc/php/page.php:103
150
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
151
  msgstr ""
152
 
153
+ #: inc/php/page.php:125
154
  msgid "Will this plugin work on my WordPress.COM website?"
155
  msgstr ""
156
 
157
+ #: inc/php/page.php:126
158
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
159
  msgstr ""
160
 
161
+ #: inc/php/page.php:128
162
  msgid "Can I use this plugin on my language?"
163
  msgstr ""
164
 
165
+ #: inc/php/page.php:129
166
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
167
  msgstr ""
168
 
169
+ #: inc/php/page.php:131
170
  #, php-format
171
  msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
172
  msgstr ""
173
 
174
+ #: inc/php/page.php:136
175
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
176
  msgstr ""
177
 
178
+ #: inc/php/page.php:137
179
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
180
  msgstr ""
181
 
182
+ #: inc/php/page.php:139
183
  msgid "How does it work?"
184
  msgstr ""
185
 
186
+ #: inc/php/page.php:140
187
  msgid "On the \"Main\" tab, place your custom PHP code in the code editor field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
188
  msgstr ""
189
 
190
+ #: inc/php/page.php:142
191
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
192
  msgstr ""
193
 
194
+ #: inc/php/page.php:143
195
  msgid "Yes. But you need to do it properly, like this:"
196
  msgstr ""
197
 
198
+ #: inc/php/page.php:153
199
  msgid "How much of PHP code (characters) I can enter in the code editor?"
200
  msgstr ""
201
 
202
+ #: inc/php/page.php:154
203
  msgid "We don't limit the number of characters."
204
  msgstr ""
205
 
206
+ #: inc/php/page.php:156
207
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
208
  msgstr ""
209
 
210
+ #: inc/php/page.php:157
211
  msgid "Here are a few of the most likely causes of the error message:"
212
  msgstr ""
213
 
214
+ #: inc/php/page.php:159
215
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
216
  msgstr ""
217
 
218
+ #: inc/php/page.php:160
219
  msgid "You entered two functions with the same name. Use a unique names for your functions."
220
  msgstr ""
221
 
222
+ #: inc/php/page.php:161
223
  msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
224
  msgstr ""
225
 
226
+ #: inc/php/page.php:162
227
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
228
  msgstr ""
229
 
230
+ #: inc/php/page.php:165
231
  msgid "Does this plugin requires any modification of the theme?"
232
  msgstr ""
233
 
234
+ #: inc/php/page.php:166
235
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
236
  msgstr ""
237
 
238
+ #: inc/php/page.php:168
239
  msgid "Does this require any knowledge of HTML or CSS?"
240
  msgstr ""
241
 
242
+ #: inc/php/page.php:169
243
  msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
244
  msgstr ""
245
 
246
+ #: inc/php/page.php:171
247
  msgid "Can I add my custom PHP code to a specific page of my website?"
248
  msgstr ""
249
 
250
+ #: inc/php/page.php:172
251
  msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
252
  msgstr ""
253
 
254
+ #: inc/php/page.php:186
255
  msgid "It's not working. What could be wrong?"
256
  msgstr ""
257
 
258
+ #: inc/php/page.php:187
259
  msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
260
  msgstr ""
261
 
262
+ #: inc/php/page.php:188
263
  msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
264
  msgstr ""
265
 
266
+ #: inc/php/page.php:190
267
  msgid "What to do if this plugin crashed the website?"
268
  msgstr ""
269
 
270
+ #: inc/php/page.php:191
271
  msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:193
275
  msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:194
279
  msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:195
283
  msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
284
  msgstr ""
285
 
286
+ #: inc/php/page.php:196
287
  msgid "Log in to Admin Area of your WordPress website."
288
  msgstr ""
289
 
290
+ #: inc/php/page.php:197
291
  msgid "Go to the plugin settings page <code>Settings</code> &#10145; <code>PHP Inserter</code>."
292
  msgstr ""
293
 
294
+ #: inc/php/page.php:198
295
  msgid "Edit/fix your custom PHP code that you entered before the crash."
296
  msgstr ""
297
 
298
+ #: inc/php/page.php:199
299
  msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
300
  msgstr ""
301
 
302
+ #: inc/php/page.php:201
303
  msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>spacexchimp_p001_settings</code> &#10145; <code>option_value</code>."
304
  msgstr ""
305
 
306
+ #: inc/php/page.php:202
307
  msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
308
  msgstr ""
309
 
310
+ #: inc/php/page.php:204
311
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
312
  msgstr ""
313
 
314
+ #: inc/php/page.php:205
315
  msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
316
  msgstr ""
317
 
318
+ #: inc/php/page.php:207
319
  msgid "Where to report bug if found?"
320
  msgstr ""
321
 
322
+ #: inc/php/page.php:209
323
  #, php-format
324
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
325
  msgstr ""
326
 
327
+ #: inc/php/page.php:215
328
  msgid "Where to share any ideas or suggestions to make the plugin better?"
329
  msgstr ""
330
 
331
+ #: inc/php/page.php:217
332
  #, php-format
333
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
334
  msgstr ""
335
 
336
+ #: inc/php/page.php:223
337
  msgid "I love this plugin! Can I help somehow?"
338
  msgstr ""
339
 
340
+ #: inc/php/page.php:225
341
  #, php-format
342
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
343
  msgstr ""
344
 
345
+ #: inc/php/page.php:231
346
  msgid "My question wasn't answered here."
347
  msgstr ""
348
 
349
+ #: inc/php/page.php:233
350
  #, php-format
351
  msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
352
  msgstr ""
353
 
354
+ #: inc/php/page.php:247
355
  msgid "Support Us"
356
  msgstr ""
357
 
358
+ #: inc/php/page.php:255 inc/php/settings.php:61 inc/php/sidebar.php:54
359
  msgid "Donate with PayPal"
360
  msgstr ""
361
 
362
+ #: inc/php/page.php:260
363
  #, php-format
364
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
365
  msgstr ""
366
 
367
+ #: inc/php/page.php:268
368
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
369
  msgstr ""
370
 
371
+ #: inc/php/page.php:269
372
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
373
  msgstr ""
374
 
375
+ #: inc/php/page.php:270
376
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
377
  msgstr ""
378
 
379
+ #: inc/php/page.php:271
380
  msgid "Thank you for your support!"
381
  msgstr ""
382
 
my-custom-functions.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.29
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.30
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: inject code, inject function, inject snippet, inject php, insert code, ins
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 4.29
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -31,7 +31,7 @@ On the plugin page you find the code editor powered by CodeMirror. This code edi
31
  * RTL compatible (right to left)
32
  * Translation ready
33
 
34
- **Key features include...**
35
 
36
  * Insert custom PHP code into the site
37
  * Checks the entered code for fatal errors
@@ -43,10 +43,12 @@ On the plugin page you find the code editor powered by CodeMirror. This code edi
43
  * Editor allow for Tab indentation
44
  * And much, much more!
45
 
46
- **PRO features include...**
47
 
48
  * Ability to easily customize the code editor by selecting the desired settings
49
  * 56 themes for syntax highlighting
 
 
50
  * Unlimited number of fields for functions
51
  * Automatic backup of all functions to a downloadable text file
52
  * Separate activation and deactivation of functions
@@ -241,6 +243,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
241
 
242
  == Changelog ==
243
 
 
 
 
 
 
244
  = 4.29 =
245
  * Added new feature: If the changes in the code editor were made, but not saved, the message "NOT SAVED" is displayed.
246
  * Code commenting improved.
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 4.30
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
31
  * RTL compatible (right to left)
32
  * Translation ready
33
 
34
+ **Key features include**
35
 
36
  * Insert custom PHP code into the site
37
  * Checks the entered code for fatal errors
43
  * Editor allow for Tab indentation
44
  * And much, much more!
45
 
46
+ **PRO features include**
47
 
48
  * Ability to easily customize the code editor by selecting the desired settings
49
  * 56 themes for syntax highlighting
50
+ * Toolbar with useful buttons, such as Undo, Redo, etc.
51
+ * Ability to use shortcut keys (both Mac and PC) for Search, Replace, etc.
52
  * Unlimited number of fields for functions
53
  * Automatic backup of all functions to a downloadable text file
54
  * Separate activation and deactivation of functions
243
 
244
  == Changelog ==
245
 
246
+ = 4.30 =
247
+ * Improvement: Design of the plugin settings page is improved.
248
+ * Content of the "Usage Instructions" section updated.
249
+ * Translation files are updated.
250
+
251
  = 4.29 =
252
  * Added new feature: If the changes in the code editor were made, but not saved, the message "NOT SAVED" is displayed.
253
  * Code commenting improved.