My Custom Functions - Version 4.4.1

Version Description

  • The HTTPS mixed content issue fixed by changing all links to HTTPS.
  • Content of the "FAQ" section updated.
Download this release

Release Info

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

Code changes from version 4.4 to 4.4.1

inc/css/admin.css CHANGED
@@ -3,7 +3,7 @@
3
  *
4
  * @package My Custom Functions
5
  * @uthor Arthur Gareginyan
6
- * @link http://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
  * @since 4.4
9
  */
3
  *
4
  * @package My Custom Functions
5
  * @uthor Arthur Gareginyan
6
+ * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
  * @since 4.4
9
  */
inc/js/admin.js CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * @package My Custom Functions
5
  * @uthor Arthur Gareginyan
6
- * @link http://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
- * @since 4.0
9
  */
10
 
11
 
@@ -40,10 +40,10 @@ jQuery(document).ready(function($) {
40
  }
41
 
42
  // Dynamic content
43
- $( ".include-tab-author" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-author" );
44
- $( ".include-tab-support" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-support" );
45
- $( ".include-tab-family" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-family" );
46
- $( ".additional-css" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/styles.html" );
47
 
48
  // Add questions and answers into spoilers and color them in different colors
49
  $(".panel-group .panel").each(function(i) {
3
  *
4
  * @package My Custom Functions
5
  * @uthor Arthur Gareginyan
6
+ * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
+ * @since 4.4.1
9
  */
10
 
11
 
40
  }
41
 
42
  // Dynamic content
43
+ $( ".include-tab-author" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-author" );
44
+ $( ".include-tab-support" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-support" );
45
+ $( ".include-tab-family" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-family" );
46
+ $( ".additional-css" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/styles.html" );
47
 
48
  // Add questions and answers into spoilers and color them in different colors
49
  $(".panel-group .panel").each(function(i) {
inc/php/core.php CHANGED
@@ -37,10 +37,10 @@ add_filter( 'plugin_action_links_' . MCFUNC_BASE, MCFUNC_PREFIX . '_settings_lin
37
  /**
38
  * Print link to My Custom Functions PRO page
39
  *
40
- * @since 4.1
41
  */
42
  function MCFunctions_upgrade_link( $links ) {
43
- $upgrade_page = '<a href="//www.arthurgareginyan.com/plugin-my-custom-functions-pro.html" target="_blank"><b style="color:red;">' . __( 'Upgrade to PRO', MCFUNC_TEXT ) . '</b></a>';
44
  array_unshift( $links, $upgrade_page );
45
  return $links;
46
  }
@@ -49,7 +49,7 @@ add_filter( 'plugin_action_links_' . MCFUNC_BASE, MCFUNC_PREFIX . '_upgrade_link
49
  /**
50
  * Print additional links to plugin meta row
51
  *
52
- * @since 4.1
53
  */
54
  function MCFunctions_plugin_row_meta( $links, $file ) {
55
 
@@ -57,7 +57,7 @@ function MCFunctions_plugin_row_meta( $links, $file ) {
57
 
58
  $new_links = array(
59
  'donate' => '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank"><span class="dashicons dashicons-heart"></span> ' . __( 'Donate', MCFUNC_TEXT ) . '</a>',
60
- 'upgrage' => '<a href="//www.arthurgareginyan.com/plugin-my-custom-functions-pro.html" target="_blank"><span class="dashicons dashicons-star-filled"></span> ' . __( 'Upgrade to PRO', MCFUNC_TEXT ) . '</a>'
61
  );
62
  $links = array_merge( $links, $new_links );
63
  }
37
  /**
38
  * Print link to My Custom Functions PRO page
39
  *
40
+ * @since 4.4.1
41
  */
42
  function MCFunctions_upgrade_link( $links ) {
43
+ $upgrade_page = '<a href="https://www.arthurgareginyan.com/plugin-my-custom-functions-pro.html" target="_blank"><b style="color:red;">' . __( 'Upgrade to PRO', MCFUNC_TEXT ) . '</b></a>';
44
  array_unshift( $links, $upgrade_page );
45
  return $links;
46
  }
49
  /**
50
  * Print additional links to plugin meta row
51
  *
52
+ * @since 4.4.1
53
  */
54
  function MCFunctions_plugin_row_meta( $links, $file ) {
55
 
57
 
58
  $new_links = array(
59
  'donate' => '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank"><span class="dashicons dashicons-heart"></span> ' . __( 'Donate', MCFUNC_TEXT ) . '</a>',
60
+ 'upgrage' => '<a href="https://www.arthurgareginyan.com/plugin-my-custom-functions-pro.html" target="_blank"><span class="dashicons dashicons-star-filled"></span> ' . __( 'Upgrade to PRO', MCFUNC_TEXT ) . '</a>'
61
  );
62
  $links = array_merge( $links, $new_links );
63
  }
inc/php/messages.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Hello message - Bootstrap Modal
12
  *
13
- * @since 4.3
14
  */
15
  function MCFunctions_hello_message() {
16
 
@@ -25,7 +25,7 @@ function MCFunctions_hello_message() {
25
  <div class="modal-dialog">
26
  <div class="modal-content">
27
  <div class="modal-body">
28
- <img src="http://mycyberuniverse.com/public-files/images/Arthur.png">
29
  <button type="button" class="close" data-dismiss="modal">&times;</button>
30
  <p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', MCFUNC_TEXT ); ?></p>
31
  <p><?php printf(
10
  /**
11
  * Hello message - Bootstrap Modal
12
  *
13
+ * @since 4.4.1
14
  */
15
  function MCFunctions_hello_message() {
16
 
25
  <div class="modal-dialog">
26
  <div class="modal-content">
27
  <div class="modal-body">
28
+ <img src="https://mycyberuniverse.com/public-files/images/Arthur.png">
29
  <button type="button" class="close" data-dismiss="modal">&times;</button>
30
  <p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', MCFUNC_TEXT ); ?></p>
31
  <p><?php printf(
inc/php/page.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Render Settings Page
12
  *
13
- * @since 4.4
14
  */
15
  function MCFunctions_render_submenu_page() {
16
 
@@ -34,7 +34,7 @@ function MCFunctions_render_submenu_page() {
34
  <span>
35
  <?php printf(
36
  __( 'by %s Arthur Gareginyan %s', $text ),
37
- '<a href="http://www.arthurgareginyan.com" target="_blank">',
38
  '</a>'
39
  );
40
  ?>
@@ -124,12 +124,15 @@ function MCFunctions_render_submenu_page() {
124
  <div class="answer-1"><?php _e( 'Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.', $text ); ?></div>
125
 
126
  <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
127
- <div class="answer-2"><?php printf(
128
- __( '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 <code>languages</code> folder. Just send the PO file to me at the %s 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!', $text ),
129
- '<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
130
- );
 
 
131
  ?><br><br>
132
- <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?></div>
 
133
 
134
  <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
135
  <div class="answer-3"><?php _e( 'On the "Main" tab, 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!', $text ); ?></div>
@@ -191,14 +194,14 @@ function MCFunctions_render_submenu_page() {
191
  <div class="question-13"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
192
  <div class="answer-13"><?php printf(
193
  __( 'Any suggestions are very welcome! Please send me an email to %s. Thank you!', $text ),
194
- '<a href="mailto:arthurgareginyan@gmail.com?subject=Suggestions about the ' . $name . '">arthurgareginyan@gmail.com</a>'
195
  );
196
  ?></div>
197
 
198
  <div class="question-14"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
199
  <div class="answer-14"><?php printf(
200
  __( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', $text ),
201
- '<a href="http://www.arthurgareginyan.com/donate.html" target="_blank">',
202
  '</a>'
203
  );
204
  ?></div>
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 4.4.1
14
  */
15
  function MCFunctions_render_submenu_page() {
16
 
34
  <span>
35
  <?php printf(
36
  __( 'by %s Arthur Gareginyan %s', $text ),
37
+ '<a href="https://www.arthurgareginyan.com" target="_blank">',
38
  '</a>'
39
  );
40
  ?>
124
  <div class="answer-1"><?php _e( 'Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.', $text ); ?></div>
125
 
126
  <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
127
+ <div class="answer-2"><?php _e( 'Yes. This plugin is ready for translation and has already been translated into several languages.', $text ); ?><br><br>
128
+ <?php printf(
129
+ __( '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 ),
130
+ '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>',
131
+ '<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
132
+ );
133
  ?><br><br>
134
+ <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?><br><br>
135
+ <?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
136
 
137
  <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
138
  <div class="answer-3"><?php _e( 'On the "Main" tab, 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!', $text ); ?></div>
194
  <div class="question-13"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
195
  <div class="answer-13"><?php printf(
196
  __( 'Any suggestions are very welcome! Please send me an email to %s. Thank you!', $text ),
197
+ '<a href="mailto:arthurgareginyan@gmail.com?subject=Suggestions about the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
198
  );
199
  ?></div>
200
 
201
  <div class="question-14"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
202
  <div class="answer-14"><?php printf(
203
  __( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', $text ),
204
+ '<a href="https://www.arthurgareginyan.com/donate.html" target="_blank">',
205
  '</a>'
206
  );
207
  ?></div>
inc/php/settings.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Render Settings Tab
12
  *
13
- * @since 4.4
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
@@ -20,15 +20,15 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
20
  <div id="about" class="postbox">
21
  <h3 class="title"><?php _e( 'About', $text ); ?></h3>
22
  <div class="inside">
23
- <p><?php _e( 'This plugin allows you to easily and safely add your custom functions (PHP code) to your website.', $text ); ?></p>
24
  </div>
25
  </div>
26
 
27
  <div id="upgrade" class="postbox">
28
  <h3 class="title"><?php _e( 'Upgrade', $text ); ?></h3>
29
  <div class="inside">
30
- <a href="//www.arthurgareginyan.com/plugin-my-custom-functions-pro.html" target="_blank">
31
- <img src="//mycyberuniverse.com/public-files/sale/pro-version.png" alt="PRO">
32
  </a>
33
  </div>
34
  </div>
10
  /**
11
  * Render Settings Tab
12
  *
13
+ * @since 4.4.1
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
20
  <div id="about" class="postbox">
21
  <h3 class="title"><?php _e( 'About', $text ); ?></h3>
22
  <div class="inside">
23
+ <p><?php _e( 'This plugin allows you to easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to have an external editor.', $text ); ?></p>
24
  </div>
25
  </div>
26
 
27
  <div id="upgrade" class="postbox">
28
  <h3 class="title"><?php _e( 'Upgrade', $text ); ?></h3>
29
  <div class="inside">
30
+ <a href="https://www.arthurgareginyan.com/plugin-my-custom-functions-pro.html" target="_blank">
31
+ <img src="https://mycyberuniverse.com/public-files/sale/pro-version.png" alt="PRO">
32
  </a>
33
  </div>
34
  </div>
languages/my-custom-functions-es_ES.mo CHANGED
Binary file
languages/my-custom-functions-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - My Custom Functions - Development Readme (trunk)\n"
6
- "POT-Creation-Date: 2017-06-16 03:34+0300\n"
7
- "PO-Revision-Date: 2017-06-16 03:34+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -87,11 +87,11 @@ msgstr ""
87
  msgid "F.A.Q."
88
  msgstr ""
89
 
90
- #: inc/php/page.php:52 inc/php/page.php:221
91
  msgid "Author"
92
  msgstr ""
93
 
94
- #: inc/php/page.php:53 inc/php/page.php:230 inc/php/settings.php:37 inc/php/settings.php:89
95
  msgid "Support"
96
  msgstr ""
97
 
@@ -167,111 +167,119 @@ msgstr ""
167
  msgid "Can I use this plugin on my language?"
168
  msgstr ""
169
 
170
- #: inc/php/page.php:128
 
 
 
 
171
  #, php-format
172
  msgid ""
173
- "Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is "
174
- "not available then you can make one. The POT file is included and placed in the <code>languages</code> folder. Just send "
175
- "the PO file to me at the %s and I will include this translation within the next plugin update. Many of plugin users would "
176
- "be delighted if you share your translation with the community. Thanks for your contribution!"
177
  msgstr ""
178
 
179
- #: inc/php/page.php:132
180
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:134
 
 
 
 
 
184
  msgid "How does it work?"
185
  msgstr ""
186
 
187
- #: inc/php/page.php:135
188
  msgid ""
189
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save "
190
  "changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
191
  msgstr ""
192
 
193
- #: inc/php/page.php:137
194
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
195
  msgstr ""
196
 
197
- #: inc/php/page.php:138
198
  msgid "Yes. But you need to do it properly, like this:"
199
  msgstr ""
200
 
201
- #: inc/php/page.php:148
202
  msgid "How much of PHP code (characters) I can enter in the text field?"
203
  msgstr ""
204
 
205
- #: inc/php/page.php:149
206
  msgid "I don't limit the number of characters."
207
  msgstr ""
208
 
209
- #: inc/php/page.php:151
210
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:152
214
  msgid "Here are a few of the most likely causes of the error message:"
215
  msgstr ""
216
 
217
- #: inc/php/page.php:154
218
  msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
219
  msgstr ""
220
 
221
- #: inc/php/page.php:155
222
  msgid "You entered two functions with the same name. Use a unique names for your functions."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:156
226
  msgid ""
227
  "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
228
  msgstr ""
229
 
230
- #: inc/php/page.php:157
231
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
232
  msgstr ""
233
 
234
- #: inc/php/page.php:160
235
  msgid "Does this plugin requires any modification of the theme?"
236
  msgstr ""
237
 
238
- #: inc/php/page.php:161
239
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
240
  msgstr ""
241
 
242
- #: inc/php/page.php:163
243
  msgid "Does this require any knowledge of HTML or CSS?"
244
  msgstr ""
245
 
246
- #: inc/php/page.php:164
247
  msgid ""
248
  "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need "
249
  "to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:166
253
  msgid "It's not working. What could be wrong?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:167
257
  msgid ""
258
  "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. "
259
  "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server "
260
  "load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
261
  msgstr ""
262
 
263
- #: inc/php/page.php:168
264
  msgid ""
265
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on "
266
  "WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, "
267
  "including a link to your website where the problem can be seen."
268
  msgstr ""
269
 
270
- #: inc/php/page.php:170
271
  msgid "What to do if this plugin crashed the website?"
272
  msgstr ""
273
 
274
- #: inc/php/page.php:171
275
  msgid ""
276
  "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. "
277
  "But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This "
@@ -279,73 +287,73 @@ msgid ""
279
  "just do the following and all will be fine."
280
  msgstr ""
281
 
282
- #: inc/php/page.php:173
283
  msgid "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-functions/</code>)."
284
  msgstr ""
285
 
286
- #: inc/php/page.php:174
287
  msgid "Rename the \"START\" file to \"STOP\". This will stop the execution of your custom code."
288
  msgstr ""
289
 
290
- #: inc/php/page.php:175
291
  msgid "Return to the plugin settings page and edit/fix your custom code that you entered before the crash."
292
  msgstr ""
293
 
294
- #: inc/php/page.php:176
295
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
296
  msgstr ""
297
 
298
- #: inc/php/page.php:178
299
  msgid ""
300
  "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the "
301
  "<code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>anarcho_cfunctions_settings</code> "
302
  "&#10145; <code>option_value</code>."
303
  msgstr ""
304
 
305
- #: inc/php/page.php:180
306
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
307
  msgstr ""
308
 
309
- #: inc/php/page.php:181
310
  msgid ""
311
  "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could "
312
  "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 "
313
  "as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
314
  msgstr ""
315
 
316
- #: inc/php/page.php:183
317
  msgid "Where to report bug if found?"
318
  msgstr ""
319
 
320
- #: inc/php/page.php:185
321
  #, php-format
322
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
323
  msgstr ""
324
 
325
- #: inc/php/page.php:191
326
  msgid "Where to share any ideas or suggestions to make the plugin better?"
327
  msgstr ""
328
 
329
- #: inc/php/page.php:193
330
  #, php-format
331
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
332
  msgstr ""
333
 
334
- #: inc/php/page.php:198
335
  msgid "I love this plugin! Can I help somehow?"
336
  msgstr ""
337
 
338
- #: inc/php/page.php:200
339
  #, php-format
340
  msgid ""
341
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!"
342
  msgstr ""
343
 
344
- #: inc/php/page.php:206
345
  msgid "My question wasn't answered here."
346
  msgstr ""
347
 
348
- #: inc/php/page.php:208
349
  #, php-format
350
  msgid ""
351
  "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and there is "
@@ -357,7 +365,9 @@ msgid "About"
357
  msgstr "Acerca de"
358
 
359
  #: inc/php/settings.php:23
360
- msgid "This plugin allows you to easily and safely add your custom functions (PHP code) to your website."
 
 
361
  msgstr ""
362
 
363
  #: inc/php/settings.php:28
@@ -406,8 +416,8 @@ msgstr ""
406
 
407
  #. Description of the plugin/theme
408
  msgid ""
409
- "Easily and safely add your custom functions (PHP code) directly out of your WordPress Dashboard without need of an "
410
- "external editor."
411
  msgstr ""
412
 
413
  #. Author of the plugin/theme
@@ -415,11 +425,11 @@ msgid "Arthur Gareginyan"
415
  msgstr ""
416
 
417
  #. Author URI of the plugin/theme
418
- msgid "http://www.arthurgareginyan.com"
419
  msgstr ""
420
 
421
- #~ msgid "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
422
- #~ msgstr "por <a href=“http://www.arthurgareginyan.com” target=“_blank”>Arthur Gareginyan</a>"
423
 
424
  #~ msgid "Using"
425
  #~ msgstr "Uso"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - My Custom Functions - Development Readme (trunk)\n"
6
+ "POT-Creation-Date: 2017-06-21 14:13+0300\n"
7
+ "PO-Revision-Date: 2017-06-21 14:13+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
87
  msgid "F.A.Q."
88
  msgstr ""
89
 
90
+ #: inc/php/page.php:52 inc/php/page.php:224
91
  msgid "Author"
92
  msgstr ""
93
 
94
+ #: inc/php/page.php:53 inc/php/page.php:233 inc/php/settings.php:37 inc/php/settings.php:89
95
  msgid "Support"
96
  msgstr ""
97
 
167
  msgid "Can I use this plugin on my language?"
168
  msgstr ""
169
 
170
+ #: inc/php/page.php:127
171
+ msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
172
+ msgstr ""
173
+
174
+ #: inc/php/page.php:129
175
  #, php-format
176
  msgid ""
177
+ "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and "
178
+ "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 "
179
+ "will include this translation within the next plugin update."
 
180
  msgstr ""
181
 
182
+ #: inc/php/page.php:134
183
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
184
  msgstr ""
185
 
186
+ #: inc/php/page.php:135
187
+ msgid ""
188
+ "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
189
+ msgstr ""
190
+
191
+ #: inc/php/page.php:137
192
  msgid "How does it work?"
193
  msgstr ""
194
 
195
+ #: inc/php/page.php:138
196
  msgid ""
197
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save "
198
  "changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
199
  msgstr ""
200
 
201
+ #: inc/php/page.php:140
202
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
203
  msgstr ""
204
 
205
+ #: inc/php/page.php:141
206
  msgid "Yes. But you need to do it properly, like this:"
207
  msgstr ""
208
 
209
+ #: inc/php/page.php:151
210
  msgid "How much of PHP code (characters) I can enter in the text field?"
211
  msgstr ""
212
 
213
+ #: inc/php/page.php:152
214
  msgid "I don't limit the number of characters."
215
  msgstr ""
216
 
217
+ #: inc/php/page.php:154
218
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
219
  msgstr ""
220
 
221
+ #: inc/php/page.php:155
222
  msgid "Here are a few of the most likely causes of the error message:"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:157
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:158
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:159
234
  msgid ""
235
  "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
236
  msgstr ""
237
 
238
+ #: inc/php/page.php:160
239
  msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
240
  msgstr ""
241
 
242
+ #: inc/php/page.php:163
243
  msgid "Does this plugin requires any modification of the theme?"
244
  msgstr ""
245
 
246
+ #: inc/php/page.php:164
247
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
248
  msgstr ""
249
 
250
+ #: inc/php/page.php:166
251
  msgid "Does this require any knowledge of HTML or CSS?"
252
  msgstr ""
253
 
254
+ #: inc/php/page.php:167
255
  msgid ""
256
  "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need "
257
  "to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
258
  msgstr ""
259
 
260
+ #: inc/php/page.php:169
261
  msgid "It's not working. What could be wrong?"
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:170
265
  msgid ""
266
  "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. "
267
  "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server "
268
  "load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
269
  msgstr ""
270
 
271
+ #: inc/php/page.php:171
272
  msgid ""
273
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on "
274
  "WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, "
275
  "including a link to your website where the problem can be seen."
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:173
279
  msgid "What to do if this plugin crashed the website?"
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:174
283
  msgid ""
284
  "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. "
285
  "But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This "
287
  "just do the following and all will be fine."
288
  msgstr ""
289
 
290
+ #: inc/php/page.php:176
291
  msgid "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-functions/</code>)."
292
  msgstr ""
293
 
294
+ #: inc/php/page.php:177
295
  msgid "Rename the \"START\" file to \"STOP\". This will stop the execution of your custom code."
296
  msgstr ""
297
 
298
+ #: inc/php/page.php:178
299
  msgid "Return to the plugin settings page and edit/fix your custom code that you entered before the crash."
300
  msgstr ""
301
 
302
+ #: inc/php/page.php:179
303
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
304
  msgstr ""
305
 
306
+ #: inc/php/page.php:181
307
  msgid ""
308
  "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the "
309
  "<code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option <code>anarcho_cfunctions_settings</code> "
310
  "&#10145; <code>option_value</code>."
311
  msgstr ""
312
 
313
+ #: inc/php/page.php:183
314
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
315
  msgstr ""
316
 
317
+ #: inc/php/page.php:184
318
  msgid ""
319
  "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could "
320
  "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 "
321
  "as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
322
  msgstr ""
323
 
324
+ #: inc/php/page.php:186
325
  msgid "Where to report bug if found?"
326
  msgstr ""
327
 
328
+ #: inc/php/page.php:188
329
  #, php-format
330
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
331
  msgstr ""
332
 
333
+ #: inc/php/page.php:194
334
  msgid "Where to share any ideas or suggestions to make the plugin better?"
335
  msgstr ""
336
 
337
+ #: inc/php/page.php:196
338
  #, php-format
339
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
340
  msgstr ""
341
 
342
+ #: inc/php/page.php:201
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr ""
345
 
346
+ #: inc/php/page.php:203
347
  #, php-format
348
  msgid ""
349
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!"
350
  msgstr ""
351
 
352
+ #: inc/php/page.php:209
353
  msgid "My question wasn't answered here."
354
  msgstr ""
355
 
356
+ #: inc/php/page.php:211
357
  #, php-format
358
  msgid ""
359
  "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and there is "
365
  msgstr "Acerca de"
366
 
367
  #: inc/php/settings.php:23
368
+ msgid ""
369
+ "This plugin allows you to easily and safely add your custom functions (PHP code) directly out of your WordPress Admin "
370
+ "area, without the need to have an external editor."
371
  msgstr ""
372
 
373
  #: inc/php/settings.php:28
416
 
417
  #. Description of the plugin/theme
418
  msgid ""
419
+ "Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to "
420
+ "have an external editor."
421
  msgstr ""
422
 
423
  #. Author of the plugin/theme
425
  msgstr ""
426
 
427
  #. Author URI of the plugin/theme
428
+ msgid "https://www.arthurgareginyan.com"
429
  msgstr ""
430
 
431
+ #~ msgid "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
432
+ #~ msgstr "por <a href=“https://www.arthurgareginyan.com” target=“_blank”>Arthur Gareginyan</a>"
433
 
434
  #~ msgid "Using"
435
  #~ msgstr "Uso"
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-06-16 03:34+0300\n"
5
- "PO-Revision-Date: 2017-06-16 03:34+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -88,11 +88,11 @@ msgstr ""
88
  msgid "F.A.Q."
89
  msgstr ""
90
 
91
- #: inc/php/page.php:52 inc/php/page.php:221
92
  msgid "Author"
93
  msgstr ""
94
 
95
- #: inc/php/page.php:53 inc/php/page.php:230 inc/php/settings.php:37
96
  #: inc/php/settings.php:89
97
  msgid "Support"
98
  msgstr ""
@@ -179,110 +179,120 @@ msgstr ""
179
  msgid "Can I use this plugin on my language?"
180
  msgstr ""
181
 
182
- #: inc/php/page.php:128
183
- #, php-format
184
  msgid ""
185
  "Yes. This plugin is ready for translation and has already been translated "
186
- "into several languages. But If your language is not available then you can "
187
- "make one. The POT file is included and placed in the <code>languages</code> "
188
- "folder. Just send the PO file to me at the %s and I will include this "
189
- "translation within the next plugin update. Many of plugin users would be "
190
- "delighted if you share your translation with the community. Thanks for your "
191
- "contribution!"
192
  msgstr ""
193
 
194
- #: inc/php/page.php:132
 
 
 
 
 
 
 
 
 
 
195
  msgid ""
196
  "Maybe not all existed translations are up to date. You are welcome to "
197
  "contribute corrections!"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:134
 
 
 
 
 
 
201
  msgid "How does it work?"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:135
205
  msgid ""
206
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
207
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
208
  "of applying your PHP code. It's that simple!"
209
  msgstr ""
210
 
211
- #: inc/php/page.php:137
212
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
213
  msgstr ""
214
 
215
- #: inc/php/page.php:138
216
  msgid "Yes. But you need to do it properly, like this:"
217
  msgstr ""
218
 
219
- #: inc/php/page.php:148
220
  msgid "How much of PHP code (characters) I can enter in the text field?"
221
  msgstr ""
222
 
223
- #: inc/php/page.php:149
224
  msgid "I don't limit the number of characters."
225
  msgstr ""
226
 
227
- #: inc/php/page.php:151
228
  msgid ""
229
  "On the plugin settings page, an error message appears. What could be wrong?"
230
  msgstr ""
231
 
232
- #: inc/php/page.php:152
233
  msgid "Here are a few of the most likely causes of the error message:"
234
  msgstr ""
235
 
236
- #: inc/php/page.php:154
237
  msgid ""
238
  "You make a syntax error in the code that you have entered. Check the syntax "
239
  "of your code and try again."
240
  msgstr ""
241
 
242
- #: inc/php/page.php:155
243
  msgid ""
244
  "You entered two functions with the same name. Use a unique names for your "
245
  "functions."
246
  msgstr ""
247
 
248
- #: inc/php/page.php:156
249
  msgid ""
250
  "You have entered function with a name that is already occupied by another "
251
  "function. Use a unique name for your function."
252
  msgstr ""
253
 
254
- #: inc/php/page.php:157
255
  msgid ""
256
  "You are trying to overwrite an existing function (of WordPress, theme, or "
257
  "plugin). Instead, use filters and hooks."
258
  msgstr ""
259
 
260
- #: inc/php/page.php:160
261
  msgid "Does this plugin requires any modification of the theme?"
262
  msgstr ""
263
 
264
- #: inc/php/page.php:161
265
  msgid ""
266
  "Absolutely not. This plugin is configurable entirely from the plugin "
267
  "settings page."
268
  msgstr ""
269
 
270
- #: inc/php/page.php:163
271
  msgid "Does this require any knowledge of HTML or CSS?"
272
  msgstr ""
273
 
274
- #: inc/php/page.php:164
275
  msgid ""
276
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
277
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
278
  "order to add/remove/modify the HTML or CSS code by using this plugin."
279
  msgstr ""
280
 
281
- #: inc/php/page.php:166
282
  msgid "It's not working. What could be wrong?"
283
  msgstr ""
284
 
285
- #: inc/php/page.php:167
286
  msgid ""
287
  "As with every plugin, it's possible that things don't work. The most common "
288
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -291,7 +301,7 @@ msgid ""
291
  "browser's cache may solve the problem."
292
  msgstr ""
293
 
294
- #: inc/php/page.php:168
295
  msgid ""
296
  "It's impossible to tell what could be wrong exactly, but if you post a "
297
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
@@ -299,11 +309,11 @@ msgid ""
299
  "possible, including a link to your website where the problem can be seen."
300
  msgstr ""
301
 
302
- #: inc/php/page.php:170
303
  msgid "What to do if this plugin crashed the website?"
304
  msgstr ""
305
 
306
- #: inc/php/page.php:171
307
  msgid ""
308
  "This plugin has a built-in functions for checking the custom code for syntax "
309
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
@@ -313,29 +323,29 @@ msgid ""
313
  "the following and all will be fine."
314
  msgstr ""
315
 
316
- #: inc/php/page.php:173
317
  msgid ""
318
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
319
  "functions/</code>)."
320
  msgstr ""
321
 
322
- #: inc/php/page.php:174
323
  msgid ""
324
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
325
  "custom code."
326
  msgstr ""
327
 
328
- #: inc/php/page.php:175
329
  msgid ""
330
  "Return to the plugin settings page and edit/fix your custom code that you "
331
  "entered before the crash."
332
  msgstr ""
333
 
334
- #: inc/php/page.php:176
335
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
336
  msgstr ""
337
 
338
- #: inc/php/page.php:178
339
  msgid ""
340
  "This plugin stored you entered code in the database of your website. For "
341
  "getting your code, you also can go to the <code>Database</code> &#10145; "
@@ -343,13 +353,13 @@ msgid ""
343
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
344
  msgstr ""
345
 
346
- #: inc/php/page.php:180
347
  msgid ""
348
  "The last WordPress update is preventing me from editing my website that is "
349
  "using this plugin. Why is this?"
350
  msgstr ""
351
 
352
- #: inc/php/page.php:181
353
  msgid ""
354
  "This plugin can not cause such problem. More likely, the problem are related "
355
  "to the settings of the website. It could just be a cache, so please try to "
@@ -358,41 +368,41 @@ msgid ""
358
  "please try to re-login to the website, this too can help."
359
  msgstr ""
360
 
361
- #: inc/php/page.php:183
362
  msgid "Where to report bug if found?"
363
  msgstr ""
364
 
365
- #: inc/php/page.php:185
366
  #, php-format
367
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
368
  msgstr ""
369
 
370
- #: inc/php/page.php:191
371
  msgid "Where to share any ideas or suggestions to make the plugin better?"
372
  msgstr ""
373
 
374
- #: inc/php/page.php:193
375
  #, php-format
376
  msgid ""
377
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
378
  msgstr ""
379
 
380
- #: inc/php/page.php:198
381
  msgid "I love this plugin! Can I help somehow?"
382
  msgstr ""
383
 
384
- #: inc/php/page.php:200
385
  #, php-format
386
  msgid ""
387
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
388
  "click on the donate button, and thank you!"
389
  msgstr ""
390
 
391
- #: inc/php/page.php:206
392
  msgid "My question wasn't answered here."
393
  msgstr ""
394
 
395
- #: inc/php/page.php:208
396
  #, php-format
397
  msgid ""
398
  "You can ask your question on the plugin support page %s. But please keep in "
@@ -407,11 +417,9 @@ msgstr "A propos"
407
  #: inc/php/settings.php:23
408
  msgid ""
409
  "This plugin allows you to easily and safely add your custom functions (PHP "
410
- "code) to your website."
 
411
  msgstr ""
412
- "Ce plugin vous permet d'ajouter facilement et en toute sécurité vos "
413
- "fonctions personnalisées (code PHP) au fichier functions.php de votre thème/"
414
- "site."
415
 
416
  #: inc/php/settings.php:28
417
  msgid "Upgrade"
@@ -462,7 +470,7 @@ msgstr "https://github.com/ArthurGareginyan/my-custom-functions"
462
  #. Description of the plugin/theme
463
  msgid ""
464
  "Easily and safely add your custom functions (PHP code) directly out of your "
465
- "WordPress Dashboard without need of an external editor."
466
  msgstr ""
467
  "Ajoutez facilement et en toute sécurité vos fonctions personnalisées (code "
468
  "PHP) au fichier functions.php directement depuis votre Panneau "
@@ -473,8 +481,16 @@ msgid "Arthur Gareginyan"
473
  msgstr "Arthur Gareginyan"
474
 
475
  #. Author URI of the plugin/theme
476
- msgid "http://www.arthurgareginyan.com"
477
- msgstr "http://www.arthurgareginyan.com"
 
 
 
 
 
 
 
 
478
 
479
  #~ msgid ""
480
  #~ "To use, enter your custom functions, then click \"Save changes\". It's "
@@ -484,10 +500,10 @@ msgstr "http://www.arthurgareginyan.com"
484
  #~ "cliquez \"Enregistrer\". C'est aussi simple que ça !"
485
 
486
  #~ msgid ""
487
- #~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
488
  #~ "Gareginyan</a>"
489
  #~ msgstr ""
490
- #~ "par <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
491
  #~ "Gareginyan</a>"
492
 
493
  #~ msgid "Using"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2017-06-21 14:13+0300\n"
5
+ "PO-Revision-Date: 2017-06-21 14:13+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
88
  msgid "F.A.Q."
89
  msgstr ""
90
 
91
+ #: inc/php/page.php:52 inc/php/page.php:224
92
  msgid "Author"
93
  msgstr ""
94
 
95
+ #: inc/php/page.php:53 inc/php/page.php:233 inc/php/settings.php:37
96
  #: inc/php/settings.php:89
97
  msgid "Support"
98
  msgstr ""
179
  msgid "Can I use this plugin on my language?"
180
  msgstr ""
181
 
182
+ #: inc/php/page.php:127
 
183
  msgid ""
184
  "Yes. This plugin is ready for translation and has already been translated "
185
+ "into several languages."
 
 
 
 
 
186
  msgstr ""
187
 
188
+ #: inc/php/page.php:129
189
+ #, php-format
190
+ msgid ""
191
+ "If you want to help translate this plugin then please visit the %s. You can "
192
+ "also use the POT file, that is included and placed in the \"languages\" "
193
+ "folder, in order to create a translation PO file. Just send the PO file to "
194
+ "me at the %s and I will include this translation within the next plugin "
195
+ "update."
196
+ msgstr ""
197
+
198
+ #: inc/php/page.php:134
199
  msgid ""
200
  "Maybe not all existed translations are up to date. You are welcome to "
201
  "contribute corrections!"
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:135
205
+ msgid ""
206
+ "Many of plugin users would be delighted if you share your translation with "
207
+ "the community. Thanks for your contribution!"
208
+ msgstr ""
209
+
210
+ #: inc/php/page.php:137
211
  msgid "How does it work?"
212
  msgstr ""
213
 
214
+ #: inc/php/page.php:138
215
  msgid ""
216
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
217
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
218
  "of applying your PHP code. It's that simple!"
219
  msgstr ""
220
 
221
+ #: inc/php/page.php:140
222
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:141
226
  msgid "Yes. But you need to do it properly, like this:"
227
  msgstr ""
228
 
229
+ #: inc/php/page.php:151
230
  msgid "How much of PHP code (characters) I can enter in the text field?"
231
  msgstr ""
232
 
233
+ #: inc/php/page.php:152
234
  msgid "I don't limit the number of characters."
235
  msgstr ""
236
 
237
+ #: inc/php/page.php:154
238
  msgid ""
239
  "On the plugin settings page, an error message appears. What could be wrong?"
240
  msgstr ""
241
 
242
+ #: inc/php/page.php:155
243
  msgid "Here are a few of the most likely causes of the error message:"
244
  msgstr ""
245
 
246
+ #: inc/php/page.php:157
247
  msgid ""
248
  "You make a syntax error in the code that you have entered. Check the syntax "
249
  "of your code and try again."
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:158
253
  msgid ""
254
  "You entered two functions with the same name. Use a unique names for your "
255
  "functions."
256
  msgstr ""
257
 
258
+ #: inc/php/page.php:159
259
  msgid ""
260
  "You have entered function with a name that is already occupied by another "
261
  "function. Use a unique name for your function."
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:160
265
  msgid ""
266
  "You are trying to overwrite an existing function (of WordPress, theme, or "
267
  "plugin). Instead, use filters and hooks."
268
  msgstr ""
269
 
270
+ #: inc/php/page.php:163
271
  msgid "Does this plugin requires any modification of the theme?"
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:164
275
  msgid ""
276
  "Absolutely not. This plugin is configurable entirely from the plugin "
277
  "settings page."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:166
281
  msgid "Does this require any knowledge of HTML or CSS?"
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:167
285
  msgid ""
286
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
287
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
288
  "order to add/remove/modify the HTML or CSS code by using this plugin."
289
  msgstr ""
290
 
291
+ #: inc/php/page.php:169
292
  msgid "It's not working. What could be wrong?"
293
  msgstr ""
294
 
295
+ #: inc/php/page.php:170
296
  msgid ""
297
  "As with every plugin, it's possible that things don't work. The most common "
298
  "reason for this is a web browser's cache. Every web browser stores a cache "
301
  "browser's cache may solve the problem."
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:171
305
  msgid ""
306
  "It's impossible to tell what could be wrong exactly, but if you post a "
307
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
309
  "possible, including a link to your website where the problem can be seen."
310
  msgstr ""
311
 
312
+ #: inc/php/page.php:173
313
  msgid "What to do if this plugin crashed the website?"
314
  msgstr ""
315
 
316
+ #: inc/php/page.php:174
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:176
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:177
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:178
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:179
345
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
346
  msgstr ""
347
 
348
+ #: inc/php/page.php:181
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:183
357
  msgid ""
358
  "The last WordPress update is preventing me from editing my website that is "
359
  "using this plugin. Why is this?"
360
  msgstr ""
361
 
362
+ #: inc/php/page.php:184
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:186
372
  msgid "Where to report bug if found?"
373
  msgstr ""
374
 
375
+ #: inc/php/page.php:188
376
  #, php-format
377
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
378
  msgstr ""
379
 
380
+ #: inc/php/page.php:194
381
  msgid "Where to share any ideas or suggestions to make the plugin better?"
382
  msgstr ""
383
 
384
+ #: inc/php/page.php:196
385
  #, php-format
386
  msgid ""
387
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
388
  msgstr ""
389
 
390
+ #: inc/php/page.php:201
391
  msgid "I love this plugin! Can I help somehow?"
392
  msgstr ""
393
 
394
+ #: inc/php/page.php:203
395
  #, php-format
396
  msgid ""
397
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
398
  "click on the donate button, and thank you!"
399
  msgstr ""
400
 
401
+ #: inc/php/page.php:209
402
  msgid "My question wasn't answered here."
403
  msgstr ""
404
 
405
+ #: inc/php/page.php:211
406
  #, php-format
407
  msgid ""
408
  "You can ask your question on the plugin support page %s. But please keep in "
417
  #: inc/php/settings.php:23
418
  msgid ""
419
  "This plugin allows you to easily and safely add your custom functions (PHP "
420
+ "code) directly out of your WordPress Admin area, without the need to have an "
421
+ "external editor."
422
  msgstr ""
 
 
 
423
 
424
  #: inc/php/settings.php:28
425
  msgid "Upgrade"
470
  #. Description of the plugin/theme
471
  msgid ""
472
  "Easily and safely add your custom functions (PHP code) directly out of your "
473
+ "WordPress Admin area, without the need to have an external editor."
474
  msgstr ""
475
  "Ajoutez facilement et en toute sécurité vos fonctions personnalisées (code "
476
  "PHP) au fichier functions.php directement depuis votre Panneau "
481
  msgstr "Arthur Gareginyan"
482
 
483
  #. Author URI of the plugin/theme
484
+ msgid "https://www.arthurgareginyan.com"
485
+ msgstr "https://www.arthurgareginyan.com"
486
+
487
+ #~ msgid ""
488
+ #~ "This plugin allows you to easily and safely add your custom functions "
489
+ #~ "(PHP code) to your website."
490
+ #~ msgstr ""
491
+ #~ "Ce plugin vous permet d'ajouter facilement et en toute sécurité vos "
492
+ #~ "fonctions personnalisées (code PHP) au fichier functions.php de votre "
493
+ #~ "thème/site."
494
 
495
  #~ msgid ""
496
  #~ "To use, enter your custom functions, then click \"Save changes\". It's "
500
  #~ "cliquez \"Enregistrer\". C'est aussi simple que ça !"
501
 
502
  #~ msgid ""
503
+ #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
504
  #~ "Gareginyan</a>"
505
  #~ msgstr ""
506
+ #~ "par <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
507
  #~ "Gareginyan</a>"
508
 
509
  #~ msgid "Using"
languages/my-custom-functions-ru_RU.mo CHANGED
Binary file
languages/my-custom-functions-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
- "POT-Creation-Date: 2017-06-16 03:34+0300\n"
5
- "PO-Revision-Date: 2017-06-16 03:34+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -88,11 +88,11 @@ msgstr "Применение"
88
  msgid "F.A.Q."
89
  msgstr "F.A.Q."
90
 
91
- #: inc/php/page.php:52 inc/php/page.php:221
92
  msgid "Author"
93
  msgstr "Автор"
94
 
95
- #: inc/php/page.php:53 inc/php/page.php:230 inc/php/settings.php:37
96
  #: inc/php/settings.php:89
97
  msgid "Support"
98
  msgstr "Поддержка"
@@ -183,89 +183,99 @@ msgstr ""
183
  msgid "Can I use this plugin on my language?"
184
  msgstr "Можно ли использовать этот плагин на моём языке?"
185
 
186
- #: inc/php/page.php:128
187
- #, php-format
188
  msgid ""
189
  "Yes. This plugin is ready for translation and has already been translated "
190
- "into several languages. But If your language is not available then you can "
191
- "make one. The POT file is included and placed in the <code>languages</code> "
192
- "folder. Just send the PO file to me at the %s and I will include this "
193
- "translation within the next plugin update. Many of plugin users would be "
194
- "delighted if you share your translation with the community. Thanks for your "
195
- "contribution!"
196
  msgstr ""
197
 
198
- #: inc/php/page.php:132
 
 
 
 
 
 
 
 
 
 
199
  msgid ""
200
  "Maybe not all existed translations are up to date. You are welcome to "
201
  "contribute corrections!"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:134
 
 
 
 
 
 
205
  msgid "How does it work?"
206
  msgstr "Как оно работает?"
207
 
208
- #: inc/php/page.php:135
209
  msgid ""
210
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
211
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
212
  "of applying your PHP code. It's that simple!"
213
  msgstr ""
214
 
215
- #: inc/php/page.php:137
216
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
217
  msgstr ""
218
 
219
- #: inc/php/page.php:138
220
  msgid "Yes. But you need to do it properly, like this:"
221
  msgstr ""
222
 
223
- #: inc/php/page.php:148
224
  msgid "How much of PHP code (characters) I can enter in the text field?"
225
  msgstr ""
226
 
227
- #: inc/php/page.php:149
228
  msgid "I don't limit the number of characters."
229
  msgstr ""
230
 
231
- #: inc/php/page.php:151
232
  msgid ""
233
  "On the plugin settings page, an error message appears. What could be wrong?"
234
  msgstr ""
235
 
236
- #: inc/php/page.php:152
237
  msgid "Here are a few of the most likely causes of the error message:"
238
  msgstr ""
239
 
240
- #: inc/php/page.php:154
241
  msgid ""
242
  "You make a syntax error in the code that you have entered. Check the syntax "
243
  "of your code and try again."
244
  msgstr ""
245
 
246
- #: inc/php/page.php:155
247
  msgid ""
248
  "You entered two functions with the same name. Use a unique names for your "
249
  "functions."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:156
253
  msgid ""
254
  "You have entered function with a name that is already occupied by another "
255
  "function. Use a unique name for your function."
256
  msgstr ""
257
 
258
- #: inc/php/page.php:157
259
  msgid ""
260
  "You are trying to overwrite an existing function (of WordPress, theme, or "
261
  "plugin). Instead, use filters and hooks."
262
  msgstr ""
263
 
264
- #: inc/php/page.php:160
265
  msgid "Does this plugin requires any modification of the theme?"
266
  msgstr "Этот плагин требует изменения темы?"
267
 
268
- #: inc/php/page.php:161
269
  msgid ""
270
  "Absolutely not. This plugin is configurable entirely from the plugin "
271
  "settings page."
@@ -273,11 +283,11 @@ msgstr ""
273
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
274
  "плагина."
275
 
276
- #: inc/php/page.php:163
277
  msgid "Does this require any knowledge of HTML or CSS?"
278
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
279
 
280
- #: inc/php/page.php:164
281
  msgid ""
282
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
283
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
@@ -288,11 +298,11 @@ msgstr ""
288
  "для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
289
  "плагин."
290
 
291
- #: inc/php/page.php:166
292
  msgid "It's not working. What could be wrong?"
293
  msgstr "Оно не работает. Что может быть не так?"
294
 
295
- #: inc/php/page.php:167
296
  msgid ""
297
  "As with every plugin, it's possible that things don't work. The most common "
298
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -301,7 +311,7 @@ msgid ""
301
  "browser's cache may solve the problem."
302
  msgstr ""
303
 
304
- #: inc/php/page.php:168
305
  msgid ""
306
  "It's impossible to tell what could be wrong exactly, but if you post a "
307
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
@@ -309,11 +319,11 @@ msgid ""
309
  "possible, including a link to your website where the problem can be seen."
310
  msgstr ""
311
 
312
- #: inc/php/page.php:170
313
  msgid "What to do if this plugin crashed the website?"
314
  msgstr ""
315
 
316
- #: inc/php/page.php:171
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,29 +333,29 @@ msgid ""
323
  "the following and all will be fine."
324
  msgstr ""
325
 
326
- #: inc/php/page.php:173
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:174
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:175
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:176
345
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
346
  msgstr "Переименуйте файл \"STOP\" в \"START\", и все готово!"
347
 
348
- #: inc/php/page.php:178
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,13 +363,13 @@ msgid ""
353
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
354
  msgstr ""
355
 
356
- #: inc/php/page.php:180
357
  msgid ""
358
  "The last WordPress update is preventing me from editing my website that is "
359
  "using this plugin. Why is this?"
360
  msgstr ""
361
 
362
- #: inc/php/page.php:181
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,43 +378,43 @@ msgid ""
368
  "please try to re-login to the website, this too can help."
369
  msgstr ""
370
 
371
- #: inc/php/page.php:183
372
  msgid "Where to report bug if found?"
373
  msgstr "Где можно сообщить об ошибке?"
374
 
375
- #: inc/php/page.php:185
376
  #, php-format
377
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
378
  msgstr ""
379
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
380
 
381
- #: inc/php/page.php:191
382
  msgid "Where to share any ideas or suggestions to make the plugin better?"
383
  msgstr ""
384
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
385
 
386
- #: inc/php/page.php:193
387
  #, php-format
388
  msgid ""
389
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
390
  msgstr ""
391
 
392
- #: inc/php/page.php:198
393
  msgid "I love this plugin! Can I help somehow?"
394
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
395
 
396
- #: inc/php/page.php:200
397
  #, php-format
398
  msgid ""
399
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
400
  "click on the donate button, and thank you!"
401
  msgstr ""
402
 
403
- #: inc/php/page.php:206
404
  msgid "My question wasn't answered here."
405
  msgstr "Моего вопроса здесь нет."
406
 
407
- #: inc/php/page.php:208
408
  #, php-format
409
  msgid ""
410
  "You can ask your question on the plugin support page %s. But please keep in "
@@ -419,10 +429,9 @@ msgstr "О плагине"
419
  #: inc/php/settings.php:23
420
  msgid ""
421
  "This plugin allows you to easily and safely add your custom functions (PHP "
422
- "code) to your website."
 
423
  msgstr ""
424
- "Этот плагин даёт вам возможность легко и безопасно добавлять ваши "
425
- "пользовательские функции (PHP код) на ваш веб-сайт."
426
 
427
  #: inc/php/settings.php:28
428
  msgid "Upgrade"
@@ -473,7 +482,7 @@ msgstr "https://github.com/ArthurGareginyan/my-custom-functions"
473
  #. Description of the plugin/theme
474
  msgid ""
475
  "Easily and safely add your custom functions (PHP code) directly out of your "
476
- "WordPress Dashboard without need of an external editor."
477
  msgstr ""
478
  "Просто и безопасно добавляйте ваши пользовательские функции (PHP код) "
479
  "непосредственно из админ панели вашего WordPress вебсайта, без необходимости "
@@ -484,8 +493,15 @@ msgid "Arthur Gareginyan"
484
  msgstr "Артур Гарегинян"
485
 
486
  #. Author URI of the plugin/theme
487
- msgid "http://www.arthurgareginyan.com"
488
- msgstr "http://www.arthurgareginyan.com"
 
 
 
 
 
 
 
489
 
490
  #~ msgid "You can contact me by email %s"
491
  #~ msgstr "Вы можете связаться со мной по электронной почте %s"
@@ -505,10 +521,10 @@ msgstr "http://www.arthurgareginyan.com"
505
  #~ "кнопку “Сохранить изменения”. Это так просто!"
506
 
507
  #~ msgid ""
508
- #~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
509
  #~ "Gareginyan</a>"
510
  #~ msgstr ""
511
- #~ "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
512
  #~ "Гарегинян</a>"
513
 
514
  #~ msgid "Using"
@@ -548,10 +564,10 @@ msgstr "http://www.arthurgareginyan.com"
548
  #~ "без необходимости во внешнем редакторе."
549
 
550
  #~ msgid ""
551
- #~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
552
  #~ "\"Berserkr\" Gareginyan</a>"
553
  #~ msgstr ""
554
- #~ "от <a href=“http://www.arthurgareginyan.com” target=“_blank”>Артур "
555
  #~ "“Berserkr” Гарегинян</a>"
556
 
557
  #~ msgid "Freelance"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2017-06-21 14:13+0300\n"
5
+ "PO-Revision-Date: 2017-06-21 14:13+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
88
  msgid "F.A.Q."
89
  msgstr "F.A.Q."
90
 
91
+ #: inc/php/page.php:52 inc/php/page.php:224
92
  msgid "Author"
93
  msgstr "Автор"
94
 
95
+ #: inc/php/page.php:53 inc/php/page.php:233 inc/php/settings.php:37
96
  #: inc/php/settings.php:89
97
  msgid "Support"
98
  msgstr "Поддержка"
183
  msgid "Can I use this plugin on my language?"
184
  msgstr "Можно ли использовать этот плагин на моём языке?"
185
 
186
+ #: inc/php/page.php:127
 
187
  msgid ""
188
  "Yes. This plugin is ready for translation and has already been translated "
189
+ "into several languages."
 
 
 
 
 
190
  msgstr ""
191
 
192
+ #: inc/php/page.php:129
193
+ #, php-format
194
+ msgid ""
195
+ "If you want to help translate this plugin then please visit the %s. You can "
196
+ "also use the POT file, that is included and placed in the \"languages\" "
197
+ "folder, in order to create a translation PO file. Just send the PO file to "
198
+ "me at the %s and I will include this translation within the next plugin "
199
+ "update."
200
+ msgstr ""
201
+
202
+ #: inc/php/page.php:134
203
  msgid ""
204
  "Maybe not all existed translations are up to date. You are welcome to "
205
  "contribute corrections!"
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:135
209
+ msgid ""
210
+ "Many of plugin users would be delighted if you share your translation with "
211
+ "the community. Thanks for your contribution!"
212
+ msgstr ""
213
+
214
+ #: inc/php/page.php:137
215
  msgid "How does it work?"
216
  msgstr "Как оно работает?"
217
 
218
+ #: inc/php/page.php:138
219
  msgid ""
220
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
221
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
222
  "of applying your PHP code. It's that simple!"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:140
226
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
227
  msgstr ""
228
 
229
+ #: inc/php/page.php:141
230
  msgid "Yes. But you need to do it properly, like this:"
231
  msgstr ""
232
 
233
+ #: inc/php/page.php:151
234
  msgid "How much of PHP code (characters) I can enter in the text field?"
235
  msgstr ""
236
 
237
+ #: inc/php/page.php:152
238
  msgid "I don't limit the number of characters."
239
  msgstr ""
240
 
241
+ #: inc/php/page.php:154
242
  msgid ""
243
  "On the plugin settings page, an error message appears. What could be wrong?"
244
  msgstr ""
245
 
246
+ #: inc/php/page.php:155
247
  msgid "Here are a few of the most likely causes of the error message:"
248
  msgstr ""
249
 
250
+ #: inc/php/page.php:157
251
  msgid ""
252
  "You make a syntax error in the code that you have entered. Check the syntax "
253
  "of your code and try again."
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:158
257
  msgid ""
258
  "You entered two functions with the same name. Use a unique names for your "
259
  "functions."
260
  msgstr ""
261
 
262
+ #: inc/php/page.php:159
263
  msgid ""
264
  "You have entered function with a name that is already occupied by another "
265
  "function. Use a unique name for your function."
266
  msgstr ""
267
 
268
+ #: inc/php/page.php:160
269
  msgid ""
270
  "You are trying to overwrite an existing function (of WordPress, theme, or "
271
  "plugin). Instead, use filters and hooks."
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:163
275
  msgid "Does this plugin requires any modification of the theme?"
276
  msgstr "Этот плагин требует изменения темы?"
277
 
278
+ #: inc/php/page.php:164
279
  msgid ""
280
  "Absolutely not. This plugin is configurable entirely from the plugin "
281
  "settings page."
283
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
284
  "плагина."
285
 
286
+ #: inc/php/page.php:166
287
  msgid "Does this require any knowledge of HTML or CSS?"
288
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
289
 
290
+ #: inc/php/page.php:167
291
  msgid ""
292
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
293
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
298
  "для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
299
  "плагин."
300
 
301
+ #: inc/php/page.php:169
302
  msgid "It's not working. What could be wrong?"
303
  msgstr "Оно не работает. Что может быть не так?"
304
 
305
+ #: inc/php/page.php:170
306
  msgid ""
307
  "As with every plugin, it's possible that things don't work. The most common "
308
  "reason for this is a web browser's cache. Every web browser stores a cache "
311
  "browser's cache may solve the problem."
312
  msgstr ""
313
 
314
+ #: inc/php/page.php:171
315
  msgid ""
316
  "It's impossible to tell what could be wrong exactly, but if you post a "
317
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
319
  "possible, including a link to your website where the problem can be seen."
320
  msgstr ""
321
 
322
+ #: inc/php/page.php:173
323
  msgid "What to do if this plugin crashed the website?"
324
  msgstr ""
325
 
326
+ #: inc/php/page.php:174
327
  msgid ""
328
  "This plugin has a built-in functions for checking the custom code for syntax "
329
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
333
  "the following and all will be fine."
334
  msgstr ""
335
 
336
+ #: inc/php/page.php:176
337
  msgid ""
338
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
339
  "functions/</code>)."
340
  msgstr ""
341
 
342
+ #: inc/php/page.php:177
343
  msgid ""
344
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
345
  "custom code."
346
  msgstr ""
347
 
348
+ #: inc/php/page.php:178
349
  msgid ""
350
  "Return to the plugin settings page and edit/fix your custom code that you "
351
  "entered before the crash."
352
  msgstr ""
353
 
354
+ #: inc/php/page.php:179
355
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
356
  msgstr "Переименуйте файл \"STOP\" в \"START\", и все готово!"
357
 
358
+ #: inc/php/page.php:181
359
  msgid ""
360
  "This plugin stored you entered code in the database of your website. For "
361
  "getting your code, you also can go to the <code>Database</code> &#10145; "
363
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
364
  msgstr ""
365
 
366
+ #: inc/php/page.php:183
367
  msgid ""
368
  "The last WordPress update is preventing me from editing my website that is "
369
  "using this plugin. Why is this?"
370
  msgstr ""
371
 
372
+ #: inc/php/page.php:184
373
  msgid ""
374
  "This plugin can not cause such problem. More likely, the problem are related "
375
  "to the settings of the website. It could just be a cache, so please try to "
378
  "please try to re-login to the website, this too can help."
379
  msgstr ""
380
 
381
+ #: inc/php/page.php:186
382
  msgid "Where to report bug if found?"
383
  msgstr "Где можно сообщить об ошибке?"
384
 
385
+ #: inc/php/page.php:188
386
  #, php-format
387
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
388
  msgstr ""
389
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
390
 
391
+ #: inc/php/page.php:194
392
  msgid "Where to share any ideas or suggestions to make the plugin better?"
393
  msgstr ""
394
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
395
 
396
+ #: inc/php/page.php:196
397
  #, php-format
398
  msgid ""
399
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
400
  msgstr ""
401
 
402
+ #: inc/php/page.php:201
403
  msgid "I love this plugin! Can I help somehow?"
404
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
405
 
406
+ #: inc/php/page.php:203
407
  #, php-format
408
  msgid ""
409
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
410
  "click on the donate button, and thank you!"
411
  msgstr ""
412
 
413
+ #: inc/php/page.php:209
414
  msgid "My question wasn't answered here."
415
  msgstr "Моего вопроса здесь нет."
416
 
417
+ #: inc/php/page.php:211
418
  #, php-format
419
  msgid ""
420
  "You can ask your question on the plugin support page %s. But please keep in "
429
  #: inc/php/settings.php:23
430
  msgid ""
431
  "This plugin allows you to easily and safely add your custom functions (PHP "
432
+ "code) directly out of your WordPress Admin area, without the need to have an "
433
+ "external editor."
434
  msgstr ""
 
 
435
 
436
  #: inc/php/settings.php:28
437
  msgid "Upgrade"
482
  #. Description of the plugin/theme
483
  msgid ""
484
  "Easily and safely add your custom functions (PHP code) directly out of your "
485
+ "WordPress Admin area, without the need to have an external editor."
486
  msgstr ""
487
  "Просто и безопасно добавляйте ваши пользовательские функции (PHP код) "
488
  "непосредственно из админ панели вашего WordPress вебсайта, без необходимости "
493
  msgstr "Артур Гарегинян"
494
 
495
  #. Author URI of the plugin/theme
496
+ msgid "https://www.arthurgareginyan.com"
497
+ msgstr "https://www.arthurgareginyan.com"
498
+
499
+ #~ msgid ""
500
+ #~ "This plugin allows you to easily and safely add your custom functions "
501
+ #~ "(PHP code) to your website."
502
+ #~ msgstr ""
503
+ #~ "Этот плагин даёт вам возможность легко и безопасно добавлять ваши "
504
+ #~ "пользовательские функции (PHP код) на ваш веб-сайт."
505
 
506
  #~ msgid "You can contact me by email %s"
507
  #~ msgstr "Вы можете связаться со мной по электронной почте %s"
521
  #~ "кнопку “Сохранить изменения”. Это так просто!"
522
 
523
  #~ msgid ""
524
+ #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
525
  #~ "Gareginyan</a>"
526
  #~ msgstr ""
527
+ #~ "от <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Артур "
528
  #~ "Гарегинян</a>"
529
 
530
  #~ msgid "Using"
564
  #~ "без необходимости во внешнем редакторе."
565
 
566
  #~ msgid ""
567
+ #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
568
  #~ "\"Berserkr\" Gareginyan</a>"
569
  #~ msgstr ""
570
+ #~ "от <a href=“https://www.arthurgareginyan.com” target=“_blank”>Артур "
571
  #~ "“Berserkr” Гарегинян</a>"
572
 
573
  #~ msgid "Freelance"
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-06-16 03:34+0300\n"
5
- "PO-Revision-Date: 2017-06-16 03:34+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: zh_TW\n"
@@ -86,11 +86,11 @@ msgstr ""
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
- #: inc/php/page.php:52 inc/php/page.php:221
90
  msgid "Author"
91
  msgstr ""
92
 
93
- #: inc/php/page.php:53 inc/php/page.php:230 inc/php/settings.php:37
94
  #: inc/php/settings.php:89
95
  msgid "Support"
96
  msgstr ""
@@ -177,110 +177,120 @@ msgstr ""
177
  msgid "Can I use this plugin on my language?"
178
  msgstr ""
179
 
180
- #: inc/php/page.php:128
181
- #, php-format
182
  msgid ""
183
  "Yes. This plugin is ready for translation and has already been translated "
184
- "into several languages. But If your language is not available then you can "
185
- "make one. The POT file is included and placed in the <code>languages</code> "
186
- "folder. Just send the PO file to me at the %s and I will include this "
187
- "translation within the next plugin update. Many of plugin users would be "
188
- "delighted if you share your translation with the community. Thanks for your "
189
- "contribution!"
190
  msgstr ""
191
 
192
- #: inc/php/page.php:132
 
 
 
 
 
 
 
 
 
 
193
  msgid ""
194
  "Maybe not all existed translations are up to date. You are welcome to "
195
  "contribute corrections!"
196
  msgstr ""
197
 
198
- #: inc/php/page.php:134
 
 
 
 
 
 
199
  msgid "How does it work?"
200
  msgstr ""
201
 
202
- #: inc/php/page.php:135
203
  msgid ""
204
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
205
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
206
  "of applying your PHP code. It's that simple!"
207
  msgstr ""
208
 
209
- #: inc/php/page.php:137
210
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:138
214
  msgid "Yes. But you need to do it properly, like this:"
215
  msgstr ""
216
 
217
- #: inc/php/page.php:148
218
  msgid "How much of PHP code (characters) I can enter in the text field?"
219
  msgstr ""
220
 
221
- #: inc/php/page.php:149
222
  msgid "I don't limit the number of characters."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:151
226
  msgid ""
227
  "On the plugin settings page, an error message appears. What could be wrong?"
228
  msgstr ""
229
 
230
- #: inc/php/page.php:152
231
  msgid "Here are a few of the most likely causes of the error message:"
232
  msgstr ""
233
 
234
- #: inc/php/page.php:154
235
  msgid ""
236
  "You make a syntax error in the code that you have entered. Check the syntax "
237
  "of your code and try again."
238
  msgstr ""
239
 
240
- #: inc/php/page.php:155
241
  msgid ""
242
  "You entered two functions with the same name. Use a unique names for your "
243
  "functions."
244
  msgstr ""
245
 
246
- #: inc/php/page.php:156
247
  msgid ""
248
  "You have entered function with a name that is already occupied by another "
249
  "function. Use a unique name for your function."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:157
253
  msgid ""
254
  "You are trying to overwrite an existing function (of WordPress, theme, or "
255
  "plugin). Instead, use filters and hooks."
256
  msgstr ""
257
 
258
- #: inc/php/page.php:160
259
  msgid "Does this plugin requires any modification of the theme?"
260
  msgstr ""
261
 
262
- #: inc/php/page.php:161
263
  msgid ""
264
  "Absolutely not. This plugin is configurable entirely from the plugin "
265
  "settings page."
266
  msgstr ""
267
 
268
- #: inc/php/page.php:163
269
  msgid "Does this require any knowledge of HTML or CSS?"
270
  msgstr ""
271
 
272
- #: inc/php/page.php:164
273
  msgid ""
274
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
275
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
276
  "order to add/remove/modify the HTML or CSS code by using this plugin."
277
  msgstr ""
278
 
279
- #: inc/php/page.php:166
280
  msgid "It's not working. What could be wrong?"
281
  msgstr ""
282
 
283
- #: inc/php/page.php:167
284
  msgid ""
285
  "As with every plugin, it's possible that things don't work. The most common "
286
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -289,7 +299,7 @@ msgid ""
289
  "browser's cache may solve the problem."
290
  msgstr ""
291
 
292
- #: inc/php/page.php:168
293
  msgid ""
294
  "It's impossible to tell what could be wrong exactly, but if you post a "
295
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
@@ -297,11 +307,11 @@ msgid ""
297
  "possible, including a link to your website where the problem can be seen."
298
  msgstr ""
299
 
300
- #: inc/php/page.php:170
301
  msgid "What to do if this plugin crashed the website?"
302
  msgstr ""
303
 
304
- #: inc/php/page.php:171
305
  msgid ""
306
  "This plugin has a built-in functions for checking the custom code for syntax "
307
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
@@ -311,29 +321,29 @@ msgid ""
311
  "the following and all will be fine."
312
  msgstr ""
313
 
314
- #: inc/php/page.php:173
315
  msgid ""
316
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
317
  "functions/</code>)."
318
  msgstr ""
319
 
320
- #: inc/php/page.php:174
321
  msgid ""
322
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
323
  "custom code."
324
  msgstr ""
325
 
326
- #: inc/php/page.php:175
327
  msgid ""
328
  "Return to the plugin settings page and edit/fix your custom code that you "
329
  "entered before the crash."
330
  msgstr ""
331
 
332
- #: inc/php/page.php:176
333
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
334
  msgstr ""
335
 
336
- #: inc/php/page.php:178
337
  msgid ""
338
  "This plugin stored you entered code in the database of your website. For "
339
  "getting your code, you also can go to the <code>Database</code> &#10145; "
@@ -341,13 +351,13 @@ msgid ""
341
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
342
  msgstr ""
343
 
344
- #: inc/php/page.php:180
345
  msgid ""
346
  "The last WordPress update is preventing me from editing my website that is "
347
  "using this plugin. Why is this?"
348
  msgstr ""
349
 
350
- #: inc/php/page.php:181
351
  msgid ""
352
  "This plugin can not cause such problem. More likely, the problem are related "
353
  "to the settings of the website. It could just be a cache, so please try to "
@@ -356,41 +366,41 @@ msgid ""
356
  "please try to re-login to the website, this too can help."
357
  msgstr ""
358
 
359
- #: inc/php/page.php:183
360
  msgid "Where to report bug if found?"
361
  msgstr ""
362
 
363
- #: inc/php/page.php:185
364
  #, php-format
365
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
366
  msgstr ""
367
 
368
- #: inc/php/page.php:191
369
  msgid "Where to share any ideas or suggestions to make the plugin better?"
370
  msgstr ""
371
 
372
- #: inc/php/page.php:193
373
  #, php-format
374
  msgid ""
375
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
376
  msgstr ""
377
 
378
- #: inc/php/page.php:198
379
  msgid "I love this plugin! Can I help somehow?"
380
  msgstr ""
381
 
382
- #: inc/php/page.php:200
383
  #, php-format
384
  msgid ""
385
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
386
  "click on the donate button, and thank you!"
387
  msgstr ""
388
 
389
- #: inc/php/page.php:206
390
  msgid "My question wasn't answered here."
391
  msgstr ""
392
 
393
- #: inc/php/page.php:208
394
  #, php-format
395
  msgid ""
396
  "You can ask your question on the plugin support page %s. But please keep in "
@@ -405,7 +415,8 @@ msgstr "關於"
405
  #: inc/php/settings.php:23
406
  msgid ""
407
  "This plugin allows you to easily and safely add your custom functions (PHP "
408
- "code) to your website."
 
409
  msgstr ""
410
 
411
  #: inc/php/settings.php:28
@@ -454,7 +465,7 @@ msgstr ""
454
  #. Description of the plugin/theme
455
  msgid ""
456
  "Easily and safely add your custom functions (PHP code) directly out of your "
457
- "WordPress Dashboard without need of an external editor."
458
  msgstr ""
459
 
460
  #. Author of the plugin/theme
@@ -462,7 +473,7 @@ msgid "Arthur Gareginyan"
462
  msgstr ""
463
 
464
  #. Author URI of the plugin/theme
465
- msgid "http://www.arthurgareginyan.com"
466
  msgstr ""
467
 
468
  #~ msgid ""
@@ -475,12 +486,11 @@ msgstr ""
475
  #~ msgstr "用法"
476
 
477
  #~ msgid ""
478
- #~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
479
- #~ "\"Berserkr\" Gareginyan</a>"
480
  #~ msgstr ""
481
- #~ "作者 <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
482
- #~ "\"Berserkr\" Gareginyan</a>,繁體中文 <a href=\"http://gordon168.tw\" "
483
- #~ "target=\"_blank\">高登</a>"
484
 
485
  #~ msgid ""
486
  #~ "This plugin allows you to easily and safely add your own functions, "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2017-06-21 14:13+0300\n"
5
+ "PO-Revision-Date: 2017-06-21 14:13+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: zh_TW\n"
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
+ #: inc/php/page.php:52 inc/php/page.php:224
90
  msgid "Author"
91
  msgstr ""
92
 
93
+ #: inc/php/page.php:53 inc/php/page.php:233 inc/php/settings.php:37
94
  #: inc/php/settings.php:89
95
  msgid "Support"
96
  msgstr ""
177
  msgid "Can I use this plugin on my language?"
178
  msgstr ""
179
 
180
+ #: inc/php/page.php:127
 
181
  msgid ""
182
  "Yes. This plugin is ready for translation and has already been translated "
183
+ "into several languages."
 
 
 
 
 
184
  msgstr ""
185
 
186
+ #: inc/php/page.php:129
187
+ #, php-format
188
+ msgid ""
189
+ "If you want to help translate this plugin then please visit the %s. You can "
190
+ "also use the POT file, that is included and placed in the \"languages\" "
191
+ "folder, in order to create a translation PO file. Just send the PO file to "
192
+ "me at the %s and I will include this translation within the next plugin "
193
+ "update."
194
+ msgstr ""
195
+
196
+ #: inc/php/page.php:134
197
  msgid ""
198
  "Maybe not all existed translations are up to date. You are welcome to "
199
  "contribute corrections!"
200
  msgstr ""
201
 
202
+ #: inc/php/page.php:135
203
+ msgid ""
204
+ "Many of plugin users would be delighted if you share your translation with "
205
+ "the community. Thanks for your contribution!"
206
+ msgstr ""
207
+
208
+ #: inc/php/page.php:137
209
  msgid "How does it work?"
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:138
213
  msgid ""
214
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
215
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
216
  "of applying your PHP code. It's that simple!"
217
  msgstr ""
218
 
219
+ #: inc/php/page.php:140
220
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
221
  msgstr ""
222
 
223
+ #: inc/php/page.php:141
224
  msgid "Yes. But you need to do it properly, like this:"
225
  msgstr ""
226
 
227
+ #: inc/php/page.php:151
228
  msgid "How much of PHP code (characters) I can enter in the text field?"
229
  msgstr ""
230
 
231
+ #: inc/php/page.php:152
232
  msgid "I don't limit the number of characters."
233
  msgstr ""
234
 
235
+ #: inc/php/page.php:154
236
  msgid ""
237
  "On the plugin settings page, an error message appears. What could be wrong?"
238
  msgstr ""
239
 
240
+ #: inc/php/page.php:155
241
  msgid "Here are a few of the most likely causes of the error message:"
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:157
245
  msgid ""
246
  "You make a syntax error in the code that you have entered. Check the syntax "
247
  "of your code and try again."
248
  msgstr ""
249
 
250
+ #: inc/php/page.php:158
251
  msgid ""
252
  "You entered two functions with the same name. Use a unique names for your "
253
  "functions."
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:159
257
  msgid ""
258
  "You have entered function with a name that is already occupied by another "
259
  "function. Use a unique name for your function."
260
  msgstr ""
261
 
262
+ #: inc/php/page.php:160
263
  msgid ""
264
  "You are trying to overwrite an existing function (of WordPress, theme, or "
265
  "plugin). Instead, use filters and hooks."
266
  msgstr ""
267
 
268
+ #: inc/php/page.php:163
269
  msgid "Does this plugin requires any modification of the theme?"
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:164
273
  msgid ""
274
  "Absolutely not. This plugin is configurable entirely from the plugin "
275
  "settings page."
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:166
279
  msgid "Does this require any knowledge of HTML or CSS?"
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:167
283
  msgid ""
284
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
285
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
286
  "order to add/remove/modify the HTML or CSS code by using this plugin."
287
  msgstr ""
288
 
289
+ #: inc/php/page.php:169
290
  msgid "It's not working. What could be wrong?"
291
  msgstr ""
292
 
293
+ #: inc/php/page.php:170
294
  msgid ""
295
  "As with every plugin, it's possible that things don't work. The most common "
296
  "reason for this is a web browser's cache. Every web browser stores a cache "
299
  "browser's cache may solve the problem."
300
  msgstr ""
301
 
302
+ #: inc/php/page.php:171
303
  msgid ""
304
  "It's impossible to tell what could be wrong exactly, but if you post a "
305
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
307
  "possible, including a link to your website where the problem can be seen."
308
  msgstr ""
309
 
310
+ #: inc/php/page.php:173
311
  msgid "What to do if this plugin crashed the website?"
312
  msgstr ""
313
 
314
+ #: inc/php/page.php:174
315
  msgid ""
316
  "This plugin has a built-in functions for checking the custom code for syntax "
317
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
321
  "the following and all will be fine."
322
  msgstr ""
323
 
324
+ #: inc/php/page.php:176
325
  msgid ""
326
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
327
  "functions/</code>)."
328
  msgstr ""
329
 
330
+ #: inc/php/page.php:177
331
  msgid ""
332
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
333
  "custom code."
334
  msgstr ""
335
 
336
+ #: inc/php/page.php:178
337
  msgid ""
338
  "Return to the plugin settings page and edit/fix your custom code that you "
339
  "entered before the crash."
340
  msgstr ""
341
 
342
+ #: inc/php/page.php:179
343
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
344
  msgstr ""
345
 
346
+ #: inc/php/page.php:181
347
  msgid ""
348
  "This plugin stored you entered code in the database of your website. For "
349
  "getting your code, you also can go to the <code>Database</code> &#10145; "
351
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
352
  msgstr ""
353
 
354
+ #: inc/php/page.php:183
355
  msgid ""
356
  "The last WordPress update is preventing me from editing my website that is "
357
  "using this plugin. Why is this?"
358
  msgstr ""
359
 
360
+ #: inc/php/page.php:184
361
  msgid ""
362
  "This plugin can not cause such problem. More likely, the problem are related "
363
  "to the settings of the website. It could just be a cache, so please try to "
366
  "please try to re-login to the website, this too can help."
367
  msgstr ""
368
 
369
+ #: inc/php/page.php:186
370
  msgid "Where to report bug if found?"
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:188
374
  #, php-format
375
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
376
  msgstr ""
377
 
378
+ #: inc/php/page.php:194
379
  msgid "Where to share any ideas or suggestions to make the plugin better?"
380
  msgstr ""
381
 
382
+ #: inc/php/page.php:196
383
  #, php-format
384
  msgid ""
385
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
386
  msgstr ""
387
 
388
+ #: inc/php/page.php:201
389
  msgid "I love this plugin! Can I help somehow?"
390
  msgstr ""
391
 
392
+ #: inc/php/page.php:203
393
  #, php-format
394
  msgid ""
395
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
396
  "click on the donate button, and thank you!"
397
  msgstr ""
398
 
399
+ #: inc/php/page.php:209
400
  msgid "My question wasn't answered here."
401
  msgstr ""
402
 
403
+ #: inc/php/page.php:211
404
  #, php-format
405
  msgid ""
406
  "You can ask your question on the plugin support page %s. But please keep in "
415
  #: inc/php/settings.php:23
416
  msgid ""
417
  "This plugin allows you to easily and safely add your custom functions (PHP "
418
+ "code) directly out of your WordPress Admin area, without the need to have an "
419
+ "external editor."
420
  msgstr ""
421
 
422
  #: inc/php/settings.php:28
465
  #. Description of the plugin/theme
466
  msgid ""
467
  "Easily and safely add your custom functions (PHP code) directly out of your "
468
+ "WordPress Admin area, without the need to have an external editor."
469
  msgstr ""
470
 
471
  #. Author of the plugin/theme
473
  msgstr ""
474
 
475
  #. Author URI of the plugin/theme
476
+ msgid "https://www.arthurgareginyan.com"
477
  msgstr ""
478
 
479
  #~ msgid ""
486
  #~ msgstr "用法"
487
 
488
  #~ msgid ""
489
+ #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
490
+ #~ "Gareginyan</a>"
491
  #~ msgstr ""
492
+ #~ "作者 <a href=\"https://www.arthurgareginyan.com\" target=\"_blank"
493
+ #~ "\">Arthur Gareginyan</a>"
 
494
 
495
  #~ msgid ""
496
  #~ "This plugin allows you to easily and safely add your own functions, "
languages/my-custom-functions.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2017-06-16 03:34+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -86,11 +86,11 @@ msgstr ""
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
- #: inc/php/page.php:52 inc/php/page.php:221
90
  msgid "Author"
91
  msgstr ""
92
 
93
- #: inc/php/page.php:53 inc/php/page.php:230 inc/php/settings.php:37 inc/php/settings.php:89
94
  msgid "Support"
95
  msgstr ""
96
 
@@ -169,100 +169,110 @@ msgstr ""
169
  msgid "Can I use this plugin on my language?"
170
  msgstr ""
171
 
172
- #: inc/php/page.php:128
 
 
 
 
 
173
  #, php-format
174
  msgid ""
175
- "Yes. This plugin is ready for translation and has already been translated into several languages. "
176
- "But If your language is not available then you can make one. The POT file is included and placed in "
177
- "the <code>languages</code> folder. Just send the PO file to me at the %s and I will include this "
178
- "translation within the next plugin update. Many of plugin users would be delighted if you share "
179
- "your translation with the community. Thanks for your contribution!"
180
  msgstr ""
181
 
182
- #: inc/php/page.php:132
183
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
184
  msgstr ""
185
 
186
- #: inc/php/page.php:134
 
 
 
 
 
 
187
  msgid "How does it work?"
188
  msgstr ""
189
 
190
- #: inc/php/page.php:135
191
  msgid ""
192
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and "
193
  "click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
194
  msgstr ""
195
 
196
- #: inc/php/page.php:137
197
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:138
201
  msgid "Yes. But you need to do it properly, like this:"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:148
205
  msgid "How much of PHP code (characters) I can enter in the text field?"
206
  msgstr ""
207
 
208
- #: inc/php/page.php:149
209
  msgid "I don't limit the number of characters."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:151
213
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
214
  msgstr ""
215
 
216
- #: inc/php/page.php:152
217
  msgid "Here are a few of the most likely causes of the error message:"
218
  msgstr ""
219
 
220
- #: inc/php/page.php:154
221
  msgid ""
222
  "You make a syntax error in the code that you have entered. Check the syntax of your code and try "
223
  "again."
224
  msgstr ""
225
 
226
- #: inc/php/page.php:155
227
  msgid "You entered two functions with the same name. Use a unique names for your functions."
228
  msgstr ""
229
 
230
- #: inc/php/page.php:156
231
  msgid ""
232
  "You have entered function with a name that is already occupied by another function. Use a unique "
233
  "name for your function."
234
  msgstr ""
235
 
236
- #: inc/php/page.php:157
237
  msgid ""
238
  "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use "
239
  "filters and hooks."
240
  msgstr ""
241
 
242
- #: inc/php/page.php:160
243
  msgid "Does this plugin requires any modification of the theme?"
244
  msgstr ""
245
 
246
- #: inc/php/page.php:161
247
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
248
  msgstr ""
249
 
250
- #: inc/php/page.php:163
251
  msgid "Does this require any knowledge of HTML or CSS?"
252
  msgstr ""
253
 
254
- #: inc/php/page.php:164
255
  msgid ""
256
  "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
257
  "settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS "
258
  "code by using this plugin."
259
  msgstr ""
260
 
261
- #: inc/php/page.php:166
262
  msgid "It's not working. What could be wrong?"
263
  msgstr ""
264
 
265
- #: inc/php/page.php:167
266
  msgid ""
267
  "As with every plugin, it's possible that things don't work. The most common reason for this is a "
268
  "web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
@@ -270,7 +280,7 @@ msgid ""
270
  "browser's cache may solve the problem."
271
  msgstr ""
272
 
273
- #: inc/php/page.php:168
274
  msgid ""
275
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the "
276
  "plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
@@ -278,11 +288,11 @@ msgid ""
278
  "seen."
279
  msgstr ""
280
 
281
- #: inc/php/page.php:170
282
  msgid "What to do if this plugin crashed the website?"
283
  msgstr ""
284
 
285
- #: inc/php/page.php:171
286
  msgid ""
287
  "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate "
288
  "functions names, and etc. But plugin is not perfect, so there are times when the entered custom "
@@ -291,37 +301,37 @@ msgid ""
291
  "and all will be fine."
292
  msgstr ""
293
 
294
- #: inc/php/page.php:173
295
  msgid "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-functions/</code>)."
296
  msgstr ""
297
 
298
- #: inc/php/page.php:174
299
  msgid "Rename the \"START\" file to \"STOP\". This will stop the execution of your custom code."
300
  msgstr ""
301
 
302
- #: inc/php/page.php:175
303
  msgid ""
304
  "Return to the plugin settings page and edit/fix your custom code that you entered before the crash."
305
  msgstr ""
306
 
307
- #: inc/php/page.php:176
308
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
309
  msgstr ""
310
 
311
- #: inc/php/page.php:178
312
  msgid ""
313
  "This plugin stored you entered code in the database of your website. For getting your code, you "
314
  "also can go to the <code>Database</code> &#10145; Table <code>wp_options</code> &#10145; Option "
315
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
316
  msgstr ""
317
 
318
- #: inc/php/page.php:180
319
  msgid ""
320
  "The last WordPress update is preventing me from editing my website that is using this plugin. Why "
321
  "is this?"
322
  msgstr ""
323
 
324
- #: inc/php/page.php:181
325
  msgid ""
326
  "This plugin can not cause such problem. More likely, the problem are related to the settings of the "
327
  "website. It could just be a cache, so please try to clear your website's cache (may be you using a "
@@ -329,40 +339,40 @@ msgid ""
329
  "Also please try to re-login to the website, this too can help."
330
  msgstr ""
331
 
332
- #: inc/php/page.php:183
333
  msgid "Where to report bug if found?"
334
  msgstr ""
335
 
336
- #: inc/php/page.php:185
337
  #, php-format
338
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
339
  msgstr ""
340
 
341
- #: inc/php/page.php:191
342
  msgid "Where to share any ideas or suggestions to make the plugin better?"
343
  msgstr ""
344
 
345
- #: inc/php/page.php:193
346
  #, php-format
347
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
348
  msgstr ""
349
 
350
- #: inc/php/page.php:198
351
  msgid "I love this plugin! Can I help somehow?"
352
  msgstr ""
353
 
354
- #: inc/php/page.php:200
355
  #, php-format
356
  msgid ""
357
  "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
358
  "button, and thank you!"
359
  msgstr ""
360
 
361
- #: inc/php/page.php:206
362
  msgid "My question wasn't answered here."
363
  msgstr ""
364
 
365
- #: inc/php/page.php:208
366
  #, php-format
367
  msgid ""
368
  "You can ask your question on the plugin support page %s. But please keep in mind that this plugin "
@@ -375,7 +385,8 @@ msgstr ""
375
 
376
  #: inc/php/settings.php:23
377
  msgid ""
378
- "This plugin allows you to easily and safely add your custom functions (PHP code) to your website."
 
379
  msgstr ""
380
 
381
  #: inc/php/settings.php:28
@@ -422,8 +433,8 @@ msgstr ""
422
 
423
  #. Description of the plugin/theme
424
  msgid ""
425
- "Easily and safely add your custom functions (PHP code) directly out of your WordPress Dashboard "
426
- "without need of an external editor."
427
  msgstr ""
428
 
429
  #. Author of the plugin/theme
@@ -431,5 +442,5 @@ msgid "Arthur Gareginyan"
431
  msgstr ""
432
 
433
  #. Author URI of the plugin/theme
434
- msgid "http://www.arthurgareginyan.com"
435
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2017-06-21 14:13+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
+ #: inc/php/page.php:52 inc/php/page.php:224
90
  msgid "Author"
91
  msgstr ""
92
 
93
+ #: inc/php/page.php:53 inc/php/page.php:233 inc/php/settings.php:37 inc/php/settings.php:89
94
  msgid "Support"
95
  msgstr ""
96
 
169
  msgid "Can I use this plugin on my language?"
170
  msgstr ""
171
 
172
+ #: inc/php/page.php:127
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:129
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:134
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:135
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:137
197
  msgid "How does it work?"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:138
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:140
207
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
208
  msgstr ""
209
 
210
+ #: inc/php/page.php:141
211
  msgid "Yes. But you need to do it properly, like this:"
212
  msgstr ""
213
 
214
+ #: inc/php/page.php:151
215
  msgid "How much of PHP code (characters) I can enter in the text field?"
216
  msgstr ""
217
 
218
+ #: inc/php/page.php:152
219
  msgid "I don't limit the number of characters."
220
  msgstr ""
221
 
222
+ #: inc/php/page.php:154
223
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
224
  msgstr ""
225
 
226
+ #: inc/php/page.php:155
227
  msgid "Here are a few of the most likely causes of the error message:"
228
  msgstr ""
229
 
230
+ #: inc/php/page.php:157
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:158
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:159
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:160
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:163
253
  msgid "Does this plugin requires any modification of the theme?"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:164
257
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
258
  msgstr ""
259
 
260
+ #: inc/php/page.php:166
261
  msgid "Does this require any knowledge of HTML or CSS?"
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:167
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:169
272
  msgid "It's not working. What could be wrong?"
273
  msgstr ""
274
 
275
+ #: inc/php/page.php:170
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 "
280
  "browser's cache may solve the problem."
281
  msgstr ""
282
 
283
+ #: inc/php/page.php:171
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 "
288
  "seen."
289
  msgstr ""
290
 
291
+ #: inc/php/page.php:173
292
  msgid "What to do if this plugin crashed the website?"
293
  msgstr ""
294
 
295
+ #: inc/php/page.php:174
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 "
301
  "and all will be fine."
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:176
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:177
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:178
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:179
318
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
319
  msgstr ""
320
 
321
+ #: inc/php/page.php:181
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:183
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:184
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 "
339
  "Also please try to re-login to the website, this too can help."
340
  msgstr ""
341
 
342
+ #: inc/php/page.php:186
343
  msgid "Where to report bug if found?"
344
  msgstr ""
345
 
346
+ #: inc/php/page.php:188
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:194
352
  msgid "Where to share any ideas or suggestions to make the plugin better?"
353
  msgstr ""
354
 
355
+ #: inc/php/page.php:196
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:201
361
  msgid "I love this plugin! Can I help somehow?"
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:203
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:209
372
  msgid "My question wasn't answered here."
373
  msgstr ""
374
 
375
+ #: inc/php/page.php:211
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 "
385
 
386
  #: inc/php/settings.php:23
387
  msgid ""
388
+ "This plugin allows you to easily and safely add your custom functions (PHP code) directly out of "
389
+ "your WordPress Admin area, without the need to have an external editor."
390
  msgstr ""
391
 
392
  #: inc/php/settings.php:28
433
 
434
  #. Description of the plugin/theme
435
  msgid ""
436
+ "Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, "
437
+ "without the need to have an external editor."
438
  msgstr ""
439
 
440
  #. Author of the plugin/theme
442
  msgstr ""
443
 
444
  #. Author URI of the plugin/theme
445
+ msgid "https://www.arthurgareginyan.com"
446
  msgstr ""
my-custom-functions.php CHANGED
@@ -2,15 +2,15 @@
2
  /**
3
  * Plugin Name: My Custom Functions
4
  * Plugin URI: https://github.com/ArthurGareginyan/my-custom-functions
5
- * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Dashboard without need of an external editor.
6
  * Author: Arthur Gareginyan
7
- * Author URI: http://www.arthurgareginyan.com
8
- * Version: 4.4
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
12
  *
13
- * Copyright 2014-2017 Arthur Gareginyan ( website : http://www.arthurgareginyan.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
2
  /**
3
  * Plugin Name: My Custom Functions
4
  * Plugin URI: https://github.com/ArthurGareginyan/my-custom-functions
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.4.1
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
12
  *
13
+ * Copyright 2014-2017 Arthur Gareginyan ( website : https://www.arthurgareginyan.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,18 +4,19 @@ Tags: code, php, function, snippet, custom, execute, edit, editing, editor, func
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
- Stable tag: 4.4
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
- Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area without need of an external editor.
12
 
13
 
14
  == Description ==
15
- 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 and without any need of an external editor.
 
16
 
17
 
18
- = Features =
19
 
20
  * Lightweight and fast
21
  * Secure code with using clear coding standards
@@ -27,8 +28,8 @@ An easy to use, with intuitive interface WordPress plugin that gives you the abi
27
 
28
  **Key features include...**
29
 
30
- * Checks the entered code for fatal errors (simple checks)
31
- * Toggle for temporary disable the custom functions
32
  * Easy disable option for WSOD
33
  * Syntax highlighting (by CodeMirror)
34
  * Line numbering
@@ -36,11 +37,19 @@ An easy to use, with intuitive interface WordPress plugin that gives you the abi
36
  * Editor allow for tab indentation
37
  * And much, much more!
38
 
39
- **Coming soon:**
40
- * Reload the settings page at same position after pushing the save button
41
- * Multisite network support
 
 
 
 
 
 
42
 
43
- = Translation =
 
 
44
 
45
  This plugin is ready for translation and has already been translated into several languages.
46
 
@@ -50,15 +59,19 @@ This plugin is ready for translation and has already been translated into severa
50
  * Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
51
  * French (translation by Theophil Bethel)
52
 
53
- Maybe not all existed translations are up to date. You are welcome to contribute corrections!
54
-
55
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/my-custom-functions).
56
 
57
- **Consider Going Pro For Additional Features!**
58
- > All features from Free version included plus:
 
 
 
 
 
59
 
60
 
61
  == Installation ==
 
62
  Install "My Custom Functions" just as you would any other WordPress Plugin.
63
 
64
  Automatically via WordPress Admin Panel:
@@ -82,6 +95,7 @@ After installation and activation, the "`Custom Functions`" menu item will appea
82
 
83
 
84
  == Frequently Asked Questions ==
 
85
  = Q. Will this plugin work on my WordPress.COM website? =
86
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
87
 
@@ -144,10 +158,11 @@ A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurG
144
  A. Any suggestions are very welcome! Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
145
 
146
  = Q. I love this plugin! Can I help somehow? =
147
- A. Yes, any financial contributions are welcome! Just visit [my website](http://www.arthurgareginyan.com/donate.html), click on the donate button, and thank you!
148
 
149
 
150
  == Screenshots ==
 
151
  1. Plugin page.
152
  2. Plugin page with custom code added.
153
  3. Success message.
@@ -156,7 +171,9 @@ A. Yes, any financial contributions are welcome! Just visit [my website](http://
156
 
157
  == Other Notes ==
158
 
159
- "My Custom Functions" is one of the personal software projects of [Arthur Gareginyan](http://www.arthurgareginyan.com).
 
 
160
 
161
  **License**
162
 
@@ -165,20 +182,24 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
165
 
166
  **Credits**
167
 
168
- * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
169
- * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
170
  * [CodeMirror](https://codemirror.net/) is an open-source project shared under the [MIT license](https://codemirror.net/LICENSE).
171
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
172
 
173
  **Links**
174
 
175
- * [Developer Website](http://www.arthurgareginyan.com)
176
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/my-custom-functions)
177
  * [Premium Version](https://www.arthurgareginyan.com/plugin-my-custom-functions-pro.html)
178
 
179
 
180
  == Changelog ==
181
 
 
 
 
 
182
  = 4.4 =
183
  * On the plugin settings page, text of buttons are corrected.
184
  * On the plugin settings page, the information about the plugin version number moved to header section.
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
+ Stable tag: 4.4.1
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
+ Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to have an external editor.
12
 
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
 
21
  * Lightweight and fast
22
  * Secure code with using clear coding standards
28
 
29
  **Key features include...**
30
 
31
+ * Checks the entered code for fatal errors
32
+ * Ability to temporary disable all custom functions
33
  * Easy disable option for WSOD
34
  * Syntax highlighting (by CodeMirror)
35
  * Line numbering
37
  * Editor allow for tab indentation
38
  * And much, much more!
39
 
40
+ **PRO features include...**
41
+
42
+ * Unlimited number of fields
43
+ * Automatic backup of all functions to a file
44
+ * Ability to temporary disable the certain function
45
+ * Ability to collapse/expand the certain fields with code
46
+ * Well documented
47
+
48
+ [Get the PRO version now!](https://www.arthurgareginyan.com/plugin-my-custom-functions-pro.html)
49
 
50
+ **Coming soon:**
51
+
52
+ **Translation**
53
 
54
  This plugin is ready for translation and has already been translated into several languages.
55
 
59
  * Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
60
  * French (translation by Theophil Bethel)
61
 
 
 
62
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/my-custom-functions).
63
 
64
+ **Contribution**
65
+
66
+ Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
67
+
68
+ * [Donate](https://www.arthurgareginyan.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
69
+ * [Rate and Review](https://wordpress.org/support/view/plugin-reviews/my-custom-functions?rate=5#postform) this plugin.
70
+ * [Share with me](mailto:arthurgareginyan@gmail.com) or view the [GitHub Repo](https://github.com/ArthurGareginyan/my-custom-functions) if you have any ideas or suggestions to make this plugin better.
71
 
72
 
73
  == Installation ==
74
+
75
  Install "My Custom Functions" just as you would any other WordPress Plugin.
76
 
77
  Automatically via WordPress Admin Panel:
95
 
96
 
97
  == Frequently Asked Questions ==
98
+
99
  = Q. Will this plugin work on my WordPress.COM website? =
100
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
101
 
158
  A. Any suggestions are very welcome! Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
159
 
160
  = Q. I love this plugin! Can I help somehow? =
161
+ 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!
162
 
163
 
164
  == Screenshots ==
165
+
166
  1. Plugin page.
167
  2. Plugin page with custom code added.
168
  3. Success message.
171
 
172
  == Other Notes ==
173
 
174
+ ****
175
+
176
+ "My Custom Functions" is one of the personal software projects of [Arthur Gareginyan](https://www.arthurgareginyan.com).
177
 
178
  **License**
179
 
182
 
183
  **Credits**
184
 
185
+ * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
186
+ * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
187
  * [CodeMirror](https://codemirror.net/) is an open-source project shared under the [MIT license](https://codemirror.net/LICENSE).
188
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
189
 
190
  **Links**
191
 
192
+ * [Developer Website](https://www.arthurgareginyan.com)
193
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/my-custom-functions)
194
  * [Premium Version](https://www.arthurgareginyan.com/plugin-my-custom-functions-pro.html)
195
 
196
 
197
  == Changelog ==
198
 
199
+ = 4.4.1 =
200
+ * The HTTPS mixed content issue fixed by changing all links to HTTPS.
201
+ * Content of the "FAQ" section updated.
202
+
203
  = 4.4 =
204
  * On the plugin settings page, text of buttons are corrected.
205
  * On the plugin settings page, the information about the plugin version number moved to header section.