My Custom Functions - Version 4.6

Version Description

  • Russian translation updated.
  • The navigation of the tabs is rearranged.
  • Fixed an issue due to which the sidebar was not hiding on mobile devices.
  • Code of sidebar moved to separate file 'sidebar.php'.
  • Support page tab moved from external source to plugin code.
  • My avatar moved from external source to plugin folder.
  • Banner moved from external source to plugin folder.
  • Code of PayPal button updated.
Download this release

Release Info

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

Code changes from version 4.5 to 4.6

inc/css/admin.css CHANGED
@@ -5,7 +5,7 @@
5
  * @uthor Arthur Gareginyan
6
  * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
- * @since 4.5
9
  */
10
 
11
 
@@ -128,45 +128,45 @@ h2 .version {
128
 
129
  /* Sidebar
130
  -------------------------------------------------------------- */
131
- #side-sortables {
132
- position: relative;
133
- }
134
- #side-sortables .postbox {
135
- text-align: center;
136
- }
137
- #side-sortables .paypal {
138
- max-width: 100%;
139
- font-size: 18px;
140
- overflow: hidden;
141
- }
142
- #side-sortables .banner .inside {
143
- margin: 0;
144
- padding: 5px 0;
145
- }
146
- #side-sortables .banner img {
147
- width: 265px;
148
- }
 
 
 
149
 
150
  /* Support - addition section
151
  -------------------------------------------------------------- */
152
  #support-addition {
153
  display: none;
154
  }
155
- #support-addition .paypal {
156
- font-size: 18px;
157
- }
158
 
159
  /* Responsive page
160
  -------------------------------------------------------------- */
161
  @media (max-width: 860px) {
162
  .inner-sidebar {
163
- display: none;
164
  }
165
  #support-addition {
166
- display: block;
167
  }
168
  #post-body-content {
169
- margin-right: 0;
170
  }
171
  }
172
 
@@ -332,6 +332,49 @@ h2 .version {
332
  display: inline;
333
  }
334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  /* Custom List Numbers
336
  -------------------------------------------------------------- */
337
  .custom-counter {
5
  * @uthor Arthur Gareginyan
6
  * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
+ * @since 4.6
9
  */
10
 
11
 
128
 
129
  /* Sidebar
130
  -------------------------------------------------------------- */
131
+ #side-sortables {
132
+ position: relative;
133
+ }
134
+ #side-sortables .postbox {
135
+ text-align: center;
136
+ }
137
+ #side-sortables .banner .inside {
138
+ margin: 0;
139
+ padding: 5px 0;
140
+ }
141
+ #side-sortables .banner img {
142
+ width: 265px;
143
+ }
144
+
145
+ /* PayPal button
146
+ -------------------------------------------------------------- */
147
+ .paypal {
148
+ max-width: 100%;
149
+ font-size: 18px;
150
+ overflow: hidden;
151
+ }
152
 
153
  /* Support - addition section
154
  -------------------------------------------------------------- */
155
  #support-addition {
156
  display: none;
157
  }
 
 
 
158
 
159
  /* Responsive page
160
  -------------------------------------------------------------- */
161
  @media (max-width: 860px) {
162
  .inner-sidebar {
163
+ display: none !important;
164
  }
165
  #support-addition {
166
+ display: block !important;
167
  }
168
  #post-body-content {
169
+ margin-right: 0 !important;
170
  }
171
  }
172
 
332
  display: inline;
333
  }
334
 
335
+ /* Buttons with label
336
+ -------------------------------------------------------------- */
337
+ .btn-labeled {
338
+ margin: 5px 0 15px 0;
339
+ padding-top: 0;
340
+ padding-bottom: 0;
341
+ max-width: 100%;
342
+ overflow: hidden;
343
+ color: #32689a;
344
+ font-family: "Lucida Grande", Tahoma, sans-serif;
345
+ font-size: 18px;
346
+ font-weight: 600;
347
+ text-shadow: 1px 1px 0 #fff;
348
+ border-bottom-color: rgba(0, 0, 0, 0.4);
349
+ border-radius: 3px !important;
350
+ background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
351
+ background-image: -ms-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
352
+ background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
353
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(49%, rgba(255,255,255,.05)), color-stop(51%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
354
+ background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
355
+ background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
356
+ }
357
+ .btn-labeled:hover,
358
+ .btn-labeled:focus {
359
+ color: #32689a;
360
+ background-position: 0;
361
+ background-color: transparent;
362
+ background-image: -moz-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
363
+ background-image: -ms-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
364
+ background-image: -o-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
365
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), color-stop(49%, rgba(255,255,255,.15)), color-stop(51%, rgba(0,0,0,.1)), to(rgba(0,0,0,.15)));
366
+ background-image: -webkit-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
367
+ background-image: linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
368
+ }
369
+ .btn-labeled .btn-label {
370
+ position: relative;
371
+ display: inline-block;
372
+ width: 48px;
373
+ left: -12px;
374
+ padding: 6px 12px;
375
+ border-right: 1px solid #ccc;
376
+ }
377
+
378
  /* Custom List Numbers
379
  -------------------------------------------------------------- */
380
  .custom-counter {
inc/img/avatar.png ADDED
Binary file
inc/img/banner.png ADDED
Binary file
inc/img/paypal.svg ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90">
2
+ <defs>
3
+ <style>.cls-1{fill:#32689a;}</style>
4
+ </defs>
5
+ <path class="cls-1" d="M58.1,0H18.6L1.2,80.1h23.1L30,53.6h16.5c15.8,0,29-9.7,32.6-26.3C83.1,8.5,69.6,0,58.1,0z M40.8,38.2h-7.5 l5-21.9h11.3c3.9,0,6.8,2.3,7.8,5.7c-0.5-0.1-1-0.2-1.5-0.2H44.5L40.8,38.2z M57.3,27.3c-1.4,6-7,10.7-12.8,10.9l2.7-12h10.3 C57.5,26.5,57.4,26.9,57.3,27.3z M85.4,32.8c1.3-6.2,0.7-11.3-1.1-15.3c3.7,4.5,5.7,11,3.8,19.7c-3.5,16.6-16.8,26.3-32.6,26.3 H39L33.3,90H10.2l1-4.4h19.4l5.7-26.6h16.5C68.6,59.1,81.8,49.3,85.4,32.8z" id="PayPal"/>
6
+
7
+ </svg>
inc/img/thanks.png ADDED
Binary file
inc/js/admin.js CHANGED
@@ -5,7 +5,7 @@
5
  * @uthor Arthur Gareginyan
6
  * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
- * @since 4.5
9
  */
10
 
11
 
@@ -41,9 +41,7 @@ jQuery(document).ready(function($) {
41
 
42
  // Add dynamic content to page tabs. Needed for having an up to date content.
43
  $('.include-tab-author').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-author');
44
- $('.include-tab-support').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-support');
45
  $('.include-tab-store').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-store');
46
- $('.include-banner').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-banner');
47
 
48
  // Add questions and answers into spoilers and color them in different colors
49
  $('.panel-group .panel').each(function(i) {
5
  * @uthor Arthur Gareginyan
6
  * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
+ * @since 4.6
9
  */
10
 
11
 
41
 
42
  // Add dynamic content to page tabs. Needed for having an up to date content.
43
  $('.include-tab-author').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-author');
 
44
  $('.include-tab-store').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-store');
 
45
 
46
  // Add questions and answers into spoilers and color them in different colors
47
  $('.panel-group .panel').each(function(i) {
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.5
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="https://www.spacexchimp.com/assets/dynamic-content/images/avatar.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.6
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="<?php echo MCFUNC_URL . 'inc/img/avatar.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.5
14
  */
15
  function MCFunctions_render_submenu_page() {
16
 
@@ -49,17 +49,18 @@ function MCFunctions_render_submenu_page() {
49
  <li class="active"><a href="#tab-core" data-toggle="tab"><?php _e( 'Main', $text ); ?></a></li>
50
  <li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $text ); ?></a></li>
51
  <li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $text ); ?></a></li>
52
- <li><a href="#tab-author" data-toggle="tab"><?php _e( 'Author', $text ); ?></a></li>
53
  <li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $text ); ?></a></li>
 
54
  <li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $text ); ?></a></li>
55
  </ul>
56
  <!-- END-TABS NAVIGATION MENU -->
57
 
58
  <!-- TAB 1 -->
59
  <div class="tab-page fade active in" id="tab-core">
60
-
 
 
61
  <?php require_once( MCFUNC_PATH . 'inc/php/settings.php' ); ?>
62
-
63
  </div>
64
  <!-- END-TAB 1 -->
65
 
@@ -219,19 +220,30 @@ function MCFunctions_render_submenu_page() {
219
  <!-- END-TAB 3 -->
220
 
221
  <!-- TAB 4 -->
222
- <div class="tab-page fade" id="tab-author">
223
  <div class="postbox">
224
- <h3 class="title"><?php _e( 'Author', $text ); ?></h3>
225
- <div class="inside include-tab-author"></div>
 
 
 
 
 
 
 
 
 
 
 
226
  </div>
227
  </div>
228
  <!-- END-TAB 4 -->
229
 
230
  <!-- TAB 5 -->
231
- <div class="tab-page fade" id="tab-support">
232
  <div class="postbox">
233
- <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
234
- <div class="inside include-tab-support"></div>
235
  </div>
236
  </div>
237
  <!-- END-TAB 5 -->
@@ -242,8 +254,6 @@ function MCFunctions_render_submenu_page() {
242
  </div>
243
  <!-- END-TAB 6 -->
244
 
245
- <div class="additional-css"></div>
246
-
247
  </div>
248
 
249
  </div>
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 4.6
14
  */
15
  function MCFunctions_render_submenu_page() {
16
 
49
  <li class="active"><a href="#tab-core" data-toggle="tab"><?php _e( 'Main', $text ); ?></a></li>
50
  <li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $text ); ?></a></li>
51
  <li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $text ); ?></a></li>
 
52
  <li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $text ); ?></a></li>
53
+ <li><a href="#tab-author" data-toggle="tab"><?php _e( 'Author', $text ); ?></a></li>
54
  <li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $text ); ?></a></li>
55
  </ul>
56
  <!-- END-TABS NAVIGATION MENU -->
57
 
58
  <!-- TAB 1 -->
59
  <div class="tab-page fade active in" id="tab-core">
60
+ <!-- INCLUDE SIDEBAR -->
61
+ <?php require_once( MCFUNC_PATH . 'inc/php/sidebar.php' ); ?>
62
+ <!-- INCLUDE SETTINGS -->
63
  <?php require_once( MCFUNC_PATH . 'inc/php/settings.php' ); ?>
 
64
  </div>
65
  <!-- END-TAB 1 -->
66
 
220
  <!-- END-TAB 3 -->
221
 
222
  <!-- TAB 4 -->
223
+ <div class="tab-page fade" id="tab-support">
224
  <div class="postbox">
225
+ <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
226
+ <div class="inside">
227
+ <img src="<?php echo MCFUNC_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!" class="pull-right">
228
+ <p><?php _e( 'If you appreciate my work, you can buy me a coffee!', $text ); ?></p>
229
+ <p><?php _e( 'I spend a lot of time and effort trying to make sure that the themes, plugins and another things I build are useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
230
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default btn-labeled">
231
+ <span class="btn-label">
232
+ <img src="<?php echo MCFUNC_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
233
+ </span>
234
+ <?php _e( 'Donate with PayPal', $text ); ?>
235
+ </a>
236
+ <p><?php _e( 'Thank you for your support!', $text ); ?></p>
237
+ </div>
238
  </div>
239
  </div>
240
  <!-- END-TAB 4 -->
241
 
242
  <!-- TAB 5 -->
243
+ <div class="tab-page fade" id="tab-author">
244
  <div class="postbox">
245
+ <h3 class="title"><?php _e( 'Author', $text ); ?></h3>
246
+ <div class="inside include-tab-author"></div>
247
  </div>
248
  </div>
249
  <!-- END-TAB 5 -->
254
  </div>
255
  <!-- END-TAB 6 -->
256
 
 
 
257
  </div>
258
 
259
  </div>
inc/php/settings.php CHANGED
@@ -8,54 +8,11 @@
8
  defined( 'ABSPATH' ) or die( "Restricted access!" );
9
 
10
  /**
11
- * Render Settings Tab
12
  *
13
- * @since 4.5
14
  */
15
  ?>
16
- <!-- SIDEBAR -->
17
- <div class="inner-sidebar">
18
- <div id="side-sortables" class="meta-box-sortabless ui-sortable">
19
-
20
- <div class="postbox about">
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 class="postbox banner">
28
- <h3 class="title"><?php _e( 'Upgrade', $text ); ?></h3>
29
- <div class="inside">
30
- <a href="https://www.spacexchimp.com/plugins/my-custom-functions-pro.html" target="_blank">
31
- <img src="https://www.spacexchimp.com/assets/dynamic-content/images/plugin-upgrade.png" alt="PRO">
32
- </a>
33
- </div>
34
- </div>
35
-
36
- <div class="postbox support">
37
- <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
38
- <div class="inside">
39
- <p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
40
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="additional-button paypal"><?php _e( 'Donate with PayPal', $text ); ?></a>
41
- <p><?php _e( 'Thanks for your support!', $text ); ?></p>
42
- </div>
43
- </div>
44
-
45
- <div class="postbox help">
46
- <h3 class="title"><?php _e( 'Help', $text ); ?></h3>
47
- <div class="inside">
48
- <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $text ); ?></p>
49
- </div>
50
- </div>
51
-
52
- <div class="include-banner"></div>
53
-
54
- </div>
55
- </div>
56
- <!-- END-SIDEBAR -->
57
-
58
- <!-- FORM -->
59
  <div class="has-sidebar sm-padded">
60
  <div id="post-body-content" class="has-sidebar-content">
61
  <div class="meta-box-sortabless">
@@ -91,7 +48,12 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
91
  <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
92
  <div class="inside">
93
  <p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
94
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="additional-button paypal"><?php _e( 'Donate with PayPal', $text ); ?></a>
 
 
 
 
 
95
  <p><?php _e( 'Thanks for your support!', $text ); ?></p>
96
  </div>
97
  </div>
@@ -101,5 +63,4 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
101
  </div>
102
  </div>
103
  </div>
104
- <!-- END-FORM -->
105
  <?php
8
  defined( 'ABSPATH' ) or die( "Restricted access!" );
9
 
10
  /**
11
+ * Render Settings Tab Content
12
  *
13
+ * @since 4.6
14
  */
15
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  <div class="has-sidebar sm-padded">
17
  <div id="post-body-content" class="has-sidebar-content">
18
  <div class="meta-box-sortabless">
48
  <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
49
  <div class="inside">
50
  <p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
51
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default btn-labeled">
52
+ <span class="btn-label">
53
+ <img src="<?php echo MCFUNC_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
54
+ </span>
55
+ <?php _e( 'Donate with PayPal', $text ); ?>
56
+ </a>
57
  <p><?php _e( 'Thanks for your support!', $text ); ?></p>
58
  </div>
59
  </div>
63
  </div>
64
  </div>
65
  </div>
 
66
  <?php
inc/php/sidebar.php ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Prevent Direct Access
5
+ *
6
+ * @since 0.1
7
+ */
8
+ defined( 'ABSPATH' ) or die( "Restricted access!" );
9
+
10
+ /**
11
+ * Render Sidebar
12
+ *
13
+ * @since 4.6
14
+ */
15
+ ?>
16
+ <div class="inner-sidebar">
17
+ <div id="side-sortables" class="meta-box-sortabless ui-sortable">
18
+
19
+ <div class="postbox about">
20
+ <h3 class="title"><?php _e( 'About', $text ); ?></h3>
21
+ <div class="inside">
22
+ <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>
23
+ </div>
24
+ </div>
25
+
26
+ <div class="postbox banner">
27
+ <h3 class="title"><?php _e( 'Upgrade', $text ); ?></h3>
28
+ <div class="inside">
29
+ <a href="https://www.spacexchimp.com/plugins/my-custom-functions-pro.html" target="_blank">
30
+ <img src="https://www.spacexchimp.com/assets/dynamic-content/images/plugin-upgrade.png" alt="PRO">
31
+ </a>
32
+ </div>
33
+ </div>
34
+
35
+ <div class="postbox support">
36
+ <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
37
+ <div class="inside">
38
+ <p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
39
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default btn-labeled">
40
+ <span class="btn-label">
41
+ <img src="<?php echo MCFUNC_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
42
+ </span>
43
+ <?php _e( 'Donate with PayPal', $text ); ?>
44
+ </a>
45
+ <p><?php _e( 'Thanks for your support!', $text ); ?></p>
46
+ </div>
47
+ </div>
48
+
49
+ <div class="postbox help">
50
+ <h3 class="title"><?php _e( 'Help', $text ); ?></h3>
51
+ <div class="inside">
52
+ <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $text ); ?></p>
53
+ </div>
54
+ </div>
55
+
56
+ <div class="postbox banner">
57
+ <div class="inside">
58
+ <a href="https://www.spacexchimp.com/" target="_blank">
59
+ <img src="<?php echo MCFUNC_URL . 'inc/img/banner.png'; ?>" alt="Space X-Chimp Studio">
60
+ </a>
61
+ </div>
62
+ </div>
63
+
64
+ </div>
65
+ </div>
66
+ <?php
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-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"
@@ -79,7 +79,7 @@ msgstr ""
79
  msgid "Main"
80
  msgstr ""
81
 
82
- #: inc/php/page.php:50 inc/php/page.php:69
83
  msgid "Usage"
84
  msgstr ""
85
 
@@ -87,91 +87,91 @@ msgstr ""
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
 
98
  #: inc/php/page.php:54
99
  msgid "Store"
100
  msgstr ""
101
 
102
- #: inc/php/page.php:71
103
  msgid "To add your custom functions (the PHP code) to your website, simply follow these steps:"
104
  msgstr ""
105
 
106
- #: inc/php/page.php:73
107
  msgid "Go to the \"Main\" tab."
108
  msgstr ""
109
 
110
- #: inc/php/page.php:74
111
  msgid "Place your PHP code in the field."
112
  msgstr ""
113
 
114
- #: inc/php/page.php:75
115
  msgid "Example of PHP code:"
116
  msgstr ""
117
 
118
- #: inc/php/page.php:81 inc/php/page.php:82 inc/php/page.php:88
119
  msgid "Note!"
120
  msgstr ""
121
 
122
- #: inc/php/page.php:81
123
  msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
124
  msgstr ""
125
 
126
- #: inc/php/page.php:82
127
  msgid "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:84
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr ""
133
 
134
- #: inc/php/page.php:85
135
  msgid "Click the \"Save changes\" button."
136
  msgstr ""
137
 
138
- #: inc/php/page.php:86
139
  msgid "Enjoy the result of applying your PHP code."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:86
143
  msgid "It's that simple!"
144
  msgstr ""
145
 
146
- #: inc/php/page.php:88
147
  msgid "If you want more options then tell me and I will be happy to add it."
148
  msgstr ""
149
 
150
- #: inc/php/page.php:97
151
  msgid "Frequently Asked Questions"
152
  msgstr ""
153
 
154
- #: inc/php/page.php:101
155
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
156
  msgstr ""
157
 
158
- #: inc/php/page.php:123
159
  msgid "Will this plugin work on my WordPress.COM website?"
160
  msgstr ""
161
 
162
- #: inc/php/page.php:124
163
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
164
  msgstr ""
165
 
166
- #: inc/php/page.php:126
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 "
@@ -179,107 +179,107 @@ msgid ""
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,94 +287,108 @@ msgid ""
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 "
360
  "no a special support team, so I have no way to answer everyone."
361
  msgstr ""
362
 
363
- #: inc/php/settings.php:21
364
- msgid "About"
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
374
- msgid "Upgrade"
375
  msgstr ""
376
 
377
- #: inc/php/settings.php:39 inc/php/settings.php:91
 
 
 
 
 
 
 
 
 
 
 
 
378
  msgid ""
379
  "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me "
380
  "spend more time building things for people like you to enjoy."
@@ -382,30 +396,32 @@ msgstr ""
382
  "Soy un desarrollador independiente, sin ingresos fijos, por lo que cualquier contribución, por pequeña que sea, me ayuda "
383
  "a cubrir mis gastos y me permite dedicar más tiempo para construir cosas que pueda disfrutar gente como tú."
384
 
385
- #: inc/php/settings.php:40 inc/php/settings.php:92
386
- msgid "Donate with PayPal"
387
- msgstr ""
388
-
389
- #: inc/php/settings.php:41 inc/php/settings.php:93
390
  msgid "Thanks for your support!"
391
  msgstr "¡Gracias por su colaboración!"
392
 
393
- #: inc/php/settings.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  msgid "Help"
395
  msgstr "Ayuda"
396
 
397
- #: inc/php/settings.php:48
398
  msgid "If you have a question, please read the information in the FAQ section."
399
  msgstr "¿Tienes algo que decir? ¿Necesitas ayuda?"
400
 
401
- #: inc/php/settings.php:75
402
- msgid "Functions (PHP code)"
403
- msgstr ""
404
-
405
- #: inc/php/settings.php:86
406
- msgid "Save changes"
407
- msgstr "Guardar los cambios"
408
-
409
  #. Plugin Name of the plugin/theme
410
  msgid "My Custom Functions"
411
  msgstr "My Custom Functions"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - My Custom Functions - Development Readme (trunk)\n"
6
+ "POT-Creation-Date: 2017-08-10 16:00+0300\n"
7
+ "PO-Revision-Date: 2017-08-10 16:00+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
79
  msgid "Main"
80
  msgstr ""
81
 
82
+ #: inc/php/page.php:50 inc/php/page.php:70
83
  msgid "Usage"
84
  msgstr ""
85
 
87
  msgid "F.A.Q."
88
  msgstr ""
89
 
90
+ #: inc/php/page.php:52 inc/php/page.php:225 inc/php/settings.php:48 inc/php/sidebar.php:36
91
+ msgid "Support"
92
  msgstr ""
93
 
94
+ #: inc/php/page.php:53 inc/php/page.php:245
95
+ msgid "Author"
96
  msgstr ""
97
 
98
  #: inc/php/page.php:54
99
  msgid "Store"
100
  msgstr ""
101
 
102
+ #: inc/php/page.php:72
103
  msgid "To add your custom functions (the PHP code) to your website, simply follow these steps:"
104
  msgstr ""
105
 
106
+ #: inc/php/page.php:74
107
  msgid "Go to the \"Main\" tab."
108
  msgstr ""
109
 
110
+ #: inc/php/page.php:75
111
  msgid "Place your PHP code in the field."
112
  msgstr ""
113
 
114
+ #: inc/php/page.php:76
115
  msgid "Example of PHP code:"
116
  msgstr ""
117
 
118
+ #: inc/php/page.php:82 inc/php/page.php:83 inc/php/page.php:89
119
  msgid "Note!"
120
  msgstr ""
121
 
122
+ #: inc/php/page.php:82
123
  msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:83
127
  msgid "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:85
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr ""
133
 
134
+ #: inc/php/page.php:86
135
  msgid "Click the \"Save changes\" button."
136
  msgstr ""
137
 
138
+ #: inc/php/page.php:87
139
  msgid "Enjoy the result of applying your PHP code."
140
  msgstr ""
141
 
142
+ #: inc/php/page.php:87
143
  msgid "It's that simple!"
144
  msgstr ""
145
 
146
+ #: inc/php/page.php:89
147
  msgid "If you want more options then tell me and I will be happy to add it."
148
  msgstr ""
149
 
150
+ #: inc/php/page.php:98
151
  msgid "Frequently Asked Questions"
152
  msgstr ""
153
 
154
+ #: inc/php/page.php:102
155
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
156
  msgstr ""
157
 
158
+ #: inc/php/page.php:124
159
  msgid "Will this plugin work on my WordPress.COM website?"
160
  msgstr ""
161
 
162
+ #: inc/php/page.php:125
163
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
164
  msgstr ""
165
 
166
+ #: inc/php/page.php:127
167
  msgid "Can I use this plugin on my language?"
168
  msgstr ""
169
 
170
+ #: inc/php/page.php:128
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:130
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 "
179
  "will include this translation within the next plugin update."
180
  msgstr ""
181
 
182
+ #: inc/php/page.php:135
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:136
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:138
192
  msgid "How does it work?"
193
  msgstr ""
194
 
195
+ #: inc/php/page.php:139
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:141
202
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
203
  msgstr ""
204
 
205
+ #: inc/php/page.php:142
206
  msgid "Yes. But you need to do it properly, like this:"
207
  msgstr ""
208
 
209
+ #: inc/php/page.php:152
210
  msgid "How much of PHP code (characters) I can enter in the text field?"
211
  msgstr ""
212
 
213
+ #: inc/php/page.php:153
214
  msgid "I don't limit the number of characters."
215
  msgstr ""
216
 
217
+ #: inc/php/page.php:155
218
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
219
  msgstr ""
220
 
221
+ #: inc/php/page.php:156
222
  msgid "Here are a few of the most likely causes of the error message:"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:158
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:159
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:160
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:161
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:164
243
  msgid "Does this plugin requires any modification of the theme?"
244
  msgstr ""
245
 
246
+ #: inc/php/page.php:165
247
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
248
  msgstr ""
249
 
250
+ #: inc/php/page.php:167
251
  msgid "Does this require any knowledge of HTML or CSS?"
252
  msgstr ""
253
 
254
+ #: inc/php/page.php:168
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:170
261
  msgid "It's not working. What could be wrong?"
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:171
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:172
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:174
279
  msgid "What to do if this plugin crashed the website?"
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:175
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:177
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:178
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:179
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:180
303
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
304
  msgstr ""
305
 
306
+ #: inc/php/page.php:182
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:184
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:185
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:187
325
  msgid "Where to report bug if found?"
326
  msgstr ""
327
 
328
+ #: inc/php/page.php:189
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:195
334
  msgid "Where to share any ideas or suggestions to make the plugin better?"
335
  msgstr ""
336
 
337
+ #: inc/php/page.php:197
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:202
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr ""
345
 
346
+ #: inc/php/page.php:204
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:210
353
  msgid "My question wasn't answered here."
354
  msgstr ""
355
 
356
+ #: inc/php/page.php:212
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 "
360
  "no a special support team, so I have no way to answer everyone."
361
  msgstr ""
362
 
363
+ #: inc/php/page.php:228
364
+ msgid "If you appreciate my work, you can buy me a coffee!"
365
+ msgstr ""
366
 
367
+ #: inc/php/page.php:229
368
  msgid ""
369
+ "I spend a lot of time and effort trying to make sure that the themes, plugins and another things I build are useful, and "
370
+ "the ultimate proof of that for me is that you actually want to use them. But, I’m an independent developer, without a "
371
+ "regular income, so every little contribution helps cover my costs and lets me spend more time building things for people "
372
+ "like you to enjoy."
373
  msgstr ""
374
 
375
+ #: inc/php/page.php:234 inc/php/settings.php:55 inc/php/sidebar.php:43
376
+ msgid "Donate with PayPal"
377
  msgstr ""
378
 
379
+ #: inc/php/page.php:236
380
+ msgid "Thank you for your support!"
381
+ msgstr ""
382
+
383
+ #: inc/php/settings.php:34
384
+ msgid "Functions (PHP code)"
385
+ msgstr ""
386
+
387
+ #: inc/php/settings.php:45
388
+ msgid "Save changes"
389
+ msgstr "Guardar los cambios"
390
+
391
+ #: inc/php/settings.php:50 inc/php/sidebar.php:38
392
  msgid ""
393
  "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me "
394
  "spend more time building things for people like you to enjoy."
396
  "Soy un desarrollador independiente, sin ingresos fijos, por lo que cualquier contribución, por pequeña que sea, me ayuda "
397
  "a cubrir mis gastos y me permite dedicar más tiempo para construir cosas que pueda disfrutar gente como tú."
398
 
399
+ #: inc/php/settings.php:57 inc/php/sidebar.php:45
 
 
 
 
400
  msgid "Thanks for your support!"
401
  msgstr "¡Gracias por su colaboración!"
402
 
403
+ #: inc/php/sidebar.php:20
404
+ msgid "About"
405
+ msgstr "Acerca de"
406
+
407
+ #: inc/php/sidebar.php:22
408
+ msgid ""
409
+ "This plugin allows you to easily and safely add your custom functions (PHP code) directly out of your WordPress Admin "
410
+ "area, without the need to have an external editor."
411
+ msgstr ""
412
+
413
+ #: inc/php/sidebar.php:27
414
+ msgid "Upgrade"
415
+ msgstr ""
416
+
417
+ #: inc/php/sidebar.php:50
418
  msgid "Help"
419
  msgstr "Ayuda"
420
 
421
+ #: inc/php/sidebar.php:52
422
  msgid "If you have a question, please read the information in the FAQ section."
423
  msgstr "¿Tienes algo que decir? ¿Necesitas ayuda?"
424
 
 
 
 
 
 
 
 
 
425
  #. Plugin Name of the plugin/theme
426
  msgid "My Custom Functions"
427
  msgstr "My Custom Functions"
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-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"
@@ -80,7 +80,7 @@ msgstr ""
80
  msgid "Main"
81
  msgstr ""
82
 
83
- #: inc/php/page.php:50 inc/php/page.php:69
84
  msgid "Usage"
85
  msgstr ""
86
 
@@ -88,104 +88,104 @@ msgstr ""
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 ""
99
 
100
  #: inc/php/page.php:54
101
  msgid "Store"
102
  msgstr ""
103
 
104
- #: inc/php/page.php:71
105
  msgid ""
106
  "To add your custom functions (the PHP code) to your website, simply follow "
107
  "these steps:"
108
  msgstr ""
109
 
110
- #: inc/php/page.php:73
111
  msgid "Go to the \"Main\" tab."
112
  msgstr ""
113
 
114
- #: inc/php/page.php:74
115
  msgid "Place your PHP code in the field."
116
  msgstr ""
117
 
118
- #: inc/php/page.php:75
119
  msgid "Example of PHP code:"
120
  msgstr ""
121
 
122
- #: inc/php/page.php:81 inc/php/page.php:82 inc/php/page.php:88
123
  msgid "Note!"
124
  msgstr ""
125
 
126
- #: inc/php/page.php:81
127
  msgid ""
128
  "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</"
129
  "code> HTML tags."
130
  msgstr ""
131
 
132
- #: inc/php/page.php:82
133
  msgid ""
134
  "Before use, please read the instructions on the F.A.Q. tab on what to do in "
135
  "case of a website crash."
136
  msgstr ""
137
 
138
- #: inc/php/page.php:84
139
  msgid "Switch the toggle to the \"ON\" position."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:85
143
  msgid "Click the \"Save changes\" button."
144
  msgstr ""
145
 
146
- #: inc/php/page.php:86
147
  msgid "Enjoy the result of applying your PHP code."
148
  msgstr ""
149
 
150
- #: inc/php/page.php:86
151
  msgid "It's that simple!"
152
  msgstr ""
153
 
154
- #: inc/php/page.php:88
155
  msgid "If you want more options then tell me and I will be happy to add it."
156
  msgstr ""
157
 
158
- #: inc/php/page.php:97
159
  msgid "Frequently Asked Questions"
160
  msgstr ""
161
 
162
- #: inc/php/page.php:101
163
  msgid ""
164
  "If you have a question, please read the Frequently Asked Questions below to "
165
  "see if the answer is here."
166
  msgstr ""
167
 
168
- #: inc/php/page.php:123
169
  msgid "Will this plugin work on my WordPress.COM website?"
170
  msgstr ""
171
 
172
- #: inc/php/page.php:124
173
  msgid ""
174
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
175
  "websites."
176
  msgstr ""
177
 
178
- #: inc/php/page.php:126
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 "
@@ -195,104 +195,104 @@ msgid ""
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,7 +301,7 @@ msgid ""
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,11 +309,11 @@ msgid ""
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,29 +323,29 @@ msgid ""
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,13 +353,13 @@ msgid ""
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,41 +368,41 @@ msgid ""
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 "
@@ -410,22 +410,37 @@ msgid ""
410
  "have no way to answer everyone."
411
  msgstr ""
412
 
413
- #: inc/php/settings.php:21
414
- msgid "About"
415
- msgstr "A propos"
416
 
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"
426
- msgstr "Evolution"
 
 
 
 
 
 
 
 
 
 
 
 
427
 
428
- #: inc/php/settings.php:39 inc/php/settings.php:91
429
  msgid ""
430
  "I'm an independent developer, without a regular income, so every little "
431
  "contribution helps cover my costs and lets me spend more time building "
@@ -435,30 +450,33 @@ msgstr ""
435
  "modeste contribution m'aide à couvrir les frais et me permet de consacrer "
436
  "plus de temps à créer des choses que vous appréciez."
437
 
438
- #: inc/php/settings.php:40 inc/php/settings.php:92
439
- msgid "Donate with PayPal"
440
- msgstr ""
441
-
442
- #: inc/php/settings.php:41 inc/php/settings.php:93
443
  msgid "Thanks for your support!"
444
  msgstr "Merci pour votre soutien !"
445
 
446
- #: inc/php/settings.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
  msgid "Help"
448
  msgstr "Aide"
449
 
450
- #: inc/php/settings.php:48
451
  msgid "If you have a question, please read the information in the FAQ section."
452
  msgstr "Vous souhaitez nous contacter ? Vous avez besoin d'aide ?"
453
 
454
- #: inc/php/settings.php:75
455
- msgid "Functions (PHP code)"
456
- msgstr "Fonctions (code PHP)"
457
-
458
- #: inc/php/settings.php:86
459
- msgid "Save changes"
460
- msgstr "Enregistrer"
461
-
462
  #. Plugin Name of the plugin/theme
463
  msgid "My Custom Functions"
464
  msgstr "My Custom Functions"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2017-08-10 15:59+0300\n"
5
+ "PO-Revision-Date: 2017-08-10 15:59+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
80
  msgid "Main"
81
  msgstr ""
82
 
83
+ #: inc/php/page.php:50 inc/php/page.php:70
84
  msgid "Usage"
85
  msgstr ""
86
 
88
  msgid "F.A.Q."
89
  msgstr ""
90
 
91
+ #: inc/php/page.php:52 inc/php/page.php:225 inc/php/settings.php:48
92
+ #: inc/php/sidebar.php:36
93
+ msgid "Support"
94
  msgstr ""
95
 
96
+ #: inc/php/page.php:53 inc/php/page.php:245
97
+ msgid "Author"
 
98
  msgstr ""
99
 
100
  #: inc/php/page.php:54
101
  msgid "Store"
102
  msgstr ""
103
 
104
+ #: inc/php/page.php:72
105
  msgid ""
106
  "To add your custom functions (the PHP code) to your website, simply follow "
107
  "these steps:"
108
  msgstr ""
109
 
110
+ #: inc/php/page.php:74
111
  msgid "Go to the \"Main\" tab."
112
  msgstr ""
113
 
114
+ #: inc/php/page.php:75
115
  msgid "Place your PHP code in the field."
116
  msgstr ""
117
 
118
+ #: inc/php/page.php:76
119
  msgid "Example of PHP code:"
120
  msgstr ""
121
 
122
+ #: inc/php/page.php:82 inc/php/page.php:83 inc/php/page.php:89
123
  msgid "Note!"
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:82
127
  msgid ""
128
  "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</"
129
  "code> HTML tags."
130
  msgstr ""
131
 
132
+ #: inc/php/page.php:83
133
  msgid ""
134
  "Before use, please read the instructions on the F.A.Q. tab on what to do in "
135
  "case of a website crash."
136
  msgstr ""
137
 
138
+ #: inc/php/page.php:85
139
  msgid "Switch the toggle to the \"ON\" position."
140
  msgstr ""
141
 
142
+ #: inc/php/page.php:86
143
  msgid "Click the \"Save changes\" button."
144
  msgstr ""
145
 
146
+ #: inc/php/page.php:87
147
  msgid "Enjoy the result of applying your PHP code."
148
  msgstr ""
149
 
150
+ #: inc/php/page.php:87
151
  msgid "It's that simple!"
152
  msgstr ""
153
 
154
+ #: inc/php/page.php:89
155
  msgid "If you want more options then tell me and I will be happy to add it."
156
  msgstr ""
157
 
158
+ #: inc/php/page.php:98
159
  msgid "Frequently Asked Questions"
160
  msgstr ""
161
 
162
+ #: inc/php/page.php:102
163
  msgid ""
164
  "If you have a question, please read the Frequently Asked Questions below to "
165
  "see if the answer is here."
166
  msgstr ""
167
 
168
+ #: inc/php/page.php:124
169
  msgid "Will this plugin work on my WordPress.COM website?"
170
  msgstr ""
171
 
172
+ #: inc/php/page.php:125
173
  msgid ""
174
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
175
  "websites."
176
  msgstr ""
177
 
178
+ #: inc/php/page.php:127
179
  msgid "Can I use this plugin on my language?"
180
  msgstr ""
181
 
182
+ #: inc/php/page.php:128
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:130
189
  #, php-format
190
  msgid ""
191
  "If you want to help translate this plugin then please visit the %s. You can "
195
  "update."
196
  msgstr ""
197
 
198
+ #: inc/php/page.php:135
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:136
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:138
211
  msgid "How does it work?"
212
  msgstr ""
213
 
214
+ #: inc/php/page.php:139
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:141
222
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:142
226
  msgid "Yes. But you need to do it properly, like this:"
227
  msgstr ""
228
 
229
+ #: inc/php/page.php:152
230
  msgid "How much of PHP code (characters) I can enter in the text field?"
231
  msgstr ""
232
 
233
+ #: inc/php/page.php:153
234
  msgid "I don't limit the number of characters."
235
  msgstr ""
236
 
237
+ #: inc/php/page.php:155
238
  msgid ""
239
  "On the plugin settings page, an error message appears. What could be wrong?"
240
  msgstr ""
241
 
242
+ #: inc/php/page.php:156
243
  msgid "Here are a few of the most likely causes of the error message:"
244
  msgstr ""
245
 
246
+ #: inc/php/page.php:158
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:159
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:160
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:161
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:164
271
  msgid "Does this plugin requires any modification of the theme?"
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:165
275
  msgid ""
276
  "Absolutely not. This plugin is configurable entirely from the plugin "
277
  "settings page."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:167
281
  msgid "Does this require any knowledge of HTML or CSS?"
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:168
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:170
292
  msgid "It's not working. What could be wrong?"
293
  msgstr ""
294
 
295
+ #: inc/php/page.php:171
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:172
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:174
313
  msgid "What to do if this plugin crashed the website?"
314
  msgstr ""
315
 
316
+ #: inc/php/page.php:175
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:177
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:178
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:179
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:180
345
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
346
  msgstr ""
347
 
348
+ #: inc/php/page.php:182
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:184
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:185
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:187
372
  msgid "Where to report bug if found?"
373
  msgstr ""
374
 
375
+ #: inc/php/page.php:189
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:195
381
  msgid "Where to share any ideas or suggestions to make the plugin better?"
382
  msgstr ""
383
 
384
+ #: inc/php/page.php:197
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:202
391
  msgid "I love this plugin! Can I help somehow?"
392
  msgstr ""
393
 
394
+ #: inc/php/page.php:204
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:210
402
  msgid "My question wasn't answered here."
403
  msgstr ""
404
 
405
+ #: inc/php/page.php:212
406
  #, php-format
407
  msgid ""
408
  "You can ask your question on the plugin support page %s. But please keep in "
410
  "have no way to answer everyone."
411
  msgstr ""
412
 
413
+ #: inc/php/page.php:228
414
+ msgid "If you appreciate my work, you can buy me a coffee!"
415
+ msgstr ""
416
 
417
+ #: inc/php/page.php:229
418
  msgid ""
419
+ "I spend a lot of time and effort trying to make sure that the themes, "
420
+ "plugins and another things I build are useful, and the ultimate proof of "
421
+ "that for me is that you actually want to use them. But, I’m an independent "
422
+ "developer, without a regular income, so every little contribution helps "
423
+ "cover my costs and lets me spend more time building things for people like "
424
+ "you to enjoy."
425
  msgstr ""
426
 
427
+ #: inc/php/page.php:234 inc/php/settings.php:55 inc/php/sidebar.php:43
428
+ msgid "Donate with PayPal"
429
+ msgstr ""
430
+
431
+ #: inc/php/page.php:236
432
+ msgid "Thank you for your support!"
433
+ msgstr ""
434
+
435
+ #: inc/php/settings.php:34
436
+ msgid "Functions (PHP code)"
437
+ msgstr "Fonctions (code PHP)"
438
+
439
+ #: inc/php/settings.php:45
440
+ msgid "Save changes"
441
+ msgstr "Enregistrer"
442
 
443
+ #: inc/php/settings.php:50 inc/php/sidebar.php:38
444
  msgid ""
445
  "I'm an independent developer, without a regular income, so every little "
446
  "contribution helps cover my costs and lets me spend more time building "
450
  "modeste contribution m'aide à couvrir les frais et me permet de consacrer "
451
  "plus de temps à créer des choses que vous appréciez."
452
 
453
+ #: inc/php/settings.php:57 inc/php/sidebar.php:45
 
 
 
 
454
  msgid "Thanks for your support!"
455
  msgstr "Merci pour votre soutien !"
456
 
457
+ #: inc/php/sidebar.php:20
458
+ msgid "About"
459
+ msgstr "A propos"
460
+
461
+ #: inc/php/sidebar.php:22
462
+ msgid ""
463
+ "This plugin allows you to easily and safely add your custom functions (PHP "
464
+ "code) directly out of your WordPress Admin area, without the need to have an "
465
+ "external editor."
466
+ msgstr ""
467
+
468
+ #: inc/php/sidebar.php:27
469
+ msgid "Upgrade"
470
+ msgstr "Evolution"
471
+
472
+ #: inc/php/sidebar.php:50
473
  msgid "Help"
474
  msgstr "Aide"
475
 
476
+ #: inc/php/sidebar.php:52
477
  msgid "If you have a question, please read the information in the FAQ section."
478
  msgstr "Vous souhaitez nous contacter ? Vous avez besoin d'aide ?"
479
 
 
 
 
 
 
 
 
 
480
  #. Plugin Name of the plugin/theme
481
  msgid "My Custom Functions"
482
  msgstr "My Custom Functions"
languages/my-custom-functions-ru_RU.mo CHANGED
Binary file
languages/my-custom-functions-ru_RU.po CHANGED
@@ -1,19 +1,19 @@
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"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
13
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
14
  "X-Generator: Poedit 1.8.4\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: my-custom-functions.php\n"
 
 
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
@@ -23,15 +23,15 @@ msgstr ""
23
 
24
  #: inc/php/core.php:31
25
  msgid "Settings"
26
- msgstr "Настройки"
27
 
28
  #: inc/php/core.php:43 inc/php/core.php:60
29
  msgid "Upgrade to PRO"
30
- msgstr ""
31
 
32
  #: inc/php/core.php:59
33
  msgid "Donate"
34
- msgstr "Поддержать разработку"
35
 
36
  #: inc/php/core.php:75
37
  msgid "Custom Functions"
@@ -80,7 +80,7 @@ msgstr "Версия"
80
  msgid "Main"
81
  msgstr "Главная"
82
 
83
- #: inc/php/page.php:50 inc/php/page.php:69
84
  msgid "Usage"
85
  msgstr "Применение"
86
 
@@ -88,90 +88,96 @@ msgstr "Применение"
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 "Поддержка"
99
 
 
 
 
 
100
  #: inc/php/page.php:54
101
- msgid "Family"
102
- msgstr "Семья"
103
 
104
- #: inc/php/page.php:71
105
  msgid ""
106
  "To add your custom functions (the PHP code) to your website, simply follow "
107
  "these steps:"
108
  msgstr ""
 
 
109
 
110
- #: inc/php/page.php:73
111
  msgid "Go to the \"Main\" tab."
112
  msgstr "Перейдите на вкладку «Главная»."
113
 
114
- #: inc/php/page.php:74
115
  msgid "Place your PHP code in the field."
116
  msgstr "Поместите ваш PHP-код в поле."
117
 
118
- #: inc/php/page.php:75
119
  msgid "Example of PHP code:"
120
  msgstr "Пример кода PHP:"
121
 
122
- #: inc/php/page.php:81 inc/php/page.php:82 inc/php/page.php:88
123
  msgid "Note!"
124
  msgstr "Примечание!"
125
 
126
- #: inc/php/page.php:81
127
  msgid ""
128
  "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</"
129
  "code> HTML tags."
130
  msgstr ""
 
 
131
 
132
- #: inc/php/page.php:82
133
  msgid ""
134
  "Before use, please read the instructions on the F.A.Q. tab on what to do in "
135
  "case of a website crash."
136
  msgstr ""
 
 
137
 
138
- #: inc/php/page.php:84
139
  msgid "Switch the toggle to the \"ON\" position."
140
  msgstr "Переключите переключатель в положение «ON»."
141
 
142
- #: inc/php/page.php:85
143
  msgid "Click the \"Save changes\" button."
144
  msgstr "Нажмите кнопку «Сохранить изменения»."
145
 
146
- #: inc/php/page.php:86
147
  msgid "Enjoy the result of applying your PHP code."
148
  msgstr "Наслаждайтесь результатом применения вашего PHP-кода."
149
 
150
- #: inc/php/page.php:86
151
  msgid "It's that simple!"
152
- msgstr "Вот так просто!"
153
 
154
- #: inc/php/page.php:88
155
  msgid "If you want more options then tell me and I will be happy to add it."
156
  msgstr ""
157
  "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
158
  "добавить их."
159
 
160
- #: inc/php/page.php:97
161
  msgid "Frequently Asked Questions"
162
  msgstr "Часто задаваемые вопросы"
163
 
164
- #: inc/php/page.php:101
165
  msgid ""
166
  "If you have a question, please read the Frequently Asked Questions below to "
167
  "see if the answer is here."
168
- msgstr ""
169
 
170
- #: inc/php/page.php:123
171
  msgid "Will this plugin work on my WordPress.COM website?"
172
- msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
173
 
174
- #: inc/php/page.php:124
175
  msgid ""
176
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
177
  "websites."
@@ -179,17 +185,17 @@ msgstr ""
179
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
180
  "размещённых веб-сайтах (WordPress.ORG)."
181
 
182
- #: inc/php/page.php:126
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 "
@@ -198,84 +204,104 @@ msgid ""
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,11 +309,11 @@ msgstr ""
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,11 +324,11 @@ msgstr ""
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 "
@@ -310,20 +336,31 @@ msgid ""
310
  "usage and server load. This is called the browser's cache.​ Clearing your "
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 "
318
  "to give it a look and try to help out. Please include as much information as "
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 "
@@ -332,44 +369,63 @@ msgid ""
332
  "error that this plugin could not detect. When this happens with you just do "
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; "
362
  "Table <code>wp_options</code> &#10145; Option "
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 "
@@ -377,67 +433,100 @@ msgid ""
377
  "service such as the CloudFlare) and then the cache of your web browser. Also "
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 "
421
  "mind that this plugin is free, and there is no a special support team, so I "
422
  "have no way to answer everyone."
423
  msgstr ""
 
 
 
424
 
425
- #: inc/php/settings.php:21
426
- msgid "About"
427
- msgstr "О плагине"
428
 
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"
438
- msgstr ""
439
 
440
- #: inc/php/settings.php:39 inc/php/settings.php:91
 
 
 
 
 
 
 
 
 
 
 
 
441
  msgid ""
442
  "I'm an independent developer, without a regular income, so every little "
443
  "contribution helps cover my costs and lets me spend more time building "
@@ -447,29 +536,36 @@ msgstr ""
447
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
448
  "создание программ для людей как вы."
449
 
450
- #: inc/php/settings.php:40 inc/php/settings.php:92
451
- msgid "Donate with PayPal"
452
- msgstr ""
453
-
454
- #: inc/php/settings.php:41 inc/php/settings.php:93
455
  msgid "Thanks for your support!"
456
  msgstr "Спасибо за вашу поддержку!"
457
 
458
- #: inc/php/settings.php:46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
459
  msgid "Help"
460
  msgstr "Помощь"
461
 
462
- #: inc/php/settings.php:48
463
  msgid "If you have a question, please read the information in the FAQ section."
464
- msgstr "Есть что сказать? Нужна помощь?"
465
-
466
- #: inc/php/settings.php:75
467
- msgid "Functions (PHP code)"
468
- msgstr "Функции (PHP код)"
469
-
470
- #: inc/php/settings.php:86
471
- msgid "Save changes"
472
- msgstr "Сохранить изменения"
473
 
474
  #. Plugin Name of the plugin/theme
475
  msgid "My Custom Functions"
@@ -484,9 +580,9 @@ 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 вебсайта, без необходимости "
489
- "во внешнем редакторе."
490
 
491
  #. Author of the plugin/theme
492
  msgid "Arthur Gareginyan"
@@ -496,133 +592,5 @@ msgstr "Артур Гарегинян"
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"
508
-
509
- #~ msgid "Thank you for installing my plugin! I hope you will love it %s"
510
- #~ msgstr ""
511
- #~ "Спасибо, что установили мой плагин! Надеюсь, что он вам полюбится %s"
512
-
513
- #~ msgid "Return to the plugin settings page."
514
- #~ msgstr "Вернитесь на страницу настроек плагина."
515
-
516
- #~ msgid ""
517
- #~ "To use, enter your custom functions, then click \"Save changes\". It's "
518
- #~ "that simple!"
519
- #~ msgstr ""
520
- #~ "Для использования, введите ваши пользовательские функции, затем нажмите "
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"
531
- #~ msgstr "Как пользоваться"
532
-
533
- #~ msgid ""
534
- #~ "If you like this plugin and find it useful, please help me to make this "
535
- #~ "plugin even better and keep it up-to-date."
536
- #~ msgstr ""
537
- #~ "Если вам нравится этот плагин и вы находите его полезным, то пожалуйста "
538
- #~ "помогите мне сделать его ещё лучше."
539
-
540
- #~ msgid ""
541
- #~ "If you like this plugin and find it useful, help me to make this plugin "
542
- #~ "even better and keep it up-to-date."
543
- #~ msgstr ""
544
- #~ "Если вам нравится этот плагин и вы находите его полезным, то помогите мне "
545
- #~ "сделать его ещё лучше."
546
-
547
- #~ msgid "Functions"
548
- #~ msgstr "Функции"
549
-
550
- #~ msgid ""
551
- #~ "This plugin allows you to easily and safely add your own functions, "
552
- #~ "snippets or any custom code to your website."
553
- #~ msgstr ""
554
- #~ "Этот плагин позволяет легко и безопасно добавлять свои собственные "
555
- #~ "функции, сниппеты или любой пользовательский код на ваш веб-сайт."
556
-
557
- #~ msgid ""
558
- #~ "Easily and safely add your own functions, snippets or any custom codes "
559
- #~ "directly out of your WordPress Dashboard without need of an external "
560
- #~ "editor."
561
- #~ msgstr ""
562
- #~ "Просто и безопасно добавляйте свои собственные функции, сниппеты или "
563
- #~ "любые пользовательские коды непосредственно из вашего WordPress Dashboard "
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"
574
- #~ msgstr "Фриланс"
575
-
576
- #~ msgid ""
577
- #~ "Hello, my name is Arthur and I'm a freelance web designer and developer."
578
- #~ msgstr "Привет, меня зовут Артур и Я внештатный веб-дизайнер и разработчик."
579
-
580
- #~ msgid ""
581
- #~ "Share your thoughts with me. You may have a brilliant idea in your mind "
582
- #~ "and I can make it happen, so let’s get started!"
583
- #~ msgstr ""
584
- #~ "Поделитесь со мной своими мыслями. У вас может быть блестящая идея в уме, "
585
- #~ "а я могу сделать её явью, так что давайте начнём!"
586
-
587
- #~ msgid "Arthur \"Berserkr\" Gareginyan"
588
- #~ msgstr "Артур “Берсерк” Гарегинян"
589
-
590
- #~ msgid ""
591
- #~ "EASILY and SAFELY add your own functions, snippets or any custom codes "
592
- #~ "directly out of your WordPress Dashboard without need of an external "
593
- #~ "editor."
594
- #~ msgstr ""
595
- #~ "ПРОСТО и БЕЗОПАСНО добавляйте свои собственные функции, сниппеты или "
596
- #~ "любые пользовательские коды непосредственно из вашего WordPress Dashboard "
597
- #~ "без необходимости во внешнем редакторе."
598
-
599
- #~ msgid ""
600
- #~ "To use, enter your custom functions, then click \"Update Custom Functions"
601
- #~ "\". It's that simple!"
602
- #~ msgstr ""
603
- #~ "Для использования, введите ваши пользовательские функции, затем нажмите "
604
- #~ "кнопку \"Обновить Пользовательские Функции\". Это так просто!"
605
-
606
- #~ msgid ""
607
- #~ "This plugin allows you to EASILY and SAFELY add your own functions, "
608
- #~ "snippets or any custom code to your site."
609
- #~ msgstr ""
610
- #~ "Этот плагин позволяет легко и безопасно добавлять свои собственные "
611
- #~ "функции, сниппеты или любой пользовательский код на ваш веб-сайт."
612
-
613
- #~ msgid "Update Custom Functions"
614
- #~ msgstr "Обновить Пользовательские Функции"
615
-
616
- #~ msgid "If you find it useful, consider making a donation:"
617
- #~ msgstr ""
618
- #~ "Если вы находите её полезной, рассмотрите возможность сделать "
619
- #~ "пожертвование:"
620
-
621
- #~ msgid ""
622
- #~ "EASILY and SAFELY add your own functions, snippets or any custom codes "
623
- #~ "directly out of your WordPress Dashbord without need of an external "
624
- #~ "editor."
625
- #~ msgstr ""
626
- #~ "ПРОСТО и БЕЗОПАСНО добавляйте свои собственные функции, сниппеты или "
627
- #~ "любые пользовательские коды непосредственно из вашего WordPress Dashboard "
628
- #~ "без необходимости во внешнем редакторе."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2017-08-10 15:59+0300\n"
5
+ "PO-Revision-Date: 2017-08-10 15:59+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
+ "Language: ru_RU\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
 
 
12
  "X-Generator: Poedit 1.8.4\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: my-custom-functions.php\n"
15
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
16
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
23
 
24
  #: inc/php/core.php:31
25
  msgid "Settings"
26
+ msgstr "Параметры"
27
 
28
  #: inc/php/core.php:43 inc/php/core.php:60
29
  msgid "Upgrade to PRO"
30
+ msgstr "Обновить до PRO"
31
 
32
  #: inc/php/core.php:59
33
  msgid "Donate"
34
+ msgstr "Пожертвовать"
35
 
36
  #: inc/php/core.php:75
37
  msgid "Custom Functions"
80
  msgid "Main"
81
  msgstr "Главная"
82
 
83
+ #: inc/php/page.php:50 inc/php/page.php:70
84
  msgid "Usage"
85
  msgstr "Применение"
86
 
88
  msgid "F.A.Q."
89
  msgstr "F.A.Q."
90
 
91
+ #: inc/php/page.php:52 inc/php/page.php:225 inc/php/settings.php:48
92
+ #: inc/php/sidebar.php:36
 
 
 
 
93
  msgid "Support"
94
  msgstr "Поддержка"
95
 
96
+ #: inc/php/page.php:53 inc/php/page.php:245
97
+ msgid "Author"
98
+ msgstr "Автор"
99
+
100
  #: inc/php/page.php:54
101
+ msgid "Store"
102
+ msgstr "Магазин"
103
 
104
+ #: inc/php/page.php:72
105
  msgid ""
106
  "To add your custom functions (the PHP code) to your website, simply follow "
107
  "these steps:"
108
  msgstr ""
109
+ "Чтобы добавить свои пользовательские функции (код PHP) на свой сайт, просто "
110
+ "выполните следующие действия:"
111
 
112
+ #: inc/php/page.php:74
113
  msgid "Go to the \"Main\" tab."
114
  msgstr "Перейдите на вкладку «Главная»."
115
 
116
+ #: inc/php/page.php:75
117
  msgid "Place your PHP code in the field."
118
  msgstr "Поместите ваш PHP-код в поле."
119
 
120
+ #: inc/php/page.php:76
121
  msgid "Example of PHP code:"
122
  msgstr "Пример кода PHP:"
123
 
124
+ #: inc/php/page.php:82 inc/php/page.php:83 inc/php/page.php:89
125
  msgid "Note!"
126
  msgstr "Примечание!"
127
 
128
+ #: inc/php/page.php:82
129
  msgid ""
130
  "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</"
131
  "code> HTML tags."
132
  msgstr ""
133
+ "Пожалуйста, не помещайте свой PHP-код в <code>&lt;?php</code>...<code>?&gt;</"
134
+ "code> HTML теги."
135
 
136
+ #: inc/php/page.php:83
137
  msgid ""
138
  "Before use, please read the instructions on the F.A.Q. tab on what to do in "
139
  "case of a website crash."
140
  msgstr ""
141
+ "Перед использованием пожалуйста, прочитайте инструкции на вкладке F.A.Q. что "
142
+ "делать в случае сбоя веб-сайта."
143
 
144
+ #: inc/php/page.php:85
145
  msgid "Switch the toggle to the \"ON\" position."
146
  msgstr "Переключите переключатель в положение «ON»."
147
 
148
+ #: inc/php/page.php:86
149
  msgid "Click the \"Save changes\" button."
150
  msgstr "Нажмите кнопку «Сохранить изменения»."
151
 
152
+ #: inc/php/page.php:87
153
  msgid "Enjoy the result of applying your PHP code."
154
  msgstr "Наслаждайтесь результатом применения вашего PHP-кода."
155
 
156
+ #: inc/php/page.php:87
157
  msgid "It's that simple!"
158
+ msgstr "Это так просто!"
159
 
160
+ #: inc/php/page.php:89
161
  msgid "If you want more options then tell me and I will be happy to add it."
162
  msgstr ""
163
  "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
164
  "добавить их."
165
 
166
+ #: inc/php/page.php:98
167
  msgid "Frequently Asked Questions"
168
  msgstr "Часто задаваемые вопросы"
169
 
170
+ #: inc/php/page.php:102
171
  msgid ""
172
  "If you have a question, please read the Frequently Asked Questions below to "
173
  "see if the answer is here."
174
+ msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
175
 
176
+ #: inc/php/page.php:124
177
  msgid "Will this plugin work on my WordPress.COM website?"
178
+ msgstr "Будет ли этот плагин работать на моем веб-сайте WordPress.COM?"
179
 
180
+ #: inc/php/page.php:125
181
  msgid ""
182
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
183
  "websites."
185
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
186
  "размещённых веб-сайтах (WordPress.ORG)."
187
 
188
+ #: inc/php/page.php:127
189
  msgid "Can I use this plugin on my language?"
190
  msgstr "Можно ли использовать этот плагин на моём языке?"
191
 
192
+ #: inc/php/page.php:128
193
  msgid ""
194
  "Yes. This plugin is ready for translation and has already been translated "
195
  "into several languages."
196
+ msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
197
 
198
+ #: inc/php/page.php:130
199
  #, php-format
200
  msgid ""
201
  "If you want to help translate this plugin then please visit the %s. You can "
204
  "me at the %s and I will include this translation within the next plugin "
205
  "update."
206
  msgstr ""
207
+ "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы "
208
+ "также можете использовать файл POT, который включён в плагин и помещён в "
209
+ "папку «languages», чтобы создать PO файл перевода. Просто отправьте мне файл "
210
+ "PO на %s и Я включу этот перевод в следующее обновление плагина."
211
 
212
+ #: inc/php/page.php:135
213
  msgid ""
214
  "Maybe not all existed translations are up to date. You are welcome to "
215
  "contribute corrections!"
216
+ msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
217
 
218
+ #: inc/php/page.php:136
219
  msgid ""
220
  "Many of plugin users would be delighted if you share your translation with "
221
  "the community. Thanks for your contribution!"
222
  msgstr ""
223
+ "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
224
+ "с сообществом. Спасибо за ваш вклад!"
225
 
226
+ #: inc/php/page.php:138
227
  msgid "How does it work?"
228
+ msgstr "Как это работает?"
229
 
230
+ #: inc/php/page.php:139
231
  msgid ""
232
  "On the \"Main\" tab, place your PHP code in the field, switch the toggle to "
233
  "the \"ON\" position and click the \"Save changes\" button. Enjoy the result "
234
  "of applying your PHP code. It's that simple!"
235
  msgstr ""
236
+ "На вкладке «Основные» поместите ваш PHP код в поле, переключите "
237
+ "переключатель в положение «ON» и нажмите кнопку «Сохранить изменения». "
238
+ "Наслаждайтесь результатом применения вашего PHP кода. Это так просто!"
239
 
240
+ #: inc/php/page.php:141
241
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
242
+ msgstr "Можно ли использовать HTML/CSS/JS код, встроенный в PHP-код?"
243
 
244
+ #: inc/php/page.php:142
245
  msgid "Yes. But you need to do it properly, like this:"
246
+ msgstr "Да. Но вам нужно сделать это правильно, например так:"
247
 
248
+ #: inc/php/page.php:152
249
  msgid "How much of PHP code (characters) I can enter in the text field?"
250
+ msgstr "Сколько PHP-кода (символов) можно ввести в текстовом поле?"
251
 
252
+ #: inc/php/page.php:153
253
  msgid "I don't limit the number of characters."
254
+ msgstr "Я не ограничиваю количество символов."
255
 
256
+ #: inc/php/page.php:155
257
  msgid ""
258
  "On the plugin settings page, an error message appears. What could be wrong?"
259
  msgstr ""
260
+ "На странице настроек плагина появляется сообщение об ошибке. Что может быть "
261
+ "не так?"
262
 
263
+ #: inc/php/page.php:156
264
  msgid "Here are a few of the most likely causes of the error message:"
265
  msgstr ""
266
+ "Вот некоторые из наиболее вероятных причин появления сообщение об ошибке:"
267
 
268
+ #: inc/php/page.php:158
269
  msgid ""
270
  "You make a syntax error in the code that you have entered. Check the syntax "
271
  "of your code and try again."
272
  msgstr ""
273
+ "Вы сделали синтаксическую ошибку в коде, который ввели. Проверьте синтаксис "
274
+ "кода и повторите попытку."
275
 
276
+ #: inc/php/page.php:159
277
  msgid ""
278
  "You entered two functions with the same name. Use a unique names for your "
279
  "functions."
280
  msgstr ""
281
+ "Вы ввели несколько функций с одинаковым именем. Используйте уникальные имена "
282
+ "для ваших функций."
283
 
284
+ #: inc/php/page.php:160
285
  msgid ""
286
  "You have entered function with a name that is already occupied by another "
287
  "function. Use a unique name for your function."
288
  msgstr ""
289
+ "Вы ввели функцию с именем, которое уже занята другой функцией. Используйте "
290
+ "уникальное имя для вашей функции."
291
 
292
+ #: inc/php/page.php:161
293
  msgid ""
294
  "You are trying to overwrite an existing function (of WordPress, theme, or "
295
  "plugin). Instead, use filters and hooks."
296
  msgstr ""
297
+ "Вы пытаетесь перезаписать существующую функцию (из WordPress, темы или "
298
+ "плагина). Вместо этого используйте фильтры и хуки."
299
 
300
+ #: inc/php/page.php:164
301
  msgid "Does this plugin requires any modification of the theme?"
302
  msgstr "Этот плагин требует изменения темы?"
303
 
304
+ #: inc/php/page.php:165
305
  msgid ""
306
  "Absolutely not. This plugin is configurable entirely from the plugin "
307
  "settings page."
309
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
310
  "плагина."
311
 
312
+ #: inc/php/page.php:167
313
  msgid "Does this require any knowledge of HTML or CSS?"
314
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
315
 
316
+ #: inc/php/page.php:168
317
  msgid ""
318
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
319
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
324
  "для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
325
  "плагин."
326
 
327
+ #: inc/php/page.php:170
328
  msgid "It's not working. What could be wrong?"
329
  msgstr "Оно не работает. Что может быть не так?"
330
 
331
+ #: inc/php/page.php:171
332
  msgid ""
333
  "As with every plugin, it's possible that things don't work. The most common "
334
  "reason for this is a web browser's cache. Every web browser stores a cache "
336
  "usage and server load. This is called the browser's cache.​ Clearing your "
337
  "browser's cache may solve the problem."
338
  msgstr ""
339
+ "Как и в случае с любым другим плагином, что-то может не работать. Наиболее "
340
+ "распространенной причиной этого является кеш веб-браузера. Каждый веб-"
341
+ "браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и "
342
+ "т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на "
343
+ "сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
344
+ "проблему."
345
 
346
+ #: inc/php/page.php:172
347
  msgid ""
348
  "It's impossible to tell what could be wrong exactly, but if you post a "
349
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
350
  "to give it a look and try to help out. Please include as much information as "
351
  "possible, including a link to your website where the problem can be seen."
352
  msgstr ""
353
+ "Невозможно точно сказать, что может быть неправильно, но если вы разместите "
354
+ "запрос поддержки на форуме поддержки плагинов на WordPress.org, я с "
355
+ "удовольствием посмотрю его и попытаюсь помочь. Пожалуйста, укажите как можно "
356
+ "больше информации, включая ссылку на ваш сайт, на котором можно увидеть "
357
+ "проблему."
358
 
359
+ #: inc/php/page.php:174
360
  msgid "What to do if this plugin crashed the website?"
361
+ msgstr "Что делать, если этот плагин сломал сайт?"
362
 
363
+ #: inc/php/page.php:175
364
  msgid ""
365
  "This plugin has a built-in functions for checking the custom code for syntax "
366
  "errors, duplicate functions names, and etc. But plugin is not perfect, so "
369
  "error that this plugin could not detect. When this happens with you just do "
370
  "the following and all will be fine."
371
  msgstr ""
372
+ "Этот плагин имеет встроенные функции для проверки пользовательского кода на "
373
+ "синтаксические ошибки, дублирования имён функций и т. д. Но плагин не "
374
+ "идеален, поэтому бывают случаи, когда введенный пользовательский код "
375
+ "вызывает ошибку и белый экран (WSOD). Это связано с тем, что ваш "
376
+ "пользовательский код имеет синтаксическую ошибку, которую этот плагин не "
377
+ "смог обнаружить. Когда это произойдет с вами, просто выполните следующее, и "
378
+ "все будет в порядке."
379
 
380
+ #: inc/php/page.php:177
381
  msgid ""
382
  "Via FTP, go to the plugin folder (in <code>wp-content/plugins/my-custom-"
383
  "functions/</code>)."
384
  msgstr ""
385
+ "Через FTP, перейдите в папку плагина (в <code>wp-content/plugins/my-custom-"
386
+ "functions/</code>)."
387
 
388
+ #: inc/php/page.php:178
389
  msgid ""
390
  "Rename the \"START\" file to \"STOP\". This will stop the execution of your "
391
  "custom code."
392
  msgstr ""
393
+ "Переименуйте файл «START» в «STOP». Это остановит выполнение "
394
+ "пользовательского кода."
395
 
396
+ #: inc/php/page.php:179
397
  msgid ""
398
  "Return to the plugin settings page and edit/fix your custom code that you "
399
  "entered before the crash."
400
  msgstr ""
401
+ "Вернитесь на страницу настроек плагина и отредактируйте/исправьте свой код, "
402
+ "который вы ввели до сбоя."
403
 
404
+ #: inc/php/page.php:180
405
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
406
+ msgstr "Переименуйте файл \"STOP\" в \"START\", и всё готово!"
407
 
408
+ #: inc/php/page.php:182
409
  msgid ""
410
  "This plugin stored you entered code in the database of your website. For "
411
  "getting your code, you also can go to the <code>Database</code> &#10145; "
412
  "Table <code>wp_options</code> &#10145; Option "
413
  "<code>anarcho_cfunctions_settings</code> &#10145; <code>option_value</code>."
414
  msgstr ""
415
+ "Этот плагин хранит введённый код в базе данных вашего сайта. Для получения "
416
+ "кода вы также можете перейти в <code>Database</code> &#10145; Table "
417
+ "<code>wp_options</code> &#10145; Option <code>anarcho_cfunctions_settings</"
418
+ "code> &#10145; <code>option_value</code>."
419
 
420
+ #: inc/php/page.php:184
421
  msgid ""
422
  "The last WordPress update is preventing me from editing my website that is "
423
  "using this plugin. Why is this?"
424
  msgstr ""
425
+ "Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
426
+ "который использует этот плагин. Почему так?"
427
 
428
+ #: inc/php/page.php:185
429
  msgid ""
430
  "This plugin can not cause such problem. More likely, the problem are related "
431
  "to the settings of the website. It could just be a cache, so please try to "
433
  "service such as the CloudFlare) and then the cache of your web browser. Also "
434
  "please try to re-login to the website, this too can help."
435
  msgstr ""
436
+ "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана "
437
+ "с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш "
438
+ "вашего сайта (возможно, вы используете плагин для кеширования или какой-либо "
439
+ "веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
440
+ "попробуйте повторно войти на сайт, это тоже может помочь."
441
 
442
+ #: inc/php/page.php:187
443
  msgid "Where to report bug if found?"
444
  msgstr "Где можно сообщить об ошибке?"
445
 
446
+ #: inc/php/page.php:189
447
  #, php-format
448
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
449
  msgstr ""
450
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
451
 
452
+ #: inc/php/page.php:195
453
  msgid "Where to share any ideas or suggestions to make the plugin better?"
454
  msgstr ""
455
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
456
 
457
+ #: inc/php/page.php:197
458
  #, php-format
459
  msgid ""
460
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
461
  msgstr ""
462
+ "Любые предложения приветствуются! Пожалуйста, пришлите мне электронное "
463
+ "письмо на адрес %s. Спасибо!"
464
 
465
+ #: inc/php/page.php:202
466
  msgid "I love this plugin! Can I help somehow?"
467
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
468
 
469
+ #: inc/php/page.php:204
470
  #, php-format
471
  msgid ""
472
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
473
  "click on the donate button, and thank you!"
474
  msgstr ""
475
+ "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
476
+ "нажмите на кнопку пожертвования. Спасибо!"
477
 
478
+ #: inc/php/page.php:210
479
  msgid "My question wasn't answered here."
480
  msgstr "Моего вопроса здесь нет."
481
 
482
+ #: inc/php/page.php:212
483
  #, php-format
484
  msgid ""
485
  "You can ask your question on the plugin support page %s. But please keep in "
486
  "mind that this plugin is free, and there is no a special support team, so I "
487
  "have no way to answer everyone."
488
  msgstr ""
489
+ "Вы можете задать ваш вопрос на странице поддержки плагина %s. Но имейте в "
490
+ "виду, что этот плагин является бесплатным и без специальной поддержки, "
491
+ "поэтому у меня нет возможности ответить на все вопросы."
492
 
493
+ #: inc/php/page.php:228
494
+ msgid "If you appreciate my work, you can buy me a coffee!"
495
+ msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
496
 
497
+ #: inc/php/page.php:229
498
  msgid ""
499
+ "I spend a lot of time and effort trying to make sure that the themes, "
500
+ "plugins and another things I build are useful, and the ultimate proof of "
501
+ "that for me is that you actually want to use them. But, I’m an independent "
502
+ "developer, without a regular income, so every little contribution helps "
503
+ "cover my costs and lets me spend more time building things for people like "
504
+ "you to enjoy."
505
  msgstr ""
506
+ "Я трачу много времени и сил, пытаясь убедиться в том, что темы, плагины и "
507
+ "другие вещи, которые я создаю, полезны и окончательное доказательство этого "
508
+ "для меня состоит в том, что вы на самом деле хотите их использовать. Но Я "
509
+ "независимый разработчик, без регулярного дохода, поэтому каждый небольшой "
510
+ "вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
511
+ "создание программ для людей как вы."
512
 
513
+ #: inc/php/page.php:234 inc/php/settings.php:55 inc/php/sidebar.php:43
514
+ msgid "Donate with PayPal"
515
+ msgstr "Пожертвовать через Pay Pal"
516
 
517
+ #: inc/php/page.php:236
518
+ msgid "Thank you for your support!"
519
+ msgstr "Спасибо за вашу поддержку!"
520
+
521
+ #: inc/php/settings.php:34
522
+ msgid "Functions (PHP code)"
523
+ msgstr "Функции (PHP код)"
524
+
525
+ #: inc/php/settings.php:45
526
+ msgid "Save changes"
527
+ msgstr "Сохранить изменения"
528
+
529
+ #: inc/php/settings.php:50 inc/php/sidebar.php:38
530
  msgid ""
531
  "I'm an independent developer, without a regular income, so every little "
532
  "contribution helps cover my costs and lets me spend more time building "
536
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
537
  "создание программ для людей как вы."
538
 
539
+ #: inc/php/settings.php:57 inc/php/sidebar.php:45
 
 
 
 
540
  msgid "Thanks for your support!"
541
  msgstr "Спасибо за вашу поддержку!"
542
 
543
+ #: inc/php/sidebar.php:20
544
+ msgid "About"
545
+ msgstr "О плагине"
546
+
547
+ #: inc/php/sidebar.php:22
548
+ msgid ""
549
+ "This plugin allows you to easily and safely add your custom functions (PHP "
550
+ "code) directly out of your WordPress Admin area, without the need to have an "
551
+ "external editor."
552
+ msgstr ""
553
+ "Этот плагин позволяет вам легко и безопасно добавлять ваши пользовательские "
554
+ "функции (PHP-код) непосредственно из вашей WordPress админки, без "
555
+ "необходимости иметь внешний редактор."
556
+
557
+ #: inc/php/sidebar.php:27
558
+ msgid "Upgrade"
559
+ msgstr "Апгрейд"
560
+
561
+ #: inc/php/sidebar.php:50
562
  msgid "Help"
563
  msgstr "Помощь"
564
 
565
+ #: inc/php/sidebar.php:52
566
  msgid "If you have a question, please read the information in the FAQ section."
567
+ msgstr ""
568
+ "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
 
 
 
 
 
 
 
569
 
570
  #. Plugin Name of the plugin/theme
571
  msgid "My Custom Functions"
580
  "Easily and safely add your custom functions (PHP code) directly out of your "
581
  "WordPress Admin area, without the need to have an external editor."
582
  msgstr ""
583
+ "Легко и безопасно добавьте ваши пользовательские функции (PHP-код) "
584
+ "непосредственно из вашей WordPress админки, без необходимости иметь внешний "
585
+ "редактор."
586
 
587
  #. Author of the plugin/theme
588
  msgid "Arthur Gareginyan"
592
  msgid "https://www.arthurgareginyan.com"
593
  msgstr "https://www.arthurgareginyan.com"
594
 
595
+ #~ msgid "Family"
596
+ #~ msgstr "Семья"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/my-custom-functions-zh_TW.mo CHANGED
Binary file
languages/my-custom-functions-zh_TW.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
- "POT-Creation-Date: 2017-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"
@@ -78,7 +78,7 @@ msgstr ""
78
  msgid "Main"
79
  msgstr ""
80
 
81
- #: inc/php/page.php:50 inc/php/page.php:69
82
  msgid "Usage"
83
  msgstr ""
84
 
@@ -86,104 +86,104 @@ msgstr ""
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 ""
97
 
98
  #: inc/php/page.php:54
99
  msgid "Store"
100
  msgstr ""
101
 
102
- #: inc/php/page.php:71
103
  msgid ""
104
  "To add your custom functions (the PHP code) to your website, simply follow "
105
  "these steps:"
106
  msgstr ""
107
 
108
- #: inc/php/page.php:73
109
  msgid "Go to the \"Main\" tab."
110
  msgstr ""
111
 
112
- #: inc/php/page.php:74
113
  msgid "Place your PHP code in the field."
114
  msgstr ""
115
 
116
- #: inc/php/page.php:75
117
  msgid "Example of PHP code:"
118
  msgstr ""
119
 
120
- #: inc/php/page.php:81 inc/php/page.php:82 inc/php/page.php:88
121
  msgid "Note!"
122
  msgstr ""
123
 
124
- #: inc/php/page.php:81
125
  msgid ""
126
  "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</"
127
  "code> HTML tags."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:82
131
  msgid ""
132
  "Before use, please read the instructions on the F.A.Q. tab on what to do in "
133
  "case of a website crash."
134
  msgstr ""
135
 
136
- #: inc/php/page.php:84
137
  msgid "Switch the toggle to the \"ON\" position."
138
  msgstr ""
139
 
140
- #: inc/php/page.php:85
141
  msgid "Click the \"Save changes\" button."
142
  msgstr ""
143
 
144
- #: inc/php/page.php:86
145
  msgid "Enjoy the result of applying your PHP code."
146
  msgstr ""
147
 
148
- #: inc/php/page.php:86
149
  msgid "It's that simple!"
150
  msgstr ""
151
 
152
- #: inc/php/page.php:88
153
  msgid "If you want more options then tell me and I will be happy to add it."
154
  msgstr "如果您還想要更多的選項請跟我說,我會很樂意加上去"
155
 
156
- #: inc/php/page.php:97
157
  msgid "Frequently Asked Questions"
158
  msgstr ""
159
 
160
- #: inc/php/page.php:101
161
  msgid ""
162
  "If you have a question, please read the Frequently Asked Questions below to "
163
  "see if the answer is here."
164
  msgstr ""
165
 
166
- #: inc/php/page.php:123
167
  msgid "Will this plugin work on my WordPress.COM website?"
168
  msgstr ""
169
 
170
- #: inc/php/page.php:124
171
  msgid ""
172
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
173
  "websites."
174
  msgstr ""
175
 
176
- #: inc/php/page.php:126
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 "
@@ -193,104 +193,104 @@ msgid ""
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,7 +299,7 @@ msgid ""
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,11 +307,11 @@ msgid ""
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,29 +321,29 @@ msgid ""
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,13 +351,13 @@ msgid ""
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,41 +366,41 @@ msgid ""
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 "
@@ -408,51 +408,69 @@ msgid ""
408
  "have no way to answer everyone."
409
  msgstr ""
410
 
411
- #: inc/php/settings.php:21
412
- msgid "About"
413
- msgstr "關於"
414
 
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
423
- msgid "Upgrade"
 
 
 
 
424
  msgstr ""
425
 
426
- #: inc/php/settings.php:39 inc/php/settings.php:91
 
 
 
 
 
 
 
 
427
  msgid ""
428
  "I'm an independent developer, without a regular income, so every little "
429
  "contribution helps cover my costs and lets me spend more time building "
430
  "things for people like you to enjoy."
431
  msgstr ""
432
 
433
- #: inc/php/settings.php:40 inc/php/settings.php:92
434
- msgid "Donate with PayPal"
435
- msgstr ""
436
-
437
- #: inc/php/settings.php:41 inc/php/settings.php:93
438
  msgid "Thanks for your support!"
439
  msgstr "謝謝您的贊助!"
440
 
441
- #: inc/php/settings.php:46
442
- msgid "Help"
443
- msgstr "幫助"
444
 
445
- #: inc/php/settings.php:48
446
- msgid "If you have a question, please read the information in the FAQ section."
 
 
 
447
  msgstr ""
448
 
449
- #: inc/php/settings.php:75
450
- msgid "Functions (PHP code)"
451
  msgstr ""
452
 
453
- #: inc/php/settings.php:86
454
- msgid "Save changes"
455
- msgstr "儲存變更"
 
 
 
 
456
 
457
  #. Plugin Name of the plugin/theme
458
  msgid "My Custom Functions"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: My Custom Functions\n"
4
+ "POT-Creation-Date: 2017-08-10 15:59+0300\n"
5
+ "PO-Revision-Date: 2017-08-10 15:59+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: zh_TW\n"
78
  msgid "Main"
79
  msgstr ""
80
 
81
+ #: inc/php/page.php:50 inc/php/page.php:70
82
  msgid "Usage"
83
  msgstr ""
84
 
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
+ #: inc/php/page.php:52 inc/php/page.php:225 inc/php/settings.php:48
90
+ #: inc/php/sidebar.php:36
91
+ msgid "Support"
92
  msgstr ""
93
 
94
+ #: inc/php/page.php:53 inc/php/page.php:245
95
+ msgid "Author"
 
96
  msgstr ""
97
 
98
  #: inc/php/page.php:54
99
  msgid "Store"
100
  msgstr ""
101
 
102
+ #: inc/php/page.php:72
103
  msgid ""
104
  "To add your custom functions (the PHP code) to your website, simply follow "
105
  "these steps:"
106
  msgstr ""
107
 
108
+ #: inc/php/page.php:74
109
  msgid "Go to the \"Main\" tab."
110
  msgstr ""
111
 
112
+ #: inc/php/page.php:75
113
  msgid "Place your PHP code in the field."
114
  msgstr ""
115
 
116
+ #: inc/php/page.php:76
117
  msgid "Example of PHP code:"
118
  msgstr ""
119
 
120
+ #: inc/php/page.php:82 inc/php/page.php:83 inc/php/page.php:89
121
  msgid "Note!"
122
  msgstr ""
123
 
124
+ #: inc/php/page.php:82
125
  msgid ""
126
  "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</"
127
  "code> HTML tags."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:83
131
  msgid ""
132
  "Before use, please read the instructions on the F.A.Q. tab on what to do in "
133
  "case of a website crash."
134
  msgstr ""
135
 
136
+ #: inc/php/page.php:85
137
  msgid "Switch the toggle to the \"ON\" position."
138
  msgstr ""
139
 
140
+ #: inc/php/page.php:86
141
  msgid "Click the \"Save changes\" button."
142
  msgstr ""
143
 
144
+ #: inc/php/page.php:87
145
  msgid "Enjoy the result of applying your PHP code."
146
  msgstr ""
147
 
148
+ #: inc/php/page.php:87
149
  msgid "It's that simple!"
150
  msgstr ""
151
 
152
+ #: inc/php/page.php:89
153
  msgid "If you want more options then tell me and I will be happy to add it."
154
  msgstr "如果您還想要更多的選項請跟我說,我會很樂意加上去"
155
 
156
+ #: inc/php/page.php:98
157
  msgid "Frequently Asked Questions"
158
  msgstr ""
159
 
160
+ #: inc/php/page.php:102
161
  msgid ""
162
  "If you have a question, please read the Frequently Asked Questions below to "
163
  "see if the answer is here."
164
  msgstr ""
165
 
166
+ #: inc/php/page.php:124
167
  msgid "Will this plugin work on my WordPress.COM website?"
168
  msgstr ""
169
 
170
+ #: inc/php/page.php:125
171
  msgid ""
172
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
173
  "websites."
174
  msgstr ""
175
 
176
+ #: inc/php/page.php:127
177
  msgid "Can I use this plugin on my language?"
178
  msgstr ""
179
 
180
+ #: inc/php/page.php:128
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:130
187
  #, php-format
188
  msgid ""
189
  "If you want to help translate this plugin then please visit the %s. You can "
193
  "update."
194
  msgstr ""
195
 
196
+ #: inc/php/page.php:135
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:136
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:138
209
  msgid "How does it work?"
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:139
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:141
220
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
221
  msgstr ""
222
 
223
+ #: inc/php/page.php:142
224
  msgid "Yes. But you need to do it properly, like this:"
225
  msgstr ""
226
 
227
+ #: inc/php/page.php:152
228
  msgid "How much of PHP code (characters) I can enter in the text field?"
229
  msgstr ""
230
 
231
+ #: inc/php/page.php:153
232
  msgid "I don't limit the number of characters."
233
  msgstr ""
234
 
235
+ #: inc/php/page.php:155
236
  msgid ""
237
  "On the plugin settings page, an error message appears. What could be wrong?"
238
  msgstr ""
239
 
240
+ #: inc/php/page.php:156
241
  msgid "Here are a few of the most likely causes of the error message:"
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:158
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:159
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:160
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:161
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:164
269
  msgid "Does this plugin requires any modification of the theme?"
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:165
273
  msgid ""
274
  "Absolutely not. This plugin is configurable entirely from the plugin "
275
  "settings page."
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:167
279
  msgid "Does this require any knowledge of HTML or CSS?"
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:168
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:170
290
  msgid "It's not working. What could be wrong?"
291
  msgstr ""
292
 
293
+ #: inc/php/page.php:171
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:172
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:174
311
  msgid "What to do if this plugin crashed the website?"
312
  msgstr ""
313
 
314
+ #: inc/php/page.php:175
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:177
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:178
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:179
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:180
343
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
344
  msgstr ""
345
 
346
+ #: inc/php/page.php:182
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:184
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:185
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:187
370
  msgid "Where to report bug if found?"
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:189
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:195
379
  msgid "Where to share any ideas or suggestions to make the plugin better?"
380
  msgstr ""
381
 
382
+ #: inc/php/page.php:197
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:202
389
  msgid "I love this plugin! Can I help somehow?"
390
  msgstr ""
391
 
392
+ #: inc/php/page.php:204
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:210
400
  msgid "My question wasn't answered here."
401
  msgstr ""
402
 
403
+ #: inc/php/page.php:212
404
  #, php-format
405
  msgid ""
406
  "You can ask your question on the plugin support page %s. But please keep in "
408
  "have no way to answer everyone."
409
  msgstr ""
410
 
411
+ #: inc/php/page.php:228
412
+ msgid "If you appreciate my work, you can buy me a coffee!"
413
+ msgstr ""
414
 
415
+ #: inc/php/page.php:229
416
  msgid ""
417
+ "I spend a lot of time and effort trying to make sure that the themes, "
418
+ "plugins and another things I build are useful, and the ultimate proof of "
419
+ "that for me is that you actually want to use them. But, I’m an independent "
420
+ "developer, without a regular income, so every little contribution helps "
421
+ "cover my costs and lets me spend more time building things for people like "
422
+ "you to enjoy."
423
  msgstr ""
424
 
425
+ #: inc/php/page.php:234 inc/php/settings.php:55 inc/php/sidebar.php:43
426
+ msgid "Donate with PayPal"
427
+ msgstr ""
428
+
429
+ #: inc/php/page.php:236
430
+ msgid "Thank you for your support!"
431
  msgstr ""
432
 
433
+ #: inc/php/settings.php:34
434
+ msgid "Functions (PHP code)"
435
+ msgstr ""
436
+
437
+ #: inc/php/settings.php:45
438
+ msgid "Save changes"
439
+ msgstr "儲存變更"
440
+
441
+ #: inc/php/settings.php:50 inc/php/sidebar.php:38
442
  msgid ""
443
  "I'm an independent developer, without a regular income, so every little "
444
  "contribution helps cover my costs and lets me spend more time building "
445
  "things for people like you to enjoy."
446
  msgstr ""
447
 
448
+ #: inc/php/settings.php:57 inc/php/sidebar.php:45
 
 
 
 
449
  msgid "Thanks for your support!"
450
  msgstr "謝謝您的贊助!"
451
 
452
+ #: inc/php/sidebar.php:20
453
+ msgid "About"
454
+ msgstr "關於"
455
 
456
+ #: inc/php/sidebar.php:22
457
+ msgid ""
458
+ "This plugin allows you to easily and safely add your custom functions (PHP "
459
+ "code) directly out of your WordPress Admin area, without the need to have an "
460
+ "external editor."
461
  msgstr ""
462
 
463
+ #: inc/php/sidebar.php:27
464
+ msgid "Upgrade"
465
  msgstr ""
466
 
467
+ #: inc/php/sidebar.php:50
468
+ msgid "Help"
469
+ msgstr "幫助"
470
+
471
+ #: inc/php/sidebar.php:52
472
+ msgid "If you have a question, please read the information in the FAQ section."
473
+ msgstr ""
474
 
475
  #. Plugin Name of the plugin/theme
476
  msgid "My Custom 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-21 14:13+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -78,7 +78,7 @@ msgstr ""
78
  msgid "Main"
79
  msgstr ""
80
 
81
- #: inc/php/page.php:50 inc/php/page.php:69
82
  msgid "Usage"
83
  msgstr ""
84
 
@@ -86,95 +86,95 @@ msgstr ""
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
 
97
  #: inc/php/page.php:54
98
  msgid "Store"
99
  msgstr ""
100
 
101
- #: inc/php/page.php:71
102
  msgid "To add your custom functions (the PHP code) to your website, simply follow these steps:"
103
  msgstr ""
104
 
105
- #: inc/php/page.php:73
106
  msgid "Go to the \"Main\" tab."
107
  msgstr ""
108
 
109
- #: inc/php/page.php:74
110
  msgid "Place your PHP code in the field."
111
  msgstr ""
112
 
113
- #: inc/php/page.php:75
114
  msgid "Example of PHP code:"
115
  msgstr ""
116
 
117
- #: inc/php/page.php:81 inc/php/page.php:82 inc/php/page.php:88
118
  msgid "Note!"
119
  msgstr ""
120
 
121
- #: inc/php/page.php:81
122
  msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr ""
124
 
125
- #: inc/php/page.php:82
126
  msgid ""
127
  "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
128
  msgstr ""
129
 
130
- #: inc/php/page.php:84
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr ""
133
 
134
- #: inc/php/page.php:85
135
  msgid "Click the \"Save changes\" button."
136
  msgstr ""
137
 
138
- #: inc/php/page.php:86
139
  msgid "Enjoy the result of applying your PHP code."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:86
143
  msgid "It's that simple!"
144
  msgstr ""
145
 
146
- #: inc/php/page.php:88
147
  msgid "If you want more options then tell me and I will be happy to add it."
148
  msgstr ""
149
 
150
- #: inc/php/page.php:97
151
  msgid "Frequently Asked Questions"
152
  msgstr ""
153
 
154
- #: inc/php/page.php:101
155
  msgid ""
156
  "If you have a question, please read the Frequently Asked Questions below to see if the answer is "
157
  "here."
158
  msgstr ""
159
 
160
- #: inc/php/page.php:123
161
  msgid "Will this plugin work on my WordPress.COM website?"
162
  msgstr ""
163
 
164
- #: inc/php/page.php:124
165
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
166
  msgstr ""
167
 
168
- #: inc/php/page.php:126
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, "
@@ -183,96 +183,96 @@ msgid ""
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,7 +280,7 @@ msgid ""
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,11 +288,11 @@ msgid ""
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,37 +301,37 @@ msgid ""
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,88 +339,104 @@ msgid ""
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 "
379
  "is free, and there is no a special support team, so I have no way to answer everyone."
380
  msgstr ""
381
 
382
- #: inc/php/settings.php:21
383
- msgid "About"
384
  msgstr ""
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
393
- msgid "Upgrade"
 
 
 
 
394
  msgstr ""
395
 
396
- #: inc/php/settings.php:39 inc/php/settings.php:91
 
 
 
 
 
 
 
 
397
  msgid ""
398
  "I'm an independent developer, without a regular income, so every little contribution helps cover my "
399
  "costs and lets me spend more time building things for people like you to enjoy."
400
  msgstr ""
401
 
402
- #: inc/php/settings.php:40 inc/php/settings.php:92
403
- msgid "Donate with PayPal"
404
  msgstr ""
405
 
406
- #: inc/php/settings.php:41 inc/php/settings.php:93
407
- msgid "Thanks for your support!"
408
  msgstr ""
409
 
410
- #: inc/php/settings.php:46
411
- msgid "Help"
 
 
412
  msgstr ""
413
 
414
- #: inc/php/settings.php:48
415
- msgid "If you have a question, please read the information in the FAQ section."
416
  msgstr ""
417
 
418
- #: inc/php/settings.php:75
419
- msgid "Functions (PHP code)"
420
  msgstr ""
421
 
422
- #: inc/php/settings.php:86
423
- msgid "Save changes"
424
  msgstr ""
425
 
426
  #. Plugin Name of the plugin/theme
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2017-08-10 15:59+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
78
  msgid "Main"
79
  msgstr ""
80
 
81
+ #: inc/php/page.php:50 inc/php/page.php:70
82
  msgid "Usage"
83
  msgstr ""
84
 
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
+ #: inc/php/page.php:52 inc/php/page.php:225 inc/php/settings.php:48 inc/php/sidebar.php:36
90
+ msgid "Support"
91
  msgstr ""
92
 
93
+ #: inc/php/page.php:53 inc/php/page.php:245
94
+ msgid "Author"
95
  msgstr ""
96
 
97
  #: inc/php/page.php:54
98
  msgid "Store"
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:72
102
  msgid "To add your custom functions (the PHP code) to your website, simply follow these steps:"
103
  msgstr ""
104
 
105
+ #: inc/php/page.php:74
106
  msgid "Go to the \"Main\" tab."
107
  msgstr ""
108
 
109
+ #: inc/php/page.php:75
110
  msgid "Place your PHP code in the field."
111
  msgstr ""
112
 
113
+ #: inc/php/page.php:76
114
  msgid "Example of PHP code:"
115
  msgstr ""
116
 
117
+ #: inc/php/page.php:82 inc/php/page.php:83 inc/php/page.php:89
118
  msgid "Note!"
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:82
122
  msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr ""
124
 
125
+ #: inc/php/page.php:83
126
  msgid ""
127
  "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:85
131
  msgid "Switch the toggle to the \"ON\" position."
132
  msgstr ""
133
 
134
+ #: inc/php/page.php:86
135
  msgid "Click the \"Save changes\" button."
136
  msgstr ""
137
 
138
+ #: inc/php/page.php:87
139
  msgid "Enjoy the result of applying your PHP code."
140
  msgstr ""
141
 
142
+ #: inc/php/page.php:87
143
  msgid "It's that simple!"
144
  msgstr ""
145
 
146
+ #: inc/php/page.php:89
147
  msgid "If you want more options then tell me and I will be happy to add it."
148
  msgstr ""
149
 
150
+ #: inc/php/page.php:98
151
  msgid "Frequently Asked Questions"
152
  msgstr ""
153
 
154
+ #: inc/php/page.php:102
155
  msgid ""
156
  "If you have a question, please read the Frequently Asked Questions below to see if the answer is "
157
  "here."
158
  msgstr ""
159
 
160
+ #: inc/php/page.php:124
161
  msgid "Will this plugin work on my WordPress.COM website?"
162
  msgstr ""
163
 
164
+ #: inc/php/page.php:125
165
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
166
  msgstr ""
167
 
168
+ #: inc/php/page.php:127
169
  msgid "Can I use this plugin on my language?"
170
  msgstr ""
171
 
172
+ #: inc/php/page.php:128
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:130
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, "
183
  "update."
184
  msgstr ""
185
 
186
+ #: inc/php/page.php:135
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:136
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:138
197
  msgid "How does it work?"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:139
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:141
207
  msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
208
  msgstr ""
209
 
210
+ #: inc/php/page.php:142
211
  msgid "Yes. But you need to do it properly, like this:"
212
  msgstr ""
213
 
214
+ #: inc/php/page.php:152
215
  msgid "How much of PHP code (characters) I can enter in the text field?"
216
  msgstr ""
217
 
218
+ #: inc/php/page.php:153
219
  msgid "I don't limit the number of characters."
220
  msgstr ""
221
 
222
+ #: inc/php/page.php:155
223
  msgid "On the plugin settings page, an error message appears. What could be wrong?"
224
  msgstr ""
225
 
226
+ #: inc/php/page.php:156
227
  msgid "Here are a few of the most likely causes of the error message:"
228
  msgstr ""
229
 
230
+ #: inc/php/page.php:158
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:159
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:160
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:161
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:164
253
  msgid "Does this plugin requires any modification of the theme?"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:165
257
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
258
  msgstr ""
259
 
260
+ #: inc/php/page.php:167
261
  msgid "Does this require any knowledge of HTML or CSS?"
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:168
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:170
272
  msgid "It's not working. What could be wrong?"
273
  msgstr ""
274
 
275
+ #: inc/php/page.php:171
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:172
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:174
292
  msgid "What to do if this plugin crashed the website?"
293
  msgstr ""
294
 
295
+ #: inc/php/page.php:175
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:177
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:178
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:179
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:180
318
  msgid "Rename the \"STOP\" file to \"START\" and you're done!"
319
  msgstr ""
320
 
321
+ #: inc/php/page.php:182
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:184
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:185
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:187
343
  msgid "Where to report bug if found?"
344
  msgstr ""
345
 
346
+ #: inc/php/page.php:189
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:195
352
  msgid "Where to share any ideas or suggestions to make the plugin better?"
353
  msgstr ""
354
 
355
+ #: inc/php/page.php:197
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:202
361
  msgid "I love this plugin! Can I help somehow?"
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:204
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:210
372
  msgid "My question wasn't answered here."
373
  msgstr ""
374
 
375
+ #: inc/php/page.php:212
376
  #, php-format
377
  msgid ""
378
  "You can ask your question on the plugin support page %s. But please keep in mind that this plugin "
379
  "is free, and there is no a special support team, so I have no way to answer everyone."
380
  msgstr ""
381
 
382
+ #: inc/php/page.php:228
383
+ msgid "If you appreciate my work, you can buy me a coffee!"
384
  msgstr ""
385
 
386
+ #: inc/php/page.php:229
387
  msgid ""
388
+ "I spend a lot of time and effort trying to make sure that the themes, plugins and another things I "
389
+ "build are useful, and the ultimate proof of that for me is that you actually want to use them. But, "
390
+ "I’m an independent developer, without a regular income, so every little contribution helps cover my "
391
+ "costs and lets me spend more time building things for people like you to enjoy."
392
  msgstr ""
393
 
394
+ #: inc/php/page.php:234 inc/php/settings.php:55 inc/php/sidebar.php:43
395
+ msgid "Donate with PayPal"
396
+ msgstr ""
397
+
398
+ #: inc/php/page.php:236
399
+ msgid "Thank you for your support!"
400
  msgstr ""
401
 
402
+ #: inc/php/settings.php:34
403
+ msgid "Functions (PHP code)"
404
+ msgstr ""
405
+
406
+ #: inc/php/settings.php:45
407
+ msgid "Save changes"
408
+ msgstr ""
409
+
410
+ #: inc/php/settings.php:50 inc/php/sidebar.php:38
411
  msgid ""
412
  "I'm an independent developer, without a regular income, so every little contribution helps cover my "
413
  "costs and lets me spend more time building things for people like you to enjoy."
414
  msgstr ""
415
 
416
+ #: inc/php/settings.php:57 inc/php/sidebar.php:45
417
+ msgid "Thanks for your support!"
418
  msgstr ""
419
 
420
+ #: inc/php/sidebar.php:20
421
+ msgid "About"
422
  msgstr ""
423
 
424
+ #: inc/php/sidebar.php:22
425
+ msgid ""
426
+ "This plugin allows you to easily and safely add your custom functions (PHP code) directly out of "
427
+ "your WordPress Admin area, without the need to have an external editor."
428
  msgstr ""
429
 
430
+ #: inc/php/sidebar.php:27
431
+ msgid "Upgrade"
432
  msgstr ""
433
 
434
+ #: inc/php/sidebar.php:50
435
+ msgid "Help"
436
  msgstr ""
437
 
438
+ #: inc/php/sidebar.php:52
439
+ msgid "If you have a question, please read the information in the FAQ section."
440
  msgstr ""
441
 
442
  #. Plugin Name of the plugin/theme
my-custom-functions.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to have an external editor.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
- * Version: 4.5
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin area, without the need to have an external editor.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
+ * Version: 4.6
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: code, php, function, snippet, custom, execute, edit, editing, editor, func
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
- Stable tag: 4.5
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -54,7 +54,7 @@ An easy to use, with intuitive interface, WordPress plugin that gives you the ab
54
  This plugin is ready for translation and has already been translated into several languages.
55
 
56
  * English (default)
57
- * Russian
58
  * Chinese-Taiwan (translation by Gordon Yu)
59
  * Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
60
  * French (translation by Theophil Bethel)
@@ -196,6 +196,16 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
196
 
197
  == Changelog ==
198
 
 
 
 
 
 
 
 
 
 
 
199
  = 4.5 =
200
  * Stylesheet in the admin.css file improved.
201
  * The '!important' declarations in the admin.css file removed.
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.6
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
54
  This plugin is ready for translation and has already been translated into several languages.
55
 
56
  * English (default)
57
+ * Russian (translation by [Milena Kiseleva](https://www.instagram.com/milava_kiseleva/))
58
  * Chinese-Taiwan (translation by Gordon Yu)
59
  * Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
60
  * French (translation by Theophil Bethel)
196
 
197
  == Changelog ==
198
 
199
+ = 4.6 =
200
+ * Russian translation updated.
201
+ * The navigation of the tabs is rearranged.
202
+ * Fixed an issue due to which the sidebar was not hiding on mobile devices.
203
+ * Code of sidebar moved to separate file 'sidebar.php'.
204
+ * Support page tab moved from external source to plugin code.
205
+ * My avatar moved from external source to plugin folder.
206
+ * Banner moved from external source to plugin folder.
207
+ * Code of PayPal button updated.
208
+
209
  = 4.5 =
210
  * Stylesheet in the admin.css file improved.
211
  * The '!important' declarations in the admin.css file removed.