My Custom Functions - Version 4.25

Version Description

  • Some texts are updated.
  • Translation files are updated.
  • The translation into Russian has been corrected.
Download this release

Release Info

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

Code changes from version 4.24 to 4.25

inc/php/page.php CHANGED
@@ -67,19 +67,19 @@ function spacexchimp_p001_render_submenu_page() {
67
  <p><?php _e( 'To add your custom functions (the PHP code) to your website, simply follow these steps:', $text ); ?></p>
68
  <ol class="custom-counter">
69
  <li><?php _e( 'Go to the "Main" tab.', $text ); ?></li>
70
- <li><?php _e( 'Place your PHP code in the field.', $text ); ?><br><br>
71
  <?php _e( 'Example of PHP code:', $text ); ?>
72
  <pre><code>function NameOfYourFunction {
73
 
74
  ...
75
 
76
  }</code></pre>
77
- <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags.', $text ); ?></p>
78
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash.', $text ); ?></p>
79
  </li>
80
  <li><?php _e( 'Switch the toggle to the "ON" position.', $text ); ?></li>
81
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
82
- <li><?php _e( 'Enjoy the result of applying your PHP code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
83
  </ol>
84
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
85
  __( 'If you want more options then %s tell us %s and we will be happy to add it.', $text ),
@@ -137,7 +137,7 @@ function spacexchimp_p001_render_submenu_page() {
137
  <?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
138
 
139
  <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
140
- <div class="answer-3"><?php _e( 'On the "Main" tab, place your PHP code in the field, switch the toggle to the "ON" position and click the "Save changes" button. Enjoy the result of applying your PHP code. It\'s that simple!', $text ); ?></div>
141
 
142
  <div class="question-4"><?php _e( 'Can I use HTML/CSS/JS code integrated in PHP code?', $text ); ?></div>
143
  <div class="answer-4"><?php _e( 'Yes. But you need to do it properly, like this:', $text ); ?><br>
67
  <p><?php _e( 'To add your custom functions (the PHP code) to your website, simply follow these steps:', $text ); ?></p>
68
  <ol class="custom-counter">
69
  <li><?php _e( 'Go to the "Main" tab.', $text ); ?></li>
70
+ <li><?php _e( 'Place your custom PHP code in the field.', $text ); ?><br><br>
71
  <?php _e( 'Example of PHP code:', $text ); ?>
72
  <pre><code>function NameOfYourFunction {
73
 
74
  ...
75
 
76
  }</code></pre>
77
+ <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags.', $text ); ?></p>
78
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash.', $text ); ?></p>
79
  </li>
80
  <li><?php _e( 'Switch the toggle to the "ON" position.', $text ); ?></li>
81
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
82
+ <li><?php _e( 'Enjoy the result of applying your custom PHP code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
83
  </ol>
84
  <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
85
  __( 'If you want more options then %s tell us %s and we will be happy to add it.', $text ),
137
  <?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
138
 
139
  <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
140
+ <div class="answer-3"><?php _e( 'On the "Main" tab, place your custom PHP code in the field, switch the toggle to the "ON" position and click the "Save changes" button. Enjoy the result of applying your custom PHP code. It\'s that simple!', $text ); ?></div>
141
 
142
  <div class="question-4"><?php _e( 'Can I use HTML/CSS/JS code integrated in PHP code?', $text ); ?></div>
143
  <div class="answer-4"><?php _e( 'Yes. But you need to do it properly, like this:', $text ); ?><br>
languages/my-custom-functions-de_DE.mo CHANGED
Binary file
languages/my-custom-functions-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-07-24 00:34+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:34+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107
  msgstr ""
108
 
109
  #: inc/php/page.php:70
110
- msgid "Place your PHP code in the field."
111
  msgstr ""
112
 
113
  #: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119
  msgstr "Achtung!"
120
 
121
  #: inc/php/page.php:77
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:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
136
 
137
  #: inc/php/page.php:82
138
- msgid "Enjoy the result of applying your PHP code."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189
  msgstr "Wie arbeitet das Plugin?"
190
 
191
  #: inc/php/page.php:140
192
- msgid "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
193
  msgstr ""
194
 
195
  #: inc/php/page.php:142
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-08-07 01:37+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:37+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
107
  msgstr ""
108
 
109
  #: inc/php/page.php:70
110
+ msgid "Place your custom PHP code in the field."
111
  msgstr ""
112
 
113
  #: inc/php/page.php:71
119
  msgstr "Achtung!"
120
 
121
  #: inc/php/page.php:77
122
+ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr ""
124
 
125
  #: inc/php/page.php:78
135
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
136
 
137
  #: inc/php/page.php:82
138
+ msgid "Enjoy the result of applying your custom PHP code."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:82
189
  msgstr "Wie arbeitet das Plugin?"
190
 
191
  #: inc/php/page.php:140
192
+ msgid "On the \"Main\" tab, place your custom PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
193
  msgstr ""
194
 
195
  #: inc/php/page.php:142
languages/my-custom-functions-es_ES.mo CHANGED
Binary file
languages/my-custom-functions-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-07-24 00:34+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:34+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107
  msgstr "Debes ir a la pestaña “Principal”."
108
 
109
  #: inc/php/page.php:70
110
- msgid "Place your PHP code in the field."
111
  msgstr ""
112
 
113
  #: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119
  msgstr "¡Nota!"
120
 
121
  #: inc/php/page.php:77
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:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135
  msgstr "Clic en el botón \"Guardar Cambios\"."
136
 
137
  #: inc/php/page.php:82
138
- msgid "Enjoy the result of applying your PHP code."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189
  msgstr "¿Como funciona?"
190
 
191
  #: inc/php/page.php:140
192
- msgid "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
193
  msgstr ""
194
 
195
  #: inc/php/page.php:142
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-08-07 01:37+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:37+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
107
  msgstr "Debes ir a la pestaña “Principal”."
108
 
109
  #: inc/php/page.php:70
110
+ msgid "Place your custom PHP code in the field."
111
  msgstr ""
112
 
113
  #: inc/php/page.php:71
119
  msgstr "¡Nota!"
120
 
121
  #: inc/php/page.php:77
122
+ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr ""
124
 
125
  #: inc/php/page.php:78
135
  msgstr "Clic en el botón \"Guardar Cambios\"."
136
 
137
  #: inc/php/page.php:82
138
+ msgid "Enjoy the result of applying your custom PHP code."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:82
189
  msgstr "¿Como funciona?"
190
 
191
  #: inc/php/page.php:140
192
+ msgid "On the \"Main\" tab, place your custom PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
193
  msgstr ""
194
 
195
  #: inc/php/page.php:142
languages/my-custom-functions-fr_FR.mo CHANGED
Binary file
languages/my-custom-functions-fr_FR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-07-24 00:34+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107
  msgstr ""
108
 
109
  #: inc/php/page.php:70
110
- msgid "Place your PHP code in the field."
111
  msgstr ""
112
 
113
  #: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119
  msgstr ""
120
 
121
  #: inc/php/page.php:77
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:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135
  msgstr ""
136
 
137
  #: inc/php/page.php:82
138
- msgid "Enjoy the result of applying your PHP code."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189
  msgstr ""
190
 
191
  #: inc/php/page.php:140
192
- msgid "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
193
  msgstr ""
194
 
195
  #: inc/php/page.php:142
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-08-07 01:37+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:37+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
107
  msgstr ""
108
 
109
  #: inc/php/page.php:70
110
+ msgid "Place your custom PHP code in the field."
111
  msgstr ""
112
 
113
  #: inc/php/page.php:71
119
  msgstr ""
120
 
121
  #: inc/php/page.php:77
122
+ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr ""
124
 
125
  #: inc/php/page.php:78
135
  msgstr ""
136
 
137
  #: inc/php/page.php:82
138
+ msgid "Enjoy the result of applying your custom PHP code."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:82
189
  msgstr ""
190
 
191
  #: inc/php/page.php:140
192
+ msgid "On the \"Main\" tab, place your custom PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
193
  msgstr ""
194
 
195
  #: inc/php/page.php:142
languages/my-custom-functions-nl_NL.mo CHANGED
Binary file
languages/my-custom-functions-nl_NL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-07-24 00:35+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107
  msgstr "Ga naar het tabblad “Hoofd”."
108
 
109
  #: inc/php/page.php:70
110
- msgid "Place your PHP code in the field."
111
  msgstr "Plaats je PHP code in het veld."
112
 
113
  #: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119
  msgstr "Opmerking!"
120
 
121
  #: inc/php/page.php:77
122
- msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr "Plaat a.u.b. je code niet tussen <code>&lt;?php</code>…<code>?&gt;</code> HTML tags."
124
 
125
  #: inc/php/page.php:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135
  msgstr "Klik op de knop \"Wijzigingen opslaan\"."
136
 
137
  #: inc/php/page.php:82
138
- msgid "Enjoy the result of applying your PHP code."
139
  msgstr "Geniet van het resultaat door uw PHP-code toe te passen."
140
 
141
  #: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189
  msgstr "Hoe werkt het?"
190
 
191
  #: inc/php/page.php:140
192
- msgid "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
193
  msgstr "Plaats op het tabblad “Hoofd” uw PHP-code in het veld, zet de schakelaar in de positie “AAN” en klik op de knop “Wijzigingen opslaan”. Geniet van het resultaat van het toepassen van je PHP-code. Het is zo simpel!"
194
 
195
  #: inc/php/page.php:142
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-08-07 01:37+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:38+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
107
  msgstr "Ga naar het tabblad “Hoofd”."
108
 
109
  #: inc/php/page.php:70
110
+ msgid "Place your custom PHP code in the field."
111
  msgstr "Plaats je PHP code in het veld."
112
 
113
  #: inc/php/page.php:71
119
  msgstr "Opmerking!"
120
 
121
  #: inc/php/page.php:77
122
+ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr "Plaat a.u.b. je code niet tussen <code>&lt;?php</code>…<code>?&gt;</code> HTML tags."
124
 
125
  #: inc/php/page.php:78
135
  msgstr "Klik op de knop \"Wijzigingen opslaan\"."
136
 
137
  #: inc/php/page.php:82
138
+ msgid "Enjoy the result of applying your custom PHP code."
139
  msgstr "Geniet van het resultaat door uw PHP-code toe te passen."
140
 
141
  #: inc/php/page.php:82
189
  msgstr "Hoe werkt het?"
190
 
191
  #: inc/php/page.php:140
192
+ msgid "On the \"Main\" tab, place your custom PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
193
  msgstr "Plaats op het tabblad “Hoofd” uw PHP-code in het veld, zet de schakelaar in de positie “AAN” en klik op de knop “Wijzigingen opslaan”. Geniet van het resultaat van het toepassen van je PHP-code. Het is zo simpel!"
194
 
195
  #: inc/php/page.php:142
languages/my-custom-functions-ru_RU.mo CHANGED
Binary file
languages/my-custom-functions-ru_RU.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-07-24 00:35+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107
  msgstr "Перейдите на вкладку «Главная»."
108
 
109
  #: inc/php/page.php:70
110
- msgid "Place your PHP code in the field."
111
  msgstr "Поместите ваш PHP-код в поле."
112
 
113
  #: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119
  msgstr "Примечание!"
120
 
121
  #: inc/php/page.php:77
122
- msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr "Пожалуйста, не помещайте свой PHP-код в <code>&lt;?php</code>...<code>?&gt;</code> HTML теги."
124
 
125
  #: inc/php/page.php:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135
  msgstr "Нажмите кнопку «Сохранить изменения»."
136
 
137
  #: inc/php/page.php:82
138
- msgid "Enjoy the result of applying your PHP code."
139
  msgstr "Наслаждайтесь результатом применения вашего PHP-кода."
140
 
141
  #: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189
  msgstr "Как это работает?"
190
 
191
  #: inc/php/page.php:140
192
- msgid "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
193
  msgstr "На вкладке «Основные» поместите ваш PHP код в поле, переключите переключатель в положение «ON» и нажмите кнопку «Сохранить изменения». Наслаждайтесь результатом применения вашего PHP кода. Это так просто!"
194
 
195
  #: inc/php/page.php:142
@@ -367,7 +367,7 @@ msgstr ""
367
 
368
  #: inc/php/page.php:254
369
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
370
- msgstr "Я трачу много времени и сил, пытаясь убедиться в том, что темы, плагины и другие вещи, которые я создаю, полезны и окончательное доказательство этого для меня состоит в том, что вы на самом деле хотите их использовать. Но Я независимый разработчик, без регулярного дохода, поэтому каждый небольшой вклад помогает мне покрыть расходы и позволяет тратить больше времени на создание программ для людей как вы."
371
 
372
  #: inc/php/page.php:255
373
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-08-07 01:38+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:38+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
107
  msgstr "Перейдите на вкладку «Главная»."
108
 
109
  #: inc/php/page.php:70
110
+ msgid "Place your custom PHP code in the field."
111
  msgstr "Поместите ваш PHP-код в поле."
112
 
113
  #: inc/php/page.php:71
119
  msgstr "Примечание!"
120
 
121
  #: inc/php/page.php:77
122
+ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr "Пожалуйста, не помещайте свой PHP-код в <code>&lt;?php</code>...<code>?&gt;</code> HTML теги."
124
 
125
  #: inc/php/page.php:78
135
  msgstr "Нажмите кнопку «Сохранить изменения»."
136
 
137
  #: inc/php/page.php:82
138
+ msgid "Enjoy the result of applying your custom PHP code."
139
  msgstr "Наслаждайтесь результатом применения вашего PHP-кода."
140
 
141
  #: inc/php/page.php:82
189
  msgstr "Как это работает?"
190
 
191
  #: inc/php/page.php:140
192
+ msgid "On the \"Main\" tab, place your custom PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
193
  msgstr "На вкладке «Основные» поместите ваш PHP код в поле, переключите переключатель в положение «ON» и нажмите кнопку «Сохранить изменения». Наслаждайтесь результатом применения вашего PHP кода. Это так просто!"
194
 
195
  #: inc/php/page.php:142
367
 
368
  #: inc/php/page.php:254
369
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
370
+ msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать. Но мы независимые разработчики, без регулярного дохода, поэтому каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей для таких замечательных людей, как вы."
371
 
372
  #: inc/php/page.php:255
373
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
languages/my-custom-functions-zh_TW.mo CHANGED
Binary file
languages/my-custom-functions-zh_TW.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
- "POT-Creation-Date: 2018-07-24 00:35+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Chinese (Taiwan)\n"
10
  "Language: zh_TW\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107
  msgstr ""
108
 
109
  #: inc/php/page.php:70
110
- msgid "Place your PHP code in the field."
111
  msgstr ""
112
 
113
  #: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119
  msgstr ""
120
 
121
  #: inc/php/page.php:77
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:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135
  msgstr ""
136
 
137
  #: inc/php/page.php:82
138
- msgid "Enjoy the result of applying your PHP code."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189
  msgstr ""
190
 
191
  #: inc/php/page.php:140
192
- msgid "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
193
  msgstr ""
194
 
195
  #: inc/php/page.php:142
@@ -437,5 +437,5 @@ msgstr ""
437
  msgid "https://www.spacexchimp.com"
438
  msgstr ""
439
 
440
- #~ msgid "If you want more options then tell us and we will be happy to add it."
441
  #~ msgstr "如果您還想要更多的選項請跟我說,我會很樂意加上去"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-08-07 01:38+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:38+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Chinese (Taiwan)\n"
10
  "Language: zh_TW\n"
107
  msgstr ""
108
 
109
  #: inc/php/page.php:70
110
+ msgid "Place your custom PHP code in the field."
111
  msgstr ""
112
 
113
  #: inc/php/page.php:71
119
  msgstr ""
120
 
121
  #: inc/php/page.php:77
122
+ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123
  msgstr ""
124
 
125
  #: inc/php/page.php:78
135
  msgstr ""
136
 
137
  #: inc/php/page.php:82
138
+ msgid "Enjoy the result of applying your custom PHP code."
139
  msgstr ""
140
 
141
  #: inc/php/page.php:82
189
  msgstr ""
190
 
191
  #: inc/php/page.php:140
192
+ msgid "On the \"Main\" tab, place your custom PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
193
  msgstr ""
194
 
195
  #: inc/php/page.php:142
437
  msgid "https://www.spacexchimp.com"
438
  msgstr ""
439
 
440
+ #~ msgid "If you want more options, let us know and we will be happy to add them."
441
  #~ msgstr "如果您還想要更多的選項請跟我說,我會很樂意加上去"
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: 2018-07-24 00:35+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -105,7 +105,7 @@ msgid "Go to the \"Main\" tab."
105
  msgstr ""
106
 
107
  #: inc/php/page.php:70
108
- msgid "Place your PHP code in the field."
109
  msgstr ""
110
 
111
  #: inc/php/page.php:71
@@ -117,7 +117,7 @@ msgid "Note!"
117
  msgstr ""
118
 
119
  #: inc/php/page.php:77
120
- msgid "Please do not wrap your PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
121
  msgstr ""
122
 
123
  #: inc/php/page.php:78
@@ -133,7 +133,7 @@ msgid "Click the \"Save changes\" button."
133
  msgstr ""
134
 
135
  #: inc/php/page.php:82
136
- msgid "Enjoy the result of applying your PHP code."
137
  msgstr ""
138
 
139
  #: inc/php/page.php:82
@@ -187,7 +187,7 @@ msgid "How does it work?"
187
  msgstr ""
188
 
189
  #: inc/php/page.php:140
190
- msgid "On the \"Main\" tab, place your PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your PHP code. It's that simple!"
191
  msgstr ""
192
 
193
  #: inc/php/page.php:142
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-08-07 01:38+0300\n"
7
  "PO-Revision-Date: 2015-08-30 16:22+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
105
  msgstr ""
106
 
107
  #: inc/php/page.php:70
108
+ msgid "Place your custom PHP code in the field."
109
  msgstr ""
110
 
111
  #: inc/php/page.php:71
117
  msgstr ""
118
 
119
  #: inc/php/page.php:77
120
+ msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
121
  msgstr ""
122
 
123
  #: inc/php/page.php:78
133
  msgstr ""
134
 
135
  #: inc/php/page.php:82
136
+ msgid "Enjoy the result of applying your custom PHP code."
137
  msgstr ""
138
 
139
  #: inc/php/page.php:82
187
  msgstr ""
188
 
189
  #: inc/php/page.php:140
190
+ msgid "On the \"Main\" tab, place your custom PHP code in the field, switch the toggle to the \"ON\" position and click the \"Save changes\" button. Enjoy the result of applying your custom PHP code. It's that simple!"
191
  msgstr ""
192
 
193
  #: inc/php/page.php:142
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: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.24
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: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.25
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.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 4.24
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -12,11 +12,14 @@ Easily and safely add your custom functions (PHP code) directly out of your Word
12
 
13
 
14
  == Description ==
 
 
15
 
16
- An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily and safely add your custom functions (PHP code) for execution in the WordPress environment directly out of your WordPress Admin Area, without the need to have an external editor.
17
-
18
 
19
- This is a simple and perfect tool to use as your website's functionality plugin.
 
 
20
 
21
  **Features**
22
 
@@ -33,17 +36,19 @@ This is a simple and perfect tool to use as your website's functionality plugin.
33
  * Checks the entered code for fatal errors
34
  * Ability to temporarily disable all custom functions
35
  * Easy disable option for WSOD
36
- * Syntax highlighting (by CodeMirror)
37
  * Line numbering
38
  * Active line highlighting
39
- * Editor allow for tab indentation
40
  * And much, much more!
41
 
42
  **PRO features include...**
43
 
 
 
44
  * Unlimited number of fields
45
  * Automatic backup of all functions to a file
46
- * Ability to temporarily disable the certain function
47
  * Ability to collapse/expand the certain fields with code
48
  * Well documented
49
 
@@ -117,7 +122,7 @@ A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) w
117
  A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the "`languages`" folder. Just [send the PO file to us](https://www.spacexchimp.com/contact.html) and we will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
118
 
119
  = Q. How does it work? =
120
- A. Simply go to the plugin settings page, place your PHP code in the field, switch the toggle to the "ON" position and click the "Save changes" button. Enjoy the result of applying your PHP code. It's that simple!
121
  You can find the plugin settings page at "`WordPress Admin Area`" -> "`Settings`" -> "`PHP Inserter`".
122
 
123
  = Q. Can I use HTML/CSS/JS code integrated in PHP code? =
@@ -216,6 +221,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
216
 
217
  == Changelog ==
218
 
 
 
 
 
 
219
  = 4.24 =
220
  * Dutch translation added. (Thanks to Peter Leenders)
221
  * The function '_load_scripts_codemirror' is improved. Removed an unnecessary call of constants.
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 4.25
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
12
 
13
 
14
  == Description ==
15
+
16
+ An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily and safely add your custom functions (PHP code) for execution in the WordPress environment directly out of your WordPress Admin Area, without the need to have an external editor.
17
 
18
+ This is a simple and perfect tool to use as your website's functionality plugin. Its purpose is to provide a familiar experience to WordPress users. There is no need for any more editing of the functions.php file of your theme. Just add your custom PHP code in the field on the plugin page and this plugin will do the rest for you.
 
19
 
20
+ The plugin works completely independently of the theme, so you can use it with any theme, and regardless of whether the theme does or does not have a functions.php file. The code you place on the plugin page will be entirely unaffected if you edit the contents of the theme’s functions.php file, or even completely change the theme. This is really useful in case of updating theme or plugins, because your custom PHP code would never be overwritten. Your custom PHP code will keep on working, no matter how many times you upgrade or switch your theme and plugins.
21
+
22
+ On the plugin page you find the code editor powered by CodeMirror. This code editor has options such as syntax highlighting, line numbering, and more. And if you want more options, let us know and we will be happy to add them.
23
 
24
  **Features**
25
 
36
  * Checks the entered code for fatal errors
37
  * Ability to temporarily disable all custom functions
38
  * Easy disable option for WSOD
39
+ * Code syntax highlighting
40
  * Line numbering
41
  * Active line highlighting
42
+ * Editor allow for Tab indentation
43
  * And much, much more!
44
 
45
  **PRO features include...**
46
 
47
+ * Ability to easily customize the code editor by selecting the desired settings
48
+ * 56 themes for syntax highlighting
49
  * Unlimited number of fields
50
  * Automatic backup of all functions to a file
51
+ * Ability to enable/disable the certain function
52
  * Ability to collapse/expand the certain fields with code
53
  * Well documented
54
 
122
  A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the "`languages`" folder. Just [send the PO file to us](https://www.spacexchimp.com/contact.html) and we will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
123
 
124
  = Q. How does it work? =
125
+ A. Simply go to the plugin settings page, place your custom PHP code in the field, switch the toggle to the "ON" position and click the "Save changes" button. Enjoy the result of applying your custom PHP code. It's that simple!
126
  You can find the plugin settings page at "`WordPress Admin Area`" -> "`Settings`" -> "`PHP Inserter`".
127
 
128
  = Q. Can I use HTML/CSS/JS code integrated in PHP code? =
221
 
222
  == Changelog ==
223
 
224
+ = 4.25 =
225
+ * Some texts are updated.
226
+ * Translation files are updated.
227
+ * The translation into Russian has been corrected.
228
+
229
  = 4.24 =
230
  * Dutch translation added. (Thanks to Peter Leenders)
231
  * The function '_load_scripts_codemirror' is improved. Removed an unnecessary call of constants.