Head and Footer Scripts Inserter - Version 4.35

Version Description

  • The readme "Tested up to:" value changed to 5.1 after full testing process and ensuring compatibility.
  • Content of the "F.A.Q." section updated.
  • Some texts are corrected or replaced with new ones.
  • All translation files are updated.
  • Code formatting improved.
  • Added CSS class ".custom-list" for displaying a custom list, which is used on the plugin settings page.
  • The human.txt file updated.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 Head and Footer Scripts Inserter
Version 4.35
Comparing to
See all releases

Code changes from version 4.34 to 4.35

header-and-footer-scripts-inserter.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) 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.34
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) 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.35
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
humans.txt CHANGED
@@ -19,12 +19,14 @@
19
 
20
  Name: Arthur Gareginyan
21
  Title: Founder and CTO
22
- Site: www.arthurgareginyan.com
23
  Instagram: arthur_gareginyan
24
 
25
 
26
  /* THANKS */
27
-
 
 
 
28
 
29
  /* META */
30
  Last update: 2018/04/14
19
 
20
  Name: Arthur Gareginyan
21
  Title: Founder and CTO
 
22
  Instagram: arthur_gareginyan
23
 
24
 
25
  /* THANKS */
26
+ Isabella M.
27
+ Bożena L.
28
+ Thomas T.
29
+ Monica K.
30
 
31
  /* META */
32
  Last update: 2018/04/14
inc/css/admin.css CHANGED
@@ -441,6 +441,33 @@ p {
441
  overflow: hidden;
442
  }
443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  /* Custom List Numbers
445
  -------------------------------------------------------------- */
446
  .custom-counter {
441
  overflow: hidden;
442
  }
443
 
444
+ /* Custom List
445
+ -------------------------------------------------------------- */
446
+ .custom-list {
447
+ margin-top: 15px;
448
+ margin-left: 50px;
449
+ margin-bottom: 30px;
450
+ list-style-type: none;
451
+ }
452
+ .custom-list li {
453
+ counter-increment: step-counter;
454
+ margin-bottom: 15px;
455
+ font-family: Verdana, Geneva, sans-serif;
456
+ }
457
+ .custom-list li::before {
458
+ content: '+';
459
+ margin-left: -30px;
460
+ margin-right: 8px;
461
+ padding: 4px 7px;
462
+ font-size: 90%;
463
+ font-weight: bold;
464
+ background-color: #00c8c8;
465
+ color: white;
466
+ -webkit-border-radius: 50%;
467
+ -moz-border-radius: 50%;
468
+ border-radius: 50%;
469
+ }
470
+
471
  /* Custom List Numbers
472
  -------------------------------------------------------------- */
473
  .custom-counter {
inc/php/messages.php CHANGED
@@ -23,12 +23,18 @@ function spacexchimp_p006_hello_message() {
23
  <div class="modal-body">
24
  <img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/spacexchimp-logo.png'; ?>">
25
  <button type="button" class="close" data-dismiss="modal">&times;</button>
26
- <p><?php _e( 'Hello. We are the team of Space X-Chimp.', SPACEXCHIMP_P006_TEXT ); ?></p>
27
- <p><?php printf(
28
- __( 'Thank you for installing our plugin! We hope you will love it! %s', SPACEXCHIMP_P006_TEXT ),
29
- '&#x1F603;'
30
- );
31
- ?></p>
 
 
 
 
 
 
32
  </div>
33
  </div>
34
  </div>
@@ -88,7 +94,10 @@ function spacexchimp_p006_successfull_message() {
88
  if ( isset( $_GET['settings-updated'] ) ) {
89
  ?>
90
  <div id="message" class="updated">
91
- <p><i class="fa fa-check" aria-hidden="true"></i> <?php _e( 'Custom code updated successfully.', SPACEXCHIMP_P006_TEXT ); ?></p>
 
 
 
92
  </div>
93
  <?php
94
  }
23
  <div class="modal-body">
24
  <img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/spacexchimp-logo.png'; ?>">
25
  <button type="button" class="close" data-dismiss="modal">&times;</button>
26
+ <p>
27
+ <?php _e( 'Hello!', SPACEXCHIMP_P006_TEXT ); ?>
28
+ <?php _e( 'We are the team of Space X-Chimp.', SPACEXCHIMP_P006_TEXT ); ?>
29
+ </p>
30
+ <p>
31
+ <?php
32
+ printf(
33
+ __( 'Thank you for installing our plugin! We hope you will love it! %s', SPACEXCHIMP_P006_TEXT ),
34
+ '&#x1F603;'
35
+ );
36
+ ?>
37
+ </p>
38
  </div>
39
  </div>
40
  </div>
94
  if ( isset( $_GET['settings-updated'] ) ) {
95
  ?>
96
  <div id="message" class="updated">
97
+ <p>
98
+ <i class="fa fa-check" aria-hidden="true"></i>
99
+ <?php _e( 'Custom code updated successfully.', SPACEXCHIMP_P006_TEXT ); ?>
100
+ </p>
101
  </div>
102
  <?php
103
  }
inc/php/page.php CHANGED
@@ -27,11 +27,12 @@ function spacexchimp_p006_render_submenu_page() {
27
  <h2 class="sxc-header">
28
  <?php echo $name; ?>
29
  <span>
30
- <?php printf(
31
- __( 'by %s Space X-Chimp %s', $text ),
32
- '<a href="https://www.spacexchimp.com" target="_blank">',
33
- '</a>'
34
- );
 
35
  ?>
36
  </span>
37
  <p class="version"><?php _e( 'Version', $text ); ?> <?php echo $version; ?></p>
@@ -66,18 +67,26 @@ function spacexchimp_p006_render_submenu_page() {
66
  <p><?php _e( 'To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:', $text ); ?></p>
67
  <ol class="custom-counter">
68
  <li><?php _e( 'Go to the "Main" tab on this page.', $text ); ?></li>
69
- <li><?php _e( 'Place your custom HTML code in the code editor field.', $text ); ?><br><br>
70
- <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'The JavaScript and CSS code must be wrapped in HTML tags. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag.', $text ); ?></p>
 
 
 
 
 
 
71
  </li>
72
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
73
  <li><?php _e( 'Enjoy the result of applying your custom HTML code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
74
  </ol>
75
- <p class="note"><?php printf(
76
- __( 'If you want more options, then %s let us know %s and we will be happy to add them.', $text ),
77
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
78
- '</a>'
79
- );
80
- ?>
 
 
81
  </p>
82
  </div>
83
  </div>
@@ -96,7 +105,7 @@ function spacexchimp_p006_render_submenu_page() {
96
 
97
  <div class="panel-group" id="collapse-group">
98
  <?php
99
- $loopvalue = '14';
100
  for ( $i = 1; $i <= $loopvalue; $i++ ) {
101
  echo '<div class="panel panel-default">
102
  <div class="panel-heading">
@@ -113,34 +122,128 @@ function spacexchimp_p006_render_submenu_page() {
113
  ?>
114
  </div>
115
 
116
- <div class="question-1"><?php _e( 'Will this plugin work on my WordPress.COM website?', $text ); ?></div>
117
- <div class="answer-1"><?php _e( 'Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.', $text ); ?></div>
118
 
119
- <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
120
- <div class="answer-2"><?php _e( 'Yes. This plugin is ready for translation and has already been translated into several languages.', $text ); ?><br><br>
121
- <?php printf(
122
- __( '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.', $text ),
123
- '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>',
124
- '<a href="mailto:support@spacexchimp.com?subject=New translation of the ' . $name . ' plugin">support@spacexchimp.com</a>'
125
- );
126
- ?><br><br>
127
- <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?><br><br>
128
- <?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
 
 
129
 
130
- <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
131
- <div class="answer-3"><?php _e( 'On the "Main" tab, place your custom HTML code in the code editor field and click the "Save changes" button. Enjoy the result of applying your custom HTML code. It\'s that simple!', $text ); ?></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
132
 
133
- <div class="question-4"><?php _e( 'How much of HTML code (characters) I can enter in the code editor?', $text ); ?></div>
134
- <div class="answer-4"><?php _e( 'We don\'t limit the number of characters.', $text ); ?></div>
 
 
 
 
 
 
 
 
 
135
 
136
- <div class="question-5"><?php _e( 'Does this plugin requires any modification of the theme?', $text ); ?></div>
137
- <div class="answer-5"><?php _e( 'Absolutely not. This plugin is configurable entirely from the plugin settings page.', $text ); ?></div>
 
 
 
 
 
 
 
 
 
138
 
139
- <div class="question-6"><?php _e( 'Does this require any knowledge of HTML or CSS?', $text ); ?></div>
140
- <div class="answer-6"><?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>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
- <div class="question-7"><?php _e( 'Can I add my custom HTML code to a specific page of my website?', $text ); ?></div>
143
- <div class="answer-7"><?php _e( 'For now, this plugin does not have an option to apply the custom HTML code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want. You need something like this:', $text ); ?><br><br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  <pre><code>function my_custom_html_code() {
145
 
146
  // Stop the function if this is not the Home page of website
@@ -153,59 +256,168 @@ function spacexchimp_p006_render_submenu_page() {
153
 
154
  }
155
  add_action( 'wp_head', 'my_custom_html_code' );</code></pre>
156
- <?php printf(
157
- __( 'To apply the PHP code on a website, we can recommend you to use another our plugin called %s.', $text ),
158
- '<a href="https://wordpress.org/plugins/my-custom-functions/" target="_blank">My Custom Functions</a>'
159
- );
160
- ?>
161
- </div>
162
-
163
- <div class="question-8 question-red"><?php _e( 'My custom HTML code is not working. What could be wrong?', $text ); ?></div>
164
- <div class="answer-8"><?php _e( 'It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear. Here are a few of the most likely causes of the issue:', $text ); ?>
165
- <ol class="custom-counter">
166
- <li><?php _e( 'You have a typo during the insertion of your custom HTML code.', $text ); ?></li>
167
- <li><?php _e( 'Your custom HTML code has a syntax error.', $text ); ?></li>
168
- <li><?php _e( 'Your custom HTML code is incorrect and may not work.', $text ); ?></li>
169
- </ol></div>
170
-
171
- <div class="question-9 question-red"><?php _e( 'It\'s not working. What could be wrong?', $text ); ?></div>
172
- <div class="answer-9"><?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>
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-10 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>
176
- <div class="answer-10"><?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>
177
-
178
- <div class="question-11 question-red"><?php _e( 'Where to report bug if found?', $text ); ?></div>
179
- <div class="answer-11"><?php printf(
180
- __( '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 ),
181
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
182
- '</a>'
183
- );
184
- ?></div>
185
-
186
- <div class="question-12"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
187
- <div class="answer-12"><?php printf(
188
- __( '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 ),
189
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
190
- '</a>'
191
- );
192
- ?></div>
193
-
194
- <div class="question-13"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
195
- <div class="answer-13"><?php printf(
196
- __( 'Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!', $text ),
197
- '<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
198
- '</a>'
199
- );
200
- ?></div>
201
-
202
- <div class="question-14"><?php _e( 'My question wasn\'t answered here.', $text ); ?></div>
203
- <div class="answer-14"><?php printf(
204
- __( '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 ),
205
- '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
206
- '</a>'
207
- );
208
- ?></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
 
210
  </div>
211
  </div>
@@ -220,26 +432,39 @@ add_action( 'wp_head', 'my_custom_html_code' );</code></pre>
220
  <span class="image-with-button pull-left">
221
  <img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!">
222
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
223
- <span class="btn-label">
224
- <img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
225
- </span>
226
- <?php _e( 'Donate with PayPal', $text ); ?>
227
  </a>
228
  </span>
229
- <p><?php
230
- printf(
231
- __( '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.', $text ),
232
- '<a href="https://www.instagram.com/arthur_gareginyan/" target="_blank">',
233
- '</a>',
234
- '<a href="https://www.spacexchimp.com" target="_blank">',
235
- '</a>'
236
- );
 
 
237
  ?>
238
  </p>
239
- <p><?php _e( '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.', $text ); ?></p>
240
- <p><?php _e( '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.', $text ); ?></p>
241
- <p><?php _e( 'If you appreciate our work, you can buy us a cup of coffee!', $text ); ?></p>
242
- <p><?php _e( 'Thank you for your support!', $text ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
243
  </div>
244
  </div>
245
  </div>
27
  <h2 class="sxc-header">
28
  <?php echo $name; ?>
29
  <span>
30
+ <?php
31
+ printf(
32
+ __( 'by %s Space X-Chimp %s', $text ),
33
+ '<a href="https://www.spacexchimp.com" target="_blank">',
34
+ '</a>'
35
+ );
36
  ?>
37
  </span>
38
  <p class="version"><?php _e( 'Version', $text ); ?> <?php echo $version; ?></p>
67
  <p><?php _e( 'To add your custom HTML code (plus JavaScript, CSS, etc.) 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>
71
+ <?php _e( 'Place your custom HTML code in the code editor field.', $text ); ?>
72
+ <br><br>
73
+ <p class="note">
74
+ <b><?php _e( 'Note!', $text ); ?></b>
75
+ <?php _e( 'The JavaScript and CSS code must be wrapped in HTML tags.', $text ); ?>
76
+ <?php _e( 'For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag.', $text ); ?>
77
+ </p>
78
  </li>
79
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
80
  <li><?php _e( 'Enjoy the result of applying your custom HTML code.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
81
  </ol>
82
+ <p class="note">
83
+ <?php
84
+ printf(
85
+ __( 'If you want more options, then %s let us know %s and we will be happy to add them.', $text ),
86
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
87
+ '</a>'
88
+ );
89
+ ?>
90
  </p>
91
  </div>
92
  </div>
105
 
106
  <div class="panel-group" id="collapse-group">
107
  <?php
108
+ $loopvalue = '20';
109
  for ( $i = 1; $i <= $loopvalue; $i++ ) {
110
  echo '<div class="panel panel-default">
111
  <div class="panel-heading">
122
  ?>
123
  </div>
124
 
125
+ <?php $i = 1; ?>
 
126
 
127
+ <div class="question-<?php echo $i; ?>">
128
+ <?php _e( 'Where can I find a documentation for this plugin?', $text ); ?>
129
+ </div>
130
+ <div class="answer-<?php echo $i; $i++ ?>">
131
+ <?php
132
+ printf(
133
+ __( 'Please visit our %s Documentation site %s to view documentation.', $text ),
134
+ '<a href="https://docs.spacexchimp.com" target="_blank">',
135
+ '</a>'
136
+ );
137
+ ?>
138
+ </div>
139
 
140
+ <div class="question-<?php echo $i; ?>">
141
+ <?php _e( 'Will this plugin work on my wordpress.COM website?', $text ); ?>
142
+ </div>
143
+ <div class="answer-<?php echo $i; $i++ ?>">
144
+ <?php _e( 'Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites.', $text ); ?>
145
+ <br><br>
146
+ <?php _e( 'Please note that there is a difference between wordpress.COM and wordpress.ORG.', $text ); ?>
147
+ <?php _e( 'The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software.', $text ); ?>
148
+ <?php
149
+ printf(
150
+ __( 'You can learn more about the difference here: %s .', $text ),
151
+ '<a href="https://en.support.wordpress.com/com-vs-org/" target="_blank">https://en.support.wordpress.com/com-vs-org/</a>'
152
+ );
153
+ ?>
154
+ </div>
155
 
156
+ <div class="question-<?php echo $i; ?>">
157
+ <?php _e( 'Will this plugin work/compatible with the theme I use?', $text ); ?>
158
+ </div>
159
+ <div class="answer-<?php echo $i; $i++ ?>">
160
+ <?php _e( 'This plugin is compatible with most themes.', $text ); ?>
161
+ <?php _e( 'But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme.', $text ); ?>
162
+ <?php _e( 'We constantly check this plugin for compatibility with third-party themes.', $text ); ?>
163
+ <?php _e( 'If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $text ); ?>
164
+ <br><br>
165
+ <?php _e( 'If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
166
+ </div>
167
 
168
+ <div class="question-<?php echo $i; ?>">
169
+ <?php _e( 'Will this plugin work/compatible with other plugins that I use?', $text ); ?>
170
+ </div>
171
+ <div class="answer-<?php echo $i; $i++ ?>">
172
+ <?php _e( 'This plugin is compatible with most plugins.', $text ); ?>
173
+ <?php _e( 'But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin.', $text ); ?>
174
+ <?php _e( 'We constantly check this plugin for compatibility with third-party plugins.', $text ); ?>
175
+ <?php _e( 'If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem.', $text ); ?>
176
+ <br><br>
177
+ <?php _e( 'If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem.', $text ); ?>
178
+ </div>
179
 
180
+ <div class="question-<?php echo $i; ?>">
181
+ <?php _e( 'Can I use this plugin on my language?', $text ); ?>
182
+ </div>
183
+ <div class="answer-<?php echo $i; $i++ ?>">
184
+ <?php _e( 'Yes.', $text ); ?>
185
+ <?php _e( 'This plugin is ready for translation and has already been translated into several languages.', $text ); ?>
186
+ <?php _e( 'But If your language is not available then you can make one.', $text ); ?>
187
+ <?php _e( 'It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections.', $text ); ?>
188
+ <?php _e( 'Many of plugin users would be delighted if you share your translation with the community.', $text ); ?>
189
+ <?php _e( 'Thanks for your contribution!', $text ); ?>
190
+ <br><br>
191
+ <?php
192
+ printf(
193
+ __( 'If you want to help translate this plugin, please visit the %s.', $text ),
194
+ '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>'
195
+ );
196
+ ?>
197
+ <?php _e( 'You can also use the POT file that is included and placed in the "languages" folder to create a translation PO file.', $text ); ?>
198
+ <?php
199
+ printf(
200
+ __( 'Just send the PO file to us ( %s ) and we will include this translation within the next plugin update.', $text ),
201
+ '<a href="mailto:support@spacexchimp.com?subject=New translation of the ' . $name . ' plugin">support@spacexchimp.com</a>'
202
+ );
203
+ ?>
204
+ </div>
205
 
206
+ <div class="question-<?php echo $i; ?>">
207
+ <?php _e( 'How does it work?', $text ); ?>
208
+ </div>
209
+ <div class="answer-<?php echo $i; $i++ ?>">
210
+ <?php _e( 'On the "Main" tab, place your custom HTML code in the code editor field and click the "Save changes" button.', $text ); ?>
211
+ <?php _e( 'Enjoy the result of applying your custom HTML code.', $text ); ?>
212
+ <?php _e( 'It\'s that simple!', $text ); ?>
213
+ </div>
214
+
215
+ <div class="question-<?php echo $i; ?>">
216
+ <?php _e( 'How much of HTML code (characters) I can enter in the code editor?', $text ); ?>
217
+ </div>
218
+ <div class="answer-<?php echo $i; $i++ ?>">
219
+ <?php _e( 'We don\'t limit the number of characters.', $text ); ?>
220
+ </div>
221
+
222
+ <div class="question-<?php echo $i; ?>">
223
+ <?php _e( 'Does this plugin requires any modification of the theme?', $text ); ?>
224
+ </div>
225
+ <div class="answer-<?php echo $i; $i++ ?>">
226
+ <?php _e( 'Absolutely not.', $text ); ?>
227
+ <?php _e( 'This plugin is configurable entirely from the plugin settings page.', $text ); ?>
228
+ </div>
229
+
230
+ <div class="question-<?php echo $i; ?>">
231
+ <?php _e( 'Does this require any knowledge of HTML or CSS?', $text ); ?>
232
+ </div>
233
+ <div class="answer-<?php echo $i; $i++ ?>">
234
+ <?php _e( 'This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page.', $text ); ?>
235
+ <?php _e( '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 ); ?>
236
+ </div>
237
+
238
+ <div class="question-<?php echo $i; ?>">
239
+ <?php _e( 'Can I add my custom HTML code to a specific page of my website?', $text ); ?>
240
+ </div>
241
+ <div class="answer-<?php echo $i; $i++ ?>">
242
+ <?php _e( 'For now, this plugin does not have an option to apply the custom HTML code only on specific pages.', $text ); ?>
243
+ <?php _e( 'We plan to add this feature soon.', $text ); ?>
244
+ <?php _e( 'But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want.', $text ); ?>
245
+ <?php _e( 'You need something like this:', $text ); ?>
246
+ <br><br>
247
  <pre><code>function my_custom_html_code() {
248
 
249
  // Stop the function if this is not the Home page of website
256
 
257
  }
258
  add_action( 'wp_head', 'my_custom_html_code' );</code></pre>
259
+ <?php
260
+ printf(
261
+ __( 'To apply the PHP code on a website, we can recommend you to use another our plugin called %s.', $text ),
262
+ '<a href="https://wordpress.org/plugins/my-custom-functions/" target="_blank">My Custom Functions</a>'
263
+ );
264
+ ?>
265
+ </div>
266
+
267
+ <div class="question-<?php echo $i; ?> question-red">
268
+ <?php _e( 'It\'s not working.', $text ); ?>
269
+ <?php _e( 'What could be wrong?', $text ); ?>
270
+ </div>
271
+ <div class="answer-<?php echo $i; $i++ ?>">
272
+ <?php _e( 'As with every plugin, it\'s possible that things don\'t work.', $text ); ?>
273
+ <?php _e( 'It\'s impossible to tell what could be wrong exactly.', $text ); ?>
274
+ <?php _e( 'The most common reason for this is a web browser\'s cache.', $text ); ?>
275
+ <?php _e( 'Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load.', $text ); ?>
276
+ <?php _e( 'This is called the browser\'s cache.', $text ); ?>
277
+ <?php _e( 'Clearing your browser\'s cache may solve the problem.', $text ); ?>
278
+ <br><br>
279
+ <?php _e( '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.', $text ); ?>
280
+ <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
281
+ </div>
282
+
283
+ <div class="question-<?php echo $i; ?> question-red">
284
+ <?php _e( 'My custom HTML code is not working.', $text ); ?>
285
+ <?php _e( 'What could be wrong?', $text ); ?>
286
+ </div>
287
+ <div class="answer-<?php echo $i; $i++ ?>">
288
+ <?php _e( 'It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear.', $text ); ?>
289
+ <?php _e( 'Here are a few of the most likely causes of the issue:', $text ); ?>
290
+ <ol class="custom-list">
291
+ <li><?php _e( 'You have a typo during the insertion of your custom HTML code.', $text ); ?></li>
292
+ <li><?php _e( 'Your custom HTML code has a syntax error.', $text ); ?></li>
293
+ <li><?php _e( 'Your custom HTML code is incorrect and may not work.', $text ); ?></li>
294
+ </ol>
295
+ </div>
296
+
297
+ <div class="question-<?php echo $i; ?> question-red">
298
+ <?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin.', $text ); ?>
299
+ <?php _e( 'Why is this?', $text ); ?>
300
+ </div>
301
+ <div class="answer-<?php echo $i; $i++ ?>">
302
+ <?php _e( 'This plugin can not cause such problem.', $text ); ?>
303
+ <?php _e( 'More likely, the problem are related to the settings of the website.', $text ); ?>
304
+ <?php _e( '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.', $text ); ?>
305
+ <?php _e( 'Also please try to re-login to the website, this too can help.', $text ); ?>
306
+ </div>
307
+
308
+ <div class="question-<?php echo $i; ?> question-red">
309
+ <?php _e( 'Where to report bug if found?', $text ); ?>
310
+ </div>
311
+ <div class="answer-<?php echo $i; $i++ ?>">
312
+ <?php _e( 'Bug reports are very welcome!', $text ); ?>
313
+ <?php
314
+ printf(
315
+ __( 'Please visit our %s contact page %s and report.', $text ),
316
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
317
+ '</a>'
318
+ );
319
+ ?>
320
+ <?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
321
+ <?php _e( 'Thank you!', $text ); ?>
322
+ <br><br>
323
+ <?php _e( 'Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?>
324
+ <?php _e( 'Describe in more detail what exactly you are seeing.', $text ); ?>
325
+ <?php _e( 'Here are some examples:', $text ); ?>
326
+ <br><br>
327
+ <ul class="custom-list">
328
+ <li><?php _e( 'Elements of the plugin settings page are not working.', $text ); ?></li>
329
+ <li><?php _e( 'An error message is displayed on the plugin settings page.', $text ); ?></li>
330
+ <li><?php _e( 'An error message is displayed on the front end of website.', $text ); ?></li>
331
+ <li><?php _e( 'An error message is displayed on the back end of website.', $text ); ?></li>
332
+ <li><?php _e( 'Custom code is inserted on the plugin settings page, but it is not applied on the website.', $text ); ?></li>
333
+ <li><?php _e( 'Website is crashed.', $text ); ?></li>
334
+ </ul>
335
+ </div>
336
+
337
+ <div class="question-<?php echo $i; ?>">
338
+ <?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?>
339
+ </div>
340
+ <div class="answer-<?php echo $i; $i++ ?>">
341
+ <?php _e( 'Any suggestions are very welcome!', $text ); ?>
342
+ <?php
343
+ printf(
344
+ __( 'Please visit our %s contact page %s.', $text ),
345
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
346
+ '</a>'
347
+ );
348
+ ?>
349
+ <?php _e( 'Please do not forget to specify the name of the plugin.', $text ); ?>
350
+ <?php _e( 'Thank you!', $text ); ?>
351
+ </div>
352
+
353
+ <div class="question-<?php echo $i; ?>">
354
+ <?php _e( 'I love this plugin!', $text ); ?>
355
+ <?php _e( 'Can I help somehow?', $text ); ?>
356
+ </div>
357
+ <div class="answer-<?php echo $i; $i++ ?>">
358
+ <?php _e( 'Yes, any contributions are very welcome!', $text ); ?>
359
+ <?php
360
+ printf(
361
+ __( 'Please visit our %s Support Us %s page.', $text ),
362
+ '<a href="https://www.spacexchimp.com/donate.html" target="_blank">',
363
+ '</a>'
364
+ );
365
+ ?>
366
+ <?php _e( 'Thank you!', $text ); ?>
367
+ </div>
368
+
369
+ <div class="question-<?php echo $i; ?>">
370
+ <?php _e( 'Where can I find information about your licenses, payment process and refunds?', $text ); ?>
371
+ </div>
372
+ <div class="answer-<?php echo $i; $i++ ?>">
373
+ <?php
374
+ printf(
375
+ __( 'Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page.', $text ),
376
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
377
+ '</a>'
378
+ );
379
+ ?>
380
+ </div>
381
+
382
+ <div class="question-<?php echo $i; ?>">
383
+ <?php _e( 'Where can I find information about your customer support?', $text ); ?>
384
+ </div>
385
+ <div class="answer-<?php echo $i; $i++ ?>">
386
+ <?php
387
+ printf(
388
+ __( 'Answers to common questions about our customer support can be found on our %s Common Questions %s page.', $text ),
389
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
390
+ '</a>'
391
+ );
392
+ ?>
393
+ </div>
394
+
395
+ <div class="question-<?php echo $i; ?>">
396
+ <?php _e( 'Where can I find information about your affiliate program?', $text ); ?>
397
+ </div>
398
+ <div class="answer-<?php echo $i; $i++ ?>">
399
+ <?php
400
+ printf(
401
+ __( 'Answers to common questions about our affiliate program can be found on our %s Common Questions %s page.', $text ),
402
+ '<a href="https://www.spacexchimp.com/faq.html" target="_blank">',
403
+ '</a>'
404
+ );
405
+ ?>
406
+ </div>
407
+
408
+ <div class="question-<?php echo $i; ?>">
409
+ <?php _e( 'My question wasn\'t answered here.', $text ); ?>
410
+ </div>
411
+ <div class="answer-<?php echo $i; $i++ ?>">
412
+ <?php
413
+ printf(
414
+ __( 'You can ask your question on %s this page %s.', $text ),
415
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
416
+ '</a>'
417
+ );
418
+ ?>
419
+ <?php _e( '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 ); ?>
420
+ </div>
421
 
422
  </div>
423
  </div>
432
  <span class="image-with-button pull-left">
433
  <img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!">
434
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
435
+ <span class="btn-label">
436
+ <img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
437
+ </span>
438
+ <?php _e( 'Donate with PayPal', $text ); ?>
439
  </a>
440
  </span>
441
+ <p>
442
+ <?php _e( 'Hello!', $text ); ?>
443
+ <?php
444
+ printf(
445
+ __( '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.', $text ),
446
+ '<a href="https://www.instagram.com/arthur_gareginyan/" target="_blank">',
447
+ '</a>',
448
+ '<a href="https://www.spacexchimp.com" target="_blank">',
449
+ '</a>'
450
+ );
451
  ?>
452
  </p>
453
+ <p>
454
+ <?php _e( 'Our intention is to create projects that will make this world a better place.', $text ); ?>
455
+ <?php _e( 'Our motto is - «Follow your dreams and don’t give up».', $text ); ?>
456
+ <?php _e( 'We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too.', $text ); ?>
457
+ </p>
458
+ <p>
459
+ <?php _e( '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.', $text ); ?>
460
+ <?php _e( '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.', $text ); ?>
461
+ </p>
462
+ <p>
463
+ <?php _e( 'If you appreciate our work, you can buy us a cup of coffee!', $text ); ?>
464
+ </p>
465
+ <p>
466
+ <?php _e( 'Thank you for your support!', $text ); ?>
467
+ </p>
468
  </div>
469
  </div>
470
  </div>
inc/php/settings.php CHANGED
@@ -35,7 +35,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
35
  </div>
36
  </h3>
37
  <div class="inside">
38
- <p class="note"><?php _e( 'You can use the fields below to add your custom HTML code to the HEAD section of your website.', $text ); ?></p>
39
 
40
  <p class='help-text'><?php _e( 'The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!', $text ); ?></p>
41
  <textarea
@@ -63,7 +63,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
63
  </div>
64
  </h3>
65
  <div class="inside">
66
- <p class="note"><?php _e( 'You can use the fields below to add your custom HTML code to the FOOTER section of your website.', $text ); ?></p>
67
 
68
  <p class='help-text'><?php _e( 'The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!', $text ); ?></p>
69
  <textarea
@@ -88,11 +88,11 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
88
  <div class="inside">
89
  <p><?php _e( 'Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy.', $text ); ?></p>
90
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
91
- <span class="btn-label">
92
- <img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
93
- </span>
94
- <?php _e( 'Donate with PayPal', $text ); ?>
95
- </a>
96
  <p><?php _e( 'Thanks for your support!', $text ); ?></p>
97
  </div>
98
  </div>
35
  </div>
36
  </h3>
37
  <div class="inside">
38
+ <p class="note"><?php _e( 'You can use the fields below to add your custom HTML code to the HEAD section of your website\'s front end.', $text ); ?></p>
39
 
40
  <p class='help-text'><?php _e( 'The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!', $text ); ?></p>
41
  <textarea
63
  </div>
64
  </h3>
65
  <div class="inside">
66
+ <p class="note"><?php _e( 'You can use the fields below to add your custom HTML code to the FOOTER section of your website\'s front end.', $text ); ?></p>
67
 
68
  <p class='help-text'><?php _e( 'The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!', $text ); ?></p>
69
  <textarea
88
  <div class="inside">
89
  <p><?php _e( 'Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy.', $text ); ?></p>
90
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
91
+ <span class="btn-label">
92
+ <img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
93
+ </span>
94
+ <?php _e( 'Donate with PayPal', $text ); ?>
95
+ </a>
96
  <p><?php _e( 'Thanks for your support!', $text ); ?></p>
97
  </div>
98
  </div>
inc/php/sidebar.php CHANGED
@@ -32,7 +32,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
32
  <div class="postbox about">
33
  <h3 class="title"><?php _e( 'About', $text ); ?></h3>
34
  <div class="inside">
35
- <p><?php _e( 'This plugin allows you to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.', $text ); ?></p>
36
  </div>
37
  </div>
38
 
32
  <div class="postbox about">
33
  <h3 class="title"><?php _e( 'About', $text ); ?></h3>
34
  <div class="inside">
35
+ <p><?php _e( 'This plugin gives you the ability to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.', $text ); ?></p>
36
  </div>
37
  </div>
38
 
languages/Readme.txt CHANGED
@@ -2,12 +2,6 @@
2
  CONTRIBUTING YOUR TRANSLATION
3
 
4
 
5
- This plugin is ready for translation and has already been translated into several languages.
6
 
7
- If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/header-and-footer-scripts-inserter).
8
-
9
- 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 (https://www.spacexchimp.com/contact.html) and we will include this translation within the next plugin update.
10
-
11
- Maybe not all existed translations are up to date. You are welcome to contribute corrections!
12
-
13
- Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
2
  CONTRIBUTING YOUR TRANSLATION
3
 
4
 
5
+ 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. It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
6
 
7
+ If you want to help translate this plugin, please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/header-and-footer-scripts-inserter). You can also use the POT file that is included and placed in the "languages" folder to create a translation PO file. Just send the PO file to us (https://www.spacexchimp.com/contact.html) and we will include this translation within the next plugin update.
 
 
 
 
 
 
languages/header-and-footer-scripts-inserter-de_DE.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
- "POT-Creation-Date: 2019-01-11 20:35+0200\n"
7
- "PO-Revision-Date: 2019-01-11 20:35+0200\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -36,282 +36,547 @@ msgstr "Spende"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:26
40
- msgid "Hello. We are the team of Space X-Chimp."
41
- msgstr "Hallo! Wir sind das Team von Space X-Chimp."
42
 
43
  #: inc/php/messages.php:28
 
 
 
 
44
  #, php-format
45
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
46
  msgstr "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
47
 
48
- #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
50
  msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
51
 
52
- #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
55
 
56
- #: inc/php/messages.php:91
57
  msgid "Custom code updated successfully."
58
  msgstr ""
59
 
60
- #: inc/php/page.php:31
61
  #, php-format
62
  msgid "by %s Space X-Chimp %s"
63
  msgstr "by %s Space X-Chimp %s"
64
 
65
- #: inc/php/page.php:37
66
  msgid "Version"
67
  msgstr "Version"
68
 
69
- #: inc/php/page.php:44
70
  msgid "Main"
71
  msgstr ""
72
 
73
- #: inc/php/page.php:45
74
  msgid "Usage"
75
  msgstr "Verwendung"
76
 
77
- #: inc/php/page.php:46
78
  msgid "F.A.Q."
79
  msgstr "F.A.Q."
80
 
81
- #: inc/php/page.php:47 inc/php/settings.php:87 inc/php/sidebar.php:47
82
  msgid "Support"
83
- msgstr "Support"
84
 
85
- #: inc/php/page.php:48
86
  msgid "Store"
87
- msgstr "Store"
88
 
89
- #: inc/php/page.php:64
90
  msgid "Usage Instructions"
91
  msgstr "Anleitung"
92
 
93
- #: inc/php/page.php:66
94
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
95
  msgstr ""
96
 
97
- #: inc/php/page.php:68
98
  msgid "Go to the \"Main\" tab on this page."
99
  msgstr ""
100
 
101
- #: inc/php/page.php:69
102
  msgid "Place your custom HTML code in the code editor field."
103
  msgstr ""
104
 
105
- #: inc/php/page.php:70
106
  msgid "Note!"
107
  msgstr "Achtung!"
108
 
109
- #: inc/php/page.php:70
110
- msgid "The JavaScript and CSS code must be wrapped in HTML tags. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
 
 
 
 
111
  msgstr ""
112
 
113
- #: inc/php/page.php:72
114
  msgid "Click the \"Save changes\" button."
115
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
116
 
117
- #: inc/php/page.php:73
118
  msgid "Enjoy the result of applying your custom HTML code."
119
  msgstr ""
120
 
121
- #: inc/php/page.php:73
122
  msgid "It's that simple!"
123
  msgstr "Es ist ganz einfach!"
124
 
125
- #: inc/php/page.php:76
126
  #, php-format
127
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
128
  msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
129
 
130
- #: inc/php/page.php:90
131
  msgid "Frequently Asked Questions"
132
  msgstr ""
133
 
134
- #: inc/php/page.php:94
135
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
136
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
137
 
138
- #: inc/php/page.php:116
139
- msgid "Will this plugin work on my WordPress.COM website?"
140
- msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
- #: inc/php/page.php:117
143
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
144
- msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) Webseiten."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
 
146
- #: inc/php/page.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  msgid "Can I use this plugin on my language?"
148
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
149
 
150
- #: inc/php/page.php:120
151
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
152
- msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
153
 
154
- #: inc/php/page.php:122
155
- #, php-format
156
- 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."
 
 
 
157
  msgstr ""
158
 
159
- #: inc/php/page.php:127
160
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
161
  msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
162
 
163
- #: inc/php/page.php:128
164
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
165
- msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
 
167
- #: inc/php/page.php:130
168
  msgid "How does it work?"
169
  msgstr "Wie arbeitet das Plugin?"
170
 
171
- #: inc/php/page.php:131
172
- msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button. Enjoy the result of applying your custom HTML code. It's that simple!"
173
  msgstr ""
174
 
175
- #: inc/php/page.php:133
176
  msgid "How much of HTML code (characters) I can enter in the code editor?"
177
  msgstr ""
178
 
179
- #: inc/php/page.php:134
180
  msgid "We don't limit the number of characters."
181
  msgstr ""
182
 
183
- #: inc/php/page.php:136
184
  msgid "Does this plugin requires any modification of the theme?"
185
  msgstr "Benötigt das Plugin Veränderungen am Theme?"
186
 
187
- #: inc/php/page.php:137
188
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
189
- msgstr "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
 
 
 
 
190
 
191
- #: inc/php/page.php:139
192
  msgid "Does this require any knowledge of HTML or CSS?"
193
- msgstr "Brauche ich HTML oder CCS Kenntnisse?"
194
 
195
- #: inc/php/page.php:140
196
- 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."
197
  msgstr ""
198
 
199
- #: inc/php/page.php:142
 
 
 
 
200
  msgid "Can I add my custom HTML code to a specific page of my website?"
201
  msgstr ""
202
 
203
- #: inc/php/page.php:143
204
- msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want. You need something like this:"
205
  msgstr ""
206
 
207
- #: inc/php/page.php:157
 
 
 
 
 
 
 
 
 
 
 
 
208
  #, php-format
209
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:163
213
- #| msgid "It's not working. What could be wrong?"
214
- msgid "My custom HTML code is not working. What could be wrong?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgstr ""
216
 
217
- #: inc/php/page.php:164
218
- msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear. Here are a few of the most likely causes of the issue:"
219
  msgstr ""
220
 
221
- #: inc/php/page.php:166
222
  msgid "You have a typo during the insertion of your custom HTML code."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:167
226
  msgid "Your custom HTML code has a syntax error."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:168
230
  msgid "Your custom HTML code is incorrect and may not work."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:171
234
- msgid "It's not working. What could be wrong?"
235
- msgstr "Es funktioniert nicht. Was könnte falsch sein?"
236
 
237
- #: inc/php/page.php:172
238
- 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."
239
- 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."
240
 
241
- #: inc/php/page.php:173
242
- 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."
243
- msgstr ""
244
 
245
- #: inc/php/page.php:175
246
- msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
247
- msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten. Warum ist das so?"
248
 
249
- #: inc/php/page.php:176
250
- 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."
251
- 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."
252
 
253
- #: inc/php/page.php:178
 
 
 
 
254
  msgid "Where to report bug if found?"
255
  msgstr "Wo kann ich eine Fehler melden?"
256
 
257
- #: inc/php/page.php:180
 
 
 
 
258
  #, php-format
259
- 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!"
 
 
 
 
 
 
 
 
 
 
 
 
260
  msgstr ""
261
 
262
- #: inc/php/page.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  msgid "Where to share any ideas or suggestions to make the plugin better?"
264
  msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
265
 
266
- #: inc/php/page.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  #, php-format
268
- 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!"
269
  msgstr ""
270
 
271
- #: inc/php/page.php:194
272
- msgid "I love this plugin! Can I help somehow?"
273
- msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
274
 
275
- #: inc/php/page.php:196
276
  #, php-format
277
- msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
278
- msgstr "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite %s, klicken Sie auf den Spenden Button und Danke!"
 
 
 
 
279
 
280
- #: inc/php/page.php:202
 
 
 
 
 
281
  msgid "My question wasn't answered here."
282
  msgstr "Meine Fragen wurden nicht beantwortet."
283
 
284
- #: inc/php/page.php:204
285
  #, php-format
286
- 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."
287
  msgstr ""
288
 
289
- #: inc/php/page.php:218
 
 
 
 
290
  msgid "Support Us"
291
  msgstr "Unterstütze uns"
292
 
293
- #: inc/php/page.php:226 inc/php/settings.php:94 inc/php/sidebar.php:54
294
  msgid "Donate with PayPal"
295
  msgstr "Spende mit PayPal"
296
 
297
- #: inc/php/page.php:231
298
  #, php-format
299
- 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."
300
- msgstr ""
301
 
302
- #: inc/php/page.php:239
303
- 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."
 
 
 
 
304
  msgstr ""
305
 
306
- #: inc/php/page.php:240
307
- 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."
308
- 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."
 
 
 
 
309
 
310
- #: inc/php/page.php:241
 
 
 
 
311
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
312
- msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
313
 
314
- #: inc/php/page.php:242
315
  msgid "Thank you for your support!"
316
  msgstr "Danke für Ihre Unterstützung!"
317
 
@@ -324,7 +589,7 @@ msgid "NOT SAVED!"
324
  msgstr ""
325
 
326
  #: inc/php/settings.php:38
327
- msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
328
  msgstr ""
329
 
330
  #: inc/php/settings.php:40
@@ -349,7 +614,7 @@ msgid "Footer Section"
349
  msgstr ""
350
 
351
  #: inc/php/settings.php:66
352
- msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
353
  msgstr ""
354
 
355
  #: inc/php/settings.php:68
@@ -370,14 +635,14 @@ msgstr "Danke für Ihre Unterstützung!"
370
 
371
  #: inc/php/sidebar.php:16
372
  msgid "We are «Space X-Chimp»"
373
- msgstr ""
374
 
375
  #: inc/php/sidebar.php:33
376
  msgid "About"
377
  msgstr "Über"
378
 
379
  #: inc/php/sidebar.php:35
380
- msgid "This plugin allows you to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
381
  msgstr ""
382
 
383
  #: inc/php/sidebar.php:40
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-02-20 23:16+0300\n"
7
+ "PO-Revision-Date: 2019-02-20 23:16+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
+ #: inc/php/messages.php:27 inc/php/page.php:442
40
+ msgid "Hello!"
41
+ msgstr "Hallo!"
42
 
43
  #: inc/php/messages.php:28
44
+ msgid "We are the team of Space X-Chimp."
45
+ msgstr "Wir sind das Team von Space X-Chimp."
46
+
47
+ #: inc/php/messages.php:33
48
  #, php-format
49
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
50
  msgstr "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
51
 
52
+ #: inc/php/messages.php:74
53
  msgid "You have installed an old version of this plugin."
54
  msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
55
 
56
+ #: inc/php/messages.php:75
57
  msgid "Please update the plugin to the latest version, and all will be fine."
58
  msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
59
 
60
+ #: inc/php/messages.php:99
61
  msgid "Custom code updated successfully."
62
  msgstr ""
63
 
64
+ #: inc/php/page.php:32
65
  #, php-format
66
  msgid "by %s Space X-Chimp %s"
67
  msgstr "by %s Space X-Chimp %s"
68
 
69
+ #: inc/php/page.php:38
70
  msgid "Version"
71
  msgstr "Version"
72
 
73
+ #: inc/php/page.php:45
74
  msgid "Main"
75
  msgstr ""
76
 
77
+ #: inc/php/page.php:46
78
  msgid "Usage"
79
  msgstr "Verwendung"
80
 
81
+ #: inc/php/page.php:47
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
+ #: inc/php/page.php:48 inc/php/settings.php:87 inc/php/sidebar.php:47
86
  msgid "Support"
87
+ msgstr "Unterstützung"
88
 
89
+ #: inc/php/page.php:49
90
  msgid "Store"
91
+ msgstr "Geschäft"
92
 
93
+ #: inc/php/page.php:65
94
  msgid "Usage Instructions"
95
  msgstr "Anleitung"
96
 
97
+ #: inc/php/page.php:67
98
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:69
102
  msgid "Go to the \"Main\" tab on this page."
103
  msgstr ""
104
 
105
+ #: inc/php/page.php:71
106
  msgid "Place your custom HTML code in the code editor field."
107
  msgstr ""
108
 
109
+ #: inc/php/page.php:74
110
  msgid "Note!"
111
  msgstr "Achtung!"
112
 
113
+ #: inc/php/page.php:75
114
+ msgid "The JavaScript and CSS code must be wrapped in HTML tags."
115
+ msgstr ""
116
+
117
+ #: inc/php/page.php:76
118
+ msgid "For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:79
122
  msgid "Click the \"Save changes\" button."
123
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
124
 
125
+ #: inc/php/page.php:80 inc/php/page.php:211
126
  msgid "Enjoy the result of applying your custom HTML code."
127
  msgstr ""
128
 
129
+ #: inc/php/page.php:80 inc/php/page.php:212
130
  msgid "It's that simple!"
131
  msgstr "Es ist ganz einfach!"
132
 
133
+ #: inc/php/page.php:85
134
  #, php-format
135
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
136
  msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
137
 
138
+ #: inc/php/page.php:99
139
  msgid "Frequently Asked Questions"
140
  msgstr ""
141
 
142
+ #: inc/php/page.php:103
143
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
144
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
145
 
146
+ #: inc/php/page.php:128
147
+ msgid "Where can I find a documentation for this plugin?"
148
+ msgstr ""
149
+
150
+ #: inc/php/page.php:133
151
+ #, php-format
152
+ msgid "Please visit our %s Documentation site %s to view documentation."
153
+ msgstr ""
154
+
155
+ #: inc/php/page.php:141
156
+ msgid "Will this plugin work on my wordpress.COM website?"
157
+ msgstr "Funktioniert dieses Plugin auf meiner wordpress.COM Webseite?"
158
+
159
+ #: inc/php/page.php:144
160
+ msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
161
+ msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (wordpress.ORG) Webseiten."
162
 
163
+ #: inc/php/page.php:146
164
+ msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
165
+ msgstr ""
166
+
167
+ #: inc/php/page.php:147
168
+ msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
169
+ msgstr ""
170
+
171
+ #: inc/php/page.php:150
172
+ #, php-format
173
+ msgid "You can learn more about the difference here: %s ."
174
+ msgstr ""
175
+
176
+ #: inc/php/page.php:157
177
+ msgid "Will this plugin work/compatible with the theme I use?"
178
+ msgstr ""
179
+
180
+ #: inc/php/page.php:160
181
+ msgid "This plugin is compatible with most themes."
182
+ msgstr ""
183
+
184
+ #: inc/php/page.php:161
185
+ msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
186
+ msgstr ""
187
+
188
+ #: inc/php/page.php:162
189
+ msgid "We constantly check this plugin for compatibility with third-party themes."
190
+ msgstr ""
191
+
192
+ #: inc/php/page.php:163
193
+ msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
194
+ msgstr ""
195
 
196
+ #: inc/php/page.php:165
197
+ msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
198
+ msgstr ""
199
+
200
+ #: inc/php/page.php:169
201
+ msgid "Will this plugin work/compatible with other plugins that I use?"
202
+ msgstr ""
203
+
204
+ #: inc/php/page.php:172
205
+ msgid "This plugin is compatible with most plugins."
206
+ msgstr ""
207
+
208
+ #: inc/php/page.php:173
209
+ msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
210
+ msgstr ""
211
+
212
+ #: inc/php/page.php:174
213
+ msgid "We constantly check this plugin for compatibility with third-party plugins."
214
+ msgstr ""
215
+
216
+ #: inc/php/page.php:175
217
+ msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
218
+ msgstr ""
219
+
220
+ #: inc/php/page.php:177
221
+ msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
222
+ msgstr ""
223
+
224
+ #: inc/php/page.php:181
225
  msgid "Can I use this plugin on my language?"
226
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
227
 
228
+ #: inc/php/page.php:184
229
+ msgid "Yes."
230
+ msgstr "Ja."
231
 
232
+ #: inc/php/page.php:185
233
+ msgid "This plugin is ready for translation and has already been translated into several languages."
234
+ msgstr "Dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
235
+
236
+ #: inc/php/page.php:186
237
+ msgid "But If your language is not available then you can make one."
238
  msgstr ""
239
 
240
+ #: inc/php/page.php:187
241
+ msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
242
  msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
243
 
244
+ #: inc/php/page.php:188
245
+ msgid "Many of plugin users would be delighted if you share your translation with the community."
246
+ msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen."
247
+
248
+ #: inc/php/page.php:189
249
+ msgid "Thanks for your contribution!"
250
+ msgstr "Danke für Ihre Mithilfe!"
251
+
252
+ #: inc/php/page.php:193
253
+ #, php-format
254
+ msgid "If you want to help translate this plugin, please visit the %s."
255
+ msgstr "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, bitte besuchen Sie %s."
256
+
257
+ #: inc/php/page.php:197
258
+ msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
259
+ msgstr "Sie können auch die POT Datei, die Sie im “languages” Ordner finden, verwenden, um eine PO Übersetzungsdatei zu erstellen."
260
+
261
+ #: inc/php/page.php:200
262
+ #, php-format
263
+ msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
264
+ msgstr "Senden Sie die übersetzte PO Datei an uns ( %s ) und wir werde die Übersetzung beim nächsten Plugin Update hinzufügen."
265
 
266
+ #: inc/php/page.php:207
267
  msgid "How does it work?"
268
  msgstr "Wie arbeitet das Plugin?"
269
 
270
+ #: inc/php/page.php:210
271
+ msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button."
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:216
275
  msgid "How much of HTML code (characters) I can enter in the code editor?"
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:219
279
  msgid "We don't limit the number of characters."
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:223
283
  msgid "Does this plugin requires any modification of the theme?"
284
  msgstr "Benötigt das Plugin Veränderungen am Theme?"
285
 
286
+ #: inc/php/page.php:226
287
+ msgid "Absolutely not."
288
+ msgstr "Absolut nicht."
289
+
290
+ #: inc/php/page.php:227
291
+ msgid "This plugin is configurable entirely from the plugin settings page."
292
+ msgstr "Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
293
 
294
+ #: inc/php/page.php:231
295
  msgid "Does this require any knowledge of HTML or CSS?"
296
+ msgstr "Brauche ich HTML oder CSS Kenntnisse?"
297
 
298
+ #: inc/php/page.php:234
299
+ msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
300
  msgstr ""
301
 
302
+ #: inc/php/page.php:235
303
+ msgid "But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
304
+ msgstr ""
305
+
306
+ #: inc/php/page.php:239
307
  msgid "Can I add my custom HTML code to a specific page of my website?"
308
  msgstr ""
309
 
310
+ #: inc/php/page.php:242
311
+ msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages."
312
  msgstr ""
313
 
314
+ #: inc/php/page.php:243
315
+ msgid "We plan to add this feature soon."
316
+ msgstr ""
317
+
318
+ #: inc/php/page.php:244
319
+ msgid "But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want."
320
+ msgstr ""
321
+
322
+ #: inc/php/page.php:245
323
+ msgid "You need something like this:"
324
+ msgstr ""
325
+
326
+ #: inc/php/page.php:261
327
  #, php-format
328
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
329
  msgstr ""
330
 
331
+ #: inc/php/page.php:268
332
+ msgid "It's not working."
333
+ msgstr "Es funktioniert nicht."
334
+
335
+ #: inc/php/page.php:269 inc/php/page.php:285
336
+ msgid "What could be wrong?"
337
+ msgstr "Was könnte falsch sein?"
338
+
339
+ #: inc/php/page.php:272
340
+ msgid "As with every plugin, it's possible that things don't work."
341
+ msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert."
342
+
343
+ #: inc/php/page.php:273
344
+ msgid "It's impossible to tell what could be wrong exactly."
345
+ msgstr "Es ist unmöglich genau festzustellen was falsch ist."
346
+
347
+ #: inc/php/page.php:274
348
+ msgid "The most common reason for this is a web browser's cache."
349
+ msgstr "Der häufigste Grund dafür ist der Cache Ihres Webbrowsers."
350
+
351
+ #: inc/php/page.php:275
352
+ msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
353
+ msgstr "Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren."
354
+
355
+ #: inc/php/page.php:276
356
+ msgid "This is called the browser's cache."
357
+ msgstr "Das nennt man den Browser Cache."
358
+
359
+ #: inc/php/page.php:277
360
+ msgid "Clearing your browser's cache may solve the problem."
361
+ msgstr "Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
362
+
363
+ #: inc/php/page.php:279
364
+ msgid "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."
365
+ msgstr "Wenn Sie jedoch eine Support Anfrage im Plugins Support Forum von wordpress.ORG stellen, helfe wir Ihnen gerne."
366
+
367
+ #: inc/php/page.php:280 inc/php/page.php:323
368
+ msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
369
+ msgstr "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite hinzu, wo das Problem auftritt."
370
+
371
+ #: inc/php/page.php:284
372
+ msgid "My custom HTML code is not working."
373
+ msgstr ""
374
+
375
+ #: inc/php/page.php:288
376
+ msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear."
377
  msgstr ""
378
 
379
+ #: inc/php/page.php:289
380
+ msgid "Here are a few of the most likely causes of the issue:"
381
  msgstr ""
382
 
383
+ #: inc/php/page.php:291
384
  msgid "You have a typo during the insertion of your custom HTML code."
385
  msgstr ""
386
 
387
+ #: inc/php/page.php:292
388
  msgid "Your custom HTML code has a syntax error."
389
  msgstr ""
390
 
391
+ #: inc/php/page.php:293
392
  msgid "Your custom HTML code is incorrect and may not work."
393
  msgstr ""
394
 
395
+ #: inc/php/page.php:298
396
+ msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
397
+ msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten."
398
 
399
+ #: inc/php/page.php:299
400
+ msgid "Why is this?"
401
+ msgstr "Warum ist das so?"
402
 
403
+ #: inc/php/page.php:302
404
+ msgid "This plugin can not cause such problem."
405
+ msgstr "Dieses Plugin kann ein solches Problem nicht verursachen."
406
 
407
+ #: inc/php/page.php:303
408
+ msgid "More likely, the problem are related to the settings of the website."
409
+ msgstr "Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen."
410
 
411
+ #: inc/php/page.php:304
412
+ msgid "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."
413
+ msgstr "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."
414
 
415
+ #: inc/php/page.php:305
416
+ msgid "Also please try to re-login to the website, this too can help."
417
+ msgstr "Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
418
+
419
+ #: inc/php/page.php:309
420
  msgid "Where to report bug if found?"
421
  msgstr "Wo kann ich eine Fehler melden?"
422
 
423
+ #: inc/php/page.php:312
424
+ msgid "Bug reports are very welcome!"
425
+ msgstr ""
426
+
427
+ #: inc/php/page.php:315
428
  #, php-format
429
+ msgid "Please visit our %s contact page %s and report."
430
+ msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s und berichten Sie."
431
+
432
+ #: inc/php/page.php:320 inc/php/page.php:349
433
+ msgid "Please do not forget to specify the name of the plugin."
434
+ msgstr "Bitte vergiss nicht den Namen des Plugins anzugeben."
435
+
436
+ #: inc/php/page.php:321 inc/php/page.php:350 inc/php/page.php:366
437
+ msgid "Thank you!"
438
+ msgstr "Danke!"
439
+
440
+ #: inc/php/page.php:324
441
+ msgid "Describe in more detail what exactly you are seeing."
442
  msgstr ""
443
 
444
+ #: inc/php/page.php:325
445
+ msgid "Here are some examples:"
446
+ msgstr ""
447
+
448
+ #: inc/php/page.php:328
449
+ msgid "Elements of the plugin settings page are not working."
450
+ msgstr ""
451
+
452
+ #: inc/php/page.php:329
453
+ msgid "An error message is displayed on the plugin settings page."
454
+ msgstr ""
455
+
456
+ #: inc/php/page.php:330
457
+ msgid "An error message is displayed on the front end of website."
458
+ msgstr ""
459
+
460
+ #: inc/php/page.php:331
461
+ msgid "An error message is displayed on the back end of website."
462
+ msgstr ""
463
+
464
+ #: inc/php/page.php:332
465
+ msgid "Custom code is inserted on the plugin settings page, but it is not applied on the website."
466
+ msgstr ""
467
+
468
+ #: inc/php/page.php:333
469
+ msgid "Website is crashed."
470
+ msgstr ""
471
+
472
+ #: inc/php/page.php:338
473
  msgid "Where to share any ideas or suggestions to make the plugin better?"
474
  msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
475
 
476
+ #: inc/php/page.php:341
477
+ msgid "Any suggestions are very welcome!"
478
+ msgstr "Irgendwelche Vorschläge sind sehr willkommen!"
479
+
480
+ #: inc/php/page.php:344
481
+ #, php-format
482
+ msgid "Please visit our %s contact page %s."
483
+ msgstr "Bitte besuchen Sie unsere %s Kontaktseite %s."
484
+
485
+ #: inc/php/page.php:354
486
+ msgid "I love this plugin!"
487
+ msgstr "Ich liebe dieses Plugin!"
488
+
489
+ #: inc/php/page.php:355
490
+ msgid "Can I help somehow?"
491
+ msgstr "Kann ich Irgendwie helfen?"
492
+
493
+ #: inc/php/page.php:358
494
+ msgid "Yes, any contributions are very welcome!"
495
+ msgstr "Ja, jede Mithilfe ist sehr willkommen!"
496
+
497
+ #: inc/php/page.php:361
498
+ #, php-format
499
+ msgid "Please visit our %s Support Us %s page."
500
+ msgstr "Bitte besuchen Sie unsere %s Support Us %s Seite."
501
+
502
+ #: inc/php/page.php:370
503
+ msgid "Where can I find information about your licenses, payment process and refunds?"
504
+ msgstr ""
505
+
506
+ #: inc/php/page.php:375
507
  #, php-format
508
+ msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
509
  msgstr ""
510
 
511
+ #: inc/php/page.php:383
512
+ msgid "Where can I find information about your customer support?"
513
+ msgstr ""
514
 
515
+ #: inc/php/page.php:388
516
  #, php-format
517
+ msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
518
+ msgstr ""
519
+
520
+ #: inc/php/page.php:396
521
+ msgid "Where can I find information about your affiliate program?"
522
+ msgstr ""
523
 
524
+ #: inc/php/page.php:401
525
+ #, php-format
526
+ msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
527
+ msgstr ""
528
+
529
+ #: inc/php/page.php:409
530
  msgid "My question wasn't answered here."
531
  msgstr "Meine Fragen wurden nicht beantwortet."
532
 
533
+ #: inc/php/page.php:414
534
  #, php-format
535
+ msgid "You can ask your question on %s this page %s."
536
  msgstr ""
537
 
538
+ #: inc/php/page.php:419
539
+ msgid "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."
540
+ msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
541
+
542
+ #: inc/php/page.php:430
543
  msgid "Support Us"
544
  msgstr "Unterstütze uns"
545
 
546
+ #: inc/php/page.php:438 inc/php/settings.php:94 inc/php/sidebar.php:54
547
  msgid "Donate with PayPal"
548
  msgstr "Spende mit PayPal"
549
 
550
+ #: inc/php/page.php:445
551
  #, php-format
552
+ msgid "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."
553
+ msgstr "Meine name ist %s Arthur %s und ich bin der Gründer von %s Space X-Chimp %s, which unites a small international team of young people."
554
 
555
+ #: inc/php/page.php:454
556
+ msgid "Our intention is to create projects that will make this world a better place."
557
+ msgstr "Unser Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort machen."
558
+
559
+ #: inc/php/page.php:455
560
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
561
  msgstr ""
562
 
563
+ #: inc/php/page.php:456
564
+ msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
565
+ msgstr "Wir sind begeistert von unserer Arbeit, wir mag, was wir tue, und hoffe, dass Sie auch von unsere Projekten bereichert werden."
566
+
567
+ #: inc/php/page.php:459
568
+ 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."
569
+ msgstr "Wir haben viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die wir entwickeln, nützlich sind. Der ultimative Beweis für uns ist, dass Sie sie tatsächlich verwenden."
570
 
571
+ #: inc/php/page.php:460
572
+ msgid "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."
573
+ msgstr ""
574
+
575
+ #: inc/php/page.php:463
576
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
577
+ msgstr "Wenn Ihnen unsere Arbeit gefällt, können Sie uns gerne einen Kaffee kaufen!"
578
 
579
+ #: inc/php/page.php:466
580
  msgid "Thank you for your support!"
581
  msgstr "Danke für Ihre Unterstützung!"
582
 
589
  msgstr ""
590
 
591
  #: inc/php/settings.php:38
592
+ msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
593
  msgstr ""
594
 
595
  #: inc/php/settings.php:40
614
  msgstr ""
615
 
616
  #: inc/php/settings.php:66
617
+ msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
618
  msgstr ""
619
 
620
  #: inc/php/settings.php:68
635
 
636
  #: inc/php/sidebar.php:16
637
  msgid "We are «Space X-Chimp»"
638
+ msgstr "Wir sind «Space X-Chimp»"
639
 
640
  #: inc/php/sidebar.php:33
641
  msgid "About"
642
  msgstr "Über"
643
 
644
  #: inc/php/sidebar.php:35
645
+ msgid "This plugin gives you the ability to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
646
  msgstr ""
647
 
648
  #: inc/php/sidebar.php:40
languages/header-and-footer-scripts-inserter-es_ES.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
- "POT-Creation-Date: 2019-01-11 20:35+0200\n"
7
- "PO-Revision-Date: 2019-01-11 20:35+0200\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
@@ -36,282 +36,547 @@ msgstr "Donar"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:26
40
- msgid "Hello. We are the team of Space X-Chimp."
41
- msgstr "Hola! Yo soy Space X-Chimp, el autor de este complemento."
42
 
43
  #: inc/php/messages.php:28
 
 
 
 
44
  #, php-format
45
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
46
  msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
47
 
48
- #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
50
  msgstr "Has instalado una versión antigua de este complemento."
51
 
52
- #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
55
 
56
- #: inc/php/messages.php:91
57
  msgid "Custom code updated successfully."
58
  msgstr ""
59
 
60
- #: inc/php/page.php:31
61
  #, php-format
62
  msgid "by %s Space X-Chimp %s"
63
  msgstr "por %s Space X-Chimp %s"
64
 
65
- #: inc/php/page.php:37
66
  msgid "Version"
67
  msgstr "Versión"
68
 
69
- #: inc/php/page.php:44
70
  msgid "Main"
71
- msgstr "Opciones Configuración"
72
 
73
- #: inc/php/page.php:45
74
  msgid "Usage"
75
  msgstr "Uso"
76
 
77
- #: inc/php/page.php:46
78
  msgid "F.A.Q."
79
  msgstr "Preguntas ?"
80
 
81
- #: inc/php/page.php:47 inc/php/settings.php:87 inc/php/sidebar.php:47
82
  msgid "Support"
83
  msgstr "Soporte"
84
 
85
- #: inc/php/page.php:48
86
  msgid "Store"
87
  msgstr "Tienda"
88
 
89
- #: inc/php/page.php:64
90
  msgid "Usage Instructions"
91
  msgstr "Instrucciones de uso"
92
 
93
- #: inc/php/page.php:66
94
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
95
  msgstr ""
96
 
97
- #: inc/php/page.php:68
98
  msgid "Go to the \"Main\" tab on this page."
99
  msgstr "Debes ir a la pestaña “Principal”."
100
 
101
- #: inc/php/page.php:69
102
  msgid "Place your custom HTML code in the code editor field."
103
  msgstr ""
104
 
105
- #: inc/php/page.php:70
106
  msgid "Note!"
107
  msgstr "¡Nota!"
108
 
109
- #: inc/php/page.php:70
110
- msgid "The JavaScript and CSS code must be wrapped in HTML tags. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
 
 
 
 
111
  msgstr ""
112
 
113
- #: inc/php/page.php:72
114
  msgid "Click the \"Save changes\" button."
115
- msgstr "Clic en el botón \"Guardar Cambios\"."
116
 
117
- #: inc/php/page.php:73
118
  msgid "Enjoy the result of applying your custom HTML code."
119
  msgstr ""
120
 
121
- #: inc/php/page.php:73
122
  msgid "It's that simple!"
123
  msgstr "¡Es así de simple!"
124
 
125
- #: inc/php/page.php:76
126
  #, php-format
127
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
128
  msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
129
 
130
- #: inc/php/page.php:90
131
  msgid "Frequently Asked Questions"
132
  msgstr "Preguntas Frecuentes"
133
 
134
- #: inc/php/page.php:94
135
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
136
  msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
137
 
138
- #: inc/php/page.php:116
139
- msgid "Will this plugin work on my WordPress.COM website?"
140
- msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
- #: inc/php/page.php:117
143
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
144
- msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
 
146
- #: inc/php/page.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  msgid "Can I use this plugin on my language?"
148
  msgstr "¿Puedo usar este complemento en mi idioma?"
149
 
150
- #: inc/php/page.php:120
151
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
152
- msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
153
 
154
- #: inc/php/page.php:122
155
- #, php-format
156
- 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."
157
- 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."
158
 
159
- #: inc/php/page.php:127
160
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
 
 
 
 
161
  msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
162
 
163
- #: inc/php/page.php:128
164
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
165
- msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por tu contribución!"
 
 
 
 
 
 
 
 
 
 
 
 
 
166
 
167
- #: inc/php/page.php:130
 
 
 
 
 
168
  msgid "How does it work?"
169
  msgstr "¿Como funciona?"
170
 
171
- #: inc/php/page.php:131
172
- msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button. Enjoy the result of applying your custom HTML code. It's that simple!"
173
  msgstr ""
174
 
175
- #: inc/php/page.php:133
176
  msgid "How much of HTML code (characters) I can enter in the code editor?"
177
  msgstr ""
178
 
179
- #: inc/php/page.php:134
180
  msgid "We don't limit the number of characters."
181
  msgstr ""
182
 
183
- #: inc/php/page.php:136
184
  msgid "Does this plugin requires any modification of the theme?"
185
  msgstr "¿Este complemento requiere alguna modificación del tema?"
186
 
187
- #: inc/php/page.php:137
188
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
189
- msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
190
 
191
- #: inc/php/page.php:139
 
 
 
 
192
  msgid "Does this require any knowledge of HTML or CSS?"
193
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
194
 
195
- #: inc/php/page.php:140
196
- 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."
 
 
 
 
197
  msgstr ""
198
 
199
- #: inc/php/page.php:142
200
  msgid "Can I add my custom HTML code to a specific page of my website?"
201
  msgstr ""
202
 
203
- #: inc/php/page.php:143
204
- msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want. You need something like this:"
205
  msgstr ""
206
 
207
- #: inc/php/page.php:157
 
 
 
 
 
 
 
 
 
 
 
 
208
  #, php-format
209
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:163
213
- #| msgid "It's not working. What could be wrong?"
214
- msgid "My custom HTML code is not working. What could be wrong?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgstr ""
216
 
217
- #: inc/php/page.php:164
218
- msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear. Here are a few of the most likely causes of the issue:"
219
  msgstr ""
220
 
221
- #: inc/php/page.php:166
222
  msgid "You have a typo during the insertion of your custom HTML code."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:167
226
  msgid "Your custom HTML code has a syntax error."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:168
230
  msgid "Your custom HTML code is incorrect and may not work."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:171
234
- msgid "It's not working. What could be wrong?"
235
- msgstr "No funciona. ¿Qué podría estar mal?"
236
 
237
- #: inc/php/page.php:172
238
- 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."
239
- 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."
240
 
241
- #: inc/php/page.php:173
242
- 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."
243
- msgstr ""
244
 
245
- #: inc/php/page.php:175
246
- msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
247
- msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede esto?"
248
 
249
- #: inc/php/page.php:176
250
- 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."
251
- 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."
252
 
253
- #: inc/php/page.php:178
 
 
 
 
254
  msgid "Where to report bug if found?"
255
  msgstr "¿Dónde informar el error si se encuentra?"
256
 
257
- #: inc/php/page.php:180
 
 
 
 
258
  #, php-format
259
- 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!"
 
 
 
 
 
 
 
 
 
 
 
 
260
  msgstr ""
261
 
262
- #: inc/php/page.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  msgid "Where to share any ideas or suggestions to make the plugin better?"
264
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
265
 
266
- #: inc/php/page.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  #, php-format
268
- 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!"
269
  msgstr ""
270
 
271
- #: inc/php/page.php:194
272
- msgid "I love this plugin! Can I help somehow?"
273
- msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
274
 
275
- #: inc/php/page.php:196
276
  #, php-format
277
- msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
278
- msgstr "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y gracias!"
279
 
280
- #: inc/php/page.php:202
 
 
 
 
 
 
 
 
 
281
  msgid "My question wasn't answered here."
282
  msgstr "Mi pregunta no fue contestada aquí."
283
 
284
- #: inc/php/page.php:204
285
  #, php-format
286
- 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."
287
- 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."
288
 
289
- #: inc/php/page.php:218
 
 
 
 
290
  msgid "Support Us"
291
  msgstr "¡Apoyanos!"
292
 
293
- #: inc/php/page.php:226 inc/php/settings.php:94 inc/php/sidebar.php:54
294
  msgid "Donate with PayPal"
295
  msgstr "Donar con PayPal"
296
 
297
- #: inc/php/page.php:231
298
  #, php-format
299
- 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."
300
- msgstr ""
301
 
302
- #: inc/php/page.php:239
303
- 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."
 
 
 
 
304
  msgstr ""
305
 
306
- #: inc/php/page.php:240
307
- 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."
308
- 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."
 
 
 
 
 
 
 
 
309
 
310
- #: inc/php/page.php:241
311
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
312
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
313
 
314
- #: inc/php/page.php:242
315
  msgid "Thank you for your support!"
316
  msgstr "¡Gracias por tu apoyo!"
317
 
@@ -324,7 +589,7 @@ msgid "NOT SAVED!"
324
  msgstr ""
325
 
326
  #: inc/php/settings.php:38
327
- msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
328
  msgstr ""
329
 
330
  #: inc/php/settings.php:40
@@ -342,14 +607,14 @@ msgstr ""
342
 
343
  #: inc/php/settings.php:54 inc/php/settings.php:82
344
  msgid "Save changes"
345
- msgstr "Guardar Cambios"
346
 
347
  #: inc/php/settings.php:60
348
  msgid "Footer Section"
349
  msgstr ""
350
 
351
  #: inc/php/settings.php:66
352
- msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
353
  msgstr ""
354
 
355
  #: inc/php/settings.php:68
@@ -377,8 +642,8 @@ msgid "About"
377
  msgstr "Acerca de"
378
 
379
  #: inc/php/sidebar.php:35
380
- msgid "This plugin allows you to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
381
- msgstr ""
382
 
383
  #: inc/php/sidebar.php:40
384
  msgid "Help"
@@ -407,9 +672,3 @@ msgstr "Space X-Chimp"
407
  #. Author URI of the plugin/theme
408
  msgid "https://www.spacexchimp.com"
409
  msgstr "https://www.spacexchimp.com"
410
-
411
- #~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
412
- #~ msgstr "¡Hola! Mi nombre es %s Arthur %s y soy el fundador de %s Space X-Chimp %s."
413
-
414
- #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
415
- #~ msgstr "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy realmente apasionado por mi trabajo, me gusta lo que estoy haciendo y espero que tú también te enriquezcas con mis proyectos."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-02-20 23:16+0300\n"
7
+ "PO-Revision-Date: 2019-02-20 23:16+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
+ #: inc/php/messages.php:27 inc/php/page.php:442
40
+ msgid "Hello!"
41
+ msgstr "¡Hola!"
42
 
43
  #: inc/php/messages.php:28
44
+ msgid "We are the team of Space X-Chimp."
45
+ msgstr "Somos el equipo de Space X-Chimp."
46
+
47
+ #: inc/php/messages.php:33
48
  #, php-format
49
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
50
  msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
51
 
52
+ #: inc/php/messages.php:74
53
  msgid "You have installed an old version of this plugin."
54
  msgstr "Has instalado una versión antigua de este complemento."
55
 
56
+ #: inc/php/messages.php:75
57
  msgid "Please update the plugin to the latest version, and all will be fine."
58
  msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
59
 
60
+ #: inc/php/messages.php:99
61
  msgid "Custom code updated successfully."
62
  msgstr ""
63
 
64
+ #: inc/php/page.php:32
65
  #, php-format
66
  msgid "by %s Space X-Chimp %s"
67
  msgstr "por %s Space X-Chimp %s"
68
 
69
+ #: inc/php/page.php:38
70
  msgid "Version"
71
  msgstr "Versión"
72
 
73
+ #: inc/php/page.php:45
74
  msgid "Main"
75
+ msgstr "Principal"
76
 
77
+ #: inc/php/page.php:46
78
  msgid "Usage"
79
  msgstr "Uso"
80
 
81
+ #: inc/php/page.php:47
82
  msgid "F.A.Q."
83
  msgstr "Preguntas ?"
84
 
85
+ #: inc/php/page.php:48 inc/php/settings.php:87 inc/php/sidebar.php:47
86
  msgid "Support"
87
  msgstr "Soporte"
88
 
89
+ #: inc/php/page.php:49
90
  msgid "Store"
91
  msgstr "Tienda"
92
 
93
+ #: inc/php/page.php:65
94
  msgid "Usage Instructions"
95
  msgstr "Instrucciones de uso"
96
 
97
+ #: inc/php/page.php:67
98
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:69
102
  msgid "Go to the \"Main\" tab on this page."
103
  msgstr "Debes ir a la pestaña “Principal”."
104
 
105
+ #: inc/php/page.php:71
106
  msgid "Place your custom HTML code in the code editor field."
107
  msgstr ""
108
 
109
+ #: inc/php/page.php:74
110
  msgid "Note!"
111
  msgstr "¡Nota!"
112
 
113
+ #: inc/php/page.php:75
114
+ msgid "The JavaScript and CSS code must be wrapped in HTML tags."
115
+ msgstr ""
116
+
117
+ #: inc/php/page.php:76
118
+ msgid "For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:79
122
  msgid "Click the \"Save changes\" button."
123
+ msgstr "Clic en el botón \"Guardar cambios\"."
124
 
125
+ #: inc/php/page.php:80 inc/php/page.php:211
126
  msgid "Enjoy the result of applying your custom HTML code."
127
  msgstr ""
128
 
129
+ #: inc/php/page.php:80 inc/php/page.php:212
130
  msgid "It's that simple!"
131
  msgstr "¡Es así de simple!"
132
 
133
+ #: inc/php/page.php:85
134
  #, php-format
135
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
136
  msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
137
 
138
+ #: inc/php/page.php:99
139
  msgid "Frequently Asked Questions"
140
  msgstr "Preguntas Frecuentes"
141
 
142
+ #: inc/php/page.php:103
143
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
144
  msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
145
 
146
+ #: inc/php/page.php:128
147
+ msgid "Where can I find a documentation for this plugin?"
148
+ msgstr ""
149
+
150
+ #: inc/php/page.php:133
151
+ #, php-format
152
+ msgid "Please visit our %s Documentation site %s to view documentation."
153
+ msgstr ""
154
+
155
+ #: inc/php/page.php:141
156
+ msgid "Will this plugin work on my wordpress.COM website?"
157
+ msgstr "¿Funcionará este complemento en mi sitio web wordpress.COM?"
158
+
159
+ #: inc/php/page.php:144
160
+ msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
161
+ msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (wordpress.ORG)."
162
 
163
+ #: inc/php/page.php:146
164
+ msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
165
+ msgstr ""
166
+
167
+ #: inc/php/page.php:147
168
+ msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
169
+ msgstr ""
170
+
171
+ #: inc/php/page.php:150
172
+ #, php-format
173
+ msgid "You can learn more about the difference here: %s ."
174
+ msgstr ""
175
+
176
+ #: inc/php/page.php:157
177
+ msgid "Will this plugin work/compatible with the theme I use?"
178
+ msgstr ""
179
+
180
+ #: inc/php/page.php:160
181
+ msgid "This plugin is compatible with most themes."
182
+ msgstr ""
183
+
184
+ #: inc/php/page.php:161
185
+ msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
186
+ msgstr ""
187
+
188
+ #: inc/php/page.php:162
189
+ msgid "We constantly check this plugin for compatibility with third-party themes."
190
+ msgstr ""
191
+
192
+ #: inc/php/page.php:163
193
+ msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
194
+ msgstr ""
195
 
196
+ #: inc/php/page.php:165
197
+ msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
198
+ msgstr ""
199
+
200
+ #: inc/php/page.php:169
201
+ msgid "Will this plugin work/compatible with other plugins that I use?"
202
+ msgstr ""
203
+
204
+ #: inc/php/page.php:172
205
+ msgid "This plugin is compatible with most plugins."
206
+ msgstr ""
207
+
208
+ #: inc/php/page.php:173
209
+ msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
210
+ msgstr ""
211
+
212
+ #: inc/php/page.php:174
213
+ msgid "We constantly check this plugin for compatibility with third-party plugins."
214
+ msgstr ""
215
+
216
+ #: inc/php/page.php:175
217
+ msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
218
+ msgstr ""
219
+
220
+ #: inc/php/page.php:177
221
+ msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
222
+ msgstr ""
223
+
224
+ #: inc/php/page.php:181
225
  msgid "Can I use this plugin on my language?"
226
  msgstr "¿Puedo usar este complemento en mi idioma?"
227
 
228
+ #: inc/php/page.php:184
229
+ msgid "Yes."
230
+ msgstr "Sí."
231
 
232
+ #: inc/php/page.php:185
233
+ msgid "This plugin is ready for translation and has already been translated into several languages."
234
+ msgstr "Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
 
235
 
236
+ #: inc/php/page.php:186
237
+ msgid "But If your language is not available then you can make one."
238
+ msgstr ""
239
+
240
+ #: inc/php/page.php:187
241
+ msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
242
  msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
243
 
244
+ #: inc/php/page.php:188
245
+ msgid "Many of plugin users would be delighted if you share your translation with the community."
246
+ msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad."
247
+
248
+ #: inc/php/page.php:189
249
+ msgid "Thanks for your contribution!"
250
+ msgstr "¡Gracias por tu contribución!"
251
+
252
+ #: inc/php/page.php:193
253
+ #, php-format
254
+ msgid "If you want to help translate this plugin, please visit the %s."
255
+ msgstr "Si quieres ayudar a traducir este complemento, por favor visite el %s."
256
+
257
+ #: inc/php/page.php:197
258
+ msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
259
+ msgstr "También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción."
260
 
261
+ #: inc/php/page.php:200
262
+ #, php-format
263
+ msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
264
+ msgstr "Simplemente envíenos ( %s ) el archivo PO e incluiremos esta traducción en la siguiente actualización del complemento."
265
+
266
+ #: inc/php/page.php:207
267
  msgid "How does it work?"
268
  msgstr "¿Como funciona?"
269
 
270
+ #: inc/php/page.php:210
271
+ msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button."
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:216
275
  msgid "How much of HTML code (characters) I can enter in the code editor?"
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:219
279
  msgid "We don't limit the number of characters."
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:223
283
  msgid "Does this plugin requires any modification of the theme?"
284
  msgstr "¿Este complemento requiere alguna modificación del tema?"
285
 
286
+ #: inc/php/page.php:226
287
+ msgid "Absolutely not."
288
+ msgstr "Absolutamente no."
289
 
290
+ #: inc/php/page.php:227
291
+ msgid "This plugin is configurable entirely from the plugin settings page."
292
+ msgstr "Este complemento se puede configurar completamente desde su página de configuración."
293
+
294
+ #: inc/php/page.php:231
295
  msgid "Does this require any knowledge of HTML or CSS?"
296
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
297
 
298
+ #: inc/php/page.php:234
299
+ msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
300
+ msgstr "Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página de configuración la cual es fácil de usar."
301
+
302
+ #: inc/php/page.php:235
303
+ msgid "But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
304
  msgstr ""
305
 
306
+ #: inc/php/page.php:239
307
  msgid "Can I add my custom HTML code to a specific page of my website?"
308
  msgstr ""
309
 
310
+ #: inc/php/page.php:242
311
+ msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages."
312
  msgstr ""
313
 
314
+ #: inc/php/page.php:243
315
+ msgid "We plan to add this feature soon."
316
+ msgstr ""
317
+
318
+ #: inc/php/page.php:244
319
+ msgid "But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want."
320
+ msgstr ""
321
+
322
+ #: inc/php/page.php:245
323
+ msgid "You need something like this:"
324
+ msgstr ""
325
+
326
+ #: inc/php/page.php:261
327
  #, php-format
328
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
329
  msgstr ""
330
 
331
+ #: inc/php/page.php:268
332
+ msgid "It's not working."
333
+ msgstr "No funciona."
334
+
335
+ #: inc/php/page.php:269 inc/php/page.php:285
336
+ msgid "What could be wrong?"
337
+ msgstr "¿Qué podría estar mal?"
338
+
339
+ #: inc/php/page.php:272
340
+ msgid "As with every plugin, it's possible that things don't work."
341
+ msgstr "Como con todos los complementos, es posible que las cosas no funcionen."
342
+
343
+ #: inc/php/page.php:273
344
+ msgid "It's impossible to tell what could be wrong exactly."
345
+ msgstr "Es imposible decir exactamente lo que podría estar mal."
346
+
347
+ #: inc/php/page.php:274
348
+ msgid "The most common reason for this is a web browser's cache."
349
+ msgstr "La razón más común para esto es la caché de un navegador web."
350
+
351
+ #: inc/php/page.php:275
352
+ msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
353
+ msgstr "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."
354
+
355
+ #: inc/php/page.php:276
356
+ msgid "This is called the browser's cache."
357
+ msgstr "Esto se denomina caché del navegador."
358
+
359
+ #: inc/php/page.php:277
360
+ msgid "Clearing your browser's cache may solve the problem."
361
+ msgstr "Limpiar la caché del navegador puede resolver el problema."
362
+
363
+ #: inc/php/page.php:279
364
+ msgid "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."
365
+ msgstr "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."
366
+
367
+ #: inc/php/page.php:280 inc/php/page.php:323
368
+ msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
369
+ msgstr "Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
370
+
371
+ #: inc/php/page.php:284
372
+ msgid "My custom HTML code is not working."
373
+ msgstr ""
374
+
375
+ #: inc/php/page.php:288
376
+ msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear."
377
  msgstr ""
378
 
379
+ #: inc/php/page.php:289
380
+ msgid "Here are a few of the most likely causes of the issue:"
381
  msgstr ""
382
 
383
+ #: inc/php/page.php:291
384
  msgid "You have a typo during the insertion of your custom HTML code."
385
  msgstr ""
386
 
387
+ #: inc/php/page.php:292
388
  msgid "Your custom HTML code has a syntax error."
389
  msgstr ""
390
 
391
+ #: inc/php/page.php:293
392
  msgid "Your custom HTML code is incorrect and may not work."
393
  msgstr ""
394
 
395
+ #: inc/php/page.php:298
396
+ msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
397
+ msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento."
398
 
399
+ #: inc/php/page.php:299
400
+ msgid "Why is this?"
401
+ msgstr "¿Porqué sucede esto?"
402
 
403
+ #: inc/php/page.php:302
404
+ msgid "This plugin can not cause such problem."
405
+ msgstr "Este complemento no puede causar este problema."
406
 
407
+ #: inc/php/page.php:303
408
+ msgid "More likely, the problem are related to the settings of the website."
409
+ msgstr "Lo más probable es que el problema esté relacionado con la configuración del sitio web."
410
 
411
+ #: inc/php/page.php:304
412
+ msgid "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."
413
+ msgstr "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."
414
 
415
+ #: inc/php/page.php:305
416
+ msgid "Also please try to re-login to the website, this too can help."
417
+ msgstr "También intenta volver a conectarte al sitio web, esto también puede ayudar."
418
+
419
+ #: inc/php/page.php:309
420
  msgid "Where to report bug if found?"
421
  msgstr "¿Dónde informar el error si se encuentra?"
422
 
423
+ #: inc/php/page.php:312
424
+ msgid "Bug reports are very welcome!"
425
+ msgstr "¡Informes de errores son bienvenidos!"
426
+
427
+ #: inc/php/page.php:315
428
  #, php-format
429
+ msgid "Please visit our %s contact page %s and report."
430
+ msgstr "Por favor visite nuestra %s página de contacto %s e informa."
431
+
432
+ #: inc/php/page.php:320 inc/php/page.php:349
433
+ msgid "Please do not forget to specify the name of the plugin."
434
+ msgstr "No olvides especificar el nombre del complemento."
435
+
436
+ #: inc/php/page.php:321 inc/php/page.php:350 inc/php/page.php:366
437
+ msgid "Thank you!"
438
+ msgstr "¡Gracias!"
439
+
440
+ #: inc/php/page.php:324
441
+ msgid "Describe in more detail what exactly you are seeing."
442
  msgstr ""
443
 
444
+ #: inc/php/page.php:325
445
+ msgid "Here are some examples:"
446
+ msgstr ""
447
+
448
+ #: inc/php/page.php:328
449
+ msgid "Elements of the plugin settings page are not working."
450
+ msgstr ""
451
+
452
+ #: inc/php/page.php:329
453
+ msgid "An error message is displayed on the plugin settings page."
454
+ msgstr ""
455
+
456
+ #: inc/php/page.php:330
457
+ msgid "An error message is displayed on the front end of website."
458
+ msgstr ""
459
+
460
+ #: inc/php/page.php:331
461
+ msgid "An error message is displayed on the back end of website."
462
+ msgstr ""
463
+
464
+ #: inc/php/page.php:332
465
+ msgid "Custom code is inserted on the plugin settings page, but it is not applied on the website."
466
+ msgstr ""
467
+
468
+ #: inc/php/page.php:333
469
+ msgid "Website is crashed."
470
+ msgstr ""
471
+
472
+ #: inc/php/page.php:338
473
  msgid "Where to share any ideas or suggestions to make the plugin better?"
474
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
475
 
476
+ #: inc/php/page.php:341
477
+ msgid "Any suggestions are very welcome!"
478
+ msgstr "Cualquier sugerencia es muy bienvenida!"
479
+
480
+ #: inc/php/page.php:344
481
+ #, php-format
482
+ msgid "Please visit our %s contact page %s."
483
+ msgstr "Por favor visite nuestra %s página de contacto %s."
484
+
485
+ #: inc/php/page.php:354
486
+ msgid "I love this plugin!"
487
+ msgstr "Me encanta este complemento!"
488
+
489
+ #: inc/php/page.php:355
490
+ msgid "Can I help somehow?"
491
+ msgstr "¿Puedo ayudar de alguna manera?"
492
+
493
+ #: inc/php/page.php:358
494
+ msgid "Yes, any contributions are very welcome!"
495
+ msgstr "Sí, cualquier contribución es muy bienvenida!"
496
+
497
+ #: inc/php/page.php:361
498
+ #, php-format
499
+ msgid "Please visit our %s Support Us %s page."
500
+ msgstr "Por favor visite nuestra página de %s Apóyenos %s."
501
+
502
+ #: inc/php/page.php:370
503
+ msgid "Where can I find information about your licenses, payment process and refunds?"
504
+ msgstr ""
505
+
506
+ #: inc/php/page.php:375
507
  #, php-format
508
+ msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
509
  msgstr ""
510
 
511
+ #: inc/php/page.php:383
512
+ msgid "Where can I find information about your customer support?"
513
+ msgstr ""
514
 
515
+ #: inc/php/page.php:388
516
  #, php-format
517
+ msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
518
+ msgstr ""
519
 
520
+ #: inc/php/page.php:396
521
+ msgid "Where can I find information about your affiliate program?"
522
+ msgstr ""
523
+
524
+ #: inc/php/page.php:401
525
+ #, php-format
526
+ msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
527
+ msgstr ""
528
+
529
+ #: inc/php/page.php:409
530
  msgid "My question wasn't answered here."
531
  msgstr "Mi pregunta no fue contestada aquí."
532
 
533
+ #: inc/php/page.php:414
534
  #, php-format
535
+ msgid "You can ask your question on %s this page %s."
536
+ msgstr "Puede hacer su pregunta en %s esta página %s."
537
 
538
+ #: inc/php/page.php:419
539
+ msgid "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."
540
+ msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
541
+
542
+ #: inc/php/page.php:430
543
  msgid "Support Us"
544
  msgstr "¡Apoyanos!"
545
 
546
+ #: inc/php/page.php:438 inc/php/settings.php:94 inc/php/sidebar.php:54
547
  msgid "Donate with PayPal"
548
  msgstr "Donar con PayPal"
549
 
550
+ #: inc/php/page.php:445
551
  #, php-format
552
+ msgid "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."
553
+ msgstr "Mi nombre es %s Arthur %s y soy el fundador de %s Space X-Chimp %s, which unites a small international team of young people."
554
 
555
+ #: inc/php/page.php:454
556
+ msgid "Our intention is to create projects that will make this world a better place."
557
+ msgstr "Nuestra intención es crear proyectos que hagan de este mundo un lugar mejor."
558
+
559
+ #: inc/php/page.php:455
560
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
561
  msgstr ""
562
 
563
+ #: inc/php/page.php:456
564
+ msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
565
+ msgstr "Nos realmente apasionado por nuestro trabajo, nos gusta lo que estamos haciendo y esperamos que también te enriquezcas con nos proyectos."
566
+
567
+ #: inc/php/page.php:459
568
+ 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."
569
+ msgstr "Gastamos mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyamos sean útiles, y la prueba definitiva para nosotros de que son útiles, es que realmente desea utilizarlos."
570
+
571
+ #: inc/php/page.php:460
572
+ msgid "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."
573
+ msgstr "Pero, somos desarrolladores independientes, sin un ingreso regular, por lo que cada pequeña contribución nos ayuda a cubrir nuestros costos y nos permite dedicar más tiempo a construir cosas para que las personas como usted las disfruten."
574
 
575
+ #: inc/php/page.php:463
576
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
577
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
578
 
579
+ #: inc/php/page.php:466
580
  msgid "Thank you for your support!"
581
  msgstr "¡Gracias por tu apoyo!"
582
 
589
  msgstr ""
590
 
591
  #: inc/php/settings.php:38
592
+ msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
593
  msgstr ""
594
 
595
  #: inc/php/settings.php:40
607
 
608
  #: inc/php/settings.php:54 inc/php/settings.php:82
609
  msgid "Save changes"
610
+ msgstr "Guardar cambios"
611
 
612
  #: inc/php/settings.php:60
613
  msgid "Footer Section"
614
  msgstr ""
615
 
616
  #: inc/php/settings.php:66
617
+ msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
618
  msgstr ""
619
 
620
  #: inc/php/settings.php:68
642
  msgstr "Acerca de"
643
 
644
  #: inc/php/sidebar.php:35
645
+ msgid "This plugin gives you the ability to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
646
+ msgstr "Este complemento le brinda la posibilidad de agregar de forma fácil y segura sus código HTML (más JavaScript, CSS, etc.) personalizado a su sitio web de WordPress, directamente fuera del área de administración de WordPress, sin la necesidad de tener un editor externo."
647
 
648
  #: inc/php/sidebar.php:40
649
  msgid "Help"
672
  #. Author URI of the plugin/theme
673
  msgid "https://www.spacexchimp.com"
674
  msgstr "https://www.spacexchimp.com"
 
 
 
 
 
 
languages/header-and-footer-scripts-inserter-nl_NL.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-nl_NL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
- "POT-Creation-Date: 2019-01-11 20:35+0200\n"
7
- "PO-Revision-Date: 2019-01-11 20:35+0200\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
@@ -36,282 +36,547 @@ msgstr "Doe een gift"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:26
40
- msgid "Hello. We are the team of Space X-Chimp."
41
- msgstr "Hallo. Wij zijn het team van Space X-Chimp."
42
 
43
  #: inc/php/messages.php:28
 
 
 
 
44
  #, php-format
45
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
46
  msgstr "Bedankt voor het installeren van onze plug-in! We hopen dat je het geweldig zult vinden! %s"
47
 
48
- #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
50
  msgstr "Je hebt een oudere versie van deze plug-in geïnstalleerd."
51
 
52
- #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
55
 
56
- #: inc/php/messages.php:91
57
  msgid "Custom code updated successfully."
58
  msgstr ""
59
 
60
- #: inc/php/page.php:31
61
  #, php-format
62
  msgid "by %s Space X-Chimp %s"
63
  msgstr "door %s Space X-Chimp %s"
64
 
65
- #: inc/php/page.php:37
66
  msgid "Version"
67
  msgstr "Versie"
68
 
69
- #: inc/php/page.php:44
70
  msgid "Main"
71
  msgstr "Hoofd"
72
 
73
- #: inc/php/page.php:45
74
  msgid "Usage"
75
  msgstr "Gebruik"
76
 
77
- #: inc/php/page.php:46
78
  msgid "F.A.Q."
79
  msgstr "F.A.Q."
80
 
81
- #: inc/php/page.php:47 inc/php/settings.php:87 inc/php/sidebar.php:47
82
  msgid "Support"
83
  msgstr "Ondersteuning"
84
 
85
- #: inc/php/page.php:48
86
  msgid "Store"
87
  msgstr "Winkel"
88
 
89
- #: inc/php/page.php:64
90
  msgid "Usage Instructions"
91
  msgstr "Gebruiksinstructies"
92
 
93
- #: inc/php/page.php:66
94
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
95
  msgstr ""
96
 
97
- #: inc/php/page.php:68
98
  msgid "Go to the \"Main\" tab on this page."
99
  msgstr "Ga naar het tabblad “Hoofd”."
100
 
101
- #: inc/php/page.php:69
102
  msgid "Place your custom HTML code in the code editor field."
103
  msgstr ""
104
 
105
- #: inc/php/page.php:70
106
  msgid "Note!"
107
  msgstr "Opmerking!"
108
 
109
- #: inc/php/page.php:70
110
- msgid "The JavaScript and CSS code must be wrapped in HTML tags. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
 
 
 
 
111
  msgstr ""
112
 
113
- #: inc/php/page.php:72
114
  msgid "Click the \"Save changes\" button."
115
  msgstr "Klik op de knop \"Wijzigingen opslaan\"."
116
 
117
- #: inc/php/page.php:73
118
  msgid "Enjoy the result of applying your custom HTML code."
119
  msgstr ""
120
 
121
- #: inc/php/page.php:73
122
  msgid "It's that simple!"
123
  msgstr "Zo eenvoudig is het!"
124
 
125
- #: inc/php/page.php:76
126
  #, php-format
127
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
128
  msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
129
 
130
- #: inc/php/page.php:90
131
  msgid "Frequently Asked Questions"
132
  msgstr "Veel voorkomende vragen (FAQ)"
133
 
134
- #: inc/php/page.php:94
135
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
136
  msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
137
 
138
- #: inc/php/page.php:116
139
- msgid "Will this plugin work on my WordPress.COM website?"
140
- msgstr "Werkt deze plugin op mijn WordPress.COM website?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
- #: inc/php/page.php:117
143
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
144
- msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (WordPress.ORG) websites."
145
 
146
- #: inc/php/page.php:119
 
 
 
 
 
 
 
 
 
 
 
 
147
  msgid "Can I use this plugin on my language?"
148
  msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
149
 
150
- #: inc/php/page.php:120
151
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
152
- msgstr "Ja. Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
153
 
154
- #: inc/php/page.php:122
155
- #, php-format
156
- 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."
157
- 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."
158
 
159
- #: inc/php/page.php:127
160
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
 
 
 
 
161
  msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
162
 
163
- #: inc/php/page.php:128
164
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
165
- msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt. Bedankt voor je bijdrage!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
 
167
- #: inc/php/page.php:130
168
  msgid "How does it work?"
169
  msgstr "Hoe werkt het?"
170
 
171
- #: inc/php/page.php:131
172
- msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button. Enjoy the result of applying your custom HTML code. It's that simple!"
173
  msgstr ""
174
 
175
- #: inc/php/page.php:133
176
  msgid "How much of HTML code (characters) I can enter in the code editor?"
177
  msgstr ""
178
 
179
- #: inc/php/page.php:134
180
  msgid "We don't limit the number of characters."
181
  msgstr "Er is geen beperking op het aantal tekens."
182
 
183
- #: inc/php/page.php:136
184
  msgid "Does this plugin requires any modification of the theme?"
185
  msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
186
 
187
- #: inc/php/page.php:137
188
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
189
- msgstr "Absoluut niet. Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
 
 
 
 
190
 
191
- #: inc/php/page.php:139
192
  msgid "Does this require any knowledge of HTML or CSS?"
193
  msgstr "Vereist dit enige kennis van HTML of CSS?"
194
 
195
- #: inc/php/page.php:140
196
- 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."
197
- 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."
 
 
 
 
198
 
199
- #: inc/php/page.php:142
200
  msgid "Can I add my custom HTML code to a specific page of my website?"
201
  msgstr ""
202
 
203
- #: inc/php/page.php:143
204
- msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want. You need something like this:"
205
  msgstr ""
206
 
207
- #: inc/php/page.php:157
 
 
 
 
 
 
 
 
 
 
 
 
208
  #, php-format
209
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:163
213
- #| msgid "It's not working. What could be wrong?"
214
- msgid "My custom HTML code is not working. What could be wrong?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgstr ""
216
 
217
- #: inc/php/page.php:164
218
- msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear. Here are a few of the most likely causes of the issue:"
219
  msgstr ""
220
 
221
- #: inc/php/page.php:166
222
  msgid "You have a typo during the insertion of your custom HTML code."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:167
226
  msgid "Your custom HTML code has a syntax error."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:168
230
  msgid "Your custom HTML code is incorrect and may not work."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:171
234
- msgid "It's not working. What could be wrong?"
235
- msgstr "Het werkt niet. Wat kan er fout zijn?"
236
 
237
- #: inc/php/page.php:172
238
- 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."
239
- 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."
240
 
241
- #: inc/php/page.php:173
242
- 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."
243
- 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."
244
 
245
- #: inc/php/page.php:175
246
- msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
247
- msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik. Waarom is dit?"
 
 
 
 
248
 
249
- #: inc/php/page.php:176
250
- 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."
251
- 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."
252
 
253
- #: inc/php/page.php:178
254
  msgid "Where to report bug if found?"
255
  msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
256
 
257
- #: inc/php/page.php:180
 
 
 
 
258
  #, php-format
259
- 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!"
260
- 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!"
261
 
262
- #: inc/php/page.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  msgid "Where to share any ideas or suggestions to make the plugin better?"
264
  msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
265
 
266
- #: inc/php/page.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  #, php-format
268
- 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!"
269
- 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!"
270
 
271
- #: inc/php/page.php:194
272
- msgid "I love this plugin! Can I help somehow?"
273
- msgstr "Ik ben dol op deze plug-in! Kan ik op de een of andere manier helpen?"
274
 
275
- #: inc/php/page.php:196
276
  #, php-format
277
- msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
278
- msgstr "Ja, alle bijdragen zijn van harte welkom! Ga naar %s onze donatiepagina %s. Dank je!"
279
 
280
- #: inc/php/page.php:202
281
  msgid "My question wasn't answered here."
282
  msgstr "Mij vraag is hier niet beantwoord."
283
 
284
- #: inc/php/page.php:204
285
  #, php-format
286
- 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."
287
- 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."
 
 
 
 
288
 
289
- #: inc/php/page.php:218
290
  msgid "Support Us"
291
  msgstr "Ondersteun ons"
292
 
293
- #: inc/php/page.php:226 inc/php/settings.php:94 inc/php/sidebar.php:54
294
  msgid "Donate with PayPal"
295
  msgstr "Doneer via PayPal"
296
 
297
- #: inc/php/page.php:231
298
  #, php-format
299
- 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."
300
- msgstr ""
301
 
302
- #: inc/php/page.php:239
303
- 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."
 
 
 
 
304
  msgstr ""
305
 
306
- #: inc/php/page.php:240
307
- 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."
308
- 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."
 
 
 
 
309
 
310
- #: inc/php/page.php:241
 
 
 
 
311
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
312
- msgstr "Als je mijn werk waardeert, kun je een koffie voor me kopen!"
313
 
314
- #: inc/php/page.php:242
315
  msgid "Thank you for your support!"
316
  msgstr "Bedankt voor je ondersteuning!"
317
 
@@ -324,7 +589,7 @@ msgid "NOT SAVED!"
324
  msgstr ""
325
 
326
  #: inc/php/settings.php:38
327
- msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
328
  msgstr ""
329
 
330
  #: inc/php/settings.php:40
@@ -349,7 +614,7 @@ msgid "Footer Section"
349
  msgstr ""
350
 
351
  #: inc/php/settings.php:66
352
- msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
353
  msgstr ""
354
 
355
  #: inc/php/settings.php:68
@@ -362,7 +627,7 @@ msgstr ""
362
 
363
  #: inc/php/settings.php:89 inc/php/sidebar.php:49
364
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
365
- msgstr "Ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd spenderen aan het bouwen van dingen voor mensen zoals jij om van te genieten."
366
 
367
  #: inc/php/settings.php:96 inc/php/sidebar.php:56
368
  msgid "Thanks for your support!"
@@ -370,19 +635,19 @@ msgstr "Bedankt voor uw steun!"
370
 
371
  #: inc/php/sidebar.php:16
372
  msgid "We are «Space X-Chimp»"
373
- msgstr ""
374
 
375
  #: inc/php/sidebar.php:33
376
  msgid "About"
377
  msgstr "Over"
378
 
379
  #: inc/php/sidebar.php:35
380
- msgid "This plugin allows you to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
381
  msgstr ""
382
 
383
  #: inc/php/sidebar.php:40
384
  msgid "Help"
385
- msgstr "Help"
386
 
387
  #: inc/php/sidebar.php:42
388
  msgid "If you have a question, please read the information in the FAQ section."
@@ -407,9 +672,3 @@ msgstr "Space X-Chimp"
407
  #. Author URI of the plugin/theme
408
  msgid "https://www.spacexchimp.com"
409
  msgstr "https://www.spacexchimp.com"
410
-
411
- #~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
412
- #~ msgstr "Hallo! Mijn naam is %s Arthur %s en ik ben de oprichter van %s Space X-Chimp %s."
413
-
414
- #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
415
- #~ msgstr "Het is mijn bedoeling om projecten te maken die van deze wereld een betere plek maken. Ik ben echt gepassioneerd over mijn werk, ik vind het leuk wat ik doe en hoop dat je ook verrijkt zult worden door mijn projecten."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-02-20 23:16+0300\n"
7
+ "PO-Revision-Date: 2019-02-20 23:16+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
+ #: inc/php/messages.php:27 inc/php/page.php:442
40
+ msgid "Hello!"
41
+ msgstr "Hallo!"
42
 
43
  #: inc/php/messages.php:28
44
+ msgid "We are the team of Space X-Chimp."
45
+ msgstr "Wij zijn het team van Space X-Chimp."
46
+
47
+ #: inc/php/messages.php:33
48
  #, php-format
49
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
50
  msgstr "Bedankt voor het installeren van onze plug-in! We hopen dat je het geweldig zult vinden! %s"
51
 
52
+ #: inc/php/messages.php:74
53
  msgid "You have installed an old version of this plugin."
54
  msgstr "Je hebt een oudere versie van deze plug-in geïnstalleerd."
55
 
56
+ #: inc/php/messages.php:75
57
  msgid "Please update the plugin to the latest version, and all will be fine."
58
  msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
59
 
60
+ #: inc/php/messages.php:99
61
  msgid "Custom code updated successfully."
62
  msgstr ""
63
 
64
+ #: inc/php/page.php:32
65
  #, php-format
66
  msgid "by %s Space X-Chimp %s"
67
  msgstr "door %s Space X-Chimp %s"
68
 
69
+ #: inc/php/page.php:38
70
  msgid "Version"
71
  msgstr "Versie"
72
 
73
+ #: inc/php/page.php:45
74
  msgid "Main"
75
  msgstr "Hoofd"
76
 
77
+ #: inc/php/page.php:46
78
  msgid "Usage"
79
  msgstr "Gebruik"
80
 
81
+ #: inc/php/page.php:47
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
+ #: inc/php/page.php:48 inc/php/settings.php:87 inc/php/sidebar.php:47
86
  msgid "Support"
87
  msgstr "Ondersteuning"
88
 
89
+ #: inc/php/page.php:49
90
  msgid "Store"
91
  msgstr "Winkel"
92
 
93
+ #: inc/php/page.php:65
94
  msgid "Usage Instructions"
95
  msgstr "Gebruiksinstructies"
96
 
97
+ #: inc/php/page.php:67
98
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:69
102
  msgid "Go to the \"Main\" tab on this page."
103
  msgstr "Ga naar het tabblad “Hoofd”."
104
 
105
+ #: inc/php/page.php:71
106
  msgid "Place your custom HTML code in the code editor field."
107
  msgstr ""
108
 
109
+ #: inc/php/page.php:74
110
  msgid "Note!"
111
  msgstr "Opmerking!"
112
 
113
+ #: inc/php/page.php:75
114
+ msgid "The JavaScript and CSS code must be wrapped in HTML tags."
115
+ msgstr ""
116
+
117
+ #: inc/php/page.php:76
118
+ msgid "For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:79
122
  msgid "Click the \"Save changes\" button."
123
  msgstr "Klik op de knop \"Wijzigingen opslaan\"."
124
 
125
+ #: inc/php/page.php:80 inc/php/page.php:211
126
  msgid "Enjoy the result of applying your custom HTML code."
127
  msgstr ""
128
 
129
+ #: inc/php/page.php:80 inc/php/page.php:212
130
  msgid "It's that simple!"
131
  msgstr "Zo eenvoudig is het!"
132
 
133
+ #: inc/php/page.php:85
134
  #, php-format
135
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
136
  msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
137
 
138
+ #: inc/php/page.php:99
139
  msgid "Frequently Asked Questions"
140
  msgstr "Veel voorkomende vragen (FAQ)"
141
 
142
+ #: inc/php/page.php:103
143
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
144
  msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
145
 
146
+ #: inc/php/page.php:128
147
+ msgid "Where can I find a documentation for this plugin?"
148
+ msgstr ""
149
+
150
+ #: inc/php/page.php:133
151
+ #, php-format
152
+ msgid "Please visit our %s Documentation site %s to view documentation."
153
+ msgstr ""
154
+
155
+ #: inc/php/page.php:141
156
+ msgid "Will this plugin work on my wordpress.COM website?"
157
+ msgstr "Werkt deze plugin op mijn wordpress.COM website?"
158
+
159
+ #: inc/php/page.php:144
160
+ msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
161
+ msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (wordpress.ORG) websites."
162
+
163
+ #: inc/php/page.php:146
164
+ msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
165
+ msgstr ""
166
+
167
+ #: inc/php/page.php:147
168
+ msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
169
+ msgstr ""
170
+
171
+ #: inc/php/page.php:150
172
+ #, php-format
173
+ msgid "You can learn more about the difference here: %s ."
174
+ msgstr ""
175
+
176
+ #: inc/php/page.php:157
177
+ msgid "Will this plugin work/compatible with the theme I use?"
178
+ msgstr ""
179
+
180
+ #: inc/php/page.php:160
181
+ msgid "This plugin is compatible with most themes."
182
+ msgstr ""
183
+
184
+ #: inc/php/page.php:161
185
+ msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
186
+ msgstr ""
187
+
188
+ #: inc/php/page.php:162
189
+ msgid "We constantly check this plugin for compatibility with third-party themes."
190
+ msgstr ""
191
+
192
+ #: inc/php/page.php:163
193
+ msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
194
+ msgstr ""
195
+
196
+ #: inc/php/page.php:165
197
+ msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
198
+ msgstr ""
199
+
200
+ #: inc/php/page.php:169
201
+ msgid "Will this plugin work/compatible with other plugins that I use?"
202
+ msgstr ""
203
+
204
+ #: inc/php/page.php:172
205
+ msgid "This plugin is compatible with most plugins."
206
+ msgstr ""
207
 
208
+ #: inc/php/page.php:173
209
+ msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
210
+ msgstr ""
211
 
212
+ #: inc/php/page.php:174
213
+ msgid "We constantly check this plugin for compatibility with third-party plugins."
214
+ msgstr ""
215
+
216
+ #: inc/php/page.php:175
217
+ msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
218
+ msgstr ""
219
+
220
+ #: inc/php/page.php:177
221
+ msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
222
+ msgstr ""
223
+
224
+ #: inc/php/page.php:181
225
  msgid "Can I use this plugin on my language?"
226
  msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
227
 
228
+ #: inc/php/page.php:184
229
+ msgid "Yes."
230
+ msgstr "Ja."
231
 
232
+ #: inc/php/page.php:185
233
+ msgid "This plugin is ready for translation and has already been translated into several languages."
234
+ msgstr "Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
 
235
 
236
+ #: inc/php/page.php:186
237
+ msgid "But If your language is not available then you can make one."
238
+ msgstr ""
239
+
240
+ #: inc/php/page.php:187
241
+ msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
242
  msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
243
 
244
+ #: inc/php/page.php:188
245
+ msgid "Many of plugin users would be delighted if you share your translation with the community."
246
+ msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt."
247
+
248
+ #: inc/php/page.php:189
249
+ msgid "Thanks for your contribution!"
250
+ msgstr "Bedankt voor je bijdrage!"
251
+
252
+ #: inc/php/page.php:193
253
+ #, php-format
254
+ msgid "If you want to help translate this plugin, please visit the %s."
255
+ msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s."
256
+
257
+ #: inc/php/page.php:197
258
+ msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
259
+ msgstr "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."
260
+
261
+ #: inc/php/page.php:200
262
+ #, php-format
263
+ msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
264
+ msgstr "Stuur het PO-bestand naar ons ( %s ) en we zullen deze vertaling opnemen in de volgende plug-in update."
265
 
266
+ #: inc/php/page.php:207
267
  msgid "How does it work?"
268
  msgstr "Hoe werkt het?"
269
 
270
+ #: inc/php/page.php:210
271
+ msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button."
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:216
275
  msgid "How much of HTML code (characters) I can enter in the code editor?"
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:219
279
  msgid "We don't limit the number of characters."
280
  msgstr "Er is geen beperking op het aantal tekens."
281
 
282
+ #: inc/php/page.php:223
283
  msgid "Does this plugin requires any modification of the theme?"
284
  msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
285
 
286
+ #: inc/php/page.php:226
287
+ msgid "Absolutely not."
288
+ msgstr "Absoluut niet."
289
+
290
+ #: inc/php/page.php:227
291
+ msgid "This plugin is configurable entirely from the plugin settings page."
292
+ msgstr "Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
293
 
294
+ #: inc/php/page.php:231
295
  msgid "Does this require any knowledge of HTML or CSS?"
296
  msgstr "Vereist dit enige kennis van HTML of CSS?"
297
 
298
+ #: inc/php/page.php:234
299
+ msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
300
+ msgstr "Deze plug-in kan worden geconfigureerd zonder kennis van HTML of CSS, met behulp van de eenvoudig te gebruiken plugin-instellingenpagina."
301
+
302
+ #: inc/php/page.php:235
303
+ msgid "But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
304
+ msgstr "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."
305
 
306
+ #: inc/php/page.php:239
307
  msgid "Can I add my custom HTML code to a specific page of my website?"
308
  msgstr ""
309
 
310
+ #: inc/php/page.php:242
311
+ msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages."
312
  msgstr ""
313
 
314
+ #: inc/php/page.php:243
315
+ msgid "We plan to add this feature soon."
316
+ msgstr ""
317
+
318
+ #: inc/php/page.php:244
319
+ msgid "But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want."
320
+ msgstr ""
321
+
322
+ #: inc/php/page.php:245
323
+ msgid "You need something like this:"
324
+ msgstr ""
325
+
326
+ #: inc/php/page.php:261
327
  #, php-format
328
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
329
  msgstr ""
330
 
331
+ #: inc/php/page.php:268
332
+ msgid "It's not working."
333
+ msgstr "Het werkt niet."
334
+
335
+ #: inc/php/page.php:269 inc/php/page.php:285
336
+ msgid "What could be wrong?"
337
+ msgstr "Wat kan er fout zijn?"
338
+
339
+ #: inc/php/page.php:272
340
+ msgid "As with every plugin, it's possible that things don't work."
341
+ msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken."
342
+
343
+ #: inc/php/page.php:273
344
+ msgid "It's impossible to tell what could be wrong exactly."
345
+ msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn."
346
+
347
+ #: inc/php/page.php:274
348
+ msgid "The most common reason for this is a web browser's cache."
349
+ msgstr "De meest voorkomende reden hiervoor is de cache van een webbrowser."
350
+
351
+ #: inc/php/page.php:275
352
+ msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
353
+ msgstr "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."
354
+
355
+ #: inc/php/page.php:276
356
+ msgid "This is called the browser's cache."
357
+ msgstr "Dit wordt de cache van de browser genoemd."
358
+
359
+ #: inc/php/page.php:277
360
+ msgid "Clearing your browser's cache may solve the problem."
361
+ msgstr "Het wissen van de cache van uw browser kan het probleem oplossen."
362
+
363
+ #: inc/php/page.php:279
364
+ msgid "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."
365
+ msgstr "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."
366
+
367
+ #: inc/php/page.php:280 inc/php/page.php:323
368
+ msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
369
+ msgstr "Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
370
+
371
+ #: inc/php/page.php:284
372
+ msgid "My custom HTML code is not working."
373
+ msgstr ""
374
+
375
+ #: inc/php/page.php:288
376
+ msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear."
377
  msgstr ""
378
 
379
+ #: inc/php/page.php:289
380
+ msgid "Here are a few of the most likely causes of the issue:"
381
  msgstr ""
382
 
383
+ #: inc/php/page.php:291
384
  msgid "You have a typo during the insertion of your custom HTML code."
385
  msgstr ""
386
 
387
+ #: inc/php/page.php:292
388
  msgid "Your custom HTML code has a syntax error."
389
  msgstr ""
390
 
391
+ #: inc/php/page.php:293
392
  msgid "Your custom HTML code is incorrect and may not work."
393
  msgstr ""
394
 
395
+ #: inc/php/page.php:298
396
+ msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
397
+ msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik."
398
 
399
+ #: inc/php/page.php:299
400
+ msgid "Why is this?"
401
+ msgstr "Waarom is dit?"
402
 
403
+ #: inc/php/page.php:302
404
+ msgid "This plugin can not cause such problem."
405
+ msgstr "Deze plug-in kan zo’n probleem niet veroorzaken."
406
 
407
+ #: inc/php/page.php:303
408
+ msgid "More likely, the problem are related to the settings of the website."
409
+ msgstr "Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website."
410
+
411
+ #: inc/php/page.php:304
412
+ msgid "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."
413
+ msgstr "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."
414
 
415
+ #: inc/php/page.php:305
416
+ msgid "Also please try to re-login to the website, this too can help."
417
+ msgstr "Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
418
 
419
+ #: inc/php/page.php:309
420
  msgid "Where to report bug if found?"
421
  msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
422
 
423
+ #: inc/php/page.php:312
424
+ msgid "Bug reports are very welcome!"
425
+ msgstr "Bugrapporten zijn van harte welkom!"
426
+
427
+ #: inc/php/page.php:315
428
  #, php-format
429
+ msgid "Please visit our %s contact page %s and report."
430
+ msgstr "Ga naar onze %s contactpagina %s en rapporteer."
431
 
432
+ #: inc/php/page.php:320 inc/php/page.php:349
433
+ msgid "Please do not forget to specify the name of the plugin."
434
+ msgstr "Vergeet alsjeblieft niet om de naam van de plug-in te specificeren."
435
+
436
+ #: inc/php/page.php:321 inc/php/page.php:350 inc/php/page.php:366
437
+ msgid "Thank you!"
438
+ msgstr "Dank je!"
439
+
440
+ #: inc/php/page.php:324
441
+ msgid "Describe in more detail what exactly you are seeing."
442
+ msgstr ""
443
+
444
+ #: inc/php/page.php:325
445
+ msgid "Here are some examples:"
446
+ msgstr ""
447
+
448
+ #: inc/php/page.php:328
449
+ msgid "Elements of the plugin settings page are not working."
450
+ msgstr ""
451
+
452
+ #: inc/php/page.php:329
453
+ msgid "An error message is displayed on the plugin settings page."
454
+ msgstr ""
455
+
456
+ #: inc/php/page.php:330
457
+ msgid "An error message is displayed on the front end of website."
458
+ msgstr ""
459
+
460
+ #: inc/php/page.php:331
461
+ msgid "An error message is displayed on the back end of website."
462
+ msgstr ""
463
+
464
+ #: inc/php/page.php:332
465
+ msgid "Custom code is inserted on the plugin settings page, but it is not applied on the website."
466
+ msgstr ""
467
+
468
+ #: inc/php/page.php:333
469
+ msgid "Website is crashed."
470
+ msgstr ""
471
+
472
+ #: inc/php/page.php:338
473
  msgid "Where to share any ideas or suggestions to make the plugin better?"
474
  msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
475
 
476
+ #: inc/php/page.php:341
477
+ msgid "Any suggestions are very welcome!"
478
+ msgstr "Alle suggesties zijn van harte welkom!"
479
+
480
+ #: inc/php/page.php:344
481
+ #, php-format
482
+ msgid "Please visit our %s contact page %s."
483
+ msgstr "Ga naar onze %s contactpagina %s."
484
+
485
+ #: inc/php/page.php:354
486
+ msgid "I love this plugin!"
487
+ msgstr "Ik ben dol op deze plug-in!"
488
+
489
+ #: inc/php/page.php:355
490
+ msgid "Can I help somehow?"
491
+ msgstr "Kan ik op de een of andere manier helpen?"
492
+
493
+ #: inc/php/page.php:358
494
+ msgid "Yes, any contributions are very welcome!"
495
+ msgstr "Ja, alle bijdragen zijn van harte welkom!"
496
+
497
+ #: inc/php/page.php:361
498
+ #, php-format
499
+ msgid "Please visit our %s Support Us %s page."
500
+ msgstr "Ga naar onze %s Support Us %s."
501
+
502
+ #: inc/php/page.php:370
503
+ msgid "Where can I find information about your licenses, payment process and refunds?"
504
+ msgstr ""
505
+
506
+ #: inc/php/page.php:375
507
+ #, php-format
508
+ msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
509
+ msgstr ""
510
+
511
+ #: inc/php/page.php:383
512
+ msgid "Where can I find information about your customer support?"
513
+ msgstr ""
514
+
515
+ #: inc/php/page.php:388
516
  #, php-format
517
+ msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
518
+ msgstr ""
519
 
520
+ #: inc/php/page.php:396
521
+ msgid "Where can I find information about your affiliate program?"
522
+ msgstr ""
523
 
524
+ #: inc/php/page.php:401
525
  #, php-format
526
+ msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
527
+ msgstr ""
528
 
529
+ #: inc/php/page.php:409
530
  msgid "My question wasn't answered here."
531
  msgstr "Mij vraag is hier niet beantwoord."
532
 
533
+ #: inc/php/page.php:414
534
  #, php-format
535
+ msgid "You can ask your question on %s this page %s."
536
+ msgstr "Je kunt je vraag op %s deze pagina %s stellen."
537
+
538
+ #: inc/php/page.php:419
539
+ msgid "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."
540
+ msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
541
 
542
+ #: inc/php/page.php:430
543
  msgid "Support Us"
544
  msgstr "Ondersteun ons"
545
 
546
+ #: inc/php/page.php:438 inc/php/settings.php:94 inc/php/sidebar.php:54
547
  msgid "Donate with PayPal"
548
  msgstr "Doneer via PayPal"
549
 
550
+ #: inc/php/page.php:445
551
  #, php-format
552
+ msgid "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."
553
+ msgstr "Mijn naam is %s Arthur %s en ik ben de oprichter van %s Space X-Chimp %s, which unites a small international team of young people."
554
 
555
+ #: inc/php/page.php:454
556
+ msgid "Our intention is to create projects that will make this world a better place."
557
+ msgstr "Het is onze bedoeling om projecten te maken die van deze wereld een betere plek maken."
558
+
559
+ #: inc/php/page.php:455
560
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
561
  msgstr ""
562
 
563
+ #: inc/php/page.php:456
564
+ msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
565
+ msgstr "We zijn echt gepassioneerd over ons werk, we vind het leuk wat we doe en hoop dat je ook verrijkt zult worden door ons projecten."
566
+
567
+ #: inc/php/page.php:459
568
+ 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."
569
+ msgstr "We besteden veel tijd en moeite om ervoor te zorgen dat de thema's, plug-ins en andere dingen die we maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken."
570
 
571
+ #: inc/php/page.php:460
572
+ msgid "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."
573
+ msgstr "We zijn een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt ons onze kosten te dekken en laat ons meer tijd spenderen aan het bouwen van dingen voor mensen zoals jij om van te genieten."
574
+
575
+ #: inc/php/page.php:463
576
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
577
+ msgstr "Als je ons werk waardeert, kun je een koffie voor ons kopen!"
578
 
579
+ #: inc/php/page.php:466
580
  msgid "Thank you for your support!"
581
  msgstr "Bedankt voor je ondersteuning!"
582
 
589
  msgstr ""
590
 
591
  #: inc/php/settings.php:38
592
+ msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
593
  msgstr ""
594
 
595
  #: inc/php/settings.php:40
614
  msgstr ""
615
 
616
  #: inc/php/settings.php:66
617
+ msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
618
  msgstr ""
619
 
620
  #: inc/php/settings.php:68
627
 
628
  #: inc/php/settings.php:89 inc/php/sidebar.php:49
629
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
630
+ msgstr ""
631
 
632
  #: inc/php/settings.php:96 inc/php/sidebar.php:56
633
  msgid "Thanks for your support!"
635
 
636
  #: inc/php/sidebar.php:16
637
  msgid "We are «Space X-Chimp»"
638
+ msgstr "Wij zijn «Space X-Chimp»"
639
 
640
  #: inc/php/sidebar.php:33
641
  msgid "About"
642
  msgstr "Over"
643
 
644
  #: inc/php/sidebar.php:35
645
+ msgid "This plugin gives you the ability to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
646
  msgstr ""
647
 
648
  #: inc/php/sidebar.php:40
649
  msgid "Help"
650
+ msgstr "Helpen"
651
 
652
  #: inc/php/sidebar.php:42
653
  msgid "If you have a question, please read the information in the FAQ section."
672
  #. Author URI of the plugin/theme
673
  msgid "https://www.spacexchimp.com"
674
  msgstr "https://www.spacexchimp.com"
 
 
 
 
 
 
languages/header-and-footer-scripts-inserter-pl_PL.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-pl_PL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
- "POT-Creation-Date: 2019-01-11 20:35+0200\n"
7
- "PO-Revision-Date: 2019-01-11 20:36+0200\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Polish\n"
10
  "Language: pl_PL\n"
@@ -37,281 +37,547 @@ msgstr "Wesprzyj"
37
  msgid "Scripts Inserter"
38
  msgstr "Scripts Inserter"
39
 
40
- #: inc/php/messages.php:26
41
- msgid "Hello. We are the team of Space X-Chimp."
42
  msgstr ""
43
 
44
  #: inc/php/messages.php:28
 
 
 
 
45
  #, php-format
46
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
47
  msgstr ""
48
 
49
- #: inc/php/messages.php:68
50
  msgid "You have installed an old version of this plugin."
51
  msgstr ""
52
 
53
- #: inc/php/messages.php:69
54
  msgid "Please update the plugin to the latest version, and all will be fine."
55
  msgstr ""
56
 
57
- #: inc/php/messages.php:91
58
  msgid "Custom code updated successfully."
59
  msgstr ""
60
 
61
- #: inc/php/page.php:31
62
  #, php-format
63
  msgid "by %s Space X-Chimp %s"
64
  msgstr ""
65
 
66
- #: inc/php/page.php:37
67
  msgid "Version"
68
  msgstr ""
69
 
70
- #: inc/php/page.php:44
71
  msgid "Main"
72
  msgstr ""
73
 
74
- #: inc/php/page.php:45
75
  msgid "Usage"
76
  msgstr "Wykorzystanie"
77
 
78
- #: inc/php/page.php:46
79
  msgid "F.A.Q."
80
  msgstr "FAQ"
81
 
82
- #: inc/php/page.php:47 inc/php/settings.php:87 inc/php/sidebar.php:47
83
  msgid "Support"
84
  msgstr ""
85
 
86
- #: inc/php/page.php:48
87
  msgid "Store"
88
  msgstr "Rodzina"
89
 
90
- #: inc/php/page.php:64
91
  msgid "Usage Instructions"
92
  msgstr ""
93
 
94
- #: inc/php/page.php:66
95
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
96
  msgstr ""
97
 
98
- #: inc/php/page.php:68
99
  msgid "Go to the \"Main\" tab on this page."
100
  msgstr ""
101
 
102
- #: inc/php/page.php:69
103
  msgid "Place your custom HTML code in the code editor field."
104
  msgstr ""
105
 
106
- #: inc/php/page.php:70
107
  msgid "Note!"
108
  msgstr ""
109
 
110
- #: inc/php/page.php:70
111
- msgid "The JavaScript and CSS code must be wrapped in HTML tags. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
 
 
 
 
112
  msgstr ""
113
 
114
- #: inc/php/page.php:72
115
  msgid "Click the \"Save changes\" button."
116
  msgstr ""
117
 
118
- #: inc/php/page.php:73
119
  msgid "Enjoy the result of applying your custom HTML code."
120
  msgstr ""
121
 
122
- #: inc/php/page.php:73
123
  msgid "It's that simple!"
124
  msgstr ""
125
 
126
- #: inc/php/page.php:76
127
  #, php-format
128
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
129
- msgstr ""
130
 
131
- #: inc/php/page.php:90
132
  msgid "Frequently Asked Questions"
133
  msgstr "Często zadawane pytania"
134
 
135
- #: inc/php/page.php:94
136
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
137
  msgstr ""
138
 
139
- #: inc/php/page.php:116
140
- msgid "Will this plugin work on my WordPress.COM website?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  msgstr ""
142
 
143
- #: inc/php/page.php:117
144
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
145
  msgstr ""
146
 
147
- #: inc/php/page.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  msgid "Can I use this plugin on my language?"
149
  msgstr ""
150
 
151
- #: inc/php/page.php:120
152
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
 
 
 
 
153
  msgstr ""
154
 
155
- #: inc/php/page.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  #, php-format
157
- 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."
158
  msgstr ""
159
 
160
- #: inc/php/page.php:127
161
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
162
  msgstr ""
163
 
164
- #: inc/php/page.php:128
165
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
 
166
  msgstr ""
167
 
168
- #: inc/php/page.php:130
169
  msgid "How does it work?"
170
  msgstr ""
171
 
172
- #: inc/php/page.php:131
173
- msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button. Enjoy the result of applying your custom HTML code. It's that simple!"
174
  msgstr ""
175
 
176
- #: inc/php/page.php:133
177
  msgid "How much of HTML code (characters) I can enter in the code editor?"
178
  msgstr ""
179
 
180
- #: inc/php/page.php:134
181
  msgid "We don't limit the number of characters."
182
  msgstr ""
183
 
184
- #: inc/php/page.php:136
185
  msgid "Does this plugin requires any modification of the theme?"
186
  msgstr ""
187
 
188
- #: inc/php/page.php:137
189
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
190
  msgstr ""
191
 
192
- #: inc/php/page.php:139
 
 
 
 
193
  msgid "Does this require any knowledge of HTML or CSS?"
194
  msgstr ""
195
 
196
- #: inc/php/page.php:140
197
- 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."
198
  msgstr ""
199
 
200
- #: inc/php/page.php:142
 
 
 
 
201
  msgid "Can I add my custom HTML code to a specific page of my website?"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:143
205
- msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want. You need something like this:"
206
  msgstr ""
207
 
208
- #: inc/php/page.php:157
 
 
 
 
 
 
 
 
 
 
 
 
209
  #, php-format
210
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
211
  msgstr ""
212
 
213
- #: inc/php/page.php:163
214
- msgid "My custom HTML code is not working. What could be wrong?"
215
  msgstr ""
216
 
217
- #: inc/php/page.php:164
218
- msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear. Here are a few of the most likely causes of the issue:"
219
  msgstr ""
220
 
221
- #: inc/php/page.php:166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  msgid "You have a typo during the insertion of your custom HTML code."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:167
226
  msgid "Your custom HTML code has a syntax error."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:168
230
  msgid "Your custom HTML code is incorrect and may not work."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:171
234
- msgid "It's not working. What could be wrong?"
235
  msgstr ""
236
 
237
- #: inc/php/page.php:172
238
- 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."
239
  msgstr ""
240
 
241
- #: inc/php/page.php:173
242
- 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."
243
  msgstr ""
244
 
245
- #: inc/php/page.php:175
246
- msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
 
 
 
 
247
  msgstr ""
248
 
249
- #: inc/php/page.php:176
250
- 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."
251
  msgstr ""
252
 
253
- #: inc/php/page.php:178
254
  msgid "Where to report bug if found?"
255
  msgstr ""
256
 
257
- #: inc/php/page.php:180
 
 
 
 
258
  #, php-format
259
- 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!"
260
  msgstr ""
261
 
262
- #: inc/php/page.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  msgid "Where to share any ideas or suggestions to make the plugin better?"
264
  msgstr ""
265
 
266
- #: inc/php/page.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  #, php-format
268
- 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!"
269
  msgstr ""
270
 
271
- #: inc/php/page.php:194
272
- msgid "I love this plugin! Can I help somehow?"
273
  msgstr ""
274
 
275
- #: inc/php/page.php:196
276
  #, php-format
277
- msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
 
 
 
 
278
  msgstr ""
279
 
280
- #: inc/php/page.php:202
 
 
 
 
 
281
  msgid "My question wasn't answered here."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:204
285
  #, php-format
286
- 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."
 
 
 
 
287
  msgstr ""
288
 
289
- #: inc/php/page.php:218
290
  msgid "Support Us"
291
  msgstr ""
292
 
293
- #: inc/php/page.php:226 inc/php/settings.php:94 inc/php/sidebar.php:54
294
  msgid "Donate with PayPal"
295
  msgstr ""
296
 
297
- #: inc/php/page.php:231
298
  #, php-format
299
- 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."
300
  msgstr ""
301
 
302
- #: inc/php/page.php:239
303
- 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."
304
  msgstr ""
305
 
306
- #: inc/php/page.php:240
307
- 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."
308
  msgstr ""
309
 
310
- #: inc/php/page.php:241
 
 
 
 
 
 
 
 
 
 
 
 
311
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
312
  msgstr ""
313
 
314
- #: inc/php/page.php:242
315
  msgid "Thank you for your support!"
316
  msgstr ""
317
 
@@ -324,12 +590,12 @@ msgid "NOT SAVED!"
324
  msgstr ""
325
 
326
  #: inc/php/settings.php:38
327
- msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
328
- msgstr "Pola poniżej można użyć, aby dodać kody skryptów do nagłówka witryny."
329
 
330
  #: inc/php/settings.php:40
331
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
332
- msgstr "Skrypty z tego pola zostaną dodane na początku sekcji <b>HEAD</b>. Nie należy tu umieszczać zwykłego tekstu!"
333
 
334
  #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
335
  #: inc/php/settings.php:79
@@ -338,7 +604,7 @@ msgstr ""
338
 
339
  #: inc/php/settings.php:47
340
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
341
- msgstr "Skrypty z tego pola zostaną dodane na końcu sekcji <b>HEAD</b>. Nie należy tu umieszczać zwykłego tekstu!"
342
 
343
  #: inc/php/settings.php:54 inc/php/settings.php:82
344
  msgid "Save changes"
@@ -349,16 +615,16 @@ msgid "Footer Section"
349
  msgstr "Sekcja: Stopka"
350
 
351
  #: inc/php/settings.php:66
352
- msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
353
- msgstr "Pola poniżej można użyć, aby dodać kody skryptów do stopki witryny."
354
 
355
  #: inc/php/settings.php:68
356
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
357
- msgstr "Skrypty z tego pola zostaną dodane przed skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
358
 
359
  #: inc/php/settings.php:75
360
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
361
- msgstr "Skrypty z tego pola zostaną dodane za skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
362
 
363
  #: inc/php/settings.php:89 inc/php/sidebar.php:49
364
  msgid "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,7 +643,7 @@ msgid "About"
377
  msgstr "O wtyczce"
378
 
379
  #: inc/php/sidebar.php:35
380
- msgid "This plugin allows you to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
381
  msgstr ""
382
 
383
  #: inc/php/sidebar.php:40
@@ -386,7 +652,7 @@ msgstr "Pomoc"
386
 
387
  #: inc/php/sidebar.php:42
388
  msgid "If you have a question, please read the information in the FAQ section."
389
- msgstr "Masz coś do powiedzenia? Potrzebujesz pomocy?"
390
 
391
  #. Plugin Name of the plugin/theme
392
  msgid "Head and Footer Scripts Inserter"
@@ -407,9 +673,3 @@ msgstr "Space X-Chimp"
407
  #. Author URI of the plugin/theme
408
  msgid "https://www.spacexchimp.com"
409
  msgstr "https://www.spacexchimp.com"
410
-
411
- #~ msgid "Easily add your custom HTML code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
412
- #~ msgstr "Łatwe dodawanie kodu skryptów do nagłówka i stopki strony opartej na WordPressie."
413
-
414
- #~ msgid "If you want more options, then let us know and we will be happy to add them."
415
- #~ msgstr "Jeśli potrzebujesz więcej opcji napisz mi o tym. Chętnie je dodam."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-02-20 23:16+0300\n"
7
+ "PO-Revision-Date: 2019-02-20 23:16+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Polish\n"
10
  "Language: pl_PL\n"
37
  msgid "Scripts Inserter"
38
  msgstr "Scripts Inserter"
39
 
40
+ #: inc/php/messages.php:27 inc/php/page.php:442
41
+ msgid "Hello!"
42
  msgstr ""
43
 
44
  #: inc/php/messages.php:28
45
+ msgid "We are the team of Space X-Chimp."
46
+ msgstr ""
47
+
48
+ #: inc/php/messages.php:33
49
  #, php-format
50
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
51
  msgstr ""
52
 
53
+ #: inc/php/messages.php:74
54
  msgid "You have installed an old version of this plugin."
55
  msgstr ""
56
 
57
+ #: inc/php/messages.php:75
58
  msgid "Please update the plugin to the latest version, and all will be fine."
59
  msgstr ""
60
 
61
+ #: inc/php/messages.php:99
62
  msgid "Custom code updated successfully."
63
  msgstr ""
64
 
65
+ #: inc/php/page.php:32
66
  #, php-format
67
  msgid "by %s Space X-Chimp %s"
68
  msgstr ""
69
 
70
+ #: inc/php/page.php:38
71
  msgid "Version"
72
  msgstr ""
73
 
74
+ #: inc/php/page.php:45
75
  msgid "Main"
76
  msgstr ""
77
 
78
+ #: inc/php/page.php:46
79
  msgid "Usage"
80
  msgstr "Wykorzystanie"
81
 
82
+ #: inc/php/page.php:47
83
  msgid "F.A.Q."
84
  msgstr "FAQ"
85
 
86
+ #: inc/php/page.php:48 inc/php/settings.php:87 inc/php/sidebar.php:47
87
  msgid "Support"
88
  msgstr ""
89
 
90
+ #: inc/php/page.php:49
91
  msgid "Store"
92
  msgstr "Rodzina"
93
 
94
+ #: inc/php/page.php:65
95
  msgid "Usage Instructions"
96
  msgstr ""
97
 
98
+ #: inc/php/page.php:67
99
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
100
  msgstr ""
101
 
102
+ #: inc/php/page.php:69
103
  msgid "Go to the \"Main\" tab on this page."
104
  msgstr ""
105
 
106
+ #: inc/php/page.php:71
107
  msgid "Place your custom HTML code in the code editor field."
108
  msgstr ""
109
 
110
+ #: inc/php/page.php:74
111
  msgid "Note!"
112
  msgstr ""
113
 
114
+ #: inc/php/page.php:75
115
+ msgid "The JavaScript and CSS code must be wrapped in HTML tags."
116
+ msgstr ""
117
+
118
+ #: inc/php/page.php:76
119
+ msgid "For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
120
  msgstr ""
121
 
122
+ #: inc/php/page.php:79
123
  msgid "Click the \"Save changes\" button."
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:80 inc/php/page.php:211
127
  msgid "Enjoy the result of applying your custom HTML code."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:80 inc/php/page.php:212
131
  msgid "It's that simple!"
132
  msgstr ""
133
 
134
+ #: inc/php/page.php:85
135
  #, php-format
136
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
137
+ msgstr "Jeśli potrzebujesz więcej opcji %s napisz do nas %s o tym. Chętnie je dodamy."
138
 
139
+ #: inc/php/page.php:99
140
  msgid "Frequently Asked Questions"
141
  msgstr "Często zadawane pytania"
142
 
143
+ #: inc/php/page.php:103
144
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
145
  msgstr ""
146
 
147
+ #: inc/php/page.php:128
148
+ msgid "Where can I find a documentation for this plugin?"
149
+ msgstr ""
150
+
151
+ #: inc/php/page.php:133
152
+ #, php-format
153
+ msgid "Please visit our %s Documentation site %s to view documentation."
154
+ msgstr ""
155
+
156
+ #: inc/php/page.php:141
157
+ msgid "Will this plugin work on my wordpress.COM website?"
158
+ msgstr ""
159
+
160
+ #: inc/php/page.php:144
161
+ msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
162
+ msgstr ""
163
+
164
+ #: inc/php/page.php:146
165
+ msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
166
+ msgstr ""
167
+
168
+ #: inc/php/page.php:147
169
+ msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
170
+ msgstr ""
171
+
172
+ #: inc/php/page.php:150
173
+ #, php-format
174
+ msgid "You can learn more about the difference here: %s ."
175
+ msgstr ""
176
+
177
+ #: inc/php/page.php:157
178
+ msgid "Will this plugin work/compatible with the theme I use?"
179
+ msgstr ""
180
+
181
+ #: inc/php/page.php:160
182
+ msgid "This plugin is compatible with most themes."
183
+ msgstr ""
184
+
185
+ #: inc/php/page.php:161
186
+ msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
187
+ msgstr ""
188
+
189
+ #: inc/php/page.php:162
190
+ msgid "We constantly check this plugin for compatibility with third-party themes."
191
+ msgstr ""
192
+
193
+ #: inc/php/page.php:163
194
+ msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
195
+ msgstr ""
196
+
197
+ #: inc/php/page.php:165
198
+ msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
199
  msgstr ""
200
 
201
+ #: inc/php/page.php:169
202
+ msgid "Will this plugin work/compatible with other plugins that I use?"
203
  msgstr ""
204
 
205
+ #: inc/php/page.php:172
206
+ msgid "This plugin is compatible with most plugins."
207
+ msgstr ""
208
+
209
+ #: inc/php/page.php:173
210
+ msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
211
+ msgstr ""
212
+
213
+ #: inc/php/page.php:174
214
+ msgid "We constantly check this plugin for compatibility with third-party plugins."
215
+ msgstr ""
216
+
217
+ #: inc/php/page.php:175
218
+ msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
219
+ msgstr ""
220
+
221
+ #: inc/php/page.php:177
222
+ msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
223
+ msgstr ""
224
+
225
+ #: inc/php/page.php:181
226
  msgid "Can I use this plugin on my language?"
227
  msgstr ""
228
 
229
+ #: inc/php/page.php:184
230
+ msgid "Yes."
231
+ msgstr ""
232
+
233
+ #: inc/php/page.php:185
234
+ msgid "This plugin is ready for translation and has already been translated into several languages."
235
  msgstr ""
236
 
237
+ #: inc/php/page.php:186
238
+ msgid "But If your language is not available then you can make one."
239
+ msgstr ""
240
+
241
+ #: inc/php/page.php:187
242
+ msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
243
+ msgstr ""
244
+
245
+ #: inc/php/page.php:188
246
+ msgid "Many of plugin users would be delighted if you share your translation with the community."
247
+ msgstr ""
248
+
249
+ #: inc/php/page.php:189
250
+ msgid "Thanks for your contribution!"
251
+ msgstr "Dziękujemy za Twój wkład!"
252
+
253
+ #: inc/php/page.php:193
254
  #, php-format
255
+ msgid "If you want to help translate this plugin, please visit the %s."
256
  msgstr ""
257
 
258
+ #: inc/php/page.php:197
259
+ msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
260
  msgstr ""
261
 
262
+ #: inc/php/page.php:200
263
+ #, php-format
264
+ msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
265
  msgstr ""
266
 
267
+ #: inc/php/page.php:207
268
  msgid "How does it work?"
269
  msgstr ""
270
 
271
+ #: inc/php/page.php:210
272
+ msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button."
273
  msgstr ""
274
 
275
+ #: inc/php/page.php:216
276
  msgid "How much of HTML code (characters) I can enter in the code editor?"
277
  msgstr ""
278
 
279
+ #: inc/php/page.php:219
280
  msgid "We don't limit the number of characters."
281
  msgstr ""
282
 
283
+ #: inc/php/page.php:223
284
  msgid "Does this plugin requires any modification of the theme?"
285
  msgstr ""
286
 
287
+ #: inc/php/page.php:226
288
+ msgid "Absolutely not."
289
  msgstr ""
290
 
291
+ #: inc/php/page.php:227
292
+ msgid "This plugin is configurable entirely from the plugin settings page."
293
+ msgstr ""
294
+
295
+ #: inc/php/page.php:231
296
  msgid "Does this require any knowledge of HTML or CSS?"
297
  msgstr ""
298
 
299
+ #: inc/php/page.php:234
300
+ msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
301
  msgstr ""
302
 
303
+ #: inc/php/page.php:235
304
+ msgid "But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
305
+ msgstr ""
306
+
307
+ #: inc/php/page.php:239
308
  msgid "Can I add my custom HTML code to a specific page of my website?"
309
  msgstr ""
310
 
311
+ #: inc/php/page.php:242
312
+ msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages."
313
  msgstr ""
314
 
315
+ #: inc/php/page.php:243
316
+ msgid "We plan to add this feature soon."
317
+ msgstr ""
318
+
319
+ #: inc/php/page.php:244
320
+ msgid "But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want."
321
+ msgstr ""
322
+
323
+ #: inc/php/page.php:245
324
+ msgid "You need something like this:"
325
+ msgstr ""
326
+
327
+ #: inc/php/page.php:261
328
  #, php-format
329
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
330
  msgstr ""
331
 
332
+ #: inc/php/page.php:268
333
+ msgid "It's not working."
334
  msgstr ""
335
 
336
+ #: inc/php/page.php:269 inc/php/page.php:285
337
+ msgid "What could be wrong?"
338
  msgstr ""
339
 
340
+ #: inc/php/page.php:272
341
+ msgid "As with every plugin, it's possible that things don't work."
342
+ msgstr ""
343
+
344
+ #: inc/php/page.php:273
345
+ msgid "It's impossible to tell what could be wrong exactly."
346
+ msgstr ""
347
+
348
+ #: inc/php/page.php:274
349
+ msgid "The most common reason for this is a web browser's cache."
350
+ msgstr ""
351
+
352
+ #: inc/php/page.php:275
353
+ msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
354
+ msgstr ""
355
+
356
+ #: inc/php/page.php:276
357
+ msgid "This is called the browser's cache."
358
+ msgstr ""
359
+
360
+ #: inc/php/page.php:277
361
+ msgid "Clearing your browser's cache may solve the problem."
362
+ msgstr ""
363
+
364
+ #: inc/php/page.php:279
365
+ msgid "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."
366
+ msgstr ""
367
+
368
+ #: inc/php/page.php:280 inc/php/page.php:323
369
+ msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
370
+ msgstr ""
371
+
372
+ #: inc/php/page.php:284
373
+ msgid "My custom HTML code is not working."
374
+ msgstr ""
375
+
376
+ #: inc/php/page.php:288
377
+ msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear."
378
+ msgstr ""
379
+
380
+ #: inc/php/page.php:289
381
+ msgid "Here are a few of the most likely causes of the issue:"
382
+ msgstr ""
383
+
384
+ #: inc/php/page.php:291
385
  msgid "You have a typo during the insertion of your custom HTML code."
386
  msgstr ""
387
 
388
+ #: inc/php/page.php:292
389
  msgid "Your custom HTML code has a syntax error."
390
  msgstr ""
391
 
392
+ #: inc/php/page.php:293
393
  msgid "Your custom HTML code is incorrect and may not work."
394
  msgstr ""
395
 
396
+ #: inc/php/page.php:298
397
+ msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
398
  msgstr ""
399
 
400
+ #: inc/php/page.php:299
401
+ msgid "Why is this?"
402
  msgstr ""
403
 
404
+ #: inc/php/page.php:302
405
+ msgid "This plugin can not cause such problem."
406
  msgstr ""
407
 
408
+ #: inc/php/page.php:303
409
+ msgid "More likely, the problem are related to the settings of the website."
410
+ msgstr ""
411
+
412
+ #: inc/php/page.php:304
413
+ msgid "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."
414
  msgstr ""
415
 
416
+ #: inc/php/page.php:305
417
+ msgid "Also please try to re-login to the website, this too can help."
418
  msgstr ""
419
 
420
+ #: inc/php/page.php:309
421
  msgid "Where to report bug if found?"
422
  msgstr ""
423
 
424
+ #: inc/php/page.php:312
425
+ msgid "Bug reports are very welcome!"
426
+ msgstr ""
427
+
428
+ #: inc/php/page.php:315
429
  #, php-format
430
+ msgid "Please visit our %s contact page %s and report."
431
  msgstr ""
432
 
433
+ #: inc/php/page.php:320 inc/php/page.php:349
434
+ msgid "Please do not forget to specify the name of the plugin."
435
+ msgstr ""
436
+
437
+ #: inc/php/page.php:321 inc/php/page.php:350 inc/php/page.php:366
438
+ msgid "Thank you!"
439
+ msgstr ""
440
+
441
+ #: inc/php/page.php:324
442
+ msgid "Describe in more detail what exactly you are seeing."
443
+ msgstr ""
444
+
445
+ #: inc/php/page.php:325
446
+ msgid "Here are some examples:"
447
+ msgstr ""
448
+
449
+ #: inc/php/page.php:328
450
+ msgid "Elements of the plugin settings page are not working."
451
+ msgstr ""
452
+
453
+ #: inc/php/page.php:329
454
+ msgid "An error message is displayed on the plugin settings page."
455
+ msgstr ""
456
+
457
+ #: inc/php/page.php:330
458
+ msgid "An error message is displayed on the front end of website."
459
+ msgstr ""
460
+
461
+ #: inc/php/page.php:331
462
+ msgid "An error message is displayed on the back end of website."
463
+ msgstr ""
464
+
465
+ #: inc/php/page.php:332
466
+ msgid "Custom code is inserted on the plugin settings page, but it is not applied on the website."
467
+ msgstr ""
468
+
469
+ #: inc/php/page.php:333
470
+ msgid "Website is crashed."
471
+ msgstr ""
472
+
473
+ #: inc/php/page.php:338
474
  msgid "Where to share any ideas or suggestions to make the plugin better?"
475
  msgstr ""
476
 
477
+ #: inc/php/page.php:341
478
+ msgid "Any suggestions are very welcome!"
479
+ msgstr ""
480
+
481
+ #: inc/php/page.php:344
482
+ #, php-format
483
+ msgid "Please visit our %s contact page %s."
484
+ msgstr ""
485
+
486
+ #: inc/php/page.php:354
487
+ msgid "I love this plugin!"
488
+ msgstr ""
489
+
490
+ #: inc/php/page.php:355
491
+ msgid "Can I help somehow?"
492
+ msgstr ""
493
+
494
+ #: inc/php/page.php:358
495
+ msgid "Yes, any contributions are very welcome!"
496
+ msgstr ""
497
+
498
+ #: inc/php/page.php:361
499
+ #, php-format
500
+ msgid "Please visit our %s Support Us %s page."
501
+ msgstr ""
502
+
503
+ #: inc/php/page.php:370
504
+ msgid "Where can I find information about your licenses, payment process and refunds?"
505
+ msgstr ""
506
+
507
+ #: inc/php/page.php:375
508
  #, php-format
509
+ msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
510
  msgstr ""
511
 
512
+ #: inc/php/page.php:383
513
+ msgid "Where can I find information about your customer support?"
514
  msgstr ""
515
 
516
+ #: inc/php/page.php:388
517
  #, php-format
518
+ msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
519
+ msgstr ""
520
+
521
+ #: inc/php/page.php:396
522
+ msgid "Where can I find information about your affiliate program?"
523
  msgstr ""
524
 
525
+ #: inc/php/page.php:401
526
+ #, php-format
527
+ msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
528
+ msgstr ""
529
+
530
+ #: inc/php/page.php:409
531
  msgid "My question wasn't answered here."
532
  msgstr ""
533
 
534
+ #: inc/php/page.php:414
535
  #, php-format
536
+ msgid "You can ask your question on %s this page %s."
537
+ msgstr ""
538
+
539
+ #: inc/php/page.php:419
540
+ msgid "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."
541
  msgstr ""
542
 
543
+ #: inc/php/page.php:430
544
  msgid "Support Us"
545
  msgstr ""
546
 
547
+ #: inc/php/page.php:438 inc/php/settings.php:94 inc/php/sidebar.php:54
548
  msgid "Donate with PayPal"
549
  msgstr ""
550
 
551
+ #: inc/php/page.php:445
552
  #, php-format
553
+ msgid "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."
554
  msgstr ""
555
 
556
+ #: inc/php/page.php:454
557
+ msgid "Our intention is to create projects that will make this world a better place."
558
  msgstr ""
559
 
560
+ #: inc/php/page.php:455
561
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
562
  msgstr ""
563
 
564
+ #: inc/php/page.php:456
565
+ msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
566
+ msgstr ""
567
+
568
+ #: inc/php/page.php:459
569
+ 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."
570
+ msgstr ""
571
+
572
+ #: inc/php/page.php:460
573
+ msgid "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."
574
+ msgstr ""
575
+
576
+ #: inc/php/page.php:463
577
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
578
  msgstr ""
579
 
580
+ #: inc/php/page.php:466
581
  msgid "Thank you for your support!"
582
  msgstr ""
583
 
590
  msgstr ""
591
 
592
  #: inc/php/settings.php:38
593
+ msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
594
+ msgstr "Pola poniżej można użyć, aby dodać kod HTML do nagłówka witryny."
595
 
596
  #: inc/php/settings.php:40
597
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
598
+ msgstr "Kod HTML z tego pola zostaną dodane na początku sekcji HEAD. Nie należy tu umieszczać zwykłego tekstu!"
599
 
600
  #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
601
  #: inc/php/settings.php:79
604
 
605
  #: inc/php/settings.php:47
606
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
607
+ msgstr "Kod HTML z tego pola zostaną dodane na końcu sekcji HEAD. Nie należy tu umieszczać zwykłego tekstu!"
608
 
609
  #: inc/php/settings.php:54 inc/php/settings.php:82
610
  msgid "Save changes"
615
  msgstr "Sekcja: Stopka"
616
 
617
  #: inc/php/settings.php:66
618
+ msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
619
+ msgstr "Pola poniżej można użyć, aby dodać kod HTML do stopki witryny."
620
 
621
  #: inc/php/settings.php:68
622
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
623
+ msgstr "Kod HTML z tego pola zostaną dodane przed skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
624
 
625
  #: inc/php/settings.php:75
626
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
627
+ msgstr "Kod HTML z tego pola zostaną dodane za skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
628
 
629
  #: inc/php/settings.php:89 inc/php/sidebar.php:49
630
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
643
  msgstr "O wtyczce"
644
 
645
  #: inc/php/sidebar.php:35
646
+ msgid "This plugin gives you the ability to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
647
  msgstr ""
648
 
649
  #: inc/php/sidebar.php:40
652
 
653
  #: inc/php/sidebar.php:42
654
  msgid "If you have a question, please read the information in the FAQ section."
655
+ msgstr ""
656
 
657
  #. Plugin Name of the plugin/theme
658
  msgid "Head and Footer Scripts Inserter"
673
  #. Author URI of the plugin/theme
674
  msgid "https://www.spacexchimp.com"
675
  msgstr "https://www.spacexchimp.com"
 
 
 
 
 
 
languages/header-and-footer-scripts-inserter-ru_RU.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-ru_RU.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
- "POT-Creation-Date: 2019-01-11 20:36+0200\n"
7
- "PO-Revision-Date: 2019-01-11 20:36+0200\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -36,281 +36,547 @@ msgstr "Поддержать"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:26
40
- msgid "Hello. We are the team of Space X-Chimp."
41
- msgstr "Привет! Мы - команда Space X-Chimp."
42
 
43
  #: inc/php/messages.php:28
 
 
 
 
44
  #, php-format
45
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
46
  msgstr "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
47
 
48
- #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
50
  msgstr "Вы установили устаревшую версию этого плагина."
51
 
52
- #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
55
 
56
- #: inc/php/messages.php:91
57
  msgid "Custom code updated successfully."
58
  msgstr "Пользовательский код успешно обновлён."
59
 
60
- #: inc/php/page.php:31
61
  #, php-format
62
  msgid "by %s Space X-Chimp %s"
63
  msgstr "от %s Space X-Chimp %s"
64
 
65
- #: inc/php/page.php:37
66
  msgid "Version"
67
  msgstr "Версия"
68
 
69
- #: inc/php/page.php:44
70
  msgid "Main"
71
  msgstr "Главная"
72
 
73
- #: inc/php/page.php:45
74
  msgid "Usage"
75
  msgstr "Применение"
76
 
77
- #: inc/php/page.php:46
78
  msgid "F.A.Q."
79
  msgstr "F.A.Q."
80
 
81
- #: inc/php/page.php:47 inc/php/settings.php:87 inc/php/sidebar.php:47
82
  msgid "Support"
83
  msgstr "Поддержка"
84
 
85
- #: inc/php/page.php:48
86
  msgid "Store"
87
  msgstr "Магазин"
88
 
89
- #: inc/php/page.php:64
90
  msgid "Usage Instructions"
91
  msgstr "Инструкция по использованию"
92
 
93
- #: inc/php/page.php:66
94
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
95
- msgstr "Для того чтобы добавить скрипт на ваш веб-сайт, выполните следующие действия:"
96
 
97
- #: inc/php/page.php:68
98
  msgid "Go to the \"Main\" tab on this page."
99
  msgstr "Перейдите на вкладку «Главная»."
100
 
101
- #: inc/php/page.php:69
102
  msgid "Place your custom HTML code in the code editor field."
103
- msgstr "Поместите свои скрипты в поле."
104
 
105
- #: inc/php/page.php:70
106
  msgid "Note!"
107
  msgstr "Примечание!"
108
 
109
- #: inc/php/page.php:70
110
- msgid "The JavaScript and CSS code must be wrapped in HTML tags. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
111
  msgstr ""
112
 
113
- #: inc/php/page.php:72
 
 
 
 
114
  msgid "Click the \"Save changes\" button."
115
  msgstr "Нажмите кнопку «Сохранить изменения»."
116
 
117
- #: inc/php/page.php:73
118
  msgid "Enjoy the result of applying your custom HTML code."
119
- msgstr "Наслаждайтесь результатом применения ваших скриптов."
120
 
121
- #: inc/php/page.php:73
122
  msgid "It's that simple!"
123
- msgstr "Вот так просто!"
124
 
125
- #: inc/php/page.php:76
126
  #, php-format
127
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
128
  msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
129
 
130
- #: inc/php/page.php:90
131
  msgid "Frequently Asked Questions"
132
  msgstr "Часто задаваемые вопросы"
133
 
134
- #: inc/php/page.php:94
135
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
136
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
137
 
138
- #: inc/php/page.php:116
139
- msgid "Will this plugin work on my WordPress.COM website?"
140
- msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
- #: inc/php/page.php:117
143
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
144
- msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (WordPress.ORG)."
145
 
146
- #: inc/php/page.php:119
 
 
 
 
 
 
 
 
 
 
 
 
147
  msgid "Can I use this plugin on my language?"
148
  msgstr "Можно ли использовать этот плагин на моём языке?"
149
 
150
- #: inc/php/page.php:120
151
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
152
- msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
 
 
 
 
153
 
154
- #: inc/php/page.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
  #, php-format
156
- 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."
157
- msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
158
 
159
- #: inc/php/page.php:127
160
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
161
- msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
162
 
163
- #: inc/php/page.php:128
164
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
165
- msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом. Спасибо за ваш вклад!"
 
166
 
167
- #: inc/php/page.php:130
168
  msgid "How does it work?"
169
- msgstr "Как оно работает?"
170
 
171
- #: inc/php/page.php:131
172
- msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button. Enjoy the result of applying your custom HTML code. It's that simple!"
173
- msgstr ""
174
 
175
- #: inc/php/page.php:133
176
  msgid "How much of HTML code (characters) I can enter in the code editor?"
177
- msgstr "Сколько скриптов я могу ввести в текстовое поле?"
178
 
179
- #: inc/php/page.php:134
180
  msgid "We don't limit the number of characters."
181
- msgstr "Я не ограничиваю количество символов."
182
 
183
- #: inc/php/page.php:136
184
  msgid "Does this plugin requires any modification of the theme?"
185
  msgstr "Этот плагин требует изменения темы?"
186
 
187
- #: inc/php/page.php:137
188
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
189
- msgstr "Абсолютно нет. Этот плагин настраивается полностью на странице настроек плагина."
 
 
 
 
190
 
191
- #: inc/php/page.php:139
192
  msgid "Does this require any knowledge of HTML or CSS?"
193
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
194
 
195
- #: inc/php/page.php:140
196
- 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."
197
- msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина. Но вам нужно знать HTML или CSS для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот плагин."
198
 
199
- #: inc/php/page.php:142
 
 
 
 
200
  msgid "Can I add my custom HTML code to a specific page of my website?"
201
- msgstr "Могу ли я добавить свой скрипт на определенную страницу моего веб-сайта?"
202
 
203
- #: inc/php/page.php:143
204
- msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want. You need something like this:"
205
- msgstr "Пока этот плагин не имеет возможности применять собственные скрипты только на определенных страницах. Я планирую добавить эту функцию в ближайшее время. Но сейчас, чтобы применить ваш скрипт только на определенных страницах вашего сайта, вам нужно обернуть свой скрипт в PHP-код, который будет определять страницу, которая вам нужна. Вам нужно что-то вроде этого:"
206
 
207
- #: inc/php/page.php:157
 
 
 
 
 
 
 
 
 
 
 
 
208
  #, php-format
209
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
210
- msgstr "Чтобы применить PHP-код на веб-сайте, я могу порекомендовать вам использовать другой мой плагин, называемый %s."
211
 
212
- #: inc/php/page.php:163
213
- msgid "My custom HTML code is not working. What could be wrong?"
214
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
 
216
- #: inc/php/page.php:164
217
- msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear. Here are a few of the most likely causes of the issue:"
 
 
 
 
 
 
 
 
 
 
 
 
218
  msgstr ""
219
 
220
- #: inc/php/page.php:166
 
 
 
 
221
  msgid "You have a typo during the insertion of your custom HTML code."
222
  msgstr ""
223
 
224
- #: inc/php/page.php:167
225
  msgid "Your custom HTML code has a syntax error."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:168
229
  msgid "Your custom HTML code is incorrect and may not work."
230
  msgstr ""
231
 
232
- #: inc/php/page.php:171
233
- msgid "It's not working. What could be wrong?"
234
- msgstr "Оно не работает. Что может быть не так?"
235
 
236
- #: inc/php/page.php:172
237
- 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."
238
- msgstr "Как и в случае с любым другим плагином, что-то может не работать. Наиболее распространенной причиной этого является кеш веб-браузера. Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер. Это называется кешем браузера. Очистка кеша браузера может решить проблему."
239
 
240
- #: inc/php/page.php:173
241
- 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."
242
- msgstr "Невозможно точно сказать, что может быть неправильно, но если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
243
 
244
- #: inc/php/page.php:175
245
- msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
246
- msgstr "Последнее обновление WordPress не позволяет мне редактировать мой сайт, который использует этот плагин. Почему так?"
247
 
248
- #: inc/php/page.php:176
249
- 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."
250
- msgstr "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш вашего сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также попробуйте повторно войти на сайт, это тоже может помочь."
251
 
252
- #: inc/php/page.php:178
 
 
 
 
253
  msgid "Where to report bug if found?"
254
  msgstr "Где можно сообщить об ошибке?"
255
 
256
- #: inc/php/page.php:180
 
 
 
 
257
  #, php-format
258
- 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!"
259
- msgstr "Посетите %s эту страницу %s и сообщите. Не забудьте указать название плагина. Спасибо!"
260
 
261
- #: inc/php/page.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  msgid "Where to share any ideas or suggestions to make the plugin better?"
263
  msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
264
 
265
- #: inc/php/page.php:188
 
 
 
 
266
  #, php-format
267
- 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!"
268
- msgstr "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не забудьте указать название плагина. Спасибо!"
 
 
 
 
 
 
 
 
269
 
270
- #: inc/php/page.php:194
271
- msgid "I love this plugin! Can I help somehow?"
272
- msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
273
 
274
- #: inc/php/page.php:196
275
  #, php-format
276
- msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
277
- msgstr "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, нажмите на кнопку пожертвования. Спасибо!"
 
 
 
 
278
 
279
- #: inc/php/page.php:202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  msgid "My question wasn't answered here."
281
- msgstr "Моего вопроса здесь нет."
282
 
283
- #: inc/php/page.php:204
284
  #, php-format
285
- 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."
286
- msgstr "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
 
 
 
 
287
 
288
- #: inc/php/page.php:218
289
  msgid "Support Us"
290
  msgstr "Поддержать нас"
291
 
292
- #: inc/php/page.php:226 inc/php/settings.php:94 inc/php/sidebar.php:54
293
  msgid "Donate with PayPal"
294
  msgstr "Пожертвовать через PayPal"
295
 
296
- #: inc/php/page.php:231
297
  #, php-format
298
- 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."
 
 
 
 
299
  msgstr ""
300
 
301
- #: inc/php/page.php:239
302
- 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."
 
 
 
 
303
  msgstr ""
304
 
305
- #: inc/php/page.php:240
306
- 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."
307
- msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать. Но мы независимые разработчики, без регулярного дохода, поэтому каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей для таких замечательных людей, как вы."
 
 
 
 
308
 
309
- #: inc/php/page.php:241
310
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
311
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
312
 
313
- #: inc/php/page.php:242
314
  msgid "Thank you for your support!"
315
  msgstr "Спасибо за вашу поддержку!"
316
 
@@ -323,21 +589,21 @@ msgid "NOT SAVED!"
323
  msgstr ""
324
 
325
  #: inc/php/settings.php:38
326
- msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
327
- msgstr "Используйте поле расположенное ниже для того, чтобы добавить скрипты в верхний колонтитул вашего вебсайта."
328
 
329
  #: inc/php/settings.php:40
330
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
331
- msgstr "Скрипты этой области будут напечатаны в начале верхнего колонтитула (<b>HEAD</b>). Не помещайте сюда обычный текст!"
332
 
333
  #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
334
  #: inc/php/settings.php:79
335
  msgid "Enter your custom HTML code here"
336
- msgstr "Поместите сюда свои скрипты"
337
 
338
  #: inc/php/settings.php:47
339
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
340
- msgstr "Скрипты этой области будут напечатаны в конце верхнего колонтитула (<b>HEAD</b>). Не помещайте сюда обычный текст!"
341
 
342
  #: inc/php/settings.php:54 inc/php/settings.php:82
343
  msgid "Save changes"
@@ -348,20 +614,20 @@ msgid "Footer Section"
348
  msgstr "Нижний колонтитул (FOOTER)"
349
 
350
  #: inc/php/settings.php:66
351
- msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
352
- msgstr "Используйте поле расположенное ниже для того, чтобы добавить скрипты в нижний колонтитул вашего вебсайта."
353
 
354
  #: inc/php/settings.php:68
355
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
356
- msgstr "Скрипты из этой области будут напечатаны в начале нижнего колонтитула. Не помещайте сюда обычный текст!"
357
 
358
  #: inc/php/settings.php:75
359
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
360
- msgstr "Скрипты из этой области будут напечатаны в конце нижнего колонтитула. Не помещайте сюда обычный текст!"
361
 
362
  #: inc/php/settings.php:89 inc/php/sidebar.php:49
363
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
364
- msgstr "Я независимый разработчик, без регулярного дохода, так что каждый маленький вклад помогает мне покрыть затраты и позволяет тратить больше времени на создание программ для людей как вы."
365
 
366
  #: inc/php/settings.php:96 inc/php/sidebar.php:56
367
  msgid "Thanks for your support!"
@@ -369,15 +635,15 @@ msgstr "Спасибо за вашу поддержку!"
369
 
370
  #: inc/php/sidebar.php:16
371
  msgid "We are «Space X-Chimp»"
372
- msgstr ""
373
 
374
  #: inc/php/sidebar.php:33
375
  msgid "About"
376
  msgstr "О плагине"
377
 
378
  #: inc/php/sidebar.php:35
379
- msgid "This plugin allows you to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
380
- msgstr "Этот плагин позволяет легко вставлять скрипты в ваш веб-сайте."
381
 
382
  #: inc/php/sidebar.php:40
383
  msgid "Help"
@@ -406,18 +672,3 @@ msgstr "Space X-Chimp"
406
  #. Author URI of the plugin/theme
407
  msgid "https://www.spacexchimp.com"
408
  msgstr "https://www.spacexchimp.com"
409
-
410
- #~ msgid "Note that the code editor fields are for inserting HTML code, so JavaScript and CSS code must be wrapped in the corresponding HTML tag. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag. Example:"
411
- #~ msgstr "Обратите внимание на то, что эти поля для вставки HTML-кода, поэтому код JavaScript и CSS должен быть обернут в соответствующий HTML тег. Для кода JavaScript используйте тег <code>&lt;script&gt;</code>, а для CSS тэг <code>&lt;style&gt;</code>. Пример:"
412
-
413
- #~ msgid "On the \"Settings\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button. Enjoy the result of applying your custom HTML code. It's that simple!"
414
- #~ msgstr "На вкладке «Настройки» поместите свои скрипты в поле и нажмите кнопку «Сохранить изменения». Наслаждайтесь результатом применения ваших скриптов. Это так просто!"
415
-
416
- #~ msgid "Easily add your custom HTML code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
417
- #~ msgstr "Легко добавляйте ваши скрипты в верхний (HEAD) и нижний (FOOTER) колонтитулы вашего WordPress веб-сайта. Это необходимый инструмент для авторов и владельцев веб-сайтов."
418
-
419
- #~ msgid "Hello! My name is %s Arthur %s and I'm the founder of %s Space X-Chimp %s."
420
- #~ msgstr "Привет! Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s."
421
-
422
- #~ msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
423
- #~ msgstr "Я намерен создать проекты, которые сделают этот мир лучшим местом. Я очень увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже станете лучше благодаря моим проектам."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-02-20 23:17+0300\n"
7
+ "PO-Revision-Date: 2019-02-20 23:17+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
+ #: inc/php/messages.php:27 inc/php/page.php:442
40
+ msgid "Hello!"
41
+ msgstr "Привет!"
42
 
43
  #: inc/php/messages.php:28
44
+ msgid "We are the team of Space X-Chimp."
45
+ msgstr "Мы - команда Space X-Chimp."
46
+
47
+ #: inc/php/messages.php:33
48
  #, php-format
49
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
50
  msgstr "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
51
 
52
+ #: inc/php/messages.php:74
53
  msgid "You have installed an old version of this plugin."
54
  msgstr "Вы установили устаревшую версию этого плагина."
55
 
56
+ #: inc/php/messages.php:75
57
  msgid "Please update the plugin to the latest version, and all will be fine."
58
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
59
 
60
+ #: inc/php/messages.php:99
61
  msgid "Custom code updated successfully."
62
  msgstr "Пользовательский код успешно обновлён."
63
 
64
+ #: inc/php/page.php:32
65
  #, php-format
66
  msgid "by %s Space X-Chimp %s"
67
  msgstr "от %s Space X-Chimp %s"
68
 
69
+ #: inc/php/page.php:38
70
  msgid "Version"
71
  msgstr "Версия"
72
 
73
+ #: inc/php/page.php:45
74
  msgid "Main"
75
  msgstr "Главная"
76
 
77
+ #: inc/php/page.php:46
78
  msgid "Usage"
79
  msgstr "Применение"
80
 
81
+ #: inc/php/page.php:47
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
+ #: inc/php/page.php:48 inc/php/settings.php:87 inc/php/sidebar.php:47
86
  msgid "Support"
87
  msgstr "Поддержка"
88
 
89
+ #: inc/php/page.php:49
90
  msgid "Store"
91
  msgstr "Магазин"
92
 
93
+ #: inc/php/page.php:65
94
  msgid "Usage Instructions"
95
  msgstr "Инструкция по использованию"
96
 
97
+ #: inc/php/page.php:67
98
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
99
+ msgstr "Для того чтобы добавить ваш пользовательсктй HTML код (плюс JavaScript, CSS, и т.д.) на ваш веб-сайт, выполните следующие действия:"
100
 
101
+ #: inc/php/page.php:69
102
  msgid "Go to the \"Main\" tab on this page."
103
  msgstr "Перейдите на вкладку «Главная»."
104
 
105
+ #: inc/php/page.php:71
106
  msgid "Place your custom HTML code in the code editor field."
107
+ msgstr "Поместите ваш HTML код в поле."
108
 
109
+ #: inc/php/page.php:74
110
  msgid "Note!"
111
  msgstr "Примечание!"
112
 
113
+ #: inc/php/page.php:75
114
+ msgid "The JavaScript and CSS code must be wrapped in HTML tags."
115
  msgstr ""
116
 
117
+ #: inc/php/page.php:76
118
+ msgid "For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
119
+ msgstr "Для JavaScript кода используйте тег <code>&lt;script&gt;</code>, и для CSS кода используйте тэг <code>&lt;style&gt;</code>."
120
+
121
+ #: inc/php/page.php:79
122
  msgid "Click the \"Save changes\" button."
123
  msgstr "Нажмите кнопку «Сохранить изменения»."
124
 
125
+ #: inc/php/page.php:80 inc/php/page.php:211
126
  msgid "Enjoy the result of applying your custom HTML code."
127
+ msgstr "Наслаждайтесь результатом применения вашего HTML кода."
128
 
129
+ #: inc/php/page.php:80 inc/php/page.php:212
130
  msgid "It's that simple!"
131
+ msgstr "Это так просто!"
132
 
133
+ #: inc/php/page.php:85
134
  #, php-format
135
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
136
  msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
137
 
138
+ #: inc/php/page.php:99
139
  msgid "Frequently Asked Questions"
140
  msgstr "Часто задаваемые вопросы"
141
 
142
+ #: inc/php/page.php:103
143
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
144
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
145
 
146
+ #: inc/php/page.php:128
147
+ msgid "Where can I find a documentation for this plugin?"
148
+ msgstr ""
149
+
150
+ #: inc/php/page.php:133
151
+ #, php-format
152
+ msgid "Please visit our %s Documentation site %s to view documentation."
153
+ msgstr ""
154
+
155
+ #: inc/php/page.php:141
156
+ msgid "Will this plugin work on my wordpress.COM website?"
157
+ msgstr "Будет ли этот плагин работать на моем веб-сайте wordpress.COM?"
158
+
159
+ #: inc/php/page.php:144
160
+ msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
161
+ msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (wordpress.ORG)."
162
+
163
+ #: inc/php/page.php:146
164
+ msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
165
+ msgstr ""
166
+
167
+ #: inc/php/page.php:147
168
+ msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
169
+ msgstr ""
170
+
171
+ #: inc/php/page.php:150
172
+ #, php-format
173
+ msgid "You can learn more about the difference here: %s ."
174
+ msgstr ""
175
+
176
+ #: inc/php/page.php:157
177
+ msgid "Will this plugin work/compatible with the theme I use?"
178
+ msgstr ""
179
+
180
+ #: inc/php/page.php:160
181
+ msgid "This plugin is compatible with most themes."
182
+ msgstr ""
183
+
184
+ #: inc/php/page.php:161
185
+ msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
186
+ msgstr ""
187
+
188
+ #: inc/php/page.php:162
189
+ msgid "We constantly check this plugin for compatibility with third-party themes."
190
+ msgstr ""
191
+
192
+ #: inc/php/page.php:163
193
+ msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
194
+ msgstr ""
195
+
196
+ #: inc/php/page.php:165
197
+ msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
198
+ msgstr ""
199
+
200
+ #: inc/php/page.php:169
201
+ msgid "Will this plugin work/compatible with other plugins that I use?"
202
+ msgstr ""
203
+
204
+ #: inc/php/page.php:172
205
+ msgid "This plugin is compatible with most plugins."
206
+ msgstr ""
207
 
208
+ #: inc/php/page.php:173
209
+ msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
210
+ msgstr ""
211
 
212
+ #: inc/php/page.php:174
213
+ msgid "We constantly check this plugin for compatibility with third-party plugins."
214
+ msgstr ""
215
+
216
+ #: inc/php/page.php:175
217
+ msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
218
+ msgstr ""
219
+
220
+ #: inc/php/page.php:177
221
+ msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
222
+ msgstr ""
223
+
224
+ #: inc/php/page.php:181
225
  msgid "Can I use this plugin on my language?"
226
  msgstr "Можно ли использовать этот плагин на моём языке?"
227
 
228
+ #: inc/php/page.php:184
229
+ msgid "Yes."
230
+ msgstr "Да."
231
+
232
+ #: inc/php/page.php:185
233
+ msgid "This plugin is ready for translation and has already been translated into several languages."
234
+ msgstr "Этот плагин готов к переводу и уже переведен на несколько языков."
235
 
236
+ #: inc/php/page.php:186
237
+ msgid "But If your language is not available then you can make one."
238
+ msgstr ""
239
+
240
+ #: inc/php/page.php:187
241
+ msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
242
+ msgstr ""
243
+
244
+ #: inc/php/page.php:188
245
+ msgid "Many of plugin users would be delighted if you share your translation with the community."
246
+ msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом."
247
+
248
+ #: inc/php/page.php:189
249
+ msgid "Thanks for your contribution!"
250
+ msgstr "Спасибо за ваш вклад!"
251
+
252
+ #: inc/php/page.php:193
253
  #, php-format
254
+ msgid "If you want to help translate this plugin, please visit the %s."
255
+ msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s."
256
 
257
+ #: inc/php/page.php:197
258
+ msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
259
+ msgstr "Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода."
260
 
261
+ #: inc/php/page.php:200
262
+ #, php-format
263
+ msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
264
+ msgstr "Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
265
 
266
+ #: inc/php/page.php:207
267
  msgid "How does it work?"
268
+ msgstr "Как это работает?"
269
 
270
+ #: inc/php/page.php:210
271
+ msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button."
272
+ msgstr "На вкладке «Настройки» поместите ваш HTML код в поле и нажмите кнопку «Сохранить изменения»."
273
 
274
+ #: inc/php/page.php:216
275
  msgid "How much of HTML code (characters) I can enter in the code editor?"
276
+ msgstr "Сколько HTML кода (символов) можно ввести в текстовом поле?"
277
 
278
+ #: inc/php/page.php:219
279
  msgid "We don't limit the number of characters."
280
+ msgstr "Мы не ограничиваем количество символов."
281
 
282
+ #: inc/php/page.php:223
283
  msgid "Does this plugin requires any modification of the theme?"
284
  msgstr "Этот плагин требует изменения темы?"
285
 
286
+ #: inc/php/page.php:226
287
+ msgid "Absolutely not."
288
+ msgstr "Абсолютно нет."
289
+
290
+ #: inc/php/page.php:227
291
+ msgid "This plugin is configurable entirely from the plugin settings page."
292
+ msgstr "Этот плагин настраивается полностью на странице настроек плагина."
293
 
294
+ #: inc/php/page.php:231
295
  msgid "Does this require any knowledge of HTML or CSS?"
296
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
297
 
298
+ #: inc/php/page.php:234
299
+ msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
300
+ msgstr "Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина."
301
 
302
+ #: inc/php/page.php:235
303
+ msgid "But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
304
+ msgstr "Но вам нужно знать HTML или CSS для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот плагин."
305
+
306
+ #: inc/php/page.php:239
307
  msgid "Can I add my custom HTML code to a specific page of my website?"
308
+ msgstr "Могу ли я добавить мой пользовательский HTML код на определенную страницу моего веб-сайта?"
309
 
310
+ #: inc/php/page.php:242
311
+ msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages."
312
+ msgstr "Пока этот плагин не имеет возможности применять пользовательский HTML код только на определенных страницах."
313
 
314
+ #: inc/php/page.php:243
315
+ msgid "We plan to add this feature soon."
316
+ msgstr "Мы планируем добавить эту функцию в ближайшее время."
317
+
318
+ #: inc/php/page.php:244
319
+ msgid "But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want."
320
+ msgstr "Но сейчас, чтобы применить ваш пользовательский HTML код только на определенных страницах вашего веб-сайта, вам нужно обернуть ваш пользовательский HTML код в код PHP, который определит нужную страницу."
321
+
322
+ #: inc/php/page.php:245
323
+ msgid "You need something like this:"
324
+ msgstr "Вам нужно что-то вроде этого:"
325
+
326
+ #: inc/php/page.php:261
327
  #, php-format
328
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
329
+ msgstr "Чтобы применить PHP код на веб-сайте, мы можем порекомендовать вам использовать другой наш плагин, называемый %s."
330
 
331
+ #: inc/php/page.php:268
332
+ msgid "It's not working."
333
+ msgstr "Оно не работает."
334
+
335
+ #: inc/php/page.php:269 inc/php/page.php:285
336
+ msgid "What could be wrong?"
337
+ msgstr "Что может быть не так?"
338
+
339
+ #: inc/php/page.php:272
340
+ msgid "As with every plugin, it's possible that things don't work."
341
+ msgstr "Как и в случае с любым другим плагином, что-то может не работать."
342
+
343
+ #: inc/php/page.php:273
344
+ msgid "It's impossible to tell what could be wrong exactly."
345
+ msgstr "Невозможно точно сказать, что может быть не так."
346
+
347
+ #: inc/php/page.php:274
348
+ msgid "The most common reason for this is a web browser's cache."
349
+ msgstr "Наиболее распространённой причиной этого является кеш веб-браузера."
350
+
351
+ #: inc/php/page.php:275
352
+ msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
353
+ msgstr "Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер."
354
+
355
+ #: inc/php/page.php:276
356
+ msgid "This is called the browser's cache."
357
+ msgstr "Это называется кешем браузера."
358
+
359
+ #: inc/php/page.php:277
360
+ msgid "Clearing your browser's cache may solve the problem."
361
+ msgstr "Очистка кеша браузера может решить проблему."
362
 
363
+ #: inc/php/page.php:279
364
+ msgid "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."
365
+ msgstr "Если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь."
366
+
367
+ #: inc/php/page.php:280 inc/php/page.php:323
368
+ msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
369
+ msgstr "Пожалуйста, укажите как можно больше информации, включая ссылку на ваш веб-сайт, на котором можно увидеть проблему."
370
+
371
+ #: inc/php/page.php:284
372
+ msgid "My custom HTML code is not working."
373
+ msgstr "Мой пользовательский HTML код не работает."
374
+
375
+ #: inc/php/page.php:288
376
+ msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear."
377
  msgstr ""
378
 
379
+ #: inc/php/page.php:289
380
+ msgid "Here are a few of the most likely causes of the issue:"
381
+ msgstr "Вот некоторые из наиболее вероятных причин проблемы:"
382
+
383
+ #: inc/php/page.php:291
384
  msgid "You have a typo during the insertion of your custom HTML code."
385
  msgstr ""
386
 
387
+ #: inc/php/page.php:292
388
  msgid "Your custom HTML code has a syntax error."
389
  msgstr ""
390
 
391
+ #: inc/php/page.php:293
392
  msgid "Your custom HTML code is incorrect and may not work."
393
  msgstr ""
394
 
395
+ #: inc/php/page.php:298
396
+ msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
397
+ msgstr "Последнее обновление WordPress не позволяет мне редактировать мой веб-сайт, на котором используется этот плагин."
398
 
399
+ #: inc/php/page.php:299
400
+ msgid "Why is this?"
401
+ msgstr "Почему так?"
402
 
403
+ #: inc/php/page.php:302
404
+ msgid "This plugin can not cause such problem."
405
+ msgstr "Этот плагин не может вызвать такую проблему."
406
 
407
+ #: inc/php/page.php:303
408
+ msgid "More likely, the problem are related to the settings of the website."
409
+ msgstr "Скорее всего, проблема связана с настройками веб-сайта."
410
 
411
+ #: inc/php/page.php:304
412
+ msgid "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."
413
+ msgstr "Это может быть кеш, поэтому попробуйте очистить кеш вашего веб-сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера."
414
 
415
+ #: inc/php/page.php:305
416
+ msgid "Also please try to re-login to the website, this too can help."
417
+ msgstr "Также, пожалуйста, попробуйте повторно войти на веб-сайт, это тоже может помочь."
418
+
419
+ #: inc/php/page.php:309
420
  msgid "Where to report bug if found?"
421
  msgstr "Где можно сообщить об ошибке?"
422
 
423
+ #: inc/php/page.php:312
424
+ msgid "Bug reports are very welcome!"
425
+ msgstr ""
426
+
427
+ #: inc/php/page.php:315
428
  #, php-format
429
+ msgid "Please visit our %s contact page %s and report."
430
+ msgstr ""
431
 
432
+ #: inc/php/page.php:320 inc/php/page.php:349
433
+ msgid "Please do not forget to specify the name of the plugin."
434
+ msgstr "Пожалуйста не забудьте указать название плагина."
435
+
436
+ #: inc/php/page.php:321 inc/php/page.php:350 inc/php/page.php:366
437
+ msgid "Thank you!"
438
+ msgstr "Спасибо!"
439
+
440
+ #: inc/php/page.php:324
441
+ msgid "Describe in more detail what exactly you are seeing."
442
+ msgstr ""
443
+
444
+ #: inc/php/page.php:325
445
+ msgid "Here are some examples:"
446
+ msgstr ""
447
+
448
+ #: inc/php/page.php:328
449
+ msgid "Elements of the plugin settings page are not working."
450
+ msgstr ""
451
+
452
+ #: inc/php/page.php:329
453
+ msgid "An error message is displayed on the plugin settings page."
454
+ msgstr ""
455
+
456
+ #: inc/php/page.php:330
457
+ msgid "An error message is displayed on the front end of website."
458
+ msgstr ""
459
+
460
+ #: inc/php/page.php:331
461
+ msgid "An error message is displayed on the back end of website."
462
+ msgstr ""
463
+
464
+ #: inc/php/page.php:332
465
+ msgid "Custom code is inserted on the plugin settings page, but it is not applied on the website."
466
+ msgstr ""
467
+
468
+ #: inc/php/page.php:333
469
+ msgid "Website is crashed."
470
+ msgstr ""
471
+
472
+ #: inc/php/page.php:338
473
  msgid "Where to share any ideas or suggestions to make the plugin better?"
474
  msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
475
 
476
+ #: inc/php/page.php:341
477
+ msgid "Any suggestions are very welcome!"
478
+ msgstr "Любые предложения приветствуются!"
479
+
480
+ #: inc/php/page.php:344
481
  #, php-format
482
+ msgid "Please visit our %s contact page %s."
483
+ msgstr ""
484
+
485
+ #: inc/php/page.php:354
486
+ msgid "I love this plugin!"
487
+ msgstr "Мне нравится этот плагин!"
488
+
489
+ #: inc/php/page.php:355
490
+ msgid "Can I help somehow?"
491
+ msgstr "Могу Я чем-то помочь?"
492
 
493
+ #: inc/php/page.php:358
494
+ msgid "Yes, any contributions are very welcome!"
495
+ msgstr "Да, любой вклад приветствуется!"
496
 
497
+ #: inc/php/page.php:361
498
  #, php-format
499
+ msgid "Please visit our %s Support Us %s page."
500
+ msgstr "Пожалуйста, посетите нашу страницу %s Поддержите нас %s ."
501
+
502
+ #: inc/php/page.php:370
503
+ msgid "Where can I find information about your licenses, payment process and refunds?"
504
+ msgstr ""
505
 
506
+ #: inc/php/page.php:375
507
+ #, php-format
508
+ msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
509
+ msgstr ""
510
+
511
+ #: inc/php/page.php:383
512
+ msgid "Where can I find information about your customer support?"
513
+ msgstr ""
514
+
515
+ #: inc/php/page.php:388
516
+ #, php-format
517
+ msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
518
+ msgstr ""
519
+
520
+ #: inc/php/page.php:396
521
+ msgid "Where can I find information about your affiliate program?"
522
+ msgstr ""
523
+
524
+ #: inc/php/page.php:401
525
+ #, php-format
526
+ msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
527
+ msgstr ""
528
+
529
+ #: inc/php/page.php:409
530
  msgid "My question wasn't answered here."
531
+ msgstr "На мой вопрос здесь не было ответа."
532
 
533
+ #: inc/php/page.php:414
534
  #, php-format
535
+ msgid "You can ask your question on %s this page %s."
536
+ msgstr "Вы можете задать ваш вопрос на %s этой странице %s."
537
+
538
+ #: inc/php/page.php:419
539
+ msgid "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."
540
+ msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
541
 
542
+ #: inc/php/page.php:430
543
  msgid "Support Us"
544
  msgstr "Поддержать нас"
545
 
546
+ #: inc/php/page.php:438 inc/php/settings.php:94 inc/php/sidebar.php:54
547
  msgid "Donate with PayPal"
548
  msgstr "Пожертвовать через PayPal"
549
 
550
+ #: inc/php/page.php:445
551
  #, php-format
552
+ msgid "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."
553
+ msgstr "Меня зовут %s Артур %s и Я основатель %s Space X-Chimp %s, который объединяет небольшую международную команду молодых людей."
554
+
555
+ #: inc/php/page.php:454
556
+ msgid "Our intention is to create projects that will make this world a better place."
557
  msgstr ""
558
 
559
+ #: inc/php/page.php:455
560
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
561
+ msgstr ""
562
+
563
+ #: inc/php/page.php:456
564
+ msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
565
  msgstr ""
566
 
567
+ #: inc/php/page.php:459
568
+ 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."
569
+ msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать."
570
+
571
+ #: inc/php/page.php:460
572
+ msgid "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."
573
+ msgstr "Но мы независимые разработчики, без регулярного дохода, так что каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
574
 
575
+ #: inc/php/page.php:463
576
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
577
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
578
 
579
+ #: inc/php/page.php:466
580
  msgid "Thank you for your support!"
581
  msgstr "Спасибо за вашу поддержку!"
582
 
589
  msgstr ""
590
 
591
  #: inc/php/settings.php:38
592
+ msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
593
+ msgstr "Используйте поле расположенное ниже для того, чтобы добавить ваш HTML код в верхний колонтитул вашего веб-сайта."
594
 
595
  #: inc/php/settings.php:40
596
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
597
+ msgstr "HTML код из этой области будет добавлен в начале верхнего колонтитула (HEAD). Не помещайте сюда обычный текст!"
598
 
599
  #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
600
  #: inc/php/settings.php:79
601
  msgid "Enter your custom HTML code here"
602
+ msgstr "Поместите сюда ваш пользовательский HTML код"
603
 
604
  #: inc/php/settings.php:47
605
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
606
+ msgstr "HTML код из этой области будет добавлен в конец верхнего колонтитула (HEAD). Не помещайте сюда обычный текст!"
607
 
608
  #: inc/php/settings.php:54 inc/php/settings.php:82
609
  msgid "Save changes"
614
  msgstr "Нижний колонтитул (FOOTER)"
615
 
616
  #: inc/php/settings.php:66
617
+ msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
618
+ msgstr "Используйте поле расположенное ниже для того, чтобы добавить ваш HTML код в нижний колонтитул вашего веб-сайта."
619
 
620
  #: inc/php/settings.php:68
621
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
622
+ msgstr "HTML код из этой области будет добавлен в начало нижнего колонтитула. Не помещайте сюда обычный текст!"
623
 
624
  #: inc/php/settings.php:75
625
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
626
+ msgstr "HTML код из этой области будет добавлен в конец нижнего колонтитула. Не помещайте сюда обычный текст!"
627
 
628
  #: inc/php/settings.php:89 inc/php/sidebar.php:49
629
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
630
+ msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
631
 
632
  #: inc/php/settings.php:96 inc/php/sidebar.php:56
633
  msgid "Thanks for your support!"
635
 
636
  #: inc/php/sidebar.php:16
637
  msgid "We are «Space X-Chimp»"
638
+ msgstr "Мы «Space X-Chimp»"
639
 
640
  #: inc/php/sidebar.php:33
641
  msgid "About"
642
  msgstr "О плагине"
643
 
644
  #: inc/php/sidebar.php:35
645
+ msgid "This plugin gives you the ability to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
646
+ msgstr "Этот плагин даёт вам возможность легко и безопасно добавлять ваш пользовательский HTML код (плюс JavaScript, CSS, и т.д.) на ваш WordPress веб-сайт, непосредственно из области администрирования WordPress, без необходимости иметь внешний редактор."
647
 
648
  #: inc/php/sidebar.php:40
649
  msgid "Help"
672
  #. Author URI of the plugin/theme
673
  msgid "https://www.spacexchimp.com"
674
  msgstr "https://www.spacexchimp.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/header-and-footer-scripts-inserter.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
- "POT-Creation-Date: 2019-01-11 20:36+0200\n"
7
  "PO-Revision-Date: 2016-01-30 11:39+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -34,281 +34,547 @@ msgstr ""
34
  msgid "Scripts Inserter"
35
  msgstr ""
36
 
37
- #: inc/php/messages.php:26
38
- msgid "Hello. We are the team of Space X-Chimp."
39
  msgstr ""
40
 
41
  #: inc/php/messages.php:28
 
 
 
 
42
  #, php-format
43
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
44
  msgstr ""
45
 
46
- #: inc/php/messages.php:68
47
  msgid "You have installed an old version of this plugin."
48
  msgstr ""
49
 
50
- #: inc/php/messages.php:69
51
  msgid "Please update the plugin to the latest version, and all will be fine."
52
  msgstr ""
53
 
54
- #: inc/php/messages.php:91
55
  msgid "Custom code updated successfully."
56
  msgstr ""
57
 
58
- #: inc/php/page.php:31
59
  #, php-format
60
  msgid "by %s Space X-Chimp %s"
61
  msgstr ""
62
 
63
- #: inc/php/page.php:37
64
  msgid "Version"
65
  msgstr ""
66
 
67
- #: inc/php/page.php:44
68
  msgid "Main"
69
  msgstr ""
70
 
71
- #: inc/php/page.php:45
72
  msgid "Usage"
73
  msgstr ""
74
 
75
- #: inc/php/page.php:46
76
  msgid "F.A.Q."
77
  msgstr ""
78
 
79
- #: inc/php/page.php:47 inc/php/settings.php:87 inc/php/sidebar.php:47
80
  msgid "Support"
81
  msgstr ""
82
 
83
- #: inc/php/page.php:48
84
  msgid "Store"
85
  msgstr ""
86
 
87
- #: inc/php/page.php:64
88
  msgid "Usage Instructions"
89
  msgstr ""
90
 
91
- #: inc/php/page.php:66
92
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
93
  msgstr ""
94
 
95
- #: inc/php/page.php:68
96
  msgid "Go to the \"Main\" tab on this page."
97
  msgstr ""
98
 
99
- #: inc/php/page.php:69
100
  msgid "Place your custom HTML code in the code editor field."
101
  msgstr ""
102
 
103
- #: inc/php/page.php:70
104
  msgid "Note!"
105
  msgstr ""
106
 
107
- #: inc/php/page.php:70
108
- msgid "The JavaScript and CSS code must be wrapped in HTML tags. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
 
 
 
 
109
  msgstr ""
110
 
111
- #: inc/php/page.php:72
112
  msgid "Click the \"Save changes\" button."
113
  msgstr ""
114
 
115
- #: inc/php/page.php:73
116
  msgid "Enjoy the result of applying your custom HTML code."
117
  msgstr ""
118
 
119
- #: inc/php/page.php:73
120
  msgid "It's that simple!"
121
  msgstr ""
122
 
123
- #: inc/php/page.php:76
124
  #, php-format
125
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
126
  msgstr ""
127
 
128
- #: inc/php/page.php:90
129
  msgid "Frequently Asked Questions"
130
  msgstr ""
131
 
132
- #: inc/php/page.php:94
133
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
134
  msgstr ""
135
 
136
- #: inc/php/page.php:116
137
- msgid "Will this plugin work on my WordPress.COM website?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  msgstr ""
139
 
140
- #: inc/php/page.php:117
141
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
142
  msgstr ""
143
 
144
- #: inc/php/page.php:119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "Can I use this plugin on my language?"
146
  msgstr ""
147
 
148
- #: inc/php/page.php:120
149
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgstr ""
151
 
152
- #: inc/php/page.php:122
153
  #, php-format
154
- 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."
155
  msgstr ""
156
 
157
- #: inc/php/page.php:127
158
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
159
  msgstr ""
160
 
161
- #: inc/php/page.php:128
162
- msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
 
163
  msgstr ""
164
 
165
- #: inc/php/page.php:130
166
  msgid "How does it work?"
167
  msgstr ""
168
 
169
- #: inc/php/page.php:131
170
- msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button. Enjoy the result of applying your custom HTML code. It's that simple!"
171
  msgstr ""
172
 
173
- #: inc/php/page.php:133
174
  msgid "How much of HTML code (characters) I can enter in the code editor?"
175
  msgstr ""
176
 
177
- #: inc/php/page.php:134
178
  msgid "We don't limit the number of characters."
179
  msgstr ""
180
 
181
- #: inc/php/page.php:136
182
  msgid "Does this plugin requires any modification of the theme?"
183
  msgstr ""
184
 
185
- #: inc/php/page.php:137
186
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
 
 
 
 
187
  msgstr ""
188
 
189
- #: inc/php/page.php:139
190
  msgid "Does this require any knowledge of HTML or CSS?"
191
  msgstr ""
192
 
193
- #: inc/php/page.php:140
194
- 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."
195
  msgstr ""
196
 
197
- #: inc/php/page.php:142
 
 
 
 
198
  msgid "Can I add my custom HTML code to a specific page of my website?"
199
  msgstr ""
200
 
201
- #: inc/php/page.php:143
202
- msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages. We plan to add this feature soon. But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want. You need something like this:"
203
  msgstr ""
204
 
205
- #: inc/php/page.php:157
 
 
 
 
 
 
 
 
 
 
 
 
206
  #, php-format
207
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
208
  msgstr ""
209
 
210
- #: inc/php/page.php:163
211
- msgid "My custom HTML code is not working. What could be wrong?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
  msgstr ""
213
 
214
- #: inc/php/page.php:164
215
- msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear. Here are a few of the most likely causes of the issue:"
216
  msgstr ""
217
 
218
- #: inc/php/page.php:166
 
 
 
 
219
  msgid "You have a typo during the insertion of your custom HTML code."
220
  msgstr ""
221
 
222
- #: inc/php/page.php:167
223
  msgid "Your custom HTML code has a syntax error."
224
  msgstr ""
225
 
226
- #: inc/php/page.php:168
227
  msgid "Your custom HTML code is incorrect and may not work."
228
  msgstr ""
229
 
230
- #: inc/php/page.php:171
231
- msgid "It's not working. What could be wrong?"
232
  msgstr ""
233
 
234
- #: inc/php/page.php:172
235
- 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."
236
  msgstr ""
237
 
238
- #: inc/php/page.php:173
239
- 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."
240
  msgstr ""
241
 
242
- #: inc/php/page.php:175
243
- msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
244
  msgstr ""
245
 
246
- #: inc/php/page.php:176
247
- 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."
248
  msgstr ""
249
 
250
- #: inc/php/page.php:178
 
 
 
 
251
  msgid "Where to report bug if found?"
252
  msgstr ""
253
 
254
- #: inc/php/page.php:180
 
 
 
 
255
  #, php-format
256
- 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!"
257
  msgstr ""
258
 
259
- #: inc/php/page.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
260
  msgid "Where to share any ideas or suggestions to make the plugin better?"
261
  msgstr ""
262
 
263
- #: inc/php/page.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  #, php-format
265
- 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!"
266
  msgstr ""
267
 
268
- #: inc/php/page.php:194
269
- msgid "I love this plugin! Can I help somehow?"
270
  msgstr ""
271
 
272
- #: inc/php/page.php:196
273
  #, php-format
274
- msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
275
  msgstr ""
276
 
277
- #: inc/php/page.php:202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  msgid "My question wasn't answered here."
279
  msgstr ""
280
 
281
- #: inc/php/page.php:204
282
  #, php-format
283
- 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."
284
  msgstr ""
285
 
286
- #: inc/php/page.php:218
 
 
 
 
287
  msgid "Support Us"
288
  msgstr ""
289
 
290
- #: inc/php/page.php:226 inc/php/settings.php:94 inc/php/sidebar.php:54
291
  msgid "Donate with PayPal"
292
  msgstr ""
293
 
294
- #: inc/php/page.php:231
295
  #, php-format
296
- 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."
297
  msgstr ""
298
 
299
- #: inc/php/page.php:239
300
- 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."
 
 
 
 
301
  msgstr ""
302
 
303
- #: inc/php/page.php:240
304
- 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."
305
  msgstr ""
306
 
307
- #: inc/php/page.php:241
 
 
 
 
 
 
 
 
308
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
309
  msgstr ""
310
 
311
- #: inc/php/page.php:242
312
  msgid "Thank you for your support!"
313
  msgstr ""
314
 
@@ -321,7 +587,7 @@ msgid "NOT SAVED!"
321
  msgstr ""
322
 
323
  #: inc/php/settings.php:38
324
- msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
325
  msgstr ""
326
 
327
  #: inc/php/settings.php:40
@@ -346,7 +612,7 @@ msgid "Footer Section"
346
  msgstr ""
347
 
348
  #: inc/php/settings.php:66
349
- msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
350
  msgstr ""
351
 
352
  #: inc/php/settings.php:68
@@ -374,7 +640,7 @@ msgid "About"
374
  msgstr ""
375
 
376
  #: inc/php/sidebar.php:35
377
- msgid "This plugin allows you to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
378
  msgstr ""
379
 
380
  #: inc/php/sidebar.php:40
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-02-20 23:16+0300\n"
7
  "PO-Revision-Date: 2016-01-30 11:39+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
34
  msgid "Scripts Inserter"
35
  msgstr ""
36
 
37
+ #: inc/php/messages.php:27 inc/php/page.php:442
38
+ msgid "Hello!"
39
  msgstr ""
40
 
41
  #: inc/php/messages.php:28
42
+ msgid "We are the team of Space X-Chimp."
43
+ msgstr ""
44
+
45
+ #: inc/php/messages.php:33
46
  #, php-format
47
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
48
  msgstr ""
49
 
50
+ #: inc/php/messages.php:74
51
  msgid "You have installed an old version of this plugin."
52
  msgstr ""
53
 
54
+ #: inc/php/messages.php:75
55
  msgid "Please update the plugin to the latest version, and all will be fine."
56
  msgstr ""
57
 
58
+ #: inc/php/messages.php:99
59
  msgid "Custom code updated successfully."
60
  msgstr ""
61
 
62
+ #: inc/php/page.php:32
63
  #, php-format
64
  msgid "by %s Space X-Chimp %s"
65
  msgstr ""
66
 
67
+ #: inc/php/page.php:38
68
  msgid "Version"
69
  msgstr ""
70
 
71
+ #: inc/php/page.php:45
72
  msgid "Main"
73
  msgstr ""
74
 
75
+ #: inc/php/page.php:46
76
  msgid "Usage"
77
  msgstr ""
78
 
79
+ #: inc/php/page.php:47
80
  msgid "F.A.Q."
81
  msgstr ""
82
 
83
+ #: inc/php/page.php:48 inc/php/settings.php:87 inc/php/sidebar.php:47
84
  msgid "Support"
85
  msgstr ""
86
 
87
+ #: inc/php/page.php:49
88
  msgid "Store"
89
  msgstr ""
90
 
91
+ #: inc/php/page.php:65
92
  msgid "Usage Instructions"
93
  msgstr ""
94
 
95
+ #: inc/php/page.php:67
96
  msgid "To add your custom HTML code (plus JavaScript, CSS, etc.) to your website, simply follow these steps:"
97
  msgstr ""
98
 
99
+ #: inc/php/page.php:69
100
  msgid "Go to the \"Main\" tab on this page."
101
  msgstr ""
102
 
103
+ #: inc/php/page.php:71
104
  msgid "Place your custom HTML code in the code editor field."
105
  msgstr ""
106
 
107
+ #: inc/php/page.php:74
108
  msgid "Note!"
109
  msgstr ""
110
 
111
+ #: inc/php/page.php:75
112
+ msgid "The JavaScript and CSS code must be wrapped in HTML tags."
113
+ msgstr ""
114
+
115
+ #: inc/php/page.php:76
116
+ msgid "For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;</code> tag."
117
  msgstr ""
118
 
119
+ #: inc/php/page.php:79
120
  msgid "Click the \"Save changes\" button."
121
  msgstr ""
122
 
123
+ #: inc/php/page.php:80 inc/php/page.php:211
124
  msgid "Enjoy the result of applying your custom HTML code."
125
  msgstr ""
126
 
127
+ #: inc/php/page.php:80 inc/php/page.php:212
128
  msgid "It's that simple!"
129
  msgstr ""
130
 
131
+ #: inc/php/page.php:85
132
  #, php-format
133
  msgid "If you want more options, then %s let us know %s and we will be happy to add them."
134
  msgstr ""
135
 
136
+ #: inc/php/page.php:99
137
  msgid "Frequently Asked Questions"
138
  msgstr ""
139
 
140
+ #: inc/php/page.php:103
141
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
142
  msgstr ""
143
 
144
+ #: inc/php/page.php:128
145
+ msgid "Where can I find a documentation for this plugin?"
146
+ msgstr ""
147
+
148
+ #: inc/php/page.php:133
149
+ #, php-format
150
+ msgid "Please visit our %s Documentation site %s to view documentation."
151
+ msgstr ""
152
+
153
+ #: inc/php/page.php:141
154
+ msgid "Will this plugin work on my wordpress.COM website?"
155
+ msgstr ""
156
+
157
+ #: inc/php/page.php:144
158
+ msgid "Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites."
159
+ msgstr ""
160
+
161
+ #: inc/php/page.php:146
162
+ msgid "Please note that there is a difference between wordpress.COM and wordpress.ORG."
163
+ msgstr ""
164
+
165
+ #: inc/php/page.php:147
166
+ msgid "The wordpress.COM is a blog hosting service that offers a limited version of the popular self-hosted WordPress software."
167
+ msgstr ""
168
+
169
+ #: inc/php/page.php:150
170
+ #, php-format
171
+ msgid "You can learn more about the difference here: %s ."
172
+ msgstr ""
173
+
174
+ #: inc/php/page.php:157
175
+ msgid "Will this plugin work/compatible with the theme I use?"
176
+ msgstr ""
177
+
178
+ #: inc/php/page.php:160
179
+ msgid "This plugin is compatible with most themes."
180
+ msgstr ""
181
+
182
+ #: inc/php/page.php:161
183
+ msgid "But, unfortunately, we cannot check it with all third-party themes (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party theme."
184
+ msgstr ""
185
+
186
+ #: inc/php/page.php:162
187
+ msgid "We constantly check this plugin for compatibility with third-party themes."
188
+ msgstr ""
189
+
190
+ #: inc/php/page.php:163
191
+ msgid "If we find that this plugin is incompatible with a third-party theme, and if we can fix it on our part, we release an update of our plugin to fix the problem."
192
+ msgstr ""
193
+
194
+ #: inc/php/page.php:165
195
+ msgid "If you find a conflict between our plugin and a third-party theme, please let us know and we will definitely release an update of our plugin to fix the problem."
196
  msgstr ""
197
 
198
+ #: inc/php/page.php:169
199
+ msgid "Will this plugin work/compatible with other plugins that I use?"
200
  msgstr ""
201
 
202
+ #: inc/php/page.php:172
203
+ msgid "This plugin is compatible with most plugins."
204
+ msgstr ""
205
+
206
+ #: inc/php/page.php:173
207
+ msgid "But, unfortunately, we cannot check it with all third-party plugins (especially paid ones) for compatibility, therefore there are cases when this plugin does not work with a third-party plugin."
208
+ msgstr ""
209
+
210
+ #: inc/php/page.php:174
211
+ msgid "We constantly check this plugin for compatibility with third-party plugins."
212
+ msgstr ""
213
+
214
+ #: inc/php/page.php:175
215
+ msgid "If we find that this plugin is incompatible with a third-party plugin, and if we can fix it on our part, we release an update of our plugin to fix the problem."
216
+ msgstr ""
217
+
218
+ #: inc/php/page.php:177
219
+ msgid "If you find a conflict between our plugin and a third-party plugin, please let us know and we will definitely release an update of our plugin to fix the problem."
220
+ msgstr ""
221
+
222
+ #: inc/php/page.php:181
223
  msgid "Can I use this plugin on my language?"
224
  msgstr ""
225
 
226
+ #: inc/php/page.php:184
227
+ msgid "Yes."
228
+ msgstr ""
229
+
230
+ #: inc/php/page.php:185
231
+ msgid "This plugin is ready for translation and has already been translated into several languages."
232
+ msgstr ""
233
+
234
+ #: inc/php/page.php:186
235
+ msgid "But If your language is not available then you can make one."
236
+ msgstr ""
237
+
238
+ #: inc/php/page.php:187
239
+ msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
240
+ msgstr ""
241
+
242
+ #: inc/php/page.php:188
243
+ msgid "Many of plugin users would be delighted if you share your translation with the community."
244
+ msgstr ""
245
+
246
+ #: inc/php/page.php:189
247
+ msgid "Thanks for your contribution!"
248
  msgstr ""
249
 
250
+ #: inc/php/page.php:193
251
  #, php-format
252
+ msgid "If you want to help translate this plugin, please visit the %s."
253
  msgstr ""
254
 
255
+ #: inc/php/page.php:197
256
+ msgid "You can also use the POT file that is included and placed in the \"languages\" folder to create a translation PO file."
257
  msgstr ""
258
 
259
+ #: inc/php/page.php:200
260
+ #, php-format
261
+ msgid "Just send the PO file to us ( %s ) and we will include this translation within the next plugin update."
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:207
265
  msgid "How does it work?"
266
  msgstr ""
267
 
268
+ #: inc/php/page.php:210
269
+ msgid "On the \"Main\" tab, place your custom HTML code in the code editor field and click the \"Save changes\" button."
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:216
273
  msgid "How much of HTML code (characters) I can enter in the code editor?"
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:219
277
  msgid "We don't limit the number of characters."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:223
281
  msgid "Does this plugin requires any modification of the theme?"
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:226
285
+ msgid "Absolutely not."
286
+ msgstr ""
287
+
288
+ #: inc/php/page.php:227
289
+ msgid "This plugin is configurable entirely from the plugin settings page."
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:231
293
  msgid "Does this require any knowledge of HTML or CSS?"
294
  msgstr ""
295
 
296
+ #: inc/php/page.php:234
297
+ msgid "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:235
301
+ msgid "But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin."
302
+ msgstr ""
303
+
304
+ #: inc/php/page.php:239
305
  msgid "Can I add my custom HTML code to a specific page of my website?"
306
  msgstr ""
307
 
308
+ #: inc/php/page.php:242
309
+ msgid "For now, this plugin does not have an option to apply the custom HTML code only on specific pages."
310
  msgstr ""
311
 
312
+ #: inc/php/page.php:243
313
+ msgid "We plan to add this feature soon."
314
+ msgstr ""
315
+
316
+ #: inc/php/page.php:244
317
+ msgid "But for now in order to apply your custom HTML code only on specific pages of your website, you need to wrap your custom HTML code in a PHP code that will determine the page you want."
318
+ msgstr ""
319
+
320
+ #: inc/php/page.php:245
321
+ msgid "You need something like this:"
322
+ msgstr ""
323
+
324
+ #: inc/php/page.php:261
325
  #, php-format
326
  msgid "To apply the PHP code on a website, we can recommend you to use another our plugin called %s."
327
  msgstr ""
328
 
329
+ #: inc/php/page.php:268
330
+ msgid "It's not working."
331
+ msgstr ""
332
+
333
+ #: inc/php/page.php:269 inc/php/page.php:285
334
+ msgid "What could be wrong?"
335
+ msgstr ""
336
+
337
+ #: inc/php/page.php:272
338
+ msgid "As with every plugin, it's possible that things don't work."
339
+ msgstr ""
340
+
341
+ #: inc/php/page.php:273
342
+ msgid "It's impossible to tell what could be wrong exactly."
343
+ msgstr ""
344
+
345
+ #: inc/php/page.php:274
346
+ msgid "The most common reason for this is a web browser's cache."
347
+ msgstr ""
348
+
349
+ #: inc/php/page.php:275
350
+ msgid "Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load."
351
+ msgstr ""
352
+
353
+ #: inc/php/page.php:276
354
+ msgid "This is called the browser's cache."
355
+ msgstr ""
356
+
357
+ #: inc/php/page.php:277
358
+ msgid "Clearing your browser's cache may solve the problem."
359
+ msgstr ""
360
+
361
+ #: inc/php/page.php:279
362
+ msgid "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."
363
+ msgstr ""
364
+
365
+ #: inc/php/page.php:280 inc/php/page.php:323
366
+ msgid "Please include as much information as possible, including a link to your website where the problem can be seen."
367
+ msgstr ""
368
+
369
+ #: inc/php/page.php:284
370
+ msgid "My custom HTML code is not working."
371
  msgstr ""
372
 
373
+ #: inc/php/page.php:288
374
+ msgid "It happens that your custom HTML code that you insert on the plugin page does not work, even if an error message does not appear."
375
  msgstr ""
376
 
377
+ #: inc/php/page.php:289
378
+ msgid "Here are a few of the most likely causes of the issue:"
379
+ msgstr ""
380
+
381
+ #: inc/php/page.php:291
382
  msgid "You have a typo during the insertion of your custom HTML code."
383
  msgstr ""
384
 
385
+ #: inc/php/page.php:292
386
  msgid "Your custom HTML code has a syntax error."
387
  msgstr ""
388
 
389
+ #: inc/php/page.php:293
390
  msgid "Your custom HTML code is incorrect and may not work."
391
  msgstr ""
392
 
393
+ #: inc/php/page.php:298
394
+ msgid "The last WordPress update is preventing me from editing my website that is using this plugin."
395
  msgstr ""
396
 
397
+ #: inc/php/page.php:299
398
+ msgid "Why is this?"
399
  msgstr ""
400
 
401
+ #: inc/php/page.php:302
402
+ msgid "This plugin can not cause such problem."
403
  msgstr ""
404
 
405
+ #: inc/php/page.php:303
406
+ msgid "More likely, the problem are related to the settings of the website."
407
  msgstr ""
408
 
409
+ #: inc/php/page.php:304
410
+ msgid "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."
411
  msgstr ""
412
 
413
+ #: inc/php/page.php:305
414
+ msgid "Also please try to re-login to the website, this too can help."
415
+ msgstr ""
416
+
417
+ #: inc/php/page.php:309
418
  msgid "Where to report bug if found?"
419
  msgstr ""
420
 
421
+ #: inc/php/page.php:312
422
+ msgid "Bug reports are very welcome!"
423
+ msgstr ""
424
+
425
+ #: inc/php/page.php:315
426
  #, php-format
427
+ msgid "Please visit our %s contact page %s and report."
428
  msgstr ""
429
 
430
+ #: inc/php/page.php:320 inc/php/page.php:349
431
+ msgid "Please do not forget to specify the name of the plugin."
432
+ msgstr ""
433
+
434
+ #: inc/php/page.php:321 inc/php/page.php:350 inc/php/page.php:366
435
+ msgid "Thank you!"
436
+ msgstr ""
437
+
438
+ #: inc/php/page.php:324
439
+ msgid "Describe in more detail what exactly you are seeing."
440
+ msgstr ""
441
+
442
+ #: inc/php/page.php:325
443
+ msgid "Here are some examples:"
444
+ msgstr ""
445
+
446
+ #: inc/php/page.php:328
447
+ msgid "Elements of the plugin settings page are not working."
448
+ msgstr ""
449
+
450
+ #: inc/php/page.php:329
451
+ msgid "An error message is displayed on the plugin settings page."
452
+ msgstr ""
453
+
454
+ #: inc/php/page.php:330
455
+ msgid "An error message is displayed on the front end of website."
456
+ msgstr ""
457
+
458
+ #: inc/php/page.php:331
459
+ msgid "An error message is displayed on the back end of website."
460
+ msgstr ""
461
+
462
+ #: inc/php/page.php:332
463
+ msgid "Custom code is inserted on the plugin settings page, but it is not applied on the website."
464
+ msgstr ""
465
+
466
+ #: inc/php/page.php:333
467
+ msgid "Website is crashed."
468
+ msgstr ""
469
+
470
+ #: inc/php/page.php:338
471
  msgid "Where to share any ideas or suggestions to make the plugin better?"
472
  msgstr ""
473
 
474
+ #: inc/php/page.php:341
475
+ msgid "Any suggestions are very welcome!"
476
+ msgstr ""
477
+
478
+ #: inc/php/page.php:344
479
+ #, php-format
480
+ msgid "Please visit our %s contact page %s."
481
+ msgstr ""
482
+
483
+ #: inc/php/page.php:354
484
+ msgid "I love this plugin!"
485
+ msgstr ""
486
+
487
+ #: inc/php/page.php:355
488
+ msgid "Can I help somehow?"
489
+ msgstr ""
490
+
491
+ #: inc/php/page.php:358
492
+ msgid "Yes, any contributions are very welcome!"
493
+ msgstr ""
494
+
495
+ #: inc/php/page.php:361
496
  #, php-format
497
+ msgid "Please visit our %s Support Us %s page."
498
  msgstr ""
499
 
500
+ #: inc/php/page.php:370
501
+ msgid "Where can I find information about your licenses, payment process and refunds?"
502
  msgstr ""
503
 
504
+ #: inc/php/page.php:375
505
  #, php-format
506
+ msgid "Answers to common questions about our licenses, payment process and refunds can be found on our %s Common Questions %s page."
507
  msgstr ""
508
 
509
+ #: inc/php/page.php:383
510
+ msgid "Where can I find information about your customer support?"
511
+ msgstr ""
512
+
513
+ #: inc/php/page.php:388
514
+ #, php-format
515
+ msgid "Answers to common questions about our customer support can be found on our %s Common Questions %s page."
516
+ msgstr ""
517
+
518
+ #: inc/php/page.php:396
519
+ msgid "Where can I find information about your affiliate program?"
520
+ msgstr ""
521
+
522
+ #: inc/php/page.php:401
523
+ #, php-format
524
+ msgid "Answers to common questions about our affiliate program can be found on our %s Common Questions %s page."
525
+ msgstr ""
526
+
527
+ #: inc/php/page.php:409
528
  msgid "My question wasn't answered here."
529
  msgstr ""
530
 
531
+ #: inc/php/page.php:414
532
  #, php-format
533
+ msgid "You can ask your question on %s this page %s."
534
  msgstr ""
535
 
536
+ #: inc/php/page.php:419
537
+ msgid "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."
538
+ msgstr ""
539
+
540
+ #: inc/php/page.php:430
541
  msgid "Support Us"
542
  msgstr ""
543
 
544
+ #: inc/php/page.php:438 inc/php/settings.php:94 inc/php/sidebar.php:54
545
  msgid "Donate with PayPal"
546
  msgstr ""
547
 
548
+ #: inc/php/page.php:445
549
  #, php-format
550
+ msgid "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."
551
  msgstr ""
552
 
553
+ #: inc/php/page.php:454
554
+ msgid "Our intention is to create projects that will make this world a better place."
555
+ msgstr ""
556
+
557
+ #: inc/php/page.php:455
558
+ msgid "Our motto is - «Follow your dreams and don’t give up»."
559
  msgstr ""
560
 
561
+ #: inc/php/page.php:456
562
+ msgid "We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
563
  msgstr ""
564
 
565
+ #: inc/php/page.php:459
566
+ 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."
567
+ msgstr ""
568
+
569
+ #: inc/php/page.php:460
570
+ msgid "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."
571
+ msgstr ""
572
+
573
+ #: inc/php/page.php:463
574
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
575
  msgstr ""
576
 
577
+ #: inc/php/page.php:466
578
  msgid "Thank you for your support!"
579
  msgstr ""
580
 
587
  msgstr ""
588
 
589
  #: inc/php/settings.php:38
590
+ msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
591
  msgstr ""
592
 
593
  #: inc/php/settings.php:40
612
  msgstr ""
613
 
614
  #: inc/php/settings.php:66
615
+ msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
616
  msgstr ""
617
 
618
  #: inc/php/settings.php:68
640
  msgstr ""
641
 
642
  #: inc/php/sidebar.php:35
643
+ msgid "This plugin gives you the ability to easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
644
  msgstr ""
645
 
646
  #: inc/php/sidebar.php:40
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Arthur Gareginyan
3
  Tags: inject code, inject scripts, inject javascript, inject js, inject html, inject css, insert code, insert scripts, insert javascript, insert js, insert html, insert css, inject custom code, inject custom scripts, inject custom snippet, insert custom code, insert custom scripts, insert custom snippet, html, javascript, js, css, code, custom code, script, scripts, custom scripts, meta, meta tags, head, header, head section, head area, footer, footer section, footer area
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
- Tested up to: 5.0
7
- Stable tag: 4.34
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -64,7 +64,7 @@ On the plugin page you find the code editor powered by CodeMirror. This code edi
64
 
65
  **Translation**
66
 
67
- This plugin is ready for translation and has already been translated into several languages.
68
 
69
  * English (default)
70
  * Russian (translation by [Milena Kiseleva](https://www.instagram.com/milava_kiseleva/))
@@ -73,7 +73,7 @@ This plugin is ready for translation and has already been translated into severa
73
  * Spanish (translation by Ramiro Garcés and Patricio Toledo)
74
  * Dutch (translation by Peter Leenders)
75
 
76
- If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/header-and-footer-scripts-inserter).
77
 
78
  **Minimum system requirements:**
79
 
@@ -120,11 +120,13 @@ After installation and activation, the "`Scripts Inserter`" menu item will appea
120
 
121
  == Frequently Asked Questions ==
122
 
123
- = Q. Will this plugin work on my WordPress.COM website? =
124
- A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
125
 
126
  = Q. Can I use this plugin on my language? =
127
- 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!
 
 
128
 
129
  = Q. How does it work? =
130
  A. Simply go to the plugin settings page, place your custom HTML code in the code editor field and click the "Save changes" button. Enjoy the result of applying your custom HTML code. It's that simple!
@@ -165,9 +167,9 @@ A. It happens that your custom HTML code that you insert on the plugin page does
165
  3. Your custom HTML code is incorrect and may not work.
166
 
167
  = Q. It's not working. What could be wrong? =
168
- 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.
169
 
170
- 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.
171
 
172
  = Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this? =
173
  A. 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.
@@ -217,6 +219,15 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
217
 
218
  == Changelog ==
219
 
 
 
 
 
 
 
 
 
 
220
  = 4.34 =
221
  * Content of the "Usage" section updated.
222
  * Content of the "FAQ" section updated.
3
  Tags: inject code, inject scripts, inject javascript, inject js, inject html, inject css, insert code, insert scripts, insert javascript, insert js, insert html, insert css, inject custom code, inject custom scripts, inject custom snippet, insert custom code, insert custom scripts, insert custom snippet, html, javascript, js, css, code, custom code, script, scripts, custom scripts, meta, meta tags, head, header, head section, head area, footer, footer section, footer area
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
+ Tested up to: 5.1
7
+ Stable tag: 4.35
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
64
 
65
  **Translation**
66
 
67
+ 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. It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
68
 
69
  * English (default)
70
  * Russian (translation by [Milena Kiseleva](https://www.instagram.com/milava_kiseleva/))
73
  * Spanish (translation by Ramiro Garcés and Patricio Toledo)
74
  * Dutch (translation by Peter Leenders)
75
 
76
+ If you want to help translate this plugin, please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/header-and-footer-scripts-inserter).
77
 
78
  **Minimum system requirements:**
79
 
120
 
121
  == Frequently Asked Questions ==
122
 
123
+ = Q. Will this plugin work on my wordpress.COM website? =
124
+ A. Sorry, this plugin is available for use only on self-hosted (wordpress.ORG) websites.
125
 
126
  = Q. Can I use this plugin on my language? =
127
+ 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. It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
128
+
129
+ If you want to help translate this plugin, please use the POT file that is included and placed in the `languages` folder to create a translation PO file. Just [send the PO file to us](https://www.spacexchimp.com/contact.html) and we will include this translation within the next plugin update.
130
 
131
  = Q. How does it work? =
132
  A. Simply go to the plugin settings page, place your custom HTML code in the code editor field and click the "Save changes" button. Enjoy the result of applying your custom HTML code. It's that simple!
167
  3. Your custom HTML code is incorrect and may not work.
168
 
169
  = Q. It's not working. What could be wrong? =
170
+ A. As with every plugin, it's possible that things don't work. It's impossible to tell what could be wrong exactly. The most common reason for this is a web browsers 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 browsers cache. Clearing your browsers cache may solve the problem.
171
 
172
+ 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.
173
 
174
  = Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this? =
175
  A. 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.
219
 
220
  == Changelog ==
221
 
222
+ = 4.35 =
223
+ * The readme "Tested up to:" value changed to 5.1 after full testing process and ensuring compatibility.
224
+ * Content of the "F.A.Q." section updated.
225
+ * Some texts are corrected or replaced with new ones.
226
+ * All translation files are updated.
227
+ * Code formatting improved.
228
+ * Added CSS class ".custom-list" for displaying a custom list, which is used on the plugin settings page.
229
+ * The human.txt file updated.
230
+
231
  = 4.34 =
232
  * Content of the "Usage" section updated.
233
  * Content of the "FAQ" section updated.