Head and Footer Scripts Inserter - Version 4.6

Version Description

  • Russian translation updated. (Thanks to Milena Kiseleva)
  • The navigation of the tabs is rearranged.
  • Fixed an issue due to which the sidebar was not hiding on mobile devices.
  • Code of sidebar moved to separate file 'sidebar.php'.
  • Support page tab moved from external source to plugin code.
  • My avatar moved from external source to plugin folder.
  • Banner moved from external source to plugin folder.
  • Code of PayPal button updated.
Download this release

Release Info

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

Code changes from version 4.5 to 4.6

header-and-footer-scripts-inserter.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily add your scripts to the WordPress website's head and footer sections. This is a must have tool for authors and website's owners.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
- * Version: 4.5
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
5
  * Description: Easily add your scripts to the WordPress website's head and footer sections. This is a must have tool for authors and website's owners.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
+ * Version: 4.6
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
inc/css/admin.css CHANGED
@@ -5,7 +5,7 @@
5
  * @uthor Arthur Gareginyan
6
  * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
- * @since 4.5
9
  */
10
 
11
 
@@ -128,45 +128,45 @@ h2 .version {
128
 
129
  /* Sidebar
130
  -------------------------------------------------------------- */
131
- #side-sortables {
132
- position: relative;
133
- }
134
- #side-sortables .postbox {
135
- text-align: center;
136
- }
137
- #side-sortables .paypal {
138
- max-width: 100%;
139
- font-size: 18px;
140
- overflow: hidden;
141
- }
142
- #side-sortables .banner .inside {
143
- margin: 0;
144
- padding: 5px 0;
145
- }
146
- #side-sortables .banner img {
147
- width: 265px;
148
- }
 
 
 
149
 
150
  /* Support - addition section
151
  -------------------------------------------------------------- */
152
  #support-addition {
153
  display: none;
154
  }
155
- #support-addition .paypal {
156
- font-size: 18px;
157
- }
158
 
159
  /* Responsive page
160
  -------------------------------------------------------------- */
161
  @media (max-width: 860px) {
162
  .inner-sidebar {
163
- display: none;
164
  }
165
  #support-addition {
166
- display: block;
167
  }
168
  #post-body-content {
169
- margin-right: 0;
170
  }
171
  }
172
 
@@ -332,6 +332,49 @@ h2 .version {
332
  display: inline;
333
  }
334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  /* Custom List Numbers
336
  -------------------------------------------------------------- */
337
  .custom-counter {
5
  * @uthor Arthur Gareginyan
6
  * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
+ * @since 4.6
9
  */
10
 
11
 
128
 
129
  /* Sidebar
130
  -------------------------------------------------------------- */
131
+ #side-sortables {
132
+ position: relative;
133
+ }
134
+ #side-sortables .postbox {
135
+ text-align: center;
136
+ }
137
+ #side-sortables .banner .inside {
138
+ margin: 0;
139
+ padding: 5px 0;
140
+ }
141
+ #side-sortables .banner img {
142
+ width: 265px;
143
+ }
144
+
145
+ /* PayPal button
146
+ -------------------------------------------------------------- */
147
+ .paypal {
148
+ max-width: 100%;
149
+ font-size: 18px;
150
+ overflow: hidden;
151
+ }
152
 
153
  /* Support - addition section
154
  -------------------------------------------------------------- */
155
  #support-addition {
156
  display: none;
157
  }
 
 
 
158
 
159
  /* Responsive page
160
  -------------------------------------------------------------- */
161
  @media (max-width: 860px) {
162
  .inner-sidebar {
163
+ display: none !important;
164
  }
165
  #support-addition {
166
+ display: block !important;
167
  }
168
  #post-body-content {
169
+ margin-right: 0 !important;
170
  }
171
  }
172
 
332
  display: inline;
333
  }
334
 
335
+ /* Buttons with label
336
+ -------------------------------------------------------------- */
337
+ .btn-labeled {
338
+ margin: 5px 0 15px 0;
339
+ padding-top: 0;
340
+ padding-bottom: 0;
341
+ max-width: 100%;
342
+ overflow: hidden;
343
+ color: #32689a;
344
+ font-family: "Lucida Grande", Tahoma, sans-serif;
345
+ font-size: 18px;
346
+ font-weight: 600;
347
+ text-shadow: 1px 1px 0 #fff;
348
+ border-bottom-color: rgba(0, 0, 0, 0.4);
349
+ border-radius: 3px !important;
350
+ background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
351
+ background-image: -ms-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
352
+ background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
353
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(49%, rgba(255,255,255,.05)), color-stop(51%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
354
+ background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
355
+ background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
356
+ }
357
+ .btn-labeled:hover,
358
+ .btn-labeled:focus {
359
+ color: #32689a;
360
+ background-position: 0;
361
+ background-color: transparent;
362
+ background-image: -moz-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
363
+ background-image: -ms-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
364
+ background-image: -o-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
365
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), color-stop(49%, rgba(255,255,255,.15)), color-stop(51%, rgba(0,0,0,.1)), to(rgba(0,0,0,.15)));
366
+ background-image: -webkit-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
367
+ background-image: linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
368
+ }
369
+ .btn-labeled .btn-label {
370
+ position: relative;
371
+ display: inline-block;
372
+ width: 48px;
373
+ left: -12px;
374
+ padding: 6px 12px;
375
+ border-right: 1px solid #ccc;
376
+ }
377
+
378
  /* Custom List Numbers
379
  -------------------------------------------------------------- */
380
  .custom-counter {
inc/img/avatar.png ADDED
Binary file
inc/img/banner.png ADDED
Binary file
inc/img/paypal.svg ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90">
2
+ <defs>
3
+ <style>.cls-1{fill:#32689a;}</style>
4
+ </defs>
5
+ <path class="cls-1" d="M58.1,0H18.6L1.2,80.1h23.1L30,53.6h16.5c15.8,0,29-9.7,32.6-26.3C83.1,8.5,69.6,0,58.1,0z M40.8,38.2h-7.5 l5-21.9h11.3c3.9,0,6.8,2.3,7.8,5.7c-0.5-0.1-1-0.2-1.5-0.2H44.5L40.8,38.2z M57.3,27.3c-1.4,6-7,10.7-12.8,10.9l2.7-12h10.3 C57.5,26.5,57.4,26.9,57.3,27.3z M85.4,32.8c1.3-6.2,0.7-11.3-1.1-15.3c3.7,4.5,5.7,11,3.8,19.7c-3.5,16.6-16.8,26.3-32.6,26.3 H39L33.3,90H10.2l1-4.4h19.4l5.7-26.6h16.5C68.6,59.1,81.8,49.3,85.4,32.8z" id="PayPal"/>
6
+
7
+ </svg>
inc/img/thanks.png ADDED
Binary file
inc/js/admin.js CHANGED
@@ -5,7 +5,7 @@
5
  * @uthor Arthur Gareginyan
6
  * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
- * @since 4.5
9
  */
10
 
11
 
@@ -41,9 +41,7 @@ jQuery(document).ready(function($) {
41
 
42
  // Add dynamic content to page tabs. Needed for having an up to date content.
43
  $('.include-tab-author').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-author');
44
- $('.include-tab-support').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-support');
45
  $('.include-tab-store').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-store');
46
- $('.include-banner').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-banner');
47
 
48
  // Add questions and answers into spoilers and color them in different colors
49
  $('.panel-group .panel').each(function(i) {
5
  * @uthor Arthur Gareginyan
6
  * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
+ * @since 4.6
9
  */
10
 
11
 
41
 
42
  // Add dynamic content to page tabs. Needed for having an up to date content.
43
  $('.include-tab-author').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-author');
 
44
  $('.include-tab-store').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-store');
 
45
 
46
  // Add questions and answers into spoilers and color them in different colors
47
  $('.panel-group .panel').each(function(i) {
inc/php/messages.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Hello message - Bootstrap Modal
12
  *
13
- * @since 4.5
14
  */
15
  function HFScriptsIns_hello_message() {
16
 
@@ -25,7 +25,7 @@ function HFScriptsIns_hello_message() {
25
  <div class="modal-dialog">
26
  <div class="modal-content">
27
  <div class="modal-body">
28
- <img src="https://www.spacexchimp.com/assets/dynamic-content/images/avatar.png">
29
  <button type="button" class="close" data-dismiss="modal">&times;</button>
30
  <p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', HFSINS_TEXT ); ?></p>
31
  <p><?php printf(
10
  /**
11
  * Hello message - Bootstrap Modal
12
  *
13
+ * @since 4.6
14
  */
15
  function HFScriptsIns_hello_message() {
16
 
25
  <div class="modal-dialog">
26
  <div class="modal-content">
27
  <div class="modal-body">
28
+ <img src="<?php echo HFSINS_URL . 'inc/img/avatar.png'; ?>">
29
  <button type="button" class="close" data-dismiss="modal">&times;</button>
30
  <p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', HFSINS_TEXT ); ?></p>
31
  <p><?php printf(
inc/php/page.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Render Settings Page
12
  *
13
- * @since 4.5
14
  */
15
  function HFScriptsIns_render_submenu_page() {
16
 
@@ -48,17 +48,18 @@ function HFScriptsIns_render_submenu_page() {
48
  <li class="active"><a href="#tab-core" data-toggle="tab"><?php _e( 'Main', $text ); ?></a></li>
49
  <li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $text ); ?></a></li>
50
  <li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $text ); ?></a></li>
51
- <li><a href="#tab-author" data-toggle="tab"><?php _e( 'Author', $text ); ?></a></li>
52
  <li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $text ); ?></a></li>
 
53
  <li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $text ); ?></a></li>
54
  </ul>
55
  <!-- END-TABS NAVIGATION MENU -->
56
 
57
  <!-- TAB 1 -->
58
  <div class="tab-page fade active in" id="tab-core">
59
-
 
 
60
  <?php require_once( HFSINS_PATH . 'inc/php/settings.php' ); ?>
61
-
62
  </div>
63
  <!-- END-TAB 1 -->
64
 
@@ -210,19 +211,30 @@ add_action( 'wp_head', 'my_custom_script' );</code></pre>
210
  <!-- END-TAB 3 -->
211
 
212
  <!-- TAB 4 -->
213
- <div class="tab-page fade" id="tab-author">
214
  <div class="postbox">
215
- <h3 class="title"><?php _e( 'Author', $text ); ?></h3>
216
- <div class="inside include-tab-author"></div>
 
 
 
 
 
 
 
 
 
 
 
217
  </div>
218
  </div>
219
  <!-- END-TAB 4 -->
220
 
221
  <!-- TAB 5 -->
222
- <div class="tab-page fade" id="tab-support">
223
  <div class="postbox">
224
- <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
225
- <div class="inside include-tab-support"></div>
226
  </div>
227
  </div>
228
  <!-- END-TAB 5 -->
@@ -233,8 +245,6 @@ add_action( 'wp_head', 'my_custom_script' );</code></pre>
233
  </div>
234
  <!-- END-TAB 6 -->
235
 
236
- <div class="additional-css"></div>
237
-
238
  </div>
239
 
240
  </div>
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 4.6
14
  */
15
  function HFScriptsIns_render_submenu_page() {
16
 
48
  <li class="active"><a href="#tab-core" data-toggle="tab"><?php _e( 'Main', $text ); ?></a></li>
49
  <li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $text ); ?></a></li>
50
  <li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $text ); ?></a></li>
 
51
  <li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $text ); ?></a></li>
52
+ <li><a href="#tab-author" data-toggle="tab"><?php _e( 'Author', $text ); ?></a></li>
53
  <li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $text ); ?></a></li>
54
  </ul>
55
  <!-- END-TABS NAVIGATION MENU -->
56
 
57
  <!-- TAB 1 -->
58
  <div class="tab-page fade active in" id="tab-core">
59
+ <!-- INCLUDE SIDEBAR -->
60
+ <?php require_once( HFSINS_PATH . 'inc/php/sidebar.php' ); ?>
61
+ <!-- INCLUDE SETTINGS -->
62
  <?php require_once( HFSINS_PATH . 'inc/php/settings.php' ); ?>
 
63
  </div>
64
  <!-- END-TAB 1 -->
65
 
211
  <!-- END-TAB 3 -->
212
 
213
  <!-- TAB 4 -->
214
+ <div class="tab-page fade" id="tab-support">
215
  <div class="postbox">
216
+ <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
217
+ <div class="inside">
218
+ <img src="<?php echo HFSINS_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!" class="pull-right">
219
+ <p><?php _e( 'If you appreciate my work, you can buy me a coffee!', $text ); ?></p>
220
+ <p><?php _e( 'I spend a lot of time and effort trying to make sure that the themes, plugins and another things I build are useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
221
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default btn-labeled">
222
+ <span class="btn-label">
223
+ <img src="<?php echo HFSINS_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
224
+ </span>
225
+ <?php _e( 'Donate with PayPal', $text ); ?>
226
+ </a>
227
+ <p><?php _e( 'Thank you for your support!', $text ); ?></p>
228
+ </div>
229
  </div>
230
  </div>
231
  <!-- END-TAB 4 -->
232
 
233
  <!-- TAB 5 -->
234
+ <div class="tab-page fade" id="tab-author">
235
  <div class="postbox">
236
+ <h3 class="title"><?php _e( 'Author', $text ); ?></h3>
237
+ <div class="inside include-tab-author"></div>
238
  </div>
239
  </div>
240
  <!-- END-TAB 5 -->
245
  </div>
246
  <!-- END-TAB 6 -->
247
 
 
 
248
  </div>
249
 
250
  </div>
inc/php/settings.php CHANGED
@@ -8,45 +8,11 @@
8
  defined( 'ABSPATH' ) or die( "Restricted access!" );
9
 
10
  /**
11
- * Render Settings Tab
12
  *
13
- * @since 4.5
14
  */
15
  ?>
16
- <!-- SIDEBAR -->
17
- <div class="inner-sidebar">
18
- <div id="side-sortables" class="meta-box-sortabless ui-sortable">
19
-
20
- <div class="postbox about">
21
- <h3 class="title"><?php _e( 'About', $text ); ?></h3>
22
- <div class="inside">
23
- <p><?php _e( 'This plugin allows you to easily insert scripts in your website.', $text ); ?></p>
24
- </div>
25
- </div>
26
-
27
- <div class="postbox support">
28
- <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
29
- <div class="inside">
30
- <p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
31
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="additional-button paypal"><?php _e( 'Donate with PayPal', $text ); ?></a>
32
- <p><?php _e( 'Thanks for your support!', $text ); ?></p>
33
- </div>
34
- </div>
35
-
36
- <div class="postbox help">
37
- <h3 class="title"><?php _e( 'Help', $text ); ?></h3>
38
- <div class="inside">
39
- <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $text ); ?></p>
40
- </div>
41
- </div>
42
-
43
- <div class="include-banner"></div>
44
-
45
- </div>
46
- </div>
47
- <!-- END-SIDEBAR -->
48
-
49
- <!-- FORM -->
50
  <div class="has-sidebar sm-padded">
51
  <div id="post-body-content" class="has-sidebar-content">
52
  <div class="meta-box-sortabless">
@@ -112,7 +78,12 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
112
  <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
113
  <div class="inside">
114
  <p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
115
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="additional-button paypal"><?php _e( 'Donate with PayPal', $text ); ?></a>
 
 
 
 
 
116
  <p><?php _e( 'Thanks for your support!', $text ); ?></p>
117
  </div>
118
  </div>
@@ -122,5 +93,4 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
122
  </div>
123
  </div>
124
  </div>
125
- <!-- END-FORM -->
126
  <?php
8
  defined( 'ABSPATH' ) or die( "Restricted access!" );
9
 
10
  /**
11
+ * Render Settings Tab Content
12
  *
13
+ * @since 4.6
14
  */
15
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  <div class="has-sidebar sm-padded">
17
  <div id="post-body-content" class="has-sidebar-content">
18
  <div class="meta-box-sortabless">
78
  <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
79
  <div class="inside">
80
  <p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
81
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default btn-labeled">
82
+ <span class="btn-label">
83
+ <img src="<?php echo HFSINS_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
84
+ </span>
85
+ <?php _e( 'Donate with PayPal', $text ); ?>
86
+ </a>
87
  <p><?php _e( 'Thanks for your support!', $text ); ?></p>
88
  </div>
89
  </div>
93
  </div>
94
  </div>
95
  </div>
 
96
  <?php
inc/php/sidebar.php ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Prevent Direct Access
5
+ *
6
+ * @since 0.1
7
+ */
8
+ defined( 'ABSPATH' ) or die( "Restricted access!" );
9
+
10
+ /**
11
+ * Render Sidebar
12
+ *
13
+ * @since 4.6
14
+ */
15
+ ?>
16
+ <div class="inner-sidebar">
17
+ <div id="side-sortables" class="meta-box-sortabless ui-sortable">
18
+
19
+ <div class="postbox about">
20
+ <h3 class="title"><?php _e( 'About', $text ); ?></h3>
21
+ <div class="inside">
22
+ <p><?php _e( 'This plugin allows you to easily insert scripts in your website.', $text ); ?></p>
23
+ </div>
24
+ </div>
25
+
26
+ <div class="postbox support">
27
+ <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
28
+ <div class="inside">
29
+ <p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', $text ); ?></p>
30
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default btn-labeled">
31
+ <span class="btn-label">
32
+ <img src="<?php echo HFSINS_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
33
+ </span>
34
+ <?php _e( 'Donate with PayPal', $text ); ?>
35
+ </a>
36
+ <p><?php _e( 'Thanks for your support!', $text ); ?></p>
37
+ </div>
38
+ </div>
39
+
40
+ <div class="postbox help">
41
+ <h3 class="title"><?php _e( 'Help', $text ); ?></h3>
42
+ <div class="inside">
43
+ <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $text ); ?></p>
44
+ </div>
45
+ </div>
46
+
47
+ <div class="postbox banner">
48
+ <div class="inside">
49
+ <a href="https://www.spacexchimp.com/" target="_blank">
50
+ <img src="<?php echo HFSINS_URL . 'inc/img/banner.png'; ?>" alt="Space X-Chimp Studio">
51
+ </a>
52
+ </div>
53
+ </div>
54
+
55
+ </div>
56
+ </div>
57
+ <?php
languages/header-and-footer-scripts-inserter-pl_PL.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Header and Footer Scripts Inserter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-21 14:13+0300\n"
6
- "PO-Revision-Date: 2017-06-21 14:13+0300\n"
7
  "Last-Translator: psouu <koko887@wp.pl>\n"
8
  "Language-Team: \n"
9
  "Language: pl\n"
@@ -67,7 +67,7 @@ msgstr ""
67
  msgid "Main"
68
  msgstr ""
69
 
70
- #: inc/php/page.php:49 inc/php/page.php:68
71
  msgid "Usage"
72
  msgstr "Wykorzystanie"
73
 
@@ -75,32 +75,32 @@ msgstr "Wykorzystanie"
75
  msgid "F.A.Q."
76
  msgstr "FAQ"
77
 
78
- #: inc/php/page.php:51 inc/php/page.php:215
79
- msgid "Author"
80
- msgstr "Autor"
81
-
82
- #: inc/php/page.php:52 inc/php/page.php:224 inc/php/settings.php:28
83
- #: inc/php/settings.php:110
84
  msgid "Support"
85
  msgstr ""
86
 
 
 
 
 
87
  #: inc/php/page.php:53
88
  msgid "Store"
89
  msgstr "Rodzina"
90
 
91
- #: inc/php/page.php:70
92
  msgid "To add the script to your website, simply follow these steps:"
93
  msgstr ""
94
 
95
- #: inc/php/page.php:72
96
  msgid "Go to the \"Main\" tab."
97
  msgstr ""
98
 
99
- #: inc/php/page.php:73
100
  msgid "Place your scripts in the field."
101
  msgstr ""
102
 
103
- #: inc/php/page.php:74
104
  msgid ""
105
  "Note that the fields are for inserting HTML code, so JavaScript and CSS code "
106
  "must be wrapped in the corresponding HTML tag. For JavaScript code use the "
@@ -108,57 +108,57 @@ msgid ""
108
  "</code> tag. Example:"
109
  msgstr ""
110
 
111
- #: inc/php/page.php:88
112
  msgid "Click the \"Save changes\" button."
113
  msgstr ""
114
 
115
- #: inc/php/page.php:89
116
  msgid "Enjoy the result of applying your scripts."
117
  msgstr ""
118
 
119
- #: inc/php/page.php:89
120
  msgid "It's that simple!"
121
  msgstr ""
122
 
123
- #: inc/php/page.php:91
124
  msgid "Note!"
125
  msgstr ""
126
 
127
- #: inc/php/page.php:91
128
  msgid "If you want more options then tell me and I will be happy to add it."
129
  msgstr "Jeśli potrzebujesz więcej opcji napisz mi o tym. Chętnie je dodam."
130
 
131
- #: inc/php/page.php:100
132
  msgid "Frequently Asked Questions"
133
  msgstr "Często zadawane pytania"
134
 
135
- #: inc/php/page.php:104
136
  msgid ""
137
  "If you have a question, please read the Frequently Asked Questions below to "
138
  "see if the answer is here."
139
  msgstr ""
140
 
141
- #: inc/php/page.php:126
142
  msgid "Will this plugin work on my WordPress.COM website?"
143
  msgstr ""
144
 
145
- #: inc/php/page.php:127
146
  msgid ""
147
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
148
  "websites."
149
  msgstr ""
150
 
151
- #: inc/php/page.php:129
152
  msgid "Can I use this plugin on my language?"
153
  msgstr ""
154
 
155
- #: inc/php/page.php:130
156
  msgid ""
157
  "Yes. This plugin is ready for translation and has already been translated "
158
  "into several languages."
159
  msgstr ""
160
 
161
- #: inc/php/page.php:132
162
  #, php-format
163
  msgid ""
164
  "If you want to help translate this plugin then please visit the %s. You can "
@@ -168,63 +168,63 @@ msgid ""
168
  "update."
169
  msgstr ""
170
 
171
- #: inc/php/page.php:137
172
  msgid ""
173
  "Maybe not all existed translations are up to date. You are welcome to "
174
  "contribute corrections!"
175
  msgstr ""
176
 
177
- #: inc/php/page.php:138
178
  msgid ""
179
  "Many of plugin users would be delighted if you share your translation with "
180
  "the community. Thanks for your contribution!"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:140
184
  msgid "How does it work?"
185
  msgstr ""
186
 
187
- #: inc/php/page.php:141
188
  msgid ""
189
  "On the \"Settings\" tab, place your scripts in the field and click the "
190
  "\"Save changes\" button. Enjoy the result of applying your scripts. It's "
191
  "that simple!"
192
  msgstr ""
193
 
194
- #: inc/php/page.php:143
195
  msgid "How much of scripts I can enter in the field?"
196
  msgstr ""
197
 
198
- #: inc/php/page.php:144
199
  msgid "I don't limit the number of characters."
200
  msgstr ""
201
 
202
- #: inc/php/page.php:146
203
  msgid "Does this plugin requires any modification of the theme?"
204
  msgstr ""
205
 
206
- #: inc/php/page.php:147
207
  msgid ""
208
  "Absolutely not. This plugin is configurable entirely from the plugin "
209
  "settings page."
210
  msgstr ""
211
 
212
- #: inc/php/page.php:149
213
  msgid "Does this require any knowledge of HTML or CSS?"
214
  msgstr ""
215
 
216
- #: inc/php/page.php:150
217
  msgid ""
218
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
219
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
220
  "order to add/remove/modify the HTML or CSS code by using this plugin."
221
  msgstr ""
222
 
223
- #: inc/php/page.php:152
224
  msgid "Can I add my script to a specific page of my website?"
225
  msgstr ""
226
 
227
- #: inc/php/page.php:153
228
  msgid ""
229
  "For now, this plugin does not have an option to apply the custom scripts "
230
  "only on specific pages. I plan to add this feature soon. But for now in "
@@ -233,18 +233,18 @@ msgid ""
233
  "need something like this:"
234
  msgstr ""
235
 
236
- #: inc/php/page.php:166
237
  #, php-format
238
  msgid ""
239
  "To apply the PHP code on a website, I can recommend you to use another my "
240
  "plugin called %s."
241
  msgstr ""
242
 
243
- #: inc/php/page.php:170
244
  msgid "It's not working. What could be wrong?"
245
  msgstr ""
246
 
247
- #: inc/php/page.php:171
248
  msgid ""
249
  "As with every plugin, it's possible that things don't work. The most common "
250
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -253,7 +253,7 @@ msgid ""
253
  "browser's cache may solve the problem."
254
  msgstr ""
255
 
256
- #: inc/php/page.php:172
257
  msgid ""
258
  "It's impossible to tell what could be wrong exactly, but if you post a "
259
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
@@ -261,13 +261,13 @@ msgid ""
261
  "possible, including a link to your website where the problem can be seen."
262
  msgstr ""
263
 
264
- #: inc/php/page.php:174
265
  msgid ""
266
  "The last WordPress update is preventing me from editing my website that is "
267
  "using this plugin. Why is this?"
268
  msgstr ""
269
 
270
- #: inc/php/page.php:175
271
  msgid ""
272
  "This plugin can not cause such problem. More likely, the problem are related "
273
  "to the settings of the website. It could just be a cache, so please try to "
@@ -276,41 +276,41 @@ msgid ""
276
  "please try to re-login to the website, this too can help."
277
  msgstr ""
278
 
279
- #: inc/php/page.php:177
280
  msgid "Where to report bug if found?"
281
  msgstr ""
282
 
283
- #: inc/php/page.php:179
284
  #, php-format
285
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:185
289
  msgid "Where to share any ideas or suggestions to make the plugin better?"
290
  msgstr ""
291
 
292
- #: inc/php/page.php:187
293
  #, php-format
294
  msgid ""
295
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
296
  msgstr ""
297
 
298
- #: inc/php/page.php:192
299
  msgid "I love this plugin! Can I help somehow?"
300
  msgstr ""
301
 
302
- #: inc/php/page.php:194
303
  #, php-format
304
  msgid ""
305
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
306
  "click on the donate button, and thank you!"
307
  msgstr ""
308
 
309
- #: inc/php/page.php:200
310
  msgid "My question wasn't answered here."
311
  msgstr ""
312
 
313
- #: inc/php/page.php:202
314
  #, php-format
315
  msgid ""
316
  "You can ask your question on the plugin support page %s. But please keep in "
@@ -318,47 +318,38 @@ msgid ""
318
  "have no way to answer everyone."
319
  msgstr ""
320
 
321
- #: inc/php/settings.php:21
322
- msgid "About"
323
- msgstr "O wtyczce"
324
-
325
- #: inc/php/settings.php:23
326
- msgid "This plugin allows you to easily insert scripts in your website."
327
- msgstr "Ta wtyczka pozwala łatwo wstawić kod skryptów na stronę www."
328
 
329
- #: inc/php/settings.php:30 inc/php/settings.php:112
330
  msgid ""
331
- "I'm an independent developer, without a regular income, so every little "
332
- "contribution helps cover my costs and lets me spend more time building "
333
- "things for people like you to enjoy."
 
 
 
334
  msgstr ""
335
 
336
- #: inc/php/settings.php:31 inc/php/settings.php:113
337
  msgid "Donate with PayPal"
338
  msgstr ""
339
 
340
- #: inc/php/settings.php:32 inc/php/settings.php:114
341
- msgid "Thanks for your support!"
342
- msgstr "Dziękujemy za wsparcie!"
343
-
344
- #: inc/php/settings.php:37
345
- msgid "Help"
346
- msgstr "Pomoc"
347
-
348
- #: inc/php/settings.php:39
349
- msgid "If you have a question, please read the information in the FAQ section."
350
- msgstr "Masz coś do powiedzenia? Potrzebujesz pomocy?"
351
 
352
- #: inc/php/settings.php:76
353
  msgid "Head Section"
354
  msgstr "Sekcja: Nagłówek"
355
 
356
- #: inc/php/settings.php:79
357
  msgid ""
358
  "You can use the fields below to add scripts to HEAD section of your website."
359
  msgstr "Pola poniżej można użyć, aby dodać kody skryptów do nagłówka witryny."
360
 
361
- #: inc/php/settings.php:81
362
  msgid ""
363
  "Scripts from this field will be printed in the beginning of <b>HEAD</b> "
364
  "section. Do not place plain text in this!"
@@ -366,7 +357,7 @@ msgstr ""
366
  "Skrypty z tego pola zostaną dodane na początku sekcji <b>HEAD</b>. Nie "
367
  "należy tu umieszczać zwykłego tekstu!"
368
 
369
- #: inc/php/settings.php:84
370
  msgid ""
371
  "Scripts from this field will be printed in the end of <b>HEAD</b> section. "
372
  "Do not place plain text in this!"
@@ -374,21 +365,21 @@ msgstr ""
374
  "Skrypty z tego pola zostaną dodane na końcu sekcji <b>HEAD</b>. Nie należy "
375
  "tu umieszczać zwykłego tekstu!"
376
 
377
- #: inc/php/settings.php:87 inc/php/settings.php:104
378
  msgid "Save changes"
379
  msgstr "Zapisz"
380
 
381
- #: inc/php/settings.php:93
382
  msgid "Footer Section"
383
  msgstr "Sekcja: Stopka"
384
 
385
- #: inc/php/settings.php:96
386
  msgid ""
387
  "You can use the fields below to add scripts to FOOTER section of your "
388
  "website."
389
  msgstr "Pola poniżej można użyć, aby dodać kody skryptów do stopki witryny."
390
 
391
- #: inc/php/settings.php:98
392
  msgid ""
393
  "Scripts from this field will be printed before a footers scripts. Do not "
394
  "place plain text in this!"
@@ -396,7 +387,7 @@ msgstr ""
396
  "Skrypty z tego pola zostaną dodane przed skryptami ze stopki. Nie należy tu "
397
  "umieszczać zwykłego tekstu!"
398
 
399
- #: inc/php/settings.php:101
400
  msgid ""
401
  "Scripts from this field will be printed after all footers scripts. Do not "
402
  "place plain text in this!"
@@ -404,6 +395,33 @@ msgstr ""
404
  "Skrypty z tego pola zostaną dodane za skryptami ze stopki. Nie należy tu "
405
  "umieszczać zwykłego tekstu!"
406
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  #. Plugin Name of the plugin/theme
408
  msgid "Head and Footer Scripts Inserter"
409
  msgstr "Wstawianie kodu do nagłówka i stopki"
@@ -505,10 +523,3 @@ msgstr "https://www.arthurgareginyan.com"
505
 
506
  #~ msgid "Arthur \"Berserkr\" Gareginyan"
507
  #~ msgstr "Arthur \"Berserkr\" Gareginyan"
508
-
509
- #~ msgid ""
510
- #~ "https://mycyberuniverse.com/my_programs/wp-plugin-header-and-footer-"
511
- #~ "scripts-inserter.html"
512
- #~ msgstr ""
513
- #~ "https://mycyberuniverse.com/my_programs/wp-plugin-header-and-footer-"
514
- #~ "scripts-inserter.html"
2
  msgstr ""
3
  "Project-Id-Version: Header and Footer Scripts Inserter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-08-10 15:59+0300\n"
6
+ "PO-Revision-Date: 2017-08-10 15:59+0300\n"
7
  "Last-Translator: psouu <koko887@wp.pl>\n"
8
  "Language-Team: \n"
9
  "Language: pl\n"
67
  msgid "Main"
68
  msgstr ""
69
 
70
+ #: inc/php/page.php:49 inc/php/page.php:69
71
  msgid "Usage"
72
  msgstr "Wykorzystanie"
73
 
75
  msgid "F.A.Q."
76
  msgstr "FAQ"
77
 
78
+ #: inc/php/page.php:51 inc/php/page.php:216 inc/php/settings.php:78
79
+ #: inc/php/sidebar.php:27
 
 
 
 
80
  msgid "Support"
81
  msgstr ""
82
 
83
+ #: inc/php/page.php:52 inc/php/page.php:236
84
+ msgid "Author"
85
+ msgstr "Autor"
86
+
87
  #: inc/php/page.php:53
88
  msgid "Store"
89
  msgstr "Rodzina"
90
 
91
+ #: inc/php/page.php:71
92
  msgid "To add the script to your website, simply follow these steps:"
93
  msgstr ""
94
 
95
+ #: inc/php/page.php:73
96
  msgid "Go to the \"Main\" tab."
97
  msgstr ""
98
 
99
+ #: inc/php/page.php:74
100
  msgid "Place your scripts in the field."
101
  msgstr ""
102
 
103
+ #: inc/php/page.php:75
104
  msgid ""
105
  "Note that the fields are for inserting HTML code, so JavaScript and CSS code "
106
  "must be wrapped in the corresponding HTML tag. For JavaScript code use the "
108
  "</code> tag. Example:"
109
  msgstr ""
110
 
111
+ #: inc/php/page.php:89
112
  msgid "Click the \"Save changes\" button."
113
  msgstr ""
114
 
115
+ #: inc/php/page.php:90
116
  msgid "Enjoy the result of applying your scripts."
117
  msgstr ""
118
 
119
+ #: inc/php/page.php:90
120
  msgid "It's that simple!"
121
  msgstr ""
122
 
123
+ #: inc/php/page.php:92
124
  msgid "Note!"
125
  msgstr ""
126
 
127
+ #: inc/php/page.php:92
128
  msgid "If you want more options then tell me and I will be happy to add it."
129
  msgstr "Jeśli potrzebujesz więcej opcji napisz mi o tym. Chętnie je dodam."
130
 
131
+ #: inc/php/page.php:101
132
  msgid "Frequently Asked Questions"
133
  msgstr "Często zadawane pytania"
134
 
135
+ #: inc/php/page.php:105
136
  msgid ""
137
  "If you have a question, please read the Frequently Asked Questions below to "
138
  "see if the answer is here."
139
  msgstr ""
140
 
141
+ #: inc/php/page.php:127
142
  msgid "Will this plugin work on my WordPress.COM website?"
143
  msgstr ""
144
 
145
+ #: inc/php/page.php:128
146
  msgid ""
147
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
148
  "websites."
149
  msgstr ""
150
 
151
+ #: inc/php/page.php:130
152
  msgid "Can I use this plugin on my language?"
153
  msgstr ""
154
 
155
+ #: inc/php/page.php:131
156
  msgid ""
157
  "Yes. This plugin is ready for translation and has already been translated "
158
  "into several languages."
159
  msgstr ""
160
 
161
+ #: inc/php/page.php:133
162
  #, php-format
163
  msgid ""
164
  "If you want to help translate this plugin then please visit the %s. You can "
168
  "update."
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:138
172
  msgid ""
173
  "Maybe not all existed translations are up to date. You are welcome to "
174
  "contribute corrections!"
175
  msgstr ""
176
 
177
+ #: inc/php/page.php:139
178
  msgid ""
179
  "Many of plugin users would be delighted if you share your translation with "
180
  "the community. Thanks for your contribution!"
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:141
184
  msgid "How does it work?"
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:142
188
  msgid ""
189
  "On the \"Settings\" tab, place your scripts in the field and click the "
190
  "\"Save changes\" button. Enjoy the result of applying your scripts. It's "
191
  "that simple!"
192
  msgstr ""
193
 
194
+ #: inc/php/page.php:144
195
  msgid "How much of scripts I can enter in the field?"
196
  msgstr ""
197
 
198
+ #: inc/php/page.php:145
199
  msgid "I don't limit the number of characters."
200
  msgstr ""
201
 
202
+ #: inc/php/page.php:147
203
  msgid "Does this plugin requires any modification of the theme?"
204
  msgstr ""
205
 
206
+ #: inc/php/page.php:148
207
  msgid ""
208
  "Absolutely not. This plugin is configurable entirely from the plugin "
209
  "settings page."
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:150
213
  msgid "Does this require any knowledge of HTML or CSS?"
214
  msgstr ""
215
 
216
+ #: inc/php/page.php:151
217
  msgid ""
218
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
219
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
220
  "order to add/remove/modify the HTML or CSS code by using this plugin."
221
  msgstr ""
222
 
223
+ #: inc/php/page.php:153
224
  msgid "Can I add my script to a specific page of my website?"
225
  msgstr ""
226
 
227
+ #: inc/php/page.php:154
228
  msgid ""
229
  "For now, this plugin does not have an option to apply the custom scripts "
230
  "only on specific pages. I plan to add this feature soon. But for now in "
233
  "need something like this:"
234
  msgstr ""
235
 
236
+ #: inc/php/page.php:167
237
  #, php-format
238
  msgid ""
239
  "To apply the PHP code on a website, I can recommend you to use another my "
240
  "plugin called %s."
241
  msgstr ""
242
 
243
+ #: inc/php/page.php:171
244
  msgid "It's not working. What could be wrong?"
245
  msgstr ""
246
 
247
+ #: inc/php/page.php:172
248
  msgid ""
249
  "As with every plugin, it's possible that things don't work. The most common "
250
  "reason for this is a web browser's cache. Every web browser stores a cache "
253
  "browser's cache may solve the problem."
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:173
257
  msgid ""
258
  "It's impossible to tell what could be wrong exactly, but if you post a "
259
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
261
  "possible, including a link to your website where the problem can be seen."
262
  msgstr ""
263
 
264
+ #: inc/php/page.php:175
265
  msgid ""
266
  "The last WordPress update is preventing me from editing my website that is "
267
  "using this plugin. Why is this?"
268
  msgstr ""
269
 
270
+ #: inc/php/page.php:176
271
  msgid ""
272
  "This plugin can not cause such problem. More likely, the problem are related "
273
  "to the settings of the website. It could just be a cache, so please try to "
276
  "please try to re-login to the website, this too can help."
277
  msgstr ""
278
 
279
+ #: inc/php/page.php:178
280
  msgid "Where to report bug if found?"
281
  msgstr ""
282
 
283
+ #: inc/php/page.php:180
284
  #, php-format
285
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
286
  msgstr ""
287
 
288
+ #: inc/php/page.php:186
289
  msgid "Where to share any ideas or suggestions to make the plugin better?"
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:188
293
  #, php-format
294
  msgid ""
295
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
296
  msgstr ""
297
 
298
+ #: inc/php/page.php:193
299
  msgid "I love this plugin! Can I help somehow?"
300
  msgstr ""
301
 
302
+ #: inc/php/page.php:195
303
  #, php-format
304
  msgid ""
305
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
306
  "click on the donate button, and thank you!"
307
  msgstr ""
308
 
309
+ #: inc/php/page.php:201
310
  msgid "My question wasn't answered here."
311
  msgstr ""
312
 
313
+ #: inc/php/page.php:203
314
  #, php-format
315
  msgid ""
316
  "You can ask your question on the plugin support page %s. But please keep in "
318
  "have no way to answer everyone."
319
  msgstr ""
320
 
321
+ #: inc/php/page.php:219
322
+ msgid "If you appreciate my work, you can buy me a coffee!"
323
+ msgstr ""
 
 
 
 
324
 
325
+ #: inc/php/page.php:220
326
  msgid ""
327
+ "I spend a lot of time and effort trying to make sure that the themes, "
328
+ "plugins and another things I build are useful, and the ultimate proof of "
329
+ "that for me is that you actually want to use them. But, I’m an independent "
330
+ "developer, without a regular income, so every little contribution helps "
331
+ "cover my costs and lets me spend more time building things for people like "
332
+ "you to enjoy."
333
  msgstr ""
334
 
335
+ #: inc/php/page.php:225 inc/php/settings.php:85 inc/php/sidebar.php:34
336
  msgid "Donate with PayPal"
337
  msgstr ""
338
 
339
+ #: inc/php/page.php:227
340
+ msgid "Thank you for your support!"
341
+ msgstr ""
 
 
 
 
 
 
 
 
342
 
343
+ #: inc/php/settings.php:44
344
  msgid "Head Section"
345
  msgstr "Sekcja: Nagłówek"
346
 
347
+ #: inc/php/settings.php:47
348
  msgid ""
349
  "You can use the fields below to add scripts to HEAD section of your website."
350
  msgstr "Pola poniżej można użyć, aby dodać kody skryptów do nagłówka witryny."
351
 
352
+ #: inc/php/settings.php:49
353
  msgid ""
354
  "Scripts from this field will be printed in the beginning of <b>HEAD</b> "
355
  "section. Do not place plain text in this!"
357
  "Skrypty z tego pola zostaną dodane na początku sekcji <b>HEAD</b>. Nie "
358
  "należy tu umieszczać zwykłego tekstu!"
359
 
360
+ #: inc/php/settings.php:52
361
  msgid ""
362
  "Scripts from this field will be printed in the end of <b>HEAD</b> section. "
363
  "Do not place plain text in this!"
365
  "Skrypty z tego pola zostaną dodane na końcu sekcji <b>HEAD</b>. Nie należy "
366
  "tu umieszczać zwykłego tekstu!"
367
 
368
+ #: inc/php/settings.php:55 inc/php/settings.php:72
369
  msgid "Save changes"
370
  msgstr "Zapisz"
371
 
372
+ #: inc/php/settings.php:61
373
  msgid "Footer Section"
374
  msgstr "Sekcja: Stopka"
375
 
376
+ #: inc/php/settings.php:64
377
  msgid ""
378
  "You can use the fields below to add scripts to FOOTER section of your "
379
  "website."
380
  msgstr "Pola poniżej można użyć, aby dodać kody skryptów do stopki witryny."
381
 
382
+ #: inc/php/settings.php:66
383
  msgid ""
384
  "Scripts from this field will be printed before a footers scripts. Do not "
385
  "place plain text in this!"
387
  "Skrypty z tego pola zostaną dodane przed skryptami ze stopki. Nie należy tu "
388
  "umieszczać zwykłego tekstu!"
389
 
390
+ #: inc/php/settings.php:69
391
  msgid ""
392
  "Scripts from this field will be printed after all footers scripts. Do not "
393
  "place plain text in this!"
395
  "Skrypty z tego pola zostaną dodane za skryptami ze stopki. Nie należy tu "
396
  "umieszczać zwykłego tekstu!"
397
 
398
+ #: inc/php/settings.php:80 inc/php/sidebar.php:29
399
+ msgid ""
400
+ "I'm an independent developer, without a regular income, so every little "
401
+ "contribution helps cover my costs and lets me spend more time building "
402
+ "things for people like you to enjoy."
403
+ msgstr ""
404
+
405
+ #: inc/php/settings.php:87 inc/php/sidebar.php:36
406
+ msgid "Thanks for your support!"
407
+ msgstr "Dziękujemy za wsparcie!"
408
+
409
+ #: inc/php/sidebar.php:20
410
+ msgid "About"
411
+ msgstr "O wtyczce"
412
+
413
+ #: inc/php/sidebar.php:22
414
+ msgid "This plugin allows you to easily insert scripts in your website."
415
+ msgstr "Ta wtyczka pozwala łatwo wstawić kod skryptów na stronę www."
416
+
417
+ #: inc/php/sidebar.php:41
418
+ msgid "Help"
419
+ msgstr "Pomoc"
420
+
421
+ #: inc/php/sidebar.php:43
422
+ msgid "If you have a question, please read the information in the FAQ section."
423
+ msgstr "Masz coś do powiedzenia? Potrzebujesz pomocy?"
424
+
425
  #. Plugin Name of the plugin/theme
426
  msgid "Head and Footer Scripts Inserter"
427
  msgstr "Wstawianie kodu do nagłówka i stopki"
523
 
524
  #~ msgid "Arthur \"Berserkr\" Gareginyan"
525
  #~ msgstr "Arthur \"Berserkr\" Gareginyan"
 
 
 
 
 
 
 
languages/header-and-footer-scripts-inserter-ru_RU.mo CHANGED
Binary file
languages/header-and-footer-scripts-inserter-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Header and Footer Scripts Inserter\n"
4
- "POT-Creation-Date: 2017-06-21 14:12+0300\n"
5
- "PO-Revision-Date: 2017-06-21 14:12+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -27,7 +27,7 @@ msgstr "Настройки"
27
 
28
  #: inc/php/core.php:47
29
  msgid "Donate"
30
- msgstr "Поддержать разработку"
31
 
32
  #: inc/php/messages.php:30
33
  msgid "Hello. I'm Arthur, the author of this plugin."
@@ -63,7 +63,7 @@ msgstr "Версия"
63
  msgid "Main"
64
  msgstr "Главная"
65
 
66
- #: inc/php/page.php:49 inc/php/page.php:68
67
  msgid "Usage"
68
  msgstr "Применение"
69
 
@@ -71,76 +71,81 @@ msgstr "Применение"
71
  msgid "F.A.Q."
72
  msgstr "F.A.Q."
73
 
74
- #: inc/php/page.php:51 inc/php/page.php:215
75
- msgid "Author"
76
- msgstr "Автор"
77
-
78
- #: inc/php/page.php:52 inc/php/page.php:224 inc/php/settings.php:28
79
- #: inc/php/settings.php:110
80
  msgid "Support"
81
  msgstr "Поддержка"
82
 
 
 
 
 
83
  #: inc/php/page.php:53
84
  msgid "Store"
85
- msgstr "Семья"
86
 
87
- #: inc/php/page.php:70
88
  msgid "To add the script to your website, simply follow these steps:"
89
  msgstr ""
 
90
 
91
- #: inc/php/page.php:72
92
  msgid "Go to the \"Main\" tab."
93
  msgstr "Перейдите на вкладку «Главная»."
94
 
95
- #: inc/php/page.php:73
96
  msgid "Place your scripts in the field."
97
  msgstr "Поместите свои скрипты в поле."
98
 
99
- #: inc/php/page.php:74
100
  msgid ""
101
  "Note that the fields are for inserting HTML code, so JavaScript and CSS code "
102
  "must be wrapped in the corresponding HTML tag. For JavaScript code use the "
103
  "<code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;"
104
  "</code> tag. Example:"
105
  msgstr ""
 
 
 
 
106
 
107
- #: inc/php/page.php:88
108
  msgid "Click the \"Save changes\" button."
109
  msgstr "Нажмите кнопку «Сохранить изменения»."
110
 
111
- #: inc/php/page.php:89
112
  msgid "Enjoy the result of applying your scripts."
113
  msgstr "Наслаждайтесь результатом применения ваших скриптов."
114
 
115
- #: inc/php/page.php:89
116
  msgid "It's that simple!"
117
  msgstr "Вот так просто!"
118
 
119
- #: inc/php/page.php:91
120
  msgid "Note!"
121
  msgstr "Примечание!"
122
 
123
- #: inc/php/page.php:91
124
  msgid "If you want more options then tell me and I will be happy to add it."
125
  msgstr ""
126
  "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
127
  "добавить их."
128
 
129
- #: inc/php/page.php:100
130
  msgid "Frequently Asked Questions"
131
  msgstr "Часто задаваемые вопросы"
132
 
133
- #: inc/php/page.php:104
134
  msgid ""
135
  "If you have a question, please read the Frequently Asked Questions below to "
136
  "see if the answer is here."
137
- msgstr ""
138
 
139
- #: inc/php/page.php:126
140
  msgid "Will this plugin work on my WordPress.COM website?"
141
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
142
 
143
- #: inc/php/page.php:127
144
  msgid ""
145
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
146
  "websites."
@@ -148,17 +153,17 @@ msgstr ""
148
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
149
  "размещённых веб-сайтах (WordPress.ORG)."
150
 
151
- #: inc/php/page.php:129
152
  msgid "Can I use this plugin on my language?"
153
  msgstr "Можно ли использовать этот плагин на моём языке?"
154
 
155
- #: inc/php/page.php:130
156
  msgid ""
157
  "Yes. This plugin is ready for translation and has already been translated "
158
  "into several languages."
159
- msgstr ""
160
 
161
- #: inc/php/page.php:132
162
  #, php-format
163
  msgid ""
164
  "If you want to help translate this plugin then please visit the %s. You can "
@@ -167,43 +172,52 @@ msgid ""
167
  "me at the %s and I will include this translation within the next plugin "
168
  "update."
169
  msgstr ""
 
 
 
 
170
 
171
- #: inc/php/page.php:137
172
  msgid ""
173
  "Maybe not all existed translations are up to date. You are welcome to "
174
  "contribute corrections!"
175
- msgstr ""
176
 
177
- #: inc/php/page.php:138
178
  msgid ""
179
  "Many of plugin users would be delighted if you share your translation with "
180
  "the community. Thanks for your contribution!"
181
  msgstr ""
 
 
182
 
183
- #: inc/php/page.php:140
184
  msgid "How does it work?"
185
  msgstr "Как оно работает?"
186
 
187
- #: inc/php/page.php:141
188
  msgid ""
189
  "On the \"Settings\" tab, place your scripts in the field and click the "
190
  "\"Save changes\" button. Enjoy the result of applying your scripts. It's "
191
  "that simple!"
192
  msgstr ""
 
 
 
193
 
194
- #: inc/php/page.php:143
195
  msgid "How much of scripts I can enter in the field?"
196
- msgstr ""
197
 
198
- #: inc/php/page.php:144
199
  msgid "I don't limit the number of characters."
200
- msgstr ""
201
 
202
- #: inc/php/page.php:146
203
  msgid "Does this plugin requires any modification of the theme?"
204
  msgstr "Этот плагин требует изменения темы?"
205
 
206
- #: inc/php/page.php:147
207
  msgid ""
208
  "Absolutely not. This plugin is configurable entirely from the plugin "
209
  "settings page."
@@ -211,11 +225,11 @@ msgstr ""
211
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
212
  "плагина."
213
 
214
- #: inc/php/page.php:149
215
  msgid "Does this require any knowledge of HTML or CSS?"
216
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
217
 
218
- #: inc/php/page.php:150
219
  msgid ""
220
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
221
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
@@ -226,11 +240,12 @@ msgstr ""
226
  "для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
227
  "плагин."
228
 
229
- #: inc/php/page.php:152
230
  msgid "Can I add my script to a specific page of my website?"
231
  msgstr ""
 
232
 
233
- #: inc/php/page.php:153
234
  msgid ""
235
  "For now, this plugin does not have an option to apply the custom scripts "
236
  "only on specific pages. I plan to add this feature soon. But for now in "
@@ -238,19 +253,26 @@ msgid ""
238
  "to wrap your script in a PHP code that will determine the page you want. You "
239
  "need something like this:"
240
  msgstr ""
 
 
 
 
 
241
 
242
- #: inc/php/page.php:166
243
  #, php-format
244
  msgid ""
245
  "To apply the PHP code on a website, I can recommend you to use another my "
246
  "plugin called %s."
247
  msgstr ""
 
 
248
 
249
- #: inc/php/page.php:170
250
  msgid "It's not working. What could be wrong?"
251
  msgstr "Оно не работает. Что может быть не так?"
252
 
253
- #: inc/php/page.php:171
254
  msgid ""
255
  "As with every plugin, it's possible that things don't work. The most common "
256
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -258,22 +280,35 @@ msgid ""
258
  "usage and server load. This is called the browser's cache.​ Clearing your "
259
  "browser's cache may solve the problem."
260
  msgstr ""
 
 
 
 
 
 
261
 
262
- #: inc/php/page.php:172
263
  msgid ""
264
  "It's impossible to tell what could be wrong exactly, but if you post a "
265
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
266
  "to give it a look and try to help out. Please include as much information as "
267
  "possible, including a link to your website where the problem can be seen."
268
  msgstr ""
 
 
 
 
 
269
 
270
- #: inc/php/page.php:174
271
  msgid ""
272
  "The last WordPress update is preventing me from editing my website that is "
273
  "using this plugin. Why is this?"
274
  msgstr ""
 
 
275
 
276
- #: inc/php/page.php:175
277
  msgid ""
278
  "This plugin can not cause such problem. More likely, the problem are related "
279
  "to the settings of the website. It could just be a cache, so please try to "
@@ -281,97 +316,103 @@ msgid ""
281
  "service such as the CloudFlare) and then the cache of your web browser. Also "
282
  "please try to re-login to the website, this too can help."
283
  msgstr ""
 
 
 
 
 
284
 
285
- #: inc/php/page.php:177
286
  msgid "Where to report bug if found?"
287
  msgstr "Где можно сообщить об ошибке?"
288
 
289
- #: inc/php/page.php:179
290
  #, php-format
291
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
292
  msgstr ""
293
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
294
 
295
- #: inc/php/page.php:185
296
  msgid "Where to share any ideas or suggestions to make the plugin better?"
297
  msgstr ""
298
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
299
 
300
- #: inc/php/page.php:187
301
  #, php-format
302
  msgid ""
303
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
304
  msgstr ""
 
 
305
 
306
- #: inc/php/page.php:192
307
  msgid "I love this plugin! Can I help somehow?"
308
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
309
 
310
- #: inc/php/page.php:194
311
  #, php-format
312
  msgid ""
313
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
314
  "click on the donate button, and thank you!"
315
  msgstr ""
 
 
316
 
317
- #: inc/php/page.php:200
318
  msgid "My question wasn't answered here."
319
  msgstr "Моего вопроса здесь нет."
320
 
321
- #: inc/php/page.php:202
322
  #, php-format
323
  msgid ""
324
  "You can ask your question on the plugin support page %s. But please keep in "
325
  "mind that this plugin is free, and there is no a special support team, so I "
326
  "have no way to answer everyone."
327
  msgstr ""
 
 
 
328
 
329
- #: inc/php/settings.php:21
330
- msgid "About"
331
- msgstr "О плагине"
332
 
333
- #: inc/php/settings.php:23
334
- msgid "This plugin allows you to easily insert scripts in your website."
335
- msgstr "Этот плагин позволяет легко вставлять скрипты в ваш веб-сайте."
336
-
337
- #: inc/php/settings.php:30 inc/php/settings.php:112
338
  msgid ""
339
- "I'm an independent developer, without a regular income, so every little "
340
- "contribution helps cover my costs and lets me spend more time building "
341
- "things for people like you to enjoy."
342
- msgstr ""
343
- "Я независимый разработчик, без регулярного дохода, так что каждый маленький "
344
- "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
 
 
 
 
 
 
345
  "создание программ для людей как вы."
346
 
347
- #: inc/php/settings.php:31 inc/php/settings.php:113
348
  msgid "Donate with PayPal"
349
- msgstr ""
350
 
351
- #: inc/php/settings.php:32 inc/php/settings.php:114
352
- msgid "Thanks for your support!"
353
  msgstr "Спасибо за вашу поддержку!"
354
 
355
- #: inc/php/settings.php:37
356
- msgid "Help"
357
- msgstr "Помощь"
358
-
359
- #: inc/php/settings.php:39
360
- msgid "If you have a question, please read the information in the FAQ section."
361
- msgstr "Есть что сказать? Нужна помощь?"
362
-
363
- #: inc/php/settings.php:76
364
  msgid "Head Section"
365
  msgstr "Верхний колонтитул (HEAD)"
366
 
367
- #: inc/php/settings.php:79
368
  msgid ""
369
  "You can use the fields below to add scripts to HEAD section of your website."
370
  msgstr ""
371
  "Используйте поле расположенное ниже для того, чтобы добавить скрипты в "
372
  "верхний колонтитул вашего вебсайта."
373
 
374
- #: inc/php/settings.php:81
375
  msgid ""
376
  "Scripts from this field will be printed in the beginning of <b>HEAD</b> "
377
  "section. Do not place plain text in this!"
@@ -379,7 +420,7 @@ msgstr ""
379
  "Скрипты этой области будут напечатаны в начале верхнего колонтитула "
380
  "(<b>HEAD</b>). Не помещайте сюда обычный текст!"
381
 
382
- #: inc/php/settings.php:84
383
  msgid ""
384
  "Scripts from this field will be printed in the end of <b>HEAD</b> section. "
385
  "Do not place plain text in this!"
@@ -387,15 +428,15 @@ msgstr ""
387
  "Скрипты этой области будут напечатаны в конце верхнего колонтитула (<b>HEAD</"
388
  "b>). Не помещайте сюда обычный текст!"
389
 
390
- #: inc/php/settings.php:87 inc/php/settings.php:104
391
  msgid "Save changes"
392
  msgstr "Сохранить изменения"
393
 
394
- #: inc/php/settings.php:93
395
  msgid "Footer Section"
396
  msgstr "Нижний колонтитул (FOOTER)"
397
 
398
- #: inc/php/settings.php:96
399
  msgid ""
400
  "You can use the fields below to add scripts to FOOTER section of your "
401
  "website."
@@ -403,7 +444,7 @@ msgstr ""
403
  "Используйте поле расположенное ниже для того, чтобы добавить скрипты в "
404
  "нижний колонтитул вашего вебсайта."
405
 
406
- #: inc/php/settings.php:98
407
  msgid ""
408
  "Scripts from this field will be printed before a footers scripts. Do not "
409
  "place plain text in this!"
@@ -411,7 +452,7 @@ msgstr ""
411
  "Скрипты из этой области будут напечатаны в начале нижнего колонтитула. Не "
412
  "помещайте сюда обычный текст!"
413
 
414
- #: inc/php/settings.php:101
415
  msgid ""
416
  "Scripts from this field will be printed after all footers scripts. Do not "
417
  "place plain text in this!"
@@ -419,6 +460,37 @@ msgstr ""
419
  "Скрипты из этой области будут напечатаны в конце нижнего колонтитула. Не "
420
  "помещайте сюда обычный текст!"
421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  #. Plugin Name of the plugin/theme
423
  msgid "Head and Footer Scripts Inserter"
424
  msgstr "Head and Footer Scripts Inserter"
@@ -444,6 +516,9 @@ msgstr "Артур Гарегинян"
444
  msgid "https://www.arthurgareginyan.com"
445
  msgstr "https://www.arthurgareginyan.com"
446
 
 
 
 
447
  #~ msgid "You can contact me by email %s"
448
  #~ msgstr "Вы можете связаться со мной по электронной почте %s"
449
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Header and Footer Scripts Inserter\n"
4
+ "POT-Creation-Date: 2017-08-10 15:59+0300\n"
5
+ "PO-Revision-Date: 2017-08-10 15:59+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
27
 
28
  #: inc/php/core.php:47
29
  msgid "Donate"
30
+ msgstr "Поддержать"
31
 
32
  #: inc/php/messages.php:30
33
  msgid "Hello. I'm Arthur, the author of this plugin."
63
  msgid "Main"
64
  msgstr "Главная"
65
 
66
+ #: inc/php/page.php:49 inc/php/page.php:69
67
  msgid "Usage"
68
  msgstr "Применение"
69
 
71
  msgid "F.A.Q."
72
  msgstr "F.A.Q."
73
 
74
+ #: inc/php/page.php:51 inc/php/page.php:216 inc/php/settings.php:78
75
+ #: inc/php/sidebar.php:27
 
 
 
 
76
  msgid "Support"
77
  msgstr "Поддержка"
78
 
79
+ #: inc/php/page.php:52 inc/php/page.php:236
80
+ msgid "Author"
81
+ msgstr "Автор"
82
+
83
  #: inc/php/page.php:53
84
  msgid "Store"
85
+ msgstr "Магазин"
86
 
87
+ #: inc/php/page.php:71
88
  msgid "To add the script to your website, simply follow these steps:"
89
  msgstr ""
90
+ "Для того чтобы добавить скрипт на ваш веб-сайт, выполните следующие действия:"
91
 
92
+ #: inc/php/page.php:73
93
  msgid "Go to the \"Main\" tab."
94
  msgstr "Перейдите на вкладку «Главная»."
95
 
96
+ #: inc/php/page.php:74
97
  msgid "Place your scripts in the field."
98
  msgstr "Поместите свои скрипты в поле."
99
 
100
+ #: inc/php/page.php:75
101
  msgid ""
102
  "Note that the fields are for inserting HTML code, so JavaScript and CSS code "
103
  "must be wrapped in the corresponding HTML tag. For JavaScript code use the "
104
  "<code>&lt;script&gt;</code> tag, and for CSS code use the <code>&lt;style&gt;"
105
  "</code> tag. Example:"
106
  msgstr ""
107
+ "Обратите внимание на то, что эти поля для вставки HTML-кода, поэтому код "
108
+ "JavaScript и CSS должен быть обернут в соответствующий HTML тег. Для кода "
109
+ "JavaScript используйте тег <code>&lt;script&gt;</code>, а для CSS тэг "
110
+ "<code>&lt;style&gt;</code>. Пример:"
111
 
112
+ #: inc/php/page.php:89
113
  msgid "Click the \"Save changes\" button."
114
  msgstr "Нажмите кнопку «Сохранить изменения»."
115
 
116
+ #: inc/php/page.php:90
117
  msgid "Enjoy the result of applying your scripts."
118
  msgstr "Наслаждайтесь результатом применения ваших скриптов."
119
 
120
+ #: inc/php/page.php:90
121
  msgid "It's that simple!"
122
  msgstr "Вот так просто!"
123
 
124
+ #: inc/php/page.php:92
125
  msgid "Note!"
126
  msgstr "Примечание!"
127
 
128
+ #: inc/php/page.php:92
129
  msgid "If you want more options then tell me and I will be happy to add it."
130
  msgstr ""
131
  "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
132
  "добавить их."
133
 
134
+ #: inc/php/page.php:101
135
  msgid "Frequently Asked Questions"
136
  msgstr "Часто задаваемые вопросы"
137
 
138
+ #: inc/php/page.php:105
139
  msgid ""
140
  "If you have a question, please read the Frequently Asked Questions below to "
141
  "see if the answer is here."
142
+ msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
143
 
144
+ #: inc/php/page.php:127
145
  msgid "Will this plugin work on my WordPress.COM website?"
146
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
147
 
148
+ #: inc/php/page.php:128
149
  msgid ""
150
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
151
  "websites."
153
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
154
  "размещённых веб-сайтах (WordPress.ORG)."
155
 
156
+ #: inc/php/page.php:130
157
  msgid "Can I use this plugin on my language?"
158
  msgstr "Можно ли использовать этот плагин на моём языке?"
159
 
160
+ #: inc/php/page.php:131
161
  msgid ""
162
  "Yes. This plugin is ready for translation and has already been translated "
163
  "into several languages."
164
+ msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
165
 
166
+ #: inc/php/page.php:133
167
  #, php-format
168
  msgid ""
169
  "If you want to help translate this plugin then please visit the %s. You can "
172
  "me at the %s and I will include this translation within the next plugin "
173
  "update."
174
  msgstr ""
175
+ "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы "
176
+ "также можете использовать файл POT, который включён в плагин и помещён в "
177
+ "папку «languages», чтобы создать PO файл перевода. Просто отправьте мне файл "
178
+ "PO на %s и Я включу этот перевод в следующее обновление плагина."
179
 
180
+ #: inc/php/page.php:138
181
  msgid ""
182
  "Maybe not all existed translations are up to date. You are welcome to "
183
  "contribute corrections!"
184
+ msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
185
 
186
+ #: inc/php/page.php:139
187
  msgid ""
188
  "Many of plugin users would be delighted if you share your translation with "
189
  "the community. Thanks for your contribution!"
190
  msgstr ""
191
+ "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
192
+ "с сообществом. Спасибо за ваш вклад!"
193
 
194
+ #: inc/php/page.php:141
195
  msgid "How does it work?"
196
  msgstr "Как оно работает?"
197
 
198
+ #: inc/php/page.php:142
199
  msgid ""
200
  "On the \"Settings\" tab, place your scripts in the field and click the "
201
  "\"Save changes\" button. Enjoy the result of applying your scripts. It's "
202
  "that simple!"
203
  msgstr ""
204
+ "На вкладке «Настройки» поместите свои скрипты в поле и нажмите кнопку "
205
+ "«Сохранить изменения». Наслаждайтесь результатом применения ваших скриптов. "
206
+ "Это так просто!"
207
 
208
+ #: inc/php/page.php:144
209
  msgid "How much of scripts I can enter in the field?"
210
+ msgstr "Сколько скриптов я могу ввести в текстовое поле?"
211
 
212
+ #: inc/php/page.php:145
213
  msgid "I don't limit the number of characters."
214
+ msgstr "Я не ограничиваю количество символов."
215
 
216
+ #: inc/php/page.php:147
217
  msgid "Does this plugin requires any modification of the theme?"
218
  msgstr "Этот плагин требует изменения темы?"
219
 
220
+ #: inc/php/page.php:148
221
  msgid ""
222
  "Absolutely not. This plugin is configurable entirely from the plugin "
223
  "settings page."
225
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
226
  "плагина."
227
 
228
+ #: inc/php/page.php:150
229
  msgid "Does this require any knowledge of HTML or CSS?"
230
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
231
 
232
+ #: inc/php/page.php:151
233
  msgid ""
234
  "This plugin can be configured with no knowledge of HTML or CSS, using an "
235
  "easy-to-use plugin settings page. But you need to know the HTML or CSS in "
240
  "для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
241
  "плагин."
242
 
243
+ #: inc/php/page.php:153
244
  msgid "Can I add my script to a specific page of my website?"
245
  msgstr ""
246
+ "Могу ли я добавить свой скрипт на определенную страницу моего веб-сайта?"
247
 
248
+ #: inc/php/page.php:154
249
  msgid ""
250
  "For now, this plugin does not have an option to apply the custom scripts "
251
  "only on specific pages. I plan to add this feature soon. But for now in "
253
  "to wrap your script in a PHP code that will determine the page you want. You "
254
  "need something like this:"
255
  msgstr ""
256
+ "Пока этот плагин не имеет возможности применять собственные скрипты только "
257
+ "на определенных страницах. Я планирую добавить эту функцию в ближайшее "
258
+ "время. Но сейчас, чтобы применить ваш скрипт только на определенных "
259
+ "страницах вашего сайта, вам нужно обернуть свой скрипт в PHP-код, который "
260
+ "будет определять страницу, которая вам нужна. Вам нужно что-то вроде этого:"
261
 
262
+ #: inc/php/page.php:167
263
  #, php-format
264
  msgid ""
265
  "To apply the PHP code on a website, I can recommend you to use another my "
266
  "plugin called %s."
267
  msgstr ""
268
+ "Чтобы применить PHP-код на веб-сайте, я могу порекомендовать вам "
269
+ "использовать другой мой плагин, называемый %s."
270
 
271
+ #: inc/php/page.php:171
272
  msgid "It's not working. What could be wrong?"
273
  msgstr "Оно не работает. Что может быть не так?"
274
 
275
+ #: inc/php/page.php:172
276
  msgid ""
277
  "As with every plugin, it's possible that things don't work. The most common "
278
  "reason for this is a web browser's cache. Every web browser stores a cache "
280
  "usage and server load. This is called the browser's cache.​ Clearing your "
281
  "browser's cache may solve the problem."
282
  msgstr ""
283
+ "Как и в случае с любым другим плагином, что-то может не работать. Наиболее "
284
+ "распространенной причиной этого является кеш веб-браузера. Каждый веб-"
285
+ "браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и "
286
+ "т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на "
287
+ "сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
288
+ "проблему."
289
 
290
+ #: inc/php/page.php:173
291
  msgid ""
292
  "It's impossible to tell what could be wrong exactly, but if you post a "
293
  "support request in the plugin's support forum on WordPress.org, I'd be happy "
294
  "to give it a look and try to help out. Please include as much information as "
295
  "possible, including a link to your website where the problem can be seen."
296
  msgstr ""
297
+ "Невозможно точно сказать, что может быть неправильно, но если вы разместите "
298
+ "запрос поддержки на форуме поддержки плагинов на WordPress.org, Я с "
299
+ "удовольствием посмотрю его и попытаюсь помочь. Пожалуйста, укажите как можно "
300
+ "больше информации, включая ссылку на ваш сайт, на котором можно увидеть "
301
+ "проблему."
302
 
303
+ #: inc/php/page.php:175
304
  msgid ""
305
  "The last WordPress update is preventing me from editing my website that is "
306
  "using this plugin. Why is this?"
307
  msgstr ""
308
+ "Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
309
+ "который использует этот плагин. Почему так?"
310
 
311
+ #: inc/php/page.php:176
312
  msgid ""
313
  "This plugin can not cause such problem. More likely, the problem are related "
314
  "to the settings of the website. It could just be a cache, so please try to "
316
  "service such as the CloudFlare) and then the cache of your web browser. Also "
317
  "please try to re-login to the website, this too can help."
318
  msgstr ""
319
+ "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана "
320
+ "с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш "
321
+ "вашего сайта (возможно, вы используете плагин для кеширования или какой-либо "
322
+ "веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
323
+ "попробуйте повторно войти на сайт, это тоже может помочь."
324
 
325
+ #: inc/php/page.php:178
326
  msgid "Where to report bug if found?"
327
  msgstr "Где можно сообщить об ошибке?"
328
 
329
+ #: inc/php/page.php:180
330
  #, php-format
331
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
332
  msgstr ""
333
  "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
334
 
335
+ #: inc/php/page.php:186
336
  msgid "Where to share any ideas or suggestions to make the plugin better?"
337
  msgstr ""
338
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
339
 
340
+ #: inc/php/page.php:188
341
  #, php-format
342
  msgid ""
343
  "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
344
  msgstr ""
345
+ "Любые предложения приветствуются! Пожалуйста, пришлите мне электронное "
346
+ "письмо на адрес %s. Спасибо!"
347
 
348
+ #: inc/php/page.php:193
349
  msgid "I love this plugin! Can I help somehow?"
350
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
351
 
352
+ #: inc/php/page.php:195
353
  #, php-format
354
  msgid ""
355
  "Yes, any financial contributions are welcome! Just visit %s my website %s, "
356
  "click on the donate button, and thank you!"
357
  msgstr ""
358
+ "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
359
+ "нажмите на кнопку пожертвования. Спасибо!"
360
 
361
+ #: inc/php/page.php:201
362
  msgid "My question wasn't answered here."
363
  msgstr "Моего вопроса здесь нет."
364
 
365
+ #: inc/php/page.php:203
366
  #, php-format
367
  msgid ""
368
  "You can ask your question on the plugin support page %s. But please keep in "
369
  "mind that this plugin is free, and there is no a special support team, so I "
370
  "have no way to answer everyone."
371
  msgstr ""
372
+ "Вы можете задать ваш вопрос на странице поддержки плагина %s. Но имейте в "
373
+ "виду, что этот плагин является бесплатным и без специальной поддержки, "
374
+ "поэтому у меня нет возможности ответить на все вопросы."
375
 
376
+ #: inc/php/page.php:219
377
+ msgid "If you appreciate my work, you can buy me a coffee!"
378
+ msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
379
 
380
+ #: inc/php/page.php:220
 
 
 
 
381
  msgid ""
382
+ "I spend a lot of time and effort trying to make sure that the themes, "
383
+ "plugins and another things I build are useful, and the ultimate proof of "
384
+ "that for me is that you actually want to use them. But, I’m an independent "
385
+ "developer, without a regular income, so every little contribution helps "
386
+ "cover my costs and lets me spend more time building things for people like "
387
+ "you to enjoy."
388
+ msgstr ""
389
+ "Я трачу много времени и сил, пытаясь убедиться в том, что темы, плагины и "
390
+ "другие вещи, которые я создаю, полезны и окончательное доказательство этого "
391
+ "для меня состоит в том, что вы на самом деле хотите их использовать. Но Я "
392
+ "независимый разработчик, без регулярного дохода, поэтому каждый небольшой "
393
+ "вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
394
  "создание программ для людей как вы."
395
 
396
+ #: inc/php/page.php:225 inc/php/settings.php:85 inc/php/sidebar.php:34
397
  msgid "Donate with PayPal"
398
+ msgstr "Пожертвовать через PayPal"
399
 
400
+ #: inc/php/page.php:227
401
+ msgid "Thank you for your support!"
402
  msgstr "Спасибо за вашу поддержку!"
403
 
404
+ #: inc/php/settings.php:44
 
 
 
 
 
 
 
 
405
  msgid "Head Section"
406
  msgstr "Верхний колонтитул (HEAD)"
407
 
408
+ #: inc/php/settings.php:47
409
  msgid ""
410
  "You can use the fields below to add scripts to HEAD section of your website."
411
  msgstr ""
412
  "Используйте поле расположенное ниже для того, чтобы добавить скрипты в "
413
  "верхний колонтитул вашего вебсайта."
414
 
415
+ #: inc/php/settings.php:49
416
  msgid ""
417
  "Scripts from this field will be printed in the beginning of <b>HEAD</b> "
418
  "section. Do not place plain text in this!"
420
  "Скрипты этой области будут напечатаны в начале верхнего колонтитула "
421
  "(<b>HEAD</b>). Не помещайте сюда обычный текст!"
422
 
423
+ #: inc/php/settings.php:52
424
  msgid ""
425
  "Scripts from this field will be printed in the end of <b>HEAD</b> section. "
426
  "Do not place plain text in this!"
428
  "Скрипты этой области будут напечатаны в конце верхнего колонтитула (<b>HEAD</"
429
  "b>). Не помещайте сюда обычный текст!"
430
 
431
+ #: inc/php/settings.php:55 inc/php/settings.php:72
432
  msgid "Save changes"
433
  msgstr "Сохранить изменения"
434
 
435
+ #: inc/php/settings.php:61
436
  msgid "Footer Section"
437
  msgstr "Нижний колонтитул (FOOTER)"
438
 
439
+ #: inc/php/settings.php:64
440
  msgid ""
441
  "You can use the fields below to add scripts to FOOTER section of your "
442
  "website."
444
  "Используйте поле расположенное ниже для того, чтобы добавить скрипты в "
445
  "нижний колонтитул вашего вебсайта."
446
 
447
+ #: inc/php/settings.php:66
448
  msgid ""
449
  "Scripts from this field will be printed before a footers scripts. Do not "
450
  "place plain text in this!"
452
  "Скрипты из этой области будут напечатаны в начале нижнего колонтитула. Не "
453
  "помещайте сюда обычный текст!"
454
 
455
+ #: inc/php/settings.php:69
456
  msgid ""
457
  "Scripts from this field will be printed after all footers scripts. Do not "
458
  "place plain text in this!"
460
  "Скрипты из этой области будут напечатаны в конце нижнего колонтитула. Не "
461
  "помещайте сюда обычный текст!"
462
 
463
+ #: inc/php/settings.php:80 inc/php/sidebar.php:29
464
+ msgid ""
465
+ "I'm an independent developer, without a regular income, so every little "
466
+ "contribution helps cover my costs and lets me spend more time building "
467
+ "things for people like you to enjoy."
468
+ msgstr ""
469
+ "Я независимый разработчик, без регулярного дохода, так что каждый маленький "
470
+ "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
471
+ "создание программ для людей как вы."
472
+
473
+ #: inc/php/settings.php:87 inc/php/sidebar.php:36
474
+ msgid "Thanks for your support!"
475
+ msgstr "Спасибо за вашу поддержку!"
476
+
477
+ #: inc/php/sidebar.php:20
478
+ msgid "About"
479
+ msgstr "О плагине"
480
+
481
+ #: inc/php/sidebar.php:22
482
+ msgid "This plugin allows you to easily insert scripts in your website."
483
+ msgstr "Этот плагин позволяет легко вставлять скрипты в ваш веб-сайте."
484
+
485
+ #: inc/php/sidebar.php:41
486
+ msgid "Help"
487
+ msgstr "Помощь"
488
+
489
+ #: inc/php/sidebar.php:43
490
+ msgid "If you have a question, please read the information in the FAQ section."
491
+ msgstr ""
492
+ "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
493
+
494
  #. Plugin Name of the plugin/theme
495
  msgid "Head and Footer Scripts Inserter"
496
  msgstr "Head and Footer Scripts Inserter"
516
  msgid "https://www.arthurgareginyan.com"
517
  msgstr "https://www.arthurgareginyan.com"
518
 
519
+ #~ msgid "Family"
520
+ #~ msgstr "Семья"
521
+
522
  #~ msgid "You can contact me by email %s"
523
  #~ msgstr "Вы можете связаться со мной по электронной почте %s"
524
 
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: Header and Footer Scripts Inserter\n"
6
- "POT-Creation-Date: 2017-06-21 14:12+0300\n"
7
  "PO-Revision-Date: 2016-01-30 11:39+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -60,7 +60,7 @@ msgstr ""
60
  msgid "Main"
61
  msgstr ""
62
 
63
- #: inc/php/page.php:49 inc/php/page.php:68
64
  msgid "Usage"
65
  msgstr ""
66
 
@@ -68,270 +68,284 @@ msgstr ""
68
  msgid "F.A.Q."
69
  msgstr ""
70
 
71
- #: inc/php/page.php:51 inc/php/page.php:215
72
- msgid "Author"
73
  msgstr ""
74
 
75
- #: inc/php/page.php:52 inc/php/page.php:224 inc/php/settings.php:28 inc/php/settings.php:110
76
- msgid "Support"
77
  msgstr ""
78
 
79
  #: inc/php/page.php:53
80
  msgid "Store"
81
  msgstr ""
82
 
83
- #: inc/php/page.php:70
84
  msgid "To add the script to your website, simply follow these steps:"
85
  msgstr ""
86
 
87
- #: inc/php/page.php:72
88
  msgid "Go to the \"Main\" tab."
89
  msgstr ""
90
 
91
- #: inc/php/page.php:73
92
  msgid "Place your scripts in the field."
93
  msgstr ""
94
 
95
- #: inc/php/page.php:74
96
  msgid ""
97
  "Note that the fields are for inserting HTML code, so JavaScript and CSS code must be wrapped in the corresponding HTML tag. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS "
98
  "code use the <code>&lt;style&gt;</code> tag. Example:"
99
  msgstr ""
100
 
101
- #: inc/php/page.php:88
102
  msgid "Click the \"Save changes\" button."
103
  msgstr ""
104
 
105
- #: inc/php/page.php:89
106
  msgid "Enjoy the result of applying your scripts."
107
  msgstr ""
108
 
109
- #: inc/php/page.php:89
110
  msgid "It's that simple!"
111
  msgstr ""
112
 
113
- #: inc/php/page.php:91
114
  msgid "Note!"
115
  msgstr ""
116
 
117
- #: inc/php/page.php:91
118
  msgid "If you want more options then tell me and I will be happy to add it."
119
  msgstr ""
120
 
121
- #: inc/php/page.php:100
122
  msgid "Frequently Asked Questions"
123
  msgstr ""
124
 
125
- #: inc/php/page.php:104
126
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
127
  msgstr ""
128
 
129
- #: inc/php/page.php:126
130
  msgid "Will this plugin work on my WordPress.COM website?"
131
  msgstr ""
132
 
133
- #: inc/php/page.php:127
134
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
135
  msgstr ""
136
 
137
- #: inc/php/page.php:129
138
  msgid "Can I use this plugin on my language?"
139
  msgstr ""
140
 
141
- #: inc/php/page.php:130
142
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
143
  msgstr ""
144
 
145
- #: inc/php/page.php:132
146
  #, php-format
147
  msgid ""
148
  "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. "
149
  "Just send the PO file to me at the %s and I will include this translation within the next plugin update."
150
  msgstr ""
151
 
152
- #: inc/php/page.php:137
153
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
154
  msgstr ""
155
 
156
- #: inc/php/page.php:138
157
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
158
  msgstr ""
159
 
160
- #: inc/php/page.php:140
161
  msgid "How does it work?"
162
  msgstr ""
163
 
164
- #: inc/php/page.php:141
165
  msgid "On the \"Settings\" tab, place your scripts in the field and click the \"Save changes\" button. Enjoy the result of applying your scripts. It's that simple!"
166
  msgstr ""
167
 
168
- #: inc/php/page.php:143
169
  msgid "How much of scripts I can enter in the field?"
170
  msgstr ""
171
 
172
- #: inc/php/page.php:144
173
  msgid "I don't limit the number of characters."
174
  msgstr ""
175
 
176
- #: inc/php/page.php:146
177
  msgid "Does this plugin requires any modification of the theme?"
178
  msgstr ""
179
 
180
- #: inc/php/page.php:147
181
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
182
  msgstr ""
183
 
184
- #: inc/php/page.php:149
185
  msgid "Does this require any knowledge of HTML or CSS?"
186
  msgstr ""
187
 
188
- #: inc/php/page.php:150
189
  msgid ""
190
  "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by "
191
  "using this plugin."
192
  msgstr ""
193
 
194
- #: inc/php/page.php:152
195
  msgid "Can I add my script to a specific page of my website?"
196
  msgstr ""
197
 
198
- #: inc/php/page.php:153
199
  msgid ""
200
  "For now, this plugin does not have an option to apply the custom scripts only on specific pages. I plan to add this feature soon. But for now in order to apply your script only on specific pages of "
201
  "your website, you need to wrap your script in a PHP code that will determine the page you want. You need something like this:"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:166
205
  #, php-format
206
  msgid "To apply the PHP code on a website, I can recommend you to use another my plugin called %s."
207
  msgstr ""
208
 
209
- #: inc/php/page.php:170
210
  msgid "It's not working. What could be wrong?"
211
  msgstr ""
212
 
213
- #: inc/php/page.php:171
214
  msgid ""
215
  "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
216
  "etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
217
  msgstr ""
218
 
219
- #: inc/php/page.php:172
220
  msgid ""
221
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
222
  "include as much information as possible, including a link to your website where the problem can be seen."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:174
226
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
227
  msgstr ""
228
 
229
- #: inc/php/page.php:175
230
  msgid ""
231
  "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a "
232
  "caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
233
  msgstr ""
234
 
235
- #: inc/php/page.php:177
236
  msgid "Where to report bug if found?"
237
  msgstr ""
238
 
239
- #: inc/php/page.php:179
240
  #, php-format
241
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
242
  msgstr ""
243
 
244
- #: inc/php/page.php:185
245
  msgid "Where to share any ideas or suggestions to make the plugin better?"
246
  msgstr ""
247
 
248
- #: inc/php/page.php:187
249
  #, php-format
250
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
251
  msgstr ""
252
 
253
- #: inc/php/page.php:192
254
  msgid "I love this plugin! Can I help somehow?"
255
  msgstr ""
256
 
257
- #: inc/php/page.php:194
258
  #, php-format
259
  msgid "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!"
260
  msgstr ""
261
 
262
- #: inc/php/page.php:200
263
  msgid "My question wasn't answered here."
264
  msgstr ""
265
 
266
- #: inc/php/page.php:202
267
  #, php-format
268
  msgid "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and there is no a special support team, so I have no way to answer everyone."
269
  msgstr ""
270
 
271
- #: inc/php/settings.php:21
272
- msgid "About"
273
- msgstr ""
274
-
275
- #: inc/php/settings.php:23
276
- msgid "This plugin allows you to easily insert scripts in your website."
277
  msgstr ""
278
 
279
- #: inc/php/settings.php:30 inc/php/settings.php:112
280
- msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
 
 
281
  msgstr ""
282
 
283
- #: inc/php/settings.php:31 inc/php/settings.php:113
284
  msgid "Donate with PayPal"
285
  msgstr ""
286
 
287
- #: inc/php/settings.php:32 inc/php/settings.php:114
288
- msgid "Thanks for your support!"
289
- msgstr ""
290
-
291
- #: inc/php/settings.php:37
292
- msgid "Help"
293
- msgstr ""
294
-
295
- #: inc/php/settings.php:39
296
- msgid "If you have a question, please read the information in the FAQ section."
297
  msgstr ""
298
 
299
- #: inc/php/settings.php:76
300
  msgid "Head Section"
301
  msgstr ""
302
 
303
- #: inc/php/settings.php:79
304
  msgid "You can use the fields below to add scripts to HEAD section of your website."
305
  msgstr ""
306
 
307
- #: inc/php/settings.php:81
308
  msgid "Scripts from this field will be printed in the beginning of <b>HEAD</b> section. Do not place plain text in this!"
309
  msgstr ""
310
 
311
- #: inc/php/settings.php:84
312
  msgid "Scripts from this field will be printed in the end of <b>HEAD</b> section. Do not place plain text in this!"
313
  msgstr ""
314
 
315
- #: inc/php/settings.php:87 inc/php/settings.php:104
316
  msgid "Save changes"
317
  msgstr ""
318
 
319
- #: inc/php/settings.php:93
320
  msgid "Footer Section"
321
  msgstr ""
322
 
323
- #: inc/php/settings.php:96
324
  msgid "You can use the fields below to add scripts to FOOTER section of your website."
325
  msgstr ""
326
 
327
- #: inc/php/settings.php:98
328
  msgid "Scripts from this field will be printed before a footers scripts. Do not place plain text in this!"
329
  msgstr ""
330
 
331
- #: inc/php/settings.php:101
332
  msgid "Scripts from this field will be printed after all footers scripts. Do not place plain text in this!"
333
  msgstr ""
334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  #. Plugin Name of the plugin/theme
336
  msgid "Head and Footer Scripts Inserter"
337
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Header and Footer Scripts Inserter\n"
6
+ "POT-Creation-Date: 2017-08-10 15:59+0300\n"
7
  "PO-Revision-Date: 2016-01-30 11:39+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
60
  msgid "Main"
61
  msgstr ""
62
 
63
+ #: inc/php/page.php:49 inc/php/page.php:69
64
  msgid "Usage"
65
  msgstr ""
66
 
68
  msgid "F.A.Q."
69
  msgstr ""
70
 
71
+ #: inc/php/page.php:51 inc/php/page.php:216 inc/php/settings.php:78 inc/php/sidebar.php:27
72
+ msgid "Support"
73
  msgstr ""
74
 
75
+ #: inc/php/page.php:52 inc/php/page.php:236
76
+ msgid "Author"
77
  msgstr ""
78
 
79
  #: inc/php/page.php:53
80
  msgid "Store"
81
  msgstr ""
82
 
83
+ #: inc/php/page.php:71
84
  msgid "To add the script to your website, simply follow these steps:"
85
  msgstr ""
86
 
87
+ #: inc/php/page.php:73
88
  msgid "Go to the \"Main\" tab."
89
  msgstr ""
90
 
91
+ #: inc/php/page.php:74
92
  msgid "Place your scripts in the field."
93
  msgstr ""
94
 
95
+ #: inc/php/page.php:75
96
  msgid ""
97
  "Note that the fields are for inserting HTML code, so JavaScript and CSS code must be wrapped in the corresponding HTML tag. For JavaScript code use the <code>&lt;script&gt;</code> tag, and for CSS "
98
  "code use the <code>&lt;style&gt;</code> tag. Example:"
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:89
102
  msgid "Click the \"Save changes\" button."
103
  msgstr ""
104
 
105
+ #: inc/php/page.php:90
106
  msgid "Enjoy the result of applying your scripts."
107
  msgstr ""
108
 
109
+ #: inc/php/page.php:90
110
  msgid "It's that simple!"
111
  msgstr ""
112
 
113
+ #: inc/php/page.php:92
114
  msgid "Note!"
115
  msgstr ""
116
 
117
+ #: inc/php/page.php:92
118
  msgid "If you want more options then tell me and I will be happy to add it."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:101
122
  msgid "Frequently Asked Questions"
123
  msgstr ""
124
 
125
+ #: inc/php/page.php:105
126
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
127
  msgstr ""
128
 
129
+ #: inc/php/page.php:127
130
  msgid "Will this plugin work on my WordPress.COM website?"
131
  msgstr ""
132
 
133
+ #: inc/php/page.php:128
134
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
135
  msgstr ""
136
 
137
+ #: inc/php/page.php:130
138
  msgid "Can I use this plugin on my language?"
139
  msgstr ""
140
 
141
+ #: inc/php/page.php:131
142
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
143
  msgstr ""
144
 
145
+ #: inc/php/page.php:133
146
  #, php-format
147
  msgid ""
148
  "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the \"languages\" folder, in order to create a translation PO file. "
149
  "Just send the PO file to me at the %s and I will include this translation within the next plugin update."
150
  msgstr ""
151
 
152
+ #: inc/php/page.php:138
153
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
154
  msgstr ""
155
 
156
+ #: inc/php/page.php:139
157
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
158
  msgstr ""
159
 
160
+ #: inc/php/page.php:141
161
  msgid "How does it work?"
162
  msgstr ""
163
 
164
+ #: inc/php/page.php:142
165
  msgid "On the \"Settings\" tab, place your scripts in the field and click the \"Save changes\" button. Enjoy the result of applying your scripts. It's that simple!"
166
  msgstr ""
167
 
168
+ #: inc/php/page.php:144
169
  msgid "How much of scripts I can enter in the field?"
170
  msgstr ""
171
 
172
+ #: inc/php/page.php:145
173
  msgid "I don't limit the number of characters."
174
  msgstr ""
175
 
176
+ #: inc/php/page.php:147
177
  msgid "Does this plugin requires any modification of the theme?"
178
  msgstr ""
179
 
180
+ #: inc/php/page.php:148
181
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
182
  msgstr ""
183
 
184
+ #: inc/php/page.php:150
185
  msgid "Does this require any knowledge of HTML or CSS?"
186
  msgstr ""
187
 
188
+ #: inc/php/page.php:151
189
  msgid ""
190
  "This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by "
191
  "using this plugin."
192
  msgstr ""
193
 
194
+ #: inc/php/page.php:153
195
  msgid "Can I add my script to a specific page of my website?"
196
  msgstr ""
197
 
198
+ #: inc/php/page.php:154
199
  msgid ""
200
  "For now, this plugin does not have an option to apply the custom scripts only on specific pages. I plan to add this feature soon. But for now in order to apply your script only on specific pages of "
201
  "your website, you need to wrap your script in a PHP code that will determine the page you want. You need something like this:"
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:167
205
  #, php-format
206
  msgid "To apply the PHP code on a website, I can recommend you to use another my plugin called %s."
207
  msgstr ""
208
 
209
+ #: inc/php/page.php:171
210
  msgid "It's not working. What could be wrong?"
211
  msgstr ""
212
 
213
+ #: inc/php/page.php:172
214
  msgid ""
215
  "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
216
  "etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
217
  msgstr ""
218
 
219
+ #: inc/php/page.php:173
220
  msgid ""
221
  "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
222
  "include as much information as possible, including a link to your website where the problem can be seen."
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:175
226
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
227
  msgstr ""
228
 
229
+ #: inc/php/page.php:176
230
  msgid ""
231
  "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a "
232
  "caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help."
233
  msgstr ""
234
 
235
+ #: inc/php/page.php:178
236
  msgid "Where to report bug if found?"
237
  msgstr ""
238
 
239
+ #: inc/php/page.php:180
240
  #, php-format
241
  msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:186
245
  msgid "Where to share any ideas or suggestions to make the plugin better?"
246
  msgstr ""
247
 
248
+ #: inc/php/page.php:188
249
  #, php-format
250
  msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
251
  msgstr ""
252
 
253
+ #: inc/php/page.php:193
254
  msgid "I love this plugin! Can I help somehow?"
255
  msgstr ""
256
 
257
+ #: inc/php/page.php:195
258
  #, php-format
259
  msgid "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!"
260
  msgstr ""
261
 
262
+ #: inc/php/page.php:201
263
  msgid "My question wasn't answered here."
264
  msgstr ""
265
 
266
+ #: inc/php/page.php:203
267
  #, php-format
268
  msgid "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and there is no a special support team, so I have no way to answer everyone."
269
  msgstr ""
270
 
271
+ #: inc/php/page.php:219
272
+ msgid "If you appreciate my work, you can buy me a coffee!"
 
 
 
 
273
  msgstr ""
274
 
275
+ #: inc/php/page.php:220
276
+ msgid ""
277
+ "I spend a lot of time and effort trying to make sure that the themes, plugins and another things I build are useful, and the ultimate proof of that for me is that you actually want to use them. But, "
278
+ "I’m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
279
  msgstr ""
280
 
281
+ #: inc/php/page.php:225 inc/php/settings.php:85 inc/php/sidebar.php:34
282
  msgid "Donate with PayPal"
283
  msgstr ""
284
 
285
+ #: inc/php/page.php:227
286
+ msgid "Thank you for your support!"
 
 
 
 
 
 
 
 
287
  msgstr ""
288
 
289
+ #: inc/php/settings.php:44
290
  msgid "Head Section"
291
  msgstr ""
292
 
293
+ #: inc/php/settings.php:47
294
  msgid "You can use the fields below to add scripts to HEAD section of your website."
295
  msgstr ""
296
 
297
+ #: inc/php/settings.php:49
298
  msgid "Scripts from this field will be printed in the beginning of <b>HEAD</b> section. Do not place plain text in this!"
299
  msgstr ""
300
 
301
+ #: inc/php/settings.php:52
302
  msgid "Scripts from this field will be printed in the end of <b>HEAD</b> section. Do not place plain text in this!"
303
  msgstr ""
304
 
305
+ #: inc/php/settings.php:55 inc/php/settings.php:72
306
  msgid "Save changes"
307
  msgstr ""
308
 
309
+ #: inc/php/settings.php:61
310
  msgid "Footer Section"
311
  msgstr ""
312
 
313
+ #: inc/php/settings.php:64
314
  msgid "You can use the fields below to add scripts to FOOTER section of your website."
315
  msgstr ""
316
 
317
+ #: inc/php/settings.php:66
318
  msgid "Scripts from this field will be printed before a footers scripts. Do not place plain text in this!"
319
  msgstr ""
320
 
321
+ #: inc/php/settings.php:69
322
  msgid "Scripts from this field will be printed after all footers scripts. Do not place plain text in this!"
323
  msgstr ""
324
 
325
+ #: inc/php/settings.php:80 inc/php/sidebar.php:29
326
+ msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
327
+ msgstr ""
328
+
329
+ #: inc/php/settings.php:87 inc/php/sidebar.php:36
330
+ msgid "Thanks for your support!"
331
+ msgstr ""
332
+
333
+ #: inc/php/sidebar.php:20
334
+ msgid "About"
335
+ msgstr ""
336
+
337
+ #: inc/php/sidebar.php:22
338
+ msgid "This plugin allows you to easily insert scripts in your website."
339
+ msgstr ""
340
+
341
+ #: inc/php/sidebar.php:41
342
+ msgid "Help"
343
+ msgstr ""
344
+
345
+ #: inc/php/sidebar.php:43
346
+ msgid "If you have a question, please read the information in the FAQ section."
347
+ msgstr ""
348
+
349
  #. Plugin Name of the plugin/theme
350
  msgid "Head and Footer Scripts Inserter"
351
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: inject, insert, insert scripts, insert javascript, insert js, insert html,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
- Stable tag: 4.5
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -42,7 +42,7 @@ If you want more options then tell me and I will be happy to add it.
42
  This plugin is ready for translation and has already been translated into several languages.
43
 
44
  * English (default)
45
- * Russian
46
  * Polish
47
 
48
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/header-and-footer-scripts-inserter).
@@ -174,6 +174,16 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
174
 
175
  == Changelog ==
176
 
 
 
 
 
 
 
 
 
 
 
177
  = 4.5 =
178
  * Stylesheet in the admin.css file improved.
179
  * The '!important' declarations in the admin.css file removed.
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
+ Stable tag: 4.6
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
42
  This plugin is ready for translation and has already been translated into several languages.
43
 
44
  * English (default)
45
+ * Russian (translation by [Milena Kiseleva](https://www.instagram.com/milava_kiseleva/))
46
  * Polish
47
 
48
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/header-and-footer-scripts-inserter).
174
 
175
  == Changelog ==
176
 
177
+ = 4.6 =
178
+ * Russian translation updated. (Thanks to Milena Kiseleva)
179
+ * The navigation of the tabs is rearranged.
180
+ * Fixed an issue due to which the sidebar was not hiding on mobile devices.
181
+ * Code of sidebar moved to separate file 'sidebar.php'.
182
+ * Support page tab moved from external source to plugin code.
183
+ * My avatar moved from external source to plugin folder.
184
+ * Banner moved from external source to plugin folder.
185
+ * Code of PayPal button updated.
186
+
187
  = 4.5 =
188
  * Stylesheet in the admin.css file improved.
189
  * The '!important' declarations in the admin.css file removed.