All Meta Tags - Version 4.23

Version Description

  • Some texts are updated.
  • Translation files are updated.
  • The translation into Russian has been corrected.
  • The translation into Dutch has been corrected.
Download this release

Release Info

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

Code changes from version 4.22 to 4.23

all-meta-tags.php CHANGED
@@ -2,10 +2,10 @@
2
  /**
3
  * Plugin Name: All Meta Tags
4
  * Plugin URI: https://github.com/ArthurGareginyan/all-meta-tags
5
- * Description: Easily and safely add your custom Meta Tags to WordPress website's header.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.22
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
2
  /**
3
  * Plugin Name: All Meta Tags
4
  * Plugin URI: https://github.com/ArthurGareginyan/all-meta-tags
5
+ * Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.23
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
inc/php/page.php CHANGED
@@ -66,7 +66,6 @@ function spacexchimp_p004_render_submenu_page() {
66
  <ol class="custom-counter">
67
  <li><?php _e( 'Go to the "Settings" tab.', $text ); ?></li>
68
  <li><?php _e( 'Fill in the required fields.', $text ); ?></li>
69
- <li><?php _e( 'Select the desired settings.', $text ); ?></li>
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>
@@ -126,7 +125,7 @@ function spacexchimp_p004_render_submenu_page() {
126
  <?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
127
 
128
  <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
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>
66
  <ol class="custom-counter">
67
  <li><?php _e( 'Go to the "Settings" tab.', $text ); ?></li>
68
  <li><?php _e( 'Fill in the required fields.', $text ); ?></li>
 
69
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
70
  <li><?php _e( 'Enjoy the improved SEO of your website.', $text ); ?> <?php _e( 'It\'s that simple!', $text ); ?></li>
71
  </ol>
125
  <?php _e( 'Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!', $text ); ?></div>
126
 
127
  <div class="question-3"><?php _e( 'How does it work?', $text ); ?></div>
128
+ <div class="answer-3"><?php _e( 'On the "Settings" tab, fill in the required fields and click the "Save changes" button. Enjoy the improved SEO of your website. It\'s that simple!', $text ); ?></div>
129
 
130
  <div class="question-4"><?php _e( 'How much of description I can enter in the text field?', $text ); ?></div>
131
  <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>
inc/php/settings.php CHANGED
@@ -64,20 +64,20 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
64
  );
65
  spacexchimp_p004_control_field( 'google_author',
66
  'Google+',
67
- 'https://plus.google.com/+ArthurGareginyan/',
68
- __( 'Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+ArthurGareginyan/', $text ),
69
  'https://plus.google.com/'
70
  );
71
  spacexchimp_p004_control_field( 'facebook',
72
  'Facebook',
73
- 'https://www.facebook.com/arthur.gareginyan',
74
- __( 'Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur.gareginyan', $text ),
75
  'https://www.facebook.com/'
76
  );
77
  spacexchimp_p004_control_field( 'twitter',
78
  'Twitter',
79
- '@AGareginyan',
80
- __( 'Enter the Twitter username of the publisher. <br>Example: @AGareginyan', $text ),
81
  'https://twitter.com/'
82
  );
83
  spacexchimp_p004_control_field( 'alexa',
@@ -102,7 +102,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
102
  'SpecificFeeds',
103
  '1234567890',
104
  __( 'Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta name="specificfeeds-verification-code" content=“<b>1234567890</b>” /&gt;', $text ),
105
- 'https://www.specificfeeds.com/rss?pub=2jcpuERsm61dbHbp2czf9A'
106
  );
107
  spacexchimp_p004_control_textarea( 'custom_meta',
108
  __( 'Custom Meta Tags', $text ),
64
  );
65
  spacexchimp_p004_control_field( 'google_author',
66
  'Google+',
67
+ 'https://plus.google.com/+Username/',
68
+ __( 'Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/', $text ),
69
  'https://plus.google.com/'
70
  );
71
  spacexchimp_p004_control_field( 'facebook',
72
  'Facebook',
73
+ 'https://www.facebook.com/username',
74
+ __( 'Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username', $text ),
75
  'https://www.facebook.com/'
76
  );
77
  spacexchimp_p004_control_field( 'twitter',
78
  'Twitter',
79
+ '@Username',
80
+ __( 'Enter the Twitter username of the publisher. <br>Example: @Username', $text ),
81
  'https://twitter.com/'
82
  );
83
  spacexchimp_p004_control_field( 'alexa',
102
  'SpecificFeeds',
103
  '1234567890',
104
  __( 'Enter your meta key “content” value from your verification code to verify your website. <br>Example: &lt;meta name="specificfeeds-verification-code" content=“<b>1234567890</b>” /&gt;', $text ),
105
+ 'https://www.specificfeeds.com'
106
  );
107
  spacexchimp_p004_control_textarea( 'custom_meta',
108
  __( 'Custom Meta Tags', $text ),
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: All Meta Tags\n"
6
- "POT-Creation-Date: 2018-07-24 00:31+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:31+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -91,209 +91,205 @@ msgid "Fill in the required fields."
91
  msgstr "Füllen Sie die benötigten Felder aus."
92
 
93
  #: inc/php/page.php:69
94
- msgid "Select the desired settings."
95
- msgstr "Wählen Sie die gewünschten Einstellungen aus."
96
-
97
- #: inc/php/page.php:70
98
  msgid "Click the \"Save changes\" button."
99
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
100
 
101
- #: inc/php/page.php:71
102
  msgid "Enjoy the improved SEO of your website."
103
  msgstr ""
104
 
105
- #: inc/php/page.php:71
106
  msgid "It's that simple!"
107
  msgstr "Es ist ganz einfach!"
108
 
109
- #: inc/php/page.php:73
110
  msgid "Note!"
111
  msgstr "Achtung!"
112
 
113
- #: inc/php/page.php:74
114
  #, php-format
115
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
116
  msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
117
 
118
- #: inc/php/page.php:88
119
  msgid "Frequently Asked Questions"
120
  msgstr ""
121
 
122
- #: inc/php/page.php:92
123
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
124
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
125
 
126
- #: inc/php/page.php:114
127
  msgid "Will this plugin work on my WordPress.COM website?"
128
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
129
 
130
- #: inc/php/page.php:115
131
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
132
  msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) Webseiten."
133
 
134
- #: inc/php/page.php:117
135
  msgid "Can I use this plugin on my language?"
136
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
137
 
138
- #: inc/php/page.php:118
139
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
140
  msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
141
 
142
- #: inc/php/page.php:120
143
  #, php-format
144
  msgid "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."
145
  msgstr ""
146
 
147
- #: inc/php/page.php:125
148
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
149
  msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
150
 
151
- #: inc/php/page.php:126
152
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
153
  msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
154
 
155
- #: inc/php/page.php:128
156
  msgid "How does it work?"
157
  msgstr "Wie arbeitet das Plugin?"
158
 
159
- #: inc/php/page.php:129
160
- msgid "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!"
161
  msgstr ""
162
 
163
- #: inc/php/page.php:131
164
  msgid "How much of description I can enter in the text field?"
165
  msgstr ""
166
 
167
- #: inc/php/page.php:132
168
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
169
  msgstr ""
170
 
171
- #: inc/php/page.php:134
172
  msgid "How much of keywords I can enter in the text field?"
173
  msgstr ""
174
 
175
- #: inc/php/page.php:135
176
  msgid "We don't limit the number of characters."
177
  msgstr ""
178
 
179
- #: inc/php/page.php:137
180
  msgid "I can't get verify my website. What am I doing wrong?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:138
184
  msgid "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."
185
  msgstr ""
186
 
187
- #: inc/php/page.php:140
188
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
189
  msgstr ""
190
 
191
- #: inc/php/page.php:141
192
  msgid "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:"
193
  msgstr ""
194
 
195
- #: inc/php/page.php:149
196
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
197
  msgstr ""
198
 
199
- #: inc/php/page.php:151
200
  msgid "Does this plugin requires any modification of the theme?"
201
  msgstr "Benötigt das Plugin Veränderungen am Theme?"
202
 
203
- #: inc/php/page.php:152
204
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
205
  msgstr "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
206
 
207
- #: inc/php/page.php:154
208
  msgid "Does this require any knowledge of HTML or CSS?"
209
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
210
 
211
- #: inc/php/page.php:155
212
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
213
  msgstr "Absolut nicht. Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert werden."
214
 
215
- #: inc/php/page.php:157
216
  msgid "It's not working. What could be wrong?"
217
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
218
 
219
- #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
222
 
223
- #: inc/php/page.php:159
224
  msgid "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."
225
  msgstr ""
226
 
227
- #: inc/php/page.php:161
228
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
229
  msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten. Warum ist das so?"
230
 
231
- #: inc/php/page.php:162
232
  msgid "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."
233
  msgstr "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
234
 
235
- #: inc/php/page.php:164
236
  msgid "Where to report bug if found?"
237
  msgstr "Wo kann ich eine Fehler melden?"
238
 
239
- #: inc/php/page.php:166
240
  #, php-format
241
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
242
  msgstr ""
243
 
244
- #: inc/php/page.php:172
245
  msgid "Where to share any ideas or suggestions to make the plugin better?"
246
  msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
247
 
248
- #: inc/php/page.php:174
249
  #, php-format
250
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
251
  msgstr ""
252
 
253
- #: inc/php/page.php:180
254
  msgid "I love this plugin! Can I help somehow?"
255
  msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
256
 
257
- #: inc/php/page.php:182
258
  #, php-format
259
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
260
  msgstr "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite %s, klicken Sie auf den Spenden Button und Danke!"
261
 
262
- #: inc/php/page.php:188
263
  msgid "My question wasn't answered here."
264
  msgstr "Meine Fragen wurden nicht beantwortet."
265
 
266
- #: inc/php/page.php:190
267
  #, php-format
268
  msgid "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."
269
  msgstr ""
270
 
271
- #: inc/php/page.php:204
272
  msgid "Support Us"
273
  msgstr "Unterstütze uns"
274
 
275
- #: inc/php/page.php:212 inc/php/settings.php:226 inc/php/sidebar.php:46
276
  msgid "Donate with PayPal"
277
  msgstr "Spende mit PayPal"
278
 
279
- #: inc/php/page.php:217
280
  #, php-format
281
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:225
285
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:226
289
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
290
  msgstr "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
291
 
292
- #: inc/php/page.php:227
293
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
294
  msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
295
 
296
- #: inc/php/page.php:228
297
  msgid "Thank you for your support!"
298
  msgstr "Danke für Ihre Unterstützung!"
299
 
@@ -334,15 +330,15 @@ msgid "Enter your meta key “content” value from your verification code to ve
334
  msgstr ""
335
 
336
  #: inc/php/settings.php:68
337
- msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+ArthurGareginyan/"
338
  msgstr ""
339
 
340
  #: inc/php/settings.php:74
341
- msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur.gareginyan"
342
  msgstr ""
343
 
344
  #: inc/php/settings.php:80
345
- msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
346
  msgstr ""
347
 
348
  #: inc/php/settings.php:86
@@ -494,7 +490,7 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
494
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
495
 
496
  #. Description of the plugin/theme
497
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
498
  msgstr ""
499
 
500
  #. Author of the plugin/theme
@@ -505,6 +501,9 @@ msgstr "Space X-Chimp"
505
  msgid "https://www.spacexchimp.com"
506
  msgstr "https://www.spacexchimp.com"
507
 
 
 
 
508
  #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
509
  #~ msgstr "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s Space X-Chimp %s."
510
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2018-08-07 01:35+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
91
  msgstr "Füllen Sie die benötigten Felder aus."
92
 
93
  #: inc/php/page.php:69
 
 
 
 
94
  msgid "Click the \"Save changes\" button."
95
  msgstr "Klicken Sie den \"Änderungen speichern\" button."
96
 
97
+ #: inc/php/page.php:70
98
  msgid "Enjoy the improved SEO of your website."
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:70
102
  msgid "It's that simple!"
103
  msgstr "Es ist ganz einfach!"
104
 
105
+ #: inc/php/page.php:72
106
  msgid "Note!"
107
  msgstr "Achtung!"
108
 
109
+ #: inc/php/page.php:73
110
  #, php-format
111
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
112
  msgstr "Wenn Sie mehr Optionen benötigen, %s teilen Sie uns %s dies mit und wir werden sie gerne hinzufügen."
113
 
114
+ #: inc/php/page.php:87
115
  msgid "Frequently Asked Questions"
116
  msgstr ""
117
 
118
+ #: inc/php/page.php:91
119
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
120
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte die F.A.Q.s und schauen Sie nach, ob Ihre Antwort dabei ist."
121
 
122
+ #: inc/php/page.php:113
123
  msgid "Will this plugin work on my WordPress.COM website?"
124
  msgstr "Funktioniert dieses Plugin auf meiner WordPress.COM Webseite?"
125
 
126
+ #: inc/php/page.php:114
127
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
128
  msgstr "Leider nicht. Dieses Plugin ist nur verfügbar auf self-hosted (WordPress.ORG) Webseiten."
129
 
130
+ #: inc/php/page.php:116
131
  msgid "Can I use this plugin on my language?"
132
  msgstr "Kann ich das Plugin in meiner Sprache verwenden?"
133
 
134
+ #: inc/php/page.php:117
135
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
136
  msgstr "Ja, dieses Plugin übersetzbar und bereits in mehreren Sprachen verfügbar."
137
 
138
+ #: inc/php/page.php:119
139
  #, php-format
140
  msgid "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."
141
  msgstr ""
142
 
143
+ #: inc/php/page.php:124
144
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
145
  msgstr "Vielleicht sind nicht alle vorhandenen Übersetzungen aktuell. Gerne können Sie an den Korrekturen mitwirken."
146
 
147
+ #: inc/php/page.php:125
148
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
149
  msgstr "Viele Benutzer des Plugins freuen sich darüber, wenn Sie Ihre Übersetzung mit der Öffentlichkeit teilen. Danke für Ihre Mithilfe!"
150
 
151
+ #: inc/php/page.php:127
152
  msgid "How does it work?"
153
  msgstr "Wie arbeitet das Plugin?"
154
 
155
+ #: inc/php/page.php:128
156
+ msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:130
160
  msgid "How much of description I can enter in the text field?"
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:131
164
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
165
  msgstr ""
166
 
167
+ #: inc/php/page.php:133
168
  msgid "How much of keywords I can enter in the text field?"
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:134
172
  msgid "We don't limit the number of characters."
173
  msgstr ""
174
 
175
+ #: inc/php/page.php:136
176
  msgid "I can't get verify my website. What am I doing wrong?"
177
  msgstr ""
178
 
179
+ #: inc/php/page.php:137
180
  msgid "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."
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:139
184
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:140
188
  msgid "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:"
189
  msgstr ""
190
 
191
+ #: inc/php/page.php:148
192
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
193
  msgstr ""
194
 
195
+ #: inc/php/page.php:150
196
  msgid "Does this plugin requires any modification of the theme?"
197
  msgstr "Benötigt das Plugin Veränderungen am Theme?"
198
 
199
+ #: inc/php/page.php:151
200
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
201
  msgstr "Absolut nicht. Alle Konfigurationen des Plugins finden Sie auf Einstellungsseite des Plugins."
202
 
203
+ #: inc/php/page.php:153
204
  msgid "Does this require any knowledge of HTML or CSS?"
205
  msgstr "Brauche ich HTML oder CCS Kenntnisse?"
206
 
207
+ #: inc/php/page.php:154
208
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
209
  msgstr "Absolut nicht. Dieses Plugin kann ohne Kenntnisse von HTML oder CSS konfiguriert werden."
210
 
211
+ #: inc/php/page.php:156
212
  msgid "It's not working. What could be wrong?"
213
  msgstr "Es funktioniert nicht. Was könnte falsch sein?"
214
 
215
+ #: inc/php/page.php:157
216
  msgid "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."
217
  msgstr "Wie bei jedem Plugin ist es möglich, dass nicht alles funktioniert. Der häufigste Grund dafür ist der Cache Ihres Webbrowsers. Jeder Webbrowser speichert den Cache der besuchten Webseite (Seiten, Bilder, usw.) um die Bandbreite zu reduzieren. Das nennt man den Browser Cache. Wenn Sie den Cache Ihres Browsers löschen, könnte das Problem behoben sein."
218
 
219
+ #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr ""
222
 
223
+ #: inc/php/page.php:160
224
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
225
  msgstr "Das letzte WordPress-Update hindert mich daran, meine Webseite, die dieses Plugin verwendet, zu bearbeiten. Warum ist das so?"
226
 
227
+ #: inc/php/page.php:161
228
  msgid "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."
229
  msgstr "Dieses Plugin kann ein solches Problem nicht verursachen. Wahrscheinlich hängt das Problem mit den Einstellungen der Webseite zusammen. Es könnte einfach nur ein Cache sein. Versuchen Sie daher, den Cache Ihrer Webseite zu löschen (möglicherweise verwenden Sie ein Caching-Plugin oder einen Webservice wie CloudFlare) und danach den Cache Ihres Webbrowsers. Versuchen Sie auch, sich erneut auf der Webseite anzumelden, auch dies kann helfen."
230
 
231
+ #: inc/php/page.php:163
232
  msgid "Where to report bug if found?"
233
  msgstr "Wo kann ich eine Fehler melden?"
234
 
235
+ #: inc/php/page.php:165
236
  #, php-format
237
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
238
  msgstr ""
239
 
240
+ #: inc/php/page.php:171
241
  msgid "Where to share any ideas or suggestions to make the plugin better?"
242
  msgstr "Wo können Sie Ideen oder Vorschläge loswerden, um das Plugin besser zu machen?"
243
 
244
+ #: inc/php/page.php:173
245
  #, php-format
246
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
247
  msgstr ""
248
 
249
+ #: inc/php/page.php:179
250
  msgid "I love this plugin! Can I help somehow?"
251
  msgstr "Ich liebe dieses Plugin! Kann ich Irgendwie helfen?"
252
 
253
+ #: inc/php/page.php:181
254
  #, php-format
255
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
256
  msgstr "Ja, jede finanzielle Unterstützung ist Willkommen! Besuchen Sie %s meine Webseite %s, klicken Sie auf den Spenden Button und Danke!"
257
 
258
+ #: inc/php/page.php:187
259
  msgid "My question wasn't answered here."
260
  msgstr "Meine Fragen wurden nicht beantwortet."
261
 
262
+ #: inc/php/page.php:189
263
  #, php-format
264
  msgid "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."
265
  msgstr ""
266
 
267
+ #: inc/php/page.php:203
268
  msgid "Support Us"
269
  msgstr "Unterstütze uns"
270
 
271
+ #: inc/php/page.php:211 inc/php/settings.php:226 inc/php/sidebar.php:46
272
  msgid "Donate with PayPal"
273
  msgstr "Spende mit PayPal"
274
 
275
+ #: inc/php/page.php:216
276
  #, php-format
277
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:224
281
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:225
285
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
286
  msgstr "Ich habe viel Zeit und Mühe darauf verwendet sicherzustellen, dass die Themes, Plugins und andere Dinge, die ich entwickle, nützlich sind. Der ultimative Beweis für mich ist, dass Sie sie tatsächlich verwenden. Aber Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und schenkt mir mehr Zeit damit zu verbringen, Dinge für Leute wie Sie zu gestalten."
287
 
288
+ #: inc/php/page.php:226
289
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
290
  msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kaufen!"
291
 
292
+ #: inc/php/page.php:227
293
  msgid "Thank you for your support!"
294
  msgstr "Danke für Ihre Unterstützung!"
295
 
330
  msgstr ""
331
 
332
  #: inc/php/settings.php:68
333
+ msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
334
  msgstr ""
335
 
336
  #: inc/php/settings.php:74
337
+ msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
338
  msgstr ""
339
 
340
  #: inc/php/settings.php:80
341
+ msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
342
  msgstr ""
343
 
344
  #: inc/php/settings.php:86
490
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
491
 
492
  #. Description of the plugin/theme
493
+ msgid "Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners."
494
  msgstr ""
495
 
496
  #. Author of the plugin/theme
501
  msgid "https://www.spacexchimp.com"
502
  msgstr "https://www.spacexchimp.com"
503
 
504
+ #~ msgid "Select the desired settings."
505
+ #~ msgstr "Wählen Sie die gewünschten Einstellungen aus."
506
+
507
  #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
508
  #~ msgstr "Hallo! Meine name ist %s Arthur Gareginyan %s und ich bin der Gründer von %s Space X-Chimp %s."
509
 
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: All Meta Tags\n"
6
- "POT-Creation-Date: 2018-07-24 00:31+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:31+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
@@ -91,209 +91,205 @@ msgid "Fill in the required fields."
91
  msgstr ""
92
 
93
  #: inc/php/page.php:69
94
- msgid "Select the desired settings."
95
- msgstr "Seleccione la configuración deseada."
96
-
97
- #: inc/php/page.php:70
98
  msgid "Click the \"Save changes\" button."
99
  msgstr "Clic en el botón \"Guardar Cambios\"."
100
 
101
- #: inc/php/page.php:71
102
  msgid "Enjoy the improved SEO of your website."
103
  msgstr ""
104
 
105
- #: inc/php/page.php:71
106
  msgid "It's that simple!"
107
  msgstr "¡Es así de simple!"
108
 
109
- #: inc/php/page.php:73
110
  msgid "Note!"
111
  msgstr "¡Nota!"
112
 
113
- #: inc/php/page.php:74
114
  #, php-format
115
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
116
  msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
117
 
118
- #: inc/php/page.php:88
119
  msgid "Frequently Asked Questions"
120
  msgstr "Preguntas Frecuentes"
121
 
122
- #: inc/php/page.php:92
123
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
124
  msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
125
 
126
- #: inc/php/page.php:114
127
  msgid "Will this plugin work on my WordPress.COM website?"
128
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
129
 
130
- #: inc/php/page.php:115
131
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
132
  msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
133
 
134
- #: inc/php/page.php:117
135
  msgid "Can I use this plugin on my language?"
136
  msgstr "¿Puedo usar este complemento en mi idioma?"
137
 
138
- #: inc/php/page.php:118
139
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
140
  msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
141
 
142
- #: inc/php/page.php:120
143
  #, php-format
144
  msgid "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."
145
  msgstr "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el %s e incluiremos esta traducción en la siguiente actualización del complemento."
146
 
147
- #: inc/php/page.php:125
148
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
149
  msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
150
 
151
- #: inc/php/page.php:126
152
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
153
  msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por tu contribución!"
154
 
155
- #: inc/php/page.php:128
156
  msgid "How does it work?"
157
  msgstr "¿Como funciona?"
158
 
159
- #: inc/php/page.php:129
160
- msgid "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!"
161
  msgstr ""
162
 
163
- #: inc/php/page.php:131
164
  msgid "How much of description I can enter in the text field?"
165
  msgstr ""
166
 
167
- #: inc/php/page.php:132
168
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
169
  msgstr ""
170
 
171
- #: inc/php/page.php:134
172
  msgid "How much of keywords I can enter in the text field?"
173
  msgstr ""
174
 
175
- #: inc/php/page.php:135
176
  msgid "We don't limit the number of characters."
177
  msgstr ""
178
 
179
- #: inc/php/page.php:137
180
  msgid "I can't get verify my website. What am I doing wrong?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:138
184
  msgid "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."
185
  msgstr ""
186
 
187
- #: inc/php/page.php:140
188
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
189
  msgstr ""
190
 
191
- #: inc/php/page.php:141
192
  msgid "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:"
193
  msgstr ""
194
 
195
- #: inc/php/page.php:149
196
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
197
  msgstr ""
198
 
199
- #: inc/php/page.php:151
200
  msgid "Does this plugin requires any modification of the theme?"
201
  msgstr "¿Este complemento requiere alguna modificación del tema?"
202
 
203
- #: inc/php/page.php:152
204
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
205
  msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
206
 
207
- #: inc/php/page.php:154
208
  msgid "Does this require any knowledge of HTML or CSS?"
209
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
210
 
211
- #: inc/php/page.php:155
212
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
213
  msgstr "Absolutamente no. Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página de configuración la cual es fácil de usar."
214
 
215
- #: inc/php/page.php:157
216
  msgid "It's not working. What could be wrong?"
217
  msgstr "No funciona. ¿Qué podría estar mal?"
218
 
219
- #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr "Como con todos los complementos, es posible que las cosas no funcionen. La razón más común para esto es la caché de un navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del navegador. Limpiar la caché del navegador puede resolver el problema."
222
 
223
- #: inc/php/page.php:159
224
  msgid "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."
225
  msgstr "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
226
 
227
- #: inc/php/page.php:161
228
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
229
  msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede esto?"
230
 
231
- #: inc/php/page.php:162
232
  msgid "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."
233
  msgstr "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la configuración del sitio web. Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
234
 
235
- #: inc/php/page.php:164
236
  msgid "Where to report bug if found?"
237
  msgstr "¿Dónde informar el error si se encuentra?"
238
 
239
- #: inc/php/page.php:166
240
  #, php-format
241
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
242
  msgstr ""
243
 
244
- #: inc/php/page.php:172
245
  msgid "Where to share any ideas or suggestions to make the plugin better?"
246
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
247
 
248
- #: inc/php/page.php:174
249
  #, php-format
250
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
251
  msgstr ""
252
 
253
- #: inc/php/page.php:180
254
  msgid "I love this plugin! Can I help somehow?"
255
  msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
256
 
257
- #: inc/php/page.php:182
258
  #, php-format
259
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
260
  msgstr "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y gracias!"
261
 
262
- #: inc/php/page.php:188
263
  msgid "My question wasn't answered here."
264
  msgstr "Mi pregunta no fue contestada aquí."
265
 
266
- #: inc/php/page.php:190
267
  #, php-format
268
  msgid "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."
269
  msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s. Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
270
 
271
- #: inc/php/page.php:204
272
  msgid "Support Us"
273
  msgstr "¡Apoyanos!"
274
 
275
- #: inc/php/page.php:212 inc/php/settings.php:226 inc/php/sidebar.php:46
276
  msgid "Donate with PayPal"
277
  msgstr "Donar con PayPal"
278
 
279
- #: inc/php/page.php:217
280
  #, php-format
281
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:225
285
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:226
289
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
290
  msgstr "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, y la prueba definitiva para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que la gente como tú lo disfrute."
291
 
292
- #: inc/php/page.php:227
293
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
294
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
295
 
296
- #: inc/php/page.php:228
297
  msgid "Thank you for your support!"
298
  msgstr "¡Gracias por tu apoyo!"
299
 
@@ -334,15 +330,15 @@ msgid "Enter your meta key “content” value from your verification code to ve
334
  msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
335
 
336
  #: inc/php/settings.php:68
337
- msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+ArthurGareginyan/"
338
- msgstr "Ingresa la URL completa del perfil de Google+ del editor. <br>Ejemplo: https://plus.google.com/+ArthurGareginyan/"
339
 
340
  #: inc/php/settings.php:74
341
- msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur.gareginyan"
342
- msgstr "Ingresa la URL completa del perfil de Facebook del editor. <br>Ejemplo: https://www.facebook.com/arthur.gareginyan"
343
 
344
  #: inc/php/settings.php:80
345
- msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
346
  msgstr "Ingresa el nombre de usuario de Twitter del editor. <br>Ejemplo: @AGareginyan"
347
 
348
  #: inc/php/settings.php:86
@@ -494,8 +490,8 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
494
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
495
 
496
  #. Description of the plugin/theme
497
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
498
- msgstr "Añade de forma fácil y segura tus Meta Tags personalizadas en la cabecera de tu sitio web hecho en WordPress."
499
 
500
  #. Author of the plugin/theme
501
  msgid "Space X-Chimp"
@@ -505,6 +501,12 @@ msgstr "Space X-Chimp"
505
  msgid "https://www.spacexchimp.com"
506
  msgstr "https://www.spacexchimp.com"
507
 
 
 
 
 
 
 
508
  #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
509
  #~ msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp %s."
510
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2018-08-07 01:35+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
91
  msgstr ""
92
 
93
  #: inc/php/page.php:69
 
 
 
 
94
  msgid "Click the \"Save changes\" button."
95
  msgstr "Clic en el botón \"Guardar Cambios\"."
96
 
97
+ #: inc/php/page.php:70
98
  msgid "Enjoy the improved SEO of your website."
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:70
102
  msgid "It's that simple!"
103
  msgstr "¡Es así de simple!"
104
 
105
+ #: inc/php/page.php:72
106
  msgid "Note!"
107
  msgstr "¡Nota!"
108
 
109
+ #: inc/php/page.php:73
110
  #, php-format
111
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
112
  msgstr "Si quieres más opciones, %s díganos %s y estaremos encantados de añadirlo."
113
 
114
+ #: inc/php/page.php:87
115
  msgid "Frequently Asked Questions"
116
  msgstr "Preguntas Frecuentes"
117
 
118
+ #: inc/php/page.php:91
119
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
120
  msgstr "Si tienes alguna pregunta, por favor lee las Preguntas Frecuentes a continuación, para ver si la respuesta está aquí."
121
 
122
+ #: inc/php/page.php:113
123
  msgid "Will this plugin work on my WordPress.COM website?"
124
  msgstr "¿Funcionará este complemento en mi sitio web WordPress.COM?"
125
 
126
+ #: inc/php/page.php:114
127
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
128
  msgstr "Lo sentimos, este complemento está disponible para su uso solo en sitios web alojados (WordPress.ORG)."
129
 
130
+ #: inc/php/page.php:116
131
  msgid "Can I use this plugin on my language?"
132
  msgstr "¿Puedo usar este complemento en mi idioma?"
133
 
134
+ #: inc/php/page.php:117
135
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
136
  msgstr "Sí. Este complemento está listo para ser traducido y ya ha sido traducido a varios idiomas."
137
 
138
+ #: inc/php/page.php:119
139
  #, php-format
140
  msgid "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."
141
  msgstr "Si quieres ayudar a traducir este complemento, visita el %s. También puede utilizar el archivo POT, incluido y colocado en la carpeta “languages”, para crear un archivo PO de traducción. Simplemente envíeme el archivo PO en el %s e incluiremos esta traducción en la siguiente actualización del complemento."
142
 
143
+ #: inc/php/page.php:124
144
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
145
  msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones!"
146
 
147
+ #: inc/php/page.php:125
148
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
149
  msgstr "Muchos de los usuarios de este complemento estarían encantados si compartes tu traducción con la comunidad. ¡Gracias por tu contribución!"
150
 
151
+ #: inc/php/page.php:127
152
  msgid "How does it work?"
153
  msgstr "¿Como funciona?"
154
 
155
+ #: inc/php/page.php:128
156
+ msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:130
160
  msgid "How much of description I can enter in the text field?"
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:131
164
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
165
  msgstr ""
166
 
167
+ #: inc/php/page.php:133
168
  msgid "How much of keywords I can enter in the text field?"
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:134
172
  msgid "We don't limit the number of characters."
173
  msgstr ""
174
 
175
+ #: inc/php/page.php:136
176
  msgid "I can't get verify my website. What am I doing wrong?"
177
  msgstr ""
178
 
179
+ #: inc/php/page.php:137
180
  msgid "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."
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:139
184
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:140
188
  msgid "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:"
189
  msgstr ""
190
 
191
+ #: inc/php/page.php:148
192
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
193
  msgstr ""
194
 
195
+ #: inc/php/page.php:150
196
  msgid "Does this plugin requires any modification of the theme?"
197
  msgstr "¿Este complemento requiere alguna modificación del tema?"
198
 
199
+ #: inc/php/page.php:151
200
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
201
  msgstr "Absolutamente NO. Este complemento se puede configurar completamente desde su página de configuración."
202
 
203
+ #: inc/php/page.php:153
204
  msgid "Does this require any knowledge of HTML or CSS?"
205
  msgstr "¿Esto requiere algún conocimiento de HTML o CSS?"
206
 
207
+ #: inc/php/page.php:154
208
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
209
  msgstr "Absolutamente no. Este complemento se puede configurar sin conocimientos de HTML o CSS, utilizando su página de configuración la cual es fácil de usar."
210
 
211
+ #: inc/php/page.php:156
212
  msgid "It's not working. What could be wrong?"
213
  msgstr "No funciona. ¿Qué podría estar mal?"
214
 
215
+ #: inc/php/page.php:157
216
  msgid "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."
217
  msgstr "Como con todos los complementos, es posible que las cosas no funcionen. La razón más común para esto es la caché de un navegador web. Cada navegador web almacena una caché de los sitios web que visitas (páginas, imágenes y etc.) para reducir el uso del ancho de banda y la carga del servidor. Esto se denomina caché del navegador. Limpiar la caché del navegador puede resolver el problema."
218
 
219
+ #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr "Es imposible decir exactamente lo que podría estar mal, pero si publicas una solicitud de soporte en el foro de soporte del complemento en WordPress.org, estaría encantado de darle un vistazo e intentar ayudarte. Incluye tanta información como sea posible, incluyendo un enlace a tu sitio web donde se pueda ver el problema."
222
 
223
+ #: inc/php/page.php:160
224
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
225
  msgstr "La última actualización de WordPress me impide editar mi sitio web que está utilizando este complemento. ¿Porqué sucede esto?"
226
 
227
+ #: inc/php/page.php:161
228
  msgid "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."
229
  msgstr "Este complemento no puede causar este problema. Lo más probable es que el problema esté relacionado con la configuración del sitio web. Podría ser sólo la caché, así que intenta borrar la caché de tu sitio web (puede ser que utilices un complemento de caché o algún servicio web como CloudFlare) y luego la caché de tu navegador web. También intenta volver a conectarte al sitio web, esto también puede ayudar."
230
 
231
+ #: inc/php/page.php:163
232
  msgid "Where to report bug if found?"
233
  msgstr "¿Dónde informar el error si se encuentra?"
234
 
235
+ #: inc/php/page.php:165
236
  #, php-format
237
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
238
  msgstr ""
239
 
240
+ #: inc/php/page.php:171
241
  msgid "Where to share any ideas or suggestions to make the plugin better?"
242
  msgstr "¿Dónde compartir ideas o sugerencias para mejorar el complemento?"
243
 
244
+ #: inc/php/page.php:173
245
  #, php-format
246
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
247
  msgstr ""
248
 
249
+ #: inc/php/page.php:179
250
  msgid "I love this plugin! Can I help somehow?"
251
  msgstr "Me encanta este complemento! ¿Puedo ayudar de alguna manera?"
252
 
253
+ #: inc/php/page.php:181
254
  #, php-format
255
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
256
  msgstr "Sí, cualquier contribución financiera es bienvenida! Simplemente visita %s mi sitio web %s, has clic en el botón DONAR y gracias!"
257
 
258
+ #: inc/php/page.php:187
259
  msgid "My question wasn't answered here."
260
  msgstr "Mi pregunta no fue contestada aquí."
261
 
262
+ #: inc/php/page.php:189
263
  #, php-format
264
  msgid "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."
265
  msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s. Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tengo forma de responder a todos."
266
 
267
+ #: inc/php/page.php:203
268
  msgid "Support Us"
269
  msgstr "¡Apoyanos!"
270
 
271
+ #: inc/php/page.php:211 inc/php/settings.php:226 inc/php/sidebar.php:46
272
  msgid "Donate with PayPal"
273
  msgstr "Donar con PayPal"
274
 
275
+ #: inc/php/page.php:216
276
  #, php-format
277
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:224
281
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:225
285
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
286
  msgstr "Paso mucho tiempo y esfuerzo tratando de asegurarme que los temas, complementos y otras cosas que construyo sean útiles, y la prueba definitiva para mí de que son útiles, es que realmente desea utilizarlos. Pero, soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución me ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que la gente como tú lo disfrute."
287
 
288
+ #: inc/php/page.php:226
289
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
290
  msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
291
 
292
+ #: inc/php/page.php:227
293
  msgid "Thank you for your support!"
294
  msgstr "¡Gracias por tu apoyo!"
295
 
330
  msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </br>Ejemplo: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
331
 
332
  #: inc/php/settings.php:68
333
+ msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
334
+ msgstr "Ingresa la URL completa del perfil de Google+ del editor. <br>Ejemplo: https://plus.google.com/+User/"
335
 
336
  #: inc/php/settings.php:74
337
+ msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
338
+ msgstr "Ingresa la URL completa del perfil de Facebook del editor. <br>Ejemplo: https://www.facebook.com/user"
339
 
340
  #: inc/php/settings.php:80
341
+ msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
342
  msgstr "Ingresa el nombre de usuario de Twitter del editor. <br>Ejemplo: @AGareginyan"
343
 
344
  #: inc/php/settings.php:86
490
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
491
 
492
  #. Description of the plugin/theme
493
+ msgid "Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners."
494
+ msgstr ""
495
 
496
  #. Author of the plugin/theme
497
  msgid "Space X-Chimp"
501
  msgid "https://www.spacexchimp.com"
502
  msgstr "https://www.spacexchimp.com"
503
 
504
+ #~ msgid "Select the desired settings."
505
+ #~ msgstr "Seleccione la configuración deseada."
506
+
507
+ #~ msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
508
+ #~ msgstr "Añade de forma fácil y segura tus Meta Tags personalizadas en la cabecera de tu sitio web hecho en WordPress."
509
+
510
  #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
511
  #~ msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp %s."
512
 
languages/all-meta-tags-es_MX.mo CHANGED
Binary file
languages/all-meta-tags-es_MX.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2018-07-24 00:32+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:32+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish (Mexico)\n"
10
  "Language: es_MX\n"
@@ -92,209 +92,205 @@ msgid "Fill in the required fields."
92
  msgstr ""
93
 
94
  #: inc/php/page.php:69
95
- msgid "Select the desired settings."
96
- msgstr ""
97
-
98
- #: inc/php/page.php:70
99
  msgid "Click the \"Save changes\" button."
100
  msgstr ""
101
 
102
- #: inc/php/page.php:71
103
  msgid "Enjoy the improved SEO of your website."
104
  msgstr ""
105
 
106
- #: inc/php/page.php:71
107
  msgid "It's that simple!"
108
  msgstr ""
109
 
110
- #: inc/php/page.php:73
111
  msgid "Note!"
112
  msgstr ""
113
 
114
- #: inc/php/page.php:74
115
  #, php-format
116
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
117
  msgstr ""
118
 
119
- #: inc/php/page.php:88
120
  msgid "Frequently Asked Questions"
121
  msgstr ""
122
 
123
- #: inc/php/page.php:92
124
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
125
  msgstr ""
126
 
127
- #: inc/php/page.php:114
128
  msgid "Will this plugin work on my WordPress.COM website?"
129
  msgstr ""
130
 
131
- #: inc/php/page.php:115
132
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
133
  msgstr ""
134
 
135
- #: inc/php/page.php:117
136
  msgid "Can I use this plugin on my language?"
137
  msgstr ""
138
 
139
- #: inc/php/page.php:118
140
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
141
  msgstr ""
142
 
143
- #: inc/php/page.php:120
144
  #, php-format
145
  msgid "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."
146
  msgstr ""
147
 
148
- #: inc/php/page.php:125
149
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
150
  msgstr ""
151
 
152
- #: inc/php/page.php:126
153
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
154
  msgstr ""
155
 
156
- #: inc/php/page.php:128
157
  msgid "How does it work?"
158
  msgstr ""
159
 
160
- #: inc/php/page.php:129
161
- msgid "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!"
162
  msgstr ""
163
 
164
- #: inc/php/page.php:131
165
  msgid "How much of description I can enter in the text field?"
166
  msgstr ""
167
 
168
- #: inc/php/page.php:132
169
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
170
  msgstr ""
171
 
172
- #: inc/php/page.php:134
173
  msgid "How much of keywords I can enter in the text field?"
174
  msgstr ""
175
 
176
- #: inc/php/page.php:135
177
  msgid "We don't limit the number of characters."
178
  msgstr ""
179
 
180
- #: inc/php/page.php:137
181
  msgid "I can't get verify my website. What am I doing wrong?"
182
  msgstr ""
183
 
184
- #: inc/php/page.php:138
185
  msgid "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."
186
  msgstr ""
187
 
188
- #: inc/php/page.php:140
189
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
190
  msgstr ""
191
 
192
- #: inc/php/page.php:141
193
  msgid "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:"
194
  msgstr ""
195
 
196
- #: inc/php/page.php:149
197
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
198
  msgstr ""
199
 
200
- #: inc/php/page.php:151
201
  msgid "Does this plugin requires any modification of the theme?"
202
  msgstr ""
203
 
204
- #: inc/php/page.php:152
205
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
206
  msgstr ""
207
 
208
- #: inc/php/page.php:154
209
  msgid "Does this require any knowledge of HTML or CSS?"
210
  msgstr ""
211
 
212
- #: inc/php/page.php:155
213
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
214
  msgstr ""
215
 
216
- #: inc/php/page.php:157
217
  msgid "It's not working. What could be wrong?"
218
  msgstr ""
219
 
220
- #: inc/php/page.php:158
221
  msgid "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."
222
  msgstr ""
223
 
224
- #: inc/php/page.php:159
225
  msgid "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."
226
  msgstr ""
227
 
228
- #: inc/php/page.php:161
229
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
230
  msgstr ""
231
 
232
- #: inc/php/page.php:162
233
  msgid "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."
234
  msgstr ""
235
 
236
- #: inc/php/page.php:164
237
  msgid "Where to report bug if found?"
238
  msgstr ""
239
 
240
- #: inc/php/page.php:166
241
  #, php-format
242
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
243
  msgstr ""
244
 
245
- #: inc/php/page.php:172
246
  msgid "Where to share any ideas or suggestions to make the plugin better?"
247
  msgstr ""
248
 
249
- #: inc/php/page.php:174
250
  #, php-format
251
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
252
  msgstr ""
253
 
254
- #: inc/php/page.php:180
255
  msgid "I love this plugin! Can I help somehow?"
256
  msgstr ""
257
 
258
- #: inc/php/page.php:182
259
  #, php-format
260
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
261
  msgstr ""
262
 
263
- #: inc/php/page.php:188
264
  msgid "My question wasn't answered here."
265
  msgstr ""
266
 
267
- #: inc/php/page.php:190
268
  #, php-format
269
  msgid "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."
270
  msgstr ""
271
 
272
- #: inc/php/page.php:204
273
  msgid "Support Us"
274
  msgstr ""
275
 
276
- #: inc/php/page.php:212 inc/php/settings.php:226 inc/php/sidebar.php:46
277
  msgid "Donate with PayPal"
278
  msgstr ""
279
 
280
- #: inc/php/page.php:217
281
  #, php-format
282
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
283
  msgstr ""
284
 
285
- #: inc/php/page.php:225
286
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
287
  msgstr ""
288
 
289
- #: inc/php/page.php:226
290
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
291
  msgstr ""
292
 
293
- #: inc/php/page.php:227
294
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
295
  msgstr ""
296
 
297
- #: inc/php/page.php:228
298
  msgid "Thank you for your support!"
299
  msgstr ""
300
 
@@ -335,15 +331,15 @@ msgid "Enter your meta key “content” value from your verification code to ve
335
  msgstr ""
336
 
337
  #: inc/php/settings.php:68
338
- msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+ArthurGareginyan/"
339
  msgstr ""
340
 
341
  #: inc/php/settings.php:74
342
- msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur.gareginyan"
343
  msgstr ""
344
 
345
  #: inc/php/settings.php:80
346
- msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
347
  msgstr ""
348
 
349
  #: inc/php/settings.php:86
@@ -495,8 +491,8 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
495
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
496
 
497
  #. Description of the plugin/theme
498
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
499
- msgstr "La forma más fácil y segura para agregar Meta Tags a la cabecera de tu sitio WordPress."
500
 
501
  #. Author of the plugin/theme
502
  msgid "Space X-Chimp"
@@ -506,5 +502,8 @@ msgstr "Space X-Chimp"
506
  msgid "https://www.spacexchimp.com"
507
  msgstr "https://www.spacexchimp.com"
508
 
 
 
 
509
  #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
510
  #~ msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp %s."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2018-08-07 01:35+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish (Mexico)\n"
10
  "Language: es_MX\n"
92
  msgstr ""
93
 
94
  #: inc/php/page.php:69
 
 
 
 
95
  msgid "Click the \"Save changes\" button."
96
  msgstr ""
97
 
98
+ #: inc/php/page.php:70
99
  msgid "Enjoy the improved SEO of your website."
100
  msgstr ""
101
 
102
+ #: inc/php/page.php:70
103
  msgid "It's that simple!"
104
  msgstr ""
105
 
106
+ #: inc/php/page.php:72
107
  msgid "Note!"
108
  msgstr ""
109
 
110
+ #: inc/php/page.php:73
111
  #, php-format
112
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
113
  msgstr ""
114
 
115
+ #: inc/php/page.php:87
116
  msgid "Frequently Asked Questions"
117
  msgstr ""
118
 
119
+ #: inc/php/page.php:91
120
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
121
  msgstr ""
122
 
123
+ #: inc/php/page.php:113
124
  msgid "Will this plugin work on my WordPress.COM website?"
125
  msgstr ""
126
 
127
+ #: inc/php/page.php:114
128
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
129
  msgstr ""
130
 
131
+ #: inc/php/page.php:116
132
  msgid "Can I use this plugin on my language?"
133
  msgstr ""
134
 
135
+ #: inc/php/page.php:117
136
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
137
  msgstr ""
138
 
139
+ #: inc/php/page.php:119
140
  #, php-format
141
  msgid "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."
142
  msgstr ""
143
 
144
+ #: inc/php/page.php:124
145
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
146
  msgstr ""
147
 
148
+ #: inc/php/page.php:125
149
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
150
  msgstr ""
151
 
152
+ #: inc/php/page.php:127
153
  msgid "How does it work?"
154
  msgstr ""
155
 
156
+ #: inc/php/page.php:128
157
+ msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
158
  msgstr ""
159
 
160
+ #: inc/php/page.php:130
161
  msgid "How much of description I can enter in the text field?"
162
  msgstr ""
163
 
164
+ #: inc/php/page.php:131
165
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
166
  msgstr ""
167
 
168
+ #: inc/php/page.php:133
169
  msgid "How much of keywords I can enter in the text field?"
170
  msgstr ""
171
 
172
+ #: inc/php/page.php:134
173
  msgid "We don't limit the number of characters."
174
  msgstr ""
175
 
176
+ #: inc/php/page.php:136
177
  msgid "I can't get verify my website. What am I doing wrong?"
178
  msgstr ""
179
 
180
+ #: inc/php/page.php:137
181
  msgid "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."
182
  msgstr ""
183
 
184
+ #: inc/php/page.php:139
185
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
186
  msgstr ""
187
 
188
+ #: inc/php/page.php:140
189
  msgid "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:"
190
  msgstr ""
191
 
192
+ #: inc/php/page.php:148
193
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
194
  msgstr ""
195
 
196
+ #: inc/php/page.php:150
197
  msgid "Does this plugin requires any modification of the theme?"
198
  msgstr ""
199
 
200
+ #: inc/php/page.php:151
201
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
202
  msgstr ""
203
 
204
+ #: inc/php/page.php:153
205
  msgid "Does this require any knowledge of HTML or CSS?"
206
  msgstr ""
207
 
208
+ #: inc/php/page.php:154
209
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
210
  msgstr ""
211
 
212
+ #: inc/php/page.php:156
213
  msgid "It's not working. What could be wrong?"
214
  msgstr ""
215
 
216
+ #: inc/php/page.php:157
217
  msgid "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."
218
  msgstr ""
219
 
220
+ #: inc/php/page.php:158
221
  msgid "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."
222
  msgstr ""
223
 
224
+ #: inc/php/page.php:160
225
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
226
  msgstr ""
227
 
228
+ #: inc/php/page.php:161
229
  msgid "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."
230
  msgstr ""
231
 
232
+ #: inc/php/page.php:163
233
  msgid "Where to report bug if found?"
234
  msgstr ""
235
 
236
+ #: inc/php/page.php:165
237
  #, php-format
238
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
239
  msgstr ""
240
 
241
+ #: inc/php/page.php:171
242
  msgid "Where to share any ideas or suggestions to make the plugin better?"
243
  msgstr ""
244
 
245
+ #: inc/php/page.php:173
246
  #, php-format
247
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
248
  msgstr ""
249
 
250
+ #: inc/php/page.php:179
251
  msgid "I love this plugin! Can I help somehow?"
252
  msgstr ""
253
 
254
+ #: inc/php/page.php:181
255
  #, php-format
256
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
257
  msgstr ""
258
 
259
+ #: inc/php/page.php:187
260
  msgid "My question wasn't answered here."
261
  msgstr ""
262
 
263
+ #: inc/php/page.php:189
264
  #, php-format
265
  msgid "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."
266
  msgstr ""
267
 
268
+ #: inc/php/page.php:203
269
  msgid "Support Us"
270
  msgstr ""
271
 
272
+ #: inc/php/page.php:211 inc/php/settings.php:226 inc/php/sidebar.php:46
273
  msgid "Donate with PayPal"
274
  msgstr ""
275
 
276
+ #: inc/php/page.php:216
277
  #, php-format
278
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
279
  msgstr ""
280
 
281
+ #: inc/php/page.php:224
282
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
283
  msgstr ""
284
 
285
+ #: inc/php/page.php:225
286
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
287
  msgstr ""
288
 
289
+ #: inc/php/page.php:226
290
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
291
  msgstr ""
292
 
293
+ #: inc/php/page.php:227
294
  msgid "Thank you for your support!"
295
  msgstr ""
296
 
331
  msgstr ""
332
 
333
  #: inc/php/settings.php:68
334
+ msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
335
  msgstr ""
336
 
337
  #: inc/php/settings.php:74
338
+ msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
339
  msgstr ""
340
 
341
  #: inc/php/settings.php:80
342
+ msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
343
  msgstr ""
344
 
345
  #: inc/php/settings.php:86
491
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
492
 
493
  #. Description of the plugin/theme
494
+ msgid "Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners."
495
+ msgstr ""
496
 
497
  #. Author of the plugin/theme
498
  msgid "Space X-Chimp"
502
  msgid "https://www.spacexchimp.com"
503
  msgstr "https://www.spacexchimp.com"
504
 
505
+ #~ msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
506
+ #~ msgstr "La forma más fácil y segura para agregar Meta Tags a la cabecera de tu sitio WordPress."
507
+
508
  #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
509
  #~ msgstr "¡Hola! Mi nombre es %s Arthur Gareginyan %s y soy el fundador de %s Space X-Chimp %s."
languages/all-meta-tags-it_IT.mo CHANGED
Binary file
languages/all-meta-tags-it_IT.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2018-07-24 00:32+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:32+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Italian\n"
10
  "Language: it_IT\n"
@@ -91,209 +91,205 @@ msgid "Fill in the required fields."
91
  msgstr ""
92
 
93
  #: inc/php/page.php:69
94
- msgid "Select the desired settings."
95
- msgstr ""
96
-
97
- #: inc/php/page.php:70
98
  msgid "Click the \"Save changes\" button."
99
  msgstr ""
100
 
101
- #: inc/php/page.php:71
102
  msgid "Enjoy the improved SEO of your website."
103
  msgstr ""
104
 
105
- #: inc/php/page.php:71
106
  msgid "It's that simple!"
107
  msgstr ""
108
 
109
- #: inc/php/page.php:73
110
  msgid "Note!"
111
  msgstr ""
112
 
113
- #: inc/php/page.php:74
114
  #, php-format
115
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
116
  msgstr ""
117
 
118
- #: inc/php/page.php:88
119
  msgid "Frequently Asked Questions"
120
  msgstr ""
121
 
122
- #: inc/php/page.php:92
123
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
124
  msgstr ""
125
 
126
- #: inc/php/page.php:114
127
  msgid "Will this plugin work on my WordPress.COM website?"
128
  msgstr ""
129
 
130
- #: inc/php/page.php:115
131
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
132
  msgstr ""
133
 
134
- #: inc/php/page.php:117
135
  msgid "Can I use this plugin on my language?"
136
  msgstr ""
137
 
138
- #: inc/php/page.php:118
139
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
140
  msgstr ""
141
 
142
- #: inc/php/page.php:120
143
  #, php-format
144
  msgid "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."
145
  msgstr ""
146
 
147
- #: inc/php/page.php:125
148
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
149
  msgstr ""
150
 
151
- #: inc/php/page.php:126
152
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
153
  msgstr ""
154
 
155
- #: inc/php/page.php:128
156
  msgid "How does it work?"
157
  msgstr ""
158
 
159
- #: inc/php/page.php:129
160
- msgid "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!"
161
  msgstr ""
162
 
163
- #: inc/php/page.php:131
164
  msgid "How much of description I can enter in the text field?"
165
  msgstr ""
166
 
167
- #: inc/php/page.php:132
168
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
169
  msgstr ""
170
 
171
- #: inc/php/page.php:134
172
  msgid "How much of keywords I can enter in the text field?"
173
  msgstr ""
174
 
175
- #: inc/php/page.php:135
176
  msgid "We don't limit the number of characters."
177
  msgstr ""
178
 
179
- #: inc/php/page.php:137
180
  msgid "I can't get verify my website. What am I doing wrong?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:138
184
  msgid "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."
185
  msgstr ""
186
 
187
- #: inc/php/page.php:140
188
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
189
  msgstr ""
190
 
191
- #: inc/php/page.php:141
192
  msgid "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:"
193
  msgstr ""
194
 
195
- #: inc/php/page.php:149
196
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
197
  msgstr ""
198
 
199
- #: inc/php/page.php:151
200
  msgid "Does this plugin requires any modification of the theme?"
201
  msgstr ""
202
 
203
- #: inc/php/page.php:152
204
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
205
  msgstr ""
206
 
207
- #: inc/php/page.php:154
208
  msgid "Does this require any knowledge of HTML or CSS?"
209
  msgstr ""
210
 
211
- #: inc/php/page.php:155
212
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
213
  msgstr ""
214
 
215
- #: inc/php/page.php:157
216
  msgid "It's not working. What could be wrong?"
217
  msgstr ""
218
 
219
- #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr ""
222
 
223
- #: inc/php/page.php:159
224
  msgid "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."
225
  msgstr ""
226
 
227
- #: inc/php/page.php:161
228
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
229
  msgstr ""
230
 
231
- #: inc/php/page.php:162
232
  msgid "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."
233
  msgstr ""
234
 
235
- #: inc/php/page.php:164
236
  msgid "Where to report bug if found?"
237
  msgstr ""
238
 
239
- #: inc/php/page.php:166
240
  #, php-format
241
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
242
  msgstr ""
243
 
244
- #: inc/php/page.php:172
245
  msgid "Where to share any ideas or suggestions to make the plugin better?"
246
  msgstr ""
247
 
248
- #: inc/php/page.php:174
249
  #, php-format
250
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
251
  msgstr ""
252
 
253
- #: inc/php/page.php:180
254
  msgid "I love this plugin! Can I help somehow?"
255
  msgstr ""
256
 
257
- #: inc/php/page.php:182
258
  #, php-format
259
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
260
  msgstr ""
261
 
262
- #: inc/php/page.php:188
263
  msgid "My question wasn't answered here."
264
  msgstr ""
265
 
266
- #: inc/php/page.php:190
267
  #, php-format
268
  msgid "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."
269
  msgstr ""
270
 
271
- #: inc/php/page.php:204
272
  msgid "Support Us"
273
  msgstr ""
274
 
275
- #: inc/php/page.php:212 inc/php/settings.php:226 inc/php/sidebar.php:46
276
  msgid "Donate with PayPal"
277
  msgstr ""
278
 
279
- #: inc/php/page.php:217
280
  #, php-format
281
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:225
285
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:226
289
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
290
  msgstr ""
291
 
292
- #: inc/php/page.php:227
293
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
294
  msgstr ""
295
 
296
- #: inc/php/page.php:228
297
  msgid "Thank you for your support!"
298
  msgstr ""
299
 
@@ -334,15 +330,15 @@ msgid "Enter your meta key “content” value from your verification code to ve
334
  msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
335
 
336
  #: inc/php/settings.php:68
337
- msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+ArthurGareginyan/"
338
- msgstr "Inserisci un URL assoluto al tuo profilo Google+. <br>Esempio: https://plus.google.com/+ArthurGareginyan/"
339
 
340
  #: inc/php/settings.php:74
341
- msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur.gareginyan"
342
- msgstr "Inserisci un URL assoluto al tuo profilo Facebook. <br>Esempio: https://www.facebook.com/arthur.gareginyan"
343
 
344
  #: inc/php/settings.php:80
345
- msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
346
  msgstr "Inserisci il tuo nome utente Twitter. <br>Esempio: @AGareginyan"
347
 
348
  #: inc/php/settings.php:86
@@ -494,8 +490,8 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
494
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
495
 
496
  #. Description of the plugin/theme
497
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
498
- msgstr "Aggiungi facilmente e in modo sicuro i tuoi tag meta personalizzati all'header del tuo sito WordPress."
499
 
500
  #. Author of the plugin/theme
501
  msgid "Space X-Chimp"
@@ -504,3 +500,6 @@ msgstr "Space X-Chimp"
504
  #. Author URI of the plugin/theme
505
  msgid "https://www.spacexchimp.com"
506
  msgstr "https://www.spacexchimp.com"
 
 
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2018-08-07 01:35+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Italian\n"
10
  "Language: it_IT\n"
91
  msgstr ""
92
 
93
  #: inc/php/page.php:69
 
 
 
 
94
  msgid "Click the \"Save changes\" button."
95
  msgstr ""
96
 
97
+ #: inc/php/page.php:70
98
  msgid "Enjoy the improved SEO of your website."
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:70
102
  msgid "It's that simple!"
103
  msgstr ""
104
 
105
+ #: inc/php/page.php:72
106
  msgid "Note!"
107
  msgstr ""
108
 
109
+ #: inc/php/page.php:73
110
  #, php-format
111
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
112
  msgstr ""
113
 
114
+ #: inc/php/page.php:87
115
  msgid "Frequently Asked Questions"
116
  msgstr ""
117
 
118
+ #: inc/php/page.php:91
119
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
120
  msgstr ""
121
 
122
+ #: inc/php/page.php:113
123
  msgid "Will this plugin work on my WordPress.COM website?"
124
  msgstr ""
125
 
126
+ #: inc/php/page.php:114
127
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
128
  msgstr ""
129
 
130
+ #: inc/php/page.php:116
131
  msgid "Can I use this plugin on my language?"
132
  msgstr ""
133
 
134
+ #: inc/php/page.php:117
135
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
136
  msgstr ""
137
 
138
+ #: inc/php/page.php:119
139
  #, php-format
140
  msgid "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."
141
  msgstr ""
142
 
143
+ #: inc/php/page.php:124
144
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
145
  msgstr ""
146
 
147
+ #: inc/php/page.php:125
148
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
149
  msgstr ""
150
 
151
+ #: inc/php/page.php:127
152
  msgid "How does it work?"
153
  msgstr ""
154
 
155
+ #: inc/php/page.php:128
156
+ msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:130
160
  msgid "How much of description I can enter in the text field?"
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:131
164
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
165
  msgstr ""
166
 
167
+ #: inc/php/page.php:133
168
  msgid "How much of keywords I can enter in the text field?"
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:134
172
  msgid "We don't limit the number of characters."
173
  msgstr ""
174
 
175
+ #: inc/php/page.php:136
176
  msgid "I can't get verify my website. What am I doing wrong?"
177
  msgstr ""
178
 
179
+ #: inc/php/page.php:137
180
  msgid "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."
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:139
184
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:140
188
  msgid "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:"
189
  msgstr ""
190
 
191
+ #: inc/php/page.php:148
192
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
193
  msgstr ""
194
 
195
+ #: inc/php/page.php:150
196
  msgid "Does this plugin requires any modification of the theme?"
197
  msgstr ""
198
 
199
+ #: inc/php/page.php:151
200
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
201
  msgstr ""
202
 
203
+ #: inc/php/page.php:153
204
  msgid "Does this require any knowledge of HTML or CSS?"
205
  msgstr ""
206
 
207
+ #: inc/php/page.php:154
208
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
209
  msgstr ""
210
 
211
+ #: inc/php/page.php:156
212
  msgid "It's not working. What could be wrong?"
213
  msgstr ""
214
 
215
+ #: inc/php/page.php:157
216
  msgid "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."
217
  msgstr ""
218
 
219
+ #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr ""
222
 
223
+ #: inc/php/page.php:160
224
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
225
  msgstr ""
226
 
227
+ #: inc/php/page.php:161
228
  msgid "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."
229
  msgstr ""
230
 
231
+ #: inc/php/page.php:163
232
  msgid "Where to report bug if found?"
233
  msgstr ""
234
 
235
+ #: inc/php/page.php:165
236
  #, php-format
237
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
238
  msgstr ""
239
 
240
+ #: inc/php/page.php:171
241
  msgid "Where to share any ideas or suggestions to make the plugin better?"
242
  msgstr ""
243
 
244
+ #: inc/php/page.php:173
245
  #, php-format
246
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
247
  msgstr ""
248
 
249
+ #: inc/php/page.php:179
250
  msgid "I love this plugin! Can I help somehow?"
251
  msgstr ""
252
 
253
+ #: inc/php/page.php:181
254
  #, php-format
255
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
256
  msgstr ""
257
 
258
+ #: inc/php/page.php:187
259
  msgid "My question wasn't answered here."
260
  msgstr ""
261
 
262
+ #: inc/php/page.php:189
263
  #, php-format
264
  msgid "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."
265
  msgstr ""
266
 
267
+ #: inc/php/page.php:203
268
  msgid "Support Us"
269
  msgstr ""
270
 
271
+ #: inc/php/page.php:211 inc/php/settings.php:226 inc/php/sidebar.php:46
272
  msgid "Donate with PayPal"
273
  msgstr ""
274
 
275
+ #: inc/php/page.php:216
276
  #, php-format
277
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:224
281
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:225
285
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
286
  msgstr ""
287
 
288
+ #: inc/php/page.php:226
289
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
290
  msgstr ""
291
 
292
+ #: inc/php/page.php:227
293
  msgid "Thank you for your support!"
294
  msgstr ""
295
 
330
  msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica.<br>Esempio: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
331
 
332
  #: inc/php/settings.php:68
333
+ msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
334
+ msgstr "Inserisci un URL assoluto al tuo profilo Google+. <br>Esempio: https://plus.google.com/+User/"
335
 
336
  #: inc/php/settings.php:74
337
+ msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
338
+ msgstr "Inserisci un URL assoluto al tuo profilo Facebook. <br>Esempio: https://www.facebook.com/user"
339
 
340
  #: inc/php/settings.php:80
341
+ msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
342
  msgstr "Inserisci il tuo nome utente Twitter. <br>Esempio: @AGareginyan"
343
 
344
  #: inc/php/settings.php:86
490
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
491
 
492
  #. Description of the plugin/theme
493
+ msgid "Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners."
494
+ msgstr ""
495
 
496
  #. Author of the plugin/theme
497
  msgid "Space X-Chimp"
500
  #. Author URI of the plugin/theme
501
  msgid "https://www.spacexchimp.com"
502
  msgstr "https://www.spacexchimp.com"
503
+
504
+ #~ msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
505
+ #~ msgstr "Aggiungi facilmente e in modo sicuro i tuoi tag meta personalizzati all'header del tuo sito WordPress."
languages/all-meta-tags-nl_NL.mo CHANGED
Binary file
languages/all-meta-tags-nl_NL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2018-07-24 00:32+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:32+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
@@ -91,209 +91,205 @@ msgid "Fill in the required fields."
91
  msgstr ""
92
 
93
  #: inc/php/page.php:69
94
- msgid "Select the desired settings."
95
- msgstr ""
96
-
97
- #: inc/php/page.php:70
98
  msgid "Click the \"Save changes\" button."
99
  msgstr "Klik op de knop \"Wijzigingen opslaan\"."
100
 
101
- #: inc/php/page.php:71
102
  msgid "Enjoy the improved SEO of your website."
103
  msgstr ""
104
 
105
- #: inc/php/page.php:71
106
  msgid "It's that simple!"
107
  msgstr "Zo eenvoudig is het!"
108
 
109
- #: inc/php/page.php:73
110
  msgid "Note!"
111
  msgstr "Opmerking!"
112
 
113
- #: inc/php/page.php:74
114
  #, php-format
115
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
116
  msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
117
 
118
- #: inc/php/page.php:88
119
  msgid "Frequently Asked Questions"
120
  msgstr "Veel voorkomende vragen (FAQ)"
121
 
122
- #: inc/php/page.php:92
123
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
124
  msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
125
 
126
- #: inc/php/page.php:114
127
  msgid "Will this plugin work on my WordPress.COM website?"
128
  msgstr "Werkt deze plugin op mijn WordPress.COM website?"
129
 
130
- #: inc/php/page.php:115
131
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
132
  msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (WordPress.ORG) websites."
133
 
134
- #: inc/php/page.php:117
135
  msgid "Can I use this plugin on my language?"
136
  msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
137
 
138
- #: inc/php/page.php:118
139
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
140
  msgstr "Ja. Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
141
 
142
- #: inc/php/page.php:120
143
  #, php-format
144
  msgid "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."
145
  msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s. Je kunt ook het POT-bestand gebruiken, dat is inbegrepen en in de map “languages” is geplaatst om een PO-bestand met vertalingen te maken. Stuur het PO-bestand naar ons op de %s en we zullen deze vertaling opnemen in de volgende plug-in update."
146
 
147
- #: inc/php/page.php:125
148
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
149
  msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
150
 
151
- #: inc/php/page.php:126
152
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
153
  msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt. Bedankt voor je bijdrage!"
154
 
155
- #: inc/php/page.php:128
156
  msgid "How does it work?"
157
  msgstr "Hoe werkt het?"
158
 
159
- #: inc/php/page.php:129
160
- msgid "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!"
161
  msgstr ""
162
 
163
- #: inc/php/page.php:131
164
  msgid "How much of description I can enter in the text field?"
165
  msgstr ""
166
 
167
- #: inc/php/page.php:132
168
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
169
  msgstr ""
170
 
171
- #: inc/php/page.php:134
172
  msgid "How much of keywords I can enter in the text field?"
173
  msgstr ""
174
 
175
- #: inc/php/page.php:135
176
  msgid "We don't limit the number of characters."
177
  msgstr "Er is geen beperking op het aantal tekens."
178
 
179
- #: inc/php/page.php:137
180
  msgid "I can't get verify my website. What am I doing wrong?"
181
  msgstr ""
182
 
183
- #: inc/php/page.php:138
184
  msgid "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."
185
  msgstr ""
186
 
187
- #: inc/php/page.php:140
188
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
189
  msgstr ""
190
 
191
- #: inc/php/page.php:141
192
  msgid "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:"
193
  msgstr ""
194
 
195
- #: inc/php/page.php:149
196
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
197
  msgstr ""
198
 
199
- #: inc/php/page.php:151
200
  msgid "Does this plugin requires any modification of the theme?"
201
  msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
202
 
203
- #: inc/php/page.php:152
204
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
205
  msgstr "Absoluut niet. Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
206
 
207
- #: inc/php/page.php:154
208
  msgid "Does this require any knowledge of HTML or CSS?"
209
  msgstr "Vereist dit enige kennis van HTML of CSS?"
210
 
211
- #: inc/php/page.php:155
212
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
213
  msgstr ""
214
 
215
- #: inc/php/page.php:157
216
  msgid "It's not working. What could be wrong?"
217
  msgstr "Het werkt niet. Wat kan er fout zijn?"
218
 
219
- #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken. De meest voorkomende reden hiervoor is de cache van een webbrowser. Elke webbrowser slaat een cache op van de websites die u bezoekt (pagina's, afbeeldingen en enz.) Om het bandbreedte-gebruik en de serverbelasting te verminderen. Dit wordt de cache van de browser genoemd. Het wissen van de cache van uw browser kan het probleem oplossen."
222
 
223
- #: inc/php/page.php:159
224
  msgid "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."
225
  msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn, maar als je een ondersteuningsverzoek post in het ondersteuningsforum van de plug-in op WordPress.org, willen we graag een kijkje nemen en proberen te helpen. Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
226
 
227
- #: inc/php/page.php:161
228
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
229
  msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik. Waarom is dit?"
230
 
231
- #: inc/php/page.php:162
232
  msgid "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."
233
  msgstr "Deze plug-in kan zo’n probleem niet veroorzaken. Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website. Het kan gewoon een cache-probleem zijn, dus probeer de cache van je website te wissen (mogelijk gebruik je een caching-plug-in of een webservice zoals de CloudFlare) en vervolgens de cache van je webbrowser. Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
234
 
235
- #: inc/php/page.php:164
236
  msgid "Where to report bug if found?"
237
  msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
238
 
239
- #: inc/php/page.php:166
240
  #, php-format
241
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
242
  msgstr "Bugrapporten zijn van harte welkom! Ga naar %s onze contactpagina %s en rapporteer. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
243
 
244
- #: inc/php/page.php:172
245
  msgid "Where to share any ideas or suggestions to make the plugin better?"
246
  msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
247
 
248
- #: inc/php/page.php:174
249
  #, php-format
250
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
251
  msgstr "Alle suggesties zijn van harte welkom! Ga naar %s onze contactpagina %s. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
252
 
253
- #: inc/php/page.php:180
254
  msgid "I love this plugin! Can I help somehow?"
255
  msgstr "Ik ben dol op deze plug-in! Kan ik op de een of andere manier helpen?"
256
 
257
- #: inc/php/page.php:182
258
  #, php-format
259
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
260
  msgstr "Ja, alle bijdragen zijn van harte welkom! Ga naar %s onze donatiepagina %s. Dank je!"
261
 
262
- #: inc/php/page.php:188
263
  msgid "My question wasn't answered here."
264
  msgstr "Mij vraag is hier niet beantwoord."
265
 
266
- #: inc/php/page.php:190
267
  #, php-format
268
  msgid "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."
269
  msgstr "Je kunt je vraag op %s deze pagina %s stellen. Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
270
 
271
- #: inc/php/page.php:204
272
  msgid "Support Us"
273
  msgstr "Ondersteun ons"
274
 
275
- #: inc/php/page.php:212 inc/php/settings.php:226 inc/php/sidebar.php:46
276
  msgid "Donate with PayPal"
277
  msgstr "Doneer via PayPal"
278
 
279
- #: inc/php/page.php:217
280
  #, php-format
281
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:225
285
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:226
289
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
290
  msgstr "Ik besteed veel tijd en moeite om ervoor te zorgen dat de thema’s, plug-ins en andere dingen die ik maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken. Maar ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd besteden aan het bouwen van dingen voor mensen zoals jij om van te genieten."
291
 
292
- #: inc/php/page.php:227
293
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
294
  msgstr "Als je mijn werk waardeert, kun je een koffie voor me kopen!"
295
 
296
- #: inc/php/page.php:228
297
  msgid "Thank you for your support!"
298
  msgstr "Bedankt voor je ondersteuning!"
299
 
@@ -334,15 +330,15 @@ msgid "Enter your meta key “content” value from your verification code to ve
334
  msgstr ""
335
 
336
  #: inc/php/settings.php:68
337
- msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+ArthurGareginyan/"
338
  msgstr ""
339
 
340
  #: inc/php/settings.php:74
341
- msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur.gareginyan"
342
  msgstr ""
343
 
344
  #: inc/php/settings.php:80
345
- msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
346
  msgstr ""
347
 
348
  #: inc/php/settings.php:86
@@ -487,14 +483,14 @@ msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
487
 
488
  #. Plugin Name of the plugin/theme
489
  msgid "All Meta Tags"
490
- msgstr "Mijn Persoonlijke Functies"
491
 
492
  #. Plugin URI of the plugin/theme
493
  msgid "https://github.com/ArthurGareginyan/all-meta-tags"
494
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
495
 
496
  #. Description of the plugin/theme
497
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
498
  msgstr ""
499
 
500
  #. Author of the plugin/theme
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2018-08-07 01:35+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
91
  msgstr ""
92
 
93
  #: inc/php/page.php:69
 
 
 
 
94
  msgid "Click the \"Save changes\" button."
95
  msgstr "Klik op de knop \"Wijzigingen opslaan\"."
96
 
97
+ #: inc/php/page.php:70
98
  msgid "Enjoy the improved SEO of your website."
99
  msgstr ""
100
 
101
+ #: inc/php/page.php:70
102
  msgid "It's that simple!"
103
  msgstr "Zo eenvoudig is het!"
104
 
105
+ #: inc/php/page.php:72
106
  msgid "Note!"
107
  msgstr "Opmerking!"
108
 
109
+ #: inc/php/page.php:73
110
  #, php-format
111
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
112
  msgstr "Wilt u meer opties dan %s vertel ons %s en wij zullen graag toevoegen."
113
 
114
+ #: inc/php/page.php:87
115
  msgid "Frequently Asked Questions"
116
  msgstr "Veel voorkomende vragen (FAQ)"
117
 
118
+ #: inc/php/page.php:91
119
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
120
  msgstr "Als je een vraag hebt, lees dan eerst de Veel voorkomende vragen (FAQ) hieronder. Misschien staat het antwoord ertussen."
121
 
122
+ #: inc/php/page.php:113
123
  msgid "Will this plugin work on my WordPress.COM website?"
124
  msgstr "Werkt deze plugin op mijn WordPress.COM website?"
125
 
126
+ #: inc/php/page.php:114
127
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
128
  msgstr "Sorry, deze plug-in is alleen beschikbaar voor gebruik op zelf-gehoste (WordPress.ORG) websites."
129
 
130
+ #: inc/php/page.php:116
131
  msgid "Can I use this plugin on my language?"
132
  msgstr "Kan ik deze plug-in in mijn eigen taal gebruiken?"
133
 
134
+ #: inc/php/page.php:117
135
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
136
  msgstr "Ja. Deze plug-in is klaar voor vertaling en is reeds in verschillende talen vertaald."
137
 
138
+ #: inc/php/page.php:119
139
  #, php-format
140
  msgid "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."
141
  msgstr "Als je wilt helpen deze plug-in te vertalen, bezoek dan de %s. Je kunt ook het POT-bestand gebruiken, dat is inbegrepen en in de map “languages” is geplaatst om een PO-bestand met vertalingen te maken. Stuur het PO-bestand naar ons op de %s en we zullen deze vertaling opnemen in de volgende plug-in update."
142
 
143
+ #: inc/php/page.php:124
144
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
145
  msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen!"
146
 
147
+ #: inc/php/page.php:125
148
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
149
  msgstr "Veel plugin-gebruikers zouden blij zijn als je je vertaling met de community deelt. Bedankt voor je bijdrage!"
150
 
151
+ #: inc/php/page.php:127
152
  msgid "How does it work?"
153
  msgstr "Hoe werkt het?"
154
 
155
+ #: inc/php/page.php:128
156
+ msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
157
  msgstr ""
158
 
159
+ #: inc/php/page.php:130
160
  msgid "How much of description I can enter in the text field?"
161
  msgstr ""
162
 
163
+ #: inc/php/page.php:131
164
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
165
  msgstr ""
166
 
167
+ #: inc/php/page.php:133
168
  msgid "How much of keywords I can enter in the text field?"
169
  msgstr ""
170
 
171
+ #: inc/php/page.php:134
172
  msgid "We don't limit the number of characters."
173
  msgstr "Er is geen beperking op het aantal tekens."
174
 
175
+ #: inc/php/page.php:136
176
  msgid "I can't get verify my website. What am I doing wrong?"
177
  msgstr ""
178
 
179
+ #: inc/php/page.php:137
180
  msgid "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."
181
  msgstr ""
182
 
183
+ #: inc/php/page.php:139
184
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
185
  msgstr ""
186
 
187
+ #: inc/php/page.php:140
188
  msgid "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:"
189
  msgstr ""
190
 
191
+ #: inc/php/page.php:148
192
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
193
  msgstr ""
194
 
195
+ #: inc/php/page.php:150
196
  msgid "Does this plugin requires any modification of the theme?"
197
  msgstr "Heeft deze plug-in enige aanpassing van het thema nodig?"
198
 
199
+ #: inc/php/page.php:151
200
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
201
  msgstr "Absoluut niet. Deze plug-in kan volledig worden geconfigureerd via de pagina met plugin-instellingen."
202
 
203
+ #: inc/php/page.php:153
204
  msgid "Does this require any knowledge of HTML or CSS?"
205
  msgstr "Vereist dit enige kennis van HTML of CSS?"
206
 
207
+ #: inc/php/page.php:154
208
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
209
  msgstr ""
210
 
211
+ #: inc/php/page.php:156
212
  msgid "It's not working. What could be wrong?"
213
  msgstr "Het werkt niet. Wat kan er fout zijn?"
214
 
215
+ #: inc/php/page.php:157
216
  msgid "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."
217
  msgstr "Zoals met elke plug-in, is het mogelijk dat dingen niet werken. De meest voorkomende reden hiervoor is de cache van een webbrowser. Elke webbrowser slaat een cache op van de websites die u bezoekt (pagina's, afbeeldingen en enz.) Om het bandbreedte-gebruik en de serverbelasting te verminderen. Dit wordt de cache van de browser genoemd. Het wissen van de cache van uw browser kan het probleem oplossen."
218
 
219
+ #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr "Het is onmogelijk om precies te vertellen wat er precies mis zou kunnen zijn, maar als je een ondersteuningsverzoek post in het ondersteuningsforum van de plug-in op WordPress.org, willen we graag een kijkje nemen en proberen te helpen. Voeg zoveel mogelijk informatie toe, inclusief een link naar uw website waar het probleem kan worden gezien."
222
 
223
+ #: inc/php/page.php:160
224
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
225
  msgstr "De laatste Wordpress update zorgt ervoor dat ik mijn website niet kan bewerken als ik deze plugin gebruik. Waarom is dit?"
226
 
227
+ #: inc/php/page.php:161
228
  msgid "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."
229
  msgstr "Deze plug-in kan zo’n probleem niet veroorzaken. Waarschijnlijker is het probleem gerelateerd aan de instellingen van de website. Het kan gewoon een cache-probleem zijn, dus probeer de cache van je website te wissen (mogelijk gebruik je een caching-plug-in of een webservice zoals de CloudFlare) en vervolgens de cache van je webbrowser. Probeer ook opnieuw in te loggen op de website, ook dit kan helpen."
230
 
231
+ #: inc/php/page.php:163
232
  msgid "Where to report bug if found?"
233
  msgstr "Waar kan een bug gerapporteerd worden indien gevonden?"
234
 
235
+ #: inc/php/page.php:165
236
  #, php-format
237
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
238
  msgstr "Bugrapporten zijn van harte welkom! Ga naar %s onze contactpagina %s en rapporteer. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
239
 
240
+ #: inc/php/page.php:171
241
  msgid "Where to share any ideas or suggestions to make the plugin better?"
242
  msgstr "Waar kan ik ideeën of suggesties delen om de plug-in beter te maken?"
243
 
244
+ #: inc/php/page.php:173
245
  #, php-format
246
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
247
  msgstr "Alle suggesties zijn van harte welkom! Ga naar %s onze contactpagina %s. Vergeet alsjeblieft niet om de naam van de plug-in te specificeren. Dank je!"
248
 
249
+ #: inc/php/page.php:179
250
  msgid "I love this plugin! Can I help somehow?"
251
  msgstr "Ik ben dol op deze plug-in! Kan ik op de een of andere manier helpen?"
252
 
253
+ #: inc/php/page.php:181
254
  #, php-format
255
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
256
  msgstr "Ja, alle bijdragen zijn van harte welkom! Ga naar %s onze donatiepagina %s. Dank je!"
257
 
258
+ #: inc/php/page.php:187
259
  msgid "My question wasn't answered here."
260
  msgstr "Mij vraag is hier niet beantwoord."
261
 
262
+ #: inc/php/page.php:189
263
  #, php-format
264
  msgid "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."
265
  msgstr "Je kunt je vraag op %s deze pagina %s stellen. Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
266
 
267
+ #: inc/php/page.php:203
268
  msgid "Support Us"
269
  msgstr "Ondersteun ons"
270
 
271
+ #: inc/php/page.php:211 inc/php/settings.php:226 inc/php/sidebar.php:46
272
  msgid "Donate with PayPal"
273
  msgstr "Doneer via PayPal"
274
 
275
+ #: inc/php/page.php:216
276
  #, php-format
277
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:224
281
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:225
285
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
286
  msgstr "Ik besteed veel tijd en moeite om ervoor te zorgen dat de thema’s, plug-ins en andere dingen die ik maak nuttig zijn, en het ultieme bewijs daarvan is dat je ze echt wilt gebruiken. Maar ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd besteden aan het bouwen van dingen voor mensen zoals jij om van te genieten."
287
 
288
+ #: inc/php/page.php:226
289
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
290
  msgstr "Als je mijn werk waardeert, kun je een koffie voor me kopen!"
291
 
292
+ #: inc/php/page.php:227
293
  msgid "Thank you for your support!"
294
  msgstr "Bedankt voor je ondersteuning!"
295
 
330
  msgstr ""
331
 
332
  #: inc/php/settings.php:68
333
+ msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
334
  msgstr ""
335
 
336
  #: inc/php/settings.php:74
337
+ msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
338
  msgstr ""
339
 
340
  #: inc/php/settings.php:80
341
+ msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
342
  msgstr ""
343
 
344
  #: inc/php/settings.php:86
483
 
484
  #. Plugin Name of the plugin/theme
485
  msgid "All Meta Tags"
486
+ msgstr "All Meta Tags"
487
 
488
  #. Plugin URI of the plugin/theme
489
  msgid "https://github.com/ArthurGareginyan/all-meta-tags"
490
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
491
 
492
  #. Description of the plugin/theme
493
+ msgid "Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners."
494
  msgstr ""
495
 
496
  #. Author of the plugin/theme
languages/all-meta-tags-ru_RU.mo CHANGED
Binary file
languages/all-meta-tags-ru_RU.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2018-07-24 00:32+0300\n"
7
- "PO-Revision-Date: 2018-07-24 00:32+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -91,209 +91,205 @@ msgid "Fill in the required fields."
91
  msgstr "Заполните необходимые поля."
92
 
93
  #: inc/php/page.php:69
94
- msgid "Select the desired settings."
95
- msgstr "Выберите нужные настройки."
96
-
97
- #: inc/php/page.php:70
98
  msgid "Click the \"Save changes\" button."
99
  msgstr "Нажмите кнопку «Сохранить изменения»."
100
 
101
- #: inc/php/page.php:71
102
  msgid "Enjoy the improved SEO of your website."
103
  msgstr "Наслаждайтесь улучшенным SEO вашего веб-сайта."
104
 
105
- #: inc/php/page.php:71
106
  msgid "It's that simple!"
107
  msgstr "Вот так просто!"
108
 
109
- #: inc/php/page.php:73
110
  msgid "Note!"
111
  msgstr "Примечание!"
112
 
113
- #: inc/php/page.php:74
114
  #, php-format
115
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
116
  msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
117
 
118
- #: inc/php/page.php:88
119
  msgid "Frequently Asked Questions"
120
  msgstr "Часто задаваемые вопросы"
121
 
122
- #: inc/php/page.php:92
123
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
124
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
125
 
126
- #: inc/php/page.php:114
127
  msgid "Will this plugin work on my WordPress.COM website?"
128
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
129
 
130
- #: inc/php/page.php:115
131
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
132
  msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (WordPress.ORG)."
133
 
134
- #: inc/php/page.php:117
135
  msgid "Can I use this plugin on my language?"
136
  msgstr "Можно ли использовать этот плагин на моём языке?"
137
 
138
- #: inc/php/page.php:118
139
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
140
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
141
 
142
- #: inc/php/page.php:120
143
  #, php-format
144
  msgid "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."
145
  msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
146
 
147
- #: inc/php/page.php:125
148
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
149
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
150
 
151
- #: inc/php/page.php:126
152
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
153
  msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом. Спасибо за ваш вклад!"
154
 
155
- #: inc/php/page.php:128
156
  msgid "How does it work?"
157
  msgstr "Как это работает?"
158
 
159
- #: inc/php/page.php:129
160
- msgid "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!"
161
- msgstr "На вкладке «Настройки» заполните необходимые поля, выберите нужные настройки и нажмите кнопку «Сохранить изменения». Наслаждайтесь улучшенным SEO вашего веб-сайта. Это так просто!"
162
 
163
- #: inc/php/page.php:131
164
  msgid "How much of description I can enter in the text field?"
165
  msgstr "Сколько описаний я могу ввести в текстовое поле?"
166
 
167
- #: inc/php/page.php:132
168
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
169
  msgstr "Я не ограничиваю количество символов, но большинство поисковых систем используют максимум 160 символов для description."
170
 
171
- #: inc/php/page.php:134
172
  msgid "How much of keywords I can enter in the text field?"
173
  msgstr "Сколько ключевых слов я могу ввести в текстовое поле?"
174
 
175
- #: inc/php/page.php:135
176
  msgid "We don't limit the number of characters."
177
  msgstr "Я не ограничиваю количество символов."
178
 
179
- #: inc/php/page.php:137
180
  msgid "I can't get verify my website. What am I doing wrong?"
181
  msgstr "Я не могу проверить свой сайт. Что я делаю не так?"
182
 
183
- #: inc/php/page.php:138
184
  msgid "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."
185
  msgstr "Код тега, который даёт тебе Google (или Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) может запутать, поскольку вам нужно вставить только серийный ключ - число/буквы (<code>1234567890</code>) а не весь тэг (<code>&lt;meta name=\"google-site-verification\" content=“1234567890” /&gt;</code>). Так что просто вставьте серийный ключ в соответствующее поле, и вы увидите сообщение «Success» в течение нескольких секунд."
186
 
187
- #: inc/php/page.php:140
188
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
189
  msgstr "Как насчет совместимости с плагином \"All in One SEO Pack\"?"
190
 
191
- #: inc/php/page.php:141
192
  msgid "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:"
193
  msgstr "Чтобы эти плагины были совместимы, вам нужно придерживаться одного простого правила: не заполняйте одно и то же поле в обоих плагинах одновременно. В противном случае оба плагина выполняют свою работу, и вы получите дубликаты действий, например:"
194
 
195
- #: inc/php/page.php:149
196
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
197
  msgstr "В остальном «All Meta Tags» и «All in One SEO Pack» совместимы."
198
 
199
- #: inc/php/page.php:151
200
  msgid "Does this plugin requires any modification of the theme?"
201
  msgstr "Этот плагин требует изменения темы?"
202
 
203
- #: inc/php/page.php:152
204
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
205
  msgstr "Абсолютно нет. Этот плагин настраивается полностью на странице настроек плагина."
206
 
207
- #: inc/php/page.php:154
208
  msgid "Does this require any knowledge of HTML or CSS?"
209
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
210
 
211
- #: inc/php/page.php:155
212
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
213
  msgstr "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина."
214
 
215
- #: inc/php/page.php:157
216
  msgid "It's not working. What could be wrong?"
217
  msgstr "Оно не работает. Что может быть не так?"
218
 
219
- #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr "Как и в случае с любым другим плагином, что-то может не работать. Наиболее распространенной причиной этого является кеш веб-браузера. Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер. Это называется кешем браузера. Очистка кеша браузера может решить проблему."
222
 
223
- #: inc/php/page.php:159
224
  msgid "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."
225
  msgstr "Невозможно точно сказать, что может быть неправильно, но если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
226
 
227
- #: inc/php/page.php:161
228
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
229
  msgstr "Последнее обновление WordPress не позволяет мне редактировать мой сайт, который использует этот плагин. Почему так?"
230
 
231
- #: inc/php/page.php:162
232
  msgid "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."
233
  msgstr "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш вашего сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также попробуйте повторно войти на сайт, это тоже может помочь."
234
 
235
- #: inc/php/page.php:164
236
  msgid "Where to report bug if found?"
237
  msgstr "Где можно сообщить об ошибке?"
238
 
239
- #: inc/php/page.php:166
240
  #, php-format
241
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
242
  msgstr "Посетите %s эту страницу %s и сообщите. Не забудьте указать название плагина. Спасибо!"
243
 
244
- #: inc/php/page.php:172
245
  msgid "Where to share any ideas or suggestions to make the plugin better?"
246
  msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
247
 
248
- #: inc/php/page.php:174
249
  #, php-format
250
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
251
  msgstr "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не забудьте указать название плагина. Спасибо!"
252
 
253
- #: inc/php/page.php:180
254
  msgid "I love this plugin! Can I help somehow?"
255
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
256
 
257
- #: inc/php/page.php:182
258
  #, php-format
259
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
260
  msgstr "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, нажмите на кнопку пожертвования. Спасибо!"
261
 
262
- #: inc/php/page.php:188
263
  msgid "My question wasn't answered here."
264
  msgstr "Моего вопроса здесь нет."
265
 
266
- #: inc/php/page.php:190
267
  #, php-format
268
  msgid "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."
269
  msgstr "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
270
 
271
- #: inc/php/page.php:204
272
  msgid "Support Us"
273
  msgstr "Поддержать нас"
274
 
275
- #: inc/php/page.php:212 inc/php/settings.php:226 inc/php/sidebar.php:46
276
  msgid "Donate with PayPal"
277
  msgstr "Пожертвовать через Pay Pal"
278
 
279
- #: inc/php/page.php:217
280
  #, php-format
281
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
282
  msgstr ""
283
 
284
- #: inc/php/page.php:225
285
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
286
  msgstr ""
287
 
288
- #: inc/php/page.php:226
289
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
290
- msgstr "Я трачу много времени и сил, пытаясь убедиться в том, что темы, плагины и другие вещи, которые я создаю, полезны и окончательное доказательство этого для меня состоит в том, что вы на самом деле хотите их использовать. Но Я независимый разработчик, без регулярного дохода, поэтому каждый небольшой вклад помогает мне покрыть расходы и позволяет тратить больше времени на создание программ для людей как вы."
291
 
292
- #: inc/php/page.php:227
293
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
294
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
295
 
296
- #: inc/php/page.php:228
297
  msgid "Thank you for your support!"
298
  msgstr "Спасибо за вашу поддержку!"
299
 
@@ -334,15 +330,15 @@ msgid "Enter your meta key “content” value from your verification code to ve
334
  msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
335
 
336
  #: inc/php/settings.php:68
337
- msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+ArthurGareginyan/"
338
- msgstr "Введите полный URL к профилю в Google+. <br>Пример: https://plus.google.com/+ArthurGareginyan/"
339
 
340
  #: inc/php/settings.php:74
341
- msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur.gareginyan"
342
- msgstr "Введите полный URL-адрес профиля пользователя в Facebook. <br>Пример: https://www.facebook.com/arthur.gareginyan"
343
 
344
  #: inc/php/settings.php:80
345
- msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
346
  msgstr "Введите имя пользователя в Twitter. <br>Пример: @AGareginyan"
347
 
348
  #: inc/php/settings.php:86
@@ -494,8 +490,8 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
494
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
495
 
496
  #. Description of the plugin/theme
497
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
498
- msgstr "Легко и безопасно добавлять свои собственные метатеги в заголовок веб-сайта WordPress."
499
 
500
  #. Author of the plugin/theme
501
  msgid "Space X-Chimp"
@@ -505,6 +501,15 @@ msgstr "Space X-Chimp"
505
  msgid "https://www.spacexchimp.com"
506
  msgstr "https://www.spacexchimp.com"
507
 
 
 
 
 
 
 
 
 
 
508
  #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
509
  #~ msgstr "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp %s."
510
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2018-08-07 01:35+0300\n"
7
+ "PO-Revision-Date: 2018-08-07 01:35+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
91
  msgstr "Заполните необходимые поля."
92
 
93
  #: inc/php/page.php:69
 
 
 
 
94
  msgid "Click the \"Save changes\" button."
95
  msgstr "Нажмите кнопку «Сохранить изменения»."
96
 
97
+ #: inc/php/page.php:70
98
  msgid "Enjoy the improved SEO of your website."
99
  msgstr "Наслаждайтесь улучшенным SEO вашего веб-сайта."
100
 
101
+ #: inc/php/page.php:70
102
  msgid "It's that simple!"
103
  msgstr "Вот так просто!"
104
 
105
+ #: inc/php/page.php:72
106
  msgid "Note!"
107
  msgstr "Примечание!"
108
 
109
+ #: inc/php/page.php:73
110
  #, php-format
111
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
112
  msgstr "Если вы хотите больше вариантов, то %s сообщите нам %s и мы будем рады добавить их."
113
 
114
+ #: inc/php/page.php:87
115
  msgid "Frequently Asked Questions"
116
  msgstr "Часто задаваемые вопросы"
117
 
118
+ #: inc/php/page.php:91
119
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
120
  msgstr "Если у вас есть вопрос, пожалуйста, прочтите часто задаваемые вопросы."
121
 
122
+ #: inc/php/page.php:113
123
  msgid "Will this plugin work on my WordPress.COM website?"
124
  msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
125
 
126
+ #: inc/php/page.php:114
127
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
128
  msgstr "К сожалению, этот плагин доступен для использования только на самостоятельно размещённых веб-сайтах (WordPress.ORG)."
129
 
130
+ #: inc/php/page.php:116
131
  msgid "Can I use this plugin on my language?"
132
  msgstr "Можно ли использовать этот плагин на моём языке?"
133
 
134
+ #: inc/php/page.php:117
135
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
136
  msgstr "Да. Этот плагин готов к переводу и уже переведен на несколько языков."
137
 
138
+ #: inc/php/page.php:119
139
  #, php-format
140
  msgid "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."
141
  msgstr "Если вы хотите помочь перевести этот плагин, пожалуйста, посетите %s. Вы также можете использовать файл POT, который включён в плагин и помещён в папку «languages», чтобы создать PO файл перевода. Просто отправьте нам файл PO на %s и мы включим этот перевод в следующее обновление плагина."
142
 
143
+ #: inc/php/page.php:124
144
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
145
  msgstr "Может быть, не все переводы обновлены. Вы можете внести исправления!"
146
 
147
+ #: inc/php/page.php:125
148
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
149
  msgstr "Многие пользователи плагинов будут рады, если вы поделитесь своим переводом с сообществом. Спасибо за ваш вклад!"
150
 
151
+ #: inc/php/page.php:127
152
  msgid "How does it work?"
153
  msgstr "Как это работает?"
154
 
155
+ #: inc/php/page.php:128
156
+ msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
157
+ msgstr ""
158
 
159
+ #: inc/php/page.php:130
160
  msgid "How much of description I can enter in the text field?"
161
  msgstr "Сколько описаний я могу ввести в текстовое поле?"
162
 
163
+ #: inc/php/page.php:131
164
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
165
  msgstr "Я не ограничиваю количество символов, но большинство поисковых систем используют максимум 160 символов для description."
166
 
167
+ #: inc/php/page.php:133
168
  msgid "How much of keywords I can enter in the text field?"
169
  msgstr "Сколько ключевых слов я могу ввести в текстовое поле?"
170
 
171
+ #: inc/php/page.php:134
172
  msgid "We don't limit the number of characters."
173
  msgstr "Я не ограничиваю количество символов."
174
 
175
+ #: inc/php/page.php:136
176
  msgid "I can't get verify my website. What am I doing wrong?"
177
  msgstr "Я не могу проверить свой сайт. Что я делаю не так?"
178
 
179
+ #: inc/php/page.php:137
180
  msgid "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."
181
  msgstr "Код тега, который даёт тебе Google (или Bing, Yandex, Pinterest, Alexa, Norton, WOT, SpecificFeeds) может запутать, поскольку вам нужно вставить только серийный ключ - число/буквы (<code>1234567890</code>) а не весь тэг (<code>&lt;meta name=\"google-site-verification\" content=“1234567890” /&gt;</code>). Так что просто вставьте серийный ключ в соответствующее поле, и вы увидите сообщение «Success» в течение нескольких секунд."
182
 
183
+ #: inc/php/page.php:139
184
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
185
  msgstr "Как насчет совместимости с плагином \"All in One SEO Pack\"?"
186
 
187
+ #: inc/php/page.php:140
188
  msgid "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:"
189
  msgstr "Чтобы эти плагины были совместимы, вам нужно придерживаться одного простого правила: не заполняйте одно и то же поле в обоих плагинах одновременно. В противном случае оба плагина выполняют свою работу, и вы получите дубликаты действий, например:"
190
 
191
+ #: inc/php/page.php:148
192
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
193
  msgstr "В остальном «All Meta Tags» и «All in One SEO Pack» совместимы."
194
 
195
+ #: inc/php/page.php:150
196
  msgid "Does this plugin requires any modification of the theme?"
197
  msgstr "Этот плагин требует изменения темы?"
198
 
199
+ #: inc/php/page.php:151
200
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
201
  msgstr "Абсолютно нет. Этот плагин настраивается полностью на странице настроек плагина."
202
 
203
+ #: inc/php/page.php:153
204
  msgid "Does this require any knowledge of HTML or CSS?"
205
  msgstr "Требуются ли какие-либо знания HTML или CSS?"
206
 
207
+ #: inc/php/page.php:154
208
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
209
  msgstr "Абсолютно нет. Этот плагин можно настроить без знания HTML или CSS, с помощью простой в использовании страницы настройки плагина."
210
 
211
+ #: inc/php/page.php:156
212
  msgid "It's not working. What could be wrong?"
213
  msgstr "Оно не работает. Что может быть не так?"
214
 
215
+ #: inc/php/page.php:157
216
  msgid "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."
217
  msgstr "Как и в случае с любым другим плагином, что-то может не работать. Наиболее распространенной причиной этого является кеш веб-браузера. Каждый веб-браузер хранит кеш веб-сайтов, которые вы посещаете (страницы, изображения и т. д.) для того, чтобы уменьшить использование интернет канала и нагрузку на сервер. Это называется кешем браузера. Очистка кеша браузера может решить проблему."
218
 
219
+ #: inc/php/page.php:158
220
  msgid "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."
221
  msgstr "Невозможно точно сказать, что может быть неправильно, но если вы разместите запрос поддержки на форуме поддержки плагина на WordPress.org, то мы с радостью посмотрим и попытаемся помочь. Пожалуйста, укажите как можно больше информации, включая ссылку на ваш сайт, на котором можно увидеть проблему."
222
 
223
+ #: inc/php/page.php:160
224
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
225
  msgstr "Последнее обновление WordPress не позволяет мне редактировать мой сайт, который использует этот плагин. Почему так?"
226
 
227
+ #: inc/php/page.php:161
228
  msgid "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."
229
  msgstr "Этот плагин не может вызвать такую проблему. Скорее всего, проблема связана с настройками веб-сайта. Это может быть кеш, поэтому попробуйте очистить кеш вашего сайта (возможно, вы используете плагин для кеширования или какой-либо веб-сервис, такой как CloudFlare), а затем кеш вашего веб-браузера. Также попробуйте повторно войти на сайт, это тоже может помочь."
230
 
231
+ #: inc/php/page.php:163
232
  msgid "Where to report bug if found?"
233
  msgstr "Где можно сообщить об ошибке?"
234
 
235
+ #: inc/php/page.php:165
236
  #, php-format
237
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
238
  msgstr "Посетите %s эту страницу %s и сообщите. Не забудьте указать название плагина. Спасибо!"
239
 
240
+ #: inc/php/page.php:171
241
  msgid "Where to share any ideas or suggestions to make the plugin better?"
242
  msgstr "Где можно поделиться идеями или предложениями, чтобы сделать плагин лучше?"
243
 
244
+ #: inc/php/page.php:173
245
  #, php-format
246
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
247
  msgstr "Любые предложения приветствуются! Просто свяжитесь с нами %s здесь %s. Не забудьте указать название плагина. Спасибо!"
248
 
249
+ #: inc/php/page.php:179
250
  msgid "I love this plugin! Can I help somehow?"
251
  msgstr "Мне нравится этот плагин! Могу Я чем-то помочь?"
252
 
253
+ #: inc/php/page.php:181
254
  #, php-format
255
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
256
  msgstr "Да, любые финансовые взносы приветствуются! Просто посетите %s мой сайт %s, нажмите на кнопку пожертвования. Спасибо!"
257
 
258
+ #: inc/php/page.php:187
259
  msgid "My question wasn't answered here."
260
  msgstr "Моего вопроса здесь нет."
261
 
262
+ #: inc/php/page.php:189
263
  #, php-format
264
  msgid "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."
265
  msgstr "Вы можете задать ваш вопрос на %s этой странице %s. Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
266
 
267
+ #: inc/php/page.php:203
268
  msgid "Support Us"
269
  msgstr "Поддержать нас"
270
 
271
+ #: inc/php/page.php:211 inc/php/settings.php:226 inc/php/sidebar.php:46
272
  msgid "Donate with PayPal"
273
  msgstr "Пожертвовать через Pay Pal"
274
 
275
+ #: inc/php/page.php:216
276
  #, php-format
277
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
278
  msgstr ""
279
 
280
+ #: inc/php/page.php:224
281
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
282
  msgstr ""
283
 
284
+ #: inc/php/page.php:225
285
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
286
+ msgstr "Мы тратим много времени и усилий, пытаясь убедиться в том, что темы, плагины и другие вещи, которые мы создаём, полезны, и окончательное доказательство этого для нас то, что вы на самом деле хотите их использовать. Но мы независимые разработчики, без регулярного дохода, поэтому каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей для таких замечательных людей, как вы."
287
 
288
+ #: inc/php/page.php:226
289
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
290
  msgstr "Если вы цените мою работу, то вы можете купить мне кофе!"
291
 
292
+ #: inc/php/page.php:227
293
  msgid "Thank you for your support!"
294
  msgstr "Спасибо за вашу поддержку!"
295
 
330
  msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта. <br>Пример: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
331
 
332
  #: inc/php/settings.php:68
333
+ msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
334
+ msgstr "Введите полный URL к профилю в Google+. <br>Пример: https://plus.google.com/+User/"
335
 
336
  #: inc/php/settings.php:74
337
+ msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
338
+ msgstr "Введите полный URL-адрес профиля пользователя в Facebook. <br>Пример: https://www.facebook.com/user"
339
 
340
  #: inc/php/settings.php:80
341
+ msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
342
  msgstr "Введите имя пользователя в Twitter. <br>Пример: @AGareginyan"
343
 
344
  #: inc/php/settings.php:86
490
  msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
491
 
492
  #. Description of the plugin/theme
493
+ msgid "Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners."
494
+ msgstr ""
495
 
496
  #. Author of the plugin/theme
497
  msgid "Space X-Chimp"
501
  msgid "https://www.spacexchimp.com"
502
  msgstr "https://www.spacexchimp.com"
503
 
504
+ #~ msgid "Select the desired settings."
505
+ #~ msgstr "Выберите нужные настройки."
506
+
507
+ #~ msgid "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!"
508
+ #~ msgstr "На вкладке «Настройки» заполните необходимые поля, выберите нужные настройки и нажмите кнопку «Сохранить изменения». Наслаждайтесь улучшенным SEO вашего веб-сайта. Это так просто!"
509
+
510
+ #~ msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
511
+ #~ msgstr "Легко и безопасно добавлять свои собственные метатеги в заголовок веб-сайта WordPress."
512
+
513
  #~ msgid "Hello! My name is %s Arthur Gareginyan %s and I'm the founder of %s Space X-Chimp %s."
514
  #~ msgstr "Привет! Меня зовут %s Артур Гарегинян %s и Я основатель %s Space X-Chimp %s."
515
 
languages/all-meta-tags.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2018-07-24 00:32+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -89,209 +89,205 @@ msgid "Fill in the required fields."
89
  msgstr ""
90
 
91
  #: inc/php/page.php:69
92
- msgid "Select the desired settings."
93
- msgstr ""
94
-
95
- #: inc/php/page.php:70
96
  msgid "Click the \"Save changes\" button."
97
  msgstr ""
98
 
99
- #: inc/php/page.php:71
100
  msgid "Enjoy the improved SEO of your website."
101
  msgstr ""
102
 
103
- #: inc/php/page.php:71
104
  msgid "It's that simple!"
105
  msgstr ""
106
 
107
- #: inc/php/page.php:73
108
  msgid "Note!"
109
  msgstr ""
110
 
111
- #: inc/php/page.php:74
112
  #, php-format
113
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
114
  msgstr ""
115
 
116
- #: inc/php/page.php:88
117
  msgid "Frequently Asked Questions"
118
  msgstr ""
119
 
120
- #: inc/php/page.php:92
121
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
122
  msgstr ""
123
 
124
- #: inc/php/page.php:114
125
  msgid "Will this plugin work on my WordPress.COM website?"
126
  msgstr ""
127
 
128
- #: inc/php/page.php:115
129
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
130
  msgstr ""
131
 
132
- #: inc/php/page.php:117
133
  msgid "Can I use this plugin on my language?"
134
  msgstr ""
135
 
136
- #: inc/php/page.php:118
137
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
138
  msgstr ""
139
 
140
- #: inc/php/page.php:120
141
  #, php-format
142
  msgid "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."
143
  msgstr ""
144
 
145
- #: inc/php/page.php:125
146
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
147
  msgstr ""
148
 
149
- #: inc/php/page.php:126
150
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
151
  msgstr ""
152
 
153
- #: inc/php/page.php:128
154
  msgid "How does it work?"
155
  msgstr ""
156
 
157
- #: inc/php/page.php:129
158
- msgid "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!"
159
  msgstr ""
160
 
161
- #: inc/php/page.php:131
162
  msgid "How much of description I can enter in the text field?"
163
  msgstr ""
164
 
165
- #: inc/php/page.php:132
166
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
167
  msgstr ""
168
 
169
- #: inc/php/page.php:134
170
  msgid "How much of keywords I can enter in the text field?"
171
  msgstr ""
172
 
173
- #: inc/php/page.php:135
174
  msgid "We don't limit the number of characters."
175
  msgstr ""
176
 
177
- #: inc/php/page.php:137
178
  msgid "I can't get verify my website. What am I doing wrong?"
179
  msgstr ""
180
 
181
- #: inc/php/page.php:138
182
  msgid "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."
183
  msgstr ""
184
 
185
- #: inc/php/page.php:140
186
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
187
  msgstr ""
188
 
189
- #: inc/php/page.php:141
190
  msgid "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:"
191
  msgstr ""
192
 
193
- #: inc/php/page.php:149
194
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
195
  msgstr ""
196
 
197
- #: inc/php/page.php:151
198
  msgid "Does this plugin requires any modification of the theme?"
199
  msgstr ""
200
 
201
- #: inc/php/page.php:152
202
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
203
  msgstr ""
204
 
205
- #: inc/php/page.php:154
206
  msgid "Does this require any knowledge of HTML or CSS?"
207
  msgstr ""
208
 
209
- #: inc/php/page.php:155
210
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
211
  msgstr ""
212
 
213
- #: inc/php/page.php:157
214
  msgid "It's not working. What could be wrong?"
215
  msgstr ""
216
 
217
- #: inc/php/page.php:158
218
  msgid "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."
219
  msgstr ""
220
 
221
- #: inc/php/page.php:159
222
  msgid "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."
223
  msgstr ""
224
 
225
- #: inc/php/page.php:161
226
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
227
  msgstr ""
228
 
229
- #: inc/php/page.php:162
230
  msgid "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."
231
  msgstr ""
232
 
233
- #: inc/php/page.php:164
234
  msgid "Where to report bug if found?"
235
  msgstr ""
236
 
237
- #: inc/php/page.php:166
238
  #, php-format
239
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
240
  msgstr ""
241
 
242
- #: inc/php/page.php:172
243
  msgid "Where to share any ideas or suggestions to make the plugin better?"
244
  msgstr ""
245
 
246
- #: inc/php/page.php:174
247
  #, php-format
248
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
249
  msgstr ""
250
 
251
- #: inc/php/page.php:180
252
  msgid "I love this plugin! Can I help somehow?"
253
  msgstr ""
254
 
255
- #: inc/php/page.php:182
256
  #, php-format
257
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
258
  msgstr ""
259
 
260
- #: inc/php/page.php:188
261
  msgid "My question wasn't answered here."
262
  msgstr ""
263
 
264
- #: inc/php/page.php:190
265
  #, php-format
266
  msgid "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."
267
  msgstr ""
268
 
269
- #: inc/php/page.php:204
270
  msgid "Support Us"
271
  msgstr ""
272
 
273
- #: inc/php/page.php:212 inc/php/settings.php:226 inc/php/sidebar.php:46
274
  msgid "Donate with PayPal"
275
  msgstr ""
276
 
277
- #: inc/php/page.php:217
278
  #, php-format
279
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
280
  msgstr ""
281
 
282
- #: inc/php/page.php:225
283
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
284
  msgstr ""
285
 
286
- #: inc/php/page.php:226
287
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
288
  msgstr ""
289
 
290
- #: inc/php/page.php:227
291
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
292
  msgstr ""
293
 
294
- #: inc/php/page.php:228
295
  msgid "Thank you for your support!"
296
  msgstr ""
297
 
@@ -332,15 +328,15 @@ msgid "Enter your meta key “content” value from your verification code to ve
332
  msgstr ""
333
 
334
  #: inc/php/settings.php:68
335
- msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+ArthurGareginyan/"
336
  msgstr ""
337
 
338
  #: inc/php/settings.php:74
339
- msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/arthur.gareginyan"
340
  msgstr ""
341
 
342
  #: inc/php/settings.php:80
343
- msgid "Enter the Twitter username of the publisher. <br>Example: @AGareginyan"
344
  msgstr ""
345
 
346
  #: inc/php/settings.php:86
@@ -492,7 +488,7 @@ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
492
  msgstr ""
493
 
494
  #. Description of the plugin/theme
495
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
496
  msgstr ""
497
 
498
  #. Author of the plugin/theme
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2018-08-07 01:35+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
89
  msgstr ""
90
 
91
  #: inc/php/page.php:69
 
 
 
 
92
  msgid "Click the \"Save changes\" button."
93
  msgstr ""
94
 
95
+ #: inc/php/page.php:70
96
  msgid "Enjoy the improved SEO of your website."
97
  msgstr ""
98
 
99
+ #: inc/php/page.php:70
100
  msgid "It's that simple!"
101
  msgstr ""
102
 
103
+ #: inc/php/page.php:72
104
  msgid "Note!"
105
  msgstr ""
106
 
107
+ #: inc/php/page.php:73
108
  #, php-format
109
  msgid "If you want more options then %s tell us %s and we will be happy to add it."
110
  msgstr ""
111
 
112
+ #: inc/php/page.php:87
113
  msgid "Frequently Asked Questions"
114
  msgstr ""
115
 
116
+ #: inc/php/page.php:91
117
  msgid "If you have a question, please read the Frequently Asked Questions below to see if the answer is here."
118
  msgstr ""
119
 
120
+ #: inc/php/page.php:113
121
  msgid "Will this plugin work on my WordPress.COM website?"
122
  msgstr ""
123
 
124
+ #: inc/php/page.php:114
125
  msgid "Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites."
126
  msgstr ""
127
 
128
+ #: inc/php/page.php:116
129
  msgid "Can I use this plugin on my language?"
130
  msgstr ""
131
 
132
+ #: inc/php/page.php:117
133
  msgid "Yes. This plugin is ready for translation and has already been translated into several languages."
134
  msgstr ""
135
 
136
+ #: inc/php/page.php:119
137
  #, php-format
138
  msgid "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."
139
  msgstr ""
140
 
141
+ #: inc/php/page.php:124
142
  msgid "Maybe not all existed translations are up to date. You are welcome to contribute corrections!"
143
  msgstr ""
144
 
145
+ #: inc/php/page.php:125
146
  msgid "Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!"
147
  msgstr ""
148
 
149
+ #: inc/php/page.php:127
150
  msgid "How does it work?"
151
  msgstr ""
152
 
153
+ #: inc/php/page.php:128
154
+ msgid "On the \"Settings\" tab, fill in the required fields and click the \"Save changes\" button. Enjoy the improved SEO of your website. It's that simple!"
155
  msgstr ""
156
 
157
+ #: inc/php/page.php:130
158
  msgid "How much of description I can enter in the text field?"
159
  msgstr ""
160
 
161
+ #: inc/php/page.php:131
162
  msgid "We don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description."
163
  msgstr ""
164
 
165
+ #: inc/php/page.php:133
166
  msgid "How much of keywords I can enter in the text field?"
167
  msgstr ""
168
 
169
+ #: inc/php/page.php:134
170
  msgid "We don't limit the number of characters."
171
  msgstr ""
172
 
173
+ #: inc/php/page.php:136
174
  msgid "I can't get verify my website. What am I doing wrong?"
175
  msgstr ""
176
 
177
+ #: inc/php/page.php:137
178
  msgid "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."
179
  msgstr ""
180
 
181
+ #: inc/php/page.php:139
182
  msgid "What about compatibility with plugin \"All in One SEO Pack\"?"
183
  msgstr ""
184
 
185
+ #: inc/php/page.php:140
186
  msgid "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:"
187
  msgstr ""
188
 
189
+ #: inc/php/page.php:148
190
  msgid "In the rest, the \"All Meta Tags\" and \"All in One SEO Pack\" is compatible."
191
  msgstr ""
192
 
193
+ #: inc/php/page.php:150
194
  msgid "Does this plugin requires any modification of the theme?"
195
  msgstr ""
196
 
197
+ #: inc/php/page.php:151
198
  msgid "Absolutely not. This plugin is configurable entirely from the plugin settings page."
199
  msgstr ""
200
 
201
+ #: inc/php/page.php:153
202
  msgid "Does this require any knowledge of HTML or CSS?"
203
  msgstr ""
204
 
205
+ #: inc/php/page.php:154
206
  msgid "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page."
207
  msgstr ""
208
 
209
+ #: inc/php/page.php:156
210
  msgid "It's not working. What could be wrong?"
211
  msgstr ""
212
 
213
+ #: inc/php/page.php:157
214
  msgid "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."
215
  msgstr ""
216
 
217
+ #: inc/php/page.php:158
218
  msgid "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."
219
  msgstr ""
220
 
221
+ #: inc/php/page.php:160
222
  msgid "The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?"
223
  msgstr ""
224
 
225
+ #: inc/php/page.php:161
226
  msgid "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."
227
  msgstr ""
228
 
229
+ #: inc/php/page.php:163
230
  msgid "Where to report bug if found?"
231
  msgstr ""
232
 
233
+ #: inc/php/page.php:165
234
  #, php-format
235
  msgid "Bug reports are very welcome! Please visit %s our contact page %s and report. Please do not forget to specify the name of the plugin. Thank you!"
236
  msgstr ""
237
 
238
+ #: inc/php/page.php:171
239
  msgid "Where to share any ideas or suggestions to make the plugin better?"
240
  msgstr ""
241
 
242
+ #: inc/php/page.php:173
243
  #, php-format
244
  msgid "Any suggestions are very welcome! Please visit %s our contact page %s. Please do not forget to specify the name of the plugin. Thank you!"
245
  msgstr ""
246
 
247
+ #: inc/php/page.php:179
248
  msgid "I love this plugin! Can I help somehow?"
249
  msgstr ""
250
 
251
+ #: inc/php/page.php:181
252
  #, php-format
253
  msgid "Yes, any contributions are very welcome! Please visit %s our donation page %s. Thank you!"
254
  msgstr ""
255
 
256
+ #: inc/php/page.php:187
257
  msgid "My question wasn't answered here."
258
  msgstr ""
259
 
260
+ #: inc/php/page.php:189
261
  #, php-format
262
  msgid "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."
263
  msgstr ""
264
 
265
+ #: inc/php/page.php:203
266
  msgid "Support Us"
267
  msgstr ""
268
 
269
+ #: inc/php/page.php:211 inc/php/settings.php:226 inc/php/sidebar.php:46
270
  msgid "Donate with PayPal"
271
  msgstr ""
272
 
273
+ #: inc/php/page.php:216
274
  #, php-format
275
  msgid "Hello! My name is %s Arthur %s, I'm the founder of %s Space X-Chimp %s, which unites a small international team of young people."
276
  msgstr ""
277
 
278
+ #: inc/php/page.php:224
279
  msgid "Our intention is to create projects that will make this world a better place. Our motto is - «Follow your dreams and don’t give up». We are really passionate about our work, we like what we are doing and hope that you will be enriched by our projects too."
280
  msgstr ""
281
 
282
+ #: inc/php/page.php:225
283
  msgid "We spend a lot of time and effort trying to make sure that the themes, plugins and other things we build are useful, and the ultimate proof of that for us is that you actually want to use them. But we are an independent developers, without a regular income, so every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
284
  msgstr ""
285
 
286
+ #: inc/php/page.php:226
287
  msgid "If you appreciate our work, you can buy us a cup of coffee!"
288
  msgstr ""
289
 
290
+ #: inc/php/page.php:227
291
  msgid "Thank you for your support!"
292
  msgstr ""
293
 
328
  msgstr ""
329
 
330
  #: inc/php/settings.php:68
331
+ msgid "Enter an absolute URL to the Google+ profile of the publisher. <br>Example: https://plus.google.com/+Username/"
332
  msgstr ""
333
 
334
  #: inc/php/settings.php:74
335
+ msgid "Enter an absolute URL to the Facebook profile of the publisher. <br>Example: https://www.facebook.com/username"
336
  msgstr ""
337
 
338
  #: inc/php/settings.php:80
339
+ msgid "Enter the Twitter username of the publisher. <br>Example: @Username"
340
  msgstr ""
341
 
342
  #: inc/php/settings.php:86
488
  msgstr ""
489
 
490
  #. Description of the plugin/theme
491
+ msgid "Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners."
492
  msgstr ""
493
 
494
  #. Author of the plugin/theme
readme.txt CHANGED
@@ -4,24 +4,26 @@ Tags: meta, tag, tags, custom, simple, plugin, twitter, facebook, google, google
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 4.22
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
- Easily add your Meta Tags to the WordPress website's head section. This is a must have tool for authors and website owners.
12
 
13
 
14
  == Description ==
15
 
16
- An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily add your Meta Tags to the head section of your website.
17
 
18
- No need anymore to editing a files of your theme or plugins in order to add meta tags. You can add they on plugins settings page. Just add your ID (the meta key "content" value from your verification code) or/and the URL to the social media profile of the publisher in the field on the plugin settings page and this plugin will do the rest for you. It adds required meta tags to the head section of your website automatically, without changing any of your themes file and without slowing down your website. It's really useful in case of any theme update, because your meta tags would never be lost! Your meta tags will keep on working, no matter how many times you upgrade or switch your theme and plugins.
 
 
19
 
20
  Third-party services like Google Webmaster Tools, Alexa, Pinterest and Google+ require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use this plugin to easily verify your website or domain and get a more effective and efficient sharing results. Example with Pinterest. Once you completed the verification process, people will see a checkmark next to your domain in your Pinterest profile and in pinner search results. That check mark emphasis you have confirmed the ownership of your blog or website on Pinterest. This will help your website to rank better in google and other search engines. You can easily increase your blog traffic using this plugin. "All Meta Tags" is a simple but effective SEO plugin.
21
 
22
  Also you can use this plugin to add required meta tags such as Author, Designer, Contact, Copyright and Keywords in everywhere on your website (It adds the required meta tags to the header of all pages on your website) or the meta Description and Keywords only for Static Home Page or the meta Description and Keywords only for Blog Page.
23
 
24
- If you want more options then tell us and we will be happy to add it.
25
 
26
  **Features**
27
 
@@ -115,7 +117,7 @@ Manually via FTP access:
115
  4. Log in to Admin Area of your WordPress website.
116
  5. Activate this plugin through the "`Plugins`" tab.
117
 
118
- After installation and activation, the "`Meta Tags Inserter`" menu item will appear in the "`Settings`" section of Admin Area. Click on it in order to view the plugin settings page.
119
 
120
  [More help installing plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
121
 
@@ -129,7 +131,7 @@ A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) w
129
  A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the "`languages`" folder. Just [send the PO file to us](https://www.spacexchimp.com/contact.html) and we will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
130
 
131
  = Q. How does it work? =
132
- A. Simply go to the plugin settings page, fill in the required fields, select the desired settings and click the "Save changes" button. Enjoy the improved SEO of your website. It's that simple!
133
  You can find the plugin settings page at "`WordPress Admin Area`" -> "`Settings`" -> "`Meta Tags Inserter`".
134
 
135
  = Q. How much of description I can enter in the text field? =
@@ -208,6 +210,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
208
 
209
  == Changelog ==
210
 
 
 
 
 
 
 
211
  = 4.22 =
212
  * Dutch translation added. (Thanks to Peter Leenders)
213
  * The function '_load_scripts_codemirror' is improved. Removed an unnecessary call of constants.
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 4.23
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
+ Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
12
 
13
 
14
  == Description ==
15
 
16
+ An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily and safely add your custom meta tags to the head section of your website.
17
 
18
+ This is a must have tool for authors and website's owners. Its purpose is to provide a familiar experience to WordPress users. There is no need for any more editing of the files of your theme or plugins for to add meta tags. You can add they on plugins settings page. Just add your ID (the meta key "content" value from your verification code) or/and the URL to the social media profile of the publisher in the field on the plugin page and this plugin will do the rest for you. It adds required meta tags to the head section of your website automatically, without changing any of your themes file and without slowing down your website. This is really useful in case of updating theme or plugins, because your meta tags would never be overwritten. Your meta tags will keep on working, no matter how many times you upgrade or switch your theme and plugins.
19
+
20
+ The plugin works completely independently of the theme, so you can use it with any theme. The meta tags added via this plugin will be entirely unaffected if you edit the contents of the theme’s files, or even completely change the theme. This is really useful in case of updating theme or plugins, because your custom meta tags would never be overwritten. Your custom meta tags will keep on working, no matter how many times you upgrade or switch your theme and plugins.
21
 
22
  Third-party services like Google Webmaster Tools, Alexa, Pinterest and Google+ require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use this plugin to easily verify your website or domain and get a more effective and efficient sharing results. Example with Pinterest. Once you completed the verification process, people will see a checkmark next to your domain in your Pinterest profile and in pinner search results. That check mark emphasis you have confirmed the ownership of your blog or website on Pinterest. This will help your website to rank better in google and other search engines. You can easily increase your blog traffic using this plugin. "All Meta Tags" is a simple but effective SEO plugin.
23
 
24
  Also you can use this plugin to add required meta tags such as Author, Designer, Contact, Copyright and Keywords in everywhere on your website (It adds the required meta tags to the header of all pages on your website) or the meta Description and Keywords only for Static Home Page or the meta Description and Keywords only for Blog Page.
25
 
26
+ If you want more options, let us know and we will be happy to add them.
27
 
28
  **Features**
29
 
117
  4. Log in to Admin Area of your WordPress website.
118
  5. Activate this plugin through the "`Plugins`" tab.
119
 
120
+ After installation and activation, the "`Meta Tags Inserter`" menu item will appear in the "`Settings`" section of Admin Area. Click on it in order to view the plugin settings page.
121
 
122
  [More help installing plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
123
 
131
  A. Yes. This plugin is ready for translation and has already been translated into several languages. But If your language is not available then you can make one. The POT file is included and placed in the "`languages`" folder. Just [send the PO file to us](https://www.spacexchimp.com/contact.html) and we will include this translation within the next plugin update. Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
132
 
133
  = Q. How does it work? =
134
+ A. Simply go to the plugin settings page, fill in the required fields and click the "Save changes" button. Enjoy the improved SEO of your website. It's that simple!
135
  You can find the plugin settings page at "`WordPress Admin Area`" -> "`Settings`" -> "`Meta Tags Inserter`".
136
 
137
  = Q. How much of description I can enter in the text field? =
210
 
211
  == Changelog ==
212
 
213
+ = 4.23 =
214
+ * Some texts are updated.
215
+ * Translation files are updated.
216
+ * The translation into Russian has been corrected.
217
+ * The translation into Dutch has been corrected.
218
+
219
  = 4.22 =
220
  * Dutch translation added. (Thanks to Peter Leenders)
221
  * The function '_load_scripts_codemirror' is improved. Removed an unnecessary call of constants.