All Meta Tags - Version 4.14

Version Description

  • Texts updated.
  • The year in the copyright text is updated.
  • The sidebar items are rearranged.
  • Translation files updated.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 All Meta Tags
Version 4.14
Comparing to
See all releases

Code changes from version 4.13 to 4.14

all-meta-tags.php CHANGED
@@ -5,12 +5,12 @@
5
  * Description: Easily and safely add your custom Meta Tags to WordPress website's header.
6
  * Author: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
- * Version: 4.13
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
12
  *
13
- * Copyright 2015-2017 Space X-Chimp Studio ( website : https://www.spacexchimp.com )
14
  *
15
  * This plugin is free software: you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
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.14
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
12
  *
13
+ * Copyright 2015-2018 Space X-Chimp ( website : https://www.spacexchimp.com )
14
  *
15
  * This plugin is free software: you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
inc/css/admin.css CHANGED
@@ -4,7 +4,7 @@
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
- * @copyright Copyright (c) 2016-2017 Space X-Chimp Studio. All Rights Reserved.
8
  */
9
 
10
 
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
+ * @copyright Copyright (c) 2016-2018 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
inc/img/avatar.png DELETED
Binary file
inc/img/spacexchimp-logo.png ADDED
Binary file
inc/js/admin.js CHANGED
@@ -4,7 +4,7 @@
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
- * @copyright Copyright (c) 2016-2017 Space X-Chimp Studio. All Rights Reserved.
8
  */
9
 
10
 
4
  * @package All Meta Tags
5
  * @author Arthur Gareginyan
6
  * @link https://www.spacexchimp.com
7
+ * @copyright Copyright (c) 2016-2018 Space X-Chimp. All Rights Reserved.
8
  */
9
 
10
 
inc/php/core.php CHANGED
@@ -82,7 +82,7 @@ function spacexchimp_p004_admin_footer_text() {
82
  // Filter footer text
83
  function spacexchimp_p004_new_admin_footer_text() {
84
  $year = date('Y');
85
- return "Copyright &copy; " . $year . " <a href='https://www.spacexchimp.com' target='_blank'>Space X-Chimp</a> Studio | Click <a href='https://www.spacexchimp.com/store.html' target='_blank'>here</a> to see my other products.";
86
  }
87
  add_filter( 'admin_footer_text', 'spacexchimp_p004_new_admin_footer_text', 11 );
88
  }
82
  // Filter footer text
83
  function spacexchimp_p004_new_admin_footer_text() {
84
  $year = date('Y');
85
+ return "Copyright &copy; " . $year . " <a href='https://www.spacexchimp.com' target='_blank'>Space X-Chimp</a> | Click <a href='https://www.spacexchimp.com/store.html' target='_blank'>here</a> to see our other products.";
86
  }
87
  add_filter( 'admin_footer_text', 'spacexchimp_p004_new_admin_footer_text', 11 );
88
  }
inc/php/functional.php CHANGED
@@ -161,8 +161,8 @@ function spacexchimp_p004_add_meta_tags() {
161
 
162
  // Add comment
163
  if ( count( $metatags_arr ) > 0 ) {
164
- array_unshift( $metatags_arr, "<!-- [BEGIN] Metadata added via All-Meta-Tags plugin by Space X-Chimp Studio ( https://www.spacexchimp.com ) -->" );
165
- array_push( $metatags_arr, "<!-- [END] Metadata added via All-Meta-Tags plugin by Space X-Chimp Studio ( https://www.spacexchimp.com ) -->" );
166
  }
167
 
168
  // Return the content of array
161
 
162
  // Add comment
163
  if ( count( $metatags_arr ) > 0 ) {
164
+ array_unshift( $metatags_arr, "<!-- [BEGIN] Metadata added via All-Meta-Tags plugin by Space X-Chimp ( https://www.spacexchimp.com ) -->" );
165
+ array_push( $metatags_arr, "<!-- [END] Metadata added via All-Meta-Tags plugin by Space X-Chimp ( https://www.spacexchimp.com ) -->" );
166
  }
167
 
168
  // Return the content of array
inc/php/messages.php CHANGED
@@ -21,11 +21,11 @@ function spacexchimp_p004_hello_message() {
21
  <div class="modal-dialog">
22
  <div class="modal-content">
23
  <div class="modal-body">
24
- <img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/avatar.png'; ?>">
25
  <button type="button" class="close" data-dismiss="modal">&times;</button>
26
- <p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', SPACEXCHIMP_P004_TEXT ); ?></p>
27
  <p><?php printf(
28
- __( 'Thank you for installing my plugin! I hope you will love it! %s', SPACEXCHIMP_P004_TEXT ),
29
  '&#x1F603;'
30
  );
31
  ?></p>
21
  <div class="modal-dialog">
22
  <div class="modal-content">
23
  <div class="modal-body">
24
+ <img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/spacexchimp-logo.png'; ?>">
25
  <button type="button" class="close" data-dismiss="modal">&times;</button>
26
+ <p><?php _e( 'Hello. We are the team of Space X-Chimp.', SPACEXCHIMP_P004_TEXT ); ?></p>
27
  <p><?php printf(
28
+ __( 'Thank you for installing our plugin! We hope you will love it! %s', SPACEXCHIMP_P004_TEXT ),
29
  '&#x1F603;'
30
  );
31
  ?></p>
inc/php/page.php CHANGED
@@ -27,7 +27,7 @@ function spacexchimp_p004_render_submenu_page() {
27
  <?php echo $name; ?>
28
  <span>
29
  <?php printf(
30
- __( 'by %s Space X-Chimp Studio %s', $text ),
31
  '<a href="https://www.spacexchimp.com" target="_blank">',
32
  '</a>'
33
  );
@@ -70,7 +70,13 @@ function spacexchimp_p004_render_submenu_page() {
70
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
71
  <li><?php _e( 'Enjoy the improved SEO of your website.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
72
  </ol>
73
- <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php _e( 'If you want more options then tell me and I will be happy to add it.', $text ); ?></p>
 
 
 
 
 
 
74
  </div>
75
  </div>
76
  </div>
@@ -111,9 +117,9 @@ function spacexchimp_p004_render_submenu_page() {
111
  <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
112
  <div class="answer-2"><?php _e( 'Yes. This plugin is ready for translation and has already been translated into several languages.', $text ); ?><br><br>
113
  <?php printf(
114
- __( '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 ),
115
- '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>',
116
- '<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
117
  );
118
  ?><br><br>
119
  <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?><br><br>
@@ -123,21 +129,21 @@ function spacexchimp_p004_render_submenu_page() {
123
  <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>
124
 
125
  <div class="question-4"><?php _e( 'How much of description I can enter in the text field?', $text ); ?></div>
126
- <div class="answer-4"><?php _e( 'I don\'t limit the number of characters, but most search engines use a maximum of 160 chars for the home description.', $text ); ?></div>
127
 
128
  <div class="question-5"><?php _e( 'How much of keywords I can enter in the text field?', $text ); ?></div>
129
- <div class="answer-5"><?php _e( 'I don\'t limit the number of characters.', $text ); ?></div>
130
 
131
- <div class="question-6 question-red"><?php _e( 'I can\'t get verify my website. What am I doing wrong?', $text ); ?></div>
132
  <div class="answer-6"><?php _e( 'The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code>&lt;meta name="google-site-verification" content=“1234567890” /&gt;</code>). So just paste that into the relevant field and you will see “Success” message appear within a few seconds.', $text ); ?></div>
133
 
134
  <div class="question-7"><?php _e( 'What about compatibility with plugin "All in One SEO Pack"?', $text ); ?></div>
135
  <div class="answer-7"><?php _e( 'To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:', $text ); ?>
136
  <pre><code>&lt;head&gt;
137
  ...
138
- &lt;meta name="copyright" content="Copyright (c) 2013-2017 Space X-Chimp Studio. All Rights Reserved."&gt;
139
  ...
140
- &lt;meta name="copyright" content="Copyright 2017 Space X-Chimp Studio. All Rights Reserved."&gt;
141
  ...
142
  &lt;/head&gt;</code></pre>
143
  <?php _e( 'In the rest, the "All Meta Tags" and "All in One SEO Pack" is compatible.', $text ); ?></div>
@@ -150,29 +156,30 @@ function spacexchimp_p004_render_submenu_page() {
150
 
151
  <div class="question-10 question-red"><?php _e( 'It\'s not working. What could be wrong?', $text ); ?></div>
152
  <div class="answer-10"><?php _e( 'As with every plugin, it\'s possible that things don\'t work. The most common reason for this is a web browser\'s cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser\'s cache.​ Clearing your browser\'s cache may solve the problem.', $text ); ?><br><br>
153
- <?php _e( 'It\'s impossible to tell what could be wrong exactly, but if you post a support request in the plugin\'s support forum on WordPress.org, I\'d be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?></div>
154
 
155
- <div class="question-11 question-red"><?php _e( 'The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?', $text ); ?></div>
156
  <div class="answer-11"><?php _e( 'This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website\'s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.', $text ); ?></div>
157
 
158
  <div class="question-12 question-red"><?php _e( 'Where to report bug if found?', $text ); ?></div>
159
  <div class="answer-12"><?php printf(
160
- __( 'Please visit the %s Dedicated Plugin Page on GitHub %s and report.', $text ),
161
- '<a href="https://github.com/ArthurGareginyan/' . $slug . '" target="_blank">',
162
  '</a>'
163
  );
164
  ?></div>
165
 
166
  <div class="question-13"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
167
  <div class="answer-13"><?php printf(
168
- __( 'Any suggestions are very welcome! Please send me an email to %s. Thank you!', $text ),
169
- '<a href="mailto:arthurgareginyan@gmail.com?subject=Suggestions about the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
 
170
  );
171
  ?></div>
172
 
173
  <div class="question-14"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
174
  <div class="answer-14"><?php printf(
175
- __( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', $text ),
176
  '<a href="https://www.arthurgareginyan.com/donate.html" target="_blank">',
177
  '</a>'
178
  );
@@ -180,8 +187,9 @@ function spacexchimp_p004_render_submenu_page() {
180
 
181
  <div class="question-15"><?php _e( 'My question wasn\'t answered here.', $text ); ?></div>
182
  <div class="answer-15"><?php printf(
183
- __( 'You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and there is no a special support team, so I have no way to answer everyone.', $text ),
184
- '<a href="https://wordpress.org/support/plugin/' . $slug . '/" target="_blank">here</a>'
 
185
  );
186
  ?></div>
187
 
@@ -206,7 +214,7 @@ function spacexchimp_p004_render_submenu_page() {
206
  </span>
207
  <p><?php
208
  printf(
209
- __( 'Hello! My name is %s Arthur Gareginyan %s and I\'m the founder of %s Space X-Chimp Studio %s.', $text ),
210
  '<a href="https://www.arthurgareginyan.com" target="_blank">',
211
  '</a>',
212
  '<a href="https://www.spacexchimp.com" target="_blank">',
27
  <?php echo $name; ?>
28
  <span>
29
  <?php printf(
30
+ __( 'by %s Space X-Chimp %s', $text ),
31
  '<a href="https://www.spacexchimp.com" target="_blank">',
32
  '</a>'
33
  );
70
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
71
  <li><?php _e( 'Enjoy the improved SEO of your website.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
72
  </ol>
73
+ <p class="note"><b><?php _e( 'Note!', $text ); ?></b> <?php printf(
74
+ __( 'If you want more options then %s tell us %s and we will be happy to add it.', $text ),
75
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
76
+ '</a>'
77
+ );
78
+ ?>
79
+ </p>
80
  </div>
81
  </div>
82
  </div>
117
  <div class="question-2"><?php _e( 'Can I use this plugin on my language?', $text ); ?></div>
118
  <div class="answer-2"><?php _e( 'Yes. This plugin is ready for translation and has already been translated into several languages.', $text ); ?><br><br>
119
  <?php printf(
120
+ __( '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 us at the %s and we will include this translation within the next plugin update.', $text ),
121
+ '<a href="https://translate.wordpress.org/projects/wp-plugins/' . $slug . '" target="_blank">translation page</a>',
122
+ '<a href="mailto:arthurgareginyan@gmail.com?subject=New translation of the ' . $name . ' plugin">arthurgareginyan@gmail.com</a>'
123
  );
124
  ?><br><br>
125
  <?php _e( 'Maybe not all existed translations are up to date. You are welcome to contribute corrections!', $text ); ?><br><br>
129
  <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>
130
 
131
  <div class="question-4"><?php _e( 'How much of description I can enter in the text field?', $text ); ?></div>
132
+ <div class="answer-4"><?php _e( 'We don\'t limit the number of characters, but most search engines use a maximum of 160 chars for the home description.', $text ); ?></div>
133
 
134
  <div class="question-5"><?php _e( 'How much of keywords I can enter in the text field?', $text ); ?></div>
135
+ <div class="answer-5"><?php _e( 'We don\'t limit the number of characters.', $text ); ?></div>
136
 
137
+ <div class="question-6 question-red"><?php _e( 'I can\'t get verify the website of the creator. What am I doing wrong?', $text ); ?></div>
138
  <div class="answer-6"><?php _e( 'The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag (<code>&lt;meta name="google-site-verification" content=“1234567890” /&gt;</code>). So just paste that into the relevant field and you will see “Success” message appear within a few seconds.', $text ); ?></div>
139
 
140
  <div class="question-7"><?php _e( 'What about compatibility with plugin "All in One SEO Pack"?', $text ); ?></div>
141
  <div class="answer-7"><?php _e( 'To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:', $text ); ?>
142
  <pre><code>&lt;head&gt;
143
  ...
144
+ &lt;meta name="copyright" content="Copyright (c) 2013-2018 Space X-Chimp. All Rights Reserved."&gt;
145
  ...
146
+ &lt;meta name="copyright" content="Copyright 2018 Space X-Chimp. All Rights Reserved."&gt;
147
  ...
148
  &lt;/head&gt;</code></pre>
149
  <?php _e( 'In the rest, the "All Meta Tags" and "All in One SEO Pack" is compatible.', $text ); ?></div>
156
 
157
  <div class="question-10 question-red"><?php _e( 'It\'s not working. What could be wrong?', $text ); ?></div>
158
  <div class="answer-10"><?php _e( 'As with every plugin, it\'s possible that things don\'t work. The most common reason for this is a web browser\'s cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser\'s cache.​ Clearing your browser\'s cache may solve the problem.', $text ); ?><br><br>
159
+ <?php _e( 'It\'s impossible to tell what could be wrong exactly, but if you post a support request in the plugin\'s support forum on WordPress.org, we\'d be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.', $text ); ?></div>
160
 
161
+ <div class="question-11 question-red"><?php _e( 'The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why is this?', $text ); ?></div>
162
  <div class="answer-11"><?php _e( 'This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website\'s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.', $text ); ?></div>
163
 
164
  <div class="question-12 question-red"><?php _e( 'Where to report bug if found?', $text ); ?></div>
165
  <div class="answer-12"><?php printf(
166
+ __( 'Please visit %s this page %s and report. Please do not forget to specify the name of the plugin. Thank you!', $text ),
167
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
168
  '</a>'
169
  );
170
  ?></div>
171
 
172
  <div class="question-13"><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', $text ); ?></div>
173
  <div class="answer-13"><?php printf(
174
+ __( 'Any suggestions are very welcome! Just contact us %s here %s. Please do not forget to specify the name of the plugin. Thank you!', $text ),
175
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
176
+ '</a>'
177
  );
178
  ?></div>
179
 
180
  <div class="question-14"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
181
  <div class="answer-14"><?php printf(
182
+ __( 'Yes, any financial contributions are welcome! Just visit %s the website of the creator %s, click on the donate button, and thank you!', $text ),
183
  '<a href="https://www.arthurgareginyan.com/donate.html" target="_blank">',
184
  '</a>'
185
  );
187
 
188
  <div class="question-15"><?php _e( 'My question wasn\'t answered here.', $text ); ?></div>
189
  <div class="answer-15"><?php printf(
190
+ __( 'You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone.', $text ),
191
+ '<a href="https://www.spacexchimp.com/contact.html" target="_blank">',
192
+ '</a>'
193
  );
194
  ?></div>
195
 
214
  </span>
215
  <p><?php
216
  printf(
217
+ __( 'Hello! My name is %s Arthur Gareginyan %s and I\'m the founder of %s Space X-Chimp %s.', $text ),
218
  '<a href="https://www.arthurgareginyan.com" target="_blank">',
219
  '</a>',
220
  '<a href="https://www.spacexchimp.com" target="_blank">',
inc/php/settings.php CHANGED
@@ -179,7 +179,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
179
  );
180
  spacexchimp_p004_control_field( 'copyright',
181
  __( 'Copyright', $text ),
182
- 'Copyright (c) 2013-2017 Space X-Chimp Studio. All Rights Reserved.',
183
  ''
184
  );
185
  spacexchimp_p004_control_textarea( 'keywords',
179
  );
180
  spacexchimp_p004_control_field( 'copyright',
181
  __( 'Copyright', $text ),
182
+ 'Copyright (c) 2013-2018 Space X-Chimp. All Rights Reserved.',
183
  ''
184
  );
185
  spacexchimp_p004_control_textarea( 'keywords',
inc/php/sidebar.php CHANGED
@@ -19,6 +19,13 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
19
  </div>
20
  </div>
21
 
 
 
 
 
 
 
 
22
  <div class="postbox support">
23
  <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
24
  <div class="inside">
@@ -33,17 +40,10 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
33
  </div>
34
  </div>
35
 
36
- <div class="postbox help">
37
- <h3 class="title"><?php _e( 'Help', $text ); ?></h3>
38
- <div class="inside">
39
- <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $text ); ?></p>
40
- </div>
41
- </div>
42
-
43
  <div class="postbox banner">
44
  <div class="inside">
45
  <a href="https://www.spacexchimp.com/" target="_blank">
46
- <img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/banner.png'; ?>" alt="Space X-Chimp Studio">
47
  </a>
48
  </div>
49
  </div>
19
  </div>
20
  </div>
21
 
22
+ <div class="postbox help">
23
+ <h3 class="title"><?php _e( 'Help', $text ); ?></h3>
24
+ <div class="inside">
25
+ <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $text ); ?></p>
26
+ </div>
27
+ </div>
28
+
29
  <div class="postbox support">
30
  <h3 class="title"><?php _e( 'Support', $text ); ?></h3>
31
  <div class="inside">
40
  </div>
41
  </div>
42
 
 
 
 
 
 
 
 
43
  <div class="postbox banner">
44
  <div class="inside">
45
  <a href="https://www.spacexchimp.com/" target="_blank">
46
+ <img src="<?php echo SPACEXCHIMP_P004_URL . 'inc/img/banner.png'; ?>" alt="Space X-Chimp">
47
  </a>
48
  </div>
49
  </div>
languages/Readme.txt CHANGED
@@ -6,7 +6,7 @@ This plugin is ready for translation and has already been translated into severa
6
 
7
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/all-meta-tags).
8
 
9
- 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 arthurgareginyan@gmail.com and I will include this translation within the next plugin update.
10
 
11
  Maybe not all existed translations are up to date. You are welcome to contribute corrections!
12
 
6
 
7
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/all-meta-tags).
8
 
9
+ 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 us at the arthurgareginyan@gmail.com and we will include this translation within the next plugin update.
10
 
11
  Maybe not all existed translations are up to date. You are welcome to contribute corrections!
12
 
languages/all-meta-tags-de_DE.mo CHANGED
Binary file
languages/all-meta-tags-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2017-10-28 14:59+0300\n"
7
- "PO-Revision-Date: 2017-10-28 14:59+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 1.8.4\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: all-meta-tags.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -35,14 +35,15 @@ msgid "Meta Tags Inserter"
35
  msgstr ""
36
 
37
  #: inc/php/messages.php:26
38
- msgid "Hello. I'm Arthur, the author of this plugin."
39
- msgstr "Hallo! Ich bin Arthur, der Autor dieses plugins."
40
 
41
  #: inc/php/messages.php:28
42
  #, php-format
43
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
44
  msgstr ""
45
- "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
 
46
 
47
  #: inc/php/messages.php:68
48
  msgid "You have installed an old version of this plugin."
@@ -50,12 +51,13 @@ msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
50
 
51
  #: inc/php/messages.php:69
52
  msgid "Please update the plugin to the latest version, and all will be fine."
53
- msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
 
54
 
55
  #: inc/php/page.php:30
56
  #, php-format
57
- msgid "by %s Space X-Chimp Studio %s"
58
- msgstr "by %s Space X-Chimp Studio %s"
59
 
60
  #: inc/php/page.php:36
61
  msgid "Version"
@@ -69,7 +71,7 @@ msgstr "Verwendung"
69
  msgid "F.A.Q."
70
  msgstr "F.A.Q."
71
 
72
- #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
73
  msgid "Support"
74
  msgstr "Support"
75
 
@@ -113,307 +115,306 @@ msgstr "Es ist ganz einfach!"
113
  msgid "Note!"
114
  msgstr "Achtung!"
115
 
116
- #: inc/php/page.php:73
117
- msgid "If you want more options then tell me and I will be happy to add it."
 
 
118
  msgstr ""
119
- "Wenn Sie mehr Optionen benötigen, sagen Sie es mir und ich freue mich, diese "
120
- "hinzuzufügen."
121
 
122
- #: inc/php/page.php:82
123
  msgid "Frequently Asked Questions"
124
  msgstr ""
125
 
126
- #: inc/php/page.php:86
127
  msgid ""
128
- "If you have a question, please read the Frequently Asked Questions below to see if "
129
- "the answer is here."
130
  msgstr ""
131
- "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre "
132
- "Antwort dabei ist."
133
 
134
- #: inc/php/page.php:108
135
  msgid "Will this plugin work on my WordPress.COM website?"
136
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
137
 
138
- #: inc/php/page.php:109
139
  msgid ""
140
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
141
  "websites."
142
  msgstr ""
143
- "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) "
144
- "Webseiten."
145
 
146
- #: inc/php/page.php:111
147
  msgid "Can I use this plugin on my language?"
148
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
149
 
150
- #: inc/php/page.php:112
151
  msgid ""
152
- "Yes. This plugin is ready for translation and has already been translated into "
153
- "several languages."
154
- msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
 
155
 
156
- #: inc/php/page.php:114
157
  #, php-format
158
  msgid ""
159
- "If you want to help translate this plugin then please visit the %s. You can also "
160
- "use the POT file, that is included and placed in the \"languages\" folder, in "
161
- "order to create a translation PO file. Just send the PO file to me at the %s and I "
162
- "will include this translation within the next plugin update."
 
163
  msgstr ""
164
- "Wenn Sie bei der Übersetzung dieses Plugins helfen wollen, besuchen Sie die Seite "
165
- "%s. Sie können auch die POT Datei, die Sie im \"languages\" Ordner finden, "
166
- "verwenden, um eine PO Übersetzungsdatei zu erstellen. Senden Sie die übersetzte PO "
167
- "Datei direkt an %s und ich werde die Übersetzung beim nächsten Plugin Update "
168
- "hinzufügen."
169
 
170
- #: inc/php/page.php:119
171
  msgid ""
172
- "Maybe not all existed translations are up to date. You are welcome to contribute "
173
- "corrections!"
174
  msgstr ""
175
- "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an "
176
- "den Korrekturen mitwirken."
177
 
178
- #: inc/php/page.php:120
179
  msgid ""
180
- "Many of plugin users would be delighted if you share your translation with the "
181
- "community. Thanks for your contribution!"
182
  msgstr ""
183
- "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der "
184
- "Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
185
 
186
- #: inc/php/page.php:122
187
  msgid "How does it work?"
188
  msgstr "Wie arbeitet das Plugin?"
189
 
190
- #: inc/php/page.php:123
191
  msgid ""
192
- "On the \"Settings\" tab, fill in the required fields, select the desired settings "
193
- "and click the \"Save changes\" button. Enjoy the improved SEO of your website. "
194
- "It's that simple!"
195
  msgstr ""
196
 
197
- #: inc/php/page.php:125
198
  msgid "How much of description I can enter in the text field?"
199
  msgstr ""
200
 
201
- #: inc/php/page.php:126
202
  msgid ""
203
- "I don't limit the number of characters, but most search engines use a maximum of "
204
- "160 chars for the home description."
205
  msgstr ""
206
 
207
- #: inc/php/page.php:128
208
  msgid "How much of keywords I can enter in the text field?"
209
  msgstr ""
210
 
211
- #: inc/php/page.php:129
212
- msgid "I don't limit the number of characters."
213
  msgstr ""
214
 
215
- #: inc/php/page.php:131
216
- msgid "I can't get verify my website. What am I doing wrong?"
217
  msgstr ""
218
 
219
- #: inc/php/page.php:132
220
  msgid ""
221
  "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
222
- "SpecificFeeds) gives you is confusing as you only have to paste in the serial key "
223
- "number/letters (<code>1234567890</code>) and not the whole tag (<code>&lt;meta "
224
- "name=\"google-site-verification\" content=“1234567890” /&gt;</code>). So just "
225
- "paste that into the relevant field and you will see “Success” message appear "
226
- "within a few seconds."
227
  msgstr ""
228
 
229
- #: inc/php/page.php:134
230
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
231
  msgstr ""
232
 
233
- #: inc/php/page.php:135
234
  msgid ""
235
- "To make these plugins compatible you need to stick to one simple rule: do not fill "
236
- "the same field in both plugins at once. Otherwise both plugins fulfill their work "
237
- "and you will get a duplicate actions, for example:"
238
  msgstr ""
239
 
240
- #: inc/php/page.php:143
241
- msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
 
242
  msgstr ""
243
 
244
- #: inc/php/page.php:145
245
  msgid "Does this plugin requires any modification of the theme?"
246
  msgstr "Benötigt das Plugin Veränderungen am Theme."
247
 
248
- #: inc/php/page.php:146
249
  msgid ""
250
- "Absolutely not. This plugin is configurable entirely from the plugin settings page."
 
251
  msgstr ""
252
- "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite "
253
- "des Plugins."
254
 
255
- #: inc/php/page.php:148
256
  msgid "Does this require any knowledge of HTML or CSS?"
257
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
258
 
259
- #: inc/php/page.php:149
260
  msgid ""
261
- "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, "
262
- "using an easy-to-use plugin settings page."
263
  msgstr ""
264
- "Absolut nicht. Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert "
265
- "werden."
266
 
267
- #: inc/php/page.php:151
268
  msgid "It's not working. What could be wrong?"
269
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
270
 
271
- #: inc/php/page.php:152
272
  msgid ""
273
- "As with every plugin, it's possible that things don't work. The most common reason "
274
- "for this is a web browser's cache. Every web browser stores a cache of the "
275
- "websites you visit (pages, images, and etc.) to reduce bandwidth usage and server "
276
- "load. This is called the browser's cache.​ Clearing your browser's cache may solve "
277
- "the problem."
278
  msgstr ""
279
- "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste "
280
- "Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache "
281
- "der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das "
282
- "nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das "
283
- "Problem behoben sein."
284
 
285
- #: inc/php/page.php:153
286
  msgid ""
287
- "It's impossible to tell what could be wrong exactly, but if you post a support "
288
- "request in the plugin's support forum on WordPress.org, I'd be happy to give it a "
289
- "look and try to help out. Please include as much information as possible, "
290
- "including a link to your website where the problem can be seen."
 
291
  msgstr ""
292
- "Es ist unmöglich genau festzustellen was falsch ist. Wenn Sie jedoch eine Support "
293
- "Anfrage im Plugins Support Forum von WordPress.ORG stellen, helfe ich Ihnen gerne. "
294
- "Bitte fügen Sie so viele Informationen wie möglich und einen Link zu der Webseite "
295
- "hinzu, wo das Problem auftritt."
296
 
297
- #: inc/php/page.php:155
298
  msgid ""
299
- "The last WordPress update is preventing me from editing my website that is using "
300
- "this plugin. Why is this?"
301
  msgstr ""
302
- "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin "
303
- "verwendet, zu bearbeiten. Warum ist das so?"
304
 
305
- #: inc/php/page.php:156
306
  msgid ""
307
- "This plugin can not cause such problem. More likely, the problem are related to "
308
- "the settings of the website. It could just be a cache, so please try to clear your "
309
- "website's cache (may be you using a caching plugin, or some web service such as "
310
- "the CloudFlare) and then the cache of your web browser. Also please try to re-"
311
- "login to the website, this too can help."
312
  msgstr ""
313
- "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das "
314
- "Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein "
315
- "Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen "
316
- "(möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie "
317
- "CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich "
318
- "erneut auf der Webseite anzumelden, auch dies kann helfen."
319
 
320
- #: inc/php/page.php:158
321
  msgid "Where to report bug if found?"
322
  msgstr "Wo kann ich eine Fehler melden?"
323
 
324
- #: inc/php/page.php:160
325
  #, php-format
326
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
 
 
327
  msgstr ""
328
- "Besuchen Sie die %s zugehörige Plugin-Seite auf GitHub %s, um Fehler zu melden."
329
 
330
- #: inc/php/page.php:166
331
  msgid "Where to share any ideas or suggestions to make the plugin better?"
332
  msgstr ""
333
- "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
 
334
 
335
- #: inc/php/page.php:168
336
  #, php-format
337
- msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
 
338
  msgstr ""
339
- "Alle Vorschläge sind willkommen! Bitte senden Sie mir eine E-Mail an % s. Vielen "
340
- "Dank!"
341
 
342
- #: inc/php/page.php:173
343
  msgid "I love this plugin! Can I help somehow?"
344
  msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
345
 
346
- #: inc/php/page.php:175
347
  #, php-format
348
  msgid ""
349
- "Yes, any financial contributions are welcome! Just visit %s my website %s, click "
350
- "on the donate button, and thank you!"
351
  msgstr ""
352
- "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite "
353
- "%s, klicken Sie auf den Spenden Button und Danke!"
354
 
355
- #: inc/php/page.php:181
356
  msgid "My question wasn't answered here."
357
  msgstr "Meine Fragen wurden nicht beantwortet."
358
 
359
- #: inc/php/page.php:183
360
  #, php-format
361
  msgid ""
362
- "You can ask your question on the plugin support page %s. But please keep in mind "
363
- "that this plugin is free, and there is no a special support team, so I have no way "
364
- "to answer everyone."
365
  msgstr ""
366
- "Sie können Ihre Frage auf der Plugin Support Seite %s stellen. Aber bitte bedenken "
367
- "Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe ich "
368
- "keine Möglichkeit jedem zu antworten."
369
 
370
- #: inc/php/page.php:196
371
  msgid "Support Me"
372
  msgstr "Unterstützen Sie mich"
373
 
374
- #: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
375
  msgid "Donate with PayPal"
376
  msgstr "Spende mit PayPal"
377
 
378
- #: inc/php/page.php:209
379
  #, php-format
380
  msgid ""
381
- "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp "
382
- "Studio %s."
383
  msgstr ""
384
- "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s Space "
385
- "X-Chimp Studio %s."
386
 
387
- #: inc/php/page.php:217
388
  msgid ""
389
- "My intention is to create projects that will make this world a better place. I'm "
390
- "really passionate about my work, I like what I'm doing and hope that you will be "
391
- "enriched by my projects too."
392
  msgstr ""
393
- "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem besseren Ort "
394
- "machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich tue, und hoffe, "
395
- "dass Sie auch von meinen Projekten bereichert werden."
396
 
397
- #: inc/php/page.php:218
398
  msgid ""
399
- "I spend a lot of time and effort trying to make sure that the themes, plugins and "
400
- "other things I build are useful, and the ultimate proof of that for me is that you "
401
- "actually want to use them. But, I’m an independent developer, without a regular "
402
- "income, so every little contribution helps cover my costs and lets me spend more "
403
- "time building things for people like you to enjoy."
 
404
  msgstr ""
405
- "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, "
406
- "Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis "
407
- "für mich ist, dass Sie sie tatsächlich verwenden. Aber ich bin ein unabhängiger "
408
- "Entwickler ohne regelmäßiges Einkommen. Jeder kleine Beitrag trägt dazu bei, meine "
409
- "Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute "
410
- "wie Sie zu gestalten."
411
 
412
- #: inc/php/page.php:219
413
  msgid "If you appreciate my work, you can buy me a coffee!"
414
- msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
 
415
 
416
- #: inc/php/page.php:220
417
  msgid "Thank you for your support!"
418
  msgstr "Danke für Ihre Unterstützung!"
419
 
@@ -427,30 +428,30 @@ msgstr ""
427
 
428
  #: inc/php/settings.php:27
429
  msgid ""
430
- "Webmaster Tools require you to verify your domain. This makes sure that you are "
431
- "the correct owner of your blog or store before they provide their services to you. "
432
- "You can use the options below to verify your domain. If your domain is already "
433
- "verified, you can just forget about these."
434
  msgstr ""
435
 
436
  #: inc/php/settings.php:33
437
  msgid ""
438
- "Enter your meta key “content” value from your verification code to verify your "
439
- "website. <br>Example: &lt;meta name=\"google-site-verification\" "
440
  "content=“<b>1234567890</b>” /&gt;"
441
  msgstr ""
442
 
443
  #: inc/php/settings.php:39
444
  msgid ""
445
- "Enter your meta key “content” value from your verification code to verify your "
446
- "website. <br>Example: &lt;meta name=\"msvalidate.01\" content=“<b>1234567890</b>” /"
447
- "&gt;"
448
  msgstr ""
449
 
450
  #: inc/php/settings.php:45
451
  msgid ""
452
- "Enter your meta key “content” value from your verification code to verify your "
453
- "website. <br>Example: &lt;meta name=\"yandex-verification\" "
454
  "content=“<b>1234567890</b>” /&gt;"
455
  msgstr ""
456
 
@@ -460,17 +461,18 @@ msgstr ""
460
 
461
  #: inc/php/settings.php:56
462
  msgid ""
463
- "Third-party services like Alexa, Pinterest and Google-Plus require you to verify "
464
- "your domain. This makes sure that you are the correct owner of your blog or store "
465
- "before they provide their services to you. You can use the options below to verify "
466
- "your domain. If your domain is already verified, you can just forget about these."
 
467
  msgstr ""
468
 
469
  #: inc/php/settings.php:62
470
  msgid ""
471
- "Enter your meta key “content” value from your verification code to verify your "
472
- "website. <br>Example: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</"
473
- "b>” /&gt;"
474
  msgstr ""
475
 
476
  #: inc/php/settings.php:68
@@ -491,29 +493,29 @@ msgstr ""
491
 
492
  #: inc/php/settings.php:86
493
  msgid ""
494
- "Enter your meta key “content” value from your verification code to verify your "
495
- "website. <br>Example: &lt;meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” /"
496
- "&gt;"
497
  msgstr ""
498
 
499
  #: inc/php/settings.php:92
500
  msgid ""
501
- "Enter your meta key “content” value from your verification code to verify your "
502
- "website. <br>Example: &lt;meta name=\"norton-safeweb-site-verification\" "
503
- "content=“<b>1234567890</b>” /&gt;"
504
  msgstr ""
505
 
506
  #: inc/php/settings.php:98
507
  msgid ""
508
- "Enter your meta key “content” value from your verification code to verify your "
509
- "website. <br>Example: &lt;meta name=\"wot-verification\" content=“<b>1234567890</"
510
- "b>” /&gt;"
511
  msgstr ""
512
 
513
  #: inc/php/settings.php:104
514
  msgid ""
515
- "Enter your meta key “content” value from your verification code to verify your "
516
- "website. <br>Example: &lt;meta name=\"specificfeeds-verification-code\" "
517
  "content=“<b>1234567890</b>” /&gt;"
518
  msgstr ""
519
 
@@ -523,8 +525,8 @@ msgstr ""
523
 
524
  #: inc/php/settings.php:110
525
  msgid ""
526
- "If you can't find a field to enter your required meta tag then you can add it "
527
- "here. In this field you can add multiple meta tags."
528
  msgstr ""
529
 
530
  #: inc/php/settings.php:118
@@ -533,8 +535,8 @@ msgstr ""
533
 
534
  #: inc/php/settings.php:120
535
  msgid ""
536
- "You can use the options below to add meta tags such as Description and Keywords "
537
- "only in Static Home Page of your website."
538
  msgstr ""
539
 
540
  #: inc/php/settings.php:124
@@ -553,7 +555,8 @@ msgstr ""
553
 
554
  #: inc/php/settings.php:131
555
  msgid ""
556
- "Enter a comma-delimited list of keywords for only Static Home Page of your website."
 
557
  msgstr ""
558
 
559
  #: inc/php/settings.php:139
@@ -562,8 +565,8 @@ msgstr ""
562
 
563
  #: inc/php/settings.php:141
564
  msgid ""
565
- "You can use the options below to add meta tags such as Description and Keywords "
566
- "only in Default Home Page and Blog Page of your website."
567
  msgstr ""
568
 
569
  #: inc/php/settings.php:145
@@ -575,7 +578,8 @@ msgid "Blog Keyword(s)"
575
  msgstr ""
576
 
577
  #: inc/php/settings.php:152
578
- msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
 
579
  msgstr ""
580
 
581
  #: inc/php/settings.php:160
@@ -618,28 +622,30 @@ msgstr ""
618
 
619
  #: inc/php/settings.php:200
620
  msgid ""
621
- "This plugin automatically adds the necessary Google Shopping (Merchant Center) "
622
- "structured data on all WooCommerce product pages on your website. Here is the "
623
- "markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
 
624
  msgstr ""
625
 
626
  #: inc/php/settings.php:210
627
  msgid ""
628
- "Check these data generated on the pages of your website you can <a href=\"https://"
629
- "search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
 
630
  msgstr ""
631
 
632
- #: inc/php/settings.php:217 inc/php/sidebar.php:25
633
  msgid ""
634
  "I'm an independent developer, without a regular income, so every little "
635
- "contribution helps cover my costs and lets me spend more time building things for "
636
- "people like you to enjoy."
637
  msgstr ""
638
- "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine "
639
- "Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit damit "
640
- "verbringen, Dinge für Leute wie Sie zu entwickeln."
641
 
642
- #: inc/php/settings.php:224 inc/php/sidebar.php:32
643
  msgid "Thanks for your support!"
644
  msgstr "Danke für Ihre Unterstützung!"
645
 
@@ -651,11 +657,11 @@ msgstr "Über"
651
  msgid "This plugin allows you to easily add Meta Tags to your website."
652
  msgstr ""
653
 
654
- #: inc/php/sidebar.php:37
655
  msgid "Help"
656
  msgstr "Hilfe"
657
 
658
- #: inc/php/sidebar.php:39
659
  msgid "If you have a question, please read the information in the FAQ section."
660
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
661
 
@@ -668,7 +674,8 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
668
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
669
 
670
  #. Description of the plugin/theme
671
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
 
672
  msgstr ""
673
 
674
  #. Author of the plugin/theme
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2018-01-20 14:28+0300\n"
7
+ "PO-Revision-Date: 2018-01-20 14:28+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 1.8.7\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: all-meta-tags.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
35
  msgstr ""
36
 
37
  #: inc/php/messages.php:26
38
+ msgid "Hello. We are the team of Space X-Chimp."
39
+ msgstr "Hallo! Ich bin Space X-Chimp, der Autor dieses plugins."
40
 
41
  #: inc/php/messages.php:28
42
  #, php-format
43
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
44
  msgstr ""
45
+ "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es "
46
+ "mögen. %s"
47
 
48
  #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
51
 
52
  #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
+ msgstr ""
55
+ "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
56
 
57
  #: inc/php/page.php:30
58
  #, php-format
59
+ msgid "by %s Space X-Chimp %s"
60
+ msgstr "by %s Space X-Chimp %s"
61
 
62
  #: inc/php/page.php:36
63
  msgid "Version"
71
  msgid "F.A.Q."
72
  msgstr "F.A.Q."
73
 
74
+ #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:30
75
  msgid "Support"
76
  msgstr "Support"
77
 
115
  msgid "Note!"
116
  msgstr "Achtung!"
117
 
118
+ #: inc/php/page.php:74
119
+ #, php-format
120
+ msgid ""
121
+ "If you want more options then %s tell us %s and we will be happy to add it."
122
  msgstr ""
123
+ "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir "
124
+ "werden sie gerne hinzufügen."
125
 
126
+ #: inc/php/page.php:88
127
  msgid "Frequently Asked Questions"
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:92
131
  msgid ""
132
+ "If you have a question, please read the Frequently Asked Questions below to "
133
+ "see if the answer is here."
134
  msgstr ""
135
+ "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob "
136
+ "Ihre Antwort dabei ist."
137
 
138
+ #: inc/php/page.php:114
139
  msgid "Will this plugin work on my WordPress.COM website?"
140
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
141
 
142
+ #: inc/php/page.php:115
143
  msgid ""
144
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
145
  "websites."
146
  msgstr ""
147
+ "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress."
148
+ "ORG) Webseiten."
149
 
150
+ #: inc/php/page.php:117
151
  msgid "Can I use this plugin on my language?"
152
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
153
 
154
+ #: inc/php/page.php:118
155
  msgid ""
156
+ "Yes. This plugin is ready for translation and has already been translated "
157
+ "into several languages."
158
+ msgstr ""
159
+ "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
160
 
161
+ #: inc/php/page.php:120
162
  #, php-format
163
  msgid ""
164
+ "If you want to help translate this plugin then please visit the %s. You can "
165
+ "also use the POT file, that is included and placed in the \"languages\" "
166
+ "folder, in order to create a translation PO file. Just send the PO file to "
167
+ "us at the %s and we will include this translation within the next plugin "
168
+ "update."
169
  msgstr ""
 
 
 
 
 
170
 
171
+ #: inc/php/page.php:125
172
  msgid ""
173
+ "Maybe not all existed translations are up to date. You are welcome to "
174
+ "contribute corrections!"
175
  msgstr ""
176
+ "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können "
177
+ "Sie an den Korrekturen mitwirken."
178
 
179
+ #: inc/php/page.php:126
180
  msgid ""
181
+ "Many of plugin users would be delighted if you share your translation with "
182
+ "the community. Thanks for your contribution!"
183
  msgstr ""
184
+ "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung "
185
+ "mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
186
 
187
+ #: inc/php/page.php:128
188
  msgid "How does it work?"
189
  msgstr "Wie arbeitet das Plugin?"
190
 
191
+ #: inc/php/page.php:129
192
  msgid ""
193
+ "On the \"Settings\" tab, fill in the required fields, select the desired "
194
+ "settings and click the \"Save changes\" button. Enjoy the improved SEO of "
195
+ "your website. It's that simple!"
196
  msgstr ""
197
 
198
+ #: inc/php/page.php:131
199
  msgid "How much of description I can enter in the text field?"
200
  msgstr ""
201
 
202
+ #: inc/php/page.php:132
203
  msgid ""
204
+ "We don't limit the number of characters, but most search engines use a "
205
+ "maximum of 160 chars for the home description."
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:134
209
  msgid "How much of keywords I can enter in the text field?"
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:135
213
+ msgid "We don't limit the number of characters."
214
  msgstr ""
215
 
216
+ #: inc/php/page.php:137
217
+ msgid "I can't get verify the website of the creator. What am I doing wrong?"
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:138
221
  msgid ""
222
  "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
223
+ "SpecificFeeds) gives you is confusing as you only have to paste in the "
224
+ "serial key number/letters (<code>1234567890</code>) and not the whole tag "
225
+ "(<code>&lt;meta name=\"google-site-verification\" content=“1234567890” /&gt;"
226
+ "</code>). So just paste that into the relevant field and you will see "
227
+ "“Success” message appear within a few seconds."
228
  msgstr ""
229
 
230
+ #: inc/php/page.php:140
231
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
232
  msgstr ""
233
 
234
+ #: inc/php/page.php:141
235
  msgid ""
236
+ "To make these plugins compatible you need to stick to one simple rule: do "
237
+ "not fill the same field in both plugins at once. Otherwise both plugins "
238
+ "fulfill their work and you will get a duplicate actions, for example:"
239
  msgstr ""
240
 
241
+ #: inc/php/page.php:149
242
+ msgid ""
243
+ "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
244
  msgstr ""
245
 
246
+ #: inc/php/page.php:151
247
  msgid "Does this plugin requires any modification of the theme?"
248
  msgstr "Benötigt das Plugin Veränderungen am Theme."
249
 
250
+ #: inc/php/page.php:152
251
  msgid ""
252
+ "Absolutely not. This plugin is configurable entirely from the plugin "
253
+ "settings page."
254
  msgstr ""
255
+ "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf "
256
+ "Einstellungsseite des Plugins."
257
 
258
+ #: inc/php/page.php:154
259
  msgid "Does this require any knowledge of HTML or CSS?"
260
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
261
 
262
+ #: inc/php/page.php:155
263
  msgid ""
264
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or "
265
+ "CSS, using an easy-to-use plugin settings page."
266
  msgstr ""
267
+ "Absolut nicht. Dieses Plugin kann ohne Kenntnisse von HTML oder CSS "
268
+ "konfiguriert werden."
269
 
270
+ #: inc/php/page.php:157
271
  msgid "It's not working. What could be wrong?"
272
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
273
 
274
+ #: inc/php/page.php:158
275
  msgid ""
276
+ "As with every plugin, it's possible that things don't work. The most common "
277
+ "reason for this is a web browser's cache. Every web browser stores a cache "
278
+ "of the websites you visit (pages, images, and etc.) to reduce bandwidth "
279
+ "usage and server load. This is called the browser's cache.​ Clearing your "
280
+ "browser's cache may solve the problem."
281
  msgstr ""
282
+ "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der "
283
+ "häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser "
284
+ "speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die "
285
+ "Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den "
286
+ "Cache Ihres Browsers löschen, könnte das Problem behoben sein."
287
 
288
+ #: inc/php/page.php:159
289
  msgid ""
290
+ "It's impossible to tell what could be wrong exactly, but if you post a "
291
+ "support request in the plugin's support forum on WordPress.org, we'd be "
292
+ "happy to give it a look and try to help out. Please include as much "
293
+ "information as possible, including a link to your website where the problem "
294
+ "can be seen."
295
  msgstr ""
 
 
 
 
296
 
297
+ #: inc/php/page.php:161
298
  msgid ""
299
+ "The last WordPress update is preventing me from editing the website of the "
300
+ "creator that is using this plugin. Why is this?"
301
  msgstr ""
302
+ "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses "
303
+ "Plugin verwendet, zu bearbeiten. Warum ist das so?"
304
 
305
+ #: inc/php/page.php:162
306
  msgid ""
307
+ "This plugin can not cause such problem. More likely, the problem are related "
308
+ "to the settings of the website. It could just be a cache, so please try to "
309
+ "clear your website's cache (may be you using a caching plugin, or some web "
310
+ "service such as the CloudFlare) and then the cache of your web browser. Also "
311
+ "please try to re-login to the website, this too can help."
312
  msgstr ""
313
+ "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich "
314
+ "hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte "
315
+ "einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu "
316
+ "löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen "
317
+ "Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen "
318
+ "Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
319
 
320
+ #: inc/php/page.php:164
321
  msgid "Where to report bug if found?"
322
  msgstr "Wo kann ich eine Fehler melden?"
323
 
324
+ #: inc/php/page.php:166
325
  #, php-format
326
+ msgid ""
327
+ "Please visit %s this page %s and report. Please do not forget to specify the "
328
+ "name of the plugin. Thank you!"
329
  msgstr ""
 
330
 
331
+ #: inc/php/page.php:172
332
  msgid "Where to share any ideas or suggestions to make the plugin better?"
333
  msgstr ""
334
+ "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu "
335
+ "machen?"
336
 
337
+ #: inc/php/page.php:174
338
  #, php-format
339
+ msgid ""
340
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
341
+ "forget to specify the name of the plugin. Thank you!"
342
  msgstr ""
 
 
343
 
344
+ #: inc/php/page.php:180
345
  msgid "I love this plugin! Can I help somehow?"
346
  msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
347
 
348
+ #: inc/php/page.php:182
349
  #, php-format
350
  msgid ""
351
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
352
+ "the creator %s, click on the donate button, and thank you!"
353
  msgstr ""
354
+ "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine "
355
+ "Webseite %s, klicken Sie auf den Spenden Button und Danke!"
356
 
357
+ #: inc/php/page.php:188
358
  msgid "My question wasn't answered here."
359
  msgstr "Meine Fragen wurden nicht beantwortet."
360
 
361
+ #: inc/php/page.php:190
362
  #, php-format
363
  msgid ""
364
+ "You can ask your question on %s this page %s. But please keep in mind that "
365
+ "this plugin is free, and there is no a special support team, so we have no "
366
+ "way to answer everyone."
367
  msgstr ""
 
 
 
368
 
369
+ #: inc/php/page.php:204
370
  msgid "Support Me"
371
  msgstr "Unterstützen Sie mich"
372
 
373
+ #: inc/php/page.php:212 inc/php/settings.php:222 inc/php/sidebar.php:37
374
  msgid "Donate with PayPal"
375
  msgstr "Spende mit PayPal"
376
 
377
+ #: inc/php/page.php:217
378
  #, php-format
379
  msgid ""
380
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
381
+ "Chimp %s."
382
  msgstr ""
383
+ "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s "
384
+ "Space X-Chimp %s."
385
 
386
+ #: inc/php/page.php:225
387
  msgid ""
388
+ "My intention is to create projects that will make this world a better place. "
389
+ "I'm really passionate about my work, I like what I'm doing and hope that you "
390
+ "will be enriched by my projects too."
391
  msgstr ""
392
+ "Meine Absicht ist es, Projekte zu entwickeln, die diese Welt zu einem "
393
+ "besseren Ort machen. Ich bin begeistert von meiner Arbeit, ich mag, was ich "
394
+ "tue, und hoffe, dass Sie auch von meinen Projekten bereichert werden."
395
 
396
+ #: inc/php/page.php:226
397
  msgid ""
398
+ "I spend a lot of time and effort trying to make sure that the themes, "
399
+ "plugins and other things I build are useful, and the ultimate proof of that "
400
+ "for me is that you actually want to use them. But, I’m an independent "
401
+ "developer, without a regular income, so every little contribution helps "
402
+ "cover my costs and lets me spend more time building things for people like "
403
+ "you to enjoy."
404
  msgstr ""
405
+ "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die "
406
+ "Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der "
407
+ "ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber ich "
408
+ "bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine "
409
+ "Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit "
410
+ "damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
411
 
412
+ #: inc/php/page.php:227
413
  msgid "If you appreciate my work, you can buy me a coffee!"
414
+ msgstr ""
415
+ "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
416
 
417
+ #: inc/php/page.php:228
418
  msgid "Thank you for your support!"
419
  msgstr "Danke für Ihre Unterstützung!"
420
 
428
 
429
  #: inc/php/settings.php:27
430
  msgid ""
431
+ "Webmaster Tools require you to verify your domain. This makes sure that you "
432
+ "are the correct owner of your blog or store before they provide their "
433
+ "services to you. You can use the options below to verify your domain. If "
434
+ "your domain is already verified, you can just forget about these."
435
  msgstr ""
436
 
437
  #: inc/php/settings.php:33
438
  msgid ""
439
+ "Enter your meta key “content” value from your verification code to verify "
440
+ "your website. <br>Example: &lt;meta name=\"google-site-verification\" "
441
  "content=“<b>1234567890</b>” /&gt;"
442
  msgstr ""
443
 
444
  #: inc/php/settings.php:39
445
  msgid ""
446
+ "Enter your meta key “content” value from your verification code to verify "
447
+ "your website. <br>Example: &lt;meta name=\"msvalidate.01\" "
448
+ "content=“<b>1234567890</b>” /&gt;"
449
  msgstr ""
450
 
451
  #: inc/php/settings.php:45
452
  msgid ""
453
+ "Enter your meta key “content” value from your verification code to verify "
454
+ "your website. <br>Example: &lt;meta name=\"yandex-verification\" "
455
  "content=“<b>1234567890</b>” /&gt;"
456
  msgstr ""
457
 
461
 
462
  #: inc/php/settings.php:56
463
  msgid ""
464
+ "Third-party services like Alexa, Pinterest and Google-Plus require you to "
465
+ "verify your domain. This makes sure that you are the correct owner of your "
466
+ "blog or store before they provide their services to you. You can use the "
467
+ "options below to verify your domain. If your domain is already verified, you "
468
+ "can just forget about these."
469
  msgstr ""
470
 
471
  #: inc/php/settings.php:62
472
  msgid ""
473
+ "Enter your meta key “content” value from your verification code to verify "
474
+ "your website. <br>Example: &lt;meta name=\"p:domain_verify\" "
475
+ "content=“<b>1234567890</b>” /&gt;"
476
  msgstr ""
477
 
478
  #: inc/php/settings.php:68
493
 
494
  #: inc/php/settings.php:86
495
  msgid ""
496
+ "Enter your meta key “content” value from your verification code to verify "
497
+ "your website. <br>Example: &lt;meta name=\"alexaVerifyID\" "
498
+ "content=“<b>1234567890</b>” /&gt;"
499
  msgstr ""
500
 
501
  #: inc/php/settings.php:92
502
  msgid ""
503
+ "Enter your meta key “content” value from your verification code to verify "
504
+ "your website. <br>Example: &lt;meta name=\"norton-safeweb-site-verification"
505
+ "\" content=“<b>1234567890</b>” /&gt;"
506
  msgstr ""
507
 
508
  #: inc/php/settings.php:98
509
  msgid ""
510
+ "Enter your meta key “content” value from your verification code to verify "
511
+ "your website. <br>Example: &lt;meta name=\"wot-verification\" "
512
+ "content=“<b>1234567890</b>” /&gt;"
513
  msgstr ""
514
 
515
  #: inc/php/settings.php:104
516
  msgid ""
517
+ "Enter your meta key “content” value from your verification code to verify "
518
+ "your website. <br>Example: &lt;meta name=\"specificfeeds-verification-code\" "
519
  "content=“<b>1234567890</b>” /&gt;"
520
  msgstr ""
521
 
525
 
526
  #: inc/php/settings.php:110
527
  msgid ""
528
+ "If you can't find a field to enter your required meta tag then you can add "
529
+ "it here. In this field you can add multiple meta tags."
530
  msgstr ""
531
 
532
  #: inc/php/settings.php:118
535
 
536
  #: inc/php/settings.php:120
537
  msgid ""
538
+ "You can use the options below to add meta tags such as Description and "
539
+ "Keywords only in Static Home Page of your website."
540
  msgstr ""
541
 
542
  #: inc/php/settings.php:124
555
 
556
  #: inc/php/settings.php:131
557
  msgid ""
558
+ "Enter a comma-delimited list of keywords for only Static Home Page of your "
559
+ "website."
560
  msgstr ""
561
 
562
  #: inc/php/settings.php:139
565
 
566
  #: inc/php/settings.php:141
567
  msgid ""
568
+ "You can use the options below to add meta tags such as Description and "
569
+ "Keywords only in Default Home Page and Blog Page of your website."
570
  msgstr ""
571
 
572
  #: inc/php/settings.php:145
578
  msgstr ""
579
 
580
  #: inc/php/settings.php:152
581
+ msgid ""
582
+ "Enter a comma-delimited list of keywords for only Blog Page of your website."
583
  msgstr ""
584
 
585
  #: inc/php/settings.php:160
622
 
623
  #: inc/php/settings.php:200
624
  msgid ""
625
+ "This plugin automatically adds the necessary Google Shopping (Merchant "
626
+ "Center) structured data on all WooCommerce product pages on your website. "
627
+ "Here is the markup for women's T-shirt that sells for 16 dollars and 80 "
628
+ "cents of US."
629
  msgstr ""
630
 
631
  #: inc/php/settings.php:210
632
  msgid ""
633
+ "Check these data generated on the pages of your website you can <a href="
634
+ "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
635
+ "\">here</a>."
636
  msgstr ""
637
 
638
+ #: inc/php/settings.php:217 inc/php/sidebar.php:32
639
  msgid ""
640
  "I'm an independent developer, without a regular income, so every little "
641
+ "contribution helps cover my costs and lets me spend more time building "
642
+ "things for people like you to enjoy."
643
  msgstr ""
644
+ "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder "
645
+ "kleine Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit "
646
+ "damit verbringen, Dinge für Leute wie Sie zu entwickeln."
647
 
648
+ #: inc/php/settings.php:224 inc/php/sidebar.php:39
649
  msgid "Thanks for your support!"
650
  msgstr "Danke für Ihre Unterstützung!"
651
 
657
  msgid "This plugin allows you to easily add Meta Tags to your website."
658
  msgstr ""
659
 
660
+ #: inc/php/sidebar.php:23
661
  msgid "Help"
662
  msgstr "Hilfe"
663
 
664
+ #: inc/php/sidebar.php:25
665
  msgid "If you have a question, please read the information in the FAQ section."
666
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
667
 
674
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
675
 
676
  #. Description of the plugin/theme
677
+ msgid ""
678
+ "Easily and safely add your custom Meta Tags to WordPress website's header."
679
  msgstr ""
680
 
681
  #. Author of the plugin/theme
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-09-24 16:19+0300\n"
7
- "PO-Revision-Date: 2017-09-24 16:21+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -12,12 +12,13 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 1.8.4\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: all-meta-tags.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;"
20
- "esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
@@ -34,26 +35,26 @@ msgid "Meta Tags Inserter"
34
  msgstr "Meta Tags Inserter"
35
 
36
  #: inc/php/messages.php:26
37
- msgid "Hello. I'm Arthur, the author of this plugin."
38
- msgstr "Hola! Yo soy Arthur, el autor de este complemento."
39
 
40
  #: inc/php/messages.php:28
41
  #, php-format
42
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
43
  msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
44
 
45
- #: inc/php/messages.php:61
46
  msgid "You have installed an old version of this plugin."
47
  msgstr "Has instalado una versión antigua de este complemento."
48
 
49
- #: inc/php/messages.php:62
50
  msgid "Please update the plugin to the latest version, and all will be fine."
51
  msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
52
 
53
  #: inc/php/page.php:30
54
  #, php-format
55
- msgid "by %s Space X-Chimp Studio %s"
56
- msgstr "por %s Space X-Chimp Studio %s"
57
 
58
  #: inc/php/page.php:36
59
  msgid "Version"
@@ -67,7 +68,7 @@ msgstr "Uso"
67
  msgid "F.A.Q."
68
  msgstr "Preguntas ?"
69
 
70
- #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
71
  msgid "Support"
72
  msgstr "Soporte"
73
 
@@ -111,263 +112,317 @@ msgstr "¡Es así de simple!"
111
  msgid "Note!"
112
  msgstr "¡Nota!"
113
 
114
- #: inc/php/page.php:73
115
- msgid "If you want more options then tell me and I will be happy to add it."
116
- msgstr "Si quieres más opciones, dímelo y estaré encantado de añadirlo."
 
 
 
117
 
118
- #: inc/php/page.php:82
119
  msgid "Frequently Asked Questions"
120
  msgstr "Preguntas Frecuentes"
121
 
122
- #: inc/php/page.php:86
123
- msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
 
 
124
  msgstr ""
125
- "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta "
126
- "está aquí."
127
 
128
- #: inc/php/page.php:108
129
  msgid "Will this plugin work on my WordPress.COM website?"
130
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
131
 
132
- #: inc/php/page.php:109
133
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
134
- msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
 
 
 
 
135
 
136
- #: inc/php/page.php:111
137
  msgid "Can I use this plugin on my language?"
138
  msgstr "¿Puedo usar este complemento en mi idioma?"
139
 
140
- #: inc/php/page.php:112
141
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
142
- msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
 
 
 
 
143
 
144
- #: inc/php/page.php:114
145
  #, php-format
146
  msgid ""
147
- "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is "
148
- "included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO "
149
- "file to me at the %s and I will include this translation within the next plugin update."
 
 
150
  msgstr ""
151
- "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido "
152
- "y colocado en la carpeta \"languages\", para crear un archivo PO de traducción. Simplemente envíeme el "
153
- "archivo PO en el %s e incluiré esta traducción en la siguiente actualización del complemento."
 
 
154
 
155
- #: inc/php/page.php:119
156
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
 
 
157
  msgstr ""
158
- "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
 
159
 
160
- #: inc/php/page.php:120
161
  msgid ""
162
- "Many of plugin users would be delighted if you share your translation with the community. Thanks for your "
163
- "contribution!"
164
  msgstr ""
165
- "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. "
166
- "¡Gracias por tu contribución!"
167
 
168
- #: inc/php/page.php:122
169
  msgid "How does it work?"
170
  msgstr "¿Como funciona?"
171
 
172
- #: inc/php/page.php:123
173
  msgid ""
174
- "On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save "
175
- "changes\" button. Enjoy the improved SEO of your website. It's that simple!"
 
176
  msgstr ""
177
 
178
- #: inc/php/page.php:125
179
  msgid "How much of description I can enter in the text field?"
180
  msgstr ""
181
 
182
- #: inc/php/page.php:126
183
  msgid ""
184
- "I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
185
- "description."
186
  msgstr ""
187
 
188
- #: inc/php/page.php:128
189
  msgid "How much of keywords I can enter in the text field?"
190
  msgstr ""
191
 
192
- #: inc/php/page.php:129
193
- msgid "I don't limit the number of characters."
194
  msgstr ""
195
 
196
- #: inc/php/page.php:131
197
- msgid "I can't get verify my website. What am I doing wrong?"
198
  msgstr ""
199
 
200
- #: inc/php/page.php:132
201
  msgid ""
202
- "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is "
203
- "confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the "
204
- "whole tag (<code>&lt;meta name=\"google-site-verification\" content=“1234567890” /&gt;</code>). So just "
205
- "paste that into the relevant field and you will see “Successmessage appear within a few seconds."
 
 
206
  msgstr ""
207
 
208
- #: inc/php/page.php:134
209
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
210
  msgstr ""
211
 
212
- #: inc/php/page.php:135
213
  msgid ""
214
- "To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both "
215
- "plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
 
216
  msgstr ""
217
 
218
- #: inc/php/page.php:143
219
- msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
220
- msgstr ""
221
-
222
- #: inc/php/page.php:145
223
- msgid "Does this plugin requires any modification of the theme?"
224
- msgstr "¿Este complemento requiere alguna modificación del tema?"
225
-
226
- #: inc/php/page.php:146
227
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
228
- msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
229
-
230
- #: inc/php/page.php:148
231
- msgid "Does this require any knowledge of HTML or CSS?"
232
- msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
233
-
234
  #: inc/php/page.php:149
235
  msgid ""
236
- "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
237
- "settings page."
238
  msgstr ""
239
- "Absolutamente no. Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página "
240
- "de configuración la cual es fácil de usar."
241
 
242
  #: inc/php/page.php:151
243
- msgid "It's not working. What could be wrong?"
244
- msgstr "No funciona. ¿Qué podría estar mal?"
245
 
246
  #: inc/php/page.php:152
247
  msgid ""
248
- "As with every plugin, it's possible that things don't work. The most common reason for this is a web "
249
- "browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to "
250
- "reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache "
251
- "may solve the problem."
252
  msgstr ""
253
- "Como con todos los complementos, es posible que las cosas no funcionen. La razón más común para esto es la "
254
- "caché de un navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, "
255
- "imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del "
256
- "navegador. Limpiar la caché del navegador puede resolver el problema."
257
 
258
- #: inc/php/page.php:153
259
- msgid ""
260
- "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's "
261
- "support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much "
262
- "information as possible, including a link to your website where the problem can be seen."
263
- msgstr ""
264
- "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro "
265
- "de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte. "
266
- "Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el "
267
- "problema."
268
 
269
  #: inc/php/page.php:155
270
  msgid ""
271
- "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
 
272
  msgstr ""
273
- "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. "
274
- "¿Porqué sucede esto?"
275
 
276
- #: inc/php/page.php:156
277
- msgid ""
278
- "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. "
279
- "It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or "
280
- "some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login "
281
- "to the website, this too can help."
282
- msgstr ""
283
- "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la "
284
- "configuración del sitio web. Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web "
285
- "(puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu "
286
- "navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
287
 
288
  #: inc/php/page.php:158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  msgid "Where to report bug if found?"
290
  msgstr "¿Dónde informar el error si se encuentra?"
291
 
292
- #: inc/php/page.php:160
293
  #, php-format
294
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
295
- msgstr "Visita la página dedicada del complemento %s en GitHub %s e informa."
 
 
296
 
297
- #: inc/php/page.php:166
298
  msgid "Where to share any ideas or suggestions to make the plugin better?"
299
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
300
 
301
- #: inc/php/page.php:168
302
  #, php-format
303
- msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
 
304
  msgstr ""
305
- "¡Cualquier sugerencia es muy bienvenida! Por favor envíame un correo electrónico a %s. ¡Muchas Gracias!"
306
 
307
- #: inc/php/page.php:173
308
  msgid "I love this plugin! Can I help somehow?"
309
  msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
310
 
311
- #: inc/php/page.php:175
312
  #, php-format
313
  msgid ""
314
- "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and "
315
- "thank you!"
316
  msgstr ""
317
- "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el "
318
- "botón DONAR y gracias!"
319
 
320
- #: inc/php/page.php:181
321
  msgid "My question wasn't answered here."
322
  msgstr "Mi pregunta no fue contestada aquí."
323
 
324
- #: inc/php/page.php:183
325
  #, php-format
326
  msgid ""
327
- "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, "
328
- "and there is no a special support team, so I have no way to answer everyone."
 
329
  msgstr ""
330
- "Puede hacer tu pregunta en la página de soporte del complementos %s. Pero ten en cuenta que este complemento "
331
- "es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
 
332
 
333
- #: inc/php/page.php:196
334
  msgid "Support Me"
335
  msgstr "Apoyarme!"
336
 
337
- #: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
338
  msgid "Donate with PayPal"
339
  msgstr "Donar con PayPal"
340
 
341
- #: inc/php/page.php:209
342
  #, php-format
343
- msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
344
- msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp Studio %s."
 
 
 
 
345
 
346
- #: inc/php/page.php:217
347
  msgid ""
348
- "My intention is to create projects that will make this world a better place. I'm really passionate about my "
349
- "work, I like what I'm doing and hope that you will be enriched by my projects too."
 
350
  msgstr ""
351
- "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy realmente apasionado por mi "
352
- "trabajo, me gusta lo que estoy haciendo y espero que tú también te enriquezcas con mis proyectos."
 
353
 
354
- #: inc/php/page.php:218
355
  msgid ""
356
- "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are "
357
- "useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent "
358
- "developer, without a regular income, so every little contribution helps cover my costs and lets me spend "
359
- "more time building things for people like you to enjoy."
 
 
360
  msgstr ""
361
- "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo "
362
- "sean útiles, y la prueba definitiva para de que son útiles, es que realmente desea utilizarlos. Pero, soy "
363
- "un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a "
364
- "cubrir mis costos y me deja pasar más tiempo construyendo cosas para que la gente como tú lo disfrute."
 
 
365
 
366
- #: inc/php/page.php:219
367
  msgid "If you appreciate my work, you can buy me a coffee!"
368
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
369
 
370
- #: inc/php/page.php:220
371
  msgid "Thank you for your support!"
372
  msgstr "¡Gracias por tu apoyo!"
373
 
@@ -381,37 +436,45 @@ msgstr "Web Master Tools"
381
 
382
  #: inc/php/settings.php:27
383
  msgid ""
384
- "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your "
385
- "blog or store before they provide their services to you. You can use the options below to verify your "
386
- "domain. If your domain is already verified, you can just forget about these."
 
387
  msgstr ""
388
- "Webmaster Tools exige que verifiques tu dominio. Esto garantiza que tú eres el propietario de tu página "
389
- "antes de que ellos te brinden su servicio. Puedes usar las opciones que aparecen a continuación para "
390
- "verificar tu dominio. Si tu dominio ya está verificado, puedes obviar esto."
 
391
 
392
  #: inc/php/settings.php:33
393
  msgid ""
394
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;"
395
- "meta name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
396
  msgstr ""
397
- "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
398
- "br>Ejemplo: &lt;meta name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
399
 
400
  #: inc/php/settings.php:39
401
  msgid ""
402
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;"
403
- "meta name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
 
404
  msgstr ""
405
- "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
406
- "br>Ejemplo: &lt;meta name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
 
407
 
408
  #: inc/php/settings.php:45
409
  msgid ""
410
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;"
411
- "meta name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
 
412
  msgstr ""
413
- "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
414
- "br>Ejemplo: &lt;meta name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
 
415
 
416
  #: inc/php/settings.php:54
417
  msgid "Domain Verification"
@@ -419,75 +482,88 @@ msgstr "Verificación del domino"
419
 
420
  #: inc/php/settings.php:56
421
  msgid ""
422
- "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes "
423
- "sure that you are the correct owner of your blog or store before they provide their services to you. You can "
424
- "use the options below to verify your domain. If your domain is already verified, you can just forget about "
425
- "these."
 
426
  msgstr ""
427
- "Los servicios de terceros, como Alexa, Pinterest y Google Plus, exigen que verifiques tu dominio. Esto "
428
- "garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio. Puedes usar las "
429
- "opciones que aparecen a continuación para verificar tu dominio. Si tu dominio ya está verificado, puedes "
430
- "obviar esto."
 
431
 
432
  #: inc/php/settings.php:62
433
  msgid ""
434
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;"
435
- "meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
 
436
  msgstr ""
437
- "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
438
- "br>Ejemplo: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
 
439
 
440
  #: inc/php/settings.php:68
441
  msgid ""
442
- "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/"
443
- "+ArthurGareginyan/"
444
  msgstr ""
445
- "Ingresa la URL completa del perfil de Google+ del editor. <br>Ejemplo: https://plus.google.com/"
446
- "+ArthurGareginyan/"
447
 
448
  #: inc/php/settings.php:74
449
  msgid ""
450
- "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur."
451
- "gareginyan"
452
  msgstr ""
453
- "Ingresa la URL completa del perfil de Facebook del editor. <br>Ejemplo: https://www.facebook.com/arthur."
454
- "gareginyan"
455
 
456
  #: inc/php/settings.php:80
457
  msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
458
- msgstr "Ingresa el nombre de usuario de Twitter del editor. <br>Ejemplo: @AGareginyan"
 
459
 
460
  #: inc/php/settings.php:86
461
  msgid ""
462
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;"
463
- "meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
 
464
  msgstr ""
465
- "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
466
- "br>Ejemplo: &lt;meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
 
467
 
468
  #: inc/php/settings.php:92
469
  msgid ""
470
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;"
471
- "meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
472
  msgstr ""
473
- "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
474
- "br>Ejemplo: &lt;meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
475
 
476
  #: inc/php/settings.php:98
477
  msgid ""
478
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;"
479
- "meta name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
 
480
  msgstr ""
481
- "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
482
- "br>Ejemplo: &lt;meta name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
 
483
 
484
  #: inc/php/settings.php:104
485
  msgid ""
486
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;"
487
- "meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
 
488
  msgstr ""
489
- "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
490
- "br>Ejemplo: &lt;meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
 
491
 
492
  #: inc/php/settings.php:108
493
  msgid "Custom Meta Tags"
@@ -495,11 +571,11 @@ msgstr "Meta etiquetas personalizadas"
495
 
496
  #: inc/php/settings.php:110
497
  msgid ""
498
- "If you can't find a field to enter your required meta tag then you can add it here. In this field you can "
499
- "add multiple meta tags."
500
  msgstr ""
501
- "Si no encuentras un campo para introducir la meta etiqueta que requieres, puedes añadirla aquí. En este "
502
- "campo puedes agregar varias meta etiquetas."
503
 
504
  #: inc/php/settings.php:118
505
  msgid "Meta Tags for Static Home Page only"
@@ -507,11 +583,12 @@ msgstr "Meta etiquetas sólo para la página de inicio estática"
507
 
508
  #: inc/php/settings.php:120
509
  msgid ""
510
- "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of "
511
- "your website."
512
  msgstr ""
513
- "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave "
514
- "sólo en la página de inicio de tu sitio web."
 
515
 
516
  #: inc/php/settings.php:124
517
  msgid "Home Description"
@@ -519,21 +596,24 @@ msgstr "Descripción del sitio"
519
 
520
  #: inc/php/settings.php:126 inc/php/settings.php:147
521
  msgid ""
522
- "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 "
523
- "chars for the home description."
524
  msgstr ""
525
- "Ingresa una breve descripción de tu sitio web (Entre 150 y 250 caracteres). La mayoría de los motores de "
526
- "búsqueda usa un máximo de 160 caracteres para esta descripción."
 
527
 
528
  #: inc/php/settings.php:129
529
  msgid "Home Keyword(s)"
530
  msgstr "Palabra(s) clave de la página de inicio"
531
 
532
  #: inc/php/settings.php:131
533
- msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
 
 
534
  msgstr ""
535
- "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página estática de inicio "
536
- "de tu sitio web."
537
 
538
  #: inc/php/settings.php:139
539
  msgid "Meta Tags for Default Home Page and Blog Page only"
@@ -541,11 +621,12 @@ msgstr "Meta etiquetas sólo para la página de inicio y la del blog"
541
 
542
  #: inc/php/settings.php:141
543
  msgid ""
544
- "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page "
545
- "and Blog Page of your website."
546
  msgstr ""
547
- "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave "
548
- "en la página de inicio y en la del blog de tu sitio web."
 
549
 
550
  #: inc/php/settings.php:145
551
  msgid "Blog Description"
@@ -556,10 +637,11 @@ msgid "Blog Keyword(s)"
556
  msgstr "Palabra(s) clave del blog"
557
 
558
  #: inc/php/settings.php:152
559
- msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
 
560
  msgstr ""
561
- "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página del blog de tu sitio "
562
- "web."
563
 
564
  #: inc/php/settings.php:160
565
  msgid "Meta Tags for all website (Global)"
@@ -567,11 +649,12 @@ msgstr "Meta etiquetas para todo el sitio web (Globales)"
567
 
568
  #: inc/php/settings.php:162
569
  msgid ""
570
- "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your "
571
- "website."
572
  msgstr ""
573
- "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Autor, Derechos Reservados y "
574
- "Palabras Clave en cualquier parte de tu sitio web."
 
575
 
576
  #: inc/php/settings.php:166
577
  msgid "Author"
@@ -595,7 +678,9 @@ msgstr "Palabra(s) clave"
595
 
596
  #: inc/php/settings.php:188
597
  msgid "Enter a comma-delimited list of global keywords for your website."
598
- msgstr "Ingresa un listado, separado por comas, de las palabras clave globales para tu sitio web."
 
 
599
 
600
  #: inc/php/settings.php:198
601
  msgid "WooCommerce & Google Shopping"
@@ -603,31 +688,37 @@ msgstr "WooCommerce y Google Shopping"
603
 
604
  #: inc/php/settings.php:200
605
  msgid ""
606
- "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all "
607
- "WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars "
608
- "and 80 cents of US."
 
609
  msgstr ""
610
- "Este plugin añade automáticamente los datos estructurados de Google Shopping (Merchant Center) en todas las "
611
- "páginas de producto de tu sitio web. Aquí esta el código para una blusa de mujer que cuesta 16 dólares con "
612
- "80 centavos norteamericanos."
 
613
 
614
  #: inc/php/settings.php:210
615
  msgid ""
616
- "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/"
617
- "structured-data/testing-tool\" target=\"_blank\">here</a>."
 
618
  msgstr ""
619
- "Puedes revisar los datos generados para las páginas de tu sitio web <a href=\"https://search.google.com/"
620
- "structured-data/testing-tool\" target=\"_blank\">aquí</a>."
 
621
 
622
- #: inc/php/settings.php:217 inc/php/sidebar.php:25
623
  msgid ""
624
- "I'm an independent developer, without a regular income, so every little contribution helps cover my costs "
625
- "and lets me spend more time building things for people like you to enjoy."
 
626
  msgstr ""
627
- "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a "
628
- "cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
 
629
 
630
- #: inc/php/settings.php:224 inc/php/sidebar.php:32
631
  msgid "Thanks for your support!"
632
  msgstr "¡Gracias por tu apoyo!"
633
 
@@ -637,15 +728,19 @@ msgstr "Acerca de"
637
 
638
  #: inc/php/sidebar.php:18
639
  msgid "This plugin allows you to easily add Meta Tags to your website."
640
- msgstr "Este plugin te permite añadir fácilmente Meta Etiquetas personalizadas a tu sitio web."
 
 
641
 
642
- #: inc/php/sidebar.php:37
643
  msgid "Help"
644
  msgstr "Ayuda"
645
 
646
- #: inc/php/sidebar.php:39
647
  msgid "If you have a question, please read the information in the FAQ section."
648
- msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
 
 
649
 
650
  #. Plugin Name of the plugin/theme
651
  msgid "All Meta Tags"
@@ -656,9 +751,11 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
656
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
657
 
658
  #. Description of the plugin/theme
659
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
 
660
  msgstr ""
661
- "Añade de forma fácil y segura tus Meta Tags personalizadas en la cabecera de tu sitio web hecho en WordPress."
 
662
 
663
  #. Author of the plugin/theme
664
  msgid "Arthur Gareginyan"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - All Meta Tags - Development (trunk)\n"
6
+ "POT-Creation-Date: 2018-01-20 14:28+0300\n"
7
+ "PO-Revision-Date: 2018-01-20 16:15+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 1.8.7\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: all-meta-tags.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
35
  msgstr "Meta Tags Inserter"
36
 
37
  #: inc/php/messages.php:26
38
+ msgid "Hello. We are the team of Space X-Chimp."
39
+ msgstr "Hola! Yo soy Space X-Chimp, el autor de este complemento."
40
 
41
  #: inc/php/messages.php:28
42
  #, php-format
43
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
44
  msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
45
 
46
+ #: inc/php/messages.php:68
47
  msgid "You have installed an old version of this plugin."
48
  msgstr "Has instalado una versión antigua de este complemento."
49
 
50
+ #: inc/php/messages.php:69
51
  msgid "Please update the plugin to the latest version, and all will be fine."
52
  msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
53
 
54
  #: inc/php/page.php:30
55
  #, php-format
56
+ msgid "by %s Space X-Chimp %s"
57
+ msgstr "por %s Space X-Chimp %s"
58
 
59
  #: inc/php/page.php:36
60
  msgid "Version"
68
  msgid "F.A.Q."
69
  msgstr "Preguntas ?"
70
 
71
+ #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:30
72
  msgid "Support"
73
  msgstr "Soporte"
74
 
112
  msgid "Note!"
113
  msgstr "¡Nota!"
114
 
115
+ #: inc/php/page.php:74
116
+ #, php-format
117
+ msgid ""
118
+ "If you want more options then %s tell us %s and we will be happy to add it."
119
+ msgstr ""
120
+ "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
121
 
122
+ #: inc/php/page.php:88
123
  msgid "Frequently Asked Questions"
124
  msgstr "Preguntas Frecuentes"
125
 
126
+ #: inc/php/page.php:92
127
+ msgid ""
128
+ "If you have a question, please read the Frequently Asked Questions below to "
129
+ "see if the answer is here."
130
  msgstr ""
131
+ "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a "
132
+ "continuación, para ver si la respuesta está aquí."
133
 
134
+ #: inc/php/page.php:114
135
  msgid "Will this plugin work on my WordPress.COM website?"
136
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
137
 
138
+ #: inc/php/page.php:115
139
+ msgid ""
140
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
141
+ "websites."
142
+ msgstr ""
143
+ "Lo sentimos, este complemento está disponible para su uso solo en sitios web "
144
+ "alojados (WordPress.ORG)."
145
 
146
+ #: inc/php/page.php:117
147
  msgid "Can I use this plugin on my language?"
148
  msgstr "¿Puedo usar este complemento en mi idioma?"
149
 
150
+ #: inc/php/page.php:118
151
+ msgid ""
152
+ "Yes. This plugin is ready for translation and has already been translated "
153
+ "into several languages."
154
+ msgstr ""
155
+ "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a "
156
+ "varios idiomas."
157
 
158
+ #: inc/php/page.php:120
159
  #, php-format
160
  msgid ""
161
+ "If you want to help translate this plugin then please visit the %s. You can "
162
+ "also use the POT file, that is included and placed in the \"languages\" "
163
+ "folder, in order to create a translation PO file. Just send the PO file to "
164
+ "us at the %s and we will include this translation within the next plugin "
165
+ "update."
166
  msgstr ""
167
+ "Si quieres ayudar a traducir este complemento, visita el %s. También puede "
168
+ "utilizar el archivo POT, incluido y colocado en la carpeta languages”, para "
169
+ "crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el "
170
+ "%s e incluiremos esta traducción en la siguiente actualización del "
171
+ "complemento."
172
 
173
+ #: inc/php/page.php:125
174
+ msgid ""
175
+ "Maybe not all existed translations are up to date. You are welcome to "
176
+ "contribute corrections!"
177
  msgstr ""
178
+ "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos "
179
+ "a contribuir correcciones!"
180
 
181
+ #: inc/php/page.php:126
182
  msgid ""
183
+ "Many of plugin users would be delighted if you share your translation with "
184
+ "the community. Thanks for your contribution!"
185
  msgstr ""
186
+ "Muchos de los usuarios de este complemento estarían encantados si compartes "
187
+ "tu traducción con la comunidad. ¡Gracias por tu contribución!"
188
 
189
+ #: inc/php/page.php:128
190
  msgid "How does it work?"
191
  msgstr "¿Como funciona?"
192
 
193
+ #: inc/php/page.php:129
194
  msgid ""
195
+ "On the \"Settings\" tab, fill in the required fields, select the desired "
196
+ "settings and click the \"Save changes\" button. Enjoy the improved SEO of "
197
+ "your website. It's that simple!"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:131
201
  msgid "How much of description I can enter in the text field?"
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:132
205
  msgid ""
206
+ "We don't limit the number of characters, but most search engines use a "
207
+ "maximum of 160 chars for the home description."
208
  msgstr ""
209
 
210
+ #: inc/php/page.php:134
211
  msgid "How much of keywords I can enter in the text field?"
212
  msgstr ""
213
 
214
+ #: inc/php/page.php:135
215
+ msgid "We don't limit the number of characters."
216
  msgstr ""
217
 
218
+ #: inc/php/page.php:137
219
+ msgid "I can't get verify the website of the creator. What am I doing wrong?"
220
  msgstr ""
221
 
222
+ #: inc/php/page.php:138
223
  msgid ""
224
+ "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
225
+ "SpecificFeeds) gives you is confusing as you only have to paste in the "
226
+ "serial key number/letters (<code>1234567890</code>) and not the whole tag "
227
+ "(<code>&lt;meta name=\"google-site-verification\" content=“1234567890/&gt;"
228
+ "</code>). So just paste that into the relevant field and you will see "
229
+ "“Success” message appear within a few seconds."
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:140
233
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
234
  msgstr ""
235
 
236
+ #: inc/php/page.php:141
237
  msgid ""
238
+ "To make these plugins compatible you need to stick to one simple rule: do "
239
+ "not fill the same field in both plugins at once. Otherwise both plugins "
240
+ "fulfill their work and you will get a duplicate actions, for example:"
241
  msgstr ""
242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  #: inc/php/page.php:149
244
  msgid ""
245
+ "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
 
246
  msgstr ""
 
 
247
 
248
  #: inc/php/page.php:151
249
+ msgid "Does this plugin requires any modification of the theme?"
250
+ msgstr "¿Este complemento requiere alguna modificación del tema?"
251
 
252
  #: inc/php/page.php:152
253
  msgid ""
254
+ "Absolutely not. This plugin is configurable entirely from the plugin "
255
+ "settings page."
 
 
256
  msgstr ""
257
+ "Absolutamente NO. Este complemento se puede configurar completamente desde "
258
+ "su página de configuración."
 
 
259
 
260
+ #: inc/php/page.php:154
261
+ msgid "Does this require any knowledge of HTML or CSS?"
262
+ msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
 
 
 
 
 
 
 
263
 
264
  #: inc/php/page.php:155
265
  msgid ""
266
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or "
267
+ "CSS, using an easy-to-use plugin settings page."
268
  msgstr ""
269
+ "Absolutamente no. Este complemento se puede configurar sin conocimientos de "
270
+ "HTML o CSS, utilizando su página de configuración la cual es fácil de usar."
271
 
272
+ #: inc/php/page.php:157
273
+ msgid "It's not working. What could be wrong?"
274
+ msgstr "No funciona. ¿Qué podría estar mal?"
 
 
 
 
 
 
 
 
275
 
276
  #: inc/php/page.php:158
277
+ msgid ""
278
+ "As with every plugin, it's possible that things don't work. The most common "
279
+ "reason for this is a web browser's cache. Every web browser stores a cache "
280
+ "of the websites you visit (pages, images, and etc.) to reduce bandwidth "
281
+ "usage and server load. This is called the browser's cache.​ Clearing your "
282
+ "browser's cache may solve the problem."
283
+ msgstr ""
284
+ "Como con todos los complementos, es posible que las cosas no funcionen. La "
285
+ "razón más común para esto es la caché de un navegador web. Cada navegador "
286
+ "web almacena una caché de los sitios web que visitas (páginas, imágenes y "
287
+ "etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto "
288
+ "se denomina caché del navegador. Limpiar la caché del navegador puede "
289
+ "resolver el problema."
290
+
291
+ #: inc/php/page.php:159
292
+ msgid ""
293
+ "It's impossible to tell what could be wrong exactly, but if you post a "
294
+ "support request in the plugin's support forum on WordPress.org, we'd be "
295
+ "happy to give it a look and try to help out. Please include as much "
296
+ "information as possible, including a link to your website where the problem "
297
+ "can be seen."
298
+ msgstr ""
299
+ "Es imposible decir exactamente lo que podría estar mal, pero si publicas una "
300
+ "solicitud de soporte en el foro de soporte del complemento en WordPress.org, "
301
+ "estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta "
302
+ "información como sea posible, incluyendo un enlace a tu sitio web donde se "
303
+ "pueda ver el problema."
304
+
305
+ #: inc/php/page.php:161
306
+ msgid ""
307
+ "The last WordPress update is preventing me from editing the website of the "
308
+ "creator that is using this plugin. Why is this?"
309
+ msgstr ""
310
+ "La última actualización de WordPress me impide editar mi sitio web que está "
311
+ "utilizando este complemento. ¿Porqué sucede esto?"
312
+
313
+ #: inc/php/page.php:162
314
+ msgid ""
315
+ "This plugin can not cause such problem. More likely, the problem are related "
316
+ "to the settings of the website. It could just be a cache, so please try to "
317
+ "clear your website's cache (may be you using a caching plugin, or some web "
318
+ "service such as the CloudFlare) and then the cache of your web browser. Also "
319
+ "please try to re-login to the website, this too can help."
320
+ msgstr ""
321
+ "Este complemento no puede causar este problema. Lo más probable es que el "
322
+ "problema esté relacionado con la configuración del sitio web. Podría ser "
323
+ "sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser "
324
+ "que utilices un complemento de caché o algún servicio web como CloudFlare) y "
325
+ "luego la caché de tu navegador web. También intenta volver a conectarte al "
326
+ "sitio web, esto también puede ayudar."
327
+
328
+ #: inc/php/page.php:164
329
  msgid "Where to report bug if found?"
330
  msgstr "¿Dónde informar el error si se encuentra?"
331
 
332
+ #: inc/php/page.php:166
333
  #, php-format
334
+ msgid ""
335
+ "Please visit %s this page %s and report. Please do not forget to specify the "
336
+ "name of the plugin. Thank you!"
337
+ msgstr ""
338
 
339
+ #: inc/php/page.php:172
340
  msgid "Where to share any ideas or suggestions to make the plugin better?"
341
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
342
 
343
+ #: inc/php/page.php:174
344
  #, php-format
345
+ msgid ""
346
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
347
+ "forget to specify the name of the plugin. Thank you!"
348
  msgstr ""
 
349
 
350
+ #: inc/php/page.php:180
351
  msgid "I love this plugin! Can I help somehow?"
352
  msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
353
 
354
+ #: inc/php/page.php:182
355
  #, php-format
356
  msgid ""
357
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
358
+ "the creator %s, click on the donate button, and thank you!"
359
  msgstr ""
360
+ "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s "
361
+ "mi sitio web %s, has clic en el botón DONAR y gracias!"
362
 
363
+ #: inc/php/page.php:188
364
  msgid "My question wasn't answered here."
365
  msgstr "Mi pregunta no fue contestada aquí."
366
 
367
+ #: inc/php/page.php:190
368
  #, php-format
369
  msgid ""
370
+ "You can ask your question on %s this page %s. But please keep in mind that "
371
+ "this plugin is free, and there is no a special support team, so we have no "
372
+ "way to answer everyone."
373
  msgstr ""
374
+ "Puede hacer tu pregunta en %s la página de soporte del complementos %s. Pero "
375
+ "ten en cuenta que este complemento es gratuito, y no hay un equipo de "
376
+ "soporte especial, así que no tengo forma de responder a todos."
377
 
378
+ #: inc/php/page.php:204
379
  msgid "Support Me"
380
  msgstr "Apoyarme!"
381
 
382
+ #: inc/php/page.php:212 inc/php/settings.php:222 inc/php/sidebar.php:37
383
  msgid "Donate with PayPal"
384
  msgstr "Donar con PayPal"
385
 
386
+ #: inc/php/page.php:217
387
  #, php-format
388
+ msgid ""
389
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
390
+ "Chimp %s."
391
+ msgstr ""
392
+ "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-"
393
+ "Chimp %s."
394
 
395
+ #: inc/php/page.php:225
396
  msgid ""
397
+ "My intention is to create projects that will make this world a better place. "
398
+ "I'm really passionate about my work, I like what I'm doing and hope that you "
399
+ "will be enriched by my projects too."
400
  msgstr ""
401
+ "Mi intención es crear proyectos que hagan de este mundo un lugar mejor. Soy "
402
+ "realmente apasionado por mi trabajo, me gusta lo que estoy haciendo y espero "
403
+ "que tú también te enriquezcas con mis proyectos."
404
 
405
+ #: inc/php/page.php:226
406
  msgid ""
407
+ "I spend a lot of time and effort trying to make sure that the themes, "
408
+ "plugins and other things I build are useful, and the ultimate proof of that "
409
+ "for me is that you actually want to use them. But, I’m an independent "
410
+ "developer, without a regular income, so every little contribution helps "
411
+ "cover my costs and lets me spend more time building things for people like "
412
+ "you to enjoy."
413
  msgstr ""
414
+ "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, "
415
+ "complementos y otras cosas que construyo sean útiles, y la prueba definitiva "
416
+ "para de que son útiles, es que realmente desea utilizarlos. Pero, soy un "
417
+ "desarrollador independiente, sin un ingreso regular, por lo que cada pequeña "
418
+ "contribución me ayuda a cubrir mis costos y me deja pasar más tiempo "
419
+ "construyendo cosas para que la gente como tú lo disfrute."
420
 
421
+ #: inc/php/page.php:227
422
  msgid "If you appreciate my work, you can buy me a coffee!"
423
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
424
 
425
+ #: inc/php/page.php:228
426
  msgid "Thank you for your support!"
427
  msgstr "¡Gracias por tu apoyo!"
428
 
436
 
437
  #: inc/php/settings.php:27
438
  msgid ""
439
+ "Webmaster Tools require you to verify your domain. This makes sure that you "
440
+ "are the correct owner of your blog or store before they provide their "
441
+ "services to you. You can use the options below to verify your domain. If "
442
+ "your domain is already verified, you can just forget about these."
443
  msgstr ""
444
+ "Webmaster Tools exige que verifiques tu dominio. Esto garantiza que tú eres "
445
+ "el propietario de tu página antes de que ellos te brinden su servicio. "
446
+ "Puedes usar las opciones que aparecen a continuación para verificar tu "
447
+ "dominio. Si tu dominio ya está verificado, puedes obviar esto."
448
 
449
  #: inc/php/settings.php:33
450
  msgid ""
451
+ "Enter your meta key “content” value from your verification code to verify "
452
+ "your website. <br>Example: &lt;meta name=\"google-site-verification\" "
453
+ "content=“<b>1234567890</b>” /&gt;"
454
  msgstr ""
455
+ "Ingresa el valor de tu meta clave “content” proveniente del código de "
456
+ "verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"google-site-"
457
+ "verification\" content=“<b>1234567890</b>” /&gt;"
458
 
459
  #: inc/php/settings.php:39
460
  msgid ""
461
+ "Enter your meta key “content” value from your verification code to verify "
462
+ "your website. <br>Example: &lt;meta name=\"msvalidate.01\" "
463
+ "content=“<b>1234567890</b>” /&gt;"
464
  msgstr ""
465
+ "Ingresa el valor de tu meta clave “content” proveniente del código de "
466
+ "verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"msvalidate.01\" "
467
+ "content=“<b>1234567890</b>” /&gt;"
468
 
469
  #: inc/php/settings.php:45
470
  msgid ""
471
+ "Enter your meta key “content” value from your verification code to verify "
472
+ "your website. <br>Example: &lt;meta name=\"yandex-verification\" "
473
+ "content=“<b>1234567890</b>” /&gt;"
474
  msgstr ""
475
+ "Ingresa el valor de tu meta clave “content” proveniente del código de "
476
+ "verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"yandex-"
477
+ "verification\" content=“<b>1234567890</b>” /&gt;"
478
 
479
  #: inc/php/settings.php:54
480
  msgid "Domain Verification"
482
 
483
  #: inc/php/settings.php:56
484
  msgid ""
485
+ "Third-party services like Alexa, Pinterest and Google-Plus require you to "
486
+ "verify your domain. This makes sure that you are the correct owner of your "
487
+ "blog or store before they provide their services to you. You can use the "
488
+ "options below to verify your domain. If your domain is already verified, you "
489
+ "can just forget about these."
490
  msgstr ""
491
+ "Los servicios de terceros, como Alexa, Pinterest y Google Plus, exigen que "
492
+ "verifiques tu dominio. Esto garantiza que tú eres el propietario de tu "
493
+ "página antes de que ellos te brinden su servicio. Puedes usar las opciones "
494
+ "que aparecen a continuación para verificar tu dominio. Si tu dominio ya está "
495
+ "verificado, puedes obviar esto."
496
 
497
  #: inc/php/settings.php:62
498
  msgid ""
499
+ "Enter your meta key “content” value from your verification code to verify "
500
+ "your website. <br>Example: &lt;meta name=\"p:domain_verify\" "
501
+ "content=“<b>1234567890</b>” /&gt;"
502
  msgstr ""
503
+ "Ingresa el valor de tu meta clave “content” proveniente del código de "
504
+ "verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"p:domain_verify"
505
+ "\" content=“<b>1234567890</b>” /&gt;"
506
 
507
  #: inc/php/settings.php:68
508
  msgid ""
509
+ "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: "
510
+ "https://plus.google.com/+ArthurGareginyan/"
511
  msgstr ""
512
+ "Ingresa la URL completa del perfil de Google+ del editor. <br>Ejemplo: "
513
+ "https://plus.google.com/+ArthurGareginyan/"
514
 
515
  #: inc/php/settings.php:74
516
  msgid ""
517
+ "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: "
518
+ "https://www.facebook.com/arthur.gareginyan"
519
  msgstr ""
520
+ "Ingresa la URL completa del perfil de Facebook del editor. <br>Ejemplo: "
521
+ "https://www.facebook.com/arthur.gareginyan"
522
 
523
  #: inc/php/settings.php:80
524
  msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
525
+ msgstr ""
526
+ "Ingresa el nombre de usuario de Twitter del editor. <br>Ejemplo: @AGareginyan"
527
 
528
  #: inc/php/settings.php:86
529
  msgid ""
530
+ "Enter your meta key “content” value from your verification code to verify "
531
+ "your website. <br>Example: &lt;meta name=\"alexaVerifyID\" "
532
+ "content=“<b>1234567890</b>” /&gt;"
533
  msgstr ""
534
+ "Ingresa el valor de tu meta clave “content” proveniente del código de "
535
+ "verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"alexaVerifyID\" "
536
+ "content=“<b>1234567890</b>” /&gt;"
537
 
538
  #: inc/php/settings.php:92
539
  msgid ""
540
+ "Enter your meta key “content” value from your verification code to verify "
541
+ "your website. <br>Example: &lt;meta name=\"norton-safeweb-site-verification"
542
+ "\" content=“<b>1234567890</b>” /&gt;"
543
  msgstr ""
544
+ "Ingresa el valor de tu meta clave “content” proveniente del código de "
545
+ "verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"norton-safeweb-"
546
+ "site-verification\" content=“<b>1234567890</b>” /&gt;"
547
 
548
  #: inc/php/settings.php:98
549
  msgid ""
550
+ "Enter your meta key “content” value from your verification code to verify "
551
+ "your website. <br>Example: &lt;meta name=\"wot-verification\" "
552
+ "content=“<b>1234567890</b>” /&gt;"
553
  msgstr ""
554
+ "Ingresa el valor de tu meta clave “content” proveniente del código de "
555
+ "verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"wot-verification"
556
+ "\" content=“<b>1234567890</b>” /&gt;"
557
 
558
  #: inc/php/settings.php:104
559
  msgid ""
560
+ "Enter your meta key “content” value from your verification code to verify "
561
+ "your website. <br>Example: &lt;meta name=\"specificfeeds-verification-code\" "
562
+ "content=“<b>1234567890</b>” /&gt;"
563
  msgstr ""
564
+ "Ingresa el valor de tu meta clave “content” proveniente del código de "
565
+ "verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"specificfeeds-"
566
+ "verification-code\" content=“<b>1234567890</b>” /&gt;"
567
 
568
  #: inc/php/settings.php:108
569
  msgid "Custom Meta Tags"
571
 
572
  #: inc/php/settings.php:110
573
  msgid ""
574
+ "If you can't find a field to enter your required meta tag then you can add "
575
+ "it here. In this field you can add multiple meta tags."
576
  msgstr ""
577
+ "Si no encuentras un campo para introducir la meta etiqueta que requieres, "
578
+ "puedes añadirla aquí. En este campo puedes agregar varias meta etiquetas."
579
 
580
  #: inc/php/settings.php:118
581
  msgid "Meta Tags for Static Home Page only"
583
 
584
  #: inc/php/settings.php:120
585
  msgid ""
586
+ "You can use the options below to add meta tags such as Description and "
587
+ "Keywords only in Static Home Page of your website."
588
  msgstr ""
589
+ "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales "
590
+ "como Descripción y Palabras Clave sólo en la página de inicio de tu sitio "
591
+ "web."
592
 
593
  #: inc/php/settings.php:124
594
  msgid "Home Description"
596
 
597
  #: inc/php/settings.php:126 inc/php/settings.php:147
598
  msgid ""
599
+ "Enter a short description of your website (150-250 characters). Most search "
600
+ "engines use a maximum of 160 chars for the home description."
601
  msgstr ""
602
+ "Ingresa una breve descripción de tu sitio web (Entre 150 y 250 caracteres). "
603
+ "La mayoría de los motores de búsqueda usa un máximo de 160 caracteres para "
604
+ "esta descripción."
605
 
606
  #: inc/php/settings.php:129
607
  msgid "Home Keyword(s)"
608
  msgstr "Palabra(s) clave de la página de inicio"
609
 
610
  #: inc/php/settings.php:131
611
+ msgid ""
612
+ "Enter a comma-delimited list of keywords for only Static Home Page of your "
613
+ "website."
614
  msgstr ""
615
+ "Ingresa una lista, separadas por comas, de todas las palabras clave sólo "
616
+ "para la página estática de inicio de tu sitio web."
617
 
618
  #: inc/php/settings.php:139
619
  msgid "Meta Tags for Default Home Page and Blog Page only"
621
 
622
  #: inc/php/settings.php:141
623
  msgid ""
624
+ "You can use the options below to add meta tags such as Description and "
625
+ "Keywords only in Default Home Page and Blog Page of your website."
626
  msgstr ""
627
+ "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales "
628
+ "como Descripción y Palabras Clave en la página de inicio y en la del blog de "
629
+ "tu sitio web."
630
 
631
  #: inc/php/settings.php:145
632
  msgid "Blog Description"
637
  msgstr "Palabra(s) clave del blog"
638
 
639
  #: inc/php/settings.php:152
640
+ msgid ""
641
+ "Enter a comma-delimited list of keywords for only Blog Page of your website."
642
  msgstr ""
643
+ "Ingresa una lista, separadas por comas, de todas las palabras clave sólo "
644
+ "para la página del blog de tu sitio web."
645
 
646
  #: inc/php/settings.php:160
647
  msgid "Meta Tags for all website (Global)"
649
 
650
  #: inc/php/settings.php:162
651
  msgid ""
652
+ "You can use the options below to add meta tags such as Author, Copyright and "
653
+ "Keywords in everywhere on your website."
654
  msgstr ""
655
+ "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales "
656
+ "como Autor, Derechos Reservados y Palabras Clave en cualquier parte de tu "
657
+ "sitio web."
658
 
659
  #: inc/php/settings.php:166
660
  msgid "Author"
678
 
679
  #: inc/php/settings.php:188
680
  msgid "Enter a comma-delimited list of global keywords for your website."
681
+ msgstr ""
682
+ "Ingresa un listado, separado por comas, de las palabras clave globales para "
683
+ "tu sitio web."
684
 
685
  #: inc/php/settings.php:198
686
  msgid "WooCommerce & Google Shopping"
688
 
689
  #: inc/php/settings.php:200
690
  msgid ""
691
+ "This plugin automatically adds the necessary Google Shopping (Merchant "
692
+ "Center) structured data on all WooCommerce product pages on your website. "
693
+ "Here is the markup for women's T-shirt that sells for 16 dollars and 80 "
694
+ "cents of US."
695
  msgstr ""
696
+ "Este plugin añade automáticamente los datos estructurados de Google Shopping "
697
+ "(Merchant Center) en todas las páginas de producto de tu sitio web. Aquí "
698
+ "esta el código para una blusa de mujer que cuesta 16 dólares con 80 centavos "
699
+ "norteamericanos."
700
 
701
  #: inc/php/settings.php:210
702
  msgid ""
703
+ "Check these data generated on the pages of your website you can <a href="
704
+ "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
705
+ "\">here</a>."
706
  msgstr ""
707
+ "Puedes revisar los datos generados para las páginas de tu sitio web <a href="
708
+ "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
709
+ "\">aquí</a>."
710
 
711
+ #: inc/php/settings.php:217 inc/php/sidebar.php:32
712
  msgid ""
713
+ "I'm an independent developer, without a regular income, so every little "
714
+ "contribution helps cover my costs and lets me spend more time building "
715
+ "things for people like you to enjoy."
716
  msgstr ""
717
+ "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada "
718
+ "pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo "
719
+ "construyendo cosas para que personas como tú las disfruten."
720
 
721
+ #: inc/php/settings.php:224 inc/php/sidebar.php:39
722
  msgid "Thanks for your support!"
723
  msgstr "¡Gracias por tu apoyo!"
724
 
728
 
729
  #: inc/php/sidebar.php:18
730
  msgid "This plugin allows you to easily add Meta Tags to your website."
731
+ msgstr ""
732
+ "Este plugin te permite añadir fácilmente Meta Etiquetas personalizadas a tu "
733
+ "sitio web."
734
 
735
+ #: inc/php/sidebar.php:23
736
  msgid "Help"
737
  msgstr "Ayuda"
738
 
739
+ #: inc/php/sidebar.php:25
740
  msgid "If you have a question, please read the information in the FAQ section."
741
+ msgstr ""
742
+ "Si tiene alguna pregunta, lee la información en la sección de preguntas "
743
+ "frecuentes."
744
 
745
  #. Plugin Name of the plugin/theme
746
  msgid "All Meta Tags"
751
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
752
 
753
  #. Description of the plugin/theme
754
+ msgid ""
755
+ "Easily and safely add your custom Meta Tags to WordPress website's header."
756
  msgstr ""
757
+ "Añade de forma fácil y segura tus Meta Tags personalizadas en la cabecera de "
758
+ "tu sitio web hecho en WordPress."
759
 
760
  #. Author of the plugin/theme
761
  msgid "Arthur Gareginyan"
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-09-23 04:53+0300\n"
6
- "PO-Revision-Date: 2017-09-23 04:53+0300\n"
7
  "Last-Translator: Sergio <srg2010@yahoo.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_MX\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.8.4\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: all-meta-tags.php\n"
18
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
@@ -37,26 +37,26 @@ msgid "Meta Tags Inserter"
37
  msgstr "Meta Tags Inserter"
38
 
39
  #: inc/php/messages.php:26
40
- msgid "Hello. I'm Arthur, the author of this plugin."
41
  msgstr ""
42
 
43
  #: inc/php/messages.php:28
44
  #, php-format
45
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
46
  msgstr ""
47
 
48
- #: inc/php/messages.php:61
49
  msgid "You have installed an old version of this plugin."
50
  msgstr ""
51
 
52
- #: inc/php/messages.php:62
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr ""
55
 
56
  #: inc/php/page.php:30
57
  #, php-format
58
- msgid "by %s Space X-Chimp Studio %s"
59
- msgstr "por %s Space X-Chimp Studio %s"
60
 
61
  #: inc/php/page.php:36
62
  msgid "Version"
@@ -70,7 +70,7 @@ msgstr "Uso"
70
  msgid "F.A.Q."
71
  msgstr ""
72
 
73
- #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
74
  msgid "Support"
75
  msgstr "Soporte"
76
 
@@ -114,96 +114,98 @@ msgstr ""
114
  msgid "Note!"
115
  msgstr ""
116
 
117
- #: inc/php/page.php:73
118
- msgid "If you want more options then tell me and I will be happy to add it."
 
 
119
  msgstr ""
120
 
121
- #: inc/php/page.php:82
122
  msgid "Frequently Asked Questions"
123
  msgstr ""
124
 
125
- #: inc/php/page.php:86
126
  msgid ""
127
  "If you have a question, please read the Frequently Asked Questions below to "
128
  "see if the answer is here."
129
  msgstr ""
130
 
131
- #: inc/php/page.php:108
132
  msgid "Will this plugin work on my WordPress.COM website?"
133
  msgstr ""
134
 
135
- #: inc/php/page.php:109
136
  msgid ""
137
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
138
  "websites."
139
  msgstr ""
140
 
141
- #: inc/php/page.php:111
142
  msgid "Can I use this plugin on my language?"
143
  msgstr ""
144
 
145
- #: inc/php/page.php:112
146
  msgid ""
147
  "Yes. This plugin is ready for translation and has already been translated "
148
  "into several languages."
149
  msgstr ""
150
 
151
- #: inc/php/page.php:114
152
  #, php-format
153
  msgid ""
154
  "If you want to help translate this plugin then please visit the %s. You can "
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:119
162
  msgid ""
163
  "Maybe not all existed translations are up to date. You are welcome to "
164
  "contribute corrections!"
165
  msgstr ""
166
 
167
- #: inc/php/page.php:120
168
  msgid ""
169
  "Many of plugin users would be delighted if you share your translation with "
170
  "the community. Thanks for your contribution!"
171
  msgstr ""
172
 
173
- #: inc/php/page.php:122
174
  msgid "How does it work?"
175
  msgstr ""
176
 
177
- #: inc/php/page.php:123
178
  msgid ""
179
  "On the \"Settings\" tab, fill in the required fields, select the desired "
180
  "settings and click the \"Save changes\" button. Enjoy the improved SEO of "
181
  "your website. It's that simple!"
182
  msgstr ""
183
 
184
- #: inc/php/page.php:125
185
  msgid "How much of description I can enter in the text field?"
186
  msgstr ""
187
 
188
- #: inc/php/page.php:126
189
  msgid ""
190
- "I don't limit the number of characters, but most search engines use a "
191
  "maximum of 160 chars for the home description."
192
  msgstr ""
193
 
194
- #: inc/php/page.php:128
195
  msgid "How much of keywords I can enter in the text field?"
196
  msgstr ""
197
 
198
- #: inc/php/page.php:129
199
- msgid "I don't limit the number of characters."
200
  msgstr ""
201
 
202
- #: inc/php/page.php:131
203
- msgid "I can't get verify my website. What am I doing wrong?"
204
  msgstr ""
205
 
206
- #: inc/php/page.php:132
207
  msgid ""
208
  "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
209
  "SpecificFeeds) gives you is confusing as you only have to paste in the "
@@ -213,47 +215,47 @@ msgid ""
213
  "“Success” message appear within a few seconds."
214
  msgstr ""
215
 
216
- #: inc/php/page.php:134
217
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
218
  msgstr ""
219
 
220
- #: inc/php/page.php:135
221
  msgid ""
222
  "To make these plugins compatible you need to stick to one simple rule: do "
223
  "not fill the same field in both plugins at once. Otherwise both plugins "
224
  "fulfill their work and you will get a duplicate actions, for example:"
225
  msgstr ""
226
 
227
- #: inc/php/page.php:143
228
  msgid ""
229
  "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
230
  msgstr ""
231
 
232
- #: inc/php/page.php:145
233
  msgid "Does this plugin requires any modification of the theme?"
234
  msgstr ""
235
 
236
- #: inc/php/page.php:146
237
  msgid ""
238
  "Absolutely not. This plugin is configurable entirely from the plugin "
239
  "settings page."
240
  msgstr ""
241
 
242
- #: inc/php/page.php:148
243
  msgid "Does this require any knowledge of HTML or CSS?"
244
  msgstr ""
245
 
246
- #: inc/php/page.php:149
247
  msgid ""
248
  "Absolutely not. This plugin can be configured with no knowledge of HTML or "
249
  "CSS, using an easy-to-use plugin settings page."
250
  msgstr ""
251
 
252
- #: inc/php/page.php:151
253
  msgid "It's not working. What could be wrong?"
254
  msgstr ""
255
 
256
- #: inc/php/page.php:152
257
  msgid ""
258
  "As with every plugin, it's possible that things don't work. The most common "
259
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -262,21 +264,22 @@ msgid ""
262
  "browser's cache may solve the problem."
263
  msgstr ""
264
 
265
- #: inc/php/page.php:153
266
  msgid ""
267
  "It's impossible to tell what could be wrong exactly, but if you post a "
268
- "support request in the plugin's support forum on WordPress.org, I'd be happy "
269
- "to give it a look and try to help out. Please include as much information as "
270
- "possible, including a link to your website where the problem can be seen."
 
271
  msgstr ""
272
 
273
- #: inc/php/page.php:155
274
  msgid ""
275
- "The last WordPress update is preventing me from editing my website that is "
276
- "using this plugin. Why is this?"
277
  msgstr ""
278
 
279
- #: inc/php/page.php:156
280
  msgid ""
281
  "This plugin can not cause such problem. More likely, the problem are related "
282
  "to the settings of the website. It could just be a cache, so please try to "
@@ -285,71 +288,76 @@ msgid ""
285
  "please try to re-login to the website, this too can help."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:158
289
  msgid "Where to report bug if found?"
290
  msgstr ""
291
 
292
- #: inc/php/page.php:160
293
  #, php-format
294
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
 
 
295
  msgstr ""
296
 
297
- #: inc/php/page.php:166
298
  msgid "Where to share any ideas or suggestions to make the plugin better?"
299
  msgstr ""
300
 
301
- #: inc/php/page.php:168
302
  #, php-format
303
  msgid ""
304
- "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
305
  msgstr ""
306
 
307
- #: inc/php/page.php:173
308
  msgid "I love this plugin! Can I help somehow?"
309
  msgstr ""
310
 
311
- #: inc/php/page.php:175
312
  #, php-format
313
  msgid ""
314
- "Yes, any financial contributions are welcome! Just visit %s my website %s, "
315
- "click on the donate button, and thank you!"
316
  msgstr ""
317
 
318
- #: inc/php/page.php:181
319
  msgid "My question wasn't answered here."
320
  msgstr ""
321
 
322
- #: inc/php/page.php:183
323
  #, php-format
324
  msgid ""
325
- "You can ask your question on the plugin support page %s. But please keep in "
326
- "mind that this plugin is free, and there is no a special support team, so I "
327
- "have no way to answer everyone."
328
  msgstr ""
329
 
330
- #: inc/php/page.php:196
331
  msgid "Support Me"
332
  msgstr ""
333
 
334
- #: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
335
  msgid "Donate with PayPal"
336
  msgstr ""
337
 
338
- #: inc/php/page.php:209
339
  #, php-format
340
  msgid ""
341
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
342
- "Chimp Studio %s."
343
  msgstr ""
 
 
344
 
345
- #: inc/php/page.php:217
346
  msgid ""
347
  "My intention is to create projects that will make this world a better place. "
348
  "I'm really passionate about my work, I like what I'm doing and hope that you "
349
  "will be enriched by my projects too."
350
  msgstr ""
351
 
352
- #: inc/php/page.php:218
353
  msgid ""
354
  "I spend a lot of time and effort trying to make sure that the themes, "
355
  "plugins and other things I build are useful, and the ultimate proof of that "
@@ -359,11 +367,11 @@ msgid ""
359
  "you to enjoy."
360
  msgstr ""
361
 
362
- #: inc/php/page.php:219
363
  msgid "If you appreciate my work, you can buy me a coffee!"
364
  msgstr ""
365
 
366
- #: inc/php/page.php:220
367
  msgid "Thank you for your support!"
368
  msgstr ""
369
 
@@ -601,7 +609,7 @@ msgid ""
601
  "\">here</a>."
602
  msgstr ""
603
 
604
- #: inc/php/settings.php:217 inc/php/sidebar.php:25
605
  msgid ""
606
  "I'm an independent developer, without a regular income, so every little "
607
  "contribution helps cover my costs and lets me spend more time building "
@@ -610,7 +618,7 @@ msgstr ""
610
  "Si te gusta este plugin y lo encuentras útil, por favor ayudame hacer este "
611
  "plugin aún mejor y tenerlo actualizado."
612
 
613
- #: inc/php/settings.php:224 inc/php/sidebar.php:32
614
  msgid "Thanks for your support!"
615
  msgstr "Gracias por su apoyo!"
616
 
@@ -622,11 +630,11 @@ msgstr "Acerca"
622
  msgid "This plugin allows you to easily add Meta Tags to your website."
623
  msgstr "Este plugin te permite agregar fácilmente Meta Tags a tu sitio web."
624
 
625
- #: inc/php/sidebar.php:37
626
  msgid "Help"
627
  msgstr "Ayuda"
628
 
629
- #: inc/php/sidebar.php:39
630
  msgid "If you have a question, please read the information in the FAQ section."
631
  msgstr "Tiene algo que decir? Necesitas ayuda?"
632
 
2
  msgstr ""
3
  "Project-Id-Version: All Meta Tags\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-20 14:29+0300\n"
6
+ "PO-Revision-Date: 2018-01-20 14:29+0300\n"
7
  "Last-Translator: Sergio <srg2010@yahoo.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_MX\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.8.7\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: all-meta-tags.php\n"
18
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
37
  msgstr "Meta Tags Inserter"
38
 
39
  #: inc/php/messages.php:26
40
+ msgid "Hello. We are the team of Space X-Chimp."
41
  msgstr ""
42
 
43
  #: inc/php/messages.php:28
44
  #, php-format
45
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
46
  msgstr ""
47
 
48
+ #: inc/php/messages.php:68
49
  msgid "You have installed an old version of this plugin."
50
  msgstr ""
51
 
52
+ #: inc/php/messages.php:69
53
  msgid "Please update the plugin to the latest version, and all will be fine."
54
  msgstr ""
55
 
56
  #: inc/php/page.php:30
57
  #, php-format
58
+ msgid "by %s Space X-Chimp %s"
59
+ msgstr "por %s Space X-Chimp %s"
60
 
61
  #: inc/php/page.php:36
62
  msgid "Version"
70
  msgid "F.A.Q."
71
  msgstr ""
72
 
73
+ #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:30
74
  msgid "Support"
75
  msgstr "Soporte"
76
 
114
  msgid "Note!"
115
  msgstr ""
116
 
117
+ #: inc/php/page.php:74
118
+ #, php-format
119
+ msgid ""
120
+ "If you want more options then %s tell us %s and we will be happy to add it."
121
  msgstr ""
122
 
123
+ #: inc/php/page.php:88
124
  msgid "Frequently Asked Questions"
125
  msgstr ""
126
 
127
+ #: inc/php/page.php:92
128
  msgid ""
129
  "If you have a question, please read the Frequently Asked Questions below to "
130
  "see if the answer is here."
131
  msgstr ""
132
 
133
+ #: inc/php/page.php:114
134
  msgid "Will this plugin work on my WordPress.COM website?"
135
  msgstr ""
136
 
137
+ #: inc/php/page.php:115
138
  msgid ""
139
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
140
  "websites."
141
  msgstr ""
142
 
143
+ #: inc/php/page.php:117
144
  msgid "Can I use this plugin on my language?"
145
  msgstr ""
146
 
147
+ #: inc/php/page.php:118
148
  msgid ""
149
  "Yes. This plugin is ready for translation and has already been translated "
150
  "into several languages."
151
  msgstr ""
152
 
153
+ #: inc/php/page.php:120
154
  #, php-format
155
  msgid ""
156
  "If you want to help translate this plugin then please visit the %s. You can "
157
  "also use the POT file, that is included and placed in the \"languages\" "
158
  "folder, in order to create a translation PO file. Just send the PO file to "
159
+ "us at the %s and we will include this translation within the next plugin "
160
  "update."
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:125
164
  msgid ""
165
  "Maybe not all existed translations are up to date. You are welcome to "
166
  "contribute corrections!"
167
  msgstr ""
168
 
169
+ #: inc/php/page.php:126
170
  msgid ""
171
  "Many of plugin users would be delighted if you share your translation with "
172
  "the community. Thanks for your contribution!"
173
  msgstr ""
174
 
175
+ #: inc/php/page.php:128
176
  msgid "How does it work?"
177
  msgstr ""
178
 
179
+ #: inc/php/page.php:129
180
  msgid ""
181
  "On the \"Settings\" tab, fill in the required fields, select the desired "
182
  "settings and click the \"Save changes\" button. Enjoy the improved SEO of "
183
  "your website. It's that simple!"
184
  msgstr ""
185
 
186
+ #: inc/php/page.php:131
187
  msgid "How much of description I can enter in the text field?"
188
  msgstr ""
189
 
190
+ #: inc/php/page.php:132
191
  msgid ""
192
+ "We don't limit the number of characters, but most search engines use a "
193
  "maximum of 160 chars for the home description."
194
  msgstr ""
195
 
196
+ #: inc/php/page.php:134
197
  msgid "How much of keywords I can enter in the text field?"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:135
201
+ msgid "We don't limit the number of characters."
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:137
205
+ msgid "I can't get verify the website of the creator. What am I doing wrong?"
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:138
209
  msgid ""
210
  "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
211
  "SpecificFeeds) gives you is confusing as you only have to paste in the "
215
  "“Success” message appear within a few seconds."
216
  msgstr ""
217
 
218
+ #: inc/php/page.php:140
219
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
220
  msgstr ""
221
 
222
+ #: inc/php/page.php:141
223
  msgid ""
224
  "To make these plugins compatible you need to stick to one simple rule: do "
225
  "not fill the same field in both plugins at once. Otherwise both plugins "
226
  "fulfill their work and you will get a duplicate actions, for example:"
227
  msgstr ""
228
 
229
+ #: inc/php/page.php:149
230
  msgid ""
231
  "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
232
  msgstr ""
233
 
234
+ #: inc/php/page.php:151
235
  msgid "Does this plugin requires any modification of the theme?"
236
  msgstr ""
237
 
238
+ #: inc/php/page.php:152
239
  msgid ""
240
  "Absolutely not. This plugin is configurable entirely from the plugin "
241
  "settings page."
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:154
245
  msgid "Does this require any knowledge of HTML or CSS?"
246
  msgstr ""
247
 
248
+ #: inc/php/page.php:155
249
  msgid ""
250
  "Absolutely not. This plugin can be configured with no knowledge of HTML or "
251
  "CSS, using an easy-to-use plugin settings page."
252
  msgstr ""
253
 
254
+ #: inc/php/page.php:157
255
  msgid "It's not working. What could be wrong?"
256
  msgstr ""
257
 
258
+ #: inc/php/page.php:158
259
  msgid ""
260
  "As with every plugin, it's possible that things don't work. The most common "
261
  "reason for this is a web browser's cache. Every web browser stores a cache "
264
  "browser's cache may solve the problem."
265
  msgstr ""
266
 
267
+ #: inc/php/page.php:159
268
  msgid ""
269
  "It's impossible to tell what could be wrong exactly, but if you post a "
270
+ "support request in the plugin's support forum on WordPress.org, we'd be "
271
+ "happy to give it a look and try to help out. Please include as much "
272
+ "information as possible, including a link to your website where the problem "
273
+ "can be seen."
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:161
277
  msgid ""
278
+ "The last WordPress update is preventing me from editing the website of the "
279
+ "creator that is using this plugin. Why is this?"
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:162
283
  msgid ""
284
  "This plugin can not cause such problem. More likely, the problem are related "
285
  "to the settings of the website. It could just be a cache, so please try to "
288
  "please try to re-login to the website, this too can help."
289
  msgstr ""
290
 
291
+ #: inc/php/page.php:164
292
  msgid "Where to report bug if found?"
293
  msgstr ""
294
 
295
+ #: inc/php/page.php:166
296
  #, php-format
297
+ msgid ""
298
+ "Please visit %s this page %s and report. Please do not forget to specify the "
299
+ "name of the plugin. Thank you!"
300
  msgstr ""
301
 
302
+ #: inc/php/page.php:172
303
  msgid "Where to share any ideas or suggestions to make the plugin better?"
304
  msgstr ""
305
 
306
+ #: inc/php/page.php:174
307
  #, php-format
308
  msgid ""
309
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
310
+ "forget to specify the name of the plugin. Thank you!"
311
  msgstr ""
312
 
313
+ #: inc/php/page.php:180
314
  msgid "I love this plugin! Can I help somehow?"
315
  msgstr ""
316
 
317
+ #: inc/php/page.php:182
318
  #, php-format
319
  msgid ""
320
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
321
+ "the creator %s, click on the donate button, and thank you!"
322
  msgstr ""
323
 
324
+ #: inc/php/page.php:188
325
  msgid "My question wasn't answered here."
326
  msgstr ""
327
 
328
+ #: inc/php/page.php:190
329
  #, php-format
330
  msgid ""
331
+ "You can ask your question on %s this page %s. But please keep in mind that "
332
+ "this plugin is free, and there is no a special support team, so we have no "
333
+ "way to answer everyone."
334
  msgstr ""
335
 
336
+ #: inc/php/page.php:204
337
  msgid "Support Me"
338
  msgstr ""
339
 
340
+ #: inc/php/page.php:212 inc/php/settings.php:222 inc/php/sidebar.php:37
341
  msgid "Donate with PayPal"
342
  msgstr ""
343
 
344
+ #: inc/php/page.php:217
345
  #, php-format
346
  msgid ""
347
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
348
+ "Chimp %s."
349
  msgstr ""
350
+ "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-"
351
+ "Chimp %s."
352
 
353
+ #: inc/php/page.php:225
354
  msgid ""
355
  "My intention is to create projects that will make this world a better place. "
356
  "I'm really passionate about my work, I like what I'm doing and hope that you "
357
  "will be enriched by my projects too."
358
  msgstr ""
359
 
360
+ #: inc/php/page.php:226
361
  msgid ""
362
  "I spend a lot of time and effort trying to make sure that the themes, "
363
  "plugins and other things I build are useful, and the ultimate proof of that "
367
  "you to enjoy."
368
  msgstr ""
369
 
370
+ #: inc/php/page.php:227
371
  msgid "If you appreciate my work, you can buy me a coffee!"
372
  msgstr ""
373
 
374
+ #: inc/php/page.php:228
375
  msgid "Thank you for your support!"
376
  msgstr ""
377
 
609
  "\">here</a>."
610
  msgstr ""
611
 
612
+ #: inc/php/settings.php:217 inc/php/sidebar.php:32
613
  msgid ""
614
  "I'm an independent developer, without a regular income, so every little "
615
  "contribution helps cover my costs and lets me spend more time building "
618
  "Si te gusta este plugin y lo encuentras útil, por favor ayudame hacer este "
619
  "plugin aún mejor y tenerlo actualizado."
620
 
621
+ #: inc/php/settings.php:224 inc/php/sidebar.php:39
622
  msgid "Thanks for your support!"
623
  msgstr "Gracias por su apoyo!"
624
 
630
  msgid "This plugin allows you to easily add Meta Tags to your website."
631
  msgstr "Este plugin te permite agregar fácilmente Meta Tags a tu sitio web."
632
 
633
+ #: inc/php/sidebar.php:23
634
  msgid "Help"
635
  msgstr "Ayuda"
636
 
637
+ #: inc/php/sidebar.php:25
638
  msgid "If you have a question, please read the information in the FAQ section."
639
  msgstr "Tiene algo que decir? Necesitas ayuda?"
640
 
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-09-23 04:53+0300\n"
7
- "PO-Revision-Date: 2017-09-23 04:53+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
@@ -12,12 +12,13 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 1.8.4\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: all-meta-tags.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;"
20
- "esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
@@ -34,26 +35,26 @@ msgid "Meta Tags Inserter"
34
  msgstr "Meta Tags Inserter"
35
 
36
  #: inc/php/messages.php:26
37
- msgid "Hello. I'm Arthur, the author of this plugin."
38
  msgstr ""
39
 
40
  #: inc/php/messages.php:28
41
  #, php-format
42
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
43
  msgstr ""
44
 
45
- #: inc/php/messages.php:61
46
  msgid "You have installed an old version of this plugin."
47
  msgstr ""
48
 
49
- #: inc/php/messages.php:62
50
  msgid "Please update the plugin to the latest version, and all will be fine."
51
  msgstr ""
52
 
53
  #: inc/php/page.php:30
54
  #, php-format
55
- msgid "by %s Space X-Chimp Studio %s"
56
- msgstr "di %s Space X-Chimp Studio %s"
57
 
58
  #: inc/php/page.php:36
59
  msgid "Version"
@@ -67,7 +68,7 @@ msgstr ""
67
  msgid "F.A.Q."
68
  msgstr ""
69
 
70
- #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
71
  msgid "Support"
72
  msgstr ""
73
 
@@ -111,226 +112,262 @@ msgstr ""
111
  msgid "Note!"
112
  msgstr ""
113
 
114
- #: inc/php/page.php:73
115
- msgid "If you want more options then tell me and I will be happy to add it."
 
 
116
  msgstr ""
117
 
118
- #: inc/php/page.php:82
119
  msgid "Frequently Asked Questions"
120
  msgstr ""
121
 
122
- #: inc/php/page.php:86
123
- msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
 
 
124
  msgstr ""
125
 
126
- #: inc/php/page.php:108
127
  msgid "Will this plugin work on my WordPress.COM website?"
128
  msgstr ""
129
 
130
- #: inc/php/page.php:109
131
- msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
 
 
132
  msgstr ""
133
 
134
- #: inc/php/page.php:111
135
  msgid "Can I use this plugin on my language?"
136
  msgstr ""
137
 
138
- #: inc/php/page.php:112
139
- msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
 
 
140
  msgstr ""
141
 
142
- #: inc/php/page.php:114
143
  #, php-format
144
  msgid ""
145
- "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is "
146
- "included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file "
147
- "to me at the %s and I will include this translation within the next plugin update."
 
 
148
  msgstr ""
149
 
150
- #: inc/php/page.php:119
151
- msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
 
 
152
  msgstr ""
153
 
154
- #: inc/php/page.php:120
155
  msgid ""
156
- "Many of plugin users would be delighted if you share your translation with the community. Thanks for your "
157
- "contribution!"
158
  msgstr ""
159
 
160
- #: inc/php/page.php:122
161
  msgid "How does it work?"
162
  msgstr ""
163
 
164
- #: inc/php/page.php:123
165
  msgid ""
166
- "On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save changes\" "
167
- "button. Enjoy the improved SEO of your website. It's that simple!"
 
168
  msgstr ""
169
 
170
- #: inc/php/page.php:125
171
  msgid "How much of description I can enter in the text field?"
172
  msgstr ""
173
 
174
- #: inc/php/page.php:126
175
  msgid ""
176
- "I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
177
- "description."
178
  msgstr ""
179
 
180
- #: inc/php/page.php:128
181
  msgid "How much of keywords I can enter in the text field?"
182
  msgstr ""
183
 
184
- #: inc/php/page.php:129
185
- msgid "I don't limit the number of characters."
186
  msgstr ""
187
 
188
- #: inc/php/page.php:131
189
- msgid "I can't get verify my website. What am I doing wrong?"
190
  msgstr ""
191
 
192
- #: inc/php/page.php:132
193
  msgid ""
194
- "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing "
195
- "as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag "
196
- "(<code>&lt;meta name=\"google-site-verification\" content=“1234567890” /&gt;</code>). So just paste that into "
197
- "the relevant field and you will see “Successmessage appear within a few seconds."
 
 
198
  msgstr ""
199
 
200
- #: inc/php/page.php:134
201
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:135
205
  msgid ""
206
- "To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both "
207
- "plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
 
208
  msgstr ""
209
 
210
- #: inc/php/page.php:143
211
- msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
 
212
  msgstr ""
213
 
214
- #: inc/php/page.php:145
215
  msgid "Does this plugin requires any modification of the theme?"
216
  msgstr ""
217
 
218
- #: inc/php/page.php:146
219
- msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
 
 
220
  msgstr ""
221
 
222
- #: inc/php/page.php:148
223
  msgid "Does this require any knowledge of HTML or CSS?"
224
  msgstr ""
225
 
226
- #: inc/php/page.php:149
227
  msgid ""
228
- "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
229
- "settings page."
230
  msgstr ""
231
 
232
- #: inc/php/page.php:151
233
  msgid "It's not working. What could be wrong?"
234
  msgstr ""
235
 
236
- #: inc/php/page.php:152
237
  msgid ""
238
- "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's "
239
- "cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth "
240
- "usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
 
 
241
  msgstr ""
242
 
243
- #: inc/php/page.php:153
244
  msgid ""
245
- "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support "
246
- "forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information "
247
- "as possible, including a link to your website where the problem can be seen."
 
 
248
  msgstr ""
249
 
250
- #: inc/php/page.php:155
251
- msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
 
 
252
  msgstr ""
253
 
254
- #: inc/php/page.php:156
255
  msgid ""
256
- "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It "
257
- "could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some "
258
- "web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the "
259
- "website, this too can help."
 
260
  msgstr ""
261
 
262
- #: inc/php/page.php:158
263
  msgid "Where to report bug if found?"
264
  msgstr ""
265
 
266
- #: inc/php/page.php:160
267
  #, php-format
268
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
 
 
269
  msgstr ""
270
 
271
- #: inc/php/page.php:166
272
  msgid "Where to share any ideas or suggestions to make the plugin better?"
273
  msgstr ""
274
 
275
- #: inc/php/page.php:168
276
  #, php-format
277
- msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
 
278
  msgstr ""
279
 
280
- #: inc/php/page.php:173
281
  msgid "I love this plugin! Can I help somehow?"
282
  msgstr ""
283
 
284
- #: inc/php/page.php:175
285
  #, php-format
286
  msgid ""
287
- "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank "
288
- "you!"
289
  msgstr ""
290
 
291
- #: inc/php/page.php:181
292
  msgid "My question wasn't answered here."
293
  msgstr ""
294
 
295
- #: inc/php/page.php:183
296
  #, php-format
297
  msgid ""
298
- "You can ask your question on the plugin support page %s. But please keep in mind that this plugin is free, and "
299
- "there is no a special support team, so I have no way to answer everyone."
 
300
  msgstr ""
301
 
302
- #: inc/php/page.php:196
303
  msgid "Support Me"
304
  msgstr ""
305
 
306
- #: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
307
  msgid "Donate with PayPal"
308
  msgstr ""
309
 
310
- #: inc/php/page.php:209
311
  #, php-format
312
- msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
 
 
313
  msgstr ""
314
 
315
- #: inc/php/page.php:217
316
  msgid ""
317
- "My intention is to create projects that will make this world a better place. I'm really passionate about my "
318
- "work, I like what I'm doing and hope that you will be enriched by my projects too."
 
319
  msgstr ""
320
 
321
- #: inc/php/page.php:218
322
  msgid ""
323
- "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are "
324
- "useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent "
325
- "developer, without a regular income, so every little contribution helps cover my costs and lets me spend more "
326
- "time building things for people like you to enjoy."
 
 
327
  msgstr ""
328
 
329
- #: inc/php/page.php:219
330
  msgid "If you appreciate my work, you can buy me a coffee!"
331
  msgstr ""
332
 
333
- #: inc/php/page.php:220
334
  msgid "Thank you for your support!"
335
  msgstr ""
336
 
@@ -344,37 +381,45 @@ msgstr "Webmaster Tools"
344
 
345
  #: inc/php/settings.php:27
346
  msgid ""
347
- "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog "
348
- "or store before they provide their services to you. You can use the options below to verify your domain. If your "
349
- "domain is already verified, you can just forget about these."
 
350
  msgstr ""
351
- "Webmaster Tools ti richiede di verificare il tuo dominio. Ciò assicura che tu sia il vero proprietario del tuo "
352
- "blog o negozio prima che ti forniscano i loro servizi. Puoi usare le opzioni qui sotto per verificare il tuo "
353
- "dominio. Se il tuo dominio è già verificato, puoi semplicemente ignorarle."
 
354
 
355
  #: inc/php/settings.php:33
356
  msgid ""
357
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
358
- "name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
359
  msgstr ""
360
- "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di "
361
- "verifica.<br>Esempio: &lt;meta name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
362
 
363
  #: inc/php/settings.php:39
364
  msgid ""
365
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
366
- "name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
 
367
  msgstr ""
368
- "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di "
369
- "verifica.<br>Esempio: &lt;meta name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
 
370
 
371
  #: inc/php/settings.php:45
372
  msgid ""
373
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
374
- "name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
 
375
  msgstr ""
376
- "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di "
377
- "verifica.<br>Esempio: &lt;meta name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
 
378
 
379
  #: inc/php/settings.php:54
380
  msgid "Domain Verification"
@@ -382,34 +427,43 @@ msgstr "Verifica dominio"
382
 
383
  #: inc/php/settings.php:56
384
  msgid ""
385
- "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure "
386
- "that you are the correct owner of your blog or store before they provide their services to you. You can use the "
387
- "options below to verify your domain. If your domain is already verified, you can just forget about these."
 
 
388
  msgstr ""
389
- "Servizi di terze parti come Alexa, Pinterest e Google+ ti richiedono di verificare il tuo dominio. Ciò assicura "
390
- "che tu sia il vero proprietario del tuo blog o negozio prima che ti forniscano i loro servizi. Puoi usare le "
391
- "opzioni qui sotto per verificare il tuo dominio. Se il tuo dominio è già verificato, puoi semplicemente "
392
- "ignorarle."
 
393
 
394
  #: inc/php/settings.php:62
395
  msgid ""
396
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
397
- "name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
 
398
  msgstr ""
399
- "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di "
400
- "verifica.<br>Esempio: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
 
401
 
402
  #: inc/php/settings.php:68
403
  msgid ""
404
- "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/"
405
- "+ArthurGareginyan/"
406
- msgstr "Inserisci un URL assoluto al tuo profilo Google+. <br>Esempio: https://plus.google.com/+ArthurGareginyan/"
 
 
407
 
408
  #: inc/php/settings.php:74
409
  msgid ""
410
- "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur."
411
- "gareginyan"
412
- msgstr "Inserisci un URL assoluto al tuo profilo Facebook. <br>Esempio: https://www.facebook.com/arthur.gareginyan"
 
 
413
 
414
  #: inc/php/settings.php:80
415
  msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
@@ -417,35 +471,43 @@ msgstr "Inserisci il tuo nome utente Twitter. <br>Esempio: @AGareginyan"
417
 
418
  #: inc/php/settings.php:86
419
  msgid ""
420
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
421
- "name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
 
422
  msgstr ""
423
- "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di "
424
- "verifica.<br>Esempio: &lt;meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
 
425
 
426
  #: inc/php/settings.php:92
427
  msgid ""
428
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
429
- "name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
430
  msgstr ""
431
- "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di "
432
- "verifica.<br>Esempio: &lt;meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
433
 
434
  #: inc/php/settings.php:98
435
  msgid ""
436
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
437
- "name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
 
438
  msgstr ""
439
- "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di "
440
- "verifica.<br>Esempio: &lt;meta name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
 
441
 
442
  #: inc/php/settings.php:104
443
  msgid ""
444
- "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
445
- "name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
 
446
  msgstr ""
447
- "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di "
448
- "verifica.<br>Esempio: &lt;meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
 
449
 
450
  #: inc/php/settings.php:108
451
  msgid "Custom Meta Tags"
@@ -453,11 +515,12 @@ msgstr "Tag meta personalizzati"
453
 
454
  #: inc/php/settings.php:110
455
  msgid ""
456
- "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add "
457
- "multiple meta tags."
458
  msgstr ""
459
- "Se non riesci a trovare un campo per inserire il tuo meta tag richiesto allora puoi aggiungerlo qui. In questo "
460
- "campo puoi aggiungere tag meta multipli."
 
461
 
462
  #: inc/php/settings.php:118
463
  msgid "Meta Tags for Static Home Page only"
@@ -465,11 +528,11 @@ msgstr "Tag meta solo per la pagina home statica"
465
 
466
  #: inc/php/settings.php:120
467
  msgid ""
468
- "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your "
469
- "website."
470
  msgstr ""
471
- "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home "
472
- "statica del tuo sito web."
473
 
474
  #: inc/php/settings.php:124
475
  msgid "Home Description"
@@ -477,20 +540,24 @@ msgstr "Descrizione home"
477
 
478
  #: inc/php/settings.php:126 inc/php/settings.php:147
479
  msgid ""
480
- "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars "
481
- "for the home description."
482
  msgstr ""
483
- "Inserisci una breve descrizione del tuo sito web (150-250 caratteri). La maggior parte dei motori di ricerca usa "
484
- "un massimo di 160 caratteri per la descrizione della home."
 
485
 
486
  #: inc/php/settings.php:129
487
  msgid "Home Keyword(s)"
488
  msgstr "Parole chiave home"
489
 
490
  #: inc/php/settings.php:131
491
- msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
 
 
492
  msgstr ""
493
- "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina home statica del tuo sito web."
 
494
 
495
  #: inc/php/settings.php:139
496
  msgid "Meta Tags for Default Home Page and Blog Page only"
@@ -498,11 +565,12 @@ msgstr "Tag meta solo per pagina home predefinita e pagina blog"
498
 
499
  #: inc/php/settings.php:141
500
  msgid ""
501
- "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and "
502
- "Blog Page of your website."
503
  msgstr ""
504
- "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home "
505
- "predefinita e alla pagina blog del tuo sito web."
 
506
 
507
  #: inc/php/settings.php:145
508
  msgid "Blog Description"
@@ -513,8 +581,11 @@ msgid "Blog Keyword(s)"
513
  msgstr "Parole chiave blog"
514
 
515
  #: inc/php/settings.php:152
516
- msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
517
- msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina blog del tuo sito web."
 
 
 
518
 
519
  #: inc/php/settings.php:160
520
  msgid "Meta Tags for all website (Global)"
@@ -522,10 +593,11 @@ msgstr "Tag meta per tutto il sito (globale)"
522
 
523
  #: inc/php/settings.php:162
524
  msgid ""
525
- "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your "
526
- "website."
527
  msgstr ""
528
- "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Author, Copyright e Keywords ovunque sul tuo sito."
 
529
 
530
  #: inc/php/settings.php:166
531
  msgid "Author"
@@ -549,7 +621,9 @@ msgstr "Parole chiave"
549
 
550
  #: inc/php/settings.php:188
551
  msgid "Enter a comma-delimited list of global keywords for your website."
552
- msgstr "Inserisci una lista delimitata da virgole di parole chiave globali per il tuo sito web."
 
 
553
 
554
  #: inc/php/settings.php:198
555
  msgid "WooCommerce & Google Shopping"
@@ -557,32 +631,37 @@ msgstr "WooCommerce & Google Shopping"
557
 
558
  #: inc/php/settings.php:200
559
  msgid ""
560
- "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all "
561
- "WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and "
562
- "80 cents of US."
 
563
  msgstr ""
564
- "Questo plugin aggiunge automaticamente i dati strutturati necessari a Google Shopping (Merchant Center) su tutte "
565
- "le pagine prodotto WooCommerce del tuo sito web. Ecco il codice per una maglietta da donna al prezzo di 16 "
566
- "dollari e 80 centesimi."
 
567
 
568
  #: inc/php/settings.php:210
569
  msgid ""
570
- "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-"
571
- "data/testing-tool\" target=\"_blank\">here</a>."
 
572
  msgstr ""
573
- "Puoi controllare <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">qui</a> "
574
- "tali dati generati sulle pagine del tuo sito web."
 
575
 
576
- #: inc/php/settings.php:217 inc/php/sidebar.php:25
577
  msgid ""
578
- "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and "
579
- "lets me spend more time building things for people like you to enjoy."
 
580
  msgstr ""
581
- "Sono uno sviluppatore indipendente, senza un reddito stabile, quindi ogni piccolo contributo è utile a coprire i "
582
- "miei costi e mi consente di impiegare più tempo nello sviluppo di strumenti per persone che come te li "
583
- "apprezzano."
584
 
585
- #: inc/php/settings.php:224 inc/php/sidebar.php:32
586
  msgid "Thanks for your support!"
587
  msgstr "Grazie per il tuo supporto!"
588
 
@@ -592,13 +671,14 @@ msgstr "Informazioni"
592
 
593
  #: inc/php/sidebar.php:18
594
  msgid "This plugin allows you to easily add Meta Tags to your website."
595
- msgstr "Questo plugin ti permette di aggiungere facilmente tag meta al tuo sito web."
 
596
 
597
- #: inc/php/sidebar.php:37
598
  msgid "Help"
599
  msgstr "Aiuto"
600
 
601
- #: inc/php/sidebar.php:39
602
  msgid "If you have a question, please read the information in the FAQ section."
603
  msgstr "Hai qualcosa da dirmi? Hai bisogno di aiuto?"
604
 
@@ -611,8 +691,11 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
611
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
612
 
613
  #. Description of the plugin/theme
614
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
615
- msgstr "Aggiungi facilmente e in modo sicuro i tuoi tag meta personalizzati all'header del tuo sito WordPress."
 
 
 
616
 
617
  #. Author of the plugin/theme
618
  msgid "Arthur Gareginyan"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - All Meta Tags - Stable (latest release)\n"
6
+ "POT-Creation-Date: 2018-01-20 14:29+0300\n"
7
+ "PO-Revision-Date: 2018-01-20 14:29+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: it\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 1.8.7\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: all-meta-tags.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
35
  msgstr "Meta Tags Inserter"
36
 
37
  #: inc/php/messages.php:26
38
+ msgid "Hello. We are the team of Space X-Chimp."
39
  msgstr ""
40
 
41
  #: inc/php/messages.php:28
42
  #, php-format
43
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
44
  msgstr ""
45
 
46
+ #: inc/php/messages.php:68
47
  msgid "You have installed an old version of this plugin."
48
  msgstr ""
49
 
50
+ #: inc/php/messages.php:69
51
  msgid "Please update the plugin to the latest version, and all will be fine."
52
  msgstr ""
53
 
54
  #: inc/php/page.php:30
55
  #, php-format
56
+ msgid "by %s Space X-Chimp %s"
57
+ msgstr "di %s Space X-Chimp %s"
58
 
59
  #: inc/php/page.php:36
60
  msgid "Version"
68
  msgid "F.A.Q."
69
  msgstr ""
70
 
71
+ #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:30
72
  msgid "Support"
73
  msgstr ""
74
 
112
  msgid "Note!"
113
  msgstr ""
114
 
115
+ #: inc/php/page.php:74
116
+ #, php-format
117
+ msgid ""
118
+ "If you want more options then %s tell us %s and we will be happy to add it."
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:88
122
  msgid "Frequently Asked Questions"
123
  msgstr ""
124
 
125
+ #: inc/php/page.php:92
126
+ msgid ""
127
+ "If you have a question, please read the Frequently Asked Questions below to "
128
+ "see if the answer is here."
129
  msgstr ""
130
 
131
+ #: inc/php/page.php:114
132
  msgid "Will this plugin work on my WordPress.COM website?"
133
  msgstr ""
134
 
135
+ #: inc/php/page.php:115
136
+ msgid ""
137
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
138
+ "websites."
139
  msgstr ""
140
 
141
+ #: inc/php/page.php:117
142
  msgid "Can I use this plugin on my language?"
143
  msgstr ""
144
 
145
+ #: inc/php/page.php:118
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:120
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
+ "us at the %s and we will include this translation within the next plugin "
158
+ "update."
159
  msgstr ""
160
 
161
+ #: inc/php/page.php:125
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:126
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:128
174
  msgid "How does it work?"
175
  msgstr ""
176
 
177
+ #: inc/php/page.php:129
178
  msgid ""
179
+ "On the \"Settings\" tab, fill in the required fields, select the desired "
180
+ "settings and click the \"Save changes\" button. Enjoy the improved SEO of "
181
+ "your website. It's that simple!"
182
  msgstr ""
183
 
184
+ #: inc/php/page.php:131
185
  msgid "How much of description I can enter in the text field?"
186
  msgstr ""
187
 
188
+ #: inc/php/page.php:132
189
  msgid ""
190
+ "We don't limit the number of characters, but most search engines use a "
191
+ "maximum of 160 chars for the home description."
192
  msgstr ""
193
 
194
+ #: inc/php/page.php:134
195
  msgid "How much of keywords I can enter in the text field?"
196
  msgstr ""
197
 
198
+ #: inc/php/page.php:135
199
+ msgid "We don't limit the number of characters."
200
  msgstr ""
201
 
202
+ #: inc/php/page.php:137
203
+ msgid "I can't get verify the website of the creator. What am I doing wrong?"
204
  msgstr ""
205
 
206
+ #: inc/php/page.php:138
207
  msgid ""
208
+ "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
209
+ "SpecificFeeds) gives you is confusing as you only have to paste in the "
210
+ "serial key number/letters (<code>1234567890</code>) and not the whole tag "
211
+ "(<code>&lt;meta name=\"google-site-verification\" content=“1234567890/&gt;"
212
+ "</code>). So just paste that into the relevant field and you will see "
213
+ "“Success” message appear within a few seconds."
214
  msgstr ""
215
 
216
+ #: inc/php/page.php:140
217
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:141
221
  msgid ""
222
+ "To make these plugins compatible you need to stick to one simple rule: do "
223
+ "not fill the same field in both plugins at once. Otherwise both plugins "
224
+ "fulfill their work and you will get a duplicate actions, for example:"
225
  msgstr ""
226
 
227
+ #: inc/php/page.php:149
228
+ msgid ""
229
+ "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:151
233
  msgid "Does this plugin requires any modification of the theme?"
234
  msgstr ""
235
 
236
+ #: inc/php/page.php:152
237
+ msgid ""
238
+ "Absolutely not. This plugin is configurable entirely from the plugin "
239
+ "settings page."
240
  msgstr ""
241
 
242
+ #: inc/php/page.php:154
243
  msgid "Does this require any knowledge of HTML or CSS?"
244
  msgstr ""
245
 
246
+ #: inc/php/page.php:155
247
  msgid ""
248
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or "
249
+ "CSS, using an easy-to-use plugin settings page."
250
  msgstr ""
251
 
252
+ #: inc/php/page.php:157
253
  msgid "It's not working. What could be wrong?"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:158
257
  msgid ""
258
+ "As with every plugin, it's possible that things don't work. The most common "
259
+ "reason for this is a web browser's cache. Every web browser stores a cache "
260
+ "of the websites you visit (pages, images, and etc.) to reduce bandwidth "
261
+ "usage and server load. This is called the browser's cache.​ Clearing your "
262
+ "browser's cache may solve the problem."
263
  msgstr ""
264
 
265
+ #: inc/php/page.php:159
266
  msgid ""
267
+ "It's impossible to tell what could be wrong exactly, but if you post a "
268
+ "support request in the plugin's support forum on WordPress.org, we'd be "
269
+ "happy to give it a look and try to help out. Please include as much "
270
+ "information as possible, including a link to your website where the problem "
271
+ "can be seen."
272
  msgstr ""
273
 
274
+ #: inc/php/page.php:161
275
+ msgid ""
276
+ "The last WordPress update is preventing me from editing the website of the "
277
+ "creator that is using this plugin. Why is this?"
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:162
281
  msgid ""
282
+ "This plugin can not cause such problem. More likely, the problem are related "
283
+ "to the settings of the website. It could just be a cache, so please try to "
284
+ "clear your website's cache (may be you using a caching plugin, or some web "
285
+ "service such as the CloudFlare) and then the cache of your web browser. Also "
286
+ "please try to re-login to the website, this too can help."
287
  msgstr ""
288
 
289
+ #: inc/php/page.php:164
290
  msgid "Where to report bug if found?"
291
  msgstr ""
292
 
293
+ #: inc/php/page.php:166
294
  #, php-format
295
+ msgid ""
296
+ "Please visit %s this page %s and report. Please do not forget to specify the "
297
+ "name of the plugin. Thank you!"
298
  msgstr ""
299
 
300
+ #: inc/php/page.php:172
301
  msgid "Where to share any ideas or suggestions to make the plugin better?"
302
  msgstr ""
303
 
304
+ #: inc/php/page.php:174
305
  #, php-format
306
+ msgid ""
307
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
308
+ "forget to specify the name of the plugin. Thank you!"
309
  msgstr ""
310
 
311
+ #: inc/php/page.php:180
312
  msgid "I love this plugin! Can I help somehow?"
313
  msgstr ""
314
 
315
+ #: inc/php/page.php:182
316
  #, php-format
317
  msgid ""
318
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
319
+ "the creator %s, click on the donate button, and thank you!"
320
  msgstr ""
321
 
322
+ #: inc/php/page.php:188
323
  msgid "My question wasn't answered here."
324
  msgstr ""
325
 
326
+ #: inc/php/page.php:190
327
  #, php-format
328
  msgid ""
329
+ "You can ask your question on %s this page %s. But please keep in mind that "
330
+ "this plugin is free, and there is no a special support team, so we have no "
331
+ "way to answer everyone."
332
  msgstr ""
333
 
334
+ #: inc/php/page.php:204
335
  msgid "Support Me"
336
  msgstr ""
337
 
338
+ #: inc/php/page.php:212 inc/php/settings.php:222 inc/php/sidebar.php:37
339
  msgid "Donate with PayPal"
340
  msgstr ""
341
 
342
+ #: inc/php/page.php:217
343
  #, php-format
344
+ msgid ""
345
+ "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
346
+ "Chimp %s."
347
  msgstr ""
348
 
349
+ #: inc/php/page.php:225
350
  msgid ""
351
+ "My intention is to create projects that will make this world a better place. "
352
+ "I'm really passionate about my work, I like what I'm doing and hope that you "
353
+ "will be enriched by my projects too."
354
  msgstr ""
355
 
356
+ #: inc/php/page.php:226
357
  msgid ""
358
+ "I spend a lot of time and effort trying to make sure that the themes, "
359
+ "plugins and other things I build are useful, and the ultimate proof of that "
360
+ "for me is that you actually want to use them. But, I’m an independent "
361
+ "developer, without a regular income, so every little contribution helps "
362
+ "cover my costs and lets me spend more time building things for people like "
363
+ "you to enjoy."
364
  msgstr ""
365
 
366
+ #: inc/php/page.php:227
367
  msgid "If you appreciate my work, you can buy me a coffee!"
368
  msgstr ""
369
 
370
+ #: inc/php/page.php:228
371
  msgid "Thank you for your support!"
372
  msgstr ""
373
 
381
 
382
  #: inc/php/settings.php:27
383
  msgid ""
384
+ "Webmaster Tools require you to verify your domain. This makes sure that you "
385
+ "are the correct owner of your blog or store before they provide their "
386
+ "services to you. You can use the options below to verify your domain. If "
387
+ "your domain is already verified, you can just forget about these."
388
  msgstr ""
389
+ "Webmaster Tools ti richiede di verificare il tuo dominio. Ciò assicura che "
390
+ "tu sia il vero proprietario del tuo blog o negozio prima che ti forniscano i "
391
+ "loro servizi. Puoi usare le opzioni qui sotto per verificare il tuo dominio. "
392
+ "Se il tuo dominio è già verificato, puoi semplicemente ignorarle."
393
 
394
  #: inc/php/settings.php:33
395
  msgid ""
396
+ "Enter your meta key “content” value from your verification code to verify "
397
+ "your website. <br>Example: &lt;meta name=\"google-site-verification\" "
398
+ "content=“<b>1234567890</b>” /&gt;"
399
  msgstr ""
400
+ "Per verificare il tuo sito web inserisci il valore “content” della tua "
401
+ "chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name="
402
+ "\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
403
 
404
  #: inc/php/settings.php:39
405
  msgid ""
406
+ "Enter your meta key “content” value from your verification code to verify "
407
+ "your website. <br>Example: &lt;meta name=\"msvalidate.01\" "
408
+ "content=“<b>1234567890</b>” /&gt;"
409
  msgstr ""
410
+ "Per verificare il tuo sito web inserisci il valore “content” della tua "
411
+ "chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name="
412
+ "\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
413
 
414
  #: inc/php/settings.php:45
415
  msgid ""
416
+ "Enter your meta key “content” value from your verification code to verify "
417
+ "your website. <br>Example: &lt;meta name=\"yandex-verification\" "
418
+ "content=“<b>1234567890</b>” /&gt;"
419
  msgstr ""
420
+ "Per verificare il tuo sito web inserisci il valore “content” della tua "
421
+ "chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name="
422
+ "\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
423
 
424
  #: inc/php/settings.php:54
425
  msgid "Domain Verification"
427
 
428
  #: inc/php/settings.php:56
429
  msgid ""
430
+ "Third-party services like Alexa, Pinterest and Google-Plus require you to "
431
+ "verify your domain. This makes sure that you are the correct owner of your "
432
+ "blog or store before they provide their services to you. You can use the "
433
+ "options below to verify your domain. If your domain is already verified, you "
434
+ "can just forget about these."
435
  msgstr ""
436
+ "Servizi di terze parti come Alexa, Pinterest e Google+ ti richiedono di "
437
+ "verificare il tuo dominio. Ciò assicura che tu sia il vero proprietario del "
438
+ "tuo blog o negozio prima che ti forniscano i loro servizi. Puoi usare le "
439
+ "opzioni qui sotto per verificare il tuo dominio. Se il tuo dominio è già "
440
+ "verificato, puoi semplicemente ignorarle."
441
 
442
  #: inc/php/settings.php:62
443
  msgid ""
444
+ "Enter your meta key “content” value from your verification code to verify "
445
+ "your website. <br>Example: &lt;meta name=\"p:domain_verify\" "
446
+ "content=“<b>1234567890</b>” /&gt;"
447
  msgstr ""
448
+ "Per verificare il tuo sito web inserisci il valore “content” della tua "
449
+ "chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name=\"p:"
450
+ "domain_verify\" content=“<b>1234567890</b>” /&gt;"
451
 
452
  #: inc/php/settings.php:68
453
  msgid ""
454
+ "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: "
455
+ "https://plus.google.com/+ArthurGareginyan/"
456
+ msgstr ""
457
+ "Inserisci un URL assoluto al tuo profilo Google+. <br>Esempio: https://plus."
458
+ "google.com/+ArthurGareginyan/"
459
 
460
  #: inc/php/settings.php:74
461
  msgid ""
462
+ "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: "
463
+ "https://www.facebook.com/arthur.gareginyan"
464
+ msgstr ""
465
+ "Inserisci un URL assoluto al tuo profilo Facebook. <br>Esempio: https://www."
466
+ "facebook.com/arthur.gareginyan"
467
 
468
  #: inc/php/settings.php:80
469
  msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
471
 
472
  #: inc/php/settings.php:86
473
  msgid ""
474
+ "Enter your meta key “content” value from your verification code to verify "
475
+ "your website. <br>Example: &lt;meta name=\"alexaVerifyID\" "
476
+ "content=“<b>1234567890</b>” /&gt;"
477
  msgstr ""
478
+ "Per verificare il tuo sito web inserisci il valore “content” della tua "
479
+ "chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name="
480
+ "\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
481
 
482
  #: inc/php/settings.php:92
483
  msgid ""
484
+ "Enter your meta key “content” value from your verification code to verify "
485
+ "your website. <br>Example: &lt;meta name=\"norton-safeweb-site-verification"
486
+ "\" content=“<b>1234567890</b>” /&gt;"
487
  msgstr ""
488
+ "Per verificare il tuo sito web inserisci il valore “content” della tua "
489
+ "chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name="
490
+ "\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
491
 
492
  #: inc/php/settings.php:98
493
  msgid ""
494
+ "Enter your meta key “content” value from your verification code to verify "
495
+ "your website. <br>Example: &lt;meta name=\"wot-verification\" "
496
+ "content=“<b>1234567890</b>” /&gt;"
497
  msgstr ""
498
+ "Per verificare il tuo sito web inserisci il valore “content” della tua "
499
+ "chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name=\"wot-"
500
+ "verification\" content=“<b>1234567890</b>” /&gt;"
501
 
502
  #: inc/php/settings.php:104
503
  msgid ""
504
+ "Enter your meta key “content” value from your verification code to verify "
505
+ "your website. <br>Example: &lt;meta name=\"specificfeeds-verification-code\" "
506
+ "content=“<b>1234567890</b>” /&gt;"
507
  msgstr ""
508
+ "Per verificare il tuo sito web inserisci il valore “content” della tua "
509
+ "chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name="
510
+ "\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
511
 
512
  #: inc/php/settings.php:108
513
  msgid "Custom Meta Tags"
515
 
516
  #: inc/php/settings.php:110
517
  msgid ""
518
+ "If you can't find a field to enter your required meta tag then you can add "
519
+ "it here. In this field you can add multiple meta tags."
520
  msgstr ""
521
+ "Se non riesci a trovare un campo per inserire il tuo meta tag richiesto "
522
+ "allora puoi aggiungerlo qui. In questo campo puoi aggiungere tag meta "
523
+ "multipli."
524
 
525
  #: inc/php/settings.php:118
526
  msgid "Meta Tags for Static Home Page only"
528
 
529
  #: inc/php/settings.php:120
530
  msgid ""
531
+ "You can use the options below to add meta tags such as Description and "
532
+ "Keywords only in Static Home Page of your website."
533
  msgstr ""
534
+ "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e "
535
+ "Keywords solo alla pagina home statica del tuo sito web."
536
 
537
  #: inc/php/settings.php:124
538
  msgid "Home Description"
540
 
541
  #: inc/php/settings.php:126 inc/php/settings.php:147
542
  msgid ""
543
+ "Enter a short description of your website (150-250 characters). Most search "
544
+ "engines use a maximum of 160 chars for the home description."
545
  msgstr ""
546
+ "Inserisci una breve descrizione del tuo sito web (150-250 caratteri). La "
547
+ "maggior parte dei motori di ricerca usa un massimo di 160 caratteri per la "
548
+ "descrizione della home."
549
 
550
  #: inc/php/settings.php:129
551
  msgid "Home Keyword(s)"
552
  msgstr "Parole chiave home"
553
 
554
  #: inc/php/settings.php:131
555
+ msgid ""
556
+ "Enter a comma-delimited list of keywords for only Static Home Page of your "
557
+ "website."
558
  msgstr ""
559
+ "Inserisci una lista delimitata da virgole di parole chiave solo per la "
560
+ "pagina home statica del tuo sito web."
561
 
562
  #: inc/php/settings.php:139
563
  msgid "Meta Tags for Default Home Page and Blog Page only"
565
 
566
  #: inc/php/settings.php:141
567
  msgid ""
568
+ "You can use the options below to add meta tags such as Description and "
569
+ "Keywords only in Default Home Page and Blog Page of your website."
570
  msgstr ""
571
+ "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e "
572
+ "Keywords solo alla pagina home predefinita e alla pagina blog del tuo sito "
573
+ "web."
574
 
575
  #: inc/php/settings.php:145
576
  msgid "Blog Description"
581
  msgstr "Parole chiave blog"
582
 
583
  #: inc/php/settings.php:152
584
+ msgid ""
585
+ "Enter a comma-delimited list of keywords for only Blog Page of your website."
586
+ msgstr ""
587
+ "Inserisci una lista delimitata da virgole di parole chiave solo per la "
588
+ "pagina blog del tuo sito web."
589
 
590
  #: inc/php/settings.php:160
591
  msgid "Meta Tags for all website (Global)"
593
 
594
  #: inc/php/settings.php:162
595
  msgid ""
596
+ "You can use the options below to add meta tags such as Author, Copyright and "
597
+ "Keywords in everywhere on your website."
598
  msgstr ""
599
+ "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Author, "
600
+ "Copyright e Keywords ovunque sul tuo sito."
601
 
602
  #: inc/php/settings.php:166
603
  msgid "Author"
621
 
622
  #: inc/php/settings.php:188
623
  msgid "Enter a comma-delimited list of global keywords for your website."
624
+ msgstr ""
625
+ "Inserisci una lista delimitata da virgole di parole chiave globali per il "
626
+ "tuo sito web."
627
 
628
  #: inc/php/settings.php:198
629
  msgid "WooCommerce & Google Shopping"
631
 
632
  #: inc/php/settings.php:200
633
  msgid ""
634
+ "This plugin automatically adds the necessary Google Shopping (Merchant "
635
+ "Center) structured data on all WooCommerce product pages on your website. "
636
+ "Here is the markup for women's T-shirt that sells for 16 dollars and 80 "
637
+ "cents of US."
638
  msgstr ""
639
+ "Questo plugin aggiunge automaticamente i dati strutturati necessari a Google "
640
+ "Shopping (Merchant Center) su tutte le pagine prodotto WooCommerce del tuo "
641
+ "sito web. Ecco il codice per una maglietta da donna al prezzo di 16 dollari "
642
+ "e 80 centesimi."
643
 
644
  #: inc/php/settings.php:210
645
  msgid ""
646
+ "Check these data generated on the pages of your website you can <a href="
647
+ "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
648
+ "\">here</a>."
649
  msgstr ""
650
+ "Puoi controllare <a href=\"https://search.google.com/structured-data/testing-"
651
+ "tool\" target=\"_blank\">qui</a> tali dati generati sulle pagine del tuo "
652
+ "sito web."
653
 
654
+ #: inc/php/settings.php:217 inc/php/sidebar.php:32
655
  msgid ""
656
+ "I'm an independent developer, without a regular income, so every little "
657
+ "contribution helps cover my costs and lets me spend more time building "
658
+ "things for people like you to enjoy."
659
  msgstr ""
660
+ "Sono uno sviluppatore indipendente, senza un reddito stabile, quindi ogni "
661
+ "piccolo contributo è utile a coprire i miei costi e mi consente di impiegare "
662
+ "più tempo nello sviluppo di strumenti per persone che come te li apprezzano."
663
 
664
+ #: inc/php/settings.php:224 inc/php/sidebar.php:39
665
  msgid "Thanks for your support!"
666
  msgstr "Grazie per il tuo supporto!"
667
 
671
 
672
  #: inc/php/sidebar.php:18
673
  msgid "This plugin allows you to easily add Meta Tags to your website."
674
+ msgstr ""
675
+ "Questo plugin ti permette di aggiungere facilmente tag meta al tuo sito web."
676
 
677
+ #: inc/php/sidebar.php:23
678
  msgid "Help"
679
  msgstr "Aiuto"
680
 
681
+ #: inc/php/sidebar.php:25
682
  msgid "If you have a question, please read the information in the FAQ section."
683
  msgstr "Hai qualcosa da dirmi? Hai bisogno di aiuto?"
684
 
691
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
692
 
693
  #. Description of the plugin/theme
694
+ msgid ""
695
+ "Easily and safely add your custom Meta Tags to WordPress website's header."
696
+ msgstr ""
697
+ "Aggiungi facilmente e in modo sicuro i tuoi tag meta personalizzati "
698
+ "all'header del tuo sito WordPress."
699
 
700
  #. Author of the plugin/theme
701
  msgid "Arthur Gareginyan"
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-09-23 04:53+0300\n"
5
- "PO-Revision-Date: 2017-09-23 04:53+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
13
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
14
- "X-Generator: Poedit 1.8.4\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: all-meta-tags.php\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -34,26 +34,27 @@ msgid "Meta Tags Inserter"
34
  msgstr "Meta Tags Inserter"
35
 
36
  #: inc/php/messages.php:26
37
- msgid "Hello. I'm Arthur, the author of this plugin."
38
- msgstr "Привет! Я Артур, автор этого плагина."
39
 
40
  #: inc/php/messages.php:28
41
  #, php-format
42
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
43
- msgstr "Спасибо, что установили мой плагин! Надеюсь, что он вам полюбится! %s"
 
44
 
45
- #: inc/php/messages.php:61
46
  msgid "You have installed an old version of this plugin."
47
  msgstr "Вы установили устаревшую версию этого плагина."
48
 
49
- #: inc/php/messages.php:62
50
  msgid "Please update the plugin to the latest version, and all will be fine."
51
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
52
 
53
  #: inc/php/page.php:30
54
  #, php-format
55
- msgid "by %s Space X-Chimp Studio %s"
56
- msgstr "от %s Space X-Chimp Studio %s"
57
 
58
  #: inc/php/page.php:36
59
  msgid "Version"
@@ -67,7 +68,7 @@ msgstr "Применение"
67
  msgid "F.A.Q."
68
  msgstr "F.A.Q."
69
 
70
- #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
71
  msgid "Support"
72
  msgstr "Поддержка"
73
 
@@ -113,27 +114,29 @@ msgstr "Вот так просто!"
113
  msgid "Note!"
114
  msgstr "Примечание!"
115
 
116
- #: inc/php/page.php:73
117
- msgid "If you want more options then tell me and I will be happy to add it."
 
 
118
  msgstr ""
119
- "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
120
  "добавить их."
121
 
122
- #: inc/php/page.php:82
123
  msgid "Frequently Asked Questions"
124
  msgstr "Часто задаваемые вопросы"
125
 
126
- #: inc/php/page.php:86
127
  msgid ""
128
  "If you have a question, please read the Frequently Asked Questions below to "
129
  "see if the answer is here."
130
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
131
 
132
- #: inc/php/page.php:108
133
  msgid "Will this plugin work on my WordPress.COM website?"
134
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
135
 
136
- #: inc/php/page.php:109
137
  msgid ""
138
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
139
  "websites."
@@ -141,37 +144,37 @@ msgstr ""
141
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
142
  "размещённых веб-сайтах (WordPress.ORG)."
143
 
144
- #: inc/php/page.php:111
145
  msgid "Can I use this plugin on my language?"
146
  msgstr "Можно ли использовать этот плагин на моём языке?"
147
 
148
- #: inc/php/page.php:112
149
  msgid ""
150
  "Yes. This plugin is ready for translation and has already been translated "
151
  "into several languages."
152
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
153
 
154
- #: inc/php/page.php:114
155
  #, php-format
156
  msgid ""
157
  "If you want to help translate this plugin then please visit the %s. You can "
158
  "also use the POT file, that is included and placed in the \"languages\" "
159
  "folder, in order to create a translation PO file. Just send the PO file to "
160
- "me at the %s and I will include this translation within the next plugin "
161
  "update."
162
  msgstr ""
163
  "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы "
164
  "также можете использовать файл POT, который включён в плагин и помещён в "
165
- "папку «languages», чтобы создать PO файл перевода. Просто отправьте мне файл "
166
- "PO на %s и Я включу этот перевод в следующее обновление плагина."
167
 
168
- #: inc/php/page.php:119
169
  msgid ""
170
  "Maybe not all existed translations are up to date. You are welcome to "
171
  "contribute corrections!"
172
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
173
 
174
- #: inc/php/page.php:120
175
  msgid ""
176
  "Many of plugin users would be delighted if you share your translation with "
177
  "the community. Thanks for your contribution!"
@@ -179,11 +182,11 @@ msgstr ""
179
  "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
180
  "с сообществом. Спасибо за ваш вклад!"
181
 
182
- #: inc/php/page.php:122
183
  msgid "How does it work?"
184
  msgstr "Как это работает?"
185
 
186
- #: inc/php/page.php:123
187
  msgid ""
188
  "On the \"Settings\" tab, fill in the required fields, select the desired "
189
  "settings and click the \"Save changes\" button. Enjoy the improved SEO of "
@@ -193,31 +196,31 @@ msgstr ""
193
  "и нажмите кнопку «Сохранить изменения». Наслаждайтесь улучшенным SEO вашего "
194
  "веб-сайта. Это так просто!"
195
 
196
- #: inc/php/page.php:125
197
  msgid "How much of description I can enter in the text field?"
198
  msgstr "Сколько описаний я могу ввести в текстовое поле?"
199
 
200
- #: inc/php/page.php:126
201
  msgid ""
202
- "I don't limit the number of characters, but most search engines use a "
203
  "maximum of 160 chars for the home description."
204
  msgstr ""
205
  "Я не ограничиваю количество символов, но большинство поисковых систем "
206
  "используют максимум 160 символов для description."
207
 
208
- #: inc/php/page.php:128
209
  msgid "How much of keywords I can enter in the text field?"
210
  msgstr "Сколько ключевых слов я могу ввести в текстовое поле?"
211
 
212
- #: inc/php/page.php:129
213
- msgid "I don't limit the number of characters."
214
  msgstr "Я не ограничиваю количество символов."
215
 
216
- #: inc/php/page.php:131
217
- msgid "I can't get verify my website. What am I doing wrong?"
218
  msgstr "Я не могу проверить свой сайт. Что я делаю не так?"
219
 
220
- #: inc/php/page.php:132
221
  msgid ""
222
  "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
223
  "SpecificFeeds) gives you is confusing as you only have to paste in the "
@@ -233,11 +236,11 @@ msgstr ""
233
  "</code>). Так что просто вставьте серийный ключ в соответствующее поле, и вы "
234
  "увидите сообщение «Success» в течение нескольких секунд."
235
 
236
- #: inc/php/page.php:134
237
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
238
  msgstr "Как насчет совместимости с плагином \"All in One SEO Pack\"?"
239
 
240
- #: inc/php/page.php:135
241
  msgid ""
242
  "To make these plugins compatible you need to stick to one simple rule: do "
243
  "not fill the same field in both plugins at once. Otherwise both plugins "
@@ -248,16 +251,16 @@ msgstr ""
248
  "противном случае оба плагина выполняют свою работу, и вы получите дубликаты "
249
  "действий, например:"
250
 
251
- #: inc/php/page.php:143
252
  msgid ""
253
  "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
254
  msgstr "В остальном «All Meta Tags» и «All in One SEO Pack» совместимы."
255
 
256
- #: inc/php/page.php:145
257
  msgid "Does this plugin requires any modification of the theme?"
258
  msgstr "Этот плагин требует изменения темы?"
259
 
260
- #: inc/php/page.php:146
261
  msgid ""
262
  "Absolutely not. This plugin is configurable entirely from the plugin "
263
  "settings page."
@@ -265,11 +268,11 @@ msgstr ""
265
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
266
  "плагина."
267
 
268
- #: inc/php/page.php:148
269
  msgid "Does this require any knowledge of HTML or CSS?"
270
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
271
 
272
- #: inc/php/page.php:149
273
  msgid ""
274
  "Absolutely not. This plugin can be configured with no knowledge of HTML or "
275
  "CSS, using an easy-to-use plugin settings page."
@@ -277,11 +280,11 @@ msgstr ""
277
  "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
278
  "помощью простой в использовании страницы настройки плагина."
279
 
280
- #: inc/php/page.php:151
281
  msgid "It's not working. What could be wrong?"
282
  msgstr "Оно не работает. Что может быть не так?"
283
 
284
- #: inc/php/page.php:152
285
  msgid ""
286
  "As with every plugin, it's possible that things don't work. The most common "
287
  "reason for this is a web browser's cache. Every web browser stores a cache "
@@ -296,28 +299,28 @@ msgstr ""
296
  "сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
297
  "проблему."
298
 
299
- #: inc/php/page.php:153
300
  msgid ""
301
  "It's impossible to tell what could be wrong exactly, but if you post a "
302
- "support request in the plugin's support forum on WordPress.org, I'd be happy "
303
- "to give it a look and try to help out. Please include as much information as "
304
- "possible, including a link to your website where the problem can be seen."
 
305
  msgstr ""
306
  "Невозможно точно сказать, что может быть неправильно, но если вы разместите "
307
- "запрос поддержки на форуме поддержки плагинов на WordPress.org, Я с "
308
- "удовольствием посмотрю его и попытаюсь помочь. Пожалуйста, укажите как можно "
309
- "больше информации, включая ссылку на ваш сайт, на котором можно увидеть "
310
- "проблему."
311
 
312
- #: inc/php/page.php:155
313
  msgid ""
314
- "The last WordPress update is preventing me from editing my website that is "
315
- "using this plugin. Why is this?"
316
  msgstr ""
317
  "Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
318
  "который использует этот плагин. Почему так?"
319
 
320
- #: inc/php/page.php:156
321
  msgid ""
322
  "This plugin can not cause such problem. More likely, the problem are related "
323
  "to the settings of the website. It could just be a cache, so please try to "
@@ -331,75 +334,78 @@ msgstr ""
331
  "веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
332
  "попробуйте повторно войти на сайт, это тоже может помочь."
333
 
334
- #: inc/php/page.php:158
335
  msgid "Where to report bug if found?"
336
  msgstr "Где можно сообщить об ошибке?"
337
 
338
- #: inc/php/page.php:160
339
  #, php-format
340
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
 
 
341
  msgstr ""
342
- "Пожалуйста, посетите %s страницу плагина на GitHub %s и сообщите об ошибке."
 
343
 
344
- #: inc/php/page.php:166
345
  msgid "Where to share any ideas or suggestions to make the plugin better?"
346
  msgstr ""
347
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
348
 
349
- #: inc/php/page.php:168
350
  #, php-format
351
  msgid ""
352
- "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
353
  msgstr ""
354
- "Любые предложения приветствуются! Пожалуйста, пришлите мне электронное "
355
- "письмо на адрес %s. Спасибо!"
356
 
357
- #: inc/php/page.php:173
358
  msgid "I love this plugin! Can I help somehow?"
359
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
360
 
361
- #: inc/php/page.php:175
362
  #, php-format
363
  msgid ""
364
- "Yes, any financial contributions are welcome! Just visit %s my website %s, "
365
- "click on the donate button, and thank you!"
366
  msgstr ""
367
  "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
368
  "нажмите на кнопку пожертвования. Спасибо!"
369
 
370
- #: inc/php/page.php:181
371
  msgid "My question wasn't answered here."
372
  msgstr "Моего вопроса здесь нет."
373
 
374
- #: inc/php/page.php:183
375
  #, php-format
376
  msgid ""
377
- "You can ask your question on the plugin support page %s. But please keep in "
378
- "mind that this plugin is free, and there is no a special support team, so I "
379
- "have no way to answer everyone."
380
  msgstr ""
381
- "Вы можете задать ваш вопрос на странице поддержки плагина %s. Но имейте в "
382
- "виду, что этот плагин является бесплатным и без специальной поддержки, "
383
- "поэтому у меня нет возможности ответить на все вопросы."
384
 
385
- #: inc/php/page.php:196
386
  msgid "Support Me"
387
  msgstr "Поддержать меня"
388
 
389
- #: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
390
  msgid "Donate with PayPal"
391
  msgstr "Пожертвовать через Pay Pal"
392
 
393
- #: inc/php/page.php:209
394
  #, php-format
395
  msgid ""
396
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
397
- "Chimp Studio %s."
398
  msgstr ""
399
- "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp "
400
- "Studio %s."
401
 
402
- #: inc/php/page.php:217
403
  msgid ""
404
  "My intention is to create projects that will make this world a better place. "
405
  "I'm really passionate about my work, I like what I'm doing and hope that you "
@@ -409,7 +415,7 @@ msgstr ""
409
  "увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже "
410
  "станете лучше благодаря моим проектам."
411
 
412
- #: inc/php/page.php:218
413
  msgid ""
414
  "I spend a lot of time and effort trying to make sure that the themes, "
415
  "plugins and other things I build are useful, and the ultimate proof of that "
@@ -425,11 +431,11 @@ msgstr ""
425
  "вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
426
  "создание программ для людей как вы."
427
 
428
- #: inc/php/page.php:219
429
  msgid "If you appreciate my work, you can buy me a coffee!"
430
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
431
 
432
- #: inc/php/page.php:220
433
  msgid "Thank you for your support!"
434
  msgstr "Спасибо за вашу поддержку!"
435
 
@@ -714,7 +720,7 @@ msgstr ""
714
  "<a href=\"https://search.google.com/structured-data/testing-tool\" target="
715
  "\"_blank\">здесь</a>."
716
 
717
- #: inc/php/settings.php:217 inc/php/sidebar.php:25
718
  msgid ""
719
  "I'm an independent developer, without a regular income, so every little "
720
  "contribution helps cover my costs and lets me spend more time building "
@@ -724,7 +730,7 @@ msgstr ""
724
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
725
  "создание программ для людей как вы."
726
 
727
- #: inc/php/settings.php:224 inc/php/sidebar.php:32
728
  msgid "Thanks for your support!"
729
  msgstr "Спасибо за вашу поддержку!"
730
 
@@ -736,11 +742,11 @@ msgstr "О плагине"
736
  msgid "This plugin allows you to easily add Meta Tags to your website."
737
  msgstr "Этот плагин позволяет легко добавлять Мета-Теги на ваш веб-сайт."
738
 
739
- #: inc/php/sidebar.php:37
740
  msgid "Help"
741
  msgstr "Помощь"
742
 
743
- #: inc/php/sidebar.php:39
744
  msgid "If you have a question, please read the information in the FAQ section."
745
  msgstr ""
746
  "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All Meta Tags\n"
4
+ "POT-Creation-Date: 2018-01-20 14:29+0300\n"
5
+ "PO-Revision-Date: 2018-01-20 14:29+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
13
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-WPHeader: all-meta-tags.php\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
34
  msgstr "Meta Tags Inserter"
35
 
36
  #: inc/php/messages.php:26
37
+ msgid "Hello. We are the team of Space X-Chimp."
38
+ msgstr "Привет! Мы - команда Space X-Chimp."
39
 
40
  #: inc/php/messages.php:28
41
  #, php-format
42
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
43
+ msgstr ""
44
+ "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
45
 
46
+ #: inc/php/messages.php:68
47
  msgid "You have installed an old version of this plugin."
48
  msgstr "Вы установили устаревшую версию этого плагина."
49
 
50
+ #: inc/php/messages.php:69
51
  msgid "Please update the plugin to the latest version, and all will be fine."
52
  msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
53
 
54
  #: inc/php/page.php:30
55
  #, php-format
56
+ msgid "by %s Space X-Chimp %s"
57
+ msgstr "от %s Space X-Chimp %s"
58
 
59
  #: inc/php/page.php:36
60
  msgid "Version"
68
  msgid "F.A.Q."
69
  msgstr "F.A.Q."
70
 
71
+ #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:30
72
  msgid "Support"
73
  msgstr "Поддержка"
74
 
114
  msgid "Note!"
115
  msgstr "Примечание!"
116
 
117
+ #: inc/php/page.php:74
118
+ #, php-format
119
+ msgid ""
120
+ "If you want more options then %s tell us %s and we will be happy to add it."
121
  msgstr ""
122
+ "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады "
123
  "добавить их."
124
 
125
+ #: inc/php/page.php:88
126
  msgid "Frequently Asked Questions"
127
  msgstr "Часто задаваемые вопросы"
128
 
129
+ #: inc/php/page.php:92
130
  msgid ""
131
  "If you have a question, please read the Frequently Asked Questions below to "
132
  "see if the answer is here."
133
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
134
 
135
+ #: inc/php/page.php:114
136
  msgid "Will this plugin work on my WordPress.COM website?"
137
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
138
 
139
+ #: inc/php/page.php:115
140
  msgid ""
141
  "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) "
142
  "websites."
144
  "К сожалению, этот плагин доступен для использования только на самостоятельно "
145
  "размещённых веб-сайтах (WordPress.ORG)."
146
 
147
+ #: inc/php/page.php:117
148
  msgid "Can I use this plugin on my language?"
149
  msgstr "Можно ли использовать этот плагин на моём языке?"
150
 
151
+ #: inc/php/page.php:118
152
  msgid ""
153
  "Yes. This plugin is ready for translation and has already been translated "
154
  "into several languages."
155
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
156
 
157
+ #: inc/php/page.php:120
158
  #, php-format
159
  msgid ""
160
  "If you want to help translate this plugin then please visit the %s. You can "
161
  "also use the POT file, that is included and placed in the \"languages\" "
162
  "folder, in order to create a translation PO file. Just send the PO file to "
163
+ "us at the %s and we will include this translation within the next plugin "
164
  "update."
165
  msgstr ""
166
  "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы "
167
  "также можете использовать файл POT, который включён в плагин и помещён в "
168
+ "папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл "
169
+ "PO на %s и мы включим этот перевод в следующее обновление плагина."
170
 
171
+ #: inc/php/page.php:125
172
  msgid ""
173
  "Maybe not all existed translations are up to date. You are welcome to "
174
  "contribute corrections!"
175
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
176
 
177
+ #: inc/php/page.php:126
178
  msgid ""
179
  "Many of plugin users would be delighted if you share your translation with "
180
  "the community. Thanks for your contribution!"
182
  "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом "
183
  "с сообществом. Спасибо за ваш вклад!"
184
 
185
+ #: inc/php/page.php:128
186
  msgid "How does it work?"
187
  msgstr "Как это работает?"
188
 
189
+ #: inc/php/page.php:129
190
  msgid ""
191
  "On the \"Settings\" tab, fill in the required fields, select the desired "
192
  "settings and click the \"Save changes\" button. Enjoy the improved SEO of "
196
  "и нажмите кнопку «Сохранить изменения». Наслаждайтесь улучшенным SEO вашего "
197
  "веб-сайта. Это так просто!"
198
 
199
+ #: inc/php/page.php:131
200
  msgid "How much of description I can enter in the text field?"
201
  msgstr "Сколько описаний я могу ввести в текстовое поле?"
202
 
203
+ #: inc/php/page.php:132
204
  msgid ""
205
+ "We don't limit the number of characters, but most search engines use a "
206
  "maximum of 160 chars for the home description."
207
  msgstr ""
208
  "Я не ограничиваю количество символов, но большинство поисковых систем "
209
  "используют максимум 160 символов для description."
210
 
211
+ #: inc/php/page.php:134
212
  msgid "How much of keywords I can enter in the text field?"
213
  msgstr "Сколько ключевых слов я могу ввести в текстовое поле?"
214
 
215
+ #: inc/php/page.php:135
216
+ msgid "We don't limit the number of characters."
217
  msgstr "Я не ограничиваю количество символов."
218
 
219
+ #: inc/php/page.php:137
220
+ msgid "I can't get verify the website of the creator. What am I doing wrong?"
221
  msgstr "Я не могу проверить свой сайт. Что я делаю не так?"
222
 
223
+ #: inc/php/page.php:138
224
  msgid ""
225
  "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, "
226
  "SpecificFeeds) gives you is confusing as you only have to paste in the "
236
  "</code>). Так что просто вставьте серийный ключ в соответствующее поле, и вы "
237
  "увидите сообщение «Success» в течение нескольких секунд."
238
 
239
+ #: inc/php/page.php:140
240
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
241
  msgstr "Как насчет совместимости с плагином \"All in One SEO Pack\"?"
242
 
243
+ #: inc/php/page.php:141
244
  msgid ""
245
  "To make these plugins compatible you need to stick to one simple rule: do "
246
  "not fill the same field in both plugins at once. Otherwise both plugins "
251
  "противном случае оба плагина выполняют свою работу, и вы получите дубликаты "
252
  "действий, например:"
253
 
254
+ #: inc/php/page.php:149
255
  msgid ""
256
  "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
257
  msgstr "В остальном «All Meta Tags» и «All in One SEO Pack» совместимы."
258
 
259
+ #: inc/php/page.php:151
260
  msgid "Does this plugin requires any modification of the theme?"
261
  msgstr "Этот плагин требует изменения темы?"
262
 
263
+ #: inc/php/page.php:152
264
  msgid ""
265
  "Absolutely not. This plugin is configurable entirely from the plugin "
266
  "settings page."
268
  "Абсолютно нет. Этот плагин настраивается полностью на странице настроек "
269
  "плагина."
270
 
271
+ #: inc/php/page.php:154
272
  msgid "Does this require any knowledge of HTML or CSS?"
273
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
274
 
275
+ #: inc/php/page.php:155
276
  msgid ""
277
  "Absolutely not. This plugin can be configured with no knowledge of HTML or "
278
  "CSS, using an easy-to-use plugin settings page."
280
  "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с "
281
  "помощью простой в использовании страницы настройки плагина."
282
 
283
+ #: inc/php/page.php:157
284
  msgid "It's not working. What could be wrong?"
285
  msgstr "Оно не работает. Что может быть не так?"
286
 
287
+ #: inc/php/page.php:158
288
  msgid ""
289
  "As with every plugin, it's possible that things don't work. The most common "
290
  "reason for this is a web browser's cache. Every web browser stores a cache "
299
  "сервер. Это называется кешем браузера. Очистка кеша браузера может решить "
300
  "проблему."
301
 
302
+ #: inc/php/page.php:159
303
  msgid ""
304
  "It's impossible to tell what could be wrong exactly, but if you post a "
305
+ "support request in the plugin's support forum on WordPress.org, we'd be "
306
+ "happy to give it a look and try to help out. Please include as much "
307
+ "information as possible, including a link to your website where the problem "
308
+ "can be seen."
309
  msgstr ""
310
  "Невозможно точно сказать, что может быть неправильно, но если вы разместите "
311
+ "запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с "
312
+ "радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше "
313
+ "информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
 
314
 
315
+ #: inc/php/page.php:161
316
  msgid ""
317
+ "The last WordPress update is preventing me from editing the website of the "
318
+ "creator that is using this plugin. Why is this?"
319
  msgstr ""
320
  "Последнее обновление WordPress не позволяет мне редактировать мой сайт, "
321
  "который использует этот плагин. Почему так?"
322
 
323
+ #: inc/php/page.php:162
324
  msgid ""
325
  "This plugin can not cause such problem. More likely, the problem are related "
326
  "to the settings of the website. It could just be a cache, so please try to "
334
  "веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также "
335
  "попробуйте повторно войти на сайт, это тоже может помочь."
336
 
337
+ #: inc/php/page.php:164
338
  msgid "Where to report bug if found?"
339
  msgstr "Где можно сообщить об ошибке?"
340
 
341
+ #: inc/php/page.php:166
342
  #, php-format
343
+ msgid ""
344
+ "Please visit %s this page %s and report. Please do not forget to specify the "
345
+ "name of the plugin. Thank you!"
346
  msgstr ""
347
+ "Посетите %s эту страницу %s и сообщите. Не забудьте указать название "
348
+ "плагина. Спасибо!"
349
 
350
+ #: inc/php/page.php:172
351
  msgid "Where to share any ideas or suggestions to make the plugin better?"
352
  msgstr ""
353
  "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
354
 
355
+ #: inc/php/page.php:174
356
  #, php-format
357
  msgid ""
358
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not "
359
+ "forget to specify the name of the plugin. Thank you!"
360
  msgstr ""
361
+ "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не "
362
+ "забудьте указать название плагина. Спасибо!"
363
 
364
+ #: inc/php/page.php:180
365
  msgid "I love this plugin! Can I help somehow?"
366
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
367
 
368
+ #: inc/php/page.php:182
369
  #, php-format
370
  msgid ""
371
+ "Yes, any financial contributions are welcome! Just visit %s the website of "
372
+ "the creator %s, click on the donate button, and thank you!"
373
  msgstr ""
374
  "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, "
375
  "нажмите на кнопку пожертвования. Спасибо!"
376
 
377
+ #: inc/php/page.php:188
378
  msgid "My question wasn't answered here."
379
  msgstr "Моего вопроса здесь нет."
380
 
381
+ #: inc/php/page.php:190
382
  #, php-format
383
  msgid ""
384
+ "You can ask your question on %s this page %s. But please keep in mind that "
385
+ "this plugin is free, and there is no a special support team, so we have no "
386
+ "way to answer everyone."
387
  msgstr ""
388
+ "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что "
389
+ "этот плагин является бесплатным и без специальной поддержки, поэтому у нас "
390
+ "нет возможности ответить на все вопросы."
391
 
392
+ #: inc/php/page.php:204
393
  msgid "Support Me"
394
  msgstr "Поддержать меня"
395
 
396
+ #: inc/php/page.php:212 inc/php/settings.php:222 inc/php/sidebar.php:37
397
  msgid "Donate with PayPal"
398
  msgstr "Пожертвовать через Pay Pal"
399
 
400
+ #: inc/php/page.php:217
401
  #, php-format
402
  msgid ""
403
  "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-"
404
+ "Chimp %s."
405
  msgstr ""
406
+ "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp %s."
 
407
 
408
+ #: inc/php/page.php:225
409
  msgid ""
410
  "My intention is to create projects that will make this world a better place. "
411
  "I'm really passionate about my work, I like what I'm doing and hope that you "
415
  "увлечен своей работой, мне нравится то, что Я делаю и надеюсь, что вы тоже "
416
  "станете лучше благодаря моим проектам."
417
 
418
+ #: inc/php/page.php:226
419
  msgid ""
420
  "I spend a lot of time and effort trying to make sure that the themes, "
421
  "plugins and other things I build are useful, and the ultimate proof of that "
431
  "вклад помогает мне покрыть расходы и позволяет тратить больше времени на "
432
  "создание программ для людей как вы."
433
 
434
+ #: inc/php/page.php:227
435
  msgid "If you appreciate my work, you can buy me a coffee!"
436
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
437
 
438
+ #: inc/php/page.php:228
439
  msgid "Thank you for your support!"
440
  msgstr "Спасибо за вашу поддержку!"
441
 
720
  "<a href=\"https://search.google.com/structured-data/testing-tool\" target="
721
  "\"_blank\">здесь</a>."
722
 
723
+ #: inc/php/settings.php:217 inc/php/sidebar.php:32
724
  msgid ""
725
  "I'm an independent developer, without a regular income, so every little "
726
  "contribution helps cover my costs and lets me spend more time building "
730
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
731
  "создание программ для людей как вы."
732
 
733
+ #: inc/php/settings.php:224 inc/php/sidebar.php:39
734
  msgid "Thanks for your support!"
735
  msgstr "Спасибо за вашу поддержку!"
736
 
742
  msgid "This plugin allows you to easily add Meta Tags to your website."
743
  msgstr "Этот плагин позволяет легко добавлять Мета-Теги на ваш веб-сайт."
744
 
745
+ #: inc/php/sidebar.php:23
746
  msgid "Help"
747
  msgstr "Помощь"
748
 
749
+ #: inc/php/sidebar.php:25
750
  msgid "If you have a question, please read the information in the FAQ section."
751
  msgstr ""
752
  "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
languages/all-meta-tags.pot CHANGED
@@ -3,20 +3,19 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2017-10-28 14:41+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.4\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: all-meta-tags.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;"
18
- "esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;"
19
- "__ngettext_noop:1,2\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
@@ -33,12 +32,12 @@ msgid "Meta Tags Inserter"
33
  msgstr ""
34
 
35
  #: inc/php/messages.php:26
36
- msgid "Hello. I'm Arthur, the author of this plugin."
37
  msgstr ""
38
 
39
  #: inc/php/messages.php:28
40
  #, php-format
41
- msgid "Thank you for installing my plugin! I hope you will love it! %s"
42
  msgstr ""
43
 
44
  #: inc/php/messages.php:68
@@ -51,7 +50,7 @@ msgstr ""
51
 
52
  #: inc/php/page.php:30
53
  #, php-format
54
- msgid "by %s Space X-Chimp Studio %s"
55
  msgstr ""
56
 
57
  #: inc/php/page.php:36
@@ -66,7 +65,7 @@ msgstr ""
66
  msgid "F.A.Q."
67
  msgstr ""
68
 
69
- #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:23
70
  msgid "Support"
71
  msgstr ""
72
 
@@ -110,236 +109,231 @@ msgstr ""
110
  msgid "Note!"
111
  msgstr ""
112
 
113
- #: inc/php/page.php:73
114
- msgid "If you want more options then tell me and I will be happy to add it."
 
115
  msgstr ""
116
 
117
- #: inc/php/page.php:82
118
  msgid "Frequently Asked Questions"
119
  msgstr ""
120
 
121
- #: inc/php/page.php:86
122
- msgid ""
123
- "If you have a question, please read the Frequently Asked Questions below to see if the answer is "
124
- "here."
125
  msgstr ""
126
 
127
- #: inc/php/page.php:108
128
  msgid "Will this plugin work on my WordPress.COM website?"
129
  msgstr ""
130
 
131
- #: inc/php/page.php:109
132
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
133
  msgstr ""
134
 
135
- #: inc/php/page.php:111
136
  msgid "Can I use this plugin on my language?"
137
  msgstr ""
138
 
139
- #: inc/php/page.php:112
140
- msgid ""
141
- "Yes. This plugin is ready for translation and has already been translated into several languages."
142
  msgstr ""
143
 
144
- #: inc/php/page.php:114
145
  #, php-format
146
  msgid ""
147
- "If you want to help translate this plugin then please visit the %s. You can also use the POT file, "
148
- "that is included and placed in the \"languages\" folder, in order to create a translation PO file. "
149
- "Just send the PO file to me at the %s and I will include this translation within the next plugin "
150
- "update."
151
  msgstr ""
152
 
153
- #: inc/php/page.php:119
154
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
155
  msgstr ""
156
 
157
- #: inc/php/page.php:120
158
  msgid ""
159
- "Many of plugin users would be delighted if you share your translation with the community. Thanks "
160
- "for your contribution!"
161
  msgstr ""
162
 
163
- #: inc/php/page.php:122
164
  msgid "How does it work?"
165
  msgstr ""
166
 
167
- #: inc/php/page.php:123
168
  msgid ""
169
- "On the \"Settings\" tab, fill in the required fields, select the desired settings and click the "
170
- "\"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
171
  msgstr ""
172
 
173
- #: inc/php/page.php:125
174
  msgid "How much of description I can enter in the text field?"
175
  msgstr ""
176
 
177
- #: inc/php/page.php:126
178
  msgid ""
179
- "I don't limit the number of characters, but most search engines use a maximum of 160 chars for the "
180
- "home description."
181
  msgstr ""
182
 
183
- #: inc/php/page.php:128
184
  msgid "How much of keywords I can enter in the text field?"
185
  msgstr ""
186
 
187
- #: inc/php/page.php:129
188
- msgid "I don't limit the number of characters."
189
  msgstr ""
190
 
191
- #: inc/php/page.php:131
192
- msgid "I can't get verify my website. What am I doing wrong?"
193
  msgstr ""
194
 
195
- #: inc/php/page.php:132
196
  msgid ""
197
- "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you "
198
- "is confusing as you only have to paste in the serial key number/letters (<code>1234567890</code>) "
199
- "and not the whole tag (<code>&lt;meta name=\"google-site-verification\" content=“1234567890” /&gt;</"
200
- "code>). So just paste that into the relevant field and you will see “Success” message appear within "
201
- "a few seconds."
202
  msgstr ""
203
 
204
- #: inc/php/page.php:134
205
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
206
  msgstr ""
207
 
208
- #: inc/php/page.php:135
209
  msgid ""
210
- "To make these plugins compatible you need to stick to one simple rule: do not fill the same field "
211
- "in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate "
212
- "actions, for example:"
213
  msgstr ""
214
 
215
- #: inc/php/page.php:143
216
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
217
  msgstr ""
218
 
219
- #: inc/php/page.php:145
220
  msgid "Does this plugin requires any modification of the theme?"
221
  msgstr ""
222
 
223
- #: inc/php/page.php:146
224
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
225
  msgstr ""
226
 
227
- #: inc/php/page.php:148
228
  msgid "Does this require any knowledge of HTML or CSS?"
229
  msgstr ""
230
 
231
- #: inc/php/page.php:149
232
  msgid ""
233
- "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-"
234
- "use plugin settings page."
235
  msgstr ""
236
 
237
- #: inc/php/page.php:151
238
  msgid "It's not working. What could be wrong?"
239
  msgstr ""
240
 
241
- #: inc/php/page.php:152
242
  msgid ""
243
- "As with every plugin, it's possible that things don't work. The most common reason for this is a "
244
- "web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and "
245
- "etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your "
246
- "browser's cache may solve the problem."
247
  msgstr ""
248
 
249
- #: inc/php/page.php:153
250
  msgid ""
251
- "It's impossible to tell what could be wrong exactly, but if you post a support request in the "
252
- "plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please "
253
- "include as much information as possible, including a link to your website where the problem can be "
254
- "seen."
255
  msgstr ""
256
 
257
- #: inc/php/page.php:155
258
  msgid ""
259
- "The last WordPress update is preventing me from editing my website that is using this plugin. Why "
260
  "is this?"
261
  msgstr ""
262
 
263
- #: inc/php/page.php:156
264
  msgid ""
265
- "This plugin can not cause such problem. More likely, the problem are related to the settings of the "
266
- "website. It could just be a cache, so please try to clear your website's cache (may be you using a "
267
- "caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. "
268
- "Also please try to re-login to the website, this too can help."
269
  msgstr ""
270
 
271
- #: inc/php/page.php:158
272
  msgid "Where to report bug if found?"
273
  msgstr ""
274
 
275
- #: inc/php/page.php:160
276
  #, php-format
277
- msgid "Please visit the %s Dedicated Plugin Page on GitHub %s and report."
278
  msgstr ""
279
 
280
- #: inc/php/page.php:166
281
  msgid "Where to share any ideas or suggestions to make the plugin better?"
282
  msgstr ""
283
 
284
- #: inc/php/page.php:168
285
  #, php-format
286
- msgid "Any suggestions are very welcome! Please send me an email to %s. Thank you!"
 
 
287
  msgstr ""
288
 
289
- #: inc/php/page.php:173
290
  msgid "I love this plugin! Can I help somehow?"
291
  msgstr ""
292
 
293
- #: inc/php/page.php:175
294
  #, php-format
295
  msgid ""
296
- "Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate "
297
  "button, and thank you!"
298
  msgstr ""
299
 
300
- #: inc/php/page.php:181
301
  msgid "My question wasn't answered here."
302
  msgstr ""
303
 
304
- #: inc/php/page.php:183
305
  #, php-format
306
  msgid ""
307
- "You can ask your question on the plugin support page %s. But please keep in mind that this plugin "
308
- "is free, and there is no a special support team, so I have no way to answer everyone."
309
  msgstr ""
310
 
311
- #: inc/php/page.php:196
312
  msgid "Support Me"
313
  msgstr ""
314
 
315
- #: inc/php/page.php:204 inc/php/settings.php:222 inc/php/sidebar.php:30
316
  msgid "Donate with PayPal"
317
  msgstr ""
318
 
319
- #: inc/php/page.php:209
320
  #, php-format
321
- msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp Studio %s."
322
  msgstr ""
323
 
324
- #: inc/php/page.php:217
325
  msgid ""
326
- "My intention is to create projects that will make this world a better place. I'm really passionate "
327
- "about my work, I like what I'm doing and hope that you will be enriched by my projects too."
328
  msgstr ""
329
 
330
- #: inc/php/page.php:218
331
  msgid ""
332
- "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I "
333
- "build are useful, and the ultimate proof of that for me is that you actually want to use them. But, "
334
- "I’m an independent developer, without a regular income, so every little contribution helps cover my "
335
- "costs and lets me spend more time building things for people like you to enjoy."
336
  msgstr ""
337
 
338
- #: inc/php/page.php:219
339
  msgid "If you appreciate my work, you can buy me a coffee!"
340
  msgstr ""
341
 
342
- #: inc/php/page.php:220
343
  msgid "Thank you for your support!"
344
  msgstr ""
345
 
@@ -353,27 +347,27 @@ msgstr ""
353
 
354
  #: inc/php/settings.php:27
355
  msgid ""
356
- "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner "
357
- "of your blog or store before they provide their services to you. You can use the options below to "
358
- "verify your domain. If your domain is already verified, you can just forget about these."
359
  msgstr ""
360
 
361
  #: inc/php/settings.php:33
362
  msgid ""
363
- "Enter your meta key “content” value from your verification code to verify your website. "
364
- "<br>Example: &lt;meta name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
365
  msgstr ""
366
 
367
  #: inc/php/settings.php:39
368
  msgid ""
369
- "Enter your meta key “content” value from your verification code to verify your website. "
370
- "<br>Example: &lt;meta name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
371
  msgstr ""
372
 
373
  #: inc/php/settings.php:45
374
  msgid ""
375
- "Enter your meta key “content” value from your verification code to verify your website. "
376
- "<br>Example: &lt;meta name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
377
  msgstr ""
378
 
379
  #: inc/php/settings.php:54
@@ -382,16 +376,15 @@ msgstr ""
382
 
383
  #: inc/php/settings.php:56
384
  msgid ""
385
- "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This "
386
- "makes sure that you are the correct owner of your blog or store before they provide their services "
387
- "to you. You can use the options below to verify your domain. If your domain is already verified, "
388
- "you can just forget about these."
389
  msgstr ""
390
 
391
  #: inc/php/settings.php:62
392
  msgid ""
393
- "Enter your meta key “content” value from your verification code to verify your website. "
394
- "<br>Example: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
395
  msgstr ""
396
 
397
  #: inc/php/settings.php:68
@@ -402,8 +395,8 @@ msgstr ""
402
 
403
  #: inc/php/settings.php:74
404
  msgid ""
405
- "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook."
406
- "com/arthur.gareginyan"
407
  msgstr ""
408
 
409
  #: inc/php/settings.php:80
@@ -412,26 +405,26 @@ msgstr ""
412
 
413
  #: inc/php/settings.php:86
414
  msgid ""
415
- "Enter your meta key “content” value from your verification code to verify your website. "
416
- "<br>Example: &lt;meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
417
  msgstr ""
418
 
419
  #: inc/php/settings.php:92
420
  msgid ""
421
- "Enter your meta key “content” value from your verification code to verify your website. "
422
- "<br>Example: &lt;meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
423
  msgstr ""
424
 
425
  #: inc/php/settings.php:98
426
  msgid ""
427
- "Enter your meta key “content” value from your verification code to verify your website. "
428
- "<br>Example: &lt;meta name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
429
  msgstr ""
430
 
431
  #: inc/php/settings.php:104
432
  msgid ""
433
- "Enter your meta key “content” value from your verification code to verify your website. "
434
- "<br>Example: &lt;meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
435
  msgstr ""
436
 
437
  #: inc/php/settings.php:108
@@ -440,8 +433,8 @@ msgstr ""
440
 
441
  #: inc/php/settings.php:110
442
  msgid ""
443
- "If you can't find a field to enter your required meta tag then you can add it here. In this field "
444
- "you can add multiple meta tags."
445
  msgstr ""
446
 
447
  #: inc/php/settings.php:118
@@ -450,8 +443,8 @@ msgstr ""
450
 
451
  #: inc/php/settings.php:120
452
  msgid ""
453
- "You can use the options below to add meta tags such as Description and Keywords only in Static Home "
454
- "Page of your website."
455
  msgstr ""
456
 
457
  #: inc/php/settings.php:124
@@ -460,8 +453,8 @@ msgstr ""
460
 
461
  #: inc/php/settings.php:126 inc/php/settings.php:147
462
  msgid ""
463
- "Enter a short description of your website (150-250 characters). Most search engines use a maximum "
464
- "of 160 chars for the home description."
465
  msgstr ""
466
 
467
  #: inc/php/settings.php:129
@@ -478,8 +471,8 @@ msgstr ""
478
 
479
  #: inc/php/settings.php:141
480
  msgid ""
481
- "You can use the options below to add meta tags such as Description and Keywords only in Default "
482
- "Home Page and Blog Page of your website."
483
  msgstr ""
484
 
485
  #: inc/php/settings.php:145
@@ -500,8 +493,8 @@ msgstr ""
500
 
501
  #: inc/php/settings.php:162
502
  msgid ""
503
- "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere "
504
- "on your website."
505
  msgstr ""
506
 
507
  #: inc/php/settings.php:166
@@ -534,24 +527,24 @@ msgstr ""
534
 
535
  #: inc/php/settings.php:200
536
  msgid ""
537
- "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on "
538
- "all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells "
539
- "for 16 dollars and 80 cents of US."
540
  msgstr ""
541
 
542
  #: inc/php/settings.php:210
543
  msgid ""
544
- "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/"
545
- "structured-data/testing-tool\" target=\"_blank\">here</a>."
546
  msgstr ""
547
 
548
- #: inc/php/settings.php:217 inc/php/sidebar.php:25
549
  msgid ""
550
- "I'm an independent developer, without a regular income, so every little contribution helps cover my "
551
- "costs and lets me spend more time building things for people like you to enjoy."
552
  msgstr ""
553
 
554
- #: inc/php/settings.php:224 inc/php/sidebar.php:32
555
  msgid "Thanks for your support!"
556
  msgstr ""
557
 
@@ -563,11 +556,11 @@ msgstr ""
563
  msgid "This plugin allows you to easily add Meta Tags to your website."
564
  msgstr ""
565
 
566
- #: inc/php/sidebar.php:37
567
  msgid "Help"
568
  msgstr ""
569
 
570
- #: inc/php/sidebar.php:39
571
  msgid "If you have a question, please read the information in the FAQ section."
572
  msgstr ""
573
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2018-01-20 14:26+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: all-meta-tags.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;"
18
+ "esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
32
  msgstr ""
33
 
34
  #: inc/php/messages.php:26
35
+ msgid "Hello. We are the team of Space X-Chimp."
36
  msgstr ""
37
 
38
  #: inc/php/messages.php:28
39
  #, php-format
40
+ msgid "Thank you for installing our plugin! We hope you will love it! %s"
41
  msgstr ""
42
 
43
  #: inc/php/messages.php:68
50
 
51
  #: inc/php/page.php:30
52
  #, php-format
53
+ msgid "by %s Space X-Chimp %s"
54
  msgstr ""
55
 
56
  #: inc/php/page.php:36
65
  msgid "F.A.Q."
66
  msgstr ""
67
 
68
+ #: inc/php/page.php:46 inc/php/settings.php:215 inc/php/sidebar.php:30
69
  msgid "Support"
70
  msgstr ""
71
 
109
  msgid "Note!"
110
  msgstr ""
111
 
112
+ #: inc/php/page.php:74
113
+ #, php-format
114
+ msgid "If you want more options then %s tell us %s and we will be happy to add it."
115
  msgstr ""
116
 
117
+ #: inc/php/page.php:88
118
  msgid "Frequently Asked Questions"
119
  msgstr ""
120
 
121
+ #: inc/php/page.php:92
122
+ msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
 
 
123
  msgstr ""
124
 
125
+ #: inc/php/page.php:114
126
  msgid "Will this plugin work on my WordPress.COM website?"
127
  msgstr ""
128
 
129
+ #: inc/php/page.php:115
130
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
131
  msgstr ""
132
 
133
+ #: inc/php/page.php:117
134
  msgid "Can I use this plugin on my language?"
135
  msgstr ""
136
 
137
+ #: inc/php/page.php:118
138
+ msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
 
139
  msgstr ""
140
 
141
+ #: inc/php/page.php:120
142
  #, php-format
143
  msgid ""
144
+ "If you want to help translate this plugin then please visit the %s. You can also use the POT file, that is "
145
+ "included and placed in the \"languages\" folder, in order to create a translation PO file. Just send the PO file "
146
+ "to us at the %s and we will include this translation within the next plugin update."
 
147
  msgstr ""
148
 
149
+ #: inc/php/page.php:125
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:126
154
  msgid ""
155
+ "Many of plugin users would be delighted if you share your translation with the community. Thanks for your "
156
+ "contribution!"
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:128
160
  msgid "How does it work?"
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:129
164
  msgid ""
165
+ "On the \"Settings\" tab, fill in the required fields, select the desired settings and click the \"Save changes\" "
166
+ "button. Enjoy the improved SEO of your website. It's that simple!"
167
  msgstr ""
168
 
169
+ #: inc/php/page.php:131
170
  msgid "How much of description I can enter in the text field?"
171
  msgstr ""
172
 
173
+ #: inc/php/page.php:132
174
  msgid ""
175
+ "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home "
176
+ "description."
177
  msgstr ""
178
 
179
+ #: inc/php/page.php:134
180
  msgid "How much of keywords I can enter in the text field?"
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:135
184
+ msgid "We don't limit the number of characters."
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:137
188
+ msgid "I can't get verify the website of the creator. What am I doing wrong?"
189
  msgstr ""
190
 
191
+ #: inc/php/page.php:138
192
  msgid ""
193
+ "The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing "
194
+ "as you only have to paste in the serial key number/letters (<code>1234567890</code>) and not the whole tag "
195
+ "(<code>&lt;meta name=\"google-site-verification\" content=“1234567890” /&gt;</code>). So just paste that into the "
196
+ "relevant field and you will see “Success” message appear within a few seconds."
 
197
  msgstr ""
198
 
199
+ #: inc/php/page.php:140
200
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
201
  msgstr ""
202
 
203
+ #: inc/php/page.php:141
204
  msgid ""
205
+ "To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both plugins "
206
+ "at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:"
 
207
  msgstr ""
208
 
209
+ #: inc/php/page.php:149
210
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
211
  msgstr ""
212
 
213
+ #: inc/php/page.php:151
214
  msgid "Does this plugin requires any modification of the theme?"
215
  msgstr ""
216
 
217
+ #: inc/php/page.php:152
218
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
219
  msgstr ""
220
 
221
+ #: inc/php/page.php:154
222
  msgid "Does this require any knowledge of HTML or CSS?"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:155
226
  msgid ""
227
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin "
228
+ "settings page."
229
  msgstr ""
230
 
231
+ #: inc/php/page.php:157
232
  msgid "It's not working. What could be wrong?"
233
  msgstr ""
234
 
235
+ #: inc/php/page.php:158
236
  msgid ""
237
+ "As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's "
238
+ "cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth "
239
+ "usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem."
 
240
  msgstr ""
241
 
242
+ #: inc/php/page.php:159
243
  msgid ""
244
+ "It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support "
245
+ "forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information "
246
+ "as possible, including a link to your website where the problem can be seen."
 
247
  msgstr ""
248
 
249
+ #: inc/php/page.php:161
250
  msgid ""
251
+ "The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why "
252
  "is this?"
253
  msgstr ""
254
 
255
+ #: inc/php/page.php:162
256
  msgid ""
257
+ "This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It "
258
+ "could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some "
259
+ "web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the "
260
+ "website, this too can help."
261
  msgstr ""
262
 
263
+ #: inc/php/page.php:164
264
  msgid "Where to report bug if found?"
265
  msgstr ""
266
 
267
+ #: inc/php/page.php:166
268
  #, php-format
269
+ msgid "Please visit %s this page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:172
273
  msgid "Where to share any ideas or suggestions to make the plugin better?"
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:174
277
  #, php-format
278
+ msgid ""
279
+ "Any suggestions are very welcome! Just contact us %s here %s. Please do not forget to specify the name of the "
280
+ "plugin. Thank you!"
281
  msgstr ""
282
 
283
+ #: inc/php/page.php:180
284
  msgid "I love this plugin! Can I help somehow?"
285
  msgstr ""
286
 
287
+ #: inc/php/page.php:182
288
  #, php-format
289
  msgid ""
290
+ "Yes, any financial contributions are welcome! Just visit %s the website of the creator %s, click on the donate "
291
  "button, and thank you!"
292
  msgstr ""
293
 
294
+ #: inc/php/page.php:188
295
  msgid "My question wasn't answered here."
296
  msgstr ""
297
 
298
+ #: inc/php/page.php:190
299
  #, php-format
300
  msgid ""
301
+ "You can ask your question on %s this page %s. But please keep in mind that this plugin is free, and there is no a "
302
+ "special support team, so we have no way to answer everyone."
303
  msgstr ""
304
 
305
+ #: inc/php/page.php:204
306
  msgid "Support Me"
307
  msgstr ""
308
 
309
+ #: inc/php/page.php:212 inc/php/settings.php:222 inc/php/sidebar.php:37
310
  msgid "Donate with PayPal"
311
  msgstr ""
312
 
313
+ #: inc/php/page.php:217
314
  #, php-format
315
+ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
316
  msgstr ""
317
 
318
+ #: inc/php/page.php:225
319
  msgid ""
320
+ "My intention is to create projects that will make this world a better place. I'm really passionate about my work, "
321
+ "I like what I'm doing and hope that you will be enriched by my projects too."
322
  msgstr ""
323
 
324
+ #: inc/php/page.php:226
325
  msgid ""
326
+ "I spend a lot of time and effort trying to make sure that the themes, plugins and other things I build are "
327
+ "useful, and the ultimate proof of that for me is that you actually want to use them. But, I’m an independent "
328
+ "developer, without a regular income, so every little contribution helps cover my costs and lets me spend more "
329
+ "time building things for people like you to enjoy."
330
  msgstr ""
331
 
332
+ #: inc/php/page.php:227
333
  msgid "If you appreciate my work, you can buy me a coffee!"
334
  msgstr ""
335
 
336
+ #: inc/php/page.php:228
337
  msgid "Thank you for your support!"
338
  msgstr ""
339
 
347
 
348
  #: inc/php/settings.php:27
349
  msgid ""
350
+ "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or "
351
+ "store before they provide their services to you. You can use the options below to verify your domain. If your "
352
+ "domain is already verified, you can just forget about these."
353
  msgstr ""
354
 
355
  #: inc/php/settings.php:33
356
  msgid ""
357
+ "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
358
+ "name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
359
  msgstr ""
360
 
361
  #: inc/php/settings.php:39
362
  msgid ""
363
+ "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
364
+ "name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
365
  msgstr ""
366
 
367
  #: inc/php/settings.php:45
368
  msgid ""
369
+ "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
370
+ "name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
371
  msgstr ""
372
 
373
  #: inc/php/settings.php:54
376
 
377
  #: inc/php/settings.php:56
378
  msgid ""
379
+ "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure "
380
+ "that you are the correct owner of your blog or store before they provide their services to you. You can use the "
381
+ "options below to verify your domain. If your domain is already verified, you can just forget about these."
 
382
  msgstr ""
383
 
384
  #: inc/php/settings.php:62
385
  msgid ""
386
+ "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
387
+ "name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
388
  msgstr ""
389
 
390
  #: inc/php/settings.php:68
395
 
396
  #: inc/php/settings.php:74
397
  msgid ""
398
+ "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur."
399
+ "gareginyan"
400
  msgstr ""
401
 
402
  #: inc/php/settings.php:80
405
 
406
  #: inc/php/settings.php:86
407
  msgid ""
408
+ "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
409
+ "name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
410
  msgstr ""
411
 
412
  #: inc/php/settings.php:92
413
  msgid ""
414
+ "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
415
+ "name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
416
  msgstr ""
417
 
418
  #: inc/php/settings.php:98
419
  msgid ""
420
+ "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
421
+ "name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
422
  msgstr ""
423
 
424
  #: inc/php/settings.php:104
425
  msgid ""
426
+ "Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta "
427
+ "name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
428
  msgstr ""
429
 
430
  #: inc/php/settings.php:108
433
 
434
  #: inc/php/settings.php:110
435
  msgid ""
436
+ "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add "
437
+ "multiple meta tags."
438
  msgstr ""
439
 
440
  #: inc/php/settings.php:118
443
 
444
  #: inc/php/settings.php:120
445
  msgid ""
446
+ "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your "
447
+ "website."
448
  msgstr ""
449
 
450
  #: inc/php/settings.php:124
453
 
454
  #: inc/php/settings.php:126 inc/php/settings.php:147
455
  msgid ""
456
+ "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars "
457
+ "for the home description."
458
  msgstr ""
459
 
460
  #: inc/php/settings.php:129
471
 
472
  #: inc/php/settings.php:141
473
  msgid ""
474
+ "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and "
475
+ "Blog Page of your website."
476
  msgstr ""
477
 
478
  #: inc/php/settings.php:145
493
 
494
  #: inc/php/settings.php:162
495
  msgid ""
496
+ "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your "
497
+ "website."
498
  msgstr ""
499
 
500
  #: inc/php/settings.php:166
527
 
528
  #: inc/php/settings.php:200
529
  msgid ""
530
+ "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce "
531
+ "product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of "
532
+ "US."
533
  msgstr ""
534
 
535
  #: inc/php/settings.php:210
536
  msgid ""
537
+ "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-"
538
+ "data/testing-tool\" target=\"_blank\">here</a>."
539
  msgstr ""
540
 
541
+ #: inc/php/settings.php:217 inc/php/sidebar.php:32
542
  msgid ""
543
+ "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and "
544
+ "lets me spend more time building things for people like you to enjoy."
545
  msgstr ""
546
 
547
+ #: inc/php/settings.php:224 inc/php/sidebar.php:39
548
  msgid "Thanks for your support!"
549
  msgstr ""
550
 
556
  msgid "This plugin allows you to easily add Meta Tags to your website."
557
  msgstr ""
558
 
559
+ #: inc/php/sidebar.php:23
560
  msgid "Help"
561
  msgstr ""
562
 
563
+ #: inc/php/sidebar.php:25
564
  msgid "If you have a question, please read the information in the FAQ section."
565
  msgstr ""
566
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.9
7
- Stable tag: 4.13
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -21,7 +21,7 @@ Third-party services like Google Webmaster Tools, Alexa, Pinterest and Google+ r
21
 
22
  Also you can use this plugin to add required meta tags such as Author, Designer, Contact, Copyright and Keywords in everywhere on your website (It adds the required meta tags to the header of all pages on your website) or the meta Description and Keywords only for Static Home Page or the meta Description and Keywords only for Blog Page.
23
 
24
- If you want more options then tell me and I will be happy to add it.
25
 
26
  **Features**
27
 
@@ -125,28 +125,28 @@ After installation and activation, the "`Meta Tags Inserter`" menu item will ap
125
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
126
 
127
  = Q. Can I use this plugin on my language? =
128
- A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the "`languages`" folder. Just send the PO file to me at the arthurgareginyan@gmail.com and I will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
129
 
130
  = Q. How does it work? =
131
  A. Simply go to the plugin settings page, 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!
132
  You can find the plugin settings page at "`WP Admin Panel`" -> "`Settings`" -> "`Meta Tags Inserter`".
133
 
134
  = Q. How much of description I can enter in the text field? =
135
- A. I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description.
136
 
137
  = Q. How much of keywords I can enter in the text field? =
138
- A. I don't limit the number of characters.
139
 
140
- = Q. I can't get verify my website. What am I doing wrong? =
141
  A. The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (`1234567890`) and not the whole tag (`<meta name="google-site-verification" content=“1234567890” />`). So just paste that into the relevant field and you will see “Success” message appear within a few seconds.
142
 
143
  = Q. What about compatibility with the "All in One SEO Pack" plugin ? =
144
  A. To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:
145
  `<head>
146
  ...
147
- <meta name="copyright" content="Copyright (c) 2013-2017 Space X-Chimp Studio. All Rights Reserved.">
148
  ...
149
- <meta name="copyright" content="Copyright 2017 Space X-Chimp Studio. All Rights Reserved.">
150
  ...
151
  </head>`
152
 
@@ -161,19 +161,19 @@ A. Absolutely not. This plugin can be configured with no knowledge of HTML or CS
161
  = Q. It's not working. What could be wrong? =
162
  A. As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem.
163
 
164
- It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.
165
 
166
- = Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this? =
167
  A. This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.
168
 
169
  = Q. Where to report bug if found? =
170
  A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags) and report.
171
 
172
  = Q. Where to share any ideas or suggestions to make the plugin better? =
173
- A. Any suggestions are very welcome! Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
174
 
175
  = Q. I love this plugin! Can I help somehow? =
176
- 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!
177
 
178
 
179
  == Screenshots ==
@@ -206,6 +206,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
206
 
207
  == Changelog ==
208
 
 
 
 
 
 
 
209
  = 4.13 =
210
  * The plugin is fully tested for compatibility with WordPress version 4.9.
211
  * CSS code improved.
@@ -229,7 +235,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
229
  * The menu item of the plugin is renamed.
230
  * The "Author" tab on the settings page is removed.
231
  * Content of the "Support" tab on the settings page is updated.
232
- * Copyright of plugin files is changed to the "Space X-Chimp Studio".
233
  * The "Support" tab renamed to the "Support Me".
234
  * The "Usage" tab renamed to the "Usage Instructions".
235
 
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.9
7
+ Stable tag: 4.14
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
21
 
22
  Also you can use this plugin to add required meta tags such as Author, Designer, Contact, Copyright and Keywords in everywhere on your website (It adds the required meta tags to the header of all pages on your website) or the meta Description and Keywords only for Static Home Page or the meta Description and Keywords only for Blog Page.
23
 
24
+ If you want more options then tell us and we will be happy to add it.
25
 
26
  **Features**
27
 
125
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
126
 
127
  = Q. Can I use this plugin on my language? =
128
+ A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the "`languages`" folder. Just send the PO file to us at the arthurgareginyan@gmail.com and we will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
129
 
130
  = Q. How does it work? =
131
  A. Simply go to the plugin settings page, 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!
132
  You can find the plugin settings page at "`WP Admin Panel`" -> "`Settings`" -> "`Meta Tags Inserter`".
133
 
134
  = Q. How much of description I can enter in the text field? =
135
+ A. We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description.
136
 
137
  = Q. How much of keywords I can enter in the text field? =
138
+ A. We don't limit the number of characters.
139
 
140
+ = Q. I can't get verify the website of the creator. What am I doing wrong? =
141
  A. The tag code which Google (or Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) gives you is confusing as you only have to paste in the serial key number/letters (`1234567890`) and not the whole tag (`<meta name="google-site-verification" content=“1234567890” />`). So just paste that into the relevant field and you will see “Success” message appear within a few seconds.
142
 
143
  = Q. What about compatibility with the "All in One SEO Pack" plugin ? =
144
  A. To make these plugins compatible you need to stick to one simple rule: do not fill the same field in both plugins at once. Otherwise both plugins fulfill their work and you will get a duplicate actions, for example:
145
  `<head>
146
  ...
147
+ <meta name="copyright" content="Copyright (c) 2013-2018 Space X-Chimp. All Rights Reserved.">
148
  ...
149
+ <meta name="copyright" content="Copyright 2018 Space X-Chimp. All Rights Reserved.">
150
  ...
151
  </head>`
152
 
161
  = Q. It's not working. What could be wrong? =
162
  A. As with every plugin, it's possible that things don't work. The most common reason for this is a web browser's cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser's cache.​ Clearing your browser's cache may solve the problem.
163
 
164
+ It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, we'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.
165
 
166
+ = Q. The last WordPress update is preventing me from editing the website of the creator that is using this plugin. Why is this? =
167
  A. This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website's cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.
168
 
169
  = Q. Where to report bug if found? =
170
  A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags) and report.
171
 
172
  = Q. Where to share any ideas or suggestions to make the plugin better? =
173
+ A. Any suggestions are very welcome! Please send us an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
174
 
175
  = Q. I love this plugin! Can I help somehow? =
176
+ A. Yes, any financial contributions are welcome! Just visit [the website of the creator](https://www.arthurgareginyan.com/donate.html), click on the donate button, and thank you!
177
 
178
 
179
  == Screenshots ==
206
 
207
  == Changelog ==
208
 
209
+ = 4.14 =
210
+ * Texts updated.
211
+ * The year in the copyright text is updated.
212
+ * The sidebar items are rearranged.
213
+ * Translation files updated.
214
+
215
  = 4.13 =
216
  * The plugin is fully tested for compatibility with WordPress version 4.9.
217
  * CSS code improved.
235
  * The menu item of the plugin is renamed.
236
  * The "Author" tab on the settings page is removed.
237
  * Content of the "Support" tab on the settings page is updated.
238
+ * Copyright of plugin files is changed to the "Space X-Chimp".
239
  * The "Support" tab renamed to the "Support Me".
240
  * The "Usage" tab renamed to the "Usage Instructions".
241