Head and Footer Scripts Inserter - Version 4.31

Version Description

  • Added new feature: If the changes in the code editor were made, but not saved, the message "NOT SAVED" is displayed.
  • Translation files are updated.
Download this release

Release Info

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

Code changes from version 4.30 to 4.31

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.30
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.31
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
inc/css/admin.css CHANGED
@@ -569,6 +569,13 @@ form .help-text {
569
  font-size: 1.5em;
570
  vertical-align: middle;
571
  }
 
 
 
 
 
 
 
572
 
573
  /* Submit button */
574
  input[type="submit"] {
569
  font-size: 1.5em;
570
  vertical-align: middle;
571
  }
572
+ .not-saved {
573
+ display: none;
574
+ margin-right: 10px;
575
+ font-family: Helvetica;
576
+ vertical-align: middle;
577
+ color: red;
578
+ }
579
 
580
  /* Submit button */
581
  input[type="submit"] {
inc/js/codemirror-settings.js CHANGED
@@ -22,6 +22,8 @@ jQuery(document).ready(function($) {
22
  mode: 'text/html',
23
  autoRefresh: true,
24
  styleActiveLine: true
 
 
25
  });
26
  });
27
 
22
  mode: 'text/html',
23
  autoRefresh: true,
24
  styleActiveLine: true
25
+ }).on('change', function() {
26
+ $( element ).closest('.postbox').children('h3').children('.pull-right').children('.not-saved').show();
27
  });
28
  });
29
 
inc/php/settings.php CHANGED
@@ -28,7 +28,12 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
28
  ?>
29
 
30
  <div class="postbox" id="head">
31
- <h3 class="title"><?php _e( 'Head Section', $text ); ?></h3>
 
 
 
 
 
32
  <div class="inside">
33
  <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>
34
 
@@ -51,7 +56,12 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
51
  </div>
52
 
53
  <div class="postbox" id="footer">
54
- <h3 class="title"><?php _e( 'Footer Section', $text ); ?></h3>
 
 
 
 
 
55
  <div class="inside">
56
  <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>
57
 
28
  ?>
29
 
30
  <div class="postbox" id="head">
31
+ <h3 class="title">
32
+ <?php _e( 'Head Section', $text ); ?>
33
+ <div class="pull-right">
34
+ <span class="not-saved"><?php _e( 'NOT SAVED!', $text ); ?></span>
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
 
56
  </div>
57
 
58
  <div class="postbox" id="footer">
59
+ <h3 class="title">
60
+ <?php _e( 'Footer Section', $text ); ?>
61
+ <div class="pull-right">
62
+ <span class="not-saved"><?php _e( 'NOT SAVED!', $text ); ?></span>
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
 
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: 2018-09-22 15:31+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:45+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 2.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -78,7 +78,7 @@ msgstr "Verwendung"
78
  msgid "F.A.Q."
79
  msgstr "F.A.Q."
80
 
81
- #: inc/php/page.php:47 inc/php/settings.php:77 inc/php/sidebar.php:47
82
  msgid "Support"
83
  msgstr "Support"
84
 
@@ -273,7 +273,7 @@ msgstr ""
273
  msgid "Support Us"
274
  msgstr "Unterstütze uns"
275
 
276
- #: inc/php/page.php:234 inc/php/settings.php:84 inc/php/sidebar.php:54
277
  msgid "Donate with PayPal"
278
  msgstr "Spende mit PayPal"
279
 
@@ -298,52 +298,56 @@ msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kau
298
  msgid "Thank you for your support!"
299
  msgstr "Danke für Ihre Unterstützung!"
300
 
301
- #: inc/php/settings.php:31
302
  msgid "Head Section"
303
  msgstr ""
304
 
305
- #: inc/php/settings.php:33
 
 
 
 
306
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
307
  msgstr ""
308
 
309
- #: inc/php/settings.php:35
310
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
311
  msgstr ""
312
 
313
- #: inc/php/settings.php:39 inc/php/settings.php:46 inc/php/settings.php:62
314
- #: inc/php/settings.php:69
315
  msgid "Enter your custom HTML code here"
316
  msgstr ""
317
 
318
- #: inc/php/settings.php:42
319
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
320
  msgstr ""
321
 
322
- #: inc/php/settings.php:49 inc/php/settings.php:72
323
  msgid "Save changes"
324
  msgstr "Änderungen speichern"
325
 
326
- #: inc/php/settings.php:54
327
  msgid "Footer Section"
328
  msgstr ""
329
 
330
- #: inc/php/settings.php:56
331
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
332
  msgstr ""
333
 
334
- #: inc/php/settings.php:58
335
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
336
  msgstr ""
337
 
338
- #: inc/php/settings.php:65
339
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
340
  msgstr ""
341
 
342
- #: inc/php/settings.php:79 inc/php/sidebar.php:49
343
  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."
344
  msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
345
 
346
- #: inc/php/settings.php:86 inc/php/sidebar.php:56
347
  msgid "Thanks for your support!"
348
  msgstr "Danke für Ihre Unterstützung!"
349
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:39+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 2.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
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
 
273
  msgid "Support Us"
274
  msgstr "Unterstütze uns"
275
 
276
+ #: inc/php/page.php:234 inc/php/settings.php:94 inc/php/sidebar.php:54
277
  msgid "Donate with PayPal"
278
  msgstr "Spende mit PayPal"
279
 
298
  msgid "Thank you for your support!"
299
  msgstr "Danke für Ihre Unterstützung!"
300
 
301
+ #: inc/php/settings.php:32
302
  msgid "Head Section"
303
  msgstr ""
304
 
305
+ #: inc/php/settings.php:34 inc/php/settings.php:62
306
+ msgid "NOT SAVED!"
307
+ msgstr ""
308
+
309
+ #: inc/php/settings.php:38
310
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
311
  msgstr ""
312
 
313
+ #: inc/php/settings.php:40
314
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
315
  msgstr ""
316
 
317
+ #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
318
+ #: inc/php/settings.php:79
319
  msgid "Enter your custom HTML code here"
320
  msgstr ""
321
 
322
+ #: inc/php/settings.php:47
323
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
324
  msgstr ""
325
 
326
+ #: inc/php/settings.php:54 inc/php/settings.php:82
327
  msgid "Save changes"
328
  msgstr "Änderungen speichern"
329
 
330
+ #: inc/php/settings.php:60
331
  msgid "Footer Section"
332
  msgstr ""
333
 
334
+ #: inc/php/settings.php:66
335
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
336
  msgstr ""
337
 
338
+ #: inc/php/settings.php:68
339
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
340
  msgstr ""
341
 
342
+ #: inc/php/settings.php:75
343
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
344
  msgstr ""
345
 
346
+ #: inc/php/settings.php:89 inc/php/sidebar.php:49
347
  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."
348
  msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
349
 
350
+ #: inc/php/settings.php:96 inc/php/sidebar.php:56
351
  msgid "Thanks for your support!"
352
  msgstr "Danke für Ihre Unterstützung!"
353
 
languages/header-and-footer-scripts-inserter-es_ES.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-es_ES.po CHANGED
@@ -3,15 +3,15 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
- "POT-Creation-Date: 2018-09-22 15:31+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:45+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 2.0.6\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -78,7 +78,7 @@ msgstr "Uso"
78
  msgid "F.A.Q."
79
  msgstr "Preguntas ?"
80
 
81
- #: inc/php/page.php:47 inc/php/settings.php:77 inc/php/sidebar.php:47
82
  msgid "Support"
83
  msgstr "Soporte"
84
 
@@ -273,7 +273,7 @@ msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s.
273
  msgid "Support Us"
274
  msgstr "¡Apoyanos!"
275
 
276
- #: inc/php/page.php:234 inc/php/settings.php:84 inc/php/sidebar.php:54
277
  msgid "Donate with PayPal"
278
  msgstr "Donar con PayPal"
279
 
@@ -298,52 +298,56 @@ msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
298
  msgid "Thank you for your support!"
299
  msgstr "¡Gracias por tu apoyo!"
300
 
301
- #: inc/php/settings.php:31
302
  msgid "Head Section"
303
  msgstr ""
304
 
305
- #: inc/php/settings.php:33
 
 
 
 
306
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
307
  msgstr ""
308
 
309
- #: inc/php/settings.php:35
310
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
311
  msgstr ""
312
 
313
- #: inc/php/settings.php:39 inc/php/settings.php:46 inc/php/settings.php:62
314
- #: inc/php/settings.php:69
315
  msgid "Enter your custom HTML code here"
316
  msgstr ""
317
 
318
- #: inc/php/settings.php:42
319
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
320
  msgstr ""
321
 
322
- #: inc/php/settings.php:49 inc/php/settings.php:72
323
  msgid "Save changes"
324
  msgstr "Guardar Cambios"
325
 
326
- #: inc/php/settings.php:54
327
  msgid "Footer Section"
328
  msgstr ""
329
 
330
- #: inc/php/settings.php:56
331
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
332
  msgstr ""
333
 
334
- #: inc/php/settings.php:58
335
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
336
  msgstr ""
337
 
338
- #: inc/php/settings.php:65
339
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
340
  msgstr ""
341
 
342
- #: inc/php/settings.php:79 inc/php/sidebar.php:49
343
  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."
344
  msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
345
 
346
- #: inc/php/settings.php:86 inc/php/sidebar.php:56
347
  msgid "Thanks for your support!"
348
  msgstr "¡Gracias por tu apoyo!"
349
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2018-10-08 08:40+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
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
 
273
  msgid "Support Us"
274
  msgstr "¡Apoyanos!"
275
 
276
+ #: inc/php/page.php:234 inc/php/settings.php:94 inc/php/sidebar.php:54
277
  msgid "Donate with PayPal"
278
  msgstr "Donar con PayPal"
279
 
298
  msgid "Thank you for your support!"
299
  msgstr "¡Gracias por tu apoyo!"
300
 
301
+ #: inc/php/settings.php:32
302
  msgid "Head Section"
303
  msgstr ""
304
 
305
+ #: inc/php/settings.php:34 inc/php/settings.php:62
306
+ msgid "NOT SAVED!"
307
+ msgstr ""
308
+
309
+ #: inc/php/settings.php:38
310
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
311
  msgstr ""
312
 
313
+ #: inc/php/settings.php:40
314
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
315
  msgstr ""
316
 
317
+ #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
318
+ #: inc/php/settings.php:79
319
  msgid "Enter your custom HTML code here"
320
  msgstr ""
321
 
322
+ #: inc/php/settings.php:47
323
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
324
  msgstr ""
325
 
326
+ #: inc/php/settings.php:54 inc/php/settings.php:82
327
  msgid "Save changes"
328
  msgstr "Guardar Cambios"
329
 
330
+ #: inc/php/settings.php:60
331
  msgid "Footer Section"
332
  msgstr ""
333
 
334
+ #: inc/php/settings.php:66
335
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
336
  msgstr ""
337
 
338
+ #: inc/php/settings.php:68
339
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
340
  msgstr ""
341
 
342
+ #: inc/php/settings.php:75
343
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
344
  msgstr ""
345
 
346
+ #: inc/php/settings.php:89 inc/php/sidebar.php:49
347
  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."
348
  msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
349
 
350
+ #: inc/php/settings.php:96 inc/php/sidebar.php:56
351
  msgid "Thanks for your support!"
352
  msgstr "¡Gracias por tu apoyo!"
353
 
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: 2018-09-22 15:31+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:45+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Generator: Poedit 2.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -78,7 +78,7 @@ msgstr "Gebruik"
78
  msgid "F.A.Q."
79
  msgstr "F.A.Q."
80
 
81
- #: inc/php/page.php:47 inc/php/settings.php:77 inc/php/sidebar.php:47
82
  msgid "Support"
83
  msgstr "Ondersteuning"
84
 
@@ -273,7 +273,7 @@ msgstr "Je kunt je vraag op %s deze pagina %s stellen. Maar houd er rekening mee
273
  msgid "Support Us"
274
  msgstr "Ondersteun ons"
275
 
276
- #: inc/php/page.php:234 inc/php/settings.php:84 inc/php/sidebar.php:54
277
  msgid "Donate with PayPal"
278
  msgstr "Doneer via PayPal"
279
 
@@ -298,52 +298,56 @@ msgstr "Als je mijn werk waardeert, kun je een koffie voor me kopen!"
298
  msgid "Thank you for your support!"
299
  msgstr "Bedankt voor je ondersteuning!"
300
 
301
- #: inc/php/settings.php:31
302
  msgid "Head Section"
303
  msgstr ""
304
 
305
- #: inc/php/settings.php:33
 
 
 
 
306
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
307
  msgstr ""
308
 
309
- #: inc/php/settings.php:35
310
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
311
  msgstr ""
312
 
313
- #: inc/php/settings.php:39 inc/php/settings.php:46 inc/php/settings.php:62
314
- #: inc/php/settings.php:69
315
  msgid "Enter your custom HTML code here"
316
  msgstr ""
317
 
318
- #: inc/php/settings.php:42
319
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
320
  msgstr ""
321
 
322
- #: inc/php/settings.php:49 inc/php/settings.php:72
323
  msgid "Save changes"
324
  msgstr "Wijzigingen opslaan"
325
 
326
- #: inc/php/settings.php:54
327
  msgid "Footer Section"
328
  msgstr ""
329
 
330
- #: inc/php/settings.php:56
331
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
332
  msgstr ""
333
 
334
- #: inc/php/settings.php:58
335
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
336
  msgstr ""
337
 
338
- #: inc/php/settings.php:65
339
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
340
  msgstr ""
341
 
342
- #: inc/php/settings.php:79 inc/php/sidebar.php:49
343
  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."
344
  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."
345
 
346
- #: inc/php/settings.php:86 inc/php/sidebar.php:56
347
  msgid "Thanks for your support!"
348
  msgstr "Bedankt voor uw steun!"
349
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2018-10-08 08:40+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Generator: Poedit 2.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
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
 
273
  msgid "Support Us"
274
  msgstr "Ondersteun ons"
275
 
276
+ #: inc/php/page.php:234 inc/php/settings.php:94 inc/php/sidebar.php:54
277
  msgid "Donate with PayPal"
278
  msgstr "Doneer via PayPal"
279
 
298
  msgid "Thank you for your support!"
299
  msgstr "Bedankt voor je ondersteuning!"
300
 
301
+ #: inc/php/settings.php:32
302
  msgid "Head Section"
303
  msgstr ""
304
 
305
+ #: inc/php/settings.php:34 inc/php/settings.php:62
306
+ msgid "NOT SAVED!"
307
+ msgstr ""
308
+
309
+ #: inc/php/settings.php:38
310
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
311
  msgstr ""
312
 
313
+ #: inc/php/settings.php:40
314
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
315
  msgstr ""
316
 
317
+ #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
318
+ #: inc/php/settings.php:79
319
  msgid "Enter your custom HTML code here"
320
  msgstr ""
321
 
322
+ #: inc/php/settings.php:47
323
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
324
  msgstr ""
325
 
326
+ #: inc/php/settings.php:54 inc/php/settings.php:82
327
  msgid "Save changes"
328
  msgstr "Wijzigingen opslaan"
329
 
330
+ #: inc/php/settings.php:60
331
  msgid "Footer Section"
332
  msgstr ""
333
 
334
+ #: inc/php/settings.php:66
335
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
336
  msgstr ""
337
 
338
+ #: inc/php/settings.php:68
339
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
340
  msgstr ""
341
 
342
+ #: inc/php/settings.php:75
343
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
344
  msgstr ""
345
 
346
+ #: inc/php/settings.php:89 inc/php/sidebar.php:49
347
  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."
348
  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."
349
 
350
+ #: inc/php/settings.php:96 inc/php/sidebar.php:56
351
  msgid "Thanks for your support!"
352
  msgstr "Bedankt voor uw steun!"
353
 
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: 2018-09-22 15:31+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:45+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Polish\n"
10
  "Language: pl_PL\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 2.0.6\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
19
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
@@ -79,7 +79,7 @@ msgstr "Wykorzystanie"
79
  msgid "F.A.Q."
80
  msgstr "FAQ"
81
 
82
- #: inc/php/page.php:47 inc/php/settings.php:77 inc/php/sidebar.php:47
83
  msgid "Support"
84
  msgstr ""
85
 
@@ -274,7 +274,7 @@ msgstr ""
274
  msgid "Support Us"
275
  msgstr ""
276
 
277
- #: inc/php/page.php:234 inc/php/settings.php:84 inc/php/sidebar.php:54
278
  msgid "Donate with PayPal"
279
  msgstr ""
280
 
@@ -299,52 +299,56 @@ msgstr ""
299
  msgid "Thank you for your support!"
300
  msgstr ""
301
 
302
- #: inc/php/settings.php:31
303
  msgid "Head Section"
304
  msgstr "Sekcja: Nagłówek"
305
 
306
- #: inc/php/settings.php:33
 
 
 
 
307
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
308
  msgstr "Pola poniżej można użyć, aby dodać kody skryptów do nagłówka witryny."
309
 
310
- #: inc/php/settings.php:35
311
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
312
  msgstr "Skrypty z tego pola zostaną dodane na początku sekcji <b>HEAD</b>. Nie należy tu umieszczać zwykłego tekstu!"
313
 
314
- #: inc/php/settings.php:39 inc/php/settings.php:46 inc/php/settings.php:62
315
- #: inc/php/settings.php:69
316
  msgid "Enter your custom HTML code here"
317
  msgstr ""
318
 
319
- #: inc/php/settings.php:42
320
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
321
  msgstr "Skrypty z tego pola zostaną dodane na końcu sekcji <b>HEAD</b>. Nie należy tu umieszczać zwykłego tekstu!"
322
 
323
- #: inc/php/settings.php:49 inc/php/settings.php:72
324
  msgid "Save changes"
325
  msgstr "Zapisz"
326
 
327
- #: inc/php/settings.php:54
328
  msgid "Footer Section"
329
  msgstr "Sekcja: Stopka"
330
 
331
- #: inc/php/settings.php:56
332
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
333
  msgstr "Pola poniżej można użyć, aby dodać kody skryptów do stopki witryny."
334
 
335
- #: inc/php/settings.php:58
336
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
337
  msgstr "Skrypty z tego pola zostaną dodane przed skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
338
 
339
- #: inc/php/settings.php:65
340
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
341
  msgstr "Skrypty z tego pola zostaną dodane za skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
342
 
343
- #: inc/php/settings.php:79 inc/php/sidebar.php:49
344
  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."
345
  msgstr ""
346
 
347
- #: inc/php/settings.php:86 inc/php/sidebar.php:56
348
  msgid "Thanks for your support!"
349
  msgstr "Dziękujemy za wsparcie!"
350
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2018-10-08 08:40+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Polish\n"
10
  "Language: pl_PL\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.1.1\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
19
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
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
 
274
  msgid "Support Us"
275
  msgstr ""
276
 
277
+ #: inc/php/page.php:234 inc/php/settings.php:94 inc/php/sidebar.php:54
278
  msgid "Donate with PayPal"
279
  msgstr ""
280
 
299
  msgid "Thank you for your support!"
300
  msgstr ""
301
 
302
+ #: inc/php/settings.php:32
303
  msgid "Head Section"
304
  msgstr "Sekcja: Nagłówek"
305
 
306
+ #: inc/php/settings.php:34 inc/php/settings.php:62
307
+ msgid "NOT SAVED!"
308
+ msgstr ""
309
+
310
+ #: inc/php/settings.php:38
311
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
312
  msgstr "Pola poniżej można użyć, aby dodać kody skryptów do nagłówka witryny."
313
 
314
+ #: inc/php/settings.php:40
315
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
316
  msgstr "Skrypty z tego pola zostaną dodane na początku sekcji <b>HEAD</b>. Nie należy tu umieszczać zwykłego tekstu!"
317
 
318
+ #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
319
+ #: inc/php/settings.php:79
320
  msgid "Enter your custom HTML code here"
321
  msgstr ""
322
 
323
+ #: inc/php/settings.php:47
324
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
325
  msgstr "Skrypty z tego pola zostaną dodane na końcu sekcji <b>HEAD</b>. Nie należy tu umieszczać zwykłego tekstu!"
326
 
327
+ #: inc/php/settings.php:54 inc/php/settings.php:82
328
  msgid "Save changes"
329
  msgstr "Zapisz"
330
 
331
+ #: inc/php/settings.php:60
332
  msgid "Footer Section"
333
  msgstr "Sekcja: Stopka"
334
 
335
+ #: inc/php/settings.php:66
336
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
337
  msgstr "Pola poniżej można użyć, aby dodać kody skryptów do stopki witryny."
338
 
339
+ #: inc/php/settings.php:68
340
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
341
  msgstr "Skrypty z tego pola zostaną dodane przed skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
342
 
343
+ #: inc/php/settings.php:75
344
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
345
  msgstr "Skrypty z tego pola zostaną dodane za skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
346
 
347
+ #: inc/php/settings.php:89 inc/php/sidebar.php:49
348
  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."
349
  msgstr ""
350
 
351
+ #: inc/php/settings.php:96 inc/php/sidebar.php:56
352
  msgid "Thanks for your support!"
353
  msgstr "Dziękujemy za wsparcie!"
354
 
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: 2018-09-22 15:31+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:46+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
15
- "X-Generator: Poedit 2.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -78,7 +78,7 @@ msgstr "Применение"
78
  msgid "F.A.Q."
79
  msgstr "F.A.Q."
80
 
81
- #: inc/php/page.php:47 inc/php/settings.php:77 inc/php/sidebar.php:47
82
  msgid "Support"
83
  msgstr "Поддержка"
84
 
@@ -273,7 +273,7 @@ msgstr "Вы можете задать ваш вопрос на %s этой ст
273
  msgid "Support Us"
274
  msgstr "Поддержать нас"
275
 
276
- #: inc/php/page.php:234 inc/php/settings.php:84 inc/php/sidebar.php:54
277
  msgid "Donate with PayPal"
278
  msgstr "Пожертвовать через PayPal"
279
 
@@ -298,52 +298,56 @@ msgstr "Если вы цените мою работу, то вы можете
298
  msgid "Thank you for your support!"
299
  msgstr "Спасибо за вашу поддержку!"
300
 
301
- #: inc/php/settings.php:31
302
  msgid "Head Section"
303
  msgstr "Верхний колонтитул (HEAD)"
304
 
305
- #: inc/php/settings.php:33
 
 
 
 
306
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
307
  msgstr "Используйте поле расположенное ниже для того, чтобы добавить скрипты в верхний колонтитул вашего вебсайта."
308
 
309
- #: inc/php/settings.php:35
310
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
311
  msgstr "Скрипты этой области будут напечатаны в начале верхнего колонтитула (<b>HEAD</b>). Не помещайте сюда обычный текст!"
312
 
313
- #: inc/php/settings.php:39 inc/php/settings.php:46 inc/php/settings.php:62
314
- #: inc/php/settings.php:69
315
  msgid "Enter your custom HTML code here"
316
  msgstr "Поместите сюда свои скрипты"
317
 
318
- #: inc/php/settings.php:42
319
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
320
  msgstr "Скрипты этой области будут напечатаны в конце верхнего колонтитула (<b>HEAD</b>). Не помещайте сюда обычный текст!"
321
 
322
- #: inc/php/settings.php:49 inc/php/settings.php:72
323
  msgid "Save changes"
324
  msgstr "Сохранить изменения"
325
 
326
- #: inc/php/settings.php:54
327
  msgid "Footer Section"
328
  msgstr "Нижний колонтитул (FOOTER)"
329
 
330
- #: inc/php/settings.php:56
331
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
332
  msgstr "Используйте поле расположенное ниже для того, чтобы добавить скрипты в нижний колонтитул вашего вебсайта."
333
 
334
- #: inc/php/settings.php:58
335
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
336
  msgstr "Скрипты из этой области будут напечатаны в начале нижнего колонтитула. Не помещайте сюда обычный текст!"
337
 
338
- #: inc/php/settings.php:65
339
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
340
  msgstr "Скрипты из этой области будут напечатаны в конце нижнего колонтитула. Не помещайте сюда обычный текст!"
341
 
342
- #: inc/php/settings.php:79 inc/php/sidebar.php:49
343
  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."
344
  msgstr "Я независимый разработчик, без регулярного дохода, так что каждый маленький вклад помогает мне покрыть затраты и позволяет тратить больше времени на создание программ для людей как вы."
345
 
346
- #: inc/php/settings.php:86 inc/php/sidebar.php:56
347
  msgid "Thanks for your support!"
348
  msgstr "Спасибо за вашу поддержку!"
349
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2018-10-08 08:40+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
15
+ "X-Generator: Poedit 2.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
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
 
273
  msgid "Support Us"
274
  msgstr "Поддержать нас"
275
 
276
+ #: inc/php/page.php:234 inc/php/settings.php:94 inc/php/sidebar.php:54
277
  msgid "Donate with PayPal"
278
  msgstr "Пожертвовать через PayPal"
279
 
298
  msgid "Thank you for your support!"
299
  msgstr "Спасибо за вашу поддержку!"
300
 
301
+ #: inc/php/settings.php:32
302
  msgid "Head Section"
303
  msgstr "Верхний колонтитул (HEAD)"
304
 
305
+ #: inc/php/settings.php:34 inc/php/settings.php:62
306
+ msgid "NOT SAVED!"
307
+ msgstr ""
308
+
309
+ #: inc/php/settings.php:38
310
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
311
  msgstr "Используйте поле расположенное ниже для того, чтобы добавить скрипты в верхний колонтитул вашего вебсайта."
312
 
313
+ #: inc/php/settings.php:40
314
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
315
  msgstr "Скрипты этой области будут напечатаны в начале верхнего колонтитула (<b>HEAD</b>). Не помещайте сюда обычный текст!"
316
 
317
+ #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
318
+ #: inc/php/settings.php:79
319
  msgid "Enter your custom HTML code here"
320
  msgstr "Поместите сюда свои скрипты"
321
 
322
+ #: inc/php/settings.php:47
323
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
324
  msgstr "Скрипты этой области будут напечатаны в конце верхнего колонтитула (<b>HEAD</b>). Не помещайте сюда обычный текст!"
325
 
326
+ #: inc/php/settings.php:54 inc/php/settings.php:82
327
  msgid "Save changes"
328
  msgstr "Сохранить изменения"
329
 
330
+ #: inc/php/settings.php:60
331
  msgid "Footer Section"
332
  msgstr "Нижний колонтитул (FOOTER)"
333
 
334
+ #: inc/php/settings.php:66
335
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
336
  msgstr "Используйте поле расположенное ниже для того, чтобы добавить скрипты в нижний колонтитул вашего вебсайта."
337
 
338
+ #: inc/php/settings.php:68
339
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
340
  msgstr "Скрипты из этой области будут напечатаны в начале нижнего колонтитула. Не помещайте сюда обычный текст!"
341
 
342
+ #: inc/php/settings.php:75
343
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
344
  msgstr "Скрипты из этой области будут напечатаны в конце нижнего колонтитула. Не помещайте сюда обычный текст!"
345
 
346
+ #: inc/php/settings.php:89 inc/php/sidebar.php:49
347
  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."
348
  msgstr "Я независимый разработчик, без регулярного дохода, так что каждый маленький вклад помогает мне покрыть затраты и позволяет тратить больше времени на создание программ для людей как вы."
349
 
350
+ #: inc/php/settings.php:96 inc/php/sidebar.php:56
351
  msgid "Thanks for your support!"
352
  msgstr "Спасибо за вашу поддержку!"
353
 
languages/header-and-footer-scripts-inserter.pot CHANGED
@@ -3,14 +3,14 @@ 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: 2018-09-22 15:31+0300\n"
7
  "PO-Revision-Date: 2016-01-30 11:39+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.0.6\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -76,7 +76,7 @@ msgstr ""
76
  msgid "F.A.Q."
77
  msgstr ""
78
 
79
- #: inc/php/page.php:47 inc/php/settings.php:77 inc/php/sidebar.php:47
80
  msgid "Support"
81
  msgstr ""
82
 
@@ -271,7 +271,7 @@ msgstr ""
271
  msgid "Support Us"
272
  msgstr ""
273
 
274
- #: inc/php/page.php:234 inc/php/settings.php:84 inc/php/sidebar.php:54
275
  msgid "Donate with PayPal"
276
  msgstr ""
277
 
@@ -296,52 +296,56 @@ msgstr ""
296
  msgid "Thank you for your support!"
297
  msgstr ""
298
 
299
- #: inc/php/settings.php:31
300
  msgid "Head Section"
301
  msgstr ""
302
 
303
- #: inc/php/settings.php:33
 
 
 
 
304
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
305
  msgstr ""
306
 
307
- #: inc/php/settings.php:35
308
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
309
  msgstr ""
310
 
311
- #: inc/php/settings.php:39 inc/php/settings.php:46 inc/php/settings.php:62
312
- #: inc/php/settings.php:69
313
  msgid "Enter your custom HTML code here"
314
  msgstr ""
315
 
316
- #: inc/php/settings.php:42
317
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
318
  msgstr ""
319
 
320
- #: inc/php/settings.php:49 inc/php/settings.php:72
321
  msgid "Save changes"
322
  msgstr ""
323
 
324
- #: inc/php/settings.php:54
325
  msgid "Footer Section"
326
  msgstr ""
327
 
328
- #: inc/php/settings.php:56
329
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
330
  msgstr ""
331
 
332
- #: inc/php/settings.php:58
333
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
334
  msgstr ""
335
 
336
- #: inc/php/settings.php:65
337
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
338
  msgstr ""
339
 
340
- #: inc/php/settings.php:79 inc/php/sidebar.php:49
341
  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."
342
  msgstr ""
343
 
344
- #: inc/php/settings.php:86 inc/php/sidebar.php:56
345
  msgid "Thanks for your support!"
346
  msgstr ""
347
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2018-10-08 08:40+0300\n"
7
  "PO-Revision-Date: 2016-01-30 11:39+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: header-and-footer-scripts-inserter.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
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
 
271
  msgid "Support Us"
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:234 inc/php/settings.php:94 inc/php/sidebar.php:54
275
  msgid "Donate with PayPal"
276
  msgstr ""
277
 
296
  msgid "Thank you for your support!"
297
  msgstr ""
298
 
299
+ #: inc/php/settings.php:32
300
  msgid "Head Section"
301
  msgstr ""
302
 
303
+ #: inc/php/settings.php:34 inc/php/settings.php:62
304
+ msgid "NOT SAVED!"
305
+ msgstr ""
306
+
307
+ #: inc/php/settings.php:38
308
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website."
309
  msgstr ""
310
 
311
+ #: inc/php/settings.php:40
312
  msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
313
  msgstr ""
314
 
315
+ #: inc/php/settings.php:44 inc/php/settings.php:51 inc/php/settings.php:72
316
+ #: inc/php/settings.php:79
317
  msgid "Enter your custom HTML code here"
318
  msgstr ""
319
 
320
+ #: inc/php/settings.php:47
321
  msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
322
  msgstr ""
323
 
324
+ #: inc/php/settings.php:54 inc/php/settings.php:82
325
  msgid "Save changes"
326
  msgstr ""
327
 
328
+ #: inc/php/settings.php:60
329
  msgid "Footer Section"
330
  msgstr ""
331
 
332
+ #: inc/php/settings.php:66
333
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website."
334
  msgstr ""
335
 
336
+ #: inc/php/settings.php:68
337
  msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
338
  msgstr ""
339
 
340
+ #: inc/php/settings.php:75
341
  msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
342
  msgstr ""
343
 
344
+ #: inc/php/settings.php:89 inc/php/sidebar.php:49
345
  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."
346
  msgstr ""
347
 
348
+ #: inc/php/settings.php:96 inc/php/sidebar.php:56
349
  msgid "Thanks for your support!"
350
  msgstr ""
351
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: inject code, inject scripts, inject javascript, inject js, inject html, in
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 4.30
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -208,6 +208,10 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
208
 
209
  == Changelog ==
210
 
 
 
 
 
211
  = 4.30 =
212
  * Content of the "FAQ" section updated.
213
  * CSS code, which is located in the file "admin.css" and is related to the "FAQ" section, is improved.
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 4.31
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
208
 
209
  == Changelog ==
210
 
211
+ = 4.31 =
212
+ * Added new feature: If the changes in the code editor were made, but not saved, the message "NOT SAVED" is displayed.
213
+ * Translation files are updated.
214
+
215
  = 4.30 =
216
  * Content of the "FAQ" section updated.
217
  * CSS code, which is located in the file "admin.css" and is related to the "FAQ" section, is improved.