Version Description
- CSS code, which is located in the file "admin.css" and is related to the "FAQ" section, is improved.
- The sidebar items are rearranged.
- Some texts are updated.
- Translation files are updated.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | My Custom Functions |
Version | 4.28 |
Comparing to | |
See all releases |
Code changes from version 4.27 to 4.28
- inc/css/admin.css +1 -0
- inc/php/page.php +53 -30
- inc/php/sidebar.php +8 -8
- languages/my-custom-functions-de_DE.mo +0 -0
- languages/my-custom-functions-de_DE.po +88 -79
- languages/my-custom-functions-es_ES.mo +0 -0
- languages/my-custom-functions-es_ES.po +86 -77
- languages/my-custom-functions-fr_FR.mo +0 -0
- languages/my-custom-functions-fr_FR.po +86 -77
- languages/my-custom-functions-nl_NL.mo +0 -0
- languages/my-custom-functions-nl_NL.po +94 -79
- languages/my-custom-functions-ru_RU.mo +0 -0
- languages/my-custom-functions-ru_RU.po +93 -78
- languages/my-custom-functions-zh_TW.mo +0 -0
- languages/my-custom-functions-zh_TW.po +89 -80
- languages/my-custom-functions.pot +84 -75
- my-custom-functions.php +1 -1
- readme.txt +28 -7
inc/css/admin.css
CHANGED
@@ -335,6 +335,7 @@ h2 .version {
|
|
335 |
}
|
336 |
.panel-body {
|
337 |
display: inline-block;
|
|
|
338 |
font-family: Verdana, Geneva, sans-serif;
|
339 |
font-size: 13px;
|
340 |
}
|
335 |
}
|
336 |
.panel-body {
|
337 |
display: inline-block;
|
338 |
+
width: 100%;
|
339 |
font-family: Verdana, Geneva, sans-serif;
|
340 |
font-size: 13px;
|
341 |
}
|
inc/php/page.php
CHANGED
@@ -66,16 +66,24 @@ function spacexchimp_p001_render_submenu_page() {
|
|
66 |
<div class="inside">
|
67 |
<p><?php _e( 'To add your custom 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( '
|
72 |
-
<pre><code
|
73 |
|
74 |
-
|
75 |
|
|
|
|
|
76 |
}</code></pre>
|
77 |
-
<p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( '
|
78 |
-
<p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
@@ -105,7 +113,7 @@ function spacexchimp_p001_render_submenu_page() {
|
|
105 |
|
106 |
<div class="panel-group" id="collapse-group">
|
107 |
<?php
|
108 |
-
$loopvalue = '
|
109 |
for ( $i = 1; $i <= $loopvalue; $i++ ) {
|
110 |
echo '<div class="panel panel-default">
|
111 |
<div class="panel-heading">
|
@@ -137,18 +145,18 @@ 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 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>
|
144 |
-
<pre><code>function
|
145 |
|
146 |
-
|
147 |
-
|
148 |
-
</script>";
|
149 |
|
150 |
-
}
|
151 |
-
|
|
|
152 |
|
153 |
<div class="question-5"><?php _e( 'How much of PHP code (characters) I can enter in the code editor?', $text ); ?></div>
|
154 |
<div class="answer-5"><?php _e( 'We don\'t limit the number of characters.', $text ); ?></div>
|
@@ -168,12 +176,27 @@ function spacexchimp_p001_render_submenu_page() {
|
|
168 |
<div class="question-8"><?php _e( 'Does this require any knowledge of HTML or CSS?', $text ); ?></div>
|
169 |
<div class="answer-8"><?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin.', $text ); ?></div>
|
170 |
|
171 |
-
<div class="question-9
|
172 |
-
<div class="answer-9"><?php _e( '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
<?php _e( 'It\'s impossible to tell what could be wrong exactly, but if you post a support request in the plugin\'s support forum on WordPress.org, we\'d be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?></div>
|
174 |
|
175 |
-
<div class="question-
|
176 |
-
<div class="answer-
|
177 |
<ol class="custom-counter">
|
178 |
<li><?php _e( 'Access your server via FTP or SFTP. If you aren\'t sure how usually your web hosting provider will have instructions somewhere on their website.', $text ); ?></li>
|
179 |
<li><?php _e( 'Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can\'t find this folder.', $text ); ?></li>
|
@@ -186,35 +209,35 @@ function spacexchimp_p001_render_submenu_page() {
|
|
186 |
<?php _e( 'This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>.', $text ); ?><br><br>
|
187 |
<?php _e( 'We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website.', $text ); ?></div>
|
188 |
|
189 |
-
<div class="question-
|
190 |
-
<div class="answer-
|
191 |
|
192 |
-
<div class="question-
|
193 |
-
<div class="answer-
|
194 |
__( 'Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!', $text ),
|
195 |
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
196 |
'</a>'
|
197 |
);
|
198 |
?></div>
|
199 |
|
200 |
-
<div class="question-
|
201 |
-
<div class="answer-
|
202 |
__( 'Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!', $text ),
|
203 |
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
204 |
'</a>'
|
205 |
);
|
206 |
?></div>
|
207 |
|
208 |
-
<div class="question-
|
209 |
-
<div class="answer-
|
210 |
__( 'Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!', $text ),
|
211 |
'<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
|
212 |
'</a>'
|
213 |
);
|
214 |
?></div>
|
215 |
|
216 |
-
<div class="question-
|
217 |
-
<div class="answer-
|
218 |
__( 'You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone.', $text ),
|
219 |
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
220 |
'</a>'
|
66 |
<div class="inside">
|
67 |
<p><?php _e( 'To add your custom 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 on this page.', $text ); ?></li>
|
70 |
+
<li><?php _e( 'Place your custom PHP code in the code editor field.', $text ); ?><br><br>
|
71 |
+
<?php _e( 'An example of PHP code:', $text ); ?><br><br>
|
72 |
+
<pre><code>$a = array('a' => 1, 'b' => 2, 3 => 'c');
|
73 |
|
74 |
+
echo "$a[a] ${a[3] /* } comment */} {$a[b]} \$a[a]";
|
75 |
|
76 |
+
function hello($who) {
|
77 |
+
	return "Hello $who!";
|
78 |
}</code></pre>
|
79 |
+
<p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'Do not wrap your custom PHP code in HTML tags, such as <code><?php</code>...<code>?></code>.', $text ); ?></p>
|
80 |
+
<p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
|
81 |
+
__( 'Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash.', $text ),
|
82 |
+
'<a href="https://mycyberuniverse.com/my-custom-functions-plugin-causes-site-failure.html" target="_blank">',
|
83 |
+
'</a>'
|
84 |
+
);
|
85 |
+
?>
|
86 |
+
</p>
|
87 |
</li>
|
88 |
<li><?php _e( 'Switch the toggle to the "ON" position.', $text ); ?></li>
|
89 |
<li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
|
113 |
|
114 |
<div class="panel-group" id="collapse-group">
|
115 |
<?php
|
116 |
+
$loopvalue = '16';
|
117 |
for ( $i = 1; $i <= $loopvalue; $i++ ) {
|
118 |
echo '<div class="panel panel-default">
|
119 |
<div class="panel-heading">
|
145 |
<?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
|
146 |
|
147 |
<div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
|
148 |
+
<div class="answer-3"><?php _e( 'On the "Main" tab, place your custom PHP code in the code editor 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>
|
149 |
|
150 |
<div class="question-4"><?php _e( 'Can I use HTML/CSS/JS code integrated in PHP code?', $text ); ?></div>
|
151 |
+
<div class="answer-4"><?php _e( 'Yes. But you need to do it properly, like this:', $text ); ?><br><br>
|
152 |
+
<pre><code>function my_custom_html_code() {
|
153 |
|
154 |
+
// Print the custom HTML code
|
155 |
+
echo '<script>YOUR CUSTOM HTML CODE HERE</script>';
|
|
|
156 |
|
157 |
+
}
|
158 |
+
add_action( 'wp_head', 'my_custom_html_code' );</code></pre>
|
159 |
+
</div>
|
160 |
|
161 |
<div class="question-5"><?php _e( 'How much of PHP code (characters) I can enter in the code editor?', $text ); ?></div>
|
162 |
<div class="answer-5"><?php _e( 'We don\'t limit the number of characters.', $text ); ?></div>
|
176 |
<div class="question-8"><?php _e( 'Does this require any knowledge of HTML or CSS?', $text ); ?></div>
|
177 |
<div class="answer-8"><?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin.', $text ); ?></div>
|
178 |
|
179 |
+
<div class="question-9"><?php _e( 'Can I add my custom PHP code to a specific page of my website?', $text ); ?></div>
|
180 |
+
<div class="answer-9"><?php _e( 'For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:', $text ); ?><br><br>
|
181 |
+
<pre><code>function my_custom_php_code() {
|
182 |
+
|
183 |
+
// Stop the function if this is not the Home page of website
|
184 |
+
if ( !is_home() ) {
|
185 |
+
return;
|
186 |
+
}
|
187 |
+
|
188 |
+
// YOUR CUSTOM PHP CODE HERE
|
189 |
+
|
190 |
+
}
|
191 |
+
my_custom_php_code();</code></pre>
|
192 |
+
</div>
|
193 |
+
|
194 |
+
<div class="question-10 question-red"><?php _e( 'It\'s not working. What could be wrong?', $text ); ?></div>
|
195 |
+
<div class="answer-10"><?php _e( 'As with every plugin, it\'s possible that things don\'t work. The most common reason for this is a web browser\'s cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser\'s cache. Clearing your browser\'s cache may solve the problem.', $text ); ?><br><br>
|
196 |
<?php _e( 'It\'s impossible to tell what could be wrong exactly, but if you post a support request in the plugin\'s support forum on WordPress.org, we\'d be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?></div>
|
197 |
|
198 |
+
<div class="question-11 question-red"><?php _e( 'What to do if this plugin crashed the website?', $text ); ?></div>
|
199 |
+
<div class="answer-11"><?php _e( 'This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps.', $text ); ?>
|
200 |
<ol class="custom-counter">
|
201 |
<li><?php _e( 'Access your server via FTP or SFTP. If you aren\'t sure how usually your web hosting provider will have instructions somewhere on their website.', $text ); ?></li>
|
202 |
<li><?php _e( 'Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can\'t find this folder.', $text ); ?></li>
|
209 |
<?php _e( 'This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>.', $text ); ?><br><br>
|
210 |
<?php _e( 'We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website.', $text ); ?></div>
|
211 |
|
212 |
+
<div class="question-12 question-red"><?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?', $text ); ?></div>
|
213 |
+
<div class="answer-12"><?php _e( 'This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website\'s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.', $text ); ?></div>
|
214 |
|
215 |
+
<div class="question-13 question-red"><?php _e( 'Where to report bug if found?', $text ); ?></div>
|
216 |
+
<div class="answer-13"><?php printf(
|
217 |
__( 'Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!', $text ),
|
218 |
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
219 |
'</a>'
|
220 |
);
|
221 |
?></div>
|
222 |
|
223 |
+
<div class="question-14"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
|
224 |
+
<div class="answer-14"><?php printf(
|
225 |
__( 'Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!', $text ),
|
226 |
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
227 |
'</a>'
|
228 |
);
|
229 |
?></div>
|
230 |
|
231 |
+
<div class="question-15"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
|
232 |
+
<div class="answer-15"><?php printf(
|
233 |
__( 'Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!', $text ),
|
234 |
'<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
|
235 |
'</a>'
|
236 |
);
|
237 |
?></div>
|
238 |
|
239 |
+
<div class="question-16"><?php _e( 'My question wasn\'t answered here.', $text ); ?></div>
|
240 |
+
<div class="answer-16"><?php printf(
|
241 |
__( 'You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone.', $text ),
|
242 |
'<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
|
243 |
'</a>'
|
inc/php/sidebar.php
CHANGED
@@ -21,6 +21,14 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
21 |
</div>
|
22 |
</div>
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
<div class="postbox about">
|
25 |
<h3 class="title"><?php _e( 'About', $text ); ?></h3>
|
26 |
<div class="inside">
|
@@ -35,14 +43,6 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
35 |
</div>
|
36 |
</div>
|
37 |
|
38 |
-
<div class="postbox banner">
|
39 |
-
<div class="inside">
|
40 |
-
<a href="https://www.spacexchimp.com/plugins/my-custom-functions-pro.html" target="_blank">
|
41 |
-
<img src="<?php echo SPACEXCHIMP_P001_URL . 'inc/img/upgrade.png'; ?>" alt="Upgrade" style="margin-top:-16px;">
|
42 |
-
</a>
|
43 |
-
</div>
|
44 |
-
</div>
|
45 |
-
|
46 |
<div class="postbox support">
|
47 |
<h3 class="title"><?php _e( 'Support', $text ); ?></h3>
|
48 |
<div class="inside">
|
21 |
</div>
|
22 |
</div>
|
23 |
|
24 |
+
<div class="postbox banner">
|
25 |
+
<div class="inside">
|
26 |
+
<a href="https://www.spacexchimp.com/plugins/my-custom-functions-pro.html" target="_blank">
|
27 |
+
<img src="<?php echo SPACEXCHIMP_P001_URL . 'inc/img/upgrade.png'; ?>" alt="Upgrade" style="margin-top:-16px;">
|
28 |
+
</a>
|
29 |
+
</div>
|
30 |
+
</div>
|
31 |
+
|
32 |
<div class="postbox about">
|
33 |
<h3 class="title"><?php _e( 'About', $text ); ?></h3>
|
34 |
<div class="inside">
|
43 |
</div>
|
44 |
</div>
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
<div class="postbox support">
|
47 |
<h3 class="title"><?php _e( 'Support', $text ); ?></h3>
|
48 |
<div class="inside">
|
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-09-
|
7 |
-
"PO-Revision-Date: 2018-09-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
@@ -26,7 +26,7 @@ msgstr "Einstellungen"
|
|
26 |
|
27 |
#: inc/php/core.php:33 inc/php/core.php:48
|
28 |
msgid "Upgrade to PRO"
|
29 |
-
msgstr ""
|
30 |
|
31 |
#: inc/php/core.php:47
|
32 |
msgid "Donate"
|
@@ -34,7 +34,7 @@ msgstr "Spende"
|
|
34 |
|
35 |
#: inc/php/core.php:63
|
36 |
msgid "PHP Inserter"
|
37 |
-
msgstr ""
|
38 |
|
39 |
#: inc/php/messages.php:26
|
40 |
msgid "Hello. We are the team of Space X-Chimp."
|
@@ -103,277 +103,286 @@ msgid "To add your custom PHP code to your website, simply follow these steps:"
|
|
103 |
msgstr ""
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
-
msgid "Go to the \"Main\" tab."
|
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
|
114 |
-
msgid "
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: inc/php/page.php:
|
118 |
msgid "Note!"
|
119 |
msgstr "Achtung!"
|
120 |
|
121 |
-
#: inc/php/page.php:
|
122 |
-
msgid "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/php/page.php:
|
126 |
-
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: inc/php/page.php:
|
130 |
msgid "Switch the toggle to the \"ON\" position."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid "Click the \"Save changes\" button."
|
135 |
msgstr "Klicken Sie den \"Änderungen speichern\" button."
|
136 |
|
137 |
-
#: inc/php/page.php:
|
138 |
msgid "Enjoy the result of applying your custom PHP code."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "It's that simple!"
|
143 |
msgstr "Es ist ganz einfach!"
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
#, php-format
|
147 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
148 |
msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
|
149 |
|
150 |
-
#: inc/php/page.php:
|
151 |
msgid "Frequently Asked Questions"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: inc/php/page.php:
|
155 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
156 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
|
157 |
|
158 |
-
#: inc/php/page.php:
|
159 |
msgid "Will this plugin work on my WordPress.COM website?"
|
160 |
msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
164 |
msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) Webseiten."
|
165 |
|
166 |
-
#: inc/php/page.php:
|
167 |
msgid "Can I use this plugin on my language?"
|
168 |
msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
|
169 |
|
170 |
-
#: inc/php/page.php:
|
171 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
172 |
msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
|
173 |
|
174 |
-
#: inc/php/page.php:
|
175 |
#, php-format
|
176 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
177 |
msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die Seite %s. Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die übersetzte PO Datei direkt an %s und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
|
178 |
|
179 |
-
#: inc/php/page.php:
|
180 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
181 |
msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
|
182 |
|
183 |
-
#: inc/php/page.php:
|
184 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
185 |
msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
|
186 |
|
187 |
-
#: inc/php/page.php:
|
188 |
msgid "How does it work?"
|
189 |
msgstr "Wie arbeitet das Plugin?"
|
190 |
|
191 |
-
#: inc/php/page.php:
|
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:
|
196 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid "Yes. But you need to do it properly, like this:"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: inc/php/page.php:
|
204 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: inc/php/page.php:
|
208 |
msgid "We don't limit the number of characters."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: inc/php/page.php:
|
212 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: inc/php/page.php:
|
216 |
msgid "Here are a few of the most likely causes of the error message:"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: inc/php/page.php:
|
220 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: inc/php/page.php:
|
224 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: inc/php/page.php:
|
228 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: inc/php/page.php:
|
232 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/php/page.php:
|
236 |
msgid "Does this plugin requires any modification of the theme?"
|
237 |
msgstr "Benötigt das Plugin Veränderungen am Theme?"
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
241 |
msgstr "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid "Does this require any knowledge of HTML or CSS?"
|
245 |
msgstr "Brauche ich HTML oder CCS Kenntnisse?"
|
246 |
|
247 |
-
#: inc/php/page.php:
|
248 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "It's not working. What could be wrong?"
|
253 |
msgstr "Es funktioniert nicht. Was könnte falsch sein?"
|
254 |
|
255 |
-
#: inc/php/page.php:
|
256 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
257 |
msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
|
258 |
|
259 |
-
#: inc/php/page.php:
|
260 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
261 |
msgstr "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe wir Ihnen gerne. Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
|
262 |
|
263 |
-
#: inc/php/page.php:
|
264 |
msgid "What to do if this plugin crashed the website?"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: inc/php/page.php:
|
268 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: inc/php/page.php:
|
272 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/page.php:
|
276 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/page.php:
|
284 |
msgid "Log in to Admin Area of your WordPress website."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: inc/php/page.php:
|
288 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: inc/php/page.php:
|
292 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: inc/php/page.php:
|
296 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: inc/php/page.php:
|
300 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: inc/php/page.php:
|
304 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/php/page.php:
|
308 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
309 |
msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten. Warum ist das so?"
|
310 |
|
311 |
-
#: inc/php/page.php:
|
312 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
313 |
msgstr "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
|
314 |
|
315 |
-
#: inc/php/page.php:
|
316 |
msgid "Where to report bug if found?"
|
317 |
msgstr "Wo kann ich eine Fehler melden?"
|
318 |
|
319 |
-
#: inc/php/page.php:
|
320 |
#, php-format
|
321 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
322 |
msgstr "Bitte besuchen Sie %s diese Seite %s und berichten Sie. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
|
323 |
|
324 |
-
#: inc/php/page.php:
|
325 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
326 |
msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
|
327 |
|
328 |
-
#: inc/php/page.php:
|
329 |
#, php-format
|
330 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr "Irgendwelche Vorschläge sind sehr willkommen! Kontaktieren Sie uns einfach %s hier %s. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
|
332 |
|
333 |
-
#: inc/php/page.php:
|
334 |
msgid "I love this plugin! Can I help somehow?"
|
335 |
msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
|
336 |
|
337 |
-
#: inc/php/page.php:
|
338 |
#, php-format
|
339 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
340 |
msgstr "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite %s, klicken Sie auf den Spenden Button und Danke!"
|
341 |
|
342 |
-
#: inc/php/page.php:
|
343 |
msgid "My question wasn't answered here."
|
344 |
msgstr "Meine Fragen wurden nicht beantwortet."
|
345 |
|
346 |
-
#: inc/php/page.php:
|
347 |
#, php-format
|
348 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
349 |
msgstr "Sie können Ihre Frage auf %s dieser Seite stellen %s. Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
|
350 |
|
351 |
-
#: inc/php/page.php:
|
352 |
msgid "Support Us"
|
353 |
msgstr "Unterstütze uns"
|
354 |
|
355 |
-
#: inc/php/page.php:
|
356 |
msgid "Donate with PayPal"
|
357 |
msgstr "Spende mit PayPal"
|
358 |
|
359 |
-
#: inc/php/page.php:
|
360 |
#, php-format
|
361 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/php/page.php:
|
365 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: inc/php/page.php:
|
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 "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
|
371 |
|
372 |
-
#: inc/php/page.php:
|
373 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
374 |
msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
|
375 |
|
376 |
-
#: inc/php/page.php:
|
377 |
msgid "Thank you for your support!"
|
378 |
msgstr "Danke für Ihre Unterstützung!"
|
379 |
|
@@ -401,25 +410,25 @@ msgstr "Danke für Ihre Unterstützung!"
|
|
401 |
msgid "We are «Space X-Chimp»"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/php/sidebar.php:
|
405 |
msgid "About"
|
406 |
msgstr "Über"
|
407 |
|
408 |
-
#: inc/php/sidebar.php:
|
409 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: inc/php/sidebar.php:
|
413 |
msgid "Help"
|
414 |
msgstr "Hilfe"
|
415 |
|
416 |
-
#: inc/php/sidebar.php:
|
417 |
msgid "If you have a question, please read the information in the FAQ section."
|
418 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
|
419 |
|
420 |
#. Plugin Name of the plugin/theme
|
421 |
msgid "My Custom Functions"
|
422 |
-
msgstr ""
|
423 |
|
424 |
#. Plugin URI of the plugin/theme
|
425 |
msgid "https://github.com/ArthurGareginyan/my-custom-functions"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-09-22 15:46+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
26 |
|
27 |
#: inc/php/core.php:33 inc/php/core.php:48
|
28 |
msgid "Upgrade to PRO"
|
29 |
+
msgstr "Upgrade auf PRO"
|
30 |
|
31 |
#: inc/php/core.php:47
|
32 |
msgid "Donate"
|
34 |
|
35 |
#: inc/php/core.php:63
|
36 |
msgid "PHP Inserter"
|
37 |
+
msgstr "PHP Inserter"
|
38 |
|
39 |
#: inc/php/messages.php:26
|
40 |
msgid "Hello. We are the team of Space X-Chimp."
|
103 |
msgstr ""
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
+
msgid "Go to the \"Main\" tab on this page."
|
107 |
msgstr ""
|
108 |
|
109 |
#: inc/php/page.php:70
|
110 |
+
msgid "Place your custom PHP code in the code editor field."
|
111 |
msgstr ""
|
112 |
|
113 |
#: inc/php/page.php:71
|
114 |
+
msgid "An example of PHP code:"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
|
118 |
msgid "Note!"
|
119 |
msgstr "Achtung!"
|
120 |
|
121 |
+
#: inc/php/page.php:79
|
122 |
+
msgid "Do not wrap your custom PHP code in HTML tags, such as <code><?php</code>...<code>?></code>."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:81
|
126 |
+
#, php-format
|
127 |
+
msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/php/page.php:88
|
131 |
msgid "Switch the toggle to the \"ON\" position."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/php/page.php:89
|
135 |
msgid "Click the \"Save changes\" button."
|
136 |
msgstr "Klicken Sie den \"Änderungen speichern\" button."
|
137 |
|
138 |
+
#: inc/php/page.php:90
|
139 |
msgid "Enjoy the result of applying your custom PHP code."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/php/page.php:90
|
143 |
msgid "It's that simple!"
|
144 |
msgstr "Es ist ganz einfach!"
|
145 |
|
146 |
+
#: inc/php/page.php:93
|
147 |
#, php-format
|
148 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
149 |
msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
|
150 |
|
151 |
+
#: inc/php/page.php:107
|
152 |
msgid "Frequently Asked Questions"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: inc/php/page.php:111
|
156 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
157 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
|
158 |
|
159 |
+
#: inc/php/page.php:133
|
160 |
msgid "Will this plugin work on my WordPress.COM website?"
|
161 |
msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
|
162 |
|
163 |
+
#: inc/php/page.php:134
|
164 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
165 |
msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) Webseiten."
|
166 |
|
167 |
+
#: inc/php/page.php:136
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
|
170 |
|
171 |
+
#: inc/php/page.php:137
|
172 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
173 |
msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
|
174 |
|
175 |
+
#: inc/php/page.php:139
|
176 |
#, php-format
|
177 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
178 |
msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die Seite %s. Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die übersetzte PO Datei direkt an %s und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
|
179 |
|
180 |
+
#: inc/php/page.php:144
|
181 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
182 |
msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
|
183 |
|
184 |
+
#: inc/php/page.php:145
|
185 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
186 |
msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
|
187 |
|
188 |
+
#: inc/php/page.php:147
|
189 |
msgid "How does it work?"
|
190 |
msgstr "Wie arbeitet das Plugin?"
|
191 |
|
192 |
+
#: inc/php/page.php:148
|
193 |
+
msgid "On the \"Main\" tab, place your custom PHP code in the code editor 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!"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/page.php:150
|
197 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:151
|
201 |
msgid "Yes. But you need to do it properly, like this:"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/php/page.php:161
|
205 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/php/page.php:162
|
209 |
msgid "We don't limit the number of characters."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: inc/php/page.php:164
|
213 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/page.php:165
|
217 |
msgid "Here are a few of the most likely causes of the error message:"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: inc/php/page.php:167
|
221 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: inc/php/page.php:168
|
225 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: inc/php/page.php:169
|
229 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/php/page.php:170
|
233 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: inc/php/page.php:173
|
237 |
msgid "Does this plugin requires any modification of the theme?"
|
238 |
msgstr "Benötigt das Plugin Veränderungen am Theme?"
|
239 |
|
240 |
+
#: inc/php/page.php:174
|
241 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
242 |
msgstr "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
|
243 |
|
244 |
+
#: inc/php/page.php:176
|
245 |
msgid "Does this require any knowledge of HTML or CSS?"
|
246 |
msgstr "Brauche ich HTML oder CCS Kenntnisse?"
|
247 |
|
248 |
+
#: inc/php/page.php:177
|
249 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: inc/php/page.php:179
|
253 |
+
msgid "Can I add my custom PHP code to a specific page of my website?"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: inc/php/page.php:180
|
257 |
+
msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: inc/php/page.php:194
|
261 |
msgid "It's not working. What could be wrong?"
|
262 |
msgstr "Es funktioniert nicht. Was könnte falsch sein?"
|
263 |
|
264 |
+
#: inc/php/page.php:195
|
265 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
266 |
msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
|
267 |
|
268 |
+
#: inc/php/page.php:196
|
269 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
270 |
msgstr "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe wir Ihnen gerne. Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
|
271 |
|
272 |
+
#: inc/php/page.php:198
|
273 |
msgid "What to do if this plugin crashed the website?"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: inc/php/page.php:199
|
277 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:201
|
281 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/page.php:202
|
285 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/page.php:203
|
289 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: inc/php/page.php:204
|
293 |
msgid "Log in to Admin Area of your WordPress website."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: inc/php/page.php:205
|
297 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/php/page.php:206
|
301 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/php/page.php:207
|
305 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: inc/php/page.php:209
|
309 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: inc/php/page.php:210
|
313 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/page.php:212
|
317 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
318 |
msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten. Warum ist das so?"
|
319 |
|
320 |
+
#: inc/php/page.php:213
|
321 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
322 |
msgstr "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
|
323 |
|
324 |
+
#: inc/php/page.php:215
|
325 |
msgid "Where to report bug if found?"
|
326 |
msgstr "Wo kann ich eine Fehler melden?"
|
327 |
|
328 |
+
#: inc/php/page.php:217
|
329 |
#, php-format
|
330 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr "Bitte besuchen Sie %s diese Seite %s und berichten Sie. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
|
332 |
|
333 |
+
#: inc/php/page.php:223
|
334 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
335 |
msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
|
336 |
|
337 |
+
#: inc/php/page.php:225
|
338 |
#, php-format
|
339 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
340 |
msgstr "Irgendwelche Vorschläge sind sehr willkommen! Kontaktieren Sie uns einfach %s hier %s. Bitte vergiss nicht den Namen des Plugins anzugeben. Vielen Dank!"
|
341 |
|
342 |
+
#: inc/php/page.php:231
|
343 |
msgid "I love this plugin! Can I help somehow?"
|
344 |
msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
|
345 |
|
346 |
+
#: inc/php/page.php:233
|
347 |
#, php-format
|
348 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
349 |
msgstr "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite %s, klicken Sie auf den Spenden Button und Danke!"
|
350 |
|
351 |
+
#: inc/php/page.php:239
|
352 |
msgid "My question wasn't answered here."
|
353 |
msgstr "Meine Fragen wurden nicht beantwortet."
|
354 |
|
355 |
+
#: inc/php/page.php:241
|
356 |
#, php-format
|
357 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
358 |
msgstr "Sie können Ihre Frage auf %s dieser Seite stellen %s. Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
|
359 |
|
360 |
+
#: inc/php/page.php:255
|
361 |
msgid "Support Us"
|
362 |
msgstr "Unterstütze uns"
|
363 |
|
364 |
+
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
|
365 |
msgid "Donate with PayPal"
|
366 |
msgstr "Spende mit PayPal"
|
367 |
|
368 |
+
#: inc/php/page.php:268
|
369 |
#, php-format
|
370 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: inc/php/page.php:276
|
374 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: inc/php/page.php:277
|
378 |
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."
|
379 |
msgstr "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
|
380 |
|
381 |
+
#: inc/php/page.php:278
|
382 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
383 |
msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
|
384 |
|
385 |
+
#: inc/php/page.php:279
|
386 |
msgid "Thank you for your support!"
|
387 |
msgstr "Danke für Ihre Unterstützung!"
|
388 |
|
410 |
msgid "We are «Space X-Chimp»"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: inc/php/sidebar.php:33
|
414 |
msgid "About"
|
415 |
msgstr "Über"
|
416 |
|
417 |
+
#: inc/php/sidebar.php:35
|
418 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: inc/php/sidebar.php:40
|
422 |
msgid "Help"
|
423 |
msgstr "Hilfe"
|
424 |
|
425 |
+
#: inc/php/sidebar.php:42
|
426 |
msgid "If you have a question, please read the information in the FAQ section."
|
427 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
|
428 |
|
429 |
#. Plugin Name of the plugin/theme
|
430 |
msgid "My Custom Functions"
|
431 |
+
msgstr "My Custom Functions"
|
432 |
|
433 |
#. Plugin URI of the plugin/theme
|
434 |
msgid "https://github.com/ArthurGareginyan/my-custom-functions"
|
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-09-
|
7 |
-
"PO-Revision-Date: 2018-09-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
@@ -26,7 +26,7 @@ msgstr "Ajustes"
|
|
26 |
|
27 |
#: inc/php/core.php:33 inc/php/core.php:48
|
28 |
msgid "Upgrade to PRO"
|
29 |
-
msgstr ""
|
30 |
|
31 |
#: inc/php/core.php:47
|
32 |
msgid "Donate"
|
@@ -103,277 +103,286 @@ msgid "To add your custom PHP code to your website, simply follow these steps:"
|
|
103 |
msgstr ""
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
-
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 custom PHP code in the field."
|
111 |
msgstr ""
|
112 |
|
113 |
#: inc/php/page.php:71
|
114 |
-
msgid "
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: inc/php/page.php:
|
118 |
msgid "Note!"
|
119 |
msgstr "¡Nota!"
|
120 |
|
121 |
-
#: inc/php/page.php:
|
122 |
-
msgid "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/php/page.php:
|
126 |
-
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: inc/php/page.php:
|
130 |
msgid "Switch the toggle to the \"ON\" position."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid "Click the \"Save changes\" button."
|
135 |
msgstr "Clic en el botón \"Guardar Cambios\"."
|
136 |
|
137 |
-
#: inc/php/page.php:
|
138 |
msgid "Enjoy the result of applying your custom PHP code."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "It's that simple!"
|
143 |
msgstr "¡Es así de simple!"
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
#, php-format
|
147 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
148 |
msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
|
149 |
|
150 |
-
#: inc/php/page.php:
|
151 |
msgid "Frequently Asked Questions"
|
152 |
msgstr "Preguntas Frecuentes"
|
153 |
|
154 |
-
#: inc/php/page.php:
|
155 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
156 |
msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
|
157 |
|
158 |
-
#: inc/php/page.php:
|
159 |
msgid "Will this plugin work on my WordPress.COM website?"
|
160 |
msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
164 |
msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
|
165 |
|
166 |
-
#: inc/php/page.php:
|
167 |
msgid "Can I use this plugin on my language?"
|
168 |
msgstr "¿Puedo usar este complemento en mi idioma?"
|
169 |
|
170 |
-
#: inc/php/page.php:
|
171 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
172 |
msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
|
173 |
|
174 |
-
#: inc/php/page.php:
|
175 |
#, php-format
|
176 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
177 |
msgstr "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el %s e incluiremos esta traducción en la siguiente actualización del complemento."
|
178 |
|
179 |
-
#: inc/php/page.php:
|
180 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
181 |
msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
|
182 |
|
183 |
-
#: inc/php/page.php:
|
184 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
185 |
msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por tu contribución!"
|
186 |
|
187 |
-
#: inc/php/page.php:
|
188 |
msgid "How does it work?"
|
189 |
msgstr "¿Como funciona?"
|
190 |
|
191 |
-
#: inc/php/page.php:
|
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:
|
196 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid "Yes. But you need to do it properly, like this:"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: inc/php/page.php:
|
204 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: inc/php/page.php:
|
208 |
msgid "We don't limit the number of characters."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: inc/php/page.php:
|
212 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: inc/php/page.php:
|
216 |
msgid "Here are a few of the most likely causes of the error message:"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: inc/php/page.php:
|
220 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: inc/php/page.php:
|
224 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: inc/php/page.php:
|
228 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: inc/php/page.php:
|
232 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/php/page.php:
|
236 |
msgid "Does this plugin requires any modification of the theme?"
|
237 |
msgstr "¿Este complemento requiere alguna modificación del tema?"
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
241 |
msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid "Does this require any knowledge of HTML or CSS?"
|
245 |
msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
|
246 |
|
247 |
-
#: inc/php/page.php:
|
248 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "It's not working. What could be wrong?"
|
253 |
msgstr "No funciona. ¿Qué podría estar mal?"
|
254 |
|
255 |
-
#: inc/php/page.php:
|
256 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
257 |
msgstr "Como con todos los complementos, es posible que las cosas no funcionen. La razón más común para esto es la caché de un navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del navegador. Limpiar la caché del navegador puede resolver el problema."
|
258 |
|
259 |
-
#: inc/php/page.php:
|
260 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
261 |
msgstr "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
|
262 |
|
263 |
-
#: inc/php/page.php:
|
264 |
msgid "What to do if this plugin crashed the website?"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: inc/php/page.php:
|
268 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: inc/php/page.php:
|
272 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/page.php:
|
276 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/page.php:
|
284 |
msgid "Log in to Admin Area of your WordPress website."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: inc/php/page.php:
|
288 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: inc/php/page.php:
|
292 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: inc/php/page.php:
|
296 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: inc/php/page.php:
|
300 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: inc/php/page.php:
|
304 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/php/page.php:
|
308 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
309 |
msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede esto?"
|
310 |
|
311 |
-
#: inc/php/page.php:
|
312 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
313 |
msgstr "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la configuración del sitio web. Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
|
314 |
|
315 |
-
#: inc/php/page.php:
|
316 |
msgid "Where to report bug if found?"
|
317 |
msgstr "¿Dónde informar el error si se encuentra?"
|
318 |
|
319 |
-
#: inc/php/page.php:
|
320 |
#, php-format
|
321 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: inc/php/page.php:
|
325 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
326 |
msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
|
327 |
|
328 |
-
#: inc/php/page.php:
|
329 |
#, php-format
|
330 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: inc/php/page.php:
|
334 |
msgid "I love this plugin! Can I help somehow?"
|
335 |
msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
|
336 |
|
337 |
-
#: inc/php/page.php:
|
338 |
#, php-format
|
339 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
340 |
msgstr "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y gracias!"
|
341 |
|
342 |
-
#: inc/php/page.php:
|
343 |
msgid "My question wasn't answered here."
|
344 |
msgstr "Mi pregunta no fue contestada aquí."
|
345 |
|
346 |
-
#: inc/php/page.php:
|
347 |
#, php-format
|
348 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
349 |
msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s. Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
|
350 |
|
351 |
-
#: inc/php/page.php:
|
352 |
msgid "Support Us"
|
353 |
msgstr "¡Apoyanos!"
|
354 |
|
355 |
-
#: inc/php/page.php:
|
356 |
msgid "Donate with PayPal"
|
357 |
msgstr "Donar con PayPal"
|
358 |
|
359 |
-
#: inc/php/page.php:
|
360 |
#, php-format
|
361 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/php/page.php:
|
365 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: inc/php/page.php:
|
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 "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, y la prueba definitiva para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que la gente como tú lo disfrute."
|
371 |
|
372 |
-
#: inc/php/page.php:
|
373 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
374 |
msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
|
375 |
|
376 |
-
#: inc/php/page.php:
|
377 |
msgid "Thank you for your support!"
|
378 |
msgstr "¡Gracias por tu apoyo!"
|
379 |
|
@@ -401,19 +410,19 @@ msgstr "¡Gracias por tu apoyo!"
|
|
401 |
msgid "We are «Space X-Chimp»"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/php/sidebar.php:
|
405 |
msgid "About"
|
406 |
msgstr "Acerca de"
|
407 |
|
408 |
-
#: inc/php/sidebar.php:
|
409 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: inc/php/sidebar.php:
|
413 |
msgid "Help"
|
414 |
msgstr "Ayuda"
|
415 |
|
416 |
-
#: inc/php/sidebar.php:
|
417 |
msgid "If you have a question, please read the information in the FAQ section."
|
418 |
msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
|
419 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-09-22 15:46+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
26 |
|
27 |
#: inc/php/core.php:33 inc/php/core.php:48
|
28 |
msgid "Upgrade to PRO"
|
29 |
+
msgstr "Actualiza a PRO"
|
30 |
|
31 |
#: inc/php/core.php:47
|
32 |
msgid "Donate"
|
103 |
msgstr ""
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
+
msgid "Go to the \"Main\" tab on this page."
|
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 code editor field."
|
111 |
msgstr ""
|
112 |
|
113 |
#: inc/php/page.php:71
|
114 |
+
msgid "An example of PHP code:"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
|
118 |
msgid "Note!"
|
119 |
msgstr "¡Nota!"
|
120 |
|
121 |
+
#: inc/php/page.php:79
|
122 |
+
msgid "Do not wrap your custom PHP code in HTML tags, such as <code><?php</code>...<code>?></code>."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:81
|
126 |
+
#, php-format
|
127 |
+
msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/php/page.php:88
|
131 |
msgid "Switch the toggle to the \"ON\" position."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/php/page.php:89
|
135 |
msgid "Click the \"Save changes\" button."
|
136 |
msgstr "Clic en el botón \"Guardar Cambios\"."
|
137 |
|
138 |
+
#: inc/php/page.php:90
|
139 |
msgid "Enjoy the result of applying your custom PHP code."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/php/page.php:90
|
143 |
msgid "It's that simple!"
|
144 |
msgstr "¡Es así de simple!"
|
145 |
|
146 |
+
#: inc/php/page.php:93
|
147 |
#, php-format
|
148 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
149 |
msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
|
150 |
|
151 |
+
#: inc/php/page.php:107
|
152 |
msgid "Frequently Asked Questions"
|
153 |
msgstr "Preguntas Frecuentes"
|
154 |
|
155 |
+
#: inc/php/page.php:111
|
156 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
157 |
msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
|
158 |
|
159 |
+
#: inc/php/page.php:133
|
160 |
msgid "Will this plugin work on my WordPress.COM website?"
|
161 |
msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
|
162 |
|
163 |
+
#: inc/php/page.php:134
|
164 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
165 |
msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
|
166 |
|
167 |
+
#: inc/php/page.php:136
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr "¿Puedo usar este complemento en mi idioma?"
|
170 |
|
171 |
+
#: inc/php/page.php:137
|
172 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
173 |
msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
|
174 |
|
175 |
+
#: inc/php/page.php:139
|
176 |
#, php-format
|
177 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
178 |
msgstr "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el %s e incluiremos esta traducción en la siguiente actualización del complemento."
|
179 |
|
180 |
+
#: inc/php/page.php:144
|
181 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
182 |
msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
|
183 |
|
184 |
+
#: inc/php/page.php:145
|
185 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
186 |
msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por tu contribución!"
|
187 |
|
188 |
+
#: inc/php/page.php:147
|
189 |
msgid "How does it work?"
|
190 |
msgstr "¿Como funciona?"
|
191 |
|
192 |
+
#: inc/php/page.php:148
|
193 |
+
msgid "On the \"Main\" tab, place your custom PHP code in the code editor 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!"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/page.php:150
|
197 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:151
|
201 |
msgid "Yes. But you need to do it properly, like this:"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/php/page.php:161
|
205 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/php/page.php:162
|
209 |
msgid "We don't limit the number of characters."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: inc/php/page.php:164
|
213 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/page.php:165
|
217 |
msgid "Here are a few of the most likely causes of the error message:"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: inc/php/page.php:167
|
221 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: inc/php/page.php:168
|
225 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: inc/php/page.php:169
|
229 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/php/page.php:170
|
233 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: inc/php/page.php:173
|
237 |
msgid "Does this plugin requires any modification of the theme?"
|
238 |
msgstr "¿Este complemento requiere alguna modificación del tema?"
|
239 |
|
240 |
+
#: inc/php/page.php:174
|
241 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
242 |
msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
|
243 |
|
244 |
+
#: inc/php/page.php:176
|
245 |
msgid "Does this require any knowledge of HTML or CSS?"
|
246 |
msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
|
247 |
|
248 |
+
#: inc/php/page.php:177
|
249 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: inc/php/page.php:179
|
253 |
+
msgid "Can I add my custom PHP code to a specific page of my website?"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: inc/php/page.php:180
|
257 |
+
msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: inc/php/page.php:194
|
261 |
msgid "It's not working. What could be wrong?"
|
262 |
msgstr "No funciona. ¿Qué podría estar mal?"
|
263 |
|
264 |
+
#: inc/php/page.php:195
|
265 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
266 |
msgstr "Como con todos los complementos, es posible que las cosas no funcionen. La razón más común para esto es la caché de un navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del navegador. Limpiar la caché del navegador puede resolver el problema."
|
267 |
|
268 |
+
#: inc/php/page.php:196
|
269 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
270 |
msgstr "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
|
271 |
|
272 |
+
#: inc/php/page.php:198
|
273 |
msgid "What to do if this plugin crashed the website?"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: inc/php/page.php:199
|
277 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:201
|
281 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/page.php:202
|
285 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/page.php:203
|
289 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: inc/php/page.php:204
|
293 |
msgid "Log in to Admin Area of your WordPress website."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: inc/php/page.php:205
|
297 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/php/page.php:206
|
301 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/php/page.php:207
|
305 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: inc/php/page.php:209
|
309 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: inc/php/page.php:210
|
313 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/page.php:212
|
317 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
318 |
msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede esto?"
|
319 |
|
320 |
+
#: inc/php/page.php:213
|
321 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
322 |
msgstr "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la configuración del sitio web. Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
|
323 |
|
324 |
+
#: inc/php/page.php:215
|
325 |
msgid "Where to report bug if found?"
|
326 |
msgstr "¿Dónde informar el error si se encuentra?"
|
327 |
|
328 |
+
#: inc/php/page.php:217
|
329 |
#, php-format
|
330 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: inc/php/page.php:223
|
334 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
335 |
msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
|
336 |
|
337 |
+
#: inc/php/page.php:225
|
338 |
#, php-format
|
339 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: inc/php/page.php:231
|
343 |
msgid "I love this plugin! Can I help somehow?"
|
344 |
msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
|
345 |
|
346 |
+
#: inc/php/page.php:233
|
347 |
#, php-format
|
348 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
349 |
msgstr "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y gracias!"
|
350 |
|
351 |
+
#: inc/php/page.php:239
|
352 |
msgid "My question wasn't answered here."
|
353 |
msgstr "Mi pregunta no fue contestada aquí."
|
354 |
|
355 |
+
#: inc/php/page.php:241
|
356 |
#, php-format
|
357 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
358 |
msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s. Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
|
359 |
|
360 |
+
#: inc/php/page.php:255
|
361 |
msgid "Support Us"
|
362 |
msgstr "¡Apoyanos!"
|
363 |
|
364 |
+
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
|
365 |
msgid "Donate with PayPal"
|
366 |
msgstr "Donar con PayPal"
|
367 |
|
368 |
+
#: inc/php/page.php:268
|
369 |
#, php-format
|
370 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: inc/php/page.php:276
|
374 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: inc/php/page.php:277
|
378 |
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."
|
379 |
msgstr "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, y la prueba definitiva para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que la gente como tú lo disfrute."
|
380 |
|
381 |
+
#: inc/php/page.php:278
|
382 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
383 |
msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
|
384 |
|
385 |
+
#: inc/php/page.php:279
|
386 |
msgid "Thank you for your support!"
|
387 |
msgstr "¡Gracias por tu apoyo!"
|
388 |
|
410 |
msgid "We are «Space X-Chimp»"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: inc/php/sidebar.php:33
|
414 |
msgid "About"
|
415 |
msgstr "Acerca de"
|
416 |
|
417 |
+
#: inc/php/sidebar.php:35
|
418 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: inc/php/sidebar.php:40
|
422 |
msgid "Help"
|
423 |
msgstr "Ayuda"
|
424 |
|
425 |
+
#: inc/php/sidebar.php:42
|
426 |
msgid "If you have a question, please read the information in the FAQ section."
|
427 |
msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
|
428 |
|
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-09-
|
7 |
-
"PO-Revision-Date: 2018-09-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
@@ -103,277 +103,286 @@ msgid "To add your custom PHP code to your website, simply follow these steps:"
|
|
103 |
msgstr ""
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
-
msgid "Go to the \"Main\" tab."
|
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
|
114 |
-
msgid "
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: inc/php/page.php:
|
118 |
msgid "Note!"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: inc/php/page.php:
|
122 |
-
msgid "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/php/page.php:
|
126 |
-
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: inc/php/page.php:
|
130 |
msgid "Switch the toggle to the \"ON\" position."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid "Click the \"Save changes\" button."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: inc/php/page.php:
|
138 |
msgid "Enjoy the result of applying your custom PHP code."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "It's that simple!"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
#, php-format
|
147 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: inc/php/page.php:
|
151 |
msgid "Frequently Asked Questions"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: inc/php/page.php:
|
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:
|
159 |
msgid "Will this plugin work on my WordPress.COM website?"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: inc/php/page.php:
|
167 |
msgid "Can I use this plugin on my language?"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: inc/php/page.php:
|
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:
|
175 |
#, php-format
|
176 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: inc/php/page.php:
|
180 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: inc/php/page.php:
|
184 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: inc/php/page.php:
|
188 |
msgid "How does it work?"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: inc/php/page.php:
|
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:
|
196 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid "Yes. But you need to do it properly, like this:"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: inc/php/page.php:
|
204 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: inc/php/page.php:
|
208 |
msgid "We don't limit the number of characters."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: inc/php/page.php:
|
212 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: inc/php/page.php:
|
216 |
msgid "Here are a few of the most likely causes of the error message:"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: inc/php/page.php:
|
220 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: inc/php/page.php:
|
224 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: inc/php/page.php:
|
228 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: inc/php/page.php:
|
232 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/php/page.php:
|
236 |
msgid "Does this plugin requires any modification of the theme?"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid "Does this require any knowledge of HTML or CSS?"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: inc/php/page.php:
|
248 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "It's not working. What could be wrong?"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: inc/php/page.php:
|
256 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: inc/php/page.php:
|
260 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: inc/php/page.php:
|
264 |
msgid "What to do if this plugin crashed the website?"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: inc/php/page.php:
|
268 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: inc/php/page.php:
|
272 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/page.php:
|
276 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/page.php:
|
284 |
msgid "Log in to Admin Area of your WordPress website."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: inc/php/page.php:
|
288 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: inc/php/page.php:
|
292 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: inc/php/page.php:
|
296 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: inc/php/page.php:
|
300 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: inc/php/page.php:
|
304 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/php/page.php:
|
308 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: inc/php/page.php:
|
312 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: inc/php/page.php:
|
316 |
msgid "Where to report bug if found?"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: inc/php/page.php:
|
320 |
#, php-format
|
321 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: inc/php/page.php:
|
325 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: inc/php/page.php:
|
329 |
#, php-format
|
330 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: inc/php/page.php:
|
334 |
msgid "I love this plugin! Can I help somehow?"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: inc/php/page.php:
|
338 |
#, php-format
|
339 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: inc/php/page.php:
|
343 |
msgid "My question wasn't answered here."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: inc/php/page.php:
|
347 |
#, php-format
|
348 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/php/page.php:
|
352 |
msgid "Support Us"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/php/page.php:
|
356 |
msgid "Donate with PayPal"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: inc/php/page.php:
|
360 |
#, php-format
|
361 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/php/page.php:
|
365 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: inc/php/page.php:
|
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:
|
373 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: inc/php/page.php:
|
377 |
msgid "Thank you for your support!"
|
378 |
msgstr ""
|
379 |
|
@@ -401,19 +410,19 @@ msgstr "Merci pour votre soutien !"
|
|
401 |
msgid "We are «Space X-Chimp»"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/php/sidebar.php:
|
405 |
msgid "About"
|
406 |
msgstr "A propos"
|
407 |
|
408 |
-
#: inc/php/sidebar.php:
|
409 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: inc/php/sidebar.php:
|
413 |
msgid "Help"
|
414 |
msgstr "Aide"
|
415 |
|
416 |
-
#: inc/php/sidebar.php:
|
417 |
msgid "If you have a question, please read the information in the FAQ section."
|
418 |
msgstr "Vous souhaitez nous contacter ? Vous avez besoin d'aide ?"
|
419 |
|
@@ -431,7 +440,7 @@ msgstr "Ajoutez facilement et en toute sécurité vos fonctions personnalisées
|
|
431 |
|
432 |
#. Author of the plugin/theme
|
433 |
msgid "Space X-Chimp"
|
434 |
-
msgstr ""
|
435 |
|
436 |
#. Author URI of the plugin/theme
|
437 |
msgid "https://www.spacexchimp.com"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-09-22 15:46+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
103 |
msgstr ""
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
+
msgid "Go to the \"Main\" tab on this page."
|
107 |
msgstr ""
|
108 |
|
109 |
#: inc/php/page.php:70
|
110 |
+
msgid "Place your custom PHP code in the code editor field."
|
111 |
msgstr ""
|
112 |
|
113 |
#: inc/php/page.php:71
|
114 |
+
msgid "An example of PHP code:"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
|
118 |
msgid "Note!"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: inc/php/page.php:79
|
122 |
+
msgid "Do not wrap your custom PHP code in HTML tags, such as <code><?php</code>...<code>?></code>."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:81
|
126 |
+
#, php-format
|
127 |
+
msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/php/page.php:88
|
131 |
msgid "Switch the toggle to the \"ON\" position."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/php/page.php:89
|
135 |
msgid "Click the \"Save changes\" button."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: inc/php/page.php:90
|
139 |
msgid "Enjoy the result of applying your custom PHP code."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/php/page.php:90
|
143 |
msgid "It's that simple!"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: inc/php/page.php:93
|
147 |
#, php-format
|
148 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: inc/php/page.php:107
|
152 |
msgid "Frequently Asked Questions"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: inc/php/page.php:111
|
156 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: inc/php/page.php:133
|
160 |
msgid "Will this plugin work on my WordPress.COM website?"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: inc/php/page.php:134
|
164 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: inc/php/page.php:136
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: inc/php/page.php:137
|
172 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: inc/php/page.php:139
|
176 |
#, php-format
|
177 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/page.php:144
|
181 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/page.php:145
|
185 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/page.php:147
|
189 |
msgid "How does it work?"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/page.php:148
|
193 |
+
msgid "On the \"Main\" tab, place your custom PHP code in the code editor 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!"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/page.php:150
|
197 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:151
|
201 |
msgid "Yes. But you need to do it properly, like this:"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/php/page.php:161
|
205 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/php/page.php:162
|
209 |
msgid "We don't limit the number of characters."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: inc/php/page.php:164
|
213 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/page.php:165
|
217 |
msgid "Here are a few of the most likely causes of the error message:"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: inc/php/page.php:167
|
221 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: inc/php/page.php:168
|
225 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: inc/php/page.php:169
|
229 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/php/page.php:170
|
233 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: inc/php/page.php:173
|
237 |
msgid "Does this plugin requires any modification of the theme?"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: inc/php/page.php:174
|
241 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: inc/php/page.php:176
|
245 |
msgid "Does this require any knowledge of HTML or CSS?"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: inc/php/page.php:177
|
249 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: inc/php/page.php:179
|
253 |
+
msgid "Can I add my custom PHP code to a specific page of my website?"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: inc/php/page.php:180
|
257 |
+
msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: inc/php/page.php:194
|
261 |
msgid "It's not working. What could be wrong?"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: inc/php/page.php:195
|
265 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: inc/php/page.php:196
|
269 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: inc/php/page.php:198
|
273 |
msgid "What to do if this plugin crashed the website?"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: inc/php/page.php:199
|
277 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:201
|
281 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/page.php:202
|
285 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/page.php:203
|
289 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: inc/php/page.php:204
|
293 |
msgid "Log in to Admin Area of your WordPress website."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: inc/php/page.php:205
|
297 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/php/page.php:206
|
301 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/php/page.php:207
|
305 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: inc/php/page.php:209
|
309 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: inc/php/page.php:210
|
313 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/page.php:212
|
317 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: inc/php/page.php:213
|
321 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: inc/php/page.php:215
|
325 |
msgid "Where to report bug if found?"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: inc/php/page.php:217
|
329 |
#, php-format
|
330 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: inc/php/page.php:223
|
334 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: inc/php/page.php:225
|
338 |
#, php-format
|
339 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: inc/php/page.php:231
|
343 |
msgid "I love this plugin! Can I help somehow?"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: inc/php/page.php:233
|
347 |
#, php-format
|
348 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: inc/php/page.php:239
|
352 |
msgid "My question wasn't answered here."
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: inc/php/page.php:241
|
356 |
#, php-format
|
357 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: inc/php/page.php:255
|
361 |
msgid "Support Us"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
|
365 |
msgid "Donate with PayPal"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: inc/php/page.php:268
|
369 |
#, php-format
|
370 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: inc/php/page.php:276
|
374 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: inc/php/page.php:277
|
378 |
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."
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: inc/php/page.php:278
|
382 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: inc/php/page.php:279
|
386 |
msgid "Thank you for your support!"
|
387 |
msgstr ""
|
388 |
|
410 |
msgid "We are «Space X-Chimp»"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: inc/php/sidebar.php:33
|
414 |
msgid "About"
|
415 |
msgstr "A propos"
|
416 |
|
417 |
+
#: inc/php/sidebar.php:35
|
418 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: inc/php/sidebar.php:40
|
422 |
msgid "Help"
|
423 |
msgstr "Aide"
|
424 |
|
425 |
+
#: inc/php/sidebar.php:42
|
426 |
msgid "If you have a question, please read the information in the FAQ section."
|
427 |
msgstr "Vous souhaitez nous contacter ? Vous avez besoin d'aide ?"
|
428 |
|
440 |
|
441 |
#. Author of the plugin/theme
|
442 |
msgid "Space X-Chimp"
|
443 |
+
msgstr "Space X-Chimp"
|
444 |
|
445 |
#. Author URI of the plugin/theme
|
446 |
msgid "https://www.spacexchimp.com"
|
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-09-
|
7 |
-
"PO-Revision-Date: 2018-09-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
@@ -103,277 +103,286 @@ msgid "To add your custom PHP code to your website, simply follow these steps:"
|
|
103 |
msgstr "Om je eigen aangepaste functies (de PHP code) aan je website toe te voegen, volg deze simpele stappen:"
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
-
msgid "Go to the \"Main\" tab."
|
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
|
114 |
-
msgid "
|
115 |
msgstr "Voorbeeld van PHP code:"
|
116 |
|
117 |
-
#: inc/php/page.php:
|
118 |
msgid "Note!"
|
119 |
msgstr "Opmerking!"
|
120 |
|
121 |
-
#: inc/php/page.php:
|
122 |
-
msgid "
|
123 |
-
msgstr "
|
124 |
|
125 |
-
#: inc/php/page.php:
|
126 |
-
|
127 |
-
|
|
|
128 |
|
129 |
-
#: inc/php/page.php:
|
130 |
msgid "Switch the toggle to the \"ON\" position."
|
131 |
msgstr "Druk de AAN / UIT-schakelaar naar de stand AAN."
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid "Click the \"Save changes\" button."
|
135 |
msgstr "Klik op de knop \"Wijzigingen opslaan\"."
|
136 |
|
137 |
-
#: inc/php/page.php:
|
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:
|
142 |
msgid "It's that simple!"
|
143 |
msgstr "Zo eenvoudig is het!"
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
#, php-format
|
147 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
148 |
msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
|
149 |
|
150 |
-
#: inc/php/page.php:
|
151 |
msgid "Frequently Asked Questions"
|
152 |
msgstr "Veel voorkomende vragen (FAQ)"
|
153 |
|
154 |
-
#: inc/php/page.php:
|
155 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
156 |
msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
|
157 |
|
158 |
-
#: inc/php/page.php:
|
159 |
msgid "Will this plugin work on my WordPress.COM website?"
|
160 |
msgstr "Werkt deze plugin op mijn WordPress.COM website?"
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
164 |
msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (WordPress.ORG) websites."
|
165 |
|
166 |
-
#: inc/php/page.php:
|
167 |
msgid "Can I use this plugin on my language?"
|
168 |
msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
|
169 |
|
170 |
-
#: inc/php/page.php:
|
171 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
172 |
msgstr "Ja. Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
|
173 |
|
174 |
-
#: inc/php/page.php:
|
175 |
#, php-format
|
176 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
177 |
msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s. Je kunt ook het POT-bestand gebruiken, dat is inbegrepen en in de map “languages” is geplaatst om een PO-bestand met vertalingen te maken. Stuur het PO-bestand naar ons op de %s en we zullen deze vertaling opnemen in de volgende plug-in update."
|
178 |
|
179 |
-
#: inc/php/page.php:
|
180 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
181 |
msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
|
182 |
|
183 |
-
#: inc/php/page.php:
|
184 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
185 |
msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt. Bedankt voor je bijdrage!"
|
186 |
|
187 |
-
#: inc/php/page.php:
|
188 |
msgid "How does it work?"
|
189 |
msgstr "Hoe werkt het?"
|
190 |
|
191 |
-
#: inc/php/page.php:
|
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:
|
196 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
197 |
msgstr "Kan ik HTML/CSS/JS code geïntegreerd in PHP-code gebruiken?"
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid "Yes. But you need to do it properly, like this:"
|
201 |
msgstr "Ja. Maar je moet het goed doen, zoals dit:"
|
202 |
|
203 |
-
#: inc/php/page.php:
|
204 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
205 |
msgstr "Hoe veel PHP code (tekens) kan ik invoeren?"
|
206 |
|
207 |
-
#: inc/php/page.php:
|
208 |
msgid "We don't limit the number of characters."
|
209 |
msgstr "Er is geen beperking op het aantal tekens."
|
210 |
|
211 |
-
#: inc/php/page.php:
|
212 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
213 |
msgstr "Op de plug-in instellingen pagina verschijnt een fout-melding. Wat kan er fout zijn?"
|
214 |
|
215 |
-
#: inc/php/page.php:
|
216 |
msgid "Here are a few of the most likely causes of the error message:"
|
217 |
msgstr "Hier zijn enkele van de meest waarschijnlijke oorzaken van de foutmelding:"
|
218 |
|
219 |
-
#: inc/php/page.php:
|
220 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
221 |
msgstr "Je maakt een syntaxisfout in de code die je hebt ingevoerd. Controleer de syntaxis van je code en probeer het opnieuw."
|
222 |
|
223 |
-
#: inc/php/page.php:
|
224 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
225 |
msgstr "U hebt twee functies met dezelfde naam ingevoerd. Gebruik een unieke naam voor uw functies."
|
226 |
|
227 |
-
#: inc/php/page.php:
|
228 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
229 |
msgstr "Je hebt de functie ingevoerd met een naam die al in gebruik is door een andere functie. Gebruik een unieke naam voor je functie."
|
230 |
|
231 |
-
#: inc/php/page.php:
|
232 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
233 |
msgstr "Je probeert een bestaande functie (van WordPress, thema of plug-in) te overschrijven. Gebruik in plaats daarvan filters en haken."
|
234 |
|
235 |
-
#: inc/php/page.php:
|
236 |
msgid "Does this plugin requires any modification of the theme?"
|
237 |
msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
241 |
msgstr "Absoluut niet. Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid "Does this require any knowledge of HTML or CSS?"
|
245 |
msgstr "Vereist dit enige kennis van HTML of CSS?"
|
246 |
|
247 |
-
#: inc/php/page.php:
|
248 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
249 |
msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina. Maar u moet de HTML of CSS kennen om de HTML- of CSS-code toe te voegen / te verwijderen / wijzigen met behulp van deze plug-in."
|
250 |
|
251 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "It's not working. What could be wrong?"
|
253 |
msgstr "Het werkt niet. Wat kan er fout zijn?"
|
254 |
|
255 |
-
#: inc/php/page.php:
|
256 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
257 |
msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken. De meest voorkomende reden hiervoor is de cache van een webbrowser. Elke webbrowser slaat een cache op van de websites die u bezoekt (pagina's, afbeeldingen en enz.) Om het bandbreedte-gebruik en de serverbelasting te verminderen. Dit wordt de cache van de browser genoemd. Het wissen van de cache van uw browser kan het probleem oplossen."
|
258 |
|
259 |
-
#: inc/php/page.php:
|
260 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
261 |
msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn, maar als je een ondersteuningsverzoek post in het ondersteuningsforum van de plug-in op WordPress.org, willen we graag een kijkje nemen en proberen te helpen. Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
|
262 |
|
263 |
-
#: inc/php/page.php:
|
264 |
msgid "What to do if this plugin crashed the website?"
|
265 |
msgstr "Wat te doen als deze plug-in de website heeft gecrasht?"
|
266 |
|
267 |
-
#: inc/php/page.php:
|
268 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
269 |
msgstr "Deze plugin heeft ingebouwde functies voor het controleren van de aangepaste code op syntaxisfouten, dubbele functies namen en enz. Maar plugin is niet perfect, het is dus mogelijk dat de ingevoerde code een foutbericht en een wit scherm (WSOD) veroorzaakt. Dit is de wijten aan het feit dat uw aangepaste code een syntaxisfout heeft, die door deze plugin kon niet worden gevonden. Wanneer dit met gebeurt, voer dan de volgende stappen uit."
|
270 |
|
271 |
-
#: inc/php/page.php:
|
272 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
273 |
msgstr "Benader je server via FTP of SFTP. Als u niet zeker bent hoe, vaak heeft je webhostingprovider ergens op hun website instructies staan."
|
274 |
|
275 |
-
#: inc/php/page.php:
|
276 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
277 |
msgstr "Blader naar de map <code>wp-content/plugins/my-custom-functions/</code> . Neem contact op met je web hosting bedrijf om hulp te krijgen als je deze map niet kunt vinden."
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
281 |
msgstr "Hernoem het bestand <code>START</code> naar <code>STOP</code>. Hiermee stopt u het uitvoeren van uw aangepaste code."
|
282 |
|
283 |
-
#: inc/php/page.php:
|
284 |
msgid "Log in to Admin Area of your WordPress website."
|
285 |
msgstr "Log in op het Admin-gedeelte van uw WordPress-website."
|
286 |
|
287 |
-
#: inc/php/page.php:
|
288 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
289 |
msgstr "Ga naar de plug-in instellingen pagina <code>Instellingen</code> ➡ <code>PHP Inserter</code>."
|
290 |
|
291 |
-
#: inc/php/page.php:
|
292 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
293 |
msgstr "Edit/repareer je custos code welke je hebt ingevoerd voor de crash."
|
294 |
|
295 |
-
#: inc/php/page.php:
|
296 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
297 |
msgstr "Keer terug naar de plug-in directorie en verander de naam van het bestand <code>STOP</code> naar <code>START</code> en je bent klaar!"
|
298 |
|
299 |
-
#: inc/php/page.php:
|
300 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
301 |
msgstr "Deze plug-in heeft de door jouw ingevoerde code opgeslagen in de database van je website. Om je code te verkrijgen, kun je ook naar <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code> gaan."
|
302 |
|
303 |
-
#: inc/php/page.php:
|
304 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
305 |
msgstr "We zijn bezig met het maken van een optie om de uitvoering van PHP-code automatisch te stoppen, als de plugin geen fout kon detecteren en de PHP-code wel een onbereikbare website veroorzaakt."
|
306 |
|
307 |
-
#: inc/php/page.php:
|
308 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
309 |
msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik. Waarom is dit?"
|
310 |
|
311 |
-
#: inc/php/page.php:
|
312 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
313 |
msgstr "Deze plug-in kan zo’n probleem niet veroorzaken. Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website. Het kan gewoon een cache-probleem zijn, dus probeer de cache van je website te wissen (mogelijk gebruik je een caching-plug-in of een webservice zoals de CloudFlare) en vervolgens de cache van je webbrowser. Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
|
314 |
|
315 |
-
#: inc/php/page.php:
|
316 |
msgid "Where to report bug if found?"
|
317 |
msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
|
318 |
|
319 |
-
#: inc/php/page.php:
|
320 |
#, php-format
|
321 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
322 |
msgstr "Bugrapporten zijn van harte welkom! Ga naar %s onze contactpagina %s en rapporteer. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
|
323 |
|
324 |
-
#: inc/php/page.php:
|
325 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
326 |
msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
|
327 |
|
328 |
-
#: inc/php/page.php:
|
329 |
#, php-format
|
330 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr "Alle suggesties zijn van harte welkom! Ga naar %s onze contactpagina %s. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
|
332 |
|
333 |
-
#: inc/php/page.php:
|
334 |
msgid "I love this plugin! Can I help somehow?"
|
335 |
msgstr "Ik ben dol op deze plug-in! Kan ik op de een of andere manier helpen?"
|
336 |
|
337 |
-
#: inc/php/page.php:
|
338 |
#, php-format
|
339 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
340 |
msgstr "Ja, alle bijdragen zijn van harte welkom! Ga naar %s onze donatiepagina %s. Dank je!"
|
341 |
|
342 |
-
#: inc/php/page.php:
|
343 |
msgid "My question wasn't answered here."
|
344 |
msgstr "Mij vraag is hier niet beantwoord."
|
345 |
|
346 |
-
#: inc/php/page.php:
|
347 |
#, php-format
|
348 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
349 |
msgstr "Je kunt je vraag op %s deze pagina %s stellen. Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
|
350 |
|
351 |
-
#: inc/php/page.php:
|
352 |
msgid "Support Us"
|
353 |
msgstr "Ondersteun ons"
|
354 |
|
355 |
-
#: inc/php/page.php:
|
356 |
msgid "Donate with PayPal"
|
357 |
msgstr "Doneer via PayPal"
|
358 |
|
359 |
-
#: inc/php/page.php:
|
360 |
#, php-format
|
361 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/php/page.php:
|
365 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: inc/php/page.php:
|
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 "Ik besteed veel tijd en moeite om ervoor te zorgen dat de thema’s, plug-ins en andere dingen die ik maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken. Maar ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd besteden aan het bouwen van dingen voor mensen zoals jij om van te genieten."
|
371 |
|
372 |
-
#: inc/php/page.php:
|
373 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
374 |
msgstr "Als je mijn werk waardeert, kun je een koffie voor me kopen!"
|
375 |
|
376 |
-
#: inc/php/page.php:
|
377 |
msgid "Thank you for your support!"
|
378 |
msgstr "Bedankt voor je ondersteuning!"
|
379 |
|
@@ -401,25 +410,25 @@ msgstr "Bedankt voor uw steun!"
|
|
401 |
msgid "We are «Space X-Chimp»"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/php/sidebar.php:
|
405 |
msgid "About"
|
406 |
msgstr "Over"
|
407 |
|
408 |
-
#: inc/php/sidebar.php:
|
409 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
410 |
msgstr "Met deze plug-in kunt u eenvoudig en veilig uw aangepaste functies (PHP-code) rechtstreeks toevoegen via uw WordPress-Admin, zonder dat u een externe editor nodig hebt."
|
411 |
|
412 |
-
#: inc/php/sidebar.php:
|
413 |
msgid "Help"
|
414 |
msgstr "Help"
|
415 |
|
416 |
-
#: inc/php/sidebar.php:
|
417 |
msgid "If you have a question, please read the information in the FAQ section."
|
418 |
msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
|
419 |
|
420 |
#. Plugin Name of the plugin/theme
|
421 |
msgid "My Custom Functions"
|
422 |
-
msgstr "
|
423 |
|
424 |
#. Plugin URI of the plugin/theme
|
425 |
msgid "https://github.com/ArthurGareginyan/my-custom-functions"
|
@@ -437,6 +446,12 @@ msgstr "Space X-Chimp"
|
|
437 |
msgid "https://www.spacexchimp.com"
|
438 |
msgstr "https://www.spacexchimp.com"
|
439 |
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
#~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
|
441 |
#~ msgstr "Hallo! Mijn naam is %s Arthur %s en ik ben de oprichter van %s Space X-Chimp %s."
|
442 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-09-22 15:46+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
103 |
msgstr "Om je eigen aangepaste functies (de PHP code) aan je website toe te voegen, volg deze simpele stappen:"
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
+
msgid "Go to the \"Main\" tab on this page."
|
107 |
msgstr "Ga naar het tabblad “Hoofd”."
|
108 |
|
109 |
#: inc/php/page.php:70
|
110 |
+
msgid "Place your custom PHP code in the code editor field."
|
111 |
msgstr "Plaats je PHP code in het veld."
|
112 |
|
113 |
#: inc/php/page.php:71
|
114 |
+
msgid "An example of PHP code:"
|
115 |
msgstr "Voorbeeld van PHP code:"
|
116 |
|
117 |
+
#: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
|
118 |
msgid "Note!"
|
119 |
msgstr "Opmerking!"
|
120 |
|
121 |
+
#: inc/php/page.php:79
|
122 |
+
msgid "Do not wrap your custom PHP code in HTML tags, such as <code><?php</code>...<code>?></code>."
|
123 |
+
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:81
|
126 |
+
#, php-format
|
127 |
+
msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
|
128 |
+
msgstr ""
|
129 |
|
130 |
+
#: inc/php/page.php:88
|
131 |
msgid "Switch the toggle to the \"ON\" position."
|
132 |
msgstr "Druk de AAN / UIT-schakelaar naar de stand AAN."
|
133 |
|
134 |
+
#: inc/php/page.php:89
|
135 |
msgid "Click the \"Save changes\" button."
|
136 |
msgstr "Klik op de knop \"Wijzigingen opslaan\"."
|
137 |
|
138 |
+
#: inc/php/page.php:90
|
139 |
msgid "Enjoy the result of applying your custom PHP code."
|
140 |
msgstr "Geniet van het resultaat door uw PHP-code toe te passen."
|
141 |
|
142 |
+
#: inc/php/page.php:90
|
143 |
msgid "It's that simple!"
|
144 |
msgstr "Zo eenvoudig is het!"
|
145 |
|
146 |
+
#: inc/php/page.php:93
|
147 |
#, php-format
|
148 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
149 |
msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
|
150 |
|
151 |
+
#: inc/php/page.php:107
|
152 |
msgid "Frequently Asked Questions"
|
153 |
msgstr "Veel voorkomende vragen (FAQ)"
|
154 |
|
155 |
+
#: inc/php/page.php:111
|
156 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
157 |
msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
|
158 |
|
159 |
+
#: inc/php/page.php:133
|
160 |
msgid "Will this plugin work on my WordPress.COM website?"
|
161 |
msgstr "Werkt deze plugin op mijn WordPress.COM website?"
|
162 |
|
163 |
+
#: inc/php/page.php:134
|
164 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
165 |
msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (WordPress.ORG) websites."
|
166 |
|
167 |
+
#: inc/php/page.php:136
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
|
170 |
|
171 |
+
#: inc/php/page.php:137
|
172 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
173 |
msgstr "Ja. Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
|
174 |
|
175 |
+
#: inc/php/page.php:139
|
176 |
#, php-format
|
177 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
178 |
msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s. Je kunt ook het POT-bestand gebruiken, dat is inbegrepen en in de map “languages” is geplaatst om een PO-bestand met vertalingen te maken. Stuur het PO-bestand naar ons op de %s en we zullen deze vertaling opnemen in de volgende plug-in update."
|
179 |
|
180 |
+
#: inc/php/page.php:144
|
181 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
182 |
msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
|
183 |
|
184 |
+
#: inc/php/page.php:145
|
185 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
186 |
msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt. Bedankt voor je bijdrage!"
|
187 |
|
188 |
+
#: inc/php/page.php:147
|
189 |
msgid "How does it work?"
|
190 |
msgstr "Hoe werkt het?"
|
191 |
|
192 |
+
#: inc/php/page.php:148
|
193 |
+
msgid "On the \"Main\" tab, place your custom PHP code in the code editor 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!"
|
194 |
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!"
|
195 |
|
196 |
+
#: inc/php/page.php:150
|
197 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
198 |
msgstr "Kan ik HTML/CSS/JS code geïntegreerd in PHP-code gebruiken?"
|
199 |
|
200 |
+
#: inc/php/page.php:151
|
201 |
msgid "Yes. But you need to do it properly, like this:"
|
202 |
msgstr "Ja. Maar je moet het goed doen, zoals dit:"
|
203 |
|
204 |
+
#: inc/php/page.php:161
|
205 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
206 |
msgstr "Hoe veel PHP code (tekens) kan ik invoeren?"
|
207 |
|
208 |
+
#: inc/php/page.php:162
|
209 |
msgid "We don't limit the number of characters."
|
210 |
msgstr "Er is geen beperking op het aantal tekens."
|
211 |
|
212 |
+
#: inc/php/page.php:164
|
213 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
214 |
msgstr "Op de plug-in instellingen pagina verschijnt een fout-melding. Wat kan er fout zijn?"
|
215 |
|
216 |
+
#: inc/php/page.php:165
|
217 |
msgid "Here are a few of the most likely causes of the error message:"
|
218 |
msgstr "Hier zijn enkele van de meest waarschijnlijke oorzaken van de foutmelding:"
|
219 |
|
220 |
+
#: inc/php/page.php:167
|
221 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
222 |
msgstr "Je maakt een syntaxisfout in de code die je hebt ingevoerd. Controleer de syntaxis van je code en probeer het opnieuw."
|
223 |
|
224 |
+
#: inc/php/page.php:168
|
225 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
226 |
msgstr "U hebt twee functies met dezelfde naam ingevoerd. Gebruik een unieke naam voor uw functies."
|
227 |
|
228 |
+
#: inc/php/page.php:169
|
229 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
230 |
msgstr "Je hebt de functie ingevoerd met een naam die al in gebruik is door een andere functie. Gebruik een unieke naam voor je functie."
|
231 |
|
232 |
+
#: inc/php/page.php:170
|
233 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
234 |
msgstr "Je probeert een bestaande functie (van WordPress, thema of plug-in) te overschrijven. Gebruik in plaats daarvan filters en haken."
|
235 |
|
236 |
+
#: inc/php/page.php:173
|
237 |
msgid "Does this plugin requires any modification of the theme?"
|
238 |
msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
|
239 |
|
240 |
+
#: inc/php/page.php:174
|
241 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
242 |
msgstr "Absoluut niet. Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
|
243 |
|
244 |
+
#: inc/php/page.php:176
|
245 |
msgid "Does this require any knowledge of HTML or CSS?"
|
246 |
msgstr "Vereist dit enige kennis van HTML of CSS?"
|
247 |
|
248 |
+
#: inc/php/page.php:177
|
249 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
250 |
msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina. Maar u moet de HTML of CSS kennen om de HTML- of CSS-code toe te voegen / te verwijderen / wijzigen met behulp van deze plug-in."
|
251 |
|
252 |
+
#: inc/php/page.php:179
|
253 |
+
msgid "Can I add my custom PHP code to a specific page of my website?"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: inc/php/page.php:180
|
257 |
+
msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: inc/php/page.php:194
|
261 |
msgid "It's not working. What could be wrong?"
|
262 |
msgstr "Het werkt niet. Wat kan er fout zijn?"
|
263 |
|
264 |
+
#: inc/php/page.php:195
|
265 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
266 |
msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken. De meest voorkomende reden hiervoor is de cache van een webbrowser. Elke webbrowser slaat een cache op van de websites die u bezoekt (pagina's, afbeeldingen en enz.) Om het bandbreedte-gebruik en de serverbelasting te verminderen. Dit wordt de cache van de browser genoemd. Het wissen van de cache van uw browser kan het probleem oplossen."
|
267 |
|
268 |
+
#: inc/php/page.php:196
|
269 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
270 |
msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn, maar als je een ondersteuningsverzoek post in het ondersteuningsforum van de plug-in op WordPress.org, willen we graag een kijkje nemen en proberen te helpen. Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
|
271 |
|
272 |
+
#: inc/php/page.php:198
|
273 |
msgid "What to do if this plugin crashed the website?"
|
274 |
msgstr "Wat te doen als deze plug-in de website heeft gecrasht?"
|
275 |
|
276 |
+
#: inc/php/page.php:199
|
277 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
278 |
msgstr "Deze plugin heeft ingebouwde functies voor het controleren van de aangepaste code op syntaxisfouten, dubbele functies namen en enz. Maar plugin is niet perfect, het is dus mogelijk dat de ingevoerde code een foutbericht en een wit scherm (WSOD) veroorzaakt. Dit is de wijten aan het feit dat uw aangepaste code een syntaxisfout heeft, die door deze plugin kon niet worden gevonden. Wanneer dit met gebeurt, voer dan de volgende stappen uit."
|
279 |
|
280 |
+
#: inc/php/page.php:201
|
281 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
282 |
msgstr "Benader je server via FTP of SFTP. Als u niet zeker bent hoe, vaak heeft je webhostingprovider ergens op hun website instructies staan."
|
283 |
|
284 |
+
#: inc/php/page.php:202
|
285 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
286 |
msgstr "Blader naar de map <code>wp-content/plugins/my-custom-functions/</code> . Neem contact op met je web hosting bedrijf om hulp te krijgen als je deze map niet kunt vinden."
|
287 |
|
288 |
+
#: inc/php/page.php:203
|
289 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
290 |
msgstr "Hernoem het bestand <code>START</code> naar <code>STOP</code>. Hiermee stopt u het uitvoeren van uw aangepaste code."
|
291 |
|
292 |
+
#: inc/php/page.php:204
|
293 |
msgid "Log in to Admin Area of your WordPress website."
|
294 |
msgstr "Log in op het Admin-gedeelte van uw WordPress-website."
|
295 |
|
296 |
+
#: inc/php/page.php:205
|
297 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
298 |
msgstr "Ga naar de plug-in instellingen pagina <code>Instellingen</code> ➡ <code>PHP Inserter</code>."
|
299 |
|
300 |
+
#: inc/php/page.php:206
|
301 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
302 |
msgstr "Edit/repareer je custos code welke je hebt ingevoerd voor de crash."
|
303 |
|
304 |
+
#: inc/php/page.php:207
|
305 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
306 |
msgstr "Keer terug naar de plug-in directorie en verander de naam van het bestand <code>STOP</code> naar <code>START</code> en je bent klaar!"
|
307 |
|
308 |
+
#: inc/php/page.php:209
|
309 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
310 |
msgstr "Deze plug-in heeft de door jouw ingevoerde code opgeslagen in de database van je website. Om je code te verkrijgen, kun je ook naar <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code> gaan."
|
311 |
|
312 |
+
#: inc/php/page.php:210
|
313 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
314 |
msgstr "We zijn bezig met het maken van een optie om de uitvoering van PHP-code automatisch te stoppen, als de plugin geen fout kon detecteren en de PHP-code wel een onbereikbare website veroorzaakt."
|
315 |
|
316 |
+
#: inc/php/page.php:212
|
317 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
318 |
msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik. Waarom is dit?"
|
319 |
|
320 |
+
#: inc/php/page.php:213
|
321 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
322 |
msgstr "Deze plug-in kan zo’n probleem niet veroorzaken. Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website. Het kan gewoon een cache-probleem zijn, dus probeer de cache van je website te wissen (mogelijk gebruik je een caching-plug-in of een webservice zoals de CloudFlare) en vervolgens de cache van je webbrowser. Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
|
323 |
|
324 |
+
#: inc/php/page.php:215
|
325 |
msgid "Where to report bug if found?"
|
326 |
msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
|
327 |
|
328 |
+
#: inc/php/page.php:217
|
329 |
#, php-format
|
330 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr "Bugrapporten zijn van harte welkom! Ga naar %s onze contactpagina %s en rapporteer. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
|
332 |
|
333 |
+
#: inc/php/page.php:223
|
334 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
335 |
msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
|
336 |
|
337 |
+
#: inc/php/page.php:225
|
338 |
#, php-format
|
339 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
340 |
msgstr "Alle suggesties zijn van harte welkom! Ga naar %s onze contactpagina %s. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
|
341 |
|
342 |
+
#: inc/php/page.php:231
|
343 |
msgid "I love this plugin! Can I help somehow?"
|
344 |
msgstr "Ik ben dol op deze plug-in! Kan ik op de een of andere manier helpen?"
|
345 |
|
346 |
+
#: inc/php/page.php:233
|
347 |
#, php-format
|
348 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
349 |
msgstr "Ja, alle bijdragen zijn van harte welkom! Ga naar %s onze donatiepagina %s. Dank je!"
|
350 |
|
351 |
+
#: inc/php/page.php:239
|
352 |
msgid "My question wasn't answered here."
|
353 |
msgstr "Mij vraag is hier niet beantwoord."
|
354 |
|
355 |
+
#: inc/php/page.php:241
|
356 |
#, php-format
|
357 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
358 |
msgstr "Je kunt je vraag op %s deze pagina %s stellen. Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
|
359 |
|
360 |
+
#: inc/php/page.php:255
|
361 |
msgid "Support Us"
|
362 |
msgstr "Ondersteun ons"
|
363 |
|
364 |
+
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
|
365 |
msgid "Donate with PayPal"
|
366 |
msgstr "Doneer via PayPal"
|
367 |
|
368 |
+
#: inc/php/page.php:268
|
369 |
#, php-format
|
370 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: inc/php/page.php:276
|
374 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: inc/php/page.php:277
|
378 |
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."
|
379 |
msgstr "Ik besteed veel tijd en moeite om ervoor te zorgen dat de thema’s, plug-ins en andere dingen die ik maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken. Maar ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd besteden aan het bouwen van dingen voor mensen zoals jij om van te genieten."
|
380 |
|
381 |
+
#: inc/php/page.php:278
|
382 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
383 |
msgstr "Als je mijn werk waardeert, kun je een koffie voor me kopen!"
|
384 |
|
385 |
+
#: inc/php/page.php:279
|
386 |
msgid "Thank you for your support!"
|
387 |
msgstr "Bedankt voor je ondersteuning!"
|
388 |
|
410 |
msgid "We are «Space X-Chimp»"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: inc/php/sidebar.php:33
|
414 |
msgid "About"
|
415 |
msgstr "Over"
|
416 |
|
417 |
+
#: inc/php/sidebar.php:35
|
418 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
419 |
msgstr "Met deze plug-in kunt u eenvoudig en veilig uw aangepaste functies (PHP-code) rechtstreeks toevoegen via uw WordPress-Admin, zonder dat u een externe editor nodig hebt."
|
420 |
|
421 |
+
#: inc/php/sidebar.php:40
|
422 |
msgid "Help"
|
423 |
msgstr "Help"
|
424 |
|
425 |
+
#: inc/php/sidebar.php:42
|
426 |
msgid "If you have a question, please read the information in the FAQ section."
|
427 |
msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
|
428 |
|
429 |
#. Plugin Name of the plugin/theme
|
430 |
msgid "My Custom Functions"
|
431 |
+
msgstr "My Custom Functions"
|
432 |
|
433 |
#. Plugin URI of the plugin/theme
|
434 |
msgid "https://github.com/ArthurGareginyan/my-custom-functions"
|
446 |
msgid "https://www.spacexchimp.com"
|
447 |
msgstr "https://www.spacexchimp.com"
|
448 |
|
449 |
+
#~ msgid "Please do not wrap your custom PHP code in the <code><?php</code>...<code>?></code> HTML tags."
|
450 |
+
#~ msgstr "Plaat a.u.b. je code niet tussen <code><?php</code>…<code>?></code> HTML tags."
|
451 |
+
|
452 |
+
#~ msgid "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
|
453 |
+
#~ msgstr "Lees voor gebruik de instructies op de F.A.Q. Bekijk wat te doen in het geval van een website-crash."
|
454 |
+
|
455 |
#~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
|
456 |
#~ msgstr "Hallo! Mijn naam is %s Arthur %s en ik ben de oprichter van %s Space X-Chimp %s."
|
457 |
|
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-09-
|
7 |
-
"PO-Revision-Date: 2018-09-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
@@ -103,277 +103,286 @@ msgid "To add your custom PHP code to your website, simply follow these steps:"
|
|
103 |
msgstr "Чтобы добавить свои пользовательские функции (код PHP) на свой сайт, просто выполните следующие действия:"
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
-
msgid "Go to the \"Main\" tab."
|
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
|
114 |
-
msgid "
|
115 |
msgstr "Пример кода PHP:"
|
116 |
|
117 |
-
#: inc/php/page.php:
|
118 |
msgid "Note!"
|
119 |
msgstr "Примечание!"
|
120 |
|
121 |
-
#: inc/php/page.php:
|
122 |
-
msgid "
|
123 |
-
msgstr "
|
124 |
|
125 |
-
#: inc/php/page.php:
|
126 |
-
|
127 |
-
|
|
|
128 |
|
129 |
-
#: inc/php/page.php:
|
130 |
msgid "Switch the toggle to the \"ON\" position."
|
131 |
msgstr "Переключите переключатель в положение «ON»."
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid "Click the \"Save changes\" button."
|
135 |
msgstr "Нажмите кнопку «Сохранить изменения»."
|
136 |
|
137 |
-
#: inc/php/page.php:
|
138 |
msgid "Enjoy the result of applying your custom PHP code."
|
139 |
msgstr "Наслаждайтесь результатом применения вашего PHP-кода."
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "It's that simple!"
|
143 |
msgstr "Это так просто!"
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
#, php-format
|
147 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
148 |
msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
|
149 |
|
150 |
-
#: inc/php/page.php:
|
151 |
msgid "Frequently Asked Questions"
|
152 |
msgstr "Часто задаваемые вопросы"
|
153 |
|
154 |
-
#: inc/php/page.php:
|
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:
|
159 |
msgid "Will this plugin work on my WordPress.COM website?"
|
160 |
msgstr "Будет ли этот плагин работать на моем веб-сайте WordPress.COM?"
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
164 |
msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (WordPress.ORG)."
|
165 |
|
166 |
-
#: inc/php/page.php:
|
167 |
msgid "Can I use this plugin on my language?"
|
168 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
169 |
|
170 |
-
#: inc/php/page.php:
|
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:
|
175 |
#, php-format
|
176 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
177 |
msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
|
178 |
|
179 |
-
#: inc/php/page.php:
|
180 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
181 |
msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
|
182 |
|
183 |
-
#: inc/php/page.php:
|
184 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
185 |
msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом. Спасибо за ваш вклад!"
|
186 |
|
187 |
-
#: inc/php/page.php:
|
188 |
msgid "How does it work?"
|
189 |
msgstr "Как это работает?"
|
190 |
|
191 |
-
#: inc/php/page.php:
|
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:
|
196 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
197 |
msgstr "Можно ли использовать HTML/CSS/JS код, встроенный в PHP-код?"
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid "Yes. But you need to do it properly, like this:"
|
201 |
msgstr "Да. Но вам нужно сделать это правильно, например так:"
|
202 |
|
203 |
-
#: inc/php/page.php:
|
204 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
205 |
msgstr "Сколько PHP-кода (символов) можно ввести в текстовом поле?"
|
206 |
|
207 |
-
#: inc/php/page.php:
|
208 |
msgid "We don't limit the number of characters."
|
209 |
msgstr "Я не ограничиваю количество символов."
|
210 |
|
211 |
-
#: inc/php/page.php:
|
212 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
213 |
msgstr "На странице настроек плагина появляется сообщение об ошибке. Что может быть не так?"
|
214 |
|
215 |
-
#: inc/php/page.php:
|
216 |
msgid "Here are a few of the most likely causes of the error message:"
|
217 |
msgstr "Вот некоторые из наиболее вероятных причин появления сообщение об ошибке:"
|
218 |
|
219 |
-
#: inc/php/page.php:
|
220 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
221 |
msgstr "Вы сделали синтаксическую ошибку в коде, который ввели. Проверьте синтаксис кода и повторите попытку."
|
222 |
|
223 |
-
#: inc/php/page.php:
|
224 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
225 |
msgstr "Вы ввели несколько функций с одинаковым именем. Используйте уникальные имена для ваших функций."
|
226 |
|
227 |
-
#: inc/php/page.php:
|
228 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
229 |
msgstr "Вы ввели функцию с именем, которое уже занята другой функцией. Используйте уникальное имя для вашей функции."
|
230 |
|
231 |
-
#: inc/php/page.php:
|
232 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
233 |
msgstr "Вы пытаетесь перезаписать существующую функцию (из WordPress, темы или плагина). Вместо этого используйте фильтры и хуки."
|
234 |
|
235 |
-
#: inc/php/page.php:
|
236 |
msgid "Does this plugin requires any modification of the theme?"
|
237 |
msgstr "Этот плагин требует изменения темы?"
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
241 |
msgstr "Абсолютно нет. Этот плагин настраивается полностью на странице настроек плагина."
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid "Does this require any knowledge of HTML or CSS?"
|
245 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
246 |
|
247 |
-
#: inc/php/page.php:
|
248 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
249 |
msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина. Но вам нужно знать HTML или CSS для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот плагин."
|
250 |
|
251 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "It's not working. What could be wrong?"
|
253 |
msgstr "Оно не работает. Что может быть не так?"
|
254 |
|
255 |
-
#: inc/php/page.php:
|
256 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
257 |
msgstr "Как и в случае с любым другим плагином, что-то может не работать. Наиболее распространенной причиной этого является кеш веб-браузера. Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер. Это называется кешем браузера. Очистка кеша браузера может решить проблему."
|
258 |
|
259 |
-
#: inc/php/page.php:
|
260 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
261 |
msgstr "Невозможно точно сказать, что может быть неправильно, но если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
|
262 |
|
263 |
-
#: inc/php/page.php:
|
264 |
msgid "What to do if this plugin crashed the website?"
|
265 |
msgstr "Что делать, если этот плагин сломал сайт?"
|
266 |
|
267 |
-
#: inc/php/page.php:
|
268 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
269 |
msgstr "Этот плагин имеет встроенные функции для проверки пользовательского кода на синтаксические ошибки, дублирования имён функций и т. д. Но плагин не идеален, поэтому бывают случаи, когда введенный пользовательский код вызывает ошибку и белый экран (WSOD). Это связано с тем, что ваш пользовательский код имеет синтаксическую ошибку, которую этот плагин не смог обнаружить. Когда это произойдет с вами, просто выполните следующее, и все будет в порядке."
|
270 |
|
271 |
-
#: inc/php/page.php:
|
272 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/page.php:
|
276 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/page.php:
|
284 |
msgid "Log in to Admin Area of your WordPress website."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: inc/php/page.php:
|
288 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: inc/php/page.php:
|
292 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: inc/php/page.php:
|
296 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: inc/php/page.php:
|
300 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
301 |
msgstr "Этот плагин хранит введённый код в базе данных вашего сайта. Для получения кода вы также можете перейти в <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
302 |
|
303 |
-
#: inc/php/page.php:
|
304 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/php/page.php:
|
308 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
309 |
msgstr "Последнее обновление WordPress не позволяет мне редактировать мой сайт, который использует этот плагин. Почему так?"
|
310 |
|
311 |
-
#: inc/php/page.php:
|
312 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
313 |
msgstr "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш вашего сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также попробуйте повторно войти на сайт, это тоже может помочь."
|
314 |
|
315 |
-
#: inc/php/page.php:
|
316 |
msgid "Where to report bug if found?"
|
317 |
msgstr "Где можно сообщить об ошибке?"
|
318 |
|
319 |
-
#: inc/php/page.php:
|
320 |
#, php-format
|
321 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
322 |
msgstr "Посетите %s эту страницу %s и сообщите. Не забудьте указать название плагина. Спасибо!"
|
323 |
|
324 |
-
#: inc/php/page.php:
|
325 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
326 |
msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
327 |
|
328 |
-
#: inc/php/page.php:
|
329 |
#, php-format
|
330 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не забудьте указать название плагина. Спасибо!"
|
332 |
|
333 |
-
#: inc/php/page.php:
|
334 |
msgid "I love this plugin! Can I help somehow?"
|
335 |
msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
|
336 |
|
337 |
-
#: inc/php/page.php:
|
338 |
#, php-format
|
339 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
340 |
msgstr "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, нажмите на кнопку пожертвования. Спасибо!"
|
341 |
|
342 |
-
#: inc/php/page.php:
|
343 |
msgid "My question wasn't answered here."
|
344 |
msgstr "Моего вопроса здесь нет."
|
345 |
|
346 |
-
#: inc/php/page.php:
|
347 |
#, php-format
|
348 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
349 |
msgstr "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
|
350 |
|
351 |
-
#: inc/php/page.php:
|
352 |
msgid "Support Us"
|
353 |
msgstr "Поддержать нас"
|
354 |
|
355 |
-
#: inc/php/page.php:
|
356 |
msgid "Donate with PayPal"
|
357 |
msgstr "Пожертвовать через Pay Pal"
|
358 |
|
359 |
-
#: inc/php/page.php:
|
360 |
#, php-format
|
361 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/php/page.php:
|
365 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: inc/php/page.php:
|
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:
|
373 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
374 |
msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
|
375 |
|
376 |
-
#: inc/php/page.php:
|
377 |
msgid "Thank you for your support!"
|
378 |
msgstr "Спасибо за вашу поддержку!"
|
379 |
|
@@ -401,19 +410,19 @@ msgstr "Спасибо за вашу поддержку!"
|
|
401 |
msgid "We are «Space X-Chimp»"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/php/sidebar.php:
|
405 |
msgid "About"
|
406 |
msgstr "О плагине"
|
407 |
|
408 |
-
#: inc/php/sidebar.php:
|
409 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
410 |
msgstr "Это плагин даёт вам возможность легко и безопасно добавлять ваши пользовательские функции (код PHP) непосредственно из области администрирования WordPress без необходимости иметь внешний редактор."
|
411 |
|
412 |
-
#: inc/php/sidebar.php:
|
413 |
msgid "Help"
|
414 |
msgstr "Помощь"
|
415 |
|
416 |
-
#: inc/php/sidebar.php:
|
417 |
msgid "If you have a question, please read the information in the FAQ section."
|
418 |
msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
|
419 |
|
@@ -437,6 +446,12 @@ msgstr "Space X-Chimp"
|
|
437 |
msgid "https://www.spacexchimp.com"
|
438 |
msgstr "https://www.spacexchimp.com"
|
439 |
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
#~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
|
441 |
#~ msgstr "Привет! Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s."
|
442 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-09-22 15:46+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
103 |
msgstr "Чтобы добавить свои пользовательские функции (код PHP) на свой сайт, просто выполните следующие действия:"
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
+
msgid "Go to the \"Main\" tab on this page."
|
107 |
msgstr "Перейдите на вкладку «Главная»."
|
108 |
|
109 |
#: inc/php/page.php:70
|
110 |
+
msgid "Place your custom PHP code in the code editor field."
|
111 |
msgstr "Поместите ваш PHP-код в поле."
|
112 |
|
113 |
#: inc/php/page.php:71
|
114 |
+
msgid "An example of PHP code:"
|
115 |
msgstr "Пример кода PHP:"
|
116 |
|
117 |
+
#: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
|
118 |
msgid "Note!"
|
119 |
msgstr "Примечание!"
|
120 |
|
121 |
+
#: inc/php/page.php:79
|
122 |
+
msgid "Do not wrap your custom PHP code in HTML tags, such as <code><?php</code>...<code>?></code>."
|
123 |
+
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:81
|
126 |
+
#, php-format
|
127 |
+
msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
|
128 |
+
msgstr ""
|
129 |
|
130 |
+
#: inc/php/page.php:88
|
131 |
msgid "Switch the toggle to the \"ON\" position."
|
132 |
msgstr "Переключите переключатель в положение «ON»."
|
133 |
|
134 |
+
#: inc/php/page.php:89
|
135 |
msgid "Click the \"Save changes\" button."
|
136 |
msgstr "Нажмите кнопку «Сохранить изменения»."
|
137 |
|
138 |
+
#: inc/php/page.php:90
|
139 |
msgid "Enjoy the result of applying your custom PHP code."
|
140 |
msgstr "Наслаждайтесь результатом применения вашего PHP-кода."
|
141 |
|
142 |
+
#: inc/php/page.php:90
|
143 |
msgid "It's that simple!"
|
144 |
msgstr "Это так просто!"
|
145 |
|
146 |
+
#: inc/php/page.php:93
|
147 |
#, php-format
|
148 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
149 |
msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
|
150 |
|
151 |
+
#: inc/php/page.php:107
|
152 |
msgid "Frequently Asked Questions"
|
153 |
msgstr "Часто задаваемые вопросы"
|
154 |
|
155 |
+
#: inc/php/page.php:111
|
156 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
157 |
msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
|
158 |
|
159 |
+
#: inc/php/page.php:133
|
160 |
msgid "Will this plugin work on my WordPress.COM website?"
|
161 |
msgstr "Будет ли этот плагин работать на моем веб-сайте WordPress.COM?"
|
162 |
|
163 |
+
#: inc/php/page.php:134
|
164 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
165 |
msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (WordPress.ORG)."
|
166 |
|
167 |
+
#: inc/php/page.php:136
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
170 |
|
171 |
+
#: inc/php/page.php:137
|
172 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
173 |
msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
|
174 |
|
175 |
+
#: inc/php/page.php:139
|
176 |
#, php-format
|
177 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
178 |
msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
|
179 |
|
180 |
+
#: inc/php/page.php:144
|
181 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
182 |
msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
|
183 |
|
184 |
+
#: inc/php/page.php:145
|
185 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
186 |
msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом. Спасибо за ваш вклад!"
|
187 |
|
188 |
+
#: inc/php/page.php:147
|
189 |
msgid "How does it work?"
|
190 |
msgstr "Как это работает?"
|
191 |
|
192 |
+
#: inc/php/page.php:148
|
193 |
+
msgid "On the \"Main\" tab, place your custom PHP code in the code editor 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!"
|
194 |
msgstr "На вкладке «Основные» поместите ваш PHP код в поле, переключите переключатель в положение «ON» и нажмите кнопку «Сохранить изменения». Наслаждайтесь результатом применения вашего PHP кода. Это так просто!"
|
195 |
|
196 |
+
#: inc/php/page.php:150
|
197 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
198 |
msgstr "Можно ли использовать HTML/CSS/JS код, встроенный в PHP-код?"
|
199 |
|
200 |
+
#: inc/php/page.php:151
|
201 |
msgid "Yes. But you need to do it properly, like this:"
|
202 |
msgstr "Да. Но вам нужно сделать это правильно, например так:"
|
203 |
|
204 |
+
#: inc/php/page.php:161
|
205 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
206 |
msgstr "Сколько PHP-кода (символов) можно ввести в текстовом поле?"
|
207 |
|
208 |
+
#: inc/php/page.php:162
|
209 |
msgid "We don't limit the number of characters."
|
210 |
msgstr "Я не ограничиваю количество символов."
|
211 |
|
212 |
+
#: inc/php/page.php:164
|
213 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
214 |
msgstr "На странице настроек плагина появляется сообщение об ошибке. Что может быть не так?"
|
215 |
|
216 |
+
#: inc/php/page.php:165
|
217 |
msgid "Here are a few of the most likely causes of the error message:"
|
218 |
msgstr "Вот некоторые из наиболее вероятных причин появления сообщение об ошибке:"
|
219 |
|
220 |
+
#: inc/php/page.php:167
|
221 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
222 |
msgstr "Вы сделали синтаксическую ошибку в коде, который ввели. Проверьте синтаксис кода и повторите попытку."
|
223 |
|
224 |
+
#: inc/php/page.php:168
|
225 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
226 |
msgstr "Вы ввели несколько функций с одинаковым именем. Используйте уникальные имена для ваших функций."
|
227 |
|
228 |
+
#: inc/php/page.php:169
|
229 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
230 |
msgstr "Вы ввели функцию с именем, которое уже занята другой функцией. Используйте уникальное имя для вашей функции."
|
231 |
|
232 |
+
#: inc/php/page.php:170
|
233 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
234 |
msgstr "Вы пытаетесь перезаписать существующую функцию (из WordPress, темы или плагина). Вместо этого используйте фильтры и хуки."
|
235 |
|
236 |
+
#: inc/php/page.php:173
|
237 |
msgid "Does this plugin requires any modification of the theme?"
|
238 |
msgstr "Этот плагин требует изменения темы?"
|
239 |
|
240 |
+
#: inc/php/page.php:174
|
241 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
242 |
msgstr "Абсолютно нет. Этот плагин настраивается полностью на странице настроек плагина."
|
243 |
|
244 |
+
#: inc/php/page.php:176
|
245 |
msgid "Does this require any knowledge of HTML or CSS?"
|
246 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
247 |
|
248 |
+
#: inc/php/page.php:177
|
249 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
250 |
msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина. Но вам нужно знать HTML или CSS для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот плагин."
|
251 |
|
252 |
+
#: inc/php/page.php:179
|
253 |
+
msgid "Can I add my custom PHP code to a specific page of my website?"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: inc/php/page.php:180
|
257 |
+
msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: inc/php/page.php:194
|
261 |
msgid "It's not working. What could be wrong?"
|
262 |
msgstr "Оно не работает. Что может быть не так?"
|
263 |
|
264 |
+
#: inc/php/page.php:195
|
265 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
266 |
msgstr "Как и в случае с любым другим плагином, что-то может не работать. Наиболее распространенной причиной этого является кеш веб-браузера. Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер. Это называется кешем браузера. Очистка кеша браузера может решить проблему."
|
267 |
|
268 |
+
#: inc/php/page.php:196
|
269 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
270 |
msgstr "Невозможно точно сказать, что может быть неправильно, но если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
|
271 |
|
272 |
+
#: inc/php/page.php:198
|
273 |
msgid "What to do if this plugin crashed the website?"
|
274 |
msgstr "Что делать, если этот плагин сломал сайт?"
|
275 |
|
276 |
+
#: inc/php/page.php:199
|
277 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
278 |
msgstr "Этот плагин имеет встроенные функции для проверки пользовательского кода на синтаксические ошибки, дублирования имён функций и т. д. Но плагин не идеален, поэтому бывают случаи, когда введенный пользовательский код вызывает ошибку и белый экран (WSOD). Это связано с тем, что ваш пользовательский код имеет синтаксическую ошибку, которую этот плагин не смог обнаружить. Когда это произойдет с вами, просто выполните следующее, и все будет в порядке."
|
279 |
|
280 |
+
#: inc/php/page.php:201
|
281 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/page.php:202
|
285 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/page.php:203
|
289 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: inc/php/page.php:204
|
293 |
msgid "Log in to Admin Area of your WordPress website."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: inc/php/page.php:205
|
297 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/php/page.php:206
|
301 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/php/page.php:207
|
305 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: inc/php/page.php:209
|
309 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
310 |
msgstr "Этот плагин хранит введённый код в базе данных вашего сайта. Для получения кода вы также можете перейти в <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
311 |
|
312 |
+
#: inc/php/page.php:210
|
313 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/page.php:212
|
317 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
318 |
msgstr "Последнее обновление WordPress не позволяет мне редактировать мой сайт, который использует этот плагин. Почему так?"
|
319 |
|
320 |
+
#: inc/php/page.php:213
|
321 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
322 |
msgstr "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш вашего сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также попробуйте повторно войти на сайт, это тоже может помочь."
|
323 |
|
324 |
+
#: inc/php/page.php:215
|
325 |
msgid "Where to report bug if found?"
|
326 |
msgstr "Где можно сообщить об ошибке?"
|
327 |
|
328 |
+
#: inc/php/page.php:217
|
329 |
#, php-format
|
330 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr "Посетите %s эту страницу %s и сообщите. Не забудьте указать название плагина. Спасибо!"
|
332 |
|
333 |
+
#: inc/php/page.php:223
|
334 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
335 |
msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
336 |
|
337 |
+
#: inc/php/page.php:225
|
338 |
#, php-format
|
339 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
340 |
msgstr "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не забудьте указать название плагина. Спасибо!"
|
341 |
|
342 |
+
#: inc/php/page.php:231
|
343 |
msgid "I love this plugin! Can I help somehow?"
|
344 |
msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
|
345 |
|
346 |
+
#: inc/php/page.php:233
|
347 |
#, php-format
|
348 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
349 |
msgstr "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, нажмите на кнопку пожертвования. Спасибо!"
|
350 |
|
351 |
+
#: inc/php/page.php:239
|
352 |
msgid "My question wasn't answered here."
|
353 |
msgstr "Моего вопроса здесь нет."
|
354 |
|
355 |
+
#: inc/php/page.php:241
|
356 |
#, php-format
|
357 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
358 |
msgstr "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
|
359 |
|
360 |
+
#: inc/php/page.php:255
|
361 |
msgid "Support Us"
|
362 |
msgstr "Поддержать нас"
|
363 |
|
364 |
+
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
|
365 |
msgid "Donate with PayPal"
|
366 |
msgstr "Пожертвовать через Pay Pal"
|
367 |
|
368 |
+
#: inc/php/page.php:268
|
369 |
#, php-format
|
370 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: inc/php/page.php:276
|
374 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: inc/php/page.php:277
|
378 |
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."
|
379 |
msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать. Но мы независимые разработчики, без регулярного дохода, поэтому каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей для таких замечательных людей, как вы."
|
380 |
|
381 |
+
#: inc/php/page.php:278
|
382 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
383 |
msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
|
384 |
|
385 |
+
#: inc/php/page.php:279
|
386 |
msgid "Thank you for your support!"
|
387 |
msgstr "Спасибо за вашу поддержку!"
|
388 |
|
410 |
msgid "We are «Space X-Chimp»"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: inc/php/sidebar.php:33
|
414 |
msgid "About"
|
415 |
msgstr "О плагине"
|
416 |
|
417 |
+
#: inc/php/sidebar.php:35
|
418 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
419 |
msgstr "Это плагин даёт вам возможность легко и безопасно добавлять ваши пользовательские функции (код PHP) непосредственно из области администрирования WordPress без необходимости иметь внешний редактор."
|
420 |
|
421 |
+
#: inc/php/sidebar.php:40
|
422 |
msgid "Help"
|
423 |
msgstr "Помощь"
|
424 |
|
425 |
+
#: inc/php/sidebar.php:42
|
426 |
msgid "If you have a question, please read the information in the FAQ section."
|
427 |
msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
|
428 |
|
446 |
msgid "https://www.spacexchimp.com"
|
447 |
msgstr "https://www.spacexchimp.com"
|
448 |
|
449 |
+
#~ msgid "Please do not wrap your custom PHP code in the <code><?php</code>...<code>?></code> HTML tags."
|
450 |
+
#~ msgstr "Пожалуйста, не помещайте свой PHP-код в <code><?php</code>...<code>?></code> HTML теги."
|
451 |
+
|
452 |
+
#~ msgid "Before use, please read the instructions on the F.A.Q. tab on what to do in case of a website crash."
|
453 |
+
#~ msgstr "Перед использованием пожалуйста, прочитайте инструкции на вкладке F.A.Q. что делать в случае сбоя веб-сайта."
|
454 |
+
|
455 |
#~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
|
456 |
#~ msgstr "Привет! Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s."
|
457 |
|
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-09-
|
7 |
-
"PO-Revision-Date: 2018-09-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Chinese (Taiwan)\n"
|
10 |
"Language: zh_TW\n"
|
@@ -34,7 +34,7 @@ msgstr "捐款"
|
|
34 |
|
35 |
#: inc/php/core.php:63
|
36 |
msgid "PHP Inserter"
|
37 |
-
msgstr ""
|
38 |
|
39 |
#: inc/php/messages.php:26
|
40 |
msgid "Hello. We are the team of Space X-Chimp."
|
@@ -103,277 +103,286 @@ msgid "To add your custom PHP code to your website, simply follow these steps:"
|
|
103 |
msgstr ""
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
-
msgid "Go to the \"Main\" tab."
|
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
|
114 |
-
msgid "
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: inc/php/page.php:
|
118 |
msgid "Note!"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: inc/php/page.php:
|
122 |
-
msgid "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/php/page.php:
|
126 |
-
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: inc/php/page.php:
|
130 |
msgid "Switch the toggle to the \"ON\" position."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid "Click the \"Save changes\" button."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: inc/php/page.php:
|
138 |
msgid "Enjoy the result of applying your custom PHP code."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "It's that simple!"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
#, php-format
|
147 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: inc/php/page.php:
|
151 |
msgid "Frequently Asked Questions"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: inc/php/page.php:
|
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:
|
159 |
msgid "Will this plugin work on my WordPress.COM website?"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: inc/php/page.php:
|
167 |
msgid "Can I use this plugin on my language?"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: inc/php/page.php:
|
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:
|
175 |
#, php-format
|
176 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: inc/php/page.php:
|
180 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: inc/php/page.php:
|
184 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: inc/php/page.php:
|
188 |
msgid "How does it work?"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: inc/php/page.php:
|
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:
|
196 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid "Yes. But you need to do it properly, like this:"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: inc/php/page.php:
|
204 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: inc/php/page.php:
|
208 |
msgid "We don't limit the number of characters."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: inc/php/page.php:
|
212 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: inc/php/page.php:
|
216 |
msgid "Here are a few of the most likely causes of the error message:"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: inc/php/page.php:
|
220 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: inc/php/page.php:
|
224 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: inc/php/page.php:
|
228 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: inc/php/page.php:
|
232 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/php/page.php:
|
236 |
msgid "Does this plugin requires any modification of the theme?"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid "Does this require any knowledge of HTML or CSS?"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: inc/php/page.php:
|
248 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgid "It's not working. What could be wrong?"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: inc/php/page.php:
|
256 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: inc/php/page.php:
|
260 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: inc/php/page.php:
|
264 |
msgid "What to do if this plugin crashed the website?"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: inc/php/page.php:
|
268 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: inc/php/page.php:
|
272 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/page.php:
|
276 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/page.php:
|
284 |
msgid "Log in to Admin Area of your WordPress website."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: inc/php/page.php:
|
288 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: inc/php/page.php:
|
292 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: inc/php/page.php:
|
296 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: inc/php/page.php:
|
300 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: inc/php/page.php:
|
304 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/php/page.php:
|
308 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: inc/php/page.php:
|
312 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: inc/php/page.php:
|
316 |
msgid "Where to report bug if found?"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: inc/php/page.php:
|
320 |
#, php-format
|
321 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: inc/php/page.php:
|
325 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: inc/php/page.php:
|
329 |
#, php-format
|
330 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: inc/php/page.php:
|
334 |
msgid "I love this plugin! Can I help somehow?"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: inc/php/page.php:
|
338 |
#, php-format
|
339 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: inc/php/page.php:
|
343 |
msgid "My question wasn't answered here."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: inc/php/page.php:
|
347 |
#, php-format
|
348 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/php/page.php:
|
352 |
msgid "Support Us"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/php/page.php:
|
356 |
msgid "Donate with PayPal"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: inc/php/page.php:
|
360 |
#, php-format
|
361 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/php/page.php:
|
365 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: inc/php/page.php:
|
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:
|
373 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: inc/php/page.php:
|
377 |
msgid "Thank you for your support!"
|
378 |
msgstr ""
|
379 |
|
@@ -401,19 +410,19 @@ msgstr "謝謝您的贊助!"
|
|
401 |
msgid "We are «Space X-Chimp»"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: inc/php/sidebar.php:
|
405 |
msgid "About"
|
406 |
msgstr "關於"
|
407 |
|
408 |
-
#: inc/php/sidebar.php:
|
409 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: inc/php/sidebar.php:
|
413 |
msgid "Help"
|
414 |
msgstr "幫助"
|
415 |
|
416 |
-
#: inc/php/sidebar.php:
|
417 |
msgid "If you have a question, please read the information in the FAQ section."
|
418 |
msgstr ""
|
419 |
|
@@ -423,7 +432,7 @@ msgstr "我的自訂功能"
|
|
423 |
|
424 |
#. Plugin URI of the plugin/theme
|
425 |
msgid "https://github.com/ArthurGareginyan/my-custom-functions"
|
426 |
-
msgstr ""
|
427 |
|
428 |
#. Description of the plugin/theme
|
429 |
msgid "Easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
@@ -431,11 +440,11 @@ msgstr ""
|
|
431 |
|
432 |
#. Author of the plugin/theme
|
433 |
msgid "Space X-Chimp"
|
434 |
-
msgstr ""
|
435 |
|
436 |
#. Author URI of the plugin/theme
|
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 "如果您還想要更多的選項請跟我說,我會很樂意加上去"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
|
7 |
+
"PO-Revision-Date: 2018-09-22 15:47+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Chinese (Taiwan)\n"
|
10 |
"Language: zh_TW\n"
|
34 |
|
35 |
#: inc/php/core.php:63
|
36 |
msgid "PHP Inserter"
|
37 |
+
msgstr "PHP Inserter"
|
38 |
|
39 |
#: inc/php/messages.php:26
|
40 |
msgid "Hello. We are the team of Space X-Chimp."
|
103 |
msgstr ""
|
104 |
|
105 |
#: inc/php/page.php:69
|
106 |
+
msgid "Go to the \"Main\" tab on this page."
|
107 |
msgstr ""
|
108 |
|
109 |
#: inc/php/page.php:70
|
110 |
+
msgid "Place your custom PHP code in the code editor field."
|
111 |
msgstr ""
|
112 |
|
113 |
#: inc/php/page.php:71
|
114 |
+
msgid "An example of PHP code:"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
|
118 |
msgid "Note!"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: inc/php/page.php:79
|
122 |
+
msgid "Do not wrap your custom PHP code in HTML tags, such as <code><?php</code>...<code>?></code>."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:81
|
126 |
+
#, php-format
|
127 |
+
msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/php/page.php:88
|
131 |
msgid "Switch the toggle to the \"ON\" position."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/php/page.php:89
|
135 |
msgid "Click the \"Save changes\" button."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: inc/php/page.php:90
|
139 |
msgid "Enjoy the result of applying your custom PHP code."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/php/page.php:90
|
143 |
msgid "It's that simple!"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: inc/php/page.php:93
|
147 |
#, php-format
|
148 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: inc/php/page.php:107
|
152 |
msgid "Frequently Asked Questions"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: inc/php/page.php:111
|
156 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: inc/php/page.php:133
|
160 |
msgid "Will this plugin work on my WordPress.COM website?"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: inc/php/page.php:134
|
164 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: inc/php/page.php:136
|
168 |
msgid "Can I use this plugin on my language?"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: inc/php/page.php:137
|
172 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: inc/php/page.php:139
|
176 |
#, php-format
|
177 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/page.php:144
|
181 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/page.php:145
|
185 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/page.php:147
|
189 |
msgid "How does it work?"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/page.php:148
|
193 |
+
msgid "On the \"Main\" tab, place your custom PHP code in the code editor 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!"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/page.php:150
|
197 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:151
|
201 |
msgid "Yes. But you need to do it properly, like this:"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/php/page.php:161
|
205 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/php/page.php:162
|
209 |
msgid "We don't limit the number of characters."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: inc/php/page.php:164
|
213 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/page.php:165
|
217 |
msgid "Here are a few of the most likely causes of the error message:"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: inc/php/page.php:167
|
221 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: inc/php/page.php:168
|
225 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: inc/php/page.php:169
|
229 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/php/page.php:170
|
233 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: inc/php/page.php:173
|
237 |
msgid "Does this plugin requires any modification of the theme?"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: inc/php/page.php:174
|
241 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: inc/php/page.php:176
|
245 |
msgid "Does this require any knowledge of HTML or CSS?"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: inc/php/page.php:177
|
249 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: inc/php/page.php:179
|
253 |
+
msgid "Can I add my custom PHP code to a specific page of my website?"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: inc/php/page.php:180
|
257 |
+
msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: inc/php/page.php:194
|
261 |
msgid "It's not working. What could be wrong?"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: inc/php/page.php:195
|
265 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: inc/php/page.php:196
|
269 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: inc/php/page.php:198
|
273 |
msgid "What to do if this plugin crashed the website?"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: inc/php/page.php:199
|
277 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:201
|
281 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/page.php:202
|
285 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/page.php:203
|
289 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: inc/php/page.php:204
|
293 |
msgid "Log in to Admin Area of your WordPress website."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: inc/php/page.php:205
|
297 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/php/page.php:206
|
301 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/php/page.php:207
|
305 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: inc/php/page.php:209
|
309 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: inc/php/page.php:210
|
313 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/page.php:212
|
317 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: inc/php/page.php:213
|
321 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: inc/php/page.php:215
|
325 |
msgid "Where to report bug if found?"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: inc/php/page.php:217
|
329 |
#, php-format
|
330 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: inc/php/page.php:223
|
334 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: inc/php/page.php:225
|
338 |
#, php-format
|
339 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: inc/php/page.php:231
|
343 |
msgid "I love this plugin! Can I help somehow?"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: inc/php/page.php:233
|
347 |
#, php-format
|
348 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: inc/php/page.php:239
|
352 |
msgid "My question wasn't answered here."
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: inc/php/page.php:241
|
356 |
#, php-format
|
357 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: inc/php/page.php:255
|
361 |
msgid "Support Us"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
|
365 |
msgid "Donate with PayPal"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: inc/php/page.php:268
|
369 |
#, php-format
|
370 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: inc/php/page.php:276
|
374 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: inc/php/page.php:277
|
378 |
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."
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: inc/php/page.php:278
|
382 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: inc/php/page.php:279
|
386 |
msgid "Thank you for your support!"
|
387 |
msgstr ""
|
388 |
|
410 |
msgid "We are «Space X-Chimp»"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: inc/php/sidebar.php:33
|
414 |
msgid "About"
|
415 |
msgstr "關於"
|
416 |
|
417 |
+
#: inc/php/sidebar.php:35
|
418 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: inc/php/sidebar.php:40
|
422 |
msgid "Help"
|
423 |
msgstr "幫助"
|
424 |
|
425 |
+
#: inc/php/sidebar.php:42
|
426 |
msgid "If you have a question, please read the information in the FAQ section."
|
427 |
msgstr ""
|
428 |
|
432 |
|
433 |
#. Plugin URI of the plugin/theme
|
434 |
msgid "https://github.com/ArthurGareginyan/my-custom-functions"
|
435 |
+
msgstr "https://github.com/ArthurGareginyan/my-custom-functions"
|
436 |
|
437 |
#. Description of the plugin/theme
|
438 |
msgid "Easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
440 |
|
441 |
#. Author of the plugin/theme
|
442 |
msgid "Space X-Chimp"
|
443 |
+
msgstr "Space X-Chimp"
|
444 |
|
445 |
#. Author URI of the plugin/theme
|
446 |
msgid "https://www.spacexchimp.com"
|
447 |
+
msgstr "https://www.spacexchimp.com"
|
448 |
|
449 |
#~ msgid "If you want more options, let us know and we will be happy to add them."
|
450 |
#~ 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-09-
|
7 |
"PO-Revision-Date: 2015-08-30 16:22+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -101,277 +101,286 @@ msgid "To add your custom PHP code to your website, simply follow these steps:"
|
|
101 |
msgstr ""
|
102 |
|
103 |
#: inc/php/page.php:69
|
104 |
-
msgid "Go to the \"Main\" tab."
|
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
|
112 |
-
msgid "
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: inc/php/page.php:
|
116 |
msgid "Note!"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: inc/php/page.php:
|
120 |
-
msgid "
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: inc/php/page.php:
|
124 |
-
|
|
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: inc/php/page.php:
|
128 |
msgid "Switch the toggle to the \"ON\" position."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: inc/php/page.php:
|
132 |
msgid "Click the \"Save changes\" button."
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: inc/php/page.php:
|
136 |
msgid "Enjoy the result of applying your custom PHP code."
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: inc/php/page.php:
|
140 |
msgid "It's that simple!"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/php/page.php:
|
144 |
#, php-format
|
145 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: inc/php/page.php:
|
149 |
msgid "Frequently Asked Questions"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/php/page.php:
|
153 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: inc/php/page.php:
|
157 |
msgid "Will this plugin work on my WordPress.COM website?"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: inc/php/page.php:
|
161 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/page.php:
|
165 |
msgid "Can I use this plugin on my language?"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: inc/php/page.php:
|
169 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/page.php:
|
173 |
#, php-format
|
174 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: inc/php/page.php:
|
178 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/php/page.php:
|
182 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: inc/php/page.php:
|
186 |
msgid "How does it work?"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: inc/php/page.php:
|
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:
|
194 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: inc/php/page.php:
|
198 |
msgid "Yes. But you need to do it properly, like this:"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: inc/php/page.php:
|
202 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: inc/php/page.php:
|
206 |
msgid "We don't limit the number of characters."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: inc/php/page.php:
|
210 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: inc/php/page.php:
|
214 |
msgid "Here are a few of the most likely causes of the error message:"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: inc/php/page.php:
|
218 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: inc/php/page.php:
|
222 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: inc/php/page.php:
|
226 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: inc/php/page.php:
|
230 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: inc/php/page.php:
|
234 |
msgid "Does this plugin requires any modification of the theme?"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: inc/php/page.php:
|
238 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: inc/php/page.php:
|
242 |
msgid "Does this require any knowledge of HTML or CSS?"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: inc/php/page.php:
|
246 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
msgid "It's not working. What could be wrong?"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: inc/php/page.php:
|
254 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: inc/php/page.php:
|
258 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: inc/php/page.php:
|
262 |
msgid "What to do if this plugin crashed the website?"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: inc/php/page.php:
|
266 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: inc/php/page.php:
|
270 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: inc/php/page.php:
|
274 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: inc/php/page.php:
|
278 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: inc/php/page.php:
|
282 |
msgid "Log in to Admin Area of your WordPress website."
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: inc/php/page.php:
|
286 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: inc/php/page.php:
|
290 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: inc/php/page.php:
|
294 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: inc/php/page.php:
|
298 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: inc/php/page.php:
|
302 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: inc/php/page.php:
|
306 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: inc/php/page.php:
|
310 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: inc/php/page.php:
|
314 |
msgid "Where to report bug if found?"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: inc/php/page.php:
|
318 |
#, php-format
|
319 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: inc/php/page.php:
|
323 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: inc/php/page.php:
|
327 |
#, php-format
|
328 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: inc/php/page.php:
|
332 |
msgid "I love this plugin! Can I help somehow?"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: inc/php/page.php:
|
336 |
#, php-format
|
337 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: inc/php/page.php:
|
341 |
msgid "My question wasn't answered here."
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: inc/php/page.php:
|
345 |
#, php-format
|
346 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: inc/php/page.php:
|
350 |
msgid "Support Us"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: inc/php/page.php:
|
354 |
msgid "Donate with PayPal"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: inc/php/page.php:
|
358 |
#, php-format
|
359 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: inc/php/page.php:
|
363 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: inc/php/page.php:
|
367 |
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."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: inc/php/page.php:
|
371 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/php/page.php:
|
375 |
msgid "Thank you for your support!"
|
376 |
msgstr ""
|
377 |
|
@@ -399,19 +408,19 @@ msgstr ""
|
|
399 |
msgid "We are «Space X-Chimp»"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: inc/php/sidebar.php:
|
403 |
msgid "About"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: inc/php/sidebar.php:
|
407 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: inc/php/sidebar.php:
|
411 |
msgid "Help"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: inc/php/sidebar.php:
|
415 |
msgid "If you have a question, please read the information in the FAQ section."
|
416 |
msgstr ""
|
417 |
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
|
7 |
"PO-Revision-Date: 2015-08-30 16:22+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
101 |
msgstr ""
|
102 |
|
103 |
#: inc/php/page.php:69
|
104 |
+
msgid "Go to the \"Main\" tab on this page."
|
105 |
msgstr ""
|
106 |
|
107 |
#: inc/php/page.php:70
|
108 |
+
msgid "Place your custom PHP code in the code editor field."
|
109 |
msgstr ""
|
110 |
|
111 |
#: inc/php/page.php:71
|
112 |
+
msgid "An example of PHP code:"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: inc/php/page.php:79 inc/php/page.php:80 inc/php/page.php:92
|
116 |
msgid "Note!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: inc/php/page.php:79
|
120 |
+
msgid "Do not wrap your custom PHP code in HTML tags, such as <code><?php</code>...<code>?></code>."
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: inc/php/page.php:81
|
124 |
+
#, php-format
|
125 |
+
msgid "Before use, please read the %s instructions %s in our Blog on what to do in case of a website crash."
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: inc/php/page.php:88
|
129 |
msgid "Switch the toggle to the \"ON\" position."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: inc/php/page.php:89
|
133 |
msgid "Click the \"Save changes\" button."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: inc/php/page.php:90
|
137 |
msgid "Enjoy the result of applying your custom PHP code."
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: inc/php/page.php:90
|
141 |
msgid "It's that simple!"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: inc/php/page.php:93
|
145 |
#, php-format
|
146 |
msgid "If you want more options then %s tell us %s and we will be happy to add it."
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: inc/php/page.php:107
|
150 |
msgid "Frequently Asked Questions"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: inc/php/page.php:111
|
154 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: inc/php/page.php:133
|
158 |
msgid "Will this plugin work on my WordPress.COM website?"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: inc/php/page.php:134
|
162 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: inc/php/page.php:136
|
166 |
msgid "Can I use this plugin on my language?"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: inc/php/page.php:137
|
170 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: inc/php/page.php:139
|
174 |
#, php-format
|
175 |
msgid "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file to us at the %s and we will include this translation within the next plugin update."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: inc/php/page.php:144
|
179 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: inc/php/page.php:145
|
183 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: inc/php/page.php:147
|
187 |
msgid "How does it work?"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: inc/php/page.php:148
|
191 |
+
msgid "On the \"Main\" tab, place your custom PHP code in the code editor 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!"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: inc/php/page.php:150
|
195 |
msgid "Can I use HTML/CSS/JS code integrated in PHP code?"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: inc/php/page.php:151
|
199 |
msgid "Yes. But you need to do it properly, like this:"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: inc/php/page.php:161
|
203 |
msgid "How much of PHP code (characters) I can enter in the code editor?"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: inc/php/page.php:162
|
207 |
msgid "We don't limit the number of characters."
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: inc/php/page.php:164
|
211 |
msgid "On the plugin settings page, an error message appears. What could be wrong?"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: inc/php/page.php:165
|
215 |
msgid "Here are a few of the most likely causes of the error message:"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/php/page.php:167
|
219 |
msgid "You make a syntax error in the code that you have entered. Check the syntax of your code and try again."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: inc/php/page.php:168
|
223 |
msgid "You entered two functions with the same name. Use a unique names for your functions."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: inc/php/page.php:169
|
227 |
msgid "You have entered function with a name that is already occupied by another function. Use a unique name for your function."
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: inc/php/page.php:170
|
231 |
msgid "You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks."
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: inc/php/page.php:173
|
235 |
msgid "Does this plugin requires any modification of the theme?"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: inc/php/page.php:174
|
239 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: inc/php/page.php:176
|
243 |
msgid "Does this require any knowledge of HTML or CSS?"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: inc/php/page.php:177
|
247 |
msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/php/page.php:179
|
251 |
+
msgid "Can I add my custom PHP code to a specific page of my website?"
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: inc/php/page.php:180
|
255 |
+
msgid "For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: inc/php/page.php:194
|
259 |
msgid "It's not working. What could be wrong?"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/php/page.php:195
|
263 |
msgid "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: inc/php/page.php:196
|
267 |
msgid "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen."
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/php/page.php:198
|
271 |
msgid "What to do if this plugin crashed the website?"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: inc/php/page.php:199
|
275 |
msgid "This plugin has a built-in functions for checking the custom code for syntax errors, duplicate functions names, and etc. But plugin is not perfect, so there are times when the entered custom code causes the error and white screen (WSOD). This is due to the fact that your custom code has a syntax error that this plugin could not detect. When this happens with you, please perform the following steps."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: inc/php/page.php:201
|
279 |
msgid "Access your server via FTP or SFTP. If you aren't sure how usually your web hosting provider will have instructions somewhere on their website."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: inc/php/page.php:202
|
283 |
msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>. Please contact your web hosting company to get help if you can't find this folder."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: inc/php/page.php:203
|
287 |
msgid "Rename the file <code>START</code> to <code>STOP</code>. This will stop the execution of your custom code."
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: inc/php/page.php:204
|
291 |
msgid "Log in to Admin Area of your WordPress website."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: inc/php/page.php:205
|
295 |
msgid "Go to the plugin settings page <code>Settings</code> ➡ <code>PHP Inserter</code>."
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: inc/php/page.php:206
|
299 |
msgid "Edit/fix your custom PHP code that you entered before the crash."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: inc/php/page.php:207
|
303 |
msgid "Return to the plugin folder and rename the file <code>STOP</code> to <code>START</code> and you're done!"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: inc/php/page.php:209
|
307 |
msgid "This plugin stored you entered code in the database of your website. For getting your code, you also can go to the <code>Database</code> ➡ Table <code>wp_options</code> ➡ Option <code>spacexchimp_p001_settings</code> ➡ <code>option_value</code>."
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: inc/php/page.php:210
|
311 |
msgid "We are already working on a feature to automatically stop the execution of users custom PHP code for cases when this plugin could not detect the error, and this caused the inaccessibility of the website."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: inc/php/page.php:212
|
315 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: inc/php/page.php:213
|
319 |
msgid "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: inc/php/page.php:215
|
323 |
msgid "Where to report bug if found?"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: inc/php/page.php:217
|
327 |
#, php-format
|
328 |
msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: inc/php/page.php:223
|
332 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: inc/php/page.php:225
|
336 |
#, php-format
|
337 |
msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: inc/php/page.php:231
|
341 |
msgid "I love this plugin! Can I help somehow?"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: inc/php/page.php:233
|
345 |
#, php-format
|
346 |
msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: inc/php/page.php:239
|
350 |
msgid "My question wasn't answered here."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: inc/php/page.php:241
|
354 |
#, php-format
|
355 |
msgid "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: inc/php/page.php:255
|
359 |
msgid "Support Us"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
|
363 |
msgid "Donate with PayPal"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: inc/php/page.php:268
|
367 |
#, php-format
|
368 |
msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: inc/php/page.php:276
|
372 |
msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: inc/php/page.php:277
|
376 |
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."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: inc/php/page.php:278
|
380 |
msgid "If you appreciate our work, you can buy us a cup of coffee!"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: inc/php/page.php:279
|
384 |
msgid "Thank you for your support!"
|
385 |
msgstr ""
|
386 |
|
408 |
msgid "We are «Space X-Chimp»"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: inc/php/sidebar.php:33
|
412 |
msgid "About"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: inc/php/sidebar.php:35
|
416 |
msgid "This plugin allows you to easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: inc/php/sidebar.php:40
|
420 |
msgid "Help"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: inc/php/sidebar.php:42
|
424 |
msgid "If you have a question, please read the information in the FAQ section."
|
425 |
msgstr ""
|
426 |
|
my-custom-functions.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add your custom PHP code to your WordPress website, directly out of the 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.
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add your custom PHP code to your WordPress website, directly out of the 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.28
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: inject code, inject function, inject snippet, inject php, insert code, ins
|
|
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.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -125,19 +125,19 @@ A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) w
|
|
125 |
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!
|
126 |
|
127 |
= Q. How does it work? =
|
128 |
-
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!
|
129 |
You can find the plugin settings page at "`WordPress Admin Area`" -> "`Settings`" -> "`PHP Inserter`".
|
130 |
|
131 |
= Q. Can I use HTML/CSS/JS code integrated in PHP code? =
|
132 |
A. Yes. But you need to do it properly, like this:
|
133 |
|
134 |
-
`function
|
135 |
|
136 |
-
|
137 |
-
|
138 |
-
</script>";
|
139 |
|
140 |
-
}
|
|
|
141 |
|
142 |
= Q. How much of PHP code (characters) I can enter in the code editor? =
|
143 |
A. We don't limit the number of characters.
|
@@ -156,6 +156,21 @@ A. Absolutely not. This plugin is configurable entirely from the plugin settings
|
|
156 |
= Q. Does this require any knowledge of HTML or CSS? =
|
157 |
A. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin.
|
158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
= Q. It's not working. What could be wrong? =
|
160 |
A. As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem.
|
161 |
|
@@ -226,6 +241,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
226 |
|
227 |
== Changelog ==
|
228 |
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
= 4.27 =
|
230 |
* The design of the message "Successful" is improved.
|
231 |
* The design of the message "Error" is improved.
|
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.28
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
125 |
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!
|
126 |
|
127 |
= Q. How does it work? =
|
128 |
+
A. Simply go to the plugin settings page, place your custom PHP code in the code editor 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!
|
129 |
You can find the plugin settings page at "`WordPress Admin Area`" -> "`Settings`" -> "`PHP Inserter`".
|
130 |
|
131 |
= Q. Can I use HTML/CSS/JS code integrated in PHP code? =
|
132 |
A. Yes. But you need to do it properly, like this:
|
133 |
|
134 |
+
`function my_custom_html_code() {
|
135 |
|
136 |
+
// Print the custom HTML code
|
137 |
+
echo '<script>YOUR CUSTOM HTML CODE HERE</script>';
|
|
|
138 |
|
139 |
+
}
|
140 |
+
add_action( 'wp_head', 'my_custom_html_code' );`
|
141 |
|
142 |
= Q. How much of PHP code (characters) I can enter in the code editor? =
|
143 |
A. We don't limit the number of characters.
|
156 |
= Q. Does this require any knowledge of HTML or CSS? =
|
157 |
A. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin.
|
158 |
|
159 |
+
= Q. Can I add my custom PHP code to a specific page of my website? =
|
160 |
+
A. For now, this plugin does not have an option to apply the custom PHP code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom PHP code only on specific pages of your website, you need to wrap your custom PHP code in a PHP function that will determine the page you want. You need something like this:
|
161 |
+
|
162 |
+
`function my_custom_php_code() {
|
163 |
+
|
164 |
+
// Stop the function if this is not the Home page of website
|
165 |
+
if ( !is_home() ) {
|
166 |
+
return;
|
167 |
+
}
|
168 |
+
|
169 |
+
// YOUR CUSTOM PHP CODE HERE
|
170 |
+
|
171 |
+
}
|
172 |
+
my_custom_php_code();`
|
173 |
+
|
174 |
= Q. It's not working. What could be wrong? =
|
175 |
A. As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem.
|
176 |
|
241 |
|
242 |
== Changelog ==
|
243 |
|
244 |
+
= 4.28 =
|
245 |
+
* CSS code, which is located in the file "admin.css" and is related to the "FAQ" section, is improved.
|
246 |
+
* The sidebar items are rearranged.
|
247 |
+
* Some texts are updated.
|
248 |
+
* Translation files are updated.
|
249 |
+
|
250 |
= 4.27 =
|
251 |
* The design of the message "Successful" is improved.
|
252 |
* The design of the message "Error" is improved.
|