Version Description
- Added the top level menu item of the brand.
- The submenu item of the plugin has moved to the menu item of the brand.
- The menu item of the plugin is renamed.
- The "Author" tab on the settings page is removed.
- Content of the "Support" tab on the settings page is updated.
- Copyright of plugin files is changed to the "Space X-Chimp Studio".
- The "Support" tab renamed to the "Support Me".
- The "Usage" tab renamed to the "Usage Instructions".
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Head and Footer Scripts Inserter |
Version | 4.9 |
Comparing to | |
See all releases |
Code changes from version 4.8 to 4.9
- header-and-footer-scripts-inserter.php +2 -2
- inc/css/admin.css +10 -3
- inc/img/thanks.png +0 -0
- inc/js/admin.js +2 -3
- inc/php/core.php +31 -8
- inc/php/enqueue.php +2 -4
- inc/php/page.php +26 -23
- languages/header-and-footer-scripts-inserter-es_ES.mo +0 -0
- languages/header-and-footer-scripts-inserter-es_ES.po +90 -63
- languages/header-and-footer-scripts-inserter-pl_PL.mo +0 -0
- languages/header-and-footer-scripts-inserter-pl_PL.po +89 -62
- languages/header-and-footer-scripts-inserter-ru_RU.mo +0 -0
- languages/header-and-footer-scripts-inserter-ru_RU.po +96 -64
- languages/header-and-footer-scripts-inserter.pot +75 -58
- readme.txt +13 -3
header-and-footer-scripts-inserter.php
CHANGED
@@ -5,12 +5,12 @@
|
|
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.
|
9 |
* License: GPL3
|
10 |
* Text Domain: header-and-footer-scripts-inserter
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
-
* Copyright 2016-2017
|
14 |
*
|
15 |
* This plugin is free software: you can redistribute it and/or modify
|
16 |
* it under the terms of the GNU General Public License as published by
|
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.9
|
9 |
* License: GPL3
|
10 |
* Text Domain: header-and-footer-scripts-inserter
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
+
* Copyright 2016-2017 Space X-Chimp Studio ( website : https://www.spacexchimp.com )
|
14 |
*
|
15 |
* This plugin is free software: you can redistribute it and/or modify
|
16 |
* it under the terms of the GNU General Public License as published by
|
inc/css/admin.css
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
*
|
4 |
* @package Head and Footer Scripts Inserter
|
5 |
* @author Arthur Gareginyan
|
6 |
-
* @link https://www.
|
7 |
-
* @copyright Copyright (c) 2016-2017
|
8 |
*/
|
9 |
|
10 |
|
@@ -50,6 +50,7 @@ h2 span {
|
|
50 |
display: block;
|
51 |
margin-top: 15px;
|
52 |
font-size: 16px;
|
|
|
53 |
text-shadow: none;
|
54 |
line-height: 20px;
|
55 |
}
|
@@ -98,8 +99,14 @@ h2 .version {
|
|
98 |
width: 265px;
|
99 |
}
|
100 |
|
101 |
-
/* Support -
|
102 |
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
#support-addition {
|
104 |
display: none;
|
105 |
}
|
3 |
*
|
4 |
* @package Head and Footer Scripts Inserter
|
5 |
* @author Arthur Gareginyan
|
6 |
+
* @link https://www.spacexchimp.com
|
7 |
+
* @copyright Copyright (c) 2016-2017 Space X-Chimp Studio. All Rights Reserved.
|
8 |
*/
|
9 |
|
10 |
|
50 |
display: block;
|
51 |
margin-top: 15px;
|
52 |
font-size: 16px;
|
53 |
+
letter-spacing: .2em;
|
54 |
text-shadow: none;
|
55 |
line-height: 20px;
|
56 |
}
|
99 |
width: 265px;
|
100 |
}
|
101 |
|
102 |
+
/* Support - Tab and Addition section
|
103 |
-------------------------------------------------------------- */
|
104 |
+
#tab-support .inside {
|
105 |
+
min-height: 270px;
|
106 |
+
}
|
107 |
+
#tab-support .image-with-button img[alt="Thanks!"] {
|
108 |
+
display: block;
|
109 |
+
}
|
110 |
#support-addition {
|
111 |
display: none;
|
112 |
}
|
inc/img/thanks.png
CHANGED
Binary file
|
inc/js/admin.js
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
*
|
4 |
* @package Head and Footer Scripts Inserter
|
5 |
* @author Arthur Gareginyan
|
6 |
-
* @link https://www.
|
7 |
-
* @copyright Copyright (c) 2016-2017
|
8 |
*/
|
9 |
|
10 |
|
@@ -20,7 +20,6 @@ jQuery(document).ready(function($) {
|
|
20 |
}
|
21 |
|
22 |
// Add dynamic content to page tabs. Needed for having an up to date content.
|
23 |
-
$('.include-tab-author').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-author');
|
24 |
$('.include-tab-store').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-store');
|
25 |
|
26 |
// Add questions and answers into spoilers and color them in different colors
|
3 |
*
|
4 |
* @package Head and Footer Scripts Inserter
|
5 |
* @author Arthur Gareginyan
|
6 |
+
* @link https://www.spacexchimp.com
|
7 |
+
* @copyright Copyright (c) 2016-2017 Space X-Chimp Studio. All Rights Reserved.
|
8 |
*/
|
9 |
|
10 |
|
20 |
}
|
21 |
|
22 |
// Add dynamic content to page tabs. Needed for having an up to date content.
|
|
|
23 |
$('.include-tab-store').load('https://www.spacexchimp.com/assets/dynamic-content/plugins.html #include-tab-store');
|
24 |
|
25 |
// Add questions and answers into spoilers and color them in different colors
|
inc/php/core.php
CHANGED
@@ -18,12 +18,9 @@ add_action( 'init', 'spacexchimp_p006_textdomain' );
|
|
18 |
*
|
19 |
* Fetches array of links generated by WP Plugin admin page ( Deactivate | Edit )
|
20 |
* and inserts a link to the plugin admin page
|
21 |
-
*
|
22 |
-
* @param array $links Array of links generated by WP in Plugin Admin page.
|
23 |
-
* @return array Array of links to be output on Plugin Admin page.
|
24 |
*/
|
25 |
function spacexchimp_p006_settings_link( $links ) {
|
26 |
-
$page = '<a href="' . admin_url( '
|
27 |
array_unshift( $links, $page );
|
28 |
return $links;
|
29 |
}
|
@@ -47,12 +44,38 @@ function spacexchimp_p006_plugin_row_meta( $links, $file ) {
|
|
47 |
add_filter( 'plugin_row_meta', 'spacexchimp_p006_plugin_row_meta', 10, 2 );
|
48 |
|
49 |
/**
|
50 |
-
* Register
|
51 |
*/
|
52 |
-
function
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
54 |
$capability = 'manage_options';
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
}
|
57 |
add_action( 'admin_menu', 'spacexchimp_p006_register_submenu_page' );
|
58 |
|
18 |
*
|
19 |
* Fetches array of links generated by WP Plugin admin page ( Deactivate | Edit )
|
20 |
* and inserts a link to the plugin admin page
|
|
|
|
|
|
|
21 |
*/
|
22 |
function spacexchimp_p006_settings_link( $links ) {
|
23 |
+
$page = '<a href="' . admin_url( 'admin.php?page=spacexchimp/' . SPACEXCHIMP_P006_SLUG ) .'">' . __( 'Settings', SPACEXCHIMP_P006_TEXT ) . '</a>';
|
24 |
array_unshift( $links, $page );
|
25 |
return $links;
|
26 |
}
|
44 |
add_filter( 'plugin_row_meta', 'spacexchimp_p006_plugin_row_meta', 10, 2 );
|
45 |
|
46 |
/**
|
47 |
+
* Register brand menu item in the Admin Menu
|
48 |
*/
|
49 |
+
function spacexchimp_p006_register_admin_menu() {
|
50 |
+
|
51 |
+
// Return if the brand menu item is already existed
|
52 |
+
if ( !empty ( $GLOBALS['admin_page_hooks']['spacexchimp'] ) ) return;
|
53 |
+
|
54 |
+
$page_title = 'Space X-Chimp';
|
55 |
+
$menu_title = 'Space X-Chimp';
|
56 |
$capability = 'manage_options';
|
57 |
+
$menu_slug = 'spacexchimp';
|
58 |
+
$function = null;
|
59 |
+
$icon_url = 'dashicons-star-filled';
|
60 |
+
$position = 66;
|
61 |
+
|
62 |
+
add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position );
|
63 |
+
}
|
64 |
+
add_action( 'admin_menu', 'spacexchimp_p006_register_admin_menu' );
|
65 |
+
|
66 |
+
/**
|
67 |
+
* Register plugin's submenu item in the brand menu item
|
68 |
+
*/
|
69 |
+
function spacexchimp_p006_register_submenu_page() {
|
70 |
+
|
71 |
+
$parent_slug = 'spacexchimp';
|
72 |
+
$page_title = SPACEXCHIMP_P006_NAME;
|
73 |
+
$menu_title = __( 'Scripts Inserter', SPACEXCHIMP_P007_TEXT );
|
74 |
+
$capability = 'manage_options';
|
75 |
+
$menu_slug = 'spacexchimp/' . SPACEXCHIMP_P006_SLUG;
|
76 |
+
$function = 'spacexchimp_p006_render_submenu_page';
|
77 |
+
|
78 |
+
add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function);
|
79 |
}
|
80 |
add_action( 'admin_menu', 'spacexchimp_p006_register_submenu_page' );
|
81 |
|
inc/php/enqueue.php
CHANGED
@@ -16,10 +16,8 @@ function spacexchimp_p006_load_scripts_admin( $hook ) {
|
|
16 |
$url = SPACEXCHIMP_P006_URL;
|
17 |
|
18 |
// Return if the page is not a settings page of this plugin
|
19 |
-
$settings_page = '
|
20 |
-
if ( $settings_page != $hook )
|
21 |
-
return;
|
22 |
-
}
|
23 |
|
24 |
// Load jQuery library
|
25 |
wp_enqueue_script( 'jquery' );
|
16 |
$url = SPACEXCHIMP_P006_URL;
|
17 |
|
18 |
// Return if the page is not a settings page of this plugin
|
19 |
+
$settings_page = 'space-x-chimp_page_spacexchimp/' . $slug;
|
20 |
+
if ( $settings_page != $hook ) return;
|
|
|
|
|
21 |
|
22 |
// Load jQuery library
|
23 |
wp_enqueue_script( 'jquery' );
|
inc/php/page.php
CHANGED
@@ -28,8 +28,8 @@ function spacexchimp_p006_render_submenu_page() {
|
|
28 |
<?php echo $name; ?>
|
29 |
<span>
|
30 |
<?php printf(
|
31 |
-
__( 'by %s
|
32 |
-
'<a href="https://www.
|
33 |
'</a>'
|
34 |
);
|
35 |
?>
|
@@ -45,7 +45,6 @@ function spacexchimp_p006_render_submenu_page() {
|
|
45 |
<li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $text ); ?></a></li>
|
46 |
<li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $text ); ?></a></li>
|
47 |
<li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $text ); ?></a></li>
|
48 |
-
<li><a href="#tab-author" data-toggle="tab"><?php _e( 'Author', $text ); ?></a></li>
|
49 |
<li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $text ); ?></a></li>
|
50 |
</ul>
|
51 |
<!-- END-TABS NAVIGATION MENU -->
|
@@ -62,7 +61,7 @@ function spacexchimp_p006_render_submenu_page() {
|
|
62 |
<!-- TAB 2 -->
|
63 |
<div class="tab-page fade" id="tab-usage">
|
64 |
<div class="postbox">
|
65 |
-
<h3 class="title"><?php _e( 'Usage', $text ); ?></h3>
|
66 |
<div class="inside">
|
67 |
<p><?php _e( 'To add the script to your website, simply follow these steps:', $text ); ?></p>
|
68 |
<ol class="custom-counter">
|
@@ -209,17 +208,30 @@ add_action( 'wp_head', 'my_custom_script' );</code></pre>
|
|
209 |
<!-- TAB 4 -->
|
210 |
<div class="tab-page fade" id="tab-support">
|
211 |
<div class="postbox">
|
212 |
-
<h3 class="title"><?php _e( 'Support', $text ); ?></h3>
|
213 |
<div class="inside">
|
214 |
-
<
|
215 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
<p><?php _e( 'I spend a lot of time and effort trying to make sure that the themes, plugins and other 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>
|
217 |
-
<a
|
218 |
-
<span class="btn-label">
|
219 |
-
<img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
|
220 |
-
</span>
|
221 |
-
<?php _e( 'Donate with PayPal', $text ); ?>
|
222 |
-
</a>
|
223 |
<p><?php _e( 'Thank you for your support!', $text ); ?></p>
|
224 |
</div>
|
225 |
</div>
|
@@ -227,19 +239,10 @@ add_action( 'wp_head', 'my_custom_script' );</code></pre>
|
|
227 |
<!-- END-TAB 4 -->
|
228 |
|
229 |
<!-- TAB 5 -->
|
230 |
-
<div class="tab-page fade" id="tab-author">
|
231 |
-
<div class="postbox">
|
232 |
-
<h3 class="title"><?php _e( 'Author', $text ); ?></h3>
|
233 |
-
<div class="inside include-tab-author"></div>
|
234 |
-
</div>
|
235 |
-
</div>
|
236 |
-
<!-- END-TAB 5 -->
|
237 |
-
|
238 |
-
<!-- TAB 6 -->
|
239 |
<div class="tab-page fade" id="tab-store">
|
240 |
<div class="include-tab-store"></div>
|
241 |
</div>
|
242 |
-
<!-- END-TAB
|
243 |
|
244 |
</div>
|
245 |
|
28 |
<?php echo $name; ?>
|
29 |
<span>
|
30 |
<?php printf(
|
31 |
+
__( 'by %s Space X-Chimp Studio %s', $text ),
|
32 |
+
'<a href="https://www.spacexchimp.com" target="_blank">',
|
33 |
'</a>'
|
34 |
);
|
35 |
?>
|
45 |
<li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $text ); ?></a></li>
|
46 |
<li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $text ); ?></a></li>
|
47 |
<li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $text ); ?></a></li>
|
|
|
48 |
<li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $text ); ?></a></li>
|
49 |
</ul>
|
50 |
<!-- END-TABS NAVIGATION MENU -->
|
61 |
<!-- TAB 2 -->
|
62 |
<div class="tab-page fade" id="tab-usage">
|
63 |
<div class="postbox">
|
64 |
+
<h3 class="title"><?php _e( 'Usage Instructions', $text ); ?></h3>
|
65 |
<div class="inside">
|
66 |
<p><?php _e( 'To add the script to your website, simply follow these steps:', $text ); ?></p>
|
67 |
<ol class="custom-counter">
|
208 |
<!-- TAB 4 -->
|
209 |
<div class="tab-page fade" id="tab-support">
|
210 |
<div class="postbox">
|
211 |
+
<h3 class="title"><?php _e( 'Support Me', $text ); ?></h3>
|
212 |
<div class="inside">
|
213 |
+
<span class="image-with-button pull-left">
|
214 |
+
<img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!">
|
215 |
+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
|
216 |
+
<span class="btn-label">
|
217 |
+
<img src="<?php echo SPACEXCHIMP_P006_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
|
218 |
+
</span>
|
219 |
+
<?php _e( 'Donate with PayPal', $text ); ?>
|
220 |
+
</a>
|
221 |
+
</span>
|
222 |
+
<p><?php
|
223 |
+
printf(
|
224 |
+
__( 'Hello! My name is %s Arthur Gareginyan %s and I\'m the founder of %s Space X-Chimp Studio %s.', $text ),
|
225 |
+
'<a href="https://www.arthurgareginyan.com" target="_blank">',
|
226 |
+
'</a>',
|
227 |
+
'<a href="https://www.spacexchimp.com" target="_blank">',
|
228 |
+
'</a>'
|
229 |
+
);
|
230 |
+
?>
|
231 |
+
</p>
|
232 |
+
<p><?php _e( 'My intention is to create projects that will make this world a better place. I\'m really passionate about my work, I like what I\'m doing and hope that you will be enriched by my projects too.', $text ); ?></p>
|
233 |
<p><?php _e( 'I spend a lot of time and effort trying to make sure that the themes, plugins and other 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>
|
234 |
+
<p><?php _e( 'If you appreciate my work, you can buy me a coffee!', $text ); ?></p>
|
|
|
|
|
|
|
|
|
|
|
235 |
<p><?php _e( 'Thank you for your support!', $text ); ?></p>
|
236 |
</div>
|
237 |
</div>
|
239 |
<!-- END-TAB 4 -->
|
240 |
|
241 |
<!-- TAB 5 -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
<div class="tab-page fade" id="tab-store">
|
243 |
<div class="include-tab-store"></div>
|
244 |
</div>
|
245 |
+
<!-- END-TAB 5 -->
|
246 |
|
247 |
</div>
|
248 |
|
languages/header-and-footer-scripts-inserter-es_ES.mo
CHANGED
Binary file
|
languages/header-and-footer-scripts-inserter-es_ES.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Head and Footer Scripts Inserter\n"
|
4 |
-
"POT-Creation-Date: 2017-
|
5 |
-
"PO-Revision-Date: 2017-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: es\n"
|
@@ -20,14 +20,18 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Ajustes"
|
26 |
|
27 |
-
#: inc/php/core.php:
|
28 |
msgid "Donate"
|
29 |
msgstr "Donar"
|
30 |
|
|
|
|
|
|
|
|
|
31 |
#: inc/php/messages.php:26
|
32 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
33 |
msgstr "Hola! Yo soy Arthur, el autor de este complemento."
|
@@ -51,8 +55,8 @@ msgstr ""
|
|
51 |
|
52 |
#: inc/php/page.php:31
|
53 |
#, php-format
|
54 |
-
msgid "by %s
|
55 |
-
msgstr "
|
56 |
|
57 |
#: inc/php/page.php:37
|
58 |
msgid "Version"
|
@@ -62,7 +66,7 @@ msgstr "Versión"
|
|
62 |
msgid "Main"
|
63 |
msgstr "Opciones Configuración"
|
64 |
|
65 |
-
#: inc/php/page.php:45
|
66 |
msgid "Usage"
|
67 |
msgstr "Uso"
|
68 |
|
@@ -70,32 +74,31 @@ msgstr "Uso"
|
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "Preguntas ?"
|
72 |
|
73 |
-
#: inc/php/page.php:47 inc/php/
|
74 |
-
#: inc/php/sidebar.php:23
|
75 |
msgid "Support"
|
76 |
msgstr "Soporte"
|
77 |
|
78 |
-
#: inc/php/page.php:48
|
79 |
-
msgid "Author"
|
80 |
-
msgstr "Autor"
|
81 |
-
|
82 |
-
#: inc/php/page.php:49
|
83 |
msgid "Store"
|
84 |
msgstr "Tienda"
|
85 |
|
86 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
87 |
msgid "To add the script to your website, simply follow these steps:"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: inc/php/page.php:
|
91 |
msgid "Go to the \"Main\" tab."
|
92 |
msgstr "Debes ir a la pestaña “Principal”."
|
93 |
|
94 |
-
#: inc/php/page.php:
|
95 |
msgid "Place your scripts in the field."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: inc/php/page.php:
|
99 |
msgid ""
|
100 |
"Note that the fields are for inserting HTML code, so JavaScript and CSS code "
|
101 |
"must be wrapped in the corresponding HTML tag. For JavaScript code use the "
|
@@ -103,31 +106,31 @@ msgid ""
|
|
103 |
"</code> tag. Example:"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: inc/php/page.php:
|
107 |
msgid "Click the \"Save changes\" button."
|
108 |
msgstr "Clic en el botón \"Guardar Cambios\"."
|
109 |
|
110 |
-
#: inc/php/page.php:
|
111 |
msgid "Enjoy the result of applying your scripts."
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: inc/php/page.php:
|
115 |
msgid "It's that simple!"
|
116 |
msgstr "¡Es así de simple!"
|
117 |
|
118 |
-
#: inc/php/page.php:
|
119 |
msgid "Note!"
|
120 |
msgstr "¡Nota!"
|
121 |
|
122 |
-
#: inc/php/page.php:
|
123 |
msgid "If you want more options then tell me and I will be happy to add it."
|
124 |
msgstr "Si quieres más opciones, dímelo y estaré encantado de añadirlo."
|
125 |
|
126 |
-
#: inc/php/page.php:
|
127 |
msgid "Frequently Asked Questions"
|
128 |
msgstr "Preguntas Frecuentes"
|
129 |
|
130 |
-
#: inc/php/page.php:
|
131 |
msgid ""
|
132 |
"If you have a question, please read the Frequently Asked Questions below to "
|
133 |
"see if the answer is here."
|
@@ -135,11 +138,11 @@ msgstr ""
|
|
135 |
"Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a "
|
136 |
"continuación, para ver si la respuesta está aquí."
|
137 |
|
138 |
-
#: inc/php/page.php:
|
139 |
msgid "Will this plugin work on my WordPress.COM website?"
|
140 |
msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
|
141 |
|
142 |
-
#: inc/php/page.php:
|
143 |
msgid ""
|
144 |
"Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
|
145 |
"websites."
|
@@ -147,11 +150,11 @@ msgstr ""
|
|
147 |
"Lo sentimos, este complemento está disponible para su uso solo en sitios web "
|
148 |
"alojados (WordPress.ORG)."
|
149 |
|
150 |
-
#: inc/php/page.php:
|
151 |
msgid "Can I use this plugin on my language?"
|
152 |
msgstr "¿Puedo usar este complemento en mi idioma?"
|
153 |
|
154 |
-
#: inc/php/page.php:
|
155 |
msgid ""
|
156 |
"Yes. This plugin is ready for translation and has already been translated "
|
157 |
"into several languages."
|
@@ -159,7 +162,7 @@ msgstr ""
|
|
159 |
"Sí. Este complemento está listo para ser traducido y ya ha sido traducido a "
|
160 |
"varios idiomas."
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
#, php-format
|
164 |
msgid ""
|
165 |
"If you want to help translate this plugin then please visit the %s. You can "
|
@@ -174,7 +177,7 @@ msgstr ""
|
|
174 |
"el %s e incluiré esta traducción en la siguiente actualización del "
|
175 |
"complemento."
|
176 |
|
177 |
-
#: inc/php/page.php:
|
178 |
msgid ""
|
179 |
"Maybe not all existed translations are up to date. You are welcome to "
|
180 |
"contribute corrections!"
|
@@ -182,7 +185,7 @@ msgstr ""
|
|
182 |
"Quizás no todas las traducciones existentes estén actualizadas. Le invitamos "
|
183 |
"a contribuir correcciones!"
|
184 |
|
185 |
-
#: inc/php/page.php:
|
186 |
msgid ""
|
187 |
"Many of plugin users would be delighted if you share your translation with "
|
188 |
"the community. Thanks for your contribution!"
|
@@ -190,30 +193,30 @@ msgstr ""
|
|
190 |
"Muchos de los usuarios de este complemento estarían encantados si compartes "
|
191 |
"tu traducción con la comunidad. ¡Gracias por tu contribución!"
|
192 |
|
193 |
-
#: inc/php/page.php:
|
194 |
msgid "How does it work?"
|
195 |
msgstr "¿Como funciona?"
|
196 |
|
197 |
-
#: inc/php/page.php:
|
198 |
msgid ""
|
199 |
"On the \"Settings\" tab, place your scripts in the field and click the "
|
200 |
"\"Save changes\" button. Enjoy the result of applying your scripts. It's "
|
201 |
"that simple!"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: inc/php/page.php:
|
205 |
msgid "How much of scripts I can enter in the field?"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: inc/php/page.php:
|
209 |
msgid "I don't limit the number of characters."
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: inc/php/page.php:
|
213 |
msgid "Does this plugin requires any modification of the theme?"
|
214 |
msgstr "¿Este complemento requiere alguna modificación del tema?"
|
215 |
|
216 |
-
#: inc/php/page.php:
|
217 |
msgid ""
|
218 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
219 |
"settings page."
|
@@ -221,22 +224,22 @@ msgstr ""
|
|
221 |
"Absolutamente NO. Este complemento se puede configurar completamente desde "
|
222 |
"su página de configuración."
|
223 |
|
224 |
-
#: inc/php/page.php:
|
225 |
msgid "Does this require any knowledge of HTML or CSS?"
|
226 |
msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
|
227 |
|
228 |
-
#: inc/php/page.php:
|
229 |
msgid ""
|
230 |
"This plugin can be configured with no knowledge of HTML or CSS, using an "
|
231 |
"easy-to-use plugin settings page. But you need to know the HTML or CSS in "
|
232 |
"order to add/remove/modify the HTML or CSS code by using this plugin."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/php/page.php:
|
236 |
msgid "Can I add my script to a specific page of my website?"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid ""
|
241 |
"For now, this plugin does not have an option to apply the custom scripts "
|
242 |
"only on specific pages. I plan to add this feature soon. But for now in "
|
@@ -245,18 +248,18 @@ msgid ""
|
|
245 |
"need something like this:"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: inc/php/page.php:
|
249 |
#, php-format
|
250 |
msgid ""
|
251 |
"To apply the PHP code on a website, I can recommend you to use another my "
|
252 |
"plugin called %s."
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: inc/php/page.php:
|
256 |
msgid "It's not working. What could be wrong?"
|
257 |
msgstr "No funciona. ¿Qué podría estar mal?"
|
258 |
|
259 |
-
#: inc/php/page.php:
|
260 |
msgid ""
|
261 |
"As with every plugin, it's possible that things don't work. The most common "
|
262 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
@@ -271,7 +274,7 @@ msgstr ""
|
|
271 |
"se denomina caché del navegador. Limpiar la caché del navegador puede "
|
272 |
"resolver el problema."
|
273 |
|
274 |
-
#: inc/php/page.php:
|
275 |
msgid ""
|
276 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
277 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
@@ -284,7 +287,7 @@ msgstr ""
|
|
284 |
"información como sea posible, incluyendo un enlace a tu sitio web donde se "
|
285 |
"pueda ver el problema."
|
286 |
|
287 |
-
#: inc/php/page.php:
|
288 |
msgid ""
|
289 |
"The last WordPress update is preventing me from editing my website that is "
|
290 |
"using this plugin. Why is this?"
|
@@ -292,7 +295,7 @@ msgstr ""
|
|
292 |
"La última actualización de WordPress me impide editar mi sitio web que está "
|
293 |
"utilizando este complemento. ¿Porqué sucede esto?"
|
294 |
|
295 |
-
#: inc/php/page.php:
|
296 |
msgid ""
|
297 |
"This plugin can not cause such problem. More likely, the problem are related "
|
298 |
"to the settings of the website. It could just be a cache, so please try to "
|
@@ -307,20 +310,20 @@ msgstr ""
|
|
307 |
"luego la caché de tu navegador web. También intenta volver a conectarte al "
|
308 |
"sitio web, esto también puede ayudar."
|
309 |
|
310 |
-
#: inc/php/page.php:
|
311 |
msgid "Where to report bug if found?"
|
312 |
msgstr "¿Dónde informar el error si se encuentra?"
|
313 |
|
314 |
-
#: inc/php/page.php:
|
315 |
#, php-format
|
316 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
317 |
msgstr "Visita la página dedicada del complemento %s en GitHub %s e informa."
|
318 |
|
319 |
-
#: inc/php/page.php:
|
320 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
321 |
msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
|
322 |
|
323 |
-
#: inc/php/page.php:
|
324 |
#, php-format
|
325 |
msgid ""
|
326 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
@@ -328,11 +331,11 @@ msgstr ""
|
|
328 |
"¡Cualquier sugerencia es muy bienvenida! Por favor envíame un correo "
|
329 |
"electrónico a %s. ¡Muchas Gracias!"
|
330 |
|
331 |
-
#: inc/php/page.php:
|
332 |
msgid "I love this plugin! Can I help somehow?"
|
333 |
msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
|
334 |
|
335 |
-
#: inc/php/page.php:
|
336 |
#, php-format
|
337 |
msgid ""
|
338 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
@@ -341,11 +344,11 @@ msgstr ""
|
|
341 |
"Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s "
|
342 |
"mi sitio web %s, has clic en el botón DONAR y gracias!"
|
343 |
|
344 |
-
#: inc/php/page.php:
|
345 |
msgid "My question wasn't answered here."
|
346 |
msgstr "Mi pregunta no fue contestada aquí."
|
347 |
|
348 |
-
#: inc/php/page.php:
|
349 |
#, php-format
|
350 |
msgid ""
|
351 |
"You can ask your question on the plugin support page %s. But please keep in "
|
@@ -356,11 +359,29 @@ msgstr ""
|
|
356 |
"ten en cuenta que este complemento es gratuito, y no hay un equipo de "
|
357 |
"soporte especial, así que no tengo forma de responder a todos."
|
358 |
|
359 |
-
#: inc/php/page.php:
|
360 |
-
msgid "
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
msgid ""
|
365 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
366 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
@@ -370,11 +391,11 @@ msgid ""
|
|
370 |
"you to enjoy."
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: inc/php/page.php:
|
374 |
-
msgid "
|
375 |
-
msgstr "
|
376 |
|
377 |
-
#: inc/php/page.php:
|
378 |
msgid "Thank you for your support!"
|
379 |
msgstr "¡Gracias por tu apoyo!"
|
380 |
|
@@ -478,3 +499,9 @@ msgstr "Arthur Gareginyan"
|
|
478 |
#. Author URI of the plugin/theme
|
479 |
msgid "https://www.arthurgareginyan.com"
|
480 |
msgstr "https://www.arthurgareginyan.com"
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Head and Footer Scripts Inserter\n"
|
4 |
+
"POT-Creation-Date: 2017-09-15 14:26+0300\n"
|
5 |
+
"PO-Revision-Date: 2017-09-15 14:26+0300\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: es\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23
|
24 |
msgid "Settings"
|
25 |
msgstr "Ajustes"
|
26 |
|
27 |
+
#: inc/php/core.php:37
|
28 |
msgid "Donate"
|
29 |
msgstr "Donar"
|
30 |
|
31 |
+
#: inc/php/core.php:73
|
32 |
+
msgid "Scripts Inserter"
|
33 |
+
msgstr "Scripts Inserter"
|
34 |
+
|
35 |
#: inc/php/messages.php:26
|
36 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
37 |
msgstr "Hola! Yo soy Arthur, el autor de este complemento."
|
55 |
|
56 |
#: inc/php/page.php:31
|
57 |
#, php-format
|
58 |
+
msgid "by %s Space X-Chimp Studio %s"
|
59 |
+
msgstr ""
|
60 |
|
61 |
#: inc/php/page.php:37
|
62 |
msgid "Version"
|
66 |
msgid "Main"
|
67 |
msgstr "Opciones Configuración"
|
68 |
|
69 |
+
#: inc/php/page.php:45
|
70 |
msgid "Usage"
|
71 |
msgstr "Uso"
|
72 |
|
74 |
msgid "F.A.Q."
|
75 |
msgstr "Preguntas ?"
|
76 |
|
77 |
+
#: inc/php/page.php:47 inc/php/settings.php:70 inc/php/sidebar.php:23
|
|
|
78 |
msgid "Support"
|
79 |
msgstr "Soporte"
|
80 |
|
81 |
+
#: inc/php/page.php:48
|
|
|
|
|
|
|
|
|
82 |
msgid "Store"
|
83 |
msgstr "Tienda"
|
84 |
|
85 |
+
#: inc/php/page.php:64
|
86 |
+
msgid "Usage Instructions"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: inc/php/page.php:66
|
90 |
msgid "To add the script to your website, simply follow these steps:"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: inc/php/page.php:68
|
94 |
msgid "Go to the \"Main\" tab."
|
95 |
msgstr "Debes ir a la pestaña “Principal”."
|
96 |
|
97 |
+
#: inc/php/page.php:69
|
98 |
msgid "Place your scripts in the field."
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: inc/php/page.php:70
|
102 |
msgid ""
|
103 |
"Note that the fields are for inserting HTML code, so JavaScript and CSS code "
|
104 |
"must be wrapped in the corresponding HTML tag. For JavaScript code use the "
|
106 |
"</code> tag. Example:"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: inc/php/page.php:84
|
110 |
msgid "Click the \"Save changes\" button."
|
111 |
msgstr "Clic en el botón \"Guardar Cambios\"."
|
112 |
|
113 |
+
#: inc/php/page.php:85
|
114 |
msgid "Enjoy the result of applying your scripts."
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: inc/php/page.php:85
|
118 |
msgid "It's that simple!"
|
119 |
msgstr "¡Es así de simple!"
|
120 |
|
121 |
+
#: inc/php/page.php:87
|
122 |
msgid "Note!"
|
123 |
msgstr "¡Nota!"
|
124 |
|
125 |
+
#: inc/php/page.php:87
|
126 |
msgid "If you want more options then tell me and I will be happy to add it."
|
127 |
msgstr "Si quieres más opciones, dímelo y estaré encantado de añadirlo."
|
128 |
|
129 |
+
#: inc/php/page.php:96
|
130 |
msgid "Frequently Asked Questions"
|
131 |
msgstr "Preguntas Frecuentes"
|
132 |
|
133 |
+
#: inc/php/page.php:100
|
134 |
msgid ""
|
135 |
"If you have a question, please read the Frequently Asked Questions below to "
|
136 |
"see if the answer is here."
|
138 |
"Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a "
|
139 |
"continuación, para ver si la respuesta está aquí."
|
140 |
|
141 |
+
#: inc/php/page.php:122
|
142 |
msgid "Will this plugin work on my WordPress.COM website?"
|
143 |
msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
|
144 |
|
145 |
+
#: inc/php/page.php:123
|
146 |
msgid ""
|
147 |
"Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
|
148 |
"websites."
|
150 |
"Lo sentimos, este complemento está disponible para su uso solo en sitios web "
|
151 |
"alojados (WordPress.ORG)."
|
152 |
|
153 |
+
#: inc/php/page.php:125
|
154 |
msgid "Can I use this plugin on my language?"
|
155 |
msgstr "¿Puedo usar este complemento en mi idioma?"
|
156 |
|
157 |
+
#: inc/php/page.php:126
|
158 |
msgid ""
|
159 |
"Yes. This plugin is ready for translation and has already been translated "
|
160 |
"into several languages."
|
162 |
"Sí. Este complemento está listo para ser traducido y ya ha sido traducido a "
|
163 |
"varios idiomas."
|
164 |
|
165 |
+
#: inc/php/page.php:128
|
166 |
#, php-format
|
167 |
msgid ""
|
168 |
"If you want to help translate this plugin then please visit the %s. You can "
|
177 |
"el %s e incluiré esta traducción en la siguiente actualización del "
|
178 |
"complemento."
|
179 |
|
180 |
+
#: inc/php/page.php:133
|
181 |
msgid ""
|
182 |
"Maybe not all existed translations are up to date. You are welcome to "
|
183 |
"contribute corrections!"
|
185 |
"Quizás no todas las traducciones existentes estén actualizadas. Le invitamos "
|
186 |
"a contribuir correcciones!"
|
187 |
|
188 |
+
#: inc/php/page.php:134
|
189 |
msgid ""
|
190 |
"Many of plugin users would be delighted if you share your translation with "
|
191 |
"the community. Thanks for your contribution!"
|
193 |
"Muchos de los usuarios de este complemento estarían encantados si compartes "
|
194 |
"tu traducción con la comunidad. ¡Gracias por tu contribución!"
|
195 |
|
196 |
+
#: inc/php/page.php:136
|
197 |
msgid "How does it work?"
|
198 |
msgstr "¿Como funciona?"
|
199 |
|
200 |
+
#: inc/php/page.php:137
|
201 |
msgid ""
|
202 |
"On the \"Settings\" tab, place your scripts in the field and click the "
|
203 |
"\"Save changes\" button. Enjoy the result of applying your scripts. It's "
|
204 |
"that simple!"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: inc/php/page.php:139
|
208 |
msgid "How much of scripts I can enter in the field?"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: inc/php/page.php:140
|
212 |
msgid "I don't limit the number of characters."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: inc/php/page.php:142
|
216 |
msgid "Does this plugin requires any modification of the theme?"
|
217 |
msgstr "¿Este complemento requiere alguna modificación del tema?"
|
218 |
|
219 |
+
#: inc/php/page.php:143
|
220 |
msgid ""
|
221 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
222 |
"settings page."
|
224 |
"Absolutamente NO. Este complemento se puede configurar completamente desde "
|
225 |
"su página de configuración."
|
226 |
|
227 |
+
#: inc/php/page.php:145
|
228 |
msgid "Does this require any knowledge of HTML or CSS?"
|
229 |
msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
|
230 |
|
231 |
+
#: inc/php/page.php:146
|
232 |
msgid ""
|
233 |
"This plugin can be configured with no knowledge of HTML or CSS, using an "
|
234 |
"easy-to-use plugin settings page. But you need to know the HTML or CSS in "
|
235 |
"order to add/remove/modify the HTML or CSS code by using this plugin."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: inc/php/page.php:148
|
239 |
msgid "Can I add my script to a specific page of my website?"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: inc/php/page.php:149
|
243 |
msgid ""
|
244 |
"For now, this plugin does not have an option to apply the custom scripts "
|
245 |
"only on specific pages. I plan to add this feature soon. But for now in "
|
248 |
"need something like this:"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: inc/php/page.php:162
|
252 |
#, php-format
|
253 |
msgid ""
|
254 |
"To apply the PHP code on a website, I can recommend you to use another my "
|
255 |
"plugin called %s."
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: inc/php/page.php:166
|
259 |
msgid "It's not working. What could be wrong?"
|
260 |
msgstr "No funciona. ¿Qué podría estar mal?"
|
261 |
|
262 |
+
#: inc/php/page.php:167
|
263 |
msgid ""
|
264 |
"As with every plugin, it's possible that things don't work. The most common "
|
265 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
274 |
"se denomina caché del navegador. Limpiar la caché del navegador puede "
|
275 |
"resolver el problema."
|
276 |
|
277 |
+
#: inc/php/page.php:168
|
278 |
msgid ""
|
279 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
280 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
287 |
"información como sea posible, incluyendo un enlace a tu sitio web donde se "
|
288 |
"pueda ver el problema."
|
289 |
|
290 |
+
#: inc/php/page.php:170
|
291 |
msgid ""
|
292 |
"The last WordPress update is preventing me from editing my website that is "
|
293 |
"using this plugin. Why is this?"
|
295 |
"La última actualización de WordPress me impide editar mi sitio web que está "
|
296 |
"utilizando este complemento. ¿Porqué sucede esto?"
|
297 |
|
298 |
+
#: inc/php/page.php:171
|
299 |
msgid ""
|
300 |
"This plugin can not cause such problem. More likely, the problem are related "
|
301 |
"to the settings of the website. It could just be a cache, so please try to "
|
310 |
"luego la caché de tu navegador web. También intenta volver a conectarte al "
|
311 |
"sitio web, esto también puede ayudar."
|
312 |
|
313 |
+
#: inc/php/page.php:173
|
314 |
msgid "Where to report bug if found?"
|
315 |
msgstr "¿Dónde informar el error si se encuentra?"
|
316 |
|
317 |
+
#: inc/php/page.php:175
|
318 |
#, php-format
|
319 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
320 |
msgstr "Visita la página dedicada del complemento %s en GitHub %s e informa."
|
321 |
|
322 |
+
#: inc/php/page.php:181
|
323 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
324 |
msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
|
325 |
|
326 |
+
#: inc/php/page.php:183
|
327 |
#, php-format
|
328 |
msgid ""
|
329 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
331 |
"¡Cualquier sugerencia es muy bienvenida! Por favor envíame un correo "
|
332 |
"electrónico a %s. ¡Muchas Gracias!"
|
333 |
|
334 |
+
#: inc/php/page.php:188
|
335 |
msgid "I love this plugin! Can I help somehow?"
|
336 |
msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
|
337 |
|
338 |
+
#: inc/php/page.php:190
|
339 |
#, php-format
|
340 |
msgid ""
|
341 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
344 |
"Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s "
|
345 |
"mi sitio web %s, has clic en el botón DONAR y gracias!"
|
346 |
|
347 |
+
#: inc/php/page.php:196
|
348 |
msgid "My question wasn't answered here."
|
349 |
msgstr "Mi pregunta no fue contestada aquí."
|
350 |
|
351 |
+
#: inc/php/page.php:198
|
352 |
#, php-format
|
353 |
msgid ""
|
354 |
"You can ask your question on the plugin support page %s. But please keep in "
|
359 |
"ten en cuenta que este complemento es gratuito, y no hay un equipo de "
|
360 |
"soporte especial, así que no tengo forma de responder a todos."
|
361 |
|
362 |
+
#: inc/php/page.php:211
|
363 |
+
msgid "Support Me"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: inc/php/page.php:219 inc/php/settings.php:77 inc/php/sidebar.php:30
|
367 |
+
msgid "Donate with PayPal"
|
368 |
+
msgstr "Donar con PayPal"
|
369 |
+
|
370 |
+
#: inc/php/page.php:224
|
371 |
+
#, php-format
|
372 |
+
msgid ""
|
373 |
+
"Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
|
374 |
+
"Chimp Studio %s."
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: inc/php/page.php:232
|
378 |
+
msgid ""
|
379 |
+
"My intention is to create projects that will make this world a better place. "
|
380 |
+
"I'm really passionate about my work, I like what I'm doing and hope that you "
|
381 |
+
"will be enriched by my projects too."
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: inc/php/page.php:233
|
385 |
msgid ""
|
386 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
387 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
391 |
"you to enjoy."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: inc/php/page.php:234
|
395 |
+
msgid "If you appreciate my work, you can buy me a coffee!"
|
396 |
+
msgstr ""
|
397 |
|
398 |
+
#: inc/php/page.php:235
|
399 |
msgid "Thank you for your support!"
|
400 |
msgstr "¡Gracias por tu apoyo!"
|
401 |
|
499 |
#. Author URI of the plugin/theme
|
500 |
msgid "https://www.arthurgareginyan.com"
|
501 |
msgstr "https://www.arthurgareginyan.com"
|
502 |
+
|
503 |
+
#~ msgid "by %s Arthur Gareginyan %s"
|
504 |
+
#~ msgstr "por %s Arthur Gareginyan %s"
|
505 |
+
|
506 |
+
#~ msgid "Author"
|
507 |
+
#~ msgstr "Autor"
|
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-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: psouu <koko887@wp.pl>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: pl\n"
|
@@ -25,14 +25,18 @@ msgstr ""
|
|
25 |
"X-Poedit-SearchPath-0: .\n"
|
26 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
27 |
|
28 |
-
#: inc/php/core.php:
|
29 |
msgid "Settings"
|
30 |
msgstr "Ustawienia"
|
31 |
|
32 |
-
#: inc/php/core.php:
|
33 |
msgid "Donate"
|
34 |
msgstr "Wesprzyj"
|
35 |
|
|
|
|
|
|
|
|
|
36 |
#: inc/php/messages.php:26
|
37 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
38 |
msgstr ""
|
@@ -56,8 +60,8 @@ msgstr ""
|
|
56 |
|
57 |
#: inc/php/page.php:31
|
58 |
#, php-format
|
59 |
-
msgid "by %s
|
60 |
-
msgstr "
|
61 |
|
62 |
#: inc/php/page.php:37
|
63 |
msgid "Version"
|
@@ -67,7 +71,7 @@ msgstr ""
|
|
67 |
msgid "Main"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: inc/php/page.php:45
|
71 |
msgid "Usage"
|
72 |
msgstr "Wykorzystanie"
|
73 |
|
@@ -75,32 +79,31 @@ msgstr "Wykorzystanie"
|
|
75 |
msgid "F.A.Q."
|
76 |
msgstr "FAQ"
|
77 |
|
78 |
-
#: inc/php/page.php:47 inc/php/
|
79 |
-
#: inc/php/sidebar.php:23
|
80 |
msgid "Support"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: inc/php/page.php:48
|
84 |
-
msgid "Author"
|
85 |
-
msgstr "Autor"
|
86 |
-
|
87 |
-
#: inc/php/page.php:49
|
88 |
msgid "Store"
|
89 |
msgstr "Rodzina"
|
90 |
|
91 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
92 |
msgid "To add the script to your website, simply follow these steps:"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: inc/php/page.php:
|
96 |
msgid "Go to the \"Main\" tab."
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: inc/php/page.php:
|
100 |
msgid "Place your scripts in the field."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: inc/php/page.php:
|
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 +111,57 @@ msgid ""
|
|
108 |
"</code> tag. Example:"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: inc/php/page.php:
|
112 |
msgid "Click the \"Save changes\" button."
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: inc/php/page.php:
|
116 |
msgid "Enjoy the result of applying your scripts."
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: inc/php/page.php:
|
120 |
msgid "It's that simple!"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: inc/php/page.php:
|
124 |
msgid "Note!"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: inc/php/page.php:
|
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:
|
132 |
msgid "Frequently Asked Questions"
|
133 |
msgstr "Często zadawane pytania"
|
134 |
|
135 |
-
#: inc/php/page.php:
|
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:
|
142 |
msgid "Will this plugin work on my WordPress.COM website?"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: inc/php/page.php:
|
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:
|
152 |
msgid "Can I use this plugin on my language?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: inc/php/page.php:
|
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:
|
162 |
#, php-format
|
163 |
msgid ""
|
164 |
"If you want to help translate this plugin then please visit the %s. You can "
|
@@ -168,63 +171,63 @@ msgid ""
|
|
168 |
"update."
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: inc/php/page.php:
|
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:
|
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:
|
184 |
msgid "How does it work?"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: inc/php/page.php:
|
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:
|
195 |
msgid "How much of scripts I can enter in the field?"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/php/page.php:
|
199 |
msgid "I don't limit the number of characters."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: inc/php/page.php:
|
203 |
msgid "Does this plugin requires any modification of the theme?"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: inc/php/page.php:
|
207 |
msgid ""
|
208 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
209 |
"settings page."
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: inc/php/page.php:
|
213 |
msgid "Does this require any knowledge of HTML or CSS?"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: inc/php/page.php:
|
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:
|
224 |
msgid "Can I add my script to a specific page of my website?"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: inc/php/page.php:
|
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 +236,18 @@ msgid ""
|
|
233 |
"need something like this:"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: inc/php/page.php:
|
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:
|
244 |
msgid "It's not working. What could be wrong?"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: inc/php/page.php:
|
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 +256,7 @@ msgid ""
|
|
253 |
"browser's cache may solve the problem."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: inc/php/page.php:
|
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 +264,13 @@ msgid ""
|
|
261 |
"possible, including a link to your website where the problem can be seen."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: inc/php/page.php:
|
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:
|
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 +279,41 @@ msgid ""
|
|
276 |
"please try to re-login to the website, this too can help."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
msgid "Where to report bug if found?"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/page.php:
|
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:
|
289 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: inc/php/page.php:
|
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:
|
299 |
msgid "I love this plugin! Can I help somehow?"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: inc/php/page.php:
|
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:
|
310 |
msgid "My question wasn't answered here."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: inc/php/page.php:
|
314 |
#, php-format
|
315 |
msgid ""
|
316 |
"You can ask your question on the plugin support page %s. But please keep in "
|
@@ -318,11 +321,29 @@ msgid ""
|
|
318 |
"have no way to answer everyone."
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: inc/php/page.php:
|
322 |
-
msgid "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
msgid ""
|
327 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
328 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
@@ -332,11 +353,11 @@ msgid ""
|
|
332 |
"you to enjoy."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: inc/php/page.php:
|
336 |
-
msgid "
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: inc/php/page.php:
|
340 |
msgid "Thank you for your support!"
|
341 |
msgstr ""
|
342 |
|
@@ -446,6 +467,12 @@ msgstr "Arthur Gareginyan"
|
|
446 |
msgid "https://www.arthurgareginyan.com"
|
447 |
msgstr "https://www.arthurgareginyan.com"
|
448 |
|
|
|
|
|
|
|
|
|
|
|
|
|
449 |
#~ msgid ""
|
450 |
#~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
451 |
#~ "Gareginyan</a>"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Header and Footer Scripts Inserter\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-09-15 14:26+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-09-15 14:26+0300\n"
|
7 |
"Last-Translator: psouu <koko887@wp.pl>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: pl\n"
|
25 |
"X-Poedit-SearchPath-0: .\n"
|
26 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
27 |
|
28 |
+
#: inc/php/core.php:23
|
29 |
msgid "Settings"
|
30 |
msgstr "Ustawienia"
|
31 |
|
32 |
+
#: inc/php/core.php:37
|
33 |
msgid "Donate"
|
34 |
msgstr "Wesprzyj"
|
35 |
|
36 |
+
#: inc/php/core.php:73
|
37 |
+
msgid "Scripts Inserter"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
#: inc/php/messages.php:26
|
41 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
42 |
msgstr ""
|
60 |
|
61 |
#: inc/php/page.php:31
|
62 |
#, php-format
|
63 |
+
msgid "by %s Space X-Chimp Studio %s"
|
64 |
+
msgstr ""
|
65 |
|
66 |
#: inc/php/page.php:37
|
67 |
msgid "Version"
|
71 |
msgid "Main"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: inc/php/page.php:45
|
75 |
msgid "Usage"
|
76 |
msgstr "Wykorzystanie"
|
77 |
|
79 |
msgid "F.A.Q."
|
80 |
msgstr "FAQ"
|
81 |
|
82 |
+
#: inc/php/page.php:47 inc/php/settings.php:70 inc/php/sidebar.php:23
|
|
|
83 |
msgid "Support"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: inc/php/page.php:48
|
|
|
|
|
|
|
|
|
87 |
msgid "Store"
|
88 |
msgstr "Rodzina"
|
89 |
|
90 |
+
#: inc/php/page.php:64
|
91 |
+
msgid "Usage Instructions"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: inc/php/page.php:66
|
95 |
msgid "To add the script to your website, simply follow these steps:"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: inc/php/page.php:68
|
99 |
msgid "Go to the \"Main\" tab."
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: inc/php/page.php:69
|
103 |
msgid "Place your scripts in the field."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: inc/php/page.php:70
|
107 |
msgid ""
|
108 |
"Note that the fields are for inserting HTML code, so JavaScript and CSS code "
|
109 |
"must be wrapped in the corresponding HTML tag. For JavaScript code use the "
|
111 |
"</code> tag. Example:"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: inc/php/page.php:84
|
115 |
msgid "Click the \"Save changes\" button."
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: inc/php/page.php:85
|
119 |
msgid "Enjoy the result of applying your scripts."
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: inc/php/page.php:85
|
123 |
msgid "It's that simple!"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/php/page.php:87
|
127 |
msgid "Note!"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/php/page.php:87
|
131 |
msgid "If you want more options then tell me and I will be happy to add it."
|
132 |
msgstr "Jeśli potrzebujesz więcej opcji napisz mi o tym. Chętnie je dodam."
|
133 |
|
134 |
+
#: inc/php/page.php:96
|
135 |
msgid "Frequently Asked Questions"
|
136 |
msgstr "Często zadawane pytania"
|
137 |
|
138 |
+
#: inc/php/page.php:100
|
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:122
|
145 |
msgid "Will this plugin work on my WordPress.COM website?"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: inc/php/page.php:123
|
149 |
msgid ""
|
150 |
"Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
|
151 |
"websites."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: inc/php/page.php:125
|
155 |
msgid "Can I use this plugin on my language?"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: inc/php/page.php:126
|
159 |
msgid ""
|
160 |
"Yes. This plugin is ready for translation and has already been translated "
|
161 |
"into several languages."
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/php/page.php:128
|
165 |
#, php-format
|
166 |
msgid ""
|
167 |
"If you want to help translate this plugin then please visit the %s. You can "
|
171 |
"update."
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: inc/php/page.php:133
|
175 |
msgid ""
|
176 |
"Maybe not all existed translations are up to date. You are welcome to "
|
177 |
"contribute corrections!"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/page.php:134
|
181 |
msgid ""
|
182 |
"Many of plugin users would be delighted if you share your translation with "
|
183 |
"the community. Thanks for your contribution!"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: inc/php/page.php:136
|
187 |
msgid "How does it work?"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: inc/php/page.php:137
|
191 |
msgid ""
|
192 |
"On the \"Settings\" tab, place your scripts in the field and click the "
|
193 |
"\"Save changes\" button. Enjoy the result of applying your scripts. It's "
|
194 |
"that simple!"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: inc/php/page.php:139
|
198 |
msgid "How much of scripts I can enter in the field?"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: inc/php/page.php:140
|
202 |
msgid "I don't limit the number of characters."
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: inc/php/page.php:142
|
206 |
msgid "Does this plugin requires any modification of the theme?"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: inc/php/page.php:143
|
210 |
msgid ""
|
211 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
212 |
"settings page."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: inc/php/page.php:145
|
216 |
msgid "Does this require any knowledge of HTML or CSS?"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: inc/php/page.php:146
|
220 |
msgid ""
|
221 |
"This plugin can be configured with no knowledge of HTML or CSS, using an "
|
222 |
"easy-to-use plugin settings page. But you need to know the HTML or CSS in "
|
223 |
"order to add/remove/modify the HTML or CSS code by using this plugin."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: inc/php/page.php:148
|
227 |
msgid "Can I add my script to a specific page of my website?"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: inc/php/page.php:149
|
231 |
msgid ""
|
232 |
"For now, this plugin does not have an option to apply the custom scripts "
|
233 |
"only on specific pages. I plan to add this feature soon. But for now in "
|
236 |
"need something like this:"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: inc/php/page.php:162
|
240 |
#, php-format
|
241 |
msgid ""
|
242 |
"To apply the PHP code on a website, I can recommend you to use another my "
|
243 |
"plugin called %s."
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: inc/php/page.php:166
|
247 |
msgid "It's not working. What could be wrong?"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/php/page.php:167
|
251 |
msgid ""
|
252 |
"As with every plugin, it's possible that things don't work. The most common "
|
253 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
256 |
"browser's cache may solve the problem."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: inc/php/page.php:168
|
260 |
msgid ""
|
261 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
262 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
264 |
"possible, including a link to your website where the problem can be seen."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: inc/php/page.php:170
|
268 |
msgid ""
|
269 |
"The last WordPress update is preventing me from editing my website that is "
|
270 |
"using this plugin. Why is this?"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: inc/php/page.php:171
|
274 |
msgid ""
|
275 |
"This plugin can not cause such problem. More likely, the problem are related "
|
276 |
"to the settings of the website. It could just be a cache, so please try to "
|
279 |
"please try to re-login to the website, this too can help."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: inc/php/page.php:173
|
283 |
msgid "Where to report bug if found?"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: inc/php/page.php:175
|
287 |
#, php-format
|
288 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: inc/php/page.php:181
|
292 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: inc/php/page.php:183
|
296 |
#, php-format
|
297 |
msgid ""
|
298 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: inc/php/page.php:188
|
302 |
msgid "I love this plugin! Can I help somehow?"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: inc/php/page.php:190
|
306 |
#, php-format
|
307 |
msgid ""
|
308 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
309 |
"click on the donate button, and thank you!"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: inc/php/page.php:196
|
313 |
msgid "My question wasn't answered here."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/page.php:198
|
317 |
#, php-format
|
318 |
msgid ""
|
319 |
"You can ask your question on the plugin support page %s. But please keep in "
|
321 |
"have no way to answer everyone."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: inc/php/page.php:211
|
325 |
+
msgid "Support Me"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: inc/php/page.php:219 inc/php/settings.php:77 inc/php/sidebar.php:30
|
329 |
+
msgid "Donate with PayPal"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: inc/php/page.php:224
|
333 |
+
#, php-format
|
334 |
+
msgid ""
|
335 |
+
"Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
|
336 |
+
"Chimp Studio %s."
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: inc/php/page.php:232
|
340 |
+
msgid ""
|
341 |
+
"My intention is to create projects that will make this world a better place. "
|
342 |
+
"I'm really passionate about my work, I like what I'm doing and hope that you "
|
343 |
+
"will be enriched by my projects too."
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: inc/php/page.php:233
|
347 |
msgid ""
|
348 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
349 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
353 |
"you to enjoy."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: inc/php/page.php:234
|
357 |
+
msgid "If you appreciate my work, you can buy me a coffee!"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: inc/php/page.php:235
|
361 |
msgid "Thank you for your support!"
|
362 |
msgstr ""
|
363 |
|
467 |
msgid "https://www.arthurgareginyan.com"
|
468 |
msgstr "https://www.arthurgareginyan.com"
|
469 |
|
470 |
+
#~ msgid "by %s Arthur Gareginyan %s"
|
471 |
+
#~ msgstr "wykonana przez %s Arthur Gareginyan %s"
|
472 |
+
|
473 |
+
#~ msgid "Author"
|
474 |
+
#~ msgstr "Autor"
|
475 |
+
|
476 |
#~ msgid ""
|
477 |
#~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
478 |
#~ "Gareginyan</a>"
|
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-
|
5 |
-
"PO-Revision-Date: 2017-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
@@ -21,14 +21,18 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
-
#: inc/php/core.php:
|
25 |
msgid "Settings"
|
26 |
msgstr "Настройки"
|
27 |
|
28 |
-
#: inc/php/core.php:
|
29 |
msgid "Donate"
|
30 |
msgstr "Поддержать"
|
31 |
|
|
|
|
|
|
|
|
|
32 |
#: inc/php/messages.php:26
|
33 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
34 |
msgstr "Привет! Я Артур, автор этого плагина."
|
@@ -52,8 +56,8 @@ msgstr "Скрипты успешно обновлены."
|
|
52 |
|
53 |
#: inc/php/page.php:31
|
54 |
#, php-format
|
55 |
-
msgid "by %s
|
56 |
-
msgstr "от %s
|
57 |
|
58 |
#: inc/php/page.php:37
|
59 |
msgid "Version"
|
@@ -63,7 +67,7 @@ msgstr "Версия"
|
|
63 |
msgid "Main"
|
64 |
msgstr "Главная"
|
65 |
|
66 |
-
#: inc/php/page.php:45
|
67 |
msgid "Usage"
|
68 |
msgstr "Применение"
|
69 |
|
@@ -71,33 +75,32 @@ msgstr "Применение"
|
|
71 |
msgid "F.A.Q."
|
72 |
msgstr "F.A.Q."
|
73 |
|
74 |
-
#: inc/php/page.php:47 inc/php/
|
75 |
-
#: inc/php/sidebar.php:23
|
76 |
msgid "Support"
|
77 |
msgstr "Поддержка"
|
78 |
|
79 |
-
#: inc/php/page.php:48
|
80 |
-
msgid "Author"
|
81 |
-
msgstr "Автор"
|
82 |
-
|
83 |
-
#: inc/php/page.php:49
|
84 |
msgid "Store"
|
85 |
msgstr "Магазин"
|
86 |
|
87 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
88 |
msgid "To add the script to your website, simply follow these steps:"
|
89 |
msgstr ""
|
90 |
"Для того чтобы добавить скрипт на ваш веб-сайт, выполните следующие действия:"
|
91 |
|
92 |
-
#: inc/php/page.php:
|
93 |
msgid "Go to the \"Main\" tab."
|
94 |
msgstr "Перейдите на вкладку «Главная»."
|
95 |
|
96 |
-
#: inc/php/page.php:
|
97 |
msgid "Place your scripts in the field."
|
98 |
msgstr "Поместите свои скрипты в поле."
|
99 |
|
100 |
-
#: inc/php/page.php:
|
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 "
|
@@ -109,43 +112,43 @@ msgstr ""
|
|
109 |
"JavaScript используйте тег <code><script></code>, а для CSS тэг "
|
110 |
"<code><style></code>. Пример:"
|
111 |
|
112 |
-
#: inc/php/page.php:
|
113 |
msgid "Click the \"Save changes\" button."
|
114 |
msgstr "Нажмите кнопку «Сохранить изменения»."
|
115 |
|
116 |
-
#: inc/php/page.php:
|
117 |
msgid "Enjoy the result of applying your scripts."
|
118 |
msgstr "Наслаждайтесь результатом применения ваших скриптов."
|
119 |
|
120 |
-
#: inc/php/page.php:
|
121 |
msgid "It's that simple!"
|
122 |
msgstr "Вот так просто!"
|
123 |
|
124 |
-
#: inc/php/page.php:
|
125 |
msgid "Note!"
|
126 |
msgstr "Примечание!"
|
127 |
|
128 |
-
#: inc/php/page.php:
|
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:
|
135 |
msgid "Frequently Asked Questions"
|
136 |
msgstr "Часто задаваемые вопросы"
|
137 |
|
138 |
-
#: inc/php/page.php:
|
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:
|
145 |
msgid "Will this plugin work on my WordPress.COM website?"
|
146 |
msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
|
147 |
|
148 |
-
#: inc/php/page.php:
|
149 |
msgid ""
|
150 |
"Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
|
151 |
"websites."
|
@@ -153,17 +156,17 @@ msgstr ""
|
|
153 |
"К сожалению, этот плагин доступен для использования только на самостоятельно "
|
154 |
"размещённых веб-сайтах (WordPress.ORG)."
|
155 |
|
156 |
-
#: inc/php/page.php:
|
157 |
msgid "Can I use this plugin on my language?"
|
158 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
159 |
|
160 |
-
#: inc/php/page.php:
|
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:
|
167 |
#, php-format
|
168 |
msgid ""
|
169 |
"If you want to help translate this plugin then please visit the %s. You can "
|
@@ -177,13 +180,13 @@ msgstr ""
|
|
177 |
"папку «languages», чтобы создать PO файл перевода. Просто отправьте мне файл "
|
178 |
"PO на %s и Я включу этот перевод в следующее обновление плагина."
|
179 |
|
180 |
-
#: inc/php/page.php:
|
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:
|
187 |
msgid ""
|
188 |
"Many of plugin users would be delighted if you share your translation with "
|
189 |
"the community. Thanks for your contribution!"
|
@@ -191,11 +194,11 @@ msgstr ""
|
|
191 |
"Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
|
192 |
"с сообществом. Спасибо за ваш вклад!"
|
193 |
|
194 |
-
#: inc/php/page.php:
|
195 |
msgid "How does it work?"
|
196 |
msgstr "Как оно работает?"
|
197 |
|
198 |
-
#: inc/php/page.php:
|
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 "
|
@@ -205,19 +208,19 @@ msgstr ""
|
|
205 |
"«Сохранить изменения». Наслаждайтесь результатом применения ваших скриптов. "
|
206 |
"Это так просто!"
|
207 |
|
208 |
-
#: inc/php/page.php:
|
209 |
msgid "How much of scripts I can enter in the field?"
|
210 |
msgstr "Сколько скриптов я могу ввести в текстовое поле?"
|
211 |
|
212 |
-
#: inc/php/page.php:
|
213 |
msgid "I don't limit the number of characters."
|
214 |
msgstr "Я не ограничиваю количество символов."
|
215 |
|
216 |
-
#: inc/php/page.php:
|
217 |
msgid "Does this plugin requires any modification of the theme?"
|
218 |
msgstr "Этот плагин требует изменения темы?"
|
219 |
|
220 |
-
#: inc/php/page.php:
|
221 |
msgid ""
|
222 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
223 |
"settings page."
|
@@ -225,11 +228,11 @@ msgstr ""
|
|
225 |
"Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
|
226 |
"плагина."
|
227 |
|
228 |
-
#: inc/php/page.php:
|
229 |
msgid "Does this require any knowledge of HTML or CSS?"
|
230 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
231 |
|
232 |
-
#: inc/php/page.php:
|
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,12 +243,12 @@ msgstr ""
|
|
240 |
"для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
|
241 |
"плагин."
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid "Can I add my script to a specific page of my website?"
|
245 |
msgstr ""
|
246 |
"Могу ли я добавить свой скрипт на определенную страницу моего веб-сайта?"
|
247 |
|
248 |
-
#: inc/php/page.php:
|
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 "
|
@@ -259,7 +262,7 @@ msgstr ""
|
|
259 |
"страницах вашего сайта, вам нужно обернуть свой скрипт в PHP-код, который "
|
260 |
"будет определять страницу, которая вам нужна. Вам нужно что-то вроде этого:"
|
261 |
|
262 |
-
#: inc/php/page.php:
|
263 |
#, php-format
|
264 |
msgid ""
|
265 |
"To apply the PHP code on a website, I can recommend you to use another my "
|
@@ -268,11 +271,11 @@ msgstr ""
|
|
268 |
"Чтобы применить PHP-код на веб-сайте, я могу порекомендовать вам "
|
269 |
"использовать другой мой плагин, называемый %s."
|
270 |
|
271 |
-
#: inc/php/page.php:
|
272 |
msgid "It's not working. What could be wrong?"
|
273 |
msgstr "Оно не работает. Что может быть не так?"
|
274 |
|
275 |
-
#: inc/php/page.php:
|
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 "
|
@@ -287,7 +290,7 @@ msgstr ""
|
|
287 |
"сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
|
288 |
"проблему."
|
289 |
|
290 |
-
#: inc/php/page.php:
|
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 "
|
@@ -300,7 +303,7 @@ msgstr ""
|
|
300 |
"больше информации, включая ссылку на ваш сайт, на котором можно увидеть "
|
301 |
"проблему."
|
302 |
|
303 |
-
#: inc/php/page.php:
|
304 |
msgid ""
|
305 |
"The last WordPress update is preventing me from editing my website that is "
|
306 |
"using this plugin. Why is this?"
|
@@ -308,7 +311,7 @@ msgstr ""
|
|
308 |
"Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
|
309 |
"который использует этот плагин. Почему так?"
|
310 |
|
311 |
-
#: inc/php/page.php:
|
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 "
|
@@ -322,22 +325,22 @@ msgstr ""
|
|
322 |
"веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
|
323 |
"попробуйте повторно войти на сайт, это тоже может помочь."
|
324 |
|
325 |
-
#: inc/php/page.php:
|
326 |
msgid "Where to report bug if found?"
|
327 |
msgstr "Где можно сообщить об ошибке?"
|
328 |
|
329 |
-
#: inc/php/page.php:
|
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:
|
336 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
337 |
msgstr ""
|
338 |
"Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
339 |
|
340 |
-
#: inc/php/page.php:
|
341 |
#, php-format
|
342 |
msgid ""
|
343 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
@@ -345,11 +348,11 @@ msgstr ""
|
|
345 |
"Любые предложения приветствуются! Пожалуйста, пришлите мне электронное "
|
346 |
"письмо на адрес %s. Спасибо!"
|
347 |
|
348 |
-
#: inc/php/page.php:
|
349 |
msgid "I love this plugin! Can I help somehow?"
|
350 |
msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
|
351 |
|
352 |
-
#: inc/php/page.php:
|
353 |
#, php-format
|
354 |
msgid ""
|
355 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
@@ -358,11 +361,11 @@ msgstr ""
|
|
358 |
"Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
|
359 |
"нажмите на кнопку пожертвования. Спасибо!"
|
360 |
|
361 |
-
#: inc/php/page.php:
|
362 |
msgid "My question wasn't answered here."
|
363 |
msgstr "Моего вопроса здесь нет."
|
364 |
|
365 |
-
#: inc/php/page.php:
|
366 |
#, php-format
|
367 |
msgid ""
|
368 |
"You can ask your question on the plugin support page %s. But please keep in "
|
@@ -373,11 +376,34 @@ msgstr ""
|
|
373 |
"виду, что этот плагин является бесплатным и без специальной поддержки, "
|
374 |
"поэтому у меня нет возможности ответить на все вопросы."
|
375 |
|
376 |
-
#: inc/php/page.php:
|
377 |
-
msgid "
|
378 |
-
msgstr "
|
|
|
|
|
|
|
|
|
379 |
|
380 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
msgid ""
|
382 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
383 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
@@ -393,11 +419,11 @@ msgstr ""
|
|
393 |
"вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
|
394 |
"создание программ для людей как вы."
|
395 |
|
396 |
-
#: inc/php/page.php:
|
397 |
-
msgid "
|
398 |
-
msgstr "
|
399 |
|
400 |
-
#: inc/php/page.php:
|
401 |
msgid "Thank you for your support!"
|
402 |
msgstr "Спасибо за вашу поддержку!"
|
403 |
|
@@ -516,6 +542,12 @@ msgstr "Артур Гарегинян"
|
|
516 |
msgid "https://www.arthurgareginyan.com"
|
517 |
msgstr "https://www.arthurgareginyan.com"
|
518 |
|
|
|
|
|
|
|
|
|
|
|
|
|
519 |
#~ msgid "Family"
|
520 |
#~ msgstr "Семья"
|
521 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Header and Footer Scripts Inserter\n"
|
4 |
+
"POT-Creation-Date: 2017-09-15 14:16+0300\n"
|
5 |
+
"PO-Revision-Date: 2017-09-15 14:16+0300\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
+
#: inc/php/core.php:23
|
25 |
msgid "Settings"
|
26 |
msgstr "Настройки"
|
27 |
|
28 |
+
#: inc/php/core.php:37
|
29 |
msgid "Donate"
|
30 |
msgstr "Поддержать"
|
31 |
|
32 |
+
#: inc/php/core.php:73
|
33 |
+
msgid "Scripts Inserter"
|
34 |
+
msgstr "Scripts Inserter"
|
35 |
+
|
36 |
#: inc/php/messages.php:26
|
37 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
38 |
msgstr "Привет! Я Артур, автор этого плагина."
|
56 |
|
57 |
#: inc/php/page.php:31
|
58 |
#, php-format
|
59 |
+
msgid "by %s Space X-Chimp Studio %s"
|
60 |
+
msgstr "от %s Space X-Chimp Studio %s"
|
61 |
|
62 |
#: inc/php/page.php:37
|
63 |
msgid "Version"
|
67 |
msgid "Main"
|
68 |
msgstr "Главная"
|
69 |
|
70 |
+
#: inc/php/page.php:45
|
71 |
msgid "Usage"
|
72 |
msgstr "Применение"
|
73 |
|
75 |
msgid "F.A.Q."
|
76 |
msgstr "F.A.Q."
|
77 |
|
78 |
+
#: inc/php/page.php:47 inc/php/settings.php:70 inc/php/sidebar.php:23
|
|
|
79 |
msgid "Support"
|
80 |
msgstr "Поддержка"
|
81 |
|
82 |
+
#: inc/php/page.php:48
|
|
|
|
|
|
|
|
|
83 |
msgid "Store"
|
84 |
msgstr "Магазин"
|
85 |
|
86 |
+
#: inc/php/page.php:64
|
87 |
+
msgid "Usage Instructions"
|
88 |
+
msgstr "Инструкция по использованию"
|
89 |
+
|
90 |
+
#: inc/php/page.php:66
|
91 |
msgid "To add the script to your website, simply follow these steps:"
|
92 |
msgstr ""
|
93 |
"Для того чтобы добавить скрипт на ваш веб-сайт, выполните следующие действия:"
|
94 |
|
95 |
+
#: inc/php/page.php:68
|
96 |
msgid "Go to the \"Main\" tab."
|
97 |
msgstr "Перейдите на вкладку «Главная»."
|
98 |
|
99 |
+
#: inc/php/page.php:69
|
100 |
msgid "Place your scripts in the field."
|
101 |
msgstr "Поместите свои скрипты в поле."
|
102 |
|
103 |
+
#: inc/php/page.php:70
|
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 "
|
112 |
"JavaScript используйте тег <code><script></code>, а для CSS тэг "
|
113 |
"<code><style></code>. Пример:"
|
114 |
|
115 |
+
#: inc/php/page.php:84
|
116 |
msgid "Click the \"Save changes\" button."
|
117 |
msgstr "Нажмите кнопку «Сохранить изменения»."
|
118 |
|
119 |
+
#: inc/php/page.php:85
|
120 |
msgid "Enjoy the result of applying your scripts."
|
121 |
msgstr "Наслаждайтесь результатом применения ваших скриптов."
|
122 |
|
123 |
+
#: inc/php/page.php:85
|
124 |
msgid "It's that simple!"
|
125 |
msgstr "Вот так просто!"
|
126 |
|
127 |
+
#: inc/php/page.php:87
|
128 |
msgid "Note!"
|
129 |
msgstr "Примечание!"
|
130 |
|
131 |
+
#: inc/php/page.php:87
|
132 |
msgid "If you want more options then tell me and I will be happy to add it."
|
133 |
msgstr ""
|
134 |
"Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
|
135 |
"добавить их."
|
136 |
|
137 |
+
#: inc/php/page.php:96
|
138 |
msgid "Frequently Asked Questions"
|
139 |
msgstr "Часто задаваемые вопросы"
|
140 |
|
141 |
+
#: inc/php/page.php:100
|
142 |
msgid ""
|
143 |
"If you have a question, please read the Frequently Asked Questions below to "
|
144 |
"see if the answer is here."
|
145 |
msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
|
146 |
|
147 |
+
#: inc/php/page.php:122
|
148 |
msgid "Will this plugin work on my WordPress.COM website?"
|
149 |
msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
|
150 |
|
151 |
+
#: inc/php/page.php:123
|
152 |
msgid ""
|
153 |
"Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
|
154 |
"websites."
|
156 |
"К сожалению, этот плагин доступен для использования только на самостоятельно "
|
157 |
"размещённых веб-сайтах (WordPress.ORG)."
|
158 |
|
159 |
+
#: inc/php/page.php:125
|
160 |
msgid "Can I use this plugin on my language?"
|
161 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
162 |
|
163 |
+
#: inc/php/page.php:126
|
164 |
msgid ""
|
165 |
"Yes. This plugin is ready for translation and has already been translated "
|
166 |
"into several languages."
|
167 |
msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
|
168 |
|
169 |
+
#: inc/php/page.php:128
|
170 |
#, php-format
|
171 |
msgid ""
|
172 |
"If you want to help translate this plugin then please visit the %s. You can "
|
180 |
"папку «languages», чтобы создать PO файл перевода. Просто отправьте мне файл "
|
181 |
"PO на %s и Я включу этот перевод в следующее обновление плагина."
|
182 |
|
183 |
+
#: inc/php/page.php:133
|
184 |
msgid ""
|
185 |
"Maybe not all existed translations are up to date. You are welcome to "
|
186 |
"contribute corrections!"
|
187 |
msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
|
188 |
|
189 |
+
#: inc/php/page.php:134
|
190 |
msgid ""
|
191 |
"Many of plugin users would be delighted if you share your translation with "
|
192 |
"the community. Thanks for your contribution!"
|
194 |
"Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
|
195 |
"с сообществом. Спасибо за ваш вклад!"
|
196 |
|
197 |
+
#: inc/php/page.php:136
|
198 |
msgid "How does it work?"
|
199 |
msgstr "Как оно работает?"
|
200 |
|
201 |
+
#: inc/php/page.php:137
|
202 |
msgid ""
|
203 |
"On the \"Settings\" tab, place your scripts in the field and click the "
|
204 |
"\"Save changes\" button. Enjoy the result of applying your scripts. It's "
|
208 |
"«Сохранить изменения». Наслаждайтесь результатом применения ваших скриптов. "
|
209 |
"Это так просто!"
|
210 |
|
211 |
+
#: inc/php/page.php:139
|
212 |
msgid "How much of scripts I can enter in the field?"
|
213 |
msgstr "Сколько скриптов я могу ввести в текстовое поле?"
|
214 |
|
215 |
+
#: inc/php/page.php:140
|
216 |
msgid "I don't limit the number of characters."
|
217 |
msgstr "Я не ограничиваю количество символов."
|
218 |
|
219 |
+
#: inc/php/page.php:142
|
220 |
msgid "Does this plugin requires any modification of the theme?"
|
221 |
msgstr "Этот плагин требует изменения темы?"
|
222 |
|
223 |
+
#: inc/php/page.php:143
|
224 |
msgid ""
|
225 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
226 |
"settings page."
|
228 |
"Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
|
229 |
"плагина."
|
230 |
|
231 |
+
#: inc/php/page.php:145
|
232 |
msgid "Does this require any knowledge of HTML or CSS?"
|
233 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
234 |
|
235 |
+
#: inc/php/page.php:146
|
236 |
msgid ""
|
237 |
"This plugin can be configured with no knowledge of HTML or CSS, using an "
|
238 |
"easy-to-use plugin settings page. But you need to know the HTML or CSS in "
|
243 |
"для того, чтобы добавить/удалить/изменить код HTML или CSS, используя этот "
|
244 |
"плагин."
|
245 |
|
246 |
+
#: inc/php/page.php:148
|
247 |
msgid "Can I add my script to a specific page of my website?"
|
248 |
msgstr ""
|
249 |
"Могу ли я добавить свой скрипт на определенную страницу моего веб-сайта?"
|
250 |
|
251 |
+
#: inc/php/page.php:149
|
252 |
msgid ""
|
253 |
"For now, this plugin does not have an option to apply the custom scripts "
|
254 |
"only on specific pages. I plan to add this feature soon. But for now in "
|
262 |
"страницах вашего сайта, вам нужно обернуть свой скрипт в PHP-код, который "
|
263 |
"будет определять страницу, которая вам нужна. Вам нужно что-то вроде этого:"
|
264 |
|
265 |
+
#: inc/php/page.php:162
|
266 |
#, php-format
|
267 |
msgid ""
|
268 |
"To apply the PHP code on a website, I can recommend you to use another my "
|
271 |
"Чтобы применить PHP-код на веб-сайте, я могу порекомендовать вам "
|
272 |
"использовать другой мой плагин, называемый %s."
|
273 |
|
274 |
+
#: inc/php/page.php:166
|
275 |
msgid "It's not working. What could be wrong?"
|
276 |
msgstr "Оно не работает. Что может быть не так?"
|
277 |
|
278 |
+
#: inc/php/page.php:167
|
279 |
msgid ""
|
280 |
"As with every plugin, it's possible that things don't work. The most common "
|
281 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
290 |
"сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
|
291 |
"проблему."
|
292 |
|
293 |
+
#: inc/php/page.php:168
|
294 |
msgid ""
|
295 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
296 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
303 |
"больше информации, включая ссылку на ваш сайт, на котором можно увидеть "
|
304 |
"проблему."
|
305 |
|
306 |
+
#: inc/php/page.php:170
|
307 |
msgid ""
|
308 |
"The last WordPress update is preventing me from editing my website that is "
|
309 |
"using this plugin. Why is this?"
|
311 |
"Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
|
312 |
"который использует этот плагин. Почему так?"
|
313 |
|
314 |
+
#: inc/php/page.php:171
|
315 |
msgid ""
|
316 |
"This plugin can not cause such problem. More likely, the problem are related "
|
317 |
"to the settings of the website. It could just be a cache, so please try to "
|
325 |
"веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
|
326 |
"попробуйте повторно войти на сайт, это тоже может помочь."
|
327 |
|
328 |
+
#: inc/php/page.php:173
|
329 |
msgid "Where to report bug if found?"
|
330 |
msgstr "Где можно сообщить об ошибке?"
|
331 |
|
332 |
+
#: inc/php/page.php:175
|
333 |
#, php-format
|
334 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
335 |
msgstr ""
|
336 |
"Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
|
337 |
|
338 |
+
#: inc/php/page.php:181
|
339 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
340 |
msgstr ""
|
341 |
"Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
342 |
|
343 |
+
#: inc/php/page.php:183
|
344 |
#, php-format
|
345 |
msgid ""
|
346 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
348 |
"Любые предложения приветствуются! Пожалуйста, пришлите мне электронное "
|
349 |
"письмо на адрес %s. Спасибо!"
|
350 |
|
351 |
+
#: inc/php/page.php:188
|
352 |
msgid "I love this plugin! Can I help somehow?"
|
353 |
msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
|
354 |
|
355 |
+
#: inc/php/page.php:190
|
356 |
#, php-format
|
357 |
msgid ""
|
358 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
361 |
"Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
|
362 |
"нажмите на кнопку пожертвования. Спасибо!"
|
363 |
|
364 |
+
#: inc/php/page.php:196
|
365 |
msgid "My question wasn't answered here."
|
366 |
msgstr "Моего вопроса здесь нет."
|
367 |
|
368 |
+
#: inc/php/page.php:198
|
369 |
#, php-format
|
370 |
msgid ""
|
371 |
"You can ask your question on the plugin support page %s. But please keep in "
|
376 |
"виду, что этот плагин является бесплатным и без специальной поддержки, "
|
377 |
"поэтому у меня нет возможности ответить на все вопросы."
|
378 |
|
379 |
+
#: inc/php/page.php:211
|
380 |
+
msgid "Support Me"
|
381 |
+
msgstr "Поддержать меня"
|
382 |
+
|
383 |
+
#: inc/php/page.php:219 inc/php/settings.php:77 inc/php/sidebar.php:30
|
384 |
+
msgid "Donate with PayPal"
|
385 |
+
msgstr "Пожертвовать через PayPal"
|
386 |
|
387 |
+
#: inc/php/page.php:224
|
388 |
+
#, php-format
|
389 |
+
msgid ""
|
390 |
+
"Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
|
391 |
+
"Chimp Studio %s."
|
392 |
+
msgstr ""
|
393 |
+
"Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp "
|
394 |
+
"Studio %s."
|
395 |
+
|
396 |
+
#: inc/php/page.php:232
|
397 |
+
msgid ""
|
398 |
+
"My intention is to create projects that will make this world a better place. "
|
399 |
+
"I'm really passionate about my work, I like what I'm doing and hope that you "
|
400 |
+
"will be enriched by my projects too."
|
401 |
+
msgstr ""
|
402 |
+
"Я намерен создать проекты, которые сделают этот мир лучшим местом. Я очень "
|
403 |
+
"увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже "
|
404 |
+
"станете лучше благодаря моим проектам."
|
405 |
+
|
406 |
+
#: inc/php/page.php:233
|
407 |
msgid ""
|
408 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
409 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
419 |
"вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
|
420 |
"создание программ для людей как вы."
|
421 |
|
422 |
+
#: inc/php/page.php:234
|
423 |
+
msgid "If you appreciate my work, you can buy me a coffee!"
|
424 |
+
msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
|
425 |
|
426 |
+
#: inc/php/page.php:235
|
427 |
msgid "Thank you for your support!"
|
428 |
msgstr "Спасибо за вашу поддержку!"
|
429 |
|
542 |
msgid "https://www.arthurgareginyan.com"
|
543 |
msgstr "https://www.arthurgareginyan.com"
|
544 |
|
545 |
+
#~ msgid "by %s Arthur Gareginyan %s"
|
546 |
+
#~ msgstr "от %s Артура Гарегинян %s"
|
547 |
+
|
548 |
+
#~ msgid "Author"
|
549 |
+
#~ msgstr "Автор"
|
550 |
+
|
551 |
#~ msgid "Family"
|
552 |
#~ msgstr "Семья"
|
553 |
|
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-
|
7 |
"PO-Revision-Date: 2016-01-30 11:39+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -18,14 +18,18 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
|
21 |
-
#: inc/php/core.php:
|
22 |
msgid "Settings"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: inc/php/core.php:
|
26 |
msgid "Donate"
|
27 |
msgstr ""
|
28 |
|
|
|
|
|
|
|
|
|
29 |
#: inc/php/messages.php:26
|
30 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
31 |
msgstr ""
|
@@ -49,7 +53,7 @@ msgstr ""
|
|
49 |
|
50 |
#: inc/php/page.php:31
|
51 |
#, php-format
|
52 |
-
msgid "by %s
|
53 |
msgstr ""
|
54 |
|
55 |
#: inc/php/page.php:37
|
@@ -60,7 +64,7 @@ msgstr ""
|
|
60 |
msgid "Main"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: inc/php/page.php:45
|
64 |
msgid "Usage"
|
65 |
msgstr ""
|
66 |
|
@@ -68,221 +72,234 @@ msgstr ""
|
|
68 |
msgid "F.A.Q."
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: inc/php/page.php:47 inc/php/
|
72 |
msgid "Support"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: inc/php/page.php:48
|
76 |
-
msgid "
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: inc/php/page.php:
|
80 |
-
msgid "
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: inc/php/page.php:
|
84 |
msgid "To add the script to your website, simply follow these steps:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: inc/php/page.php:
|
88 |
msgid "Go to the \"Main\" tab."
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: inc/php/page.php:
|
92 |
msgid "Place your scripts in the field."
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: inc/php/page.php:
|
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><script></code> tag, and for CSS "
|
98 |
"code use the <code><style></code> tag. Example:"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: inc/php/page.php:
|
102 |
msgid "Click the \"Save changes\" button."
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: inc/php/page.php:
|
106 |
msgid "Enjoy the result of applying your scripts."
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: inc/php/page.php:
|
110 |
msgid "It's that simple!"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: inc/php/page.php:
|
114 |
msgid "Note!"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: inc/php/page.php:
|
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:
|
122 |
msgid "Frequently Asked Questions"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: inc/php/page.php:
|
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:
|
130 |
msgid "Will this plugin work on my WordPress.COM website?"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: inc/php/page.php:
|
138 |
msgid "Can I use this plugin on my language?"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/page.php:
|
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:
|
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:
|
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:
|
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:
|
161 |
msgid "How does it work?"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/page.php:
|
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:
|
169 |
msgid "How much of scripts I can enter in the field?"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/page.php:
|
173 |
msgid "I don't limit the number of characters."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/page.php:
|
177 |
msgid "Does this plugin requires any modification of the theme?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/page.php:
|
181 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/php/page.php:
|
185 |
msgid "Does this require any knowledge of HTML or CSS?"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/page.php:
|
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:
|
195 |
msgid "Can I add my script to a specific page of my website?"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/php/page.php:
|
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:
|
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:
|
210 |
msgid "It's not working. What could be wrong?"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: inc/php/page.php:
|
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:
|
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:
|
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:
|
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:
|
236 |
msgid "Where to report bug if found?"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/page.php:
|
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:
|
245 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: inc/php/page.php:
|
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:
|
254 |
msgid "I love this plugin! Can I help somehow?"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: inc/php/page.php:
|
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:
|
263 |
msgid "My question wasn't answered here."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/php/page.php:
|
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:
|
272 |
-
msgid "
|
|
|
|
|
|
|
|
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
msgid ""
|
277 |
"I spend a lot of time and effort trying to make sure that the themes, plugins and other 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:
|
282 |
-
msgid "
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: inc/php/page.php:
|
286 |
msgid "Thank you for your support!"
|
287 |
msgstr ""
|
288 |
|
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-09-15 14:07+0300\n"
|
7 |
"PO-Revision-Date: 2016-01-30 11:39+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
|
21 |
+
#: inc/php/core.php:23
|
22 |
msgid "Settings"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: inc/php/core.php:37
|
26 |
msgid "Donate"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: inc/php/core.php:73
|
30 |
+
msgid "Scripts Inserter"
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
#: inc/php/messages.php:26
|
34 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
35 |
msgstr ""
|
53 |
|
54 |
#: inc/php/page.php:31
|
55 |
#, php-format
|
56 |
+
msgid "by %s Space X-Chimp Studio %s"
|
57 |
msgstr ""
|
58 |
|
59 |
#: inc/php/page.php:37
|
64 |
msgid "Main"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: inc/php/page.php:45
|
68 |
msgid "Usage"
|
69 |
msgstr ""
|
70 |
|
72 |
msgid "F.A.Q."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: inc/php/page.php:47 inc/php/settings.php:70 inc/php/sidebar.php:23
|
76 |
msgid "Support"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: inc/php/page.php:48
|
80 |
+
msgid "Store"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: inc/php/page.php:64
|
84 |
+
msgid "Usage Instructions"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: inc/php/page.php:66
|
88 |
msgid "To add the script to your website, simply follow these steps:"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: inc/php/page.php:68
|
92 |
msgid "Go to the \"Main\" tab."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: inc/php/page.php:69
|
96 |
msgid "Place your scripts in the field."
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: inc/php/page.php:70
|
100 |
msgid ""
|
101 |
"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><script></code> tag, and for CSS "
|
102 |
"code use the <code><style></code> tag. Example:"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: inc/php/page.php:84
|
106 |
msgid "Click the \"Save changes\" button."
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: inc/php/page.php:85
|
110 |
msgid "Enjoy the result of applying your scripts."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: inc/php/page.php:85
|
114 |
msgid "It's that simple!"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: inc/php/page.php:87
|
118 |
msgid "Note!"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: inc/php/page.php:87
|
122 |
msgid "If you want more options then tell me and I will be happy to add it."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:96
|
126 |
msgid "Frequently Asked Questions"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: inc/php/page.php:100
|
130 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: inc/php/page.php:122
|
134 |
msgid "Will this plugin work on my WordPress.COM website?"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: inc/php/page.php:123
|
138 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: inc/php/page.php:125
|
142 |
msgid "Can I use this plugin on my language?"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: inc/php/page.php:126
|
146 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: inc/php/page.php:128
|
150 |
#, php-format
|
151 |
msgid ""
|
152 |
"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. "
|
153 |
"Just send the PO file to me at the %s and I will include this translation within the next plugin update."
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: inc/php/page.php:133
|
157 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/page.php:134
|
161 |
msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/php/page.php:136
|
165 |
msgid "How does it work?"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: inc/php/page.php:137
|
169 |
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!"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: inc/php/page.php:139
|
173 |
msgid "How much of scripts I can enter in the field?"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/php/page.php:140
|
177 |
msgid "I don't limit the number of characters."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/page.php:142
|
181 |
msgid "Does this plugin requires any modification of the theme?"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/page.php:143
|
185 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/page.php:145
|
189 |
msgid "Does this require any knowledge of HTML or CSS?"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/page.php:146
|
193 |
msgid ""
|
194 |
"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 "
|
195 |
"using this plugin."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: inc/php/page.php:148
|
199 |
msgid "Can I add my script to a specific page of my website?"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: inc/php/page.php:149
|
203 |
msgid ""
|
204 |
"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 "
|
205 |
"your website, you need to wrap your script in a PHP code that will determine the page you want. You need something like this:"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/php/page.php:162
|
209 |
#, php-format
|
210 |
msgid "To apply the PHP code on a website, I can recommend you to use another my plugin called %s."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: inc/php/page.php:166
|
214 |
msgid "It's not working. What could be wrong?"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: inc/php/page.php:167
|
218 |
msgid ""
|
219 |
"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 "
|
220 |
"etc.) to reduce bandwidth usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: inc/php/page.php:168
|
224 |
msgid ""
|
225 |
"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 "
|
226 |
"include as much information as possible, including a link to your website where the problem can be seen."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: inc/php/page.php:170
|
230 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: inc/php/page.php:171
|
234 |
msgid ""
|
235 |
"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 "
|
236 |
"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."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: inc/php/page.php:173
|
240 |
msgid "Where to report bug if found?"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: inc/php/page.php:175
|
244 |
#, php-format
|
245 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: inc/php/page.php:181
|
249 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: inc/php/page.php:183
|
253 |
#, php-format
|
254 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: inc/php/page.php:188
|
258 |
msgid "I love this plugin! Can I help somehow?"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: inc/php/page.php:190
|
262 |
#, php-format
|
263 |
msgid "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: inc/php/page.php:196
|
267 |
msgid "My question wasn't answered here."
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/php/page.php:198
|
271 |
#, php-format
|
272 |
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."
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: inc/php/page.php:211
|
276 |
+
msgid "Support Me"
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: inc/php/page.php:219 inc/php/settings.php:77 inc/php/sidebar.php:30
|
280 |
+
msgid "Donate with PayPal"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: inc/php/page.php:224
|
284 |
+
#, php-format
|
285 |
+
msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
|
286 |
+
msgstr ""
|
287 |
+
|
288 |
+
#: inc/php/page.php:232
|
289 |
+
msgid "My intention is to create projects that will make this world a better place. I'm really passionate about my work, I like what I'm doing and hope that you will be enriched by my projects too."
|
290 |
+
msgstr ""
|
291 |
+
|
292 |
+
#: inc/php/page.php:233
|
293 |
msgid ""
|
294 |
"I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are useful, and the ultimate proof of that for me is that you actually want to use them. But, "
|
295 |
"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."
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: inc/php/page.php:234
|
299 |
+
msgid "If you appreciate my work, you can buy me a coffee!"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: inc/php/page.php:235
|
303 |
msgid "Thank you for your support!"
|
304 |
msgstr ""
|
305 |
|
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.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -82,7 +82,7 @@ Manually via FTP access:
|
|
82 |
4. Log into Admin Panel of your WordPress website.
|
83 |
5. Activate this plugin through the "`Plugins`" tab.
|
84 |
|
85 |
-
After installation and activation, the "`
|
86 |
|
87 |
[More help installing plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
|
88 |
|
@@ -97,7 +97,7 @@ A. Yes. This plugin is ready for translation and has already been translated int
|
|
97 |
|
98 |
= Q. How does it work? =
|
99 |
A. Simply go to the plugin settings page, place your scripts in the field and click the "Save changes" button. Enjoy the result of applying your scripts. It's that simple!
|
100 |
-
You can find the plugin settings page at "`WP Admin Panel`" -> "`
|
101 |
|
102 |
= Q. How much of scripts I can enter in the field? =
|
103 |
A. I don't limit the number of characters.
|
@@ -175,6 +175,16 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
175 |
|
176 |
== Changelog ==
|
177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
= 4.8 =
|
179 |
* Plugin data that saved in the database upgraded to version 0001.
|
180 |
|
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.9
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
82 |
4. Log into Admin Panel of your WordPress website.
|
83 |
5. Activate this plugin through the "`Plugins`" tab.
|
84 |
|
85 |
+
After installation and activation, the "`Scripts Inserter`" menu item will appear in the "`Space X-Chimp`" section. Click on this in order to view plugin administration page.
|
86 |
|
87 |
[More help installing plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
|
88 |
|
97 |
|
98 |
= Q. How does it work? =
|
99 |
A. Simply go to the plugin settings page, place your scripts in the field and click the "Save changes" button. Enjoy the result of applying your scripts. It's that simple!
|
100 |
+
You can find the plugin settings page at "`WP Admin Panel`" -> "`Space X-Chimp`" -> "`Scripts Inserter`".
|
101 |
|
102 |
= Q. How much of scripts I can enter in the field? =
|
103 |
A. I don't limit the number of characters.
|
175 |
|
176 |
== Changelog ==
|
177 |
|
178 |
+
= 4.9 =
|
179 |
+
* Added the top level menu item of the brand.
|
180 |
+
* The submenu item of the plugin has moved to the menu item of the brand.
|
181 |
+
* The menu item of the plugin is renamed.
|
182 |
+
* The "Author" tab on the settings page is removed.
|
183 |
+
* Content of the "Support" tab on the settings page is updated.
|
184 |
+
* Copyright of plugin files is changed to the "Space X-Chimp Studio".
|
185 |
+
* The "Support" tab renamed to the "Support Me".
|
186 |
+
* The "Usage" tab renamed to the "Usage Instructions".
|
187 |
+
|
188 |
= 4.8 =
|
189 |
* Plugin data that saved in the database upgraded to version 0001.
|
190 |
|