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 verif