Head and Footer Scripts Inserter - Version 4.38

Version Description

  • 2019-03-18 =
  • Improvement: Notification display system updated
  • Code commenting improved.
  • Code formatting improved.
  • Style sheet for the back end is optimised.
Download this release

Release Info

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

Code changes from version 4.37 to 4.38

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.37
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.38
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
inc/css/admin.css CHANGED
@@ -51,7 +51,7 @@ p {
51
  display: block;
52
  margin-top: 15px;
53
  font-size: 16px;
54
- letter-spacing: .2em;
55
  text-shadow: none;
56
  line-height: 20px;
57
  }
@@ -280,6 +280,28 @@ p {
280
  text-align: center;
281
  }
282
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
283
  /* Notes
284
  -------------------------------------------------------------- */
285
  .note {
@@ -293,6 +315,19 @@ p {
293
  letter-spacing: 0.1px;
294
  }
295
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
  /* Spoilers
297
  -------------------------------------------------------------- */
298
  .panel-group {
@@ -528,19 +563,6 @@ p {
528
  font-weight: normal;
529
  }
530
 
531
- /* Help text
532
- -------------------------------------------------------------- */
533
- td.help-text {
534
- font-family: Verdana, Geneva, sans-serif;
535
- font-size: 12px;
536
- font-style: italic;
537
- float: left;
538
- clear: left;
539
- color: #797979;
540
- line-height: 15px;
541
- padding-top: 0;
542
- }
543
-
544
  /* Control: Field
545
  -------------------------------------------------------------- */
546
  .control-field,
@@ -573,6 +595,15 @@ td.help-text {
573
  /* SPECIFIC TO THIS PLUGIN
574
  -------------------------------------------------------------- */
575
 
 
 
 
 
 
 
 
 
 
576
  /* Help text */
577
  form .help-text {
578
  margin-top: 30px;
@@ -590,24 +621,6 @@ form .help-text {
590
  color: #999;
591
  }
592
 
593
- /* Messages */
594
- #setting-error-settings_updated {
595
- display: none;
596
- }
597
- #message.updated i {
598
- padding-right: 5px;
599
- color: green;
600
- font-size: 1.5em;
601
- vertical-align: middle;
602
- }
603
- .not-saved {
604
- display: none;
605
- margin-right: 10px;
606
- font-family: Helvetica;
607
- vertical-align: middle;
608
- color: red;
609
- }
610
-
611
  /* Submit button */
612
  input[type="submit"] {
613
  margin-top: 20px;
51
  display: block;
52
  margin-top: 15px;
53
  font-size: 16px;
54
+ letter-spacing: 0.2em;
55
  text-shadow: none;
56
  line-height: 20px;
57
  }
280
  text-align: center;
281
  }
282
 
283
+ /* Messages
284
+ -------------------------------------------------------------- */
285
+ #setting-error-settings_updated {
286
+ display: none;
287
+ }
288
+ #message.updated i {
289
+ padding-right: 5px;
290
+ color: green;
291
+ font-size: 1.5em;
292
+ vertical-align: middle;
293
+ }
294
+ #message.error i {
295
+ padding-right: 5px;
296
+ color: red;
297
+ font-size: 2.5em;
298
+ vertical-align: middle;
299
+ }
300
+ #message.error span {
301
+ display: inline-block;
302
+ vertical-align: middle;
303
+ }
304
+
305
  /* Notes
306
  -------------------------------------------------------------- */
307
  .note {
315
  letter-spacing: 0.1px;
316
  }
317
 
318
+ /* Help text
319
+ -------------------------------------------------------------- */
320
+ td.help-text {
321
+ font-family: Verdana, Geneva, sans-serif;
322
+ font-size: 12px;
323
+ font-style: italic;
324
+ float: left;
325
+ clear: left;
326
+ color: #797979;
327
+ line-height: 15px;
328
+ padding-top: 0;
329
+ }
330
+
331
  /* Spoilers
332
  -------------------------------------------------------------- */
333
  .panel-group {
563
  font-weight: normal;
564
  }
565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  /* Control: Field
567
  -------------------------------------------------------------- */
568
  .control-field,
595
  /* SPECIFIC TO THIS PLUGIN
596
  -------------------------------------------------------------- */
597
 
598
+ /* Messages */
599
+ .not-saved {
600
+ display: none;
601
+ margin-right: 10px;
602
+ font-family: Helvetica;
603
+ vertical-align: middle;
604
+ color: red;
605
+ }
606
+
607
  /* Help text */
608
  form .help-text {
609
  margin-top: 30px;
621
  color: #999;
622
  }
623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
624
  /* Submit button */
625
  input[type="submit"] {
626
  margin-top: 20px;
inc/php/messages.php CHANGED
@@ -8,29 +8,37 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
8
  /**
9
  * Hello message - Bootstrap Modal
10
  */
11
- function spacexchimp_p006_hello_message() {
12
 
13
- $options = get_option( SPACEXCHIMP_P006_SETTINGS . '_settings' );
 
 
 
14
 
 
 
 
 
15
  if ( !empty( $options ) ) {
16
  return;
17
  }
18
 
 
19
  ?>
20
  <div id="hello-message" class="modal fade hello-message" role="dialog">
21
  <div class="modal-dialog">
22
  <div class="modal-content">
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
  ?>
@@ -39,6 +47,10 @@ function spacexchimp_p006_hello_message() {
39
  </div>
40
  </div>
41
  </div>
 
 
 
 
42
  <script>
43
  jQuery(document).ready(function($) {
44
 
@@ -57,26 +69,37 @@ function spacexchimp_p006_hello_message() {
57
  /**
58
  * Error message (When the old version of plugin installed) - Bootstrap Modal
59
  */
60
- function spacexchimp_p006_error_message() {
61
 
62
- $info = get_option( SPACEXCHIMP_P006_SETTINGS . '_service_info' );
 
 
 
 
 
63
  $old_version = !empty( $info['old_version'] ) ? $info['old_version'] : '0';
64
 
 
65
  if ( $old_version != '1' ) {
66
  return;
67
  }
68
 
 
69
  ?>
70
  <div id="error-message" class="modal fade error-message" role="dialog">
71
  <div class="modal-dialog">
72
  <div class="modal-content">
73
  <div class="modal-body">
74
- <p><?php _e( 'You have installed an old version of this plugin.', SPACEXCHIMP_P006_TEXT ); ?></p>
75
- <p><?php _e( 'Please update the plugin to the latest version, and all will be fine.', SPACEXCHIMP_P006_TEXT ); ?></p>
76
  </div>
77
  </div>
78
  </div>
79
  </div>
 
 
 
 
80
  <script>
81
  jQuery(document).ready(function($) {
82
  $("#error-message").modal( {backdrop: "static", keyboard: false} );
@@ -86,19 +109,25 @@ function spacexchimp_p006_error_message() {
86
  }
87
 
88
  /**
89
- * Successfull message
90
  */
91
- function spacexchimp_p006_successfull_message() {
92
-
93
- // After settings updated
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
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  }
8
  /**
9
  * Hello message - Bootstrap Modal
10
  */
11
+ function spacexchimp_p006_message_hello() {
12
 
13
+ // Put value of constants to variables for easier access
14
+ $settings = SPACEXCHIMP_P006_SETTINGS;
15
+ $url = SPACEXCHIMP_P006_URL;
16
+ $text = SPACEXCHIMP_P006_TEXT;
17
 
18
+ // Retrieve options from database and declare variables
19
+ $options = get_option( $settings . '_settings' );
20
+
21
+ // Exit if options are already set in database
22
  if ( !empty( $options ) ) {
23
  return;
24
  }
25
 
26
+ // HTML layout
27
  ?>
28
  <div id="hello-message" class="modal fade hello-message" role="dialog">
29
  <div class="modal-dialog">
30
  <div class="modal-content">
31
  <div class="modal-body">
32
+ <img src="<?php echo $url . 'inc/img/spacexchimp-logo.png'; ?>">
33
  <button type="button" class="close" data-dismiss="modal">&times;</button>
34
  <p>
35
+ <?php _e( 'Hello!', $text ); ?>
36
+ <?php _e( 'We are the team of Space X-Chimp.', $text ); ?>
37
  </p>
38
  <p>
39
  <?php
40
  printf(
41
+ __( 'Thank you for installing our plugin! We hope you will love it! %s', $text ),
42
  '&#x1F603;'
43
  );
44
  ?>
47
  </div>
48
  </div>
49
  </div>
50
+ <?php
51
+
52
+ // Inline JavaScript
53
+ ?>
54
  <script>
55
  jQuery(document).ready(function($) {
56
 
69
  /**
70
  * Error message (When the old version of plugin installed) - Bootstrap Modal
71
  */
72
+ function spacexchimp_p006_message_error_version() {
73
 
74
+ // Put value of constants to variables for easier access
75
+ $settings = SPACEXCHIMP_P006_SETTINGS;
76
+ $text = SPACEXCHIMP_P006_TEXT;
77
+
78
+ // Retrieve options from database and declare variables
79
+ $info = get_option( $settings . '_service_info' );
80
  $old_version = !empty( $info['old_version'] ) ? $info['old_version'] : '0';
81
 
82
+ // Exit if this is not the old version of the plugin
83
  if ( $old_version != '1' ) {
84
  return;
85
  }
86
 
87
+ // HTML layout
88
  ?>
89
  <div id="error-message" class="modal fade error-message" role="dialog">
90
  <div class="modal-dialog">
91
  <div class="modal-content">
92
  <div class="modal-body">
93
+ <p><?php _e( 'You have installed an old version of this plugin.', $text ); ?></p>
94
+ <p><?php _e( 'Please update the plugin to the latest version, and all will be fine.', $text ); ?></p>
95
  </div>
96
  </div>
97
  </div>
98
  </div>
99
+ <?php
100
+
101
+ // Inline JavaScript
102
+ ?>
103
  <script>
104
  jQuery(document).ready(function($) {
105
  $("#error-message").modal( {backdrop: "static", keyboard: false} );
109
  }
110
 
111
  /**
112
+ * Save message
113
  */
114
+ function spacexchimp_p006_message_save() {
115
+
116
+ // Exit if settings are not updated
117
+ if ( !isset( $_GET['settings-updated'] ) ) {
118
+ return;
 
 
 
 
 
 
 
119
  }
120
+
121
+ // Put value of constants to variables for easier access
122
+ $text = SPACEXCHIMP_P006_TEXT;
123
+
124
+ // HTML layout
125
+ ?>
126
+ <div id="message" class="updated">
127
+ <p>
128
+ <i class="fa fa-check" aria-hidden="true"></i>
129
+ <?php _e( 'Custom code saved successfully.', $text ); ?>
130
+ </p>
131
+ </div>
132
+ <?php
133
  }
inc/php/page.php CHANGED
@@ -18,9 +18,9 @@ function spacexchimp_p006_render_submenu_page() {
18
  $path = SPACEXCHIMP_P006_PATH;
19
 
20
  // Call messages
21
- spacexchimp_p006_hello_message();
22
- spacexchimp_p006_error_message();
23
- spacexchimp_p006_successfull_message();
24
 
25
  // Layout of page
26
  ?>
18
  $path = SPACEXCHIMP_P006_PATH;
19
 
20
  // Call messages
21
+ spacexchimp_p006_message_hello();
22
+ spacexchimp_p006_message_error_version();
23
+ spacexchimp_p006_message_save();
24
 
25
  // Layout of page
26
  ?>
inc/php/tabs/settings.php CHANGED
@@ -37,14 +37,20 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
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
42
  name="spacexchimp_p006_settings[header_beginning]"
43
  id="spacexchimp_p006_settings[header_beginning]"
44
  placeholder="<?php _e( 'Enter your custom HTML code here', $text ); ?>"
45
  ><?php echo $header_beginning; ?></textarea>
46
 
47
- <p class='help-text'><?php _e( 'The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!', $text ); ?></p>
 
 
 
48
  <textarea
49
  name="spacexchimp_p006_settings[header_end]"
50
  id="spacexchimp_p006_settings[header_end]"
@@ -65,14 +71,20 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
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
70
  name="spacexchimp_p006_settings[footer_beginning]"
71
  id="spacexchimp_p006_settings[footer_beginning]"
72
  placeholder="<?php _e( 'Enter your custom HTML code here', $text ); ?>"
73
  ><?php echo $footer_beginning; ?></textarea>
74
 
75
- <p class='help-text'><?php _e( 'The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!', $text ); ?></p>
 
 
 
76
  <textarea
77
  name="spacexchimp_p006_settings[footer_end]"
78
  id="spacexchimp_p006_settings[footer_end]"
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'>
41
+ <?php _e( 'The HTML code from this field will be printed at the beginning of the HEAD section.', $text ); ?>
42
+ <?php _e( 'Do not place plain text in this!', $text ); ?>
43
+ </p>
44
  <textarea
45
  name="spacexchimp_p006_settings[header_beginning]"
46
  id="spacexchimp_p006_settings[header_beginning]"
47
  placeholder="<?php _e( 'Enter your custom HTML code here', $text ); ?>"
48
  ><?php echo $header_beginning; ?></textarea>
49
 
50
+ <p class='help-text'>
51
+ <?php _e( 'The HTML code from this field will be printed at the end of the HEAD section.', $text ); ?>
52
+ <?php _e( 'Do not place plain text in this!', $text ); ?>
53
+ </p>
54
  <textarea
55
  name="spacexchimp_p006_settings[header_end]"
56
  id="spacexchimp_p006_settings[header_end]"
71
  <div class="inside">
72
  <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>
73
 
74
+ <p class='help-text'>
75
+ <?php _e( 'The HTML code from this field will be printed at the beginning of the FOOTER section.', $text ); ?>
76
+ <?php _e( 'Do not place plain text in this!', $text ); ?>
77
+ </p>
78
  <textarea
79
  name="spacexchimp_p006_settings[footer_beginning]"
80
  id="spacexchimp_p006_settings[footer_beginning]"
81
  placeholder="<?php _e( 'Enter your custom HTML code here', $text ); ?>"
82
  ><?php echo $footer_beginning; ?></textarea>
83
 
84
+ <p class='help-text'>
85
+ <?php _e( 'The HTML code from this field will be printed at the end of the FOOTER section.', $text ); ?>
86
+ <?php _e( 'Do not place plain text in this!', $text ); ?>
87
+ </p>
88
  <textarea
89
  name="spacexchimp_p006_settings[footer_end]"
90
  id="spacexchimp_p006_settings[footer_end]"
inc/php/upgrade.php CHANGED
@@ -28,7 +28,7 @@ function spacexchimp_p006_upgrade_4_8() {
28
  $service_info_new = is_array( $service_info_old ) ? $service_info_old : array();
29
  $service_info_new['upgrade'] = $upgrade_number_new;
30
 
31
- // Exit if the upgrade is not needed or alreade done
32
  if ( $upgrade_number_current >= $upgrade_number_new ) return;
33
 
34
  // Update service info in the database
@@ -45,7 +45,7 @@ function spacexchimp_p006_upgrade_4_8() {
45
  // Setting array with new data
46
  $settings_new = is_array( $settings_current ) ? $settings_current : array();
47
 
48
- // Exit if the upgrade is not needed or alreade done
49
  if ( empty( $settings_current ) ) return;
50
 
51
  // Update plugin setting in the database
28
  $service_info_new = is_array( $service_info_old ) ? $service_info_old : array();
29
  $service_info_new['upgrade'] = $upgrade_number_new;
30
 
31
+ // Exit if the upgrade is not needed or already done
32
  if ( $upgrade_number_current >= $upgrade_number_new ) return;
33
 
34
  // Update service info in the database
45
  // Setting array with new data
46
  $settings_new = is_array( $settings_current ) ? $settings_current : array();
47
 
48
+ // Exit if the upgrade is not needed or already done
49
  if ( empty( $settings_current ) ) return;
50
 
51
  // Update plugin setting in the database
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-03-01 06:40+0300\n"
7
- "PO-Revision-Date: 2019-03-01 06:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -36,29 +36,29 @@ msgstr "Spende"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:27 inc/php/tabs/support.php:25
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:34
@@ -82,7 +82,7 @@ msgstr "Verwendung"
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
- #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:87
86
  msgid "Support"
87
  msgstr "Unterstützung"
88
 
@@ -110,16 +110,16 @@ msgstr "Hilfe"
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
112
 
113
- #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:89
114
  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."
115
  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."
116
 
117
- #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:94
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Spende mit PayPal"
121
 
122
- #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:96
123
  msgid "Thanks for your support!"
124
  msgstr "Danke für Ihre Unterstützung!"
125
 
@@ -539,7 +539,7 @@ msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein
539
  msgid "Head Section"
540
  msgstr ""
541
 
542
- #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:62
543
  msgid "NOT SAVED!"
544
  msgstr ""
545
 
@@ -547,37 +547,42 @@ msgstr ""
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr ""
549
 
550
- #: inc/php/tabs/settings.php:40
551
- msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
552
  msgstr ""
553
 
554
- #: inc/php/tabs/settings.php:44 inc/php/tabs/settings.php:51
555
- #: inc/php/tabs/settings.php:72 inc/php/tabs/settings.php:79
 
 
 
 
 
556
  msgid "Enter your custom HTML code here"
557
  msgstr ""
558
 
559
- #: inc/php/tabs/settings.php:47
560
- msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
561
  msgstr ""
562
 
563
- #: inc/php/tabs/settings.php:54 inc/php/tabs/settings.php:82
564
  msgid "Save changes"
565
  msgstr "Änderungen speichern"
566
 
567
- #: inc/php/tabs/settings.php:60
568
  msgid "Footer Section"
569
  msgstr ""
570
 
571
- #: inc/php/tabs/settings.php:66
572
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
573
  msgstr ""
574
 
575
- #: inc/php/tabs/settings.php:68
576
- msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
577
  msgstr ""
578
 
579
- #: inc/php/tabs/settings.php:75
580
- msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
581
  msgstr ""
582
 
583
  #: inc/php/tabs/support.php:13
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-03-18 21:11+0300\n"
7
+ "PO-Revision-Date: 2019-03-18 21:11+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:35 inc/php/tabs/support.php:25
40
  msgid "Hello!"
41
  msgstr "Hallo!"
42
 
43
+ #: inc/php/messages.php:36
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:41
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:93
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:94
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:129
61
+ msgid "Custom code saved successfully."
62
  msgstr ""
63
 
64
  #: inc/php/page.php:34
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
+ #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:99
86
  msgid "Support"
87
  msgstr "Unterstützung"
88
 
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
112
 
113
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:101
114
  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."
115
  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."
116
 
117
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:106
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Spende mit PayPal"
121
 
122
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:108
123
  msgid "Thanks for your support!"
124
  msgstr "Danke für Ihre Unterstützung!"
125
 
539
  msgid "Head Section"
540
  msgstr ""
541
 
542
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:68
543
  msgid "NOT SAVED!"
544
  msgstr ""
545
 
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr ""
549
 
550
+ #: inc/php/tabs/settings.php:41
551
+ msgid "The HTML code from this field will be printed at the beginning of the HEAD section."
552
  msgstr ""
553
 
554
+ #: inc/php/tabs/settings.php:42 inc/php/tabs/settings.php:52
555
+ #: inc/php/tabs/settings.php:76 inc/php/tabs/settings.php:86
556
+ msgid "Do not place plain text in this!"
557
+ msgstr ""
558
+
559
+ #: inc/php/tabs/settings.php:47 inc/php/tabs/settings.php:57
560
+ #: inc/php/tabs/settings.php:81 inc/php/tabs/settings.php:91
561
  msgid "Enter your custom HTML code here"
562
  msgstr ""
563
 
564
+ #: inc/php/tabs/settings.php:51
565
+ msgid "The HTML code from this field will be printed at the end of the HEAD section."
566
  msgstr ""
567
 
568
+ #: inc/php/tabs/settings.php:60 inc/php/tabs/settings.php:94
569
  msgid "Save changes"
570
  msgstr "Änderungen speichern"
571
 
572
+ #: inc/php/tabs/settings.php:66
573
  msgid "Footer Section"
574
  msgstr ""
575
 
576
+ #: inc/php/tabs/settings.php:72
577
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
578
  msgstr ""
579
 
580
+ #: inc/php/tabs/settings.php:75
581
+ msgid "The HTML code from this field will be printed at the beginning of the FOOTER section."
582
  msgstr ""
583
 
584
+ #: inc/php/tabs/settings.php:85
585
+ msgid "The HTML code from this field will be printed at the end of the FOOTER section."
586
  msgstr ""
587
 
588
  #: inc/php/tabs/support.php:13
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-03-01 06:40+0300\n"
7
- "PO-Revision-Date: 2019-03-01 06:40+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
@@ -36,29 +36,29 @@ msgstr "Donar"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:27 inc/php/tabs/support.php:25
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:34
@@ -82,7 +82,7 @@ msgstr "Uso"
82
  msgid "F.A.Q."
83
  msgstr "Preguntas ?"
84
 
85
- #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:87
86
  msgid "Support"
87
  msgstr "Soporte"
88
 
@@ -110,16 +110,16 @@ msgstr "Ayuda"
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
112
 
113
- #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:89
114
  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."
115
  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."
116
 
117
- #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:94
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Donar con PayPal"
121
 
122
- #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:96
123
  msgid "Thanks for your support!"
124
  msgstr "¡Gracias por tu apoyo!"
125
 
@@ -227,7 +227,7 @@ msgstr ""
227
 
228
  #: inc/php/tabs/faq.php:101
229
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
230
- msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
231
 
232
  #: inc/php/tabs/faq.php:102
233
  msgid "Many of plugin users would be delighted if you share your translation with the community."
@@ -539,7 +539,7 @@ msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo
539
  msgid "Head Section"
540
  msgstr ""
541
 
542
- #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:62
543
  msgid "NOT SAVED!"
544
  msgstr ""
545
 
@@ -547,37 +547,42 @@ msgstr ""
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr ""
549
 
550
- #: inc/php/tabs/settings.php:40
551
- msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
552
  msgstr ""
553
 
554
- #: inc/php/tabs/settings.php:44 inc/php/tabs/settings.php:51
555
- #: inc/php/tabs/settings.php:72 inc/php/tabs/settings.php:79
 
 
 
 
 
556
  msgid "Enter your custom HTML code here"
557
  msgstr ""
558
 
559
- #: inc/php/tabs/settings.php:47
560
- msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
561
  msgstr ""
562
 
563
- #: inc/php/tabs/settings.php:54 inc/php/tabs/settings.php:82
564
  msgid "Save changes"
565
  msgstr "Guardar cambios"
566
 
567
- #: inc/php/tabs/settings.php:60
568
  msgid "Footer Section"
569
  msgstr ""
570
 
571
- #: inc/php/tabs/settings.php:66
572
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
573
  msgstr ""
574
 
575
- #: inc/php/tabs/settings.php:68
576
- msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
577
  msgstr ""
578
 
579
- #: inc/php/tabs/settings.php:75
580
- msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
581
  msgstr ""
582
 
583
  #: inc/php/tabs/support.php:13
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-03-18 21:11+0300\n"
7
+ "PO-Revision-Date: 2019-03-18 21:11+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:35 inc/php/tabs/support.php:25
40
  msgid "Hello!"
41
  msgstr "¡Hola!"
42
 
43
+ #: inc/php/messages.php:36
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:41
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:93
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:94
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:129
61
+ msgid "Custom code saved successfully."
62
  msgstr ""
63
 
64
  #: inc/php/page.php:34
82
  msgid "F.A.Q."
83
  msgstr "Preguntas ?"
84
 
85
+ #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:99
86
  msgid "Support"
87
  msgstr "Soporte"
88
 
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
112
 
113
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:101
114
  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."
115
  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."
116
 
117
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:106
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Donar con PayPal"
121
 
122
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:108
123
  msgid "Thanks for your support!"
124
  msgstr "¡Gracias por tu apoyo!"
125
 
227
 
228
  #: inc/php/tabs/faq.php:101
229
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
230
+ msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones."
231
 
232
  #: inc/php/tabs/faq.php:102
233
  msgid "Many of plugin users would be delighted if you share your translation with the community."
539
  msgid "Head Section"
540
  msgstr ""
541
 
542
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:68
543
  msgid "NOT SAVED!"
544
  msgstr ""
545
 
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr ""
549
 
550
+ #: inc/php/tabs/settings.php:41
551
+ msgid "The HTML code from this field will be printed at the beginning of the HEAD section."
552
  msgstr ""
553
 
554
+ #: inc/php/tabs/settings.php:42 inc/php/tabs/settings.php:52
555
+ #: inc/php/tabs/settings.php:76 inc/php/tabs/settings.php:86
556
+ msgid "Do not place plain text in this!"
557
+ msgstr ""
558
+
559
+ #: inc/php/tabs/settings.php:47 inc/php/tabs/settings.php:57
560
+ #: inc/php/tabs/settings.php:81 inc/php/tabs/settings.php:91
561
  msgid "Enter your custom HTML code here"
562
  msgstr ""
563
 
564
+ #: inc/php/tabs/settings.php:51
565
+ msgid "The HTML code from this field will be printed at the end of the HEAD section."
566
  msgstr ""
567
 
568
+ #: inc/php/tabs/settings.php:60 inc/php/tabs/settings.php:94
569
  msgid "Save changes"
570
  msgstr "Guardar cambios"
571
 
572
+ #: inc/php/tabs/settings.php:66
573
  msgid "Footer Section"
574
  msgstr ""
575
 
576
+ #: inc/php/tabs/settings.php:72
577
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
578
  msgstr ""
579
 
580
+ #: inc/php/tabs/settings.php:75
581
+ msgid "The HTML code from this field will be printed at the beginning of the FOOTER section."
582
  msgstr ""
583
 
584
+ #: inc/php/tabs/settings.php:85
585
+ msgid "The HTML code from this field will be printed at the end of the FOOTER section."
586
  msgstr ""
587
 
588
  #: inc/php/tabs/support.php:13
languages/header-and-footer-scripts-inserter-fr_FR.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-fr_FR.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-03-01 06:41+0300\n"
7
- "PO-Revision-Date: 2019-03-01 06:41+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
@@ -36,29 +36,29 @@ msgstr "Faire un don"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:27 inc/php/tabs/support.php:25
40
  msgid "Hello!"
41
  msgstr "Salut."
42
 
43
- #: inc/php/messages.php:28
44
  msgid "We are the team of Space X-Chimp."
45
  msgstr "Nous sommes l'équipe 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 "Merci pour l'installation de notre plugin! Nous espérons que vous allez l'adorer! %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 "Code personnalisé mis à jour avec succès."
63
 
64
  #: inc/php/page.php:34
@@ -82,7 +82,7 @@ msgstr "Utilisation"
82
  msgid "F.A.Q."
83
  msgstr "FAQ."
84
 
85
- #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:87
86
  msgid "Support"
87
  msgstr ""
88
 
@@ -110,16 +110,16 @@ msgstr "Aide"
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
112
 
113
- #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:89
114
  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."
115
  msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
116
 
117
- #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:94
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Faire un don avec PayPal"
121
 
122
- #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:96
123
  msgid "Thanks for your support!"
124
  msgstr "Merci pour votre soutien!"
125
 
@@ -227,7 +227,7 @@ msgstr ""
227
 
228
  #: inc/php/tabs/faq.php:101
229
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
230
- msgstr "Peut-être que toutes les traductions existantes ne sont pas à jour. Vous êtes invités à apporter des corrections!"
231
 
232
  #: inc/php/tabs/faq.php:102
233
  msgid "Many of plugin users would be delighted if you share your translation with the community."
@@ -539,7 +539,7 @@ msgstr ""
539
  msgid "Head Section"
540
  msgstr ""
541
 
542
- #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:62
543
  msgid "NOT SAVED!"
544
  msgstr "N'EST PAS SAUVÉ!"
545
 
@@ -547,37 +547,42 @@ msgstr "N'EST PAS SAUVÉ!"
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr ""
549
 
550
- #: inc/php/tabs/settings.php:40
551
- msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
552
  msgstr ""
553
 
554
- #: inc/php/tabs/settings.php:44 inc/php/tabs/settings.php:51
555
- #: inc/php/tabs/settings.php:72 inc/php/tabs/settings.php:79
 
 
 
 
 
556
  msgid "Enter your custom HTML code here"
557
  msgstr "Entrez votre extrait de code HTML ici"
558
 
559
- #: inc/php/tabs/settings.php:47
560
- msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
561
  msgstr ""
562
 
563
- #: inc/php/tabs/settings.php:54 inc/php/tabs/settings.php:82
564
  msgid "Save changes"
565
  msgstr "Enregistrer les modifications"
566
 
567
- #: inc/php/tabs/settings.php:60
568
  msgid "Footer Section"
569
  msgstr ""
570
 
571
- #: inc/php/tabs/settings.php:66
572
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
573
  msgstr ""
574
 
575
- #: inc/php/tabs/settings.php:68
576
- msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
577
  msgstr ""
578
 
579
- #: inc/php/tabs/settings.php:75
580
- msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
581
  msgstr ""
582
 
583
  #: inc/php/tabs/support.php:13
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-03-18 21:11+0300\n"
7
+ "PO-Revision-Date: 2019-03-18 21:11+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
+ #: inc/php/messages.php:35 inc/php/tabs/support.php:25
40
  msgid "Hello!"
41
  msgstr "Salut."
42
 
43
+ #: inc/php/messages.php:36
44
  msgid "We are the team of Space X-Chimp."
45
  msgstr "Nous sommes l'équipe de Space X-Chimp."
46
 
47
+ #: inc/php/messages.php:41
48
  #, php-format
49
  msgid "Thank you for installing our plugin! We hope you will love it! %s"
50
  msgstr "Merci pour l'installation de notre plugin! Nous espérons que vous allez l'adorer! %s"
51
 
52
+ #: inc/php/messages.php:93
53
  msgid "You have installed an old version of this plugin."
54
  msgstr ""
55
 
56
+ #: inc/php/messages.php:94
57
  msgid "Please update the plugin to the latest version, and all will be fine."
58
  msgstr ""
59
 
60
+ #: inc/php/messages.php:129
61
+ msgid "Custom code saved successfully."
62
  msgstr "Code personnalisé mis à jour avec succès."
63
 
64
  #: inc/php/page.php:34
82
  msgid "F.A.Q."
83
  msgstr "FAQ."
84
 
85
+ #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:99
86
  msgid "Support"
87
  msgstr ""
88
 
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
112
 
113
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:101
114
  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."
115
  msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
116
 
117
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:106
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Faire un don avec PayPal"
121
 
122
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:108
123
  msgid "Thanks for your support!"
124
  msgstr "Merci pour votre soutien!"
125
 
227
 
228
  #: inc/php/tabs/faq.php:101
229
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
230
+ msgstr "Peut-être que toutes les traductions existantes ne sont pas à jour. Vous êtes invités à apporter des corrections."
231
 
232
  #: inc/php/tabs/faq.php:102
233
  msgid "Many of plugin users would be delighted if you share your translation with the community."
539
  msgid "Head Section"
540
  msgstr ""
541
 
542
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:68
543
  msgid "NOT SAVED!"
544
  msgstr "N'EST PAS SAUVÉ!"
545
 
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr ""
549
 
550
+ #: inc/php/tabs/settings.php:41
551
+ msgid "The HTML code from this field will be printed at the beginning of the HEAD section."
552
  msgstr ""
553
 
554
+ #: inc/php/tabs/settings.php:42 inc/php/tabs/settings.php:52
555
+ #: inc/php/tabs/settings.php:76 inc/php/tabs/settings.php:86
556
+ msgid "Do not place plain text in this!"
557
+ msgstr ""
558
+
559
+ #: inc/php/tabs/settings.php:47 inc/php/tabs/settings.php:57
560
+ #: inc/php/tabs/settings.php:81 inc/php/tabs/settings.php:91
561
  msgid "Enter your custom HTML code here"
562
  msgstr "Entrez votre extrait de code HTML ici"
563
 
564
+ #: inc/php/tabs/settings.php:51
565
+ msgid "The HTML code from this field will be printed at the end of the HEAD section."
566
  msgstr ""
567
 
568
+ #: inc/php/tabs/settings.php:60 inc/php/tabs/settings.php:94
569
  msgid "Save changes"
570
  msgstr "Enregistrer les modifications"
571
 
572
+ #: inc/php/tabs/settings.php:66
573
  msgid "Footer Section"
574
  msgstr ""
575
 
576
+ #: inc/php/tabs/settings.php:72
577
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
578
  msgstr ""
579
 
580
+ #: inc/php/tabs/settings.php:75
581
+ msgid "The HTML code from this field will be printed at the beginning of the FOOTER section."
582
  msgstr ""
583
 
584
+ #: inc/php/tabs/settings.php:85
585
+ msgid "The HTML code from this field will be printed at the end of the FOOTER section."
586
  msgstr ""
587
 
588
  #: inc/php/tabs/support.php:13
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-03-01 06:41+0300\n"
7
- "PO-Revision-Date: 2019-03-01 06:41+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
@@ -36,29 +36,29 @@ msgstr "Doe een gift"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:27 inc/php/tabs/support.php:25
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:34
@@ -82,7 +82,7 @@ msgstr "Gebruik"
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
- #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:87
86
  msgid "Support"
87
  msgstr "Ondersteuning"
88
 
@@ -110,16 +110,16 @@ msgstr "Helpen"
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
112
 
113
- #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:89
114
  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."
115
  msgstr ""
116
 
117
- #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:94
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Doneer via PayPal"
121
 
122
- #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:96
123
  msgid "Thanks for your support!"
124
  msgstr "Bedankt voor uw steun!"
125
 
@@ -227,7 +227,7 @@ msgstr ""
227
 
228
  #: inc/php/tabs/faq.php:101
229
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
230
- msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
231
 
232
  #: inc/php/tabs/faq.php:102
233
  msgid "Many of plugin users would be delighted if you share your translation with the community."
@@ -539,7 +539,7 @@ msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal
539
  msgid "Head Section"
540
  msgstr ""
541
 
542
- #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:62
543
  msgid "NOT SAVED!"
544
  msgstr ""
545
 
@@ -547,37 +547,42 @@ msgstr ""
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr ""
549
 
550
- #: inc/php/tabs/settings.php:40
551
- msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
552
  msgstr ""
553
 
554
- #: inc/php/tabs/settings.php:44 inc/php/tabs/settings.php:51
555
- #: inc/php/tabs/settings.php:72 inc/php/tabs/settings.php:79
 
 
 
 
 
556
  msgid "Enter your custom HTML code here"
557
  msgstr ""
558
 
559
- #: inc/php/tabs/settings.php:47
560
- msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
561
  msgstr ""
562
 
563
- #: inc/php/tabs/settings.php:54 inc/php/tabs/settings.php:82
564
  msgid "Save changes"
565
  msgstr "Wijzigingen opslaan"
566
 
567
- #: inc/php/tabs/settings.php:60
568
  msgid "Footer Section"
569
  msgstr ""
570
 
571
- #: inc/php/tabs/settings.php:66
572
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
573
  msgstr ""
574
 
575
- #: inc/php/tabs/settings.php:68
576
- msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
577
  msgstr ""
578
 
579
- #: inc/php/tabs/settings.php:75
580
- msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
581
  msgstr ""
582
 
583
  #: inc/php/tabs/support.php:13
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-03-18 21:11+0300\n"
7
+ "PO-Revision-Date: 2019-03-18 21:11+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:35 inc/php/tabs/support.php:25
40
  msgid "Hello!"
41
  msgstr "Hallo!"
42
 
43
+ #: inc/php/messages.php:36
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:41
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:93
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:94
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:129
61
+ msgid "Custom code saved successfully."
62
  msgstr ""
63
 
64
  #: inc/php/page.php:34
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
+ #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:99
86
  msgid "Support"
87
  msgstr "Ondersteuning"
88
 
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
112
 
113
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:101
114
  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."
115
  msgstr ""
116
 
117
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:106
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Doneer via PayPal"
121
 
122
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:108
123
  msgid "Thanks for your support!"
124
  msgstr "Bedankt voor uw steun!"
125
 
227
 
228
  #: inc/php/tabs/faq.php:101
229
  msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
230
+ msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen."
231
 
232
  #: inc/php/tabs/faq.php:102
233
  msgid "Many of plugin users would be delighted if you share your translation with the community."
539
  msgid "Head Section"
540
  msgstr ""
541
 
542
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:68
543
  msgid "NOT SAVED!"
544
  msgstr ""
545
 
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr ""
549
 
550
+ #: inc/php/tabs/settings.php:41
551
+ msgid "The HTML code from this field will be printed at the beginning of the HEAD section."
552
  msgstr ""
553
 
554
+ #: inc/php/tabs/settings.php:42 inc/php/tabs/settings.php:52
555
+ #: inc/php/tabs/settings.php:76 inc/php/tabs/settings.php:86
556
+ msgid "Do not place plain text in this!"
557
+ msgstr ""
558
+
559
+ #: inc/php/tabs/settings.php:47 inc/php/tabs/settings.php:57
560
+ #: inc/php/tabs/settings.php:81 inc/php/tabs/settings.php:91
561
  msgid "Enter your custom HTML code here"
562
  msgstr ""
563
 
564
+ #: inc/php/tabs/settings.php:51
565
+ msgid "The HTML code from this field will be printed at the end of the HEAD section."
566
  msgstr ""
567
 
568
+ #: inc/php/tabs/settings.php:60 inc/php/tabs/settings.php:94
569
  msgid "Save changes"
570
  msgstr "Wijzigingen opslaan"
571
 
572
+ #: inc/php/tabs/settings.php:66
573
  msgid "Footer Section"
574
  msgstr ""
575
 
576
+ #: inc/php/tabs/settings.php:72
577
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
578
  msgstr ""
579
 
580
+ #: inc/php/tabs/settings.php:75
581
+ msgid "The HTML code from this field will be printed at the beginning of the FOOTER section."
582
  msgstr ""
583
 
584
+ #: inc/php/tabs/settings.php:85
585
+ msgid "The HTML code from this field will be printed at the end of the FOOTER section."
586
  msgstr ""
587
 
588
  #: inc/php/tabs/support.php:13
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-03-01 06:41+0300\n"
7
- "PO-Revision-Date: 2019-03-01 06:41+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Polish\n"
10
  "Language: pl_PL\n"
@@ -37,29 +37,29 @@ msgstr "Wesprzyj"
37
  msgid "Scripts Inserter"
38
  msgstr "Scripts Inserter"
39
 
40
- #: inc/php/messages.php:27 inc/php/tabs/support.php:25
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:34
@@ -83,7 +83,7 @@ msgstr "Wykorzystanie"
83
  msgid "F.A.Q."
84
  msgstr "FAQ"
85
 
86
- #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:87
87
  msgid "Support"
88
  msgstr ""
89
 
@@ -111,16 +111,16 @@ msgstr "Pomoc"
111
  msgid "If you have a question, please read the information in the FAQ section."
112
  msgstr ""
113
 
114
- #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:89
115
  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."
116
  msgstr ""
117
 
118
- #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:94
119
  #: inc/php/tabs/support.php:21
120
  msgid "Donate with PayPal"
121
  msgstr ""
122
 
123
- #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:96
124
  msgid "Thanks for your support!"
125
  msgstr "Dziękujemy za wsparcie!"
126
 
@@ -540,7 +540,7 @@ msgstr ""
540
  msgid "Head Section"
541
  msgstr "Sekcja: Nagłówek"
542
 
543
- #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:62
544
  msgid "NOT SAVED!"
545
  msgstr ""
546
 
@@ -548,38 +548,43 @@ msgstr ""
548
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
549
  msgstr "Pola poniżej można użyć, aby dodać kod HTML do nagłówka witryny."
550
 
551
- #: inc/php/tabs/settings.php:40
552
- msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
553
- msgstr "Kod HTML z tego pola zostaną dodane na początku sekcji HEAD. Nie należy tu umieszczać zwykłego tekstu!"
554
 
555
- #: inc/php/tabs/settings.php:44 inc/php/tabs/settings.php:51
556
- #: inc/php/tabs/settings.php:72 inc/php/tabs/settings.php:79
 
 
 
 
 
557
  msgid "Enter your custom HTML code here"
558
  msgstr ""
559
 
560
- #: inc/php/tabs/settings.php:47
561
- msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
562
- msgstr "Kod HTML z tego pola zostaną dodane na końcu sekcji HEAD. Nie należy tu umieszczać zwykłego tekstu!"
563
 
564
- #: inc/php/tabs/settings.php:54 inc/php/tabs/settings.php:82
565
  msgid "Save changes"
566
  msgstr "Zapisz"
567
 
568
- #: inc/php/tabs/settings.php:60
569
  msgid "Footer Section"
570
  msgstr "Sekcja: Stopka"
571
 
572
- #: inc/php/tabs/settings.php:66
573
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
574
  msgstr "Pola poniżej można użyć, aby dodać kod HTML do stopki witryny."
575
 
576
- #: inc/php/tabs/settings.php:68
577
- msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
578
- msgstr "Kod HTML z tego pola zostaną dodane przed skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
579
-
580
  #: inc/php/tabs/settings.php:75
581
- msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
582
- msgstr "Kod HTML z tego pola zostaną dodane za skryptami ze stopki. Nie należy tu umieszczać zwykłego tekstu!"
 
 
 
 
583
 
584
  #: inc/php/tabs/support.php:13
585
  msgid "Support Us"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-03-18 21:11+0300\n"
7
+ "PO-Revision-Date: 2019-03-18 21:11+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:35 inc/php/tabs/support.php:25
41
  msgid "Hello!"
42
  msgstr ""
43
 
44
+ #: inc/php/messages.php:36
45
  msgid "We are the team of Space X-Chimp."
46
  msgstr ""
47
 
48
+ #: inc/php/messages.php:41
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:93
54
  msgid "You have installed an old version of this plugin."
55
  msgstr ""
56
 
57
+ #: inc/php/messages.php:94
58
  msgid "Please update the plugin to the latest version, and all will be fine."
59
  msgstr ""
60
 
61
+ #: inc/php/messages.php:129
62
+ msgid "Custom code saved successfully."
63
  msgstr ""
64
 
65
  #: inc/php/page.php:34
83
  msgid "F.A.Q."
84
  msgstr "FAQ"
85
 
86
+ #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:99
87
  msgid "Support"
88
  msgstr ""
89
 
111
  msgid "If you have a question, please read the information in the FAQ section."
112
  msgstr ""
113
 
114
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:101
115
  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."
116
  msgstr ""
117
 
118
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:106
119
  #: inc/php/tabs/support.php:21
120
  msgid "Donate with PayPal"
121
  msgstr ""
122
 
123
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:108
124
  msgid "Thanks for your support!"
125
  msgstr "Dziękujemy za wsparcie!"
126
 
540
  msgid "Head Section"
541
  msgstr "Sekcja: Nagłówek"
542
 
543
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:68
544
  msgid "NOT SAVED!"
545
  msgstr ""
546
 
548
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
549
  msgstr "Pola poniżej można użyć, aby dodać kod HTML do nagłówka witryny."
550
 
551
+ #: inc/php/tabs/settings.php:41
552
+ msgid "The HTML code from this field will be printed at the beginning of the HEAD section."
553
+ msgstr "Kod HTML z tego pola zostaną dodane na początku sekcji HEAD."
554
 
555
+ #: inc/php/tabs/settings.php:42 inc/php/tabs/settings.php:52
556
+ #: inc/php/tabs/settings.php:76 inc/php/tabs/settings.php:86
557
+ msgid "Do not place plain text in this!"
558
+ msgstr "Nie należy tu umieszczać zwykłego tekstu!"
559
+
560
+ #: inc/php/tabs/settings.php:47 inc/php/tabs/settings.php:57
561
+ #: inc/php/tabs/settings.php:81 inc/php/tabs/settings.php:91
562
  msgid "Enter your custom HTML code here"
563
  msgstr ""
564
 
565
+ #: inc/php/tabs/settings.php:51
566
+ msgid "The HTML code from this field will be printed at the end of the HEAD section."
567
+ msgstr "Kod HTML z tego pola zostaną dodane na końcu sekcji HEAD."
568
 
569
+ #: inc/php/tabs/settings.php:60 inc/php/tabs/settings.php:94
570
  msgid "Save changes"
571
  msgstr "Zapisz"
572
 
573
+ #: inc/php/tabs/settings.php:66
574
  msgid "Footer Section"
575
  msgstr "Sekcja: Stopka"
576
 
577
+ #: inc/php/tabs/settings.php:72
578
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
579
  msgstr "Pola poniżej można użyć, aby dodać kod HTML do stopki witryny."
580
 
 
 
 
 
581
  #: inc/php/tabs/settings.php:75
582
+ msgid "The HTML code from this field will be printed at the beginning of the FOOTER section."
583
+ msgstr "Kod HTML z tego pola zostaną dodane przed skryptami ze stopki."
584
+
585
+ #: inc/php/tabs/settings.php:85
586
+ msgid "The HTML code from this field will be printed at the end of the FOOTER section."
587
+ msgstr "Kod HTML z tego pola zostaną dodane za skryptami ze stopki."
588
 
589
  #: inc/php/tabs/support.php:13
590
  msgid "Support Us"
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-03-01 06:41+0300\n"
7
- "PO-Revision-Date: 2019-03-01 06:41+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -36,29 +36,29 @@ msgstr "Поддержать"
36
  msgid "Scripts Inserter"
37
  msgstr "Scripts Inserter"
38
 
39
- #: inc/php/messages.php:27 inc/php/tabs/support.php:25
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:34
@@ -82,7 +82,7 @@ msgstr "Применение"
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
- #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:87
86
  msgid "Support"
87
  msgstr "Поддержка"
88
 
@@ -110,16 +110,16 @@ msgstr "Помощь"
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
112
 
113
- #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:89
114
  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."
115
  msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
116
 
117
- #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:94
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Пожертвовать через PayPal"
121
 
122
- #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:96
123
  msgid "Thanks for your support!"
124
  msgstr "Спасибо за вашу поддержку!"
125
 
@@ -539,7 +539,7 @@ msgstr "Но имейте в виду, что этот плагин являет
539
  msgid "Head Section"
540
  msgstr "Верхний колонтитул (HEAD)"
541
 
542
- #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:62
543
  msgid "NOT SAVED!"
544
  msgstr ""
545
 
@@ -547,38 +547,43 @@ msgstr ""
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr "Используйте поле расположенное ниже для того, чтобы добавить ваш HTML код в верхний колонтитул вашего веб-сайта."
549
 
550
- #: inc/php/tabs/settings.php:40
551
- msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
552
- msgstr "HTML код из этой области будет добавлен в начале верхнего колонтитула (HEAD). Не помещайте сюда обычный текст!"
553
 
554
- #: inc/php/tabs/settings.php:44 inc/php/tabs/settings.php:51
555
- #: inc/php/tabs/settings.php:72 inc/php/tabs/settings.php:79
 
 
 
 
 
556
  msgid "Enter your custom HTML code here"
557
  msgstr "Поместите сюда ваш пользовательский HTML код"
558
 
559
- #: inc/php/tabs/settings.php:47
560
- msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
561
- msgstr "HTML код из этой области будет добавлен в конец верхнего колонтитула (HEAD). Не помещайте сюда обычный текст!"
562
 
563
- #: inc/php/tabs/settings.php:54 inc/php/tabs/settings.php:82
564
  msgid "Save changes"
565
  msgstr "Сохранить изменения"
566
 
567
- #: inc/php/tabs/settings.php:60
568
  msgid "Footer Section"
569
  msgstr "Нижний колонтитул (FOOTER)"
570
 
571
- #: inc/php/tabs/settings.php:66
572
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
573
  msgstr "Используйте поле расположенное ниже для того, чтобы добавить ваш HTML код в нижний колонтитул вашего веб-сайта."
574
 
575
- #: inc/php/tabs/settings.php:68
576
- msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
577
- msgstr "HTML код из этой области будет добавлен в начало нижнего колонтитула. Не помещайте сюда обычный текст!"
578
-
579
  #: inc/php/tabs/settings.php:75
580
- msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
581
- msgstr "HTML код из этой области будет добавлен в конец нижнего колонтитула. Не помещайте сюда обычный текст!"
 
 
 
 
582
 
583
  #: inc/php/tabs/support.php:13
584
  msgid "Support Us"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Head and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2019-03-18 21:11+0300\n"
7
+ "PO-Revision-Date: 2019-03-18 21:11+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:35 inc/php/tabs/support.php:25
40
  msgid "Hello!"
41
  msgstr "Привет!"
42
 
43
+ #: inc/php/messages.php:36
44
  msgid "We are the team of Space X-Chimp."
45
  msgstr "Мы - команда Space X-Chimp."
46
 
47
+ #: inc/php/messages.php:41
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:93
53
  msgid "You have installed an old version of this plugin."
54
  msgstr "Вы установили устаревшую версию этого плагина."
55
 
56
+ #: inc/php/messages.php:94
57
  msgid "Please update the plugin to the latest version, and all will be fine."
58
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
59
 
60
+ #: inc/php/messages.php:129
61
+ msgid "Custom code saved successfully."
62
  msgstr "Пользовательский код успешно обновлён."
63
 
64
  #: inc/php/page.php:34
82
  msgid "F.A.Q."
83
  msgstr "F.A.Q."
84
 
85
+ #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:99
86
  msgid "Support"
87
  msgstr "Поддержка"
88
 
110
  msgid "If you have a question, please read the information in the FAQ section."
111
  msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
112
 
113
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:101
114
  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."
115
  msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
116
 
117
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:106
118
  #: inc/php/tabs/support.php:21
119
  msgid "Donate with PayPal"
120
  msgstr "Пожертвовать через PayPal"
121
 
122
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:108
123
  msgid "Thanks for your support!"
124
  msgstr "Спасибо за вашу поддержку!"
125
 
539
  msgid "Head Section"
540
  msgstr "Верхний колонтитул (HEAD)"
541
 
542
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:68
543
  msgid "NOT SAVED!"
544
  msgstr ""
545
 
547
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
548
  msgstr "Используйте поле расположенное ниже для того, чтобы добавить ваш HTML код в верхний колонтитул вашего веб-сайта."
549
 
550
+ #: inc/php/tabs/settings.php:41
551
+ msgid "The HTML code from this field will be printed at the beginning of the HEAD section."
552
+ msgstr "HTML код из этой области будет добавлен в начале верхнего колонтитула (HEAD)."
553
 
554
+ #: inc/php/tabs/settings.php:42 inc/php/tabs/settings.php:52
555
+ #: inc/php/tabs/settings.php:76 inc/php/tabs/settings.php:86
556
+ msgid "Do not place plain text in this!"
557
+ msgstr "Не помещайте сюда обычный текст!"
558
+
559
+ #: inc/php/tabs/settings.php:47 inc/php/tabs/settings.php:57
560
+ #: inc/php/tabs/settings.php:81 inc/php/tabs/settings.php:91
561
  msgid "Enter your custom HTML code here"
562
  msgstr "Поместите сюда ваш пользовательский HTML код"
563
 
564
+ #: inc/php/tabs/settings.php:51
565
+ msgid "The HTML code from this field will be printed at the end of the HEAD section."
566
+ msgstr "HTML код из этой области будет добавлен в конец верхнего колонтитула (HEAD)."
567
 
568
+ #: inc/php/tabs/settings.php:60 inc/php/tabs/settings.php:94
569
  msgid "Save changes"
570
  msgstr "Сохранить изменения"
571
 
572
+ #: inc/php/tabs/settings.php:66
573
  msgid "Footer Section"
574
  msgstr "Нижний колонтитул (FOOTER)"
575
 
576
+ #: inc/php/tabs/settings.php:72
577
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
578
  msgstr "Используйте поле расположенное ниже для того, чтобы добавить ваш HTML код в нижний колонтитул вашего веб-сайта."
579
 
 
 
 
 
580
  #: inc/php/tabs/settings.php:75
581
+ msgid "The HTML code from this field will be printed at the beginning of the FOOTER section."
582
+ msgstr "HTML код из этой области будет добавлен в начало нижнего колонтитула."
583
+
584
+ #: inc/php/tabs/settings.php:85
585
+ msgid "The HTML code from this field will be printed at the end of the FOOTER section."
586
+ msgstr "HTML код из этой области будет добавлен в конец нижнего колонтитула."
587
 
588
  #: inc/php/tabs/support.php:13
589
  msgid "Support Us"
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-03-01 06:41+0300\n"
7
  "PO-Revision-Date: 2016-01-30 11:39+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -34,29 +34,29 @@ msgstr ""
34
  msgid "Scripts Inserter"
35
  msgstr ""
36
 
37
- #: inc/php/messages.php:27 inc/php/tabs/support.php:25
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:34
@@ -80,7 +80,7 @@ msgstr ""
80
  msgid "F.A.Q."
81
  msgstr ""
82
 
83
- #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:87
84
  msgid "Support"
85
  msgstr ""
86
 
@@ -108,16 +108,16 @@ msgstr ""
108
  msgid "If you have a question, please read the information in the FAQ section."
109
  msgstr ""
110
 
111
- #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:89
112
  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."
113
  msgstr ""
114
 
115
- #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:94
116
  #: inc/php/tabs/support.php:21
117
  msgid "Donate with PayPal"
118
  msgstr ""
119
 
120
- #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:96
121
  msgid "Thanks for your support!"
122
  msgstr ""
123
 
@@ -537,7 +537,7 @@ msgstr ""
537
  msgid "Head Section"
538
  msgstr ""
539
 
540
- #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:62
541
  msgid "NOT SAVED!"
542
  msgstr ""
543
 
@@ -545,37 +545,42 @@ msgstr ""
545
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
546
  msgstr ""
547
 
548
- #: inc/php/tabs/settings.php:40
549
- msgid "The HTML code from this field will be printed at the beginning of the HEAD section. Do not place plain text in this!"
550
  msgstr ""
551
 
552
- #: inc/php/tabs/settings.php:44 inc/php/tabs/settings.php:51
553
- #: inc/php/tabs/settings.php:72 inc/php/tabs/settings.php:79
 
 
 
 
 
554
  msgid "Enter your custom HTML code here"
555
  msgstr ""
556
 
557
- #: inc/php/tabs/settings.php:47
558
- msgid "The HTML code from this field will be printed at the end of the HEAD section. Do not place plain text in this!"
559
  msgstr ""
560
 
561
- #: inc/php/tabs/settings.php:54 inc/php/tabs/settings.php:82
562
  msgid "Save changes"
563
  msgstr ""
564
 
565
- #: inc/php/tabs/settings.php:60
566
  msgid "Footer Section"
567
  msgstr ""
568
 
569
- #: inc/php/tabs/settings.php:66
570
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
571
  msgstr ""
572
 
573
- #: inc/php/tabs/settings.php:68
574
- msgid "The HTML code from this field will be printed at the beginning of the FOOTER section. Do not place plain text in this!"
575
  msgstr ""
576
 
577
- #: inc/php/tabs/settings.php:75
578
- msgid "The HTML code from this field will be printed at the end of the FOOTER section. Do not place plain text in this!"
579
  msgstr ""
580
 
581
  #: inc/php/tabs/support.php:13
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-03-18 21:11+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:35 inc/php/tabs/support.php:25
38
  msgid "Hello!"
39
  msgstr ""
40
 
41
+ #: inc/php/messages.php:36
42
  msgid "We are the team of Space X-Chimp."
43
  msgstr ""
44
 
45
+ #: inc/php/messages.php:41
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:93
51
  msgid "You have installed an old version of this plugin."
52
  msgstr ""
53
 
54
+ #: inc/php/messages.php:94
55
  msgid "Please update the plugin to the latest version, and all will be fine."
56
  msgstr ""
57
 
58
+ #: inc/php/messages.php:129
59
+ msgid "Custom code saved successfully."
60
  msgstr ""
61
 
62
  #: inc/php/page.php:34
80
  msgid "F.A.Q."
81
  msgstr ""
82
 
83
+ #: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:99
84
  msgid "Support"
85
  msgstr ""
86
 
108
  msgid "If you have a question, please read the information in the FAQ section."
109
  msgstr ""
110
 
111
+ #: inc/php/sidebar.php:49 inc/php/tabs/settings.php:101
112
  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."
113
  msgstr ""
114
 
115
+ #: inc/php/sidebar.php:54 inc/php/tabs/settings.php:106
116
  #: inc/php/tabs/support.php:21
117
  msgid "Donate with PayPal"
118
  msgstr ""
119
 
120
+ #: inc/php/sidebar.php:56 inc/php/tabs/settings.php:108
121
  msgid "Thanks for your support!"
122
  msgstr ""
123
 
537
  msgid "Head Section"
538
  msgstr ""
539
 
540
+ #: inc/php/tabs/settings.php:34 inc/php/tabs/settings.php:68
541
  msgid "NOT SAVED!"
542
  msgstr ""
543
 
545
  msgid "You can use the fields below to add your custom HTML code to the HEAD section of your website's front end."
546
  msgstr ""
547
 
548
+ #: inc/php/tabs/settings.php:41
549
+ msgid "The HTML code from this field will be printed at the beginning of the HEAD section."
550
  msgstr ""
551
 
552
+ #: inc/php/tabs/settings.php:42 inc/php/tabs/settings.php:52
553
+ #: inc/php/tabs/settings.php:76 inc/php/tabs/settings.php:86
554
+ msgid "Do not place plain text in this!"
555
+ msgstr ""
556
+
557
+ #: inc/php/tabs/settings.php:47 inc/php/tabs/settings.php:57
558
+ #: inc/php/tabs/settings.php:81 inc/php/tabs/settings.php:91
559
  msgid "Enter your custom HTML code here"
560
  msgstr ""
561
 
562
+ #: inc/php/tabs/settings.php:51
563
+ msgid "The HTML code from this field will be printed at the end of the HEAD section."
564
  msgstr ""
565
 
566
+ #: inc/php/tabs/settings.php:60 inc/php/tabs/settings.php:94
567
  msgid "Save changes"
568
  msgstr ""
569
 
570
+ #: inc/php/tabs/settings.php:66
571
  msgid "Footer Section"
572
  msgstr ""
573
 
574
+ #: inc/php/tabs/settings.php:72
575
  msgid "You can use the fields below to add your custom HTML code to the FOOTER section of your website's front end."
576
  msgstr ""
577
 
578
+ #: inc/php/tabs/settings.php:75
579
+ msgid "The HTML code from this field will be printed at the beginning of the FOOTER section."
580
  msgstr ""
581
 
582
+ #: inc/php/tabs/settings.php:85
583
+ msgid "The HTML code from this field will be printed at the end of the FOOTER section."
584
  msgstr ""
585
 
586
  #: inc/php/tabs/support.php:13
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: 5.1
7
- Stable tag: 4.37
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -78,12 +78,12 @@ If you want to help translate this plugin, please visit the [translation page](h
78
 
79
  **Minimum system requirements:**
80
 
81
- * [PHP](https://php.net) version **5.2** or higher.
82
  * [MySQL](https://www.mysql.com) version **5.0** or higher.
83
 
84
  **Recommended system requirements:**
85
 
86
- * [PHP](https://php.net) version **7.0** or higher.
87
  * [MySQL](https://www.mysql.com) version **5.6** or higher.
88
 
89
  **Contribution**
@@ -91,7 +91,7 @@ If you want to help translate this plugin, please visit the [translation page](h
91
  Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
92
 
93
  * [Donate](https://www.spacexchimp.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
94
- * [Rate and Review](https://wordpress.org/support/view/plugin-reviews/header-and-footer-scripts-inserter?rate=5#postform) this plugin.
95
  * [Share with us](https://www.spacexchimp.com/contact.html) or view the [GitHub Repo](https://github.com/ArthurGareginyan/header-and-footer-scripts-inserter) if you have any ideas or suggestions to make this plugin better.
96
 
97
 
@@ -220,6 +220,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
220
 
221
  == Changelog ==
222
 
 
 
 
 
 
 
223
  = 4.37 - 2019-03-01 =
224
  * Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
225
  * Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".
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.38
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
78
 
79
  **Minimum system requirements:**
80
 
81
+ * [PHP](https://secure.php.net) version **5.2** or higher.
82
  * [MySQL](https://www.mysql.com) version **5.0** or higher.
83
 
84
  **Recommended system requirements:**
85
 
86
+ * [PHP](https://secure.php.net) version **7.0** or higher.
87
  * [MySQL](https://www.mysql.com) version **5.6** or higher.
88
 
89
  **Contribution**
91
  Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
92
 
93
  * [Donate](https://www.spacexchimp.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
94
+ * [Rate and Review](https://wordpress.org/support/plugin/header-and-footer-scripts-inserter/reviews/#new-post) this plugin.
95
  * [Share with us](https://www.spacexchimp.com/contact.html) or view the [GitHub Repo](https://github.com/ArthurGareginyan/header-and-footer-scripts-inserter) if you have any ideas or suggestions to make this plugin better.
96
 
97
 
220
 
221
  == Changelog ==
222
 
223
+ = 4.38 - 2019-03-18 =
224
+ * Improvement: Notification display system updated
225
+ * Code commenting improved.
226
+ * Code formatting improved.
227
+ * Style sheet for the back end is optimised.
228
+
229
  = 4.37 - 2019-03-01 =
230
  * Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
231
  * Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".