Version Description
- The HTTPS mixed content issue fixed by changing all links to HTTPS.
- Content of the "FAQ" section updated.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | All Meta Tags |
Version | 4.4.1 |
Comparing to | |
See all releases |
Code changes from version 4.4 to 4.4.1
- all-meta-tags.php +3 -3
- inc/css/admin.css +1 -1
- inc/js/admin.js +6 -6
- inc/php/messages.php +2 -2
- inc/php/page.php +12 -9
- languages/all-meta-tags-es_ES.mo +0 -0
- languages/all-meta-tags-es_ES.po +51 -43
- languages/all-meta-tags-es_MX.mo +0 -0
- languages/all-meta-tags-es_MX.po +55 -45
- languages/all-meta-tags-it_IT.mo +0 -0
- languages/all-meta-tags-it_IT.po +51 -43
- languages/all-meta-tags-ru_RU.mo +0 -0
- languages/all-meta-tags-ru_RU.po +57 -47
- languages/all-meta-tags.pot +49 -39
- readme.txt +27 -19
all-meta-tags.php
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
* Plugin URI: https://github.com/ArthurGareginyan/all-meta-tags
|
5 |
* Description: Easily and safely add your custom Meta Tags to WordPress website's header.
|
6 |
* Author: Arthur Gareginyan
|
7 |
-
* Author URI:
|
8 |
-
* Version: 4.4
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
-
* Copyright 2015-2017 Arthur Gareginyan ( website :
|
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
|
4 |
* Plugin URI: https://github.com/ArthurGareginyan/all-meta-tags
|
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.4.1
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
+
* Copyright 2015-2017 Arthur Gareginyan ( website : https://www.arthurgareginyan.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,7 +3,7 @@
|
|
3 |
*
|
4 |
* @package All Meta Tags
|
5 |
* @uthor Arthur Gareginyan
|
6 |
-
* @link
|
7 |
* @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
|
8 |
* @since 4.4
|
9 |
*/
|
3 |
*
|
4 |
* @package All Meta Tags
|
5 |
* @uthor Arthur Gareginyan
|
6 |
+
* @link https://www.arthurgareginyan.com
|
7 |
* @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
|
8 |
* @since 4.4
|
9 |
*/
|
inc/js/admin.js
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
*
|
4 |
* @package All Meta Tags
|
5 |
* @uthor Arthur Gareginyan
|
6 |
-
* @link
|
7 |
* @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
|
8 |
-
* @since 4.
|
9 |
*/
|
10 |
|
11 |
|
@@ -21,10 +21,10 @@ jQuery(document).ready(function($) {
|
|
21 |
}
|
22 |
|
23 |
// Dynamic content
|
24 |
-
$( ".include-tab-author" ).load( "
|
25 |
-
$( ".include-tab-support" ).load( "
|
26 |
-
$( ".include-tab-family" ).load( "
|
27 |
-
$( ".additional-css" ).load( "
|
28 |
|
29 |
// Add questions and answers into spoilers and color them in different colors
|
30 |
$(".panel-group .panel").each(function(i) {
|
3 |
*
|
4 |
* @package All Meta Tags
|
5 |
* @uthor Arthur Gareginyan
|
6 |
+
* @link https://www.arthurgareginyan.com
|
7 |
* @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
|
8 |
+
* @since 4.4.1
|
9 |
*/
|
10 |
|
11 |
|
21 |
}
|
22 |
|
23 |
// Dynamic content
|
24 |
+
$( ".include-tab-author" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-author" );
|
25 |
+
$( ".include-tab-support" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-support" );
|
26 |
+
$( ".include-tab-family" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-family" );
|
27 |
+
$( ".additional-css" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/styles.html" );
|
28 |
|
29 |
// Add questions and answers into spoilers and color them in different colors
|
30 |
$(".panel-group .panel").each(function(i) {
|
inc/php/messages.php
CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
10 |
/**
|
11 |
* Hello message - Bootstrap Modal
|
12 |
*
|
13 |
-
* @since 4.
|
14 |
*/
|
15 |
function allmetatags_hello_message() {
|
16 |
|
@@ -25,7 +25,7 @@ function allmetatags_hello_message() {
|
|
25 |
<div class="modal-dialog">
|
26 |
<div class="modal-content">
|
27 |
<div class="modal-body">
|
28 |
-
<img src="
|
29 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
30 |
<p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', ALLMT_TEXT ); ?></p>
|
31 |
<p><?php printf(
|
10 |
/**
|
11 |
* Hello message - Bootstrap Modal
|
12 |
*
|
13 |
+
* @since 4.4.1
|
14 |
*/
|
15 |
function allmetatags_hello_message() {
|
16 |
|
25 |
<div class="modal-dialog">
|
26 |
<div class="modal-content">
|
27 |
<div class="modal-body">
|
28 |
+
<img src="https://mycyberuniverse.com/public-files/images/Arthur.png">
|
29 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
30 |
<p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', ALLMT_TEXT ); ?></p>
|
31 |
<p><?php printf(
|
inc/php/page.php
CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
10 |
/**
|
11 |
* Render Settings Page
|
12 |
*
|
13 |
-
* @since 4.4
|
14 |
*/
|
15 |
function allmetatags_render_submenu_page() {
|
16 |
|
@@ -32,7 +32,7 @@ function allmetatags_render_submenu_page() {
|
|
32 |
<span>
|
33 |
<?php printf(
|
34 |
__( 'by %s Arthur Gareginyan %s', $text ),
|
35 |
-
'<a href="
|
36 |
'</a>'
|
37 |
);
|
38 |
?>
|
@@ -113,12 +113,15 @@ function allmetatags_render_submenu_page() {
|
|
113 |
<div class="answer-1"><?php _e( 'Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.', $text ); ?></div>
|
114 |
|
115 |
<div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
|
116 |
-
<div class="answer-2"><?php
|
117 |
-
|
118 |
-
|
119 |
-
|
|
|
|
|
120 |
?><br><br>
|
121 |
-
<?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text );
|
|
|
122 |
|
123 |
<div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
|
124 |
<div class="answer-3"><?php _e( 'On the "Settings" tab, fill in the required fields, select the desired settings and click the "Save changes" button. Enjoy the improved SEO of your website. It\'s that simple!', $text ); ?></div>
|
@@ -167,14 +170,14 @@ function allmetatags_render_submenu_page() {
|
|
167 |
<div class="question-13"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
|
168 |
<div class="answer-13"><?php printf(
|
169 |
__( 'Any suggestions are very welcome! Please send me an email to %s. Thank you!', $text ),
|
170 |
-
'<a href="mailto:arthurgareginyan@gmail.com?subject=Suggestions about the ' . $name . '">arthurgareginyan@gmail.com</a>'
|
171 |
);
|
172 |
?></div>
|
173 |
|
174 |
<div class="question-14"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
|
175 |
<div class="answer-14"><?php printf(
|
176 |
__( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', $text ),
|
177 |
-
'<a href="
|
178 |
'</a>'
|
179 |
);
|
180 |
?></div>
|
10 |
/**
|
11 |
* Render Settings Page
|
12 |
*
|
13 |
+
* @since 4.4.1
|
14 |
*/
|
15 |
function allmetatags_render_submenu_page() {
|
16 |
|
32 |
<span>
|
33 |
<?php printf(
|
34 |
__( 'by %s Arthur Gareginyan %s', $text ),
|
35 |
+
'<a href="https://www.arthurgareginyan.com" target="_blank">',
|
36 |
'</a>'
|
37 |
);
|
38 |
?>
|
113 |
<div class="answer-1"><?php _e( 'Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.', $text ); ?></div>
|
114 |
|
115 |
<div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
|
116 |
+
<div class="answer-2"><?php _e( 'Yes. This plugin is ready for translation and has already been translated into several languages.', $text ); ?><br><br>
|
117 |
+
<?php printf(
|
118 |
+
__( 'If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is included and placed in the "languages" folder, in order to create a translation PO file. Just send the PO file to me at the %s and I will include this translation within the next plugin update.', $text ),
|
119 |
+
'<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>',
|
120 |
+
'<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
|
121 |
+
);
|
122 |
?><br><br>
|
123 |
+
<?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?><br><br>
|
124 |
+
<?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
|
125 |
|
126 |
<div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
|
127 |
<div class="answer-3"><?php _e( 'On the "Settings" tab, fill in the required fields, select the desired settings and click the "Save changes" button. Enjoy the improved SEO of your website. It\'s that simple!', $text ); ?></div>
|
170 |
<div class="question-13"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
|
171 |
<div class="answer-13"><?php printf(
|
172 |
__( 'Any suggestions are very welcome! Please send me an email to %s. Thank you!', $text ),
|
173 |
+
'<a href="mailto:arthurgareginyan@gmail.com?subject=Suggestions about the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
|
174 |
);
|
175 |
?></div>
|
176 |
|
177 |
<div class="question-14"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
|
178 |
<div class="answer-14"><?php printf(
|
179 |
__( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', $text ),
|
180 |
+
'<a href="https://www.arthurgareginyan.com/donate.html" target="_blank">',
|
181 |
'</a>'
|
182 |
);
|
183 |
?></div>
|
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-06-
|
7 |
-
"PO-Revision-Date: 2017-06-
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: es\n"
|
@@ -63,11 +63,11 @@ msgstr "Uso"
|
|
63 |
msgid "F.A.Q."
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/php/page.php:50 inc/php/page.php:
|
67 |
msgid "Author"
|
68 |
msgstr "Autor"
|
69 |
|
70 |
-
#: inc/php/page.php:51 inc/php/page.php:
|
71 |
msgid "Support"
|
72 |
msgstr "Soporte"
|
73 |
|
@@ -131,53 +131,61 @@ msgstr ""
|
|
131 |
msgid "Can I use this plugin on my language?"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
135 |
#, php-format
|
136 |
msgid ""
|
137 |
-
"
|
138 |
-
"
|
139 |
-
"
|
140 |
-
"within the next plugin update. Many of plugin users would be delighted if you share your translation with "
|
141 |
-
"the community. Thanks for your contribution!"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: inc/php/page.php:
|
145 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
msgid "How does it work?"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/php/page.php:
|
153 |
msgid ""
|
154 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save "
|
155 |
"changes\" button. Enjoy the improved SEO of your website. It's that simple!"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: inc/php/page.php:
|
159 |
msgid "How much of description I can enter in the text field?"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
msgid ""
|
164 |
"I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
|
165 |
"description."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: inc/php/page.php:
|
169 |
msgid "How much of keywords I can enter in the text field?"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/page.php:
|
173 |
msgid "I don't limit the number of characters."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/page.php:
|
177 |
msgid "I can't get verify my website. What am I doing wrong?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/page.php:
|
181 |
msgid ""
|
182 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is "
|
183 |
"confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the "
|
@@ -185,43 +193,43 @@ msgid ""
|
|
185 |
"paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/page.php:
|
189 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/php/page.php:
|
193 |
msgid ""
|
194 |
"To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both "
|
195 |
"plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/php/page.php:
|
199 |
msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: inc/php/page.php:
|
203 |
msgid "Does this plugin requires any modification of the theme?"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: inc/php/page.php:
|
207 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: inc/php/page.php:
|
211 |
msgid "Does this require any knowledge of HTML or CSS?"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/php/page.php:
|
215 |
msgid ""
|
216 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
|
217 |
"settings page."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: inc/php/page.php:
|
221 |
msgid "It's not working. What could be wrong?"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: inc/php/page.php:
|
225 |
msgid ""
|
226 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web "
|
227 |
"browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to "
|
@@ -229,19 +237,19 @@ msgid ""
|
|
229 |
"may solve the problem."
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: inc/php/page.php:
|
233 |
msgid ""
|
234 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's "
|
235 |
"support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much "
|
236 |
"information as possible, including a link to your website where the problem can be seen."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid ""
|
241 |
"The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: inc/php/page.php:
|
245 |
msgid ""
|
246 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the website. "
|
247 |
"It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or "
|
@@ -249,40 +257,40 @@ msgid ""
|
|
249 |
"to the website, this too can help."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: inc/php/page.php:
|
253 |
msgid "Where to report bug if found?"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: inc/php/page.php:
|
257 |
#, php-format
|
258 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: inc/php/page.php:
|
262 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: inc/php/page.php:
|
266 |
#, php-format
|
267 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/php/page.php:
|
271 |
msgid "I love this plugin! Can I help somehow?"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/php/page.php:
|
275 |
#, php-format
|
276 |
msgid ""
|
277 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and "
|
278 |
"thank you!"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: inc/php/page.php:
|
282 |
msgid "My question wasn't answered here."
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: inc/php/page.php:
|
286 |
#, php-format
|
287 |
msgid ""
|
288 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, "
|
@@ -585,15 +593,15 @@ msgid "Arthur Gareginyan"
|
|
585 |
msgstr "Arthur Gareginyan"
|
586 |
|
587 |
#. Author URI of the plugin/theme
|
588 |
-
msgid "
|
589 |
-
msgstr "
|
590 |
|
591 |
#~ msgid "To use, enter your custom Meta Tags, then click \"Save changes\". It's that simple!"
|
592 |
#~ msgstr ""
|
593 |
#~ "Para usarlo, ingresa tus Meta Etiquetas personalizadas y haz clic en \"Guardar Cambios\". ¡Así de simple!"
|
594 |
|
595 |
-
#~ msgid "by <a href=\"
|
596 |
-
#~ msgstr "por <a href=\"
|
597 |
|
598 |
#~ msgid "Using"
|
599 |
#~ msgstr "Uso"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - All Meta Tags - Development (trunk)\n"
|
6 |
+
"POT-Creation-Date: 2017-06-21 14:12+0300\n"
|
7 |
+
"PO-Revision-Date: 2017-06-21 14:12+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: es\n"
|
63 |
msgid "F.A.Q."
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: inc/php/page.php:50 inc/php/page.php:200 inc/php/settings.php:194
|
67 |
msgid "Author"
|
68 |
msgstr "Autor"
|
69 |
|
70 |
+
#: inc/php/page.php:51 inc/php/page.php:209 inc/php/settings.php:28 inc/php/settings.php:242
|
71 |
msgid "Support"
|
72 |
msgstr "Soporte"
|
73 |
|
131 |
msgid "Can I use this plugin on my language?"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/php/page.php:116
|
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:118
|
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 "
|
142 |
+
"included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO "
|
143 |
+
"file to me at the %s and I will include this translation within the next plugin update."
|
|
|
|
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: inc/php/page.php:123
|
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:124
|
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:126
|
157 |
msgid "How does it work?"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/page.php:127
|
161 |
msgid ""
|
162 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save "
|
163 |
"changes\" button. Enjoy the improved SEO of your website. It's that simple!"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: inc/php/page.php:129
|
167 |
msgid "How much of description I can enter in the text field?"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: inc/php/page.php:130
|
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:132
|
177 |
msgid "How much of keywords I can enter in the text field?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/page.php:133
|
181 |
msgid "I don't limit the number of characters."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/page.php:135
|
185 |
msgid "I can't get verify my website. What am I doing wrong?"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/page.php:136
|
189 |
msgid ""
|
190 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is "
|
191 |
"confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the "
|
193 |
"paste that into the relevant field and you will see “Success” message appear within a few seconds."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/page.php:138
|
197 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:139
|
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:147
|
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:149
|
211 |
msgid "Does this plugin requires any modification of the theme?"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: inc/php/page.php:150
|
215 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/php/page.php:152
|
219 |
msgid "Does this require any knowledge of HTML or CSS?"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: inc/php/page.php:153
|
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:155
|
229 |
msgid "It's not working. What could be wrong?"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/php/page.php:156
|
233 |
msgid ""
|
234 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web "
|
235 |
"browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to "
|
237 |
"may solve the problem."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: inc/php/page.php:157
|
241 |
msgid ""
|
242 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's "
|
243 |
"support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much "
|
244 |
"information as possible, including a link to your website where the problem can be seen."
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: inc/php/page.php:159
|
248 |
msgid ""
|
249 |
"The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: inc/php/page.php:160
|
253 |
msgid ""
|
254 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the website. "
|
255 |
"It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or "
|
257 |
"to the website, this too can help."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: inc/php/page.php:162
|
261 |
msgid "Where to report bug if found?"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: inc/php/page.php:164
|
265 |
#, php-format
|
266 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: inc/php/page.php:170
|
270 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: inc/php/page.php:172
|
274 |
#, php-format
|
275 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: inc/php/page.php:177
|
279 |
msgid "I love this plugin! Can I help somehow?"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: inc/php/page.php:179
|
283 |
#, php-format
|
284 |
msgid ""
|
285 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and "
|
286 |
"thank you!"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: inc/php/page.php:185
|
290 |
msgid "My question wasn't answered here."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: inc/php/page.php:187
|
294 |
#, php-format
|
295 |
msgid ""
|
296 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, "
|
593 |
msgstr "Arthur Gareginyan"
|
594 |
|
595 |
#. Author URI of the plugin/theme
|
596 |
+
msgid "https://www.arthurgareginyan.com"
|
597 |
+
msgstr "https://www.arthurgareginyan.com"
|
598 |
|
599 |
#~ msgid "To use, enter your custom Meta Tags, then click \"Save changes\". It's that simple!"
|
600 |
#~ msgstr ""
|
601 |
#~ "Para usarlo, ingresa tus Meta Etiquetas personalizadas y haz clic en \"Guardar Cambios\". ¡Así de simple!"
|
602 |
|
603 |
+
#~ msgid "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
|
604 |
+
#~ msgstr "por <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
|
605 |
|
606 |
#~ msgid "Using"
|
607 |
#~ msgstr "Uso"
|
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-06-
|
6 |
-
"PO-Revision-Date: 2017-06-
|
7 |
"Last-Translator: Sergio <srg2010@yahoo.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: es_MX\n"
|
@@ -66,11 +66,11 @@ msgstr "Uso"
|
|
66 |
msgid "F.A.Q."
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: inc/php/page.php:50 inc/php/page.php:
|
70 |
msgid "Author"
|
71 |
msgstr "Autor"
|
72 |
|
73 |
-
#: inc/php/page.php:51 inc/php/page.php:
|
74 |
#: inc/php/settings.php:242
|
75 |
msgid "Support"
|
76 |
msgstr "Soporte"
|
@@ -139,58 +139,68 @@ msgstr ""
|
|
139 |
msgid "Can I use this plugin on my language?"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: inc/php/page.php:
|
143 |
-
#, php-format
|
144 |
msgid ""
|
145 |
"Yes. This plugin is ready for translation and has already been translated "
|
146 |
-
"into several languages.
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
"
|
|
|
|
|
|
|
|
|
|
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: inc/php/page.php:
|
155 |
msgid ""
|
156 |
"Maybe not all existed translations are up to date. You are welcome to "
|
157 |
"contribute corrections!"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
msgid "How does it work?"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: inc/php/page.php:
|
165 |
msgid ""
|
166 |
"On the \"Settings\" tab, fill in the required fields, select the desired "
|
167 |
"settings and click the \"Save changes\" button. Enjoy the improved SEO of "
|
168 |
"your website. It's that simple!"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: inc/php/page.php:
|
172 |
msgid "How much of description I can enter in the text field?"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: inc/php/page.php:
|
176 |
msgid ""
|
177 |
"I don't limit the number of characters, but most search engines use a "
|
178 |
"maximum of 160 chars for the home description."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/php/page.php:
|
182 |
msgid "How much of keywords I can enter in the text field?"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: inc/php/page.php:
|
186 |
msgid "I don't limit the number of characters."
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: inc/php/page.php:
|
190 |
msgid "I can't get verify my website. What am I doing wrong?"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: inc/php/page.php:
|
194 |
msgid ""
|
195 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
|
196 |
"SpecificFeeds) gives you is confusing as you only have to paste in the "
|
@@ -200,47 +210,47 @@ msgid ""
|
|
200 |
"“Success” message appear within a few seconds."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: inc/php/page.php:
|
204 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: inc/php/page.php:
|
208 |
msgid ""
|
209 |
"To make these plugins compatible you need to stick to one simple rule: do "
|
210 |
"not fill the same field in both plugins at once. Otherwise both plugins "
|
211 |
"fulfill their work and you will get a duplicate actions, for example:"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/php/page.php:
|
215 |
msgid ""
|
216 |
"In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: inc/php/page.php:
|
220 |
msgid "Does this plugin requires any modification of the theme?"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: inc/php/page.php:
|
224 |
msgid ""
|
225 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
226 |
"settings page."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: inc/php/page.php:
|
230 |
msgid "Does this require any knowledge of HTML or CSS?"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: inc/php/page.php:
|
234 |
msgid ""
|
235 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or "
|
236 |
"CSS, using an easy-to-use plugin settings page."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: inc/php/page.php:
|
240 |
msgid "It's not working. What could be wrong?"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid ""
|
245 |
"As with every plugin, it's possible that things don't work. The most common "
|
246 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
@@ -249,7 +259,7 @@ msgid ""
|
|
249 |
"browser's cache may solve the problem."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: inc/php/page.php:
|
253 |
msgid ""
|
254 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
255 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
@@ -257,13 +267,13 @@ msgid ""
|
|
257 |
"possible, including a link to your website where the problem can be seen."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: inc/php/page.php:
|
261 |
msgid ""
|
262 |
"The last WordPress update is preventing me from editing my website that is "
|
263 |
"using this plugin. Why is this?"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/php/page.php:
|
267 |
msgid ""
|
268 |
"This plugin can not cause such problem. More likely, the problem are related "
|
269 |
"to the settings of the website. It could just be a cache, so please try to "
|
@@ -272,41 +282,41 @@ msgid ""
|
|
272 |
"please try to re-login to the website, this too can help."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/page.php:
|
276 |
msgid "Where to report bug if found?"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
#, php-format
|
281 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: inc/php/page.php:
|
285 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: inc/php/page.php:
|
289 |
#, php-format
|
290 |
msgid ""
|
291 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/php/page.php:
|
295 |
msgid "I love this plugin! Can I help somehow?"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/php/page.php:
|
299 |
#, php-format
|
300 |
msgid ""
|
301 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
302 |
"click on the donate button, and thank you!"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: inc/php/page.php:
|
306 |
msgid "My question wasn't answered here."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: inc/php/page.php:
|
310 |
#, php-format
|
311 |
msgid ""
|
312 |
"You can ask your question on the plugin support page %s. But please keep in "
|
@@ -598,8 +608,8 @@ msgid "Arthur Gareginyan"
|
|
598 |
msgstr "Arthur Gareginyan"
|
599 |
|
600 |
#. Author URI of the plugin/theme
|
601 |
-
msgid "
|
602 |
-
msgstr "
|
603 |
|
604 |
#~ msgid ""
|
605 |
#~ "To use, enter your custom Meta Tags, then click \"Save changes\". It's "
|
@@ -609,10 +619,10 @@ msgstr "http://www.arthurgareginyan.com"
|
|
609 |
#~ "Cambios\". Es así de simple."
|
610 |
|
611 |
#~ msgid ""
|
612 |
-
#~ "by <a href=\"
|
613 |
#~ "Gareginyan</a>"
|
614 |
#~ msgstr ""
|
615 |
-
#~ "por <a href=\"
|
616 |
#~ "Gareginyan</a>"
|
617 |
|
618 |
#~ msgid "Using"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All Meta Tags\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-06-21 14:12+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-06-21 14:12+0300\n"
|
7 |
"Last-Translator: Sergio <srg2010@yahoo.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: es_MX\n"
|
66 |
msgid "F.A.Q."
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: inc/php/page.php:50 inc/php/page.php:200 inc/php/settings.php:194
|
70 |
msgid "Author"
|
71 |
msgstr "Autor"
|
72 |
|
73 |
+
#: inc/php/page.php:51 inc/php/page.php:209 inc/php/settings.php:28
|
74 |
#: inc/php/settings.php:242
|
75 |
msgid "Support"
|
76 |
msgstr "Soporte"
|
139 |
msgid "Can I use this plugin on my language?"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: inc/php/page.php:116
|
|
|
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:118
|
149 |
+
#, php-format
|
150 |
+
msgid ""
|
151 |
+
"If you want to help translate this plugin then please visit the %s. You can "
|
152 |
+
"also use the POT file, that is included and placed in the \"languages\" "
|
153 |
+
"folder, in order to create a translation PO file. Just send the PO file to "
|
154 |
+
"me at the %s and I will include this translation within the next plugin "
|
155 |
+
"update."
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: inc/php/page.php:123
|
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:124
|
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:126
|
171 |
msgid "How does it work?"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: inc/php/page.php:127
|
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:129
|
182 |
msgid "How much of description I can enter in the text field?"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: inc/php/page.php:130
|
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:132
|
192 |
msgid "How much of keywords I can enter in the text field?"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: inc/php/page.php:133
|
196 |
msgid "I don't limit the number of characters."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: inc/php/page.php:135
|
200 |
msgid "I can't get verify my website. What am I doing wrong?"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: inc/php/page.php:136
|
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 |
"“Success” message appear within a few seconds."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: inc/php/page.php:138
|
214 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: inc/php/page.php:139
|
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:147
|
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:149
|
230 |
msgid "Does this plugin requires any modification of the theme?"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: inc/php/page.php:150
|
234 |
msgid ""
|
235 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
236 |
"settings page."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: inc/php/page.php:152
|
240 |
msgid "Does this require any knowledge of HTML or CSS?"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: inc/php/page.php:153
|
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:155
|
250 |
msgid "It's not working. What could be wrong?"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: inc/php/page.php:156
|
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 |
"browser's cache may solve the problem."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/php/page.php:157
|
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 |
"possible, including a link to your website where the problem can be seen."
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/php/page.php:159
|
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:160
|
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 |
"please try to re-login to the website, this too can help."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: inc/php/page.php:162
|
286 |
msgid "Where to report bug if found?"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: inc/php/page.php:164
|
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:170
|
295 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: inc/php/page.php:172
|
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:177
|
305 |
msgid "I love this plugin! Can I help somehow?"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: inc/php/page.php:179
|
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:185
|
316 |
msgid "My question wasn't answered here."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: inc/php/page.php:187
|
320 |
#, php-format
|
321 |
msgid ""
|
322 |
"You can ask your question on the plugin support page %s. But please keep in "
|
608 |
msgstr "Arthur Gareginyan"
|
609 |
|
610 |
#. Author URI of the plugin/theme
|
611 |
+
msgid "https://www.arthurgareginyan.com"
|
612 |
+
msgstr "https://www.arthurgareginyan.com"
|
613 |
|
614 |
#~ msgid ""
|
615 |
#~ "To use, enter your custom Meta Tags, then click \"Save changes\". It's "
|
619 |
#~ "Cambios\". Es así de simple."
|
620 |
|
621 |
#~ msgid ""
|
622 |
+
#~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
623 |
#~ "Gareginyan</a>"
|
624 |
#~ msgstr ""
|
625 |
+
#~ "por <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
626 |
#~ "Gareginyan</a>"
|
627 |
|
628 |
#~ msgid "Using"
|
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-06-
|
7 |
-
"PO-Revision-Date: 2017-06-
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: it\n"
|
@@ -63,11 +63,11 @@ msgstr ""
|
|
63 |
msgid "F.A.Q."
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/php/page.php:50 inc/php/page.php:
|
67 |
msgid "Author"
|
68 |
msgstr "Autore"
|
69 |
|
70 |
-
#: inc/php/page.php:51 inc/php/page.php:
|
71 |
msgid "Support"
|
72 |
msgstr ""
|
73 |
|
@@ -131,53 +131,61 @@ msgstr ""
|
|
131 |
msgid "Can I use this plugin on my language?"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
135 |
#, php-format
|
136 |
msgid ""
|
137 |
-
"
|
138 |
-
"
|
139 |
-
"
|
140 |
-
"update. Many of plugin users would be delighted if you share your translation with the community. Thanks for "
|
141 |
-
"your contribution!"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: inc/php/page.php:
|
145 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
msgid "How does it work?"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/php/page.php:
|
153 |
msgid ""
|
154 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save changes\" "
|
155 |
"button. Enjoy the improved SEO of your website. It's that simple!"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: inc/php/page.php:
|
159 |
msgid "How much of description I can enter in the text field?"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: inc/php/page.php:
|
163 |
msgid ""
|
164 |
"I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
|
165 |
"description."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: inc/php/page.php:
|
169 |
msgid "How much of keywords I can enter in the text field?"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: inc/php/page.php:
|
173 |
msgid "I don't limit the number of characters."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/php/page.php:
|
177 |
msgid "I can't get verify my website. What am I doing wrong?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/php/page.php:
|
181 |
msgid ""
|
182 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing "
|
183 |
"as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag "
|
@@ -185,61 +193,61 @@ msgid ""
|
|
185 |
"the relevant field and you will see “Success” message appear within a few seconds."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: inc/php/page.php:
|
189 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: inc/php/page.php:
|
193 |
msgid ""
|
194 |
"To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both "
|
195 |
"plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/php/page.php:
|
199 |
msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: inc/php/page.php:
|
203 |
msgid "Does this plugin requires any modification of the theme?"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: inc/php/page.php:
|
207 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: inc/php/page.php:
|
211 |
msgid "Does this require any knowledge of HTML or CSS?"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/php/page.php:
|
215 |
msgid ""
|
216 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
|
217 |
"settings page."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: inc/php/page.php:
|
221 |
msgid "It's not working. What could be wrong?"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: inc/php/page.php:
|
225 |
msgid ""
|
226 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's "
|
227 |
"cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth "
|
228 |
"usage and server load. This is called the browser's cache. Clearing your browser's cache may solve the problem."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: inc/php/page.php:
|
232 |
msgid ""
|
233 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support "
|
234 |
"forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information "
|
235 |
"as possible, including a link to your website where the problem can be seen."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: inc/php/page.php:
|
239 |
msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: inc/php/page.php:
|
243 |
msgid ""
|
244 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It "
|
245 |
"could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some "
|
@@ -247,40 +255,40 @@ msgid ""
|
|
247 |
"website, this too can help."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/php/page.php:
|
251 |
msgid "Where to report bug if found?"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/php/page.php:
|
255 |
#, php-format
|
256 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: inc/php/page.php:
|
260 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: inc/php/page.php:
|
264 |
#, php-format
|
265 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: inc/php/page.php:
|
269 |
msgid "I love this plugin! Can I help somehow?"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: inc/php/page.php:
|
273 |
#, php-format
|
274 |
msgid ""
|
275 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank "
|
276 |
"you!"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
msgid "My question wasn't answered here."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: inc/php/page.php:
|
284 |
#, php-format
|
285 |
msgid ""
|
286 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and "
|
@@ -573,15 +581,15 @@ msgid "Arthur Gareginyan"
|
|
573 |
msgstr "Arthur Gareginyan"
|
574 |
|
575 |
#. Author URI of the plugin/theme
|
576 |
-
msgid "
|
577 |
-
msgstr "
|
578 |
|
579 |
#~ msgid "To use, enter your custom Meta Tags, then click \"Save changes\". It's that simple!"
|
580 |
#~ msgstr ""
|
581 |
#~ "Per l'utilizzo, inserisci i tuoi tag meta personalizzati, quindi fai clic su \"Salva modifiche\". Tutto qui!"
|
582 |
|
583 |
-
#~ msgid "by <a href=\"
|
584 |
-
#~ msgstr "di <a href=\"
|
585 |
|
586 |
#~ msgid "Using"
|
587 |
#~ msgstr "Utilizzo"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - All Meta Tags - Stable (latest release)\n"
|
6 |
+
"POT-Creation-Date: 2017-06-21 14:12+0300\n"
|
7 |
+
"PO-Revision-Date: 2017-06-21 14:12+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: it\n"
|
63 |
msgid "F.A.Q."
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: inc/php/page.php:50 inc/php/page.php:200 inc/php/settings.php:194
|
67 |
msgid "Author"
|
68 |
msgstr "Autore"
|
69 |
|
70 |
+
#: inc/php/page.php:51 inc/php/page.php:209 inc/php/settings.php:28 inc/php/settings.php:242
|
71 |
msgid "Support"
|
72 |
msgstr ""
|
73 |
|
131 |
msgid "Can I use this plugin on my language?"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/php/page.php:116
|
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:118
|
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 "
|
142 |
+
"included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file "
|
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:123
|
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:124
|
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:126
|
157 |
msgid "How does it work?"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/php/page.php:127
|
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:129
|
167 |
msgid "How much of description I can enter in the text field?"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: inc/php/page.php:130
|
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:132
|
177 |
msgid "How much of keywords I can enter in the text field?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/php/page.php:133
|
181 |
msgid "I don't limit the number of characters."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/php/page.php:135
|
185 |
msgid "I can't get verify my website. What am I doing wrong?"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/php/page.php:136
|
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 |
"the relevant field and you will see “Success” message appear within a few seconds."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/php/page.php:138
|
197 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:139
|
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:147
|
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:149
|
211 |
msgid "Does this plugin requires any modification of the theme?"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: inc/php/page.php:150
|
215 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/php/page.php:152
|
219 |
msgid "Does this require any knowledge of HTML or CSS?"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: inc/php/page.php:153
|
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:155
|
229 |
msgid "It's not working. What could be wrong?"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/php/page.php:156
|
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:157
|
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:159
|
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:160
|
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 |
"website, this too can help."
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: inc/php/page.php:162
|
259 |
msgid "Where to report bug if found?"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/php/page.php:164
|
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:170
|
268 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: inc/php/page.php:172
|
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:177
|
277 |
msgid "I love this plugin! Can I help somehow?"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:179
|
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:185
|
288 |
msgid "My question wasn't answered here."
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: inc/php/page.php:187
|
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 "
|
581 |
msgstr "Arthur Gareginyan"
|
582 |
|
583 |
#. Author URI of the plugin/theme
|
584 |
+
msgid "https://www.arthurgareginyan.com"
|
585 |
+
msgstr "https://www.arthurgareginyan.com"
|
586 |
|
587 |
#~ msgid "To use, enter your custom Meta Tags, then click \"Save changes\". It's that simple!"
|
588 |
#~ msgstr ""
|
589 |
#~ "Per l'utilizzo, inserisci i tuoi tag meta personalizzati, quindi fai clic su \"Salva modifiche\". Tutto qui!"
|
590 |
|
591 |
+
#~ msgid "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
|
592 |
+
#~ msgstr "di <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
|
593 |
|
594 |
#~ msgid "Using"
|
595 |
#~ msgstr "Utilizzo"
|
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-06-
|
5 |
-
"PO-Revision-Date: 2017-06-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
@@ -63,11 +63,11 @@ msgstr "Применение"
|
|
63 |
msgid "F.A.Q."
|
64 |
msgstr "F.A.Q."
|
65 |
|
66 |
-
#: inc/php/page.php:50 inc/php/page.php:
|
67 |
msgid "Author"
|
68 |
msgstr "Автор"
|
69 |
|
70 |
-
#: inc/php/page.php:51 inc/php/page.php:
|
71 |
#: inc/php/settings.php:242
|
72 |
msgid "Support"
|
73 |
msgstr "Поддержка"
|
@@ -142,29 +142,39 @@ msgstr ""
|
|
142 |
msgid "Can I use this plugin on my language?"
|
143 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
-
#, php-format
|
147 |
msgid ""
|
148 |
"Yes. This plugin is ready for translation and has already been translated "
|
149 |
-
"into several languages.
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
"
|
|
|
|
|
|
|
|
|
|
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: inc/php/page.php:
|
158 |
msgid ""
|
159 |
"Maybe not all existed translations are up to date. You are welcome to "
|
160 |
"contribute corrections!"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
msgid "How does it work?"
|
165 |
msgstr "Как оно работает?"
|
166 |
|
167 |
-
#: inc/php/page.php:
|
168 |
msgid ""
|
169 |
"On the \"Settings\" tab, fill in the required fields, select the desired "
|
170 |
"settings and click the \"Save changes\" button. Enjoy the improved SEO of "
|
@@ -174,29 +184,29 @@ msgstr ""
|
|
174 |
"и нажмите кнопку «Сохранить изменения». Наслаждайтесь улучшенным SEO вашего "
|
175 |
"веб-сайта. Это так просто!"
|
176 |
|
177 |
-
#: inc/php/page.php:
|
178 |
msgid "How much of description I can enter in the text field?"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/php/page.php:
|
182 |
msgid ""
|
183 |
"I don't limit the number of characters, but most search engines use a "
|
184 |
"maximum of 160 chars for the home description."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: inc/php/page.php:
|
188 |
msgid "How much of keywords I can enter in the text field?"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: inc/php/page.php:
|
192 |
msgid "I don't limit the number of characters."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: inc/php/page.php:
|
196 |
msgid "I can't get verify my website. What am I doing wrong?"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/php/page.php:
|
200 |
msgid ""
|
201 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
|
202 |
"SpecificFeeds) gives you is confusing as you only have to paste in the "
|
@@ -206,27 +216,27 @@ msgid ""
|
|
206 |
"“Success” message appear within a few seconds."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: inc/php/page.php:
|
210 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: inc/php/page.php:
|
214 |
msgid ""
|
215 |
"To make these plugins compatible you need to stick to one simple rule: do "
|
216 |
"not fill the same field in both plugins at once. Otherwise both plugins "
|
217 |
"fulfill their work and you will get a duplicate actions, for example:"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: inc/php/page.php:
|
221 |
msgid ""
|
222 |
"In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: inc/php/page.php:
|
226 |
msgid "Does this plugin requires any modification of the theme?"
|
227 |
msgstr "Этот плагин требует изменения темы?"
|
228 |
|
229 |
-
#: inc/php/page.php:
|
230 |
msgid ""
|
231 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
232 |
"settings page."
|
@@ -234,11 +244,11 @@ msgstr ""
|
|
234 |
"Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
|
235 |
"плагина."
|
236 |
|
237 |
-
#: inc/php/page.php:
|
238 |
msgid "Does this require any knowledge of HTML or CSS?"
|
239 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
240 |
|
241 |
-
#: inc/php/page.php:
|
242 |
msgid ""
|
243 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or "
|
244 |
"CSS, using an easy-to-use plugin settings page."
|
@@ -246,11 +256,11 @@ msgstr ""
|
|
246 |
"Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
|
247 |
"помощью простой в использовании страницы настройки плагина."
|
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 +269,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 +277,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,43 +292,43 @@ 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 |
"Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
|
294 |
|
295 |
-
#: inc/php/page.php:
|
296 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
297 |
msgstr ""
|
298 |
"Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
299 |
|
300 |
-
#: inc/php/page.php:
|
301 |
#, php-format
|
302 |
msgid ""
|
303 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: inc/php/page.php:
|
307 |
msgid "I love this plugin! Can I help somehow?"
|
308 |
msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
|
309 |
|
310 |
-
#: inc/php/page.php:
|
311 |
#, php-format
|
312 |
msgid ""
|
313 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
314 |
"click on the donate button, and thank you!"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: inc/php/page.php:
|
318 |
msgid "My question wasn't answered here."
|
319 |
msgstr "Моего вопроса здесь нет."
|
320 |
|
321 |
-
#: inc/php/page.php:
|
322 |
#, php-format
|
323 |
msgid ""
|
324 |
"You can ask your question on the plugin support page %s. But please keep in "
|
@@ -644,8 +654,8 @@ msgid "Arthur Gareginyan"
|
|
644 |
msgstr "Артур Гарегинян"
|
645 |
|
646 |
#. Author URI of the plugin/theme
|
647 |
-
msgid "
|
648 |
-
msgstr "
|
649 |
|
650 |
#~ msgid "You can contact me by email %s"
|
651 |
#~ msgstr "Вы можете связаться со мной по электронной почте %s"
|
@@ -676,10 +686,10 @@ msgstr "http://www.arthurgareginyan.com"
|
|
676 |
#~ "com/arthur.gareginyan"
|
677 |
|
678 |
#~ msgid ""
|
679 |
-
#~ "by <a href=\"
|
680 |
#~ "Gareginyan</a>"
|
681 |
#~ msgstr ""
|
682 |
-
#~ "от <a href=\"
|
683 |
#~ "Гарегинян</a>"
|
684 |
|
685 |
#~ msgid "Using"
|
@@ -702,10 +712,10 @@ msgstr "http://www.arthurgareginyan.com"
|
|
702 |
#~ msgstr "Реклама"
|
703 |
|
704 |
#~ msgid ""
|
705 |
-
#~ "by <a href=\"
|
706 |
#~ "\"Berserkr\" Gareginyan</a>"
|
707 |
#~ msgstr ""
|
708 |
-
#~ "от <a href=\"
|
709 |
#~ "\"Berserkr\" Гарегинян</a>"
|
710 |
|
711 |
#~ msgid ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All Meta Tags\n"
|
4 |
+
"POT-Creation-Date: 2017-06-21 14:12+0300\n"
|
5 |
+
"PO-Revision-Date: 2017-06-21 14:12+0300\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
63 |
msgid "F.A.Q."
|
64 |
msgstr "F.A.Q."
|
65 |
|
66 |
+
#: inc/php/page.php:50 inc/php/page.php:200 inc/php/settings.php:194
|
67 |
msgid "Author"
|
68 |
msgstr "Автор"
|
69 |
|
70 |
+
#: inc/php/page.php:51 inc/php/page.php:209 inc/php/settings.php:28
|
71 |
#: inc/php/settings.php:242
|
72 |
msgid "Support"
|
73 |
msgstr "Поддержка"
|
142 |
msgid "Can I use this plugin on my language?"
|
143 |
msgstr "Можно ли использовать этот плагин на моём языке?"
|
144 |
|
145 |
+
#: inc/php/page.php:116
|
|
|
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:118
|
152 |
+
#, php-format
|
153 |
+
msgid ""
|
154 |
+
"If you want to help translate this plugin then please visit the %s. You can "
|
155 |
+
"also use the POT file, that is included and placed in the \"languages\" "
|
156 |
+
"folder, in order to create a translation PO file. Just send the PO file to "
|
157 |
+
"me at the %s and I will include this translation within the next plugin "
|
158 |
+
"update."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: inc/php/page.php:123
|
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:124
|
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:126
|
174 |
msgid "How does it work?"
|
175 |
msgstr "Как оно работает?"
|
176 |
|
177 |
+
#: inc/php/page.php:127
|
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 "
|
184 |
"и нажмите кнопку «Сохранить изменения». Наслаждайтесь улучшенным SEO вашего "
|
185 |
"веб-сайта. Это так просто!"
|
186 |
|
187 |
+
#: inc/php/page.php:129
|
188 |
msgid "How much of description I can enter in the text field?"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: inc/php/page.php:130
|
192 |
msgid ""
|
193 |
"I don't limit the number of characters, but most search engines use a "
|
194 |
"maximum of 160 chars for the home description."
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: inc/php/page.php:132
|
198 |
msgid "How much of keywords I can enter in the text field?"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: inc/php/page.php:133
|
202 |
msgid "I don't limit the number of characters."
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: inc/php/page.php:135
|
206 |
msgid "I can't get verify my website. What am I doing wrong?"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: inc/php/page.php:136
|
210 |
msgid ""
|
211 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
|
212 |
"SpecificFeeds) gives you is confusing as you only have to paste in the "
|
216 |
"“Success” message appear within a few seconds."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: inc/php/page.php:138
|
220 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: inc/php/page.php:139
|
224 |
msgid ""
|
225 |
"To make these plugins compatible you need to stick to one simple rule: do "
|
226 |
"not fill the same field in both plugins at once. Otherwise both plugins "
|
227 |
"fulfill their work and you will get a duplicate actions, for example:"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: inc/php/page.php:147
|
231 |
msgid ""
|
232 |
"In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: inc/php/page.php:149
|
236 |
msgid "Does this plugin requires any modification of the theme?"
|
237 |
msgstr "Этот плагин требует изменения темы?"
|
238 |
|
239 |
+
#: inc/php/page.php:150
|
240 |
msgid ""
|
241 |
"Absolutely not. This plugin is configurable entirely from the plugin "
|
242 |
"settings page."
|
244 |
"Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
|
245 |
"плагина."
|
246 |
|
247 |
+
#: inc/php/page.php:152
|
248 |
msgid "Does this require any knowledge of HTML or CSS?"
|
249 |
msgstr "Требуются ли какие-либо знания HTML или CSS?"
|
250 |
|
251 |
+
#: inc/php/page.php:153
|
252 |
msgid ""
|
253 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or "
|
254 |
"CSS, using an easy-to-use plugin settings page."
|
256 |
"Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
|
257 |
"помощью простой в использовании страницы настройки плагина."
|
258 |
|
259 |
+
#: inc/php/page.php:155
|
260 |
msgid "It's not working. What could be wrong?"
|
261 |
msgstr "Оно не работает. Что может быть не так?"
|
262 |
|
263 |
+
#: inc/php/page.php:156
|
264 |
msgid ""
|
265 |
"As with every plugin, it's possible that things don't work. The most common "
|
266 |
"reason for this is a web browser's cache. Every web browser stores a cache "
|
269 |
"browser's cache may solve the problem."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: inc/php/page.php:157
|
273 |
msgid ""
|
274 |
"It's impossible to tell what could be wrong exactly, but if you post a "
|
275 |
"support request in the plugin's support forum on WordPress.org, I'd be happy "
|
277 |
"possible, including a link to your website where the problem can be seen."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:159
|
281 |
msgid ""
|
282 |
"The last WordPress update is preventing me from editing my website that is "
|
283 |
"using this plugin. Why is this?"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: inc/php/page.php:160
|
287 |
msgid ""
|
288 |
"This plugin can not cause such problem. More likely, the problem are related "
|
289 |
"to the settings of the website. It could just be a cache, so please try to "
|
292 |
"please try to re-login to the website, this too can help."
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: inc/php/page.php:162
|
296 |
msgid "Where to report bug if found?"
|
297 |
msgstr "Где можно сообщить об ошибке?"
|
298 |
|
299 |
+
#: inc/php/page.php:164
|
300 |
#, php-format
|
301 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
302 |
msgstr ""
|
303 |
"Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
|
304 |
|
305 |
+
#: inc/php/page.php:170
|
306 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
307 |
msgstr ""
|
308 |
"Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
|
309 |
|
310 |
+
#: inc/php/page.php:172
|
311 |
#, php-format
|
312 |
msgid ""
|
313 |
"Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/php/page.php:177
|
317 |
msgid "I love this plugin! Can I help somehow?"
|
318 |
msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
|
319 |
|
320 |
+
#: inc/php/page.php:179
|
321 |
#, php-format
|
322 |
msgid ""
|
323 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, "
|
324 |
"click on the donate button, and thank you!"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: inc/php/page.php:185
|
328 |
msgid "My question wasn't answered here."
|
329 |
msgstr "Моего вопроса здесь нет."
|
330 |
|
331 |
+
#: inc/php/page.php:187
|
332 |
#, php-format
|
333 |
msgid ""
|
334 |
"You can ask your question on the plugin support page %s. But please keep in "
|
654 |
msgstr "Артур Гарегинян"
|
655 |
|
656 |
#. Author URI of the plugin/theme
|
657 |
+
msgid "https://www.arthurgareginyan.com"
|
658 |
+
msgstr "https://www.arthurgareginyan.com"
|
659 |
|
660 |
#~ msgid "You can contact me by email %s"
|
661 |
#~ msgstr "Вы можете связаться со мной по электронной почте %s"
|
686 |
#~ "com/arthur.gareginyan"
|
687 |
|
688 |
#~ msgid ""
|
689 |
+
#~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
690 |
#~ "Gareginyan</a>"
|
691 |
#~ msgstr ""
|
692 |
+
#~ "от <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Артур "
|
693 |
#~ "Гарегинян</a>"
|
694 |
|
695 |
#~ msgid "Using"
|
712 |
#~ msgstr "Реклама"
|
713 |
|
714 |
#~ msgid ""
|
715 |
+
#~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
716 |
#~ "\"Berserkr\" Gareginyan</a>"
|
717 |
#~ msgstr ""
|
718 |
+
#~ "от <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Артур "
|
719 |
#~ "\"Berserkr\" Гарегинян</a>"
|
720 |
|
721 |
#~ msgid ""
|
languages/all-meta-tags.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2017-06-
|
7 |
"PO-Revision-Date: 2015-10-28 13:57+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -62,11 +62,11 @@ msgstr ""
|
|
62 |
msgid "F.A.Q."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: inc/php/page.php:50 inc/php/page.php:
|
66 |
msgid "Author"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: inc/php/page.php:51 inc/php/page.php:
|
70 |
msgid "Support"
|
71 |
msgstr ""
|
72 |
|
@@ -132,53 +132,63 @@ msgstr ""
|
|
132 |
msgid "Can I use this plugin on my language?"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
136 |
#, php-format
|
137 |
msgid ""
|
138 |
-
"
|
139 |
-
"
|
140 |
-
"
|
141 |
-
"
|
142 |
-
"your translation with the community. Thanks for your contribution!"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: inc/php/page.php:
|
146 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: inc/php/page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
msgid "How does it work?"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: inc/php/page.php:
|
154 |
msgid ""
|
155 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the "
|
156 |
"\"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: inc/php/page.php:
|
160 |
msgid "How much of description I can enter in the text field?"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: inc/php/page.php:
|
164 |
msgid ""
|
165 |
"I don't limit the number of characters, but most search engines use a maximum of 160 chars for the "
|
166 |
"home description."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: inc/php/page.php:
|
170 |
msgid "How much of keywords I can enter in the text field?"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: inc/php/page.php:
|
174 |
msgid "I don't limit the number of characters."
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: inc/php/page.php:
|
178 |
msgid "I can't get verify my website. What am I doing wrong?"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: inc/php/page.php:
|
182 |
msgid ""
|
183 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you "
|
184 |
"is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) "
|
@@ -187,44 +197,44 @@ msgid ""
|
|
187 |
"a few seconds."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: inc/php/page.php:
|
191 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: inc/php/page.php:
|
195 |
msgid ""
|
196 |
"To make these plugins compatible you need to stick to one simple rule: do not fill the same field "
|
197 |
"in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate "
|
198 |
"actions, for example:"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: inc/php/page.php:
|
202 |
msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: inc/php/page.php:
|
206 |
msgid "Does this plugin requires any modification of the theme?"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: inc/php/page.php:
|
210 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: inc/php/page.php:
|
214 |
msgid "Does this require any knowledge of HTML or CSS?"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: inc/php/page.php:
|
218 |
msgid ""
|
219 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-"
|
220 |
"use plugin settings page."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: inc/php/page.php:
|
224 |
msgid "It's not working. What could be wrong?"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: inc/php/page.php:
|
228 |
msgid ""
|
229 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a "
|
230 |
"web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
|
@@ -232,7 +242,7 @@ msgid ""
|
|
232 |
"browser's cache may solve the problem."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: inc/php/page.php:
|
236 |
msgid ""
|
237 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the "
|
238 |
"plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
|
@@ -240,13 +250,13 @@ msgid ""
|
|
240 |
"seen."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: inc/php/page.php:
|
244 |
msgid ""
|
245 |
"The last WordPress update is preventing me from editing my website that is using this plugin. Why "
|
246 |
"is this?"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: inc/php/page.php:
|
250 |
msgid ""
|
251 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the "
|
252 |
"website. It could just be a cache, so please try to clear your website's cache (may be you using a "
|
@@ -254,40 +264,40 @@ msgid ""
|
|
254 |
"Also please try to re-login to the website, this too can help."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: inc/php/page.php:
|
258 |
msgid "Where to report bug if found?"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: inc/php/page.php:
|
262 |
#, php-format
|
263 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/php/page.php:
|
267 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/php/page.php:
|
271 |
#, php-format
|
272 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: inc/php/page.php:
|
276 |
msgid "I love this plugin! Can I help somehow?"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/php/page.php:
|
280 |
#, php-format
|
281 |
msgid ""
|
282 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
|
283 |
"button, and thank you!"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/php/page.php:
|
287 |
msgid "My question wasn't answered here."
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/php/page.php:
|
291 |
#, php-format
|
292 |
msgid ""
|
293 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin "
|
@@ -540,5 +550,5 @@ msgid "Arthur Gareginyan"
|
|
540 |
msgstr ""
|
541 |
|
542 |
#. Author URI of the plugin/theme
|
543 |
-
msgid "
|
544 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2017-06-21 14:12+0300\n"
|
7 |
"PO-Revision-Date: 2015-10-28 13:57+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
62 |
msgid "F.A.Q."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: inc/php/page.php:50 inc/php/page.php:200 inc/php/settings.php:194
|
66 |
msgid "Author"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: inc/php/page.php:51 inc/php/page.php:209 inc/php/settings.php:28 inc/php/settings.php:242
|
70 |
msgid "Support"
|
71 |
msgstr ""
|
72 |
|
132 |
msgid "Can I use this plugin on my language?"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: inc/php/page.php:116
|
136 |
+
msgid ""
|
137 |
+
"Yes. This plugin is ready for translation and has already been translated into several languages."
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: inc/php/page.php:118
|
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, "
|
144 |
+
"that is included and placed in the \"languages\" folder, in order to create a translation PO file. "
|
145 |
+
"Just send the PO file to me at the %s and I will include this translation within the next plugin "
|
146 |
+
"update."
|
|
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: inc/php/page.php:123
|
150 |
msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: inc/php/page.php:124
|
154 |
+
msgid ""
|
155 |
+
"Many of plugin users would be delighted if you share your translation with the community. Thanks "
|
156 |
+
"for your contribution!"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: inc/php/page.php:126
|
160 |
msgid "How does it work?"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: inc/php/page.php:127
|
164 |
msgid ""
|
165 |
"On the \"Settings\" tab, fill in the required fields, select the desired settings and click the "
|
166 |
"\"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: inc/php/page.php:129
|
170 |
msgid "How much of description I can enter in the text field?"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: inc/php/page.php:130
|
174 |
msgid ""
|
175 |
"I don't limit the number of characters, but most search engines use a maximum of 160 chars for the "
|
176 |
"home description."
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: inc/php/page.php:132
|
180 |
msgid "How much of keywords I can enter in the text field?"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: inc/php/page.php:133
|
184 |
msgid "I don't limit the number of characters."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: inc/php/page.php:135
|
188 |
msgid "I can't get verify my website. What am I doing wrong?"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: inc/php/page.php:136
|
192 |
msgid ""
|
193 |
"The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you "
|
194 |
"is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) "
|
197 |
"a few seconds."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/php/page.php:138
|
201 |
msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/php/page.php:139
|
205 |
msgid ""
|
206 |
"To make these plugins compatible you need to stick to one simple rule: do not fill the same field "
|
207 |
"in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate "
|
208 |
"actions, for example:"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: inc/php/page.php:147
|
212 |
msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: inc/php/page.php:149
|
216 |
msgid "Does this plugin requires any modification of the theme?"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: inc/php/page.php:150
|
220 |
msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: inc/php/page.php:152
|
224 |
msgid "Does this require any knowledge of HTML or CSS?"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: inc/php/page.php:153
|
228 |
msgid ""
|
229 |
"Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-"
|
230 |
"use plugin settings page."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: inc/php/page.php:155
|
234 |
msgid "It's not working. What could be wrong?"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: inc/php/page.php:156
|
238 |
msgid ""
|
239 |
"As with every plugin, it's possible that things don't work. The most common reason for this is a "
|
240 |
"web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
|
242 |
"browser's cache may solve the problem."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: inc/php/page.php:157
|
246 |
msgid ""
|
247 |
"It's impossible to tell what could be wrong exactly, but if you post a support request in the "
|
248 |
"plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
|
250 |
"seen."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: inc/php/page.php:159
|
254 |
msgid ""
|
255 |
"The last WordPress update is preventing me from editing my website that is using this plugin. Why "
|
256 |
"is this?"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: inc/php/page.php:160
|
260 |
msgid ""
|
261 |
"This plugin can not cause such problem. More likely, the problem are related to the settings of the "
|
262 |
"website. It could just be a cache, so please try to clear your website's cache (may be you using a "
|
264 |
"Also please try to re-login to the website, this too can help."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: inc/php/page.php:162
|
268 |
msgid "Where to report bug if found?"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: inc/php/page.php:164
|
272 |
#, php-format
|
273 |
msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: inc/php/page.php:170
|
277 |
msgid "Where to share any ideas or suggestions to make the plugin better?"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: inc/php/page.php:172
|
281 |
#, php-format
|
282 |
msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: inc/php/page.php:177
|
286 |
msgid "I love this plugin! Can I help somehow?"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: inc/php/page.php:179
|
290 |
#, php-format
|
291 |
msgid ""
|
292 |
"Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
|
293 |
"button, and thank you!"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: inc/php/page.php:185
|
297 |
msgid "My question wasn't answered here."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/php/page.php:187
|
301 |
#, php-format
|
302 |
msgid ""
|
303 |
"You can ask your question on the plugin support page %s. But please keep in mind that this plugin "
|
550 |
msgstr ""
|
551 |
|
552 |
#. Author URI of the plugin/theme
|
553 |
+
msgid "https://www.arthurgareginyan.com"
|
554 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,15 +4,16 @@ Tags: meta, tag,tags, custom, simple, plugin, twitter, facebook, g+, google, goo
|
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 4.4
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
Easily add your Meta Tags to the WordPress website's head section. This is a must have tool for authors and website owners.
|
12 |
|
13 |
|
14 |
-
== Description ==
|
15 |
-
|
|
|
16 |
|
17 |
No need anymore to editing a files of your theme or plugins in order to add meta tags. You can add they on plugins settings page. Just add your ID (the meta key "content" value from your verification code) or/and the URL to the social media profile of the publisher in the field on the plugin settings page and this plugin will do the rest for you. It adds required meta tags to the head section of your website automatically, without changing any of your themes file and without slowing down your website. It's really useful in case of any theme update, because your meta tags would never be lost! Your meta tags will keep on working, no matter how many times you upgrade or switch your theme and plugins.
|
18 |
|
@@ -22,7 +23,7 @@ Also you can use this plugin to add required meta tags such as Author, Designer,
|
|
22 |
|
23 |
If you want more options then tell me and I will be happy to add it.
|
24 |
|
25 |
-
|
26 |
|
27 |
* Lightweight and fast
|
28 |
* Secure code with using clear coding standards
|
@@ -62,7 +63,7 @@ If you want more options then tell me and I will be happy to add it.
|
|
62 |
* Meta tag with name="publisher"
|
63 |
* Meta tag with name="language"
|
64 |
|
65 |
-
|
66 |
|
67 |
This plugin is ready for translation and has already been translated into several languages.
|
68 |
|
@@ -72,20 +73,19 @@ This plugin is ready for translation and has already been translated into severa
|
|
72 |
* Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
|
73 |
* Italian (translation by Stefano Tombolini)
|
74 |
|
75 |
-
Maybe not all existed translations are up to date. You are welcome to contribute corrections!
|
76 |
-
|
77 |
If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/all-meta-tags).
|
78 |
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
|
87 |
|
88 |
== Installation ==
|
|
|
89 |
Install "All Meta Tags" just as you would any other WordPress Plugin.
|
90 |
|
91 |
Automatically via WordPress Admin Panel:
|
@@ -109,6 +109,7 @@ After installation and activation, the "`All Meta Tags`" menu item will appear
|
|
109 |
|
110 |
|
111 |
== Frequently Asked Questions ==
|
|
|
112 |
= Q. Will this plugin work on my WordPress.COM website? =
|
113 |
A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
|
114 |
|
@@ -161,16 +162,19 @@ A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurG
|
|
161 |
A. Any suggestions are very welcome! Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
|
162 |
|
163 |
= Q. I love this plugin! Can I help somehow? =
|
164 |
-
A. Yes, any financial contributions are welcome! Just visit [my website](
|
165 |
|
166 |
|
167 |
== Screenshots ==
|
|
|
168 |
1. Plugin page.
|
169 |
|
170 |
|
171 |
== Other Notes ==
|
|
|
|
|
172 |
|
173 |
-
"All Meta Tags" is one of the personal software projects of [Arthur Gareginyan](
|
174 |
|
175 |
**License**
|
176 |
|
@@ -179,18 +183,22 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
179 |
|
180 |
**Credits**
|
181 |
|
182 |
-
* The icon of plugin is a copyrighted image created by [Arthur Gareginyan](
|
183 |
-
* The banner of plugin is a copyrighted image created by [Arthur Gareginyan](
|
184 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
185 |
|
186 |
**Links**
|
187 |
|
188 |
-
* [Developer Website](
|
189 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
|
190 |
|
191 |
|
192 |
== Changelog ==
|
193 |
|
|
|
|
|
|
|
|
|
194 |
= 4.4 =
|
195 |
* On the plugin settings page, text of buttons are corrected.
|
196 |
* On the plugin settings page, the information about the plugin version number moved to header section.
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 4.4.1
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
Easily add your Meta Tags to the WordPress website's head section. This is a must have tool for authors and website owners.
|
12 |
|
13 |
|
14 |
+
== Description ==
|
15 |
+
|
16 |
+
An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily add your Meta Tags to the head section of your website.
|
17 |
|
18 |
No need anymore to editing a files of your theme or plugins in order to add meta tags. You can add they on plugins settings page. Just add your ID (the meta key "content" value from your verification code) or/and the URL to the social media profile of the publisher in the field on the plugin settings page and this plugin will do the rest for you. It adds required meta tags to the head section of your website automatically, without changing any of your themes file and without slowing down your website. It's really useful in case of any theme update, because your meta tags would never be lost! Your meta tags will keep on working, no matter how many times you upgrade or switch your theme and plugins.
|
19 |
|
23 |
|
24 |
If you want more options then tell me and I will be happy to add it.
|
25 |
|
26 |
+
**Features**
|
27 |
|
28 |
* Lightweight and fast
|
29 |
* Secure code with using clear coding standards
|
63 |
* Meta tag with name="publisher"
|
64 |
* Meta tag with name="language"
|
65 |
|
66 |
+
**Translation**
|
67 |
|
68 |
This plugin is ready for translation and has already been translated into several languages.
|
69 |
|
73 |
* Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
|
74 |
* Italian (translation by Stefano Tombolini)
|
75 |
|
|
|
|
|
76 |
If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/all-meta-tags).
|
77 |
|
78 |
+
**Contribution**
|
79 |
+
|
80 |
+
Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
|
81 |
+
|
82 |
+
* [Donate](https://www.arthurgareginyan.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
|
83 |
+
* [Rate and Review](https://wordpress.org/support/view/plugin-reviews/all-meta-tags?rate=5#postform) this plugin.
|
84 |
+
* [Share with me](mailto:arthurgareginyan@gmail.com) or view the [GitHub Repo](https://github.com/ArthurGareginyan/all-meta-tags) if you have any ideas or suggestions to make this plugin better.
|
85 |
|
86 |
|
87 |
== Installation ==
|
88 |
+
|
89 |
Install "All Meta Tags" just as you would any other WordPress Plugin.
|
90 |
|
91 |
Automatically via WordPress Admin Panel:
|
109 |
|
110 |
|
111 |
== Frequently Asked Questions ==
|
112 |
+
|
113 |
= Q. Will this plugin work on my WordPress.COM website? =
|
114 |
A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
|
115 |
|
162 |
A. Any suggestions are very welcome! Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
|
163 |
|
164 |
= Q. I love this plugin! Can I help somehow? =
|
165 |
+
A. Yes, any financial contributions are welcome! Just visit [my website](https://www.arthurgareginyan.com/donate.html), click on the donate button, and thank you!
|
166 |
|
167 |
|
168 |
== Screenshots ==
|
169 |
+
|
170 |
1. Plugin page.
|
171 |
|
172 |
|
173 |
== Other Notes ==
|
174 |
+
|
175 |
+
****
|
176 |
|
177 |
+
"All Meta Tags" is one of the personal software projects of [Arthur Gareginyan](https://www.arthurgareginyan.com).
|
178 |
|
179 |
**License**
|
180 |
|
183 |
|
184 |
**Credits**
|
185 |
|
186 |
+
* The icon of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
|
187 |
+
* The banner of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
|
188 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
189 |
|
190 |
**Links**
|
191 |
|
192 |
+
* [Developer Website](https://www.arthurgareginyan.com)
|
193 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
|
194 |
|
195 |
|
196 |
== Changelog ==
|
197 |
|
198 |
+
= 4.4.1 =
|
199 |
+
* The HTTPS mixed content issue fixed by changing all links to HTTPS.
|
200 |
+
* Content of the "FAQ" section updated.
|
201 |
+
|
202 |
= 4.4 =
|
203 |
* On the plugin settings page, text of buttons are corrected.
|
204 |
* On the plugin settings page, the information about the plugin version number moved to header section.
|