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 | All Meta Tags |
Version | 4.9 |
Comparing to | |
See all releases |
Code changes from version 4.8 to 4.9
- all-meta-tags.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 +28 -25
- inc/php/settings.php +1 -1
- languages/all-meta-tags-es_ES.mo +0 -0
- languages/all-meta-tags-es_ES.po +92 -66
- languages/all-meta-tags-es_MX.mo +0 -0
- languages/all-meta-tags-es_MX.po +94 -66
- languages/all-meta-tags-it_IT.mo +0 -0
- languages/all-meta-tags-it_IT.po +91 -65
- languages/all-meta-tags-ru_RU.mo +0 -0
- languages/all-meta-tags-ru_RU.po +101 -68
- languages/all-meta-tags.pot +85 -62
- readme.txt +15 -5
all-meta-tags.php
CHANGED
@@ -5,12 +5,12 @@
|
|
5 |
* Description: Easily and safely add your custom Meta Tags to WordPress website's header.
|
6 |
* Author: Arthur Gareginyan
|
7 |
* Author URI: https://www.arthurgareginyan.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
-
* Copyright 2015-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 and safely add your custom Meta Tags to WordPress website's header.
|
6 |
* Author: Arthur Gareginyan
|
7 |
* Author URI: https://www.arthurgareginyan.com
|
8 |
+
* Version: 4.9
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
+
* Copyright 2015-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 All Meta Tags
|
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 All Meta Tags
|
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 All Meta Tags
|
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 All Meta Tags
|
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_p004_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_p004_settings_link( $links ) {
|
26 |
-
$page = '<a href="' . admin_url( '
|
27 |
array_unshift( $links, $page );
|
28 |
return $links;
|
29 |
}
|
@@ -47,12 +44,38 @@ function spacexchimp_p004_plugin_row_meta( $links, $file ) {
|
|
47 |
add_filter( 'plugin_row_meta', 'spacexchimp_p004_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_p004_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_p004_settings_link( $links ) {
|
23 |
+
$page = '<a href="' . admin_url( 'admin.php?page=spacexchimp/' . SPACEXCHIMP_P004_SLUG ) .'">' . __( 'Settings', SPACEXCHIMP_P004_TEXT ) . '</a>';
|
24 |
array_unshift( $links, $page );
|
25 |
return $links;
|
26 |
}
|
44 |
add_filter( 'plugin_row_meta', 'spacexchimp_p004_plugin_row_meta', 10, 2 );
|
45 |
|
46 |
/**
|
47 |
+
* Register brand menu item in the Admin Menu
|
48 |
*/
|
49 |
+
function spacexchimp_p004_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_p004_register_admin_menu' );
|
65 |
+
|
66 |
+
/**
|
67 |
+
* Register plugin's submenu item in the brand menu item
|
68 |
+
*/
|
69 |
+
function spacexchimp_p004_register_submenu_page() {
|
70 |
+
|
71 |
+
$parent_slug = 'spacexchimp';
|
72 |
+
$page_title = SPACEXCHIMP_P004_NAME;
|
73 |
+
$menu_title = __( 'Meta Tags Inserter', SPACEXCHIMP_P004_TEXT );
|
74 |
+
$capability = 'manage_options';
|
75 |
+
$menu_slug = 'spacexchimp/' . SPACEXCHIMP_P004_SLUG;
|
76 |
+
$function = 'spacexchimp_p004_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_p004_register_submenu_page' );
|
81 |
|
inc/php/enqueue.php
CHANGED
@@ -16,10 +16,8 @@ function spacexchimp_p004_load_scripts_admin( $hook ) {
|
|
16 |
$url = SPACEXCHIMP_P004_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_P004_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
@@ -27,8 +27,8 @@ function spacexchimp_p004_render_submenu_page() {
|
|
27 |
<?php echo $name; ?>
|
28 |
<span>
|
29 |
<?php printf(
|
30 |
-
__( 'by %s
|
31 |
-
'<a href="https://www.
|
32 |
'</a>'
|
33 |
);
|
34 |
?>
|
@@ -44,7 +44,6 @@ function spacexchimp_p004_render_submenu_page() {
|
|
44 |
<li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $text ); ?></a></li>
|
45 |
<li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $text ); ?></a></li>
|
46 |
<li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $text ); ?></a></li>
|
47 |
-
<li><a href="#tab-author" data-toggle="tab"><?php _e( 'Author', $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,7 +60,7 @@ function spacexchimp_p004_render_submenu_page() {
|
|
61 |
<!-- TAB 2 -->
|
62 |
<div class="tab-page fade" id="tab-usage">
|
63 |
<div class="postbox">
|
64 |
-
<h3 class="title"><?php _e( 'Usage', $text ); ?></h3>
|
65 |
<div class="inside">
|
66 |
<p><?php _e( 'To add the meta tags to your website, simply follow these steps:', $text ); ?></p>
|
67 |
<ol class="custom-counter">
|
@@ -136,9 +135,9 @@ function spacexchimp_p004_render_submenu_page() {
|
|
136 |
<div class="answer-7"><?php _e( 'To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:', $text ); ?>
|
137 |
<pre><code><head>
|
138 |
...
|
139 |
-
<meta name="copyright" content="Copyright (c) 2013-2017
|
140 |
...
|
141 |
-
<meta name="copyright" content="Copyright 2017
|
142 |
...
|
143 |
</head></code></pre>
|
144 |
<?php _e( 'In the rest, the "All Meta Tags" and "All in One SEO Pack" is compatible.', $text ); ?></div>
|
@@ -194,17 +193,30 @@ function spacexchimp_p004_render_submenu_page() {
|
|
194 |
<!-- TAB 4 -->
|
195 |
<div class="tab-page fade" id="tab-support">
|
196 |
<div class="postbox">
|
197 |
-
<h3 class="title"><?php _e( 'Support', $text ); ?></h3>
|
198 |
<div class="inside">
|
199 |
-
<
|
200 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
<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>
|
202 |
-
<a
|
203 |
-
<span class="btn-label">
|
204 |
-
<img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
|
205 |
-
</span>
|
206 |
-
<?php _e( 'Donate with PayPal', $text ); ?>
|
207 |
-
</a>
|
208 |
<p><?php _e( 'Thank you for your support!', $text ); ?></p>
|
209 |
</div>
|
210 |
</div>
|
@@ -212,19 +224,10 @@ function spacexchimp_p004_render_submenu_page() {
|
|
212 |
<!-- END-TAB 4 -->
|
213 |
|
214 |
<!-- TAB 5 -->
|
215 |
-
<div class="tab-page fade" id="tab-author">
|
216 |
-
<div class="postbox">
|
217 |
-
<h3 class="title"><?php _e( 'Author', $text ); ?></h3>
|
218 |
-
<div class="inside include-tab-author"></div>
|
219 |
-
</div>
|
220 |
-
</div>
|
221 |
-
<!-- END-TAB 5 -->
|
222 |
-
|
223 |
-
<!-- TAB 6 -->
|
224 |
<div class="tab-page fade" id="tab-store">
|
225 |
<div class="include-tab-store"></div>
|
226 |
</div>
|
227 |
-
<!-- END-TAB
|
228 |
|
229 |
</div>
|
230 |
|
27 |
<?php echo $name; ?>
|
28 |
<span>
|
29 |
<?php printf(
|
30 |
+
__( 'by %s Space X-Chimp Studio %s', $text ),
|
31 |
+
'<a href="https://www.spacexchimp.com" target="_blank">',
|
32 |
'</a>'
|
33 |
);
|
34 |
?>
|
44 |
<li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $text ); ?></a></li>
|
45 |
<li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $text ); ?></a></li>
|
46 |
<li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $text ); ?></a></li>
|
|
|
47 |
<li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $text ); ?></a></li>
|
48 |
</ul>
|
49 |
<!-- END-TABS NAVIGATION MENU -->
|
60 |
<!-- TAB 2 -->
|
61 |
<div class="tab-page fade" id="tab-usage">
|
62 |
<div class="postbox">
|
63 |
+
<h3 class="title"><?php _e( 'Usage Instructions', $text ); ?></h3>
|
64 |
<div class="inside">
|
65 |
<p><?php _e( 'To add the meta tags to your website, simply follow these steps:', $text ); ?></p>
|
66 |
<ol class="custom-counter">
|
135 |
<div class="answer-7"><?php _e( 'To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:', $text ); ?>
|
136 |
<pre><code><head>
|
137 |
...
|
138 |
+
<meta name="copyright" content="Copyright (c) 2013-2017 Space X-Chimp Studio. All Rights Reserved.">
|
139 |
...
|
140 |
+
<meta name="copyright" content="Copyright 2017 Space X-Chimp Studio. All Rights Reserved.">
|
141 |
...
|
142 |
</head></code></pre>
|
143 |
<?php _e( 'In the rest, the "All Meta Tags" and "All in One SEO Pack" is compatible.', $text ); ?></div>
|
193 |
<!-- TAB 4 -->
|
194 |
<div class="tab-page fade" id="tab-support">
|
195 |
<div class="postbox">
|
196 |
+
<h3 class="title"><?php _e( 'Support Me', $text ); ?></h3>
|
197 |
<div class="inside">
|
198 |
+
<span class="image-with-button pull-left">
|
199 |
+
<img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/thanks.png'; ?>" alt="Thanks!">
|
200 |
+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="btn btn-default button-labeled">
|
201 |
+
<span class="btn-label">
|
202 |
+
<img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/paypal.svg'; ?>" alt="PayPal">
|
203 |
+
</span>
|
204 |
+
<?php _e( 'Donate with PayPal', $text ); ?>
|
205 |
+
</a>
|
206 |
+
</span>
|
207 |
+
<p><?php
|
208 |
+
printf(
|
209 |
+
__( 'Hello! My name is %s Arthur Gareginyan %s and I\'m the founder of %s Space X-Chimp Studio %s.', $text ),
|
210 |
+
'<a href="https://www.arthurgareginyan.com" target="_blank">',
|
211 |
+
'</a>',
|
212 |
+
'<a href="https://www.spacexchimp.com" target="_blank">',
|
213 |
+
'</a>'
|
214 |
+
);
|
215 |
+
?>
|
216 |
+
</p>
|
217 |
+
<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>
|
218 |
<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>
|
219 |
+
<p><?php _e( 'If you appreciate my work, you can buy me a coffee!', $text ); ?></p>
|
|
|
|
|
|
|
|
|
|
|
220 |
<p><?php _e( 'Thank you for your support!', $text ); ?></p>
|
221 |
</div>
|
222 |
</div>
|
224 |
<!-- END-TAB 4 -->
|
225 |
|
226 |
<!-- TAB 5 -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
<div class="tab-page fade" id="tab-store">
|
228 |
<div class="include-tab-store"></div>
|
229 |
</div>
|
230 |
+
<!-- END-TAB 5 -->
|
231 |
|
232 |
</div>
|
233 |
|
inc/php/settings.php
CHANGED
@@ -179,7 +179,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
179 |
);
|
180 |
spacexchimp_p004_control_field( 'copyright',
|
181 |
__( 'Copyright', $text ),
|
182 |
-
'Copyright (c) 2013-2017
|
183 |
''
|
184 |
);
|
185 |
spacexchimp_p004_control_textarea( 'keywords',
|
179 |
);
|
180 |
spacexchimp_p004_control_field( 'copyright',
|
181 |
__( 'Copyright', $text ),
|
182 |
+
'Copyright (c) 2013-2017 Space X-Chimp Studio. All Rights Reserved.',
|
183 |
''
|
184 |
);
|
185 |
spacexchimp_p004_control_textarea( 'keywords',
|
languages/all-meta-tags-es_ES.mo
CHANGED
Binary file
|
languages/all-meta-tags-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - All Meta Tags - Development (trunk)\n"
|
6 |
-
"POT-Creation-Date: 2017-
|
7 |
-
"PO-Revision-Date: 2017-
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: es\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 "Ajustes"
|
27 |
|
28 |
-
#: inc/php/core.php:
|
29 |
msgid "Donate"
|
30 |
msgstr "Donar"
|
31 |
|
|
|
|
|
|
|
|
|
32 |
#: inc/php/messages.php:26
|
33 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
34 |
msgstr "Hola! Yo soy Arthur, el autor de este complemento."
|
@@ -48,14 +52,14 @@ msgstr "Actualiza el complemento a la versión más reciente y todo estará bien
|
|
48 |
|
49 |
#: inc/php/page.php:30
|
50 |
#, php-format
|
51 |
-
msgid "by %s
|
52 |
-
msgstr "por %s
|
53 |
|
54 |
#: inc/php/page.php:36
|
55 |
msgid "Version"
|
56 |
msgstr "Versión"
|
57 |
|
58 |
-
#: inc/php/page.php:44
|
59 |
msgid "Usage"
|
60 |
msgstr "Uso"
|
61 |
|
@@ -63,81 +67,81 @@ msgstr "Uso"
|
|
63 |
msgid "F.A.Q."
|
64 |
msgstr "Preguntas ?"
|
65 |
|
66 |
-
#: inc/php/page.php:46 inc/php/
|
67 |
msgid "Support"
|
68 |
msgstr "Soporte"
|
69 |
|
70 |
-
#: inc/php/page.php:47
|
71 |
-
msgid "Author"
|
72 |
-
msgstr "Autor"
|
73 |
-
|
74 |
-
#: inc/php/page.php:48
|
75 |
msgid "Store"
|
76 |
msgstr "Tienda"
|
77 |
|
78 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
79 |
msgid "To add the meta tags to your website, simply follow these steps:"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: inc/php/page.php:
|
83 |
msgid "Go to the \"Settings\" tab."
|
84 |
msgstr "Debes ir a la pestaña “Ajustes”."
|
85 |
|
86 |
-
#: inc/php/page.php:
|
87 |
msgid "Fill in the required fields."
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: inc/php/page.php:
|
91 |
msgid "Select the desired settings."
|
92 |
msgstr "Seleccione la configuración deseada."
|
93 |
|
94 |
-
#: inc/php/page.php:
|
95 |
msgid "Click the \"Save changes\" button."
|
96 |
msgstr "Clic en el botón \"Guardar Cambios\"."
|
97 |
|
98 |
-
#: inc/php/page.php:
|
99 |
msgid "Enjoy the improved SEO of your website."
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: inc/php/page.php:
|
103 |
msgid "It's that simple!"
|
104 |
msgstr "¡Es así de simple!"
|
105 |
|
106 |
-
#: inc/php/page.php:
|
107 |
msgid "Note!"
|
108 |
msgstr "¡Nota!"
|
109 |
|
110 |
-
#: inc/php/page.php:
|
111 |
msgid "If you want more options then tell me and I will be happy to add it."
|
112 |
msgstr "Si quieres más opciones, dímelo y estaré encantado de añadirlo."
|
113 |
|
114 |
-
#: inc/php/page.php:
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr "Preguntas Frecuentes"
|
117 |
|
118 |
-
#: inc/php/page.php:
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr ""
|
121 |
"Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta "
|
122 |
"está aquí."
|
123 |
|
124 |
-
#: inc/php/page.php:
|
125 |
msgid "Will this plugin work on my WordPress.COM website?"
|
126 |
msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
|
127 |
|
128 |
-
#: inc/php/page.php:
|
129 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
130 |
msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
|
131 |
|
132 |
-
#: inc/php/page.php:
|
133 |
msgid "Can I use this plugin on my language?"
|
134 |
msgstr "¿Puedo usar este complemento en mi idioma?"
|
135 |
|
136 |
-
#: inc/php/page.php:
|
137 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
138 |
msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
|
139 |
|
140 |
-
#: inc/php/page.php:
|
141 |
#, php-format
|
142 |
msgid ""
|
143 |
"If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is "
|
@@ -148,12 +152,12 @@ msgstr ""
|
|
148 |
"y colocado en la carpeta \"languages\", para crear un archivo PO de traducción. Simplemente envíeme el "
|
149 |
"archivo PO en el %s e incluiré esta traducción en la siguiente actualización del complemento."
|
150 |
|
151 |
-
#: inc/php/page.php:
|
152 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
153 |
msgstr ""
|
154 |
"Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
|
155 |
|
156 |
-
#: inc/php/page.php:
|
157 |
msgid ""
|
158 |
"Many of plugin users would be delighted if you share your translation with the community. Thanks for your "
|
159 |
"contribution!"
|
@@ -161,39 +165,39 @@ msgstr ""
|
|
161 |
"Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. "
|
162 |
"¡Gracias por tu contribución!"
|
163 |
|
164 |
-
#: inc/php/page.php:
|
165 |
msgid "How does it work?"
|
166 |
msgstr "¿Como funciona?"
|
167 |
|
168 |
-
#: inc/php/page.php:
|
169 |
msgid ""
|
170 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save "
|
171 |
"changes\" button. Enjoy the improved SEO of your website. It's that simple!"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: inc/php/page.php:
|
175 |
msgid "How much of description I can enter in the text field?"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: inc/php/page.php:
|
179 |
msgid ""
|
180 |
"I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
|
181 |
"description."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/php/page.php:
|
185 |
msgid "How much of keywords I can enter in the text field?"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/page.php:
|
189 |
msgid "I don't limit the number of characters."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/php/page.php:
|
193 |
msgid "I can't get verify my website. What am I doing wrong?"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: inc/php/page.php:
|
197 |
msgid ""
|
198 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is "
|
199 |
"confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the "
|
@@ -201,33 +205,33 @@ msgid ""
|
|
201 |
"paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: inc/php/page.php:
|
205 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: inc/php/page.php:
|
209 |
msgid ""
|
210 |
"To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both "
|
211 |
"plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/php/page.php:
|
215 |
msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: inc/php/page.php:
|
219 |
msgid "Does this plugin requires any modification of the theme?"
|
220 |
msgstr "¿Este complemento requiere alguna modificación del tema?"
|
221 |
|
222 |
-
#: inc/php/page.php:
|
223 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
224 |
msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
|
225 |
|
226 |
-
#: inc/php/page.php:
|
227 |
msgid "Does this require any knowledge of HTML or CSS?"
|
228 |
msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
|
229 |
|
230 |
-
#: inc/php/page.php:
|
231 |
msgid ""
|
232 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
|
233 |
"settings page."
|
@@ -235,11 +239,11 @@ msgstr ""
|
|
235 |
"Absolutamente no. Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página "
|
236 |
"de configuración la cual es fácil de usar."
|
237 |
|
238 |
-
#: inc/php/page.php:
|
239 |
msgid "It's not working. What could be wrong?"
|
240 |
msgstr "No funciona. ¿Qué podría estar mal?"
|
241 |
|
242 |
-
#: inc/php/page.php:
|
243 |
msgid ""
|
244 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web "
|
245 |
"browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to "
|
@@ -251,7 +255,7 @@ msgstr ""
|
|
251 |
"imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del "
|
252 |
"navegador. Limpiar la caché del navegador puede resolver el problema."
|
253 |
|
254 |
-
#: inc/php/page.php:
|
255 |
msgid ""
|
256 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's "
|
257 |
"support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much "
|
@@ -262,14 +266,14 @@ msgstr ""
|
|
262 |
"Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el "
|
263 |
"problema."
|
264 |
|
265 |
-
#: inc/php/page.php:
|
266 |
msgid ""
|
267 |
"The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
268 |
msgstr ""
|
269 |
"La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. "
|
270 |
"¿Porqué sucede esto?"
|
271 |
|
272 |
-
#: inc/php/page.php:
|
273 |
msgid ""
|
274 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the website. "
|
275 |
"It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or "
|
@@ -281,30 +285,30 @@ msgstr ""
|
|
281 |
"(puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu "
|
282 |
"navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
|
283 |
|
284 |
-
#: inc/php/page.php:
|
285 |
msgid "Where to report bug if found?"
|
286 |
msgstr "¿Dónde informar el error si se encuentra?"
|
287 |
|
288 |
-
#: inc/php/page.php:
|
289 |
#, php-format
|
290 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
291 |
msgstr "Visita la página dedicada del complemento %s en GitHub %s e informa."
|
292 |
|
293 |
-
#: inc/php/page.php:
|
294 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
295 |
msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
|
296 |
|
297 |
-
#: inc/php/page.php:
|
298 |
#, php-format
|
299 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
300 |
msgstr ""
|
301 |
"¡Cualquier sugerencia es muy bienvenida! Por favor envíame un correo electrónico a %s. ¡Muchas Gracias!"
|
302 |
|
303 |
-
#: inc/php/page.php:
|
304 |
msgid "I love this plugin! Can I help somehow?"
|
305 |
msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
|
306 |
|
307 |
-
#: inc/php/page.php:
|
308 |
#, php-format
|
309 |
msgid ""
|
310 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and "
|
@@ -313,11 +317,11 @@ msgstr ""
|
|
313 |
"Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el "
|
314 |
"botón DONAR y gracias!"
|
315 |
|
316 |
-
#: inc/php/page.php:
|
317 |
msgid "My question wasn't answered here."
|
318 |
msgstr "Mi pregunta no fue contestada aquí."
|
319 |
|
320 |
-
#: inc/php/page.php:
|
321 |
#, php-format
|
322 |
msgid ""
|
323 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, "
|
@@ -326,11 +330,26 @@ msgstr ""
|
|
326 |
"Puede hacer tu pregunta en la página de soporte del complementos %s. Pero ten en cuenta que este complemento "
|
327 |
"es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
|
328 |
|
329 |
-
#: inc/php/page.php:
|
330 |
-
msgid "
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
msgid ""
|
335 |
"I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are "
|
336 |
"useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent "
|
@@ -338,11 +357,11 @@ msgid ""
|
|
338 |
"more time building things for people like you to enjoy."
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: inc/php/page.php:
|
342 |
-
msgid "
|
343 |
-
msgstr "
|
344 |
|
345 |
-
#: inc/php/page.php:
|
346 |
msgid "Thank you for your support!"
|
347 |
msgstr "¡Gracias por tu apoyo!"
|
348 |
|
@@ -548,6 +567,10 @@ msgstr ""
|
|
548 |
"Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Autor, Derechos Reservados y "
|
549 |
"Palabras Clave en cualquier parte de tu sitio web."
|
550 |
|
|
|
|
|
|
|
|
|
551 |
#: inc/php/settings.php:171
|
552 |
msgid "Designer"
|
553 |
msgstr "Diseñador"
|
@@ -639,6 +662,9 @@ msgstr "Arthur Gareginyan"
|
|
639 |
msgid "https://www.arthurgareginyan.com"
|
640 |
msgstr "https://www.arthurgareginyan.com"
|
641 |
|
|
|
|
|
|
|
642 |
#~ msgid "To use, enter your custom Meta Tags, then click \"Save changes\". It's that simple!"
|
643 |
#~ msgstr ""
|
644 |
#~ "Para usarlo, ingresa tus Meta Etiquetas personalizadas y haz clic en \"Guardar Cambios\". ¡Así de simple!"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - All Meta Tags - Development (trunk)\n"
|
6 |
+
"POT-Creation-Date: 2017-09-15 14:24+0300\n"
|
7 |
+
"PO-Revision-Date: 2017-09-15 14:25+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: es\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
+
#: inc/php/core.php:23 inc/php/page.php:43
|
25 |
msgid "Settings"
|
26 |
msgstr "Ajustes"
|
27 |
|
28 |
+
#: inc/php/core.php:37
|
29 |
msgid "Donate"
|
30 |
msgstr "Donar"
|
31 |
|
32 |
+
#: inc/php/core.php:73
|
33 |
+
msgid "Meta Tags Inserter"
|
34 |
+
msgstr "Meta Tags Inserter"
|
35 |
+
|
36 |
#: inc/php/messages.php:26
|
37 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
38 |
msgstr "Hola! Yo soy Arthur, el autor de este complemento."
|
52 |
|
53 |
#: inc/php/page.php:30
|
54 |
#, php-format
|
55 |
+
msgid "by %s Space X-Chimp Studio %s"
|
56 |
+
msgstr "por %s Space X-Chimp Studio %s"
|
57 |
|
58 |
#: inc/php/page.php:36
|
59 |
msgid "Version"
|
60 |
msgstr "Versión"
|
61 |
|
62 |
+
#: inc/php/page.php:44
|
63 |
msgid "Usage"
|
64 |
msgstr "Uso"
|
65 |
|
67 |
msgid "F.A.Q."
|
68 |
msgstr "Preguntas ?"
|
69 |
|
70 |
+
#: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
|
71 |
msgid "Support"
|
72 |
msgstr "Soporte"
|
73 |
|
74 |
+
#: inc/php/page.php:47
|
|
|
|
|
|
|
|
|
75 |
msgid "Store"
|
76 |
msgstr "Tienda"
|
77 |
|
78 |
+
#: inc/php/page.php:63
|
79 |
+
msgid "Usage Instructions"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: inc/php/page.php:65
|
83 |
msgid "To add the meta tags to your website, simply follow these steps:"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: inc/php/page.php:67
|
87 |
msgid "Go to the \"Settings\" tab."
|
88 |
msgstr "Debes ir a la pestaña “Ajustes”."
|
89 |
|
90 |
+
#: inc/php/page.php:68
|
91 |
msgid "Fill in the required fields."
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: inc/php/page.php:69
|
95 |
msgid "Select the desired settings."
|
96 |
msgstr "Seleccione la configuración deseada."
|
97 |
|
98 |
+
#: inc/php/page.php:70
|
99 |
msgid "Click the \"Save changes\" button."
|
100 |
msgstr "Clic en el botón \"Guardar Cambios\"."
|
101 |
|
102 |
+
#: inc/php/page.php:71
|
103 |
msgid "Enjoy the improved SEO of your website."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: inc/php/page.php:71
|
107 |
msgid "It's that simple!"
|
108 |
msgstr "¡Es así de simple!"
|
109 |
|
110 |
+
#: inc/php/page.php:73
|
111 |
msgid "Note!"
|
112 |
msgstr "¡Nota!"
|
113 |
|
114 |
+
#: inc/php/page.php:73
|
115 |
msgid "If you want more options then tell me and I will be happy to add it."
|
116 |
msgstr "Si quieres más opciones, dímelo y estaré encantado de añadirlo."
|
117 |
|
118 |
+
#: inc/php/page.php:82
|
119 |
msgid "Frequently Asked Questions"
|
120 |
msgstr "Preguntas Frecuentes"
|
121 |
|
122 |
+
#: inc/php/page.php:86
|
123 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
124 |
msgstr ""
|
125 |
"Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta "
|
126 |
"está aquí."
|
127 |
|
128 |
+
#: inc/php/page.php:108
|
129 |
msgid "Will this plugin work on my WordPress.COM website?"
|
130 |
msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
|
131 |
|
132 |
+
#: inc/php/page.php:109
|
133 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
134 |
msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
|
135 |
|
136 |
+
#: inc/php/page.php:111
|
137 |
msgid "Can I use this plugin on my language?"
|
138 |
msgstr "¿Puedo usar este complemento en mi idioma?"
|
139 |
|
140 |
+
#: inc/php/page.php:112
|
141 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
142 |
msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
|
143 |
|
144 |
+
#: inc/php/page.php:114
|
145 |
#, php-format
|
146 |
msgid ""
|
147 |
"If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is "
|
152 |
"y colocado en la carpeta \"languages\", para crear un archivo PO de traducción. Simplemente envíeme el "
|
153 |
"archivo PO en el %s e incluiré esta traducción en la siguiente actualización del complemento."
|
154 |
|
155 |
+
#: inc/php/page.php:119
|
156 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
157 |
msgstr ""
|
158 |
"Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
|
159 |
|
160 |
+
#: inc/php/page.php:120
|
161 |
msgid ""
|
162 |
"Many of plugin users would be delighted if you share your translation with the community. Thanks for your "
|
163 |
"contribution!"
|
165 |
"Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. "
|
166 |
"¡Gracias por tu contribución!"
|
167 |
|
168 |
+
#: inc/php/page.php:122
|
169 |
msgid "How does it work?"
|
170 |
msgstr "¿Como funciona?"
|
171 |
|
172 |
+
#: inc/php/page.php:123
|
173 |
msgid ""
|
174 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save "
|
175 |
"changes\" button. Enjoy the improved SEO of your website. It's that simple!"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: inc/php/page.php:125
|
179 |
msgid "How much of description I can enter in the text field?"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: inc/php/page.php:126
|
183 |
msgid ""
|
184 |
"I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
|
185 |
"description."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/page.php:128
|
189 |
msgid "How much of keywords I can enter in the text field?"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/page.php:129
|
193 |
msgid "I don't limit the number of characters."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/page.php:131
|
197 |
msgid "I can't get verify my website. What am I doing wrong?"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:132
|
201 |
msgid ""
|
202 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is "
|
203 |
"confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the "
|
205 |
"paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/php/page.php:134
|
209 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: inc/php/page.php:135
|
213 |
msgid ""
|
214 |
"To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both "
|
215 |
"plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/php/page.php:143
|
219 |
msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: inc/php/page.php:145
|
223 |
msgid "Does this plugin requires any modification of the theme?"
|
224 |
msgstr "¿Este complemento requiere alguna modificación del tema?"
|
225 |
|
226 |
+
#: inc/php/page.php:146
|
227 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
228 |
msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
|
229 |
|
230 |
+
#: inc/php/page.php:148
|
231 |
msgid "Does this require any knowledge of HTML or CSS?"
|
232 |
msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
|
233 |
|
234 |
+
#: inc/php/page.php:149
|
235 |
msgid ""
|
236 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
|
237 |
"settings page."
|
239 |
"Absolutamente no. Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página "
|
240 |
"de configuración la cual es fácil de usar."
|
241 |
|
242 |
+
#: inc/php/page.php:151
|
243 |
msgid "It's not working. What could be wrong?"
|
244 |
msgstr "No funciona. ¿Qué podría estar mal?"
|
245 |
|
246 |
+
#: inc/php/page.php:152
|
247 |
msgid ""
|
248 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web "
|
249 |
"browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to "
|
255 |
"imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del "
|
256 |
"navegador. Limpiar la caché del navegador puede resolver el problema."
|
257 |
|
258 |
+
#: inc/php/page.php:153
|
259 |
msgid ""
|
260 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's "
|
261 |
"support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much "
|
266 |
"Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el "
|
267 |
"problema."
|
268 |
|
269 |
+
#: inc/php/page.php:155
|
270 |
msgid ""
|
271 |
"The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
272 |
msgstr ""
|
273 |
"La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. "
|
274 |
"¿Porqué sucede esto?"
|
275 |
|
276 |
+
#: inc/php/page.php:156
|
277 |
msgid ""
|
278 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the website. "
|
279 |
"It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or "
|
285 |
"(puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu "
|
286 |
"navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
|
287 |
|
288 |
+
#: inc/php/page.php:158
|
289 |
msgid "Where to report bug if found?"
|
290 |
msgstr "¿Dónde informar el error si se encuentra?"
|
291 |
|
292 |
+
#: inc/php/page.php:160
|
293 |
#, php-format
|
294 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
295 |
msgstr "Visita la página dedicada del complemento %s en GitHub %s e informa."
|
296 |
|
297 |
+
#: inc/php/page.php:166
|
298 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
299 |
msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
|
300 |
|
301 |
+
#: inc/php/page.php:168
|
302 |
#, php-format
|
303 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
304 |
msgstr ""
|
305 |
"¡Cualquier sugerencia es muy bienvenida! Por favor envíame un correo electrónico a %s. ¡Muchas Gracias!"
|
306 |
|
307 |
+
#: inc/php/page.php:173
|
308 |
msgid "I love this plugin! Can I help somehow?"
|
309 |
msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
|
310 |
|
311 |
+
#: inc/php/page.php:175
|
312 |
#, php-format
|
313 |
msgid ""
|
314 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and "
|
317 |
"Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el "
|
318 |
"botón DONAR y gracias!"
|
319 |
|
320 |
+
#: inc/php/page.php:181
|
321 |
msgid "My question wasn't answered here."
|
322 |
msgstr "Mi pregunta no fue contestada aquí."
|
323 |
|
324 |
+
#: inc/php/page.php:183
|
325 |
#, php-format
|
326 |
msgid ""
|
327 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, "
|
330 |
"Puede hacer tu pregunta en la página de soporte del complementos %s. Pero ten en cuenta que este complemento "
|
331 |
"es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
|
332 |
|
333 |
+
#: inc/php/page.php:196
|
334 |
+
msgid "Support Me"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
|
338 |
+
msgid "Donate with PayPal"
|
339 |
+
msgstr "Donar con PayPal"
|
340 |
+
|
341 |
+
#: inc/php/page.php:209
|
342 |
+
#, php-format
|
343 |
+
msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: inc/php/page.php:217
|
347 |
+
msgid ""
|
348 |
+
"My intention is to create projects that will make this world a better place. I'm really passionate about my "
|
349 |
+
"work, I like what I'm doing and hope that you will be enriched by my projects too."
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: inc/php/page.php:218
|
353 |
msgid ""
|
354 |
"I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are "
|
355 |
"useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent "
|
357 |
"more time building things for people like you to enjoy."
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: inc/php/page.php:219
|
361 |
+
msgid "If you appreciate my work, you can buy me a coffee!"
|
362 |
+
msgstr ""
|
363 |
|
364 |
+
#: inc/php/page.php:220
|
365 |
msgid "Thank you for your support!"
|
366 |
msgstr "¡Gracias por tu apoyo!"
|
367 |
|
567 |
"Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Autor, Derechos Reservados y "
|
568 |
"Palabras Clave en cualquier parte de tu sitio web."
|
569 |
|
570 |
+
#: inc/php/settings.php:166
|
571 |
+
msgid "Author"
|
572 |
+
msgstr "Autor"
|
573 |
+
|
574 |
#: inc/php/settings.php:171
|
575 |
msgid "Designer"
|
576 |
msgstr "Diseñador"
|
662 |
msgid "https://www.arthurgareginyan.com"
|
663 |
msgstr "https://www.arthurgareginyan.com"
|
664 |
|
665 |
+
#~ msgid "by %s Arthur Gareginyan %s"
|
666 |
+
#~ msgstr "por %s Arthur Gareginyan %s"
|
667 |
+
|
668 |
#~ msgid "To use, enter your custom Meta Tags, then click \"Save changes\". It's that simple!"
|
669 |
#~ msgstr ""
|
670 |
#~ "Para usarlo, ingresa tus Meta Etiquetas personalizadas y haz clic en \"Guardar Cambios\". ¡Así de simple!"
|
languages/all-meta-tags-es_MX.mo
CHANGED
Binary file
|
languages/all-meta-tags-es_MX.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All Meta Tags\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Sergio <srg2010@yahoo.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: es_MX\n"
|
@@ -24,14 +24,18 @@ msgstr ""
|
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
26 |
|
27 |
-
#: inc/php/core.php:
|
28 |
msgid "Settings"
|
29 |
msgstr "Ajustes"
|
30 |
|
31 |
-
#: inc/php/core.php:
|
32 |
msgid "Donate"
|
33 |
msgstr "Donar"
|
34 |
|
|
|
|
|
|
|
|
|
35 |
#: inc/php/messages.php:26
|
36 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
37 |
msgstr ""
|
@@ -51,14 +55,14 @@ msgstr ""
|
|
51 |
|
52 |
#: inc/php/page.php:30
|
53 |
#, php-format
|
54 |
-
msgid "by %s
|
55 |
-
msgstr "por %s
|
56 |
|
57 |
#: inc/php/page.php:36
|
58 |
msgid "Version"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: inc/php/page.php:44
|
62 |
msgid "Usage"
|
63 |
msgstr "Uso"
|
64 |
|
@@ -66,86 +70,85 @@ msgstr "Uso"
|
|
66 |
msgid "F.A.Q."
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: inc/php/page.php:46 inc/php/
|
70 |
-
#: inc/php/sidebar.php:23
|
71 |
msgid "Support"
|
72 |
msgstr "Soporte"
|
73 |
|
74 |
-
#: inc/php/page.php:47
|
75 |
-
msgid "Author"
|
76 |
-
msgstr "Autor"
|
77 |
-
|
78 |
-
#: inc/php/page.php:48
|
79 |
msgid "Store"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
83 |
msgid "To add the meta tags to your website, simply follow these steps:"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: inc/php/page.php:
|
87 |
msgid "Go to the \"Settings\" tab."
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: inc/php/page.php:
|
91 |
msgid "Fill in the required fields."
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: inc/php/page.php:
|
95 |
msgid "Select the desired settings."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: inc/php/page.php:
|
99 |
msgid "Click the \"Save changes\" button."
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: inc/php/page.php:
|
103 |
msgid "Enjoy the improved SEO of your website."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: inc/php/page.php:
|
107 |
msgid "It's that simple!"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: inc/php/page.php:
|
111 |
msgid "Note!"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: inc/php/page.php:
|
115 |
msgid "If you want more options then tell me and I will be happy to add it."
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: inc/php/page.php:
|
119 |
msgid "Frequently Asked Questions"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: inc/php/page.php:
|
123 |
msgid ""
|
124 |
"If you have a question, please read the Frequently Asked Questions below to "
|
125 |
"see if the answer is here."
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: inc/php/page.php:
|
129 |
msgid "Will this plugin work on my WordPress.COM website?"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: inc/php/page.php:
|
133 |
msgid ""
|
134 |
"Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
|
135 |
"websites."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: inc/php/page.php:
|
139 |
msgid "Can I use this plugin on my language?"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: inc/php/page.php:
|
143 |
msgid ""
|
144 |
"Yes. This plugin is ready for translation and has already been translated "
|
145 |
"into several languages."
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: inc/php/page.php:
|
149 |
#, php-format
|
150 |
msgid ""
|
151 |
"If you want to help translate this plugin then please visit the %s. You can "
|
@@ -155,52 +158,52 @@ msgid ""
|
|
155 |
"update."
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: inc/php/page.php:
|
159 |
msgid ""
|
160 |
"Maybe not all existed translations are up to date. You are welcome to "
|
161 |
"contribute corrections!"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/page.php:
|
165 |
msgid ""
|
166 |
"Many of plugin users would be delighted if you share your translation with "
|
167 |
"the community. Thanks for your contribution!"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: inc/php/page.php:
|
171 |
msgid "How does it work?"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: inc/php/page.php:
|
175 |
msgid ""
|
176 |
"On the \"Settings\" tab, fill in the required fields, select the desired "
|
177 |
"settings and click the \"Save changes\" button. Enjoy the improved SEO of "
|
178 |
"your website. It's that simple!"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/php/page.php:
|
182 |
msgid "How much of description I can enter in the text field?"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: inc/php/page.php:
|
186 |
msgid ""
|
187 |
"I don't limit the number of characters, but most search engines use a "
|
188 |
"maximum of 160 chars for the home description."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: inc/php/page.php:
|
192 |
msgid "How much of keywords I can enter in the text field?"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: inc/php/page.php:
|
196 |
msgid "I don't limit the number of characters."
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid "I can't get verify my website. What am I doing wrong?"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: inc/php/page.php:
|
204 |
msgid ""
|
205 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
|
206 |
"SpecificFeeds) gives you is confusing as you only have to paste in the "
|
@@ -210,47 +213,47 @@ msgid ""
|
|
210 |
"“Success” message appear within a few seconds."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: inc/php/page.php:
|
214 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: inc/php/page.php:
|
218 |
msgid ""
|
219 |
"To make these plugins compatible you need to stick to one simple rule: do "
|
220 |
"not fill the same field in both plugins at once. Otherwise both plugins "
|
221 |
"fulfill their work and you will get a duplicate actions, for example:"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: inc/php/page.php:
|
225 |
msgid ""
|
226 |
"In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: inc/php/page.php:
|
230 |
msgid "Does this plugin requires any modification of the theme?"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: inc/php/page.php:
|
234 |
msgid ""
|
235 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
236 |
"settings page."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid "Does this require any knowledge of HTML or CSS?"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid ""
|
245 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or "
|
246 |
"CSS, using an easy-to-use plugin settings page."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: inc/php/page.php:
|
250 |
msgid "It's not working. What could be wrong?"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: inc/php/page.php:
|
254 |
msgid ""
|
255 |
"As with every plugin, it's possible that things don't work. The most common "
|
256 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
@@ -259,7 +262,7 @@ msgid ""
|
|
259 |
"browser's cache may solve the problem."
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/php/page.php:
|
263 |
msgid ""
|
264 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
265 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
@@ -267,13 +270,13 @@ msgid ""
|
|
267 |
"possible, including a link to your website where the problem can be seen."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/php/page.php:
|
271 |
msgid ""
|
272 |
"The last WordPress update is preventing me from editing my website that is "
|
273 |
"using this plugin. Why is this?"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: inc/php/page.php:
|
277 |
msgid ""
|
278 |
"This plugin can not cause such problem. More likely, the problem are related "
|
279 |
"to the settings of the website. It could just be a cache, so please try to "
|
@@ -282,41 +285,41 @@ msgid ""
|
|
282 |
"please try to re-login to the website, this too can help."
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: inc/php/page.php:
|
286 |
msgid "Where to report bug if found?"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: inc/php/page.php:
|
290 |
#, php-format
|
291 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/php/page.php:
|
295 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/php/page.php:
|
299 |
#, php-format
|
300 |
msgid ""
|
301 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: inc/php/page.php:
|
305 |
msgid "I love this plugin! Can I help somehow?"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: inc/php/page.php:
|
309 |
#, php-format
|
310 |
msgid ""
|
311 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
312 |
"click on the donate button, and thank you!"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: inc/php/page.php:
|
316 |
msgid "My question wasn't answered here."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: inc/php/page.php:
|
320 |
#, php-format
|
321 |
msgid ""
|
322 |
"You can ask your question on the plugin support page %s. But please keep in "
|
@@ -324,11 +327,29 @@ msgid ""
|
|
324 |
"have no way to answer everyone."
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: inc/php/page.php:
|
328 |
-
msgid "
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
msgid ""
|
333 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
334 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
@@ -338,11 +359,11 @@ msgid ""
|
|
338 |
"you to enjoy."
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: inc/php/page.php:
|
342 |
-
msgid "
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: inc/php/page.php:
|
346 |
msgid "Thank you for your support!"
|
347 |
msgstr ""
|
348 |
|
@@ -537,6 +558,10 @@ msgstr ""
|
|
537 |
"Puede usar las opciones abajo para agregar meta tags como Autor, Derecho "
|
538 |
"autor, palabras clavs en cualquier sitio de su pagina web."
|
539 |
|
|
|
|
|
|
|
|
|
540 |
#: inc/php/settings.php:171
|
541 |
msgid "Designer"
|
542 |
msgstr ""
|
@@ -628,6 +653,9 @@ msgstr "Arthur Gareginyan"
|
|
628 |
msgid "https://www.arthurgareginyan.com"
|
629 |
msgstr "https://www.arthurgareginyan.com"
|
630 |
|
|
|
|
|
|
|
631 |
#~ msgid ""
|
632 |
#~ "To use, enter your custom Meta Tags, then click \"Save changes\". It's "
|
633 |
#~ "that simple!"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All Meta Tags\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-09-15 14:25+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-09-15 14:25+0300\n"
|
7 |
"Last-Translator: Sergio <srg2010@yahoo.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: es_MX\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
26 |
|
27 |
+
#: inc/php/core.php:23 inc/php/page.php:43
|
28 |
msgid "Settings"
|
29 |
msgstr "Ajustes"
|
30 |
|
31 |
+
#: inc/php/core.php:37
|
32 |
msgid "Donate"
|
33 |
msgstr "Donar"
|
34 |
|
35 |
+
#: inc/php/core.php:73
|
36 |
+
msgid "Meta Tags Inserter"
|
37 |
+
msgstr "Meta Tags Inserter"
|
38 |
+
|
39 |
#: inc/php/messages.php:26
|
40 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
41 |
msgstr ""
|
55 |
|
56 |
#: inc/php/page.php:30
|
57 |
#, php-format
|
58 |
+
msgid "by %s Space X-Chimp Studio %s"
|
59 |
+
msgstr "por %s Space X-Chimp Studio %s"
|
60 |
|
61 |
#: inc/php/page.php:36
|
62 |
msgid "Version"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: inc/php/page.php:44
|
66 |
msgid "Usage"
|
67 |
msgstr "Uso"
|
68 |
|
70 |
msgid "F.A.Q."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
|
|
|
74 |
msgid "Support"
|
75 |
msgstr "Soporte"
|
76 |
|
77 |
+
#: inc/php/page.php:47
|
|
|
|
|
|
|
|
|
78 |
msgid "Store"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: inc/php/page.php:63
|
82 |
+
msgid "Usage Instructions"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: inc/php/page.php:65
|
86 |
msgid "To add the meta tags to your website, simply follow these steps:"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: inc/php/page.php:67
|
90 |
msgid "Go to the \"Settings\" tab."
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: inc/php/page.php:68
|
94 |
msgid "Fill in the required fields."
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: inc/php/page.php:69
|
98 |
msgid "Select the desired settings."
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: inc/php/page.php:70
|
102 |
msgid "Click the \"Save changes\" button."
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: inc/php/page.php:71
|
106 |
msgid "Enjoy the improved SEO of your website."
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: inc/php/page.php:71
|
110 |
msgid "It's that simple!"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: inc/php/page.php:73
|
114 |
msgid "Note!"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: inc/php/page.php:73
|
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:82
|
122 |
msgid "Frequently Asked Questions"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: inc/php/page.php:86
|
126 |
msgid ""
|
127 |
"If you have a question, please read the Frequently Asked Questions below to "
|
128 |
"see if the answer is here."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: inc/php/page.php:108
|
132 |
msgid "Will this plugin work on my WordPress.COM website?"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: inc/php/page.php:109
|
136 |
msgid ""
|
137 |
"Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
|
138 |
"websites."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: inc/php/page.php:111
|
142 |
msgid "Can I use this plugin on my language?"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: inc/php/page.php:112
|
146 |
msgid ""
|
147 |
"Yes. This plugin is ready for translation and has already been translated "
|
148 |
"into several languages."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: inc/php/page.php:114
|
152 |
#, php-format
|
153 |
msgid ""
|
154 |
"If you want to help translate this plugin then please visit the %s. You can "
|
158 |
"update."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: inc/php/page.php:119
|
162 |
msgid ""
|
163 |
"Maybe not all existed translations are up to date. You are welcome to "
|
164 |
"contribute corrections!"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: inc/php/page.php:120
|
168 |
msgid ""
|
169 |
"Many of plugin users would be delighted if you share your translation with "
|
170 |
"the community. Thanks for your contribution!"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: inc/php/page.php:122
|
174 |
msgid "How does it work?"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: inc/php/page.php:123
|
178 |
msgid ""
|
179 |
"On the \"Settings\" tab, fill in the required fields, select the desired "
|
180 |
"settings and click the \"Save changes\" button. Enjoy the improved SEO of "
|
181 |
"your website. It's that simple!"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/page.php:125
|
185 |
msgid "How much of description I can enter in the text field?"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/page.php:126
|
189 |
msgid ""
|
190 |
"I don't limit the number of characters, but most search engines use a "
|
191 |
"maximum of 160 chars for the home description."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: inc/php/page.php:128
|
195 |
msgid "How much of keywords I can enter in the text field?"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: inc/php/page.php:129
|
199 |
msgid "I don't limit the number of characters."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: inc/php/page.php:131
|
203 |
msgid "I can't get verify my website. What am I doing wrong?"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: inc/php/page.php:132
|
207 |
msgid ""
|
208 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
|
209 |
"SpecificFeeds) gives you is confusing as you only have to paste in the "
|
213 |
"“Success” message appear within a few seconds."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/php/page.php:134
|
217 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: inc/php/page.php:135
|
221 |
msgid ""
|
222 |
"To make these plugins compatible you need to stick to one simple rule: do "
|
223 |
"not fill the same field in both plugins at once. Otherwise both plugins "
|
224 |
"fulfill their work and you will get a duplicate actions, for example:"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: inc/php/page.php:143
|
228 |
msgid ""
|
229 |
"In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/php/page.php:145
|
233 |
msgid "Does this plugin requires any modification of the theme?"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: inc/php/page.php:146
|
237 |
msgid ""
|
238 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
239 |
"settings page."
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: inc/php/page.php:148
|
243 |
msgid "Does this require any knowledge of HTML or CSS?"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: inc/php/page.php:149
|
247 |
msgid ""
|
248 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or "
|
249 |
"CSS, using an easy-to-use plugin settings page."
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: inc/php/page.php:151
|
253 |
msgid "It's not working. What could be wrong?"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: inc/php/page.php:152
|
257 |
msgid ""
|
258 |
"As with every plugin, it's possible that things don't work. The most common "
|
259 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
262 |
"browser's cache may solve the problem."
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: inc/php/page.php:153
|
266 |
msgid ""
|
267 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
268 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
270 |
"possible, including a link to your website where the problem can be seen."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: inc/php/page.php:155
|
274 |
msgid ""
|
275 |
"The last WordPress update is preventing me from editing my website that is "
|
276 |
"using this plugin. Why is this?"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/php/page.php:156
|
280 |
msgid ""
|
281 |
"This plugin can not cause such problem. More likely, the problem are related "
|
282 |
"to the settings of the website. It could just be a cache, so please try to "
|
285 |
"please try to re-login to the website, this too can help."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: inc/php/page.php:158
|
289 |
msgid "Where to report bug if found?"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: inc/php/page.php:160
|
293 |
#, php-format
|
294 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: inc/php/page.php:166
|
298 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: inc/php/page.php:168
|
302 |
#, php-format
|
303 |
msgid ""
|
304 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: inc/php/page.php:173
|
308 |
msgid "I love this plugin! Can I help somehow?"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: inc/php/page.php:175
|
312 |
#, php-format
|
313 |
msgid ""
|
314 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
315 |
"click on the donate button, and thank you!"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: inc/php/page.php:181
|
319 |
msgid "My question wasn't answered here."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: inc/php/page.php:183
|
323 |
#, php-format
|
324 |
msgid ""
|
325 |
"You can ask your question on the plugin support page %s. But please keep in "
|
327 |
"have no way to answer everyone."
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: inc/php/page.php:196
|
331 |
+
msgid "Support Me"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
|
335 |
+
msgid "Donate with PayPal"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: inc/php/page.php:209
|
339 |
+
#, php-format
|
340 |
+
msgid ""
|
341 |
+
"Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
|
342 |
+
"Chimp Studio %s."
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: inc/php/page.php:217
|
346 |
+
msgid ""
|
347 |
+
"My intention is to create projects that will make this world a better place. "
|
348 |
+
"I'm really passionate about my work, I like what I'm doing and hope that you "
|
349 |
+
"will be enriched by my projects too."
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: inc/php/page.php:218
|
353 |
msgid ""
|
354 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
355 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
359 |
"you to enjoy."
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: inc/php/page.php:219
|
363 |
+
msgid "If you appreciate my work, you can buy me a coffee!"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: inc/php/page.php:220
|
367 |
msgid "Thank you for your support!"
|
368 |
msgstr ""
|
369 |
|
558 |
"Puede usar las opciones abajo para agregar meta tags como Autor, Derecho "
|
559 |
"autor, palabras clavs en cualquier sitio de su pagina web."
|
560 |
|
561 |
+
#: inc/php/settings.php:166
|
562 |
+
msgid "Author"
|
563 |
+
msgstr "Autor"
|
564 |
+
|
565 |
#: inc/php/settings.php:171
|
566 |
msgid "Designer"
|
567 |
msgstr ""
|
653 |
msgid "https://www.arthurgareginyan.com"
|
654 |
msgstr "https://www.arthurgareginyan.com"
|
655 |
|
656 |
+
#~ msgid "by %s Arthur Gareginyan %s"
|
657 |
+
#~ msgstr "por %s Arthur Gareginyan %s"
|
658 |
+
|
659 |
#~ msgid ""
|
660 |
#~ "To use, enter your custom Meta Tags, then click \"Save changes\". It's "
|
661 |
#~ "that simple!"
|
languages/all-meta-tags-it_IT.mo
CHANGED
Binary file
|
languages/all-meta-tags-it_IT.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - All Meta Tags - Stable (latest release)\n"
|
6 |
-
"POT-Creation-Date: 2017-
|
7 |
-
"PO-Revision-Date: 2017-
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: it\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 "Impostazioni"
|
27 |
|
28 |
-
#: inc/php/core.php:
|
29 |
msgid "Donate"
|
30 |
msgstr "Dona"
|
31 |
|
|
|
|
|
|
|
|
|
32 |
#: inc/php/messages.php:26
|
33 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
34 |
msgstr ""
|
@@ -48,14 +52,14 @@ msgstr ""
|
|
48 |
|
49 |
#: inc/php/page.php:30
|
50 |
#, php-format
|
51 |
-
msgid "by %s
|
52 |
-
msgstr "di %s
|
53 |
|
54 |
#: inc/php/page.php:36
|
55 |
msgid "Version"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: inc/php/page.php:44
|
59 |
msgid "Usage"
|
60 |
msgstr ""
|
61 |
|
@@ -63,79 +67,79 @@ msgstr ""
|
|
63 |
msgid "F.A.Q."
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/php/page.php:46 inc/php/
|
67 |
msgid "Support"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: inc/php/page.php:47
|
71 |
-
msgid "Author"
|
72 |
-
msgstr "Autore"
|
73 |
-
|
74 |
-
#: inc/php/page.php:48
|
75 |
msgid "Store"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
79 |
msgid "To add the meta tags to your website, simply follow these steps:"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: inc/php/page.php:
|
83 |
msgid "Go to the \"Settings\" tab."
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: inc/php/page.php:
|
87 |
msgid "Fill in the required fields."
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: inc/php/page.php:
|
91 |
msgid "Select the desired settings."
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: inc/php/page.php:
|
95 |
msgid "Click the \"Save changes\" button."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: inc/php/page.php:
|
99 |
msgid "Enjoy the improved SEO of your website."
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: inc/php/page.php:
|
103 |
msgid "It's that simple!"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: inc/php/page.php:
|
107 |
msgid "Note!"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: inc/php/page.php:
|
111 |
msgid "If you want more options then tell me and I will be happy to add it."
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: inc/php/page.php:
|
115 |
msgid "Frequently Asked Questions"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: inc/php/page.php:
|
119 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: inc/php/page.php:
|
123 |
msgid "Will this plugin work on my WordPress.COM website?"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/php/page.php:
|
127 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: inc/php/page.php:
|
131 |
msgid "Can I use this plugin on my language?"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: inc/php/page.php:
|
135 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: inc/php/page.php:
|
139 |
#, php-format
|
140 |
msgid ""
|
141 |
"If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is "
|
@@ -143,49 +147,49 @@ msgid ""
|
|
143 |
"to me at the %s and I will include this translation within the next plugin update."
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: inc/php/page.php:
|
147 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: inc/php/page.php:
|
151 |
msgid ""
|
152 |
"Many of plugin users would be delighted if you share your translation with the community. Thanks for your "
|
153 |
"contribution!"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: inc/php/page.php:
|
157 |
msgid "How does it work?"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: inc/php/page.php:
|
161 |
msgid ""
|
162 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save changes\" "
|
163 |
"button. Enjoy the improved SEO of your website. It's that simple!"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: inc/php/page.php:
|
167 |
msgid "How much of description I can enter in the text field?"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: inc/php/page.php:
|
171 |
msgid ""
|
172 |
"I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
|
173 |
"description."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/page.php:
|
177 |
msgid "How much of keywords I can enter in the text field?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/page.php:
|
181 |
msgid "I don't limit the number of characters."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/php/page.php:
|
185 |
msgid "I can't get verify my website. What am I doing wrong?"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/page.php:
|
189 |
msgid ""
|
190 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing "
|
191 |
"as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag "
|
@@ -193,61 +197,61 @@ msgid ""
|
|
193 |
"the relevant field and you will see “Success” message appear within a few seconds."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: inc/php/page.php:
|
197 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: inc/php/page.php:
|
201 |
msgid ""
|
202 |
"To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both "
|
203 |
"plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: inc/php/page.php:
|
207 |
msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: inc/php/page.php:
|
211 |
msgid "Does this plugin requires any modification of the theme?"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/php/page.php:
|
215 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: inc/php/page.php:
|
219 |
msgid "Does this require any knowledge of HTML or CSS?"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: inc/php/page.php:
|
223 |
msgid ""
|
224 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
|
225 |
"settings page."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: inc/php/page.php:
|
229 |
msgid "It's not working. What could be wrong?"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: inc/php/page.php:
|
233 |
msgid ""
|
234 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's "
|
235 |
"cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth "
|
236 |
"usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid ""
|
241 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support "
|
242 |
"forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information "
|
243 |
"as possible, including a link to your website where the problem can be seen."
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: inc/php/page.php:
|
247 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/php/page.php:
|
251 |
msgid ""
|
252 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It "
|
253 |
"could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some "
|
@@ -255,51 +259,66 @@ msgid ""
|
|
255 |
"website, this too can help."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: inc/php/page.php:
|
259 |
msgid "Where to report bug if found?"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/php/page.php:
|
263 |
#, php-format
|
264 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: inc/php/page.php:
|
268 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: inc/php/page.php:
|
272 |
#, php-format
|
273 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: inc/php/page.php:
|
277 |
msgid "I love this plugin! Can I help somehow?"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: inc/php/page.php:
|
281 |
#, php-format
|
282 |
msgid ""
|
283 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank "
|
284 |
"you!"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: inc/php/page.php:
|
288 |
msgid "My question wasn't answered here."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: inc/php/page.php:
|
292 |
#, php-format
|
293 |
msgid ""
|
294 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and "
|
295 |
"there is no a special support team, so I have no way to answer everyone."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/php/page.php:
|
299 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: inc/php/page.php:
|
303 |
msgid ""
|
304 |
"I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are "
|
305 |
"useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent "
|
@@ -307,11 +326,11 @@ msgid ""
|
|
307 |
"time building things for people like you to enjoy."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: inc/php/page.php:
|
311 |
-
msgid "
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: inc/php/page.php:
|
315 |
msgid "Thank you for your support!"
|
316 |
msgstr ""
|
317 |
|
@@ -508,6 +527,10 @@ msgid ""
|
|
508 |
msgstr ""
|
509 |
"Puoi usare le opzioni qui sotto per aggiungere tag meta quali Author, Copyright e Keywords ovunque sul tuo sito."
|
510 |
|
|
|
|
|
|
|
|
|
511 |
#: inc/php/settings.php:171
|
512 |
msgid "Designer"
|
513 |
msgstr "Designer"
|
@@ -599,6 +622,9 @@ msgstr "Arthur Gareginyan"
|
|
599 |
msgid "https://www.arthurgareginyan.com"
|
600 |
msgstr "https://www.arthurgareginyan.com"
|
601 |
|
|
|
|
|
|
|
602 |
#~ msgid "To use, enter your custom Meta Tags, then click \"Save changes\". It's that simple!"
|
603 |
#~ msgstr ""
|
604 |
#~ "Per l'utilizzo, inserisci i tuoi tag meta personalizzati, quindi fai clic su \"Salva modifiche\". Tutto qui!"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - All Meta Tags - Stable (latest release)\n"
|
6 |
+
"POT-Creation-Date: 2017-09-15 14:25+0300\n"
|
7 |
+
"PO-Revision-Date: 2017-09-15 14:25+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: it\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
+
#: inc/php/core.php:23 inc/php/page.php:43
|
25 |
msgid "Settings"
|
26 |
msgstr "Impostazioni"
|
27 |
|
28 |
+
#: inc/php/core.php:37
|
29 |
msgid "Donate"
|
30 |
msgstr "Dona"
|
31 |
|
32 |
+
#: inc/php/core.php:73
|
33 |
+
msgid "Meta Tags Inserter"
|
34 |
+
msgstr "Meta Tags Inserter"
|
35 |
+
|
36 |
#: inc/php/messages.php:26
|
37 |
msgid "Hello. I'm Arthur, the author of this plugin."
|
38 |
msgstr ""
|
52 |
|
53 |
#: inc/php/page.php:30
|
54 |
#, php-format
|
55 |
+
msgid "by %s Space X-Chimp Studio %s"
|
56 |
+
msgstr "di %s Space X-Chimp Studio %s"
|
57 |
|
58 |
#: inc/php/page.php:36
|
59 |
msgid "Version"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: inc/php/page.php:44
|
63 |
msgid "Usage"
|
64 |
msgstr ""
|
65 |
|
67 |
msgid "F.A.Q."
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
|
71 |
msgid "Support"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: inc/php/page.php:47
|
|
|
|
|
|
|
|
|
75 |
msgid "Store"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: inc/php/page.php:63
|
79 |
+
msgid "Usage Instructions"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: inc/php/page.php:65
|
83 |
msgid "To add the meta tags to your website, simply follow these steps:"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: inc/php/page.php:67
|
87 |
msgid "Go to the \"Settings\" tab."
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: inc/php/page.php:68
|
91 |
msgid "Fill in the required fields."
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: inc/php/page.php:69
|
95 |
msgid "Select the desired settings."
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: inc/php/page.php:70
|
99 |
msgid "Click the \"Save changes\" button."
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: inc/php/page.php:71
|
103 |
msgid "Enjoy the improved SEO of your website."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: inc/php/page.php:71
|
107 |
msgid "It's that simple!"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: inc/php/page.php:73
|
111 |
msgid "Note!"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: inc/php/page.php:73
|
115 |
msgid "If you want more options then tell me and I will be happy to add it."
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: inc/php/page.php:82
|
119 |
msgid "Frequently Asked Questions"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: inc/php/page.php:86
|
123 |
msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/php/page.php:108
|
127 |
msgid "Will this plugin work on my WordPress.COM website?"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/php/page.php:109
|
131 |
msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/php/page.php:111
|
135 |
msgid "Can I use this plugin on my language?"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: inc/php/page.php:112
|
139 |
msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/php/page.php:114
|
143 |
#, php-format
|
144 |
msgid ""
|
145 |
"If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is "
|
147 |
"to me at the %s and I will include this translation within the next plugin update."
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: inc/php/page.php:119
|
151 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: inc/php/page.php:120
|
155 |
msgid ""
|
156 |
"Many of plugin users would be delighted if you share your translation with the community. Thanks for your "
|
157 |
"contribution!"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/page.php:122
|
161 |
msgid "How does it work?"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/php/page.php:123
|
165 |
msgid ""
|
166 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save changes\" "
|
167 |
"button. Enjoy the improved SEO of your website. It's that simple!"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: inc/php/page.php:125
|
171 |
msgid "How much of description I can enter in the text field?"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: inc/php/page.php:126
|
175 |
msgid ""
|
176 |
"I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
|
177 |
"description."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/page.php:128
|
181 |
msgid "How much of keywords I can enter in the text field?"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/page.php:129
|
185 |
msgid "I don't limit the number of characters."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/page.php:131
|
189 |
msgid "I can't get verify my website. What am I doing wrong?"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/php/page.php:132
|
193 |
msgid ""
|
194 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing "
|
195 |
"as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag "
|
197 |
"the relevant field and you will see “Success” message appear within a few seconds."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:134
|
201 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/php/page.php:135
|
205 |
msgid ""
|
206 |
"To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both "
|
207 |
"plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: inc/php/page.php:143
|
211 |
msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: inc/php/page.php:145
|
215 |
msgid "Does this plugin requires any modification of the theme?"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/php/page.php:146
|
219 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: inc/php/page.php:148
|
223 |
msgid "Does this require any knowledge of HTML or CSS?"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: inc/php/page.php:149
|
227 |
msgid ""
|
228 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
|
229 |
"settings page."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/php/page.php:151
|
233 |
msgid "It's not working. What could be wrong?"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: inc/php/page.php:152
|
237 |
msgid ""
|
238 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's "
|
239 |
"cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth "
|
240 |
"usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: inc/php/page.php:153
|
244 |
msgid ""
|
245 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support "
|
246 |
"forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information "
|
247 |
"as possible, including a link to your website where the problem can be seen."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/php/page.php:155
|
251 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: inc/php/page.php:156
|
255 |
msgid ""
|
256 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It "
|
257 |
"could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some "
|
259 |
"website, this too can help."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/php/page.php:158
|
263 |
msgid "Where to report bug if found?"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: inc/php/page.php:160
|
267 |
#, php-format
|
268 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: inc/php/page.php:166
|
272 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: inc/php/page.php:168
|
276 |
#, php-format
|
277 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:173
|
281 |
msgid "I love this plugin! Can I help somehow?"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/php/page.php:175
|
285 |
#, php-format
|
286 |
msgid ""
|
287 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank "
|
288 |
"you!"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: inc/php/page.php:181
|
292 |
msgid "My question wasn't answered here."
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: inc/php/page.php:183
|
296 |
#, php-format
|
297 |
msgid ""
|
298 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and "
|
299 |
"there is no a special support team, so I have no way to answer everyone."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: inc/php/page.php:196
|
303 |
+
msgid "Support Me"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
|
307 |
+
msgid "Donate with PayPal"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: inc/php/page.php:209
|
311 |
+
#, php-format
|
312 |
+
msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: inc/php/page.php:217
|
316 |
+
msgid ""
|
317 |
+
"My intention is to create projects that will make this world a better place. I'm really passionate about my "
|
318 |
+
"work, I like what I'm doing and hope that you will be enriched by my projects too."
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: inc/php/page.php:218
|
322 |
msgid ""
|
323 |
"I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are "
|
324 |
"useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent "
|
326 |
"time building things for people like you to enjoy."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: inc/php/page.php:219
|
330 |
+
msgid "If you appreciate my work, you can buy me a coffee!"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: inc/php/page.php:220
|
334 |
msgid "Thank you for your support!"
|
335 |
msgstr ""
|
336 |
|
527 |
msgstr ""
|
528 |
"Puoi usare le opzioni qui sotto per aggiungere tag meta quali Author, Copyright e Keywords ovunque sul tuo sito."
|
529 |
|
530 |
+
#: inc/php/settings.php:166
|
531 |
+
msgid "Author"
|
532 |
+
msgstr "Autore"
|
533 |
+
|
534 |
#: inc/php/settings.php:171
|
535 |
msgid "Designer"
|
536 |
msgstr "Designer"
|
622 |
msgid "https://www.arthurgareginyan.com"
|
623 |
msgstr "https://www.arthurgareginyan.com"
|
624 |
|
625 |
+
#~ msgid "by %s Arthur Gareginyan %s"
|
626 |
+
#~ msgstr "di %s Arthur Gareginyan %s"
|
627 |
+
|
628 |
#~ msgid "To use, enter your custom Meta Tags, then click \"Save changes\". It's that simple!"
|
629 |
#~ msgstr ""
|
630 |
#~ "Per l'utilizzo, inserisci i tuoi tag meta personalizzati, quindi fai clic su \"Salva modifiche\". Tutto qui!"
|
languages/all-meta-tags-ru_RU.mo
CHANGED
Binary file
|
languages/all-meta-tags-ru_RU.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All Meta Tags\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 "Привет! Я Артур, автор этого плагина."
|
@@ -48,14 +52,14 @@ msgstr "Пожалуйста, обновите плагин до последн
|
|
48 |
|
49 |
#: inc/php/page.php:30
|
50 |
#, php-format
|
51 |
-
msgid "by %s
|
52 |
-
msgstr "от %s
|
53 |
|
54 |
#: inc/php/page.php:36
|
55 |
msgid "Version"
|
56 |
msgstr "Версия"
|
57 |
|
58 |
-
#: inc/php/page.php:44
|
59 |
msgid "Usage"
|
60 |
msgstr "Применение"
|
61 |
|
@@ -63,74 +67,73 @@ msgstr "Применение"
|
|
63 |
msgid "F.A.Q."
|
64 |
msgstr "F.A.Q."
|
65 |
|
66 |
-
#: inc/php/page.php:46 inc/php/
|
67 |
-
#: inc/php/sidebar.php:23
|
68 |
msgid "Support"
|
69 |
msgstr "Поддержка"
|
70 |
|
71 |
-
#: inc/php/page.php:47
|
72 |
-
msgid "Author"
|
73 |
-
msgstr "Автор"
|
74 |
-
|
75 |
-
#: inc/php/page.php:48
|
76 |
msgid "Store"
|
77 |
msgstr "Магазин"
|
78 |
|
79 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
80 |
msgid "To add the meta tags to your website, simply follow these steps:"
|
81 |
msgstr ""
|
82 |
"Для того чтобы добавить метатеги на ваш веб-сайт, выполните следующие "
|
83 |
"действия:"
|
84 |
|
85 |
-
#: inc/php/page.php:
|
86 |
msgid "Go to the \"Settings\" tab."
|
87 |
msgstr "Перейдите на вкладку «Настройки»."
|
88 |
|
89 |
-
#: inc/php/page.php:
|
90 |
msgid "Fill in the required fields."
|
91 |
msgstr "Заполните необходимые поля."
|
92 |
|
93 |
-
#: inc/php/page.php:
|
94 |
msgid "Select the desired settings."
|
95 |
msgstr "Выберите нужные настройки."
|
96 |
|
97 |
-
#: inc/php/page.php:
|
98 |
msgid "Click the \"Save changes\" button."
|
99 |
msgstr "Нажмите кнопку «Сохранить изменения»."
|
100 |
|
101 |
-
#: inc/php/page.php:
|
102 |
msgid "Enjoy the improved SEO of your website."
|
103 |
msgstr "Наслаждайтесь улучшенным SEO вашего веб-сайта."
|
104 |
|
105 |
-
#: inc/php/page.php:
|
106 |
msgid "It's that simple!"
|
107 |
msgstr "Вот так просто!"
|
108 |
|
109 |
-
#: inc/php/page.php:
|
110 |
msgid "Note!"
|
111 |
msgstr "Примечание!"
|
112 |
|
113 |
-
#: inc/php/page.php:
|
114 |
msgid "If you want more options then tell me and I will be happy to add it."
|
115 |
msgstr ""
|
116 |
"Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
|
117 |
"добавить их."
|
118 |
|
119 |
-
#: inc/php/page.php:
|
120 |
msgid "Frequently Asked Questions"
|
121 |
msgstr "Часто задаваемые вопросы"
|
122 |
|
123 |
-
#: inc/php/page.php:
|
124 |
msgid ""
|
125 |
"If you have a question, please read the Frequently Asked Questions below to "
|
126 |
"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 "Этот плагин будет работать на моем сайте WordPress.COM?"
|
132 |
|
133 |
-
#: inc/php/page.php:
|
134 |
msgid ""
|
135 |
"Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
|
136 |
"websites."
|
@@ -138,17 +141,17 @@ msgstr ""
|
|
138 |
"К сожалению, этот плагин доступен для использования только на самостоятельно "
|
139 |
"размещённых веб-сайтах (WordPress.ORG)."
|
140 |
|
141 |
-
#: inc/php/page.php:
|
142 |
msgid "Can I use this plugin on my language?"
|
143 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
msgid ""
|
147 |
"Yes. This plugin is ready for translation and has already been translated "
|
148 |
"into several languages."
|
149 |
msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
|
150 |
|
151 |
-
#: inc/php/page.php:
|
152 |
#, php-format
|
153 |
msgid ""
|
154 |
"If you want to help translate this plugin then please visit the %s. You can "
|
@@ -162,13 +165,13 @@ msgstr ""
|
|
162 |
"папку «languages», чтобы создать PO файл перевода. Просто отправьте мне файл "
|
163 |
"PO на %s и Я включу этот перевод в следующее обновление плагина."
|
164 |
|
165 |
-
#: inc/php/page.php:
|
166 |
msgid ""
|
167 |
"Maybe not all existed translations are up to date. You are welcome to "
|
168 |
"contribute corrections!"
|
169 |
msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
|
170 |
|
171 |
-
#: inc/php/page.php:
|
172 |
msgid ""
|
173 |
"Many of plugin users would be delighted if you share your translation with "
|
174 |
"the community. Thanks for your contribution!"
|
@@ -176,11 +179,11 @@ msgstr ""
|
|
176 |
"Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
|
177 |
"с сообществом. Спасибо за ваш вклад!"
|
178 |
|
179 |
-
#: inc/php/page.php:
|
180 |
msgid "How does it work?"
|
181 |
msgstr "Как это работает?"
|
182 |
|
183 |
-
#: inc/php/page.php:
|
184 |
msgid ""
|
185 |
"On the \"Settings\" tab, fill in the required fields, select the desired "
|
186 |
"settings and click the \"Save changes\" button. Enjoy the improved SEO of "
|
@@ -190,11 +193,11 @@ msgstr ""
|
|
190 |
"и нажмите кнопку «Сохранить изменения». Наслаждайтесь улучшенным SEO вашего "
|
191 |
"веб-сайта. Это так просто!"
|
192 |
|
193 |
-
#: inc/php/page.php:
|
194 |
msgid "How much of description I can enter in the text field?"
|
195 |
msgstr "Сколько описаний я могу ввести в текстовое поле?"
|
196 |
|
197 |
-
#: inc/php/page.php:
|
198 |
msgid ""
|
199 |
"I don't limit the number of characters, but most search engines use a "
|
200 |
"maximum of 160 chars for the home description."
|
@@ -202,19 +205,19 @@ msgstr ""
|
|
202 |
"Я не ограничиваю количество символов, но большинство поисковых систем "
|
203 |
"используют максимум 160 символов для description."
|
204 |
|
205 |
-
#: inc/php/page.php:
|
206 |
msgid "How much of keywords I can enter in the text field?"
|
207 |
msgstr "Сколько ключевых слов я могу ввести в текстовое поле?"
|
208 |
|
209 |
-
#: inc/php/page.php:
|
210 |
msgid "I don't limit the number of characters."
|
211 |
msgstr "Я не ограничиваю количество символов."
|
212 |
|
213 |
-
#: inc/php/page.php:
|
214 |
msgid "I can't get verify my website. What am I doing wrong?"
|
215 |
msgstr "Я не могу проверить свой сайт. Что я делаю не так?"
|
216 |
|
217 |
-
#: inc/php/page.php:
|
218 |
msgid ""
|
219 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
|
220 |
"SpecificFeeds) gives you is confusing as you only have to paste in the "
|
@@ -230,11 +233,11 @@ msgstr ""
|
|
230 |
"</code>). Так что просто вставьте серийный ключ в соответствующее поле, и вы "
|
231 |
"увидите сообщение «Success» в течение нескольких секунд."
|
232 |
|
233 |
-
#: inc/php/page.php:
|
234 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
235 |
msgstr "Как насчет совместимости с плагином \"All in One SEO Pack\"?"
|
236 |
|
237 |
-
#: inc/php/page.php:
|
238 |
msgid ""
|
239 |
"To make these plugins compatible you need to stick to one simple rule: do "
|
240 |
"not fill the same field in both plugins at once. Otherwise both plugins "
|
@@ -245,16 +248,16 @@ msgstr ""
|
|
245 |
"противном случае оба плагина выполняют свою работу, и вы получите дубликаты "
|
246 |
"действий, например:"
|
247 |
|
248 |
-
#: inc/php/page.php:
|
249 |
msgid ""
|
250 |
"In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
251 |
msgstr "В остальном «All Meta Tags» и «All in One SEO Pack» совместимы."
|
252 |
|
253 |
-
#: inc/php/page.php:
|
254 |
msgid "Does this plugin requires any modification of the theme?"
|
255 |
msgstr "Этот плагин требует изменения темы?"
|
256 |
|
257 |
-
#: inc/php/page.php:
|
258 |
msgid ""
|
259 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
260 |
"settings page."
|
@@ -262,11 +265,11 @@ msgstr ""
|
|
262 |
"Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
|
263 |
"плагина."
|
264 |
|
265 |
-
#: inc/php/page.php:
|
266 |
msgid "Does this require any knowledge of HTML or CSS?"
|
267 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
268 |
|
269 |
-
#: inc/php/page.php:
|
270 |
msgid ""
|
271 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or "
|
272 |
"CSS, using an easy-to-use plugin settings page."
|
@@ -274,11 +277,11 @@ msgstr ""
|
|
274 |
"Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
|
275 |
"помощью простой в использовании страницы настройки плагина."
|
276 |
|
277 |
-
#: inc/php/page.php:
|
278 |
msgid "It's not working. What could be wrong?"
|
279 |
msgstr "Оно не работает. Что может быть не так?"
|
280 |
|
281 |
-
#: inc/php/page.php:
|
282 |
msgid ""
|
283 |
"As with every plugin, it's possible that things don't work. The most common "
|
284 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
@@ -293,7 +296,7 @@ msgstr ""
|
|
293 |
"сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
|
294 |
"проблему."
|
295 |
|
296 |
-
#: inc/php/page.php:
|
297 |
msgid ""
|
298 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
299 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
@@ -306,7 +309,7 @@ msgstr ""
|
|
306 |
"больше информации, включая ссылку на ваш сайт, на котором можно увидеть "
|
307 |
"проблему."
|
308 |
|
309 |
-
#: inc/php/page.php:
|
310 |
msgid ""
|
311 |
"The last WordPress update is preventing me from editing my website that is "
|
312 |
"using this plugin. Why is this?"
|
@@ -314,7 +317,7 @@ msgstr ""
|
|
314 |
"Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
|
315 |
"который использует этот плагин. Почему так?"
|
316 |
|
317 |
-
#: inc/php/page.php:
|
318 |
msgid ""
|
319 |
"This plugin can not cause such problem. More likely, the problem are related "
|
320 |
"to the settings of the website. It could just be a cache, so please try to "
|
@@ -328,22 +331,22 @@ msgstr ""
|
|
328 |
"веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
|
329 |
"попробуйте повторно войти на сайт, это тоже может помочь."
|
330 |
|
331 |
-
#: inc/php/page.php:
|
332 |
msgid "Where to report bug if found?"
|
333 |
msgstr "Где можно сообщить об ошибке?"
|
334 |
|
335 |
-
#: inc/php/page.php:
|
336 |
#, php-format
|
337 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
338 |
msgstr ""
|
339 |
"Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
|
340 |
|
341 |
-
#: inc/php/page.php:
|
342 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
343 |
msgstr ""
|
344 |
"Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
345 |
|
346 |
-
#: inc/php/page.php:
|
347 |
#, php-format
|
348 |
msgid ""
|
349 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
@@ -351,11 +354,11 @@ msgstr ""
|
|
351 |
"Любые предложения приветствуются! Пожалуйста, пришлите мне электронное "
|
352 |
"письмо на адрес %s. Спасибо!"
|
353 |
|
354 |
-
#: inc/php/page.php:
|
355 |
msgid "I love this plugin! Can I help somehow?"
|
356 |
msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
|
357 |
|
358 |
-
#: inc/php/page.php:
|
359 |
#, php-format
|
360 |
msgid ""
|
361 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
@@ -364,11 +367,11 @@ msgstr ""
|
|
364 |
"Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
|
365 |
"нажмите на кнопку пожертвования. Спасибо!"
|
366 |
|
367 |
-
#: inc/php/page.php:
|
368 |
msgid "My question wasn't answered here."
|
369 |
msgstr "Моего вопроса здесь нет."
|
370 |
|
371 |
-
#: inc/php/page.php:
|
372 |
#, php-format
|
373 |
msgid ""
|
374 |
"You can ask your question on the plugin support page %s. But please keep in "
|
@@ -379,11 +382,34 @@ msgstr ""
|
|
379 |
"виду, что этот плагин является бесплатным и без специальной поддержки, "
|
380 |
"поэтому у меня нет возможности ответить на все вопросы."
|
381 |
|
382 |
-
#: inc/php/page.php:
|
383 |
-
msgid "
|
384 |
-
msgstr "
|
|
|
|
|
|
|
|
|
385 |
|
386 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
msgid ""
|
388 |
"I spend a lot of time and effort trying to make sure that the themes, "
|
389 |
"plugins and other things I build are useful, and the ultimate proof of that "
|
@@ -399,11 +425,11 @@ msgstr ""
|
|
399 |
"вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
|
400 |
"создание программ для людей как вы."
|
401 |
|
402 |
-
#: inc/php/page.php:
|
403 |
-
msgid "
|
404 |
-
msgstr "
|
405 |
|
406 |
-
#: inc/php/page.php:
|
407 |
msgid "Thank you for your support!"
|
408 |
msgstr "Спасибо за вашу поддержку!"
|
409 |
|
@@ -636,6 +662,10 @@ msgstr ""
|
|
636 |
"Вы можете использовать ниже-расположенные опции для добавления мета тегов "
|
637 |
"таких как Author, Copyright и Keywords на каждую страницу вашего вебсайта."
|
638 |
|
|
|
|
|
|
|
|
|
639 |
#: inc/php/settings.php:171
|
640 |
msgid "Designer"
|
641 |
msgstr "Дизайнер"
|
@@ -738,6 +768,9 @@ msgstr "Артур Гарегинян"
|
|
738 |
msgid "https://www.arthurgareginyan.com"
|
739 |
msgstr "https://www.arthurgareginyan.com"
|
740 |
|
|
|
|
|
|
|
741 |
#~ msgid "Family"
|
742 |
#~ msgstr "Семья"
|
743 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All Meta Tags\n"
|
4 |
+
"POT-Creation-Date: 2017-09-15 14:25+0300\n"
|
5 |
+
"PO-Revision-Date: 2017-09-15 14:25+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 inc/php/page.php:43
|
25 |
msgid "Settings"
|
26 |
|