Skip to content

Commit 7745776

Browse files
Plugin updated to version 4.25
1 parent e8ea3c3 commit 7745776

16 files changed

+66
-56
lines changed

inc/php/page.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ function spacexchimp_p001_render_submenu_page() {
6767
<p><?php _e( 'To add your custom functions (the PHP code) to your website, simply follow these steps:', $text ); ?></p>
6868
<ol class="custom-counter">
6969
<li><?php _e( 'Go to the "Main" tab.', $text ); ?></li>
70-
<li><?php _e( 'Place your PHP code in the field.', $text ); ?><br><br>
70+
<li><?php _e( 'Place your custom PHP code in the field.', $text ); ?><br><br>
7171
<?php _e( 'Example of PHP code:', $text ); ?>
7272
<pre><code>function NameOfYourFunction {
7373

7474
...
7575

7676
}</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>
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>
7878
<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>
7979
</li>
8080
<li><?php _e( 'Switch the toggle to the "ON" position.', $text ); ?></li>
8181
<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>
82+
<li><?php _e( 'Enjoy the result of applying your custom PHP code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
8383
</ol>
8484
<p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
8585
__( '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() {
137137
<?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
138138

139139
<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>
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>
141141

142142
<div class="question-4"><?php _e( 'Can I use HTML/CSS/JS code integrated in PHP code?', $text ); ?></div>
143143
<div class="answer-4"><?php _e( 'Yes. But you need to do it properly, like this:', $text ); ?><br>
0 Bytes
Binary file not shown.

languages/my-custom-functions-de_DE.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
msgid ""
44
msgstr ""
55
"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"
6+
"POT-Creation-Date: 2018-08-07 01:37+0300\n"
7+
"PO-Revision-Date: 2018-08-07 01:37+0300\n"
88
"Last-Translator: Arthur Gareginyan\n"
99
"Language-Team: German\n"
1010
"Language: de_DE\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107107
msgstr ""
108108

109109
#: inc/php/page.php:70
110-
msgid "Place your PHP code in the field."
110+
msgid "Place your custom PHP code in the field."
111111
msgstr ""
112112

113113
#: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119119
msgstr "Achtung!"
120120

121121
#: 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."
122+
msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123123
msgstr ""
124124

125125
#: inc/php/page.php:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135135
msgstr "Klicken Sie den \"Änderungen speichern\" button."
136136

137137
#: inc/php/page.php:82
138-
msgid "Enjoy the result of applying your PHP code."
138+
msgid "Enjoy the result of applying your custom PHP code."
139139
msgstr ""
140140

141141
#: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189189
msgstr "Wie arbeitet das Plugin?"
190190

191191
#: 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!"
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!"
193193
msgstr ""
194194

195195
#: inc/php/page.php:142
0 Bytes
Binary file not shown.

languages/my-custom-functions-es_ES.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
msgid ""
44
msgstr ""
55
"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"
6+
"POT-Creation-Date: 2018-08-07 01:37+0300\n"
7+
"PO-Revision-Date: 2018-08-07 01:37+0300\n"
88
"Last-Translator: Arthur Gareginyan\n"
99
"Language-Team: Spanish\n"
1010
"Language: es_ES\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107107
msgstr "Debes ir a la pestaña “Principal”."
108108

109109
#: inc/php/page.php:70
110-
msgid "Place your PHP code in the field."
110+
msgid "Place your custom PHP code in the field."
111111
msgstr ""
112112

113113
#: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119119
msgstr "¡Nota!"
120120

121121
#: 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."
122+
msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123123
msgstr ""
124124

125125
#: inc/php/page.php:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135135
msgstr "Clic en el botón \"Guardar Cambios\"."
136136

137137
#: inc/php/page.php:82
138-
msgid "Enjoy the result of applying your PHP code."
138+
msgid "Enjoy the result of applying your custom PHP code."
139139
msgstr ""
140140

141141
#: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189189
msgstr "¿Como funciona?"
190190

191191
#: 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!"
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!"
193193
msgstr ""
194194

195195
#: inc/php/page.php:142
0 Bytes
Binary file not shown.

languages/my-custom-functions-fr_FR.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
msgid ""
44
msgstr ""
55
"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"
6+
"POT-Creation-Date: 2018-08-07 01:37+0300\n"
7+
"PO-Revision-Date: 2018-08-07 01:37+0300\n"
88
"Last-Translator: Arthur Gareginyan\n"
99
"Language-Team: French\n"
1010
"Language: fr_FR\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107107
msgstr ""
108108

109109
#: inc/php/page.php:70
110-
msgid "Place your PHP code in the field."
110+
msgid "Place your custom PHP code in the field."
111111
msgstr ""
112112

113113
#: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119119
msgstr ""
120120

121121
#: 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."
122+
msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123123
msgstr ""
124124

125125
#: inc/php/page.php:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135135
msgstr ""
136136

137137
#: inc/php/page.php:82
138-
msgid "Enjoy the result of applying your PHP code."
138+
msgid "Enjoy the result of applying your custom PHP code."
139139
msgstr ""
140140

141141
#: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189189
msgstr ""
190190

191191
#: 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!"
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!"
193193
msgstr ""
194194

195195
#: inc/php/page.php:142
35 Bytes
Binary file not shown.

languages/my-custom-functions-nl_NL.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
msgid ""
44
msgstr ""
55
"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"
6+
"POT-Creation-Date: 2018-08-07 01:37+0300\n"
7+
"PO-Revision-Date: 2018-08-07 01:38+0300\n"
88
"Last-Translator: Arthur Gareginyan\n"
99
"Language-Team: Dutch\n"
1010
"Language: nl_NL\n"
@@ -107,7 +107,7 @@ msgid "Go to the \"Main\" tab."
107107
msgstr "Ga naar het tabblad “Hoofd”."
108108

109109
#: inc/php/page.php:70
110-
msgid "Place your PHP code in the field."
110+
msgid "Place your custom PHP code in the field."
111111
msgstr "Plaats je PHP code in het veld."
112112

113113
#: inc/php/page.php:71
@@ -119,7 +119,7 @@ msgid "Note!"
119119
msgstr "Opmerking!"
120120

121121
#: 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."
122+
msgid "Please do not wrap your custom PHP code in the <code>&lt;?php</code>...<code>?&gt;</code> HTML tags."
123123
msgstr "Plaat a.u.b. je code niet tussen <code>&lt;?php</code>…<code>?&gt;</code> HTML tags."
124124

125125
#: inc/php/page.php:78
@@ -135,7 +135,7 @@ msgid "Click the \"Save changes\" button."
135135
msgstr "Klik op de knop \"Wijzigingen opslaan\"."
136136

137137
#: inc/php/page.php:82
138-
msgid "Enjoy the result of applying your PHP code."
138+
msgid "Enjoy the result of applying your custom PHP code."
139139
msgstr "Geniet van het resultaat door uw PHP-code toe te passen."
140140

141141
#: inc/php/page.php:82
@@ -189,7 +189,7 @@ msgid "How does it work?"
189189
msgstr "Hoe werkt het?"
190190

191191
#: 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!"
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!"
193193
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!"
194194

195195
#: inc/php/page.php:142
74 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)