My Custom Functions - Version 4.13

Version Description

  • Texts updated.
  • The year in the copyright text is updated.
  • The sidebar items are rearranged.
  • Translation files updated.
Download this release

Release Info

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

Code changes from version 4.12 to 4.13

inc/css/admin.css CHANGED
@@ -4,7 +4,7 @@
4
  * @package My Custom Functions
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
- * @copyright Copyright (c) 2016-2017 Space X-Chimp Studio. All Rights Reserved.
8
  */
9
 
10
 
4
  * @package My Custom Functions
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
+ * @copyright Copyright (c) 2016-2018 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
inc/img/avatar.png DELETED
Binary file
inc/img/spacexchimp-logo.png ADDED
Binary file
inc/js/admin.js CHANGED
@@ -4,7 +4,7 @@
4
  * @package My Custom Functions
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
- * @copyright Copyright (c) 2016-2017 Space X-Chimp Studio. All Rights Reserved.
8
  */
9
 
10
 
4
  * @package My Custom Functions
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
+ * @copyright Copyright (c) 2016-2018 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
inc/php/core.php CHANGED
@@ -94,7 +94,7 @@ function spacexchimp_p001_admin_footer_text() {
94
  // Filter footer text
95
  function spacexchimp_p001_new_admin_footer_text() {
96
  $year = date('Y');
97
- return "Copyright &copy; " . $year . " <a href='https://www.spacexchimp.com' target='_blank'>Space X-Chimp</a> Studio | Click <a href='https://www.spacexchimp.com/store.html' target='_blank'>here</a> to see my other products.";
98
  }
99
  add_filter( 'admin_footer_text', 'spacexchimp_p001_new_admin_footer_text', 11 );
100
  }
94
  // Filter footer text
95
  function spacexchimp_p001_new_admin_footer_text() {
96
  $year = date('Y');
97
+ return "Copyright &copy; " . $year . " <a href='https://www.spacexchimp.com' target='_blank'>Space X-Chimp</a> | Click <a href='https://www.spacexchimp.com/store.html' target='_blank'>here</a> to see our other products.";
98
  }
99
  add_filter( 'admin_footer_text', 'spacexchimp_p001_new_admin_footer_text', 11 );
100
  }
inc/php/messages.php CHANGED
@@ -21,11 +21,11 @@ function spacexchimp_p001_hello_message() {
21
  <div class="modal-dialog">
22
  <div class="modal-content">
23
  <div class="modal-body">
24
- <img src="<?php echo SPACEXCHIMP_P001_URL . 'inc/img/avatar.png'; ?>">
25
  <button type="button" class="close" data-dismiss="modal">&times;</button>
26
- <p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', SPACEXCHIMP_P001_TEXT ); ?></p>
27
  <p><?php printf(
28
- __( 'Thank you for installing my plugin! I hope you will love it! %s', SPACEXCHIMP_P001_TEXT ),
29
  '&#x1F603;'
30
  );
31
  ?></p>
21
  <div class="modal-dialog">
22
  <div class="modal-content">
23
  <div class="modal-body">
24
+ <img src="<?php echo SPACEXCHIMP_P001_URL . 'inc/img/spacexchimp-logo.png'; ?>">
25
  <button type="button" class="close" data-dismiss="modal">&times;</button>
26
+ <p><?php _e( 'Hello. We are the team of Space X-Chimp.', SPACEXCHIMP_P001_TEXT ); ?></p>
27
  <p><?php printf(
28
+ __( 'Thank you for installing our plugin! We hope you will love it! %s', SPACEXCHIMP_P001_TEXT ),
29
  '&#x1F603;'
30
  );
31
  ?></p>
inc/php/page.php CHANGED
@@ -29,7 +29,7 @@ function spacexchimp_p001_render_submenu_page() {
29
  <?php echo $name; ?>
30
  <span>
31
  <?php printf(
32
- __( 'by %s Space X-Chimp Studio %s', $text ),
33
  '<a href="https://www.spacexchimp.com" target="_blank">',
34
  '</a>'
35
  );
@@ -81,7 +81,13 @@ function spacexchimp_p001_render_submenu_page() {
81
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
82
  <li><?php _e( 'Enjoy the result of applying your PHP code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
83
  </ol>
84
- <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'If you want more options then tell me and I will be happy to add it.', $text ); ?></p>
 
 
 
 
 
 
85
  </div>
86
  </div>
87
  </div>
@@ -122,9 +128,9 @@ function spacexchimp_p001_render_submenu_page() {
122
  <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
123
  <div class="answer-2"><?php _e( 'Yes. This plugin is ready for translation and has already been translated into several languages.', $text ); ?><br><br>
124
  <?php printf(
125
- __( '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 me at the %s and I will include this translation within the next plugin update.', $text ),
126
- '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>',
127
- '<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
128
  );
129
  ?><br><br>
130
  <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?><br><br>
@@ -145,7 +151,7 @@ function spacexchimp_p001_render_submenu_page() {
145
  </div>
146
 
147
  <div class="question-5"><?php _e( 'How much of PHP code (characters) I can enter in the text field?', $text ); ?></div>
148
- <div class="answer-5"><?php _e( 'I don\'t limit the number of characters.', $text ); ?></div>
149
 
150
  <div class="question-6 question-red"><?php _e( 'On the plugin settings page, an error message appears. What could be wrong?', $text ); ?></div>
151
  <div class="answer-6"><?php _e( 'Here are a few of the most likely causes of the error message:', $text ); ?>
@@ -164,7 +170,7 @@ function spacexchimp_p001_render_submenu_page() {
164
 
165
  <div class="question-9 question-red"><?php _e( 'It\'s not working. What could be wrong?', $text ); ?></div>
166
  <div class="answer-9"><?php _e( '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.', $text ); ?><br><br>
167
- <?php _e( '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, I\'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.', $text ); ?></div>
168
 
169
  <div class="question-10 question-red"><?php _e( 'What to do if this plugin crashed the website?', $text ); ?></div>
170
  <div class="answer-10"><?php _e( '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 just do the following and all will be fine.', $text ); ?>
@@ -176,27 +182,28 @@ function spacexchimp_p001_render_submenu_page() {
176
  </ol>
177
  <?php _e( '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>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>.', $text ); ?></div>
178
 
179
- <div class="question-11 question-red"><?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?', $text ); ?></div>
180
  <div class="answer-11"><?php _e( '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.', $text ); ?></div>
181
 
182
  <div class="question-12 question-red"><?php _e( 'Where to report bug if found?', $text ); ?></div>
183
  <div class="answer-12"><?php printf(
184
- __( 'Please visit the %s Dedicated Plugin Page on GitHub %s and report.', $text ),
185
- '<a href="https://github.com/ArthurGareginyan/' . $slug . '" target="_blank">',
186
  '</a>'
187
  );
188
  ?></div>
189
 
190
  <div class="question-13"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
191
  <div class="answer-13"><?php printf(
192
- __( 'Any suggestions are very welcome! Please send me an email to %s. Thank you!', $text ),
193
- '<a href="mailto:arthurgareginyan@gmail.com?subject=Suggestions about the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
 
194
  );
195
  ?></div>
196
 
197
  <div class="question-14"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
198
  <div class="answer-14"><?php printf(
199
- __( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', $text ),
200
  '<a href="https://www.arthurgareginyan.com/donate.html" target="_blank">',
201
  '</a>'
202
  );
@@ -204,8 +211,9 @@ function spacexchimp_p001_render_submenu_page() {
204
 
205
  <div class="question-15"><?php _e( 'My question wasn\'t answered here.', $text ); ?></div>
206
  <div class="answer-15"><?php printf(
207
- __( 'You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and there is no a special support team, so I have no way to answer everyone.', $text ),
208
- '<a href="https://wordpress.org/support/plugin/' . $slug . '/" target="_blank">here</a>'
 
209
  );
210
  ?></div>
211
 
@@ -230,7 +238,7 @@ function spacexchimp_p001_render_submenu_page() {
230
  </span>
231
  <p><?php
232
  printf(
233
- __( 'Hello! My name is %s Arthur Gareginyan %s and I\'m the founder of %s Space X-Chimp Studio %s.', $text ),
234
  '<a href="https://www.arthurgareginyan.com" target="_blank">',
235
  '</a>',
236
  '<a href="https://www.spacexchimp.com" target="_blank">',
29
  <?php echo $name; ?>
30
  <span>
31
  <?php printf(
32
+ __( 'by %s Space X-Chimp %s', $text ),
33
  '<a href="https://www.spacexchimp.com" target="_blank">',
34
  '</a>'
35
  );
81
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
82
  <li><?php _e( 'Enjoy the result of applying your 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 tell us %s and we will be happy to add it.', $text ),
86
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
87
+ '</a>'
88
+ );
89
+ ?>
90
+ </p>
91
  </div>
92
  </div>
93
  </div>
128
  <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
129
  <div class="answer-2"><?php _e( 'Yes. This plugin is ready for translation and has already been translated into several languages.', $text ); ?><br><br>
130
  <?php printf(
131
+ __( '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.', $text ),
132
+ '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>',
133
+ '<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
134
  );
135
  ?><br><br>
136
  <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?><br><br>
151
  </div>
152
 
153
  <div class="question-5"><?php _e( 'How much of PHP code (characters) I can enter in the text field?', $text ); ?></div>
154
+ <div class="answer-5"><?php _e( 'We don\'t limit the number of characters.', $text ); ?></div>
155
 
156
  <div class="question-6 question-red"><?php _e( 'On the plugin settings page, an error message appears. What could be wrong?', $text ); ?></div>
157
  <div class="answer-6"><?php _e( 'Here are a few of the most likely causes of the error message:', $text ); ?>
170
 
171
  <div class="question-9 question-red"><?php _e( 'It\'s not working. What could be wrong?', $text ); ?></div>
172
  <div class="answer-9"><?php _e( '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.', $text ); ?><br><br>
173
+ <?php _e( '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.', $text ); ?></div>
174
 
175
  <div class="question-10 question-red"><?php _e( 'What to do if this plugin crashed the website?', $text ); ?></div>
176
  <div class="answer-10"><?php _e( '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 just do the following and all will be fine.', $text ); ?>
182
  </ol>
183
  <?php _e( '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>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>.', $text ); ?></div>
184
 
185
+ <div class="question-11 question-red"><?php _e( 'The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why is this?', $text ); ?></div>
186
  <div class="answer-11"><?php _e( '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.', $text ); ?></div>
187
 
188
  <div class="question-12 question-red"><?php _e( 'Where to report bug if found?', $text ); ?></div>
189
  <div class="answer-12"><?php printf(
190
+ __( 'Please visit %s this page %s and report. Please do not forget to specify the name of the plugin. Thank you!', $text ),
191
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
192
  '</a>'
193
  );
194
  ?></div>
195
 
196
  <div class="question-13"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
197
  <div class="answer-13"><?php printf(
198
+ __( 'Any suggestions are very welcome! Just contact us %s here %s. Please do not forget to specify the name of the plugin. Thank you!', $text ),
199
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
200
+ '</a>'
201
  );
202
  ?></div>
203
 
204
  <div class="question-14"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
205
  <div class="answer-14"><?php printf(
206
+ __( 'Yes, any financial contributions are welcome! Just visit %s the website of the creator %s, click on the donate button, and thank you!', $text ),
207
  '<a href="https://www.arthurgareginyan.com/donate.html" target="_blank">',
208
  '</a>'
209
  );
211
 
212
  <div class="question-15"><?php _e( 'My question wasn\'t answered here.', $text ); ?></div>
213
  <div class="answer-15"><?php printf(
214
+ __( '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.', $text ),
215
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
216
+ '</a>'
217
  );
218
  ?></div>
219
 
238
  </span>
239
  <p><?php
240
  printf(
241
+ __( 'Hello! My name is %s Arthur Gareginyan %s and I\'m the founder of %s Space X-Chimp %s.', $text ),
242
  '<a href="https://www.arthurgareginyan.com" target="_blank">',
243
  '</a>',
244
  '<a href="https://www.spacexchimp.com" target="_blank">',
inc/php/sidebar.php CHANGED
@@ -19,11 +19,25 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
19
  </div>
20
  </div>
21
 
 
 
 
 
 
 
 
22
  <div class="postbox banner">
23
- <h3 class="title"><?php _e( 'Upgrade', $text ); ?></h3>
24
  <div class="inside">
25
  <a href="https://www.spacexchimp.com/plugins/my-custom-functions-pro.html" target="_blank">
26
- <img src="https://www.spacexchimp.com/assets/dynamic-content/images/plugin-upgrade.png" alt="PRO">
 
 
 
 
 
 
 
 
27
  </a>
28
  </div>
29
  </div>
@@ -42,21 +56,6 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
42
  </div>
43
  </div>
44
 
45
- <div class="postbox help">
46
- <h3 class="title"><?php _e( 'Help', $text ); ?></h3>
47
- <div class="inside">
48
- <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $text ); ?></p>
49
- </div>
50
- </div>
51
-
52
- <div class="postbox banner">
53
- <div class="inside">
54
- <a href="https://www.spacexchimp.com/" target="_blank">
55
- <img src="<?php echo SPACEXCHIMP_P001_URL . 'inc/img/banner.png'; ?>" alt="Space X-Chimp Studio">
56
- </a>
57
- </div>
58
- </div>
59
-
60
  </div>
61
  </div>
62
  <?php
19
  </div>
20
  </div>
21
 
22
+ <div class="postbox help">
23
+ <h3 class="title"><?php _e( 'Help', $text ); ?></h3>
24
+ <div class="inside">
25
+ <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $text ); ?></p>
26
+ </div>
27
+ </div>
28
+
29
  <div class="postbox banner">
 
30
  <div class="inside">
31
  <a href="https://www.spacexchimp.com/plugins/my-custom-functions-pro.html" target="_blank">
32
+ <img src="https://www.spacexchimp.com/assets/dynamic-content/images/plugin-upgrade.png" alt="Upgrade" style="margin-top:-16px;">
33
+ </a>
34
+ </div>
35
+ </div>
36
+
37
+ <div class="postbox banner">
38
+ <div class="inside">
39
+ <a href="https://www.spacexchimp.com/" target="_blank">
40
+ <img src="<?php echo SPACEXCHIMP_P001_URL . 'inc/img/banner.png'; ?>" alt="Space X-Chimp">
41
  </a>
42
  </div>
43
  </div>
56
  </div>
57
  </div>
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  </div>
60
  </div>
61
  <?php
languages/Readme.txt CHANGED
@@ -6,7 +6,7 @@ This plugin is ready for translation and has already been translated into severa
6
 
7
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/my-custom-functions).
8
 
9
- 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 me at the arthurgareginyan@gmail.com and I will include this translation within the next plugin update.
10
 
11
  Maybe not all existed translations are up to date. You are welcome to contribute corrections!
12
 
6
 
7
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/my-custom-functions).
8
 
9
+ 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 arthurgareginyan@gmail.com and we will include this translation within the next plugin update.
10
 
11
  Maybe not all existed translations are up to date. You are welcome to contribute corrections!
12
 
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: Development (trunk)\n"
6
- "POT-Creation-Date: 2017-10-28 15:00+0300\n"
7
- "PO-Revision-Date: 2017-10-28 15:00+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -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 1.8.4\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -39,14 +39,15 @@ msgid "PHP Inserter"
39
  msgstr ""
40
 
41
  #: inc/php/messages.php:26
42
- msgid "Hello. I'm Arthur, the author of this plugin."
43
- msgstr "Hallo! Ich bin Arthur, der Autor dieses plugins."
44
 
45
  #: inc/php/messages.php:28
46
  #, php-format
47
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
48
  msgstr ""
49
- "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
 
50
 
51
  #: inc/php/messages.php:68
52
  msgid "You have installed an old version of this plugin."
@@ -54,7 +55,8 @@ msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
54
 
55
  #: inc/php/messages.php:69
56
  msgid "Please update the plugin to the latest version, and all will be fine."
57
- msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
 
58
 
59
  #: inc/php/messages.php:91
60
  msgid "Custom functions updated successfully."
@@ -70,8 +72,8 @@ msgstr ""
70
 
71
  #: inc/php/page.php:32
72
  #, php-format
73
- msgid "by %s Space X-Chimp Studio %s"
74
- msgstr "by %s Space X-Chimp Studio %s"
75
 
76
  #: inc/php/page.php:38
77
  msgid "Version"
@@ -89,7 +91,7 @@ msgstr "Verwendung"
89
  msgid "F.A.Q."
90
  msgstr "F.A.Q."
91
 
92
- #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:32
93
  msgid "Support"
94
  msgstr "Support"
95
 
@@ -103,8 +105,8 @@ msgstr "Anleitung"
103
 
104
  #: inc/php/page.php:67
105
  msgid ""
106
- "To add your custom functions (the PHP code) to your website, simply follow these "
107
- "steps:"
108
  msgstr ""
109
 
110
  #: inc/php/page.php:69
@@ -125,14 +127,14 @@ msgstr "Achtung!"
125
 
126
  #: inc/php/page.php:77
127
  msgid ""
128
- "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> "
129
- "HTML tags."
130
  msgstr ""
131
 
132
  #: inc/php/page.php:78
133
  msgid ""
134
- "Before use, please read the instructions on the F.A.Q. tab on what to do in case "
135
- "of a website crash."
136
  msgstr ""
137
 
138
  #: inc/php/page.php:80
@@ -151,351 +153,366 @@ msgstr ""
151
  msgid "It's that simple!"
152
  msgstr "Es ist ganz einfach!"
153
 
154
- #: inc/php/page.php:84
155
- msgid "If you want more options then tell me and I will be happy to add it."
 
 
156
  msgstr ""
157
- "Wenn Sie mehr Optionen benötigen, sagen Sie es mir und ich freue mich, diese "
158
- "hinzuzufügen."
159
 
160
- #: inc/php/page.php:93
161
  msgid "Frequently Asked Questions"
162
  msgstr ""
163
 
164
- #: inc/php/page.php:97
165
  msgid ""
166
- "If you have a question, please read the Frequently Asked Questions below to see if "
167
- "the answer is here."
168
  msgstr ""
169
- "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre "
170
- "Antwort dabei ist."
171
 
172
- #: inc/php/page.php:119
173
  msgid "Will this plugin work on my WordPress.COM website?"
174
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
175
 
176
- #: inc/php/page.php:120
177
  msgid ""
178
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
179
  "websites."
180
  msgstr ""
181
- "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) "
182
- "Webseiten."
183
 
184
- #: inc/php/page.php:122
185
  msgid "Can I use this plugin on my language?"
186
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
187
 
188
- #: inc/php/page.php:123
189
  msgid ""
190
- "Yes. This plugin is ready for translation and has already been translated into "
191
- "several languages."
192
- msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
 
193
 
194
- #: inc/php/page.php:125
195
  #, php-format
196
  msgid ""
197
- "If you want to help translate this plugin then please visit the %s. You can also "
198
- "use the POT file, that is included and placed in the \"languages\" folder, in "
199
- "order to create a translation PO file. Just send the PO file to me at the %s and I "
200
- "will include this translation within the next plugin update."
 
201
  msgstr ""
202
- "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die Seite "
203
- "%s. Sie können auch die POT Datei, die Sie im \"languages\" Ordner finden, "
204
- "verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die übersetzte PO "
205
- "Datei direkt an %s und ich werde die Übersetzung beim nächsten Plugin Update "
206
- "hinzufügen."
207
 
208
- #: inc/php/page.php:130
209
  msgid ""
210
- "Maybe not all existed translations are up to date. You are welcome to contribute "
211
- "corrections!"
212
  msgstr ""
213
- "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an "
214
- "den Korrekturen mitwirken."
215
 
216
- #: inc/php/page.php:131
217
  msgid ""
218
- "Many of plugin users would be delighted if you share your translation with the "
219
- "community. Thanks for your contribution!"
220
  msgstr ""
221
- "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der "
222
- "Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
223
 
224
- #: inc/php/page.php:133
225
  msgid "How does it work?"
226
  msgstr "Wie arbeitet das Plugin?"
227
 
228
- #: inc/php/page.php:134
229
  msgid ""
230
- "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the "
231
- "\"ON\" position and click the \"Save changes\" button. Enjoy the result of "
232
- "applying your PHP code. It's that simple!"
233
  msgstr ""
234
 
235
- #: inc/php/page.php:136
236
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
237
  msgstr ""
238
 
239
- #: inc/php/page.php:137
240
  msgid "Yes. But you need to do it properly, like this:"
241
  msgstr ""
242
 
243
- #: inc/php/page.php:147
244
  msgid "How much of PHP code (characters) I can enter in the text field?"
245
  msgstr ""
246
 
247
- #: inc/php/page.php:148
248
- msgid "I don't limit the number of characters."
249
  msgstr ""
250
 
251
- #: inc/php/page.php:150
252
- msgid "On the plugin settings page, an error message appears. What could be wrong?"
 
253
  msgstr ""
254
 
255
- #: inc/php/page.php:151
256
  msgid "Here are a few of the most likely causes of the error message:"
257
  msgstr ""
258
 
259
- #: inc/php/page.php:153
260
  msgid ""
261
- "You make a syntax error in the code that you have entered. Check the syntax of "
262
- "your code and try again."
263
  msgstr ""
264
 
265
- #: inc/php/page.php:154
266
  msgid ""
267
  "You entered two functions with the same name. Use a unique names for your "
268
  "functions."
269
  msgstr ""
270
 
271
- #: inc/php/page.php:155
272
  msgid ""
273
  "You have entered function with a name that is already occupied by another "
274
  "function. Use a unique name for your function."
275
  msgstr ""
276
 
277
- #: inc/php/page.php:156
278
  msgid ""
279
- "You are trying to overwrite an existing function (of WordPress, theme, or plugin). "
280
- "Instead, use filters and hooks."
281
  msgstr ""
282
 
283
- #: inc/php/page.php:159
284
  msgid "Does this plugin requires any modification of the theme?"
285
  msgstr "Benötigt das Plugin Veränderungen am Theme."
286
 
287
- #: inc/php/page.php:160
288
  msgid ""
289
- "Absolutely not. This plugin is configurable entirely from the plugin settings page."
 
290
  msgstr ""
291
- "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite "
292
- "des Plugins."
293
 
294
- #: inc/php/page.php:162
295
  msgid "Does this require any knowledge of HTML or CSS?"
296
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
297
 
298
- #: inc/php/page.php:163
299
  msgid ""
300
- "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-"
301
- "use plugin settings page. But you need to know the HTML or CSS in order to add/"
302
- "remove/modify the HTML or CSS code by using this plugin."
303
  msgstr ""
304
 
305
- #: inc/php/page.php:165
306
  msgid "It's not working. What could be wrong?"
307
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
308
 
309
- #: inc/php/page.php:166
310
  msgid ""
311
- "As with every plugin, it's possible that things don't work. The most common reason "
312
- "for this is a web browser's cache. Every web browser stores a cache of the "
313
- "websites you visit (pages, images, and etc.) to reduce bandwidth usage and server "
314
- "load. This is called the browser's cache.​ Clearing your browser's cache may solve "
315
- "the problem."
316
  msgstr ""
317
- "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste "
318
- "Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache "
319
- "der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das "
320
- "nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das "
321
- "Problem behoben sein."
322
 
323
- #: inc/php/page.php:167
324
  msgid ""
325
- "It's impossible to tell what could be wrong exactly, but if you post a support "
326
- "request in the plugin's support forum on WordPress.org, I'd be happy to give it a "
327
- "look and try to help out. Please include as much information as possible, "
328
- "including a link to your website where the problem can be seen."
 
329
  msgstr ""
330
- "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine Support "
331
- "Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe ich Ihnen gerne. "
332
- "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite "
333
- "hinzu, wo das Problem auftritt."
334
 
335
- #: inc/php/page.php:169
336
  msgid "What to do if this plugin crashed the website?"
337
  msgstr ""
338
 
339
- #: inc/php/page.php:170
340
  msgid ""
341
  "This plugin has a built-in functions for checking the custom code for syntax "
342
- "errors, duplicate functions names, and etc. But plugin is not perfect, so there "
343
- "are times when the entered custom code causes the error and white screen (WSOD). "
344
- "This is due to the fact that your custom code has a syntax error that this plugin "
345
- "could not detect. When this happens with you just do the following and all will be "
346
- "fine."
347
  msgstr ""
348
 
349
- #: inc/php/page.php:172
350
  msgid ""
351
- "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-functions/"
352
- "</code>)."
353
  msgstr ""
354
 
355
- #: inc/php/page.php:173
356
  msgid ""
357
- "Rename the \"START\" file to \"STOP\". This will stop the execution of your custom "
358
- "code."
359
  msgstr ""
360
 
361
- #: inc/php/page.php:174
362
  msgid ""
363
- "Return to the plugin settings page and edit/fix your custom code that you entered "
364
- "before the crash."
365
  msgstr ""
366
 
367
- #: inc/php/page.php:175
368
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
369
  msgstr ""
370
 
371
- #: inc/php/page.php:177
372
  msgid ""
373
- "This plugin stored you entered code in the database of your website. For getting "
374
- "your code, you also can go to the <code>Database</code> &#10145; Table "
375
- "<code>wp_options</code> &#10145; Option <code>anarcho_cfunctions_settings</code> "
376
- "&#10145; <code>option_value</code>."
377
  msgstr ""
378
 
379
- #: inc/php/page.php:179
380
  msgid ""
381
- "The last WordPress update is preventing me from editing my website that is using "
382
- "this plugin. Why is this?"
383
  msgstr ""
384
- "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin "
385
- "verwendet, zu bearbeiten. Warum ist das so?"
386
 
387
- #: inc/php/page.php:180
388
  msgid ""
389
- "This plugin can not cause such problem. More likely, the problem are related to "
390
- "the settings of the website. It could just be a cache, so please try to clear your "
391
- "website's cache (may be you using a caching plugin, or some web service such as "
392
- "the CloudFlare) and then the cache of your web browser. Also please try to re-"
393
- "login to the website, this too can help."
394
  msgstr ""
395
- "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das "
396
- "Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein "
397
- "Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen "
398
- "(möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie "
399
- "CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich "
400
- "erneut auf der Webseite anzumelden, auch dies kann helfen."
401
 
402
- #: inc/php/page.php:182
403
  msgid "Where to report bug if found?"
404
  msgstr "Wo kann ich eine Fehler melden?"
405
 
406
- #: inc/php/page.php:184
407
  #, php-format
408
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
 
 
409
  msgstr ""
410
- "Besuchen Sie die %s zugehörige Plugin-Seite auf GitHub %s, um Fehler zu melden."
 
411
 
412
- #: inc/php/page.php:190
413
  msgid "Where to share any ideas or suggestions to make the plugin better?"
414
  msgstr ""
415
- "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
 
416
 
417
- #: inc/php/page.php:192
418
  #, php-format
419
- msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
 
420
  msgstr ""
421
- "Alle Vorschläge sind willkommen! Bitte senden Sie mir eine E-Mail an % s. Vielen "
422
- "Dank!"
423
 
424
- #: inc/php/page.php:197
425
  msgid "I love this plugin! Can I help somehow?"
426
  msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
427
 
428
- #: inc/php/page.php:199
429
  #, php-format
430
  msgid ""
431
- "Yes, any financial contributions are welcome! Just visit %s my website %s, click "
432
- "on the donate button, and thank you!"
433
  msgstr ""
434
- "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite "
435
- "%s, klicken Sie auf den Spenden Button und Danke!"
436
 
437
- #: inc/php/page.php:205
438
  msgid "My question wasn't answered here."
439
  msgstr "Meine Fragen wurden nicht beantwortet."
440
 
441
- #: inc/php/page.php:207
442
  #, php-format
443
  msgid ""
444
- "You can ask your question on the plugin support page %s. But please keep in mind "
445
- "that this plugin is free, and there is no a special support team, so I have no way "
446
- "to answer everyone."
447
  msgstr ""
448
- "Sie können Ihre Frage auf der Plugin Support Seite %s stellen. Aber bitte bedenken "
449
- "Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe ich "
450
- "keine Möglichkeit jedem zu antworten."
451
 
452
- #: inc/php/page.php:220
453
  msgid "Support Me"
454
  msgstr "Unterstützen Sie mich"
455
 
456
- #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
457
  msgid "Donate with PayPal"
458
  msgstr "Spende mit PayPal"
459
 
460
- #: inc/php/page.php:233
461
  #, php-format
462
  msgid ""
463
- "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp "
464
- "Studio %s."
465
  msgstr ""
466
- "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s Space "
467
- "X-Chimp Studio %s."
468
 
469
- #: inc/php/page.php:241
470
  msgid ""
471
- "My intention is to create projects that will make this world a better place. I'm "
472
- "really passionate about my work, I like what I'm doing and hope that you will be "
473
- "enriched by my projects too."
474
  msgstr ""
475
- "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort "
476
- "machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich tue, und hoffe, "
477
- "dass Sie auch von meinen Projekten bereichert werden."
478
 
479
- #: inc/php/page.php:242
480
  msgid ""
481
- "I spend a lot of time and effort trying to make sure that the themes, plugins and "
482
- "other things I build are useful, and the ultimate proof of that for me is that you "
483
- "actually want to use them. But, I’m an independent developer, without a regular "
484
- "income, so every little contribution helps cover my costs and lets me spend more "
485
- "time building things for people like you to enjoy."
 
486
  msgstr ""
487
- "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, "
488
- "Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis "
489
- "für mich ist, dass Sie sie tatsächlich verwenden. Aber ich bin ein unabhängiger "
490
- "Entwickler ohne regelmäßiges Einkommen. Jeder kleine Beitrag trägt dazu bei, meine "
491
- "Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute "
492
- "wie Sie zu gestalten."
493
 
494
- #: inc/php/page.php:243
495
  msgid "If you appreciate my work, you can buy me a coffee!"
496
- msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
 
497
 
498
- #: inc/php/page.php:244
499
  msgid "Thank you for your support!"
500
  msgstr "Danke für Ihre Unterstützung!"
501
 
@@ -507,17 +524,17 @@ msgstr ""
507
  msgid "Save changes"
508
  msgstr "Änderungen speichern"
509
 
510
- #: inc/php/settings.php:45 inc/php/sidebar.php:34
511
  msgid ""
512
  "I'm an independent developer, without a regular income, so every little "
513
- "contribution helps cover my costs and lets me spend more time building things for "
514
- "people like you to enjoy."
515
  msgstr ""
516
- "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine "
517
- "Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit damit "
518
- "verbringen, Dinge für Leute wie Sie zu entwickeln."
519
 
520
- #: inc/php/settings.php:52 inc/php/sidebar.php:41
521
  msgid "Thanks for your support!"
522
  msgstr "Danke für Ihre Unterstützung!"
523
 
@@ -527,20 +544,16 @@ msgstr "Über"
527
 
528
  #: inc/php/sidebar.php:18
529
  msgid ""
530
- "This plugin allows you to easily and safely add your custom functions (PHP code) "
531
- "directly out of your WordPress Admin area, without the need to have an external "
532
- "editor."
533
  msgstr ""
534
 
535
  #: inc/php/sidebar.php:23
536
- msgid "Upgrade"
537
- msgstr ""
538
-
539
- #: inc/php/sidebar.php:46
540
  msgid "Help"
541
  msgstr "Hilfe"
542
 
543
- #: inc/php/sidebar.php:48
544
  msgid "If you have a question, please read the information in the FAQ section."
545
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
546
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2018-01-22 11:47+0300\n"
7
+ "PO-Revision-Date: 2018-01-22 11:47+0300\n"
8
  "Last-Translator: \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 1.8.7\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
39
  msgstr ""
40
 
41
  #: inc/php/messages.php:26
42
+ msgid "Hello. We are the team of Space X-Chimp."
43
+ msgstr "Hallo! Ich bin Space X-Chimp, der Autor dieses plugins."
44
 
45
  #: inc/php/messages.php:28
46
  #, php-format
47
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
48
  msgstr ""
49
+ "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es "
50
+ "mögen. %s"
51
 
52
  #: inc/php/messages.php:68
53
  msgid "You have installed an old version of this plugin."
55
 
56
  #: inc/php/messages.php:69
57
  msgid "Please update the plugin to the latest version, and all will be fine."
58
+ msgstr ""
59
+ "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
60
 
61
  #: inc/php/messages.php:91
62
  msgid "Custom functions updated successfully."
72
 
73
  #: inc/php/page.php:32
74
  #, php-format
75
+ msgid "by %s Space X-Chimp %s"
76
+ msgstr "by %s Space X-Chimp %s"
77
 
78
  #: inc/php/page.php:38
79
  msgid "Version"
91
  msgid "F.A.Q."
92
  msgstr "F.A.Q."
93
 
94
+ #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:46
95
  msgid "Support"
96
  msgstr "Support"
97
 
105
 
106
  #: inc/php/page.php:67
107
  msgid ""
108
+ "To add your custom functions (the PHP code) to your website, simply follow "
109
+ "these steps:"
110
  msgstr ""
111
 
112
  #: inc/php/page.php:69
127
 
128
  #: inc/php/page.php:77
129
  msgid ""
130
+ "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</"
131
+ "code> HTML tags."
132
  msgstr ""
133
 
134
  #: inc/php/page.php:78
135
  msgid ""
136
+ "Before use, please read the instructions on the F.A.Q. tab on what to do in "
137
+ "case of a website crash."
138
  msgstr ""
139
 
140
  #: inc/php/page.php:80
153
  msgid "It's that simple!"
154
  msgstr "Es ist ganz einfach!"
155
 
156
+ #: inc/php/page.php:85
157
+ #, php-format
158
+ msgid ""
159
+ "If you want more options then %s tell us %s and we will be happy to add it."
160
  msgstr ""
161
+ "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir "
162
+ "werden sie gerne hinzufügen."
163
 
164
+ #: inc/php/page.php:99
165
  msgid "Frequently Asked Questions"
166
  msgstr ""
167
 
168
+ #: inc/php/page.php:103
169
  msgid ""
170
+ "If you have a question, please read the Frequently Asked Questions below to "
171
+ "see if the answer is here."
172
  msgstr ""
173
+ "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob "
174
+ "Ihre Antwort dabei ist."
175
 
176
+ #: inc/php/page.php:125
177
  msgid "Will this plugin work on my WordPress.COM website?"
178
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
179
 
180
+ #: inc/php/page.php:126
181
  msgid ""
182
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
183
  "websites."
184
  msgstr ""
185
+ "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress."
186
+ "ORG) Webseiten."
187
 
188
+ #: inc/php/page.php:128
189
  msgid "Can I use this plugin on my language?"
190
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
191
 
192
+ #: inc/php/page.php:129
193
  msgid ""
194
+ "Yes. This plugin is ready for translation and has already been translated "
195
+ "into several languages."
196
+ msgstr ""
197
+ "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
198
 
199
+ #: inc/php/page.php:131
200
  #, php-format
201
  msgid ""
202
+ "If you want to help translate this plugin then please visit the %s. You can "
203
+ "also use the POT file, that is included and placed in the \"languages\" "
204
+ "folder, in order to create a translation PO file. Just send the PO file to "
205
+ "us at the %s and we will include this translation within the next plugin "
206
+ "update."
207
  msgstr ""
208
+ "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die "
209
+ "Seite %s. Sie können auch die POT Datei, die Sie im languages Ordner "
210
+ "finden, verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die "
211
+ "übersetzte PO Datei direkt an %s und wir werde die Übersetzung beim nächsten "
212
+ "Plugin Update hinzufügen."
213
 
214
+ #: inc/php/page.php:136
215
  msgid ""
216
+ "Maybe not all existed translations are up to date. You are welcome to "
217
+ "contribute corrections!"
218
  msgstr ""
219
+ "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können "
220
+ "Sie an den Korrekturen mitwirken."
221
 
222
+ #: inc/php/page.php:137
223
  msgid ""
224
+ "Many of plugin users would be delighted if you share your translation with "
225
+ "the community. Thanks for your contribution!"
226
  msgstr ""
227
+ "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung "
228
+ "mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
229
 
230
+ #: inc/php/page.php:139
231
  msgid "How does it work?"
232
  msgstr "Wie arbeitet das Plugin?"
233
 
234
+ #: inc/php/page.php:140
235
  msgid ""
236
+ "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
237
+ "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
238
+ "of applying your PHP code. It's that simple!"
239
  msgstr ""
240
 
241
+ #: inc/php/page.php:142
242
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
243
  msgstr ""
244
 
245
+ #: inc/php/page.php:143
246
  msgid "Yes. But you need to do it properly, like this:"
247
  msgstr ""
248
 
249
+ #: inc/php/page.php:153
250
  msgid "How much of PHP code (characters) I can enter in the text field?"
251
  msgstr ""
252
 
253
+ #: inc/php/page.php:154
254
+ msgid "We don't limit the number of characters."
255
  msgstr ""
256
 
257
+ #: inc/php/page.php:156
258
+ msgid ""
259
+ "On the plugin settings page, an error message appears. What could be wrong?"
260
  msgstr ""
261
 
262
+ #: inc/php/page.php:157
263
  msgid "Here are a few of the most likely causes of the error message:"
264
  msgstr ""
265
 
266
+ #: inc/php/page.php:159
267
  msgid ""
268
+ "You make a syntax error in the code that you have entered. Check the syntax "
269
+ "of your code and try again."
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:160
273
  msgid ""
274
  "You entered two functions with the same name. Use a unique names for your "
275
  "functions."
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:161
279
  msgid ""
280
  "You have entered function with a name that is already occupied by another "
281
  "function. Use a unique name for your function."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:162
285
  msgid ""
286
+ "You are trying to overwrite an existing function (of WordPress, theme, or "
287
+ "plugin). Instead, use filters and hooks."
288
  msgstr ""
289
 
290
+ #: inc/php/page.php:165
291
  msgid "Does this plugin requires any modification of the theme?"
292
  msgstr "Benötigt das Plugin Veränderungen am Theme."
293
 
294
+ #: inc/php/page.php:166
295
  msgid ""
296
+ "Absolutely not. This plugin is configurable entirely from the plugin "
297
+ "settings page."
298
  msgstr ""
299
+ "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf "
300
+ "Einstellungsseite des Plugins."
301
 
302
+ #: inc/php/page.php:168
303
  msgid "Does this require any knowledge of HTML or CSS?"
304
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
305
 
306
+ #: inc/php/page.php:169
307
  msgid ""
308
+ "This plugin can be configured with no knowledge of HTML or CSS, using an "
309
+ "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
310
+ "order to add/remove/modify the HTML or CSS code by using this plugin."
311
  msgstr ""
312
 
313
+ #: inc/php/page.php:171
314
  msgid "It's not working. What could be wrong?"
315
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
316
 
317
+ #: inc/php/page.php:172
318
  msgid ""
319
+ "As with every plugin, it's possible that things don't work. The most common "
320
+ "reason for this is a web browser's cache. Every web browser stores a cache "
321
+ "of the websites you visit (pages, images, and etc.) to reduce bandwidth "
322
+ "usage and server load. This is called the browser's cache.​ Clearing your "
323
+ "browser's cache may solve the problem."
324
  msgstr ""
325
+ "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der "
326
+ "häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser "
327
+ "speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die "
328
+ "Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den "
329
+ "Cache Ihres Browsers löschen, könnte das Problem behoben sein."
330
 
331
+ #: inc/php/page.php:173
332
  msgid ""
333
+ "It's impossible to tell what could be wrong exactly, but if you post a "
334
+ "support request in the plugin's support forum on WordPress.org, we'd be "
335
+ "happy to give it a look and try to help out. Please include as much "
336
+ "information as possible, including a link to your website where the problem "
337
+ "can be seen."
338
  msgstr ""
339
+ "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine "
340
+ "Support Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe "
341
+ "wir Ihnen gerne. Bitte fügen Sie so viele Informationen wie möglich und "
342
+ "einen Link zu der Webseite hinzu, wo das Problem auftritt."
343
 
344
+ #: inc/php/page.php:175
345
  msgid "What to do if this plugin crashed the website?"
346
  msgstr ""
347
 
348
+ #: inc/php/page.php:176
349
  msgid ""
350
  "This plugin has a built-in functions for checking the custom code for syntax "
351
+ "errors, duplicate functions names, and etc. But plugin is not perfect, so "
352
+ "there are times when the entered custom code causes the error and white "
353
+ "screen (WSOD). This is due to the fact that your custom code has a syntax "
354
+ "error that this plugin could not detect. When this happens with you just do "
355
+ "the following and all will be fine."
356
  msgstr ""
357
 
358
+ #: inc/php/page.php:178
359
  msgid ""
360
+ "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
361
+ "functions/</code>)."
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:179
365
  msgid ""
366
+ "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
367
+ "custom code."
368
  msgstr ""
369
 
370
+ #: inc/php/page.php:180
371
  msgid ""
372
+ "Return to the plugin settings page and edit/fix your custom code that you "
373
+ "entered before the crash."
374
  msgstr ""
375
 
376
+ #: inc/php/page.php:181
377
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
378
  msgstr ""
379
 
380
+ #: inc/php/page.php:183
381
  msgid ""
382
+ "This plugin stored you entered code in the database of your website. For "
383
+ "getting your code, you also can go to the <code>Database</code> &#10145; "
384
+ "Table <code>wp_options</code> &#10145; Option "
385
+ "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
386
  msgstr ""
387
 
388
+ #: inc/php/page.php:185
389
  msgid ""
390
+ "The last WordPress update is preventing me from editing the website of the "
391
+ "creator that is using this plugin. Why is this?"
392
  msgstr ""
393
+ "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses "
394
+ "Plugin verwendet, zu bearbeiten. Warum ist das so?"
395
 
396
+ #: inc/php/page.php:186
397
  msgid ""
398
+ "This plugin can not cause such problem. More likely, the problem are related "
399
+ "to the settings of the website. It could just be a cache, so please try to "
400
+ "clear your website's cache (may be you using a caching plugin, or some web "
401
+ "service such as the CloudFlare) and then the cache of your web browser. Also "
402
+ "please try to re-login to the website, this too can help."
403
  msgstr ""
404
+ "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich "
405
+ "hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte "
406
+ "einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu "
407
+ "löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen "
408
+ "Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen "
409
+ "Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
410
 
411
+ #: inc/php/page.php:188
412
  msgid "Where to report bug if found?"
413
  msgstr "Wo kann ich eine Fehler melden?"
414
 
415
+ #: inc/php/page.php:190
416
  #, php-format
417
+ msgid ""
418
+ "Please visit %s this page %s and report. Please do not forget to specify the "
419
+ "name of the plugin. Thank you!"
420
  msgstr ""
421
+ "Bitte besuchen Sie %s diese Seite %s und berichten Sie. Bitte vergiss nicht "
422
+ "den Namen des Plugins anzugeben. Vielen Dank!"
423
 
424
+ #: inc/php/page.php:196
425
  msgid "Where to share any ideas or suggestions to make the plugin better?"
426
  msgstr ""
427
+ "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu "
428
+ "machen?"
429
 
430
+ #: inc/php/page.php:198
431
  #, php-format
432
+ msgid ""
433
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
434
+ "forget to specify the name of the plugin. Thank you!"
435
  msgstr ""
436
+ "Irgendwelche Vorschläge sind sehr willkommen! Kontaktieren Sie uns einfach "
437
+ "%s hier %s. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
438
 
439
+ #: inc/php/page.php:204
440
  msgid "I love this plugin! Can I help somehow?"
441
  msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
442
 
443
+ #: inc/php/page.php:206
444
  #, php-format
445
  msgid ""
446
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
447
+ "the creator %s, click on the donate button, and thank you!"
448
  msgstr ""
449
+ "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine "
450
+ "Webseite %s, klicken Sie auf den Spenden Button und Danke!"
451
 
452
+ #: inc/php/page.php:212
453
  msgid "My question wasn't answered here."
454
  msgstr "Meine Fragen wurden nicht beantwortet."
455
 
456
+ #: inc/php/page.php:214
457
  #, php-format
458
  msgid ""
459
+ "You can ask your question on %s this page %s. But please keep in mind that "
460
+ "this plugin is free, and there is no a special support team, so we have no "
461
+ "way to answer everyone."
462
  msgstr ""
463
+ "Sie können Ihre Frage auf %s dieser Seite stellen %s. Aber bitte bedenken "
464
+ "Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb "
465
+ "habe wir keine Möglichkeit jedem zu antworten."
466
 
467
+ #: inc/php/page.php:228
468
  msgid "Support Me"
469
  msgstr "Unterstützen Sie mich"
470
 
471
+ #: inc/php/page.php:236 inc/php/settings.php:50 inc/php/sidebar.php:53
472
  msgid "Donate with PayPal"
473
  msgstr "Spende mit PayPal"
474
 
475
+ #: inc/php/page.php:241
476
  #, php-format
477
  msgid ""
478
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
479
+ "Chimp %s."
480
  msgstr ""
481
+ "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s "
482
+ "Space X-Chimp %s."
483
 
484
+ #: inc/php/page.php:249
485
  msgid ""
486
+ "My intention is to create projects that will make this world a better place. "
487
+ "I'm really passionate about my work, I like what I'm doing and hope that you "
488
+ "will be enriched by my projects too."
489
  msgstr ""
490
+ "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem "
491
+ "besseren Ort machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich "
492
+ "tue, und hoffe, dass Sie auch von meinen Projekten bereichert werden."
493
 
494
+ #: inc/php/page.php:250
495
  msgid ""
496
+ "I spend a lot of time and effort trying to make sure that the themes, "
497
+ "plugins and other things I build are useful, and the ultimate proof of that "
498
+ "for me is that you actually want to use them. But, I’m an independent "
499
+ "developer, without a regular income, so every little contribution helps "
500
+ "cover my costs and lets me spend more time building things for people like "
501
+ "you to enjoy."
502
  msgstr ""
503
+ "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die "
504
+ "Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der "
505
+ "ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber ich "
506
+ "bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine "
507
+ "Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit "
508
+ "damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
509
 
510
+ #: inc/php/page.php:251
511
  msgid "If you appreciate my work, you can buy me a coffee!"
512
+ msgstr ""
513
+ "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
514
 
515
+ #: inc/php/page.php:252
516
  msgid "Thank you for your support!"
517
  msgstr "Danke für Ihre Unterstützung!"
518
 
524
  msgid "Save changes"
525
  msgstr "Änderungen speichern"
526
 
527
+ #: inc/php/settings.php:45 inc/php/sidebar.php:48
528
  msgid ""
529
  "I'm an independent developer, without a regular income, so every little "
530
+ "contribution helps cover my costs and lets me spend more time building "
531
+ "things for people like you to enjoy."
532
  msgstr ""
533
+ "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder "
534
+ "kleine Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit "
535
+ "damit verbringen, Dinge für Leute wie Sie zu entwickeln."
536
 
537
+ #: inc/php/settings.php:52 inc/php/sidebar.php:55
538
  msgid "Thanks for your support!"
539
  msgstr "Danke für Ihre Unterstützung!"
540
 
544
 
545
  #: inc/php/sidebar.php:18
546
  msgid ""
547
+ "This plugin allows you to easily and safely add your custom functions (PHP "
548
+ "code) directly out of your WordPress Admin area, without the need to have an "
549
+ "external editor."
550
  msgstr ""
551
 
552
  #: inc/php/sidebar.php:23
 
 
 
 
553
  msgid "Help"
554
  msgstr "Hilfe"
555
 
556
+ #: inc/php/sidebar.php:25
557
  msgid "If you have a question, please read the information in the FAQ section."
558
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
559
 
languages/my-custom-functions-es_ES.mo CHANGED
Binary file
languages/my-custom-functions-es_ES.po CHANGED
@@ -2,9 +2,10 @@
2
  # This file is distributed under the same license as the Plugins - My Custom Functions - Development Readme (trunk) package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Plugins - My Custom Functions - Development Readme (trunk)\n"
6
- "POT-Creation-Date: 2017-09-23 04:52+0300\n"
7
- "PO-Revision-Date: 2017-09-24 16:23+0300\n"
 
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -12,12 +13,13 @@ 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 1.8.4\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;"
20
- "esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
@@ -38,38 +40,38 @@ msgid "PHP Inserter"
38
  msgstr "PHP Inserter"
39
 
40
  #: inc/php/messages.php:26
41
- msgid "Hello. I'm Arthur, the author of this plugin."
42
- msgstr "Hola! Yo soy Arthur, el autor de este complemento."
43
 
44
  #: inc/php/messages.php:28
45
  #, php-format
46
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
47
  msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
48
 
49
- #: inc/php/messages.php:61
50
  msgid "You have installed an old version of this plugin."
51
  msgstr "Has instalado una versión antigua de este complemento."
52
 
53
- #: inc/php/messages.php:62
54
  msgid "Please update the plugin to the latest version, and all will be fine."
55
  msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
56
 
57
- #: inc/php/messages.php:84
58
  msgid "Custom functions updated successfully."
59
  msgstr ""
60
 
61
- #: inc/php/messages.php:100
62
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
63
  msgstr ""
64
 
65
- #: inc/php/messages.php:101
66
  msgid "Please, check the code and try again."
67
  msgstr ""
68
 
69
  #: inc/php/page.php:32
70
  #, php-format
71
- msgid "by %s Space X-Chimp Studio %s"
72
- msgstr "por %s Space X-Chimp Studio %s"
73
 
74
  #: inc/php/page.php:38
75
  msgid "Version"
@@ -87,7 +89,7 @@ msgstr "Uso"
87
  msgid "F.A.Q."
88
  msgstr "Preguntas ?"
89
 
90
- #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:32
91
  msgid "Support"
92
  msgstr "Soporte"
93
 
@@ -100,7 +102,9 @@ msgid "Usage Instructions"
100
  msgstr "Instrucciones de uso"
101
 
102
  #: inc/php/page.php:67
103
- msgid "To add your custom functions (the PHP code) to your website, simply follow these steps:"
 
 
104
  msgstr ""
105
 
106
  #: inc/php/page.php:69
@@ -120,11 +124,15 @@ msgid "Note!"
120
  msgstr "¡Nota!"
121
 
122
  #: inc/php/page.php:77
123
- msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
 
 
124
  msgstr ""
125
 
126
  #: inc/php/page.php:78
127
- msgid "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
 
 
128
  msgstr ""
129
 
130
  #: inc/php/page.php:80
@@ -143,284 +151,361 @@ msgstr ""
143
  msgid "It's that simple!"
144
  msgstr "¡Es así de simple!"
145
 
146
- #: inc/php/page.php:84
147
- msgid "If you want more options then tell me and I will be happy to add it."
148
- msgstr "Si quieres más opciones, dímelo y estaré encantado de añadirlo."
 
 
 
149
 
150
- #: inc/php/page.php:93
151
  msgid "Frequently Asked Questions"
152
  msgstr "Preguntas Frecuentes"
153
 
154
- #: inc/php/page.php:97
155
- msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
 
 
156
  msgstr ""
157
- "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:119
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:120
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:122
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:123
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:125
176
  #, php-format
177
  msgid ""
178
- "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and "
179
- "placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to me at the %s and I "
180
- "will include this translation within the next plugin update."
181
- msgstr ""
182
- "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido y colocado "
183
- "en la carpeta \"languages\", para crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el %s e "
184
- "incluiré esta traducción en la siguiente actualización del complemento."
 
 
 
 
185
 
186
- #: inc/php/page.php:130
187
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
188
- msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
 
 
 
 
189
 
190
- #: inc/php/page.php:131
191
  msgid ""
192
- "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
 
193
  msgstr ""
194
- "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por "
195
- "tu contribución!"
196
 
197
- #: inc/php/page.php:133
198
  msgid "How does it work?"
199
  msgstr "¿Como funciona?"
200
 
201
- #: inc/php/page.php:134
202
  msgid ""
203
- "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save "
204
- "changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
 
205
  msgstr ""
206
 
207
- #: inc/php/page.php:136
208
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
209
  msgstr ""
210
 
211
- #: inc/php/page.php:137
212
  msgid "Yes. But you need to do it properly, like this:"
213
  msgstr ""
214
 
215
- #: inc/php/page.php:147
216
  msgid "How much of PHP code (characters) I can enter in the text field?"
217
  msgstr ""
218
 
219
- #: inc/php/page.php:148
220
- msgid "I don't limit the number of characters."
221
  msgstr ""
222
 
223
- #: inc/php/page.php:150
224
- msgid "On the plugin settings page, an error message appears. What could be wrong?"
 
225
  msgstr ""
226
 
227
- #: inc/php/page.php:151
228
  msgid "Here are a few of the most likely causes of the error message:"
229
  msgstr ""
230
 
231
- #: inc/php/page.php:153
232
- msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
 
 
233
  msgstr ""
234
 
235
- #: inc/php/page.php:154
236
- msgid "You entered two functions with the same name. Use a unique names for your functions."
 
 
237
  msgstr ""
238
 
239
- #: inc/php/page.php:155
240
  msgid ""
241
- "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
 
242
  msgstr ""
243
 
244
- #: inc/php/page.php:156
245
- msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
 
 
246
  msgstr ""
247
 
248
- #: inc/php/page.php:159
249
  msgid "Does this plugin requires any modification of the theme?"
250
  msgstr "¿Este complemento requiere alguna modificación del tema?"
251
 
252
- #: inc/php/page.php:160
253
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
254
- msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
 
 
 
 
255
 
256
- #: inc/php/page.php:162
257
  msgid "Does this require any knowledge of HTML or CSS?"
258
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
259
 
260
- #: inc/php/page.php:163
261
  msgid ""
262
- "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need "
263
- "to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
 
264
  msgstr ""
265
 
266
- #: inc/php/page.php:165
267
  msgid "It's not working. What could be wrong?"
268
  msgstr "No funciona. ¿Qué podría estar mal?"
269
 
270
- #: inc/php/page.php:166
271
  msgid ""
272
- "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. "
273
- "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server "
274
- "load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
275
- msgstr ""
276
- "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 "
277
- "navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para "
278
- "reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del navegador. Limpiar la caché del "
279
- "navegador puede resolver el problema."
 
 
 
 
280
 
281
- #: inc/php/page.php:167
282
  msgid ""
283
- "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on "
284
- "WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, "
285
- "including a link to your website where the problem can be seen."
286
- msgstr ""
287
- "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro de soporte "
288
- "del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta información "
289
- "como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
 
 
 
 
290
 
291
- #: inc/php/page.php:169
292
  msgid "What to do if this plugin crashed the website?"
293
  msgstr ""
294
 
295
- #: inc/php/page.php:170
296
  msgid ""
297
- "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. "
298
- "But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This "
299
- "is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you "
300
- "just do the following and all will be fine."
 
 
301
  msgstr ""
302
 
303
- #: inc/php/page.php:172
304
- msgid "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-functions/</code>)."
 
 
305
  msgstr ""
306
 
307
- #: inc/php/page.php:173
308
- msgid "Rename the \"START\" file to \"STOP\". This will stop the execution of your custom code."
 
 
309
  msgstr ""
310
 
311
- #: inc/php/page.php:174
312
- msgid "Return to the plugin settings page and edit/fix your custom code that you entered before the crash."
 
 
313
  msgstr ""
314
 
315
- #: inc/php/page.php:175
316
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
317
  msgstr ""
318
 
319
- #: inc/php/page.php:177
320
  msgid ""
321
- "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the "
322
- "<code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>anarcho_cfunctions_settings</code> "
323
- "&#10145; <code>option_value</code>."
324
- msgstr ""
325
-
326
- #: inc/php/page.php:179
327
- msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
328
  msgstr ""
329
- "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede "
330
- "esto?"
331
 
332
- #: inc/php/page.php:180
333
  msgid ""
334
- "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could "
335
- "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 "
336
- "as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
337
  msgstr ""
338
- "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la configuración "
339
- "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 "
340
- "complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web. También intenta volver a "
341
- "conectarte al sitio web, esto también puede ayudar."
342
 
343
- #: inc/php/page.php:182
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Where to report bug if found?"
345
  msgstr "¿Dónde informar el error si se encuentra?"
346
 
347
- #: inc/php/page.php:184
348
  #, php-format
349
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
350
- msgstr "Visita la página dedicada del complemento %s en GitHub %s e informa."
 
 
351
 
352
- #: inc/php/page.php:190
353
  msgid "Where to share any ideas or suggestions to make the plugin better?"
354
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
355
 
356
- #: inc/php/page.php:192
357
  #, php-format
358
- msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
359
- msgstr "¡Cualquier sugerencia es muy bienvenida! Por favor envíame un correo electrónico a %s. ¡Muchas Gracias!"
 
 
360
 
361
- #: inc/php/page.php:197
362
  msgid "I love this plugin! Can I help somehow?"
363
  msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
364
 
365
- #: inc/php/page.php:199
366
  #, php-format
367
  msgid ""
368
- "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!"
 
369
  msgstr ""
370
- "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y "
371
- "gracias!"
372
 
373
- #: inc/php/page.php:205
374
  msgid "My question wasn't answered here."
375
  msgstr "Mi pregunta no fue contestada aquí."
376
 
377
- #: inc/php/page.php:207
378
  #, php-format
379
  msgid ""
380
- "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and there is "
381
- "no a special support team, so I have no way to answer everyone."
 
382
  msgstr ""
383
- "Puede hacer tu pregunta en la página de soporte del complementos %s. Pero ten en cuenta que este complemento es gratuito, "
384
- "y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
 
385
 
386
- #: inc/php/page.php:220
387
  msgid "Support Me"
388
  msgstr "Apoyarme!"
389
 
390
- #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
391
  msgid "Donate with PayPal"
392
  msgstr "Donar con PayPal"
393
 
394
- #: inc/php/page.php:233
395
- #, php-format
396
- msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
397
- msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp Studio %s."
398
-
399
  #: inc/php/page.php:241
 
400
  msgid ""
401
- "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like "
402
- "what I'm doing and hope that you will be enriched by my projects too."
403
  msgstr ""
404
- "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy realmente apasionado por mi trabajo, me gusta "
405
- "lo que estoy haciendo y espero que tú también te enriquezcas con mis proyectos."
406
 
407
- #: inc/php/page.php:242
408
  msgid ""
409
- "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are useful, and "
410
- "the ultimate proof of that for me is that you actually want to use them. But, Im an independent developer, without a "
411
- "regular income, so every little contribution helps cover my costs and lets me spend more time building things for people "
412
- "like you to enjoy."
413
  msgstr ""
414
- "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, "
415
- "y la prueba definitiva para de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador "
416
- "independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar "
417
- "más tiempo construyendo cosas para que la gente como tú lo disfrute."
418
 
419
- #: inc/php/page.php:243
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
  msgid "If you appreciate my work, you can buy me a coffee!"
421
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
422
 
423
- #: inc/php/page.php:244
424
  msgid "Thank you for your support!"
425
  msgstr "¡Gracias por tu apoyo!"
426
 
@@ -432,15 +517,17 @@ msgstr ""
432
  msgid "Save changes"
433
  msgstr "Guardar los cambios"
434
 
435
- #: inc/php/settings.php:45 inc/php/sidebar.php:34
436
  msgid ""
437
- "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me "
438
- "spend more time building things for people like you to enjoy."
 
439
  msgstr ""
440
- "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis "
441
- "costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
 
442
 
443
- #: inc/php/settings.php:52 inc/php/sidebar.php:41
444
  msgid "Thanks for your support!"
445
  msgstr "¡Gracias por tu apoyo!"
446
 
@@ -450,21 +537,20 @@ msgstr "Acerca de"
450
 
451
  #: inc/php/sidebar.php:18
452
  msgid ""
453
- "This plugin allows you to easily and safely add your custom functions (PHP code) directly out of your WordPress Admin "
454
- "area, without the need to have an external editor."
 
455
  msgstr ""
456
 
457
  #: inc/php/sidebar.php:23
458
- msgid "Upgrade"
459
- msgstr ""
460
-
461
- #: inc/php/sidebar.php:46
462
  msgid "Help"
463
  msgstr "Ayuda"
464
 
465
- #: inc/php/sidebar.php:48
466
  msgid "If you have a question, please read the information in the FAQ section."
467
- msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
 
 
468
 
469
  #. Plugin Name of the plugin/theme
470
  msgid "My Custom Functions"
@@ -476,8 +562,8 @@ msgstr "https://github.com/ArthurGareginyan/my-custom-functions"
476
 
477
  #. Description of the plugin/theme
478
  msgid ""
479
- "Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to "
480
- "have an external editor."
481
  msgstr ""
482
 
483
  #. Author of the plugin/theme
@@ -487,15 +573,3 @@ msgstr "Arthur Gareginyan"
487
  #. Author URI of the plugin/theme
488
  msgid "https://www.arthurgareginyan.com"
489
  msgstr "https://www.arthurgareginyan.com"
490
-
491
- #~ msgid "by %s Arthur Gareginyan %s"
492
- #~ msgstr "por %s Arthur Gareginyan %s"
493
-
494
- #~ msgid "Author"
495
- #~ msgstr "Autor"
496
-
497
- #~ msgid "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
498
- #~ msgstr "por <a href=“https://www.arthurgareginyan.com” target=“_blank”>Arthur Gareginyan</a>"
499
-
500
- #~ msgid "Using"
501
- #~ msgstr "Uso"
2
  # This file is distributed under the same license as the Plugins - My Custom Functions - Development Readme (trunk) package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Plugins - My Custom Functions - Development Readme "
6
+ "(trunk)\n"
7
+ "POT-Creation-Date: 2018-01-22 11:47+0300\n"
8
+ "PO-Revision-Date: 2018-01-22 11:47+0300\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: es\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Poedit-WPHeader: my-custom-functions.php\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
20
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
21
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
22
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPathExcluded-0: *.js\n"
25
 
40
  msgstr "PHP Inserter"
41
 
42
  #: inc/php/messages.php:26
43
+ msgid "Hello. We are the team of Space X-Chimp."
44
+ msgstr "Hola! Yo soy Space X-Chimp, el autor de este complemento."
45
 
46
  #: inc/php/messages.php:28
47
  #, php-format
48
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
49
  msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
50
 
51
+ #: inc/php/messages.php:68
52
  msgid "You have installed an old version of this plugin."
53
  msgstr "Has instalado una versión antigua de este complemento."
54
 
55
+ #: inc/php/messages.php:69
56
  msgid "Please update the plugin to the latest version, and all will be fine."
57
  msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
58
 
59
+ #: inc/php/messages.php:91
60
  msgid "Custom functions updated successfully."
61
  msgstr ""
62
 
63
+ #: inc/php/messages.php:107
64
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
65
  msgstr ""
66
 
67
+ #: inc/php/messages.php:108
68
  msgid "Please, check the code and try again."
69
  msgstr ""
70
 
71
  #: inc/php/page.php:32
72
  #, php-format
73
+ msgid "by %s Space X-Chimp %s"
74
+ msgstr "por %s Space X-Chimp %s"
75
 
76
  #: inc/php/page.php:38
77
  msgid "Version"
89
  msgid "F.A.Q."
90
  msgstr "Preguntas ?"
91
 
92
+ #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:46
93
  msgid "Support"
94
  msgstr "Soporte"
95
 
102
  msgstr "Instrucciones de uso"
103
 
104
  #: inc/php/page.php:67
105
+ msgid ""
106
+ "To add your custom functions (the PHP code) to your website, simply follow "
107
+ "these steps:"
108
  msgstr ""
109
 
110
  #: inc/php/page.php:69
124
  msgstr "¡Nota!"
125
 
126
  #: inc/php/page.php:77
127
+ msgid ""
128
+ "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</"
129
+ "code> HTML tags."
130
  msgstr ""
131
 
132
  #: inc/php/page.php:78
133
+ msgid ""
134
+ "Before use, please read the instructions on the F.A.Q. tab on what to do in "
135
+ "case of a website crash."
136
  msgstr ""
137
 
138
  #: inc/php/page.php:80
151
  msgid "It's that simple!"
152
  msgstr "¡Es así de simple!"
153
 
154
+ #: inc/php/page.php:85
155
+ #, php-format
156
+ msgid ""
157
+ "If you want more options then %s tell us %s and we will be happy to add it."
158
+ msgstr ""
159
+ "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
160
 
161
+ #: inc/php/page.php:99
162
  msgid "Frequently Asked Questions"
163
  msgstr "Preguntas Frecuentes"
164
 
165
+ #: inc/php/page.php:103
166
+ msgid ""
167
+ "If you have a question, please read the Frequently Asked Questions below to "
168
+ "see if the answer is here."
169
  msgstr ""
170
+ "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a "
171
+ "continuación, para ver si la respuesta está aquí."
172
 
173
+ #: inc/php/page.php:125
174
  msgid "Will this plugin work on my WordPress.COM website?"
175
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
176
 
177
+ #: inc/php/page.php:126
178
+ msgid ""
179
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
180
+ "websites."
181
+ msgstr ""
182
+ "Lo sentimos, este complemento está disponible para su uso solo en sitios web "
183
+ "alojados (WordPress.ORG)."
184
 
185
+ #: inc/php/page.php:128
186
  msgid "Can I use this plugin on my language?"
187
  msgstr "¿Puedo usar este complemento en mi idioma?"
188
 
189
+ #: inc/php/page.php:129
190
+ msgid ""
191
+ "Yes. This plugin is ready for translation and has already been translated "
192
+ "into several languages."
193
+ msgstr ""
194
+ "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a "
195
+ "varios idiomas."
196
 
197
+ #: inc/php/page.php:131
198
  #, php-format
199
  msgid ""
200
+ "If you want to help translate this plugin then please visit the %s. You can "
201
+ "also use the POT file, that is included and placed in the \"languages\" "
202
+ "folder, in order to create a translation PO file. Just send the PO file to "
203
+ "us at the %s and we will include this translation within the next plugin "
204
+ "update."
205
+ msgstr ""
206
+ "Si quieres ayudar a traducir este complemento, visita el %s. También puede "
207
+ "utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para "
208
+ "crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el "
209
+ "%s e incluiremos esta traducción en la siguiente actualización del "
210
+ "complemento."
211
 
212
+ #: inc/php/page.php:136
213
+ msgid ""
214
+ "Maybe not all existed translations are up to date. You are welcome to "
215
+ "contribute corrections!"
216
+ msgstr ""
217
+ "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos "
218
+ "a contribuir correcciones!"
219
 
220
+ #: inc/php/page.php:137
221
  msgid ""
222
+ "Many of plugin users would be delighted if you share your translation with "
223
+ "the community. Thanks for your contribution!"
224
  msgstr ""
225
+ "Muchos de los usuarios de este complemento estarían encantados si compartes "
226
+ "tu traducción con la comunidad. ¡Gracias por tu contribución!"
227
 
228
+ #: inc/php/page.php:139
229
  msgid "How does it work?"
230
  msgstr "¿Como funciona?"
231
 
232
+ #: inc/php/page.php:140
233
  msgid ""
234
+ "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
235
+ "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
236
+ "of applying your PHP code. It's that simple!"
237
  msgstr ""
238
 
239
+ #: inc/php/page.php:142
240
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
241
  msgstr ""
242
 
243
+ #: inc/php/page.php:143
244
  msgid "Yes. But you need to do it properly, like this:"
245
  msgstr ""
246
 
247
+ #: inc/php/page.php:153
248
  msgid "How much of PHP code (characters) I can enter in the text field?"
249
  msgstr ""
250
 
251
+ #: inc/php/page.php:154
252
+ msgid "We don't limit the number of characters."
253
  msgstr ""
254
 
255
+ #: inc/php/page.php:156
256
+ msgid ""
257
+ "On the plugin settings page, an error message appears. What could be wrong?"
258
  msgstr ""
259
 
260
+ #: inc/php/page.php:157
261
  msgid "Here are a few of the most likely causes of the error message:"
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:159
265
+ msgid ""
266
+ "You make a syntax error in the code that you have entered. Check the syntax "
267
+ "of your code and try again."
268
  msgstr ""
269
 
270
+ #: inc/php/page.php:160
271
+ msgid ""
272
+ "You entered two functions with the same name. Use a unique names for your "
273
+ "functions."
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:161
277
  msgid ""
278
+ "You have entered function with a name that is already occupied by another "
279
+ "function. Use a unique name for your function."
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:162
283
+ msgid ""
284
+ "You are trying to overwrite an existing function (of WordPress, theme, or "
285
+ "plugin). Instead, use filters and hooks."
286
  msgstr ""
287
 
288
+ #: inc/php/page.php:165
289
  msgid "Does this plugin requires any modification of the theme?"
290
  msgstr "¿Este complemento requiere alguna modificación del tema?"
291
 
292
+ #: inc/php/page.php:166
293
+ msgid ""
294
+ "Absolutely not. This plugin is configurable entirely from the plugin "
295
+ "settings page."
296
+ msgstr ""
297
+ "Absolutamente NO. Este complemento se puede configurar completamente desde "
298
+ "su página de configuración."
299
 
300
+ #: inc/php/page.php:168
301
  msgid "Does this require any knowledge of HTML or CSS?"
302
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
303
 
304
+ #: inc/php/page.php:169
305
  msgid ""
306
+ "This plugin can be configured with no knowledge of HTML or CSS, using an "
307
+ "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
308
+ "order to add/remove/modify the HTML or CSS code by using this plugin."
309
  msgstr ""
310
 
311
+ #: inc/php/page.php:171
312
  msgid "It's not working. What could be wrong?"
313
  msgstr "No funciona. ¿Qué podría estar mal?"
314
 
315
+ #: inc/php/page.php:172
316
  msgid ""
317
+ "As with every plugin, it's possible that things don't work. The most common "
318
+ "reason for this is a web browser's cache. Every web browser stores a cache "
319
+ "of the websites you visit (pages, images, and etc.) to reduce bandwidth "
320
+ "usage and server load. This is called the browser's cache.​ Clearing your "
321
+ "browser's cache may solve the problem."
322
+ msgstr ""
323
+ "Como con todos los complementos, es posible que las cosas no funcionen. La "
324
+ "razón más común para esto es la caché de un navegador web. Cada navegador "
325
+ "web almacena una caché de los sitios web que visitas (páginas, imágenes y "
326
+ "etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto "
327
+ "se denomina caché del navegador. Limpiar la caché del navegador puede "
328
+ "resolver el problema."
329
 
330
+ #: inc/php/page.php:173
331
  msgid ""
332
+ "It's impossible to tell what could be wrong exactly, but if you post a "
333
+ "support request in the plugin's support forum on WordPress.org, we'd be "
334
+ "happy to give it a look and try to help out. Please include as much "
335
+ "information as possible, including a link to your website where the problem "
336
+ "can be seen."
337
+ msgstr ""
338
+ "Es imposible decir exactamente lo que podría estar mal, pero si publicas una "
339
+ "solicitud de soporte en el foro de soporte del complemento en WordPress.org, "
340
+ "estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta "
341
+ "información como sea posible, incluyendo un enlace a tu sitio web donde se "
342
+ "pueda ver el problema."
343
 
344
+ #: inc/php/page.php:175
345
  msgid "What to do if this plugin crashed the website?"
346
  msgstr ""
347
 
348
+ #: inc/php/page.php:176
349
  msgid ""
350
+ "This plugin has a built-in functions for checking the custom code for syntax "
351
+ "errors, duplicate functions names, and etc. But plugin is not perfect, so "
352
+ "there are times when the entered custom code causes the error and white "
353
+ "screen (WSOD). This is due to the fact that your custom code has a syntax "
354
+ "error that this plugin could not detect. When this happens with you just do "
355
+ "the following and all will be fine."
356
  msgstr ""
357
 
358
+ #: inc/php/page.php:178
359
+ msgid ""
360
+ "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
361
+ "functions/</code>)."
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:179
365
+ msgid ""
366
+ "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
367
+ "custom code."
368
  msgstr ""
369
 
370
+ #: inc/php/page.php:180
371
+ msgid ""
372
+ "Return to the plugin settings page and edit/fix your custom code that you "
373
+ "entered before the crash."
374
  msgstr ""
375
 
376
+ #: inc/php/page.php:181
377
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
378
  msgstr ""
379
 
380
+ #: inc/php/page.php:183
381
  msgid ""
382
+ "This plugin stored you entered code in the database of your website. For "
383
+ "getting your code, you also can go to the <code>Database</code> &#10145; "
384
+ "Table <code>wp_options</code> &#10145; Option "
385
+ "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
 
 
 
386
  msgstr ""
 
 
387
 
388
+ #: inc/php/page.php:185
389
  msgid ""
390
+ "The last WordPress update is preventing me from editing the website of the "
391
+ "creator that is using this plugin. Why is this?"
 
392
  msgstr ""
393
+ "La última actualización de WordPress me impide editar mi sitio web que está "
394
+ "utilizando este complemento. ¿Porqué sucede esto?"
 
 
395
 
396
+ #: inc/php/page.php:186
397
+ msgid ""
398
+ "This plugin can not cause such problem. More likely, the problem are related "
399
+ "to the settings of the website. It could just be a cache, so please try to "
400
+ "clear your website's cache (may be you using a caching plugin, or some web "
401
+ "service such as the CloudFlare) and then the cache of your web browser. Also "
402
+ "please try to re-login to the website, this too can help."
403
+ msgstr ""
404
+ "Este complemento no puede causar este problema. Lo más probable es que el "
405
+ "problema esté relacionado con la configuración del sitio web. Podría ser "
406
+ "sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser "
407
+ "que utilices un complemento de caché o algún servicio web como CloudFlare) y "
408
+ "luego la caché de tu navegador web. También intenta volver a conectarte al "
409
+ "sitio web, esto también puede ayudar."
410
+
411
+ #: inc/php/page.php:188
412
  msgid "Where to report bug if found?"
413
  msgstr "¿Dónde informar el error si se encuentra?"
414
 
415
+ #: inc/php/page.php:190
416
  #, php-format
417
+ msgid ""
418
+ "Please visit %s this page %s and report. Please do not forget to specify the "
419
+ "name of the plugin. Thank you!"
420
+ msgstr ""
421
 
422
+ #: inc/php/page.php:196
423
  msgid "Where to share any ideas or suggestions to make the plugin better?"
424
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
425
 
426
+ #: inc/php/page.php:198
427
  #, php-format
428
+ msgid ""
429
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
430
+ "forget to specify the name of the plugin. Thank you!"
431
+ msgstr ""
432
 
433
+ #: inc/php/page.php:204
434
  msgid "I love this plugin! Can I help somehow?"
435
  msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
436
 
437
+ #: inc/php/page.php:206
438
  #, php-format
439
  msgid ""
440
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
441
+ "the creator %s, click on the donate button, and thank you!"
442
  msgstr ""
443
+ "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s "
444
+ "mi sitio web %s, has clic en el botón DONAR y gracias!"
445
 
446
+ #: inc/php/page.php:212
447
  msgid "My question wasn't answered here."
448
  msgstr "Mi pregunta no fue contestada aquí."
449
 
450
+ #: inc/php/page.php:214
451
  #, php-format
452
  msgid ""
453
+ "You can ask your question on %s this page %s. But please keep in mind that "
454
+ "this plugin is free, and there is no a special support team, so we have no "
455
+ "way to answer everyone."
456
  msgstr ""
457
+ "Puede hacer tu pregunta en %s la página de soporte del complementos %s. Pero "
458
+ "ten en cuenta que este complemento es gratuito, y no hay un equipo de "
459
+ "soporte especial, así que no tengo forma de responder a todos."
460
 
461
+ #: inc/php/page.php:228
462
  msgid "Support Me"
463
  msgstr "Apoyarme!"
464
 
465
+ #: inc/php/page.php:236 inc/php/settings.php:50 inc/php/sidebar.php:53
466
  msgid "Donate with PayPal"
467
  msgstr "Donar con PayPal"
468
 
 
 
 
 
 
469
  #: inc/php/page.php:241
470
+ #, php-format
471
  msgid ""
472
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
473
+ "Chimp %s."
474
  msgstr ""
475
+ "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-"
476
+ "Chimp %s."
477
 
478
+ #: inc/php/page.php:249
479
  msgid ""
480
+ "My intention is to create projects that will make this world a better place. "
481
+ "I'm really passionate about my work, I like what I'm doing and hope that you "
482
+ "will be enriched by my projects too."
 
483
  msgstr ""
484
+ "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy "
485
+ "realmente apasionado por mi trabajo, me gusta lo que estoy haciendo y espero "
486
+ "que también te enriquezcas con mis proyectos."
 
487
 
488
+ #: inc/php/page.php:250
489
+ msgid ""
490
+ "I spend a lot of time and effort trying to make sure that the themes, "
491
+ "plugins and other things I build are useful, and the ultimate proof of that "
492
+ "for me is that you actually want to use them. But, I’m an independent "
493
+ "developer, without a regular income, so every little contribution helps "
494
+ "cover my costs and lets me spend more time building things for people like "
495
+ "you to enjoy."
496
+ msgstr ""
497
+ "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, "
498
+ "complementos y otras cosas que construyo sean útiles, y la prueba definitiva "
499
+ "para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un "
500
+ "desarrollador independiente, sin un ingreso regular, por lo que cada pequeña "
501
+ "contribución me ayuda a cubrir mis costos y me deja pasar más tiempo "
502
+ "construyendo cosas para que la gente como tú lo disfrute."
503
+
504
+ #: inc/php/page.php:251
505
  msgid "If you appreciate my work, you can buy me a coffee!"
506
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
507
 
508
+ #: inc/php/page.php:252
509
  msgid "Thank you for your support!"
510
  msgstr "¡Gracias por tu apoyo!"
511
 
517
  msgid "Save changes"
518
  msgstr "Guardar los cambios"
519
 
520
+ #: inc/php/settings.php:45 inc/php/sidebar.php:48
521
  msgid ""
522
+ "I'm an independent developer, without a regular income, so every little "
523
+ "contribution helps cover my costs and lets me spend more time building "
524
+ "things for people like you to enjoy."
525
  msgstr ""
526
+ "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada "
527
+ "pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo "
528
+ "construyendo cosas para que personas como tú las disfruten."
529
 
530
+ #: inc/php/settings.php:52 inc/php/sidebar.php:55
531
  msgid "Thanks for your support!"
532
  msgstr "¡Gracias por tu apoyo!"
533
 
537
 
538
  #: inc/php/sidebar.php:18
539
  msgid ""
540
+ "This plugin allows you to easily and safely add your custom functions (PHP "
541
+ "code) directly out of your WordPress Admin area, without the need to have an "
542
+ "external editor."
543
  msgstr ""
544
 
545
  #: inc/php/sidebar.php:23
 
 
 
 
546
  msgid "Help"
547
  msgstr "Ayuda"
548
 
549
+ #: inc/php/sidebar.php:25
550
  msgid "If you have a question, please read the information in the FAQ section."
551
+ msgstr ""
552
+ "Si tiene alguna pregunta, lee la información en la sección de preguntas "
553
+ "frecuentes."
554
 
555
  #. Plugin Name of the plugin/theme
556
  msgid "My Custom Functions"
562
 
563
  #. Description of the plugin/theme
564
  msgid ""
565
+ "Easily and safely add your custom functions (PHP code) directly out of your "
566
+ "WordPress Admin area, without the need to have an external editor."
567
  msgstr ""
568
 
569
  #. Author of the plugin/theme
573
  #. Author URI of the plugin/theme
574
  msgid "https://www.arthurgareginyan.com"
575
  msgstr "https://www.arthurgareginyan.com"
 
 
 
 
 
 
 
 
 
 
 
 
languages/my-custom-functions-fr_FR.mo CHANGED
Binary file
languages/my-custom-functions-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
- "POT-Creation-Date: 2017-09-23 04:52+0300\n"
5
- "PO-Revision-Date: 2017-09-23 04:52+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -10,7 +10,7 @@ msgstr ""
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
- "X-Generator: Poedit 1.8.4\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -37,39 +37,39 @@ msgid "PHP Inserter"
37
  msgstr "PHP Inserter"
38
 
39
  #: inc/php/messages.php:26
40
- msgid "Hello. I'm Arthur, the author of this plugin."
41
  msgstr ""
42
 
43
  #: inc/php/messages.php:28
44
  #, php-format
45
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
46
  msgstr ""
47
 
48
- #: inc/php/messages.php:61
49
  msgid "You have installed an old version of this plugin."
50
  msgstr ""
51
 
52
- #: inc/php/messages.php:62
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr ""
55
 
56
- #: inc/php/messages.php:84
57
  msgid "Custom functions updated successfully."
58
  msgstr "Custom functions mis à jour avec succès"
59
 
60
- #: inc/php/messages.php:100
61
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
62
  msgstr ""
63
  "Désolé, mais votre code provoque une \"erreur fatale\" ; il n'est donc pas "
64
  "appliqué."
65
 
66
- #: inc/php/messages.php:101
67
  msgid "Please, check the code and try again."
68
  msgstr "Svp, vérifiez le code et réessayez."
69
 
70
  #: inc/php/page.php:32
71
  #, php-format
72
- msgid "by %s Space X-Chimp Studio %s"
73
  msgstr ""
74
 
75
  #: inc/php/page.php:38
@@ -88,7 +88,7 @@ msgstr ""
88
  msgid "F.A.Q."
89
  msgstr ""
90
 
91
- #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:32
92
  msgid "Support"
93
  msgstr ""
94
 
@@ -150,148 +150,150 @@ msgstr ""
150
  msgid "It's that simple!"
151
  msgstr ""
152
 
153
- #: inc/php/page.php:84
154
- msgid "If you want more options then tell me and I will be happy to add it."
 
 
155
  msgstr ""
156
 
157
- #: inc/php/page.php:93
158
  msgid "Frequently Asked Questions"
159
  msgstr ""
160
 
161
- #: inc/php/page.php:97
162
  msgid ""
163
  "If you have a question, please read the Frequently Asked Questions below to "
164
  "see if the answer is here."
165
  msgstr ""
166
 
167
- #: inc/php/page.php:119
168
  msgid "Will this plugin work on my WordPress.COM website?"
169
  msgstr ""
170
 
171
- #: inc/php/page.php:120
172
  msgid ""
173
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
174
  "websites."
175
  msgstr ""
176
 
177
- #: inc/php/page.php:122
178
  msgid "Can I use this plugin on my language?"
179
  msgstr ""
180
 
181
- #: inc/php/page.php:123
182
  msgid ""
183
  "Yes. This plugin is ready for translation and has already been translated "
184
  "into several languages."
185
  msgstr ""
186
 
187
- #: inc/php/page.php:125
188
  #, php-format
189
  msgid ""
190
  "If you want to help translate this plugin then please visit the %s. You can "
191
  "also use the POT file, that is included and placed in the \"languages\" "
192
  "folder, in order to create a translation PO file. Just send the PO file to "
193
- "me at the %s and I will include this translation within the next plugin "
194
  "update."
195
  msgstr ""
196
 
197
- #: inc/php/page.php:130
198
  msgid ""
199
  "Maybe not all existed translations are up to date. You are welcome to "
200
  "contribute corrections!"
201
  msgstr ""
202
 
203
- #: inc/php/page.php:131
204
  msgid ""
205
  "Many of plugin users would be delighted if you share your translation with "
206
  "the community. Thanks for your contribution!"
207
  msgstr ""
208
 
209
- #: inc/php/page.php:133
210
  msgid "How does it work?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:134
214
  msgid ""
215
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
216
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
217
  "of applying your PHP code. It's that simple!"
218
  msgstr ""
219
 
220
- #: inc/php/page.php:136
221
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
222
  msgstr ""
223
 
224
- #: inc/php/page.php:137
225
  msgid "Yes. But you need to do it properly, like this:"
226
  msgstr ""
227
 
228
- #: inc/php/page.php:147
229
  msgid "How much of PHP code (characters) I can enter in the text field?"
230
  msgstr ""
231
 
232
- #: inc/php/page.php:148
233
- msgid "I don't limit the number of characters."
234
  msgstr ""
235
 
236
- #: inc/php/page.php:150
237
  msgid ""
238
  "On the plugin settings page, an error message appears. What could be wrong?"
239
  msgstr ""
240
 
241
- #: inc/php/page.php:151
242
  msgid "Here are a few of the most likely causes of the error message:"
243
  msgstr ""
244
 
245
- #: inc/php/page.php:153
246
  msgid ""
247
  "You make a syntax error in the code that you have entered. Check the syntax "
248
  "of your code and try again."
249
  msgstr ""
250
 
251
- #: inc/php/page.php:154
252
  msgid ""
253
  "You entered two functions with the same name. Use a unique names for your "
254
  "functions."
255
  msgstr ""
256
 
257
- #: inc/php/page.php:155
258
  msgid ""
259
  "You have entered function with a name that is already occupied by another "
260
  "function. Use a unique name for your function."
261
  msgstr ""
262
 
263
- #: inc/php/page.php:156
264
  msgid ""
265
  "You are trying to overwrite an existing function (of WordPress, theme, or "
266
  "plugin). Instead, use filters and hooks."
267
  msgstr ""
268
 
269
- #: inc/php/page.php:159
270
  msgid "Does this plugin requires any modification of the theme?"
271
  msgstr ""
272
 
273
- #: inc/php/page.php:160
274
  msgid ""
275
  "Absolutely not. This plugin is configurable entirely from the plugin "
276
  "settings page."
277
  msgstr ""
278
 
279
- #: inc/php/page.php:162
280
  msgid "Does this require any knowledge of HTML or CSS?"
281
  msgstr ""
282
 
283
- #: inc/php/page.php:163
284
  msgid ""
285
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
286
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
287
  "order to add/remove/modify the HTML or CSS code by using this plugin."
288
  msgstr ""
289
 
290
- #: inc/php/page.php:165
291
  msgid "It's not working. What could be wrong?"
292
  msgstr ""
293
 
294
- #: inc/php/page.php:166
295
  msgid ""
296
  "As with every plugin, it's possible that things don't work. The most common "
297
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -300,19 +302,20 @@ msgid ""
300
  "browser's cache may solve the problem."
301
  msgstr ""
302
 
303
- #: inc/php/page.php:167
304
  msgid ""
305
  "It's impossible to tell what could be wrong exactly, but if you post a "
306
- "support request in the plugin's support forum on WordPress.org, I'd be happy "
307
- "to give it a look and try to help out. Please include as much information as "
308
- "possible, including a link to your website where the problem can be seen."
 
309
  msgstr ""
310
 
311
- #: inc/php/page.php:169
312
  msgid "What to do if this plugin crashed the website?"
313
  msgstr ""
314
 
315
- #: inc/php/page.php:170
316
  msgid ""
317
  "This plugin has a built-in functions for checking the custom code for syntax "
318
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
@@ -322,29 +325,29 @@ msgid ""
322
  "the following and all will be fine."
323
  msgstr ""
324
 
325
- #: inc/php/page.php:172
326
  msgid ""
327
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
328
  "functions/</code>)."
329
  msgstr ""
330
 
331
- #: inc/php/page.php:173
332
  msgid ""
333
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
334
  "custom code."
335
  msgstr ""
336
 
337
- #: inc/php/page.php:174
338
  msgid ""
339
  "Return to the plugin settings page and edit/fix your custom code that you "
340
  "entered before the crash."
341
  msgstr ""
342
 
343
- #: inc/php/page.php:175
344
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
345
  msgstr ""
346
 
347
- #: inc/php/page.php:177
348
  msgid ""
349
  "This plugin stored you entered code in the database of your website. For "
350
  "getting your code, you also can go to the <code>Database</code> &#10145; "
@@ -352,13 +355,13 @@ msgid ""
352
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
353
  msgstr ""
354
 
355
- #: inc/php/page.php:179
356
  msgid ""
357
- "The last WordPress update is preventing me from editing my website that is "
358
- "using this plugin. Why is this?"
359
  msgstr ""
360
 
361
- #: inc/php/page.php:180
362
  msgid ""
363
  "This plugin can not cause such problem. More likely, the problem are related "
364
  "to the settings of the website. It could just be a cache, so please try to "
@@ -367,71 +370,74 @@ msgid ""
367
  "please try to re-login to the website, this too can help."
368
  msgstr ""
369
 
370
- #: inc/php/page.php:182
371
  msgid "Where to report bug if found?"
372
  msgstr ""
373
 
374
- #: inc/php/page.php:184
375
  #, php-format
376
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
 
 
377
  msgstr ""
378
 
379
- #: inc/php/page.php:190
380
  msgid "Where to share any ideas or suggestions to make the plugin better?"
381
  msgstr ""
382
 
383
- #: inc/php/page.php:192
384
  #, php-format
385
  msgid ""
386
- "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
387
  msgstr ""
388
 
389
- #: inc/php/page.php:197
390
  msgid "I love this plugin! Can I help somehow?"
391
  msgstr ""
392
 
393
- #: inc/php/page.php:199
394
  #, php-format
395
  msgid ""
396
- "Yes, any financial contributions are welcome! Just visit %s my website %s, "
397
- "click on the donate button, and thank you!"
398
  msgstr ""
399
 
400
- #: inc/php/page.php:205
401
  msgid "My question wasn't answered here."
402
  msgstr ""
403
 
404
- #: inc/php/page.php:207
405
  #, php-format
406
  msgid ""
407
- "You can ask your question on the plugin support page %s. But please keep in "
408
- "mind that this plugin is free, and there is no a special support team, so I "
409
- "have no way to answer everyone."
410
  msgstr ""
411
 
412
- #: inc/php/page.php:220
413
  msgid "Support Me"
414
  msgstr ""
415
 
416
- #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
417
  msgid "Donate with PayPal"
418
  msgstr ""
419
 
420
- #: inc/php/page.php:233
421
  #, php-format
422
  msgid ""
423
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
424
- "Chimp Studio %s."
425
  msgstr ""
426
 
427
- #: inc/php/page.php:241
428
  msgid ""
429
  "My intention is to create projects that will make this world a better place. "
430
  "I'm really passionate about my work, I like what I'm doing and hope that you "
431
  "will be enriched by my projects too."
432
  msgstr ""
433
 
434
- #: inc/php/page.php:242
435
  msgid ""
436
  "I spend a lot of time and effort trying to make sure that the themes, "
437
  "plugins and other things I build are useful, and the ultimate proof of that "
@@ -441,11 +447,11 @@ msgid ""
441
  "you to enjoy."
442
  msgstr ""
443
 
444
- #: inc/php/page.php:243
445
  msgid "If you appreciate my work, you can buy me a coffee!"
446
  msgstr ""
447
 
448
- #: inc/php/page.php:244
449
  msgid "Thank you for your support!"
450
  msgstr ""
451
 
@@ -457,7 +463,7 @@ msgstr "Fonctions (code PHP)"
457
  msgid "Save changes"
458
  msgstr "Enregistrer"
459
 
460
- #: inc/php/settings.php:45 inc/php/sidebar.php:34
461
  msgid ""
462
  "I'm an independent developer, without a regular income, so every little "
463
  "contribution helps cover my costs and lets me spend more time building "
@@ -467,7 +473,7 @@ msgstr ""
467
  "modeste contribution m'aide à couvrir les frais et me permet de consacrer "
468
  "plus de temps à créer des choses que vous appréciez."
469
 
470
- #: inc/php/settings.php:52 inc/php/sidebar.php:41
471
  msgid "Thanks for your support!"
472
  msgstr "Merci pour votre soutien !"
473
 
@@ -483,14 +489,10 @@ msgid ""
483
  msgstr ""
484
 
485
  #: inc/php/sidebar.php:23
486
- msgid "Upgrade"
487
- msgstr "Evolution"
488
-
489
- #: inc/php/sidebar.php:46
490
  msgid "Help"
491
  msgstr "Aide"
492
 
493
- #: inc/php/sidebar.php:48
494
  msgid "If you have a question, please read the information in the FAQ section."
495
  msgstr "Vous souhaitez nous contacter ? Vous avez besoin d'aide ?"
496
 
@@ -519,33 +521,5 @@ msgstr "Arthur Gareginyan"
519
  msgid "https://www.arthurgareginyan.com"
520
  msgstr "https://www.arthurgareginyan.com"
521
 
522
- #~ msgid "Custom Functions"
523
- #~ msgstr "Custom Functions"
524
-
525
- #~ msgid "by %s Arthur Gareginyan %s"
526
- #~ msgstr "par %s Arthur Gareginyan %s"
527
-
528
- #~ msgid ""
529
- #~ "This plugin allows you to easily and safely add your custom functions "
530
- #~ "(PHP code) to your website."
531
- #~ msgstr ""
532
- #~ "Ce plugin vous permet d'ajouter facilement et en toute sécurité vos "
533
- #~ "fonctions personnalisées (code PHP) au fichier functions.php de votre "
534
- #~ "thème/site."
535
-
536
- #~ msgid ""
537
- #~ "To use, enter your custom functions, then click \"Save changes\". It's "
538
- #~ "that simple!"
539
- #~ msgstr ""
540
- #~ "Pour utiliser ce plugin, entrez vos fonctions personnalisées, puis "
541
- #~ "cliquez \"Enregistrer\". C'est aussi simple que ça !"
542
-
543
- #~ msgid ""
544
- #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
545
- #~ "Gareginyan</a>"
546
- #~ msgstr ""
547
- #~ "par <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
548
- #~ "Gareginyan</a>"
549
-
550
- #~ msgid "Using"
551
- #~ msgstr "Mode d'emploi"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2018-01-22 11:47+0300\n"
5
+ "PO-Revision-Date: 2018-01-22 11:47+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
+ "X-Generator: Poedit 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
37
  msgstr "PHP Inserter"
38
 
39
  #: inc/php/messages.php:26
40
+ msgid "Hello. We are the team of Space X-Chimp."
41
  msgstr ""
42
 
43
  #: inc/php/messages.php:28
44
  #, php-format
45
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
46
  msgstr ""
47
 
48
+ #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
50
  msgstr ""
51
 
52
+ #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr ""
55
 
56
+ #: inc/php/messages.php:91
57
  msgid "Custom functions updated successfully."
58
  msgstr "Custom functions mis à jour avec succès"
59
 
60
+ #: inc/php/messages.php:107
61
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
62
  msgstr ""
63
  "Désolé, mais votre code provoque une \"erreur fatale\" ; il n'est donc pas "
64
  "appliqué."
65
 
66
+ #: inc/php/messages.php:108
67
  msgid "Please, check the code and try again."
68
  msgstr "Svp, vérifiez le code et réessayez."
69
 
70
  #: inc/php/page.php:32
71
  #, php-format
72
+ msgid "by %s Space X-Chimp %s"
73
  msgstr ""
74
 
75
  #: inc/php/page.php:38
88
  msgid "F.A.Q."
89
  msgstr ""
90
 
91
+ #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:46
92
  msgid "Support"
93
  msgstr ""
94
 
150
  msgid "It's that simple!"
151
  msgstr ""
152
 
153
+ #: inc/php/page.php:85
154
+ #, php-format
155
+ msgid ""
156
+ "If you want more options then %s tell us %s and we will be happy to add it."
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:99
160
  msgid "Frequently Asked Questions"
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:103
164
  msgid ""
165
  "If you have a question, please read the Frequently Asked Questions below to "
166
  "see if the answer is here."
167
  msgstr ""
168
 
169
+ #: inc/php/page.php:125
170
  msgid "Will this plugin work on my WordPress.COM website?"
171
  msgstr ""
172
 
173
+ #: inc/php/page.php:126
174
  msgid ""
175
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
176
  "websites."
177
  msgstr ""
178
 
179
+ #: inc/php/page.php:128
180
  msgid "Can I use this plugin on my language?"
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:129
184
  msgid ""
185
  "Yes. This plugin is ready for translation and has already been translated "
186
  "into several languages."
187
  msgstr ""
188
 
189
+ #: inc/php/page.php:131
190
  #, php-format
191
  msgid ""
192
  "If you want to help translate this plugin then please visit the %s. You can "
193
  "also use the POT file, that is included and placed in the \"languages\" "
194
  "folder, in order to create a translation PO file. Just send the PO file to "
195
+ "us at the %s and we will include this translation within the next plugin "
196
  "update."
197
  msgstr ""
198
 
199
+ #: inc/php/page.php:136
200
  msgid ""
201
  "Maybe not all existed translations are up to date. You are welcome to "
202
  "contribute corrections!"
203
  msgstr ""
204
 
205
+ #: inc/php/page.php:137
206
  msgid ""
207
  "Many of plugin users would be delighted if you share your translation with "
208
  "the community. Thanks for your contribution!"
209
  msgstr ""
210
 
211
+ #: inc/php/page.php:139
212
  msgid "How does it work?"
213
  msgstr ""
214
 
215
+ #: inc/php/page.php:140
216
  msgid ""
217
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
218
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
219
  "of applying your PHP code. It's that simple!"
220
  msgstr ""
221
 
222
+ #: inc/php/page.php:142
223
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
224
  msgstr ""
225
 
226
+ #: inc/php/page.php:143
227
  msgid "Yes. But you need to do it properly, like this:"
228
  msgstr ""
229
 
230
+ #: inc/php/page.php:153
231
  msgid "How much of PHP code (characters) I can enter in the text field?"
232
  msgstr ""
233
 
234
+ #: inc/php/page.php:154
235
+ msgid "We don't limit the number of characters."
236
  msgstr ""
237
 
238
+ #: inc/php/page.php:156
239
  msgid ""
240
  "On the plugin settings page, an error message appears. What could be wrong?"
241
  msgstr ""
242
 
243
+ #: inc/php/page.php:157
244
  msgid "Here are a few of the most likely causes of the error message:"
245
  msgstr ""
246
 
247
+ #: inc/php/page.php:159
248
  msgid ""
249
  "You make a syntax error in the code that you have entered. Check the syntax "
250
  "of your code and try again."
251
  msgstr ""
252
 
253
+ #: inc/php/page.php:160
254
  msgid ""
255
  "You entered two functions with the same name. Use a unique names for your "
256
  "functions."
257
  msgstr ""
258
 
259
+ #: inc/php/page.php:161
260
  msgid ""
261
  "You have entered function with a name that is already occupied by another "
262
  "function. Use a unique name for your function."
263
  msgstr ""
264
 
265
+ #: inc/php/page.php:162
266
  msgid ""
267
  "You are trying to overwrite an existing function (of WordPress, theme, or "
268
  "plugin). Instead, use filters and hooks."
269
  msgstr ""
270
 
271
+ #: inc/php/page.php:165
272
  msgid "Does this plugin requires any modification of the theme?"
273
  msgstr ""
274
 
275
+ #: inc/php/page.php:166
276
  msgid ""
277
  "Absolutely not. This plugin is configurable entirely from the plugin "
278
  "settings page."
279
  msgstr ""
280
 
281
+ #: inc/php/page.php:168
282
  msgid "Does this require any knowledge of HTML or CSS?"
283
  msgstr ""
284
 
285
+ #: inc/php/page.php:169
286
  msgid ""
287
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
288
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
289
  "order to add/remove/modify the HTML or CSS code by using this plugin."
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:171
293
  msgid "It's not working. What could be wrong?"
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:172
297
  msgid ""
298
  "As with every plugin, it's possible that things don't work. The most common "
299
  "reason for this is a web browser's cache. Every web browser stores a cache "
302
  "browser's cache may solve the problem."
303
  msgstr ""
304
 
305
+ #: inc/php/page.php:173
306
  msgid ""
307
  "It's impossible to tell what could be wrong exactly, but if you post a "
308
+ "support request in the plugin's support forum on WordPress.org, we'd be "
309
+ "happy to give it a look and try to help out. Please include as much "
310
+ "information as possible, including a link to your website where the problem "
311
+ "can be seen."
312
  msgstr ""
313
 
314
+ #: inc/php/page.php:175
315
  msgid "What to do if this plugin crashed the website?"
316
  msgstr ""
317
 
318
+ #: inc/php/page.php:176
319
  msgid ""
320
  "This plugin has a built-in functions for checking the custom code for syntax "
321
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
325
  "the following and all will be fine."
326
  msgstr ""
327
 
328
+ #: inc/php/page.php:178
329
  msgid ""
330
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
331
  "functions/</code>)."
332
  msgstr ""
333
 
334
+ #: inc/php/page.php:179
335
  msgid ""
336
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
337
  "custom code."
338
  msgstr ""
339
 
340
+ #: inc/php/page.php:180
341
  msgid ""
342
  "Return to the plugin settings page and edit/fix your custom code that you "
343
  "entered before the crash."
344
  msgstr ""
345
 
346
+ #: inc/php/page.php:181
347
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
348
  msgstr ""
349
 
350
+ #: inc/php/page.php:183
351
  msgid ""
352
  "This plugin stored you entered code in the database of your website. For "
353
  "getting your code, you also can go to the <code>Database</code> &#10145; "
355
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
356
  msgstr ""
357
 
358
+ #: inc/php/page.php:185
359
  msgid ""
360
+ "The last WordPress update is preventing me from editing the website of the "
361
+ "creator that is using this plugin. Why is this?"
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:186
365
  msgid ""
366
  "This plugin can not cause such problem. More likely, the problem are related "
367
  "to the settings of the website. It could just be a cache, so please try to "
370
  "please try to re-login to the website, this too can help."
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:188
374
  msgid "Where to report bug if found?"
375
  msgstr ""
376
 
377
+ #: inc/php/page.php:190
378
  #, php-format
379
+ msgid ""
380
+ "Please visit %s this page %s and report. Please do not forget to specify the "
381
+ "name of the plugin. Thank you!"
382
  msgstr ""
383
 
384
+ #: inc/php/page.php:196
385
  msgid "Where to share any ideas or suggestions to make the plugin better?"
386
  msgstr ""
387
 
388
+ #: inc/php/page.php:198
389
  #, php-format
390
  msgid ""
391
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
392
+ "forget to specify the name of the plugin. Thank you!"
393
  msgstr ""
394
 
395
+ #: inc/php/page.php:204
396
  msgid "I love this plugin! Can I help somehow?"
397
  msgstr ""
398
 
399
+ #: inc/php/page.php:206
400
  #, php-format
401
  msgid ""
402
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
403
+ "the creator %s, click on the donate button, and thank you!"
404
  msgstr ""
405
 
406
+ #: inc/php/page.php:212
407
  msgid "My question wasn't answered here."
408
  msgstr ""
409
 
410
+ #: inc/php/page.php:214
411
  #, php-format
412
  msgid ""
413
+ "You can ask your question on %s this page %s. But please keep in mind that "
414
+ "this plugin is free, and there is no a special support team, so we have no "
415
+ "way to answer everyone."
416
  msgstr ""
417
 
418
+ #: inc/php/page.php:228
419
  msgid "Support Me"
420
  msgstr ""
421
 
422
+ #: inc/php/page.php:236 inc/php/settings.php:50 inc/php/sidebar.php:53
423
  msgid "Donate with PayPal"
424
  msgstr ""
425
 
426
+ #: inc/php/page.php:241
427
  #, php-format
428
  msgid ""
429
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
430
+ "Chimp %s."
431
  msgstr ""
432
 
433
+ #: inc/php/page.php:249
434
  msgid ""
435
  "My intention is to create projects that will make this world a better place. "
436
  "I'm really passionate about my work, I like what I'm doing and hope that you "
437
  "will be enriched by my projects too."
438
  msgstr ""
439
 
440
+ #: inc/php/page.php:250
441
  msgid ""
442
  "I spend a lot of time and effort trying to make sure that the themes, "
443
  "plugins and other things I build are useful, and the ultimate proof of that "
447
  "you to enjoy."
448
  msgstr ""
449
 
450
+ #: inc/php/page.php:251
451
  msgid "If you appreciate my work, you can buy me a coffee!"
452
  msgstr ""
453
 
454
+ #: inc/php/page.php:252
455
  msgid "Thank you for your support!"
456
  msgstr ""
457
 
463
  msgid "Save changes"
464
  msgstr "Enregistrer"
465
 
466
+ #: inc/php/settings.php:45 inc/php/sidebar.php:48
467
  msgid ""
468
  "I'm an independent developer, without a regular income, so every little "
469
  "contribution helps cover my costs and lets me spend more time building "
473
  "modeste contribution m'aide à couvrir les frais et me permet de consacrer "
474
  "plus de temps à créer des choses que vous appréciez."
475
 
476
+ #: inc/php/settings.php:52 inc/php/sidebar.php:55
477
  msgid "Thanks for your support!"
478
  msgstr "Merci pour votre soutien !"
479
 
489
  msgstr ""
490
 
491
  #: inc/php/sidebar.php:23
 
 
 
 
492
  msgid "Help"
493
  msgstr "Aide"
494
 
495
+ #: inc/php/sidebar.php:25
496
  msgid "If you have a question, please read the information in the FAQ section."
497
  msgstr "Vous souhaitez nous contacter ? Vous avez besoin d'aide ?"
498
 
521
  msgid "https://www.arthurgareginyan.com"
522
  msgstr "https://www.arthurgareginyan.com"
523
 
524
+ #~ msgid "Upgrade"
525
+ #~ msgstr "Evolution"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/my-custom-functions-ru_RU.mo CHANGED
Binary file
languages/my-custom-functions-ru_RU.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
- "POT-Creation-Date: 2017-09-23 04:52+0300\n"
5
- "PO-Revision-Date: 2017-09-23 04:52+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru_RU\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.4\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: my-custom-functions.php\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
@@ -38,39 +38,40 @@ msgid "PHP Inserter"
38
  msgstr "PHP Inserter"
39
 
40
  #: inc/php/messages.php:26
41
- msgid "Hello. I'm Arthur, the author of this plugin."
42
- msgstr "Привет! Я Артур, автор этого плагина."
43
 
44
  #: inc/php/messages.php:28
45
  #, php-format
46
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
47
- msgstr "Спасибо, что установили мой плагин! Надеюсь, что он вам полюбится! %s"
 
48
 
49
- #: inc/php/messages.php:61
50
  msgid "You have installed an old version of this plugin."
51
  msgstr "Вы установили устаревшую версию этого плагина."
52
 
53
- #: inc/php/messages.php:62
54
  msgid "Please update the plugin to the latest version, and all will be fine."
55
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
56
 
57
- #: inc/php/messages.php:84
58
  msgid "Custom functions updated successfully."
59
  msgstr "Пользовательские функции успешно обновлены."
60
 
61
- #: inc/php/messages.php:100
62
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
63
  msgstr ""
64
  "Извините, но ваш код вызывает \"Fatal error\", так что он не будет применён!"
65
 
66
- #: inc/php/messages.php:101
67
  msgid "Please, check the code and try again."
68
  msgstr "Пожалуйста, проверьте код и попробуйте ещё раз."
69
 
70
  #: inc/php/page.php:32
71
  #, php-format
72
- msgid "by %s Space X-Chimp Studio %s"
73
- msgstr "от %s Space X-Chimp Studio %s"
74
 
75
  #: inc/php/page.php:38
76
  msgid "Version"
@@ -88,7 +89,7 @@ msgstr "Применение"
88
  msgid "F.A.Q."
89
  msgstr "F.A.Q."
90
 
91
- #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:32
92
  msgid "Support"
93
  msgstr "Поддержка"
94
 
@@ -156,27 +157,29 @@ msgstr "Наслаждайтесь результатом применения
156
  msgid "It's that simple!"
157
  msgstr "Это так просто!"
158
 
159
- #: inc/php/page.php:84
160
- msgid "If you want more options then tell me and I will be happy to add it."
 
 
161
  msgstr ""
162
- "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
163
  "добавить их."
164
 
165
- #: inc/php/page.php:93
166
  msgid "Frequently Asked Questions"
167
  msgstr "Часто задаваемые вопросы"
168
 
169
- #: inc/php/page.php:97
170
  msgid ""
171
  "If you have a question, please read the Frequently Asked Questions below to "
172
  "see if the answer is here."
173
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
174
 
175
- #: inc/php/page.php:119
176
  msgid "Will this plugin work on my WordPress.COM website?"
177
  msgstr "Будет ли этот плагин работать на моем веб-сайте WordPress.COM?"
178
 
179
- #: inc/php/page.php:120
180
  msgid ""
181
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
182
  "websites."
@@ -184,37 +187,37 @@ msgstr ""
184
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
185
  "размещённых веб-сайтах (WordPress.ORG)."
186
 
187
- #: inc/php/page.php:122
188
  msgid "Can I use this plugin on my language?"
189
  msgstr "Можно ли использовать этот плагин на моём языке?"
190
 
191
- #: inc/php/page.php:123
192
  msgid ""
193
  "Yes. This plugin is ready for translation and has already been translated "
194
  "into several languages."
195
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
196
 
197
- #: inc/php/page.php:125
198
  #, php-format
199
  msgid ""
200
  "If you want to help translate this plugin then please visit the %s. You can "
201
  "also use the POT file, that is included and placed in the \"languages\" "
202
  "folder, in order to create a translation PO file. Just send the PO file to "
203
- "me at the %s and I will include this translation within the next plugin "
204
  "update."
205
  msgstr ""
206
  "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы "
207
  "также можете использовать файл POT, который включён в плагин и помещён в "
208
- "папку «languages», чтобы создать PO файл перевода. Просто отправьте мне файл "
209
- "PO на %s и Я включу этот перевод в следующее обновление плагина."
210
 
211
- #: inc/php/page.php:130
212
  msgid ""
213
  "Maybe not all existed translations are up to date. You are welcome to "
214
  "contribute corrections!"
215
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
216
 
217
- #: inc/php/page.php:131
218
  msgid ""
219
  "Many of plugin users would be delighted if you share your translation with "
220
  "the community. Thanks for your contribution!"
@@ -222,11 +225,11 @@ msgstr ""
222
  "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
223
  "с сообществом. Спасибо за ваш вклад!"
224
 
225
- #: inc/php/page.php:133
226
  msgid "How does it work?"
227
  msgstr "Как это работает?"
228
 
229
- #: inc/php/page.php:134
230
  msgid ""
231
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
232
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
@@ -236,35 +239,35 @@ msgstr ""
236
  "переключатель в положение «ON» и нажмите кнопку «Сохранить изменения». "
237
  "Наслаждайтесь результатом применения вашего PHP кода. Это так просто!"
238
 
239
- #: inc/php/page.php:136
240
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
241
  msgstr "Можно ли использовать HTML/CSS/JS код, встроенный в PHP-код?"
242
 
243
- #: inc/php/page.php:137
244
  msgid "Yes. But you need to do it properly, like this:"
245
  msgstr "Да. Но вам нужно сделать это правильно, например так:"
246
 
247
- #: inc/php/page.php:147
248
  msgid "How much of PHP code (characters) I can enter in the text field?"
249
  msgstr "Сколько PHP-кода (символов) можно ввести в текстовом поле?"
250
 
251
- #: inc/php/page.php:148
252
- msgid "I don't limit the number of characters."
253
  msgstr "Я не ограничиваю количество символов."
254
 
255
- #: inc/php/page.php:150
256
  msgid ""
257
  "On the plugin settings page, an error message appears. What could be wrong?"
258
  msgstr ""
259
  "На странице настроек плагина появляется сообщение об ошибке. Что может быть "
260
  "не так?"
261
 
262
- #: inc/php/page.php:151
263
  msgid "Here are a few of the most likely causes of the error message:"
264
  msgstr ""
265
  "Вот некоторые из наиболее вероятных причин появления сообщение об ошибке:"
266
 
267
- #: inc/php/page.php:153
268
  msgid ""
269
  "You make a syntax error in the code that you have entered. Check the syntax "
270
  "of your code and try again."
@@ -272,7 +275,7 @@ msgstr ""
272
  "Вы сделали синтаксическую ошибку в коде, который ввели. Проверьте синтаксис "
273
  "кода и повторите попытку."
274
 
275
- #: inc/php/page.php:154
276
  msgid ""
277
  "You entered two functions with the same name. Use a unique names for your "
278
  "functions."
@@ -280,7 +283,7 @@ msgstr ""
280
  "Вы ввели несколько функций с одинаковым именем. Используйте уникальные имена "
281
  "для ваших функций."
282
 
283
- #: inc/php/page.php:155
284
  msgid ""
285
  "You have entered function with a name that is already occupied by another "
286
  "function. Use a unique name for your function."
@@ -288,7 +291,7 @@ msgstr ""
288
  "Вы ввели функцию с именем, которое уже занята другой функцией. Используйте "
289
  "уникальное имя для вашей функции."
290
 
291
- #: inc/php/page.php:156
292
  msgid ""
293
  "You are trying to overwrite an existing function (of WordPress, theme, or "
294
  "plugin). Instead, use filters and hooks."
@@ -296,11 +299,11 @@ msgstr ""
296
  "Вы пытаетесь перезаписать существующую функцию (из WordPress, темы или "
297
  "плагина). Вместо этого используйте фильтры и хуки."
298
 
299
- #: inc/php/page.php:159
300
  msgid "Does this plugin requires any modification of the theme?"
301
  msgstr "Этот плагин требует изменения темы?"
302
 
303
- #: inc/php/page.php:160
304
  msgid ""
305
  "Absolutely not. This plugin is configurable entirely from the plugin "
306
  "settings page."
@@ -308,11 +311,11 @@ msgstr ""
308
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
309
  "плагина."
310
 
311
- #: inc/php/page.php:162
312
  msgid "Does this require any knowledge of HTML or CSS?"
313
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
314
 
315
- #: inc/php/page.php:163
316
  msgid ""
317
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
318
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
@@ -323,11 +326,11 @@ msgstr ""
323
  "для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
324
  "плагин."
325
 
326
- #: inc/php/page.php:165
327
  msgid "It's not working. What could be wrong?"
328
  msgstr "Оно не работает. Что может быть не так?"
329
 
330
- #: inc/php/page.php:166
331
  msgid ""
332
  "As with every plugin, it's possible that things don't work. The most common "
333
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -342,24 +345,24 @@ msgstr ""
342
  "сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
343
  "проблему."
344
 
345
- #: inc/php/page.php:167
346
  msgid ""
347
  "It's impossible to tell what could be wrong exactly, but if you post a "
348
- "support request in the plugin's support forum on WordPress.org, I'd be happy "
349
- "to give it a look and try to help out. Please include as much information as "
350
- "possible, including a link to your website where the problem can be seen."
 
351
  msgstr ""
352
  "Невозможно точно сказать, что может быть неправильно, но если вы разместите "
353
- "запрос поддержки на форуме поддержки плагинов на WordPress.org, я с "
354
- "удовольствием посмотрю его и попытаюсь помочь. Пожалуйста, укажите как можно "
355
- "больше информации, включая ссылку на ваш сайт, на котором можно увидеть "
356
- "проблему."
357
 
358
- #: inc/php/page.php:169
359
  msgid "What to do if this plugin crashed the website?"
360
  msgstr "Что делать, если этот плагин сломал сайт?"
361
 
362
- #: inc/php/page.php:170
363
  msgid ""
364
  "This plugin has a built-in functions for checking the custom code for syntax "
365
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
@@ -376,7 +379,7 @@ msgstr ""
376
  "смог обнаружить. Когда это произойдет с вами, просто выполните следующее, и "
377
  "все будет в порядке."
378
 
379
- #: inc/php/page.php:172
380
  msgid ""
381
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
382
  "functions/</code>)."
@@ -384,7 +387,7 @@ msgstr ""
384
  "Через FTP, перейдите в папку плагина (в <code>wp-content/plugins/my-custom-"
385
  "functions/</code>)."
386
 
387
- #: inc/php/page.php:173
388
  msgid ""
389
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
390
  "custom code."
@@ -392,7 +395,7 @@ msgstr ""
392
  "Переименуйте файл «START» в «STOP». Это остановит выполнение "
393
  "пользовательского кода."
394
 
395
- #: inc/php/page.php:174
396
  msgid ""
397
  "Return to the plugin settings page and edit/fix your custom code that you "
398
  "entered before the crash."
@@ -400,11 +403,11 @@ msgstr ""
400
  "Вернитесь на страницу настроек плагина и отредактируйте/исправьте свой код, "
401
  "который вы ввели до сбоя."
402
 
403
- #: inc/php/page.php:175
404
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
405
  msgstr "Переименуйте файл \"STOP\" в \"START\", и всё готово!"
406
 
407
- #: inc/php/page.php:177
408
  msgid ""
409
  "This plugin stored you entered code in the database of your website. For "
410
  "getting your code, you also can go to the <code>Database</code> &#10145; "
@@ -416,15 +419,15 @@ msgstr ""
416
  "<code>wp_options</code> &#10145; Option <code>anarcho_cfunctions_settings</"
417
  "code> &#10145; <code>option_value</code>."
418
 
419
- #: inc/php/page.php:179
420
  msgid ""
421
- "The last WordPress update is preventing me from editing my website that is "
422
- "using this plugin. Why is this?"
423
  msgstr ""
424
  "Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
425
  "который использует этот плагин. Почему так?"
426
 
427
- #: inc/php/page.php:180
428
  msgid ""
429
  "This plugin can not cause such problem. More likely, the problem are related "
430
  "to the settings of the website. It could just be a cache, so please try to "
@@ -438,75 +441,78 @@ msgstr ""
438
  "веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
439
  "попробуйте повторно войти на сайт, это тоже может помочь."
440
 
441
- #: inc/php/page.php:182
442
  msgid "Where to report bug if found?"
443
  msgstr "Где можно сообщить об ошибке?"
444
 
445
- #: inc/php/page.php:184
446
  #, php-format
447
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
 
 
448
  msgstr ""
449
- "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
 
450
 
451
- #: inc/php/page.php:190
452
  msgid "Where to share any ideas or suggestions to make the plugin better?"
453
  msgstr ""
454
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
455
 
456
- #: inc/php/page.php:192
457
  #, php-format
458
  msgid ""
459
- "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
460
  msgstr ""
461
- "Любые предложения приветствуются! Пожалуйста, пришлите мне электронное "
462
- "письмо на адрес %s. Спасибо!"
463
 
464
- #: inc/php/page.php:197
465
  msgid "I love this plugin! Can I help somehow?"
466
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
467
 
468
- #: inc/php/page.php:199
469
  #, php-format
470
  msgid ""
471
- "Yes, any financial contributions are welcome! Just visit %s my website %s, "
472
- "click on the donate button, and thank you!"
473
  msgstr ""
474
  "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
475
  "нажмите на кнопку пожертвования. Спасибо!"
476
 
477
- #: inc/php/page.php:205
478
  msgid "My question wasn't answered here."
479
  msgstr "Моего вопроса здесь нет."
480
 
481
- #: inc/php/page.php:207
482
  #, php-format
483
  msgid ""
484
- "You can ask your question on the plugin support page %s. But please keep in "
485
- "mind that this plugin is free, and there is no a special support team, so I "
486
- "have no way to answer everyone."
487
  msgstr ""
488
- "Вы можете задать ваш вопрос на странице поддержки плагина %s. Но имейте в "
489
- "виду, что этот плагин является бесплатным и без специальной поддержки, "
490
- "поэтому у меня нет возможности ответить на все вопросы."
491
 
492
- #: inc/php/page.php:220
493
  msgid "Support Me"
494
  msgstr "Поддержать меня"
495
 
496
- #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
497
  msgid "Donate with PayPal"
498
  msgstr "Пожертвовать через Pay Pal"
499
 
500
- #: inc/php/page.php:233
501
  #, php-format
502
  msgid ""
503
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
504
- "Chimp Studio %s."
505
  msgstr ""
506
- "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp "
507
- "Studio %s."
508
 
509
- #: inc/php/page.php:241
510
  msgid ""
511
  "My intention is to create projects that will make this world a better place. "
512
  "I'm really passionate about my work, I like what I'm doing and hope that you "
@@ -516,7 +522,7 @@ msgstr ""
516
  "увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже "
517
  "станете лучше благодаря моим проектам."
518
 
519
- #: inc/php/page.php:242
520
  msgid ""
521
  "I spend a lot of time and effort trying to make sure that the themes, "
522
  "plugins and other things I build are useful, and the ultimate proof of that "
@@ -532,11 +538,11 @@ msgstr ""
532
  "вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
533
  "создание программ для людей как вы."
534
 
535
- #: inc/php/page.php:243
536
  msgid "If you appreciate my work, you can buy me a coffee!"
537
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
538
 
539
- #: inc/php/page.php:244
540
  msgid "Thank you for your support!"
541
  msgstr "Спасибо за вашу поддержку!"
542
 
@@ -548,7 +554,7 @@ msgstr "Функции (PHP код)"
548
  msgid "Save changes"
549
  msgstr "Сохранить изменения"
550
 
551
- #: inc/php/settings.php:45 inc/php/sidebar.php:34
552
  msgid ""
553
  "I'm an independent developer, without a regular income, so every little "
554
  "contribution helps cover my costs and lets me spend more time building "
@@ -558,7 +564,7 @@ msgstr ""
558
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
559
  "создание программ для людей как вы."
560
 
561
- #: inc/php/settings.php:52 inc/php/sidebar.php:41
562
  msgid "Thanks for your support!"
563
  msgstr "Спасибо за вашу поддержку!"
564
 
@@ -577,14 +583,10 @@ msgstr ""
577
  "необходимости иметь внешний редактор."
578
 
579
  #: inc/php/sidebar.php:23
580
- msgid "Upgrade"
581
- msgstr "Апгрейд"
582
-
583
- #: inc/php/sidebar.php:46
584
  msgid "Help"
585
  msgstr "Помощь"
586
 
587
- #: inc/php/sidebar.php:48
588
  msgid "If you have a question, please read the information in the FAQ section."
589
  msgstr ""
590
  "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
@@ -614,14 +616,5 @@ msgstr "Артур Гарегинян"
614
  msgid "https://www.arthurgareginyan.com"
615
  msgstr "https://www.arthurgareginyan.com"
616
 
617
- #~ msgid "Custom Functions"
618
- #~ msgstr "Пользовательские Функции"
619
-
620
- #~ msgid "by %s Arthur Gareginyan %s"
621
- #~ msgstr "от %s Артура Гарегинян %s"
622
-
623
- #~ msgid "Author"
624
- #~ msgstr "Автор"
625
-
626
- #~ msgid "Family"
627
- #~ msgstr "Семья"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2018-01-22 11:47+0300\n"
5
+ "PO-Revision-Date: 2018-01-22 11:47+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru_RU\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: my-custom-functions.php\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
38
  msgstr "PHP Inserter"
39
 
40
  #: inc/php/messages.php:26
41
+ msgid "Hello. We are the team of Space X-Chimp."
42
+ msgstr "Привет! Мы - команда Space X-Chimp."
43
 
44
  #: inc/php/messages.php:28
45
  #, php-format
46
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
47
+ msgstr ""
48
+ "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
49
 
50
+ #: inc/php/messages.php:68
51
  msgid "You have installed an old version of this plugin."
52
  msgstr "Вы установили устаревшую версию этого плагина."
53
 
54
+ #: inc/php/messages.php:69
55
  msgid "Please update the plugin to the latest version, and all will be fine."
56
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
57
 
58
+ #: inc/php/messages.php:91
59
  msgid "Custom functions updated successfully."
60
  msgstr "Пользовательские функции успешно обновлены."
61
 
62
+ #: inc/php/messages.php:107
63
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
64
  msgstr ""
65
  "Извините, но ваш код вызывает \"Fatal error\", так что он не будет применён!"
66
 
67
+ #: inc/php/messages.php:108
68
  msgid "Please, check the code and try again."
69
  msgstr "Пожалуйста, проверьте код и попробуйте ещё раз."
70
 
71
  #: inc/php/page.php:32
72
  #, php-format
73
+ msgid "by %s Space X-Chimp %s"
74
+ msgstr "от %s Space X-Chimp %s"
75
 
76
  #: inc/php/page.php:38
77
  msgid "Version"
89
  msgid "F.A.Q."
90
  msgstr "F.A.Q."
91
 
92
+ #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:46
93
  msgid "Support"
94
  msgstr "Поддержка"
95
 
157
  msgid "It's that simple!"
158
  msgstr "Это так просто!"
159
 
160
+ #: inc/php/page.php:85
161
+ #, php-format
162
+ msgid ""
163
+ "If you want more options then %s tell us %s and we will be happy to add it."
164
  msgstr ""
165
+ "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады "
166
  "добавить их."
167
 
168
+ #: inc/php/page.php:99
169
  msgid "Frequently Asked Questions"
170
  msgstr "Часто задаваемые вопросы"
171
 
172
+ #: inc/php/page.php:103
173
  msgid ""
174
  "If you have a question, please read the Frequently Asked Questions below to "
175
  "see if the answer is here."
176
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
177
 
178
+ #: inc/php/page.php:125
179
  msgid "Will this plugin work on my WordPress.COM website?"
180
  msgstr "Будет ли этот плагин работать на моем веб-сайте WordPress.COM?"
181
 
182
+ #: inc/php/page.php:126
183
  msgid ""
184
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
185
  "websites."
187
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
188
  "размещённых веб-сайтах (WordPress.ORG)."
189
 
190
+ #: inc/php/page.php:128
191
  msgid "Can I use this plugin on my language?"
192
  msgstr "Можно ли использовать этот плагин на моём языке?"
193
 
194
+ #: inc/php/page.php:129
195
  msgid ""
196
  "Yes. This plugin is ready for translation and has already been translated "
197
  "into several languages."
198
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
199
 
200
+ #: inc/php/page.php:131
201
  #, php-format
202
  msgid ""
203
  "If you want to help translate this plugin then please visit the %s. You can "
204
  "also use the POT file, that is included and placed in the \"languages\" "
205
  "folder, in order to create a translation PO file. Just send the PO file to "
206
+ "us at the %s and we will include this translation within the next plugin "
207
  "update."
208
  msgstr ""
209
  "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы "
210
  "также можете использовать файл POT, который включён в плагин и помещён в "
211
+ "папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл "
212
+ "PO на %s и мы включим этот перевод в следующее обновление плагина."
213
 
214
+ #: inc/php/page.php:136
215
  msgid ""
216
  "Maybe not all existed translations are up to date. You are welcome to "
217
  "contribute corrections!"
218
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
219
 
220
+ #: inc/php/page.php:137
221
  msgid ""
222
  "Many of plugin users would be delighted if you share your translation with "
223
  "the community. Thanks for your contribution!"
225
  "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
226
  "с сообществом. Спасибо за ваш вклад!"
227
 
228
+ #: inc/php/page.php:139
229
  msgid "How does it work?"
230
  msgstr "Как это работает?"
231
 
232
+ #: inc/php/page.php:140
233
  msgid ""
234
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
235
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
239
  "переключатель в положение «ON» и нажмите кнопку «Сохранить изменения». "
240
  "Наслаждайтесь результатом применения вашего PHP кода. Это так просто!"
241
 
242
+ #: inc/php/page.php:142
243
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
244
  msgstr "Можно ли использовать HTML/CSS/JS код, встроенный в PHP-код?"
245
 
246
+ #: inc/php/page.php:143
247
  msgid "Yes. But you need to do it properly, like this:"
248
  msgstr "Да. Но вам нужно сделать это правильно, например так:"
249
 
250
+ #: inc/php/page.php:153
251
  msgid "How much of PHP code (characters) I can enter in the text field?"
252
  msgstr "Сколько PHP-кода (символов) можно ввести в текстовом поле?"
253
 
254
+ #: inc/php/page.php:154
255
+ msgid "We don't limit the number of characters."
256
  msgstr "Я не ограничиваю количество символов."
257
 
258
+ #: inc/php/page.php:156
259
  msgid ""
260
  "On the plugin settings page, an error message appears. What could be wrong?"
261
  msgstr ""
262
  "На странице настроек плагина появляется сообщение об ошибке. Что может быть "
263
  "не так?"
264
 
265
+ #: inc/php/page.php:157
266
  msgid "Here are a few of the most likely causes of the error message:"
267
  msgstr ""
268
  "Вот некоторые из наиболее вероятных причин появления сообщение об ошибке:"
269
 
270
+ #: inc/php/page.php:159
271
  msgid ""
272
  "You make a syntax error in the code that you have entered. Check the syntax "
273
  "of your code and try again."
275
  "Вы сделали синтаксическую ошибку в коде, который ввели. Проверьте синтаксис "
276
  "кода и повторите попытку."
277
 
278
+ #: inc/php/page.php:160
279
  msgid ""
280
  "You entered two functions with the same name. Use a unique names for your "
281
  "functions."
283
  "Вы ввели несколько функций с одинаковым именем. Используйте уникальные имена "
284
  "для ваших функций."
285
 
286
+ #: inc/php/page.php:161
287
  msgid ""
288
  "You have entered function with a name that is already occupied by another "
289
  "function. Use a unique name for your function."
291
  "Вы ввели функцию с именем, которое уже занята другой функцией. Используйте "
292
  "уникальное имя для вашей функции."
293
 
294
+ #: inc/php/page.php:162
295
  msgid ""
296
  "You are trying to overwrite an existing function (of WordPress, theme, or "
297
  "plugin). Instead, use filters and hooks."
299
  "Вы пытаетесь перезаписать существующую функцию (из WordPress, темы или "
300
  "плагина). Вместо этого используйте фильтры и хуки."
301
 
302
+ #: inc/php/page.php:165
303
  msgid "Does this plugin requires any modification of the theme?"
304
  msgstr "Этот плагин требует изменения темы?"
305
 
306
+ #: inc/php/page.php:166
307
  msgid ""
308
  "Absolutely not. This plugin is configurable entirely from the plugin "
309
  "settings page."
311
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
312
  "плагина."
313
 
314
+ #: inc/php/page.php:168
315
  msgid "Does this require any knowledge of HTML or CSS?"
316
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
317
 
318
+ #: inc/php/page.php:169
319
  msgid ""
320
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
321
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
326
  "для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
327
  "плагин."
328
 
329
+ #: inc/php/page.php:171
330
  msgid "It's not working. What could be wrong?"
331
  msgstr "Оно не работает. Что может быть не так?"
332
 
333
+ #: inc/php/page.php:172
334
  msgid ""
335
  "As with every plugin, it's possible that things don't work. The most common "
336
  "reason for this is a web browser's cache. Every web browser stores a cache "
345
  "сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
346
  "проблему."
347
 
348
+ #: inc/php/page.php:173
349
  msgid ""
350
  "It's impossible to tell what could be wrong exactly, but if you post a "
351
+ "support request in the plugin's support forum on WordPress.org, we'd be "
352
+ "happy to give it a look and try to help out. Please include as much "
353
+ "information as possible, including a link to your website where the problem "
354
+ "can be seen."
355
  msgstr ""
356
  "Невозможно точно сказать, что может быть неправильно, но если вы разместите "
357
+ "запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с "
358
+ "радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше "
359
+ "информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
 
360
 
361
+ #: inc/php/page.php:175
362
  msgid "What to do if this plugin crashed the website?"
363
  msgstr "Что делать, если этот плагин сломал сайт?"
364
 
365
+ #: inc/php/page.php:176
366
  msgid ""
367
  "This plugin has a built-in functions for checking the custom code for syntax "
368
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
379
  "смог обнаружить. Когда это произойдет с вами, просто выполните следующее, и "
380
  "все будет в порядке."
381
 
382
+ #: inc/php/page.php:178
383
  msgid ""
384
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
385
  "functions/</code>)."
387
  "Через FTP, перейдите в папку плагина (в <code>wp-content/plugins/my-custom-"
388
  "functions/</code>)."
389
 
390
+ #: inc/php/page.php:179
391
  msgid ""
392
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
393
  "custom code."
395
  "Переименуйте файл «START» в «STOP». Это остановит выполнение "
396
  "пользовательского кода."
397
 
398
+ #: inc/php/page.php:180
399
  msgid ""
400
  "Return to the plugin settings page and edit/fix your custom code that you "
401
  "entered before the crash."
403
  "Вернитесь на страницу настроек плагина и отредактируйте/исправьте свой код, "
404
  "который вы ввели до сбоя."
405
 
406
+ #: inc/php/page.php:181
407
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
408
  msgstr "Переименуйте файл \"STOP\" в \"START\", и всё готово!"
409
 
410
+ #: inc/php/page.php:183
411
  msgid ""
412
  "This plugin stored you entered code in the database of your website. For "
413
  "getting your code, you also can go to the <code>Database</code> &#10145; "
419
  "<code>wp_options</code> &#10145; Option <code>anarcho_cfunctions_settings</"
420
  "code> &#10145; <code>option_value</code>."
421
 
422
+ #: inc/php/page.php:185
423
  msgid ""
424
+ "The last WordPress update is preventing me from editing the website of the "
425
+ "creator that is using this plugin. Why is this?"
426
  msgstr ""
427
  "Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
428
  "который использует этот плагин. Почему так?"
429
 
430
+ #: inc/php/page.php:186
431
  msgid ""
432
  "This plugin can not cause such problem. More likely, the problem are related "
433
  "to the settings of the website. It could just be a cache, so please try to "
441
  "веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
442
  "попробуйте повторно войти на сайт, это тоже может помочь."
443
 
444
+ #: inc/php/page.php:188
445
  msgid "Where to report bug if found?"
446
  msgstr "Где можно сообщить об ошибке?"
447
 
448
+ #: inc/php/page.php:190
449
  #, php-format
450
+ msgid ""
451
+ "Please visit %s this page %s and report. Please do not forget to specify the "
452
+ "name of the plugin. Thank you!"
453
  msgstr ""
454
+ "Посетите %s эту страницу %s и сообщите. Не забудьте указать название "
455
+ "плагина. Спасибо!"
456
 
457
+ #: inc/php/page.php:196
458
  msgid "Where to share any ideas or suggestions to make the plugin better?"
459
  msgstr ""
460
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
461
 
462
+ #: inc/php/page.php:198
463
  #, php-format
464
  msgid ""
465
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
466
+ "forget to specify the name of the plugin. Thank you!"
467
  msgstr ""
468
+ "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не "
469
+ "забудьте указать название плагина. Спасибо!"
470
 
471
+ #: inc/php/page.php:204
472
  msgid "I love this plugin! Can I help somehow?"
473
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
474
 
475
+ #: inc/php/page.php:206
476
  #, php-format
477
  msgid ""
478
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
479
+ "the creator %s, click on the donate button, and thank you!"
480
  msgstr ""
481
  "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
482
  "нажмите на кнопку пожертвования. Спасибо!"
483
 
484
+ #: inc/php/page.php:212
485
  msgid "My question wasn't answered here."
486
  msgstr "Моего вопроса здесь нет."
487
 
488
+ #: inc/php/page.php:214
489
  #, php-format
490
  msgid ""
491
+ "You can ask your question on %s this page %s. But please keep in mind that "
492
+ "this plugin is free, and there is no a special support team, so we have no "
493
+ "way to answer everyone."
494
  msgstr ""
495
+ "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что "
496
+ "этот плагин является бесплатным и без специальной поддержки, поэтому у нас "
497
+ "нет возможности ответить на все вопросы."
498
 
499
+ #: inc/php/page.php:228
500
  msgid "Support Me"
501
  msgstr "Поддержать меня"
502
 
503
+ #: inc/php/page.php:236 inc/php/settings.php:50 inc/php/sidebar.php:53
504
  msgid "Donate with PayPal"
505
  msgstr "Пожертвовать через Pay Pal"
506
 
507
+ #: inc/php/page.php:241
508
  #, php-format
509
  msgid ""
510
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
511
+ "Chimp %s."
512
  msgstr ""
513
+ "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp %s."
 
514
 
515
+ #: inc/php/page.php:249
516
  msgid ""
517
  "My intention is to create projects that will make this world a better place. "
518
  "I'm really passionate about my work, I like what I'm doing and hope that you "
522
  "увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже "
523
  "станете лучше благодаря моим проектам."
524
 
525
+ #: inc/php/page.php:250
526
  msgid ""
527
  "I spend a lot of time and effort trying to make sure that the themes, "
528
  "plugins and other things I build are useful, and the ultimate proof of that "
538
  "вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
539
  "создание программ для людей как вы."
540
 
541
+ #: inc/php/page.php:251
542
  msgid "If you appreciate my work, you can buy me a coffee!"
543
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
544
 
545
+ #: inc/php/page.php:252
546
  msgid "Thank you for your support!"
547
  msgstr "Спасибо за вашу поддержку!"
548
 
554
  msgid "Save changes"
555
  msgstr "Сохранить изменения"
556
 
557
+ #: inc/php/settings.php:45 inc/php/sidebar.php:48
558
  msgid ""
559
  "I'm an independent developer, without a regular income, so every little "
560
  "contribution helps cover my costs and lets me spend more time building "
564
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
565
  "создание программ для людей как вы."
566
 
567
+ #: inc/php/settings.php:52 inc/php/sidebar.php:55
568
  msgid "Thanks for your support!"
569
  msgstr "Спасибо за вашу поддержку!"
570
 
583
  "необходимости иметь внешний редактор."
584
 
585
  #: inc/php/sidebar.php:23
 
 
 
 
586
  msgid "Help"
587
  msgstr "Помощь"
588
 
589
+ #: inc/php/sidebar.php:25
590
  msgid "If you have a question, please read the information in the FAQ section."
591
  msgstr ""
592
  "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
616
  msgid "https://www.arthurgareginyan.com"
617
  msgstr "https://www.arthurgareginyan.com"
618
 
619
+ #~ msgid "Upgrade"
620
+ #~ msgstr "Апгрейд"
 
 
 
 
 
 
 
 
 
languages/my-custom-functions-zh_TW.mo CHANGED
Binary file
languages/my-custom-functions-zh_TW.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
- "POT-Creation-Date: 2017-09-23 04:52+0300\n"
5
- "PO-Revision-Date: 2017-09-23 04:52+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: zh_TW\n"
@@ -10,7 +10,7 @@ msgstr ""
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=1; plural=0;\n"
13
- "X-Generator: Poedit 1.8.4\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -37,37 +37,37 @@ msgid "PHP Inserter"
37
  msgstr ""
38
 
39
  #: inc/php/messages.php:26
40
- msgid "Hello. I'm Arthur, the author of this plugin."
41
  msgstr ""
42
 
43
  #: inc/php/messages.php:28
44
  #, php-format
45
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
46
  msgstr ""
47
 
48
- #: inc/php/messages.php:61
49
  msgid "You have installed an old version of this plugin."
50
  msgstr ""
51
 
52
- #: inc/php/messages.php:62
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr ""
55
 
56
- #: inc/php/messages.php:84
57
  msgid "Custom functions updated successfully."
58
  msgstr "自訂功能已成功更新"
59
 
60
- #: inc/php/messages.php:100
61
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
62
  msgstr "抱歉!您的程式碼造成了「嚴重錯誤」,所以並沒有套用它!"
63
 
64
- #: inc/php/messages.php:101
65
  msgid "Please, check the code and try again."
66
  msgstr "請重新檢查程式碼再試一次"
67
 
68
  #: inc/php/page.php:32
69
  #, php-format
70
- msgid "by %s Space X-Chimp Studio %s"
71
  msgstr ""
72
 
73
  #: inc/php/page.php:38
@@ -86,7 +86,7 @@ msgstr ""
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
- #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:32
90
  msgid "Support"
91
  msgstr ""
92
 
@@ -148,148 +148,150 @@ msgstr ""
148
  msgid "It's that simple!"
149
  msgstr ""
150
 
151
- #: inc/php/page.php:84
152
- msgid "If you want more options then tell me and I will be happy to add it."
153
- msgstr "如果您還想要更多的選項請跟我說,我會很樂意加上去"
 
 
154
 
155
- #: inc/php/page.php:93
156
  msgid "Frequently Asked Questions"
157
  msgstr ""
158
 
159
- #: inc/php/page.php:97
160
  msgid ""
161
  "If you have a question, please read the Frequently Asked Questions below to "
162
  "see if the answer is here."
163
  msgstr ""
164
 
165
- #: inc/php/page.php:119
166
  msgid "Will this plugin work on my WordPress.COM website?"
167
  msgstr ""
168
 
169
- #: inc/php/page.php:120
170
  msgid ""
171
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
172
  "websites."
173
  msgstr ""
174
 
175
- #: inc/php/page.php:122
176
  msgid "Can I use this plugin on my language?"
177
  msgstr ""
178
 
179
- #: inc/php/page.php:123
180
  msgid ""
181
  "Yes. This plugin is ready for translation and has already been translated "
182
  "into several languages."
183
  msgstr ""
184
 
185
- #: inc/php/page.php:125
186
  #, php-format
187
  msgid ""
188
  "If you want to help translate this plugin then please visit the %s. You can "
189
  "also use the POT file, that is included and placed in the \"languages\" "
190
  "folder, in order to create a translation PO file. Just send the PO file to "
191
- "me at the %s and I will include this translation within the next plugin "
192
  "update."
193
  msgstr ""
194
 
195
- #: inc/php/page.php:130
196
  msgid ""
197
  "Maybe not all existed translations are up to date. You are welcome to "
198
  "contribute corrections!"
199
  msgstr ""
200
 
201
- #: inc/php/page.php:131
202
  msgid ""
203
  "Many of plugin users would be delighted if you share your translation with "
204
  "the community. Thanks for your contribution!"
205
  msgstr ""
206
 
207
- #: inc/php/page.php:133
208
  msgid "How does it work?"
209
  msgstr ""
210
 
211
- #: inc/php/page.php:134
212
  msgid ""
213
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
214
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
215
  "of applying your PHP code. It's that simple!"
216
  msgstr ""
217
 
218
- #: inc/php/page.php:136
219
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
220
  msgstr ""
221
 
222
- #: inc/php/page.php:137
223
  msgid "Yes. But you need to do it properly, like this:"
224
  msgstr ""
225
 
226
- #: inc/php/page.php:147
227
  msgid "How much of PHP code (characters) I can enter in the text field?"
228
  msgstr ""
229
 
230
- #: inc/php/page.php:148
231
- msgid "I don't limit the number of characters."
232
  msgstr ""
233
 
234
- #: inc/php/page.php:150
235
  msgid ""
236
  "On the plugin settings page, an error message appears. What could be wrong?"
237
  msgstr ""
238
 
239
- #: inc/php/page.php:151
240
  msgid "Here are a few of the most likely causes of the error message:"
241
  msgstr ""
242
 
243
- #: inc/php/page.php:153
244
  msgid ""
245
  "You make a syntax error in the code that you have entered. Check the syntax "
246
  "of your code and try again."
247
  msgstr ""
248
 
249
- #: inc/php/page.php:154
250
  msgid ""
251
  "You entered two functions with the same name. Use a unique names for your "
252
  "functions."
253
  msgstr ""
254
 
255
- #: inc/php/page.php:155
256
  msgid ""
257
  "You have entered function with a name that is already occupied by another "
258
  "function. Use a unique name for your function."
259
  msgstr ""
260
 
261
- #: inc/php/page.php:156
262
  msgid ""
263
  "You are trying to overwrite an existing function (of WordPress, theme, or "
264
  "plugin). Instead, use filters and hooks."
265
  msgstr ""
266
 
267
- #: inc/php/page.php:159
268
  msgid "Does this plugin requires any modification of the theme?"
269
  msgstr ""
270
 
271
- #: inc/php/page.php:160
272
  msgid ""
273
  "Absolutely not. This plugin is configurable entirely from the plugin "
274
  "settings page."
275
  msgstr ""
276
 
277
- #: inc/php/page.php:162
278
  msgid "Does this require any knowledge of HTML or CSS?"
279
  msgstr ""
280
 
281
- #: inc/php/page.php:163
282
  msgid ""
283
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
284
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
285
  "order to add/remove/modify the HTML or CSS code by using this plugin."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:165
289
  msgid "It's not working. What could be wrong?"
290
  msgstr ""
291
 
292
- #: inc/php/page.php:166
293
  msgid ""
294
  "As with every plugin, it's possible that things don't work. The most common "
295
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -298,19 +300,20 @@ msgid ""
298
  "browser's cache may solve the problem."
299
  msgstr ""
300
 
301
- #: inc/php/page.php:167
302
  msgid ""
303
  "It's impossible to tell what could be wrong exactly, but if you post a "
304
- "support request in the plugin's support forum on WordPress.org, I'd be happy "
305
- "to give it a look and try to help out. Please include as much information as "
306
- "possible, including a link to your website where the problem can be seen."
 
307
  msgstr ""
308
 
309
- #: inc/php/page.php:169
310
  msgid "What to do if this plugin crashed the website?"
311
  msgstr ""
312
 
313
- #: inc/php/page.php:170
314
  msgid ""
315
  "This plugin has a built-in functions for checking the custom code for syntax "
316
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
@@ -320,29 +323,29 @@ msgid ""
320
  "the following and all will be fine."
321
  msgstr ""
322
 
323
- #: inc/php/page.php:172
324
  msgid ""
325
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
326
  "functions/</code>)."
327
  msgstr ""
328
 
329
- #: inc/php/page.php:173
330
  msgid ""
331
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
332
  "custom code."
333
  msgstr ""
334
 
335
- #: inc/php/page.php:174
336
  msgid ""
337
  "Return to the plugin settings page and edit/fix your custom code that you "
338
  "entered before the crash."
339
  msgstr ""
340
 
341
- #: inc/php/page.php:175
342
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
343
  msgstr ""
344
 
345
- #: inc/php/page.php:177
346
  msgid ""
347
  "This plugin stored you entered code in the database of your website. For "
348
  "getting your code, you also can go to the <code>Database</code> &#10145; "
@@ -350,13 +353,13 @@ msgid ""
350
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
351
  msgstr ""
352
 
353
- #: inc/php/page.php:179
354
  msgid ""
355
- "The last WordPress update is preventing me from editing my website that is "
356
- "using this plugin. Why is this?"
357
  msgstr ""
358
 
359
- #: inc/php/page.php:180
360
  msgid ""
361
  "This plugin can not cause such problem. More likely, the problem are related "
362
  "to the settings of the website. It could just be a cache, so please try to "
@@ -365,71 +368,74 @@ msgid ""
365
  "please try to re-login to the website, this too can help."
366
  msgstr ""
367
 
368
- #: inc/php/page.php:182
369
  msgid "Where to report bug if found?"
370
  msgstr ""
371
 
372
- #: inc/php/page.php:184
373
  #, php-format
374
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
 
 
375
  msgstr ""
376
 
377
- #: inc/php/page.php:190
378
  msgid "Where to share any ideas or suggestions to make the plugin better?"
379
  msgstr ""
380
 
381
- #: inc/php/page.php:192
382
  #, php-format
383
  msgid ""
384
- "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
385
  msgstr ""
386
 
387
- #: inc/php/page.php:197
388
  msgid "I love this plugin! Can I help somehow?"
389
  msgstr ""
390
 
391
- #: inc/php/page.php:199
392
  #, php-format
393
  msgid ""
394
- "Yes, any financial contributions are welcome! Just visit %s my website %s, "
395
- "click on the donate button, and thank you!"
396
  msgstr ""
397
 
398
- #: inc/php/page.php:205
399
  msgid "My question wasn't answered here."
400
  msgstr ""
401
 
402
- #: inc/php/page.php:207
403
  #, php-format
404
  msgid ""
405
- "You can ask your question on the plugin support page %s. But please keep in "
406
- "mind that this plugin is free, and there is no a special support team, so I "
407
- "have no way to answer everyone."
408
  msgstr ""
409
 
410
- #: inc/php/page.php:220
411
  msgid "Support Me"
412
  msgstr ""
413
 
414
- #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
415
  msgid "Donate with PayPal"
416
  msgstr ""
417
 
418
- #: inc/php/page.php:233
419
  #, php-format
420
  msgid ""
421
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
422
- "Chimp Studio %s."
423
  msgstr ""
424
 
425
- #: inc/php/page.php:241
426
  msgid ""
427
  "My intention is to create projects that will make this world a better place. "
428
  "I'm really passionate about my work, I like what I'm doing and hope that you "
429
  "will be enriched by my projects too."
430
  msgstr ""
431
 
432
- #: inc/php/page.php:242
433
  msgid ""
434
  "I spend a lot of time and effort trying to make sure that the themes, "
435
  "plugins and other things I build are useful, and the ultimate proof of that "
@@ -439,11 +445,11 @@ msgid ""
439
  "you to enjoy."
440
  msgstr ""
441
 
442
- #: inc/php/page.php:243
443
  msgid "If you appreciate my work, you can buy me a coffee!"
444
  msgstr ""
445
 
446
- #: inc/php/page.php:244
447
  msgid "Thank you for your support!"
448
  msgstr ""
449
 
@@ -455,14 +461,14 @@ msgstr ""
455
  msgid "Save changes"
456
  msgstr "儲存變更"
457
 
458
- #: inc/php/settings.php:45 inc/php/sidebar.php:34
459
  msgid ""
460
  "I'm an independent developer, without a regular income, so every little "
461
  "contribution helps cover my costs and lets me spend more time building "
462
  "things for people like you to enjoy."
463
  msgstr ""
464
 
465
- #: inc/php/settings.php:52 inc/php/sidebar.php:41
466
  msgid "Thanks for your support!"
467
  msgstr "謝謝您的贊助!"
468
 
@@ -478,14 +484,10 @@ msgid ""
478
  msgstr ""
479
 
480
  #: inc/php/sidebar.php:23
481
- msgid "Upgrade"
482
- msgstr ""
483
-
484
- #: inc/php/sidebar.php:46
485
  msgid "Help"
486
  msgstr "幫助"
487
 
488
- #: inc/php/sidebar.php:48
489
  msgid "If you have a question, please read the information in the FAQ section."
490
  msgstr ""
491
 
@@ -511,58 +513,6 @@ msgstr ""
511
  msgid "https://www.arthurgareginyan.com"
512
  msgstr ""
513
 
514
- #~ msgid "Custom Functions"
515
- #~ msgstr "自訂功能"
516
-
517
- #~ msgid ""
518
- #~ "To use, enter your custom functions, then click \"Save changes\". It's "
519
- #~ "that simple!"
520
- #~ msgstr ""
521
- #~ "要使用它,請輸入您的自訂功能然後按下「儲存變更」就可以了,就是這麼簡單!"
522
-
523
- #~ msgid "Using"
524
- #~ msgstr "用法"
525
-
526
- #~ msgid ""
527
- #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
528
- #~ "Gareginyan</a>"
529
- #~ msgstr ""
530
- #~ "作者 <a href=\"https://www.arthurgareginyan.com\" target=\"_blank"
531
- #~ "\">Arthur Gareginyan</a>"
532
-
533
- #~ msgid ""
534
- #~ "This plugin allows you to easily and safely add your own functions, "
535
- #~ "snippets or any custom code to your website."
536
- #~ msgstr ""
537
- #~ "這個外掛讓你簡單而且安全地加上自已的功能、程式片斷或任何自訂程式碼到你的網"
538
- #~ "站"
539
-
540
- #~ msgid ""
541
- #~ "If you like this plugin and find it useful, help me to make this plugin "
542
- #~ "even better and keep it up-to-date."
543
- #~ msgstr ""
544
- #~ "如果您喜歡這個外掛而且發覺有幫到您的話,請贊助這個外掛讓它更好以及可以持續"
545
- #~ "更新"
546
-
547
- #~ msgid "Freelance"
548
- #~ msgstr "自由工作者"
549
-
550
- #~ msgid ""
551
- #~ "Hello, my name is Arthur and I'm a freelance web designer and developer."
552
- #~ msgstr "嗨!我的名字叫 Arthur 是一個網頁設計及開發的自由工作者"
553
-
554
- #~ msgid ""
555
- #~ "Share your thoughts with me. You may have a brilliant idea in your mind "
556
- #~ "and I can make it happen, so let’s get started!"
557
- #~ msgstr "請跟我分享您的想法,我可以讓您傑出的點子成真,所以請提供您的建議!"
558
-
559
- #~ msgid "Functions"
560
- #~ msgstr "程式碼"
561
-
562
  #~ msgid ""
563
- #~ "Easily and safely add your own functions, snippets or any custom codes "
564
- #~ "directly out of your WordPress Dashboard without need of an external "
565
- #~ "editor."
566
- #~ msgstr ""
567
- #~ "簡單而且安全地在您的 WordPress 控制台加上功能、程式片斷或是任何自訂程式"
568
- #~ "碼!不需額外的編輯器"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2018-01-22 11:47+0300\n"
5
+ "PO-Revision-Date: 2018-01-22 11:47+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: zh_TW\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=1; plural=0;\n"
13
+ "X-Generator: Poedit 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
37
  msgstr ""
38
 
39
  #: inc/php/messages.php:26
40
+ msgid "Hello. We are the team of Space X-Chimp."
41
  msgstr ""
42
 
43
  #: inc/php/messages.php:28
44
  #, php-format
45
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
46
  msgstr ""
47
 
48
+ #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
50
  msgstr ""
51
 
52
+ #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr ""
55
 
56
+ #: inc/php/messages.php:91
57
  msgid "Custom functions updated successfully."
58
  msgstr "自訂功能已成功更新"
59
 
60
+ #: inc/php/messages.php:107
61
  msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
62
  msgstr "抱歉!您的程式碼造成了「嚴重錯誤」,所以並沒有套用它!"
63
 
64
+ #: inc/php/messages.php:108
65
  msgid "Please, check the code and try again."
66
  msgstr "請重新檢查程式碼再試一次"
67
 
68
  #: inc/php/page.php:32
69
  #, php-format
70
+ msgid "by %s Space X-Chimp %s"
71
  msgstr ""
72
 
73
  #: inc/php/page.php:38
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
+ #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:46
90
  msgid "Support"
91
  msgstr ""
92
 
148
  msgid "It's that simple!"
149
  msgstr ""
150
 
151
+ #: inc/php/page.php:85
152
+ #, php-format
153
+ msgid ""
154
+ "If you want more options then %s tell us %s and we will be happy to add it."
155
+ msgstr ""
156
 
157
+ #: inc/php/page.php:99
158
  msgid "Frequently Asked Questions"
159
  msgstr ""
160
 
161
+ #: inc/php/page.php:103
162
  msgid ""
163
  "If you have a question, please read the Frequently Asked Questions below to "
164
  "see if the answer is here."
165
  msgstr ""
166
 
167
+ #: inc/php/page.php:125
168
  msgid "Will this plugin work on my WordPress.COM website?"
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:126
172
  msgid ""
173
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
174
  "websites."
175
  msgstr ""
176
 
177
+ #: inc/php/page.php:128
178
  msgid "Can I use this plugin on my language?"
179
  msgstr ""
180
 
181
+ #: inc/php/page.php:129
182
  msgid ""
183
  "Yes. This plugin is ready for translation and has already been translated "
184
  "into several languages."
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:131
188
  #, php-format
189
  msgid ""
190
  "If you want to help translate this plugin then please visit the %s. You can "
191
  "also use the POT file, that is included and placed in the \"languages\" "
192
  "folder, in order to create a translation PO file. Just send the PO file to "
193
+ "us at the %s and we will include this translation within the next plugin "
194
  "update."
195
  msgstr ""
196
 
197
+ #: inc/php/page.php:136
198
  msgid ""
199
  "Maybe not all existed translations are up to date. You are welcome to "
200
  "contribute corrections!"
201
  msgstr ""
202
 
203
+ #: inc/php/page.php:137
204
  msgid ""
205
  "Many of plugin users would be delighted if you share your translation with "
206
  "the community. Thanks for your contribution!"
207
  msgstr ""
208
 
209
+ #: inc/php/page.php:139
210
  msgid "How does it work?"
211
  msgstr ""
212
 
213
+ #: inc/php/page.php:140
214
  msgid ""
215
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
216
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
217
  "of applying your PHP code. It's that simple!"
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:142
221
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
222
  msgstr ""
223
 
224
+ #: inc/php/page.php:143
225
  msgid "Yes. But you need to do it properly, like this:"
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:153
229
  msgid "How much of PHP code (characters) I can enter in the text field?"
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:154
233
+ msgid "We don't limit the number of characters."
234
  msgstr ""
235
 
236
+ #: inc/php/page.php:156
237
  msgid ""
238
  "On the plugin settings page, an error message appears. What could be wrong?"
239
  msgstr ""
240
 
241
+ #: inc/php/page.php:157
242
  msgid "Here are a few of the most likely causes of the error message:"
243
  msgstr ""
244
 
245
+ #: inc/php/page.php:159
246
  msgid ""
247
  "You make a syntax error in the code that you have entered. Check the syntax "
248
  "of your code and try again."
249
  msgstr ""
250
 
251
+ #: inc/php/page.php:160
252
  msgid ""
253
  "You entered two functions with the same name. Use a unique names for your "
254
  "functions."
255
  msgstr ""
256
 
257
+ #: inc/php/page.php:161
258
  msgid ""
259
  "You have entered function with a name that is already occupied by another "
260
  "function. Use a unique name for your function."
261
  msgstr ""
262
 
263
+ #: inc/php/page.php:162
264
  msgid ""
265
  "You are trying to overwrite an existing function (of WordPress, theme, or "
266
  "plugin). Instead, use filters and hooks."
267
  msgstr ""
268
 
269
+ #: inc/php/page.php:165
270
  msgid "Does this plugin requires any modification of the theme?"
271
  msgstr ""
272
 
273
+ #: inc/php/page.php:166
274
  msgid ""
275
  "Absolutely not. This plugin is configurable entirely from the plugin "
276
  "settings page."
277
  msgstr ""
278
 
279
+ #: inc/php/page.php:168
280
  msgid "Does this require any knowledge of HTML or CSS?"
281
  msgstr ""
282
 
283
+ #: inc/php/page.php:169
284
  msgid ""
285
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
286
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
287
  "order to add/remove/modify the HTML or CSS code by using this plugin."
288
  msgstr ""
289
 
290
+ #: inc/php/page.php:171
291
  msgid "It's not working. What could be wrong?"
292
  msgstr ""
293
 
294
+ #: inc/php/page.php:172
295
  msgid ""
296
  "As with every plugin, it's possible that things don't work. The most common "
297
  "reason for this is a web browser's cache. Every web browser stores a cache "
300
  "browser's cache may solve the problem."
301
  msgstr ""
302
 
303
+ #: inc/php/page.php:173
304
  msgid ""
305
  "It's impossible to tell what could be wrong exactly, but if you post a "
306
+ "support request in the plugin's support forum on WordPress.org, we'd be "
307
+ "happy to give it a look and try to help out. Please include as much "
308
+ "information as possible, including a link to your website where the problem "
309
+ "can be seen."
310
  msgstr ""
311
 
312
+ #: inc/php/page.php:175
313
  msgid "What to do if this plugin crashed the website?"
314
  msgstr ""
315
 
316
+ #: inc/php/page.php:176
317
  msgid ""
318
  "This plugin has a built-in functions for checking the custom code for syntax "
319
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
323
  "the following and all will be fine."
324
  msgstr ""
325
 
326
+ #: inc/php/page.php:178
327
  msgid ""
328
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
329
  "functions/</code>)."
330
  msgstr ""
331
 
332
+ #: inc/php/page.php:179
333
  msgid ""
334
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
335
  "custom code."
336
  msgstr ""
337
 
338
+ #: inc/php/page.php:180
339
  msgid ""
340
  "Return to the plugin settings page and edit/fix your custom code that you "
341
  "entered before the crash."
342
  msgstr ""
343
 
344
+ #: inc/php/page.php:181
345
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
346
  msgstr ""
347
 
348
+ #: inc/php/page.php:183
349
  msgid ""
350
  "This plugin stored you entered code in the database of your website. For "
351
  "getting your code, you also can go to the <code>Database</code> &#10145; "
353
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
354
  msgstr ""
355
 
356
+ #: inc/php/page.php:185
357
  msgid ""
358
+ "The last WordPress update is preventing me from editing the website of the "
359
+ "creator that is using this plugin. Why is this?"
360
  msgstr ""
361
 
362
+ #: inc/php/page.php:186
363
  msgid ""
364
  "This plugin can not cause such problem. More likely, the problem are related "
365
  "to the settings of the website. It could just be a cache, so please try to "
368
  "please try to re-login to the website, this too can help."
369
  msgstr ""
370
 
371
+ #: inc/php/page.php:188
372
  msgid "Where to report bug if found?"
373
  msgstr ""
374
 
375
+ #: inc/php/page.php:190
376
  #, php-format
377
+ msgid ""
378
+ "Please visit %s this page %s and report. Please do not forget to specify the "
379
+ "name of the plugin. Thank you!"
380
  msgstr ""
381
 
382
+ #: inc/php/page.php:196
383
  msgid "Where to share any ideas or suggestions to make the plugin better?"
384
  msgstr ""
385
 
386
+ #: inc/php/page.php:198
387
  #, php-format
388
  msgid ""
389
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
390
+ "forget to specify the name of the plugin. Thank you!"
391
  msgstr ""
392
 
393
+ #: inc/php/page.php:204
394
  msgid "I love this plugin! Can I help somehow?"
395
  msgstr ""
396
 
397
+ #: inc/php/page.php:206
398
  #, php-format
399
  msgid ""
400
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
401
+ "the creator %s, click on the donate button, and thank you!"
402
  msgstr ""
403
 
404
+ #: inc/php/page.php:212
405
  msgid "My question wasn't answered here."
406
  msgstr ""
407
 
408
+ #: inc/php/page.php:214
409
  #, php-format
410
  msgid ""
411
+ "You can ask your question on %s this page %s. But please keep in mind that "
412
+ "this plugin is free, and there is no a special support team, so we have no "
413
+ "way to answer everyone."
414
  msgstr ""
415
 
416
+ #: inc/php/page.php:228
417
  msgid "Support Me"
418
  msgstr ""
419
 
420
+ #: inc/php/page.php:236 inc/php/settings.php:50 inc/php/sidebar.php:53
421
  msgid "Donate with PayPal"
422
  msgstr ""
423
 
424
+ #: inc/php/page.php:241
425
  #, php-format
426
  msgid ""
427
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
428
+ "Chimp %s."
429
  msgstr ""
430
 
431
+ #: inc/php/page.php:249
432
  msgid ""
433
  "My intention is to create projects that will make this world a better place. "
434
  "I'm really passionate about my work, I like what I'm doing and hope that you "
435
  "will be enriched by my projects too."
436
  msgstr ""
437
 
438
+ #: inc/php/page.php:250
439
  msgid ""
440
  "I spend a lot of time and effort trying to make sure that the themes, "
441
  "plugins and other things I build are useful, and the ultimate proof of that "
445
  "you to enjoy."
446
  msgstr ""
447
 
448
+ #: inc/php/page.php:251
449
  msgid "If you appreciate my work, you can buy me a coffee!"
450
  msgstr ""
451
 
452
+ #: inc/php/page.php:252
453
  msgid "Thank you for your support!"
454
  msgstr ""
455
 
461
  msgid "Save changes"
462
  msgstr "儲存變更"
463
 
464
+ #: inc/php/settings.php:45 inc/php/sidebar.php:48
465
  msgid ""
466
  "I'm an independent developer, without a regular income, so every little "
467
  "contribution helps cover my costs and lets me spend more time building "
468
  "things for people like you to enjoy."
469
  msgstr ""
470
 
471
+ #: inc/php/settings.php:52 inc/php/sidebar.php:55
472
  msgid "Thanks for your support!"
473
  msgstr "謝謝您的贊助!"
474
 
484
  msgstr ""
485
 
486
  #: inc/php/sidebar.php:23
 
 
 
 
487
  msgid "Help"
488
  msgstr "幫助"
489
 
490
+ #: inc/php/sidebar.php:25
491
  msgid "If you have a question, please read the information in the FAQ section."
492
  msgstr ""
493
 
513
  msgid "https://www.arthurgareginyan.com"
514
  msgstr ""
515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
516
  #~ msgid ""
517
+ #~ "If you want more options then tell us and we will be happy to add it."
518
+ #~ msgstr "如果您還想要更多的選項請跟我說,我會很樂意加上去"
 
 
 
 
languages/my-custom-functions.pot CHANGED
@@ -3,20 +3,19 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2017-10-28 14:41+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
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 1.8.4\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;"
18
- "esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;"
19
- "__ngettext_noop:1,2\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
@@ -37,12 +36,12 @@ msgid "PHP Inserter"
37
  msgstr ""
38
 
39
  #: inc/php/messages.php:26
40
- msgid "Hello. I'm Arthur, the author of this plugin."
41
  msgstr ""
42
 
43
  #: inc/php/messages.php:28
44
  #, php-format
45
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
46
  msgstr ""
47
 
48
  #: inc/php/messages.php:68
@@ -67,7 +66,7 @@ msgstr ""
67
 
68
  #: inc/php/page.php:32
69
  #, php-format
70
- msgid "by %s Space X-Chimp Studio %s"
71
  msgstr ""
72
 
73
  #: inc/php/page.php:38
@@ -86,7 +85,7 @@ msgstr ""
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
- #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:32
90
  msgid "Support"
91
  msgstr ""
92
 
@@ -123,8 +122,7 @@ msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&g
123
  msgstr ""
124
 
125
  #: inc/php/page.php:78
126
- msgid ""
127
- "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
128
  msgstr ""
129
 
130
  #: inc/php/page.php:80
@@ -143,274 +141,265 @@ msgstr ""
143
  msgid "It's that simple!"
144
  msgstr ""
145
 
146
- #: inc/php/page.php:84
147
- msgid "If you want more options then tell me and I will be happy to add it."
 
148
  msgstr ""
149
 
150
- #: inc/php/page.php:93
151
  msgid "Frequently Asked Questions"
152
  msgstr ""
153
 
154
- #: inc/php/page.php:97
155
- msgid ""
156
- "If you have a question, please read the Frequently Asked Questions below to see if the answer is "
157
- "here."
158
  msgstr ""
159
 
160
- #: inc/php/page.php:119
161
  msgid "Will this plugin work on my WordPress.COM website?"
162
  msgstr ""
163
 
164
- #: inc/php/page.php:120
165
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
166
  msgstr ""
167
 
168
- #: inc/php/page.php:122
169
  msgid "Can I use this plugin on my language?"
170
  msgstr ""
171
 
172
- #: inc/php/page.php:123
173
- msgid ""
174
- "Yes. This plugin is ready for translation and has already been translated into several languages."
175
  msgstr ""
176
 
177
- #: inc/php/page.php:125
178
  #, php-format
179
  msgid ""
180
- "If you want to help translate this plugin then please visit the %s. You can also use the POT file, "
181
- "that is included and placed in the \"languages\" folder, in order to create a translation PO file. "
182
- "Just send the PO file to me at the %s and I will include this translation within the next plugin "
183
- "update."
184
  msgstr ""
185
 
186
- #: inc/php/page.php:130
187
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
188
  msgstr ""
189
 
190
- #: inc/php/page.php:131
191
  msgid ""
192
- "Many of plugin users would be delighted if you share your translation with the community. Thanks "
193
- "for your contribution!"
194
  msgstr ""
195
 
196
- #: inc/php/page.php:133
197
  msgid "How does it work?"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:134
201
  msgid ""
202
- "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and "
203
- "click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
204
  msgstr ""
205
 
206
- #: inc/php/page.php:136
207
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
208
  msgstr ""
209
 
210
- #: inc/php/page.php:137
211
  msgid "Yes. But you need to do it properly, like this:"
212
  msgstr ""
213
 
214
- #: inc/php/page.php:147
215
  msgid "How much of PHP code (characters) I can enter in the text field?"
216
  msgstr ""
217
 
218
- #: inc/php/page.php:148
219
- msgid "I don't limit the number of characters."
220
  msgstr ""
221
 
222
- #: inc/php/page.php:150
223
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
224
  msgstr ""
225
 
226
- #: inc/php/page.php:151
227
  msgid "Here are a few of the most likely causes of the error message:"
228
  msgstr ""
229
 
230
- #: inc/php/page.php:153
231
- msgid ""
232
- "You make a syntax error in the code that you have entered. Check the syntax of your code and try "
233
- "again."
234
  msgstr ""
235
 
236
- #: inc/php/page.php:154
237
  msgid "You entered two functions with the same name. Use a unique names for your functions."
238
  msgstr ""
239
 
240
- #: inc/php/page.php:155
241
  msgid ""
242
- "You have entered function with a name that is already occupied by another function. Use a unique "
243
- "name for your function."
244
  msgstr ""
245
 
246
- #: inc/php/page.php:156
247
  msgid ""
248
- "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use "
249
- "filters and hooks."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:159
253
  msgid "Does this plugin requires any modification of the theme?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:160
257
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
258
  msgstr ""
259
 
260
- #: inc/php/page.php:162
261
  msgid "Does this require any knowledge of HTML or CSS?"
262
  msgstr ""
263
 
264
- #: inc/php/page.php:163
265
  msgid ""
266
- "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
267
- "settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS "
268
- "code by using this plugin."
269
  msgstr ""
270
 
271
- #: inc/php/page.php:165
272
  msgid "It's not working. What could be wrong?"
273
  msgstr ""
274
 
275
- #: inc/php/page.php:166
276
  msgid ""
277
- "As with every plugin, it's possible that things don't work. The most common reason for this is a "
278
- "web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
279
- "etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your "
280
- "browser's cache may solve the problem."
281
  msgstr ""
282
 
283
- #: inc/php/page.php:167
284
  msgid ""
285
- "It's impossible to tell what could be wrong exactly, but if you post a support request in the "
286
- "plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
287
- "include as much information as possible, including a link to your website where the problem can be "
288
- "seen."
289
  msgstr ""
290
 
291
- #: inc/php/page.php:169
292
  msgid "What to do if this plugin crashed the website?"
293
  msgstr ""
294
 
295
- #: inc/php/page.php:170
296
  msgid ""
297
- "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate "
298
- "functions names, and etc. But plugin is not perfect, so there are times when the entered custom "
299
- "code causes the error and white screen (WSOD). This is due to the fact that your custom code has a "
300
- "syntax error that this plugin could not detect. When this happens with you just do the following "
301
- "and all will be fine."
302
  msgstr ""
303
 
304
- #: inc/php/page.php:172
305
  msgid "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-functions/</code>)."
306
  msgstr ""
307
 
308
- #: inc/php/page.php:173
309
  msgid "Rename the \"START\" file to \"STOP\". This will stop the execution of your custom code."
310
  msgstr ""
311
 
312
- #: inc/php/page.php:174
313
- msgid ""
314
- "Return to the plugin settings page and edit/fix your custom code that you entered before the crash."
315
  msgstr ""
316
 
317
- #: inc/php/page.php:175
318
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
319
  msgstr ""
320
 
321
- #: inc/php/page.php:177
322
  msgid ""
323
- "This plugin stored you entered code in the database of your website. For getting your code, you "
324
- "also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option "
325
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
326
  msgstr ""
327
 
328
- #: inc/php/page.php:179
329
  msgid ""
330
- "The last WordPress update is preventing me from editing my website that is using this plugin. Why "
331
  "is this?"
332
  msgstr ""
333
 
334
- #: inc/php/page.php:180
335
  msgid ""
336
- "This plugin can not cause such problem. More likely, the problem are related to the settings of the "
337
- "website. It could just be a cache, so please try to clear your website's cache (may be you using a "
338
- "caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. "
339
- "Also please try to re-login to the website, this too can help."
340
  msgstr ""
341
 
342
- #: inc/php/page.php:182
343
  msgid "Where to report bug if found?"
344
  msgstr ""
345
 
346
- #: inc/php/page.php:184
347
  #, php-format
348
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
349
  msgstr ""
350
 
351
- #: inc/php/page.php:190
352
  msgid "Where to share any ideas or suggestions to make the plugin better?"
353
  msgstr ""
354
 
355
- #: inc/php/page.php:192
356
  #, php-format
357
- msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
 
358
  msgstr ""
359
 
360
- #: inc/php/page.php:197
361
  msgid "I love this plugin! Can I help somehow?"
362
  msgstr ""
363
 
364
- #: inc/php/page.php:199
365
  #, php-format
366
  msgid ""
367
- "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
368
  "button, and thank you!"
369
  msgstr ""
370
 
371
- #: inc/php/page.php:205
372
  msgid "My question wasn't answered here."
373
  msgstr ""
374
 
375
- #: inc/php/page.php:207
376
  #, php-format
377
  msgid ""
378
- "You can ask your question on the plugin support page %s. But please keep in mind that this plugin "
379
- "is free, and there is no a special support team, so I have no way to answer everyone."
380
  msgstr ""
381
 
382
- #: inc/php/page.php:220
383
  msgid "Support Me"
384
  msgstr ""
385
 
386
- #: inc/php/page.php:228 inc/php/settings.php:50 inc/php/sidebar.php:39
387
  msgid "Donate with PayPal"
388
  msgstr ""
389
 
390
- #: inc/php/page.php:233
391
  #, php-format
392
- msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
393
  msgstr ""
394
 
395
- #: inc/php/page.php:241
396
  msgid ""
397
- "My intention is to create projects that will make this world a better place. I'm really passionate "
398
- "about my work, I like what I'm doing and hope that you will be enriched by my projects too."
399
  msgstr ""
400
 
401
- #: inc/php/page.php:242
402
  msgid ""
403
- "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I "
404
- "build are useful, and the ultimate proof of that for me is that you actually want to use them. But, "
405
- "I’m an independent developer, without a regular income, so every little contribution helps cover my "
406
- "costs and lets me spend more time building things for people like you to enjoy."
407
  msgstr ""
408
 
409
- #: inc/php/page.php:243
410
  msgid "If you appreciate my work, you can buy me a coffee!"
411
  msgstr ""
412
 
413
- #: inc/php/page.php:244
414
  msgid "Thank you for your support!"
415
  msgstr ""
416
 
@@ -422,13 +411,13 @@ msgstr ""
422
  msgid "Save changes"
423
  msgstr ""
424
 
425
- #: inc/php/settings.php:45 inc/php/sidebar.php:34
426
  msgid ""
427
- "I'm an independent developer, without a regular income, so every little contribution helps cover my "
428
- "costs and lets me spend more time building things for people like you to enjoy."
429
  msgstr ""
430
 
431
- #: inc/php/settings.php:52 inc/php/sidebar.php:41
432
  msgid "Thanks for your support!"
433
  msgstr ""
434
 
@@ -438,19 +427,15 @@ msgstr ""
438
 
439
  #: inc/php/sidebar.php:18
440
  msgid ""
441
- "This plugin allows you to easily and safely add your custom functions (PHP code) directly out of "
442
- "your WordPress Admin area, without the need to have an external editor."
443
  msgstr ""
444
 
445
  #: inc/php/sidebar.php:23
446
- msgid "Upgrade"
447
- msgstr ""
448
-
449
- #: inc/php/sidebar.php:46
450
  msgid "Help"
451
  msgstr ""
452
 
453
- #: inc/php/sidebar.php:48
454
  msgid "If you have a question, please read the information in the FAQ section."
455
  msgstr ""
456
 
@@ -464,8 +449,8 @@ msgstr ""
464
 
465
  #. Description of the plugin/theme
466
  msgid ""
467
- "Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, "
468
- "without the need to have an external editor."
469
  msgstr ""
470
 
471
  #. Author of the plugin/theme
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-01-22 11:47+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 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;"
18
+ "esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
36
  msgstr ""
37
 
38
  #: inc/php/messages.php:26
39
+ msgid "Hello. We are the team of Space X-Chimp."
40
  msgstr ""
41
 
42
  #: inc/php/messages.php:28
43
  #, php-format
44
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
45
  msgstr ""
46
 
47
  #: inc/php/messages.php:68
66
 
67
  #: inc/php/page.php:32
68
  #, php-format
69
+ msgid "by %s Space X-Chimp %s"
70
  msgstr ""
71
 
72
  #: inc/php/page.php:38
85
  msgid "F.A.Q."
86
  msgstr ""
87
 
88
+ #: inc/php/page.php:48 inc/php/settings.php:43 inc/php/sidebar.php:46
89
  msgid "Support"
90
  msgstr ""
91
 
122
  msgstr ""
123
 
124
  #: inc/php/page.php:78
125
+ msgid "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
 
126
  msgstr ""
127
 
128
  #: inc/php/page.php:80
141
  msgid "It's that simple!"
142
  msgstr ""
143
 
144
+ #: inc/php/page.php:85
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:99
150
  msgid "Frequently Asked Questions"
151
  msgstr ""
152
 
153
+ #: inc/php/page.php:103
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:125
158
  msgid "Will this plugin work on my WordPress.COM website?"
159
  msgstr ""
160
 
161
+ #: inc/php/page.php:126
162
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
163
  msgstr ""
164
 
165
+ #: inc/php/page.php:128
166
  msgid "Can I use this plugin on my language?"
167
  msgstr ""
168
 
169
+ #: inc/php/page.php:129
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:131
174
  #, php-format
175
  msgid ""
176
+ "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is "
177
+ "included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file "
178
+ "to us at the %s and we will include this translation within the next plugin update."
 
179
  msgstr ""
180
 
181
+ #: inc/php/page.php:136
182
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
183
  msgstr ""
184
 
185
+ #: inc/php/page.php:137
186
  msgid ""
187
+ "Many of plugin users would be delighted if you share your translation with the community. Thanks for your "
188
+ "contribution!"
189
  msgstr ""
190
 
191
+ #: inc/php/page.php:139
192
  msgid "How does it work?"
193
  msgstr ""
194
 
195
+ #: inc/php/page.php:140
196
  msgid ""
197
+ "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the "
198
+ "\"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
199
  msgstr ""
200
 
201
+ #: inc/php/page.php:142
202
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
203
  msgstr ""
204
 
205
+ #: inc/php/page.php:143
206
  msgid "Yes. But you need to do it properly, like this:"
207
  msgstr ""
208
 
209
+ #: inc/php/page.php:153
210
  msgid "How much of PHP code (characters) I can enter in the text field?"
211
  msgstr ""
212
 
213
+ #: inc/php/page.php:154
214
+ msgid "We don't limit the number of characters."
215
  msgstr ""
216
 
217
+ #: inc/php/page.php:156
218
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
219
  msgstr ""
220
 
221
+ #: inc/php/page.php:157
222
  msgid "Here are a few of the most likely causes of the error message:"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:159
226
+ msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
 
 
227
  msgstr ""
228
 
229
+ #: inc/php/page.php:160
230
  msgid "You entered two functions with the same name. Use a unique names for your functions."
231
  msgstr ""
232
 
233
+ #: inc/php/page.php:161
234
  msgid ""
235
+ "You have entered function with a name that is already occupied by another function. Use a unique name for your "
236
+ "function."
237
  msgstr ""
238
 
239
+ #: inc/php/page.php:162
240
  msgid ""
241
+ "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
 
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:165
245
  msgid "Does this plugin requires any modification of the theme?"
246
  msgstr ""
247
 
248
+ #: inc/php/page.php:166
249
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:168
253
  msgid "Does this require any knowledge of HTML or CSS?"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:169
257
  msgid ""
258
+ "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But "
259
+ "you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
 
260
  msgstr ""
261
 
262
+ #: inc/php/page.php:171
263
  msgid "It's not working. What could be wrong?"
264
  msgstr ""
265
 
266
+ #: inc/php/page.php:172
267
  msgid ""
268
+ "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's "
269
+ "cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth "
270
+ "usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
 
271
  msgstr ""
272
 
273
+ #: inc/php/page.php:173
274
  msgid ""
275
+ "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support "
276
+ "forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information "
277
+ "as possible, including a link to your website where the problem can be seen."
 
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:175
281
  msgid "What to do if this plugin crashed the website?"
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:176
285
  msgid ""
286
+ "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, "
287
+ "and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white "
288
+ "screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not "
289
+ "detect. When this happens with you just do the following and all will be fine."
 
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:178
293
  msgid "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-functions/</code>)."
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:179
297
  msgid "Rename the \"START\" file to \"STOP\". This will stop the execution of your custom code."
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:180
301
+ msgid "Return to the plugin settings page and edit/fix your custom code that you entered before the crash."
 
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:181
305
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
306
  msgstr ""
307
 
308
+ #: inc/php/page.php:183
309
  msgid ""
310
+ "This plugin stored you entered code in the database of your website. For getting your code, you also can go to "
311
+ "the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option "
312
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
313
  msgstr ""
314
 
315
+ #: inc/php/page.php:185
316
  msgid ""
317
+ "The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why "
318
  "is this?"
319
  msgstr ""
320
 
321
+ #: inc/php/page.php:186
322
  msgid ""
323
+ "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It "
324
+ "could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some "
325
+ "web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the "
326
+ "website, this too can help."
327
  msgstr ""
328
 
329
+ #: inc/php/page.php:188
330
  msgid "Where to report bug if found?"
331
  msgstr ""
332
 
333
+ #: inc/php/page.php:190
334
  #, php-format
335
+ msgid "Please visit %s this page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
336
  msgstr ""
337
 
338
+ #: inc/php/page.php:196
339
  msgid "Where to share any ideas or suggestions to make the plugin better?"
340
  msgstr ""
341
 
342
+ #: inc/php/page.php:198
343
  #, php-format
344
+ msgid ""
345
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not forget to specify the name of the "
346
+ "plugin. Thank you!"
347
  msgstr ""
348
 
349
+ #: inc/php/page.php:204
350
  msgid "I love this plugin! Can I help somehow?"
351
  msgstr ""
352
 
353
+ #: inc/php/page.php:206
354
  #, php-format
355
  msgid ""
356
+ "Yes, any financial contributions are welcome! Just visit %s the website of the creator %s, click on the donate "
357
  "button, and thank you!"
358
  msgstr ""
359
 
360
+ #: inc/php/page.php:212
361
  msgid "My question wasn't answered here."
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:214
365
  #, php-format
366
  msgid ""
367
+ "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 "
368
+ "special support team, so we have no way to answer everyone."
369
  msgstr ""
370
 
371
+ #: inc/php/page.php:228
372
  msgid "Support Me"
373
  msgstr ""
374
 
375
+ #: inc/php/page.php:236 inc/php/settings.php:50 inc/php/sidebar.php:53
376
  msgid "Donate with PayPal"
377
  msgstr ""
378
 
379
+ #: inc/php/page.php:241
380
  #, php-format
381
+ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
382
  msgstr ""
383
 
384
+ #: inc/php/page.php:249
385
  msgid ""
386
+ "My intention is to create projects that will make this world a better place. I'm really passionate about my work, "
387
+ "I like what I'm doing and hope that you will be enriched by my projects too."
388
  msgstr ""
389
 
390
+ #: inc/php/page.php:250
391
  msgid ""
392
+ "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are "
393
+ "useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent "
394
+ "developer, without a regular income, so every little contribution helps cover my costs and lets me spend more "
395
+ "time building things for people like you to enjoy."
396
  msgstr ""
397
 
398
+ #: inc/php/page.php:251
399
  msgid "If you appreciate my work, you can buy me a coffee!"
400
  msgstr ""
401
 
402
+ #: inc/php/page.php:252
403
  msgid "Thank you for your support!"
404
  msgstr ""
405
 
411
  msgid "Save changes"
412
  msgstr ""
413
 
414
+ #: inc/php/settings.php:45 inc/php/sidebar.php:48
415
  msgid ""
416
+ "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and "
417
+ "lets me spend more time building things for people like you to enjoy."
418
  msgstr ""
419
 
420
+ #: inc/php/settings.php:52 inc/php/sidebar.php:55
421
  msgid "Thanks for your support!"
422
  msgstr ""
423
 
427
 
428
  #: inc/php/sidebar.php:18
429
  msgid ""
430
+ "This plugin allows you to easily and safely add your custom functions (PHP code) directly out of your WordPress "
431
+ "Admin area, without the need to have an external editor."
432
  msgstr ""
433
 
434
  #: inc/php/sidebar.php:23
 
 
 
 
435
  msgid "Help"
436
  msgstr ""
437
 
438
+ #: inc/php/sidebar.php:25
439
  msgid "If you have a question, please read the information in the FAQ section."
440
  msgstr ""
441
 
449
 
450
  #. Description of the plugin/theme
451
  msgid ""
452
+ "Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the "
453
+ "need to have an external editor."
454
  msgstr ""
455
 
456
  #. Author of the plugin/theme
my-custom-functions.php CHANGED
@@ -5,12 +5,12 @@
5
  * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to have an external editor.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
- * Version: 4.12
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
12
  *
13
- * Copyright 2014-2017 Space X-Chimp Studio ( website : https://www.spacexchimp.com )
14
  *
15
  * This plugin is free software: you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
5
  * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to have an external editor.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
+ * Version: 4.13
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
12
  *
13
+ * Copyright 2014-2018 Space X-Chimp ( website : https://www.spacexchimp.com )
14
  *
15
  * This plugin is free software: you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: code, php, function, snippet, custom, execute, edit, editing, editor, func
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 4.12
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -13,8 +13,10 @@ Easily and safely add your custom functions (PHP code) directly out of your Word
13
 
14
  == Description ==
15
 
16
- An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily and safely add your custom functions (PHP code) for execution in WordPress environment directly out of your WordPress Admin area, without the need to have an external editor.
17
-
 
 
18
 
19
  **Features**
20
 
@@ -111,7 +113,7 @@ After installation and activation, the "`PHP Inserter`" menu item will appear in
111
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
112
 
113
  = Q. Can I use this plugin on my language? =
114
- A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the "`languages`" folder. Just send the PO file to me at the arthurgareginyan@gmail.com and I will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
115
 
116
  = Q. How does it work? =
117
  A. Simply go to the plugin settings page, place your PHP code in the field, switch the toggle to the "ON" position and click the "Save changes" button. Enjoy the result of applying your PHP code. It's that simple!
@@ -128,7 +130,7 @@ A. Yes. But you need to do it properly, like this:
128
  }`
129
 
130
  = Q. How much of PHP code (characters) I can enter in the text field? =
131
- A. I don't limit the number of characters.
132
 
133
  = Q. On the plugin settings page, an error message appears. What could be wrong? =
134
  A. Here are a few of the most likely causes of the error message:
@@ -147,7 +149,7 @@ A. This plugin can be configured with no knowledge of HTML or CSS, using an easy
147
  = Q. It's not working. What could be wrong? =
148
  A. 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.
149
 
150
- 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, I'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.
151
 
152
  = Q. What to do if this plugin crashed the website? =
153
  A. 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 just do the following and all will be fine.
@@ -159,17 +161,17 @@ A. This plugin has a built-in functions for checking the custom code for syntax
159
 
160
  This plugin stored you entered code in the database of your website. For getting your code, you also can go to the `Database` -> Table "`wp_options`" -> Option "`anarcho_cfunctions_settings`" -> "`option_value`".
161
 
162
- = Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this? =
163
  A. 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.
164
 
165
  = Q. Where to report bug if found? =
166
  A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/my-custom-functions) and report.
167
 
168
  = Q. Where to share any ideas or suggestions to make the plugin better? =
169
- A. Any suggestions are very welcome! Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
170
 
171
  = Q. I love this plugin! Can I help somehow? =
172
- A. Yes, any financial contributions are welcome! Just visit [my website](https://www.arthurgareginyan.com/donate.html), click on the donate button, and thank you!
173
 
174
 
175
  == Screenshots ==
@@ -207,6 +209,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
207
 
208
  == Changelog ==
209
 
 
 
 
 
 
 
210
  = 4.12 =
211
  * The plugin is fully tested for compatibility with WordPress version 4.9.
212
  * CSS code improved.
@@ -230,7 +238,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
230
  * The menu item of the plugin is renamed.
231
  * The "Author" tab on the settings page is removed.
232
  * Content of the "Support" tab on the settings page is updated.
233
- * Copyright of plugin files is changed to the "Space X-Chimp Studio".
234
  * The "Support" tab renamed to the "Support Me".
235
  * The "Usage" tab renamed to the "Usage Instructions".
236
 
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 4.13
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
13
 
14
  == Description ==
15
 
16
+ An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily and safely add your custom functions (PHP code) for execution in the WordPress environment directly out of your WordPress Admin area and without any need for an external editor.
17
+
18
+
19
+ This is a simple and perfect tool to use as your website's functionality plugin.
20
 
21
  **Features**
22
 
113
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
114
 
115
  = Q. Can I use this plugin on my language? =
116
+ A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the "`languages`" folder. Just send the PO file to us at the arthurgareginyan@gmail.com and we will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
117
 
118
  = Q. How does it work? =
119
  A. Simply go to the plugin settings page, place your PHP code in the field, switch the toggle to the "ON" position and click the "Save changes" button. Enjoy the result of applying your PHP code. It's that simple!
130
  }`
131
 
132
  = Q. How much of PHP code (characters) I can enter in the text field? =
133
+ A. We don't limit the number of characters.
134
 
135
  = Q. On the plugin settings page, an error message appears. What could be wrong? =
136
  A. Here are a few of the most likely causes of the error message:
149
  = Q. It's not working. What could be wrong? =
150
  A. 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.
151
 
152
+ 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.
153
 
154
  = Q. What to do if this plugin crashed the website? =
155
  A. 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 just do the following and all will be fine.
161
 
162
  This plugin stored you entered code in the database of your website. For getting your code, you also can go to the `Database` -> Table "`wp_options`" -> Option "`anarcho_cfunctions_settings`" -> "`option_value`".
163
 
164
+ = Q. The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why is this? =
165
  A. 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.
166
 
167
  = Q. Where to report bug if found? =
168
  A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/my-custom-functions) and report.
169
 
170
  = Q. Where to share any ideas or suggestions to make the plugin better? =
171
+ A. Any suggestions are very welcome! Please send us an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
172
 
173
  = Q. I love this plugin! Can I help somehow? =
174
+ A. Yes, any financial contributions are welcome! Just visit [the website of the creator](https://www.arthurgareginyan.com/donate.html), click on the donate button, and thank you!
175
 
176
 
177
  == Screenshots ==
209
 
210
  == Changelog ==
211
 
212
+ = 4.13 =
213
+ * Texts updated.
214
+ * The year in the copyright text is updated.
215
+ * The sidebar items are rearranged.
216
+ * Translation files updated.
217
+
218
  = 4.12 =
219
  * The plugin is fully tested for compatibility with WordPress version 4.9.
220
  * CSS code improved.
238
  * The menu item of the plugin is renamed.
239
  * The "Author" tab on the settings page is removed.
240
  * Content of the "Support" tab on the settings page is updated.
241
+ * Copyright of plugin files is changed to the "Space X-Chimp".
242
  * The "Support" tab renamed to the "Support Me".
243
  * The "Usage" tab renamed to the "Usage Instructions".
244