All Meta Tags - Version 3.6

Version Description

  • Added option for SpecificFeeds verification code.
  • Translations updated.
  • Ad banner replaced with new.
  • Readme for translations updated.
Download this release

Release Info

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

Code changes from version 3.5 to 3.6

all-meta-tags.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom Meta Tags to WordPress website's header.
6
  * Author: Arthur Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
- * Version: 3.5
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
@@ -40,14 +40,14 @@ defined('ABSPATH') or die("Restricted access!");
40
  /**
41
  * Define global constants
42
  *
43
- * @since 3.5
44
  */
45
  defined('ALLMT_DIR') or define('ALLMT_DIR', dirname(plugin_basename(__FILE__)));
46
  defined('ALLMT_BASE') or define('ALLMT_BASE', plugin_basename(__FILE__));
47
  defined('ALLMT_URL') or define('ALLMT_URL', plugin_dir_url(__FILE__));
48
  defined('ALLMT_PATH') or define('ALLMT_PATH', plugin_dir_path(__FILE__));
49
  defined('ALLMT_TEXT') or define('ALLMT_TEXT', 'all-meta-tags');
50
- defined('ALLMT_VERSION') or define('ALLMT_VERSION', '3.5');
51
 
52
  /**
53
  * Register text domain
@@ -182,7 +182,7 @@ function allmetatags_field($name, $label, $placeholder, $help=null, $link=null,
182
  /**
183
  * Generate the Meta Tags
184
  *
185
- * @since 3.3
186
  */
187
  function allmetatags_add_meta_tags() {
188
 
@@ -200,6 +200,7 @@ function allmetatags_add_meta_tags() {
200
  $twitter = esc_textarea( $options['twitter'] );
201
  $norton = esc_textarea( $options['norton'] );
202
  $wot = esc_textarea( $options['wot'] );
 
203
  $custom_meta = $options['custom_meta'];
204
 
205
  $home_description = esc_textarea( $options['home_description'] );
@@ -250,6 +251,9 @@ function allmetatags_add_meta_tags() {
250
  if (!empty($wot)) {
251
  $metatags_arr[] = "<meta name='wot-verification' content='$wot' />";
252
  }
 
 
 
253
  if (!empty($custom_meta)) {
254
  $metatags_arr[] = $custom_meta;
255
  }
@@ -326,8 +330,8 @@ function allmetatags_add_meta_tags() {
326
 
327
  // Add comment
328
  if ( count( $metatags_arr ) > 0 ) {
329
- array_unshift( $metatags_arr, "<!-- [BEGIN] Metadata added via 'All Meta Tags' plugin by Arthur Gareginyan. -->" );
330
- array_push( $metatags_arr, "<!-- [END] Metadata added via 'All Meta Tags' plugin by Arthur Gareginyan. -->" );
331
  }
332
 
333
  // Return the content of array
5
  * Description: Easily and safely add your custom Meta Tags to WordPress website's header.
6
  * Author: Arthur Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
+ * Version: 3.6
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
40
  /**
41
  * Define global constants
42
  *
43
+ * @since 3.6
44
  */
45
  defined('ALLMT_DIR') or define('ALLMT_DIR', dirname(plugin_basename(__FILE__)));
46
  defined('ALLMT_BASE') or define('ALLMT_BASE', plugin_basename(__FILE__));
47
  defined('ALLMT_URL') or define('ALLMT_URL', plugin_dir_url(__FILE__));
48
  defined('ALLMT_PATH') or define('ALLMT_PATH', plugin_dir_path(__FILE__));
49
  defined('ALLMT_TEXT') or define('ALLMT_TEXT', 'all-meta-tags');
50
+ defined('ALLMT_VERSION') or define('ALLMT_VERSION', '3.6');
51
 
52
  /**
53
  * Register text domain
182
  /**
183
  * Generate the Meta Tags
184
  *
185
+ * @since 3.6
186
  */
187
  function allmetatags_add_meta_tags() {
188
 
200
  $twitter = esc_textarea( $options['twitter'] );
201
  $norton = esc_textarea( $options['norton'] );
202
  $wot = esc_textarea( $options['wot'] );
203
+ $specificfeeds = esc_textarea( $options['specificfeeds'] );
204
  $custom_meta = $options['custom_meta'];
205
 
206
  $home_description = esc_textarea( $options['home_description'] );
251
  if (!empty($wot)) {
252
  $metatags_arr[] = "<meta name='wot-verification' content='$wot' />";
253
  }
254
+ if (!empty($specificfeeds)) {
255
+ $metatags_arr[] = "<meta name='specificfeeds-verification-code' content='$specificfeeds' />";
256
+ }
257
  if (!empty($custom_meta)) {
258
  $metatags_arr[] = $custom_meta;
259
  }
330
 
331
  // Add comment
332
  if ( count( $metatags_arr ) > 0 ) {
333
+ array_unshift( $metatags_arr, "<!-- [BEGIN] Metadata added via 'All Meta Tags' plugin by Arthur Gareginyan (https://www.arthurgareginyan.com) -->" );
334
+ array_push( $metatags_arr, "<!-- [END] Metadata added via 'All Meta Tags' plugin by Arthur Gareginyan (https://www.arthurgareginyan.com) -->" );
335
  }
336
 
337
  // Return the content of array
inc/img/banner.png ADDED
Binary file
inc/php/settings_page.php CHANGED
@@ -10,7 +10,7 @@ defined('ABSPATH') or die("Restricted access!");
10
  /**
11
  * Render Settings Page
12
  *
13
- * @since 3.3
14
  */
15
  function allmetatags_render_submenu_page() {
16
 
@@ -67,12 +67,9 @@ function allmetatags_render_submenu_page() {
67
  </div>
68
  </div>
69
 
70
- <div id="advertisement" class="postbox">
71
- <h3 class="title"><?php _e( 'Advertisement', ALLMT_TEXT ); ?></h3>
72
- <div class="inside">
73
- <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=36439_5_1_21" target="_blank" rel="nofollow"><img style="border:0px" src="http://www.elegantthemes.com/affiliates/media/banners/divi_250x250.jpg" width="250" height="250" alt="Divi WordPress Theme"></a>
74
- </div>
75
- </div>
76
 
77
 
78
  </div>
@@ -152,6 +149,11 @@ function allmetatags_render_submenu_page() {
152
  '1234567890',
153
  __( 'Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name="wot-verification" content=“<b>1234567890</b>” /&gt;', ALLMT_TEXT ),
154
  'https://www.mywot.com/wiki/Verify_your_website'); ?>
 
 
 
 
 
155
  <?php allmetatags_field('custom_meta',
156
  __( 'Custom Meta Tags', ALLMT_TEXT ),
157
  '&lt;meta name="google-site-verification" content=“1234567890” /&gt;',
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 3.6
14
  */
15
  function allmetatags_render_submenu_page() {
16
 
67
  </div>
68
  </div>
69
 
70
+ <a href="//www.iconfinder.com/?ref=ArthurGareginyan" target="_blank" rel="nofollow">
71
+ <img style="border:0px" src="<?php echo plugins_url('../img/banner.png', __FILE__); ?>" width="280" height="180" alt="">
72
+ </a>
 
 
 
73
 
74
 
75
  </div>
149
  '1234567890',
150
  __( 'Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name="wot-verification" content=“<b>1234567890</b>” /&gt;', ALLMT_TEXT ),
151
  'https://www.mywot.com/wiki/Verify_your_website'); ?>
152
+ <?php allmetatags_field('specificfeeds',
153
+ 'SpecificFeeds',
154
+ '1234567890',
155
+ __( '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;', ALLMT_TEXT ),
156
+ 'https://www.specificfeeds.com/rss?pub=2jcpuERsm61dbHbp2czf9A'); ?>
157
  <?php allmetatags_field('custom_meta',
158
  __( 'Custom Meta Tags', ALLMT_TEXT ),
159
  '&lt;meta name="google-site-verification" content=“1234567890” /&gt;',
languages/Readme.txt CHANGED
@@ -1,6 +1,11 @@
1
 
2
  CONTRIBUTING YOUR TRANSLATION
3
 
4
- If you want to help translate this plugin, please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/all-meta-tags).
5
 
6
- Thanks for your contribution!
 
 
 
 
 
 
1
 
2
  CONTRIBUTING YOUR TRANSLATION
3
 
 
4
 
5
+ This plugin is ready for translation.
6
+
7
+ If you want to help translate this plugin, please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/all-meta-tags), or use the POT file, that is included and placed in the "languages" folder, in order to create a translation files (*.po, *.mo). Just send the translation files (*.po, *.mo) to me at the arthurgareginyan@gmail.com and I will include the translation within the next plugin update.
8
+
9
+ Also you can use an existing PO file that placed in the "languages" folder, in order to make corrections.
10
+
11
+ Many of plugin users would be delighted if you share your translation with the community. Thanks for your contribution!
languages/all-meta-tags-es_ES.mo CHANGED
Binary file
languages/all-meta-tags-es_ES.po CHANGED
@@ -2,241 +2,338 @@
2
  # This file is distributed under the same license as the Plugins - All Meta Tags - Development (trunk) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2016-10-28 14:32+0300\n"
 
 
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
  "X-Generator: Poedit 1.8.4\n"
11
- "Language: es\n"
12
- "Project-Id-Version: Plugins - All Meta Tags - Development (trunk)\n"
13
- "POT-Creation-Date: \n"
14
- "Last-Translator: \n"
15
- "Language-Team: \n"
16
 
17
- #: inc/php/settings_page.php:62
18
- msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
19
- msgstr "Soy un desarrollador independiente, sin ingresos fijos, por lo que cualquier contribución, por pequeña que sea, me ayuda a cubrir mis gastos y me permite dedicar más tiempo para construir cosas que pueda disfrutar gente como tú."
20
 
21
- #: inc/php/settings_page.php:257
22
- msgid "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">here</a>."
23
- msgstr "Puedes revisar los datos generados para las páginas de tu sitio web <a href=\"https://search.google.com/structured-data/testing-tool\" target=\"_blank\">aquí</a>."
 
24
 
25
- #: inc/php/settings_page.php:247
26
- msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
27
- msgstr "Este plugin añade automáticamente los datos estructurados de Google Shopping (Merchant Center) en todas las páginas de producto de tu sitio web. Aquí esta el código para una blusa de mujer que cuesta 16 dólares con 80 centavos norteamericanos."
28
 
29
- #: inc/php/settings_page.php:245
30
- msgid "WooCommerce & Google Shopping"
31
- msgstr "WooCommerce y Google Shopping"
32
 
33
- #: inc/php/settings_page.php:236
34
- msgid "Enter a comma-delimited list of global keywords for your website."
35
- msgstr "Ingresa un listado, separado por comas, de las palabras clave globales para tu sitio web."
36
 
37
- #: inc/php/settings_page.php:234
38
- msgid "Keyword(s)"
39
- msgstr "Palabra(s) clave"
40
 
41
- #: inc/php/settings_page.php:230
42
- msgid "Copyright"
43
- msgstr "Derechos reservados"
 
44
 
45
- #: inc/php/settings_page.php:226
46
- msgid "Contact"
47
- msgstr "Contacto"
48
 
49
- #: inc/php/settings_page.php:221
50
- msgid "Designer"
51
- msgstr "Diseñador"
52
 
53
- #: inc/php/settings_page.php:216
54
- msgid "Author"
55
- msgstr "Autor"
56
 
57
- #: inc/php/settings_page.php:202
58
- msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
59
- msgstr "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página del blog de tu sitio web."
 
 
 
 
 
60
 
61
- #: inc/php/settings_page.php:200
62
- msgid "Blog Keyword(s)"
63
- msgstr "Palabra(s) clave del blog"
64
 
65
- #: inc/php/settings_page.php:194
66
- msgid "Blog Description"
67
- msgstr "Descripción del blog"
68
 
69
- #: inc/php/settings_page.php:180
70
- msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
71
- msgstr "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página estática de inicio de tu sitio web."
 
 
 
 
 
 
72
 
73
- #: inc/php/settings_page.php:178
74
- msgid "Home Keyword(s)"
75
- msgstr "Palabra(s) clave de la página de inicio"
 
 
 
 
76
 
77
- #: inc/php/settings_page.php:174 inc/php/settings_page.php:196
78
- msgid "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 chars for the home description."
79
- msgstr "Ingresa una breve descripción de tu sitio web (Entre 150 y 250 caracteres). La mayoría de los motores de búsqueda usa un máximo de 160 caracteres para esta descripción."
 
 
 
 
80
 
81
- #: inc/php/settings_page.php:172
82
- msgid "Home Description"
83
- msgstr "Descripción del sitio"
 
 
 
 
84
 
85
- #: inc/php/settings_page.php:158
86
- msgid "If you can't find a field to enter your required meta tag then you can add it here. In this field you can add multiple meta tags."
87
- msgstr "Si no encuentras un campo para introducir la meta etiqueta que requieres, puedes añadirla aquí. En este campo puedes agregar varias meta etiquetas."
 
88
 
89
- #: inc/php/settings_page.php:156
90
- msgid "Custom Meta Tags"
91
- msgstr "Meta etiquetas personalizadas"
92
 
93
- #: inc/php/settings_page.php:153
94
- msgid "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
95
- 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=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
 
 
 
 
 
 
 
 
96
 
97
- #: inc/php/settings_page.php:148
98
- msgid "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
99
- 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=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
 
 
 
100
 
101
- #: inc/php/settings_page.php:143
102
- msgid "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
103
- 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=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
 
 
 
 
104
 
105
- #: inc/php/settings_page.php:138
 
 
 
 
 
 
 
 
106
  msgid "Enter the Twitter username of the publisher. </br>Example: @AGareginyan"
107
  msgstr "Ingresa el nombre de usuario de Twitter del editor. </br>Ejemplo: @AGareginyan"
108
 
109
- #: inc/php/settings_page.php:133
110
- msgid "Enter an absolute URL to the Facebook profile of the publisher. </br>Example: https://www.facebook.com/arthur.gareginyan"
111
- msgstr "Ingresa la URL completa del perfil de Facebook del editor. </br>Ejemplo: https://www.facebook.com/arthur.gareginyan"
112
-
113
- #: inc/php/settings_page.php:128
114
- msgid "Enter an absolute URL to the Google+ profile of the publisher. </br>Example: https://plus.google.com/+ArthurGareginyan/"
115
- msgstr "Ingresa la URL completa del perfil de Google+ del editor. </br>Ejemplo: https://plus.google.com/+ArthurGareginyan/"
116
-
117
- #: inc/php/settings_page.php:123
118
- msgid "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
119
- 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;"
120
 
121
- #: inc/php/settings_page.php:108
122
- msgid "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
123
- 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=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
 
 
 
 
124
 
125
- #: inc/php/settings_page.php:103
126
- msgid "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
127
- 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=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
 
 
 
 
128
 
129
- #: inc/php/settings_page.php:98
130
- msgid "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
131
- 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=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
 
 
 
 
132
 
133
- #: inc/php/settings_page.php:71
134
- msgid "Advertisement"
135
- msgstr "Publicidad"
136
 
137
- #: inc/php/settings_page.php:54
138
- msgid "Got something to say? Need help?"
139
- msgstr "¿Tienes algo que decir? ¿Necesitas ayuda?"
 
 
 
 
140
 
141
- #. Author URI of the plugin/theme
142
- msgid "http://www.arthurgareginyan.com"
143
- msgstr "http://www.arthurgareginyan.com"
144
 
145
- #. Author of the plugin/theme
146
- msgid "Arthur Gareginyan"
147
- msgstr "Arthur Gareginyan"
 
 
 
 
148
 
149
- #. Description of the plugin/theme
150
- msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
151
- msgstr "Añade de forma fácil y segura tus Meta Tags personalizadas en la cabecera de tu sitio web hecho en WordPress."
152
 
153
- #. Plugin URI of the plugin/theme
154
- msgid "https://github.com/ArthurGareginyan/all-meta-tags"
155
- msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
 
 
 
 
156
 
157
- #: inc/php/settings_page.php:213
158
- msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
159
- msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Autor, Derechos Reservados y Palabras Clave en cualquier parte de tu sitio web."
160
 
161
- #: inc/php/settings_page.php:211
162
- msgid "Meta Tags for all website (Global)"
163
- msgstr "Meta etiquetas para todo el sitio web (Globales)"
 
 
164
 
165
  #: inc/php/settings_page.php:191
166
- msgid "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website."
167
- msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave en la página de inicio y en la del blog de tu sitio web."
168
-
169
- #: inc/php/settings_page.php:189
170
  msgid "Meta Tags for Default Home Page and Blog Page only"
171
  msgstr "Meta etiquetas sólo para la página de inicio y la del blog"
172
 
173
- #: inc/php/settings_page.php:169
174
- msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
175
- msgstr "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave sólo en la página de inicio de tu sitio web."
 
 
 
 
176
 
177
- #: inc/php/settings_page.php:167
178
- msgid "Meta Tags for Static Home Page only"
179
- msgstr "Meta etiquetas sólo para la página de inicio estática"
180
 
181
- #: inc/php/settings_page.php:118
182
- msgid "Third-party services like Alexa, Pinterest and Google-Plus 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 the options below to verify your domain. If your domain is already verified, you can just forget about these."
183
- msgstr "Los servicios de terceros, como Alexa, Pinterest y Google Plus, exigen que verifiques tu dominio. Esto garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio. Puedes usar las opciones que aparecen a continuación para verificar tu dominio. Si tu dominio ya está verificado, puedes obviar esto."
184
 
185
- #: inc/php/settings_page.php:116
186
- msgid "Domain Verification"
187
- msgstr "Verificación del domino"
 
 
188
 
189
- #: inc/php/settings_page.php:111 inc/php/settings_page.php:162
190
- #: inc/php/settings_page.php:184 inc/php/settings_page.php:206
191
- #: inc/php/settings_page.php:240
192
- msgid "Save Changes"
193
- msgstr "Guardar los cambios"
194
 
195
- #: inc/php/settings_page.php:93
196
- msgid "Webmaster Tools 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 the options below to verify your domain. If your domain is already verified, you can just forget about these."
197
- msgstr "Webmaster Tools exige que verifiques tu dominio. Esto garantiza que eres el propietario de tu página antes de que ellos te brinden su servicio. Puedes usar las opciones que aparecen a continuación para verificar tu dominio. Si tu dominio ya está verificado, puedes obviar esto."
 
 
 
 
198
 
199
- #: inc/php/settings_page.php:91
200
- msgid "Web Master Tools"
201
- msgstr "Web Master Tools"
202
 
203
- #: inc/php/settings_page.php:66
204
- msgid "Thanks for your support!"
205
- msgstr "¡Gracias por su colaboración!"
206
 
207
- #: inc/php/settings_page.php:60
208
- msgid "Donate"
209
- msgstr "Hacer una donación"
210
 
211
- #: inc/php/settings_page.php:52
212
- msgid "Help"
213
- msgstr "Ayuda"
214
 
215
- #: inc/php/settings_page.php:47
216
- msgid "To use, enter your custom Meta Tags, then click \"Save Changes\". It's that simple!"
217
- msgstr "Para usarlo, ingresa tus Meta Etiquetas personalizadas y haz clic en \"Guardar Cambios\". ¡Así de simple!"
218
 
219
- #: inc/php/settings_page.php:45
220
- msgid "Using"
221
- msgstr "Uso"
222
 
223
- #: inc/php/settings_page.php:40
224
- msgid "This plugin allows you to easily add Meta Tags to your website."
225
- msgstr "Este plugin te permite añadir fácilmente Meta Etiquetas personalizadas a tu sitio web."
226
 
227
- #: inc/php/settings_page.php:38
228
- msgid "About"
229
- msgstr "Acerca de"
 
 
 
 
 
 
230
 
231
- #: inc/php/settings_page.php:27
232
- msgid "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
233
- msgstr "por <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
 
 
 
 
234
 
235
- #. Plugin Name of the plugin/theme
236
- #: all-meta-tags.php:85 inc/php/settings_page.php:24
237
- msgid "All Meta Tags"
238
- msgstr "Todas las meta etiquetas"
239
 
240
- #: all-meta-tags.php:73
241
- msgid "Settings"
242
- msgstr "Ajustes"
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Plugins - All Meta Tags - Development (trunk) package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Plugins - All Meta Tags - Development (trunk)\n"
6
+ "POT-Creation-Date: 2016-11-16 14:42+0300\n"
7
+ "PO-Revision-Date: 2016-11-16 14:42+0300\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: \n"
10
+ "Language: es\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
  "X-Generator: Poedit 1.8.4\n"
 
 
 
 
 
16
 
17
+ #: all-meta-tags.php:73
18
+ msgid "Settings"
19
+ msgstr "Ajustes"
20
 
21
+ #. Plugin Name of the plugin/theme
22
+ #: all-meta-tags.php:85 inc/php/settings_page.php:24
23
+ msgid "All Meta Tags"
24
+ msgstr "Todas las meta etiquetas"
25
 
26
+ #: inc/php/settings_page.php:27
27
+ msgid "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
28
+ msgstr "por <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a>"
29
 
30
+ #: inc/php/settings_page.php:38
31
+ msgid "About"
32
+ msgstr "Acerca de"
33
 
34
+ #: inc/php/settings_page.php:40
35
+ msgid "This plugin allows you to easily add Meta Tags to your website."
36
+ msgstr "Este plugin te permite añadir fácilmente Meta Etiquetas personalizadas a tu sitio web."
37
 
38
+ #: inc/php/settings_page.php:45
39
+ msgid "Using"
40
+ msgstr "Uso"
41
 
42
+ #: inc/php/settings_page.php:47
43
+ msgid "To use, enter your custom Meta Tags, then click \"Save Changes\". It's that simple!"
44
+ msgstr ""
45
+ "Para usarlo, ingresa tus Meta Etiquetas personalizadas y haz clic en \"Guardar Cambios\". ¡Así de simple!"
46
 
47
+ #: inc/php/settings_page.php:52
48
+ msgid "Help"
49
+ msgstr "Ayuda"
50
 
51
+ #: inc/php/settings_page.php:54
52
+ msgid "Got something to say? Need help?"
53
+ msgstr "¿Tienes algo que decir? ¿Necesitas ayuda?"
54
 
55
+ #: inc/php/settings_page.php:60
56
+ msgid "Donate"
57
+ msgstr "Hacer una donación"
58
 
59
+ #: inc/php/settings_page.php:62
60
+ msgid ""
61
+ "I'm an independent developer, without a regular income, so every little contribution helps cover my costs "
62
+ "and lets me spend more time building things for people like you to enjoy."
63
+ msgstr ""
64
+ "Soy un desarrollador independiente, sin ingresos fijos, por lo que cualquier contribución, por pequeña que "
65
+ "sea, me ayuda a cubrir mis gastos y me permite dedicar más tiempo para construir cosas que pueda disfrutar "
66
+ "gente como tú."
67
 
68
+ #: inc/php/settings_page.php:66
69
+ msgid "Thanks for your support!"
70
+ msgstr "¡Gracias por su colaboración!"
71
 
72
+ #: inc/php/settings_page.php:88
73
+ msgid "Web Master Tools"
74
+ msgstr "Web Master Tools"
75
 
76
+ #: inc/php/settings_page.php:90
77
+ msgid ""
78
+ "Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your "
79
+ "blog or store before they provide their services to you. You can use the options below to verify your "
80
+ "domain. If your domain is already verified, you can just forget about these."
81
+ msgstr ""
82
+ "Webmaster Tools exige que verifiques tu dominio. Esto garantiza que tú eres el propietario de tu página "
83
+ "antes de que ellos te brinden su servicio. Puedes usar las opciones que aparecen a continuación para "
84
+ "verificar tu dominio. Si tu dominio ya está verificado, puedes obviar esto."
85
 
86
+ #: inc/php/settings_page.php:95
87
+ msgid ""
88
+ "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;"
89
+ "meta name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
90
+ msgstr ""
91
+ "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
92
+ "br>Ejemplo: &lt;meta name=\"google-site-verification\" content=“<b>1234567890</b>” /&gt;"
93
 
94
+ #: inc/php/settings_page.php:100
95
+ msgid ""
96
+ "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;"
97
+ "meta name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
98
+ msgstr ""
99
+ "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
100
+ "br>Ejemplo: &lt;meta name=\"msvalidate.01\" content=“<b>1234567890</b>” /&gt;"
101
 
102
+ #: inc/php/settings_page.php:105
103
+ msgid ""
104
+ "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;"
105
+ "meta name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
106
+ msgstr ""
107
+ "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
108
+ "br>Ejemplo: &lt;meta name=\"yandex-verification\" content=“<b>1234567890</b>” /&gt;"
109
 
110
+ #: inc/php/settings_page.php:108 inc/php/settings_page.php:164 inc/php/settings_page.php:186
111
+ #: inc/php/settings_page.php:208 inc/php/settings_page.php:242
112
+ msgid "Save Changes"
113
+ msgstr "Guardar los cambios"
114
 
115
+ #: inc/php/settings_page.php:113
116
+ msgid "Domain Verification"
117
+ msgstr "Verificación del domino"
118
 
119
+ #: inc/php/settings_page.php:115
120
+ msgid ""
121
+ "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes "
122
+ "sure that you are the correct owner of your blog or store before they provide their services to you. You can "
123
+ "use the options below to verify your domain. If your domain is already verified, you can just forget about "
124
+ "these."
125
+ msgstr ""
126
+ "Los servicios de terceros, como Alexa, Pinterest y Google Plus, exigen que verifiques tu dominio. Esto "
127
+ "garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio. Puedes usar las "
128
+ "opciones que aparecen a continuación para verificar tu dominio. Si tu dominio ya está verificado, puedes "
129
+ "obviar esto."
130
 
131
+ #: inc/php/settings_page.php:120
132
+ msgid ""
133
+ "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;"
134
+ "meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
135
+ msgstr ""
136
+ "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
137
+ "br>Ejemplo: &lt;meta name=\"p:domain_verify\" content=“<b>1234567890</b>” /&gt;"
138
 
139
+ #: inc/php/settings_page.php:125
140
+ msgid ""
141
+ "Enter an absolute URL to the Google+ profile of the publisher. </br>Example: https://plus.google.com/"
142
+ "+ArthurGareginyan/"
143
+ msgstr ""
144
+ "Ingresa la URL completa del perfil de Google+ del editor. </br>Ejemplo: https://plus.google.com/"
145
+ "+ArthurGareginyan/"
146
 
147
+ #: inc/php/settings_page.php:130
148
+ msgid ""
149
+ "Enter an absolute URL to the Facebook profile of the publisher. </br>Example: https://www.facebook.com/"
150
+ "arthur.gareginyan"
151
+ msgstr ""
152
+ "Ingresa la URL completa del perfil de Facebook del editor. </br>Ejemplo: https://www.facebook.com/arthur."
153
+ "gareginyan"
154
+
155
+ #: inc/php/settings_page.php:135
156
  msgid "Enter the Twitter username of the publisher. </br>Example: @AGareginyan"
157
  msgstr "Ingresa el nombre de usuario de Twitter del editor. </br>Ejemplo: @AGareginyan"
158
 
159
+ #: inc/php/settings_page.php:140
160
+ msgid ""
161
+ "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;"
162
+ "meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
163
+ msgstr ""
164
+ "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
165
+ "br>Ejemplo: &lt;meta name=\"alexaVerifyID\" content=“<b>1234567890</b>” /&gt;"
 
 
 
 
166
 
167
+ #: inc/php/settings_page.php:145
168
+ msgid ""
169
+ "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;"
170
+ "meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
171
+ msgstr ""
172
+ "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
173
+ "br>Ejemplo: &lt;meta name=\"norton-safeweb-site-verification\" content=“<b>1234567890</b>” /&gt;"
174
 
175
+ #: inc/php/settings_page.php:150
176
+ msgid ""
177
+ "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;"
178
+ "meta name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
179
+ msgstr ""
180
+ "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
181
+ "br>Ejemplo: &lt;meta name=\"wot-verification\" content=“<b>1234567890</b>” /&gt;"
182
 
183
+ #: inc/php/settings_page.php:155
184
+ msgid ""
185
+ "Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;"
186
+ "meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
187
+ msgstr ""
188
+ "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web. </"
189
+ "br>Ejemplo: &lt;meta name=\"specificfeeds-verification-code\" content=“<b>1234567890</b>” /&gt;"
190
 
191
+ #: inc/php/settings_page.php:158
192
+ msgid "Custom Meta Tags"
193
+ msgstr "Meta etiquetas personalizadas"
194
 
195
+ #: inc/php/settings_page.php:160
196
+ msgid ""
197
+ "If you can't find a field to enter your required meta tag then you can add it here. In this field you can "
198
+ "add multiple meta tags."
199
+ msgstr ""
200
+ "Si no encuentras un campo para introducir la meta etiqueta que requieres, puedes añadirla aquí. En este "
201
+ "campo puedes agregar varias meta etiquetas."
202
 
203
+ #: inc/php/settings_page.php:169
204
+ msgid "Meta Tags for Static Home Page only"
205
+ msgstr "Meta etiquetas sólo para la página de inicio estática"
206
 
207
+ #: inc/php/settings_page.php:171
208
+ msgid ""
209
+ "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of "
210
+ "your website."
211
+ msgstr ""
212
+ "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave "
213
+ "sólo en la página de inicio de tu sitio web."
214
 
215
+ #: inc/php/settings_page.php:174
216
+ msgid "Home Description"
217
+ msgstr "Descripción del sitio"
218
 
219
+ #: inc/php/settings_page.php:176 inc/php/settings_page.php:198
220
+ msgid ""
221
+ "Enter a short description of your website (150-250 characters). Most search engines use a maximum of 160 "
222
+ "chars for the home description."
223
+ msgstr ""
224
+ "Ingresa una breve descripción de tu sitio web (Entre 150 y 250 caracteres). La mayoría de los motores de "
225
+ "búsqueda usa un máximo de 160 caracteres para esta descripción."
226
 
227
+ #: inc/php/settings_page.php:180
228
+ msgid "Home Keyword(s)"
229
+ msgstr "Palabra(s) clave de la página de inicio"
230
 
231
+ #: inc/php/settings_page.php:182
232
+ msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
233
+ msgstr ""
234
+ "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página estática de inicio "
235
+ "de tu sitio web."
236
 
237
  #: inc/php/settings_page.php:191
 
 
 
 
238
  msgid "Meta Tags for Default Home Page and Blog Page only"
239
  msgstr "Meta etiquetas sólo para la página de inicio y la del blog"
240
 
241
+ #: inc/php/settings_page.php:193
242
+ msgid ""
243
+ "You can use the options below to add meta tags such as Description and Keywords only in Default Home Page "
244
+ "and Blog Page of your website."
245
+ msgstr ""
246
+ "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Descripción y Palabras Clave "
247
+ "en la página de inicio y en la del blog de tu sitio web."
248
 
249
+ #: inc/php/settings_page.php:196
250
+ msgid "Blog Description"
251
+ msgstr "Descripción del blog"
252
 
253
+ #: inc/php/settings_page.php:202
254
+ msgid "Blog Keyword(s)"
255
+ msgstr "Palabra(s) clave del blog"
256
 
257
+ #: inc/php/settings_page.php:204
258
+ msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
259
+ msgstr ""
260
+ "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página del blog de tu sitio "
261
+ "web."
262
 
263
+ #: inc/php/settings_page.php:213
264
+ msgid "Meta Tags for all website (Global)"
265
+ msgstr "Meta etiquetas para todo el sitio web (Globales)"
 
 
266
 
267
+ #: inc/php/settings_page.php:215
268
+ msgid ""
269
+ "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your "
270
+ "website."
271
+ msgstr ""
272
+ "Puedes usar las opciones que están abajo para añadir meta etiquetas, tales como Autor, Derechos Reservados y "
273
+ "Palabras Clave en cualquier parte de tu sitio web."
274
 
275
+ #: inc/php/settings_page.php:218
276
+ msgid "Author"
277
+ msgstr "Autor"
278
 
279
+ #: inc/php/settings_page.php:223
280
+ msgid "Designer"
281
+ msgstr "Diseñador"
282
 
283
+ #: inc/php/settings_page.php:228
284
+ msgid "Contact"
285
+ msgstr "Contacto"
286
 
287
+ #: inc/php/settings_page.php:232
288
+ msgid "Copyright"
289
+ msgstr "Derechos reservados"
290
 
291
+ #: inc/php/settings_page.php:236
292
+ msgid "Keyword(s)"
293
+ msgstr "Palabra(s) clave"
294
 
295
+ #: inc/php/settings_page.php:238
296
+ msgid "Enter a comma-delimited list of global keywords for your website."
297
+ msgstr "Ingresa un listado, separado por comas, de las palabras clave globales para tu sitio web."
298
 
299
+ #: inc/php/settings_page.php:247
300
+ msgid "WooCommerce & Google Shopping"
301
+ msgstr "WooCommerce y Google Shopping"
302
 
303
+ #: inc/php/settings_page.php:249
304
+ msgid ""
305
+ "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all "
306
+ "WooCommerce product pages on your website. Here is the markup for women's T-shirt that sells for 16 dollars "
307
+ "and 80 cents of US."
308
+ msgstr ""
309
+ "Este plugin añade automáticamente los datos estructurados de Google Shopping (Merchant Center) en todas las "
310
+ "páginas de producto de tu sitio web. Aquí esta el código para una blusa de mujer que cuesta 16 dólares con "
311
+ "80 centavos norteamericanos."
312
 
313
+ #: inc/php/settings_page.php:259
314
+ msgid ""
315
+ "Check these data generated on the pages of your website you can <a href=\"https://search.google.com/"
316
+ "structured-data/testing-tool\" target=\"_blank\">here</a>."
317
+ msgstr ""
318
+ "Puedes revisar los datos generados para las páginas de tu sitio web <a href=\"https://search.google.com/"
319
+ "structured-data/testing-tool\" target=\"_blank\">aquí</a>."
320
 
321
+ #. Plugin URI of the plugin/theme
322
+ msgid "https://github.com/ArthurGareginyan/all-meta-tags"
323
+ msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
 
324
 
325
+ #. Description of the plugin/theme
326
+ msgid "Easily and safely add your custom Meta Tags to WordPress website's header."
327
+ msgstr ""
328
+ "Añade de forma fácil y segura tus Meta Tags personalizadas en la cabecera de tu sitio web hecho en WordPress."
329
+
330
+ #. Author of the plugin/theme
331
+ msgid "Arthur Gareginyan"
332
+ msgstr "Arthur Gareginyan"
333
+
334
+ #. Author URI of the plugin/theme
335
+ msgid "http://www.arthurgareginyan.com"
336
+ msgstr "http://www.arthurgareginyan.com"
337
+
338
+ #~ msgid "Advertisement"
339
+ #~ msgstr "Publicidad"
languages/all-meta-tags-es_MX.mo CHANGED
Binary file
languages/all-meta-tags-es_MX.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All Meta Tags\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-10-16 12:15+0300\n"
6
- "PO-Revision-Date: 2016-10-16 12:17+0300\n"
7
  "Last-Translator: Sergio <srg2010@yahoo.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_MX\n"
@@ -86,15 +86,11 @@ msgstr ""
86
  msgid "Thanks for your support!"
87
  msgstr "Gracias por su apoyo!"
88
 
89
- #: inc/php/settings_page.php:71
90
- msgid "Advertisement"
91
- msgstr "Publicidad"
92
-
93
- #: inc/php/settings_page.php:91
94
  msgid "Web Master Tools"
95
  msgstr "Herramientas para Web Master"
96
 
97
- #: inc/php/settings_page.php:93
98
  msgid ""
99
  "Webmaster Tools require you to verify your domain. This makes sure that you "
100
  "are the correct owner of your blog or store before they provide their "
@@ -107,38 +103,38 @@ msgstr ""
107
  "comprobar su dominio. Si su dominio ya está verificado, puede olvidarse de "
108
  "ellas."
109
 
110
- #: inc/php/settings_page.php:98
111
  msgid ""
112
  "Enter your meta key “content” value from your verification code to verify "
113
  "your website. </br>Example: &lt;meta name=\"google-site-verification\" "
114
  "content=“<b>1234567890</b>” /&gt;"
115
  msgstr ""
116
 
117
- #: inc/php/settings_page.php:103
118
  msgid ""
119
  "Enter your meta key “content” value from your verification code to verify "
120
  "your website. </br>Example: &lt;meta name=\"msvalidate.01\" "
121
  "content=“<b>1234567890</b>” /&gt;"
122
  msgstr ""
123
 
124
- #: inc/php/settings_page.php:108
125
  msgid ""
126
  "Enter your meta key “content” value from your verification code to verify "
127
  "your website. </br>Example: &lt;meta name=\"yandex-verification\" "
128
  "content=“<b>1234567890</b>” /&gt;"
129
  msgstr ""
130
 
131
- #: inc/php/settings_page.php:111 inc/php/settings_page.php:162
132
- #: inc/php/settings_page.php:184 inc/php/settings_page.php:206
133
- #: inc/php/settings_page.php:240
134
  msgid "Save Changes"
135
  msgstr "Guardar Cambios"
136
 
137
- #: inc/php/settings_page.php:116
138
  msgid "Domain Verification"
139
  msgstr "Verificar Dominio"
140
 
141
- #: inc/php/settings_page.php:118
142
  msgid ""
143
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
144
  "verify your domain. This makes sure that you are the correct owner of your "
@@ -152,65 +148,72 @@ msgstr ""
152
  "Puede utilizar las opciones de abajo para comprobar su dominio. Si su "
153
  "dominio ya está verificado, puede olvidarse de ellas."
154
 
155
- #: inc/php/settings_page.php:123
156
  msgid ""
157
  "Enter your meta key “content” value from your verification code to verify "
158
  "your website. </br>Example: &lt;meta name=\"p:domain_verify\" "
159
  "content=“<b>1234567890</b>” /&gt;"
160
  msgstr ""
161
 
162
- #: inc/php/settings_page.php:128
163
  msgid ""
164
  "Enter an absolute URL to the Google+ profile of the publisher. </br>Example: "
165
  "https://plus.google.com/+ArthurGareginyan/"
166
  msgstr ""
167
 
168
- #: inc/php/settings_page.php:133
169
  msgid ""
170
  "Enter an absolute URL to the Facebook profile of the publisher. </"
171
  "br>Example: https://www.facebook.com/arthur.gareginyan"
172
  msgstr ""
173
 
174
- #: inc/php/settings_page.php:138
175
  msgid "Enter the Twitter username of the publisher. </br>Example: @AGareginyan"
176
  msgstr ""
177
 
178
- #: inc/php/settings_page.php:143
179
  msgid ""
180
  "Enter your meta key “content” value from your verification code to verify "
181
  "your website. </br>Example: &lt;meta name=\"alexaVerifyID\" "
182
  "content=“<b>1234567890</b>” /&gt;"
183
  msgstr ""
184
 
185
- #: inc/php/settings_page.php:148
186
  msgid ""
187
  "Enter your meta key “content” value from your verification code to verify "
188
  "your website. </br>Example: &lt;meta name=\"norton-safeweb-site-verification"
189
  "\" content=“<b>1234567890</b>” /&gt;"
190
  msgstr ""
191
 
192
- #: inc/php/settings_page.php:153
193
  msgid ""
194
  "Enter your meta key “content” value from your verification code to verify "
195
  "your website. </br>Example: &lt;meta name=\"wot-verification\" "
196
  "content=“<b>1234567890</b>” /&gt;"
197
  msgstr ""
198
 
199
- #: inc/php/settings_page.php:156
200
- msgid "Custom Meta Tags"
 
 
 
201
  msgstr ""
202
 
203
  #: inc/php/settings_page.php:158
 
 
 
 
204
  msgid ""
205
  "If you can't find a field to enter your required meta tag then you can add "
206
  "it here. In this field you can add multiple meta tags."
207
  msgstr ""
208
 
209
- #: inc/php/settings_page.php:167
210
  msgid "Meta Tags for Static Home Page only"
211
  msgstr "Meta Tags solo para Paginas de Inicio estática"
212
 
213
- #: inc/php/settings_page.php:169
214
  msgid ""
215
  "You can use the options below to add meta tags such as Description and "
216
  "Keywords only in Static Home Page of your website."
@@ -218,31 +221,31 @@ msgstr ""
218
  "Puede usar las opciones abajo para agregar meta tags, como Descripción y "
219
  "palabras claves solo en Paginas de Inicio estática en su sitio web."
220
 
221
- #: inc/php/settings_page.php:172
222
  msgid "Home Description"
223
  msgstr ""
224
 
225
- #: inc/php/settings_page.php:174 inc/php/settings_page.php:196
226
  msgid ""
227
  "Enter a short description of your website (150-250 characters). Most search "
228
  "engines use a maximum of 160 chars for the home description."
229
  msgstr ""
230
 
231
- #: inc/php/settings_page.php:178
232
  msgid "Home Keyword(s)"
233
  msgstr ""
234
 
235
- #: inc/php/settings_page.php:180
236
  msgid ""
237
  "Enter a comma-delimited list of keywords for only Static Home Page of your "
238
  "website."
239
  msgstr ""
240
 
241
- #: inc/php/settings_page.php:189
242
  msgid "Meta Tags for Default Home Page and Blog Page only"
243
  msgstr "Meta Tags por defecto pagina de inicio y pagina de blog solamente"
244
 
245
- #: inc/php/settings_page.php:191
246
  msgid ""
247
  "You can use the options below to add meta tags such as Description and "
248
  "Keywords only in Default Home Page and Blog Page of your website."
@@ -251,24 +254,24 @@ msgstr ""
251
  "descripción y palabras claves sólo en página principal predeterminada y Blog "
252
  "página de su sitio web."
253
 
254
- #: inc/php/settings_page.php:194
255
  msgid "Blog Description"
256
  msgstr ""
257
 
258
- #: inc/php/settings_page.php:200
259
  msgid "Blog Keyword(s)"
260
  msgstr ""
261
 
262
- #: inc/php/settings_page.php:202
263
  msgid ""
264
  "Enter a comma-delimited list of keywords for only Blog Page of your website."
265
  msgstr ""
266
 
267
- #: inc/php/settings_page.php:211
268
  msgid "Meta Tags for all website (Global)"
269
  msgstr "Meta Tags para todo el sitio web (Global)"
270
 
271
- #: inc/php/settings_page.php:213
272
  msgid ""
273
  "You can use the options below to add meta tags such as Author, Copyright and "
274
  "Keywords in everywhere on your website."
@@ -276,35 +279,35 @@ msgstr ""
276
  "Puede usar las opciones abajo para agregar meta tags como Autor, Derecho "
277
  "autor, palabras clavs en cualquier sitio de su pagina web."
278
 
279
- #: inc/php/settings_page.php:216
280
  msgid "Author"
281
  msgstr ""
282
 
283
- #: inc/php/settings_page.php:221
284
  msgid "Designer"
285
  msgstr ""
286
 
287
- #: inc/php/settings_page.php:226
288
  msgid "Contact"
289
  msgstr ""
290
 
291
- #: inc/php/settings_page.php:230
292
  msgid "Copyright"
293
  msgstr ""
294
 
295
- #: inc/php/settings_page.php:234
296
  msgid "Keyword(s)"
297
  msgstr ""
298
 
299
- #: inc/php/settings_page.php:236
300
  msgid "Enter a comma-delimited list of global keywords for your website."
301
  msgstr ""
302
 
303
- #: inc/php/settings_page.php:245
304
  msgid "WooCommerce & Google Shopping"
305
  msgstr ""
306
 
307
- #: inc/php/settings_page.php:247
308
  msgid ""
309
  "This plugin automatically adds the necessary Google Shopping (Merchant "
310
  "Center) structured data on all WooCommerce product pages on your website. "
@@ -312,7 +315,7 @@ msgid ""
312
  "cents of US."
313
  msgstr ""
314
 
315
- #: inc/php/settings_page.php:257
316
  msgid ""
317
  "Check these data generated on the pages of your website you can <a href="
318
  "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
@@ -321,7 +324,7 @@ msgstr ""
321
 
322
  #. Plugin URI of the plugin/theme
323
  msgid "https://github.com/ArthurGareginyan/all-meta-tags"
324
- msgstr ""
325
 
326
  #. Description of the plugin/theme
327
  msgid ""
@@ -332,11 +335,14 @@ msgstr ""
332
 
333
  #. Author of the plugin/theme
334
  msgid "Arthur Gareginyan"
335
- msgstr ""
336
 
337
  #. Author URI of the plugin/theme
338
  msgid "http://www.arthurgareginyan.com"
339
- msgstr ""
 
 
 
340
 
341
  #~ msgid ""
342
  #~ "If you like this plugin and find it useful, please help me to make this "
2
  msgstr ""
3
  "Project-Id-Version: All Meta Tags\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-11-16 14:41+0300\n"
6
+ "PO-Revision-Date: 2016-11-16 14:43+0300\n"
7
  "Last-Translator: Sergio <srg2010@yahoo.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_MX\n"
86
  msgid "Thanks for your support!"
87
  msgstr "Gracias por su apoyo!"
88
 
89
+ #: inc/php/settings_page.php:88
 
 
 
 
90
  msgid "Web Master Tools"
91
  msgstr "Herramientas para Web Master"
92
 
93
+ #: inc/php/settings_page.php:90
94
  msgid ""
95
  "Webmaster Tools require you to verify your domain. This makes sure that you "
96
  "are the correct owner of your blog or store before they provide their "
103
  "comprobar su dominio. Si su dominio ya está verificado, puede olvidarse de "
104
  "ellas."
105
 
106
+ #: inc/php/settings_page.php:95
107
  msgid ""
108
  "Enter your meta key “content” value from your verification code to verify "
109
  "your website. </br>Example: &lt;meta name=\"google-site-verification\" "
110
  "content=“<b>1234567890</b>” /&gt;"
111
  msgstr ""
112
 
113
+ #: inc/php/settings_page.php:100
114
  msgid ""
115
  "Enter your meta key “content” value from your verification code to verify "
116
  "your website. </br>Example: &lt;meta name=\"msvalidate.01\" "
117
  "content=“<b>1234567890</b>” /&gt;"
118
  msgstr ""
119
 
120
+ #: inc/php/settings_page.php:105
121
  msgid ""
122
  "Enter your meta key “content” value from your verification code to verify "
123
  "your website. </br>Example: &lt;meta name=\"yandex-verification\" "
124
  "content=“<b>1234567890</b>” /&gt;"
125
  msgstr ""
126
 
127
+ #: inc/php/settings_page.php:108 inc/php/settings_page.php:164
128
+ #: inc/php/settings_page.php:186 inc/php/settings_page.php:208
129
+ #: inc/php/settings_page.php:242
130
  msgid "Save Changes"
131
  msgstr "Guardar Cambios"
132
 
133
+ #: inc/php/settings_page.php:113
134
  msgid "Domain Verification"
135
  msgstr "Verificar Dominio"
136
 
137
+ #: inc/php/settings_page.php:115
138
  msgid ""
139
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
140
  "verify your domain. This makes sure that you are the correct owner of your "
148
  "Puede utilizar las opciones de abajo para comprobar su dominio. Si su "
149
  "dominio ya está verificado, puede olvidarse de ellas."
150
 
151
+ #: inc/php/settings_page.php:120
152
  msgid ""
153
  "Enter your meta key “content” value from your verification code to verify "
154
  "your website. </br>Example: &lt;meta name=\"p:domain_verify\" "
155
  "content=“<b>1234567890</b>” /&gt;"
156
  msgstr ""
157
 
158
+ #: inc/php/settings_page.php:125
159
  msgid ""
160
  "Enter an absolute URL to the Google+ profile of the publisher. </br>Example: "
161
  "https://plus.google.com/+ArthurGareginyan/"
162
  msgstr ""
163
 
164
+ #: inc/php/settings_page.php:130
165
  msgid ""
166
  "Enter an absolute URL to the Facebook profile of the publisher. </"
167
  "br>Example: https://www.facebook.com/arthur.gareginyan"
168
  msgstr ""
169
 
170
+ #: inc/php/settings_page.php:135
171
  msgid "Enter the Twitter username of the publisher. </br>Example: @AGareginyan"
172
  msgstr ""
173
 
174
+ #: inc/php/settings_page.php:140
175
  msgid ""
176
  "Enter your meta key “content” value from your verification code to verify "
177
  "your website. </br>Example: &lt;meta name=\"alexaVerifyID\" "
178
  "content=“<b>1234567890</b>” /&gt;"
179
  msgstr ""
180
 
181
+ #: inc/php/settings_page.php:145
182
  msgid ""
183
  "Enter your meta key “content” value from your verification code to verify "
184
  "your website. </br>Example: &lt;meta name=\"norton-safeweb-site-verification"
185
  "\" content=“<b>1234567890</b>” /&gt;"
186
  msgstr ""
187
 
188
+ #: inc/php/settings_page.php:150
189
  msgid ""
190
  "Enter your meta key “content” value from your verification code to verify "
191
  "your website. </br>Example: &lt;meta name=\"wot-verification\" "
192
  "content=“<b>1234567890</b>” /&gt;"
193
  msgstr ""
194
 
195
+ #: inc/php/settings_page.php:155
196
+ msgid ""
197
+ "Enter your meta key “content” value from your verification code to verify "
198
+ "your website. </br>Example: &lt;meta name=\"specificfeeds-verification-code"
199
+ "\" content=“<b>1234567890</b>” /&gt;"
200
  msgstr ""
201
 
202
  #: inc/php/settings_page.php:158
203
+ msgid "Custom Meta Tags"
204
+ msgstr ""
205
+
206
+ #: inc/php/settings_page.php:160
207
  msgid ""
208
  "If you can't find a field to enter your required meta tag then you can add "
209
  "it here. In this field you can add multiple meta tags."
210
  msgstr ""
211
 
212
+ #: inc/php/settings_page.php:169
213
  msgid "Meta Tags for Static Home Page only"
214
  msgstr "Meta Tags solo para Paginas de Inicio estática"
215
 
216
+ #: inc/php/settings_page.php:171
217
  msgid ""
218
  "You can use the options below to add meta tags such as Description and "
219
  "Keywords only in Static Home Page of your website."
221
  "Puede usar las opciones abajo para agregar meta tags, como Descripción y "
222
  "palabras claves solo en Paginas de Inicio estática en su sitio web."
223
 
224
+ #: inc/php/settings_page.php:174
225
  msgid "Home Description"
226
  msgstr ""
227
 
228
+ #: inc/php/settings_page.php:176 inc/php/settings_page.php:198
229
  msgid ""
230
  "Enter a short description of your website (150-250 characters). Most search "
231
  "engines use a maximum of 160 chars for the home description."
232
  msgstr ""
233
 
234
+ #: inc/php/settings_page.php:180
235
  msgid "Home Keyword(s)"
236
  msgstr ""
237
 
238
+ #: inc/php/settings_page.php:182
239
  msgid ""
240
  "Enter a comma-delimited list of keywords for only Static Home Page of your "
241
  "website."
242
  msgstr ""
243
 
244
+ #: inc/php/settings_page.php:191
245
  msgid "Meta Tags for Default Home Page and Blog Page only"
246
  msgstr "Meta Tags por defecto pagina de inicio y pagina de blog solamente"
247
 
248
+ #: inc/php/settings_page.php:193
249
  msgid ""
250
  "You can use the options below to add meta tags such as Description and "
251
  "Keywords only in Default Home Page and Blog Page of your website."
254
  "descripción y palabras claves sólo en página principal predeterminada y Blog "
255
  "página de su sitio web."
256
 
257
+ #: inc/php/settings_page.php:196
258
  msgid "Blog Description"
259
  msgstr ""
260
 
261
+ #: inc/php/settings_page.php:202
262
  msgid "Blog Keyword(s)"
263
  msgstr ""
264
 
265
+ #: inc/php/settings_page.php:204
266
  msgid ""
267
  "Enter a comma-delimited list of keywords for only Blog Page of your website."
268
  msgstr ""
269
 
270
+ #: inc/php/settings_page.php:213
271
  msgid "Meta Tags for all website (Global)"
272
  msgstr "Meta Tags para todo el sitio web (Global)"
273
 
274
+ #: inc/php/settings_page.php:215
275
  msgid ""
276
  "You can use the options below to add meta tags such as Author, Copyright and "
277
  "Keywords in everywhere on your website."
279
  "Puede usar las opciones abajo para agregar meta tags como Autor, Derecho "
280
  "autor, palabras clavs en cualquier sitio de su pagina web."
281
 
282
+ #: inc/php/settings_page.php:218
283
  msgid "Author"
284
  msgstr ""
285
 
286
+ #: inc/php/settings_page.php:223
287
  msgid "Designer"
288
  msgstr ""
289
 
290
+ #: inc/php/settings_page.php:228
291
  msgid "Contact"
292
  msgstr ""
293
 
294
+ #: inc/php/settings_page.php:232
295
  msgid "Copyright"
296
  msgstr ""
297
 
298
+ #: inc/php/settings_page.php:236
299
  msgid "Keyword(s)"
300
  msgstr ""
301
 
302
+ #: inc/php/settings_page.php:238
303
  msgid "Enter a comma-delimited list of global keywords for your website."
304
  msgstr ""
305
 
306
+ #: inc/php/settings_page.php:247
307
  msgid "WooCommerce & Google Shopping"
308
  msgstr ""
309
 
310
+ #: inc/php/settings_page.php:249
311
  msgid ""
312
  "This plugin automatically adds the necessary Google Shopping (Merchant "
313
  "Center) structured data on all WooCommerce product pages on your website. "
315
  "cents of US."
316
  msgstr ""
317
 
318
+ #: inc/php/settings_page.php:259
319
  msgid ""
320
  "Check these data generated on the pages of your website you can <a href="
321
  "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
324
 
325
  #. Plugin URI of the plugin/theme
326
  msgid "https://github.com/ArthurGareginyan/all-meta-tags"
327
+ msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
328
 
329
  #. Description of the plugin/theme
330
  msgid ""
335
 
336
  #. Author of the plugin/theme
337
  msgid "Arthur Gareginyan"
338
+ msgstr "Arthur Gareginyan"
339
 
340
  #. Author URI of the plugin/theme
341
  msgid "http://www.arthurgareginyan.com"
342
+ msgstr "http://www.arthurgareginyan.com"
343
+
344
+ #~ msgid "Advertisement"
345
+ #~ msgstr "Publicidad"
346
 
347
  #~ msgid ""
348
  #~ "If you like this plugin and find it useful, please help me to make this "
languages/all-meta-tags-ru_RU.mo CHANGED
Binary file
languages/all-meta-tags-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All Meta Tags\n"
4
- "POT-Creation-Date: 2016-10-10 01:30+0300\n"
5
- "PO-Revision-Date: 2016-10-10 01:30+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -28,7 +28,7 @@ msgstr "Настройки"
28
  #. Plugin Name of the plugin/theme
29
  #: all-meta-tags.php:85 inc/php/settings_page.php:24
30
  msgid "All Meta Tags"
31
- msgstr ""
32
 
33
  #: inc/php/settings_page.php:27
34
  msgid ""
@@ -84,15 +84,11 @@ msgstr ""
84
  msgid "Thanks for your support!"
85
  msgstr "Спасибо за вашу поддержку!"
86
 
87
- #: inc/php/settings_page.php:71
88
- msgid "Advertisement"
89
- msgstr "Реклама"
90
-
91
- #: inc/php/settings_page.php:91
92
  msgid "Web Master Tools"
93
  msgstr "Веб-мастер инструменты"
94
 
95
- #: inc/php/settings_page.php:93
96
  msgid ""
97
  "Webmaster Tools require you to verify your domain. This makes sure that you "
98
  "are the correct owner of your blog or store before they provide their "
@@ -100,38 +96,47 @@ msgid ""
100
  "your domain is already verified, you can just forget about these."
101
  msgstr ""
102
 
103
- #: inc/php/settings_page.php:98
104
  msgid ""
105
  "Enter your meta key “content” value from your verification code to verify "
106
  "your website. </br>Example: &lt;meta name=\"google-site-verification\" "
107
  "content=“<b>1234567890</b>” /&gt;"
108
  msgstr ""
 
 
 
109
 
110
- #: inc/php/settings_page.php:103
111
  msgid ""
112
  "Enter your meta key “content” value from your verification code to verify "
113
  "your website. </br>Example: &lt;meta name=\"msvalidate.01\" "
114
  "content=“<b>1234567890</b>” /&gt;"
115
  msgstr ""
 
 
 
116
 
117
- #: inc/php/settings_page.php:108
118
  msgid ""
119
  "Enter your meta key “content” value from your verification code to verify "
120
  "your website. </br>Example: &lt;meta name=\"yandex-verification\" "
121
  "content=“<b>1234567890</b>” /&gt;"
122
  msgstr ""
 
 
 
123
 
124
- #: inc/php/settings_page.php:111 inc/php/settings_page.php:162
125
- #: inc/php/settings_page.php:184 inc/php/settings_page.php:206
126
- #: inc/php/settings_page.php:240
127
  msgid "Save Changes"
128
  msgstr "Сохранить изменения"
129
 
130
- #: inc/php/settings_page.php:116
131
  msgid "Domain Verification"
132
  msgstr "Подтверждение домена"
133
 
134
- #: inc/php/settings_page.php:118
135
  msgid ""
136
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
137
  "verify your domain. This makes sure that you are the correct owner of your "
@@ -140,55 +145,77 @@ msgid ""
140
  "can just forget about these."
141
  msgstr ""
142
 
143
- #: inc/php/settings_page.php:123
144
  msgid ""
145
  "Enter your meta key “content” value from your verification code to verify "
146
  "your website. </br>Example: &lt;meta name=\"p:domain_verify\" "
147
  "content=“<b>1234567890</b>” /&gt;"
148
  msgstr ""
 
 
 
149
 
150
- #: inc/php/settings_page.php:128
151
  msgid ""
152
  "Enter an absolute URL to the Google+ profile of the publisher. </br>Example: "
153
  "https://plus.google.com/+ArthurGareginyan/"
154
  msgstr ""
155
 
156
- #: inc/php/settings_page.php:133
157
  msgid ""
158
  "Enter an absolute URL to the Facebook profile of the publisher. </"
159
  "br>Example: https://www.facebook.com/arthur.gareginyan"
160
  msgstr ""
161
 
162
- #: inc/php/settings_page.php:138
163
  msgid "Enter the Twitter username of the publisher. </br>Example: @AGareginyan"
164
- msgstr ""
165
 
166
- #: inc/php/settings_page.php:143
167
  msgid ""
168
  "Enter your meta key “content” value from your verification code to verify "
169
  "your website. </br>Example: &lt;meta name=\"alexaVerifyID\" "
170
  "content=“<b>1234567890</b>” /&gt;"
171
  msgstr ""
 
 
 
172
 
173
- #: inc/php/settings_page.php:148
174
  msgid ""
175
  "Enter your meta key “content” value from your verification code to verify "
176
  "your website. </br>Example: &lt;meta name=\"norton-safeweb-site-verification"
177
  "\" content=“<b>1234567890</b>” /&gt;"
178
  msgstr ""
 
 
 
179
 
180
- #: inc/php/settings_page.php:153
181
  msgid ""
182
  "Enter your meta key “content” value from your verification code to verify "
183
  "your website. </br>Example: &lt;meta name=\"wot-verification\" "
184
  "content=“<b>1234567890</b>” /&gt;"
185
  msgstr ""
 
 
 
186
 
187
- #: inc/php/settings_page.php:156
 
 
 
 
 
 
 
 
 
 
188
  msgid "Custom Meta Tags"
189
  msgstr "Пользовательские мета-теги"
190
 
191
- #: inc/php/settings_page.php:158
192
  msgid ""
193
  "If you can't find a field to enter your required meta tag then you can add "
194
  "it here. In this field you can add multiple meta tags."
@@ -196,100 +223,115 @@ msgstr ""
196
  "Если вы не можете найти поле для нужного вам мета-тега, то добавьте ваш мета-"
197
  "тег сюда. В это поле вы можете добавить несколько мета-тегов."
198
 
199
- #: inc/php/settings_page.php:167
200
  msgid "Meta Tags for Static Home Page only"
201
  msgstr "Мета-теги только для Static Home Page"
202
 
203
- #: inc/php/settings_page.php:169
204
  msgid ""
205
  "You can use the options below to add meta tags such as Description and "
206
  "Keywords only in Static Home Page of your website."
207
  msgstr ""
 
 
 
208
 
209
- #: inc/php/settings_page.php:172
210
  msgid "Home Description"
211
  msgstr "Описание главной страницы"
212
 
213
- #: inc/php/settings_page.php:174 inc/php/settings_page.php:196
214
  msgid ""
215
  "Enter a short description of your website (150-250 characters). Most search "
216
  "engines use a maximum of 160 chars for the home description."
217
  msgstr ""
 
 
 
218
 
219
- #: inc/php/settings_page.php:178
220
  msgid "Home Keyword(s)"
221
  msgstr "Ключевые слова главной страницы"
222
 
223
- #: inc/php/settings_page.php:180
224
  msgid ""
225
  "Enter a comma-delimited list of keywords for only Static Home Page of your "
226
  "website."
227
  msgstr ""
 
 
228
 
229
- #: inc/php/settings_page.php:189
230
  msgid "Meta Tags for Default Home Page and Blog Page only"
231
  msgstr "Мета-теги для Default Home Page и только Blog Page"
232
 
233
- #: inc/php/settings_page.php:191
234
  msgid ""
235
  "You can use the options below to add meta tags such as Description and "
236
  "Keywords only in Default Home Page and Blog Page of your website."
237
  msgstr ""
 
 
 
238
 
239
- #: inc/php/settings_page.php:194
240
  msgid "Blog Description"
241
  msgstr "Описание блога"
242
 
243
- #: inc/php/settings_page.php:200
244
  msgid "Blog Keyword(s)"
245
  msgstr "Ключевые слова блога"
246
 
247
- #: inc/php/settings_page.php:202
248
  msgid ""
249
  "Enter a comma-delimited list of keywords for only Blog Page of your website."
250
  msgstr ""
 
 
251
 
252
- #: inc/php/settings_page.php:211
253
  msgid "Meta Tags for all website (Global)"
254
  msgstr "Мета-теги для всего веб-сайта (Глобальные)"
255
 
256
- #: inc/php/settings_page.php:213
257
  msgid ""
258
  "You can use the options below to add meta tags such as Author, Copyright and "
259
  "Keywords in everywhere on your website."
260
  msgstr ""
 
 
261
 
262
- #: inc/php/settings_page.php:216
263
  msgid "Author"
264
  msgstr "Автор"
265
 
266
- #: inc/php/settings_page.php:221
267
  msgid "Designer"
268
  msgstr "Дизайнер"
269
 
270
- #: inc/php/settings_page.php:226
271
  msgid "Contact"
272
  msgstr "Контакты"
273
 
274
- #: inc/php/settings_page.php:230
275
  msgid "Copyright"
276
  msgstr "Copyright"
277
 
278
- #: inc/php/settings_page.php:234
279
  msgid "Keyword(s)"
280
  msgstr "Ключевые слова"
281
 
282
- #: inc/php/settings_page.php:236
283
  msgid "Enter a comma-delimited list of global keywords for your website."
284
  msgstr ""
285
  "Введите, разделенный запятыми, список глобальных ключевых слов для вашего "
286
  "веб-сайта."
287
 
288
- #: inc/php/settings_page.php:245
289
  msgid "WooCommerce & Google Shopping"
290
  msgstr "WooCommerce и Google Shopping"
291
 
292
- #: inc/php/settings_page.php:247
293
  msgid ""
294
  "This plugin automatically adds the necessary Google Shopping (Merchant "
295
  "Center) structured data on all WooCommerce product pages on your website. "
@@ -301,7 +343,7 @@ msgstr ""
301
  "разметка для женской футболки которая продаётся за 16 долларов и 80 центов "
302
  "США."
303
 
304
- #: inc/php/settings_page.php:257
305
  msgid ""
306
  "Check these data generated on the pages of your website you can <a href="
307
  "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
@@ -313,7 +355,7 @@ msgstr ""
313
 
314
  #. Plugin URI of the plugin/theme
315
  msgid "https://github.com/ArthurGareginyan/all-meta-tags"
316
- msgstr ""
317
 
318
  #. Description of the plugin/theme
319
  msgid ""
@@ -326,7 +368,10 @@ msgstr "Артур Гарегинян"
326
 
327
  #. Author URI of the plugin/theme
328
  msgid "http://www.arthurgareginyan.com"
329
- msgstr ""
 
 
 
330
 
331
  #~ msgid "WooCommerse & Google Shopping"
332
  #~ msgstr "WooCommerse и Google Shopping"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All Meta Tags\n"
4
+ "POT-Creation-Date: 2016-11-16 14:41+0300\n"
5
+ "PO-Revision-Date: 2016-11-16 14:43+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
28
  #. Plugin Name of the plugin/theme
29
  #: all-meta-tags.php:85 inc/php/settings_page.php:24
30
  msgid "All Meta Tags"
31
+ msgstr "All Meta Tags"
32
 
33
  #: inc/php/settings_page.php:27
34
  msgid ""
84
  msgid "Thanks for your support!"
85
  msgstr "Спасибо за вашу поддержку!"
86
 
87
+ #: inc/php/settings_page.php:88
 
 
 
 
88
  msgid "Web Master Tools"
89
  msgstr "Веб-мастер инструменты"
90
 
91
+ #: inc/php/settings_page.php:90
92
  msgid ""
93
  "Webmaster Tools require you to verify your domain. This makes sure that you "
94
  "are the correct owner of your blog or store before they provide their "
96
  "your domain is already verified, you can just forget about these."
97
  msgstr ""
98
 
99
+ #: inc/php/settings_page.php:95
100
  msgid ""
101
  "Enter your meta key “content” value from your verification code to verify "
102
  "your website. </br>Example: &lt;meta name=\"google-site-verification\" "
103
  "content=“<b>1234567890</b>” /&gt;"
104
  msgstr ""
105
+ "Введите содержимое ключа “content” из верификационного meta кода для "
106
+ "проверки вашего веб-сайта. </br>Пример: &lt;meta name=\"google-site-"
107
+ "verification\" content=“<b>1234567890</b>” /&gt;"
108
 
109
+ #: inc/php/settings_page.php:100
110
  msgid ""
111
  "Enter your meta key “content” value from your verification code to verify "
112
  "your website. </br>Example: &lt;meta name=\"msvalidate.01\" "
113
  "content=“<b>1234567890</b>” /&gt;"
114
  msgstr ""
115
+ "Введите содержимое ключа “content” из верификационного meta кода для "
116
+ "проверки вашего веб-сайта. </br>Пример: &lt;meta name=\"msvalidate.01\" "
117
+ "content=“<b>1234567890</b>” /&gt;"
118
 
119
+ #: inc/php/settings_page.php:105
120
  msgid ""
121
  "Enter your meta key “content” value from your verification code to verify "
122
  "your website. </br>Example: &lt;meta name=\"yandex-verification\" "
123
  "content=“<b>1234567890</b>” /&gt;"
124
  msgstr ""
125
+ "Введите содержимое ключа “content” из верификационного meta кода для "
126
+ "проверки вашего веб-сайта. </br>Пример: &lt;meta name=\"yandex-verification"
127
+ "\" content=“<b>1234567890</b>” /&gt;"
128
 
129
+ #: inc/php/settings_page.php:108 inc/php/settings_page.php:164
130
+ #: inc/php/settings_page.php:186 inc/php/settings_page.php:208
131
+ #: inc/php/settings_page.php:242
132
  msgid "Save Changes"
133
  msgstr "Сохранить изменения"
134
 
135
+ #: inc/php/settings_page.php:113
136
  msgid "Domain Verification"
137
  msgstr "Подтверждение домена"
138
 
139
+ #: inc/php/settings_page.php:115
140
  msgid ""
141
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
142
  "verify your domain. This makes sure that you are the correct owner of your "
145
  "can just forget about these."
146
  msgstr ""
147
 
148
+ #: inc/php/settings_page.php:120
149
  msgid ""
150
  "Enter your meta key “content” value from your verification code to verify "
151
  "your website. </br>Example: &lt;meta name=\"p:domain_verify\" "
152
  "content=“<b>1234567890</b>” /&gt;"
153
  msgstr ""
154
+ "Введите содержимое ключа “content” из верификационного meta кода для "
155
+ "проверки вашего веб-сайта. </br>Пример: &lt;meta name=\"p:domain_verify\" "
156
+ "content=“<b>1234567890</b>” /&gt;"
157
 
158
+ #: inc/php/settings_page.php:125
159
  msgid ""
160
  "Enter an absolute URL to the Google+ profile of the publisher. </br>Example: "
161
  "https://plus.google.com/+ArthurGareginyan/"
162
  msgstr ""
163
 
164
+ #: inc/php/settings_page.php:130
165
  msgid ""
166
  "Enter an absolute URL to the Facebook profile of the publisher. </"
167
  "br>Example: https://www.facebook.com/arthur.gareginyan"
168
  msgstr ""
169
 
170
+ #: inc/php/settings_page.php:135
171
  msgid "Enter the Twitter username of the publisher. </br>Example: @AGareginyan"
172
+ msgstr "Введите имя пользователя в Twitter. </br>Пример: @AGareginyan"
173
 
174
+ #: inc/php/settings_page.php:140
175
  msgid ""
176
  "Enter your meta key “content” value from your verification code to verify "
177
  "your website. </br>Example: &lt;meta name=\"alexaVerifyID\" "
178
  "content=“<b>1234567890</b>” /&gt;"
179
  msgstr ""
180
+ "Введите содержимое ключа “content” из верификационного meta кода для "
181
+ "проверки вашего веб-сайта. </br>Пример: &lt;meta name=\"alexaVerifyID\" "
182
+ "content=“<b>1234567890</b>” /&gt;"
183
 
184
+ #: inc/php/settings_page.php:145
185
  msgid ""
186
  "Enter your meta key “content” value from your verification code to verify "
187
  "your website. </br>Example: &lt;meta name=\"norton-safeweb-site-verification"
188
  "\" content=“<b>1234567890</b>” /&gt;"
189
  msgstr ""
190
+ "Введите содержимое ключа “content” из верификационного meta кода для "
191
+ "проверки вашего веб-сайта. </br>Пример: &lt;meta name=\"norton-safeweb-site-"
192
+ "verification\" content=“<b>1234567890</b>” /&gt;"
193
 
194
+ #: inc/php/settings_page.php:150
195
  msgid ""
196
  "Enter your meta key “content” value from your verification code to verify "
197
  "your website. </br>Example: &lt;meta name=\"wot-verification\" "
198
  "content=“<b>1234567890</b>” /&gt;"
199
  msgstr ""
200
+ "Введите содержимое ключа “content” из верификационного meta кода для "
201
+ "проверки вашего веб-сайта. </br>Пример: &lt;meta name=\"wot-verification\" "
202
+ "content=“<b>1234567890</b>” /&gt;"
203
 
204
+ #: inc/php/settings_page.php:155
205
+ msgid ""
206
+ "Enter your meta key “content” value from your verification code to verify "
207
+ "your website. </br>Example: &lt;meta name=\"specificfeeds-verification-code"
208
+ "\" content=“<b>1234567890</b>” /&gt;"
209
+ msgstr ""
210
+ "Введите содержимое ключа “content” из верификационного meta кода для "
211
+ "проверки вашего веб-сайта. </br>Пример: &lt;meta name=\"specificfeeds-"
212
+ "verification-code\" content=“<b>1234567890</b>” /&gt;"
213
+
214
+ #: inc/php/settings_page.php:158
215
  msgid "Custom Meta Tags"
216
  msgstr "Пользовательские мета-теги"
217
 
218
+ #: inc/php/settings_page.php:160
219
  msgid ""
220
  "If you can't find a field to enter your required meta tag then you can add "
221
  "it here. In this field you can add multiple meta tags."
223
  "Если вы не можете найти поле для нужного вам мета-тега, то добавьте ваш мета-"
224
  "тег сюда. В это поле вы можете добавить несколько мета-тегов."
225
 
226
+ #: inc/php/settings_page.php:169
227
  msgid "Meta Tags for Static Home Page only"
228
  msgstr "Мета-теги только для Static Home Page"
229
 
230
+ #: inc/php/settings_page.php:171
231
  msgid ""
232
  "You can use the options below to add meta tags such as Description and "
233
  "Keywords only in Static Home Page of your website."
234
  msgstr ""
235
+ "Вы можете использовать ниже-расположенные опции для добавления мета тегов "
236
+ "таких как Description и Keywords только на Static Home Page страницу вашего "
237
+ "вебсайта."
238
 
239
+ #: inc/php/settings_page.php:174
240
  msgid "Home Description"
241
  msgstr "Описание главной страницы"
242
 
243
+ #: inc/php/settings_page.php:176 inc/php/settings_page.php:198
244
  msgid ""
245
  "Enter a short description of your website (150-250 characters). Most search "
246
  "engines use a maximum of 160 chars for the home description."
247
  msgstr ""
248
+ "Введите краткое описание для вашего вебсайта (150-250 символов). Большинство "
249
+ "поисковых систем используют максимум 160 символов для описания домашней "
250
+ "страницы."
251
 
252
+ #: inc/php/settings_page.php:180
253
  msgid "Home Keyword(s)"
254
  msgstr "Ключевые слова главной страницы"
255
 
256
+ #: inc/php/settings_page.php:182
257
  msgid ""
258
  "Enter a comma-delimited list of keywords for only Static Home Page of your "
259
  "website."
260
  msgstr ""
261
+ "Введите, разделенный запятыми, список ключевых слов для только Static Home "
262
+ "Page вашего веб-сайта."
263
 
264
+ #: inc/php/settings_page.php:191
265
  msgid "Meta Tags for Default Home Page and Blog Page only"
266
  msgstr "Мета-теги для Default Home Page и только Blog Page"
267
 
268
+ #: inc/php/settings_page.php:193
269
  msgid ""
270
  "You can use the options below to add meta tags such as Description and "
271
  "Keywords only in Default Home Page and Blog Page of your website."
272
  msgstr ""
273
+ "Вы можете использовать ниже-расположенные опции для добавления мета тегов "
274
+ "таких как Description и Keywords только на Default Home Page и Blog Page "
275
+ "страницы вашего вебсайта."
276
 
277
+ #: inc/php/settings_page.php:196
278
  msgid "Blog Description"
279
  msgstr "Описание блога"
280
 
281
+ #: inc/php/settings_page.php:202
282
  msgid "Blog Keyword(s)"
283
  msgstr "Ключевые слова блога"
284
 
285
+ #: inc/php/settings_page.php:204
286
  msgid ""
287
  "Enter a comma-delimited list of keywords for only Blog Page of your website."
288
  msgstr ""
289
+ "Введите, разделенный запятыми, список ключевых слов для только Blog Page "
290
+ "вашего веб-сайта."
291
 
292
+ #: inc/php/settings_page.php:213
293
  msgid "Meta Tags for all website (Global)"
294
  msgstr "Мета-теги для всего веб-сайта (Глобальные)"
295
 
296
+ #: inc/php/settings_page.php:215
297
  msgid ""
298
  "You can use the options below to add meta tags such as Author, Copyright and "
299
  "Keywords in everywhere on your website."
300
  msgstr ""
301
+ "Вы можете использовать ниже-расположенные опции для добавления мета тегов "
302
+ "таких как Author, Copyright и Keywords на каждую страницу вашего вебсайта."
303
 
304
+ #: inc/php/settings_page.php:218
305
  msgid "Author"
306
  msgstr "Автор"
307
 
308
+ #: inc/php/settings_page.php:223
309
  msgid "Designer"
310
  msgstr "Дизайнер"
311
 
312
+ #: inc/php/settings_page.php:228
313
  msgid "Contact"
314
  msgstr "Контакты"
315
 
316
+ #: inc/php/settings_page.php:232
317
  msgid "Copyright"
318
  msgstr "Copyright"
319
 
320
+ #: inc/php/settings_page.php:236
321
  msgid "Keyword(s)"
322
  msgstr "Ключевые слова"
323
 
324
+ #: inc/php/settings_page.php:238
325
  msgid "Enter a comma-delimited list of global keywords for your website."
326
  msgstr ""
327
  "Введите, разделенный запятыми, список глобальных ключевых слов для вашего "
328
  "веб-сайта."
329
 
330
+ #: inc/php/settings_page.php:247
331
  msgid "WooCommerce & Google Shopping"
332
  msgstr "WooCommerce и Google Shopping"
333
 
334
+ #: inc/php/settings_page.php:249
335
  msgid ""
336
  "This plugin automatically adds the necessary Google Shopping (Merchant "
337
  "Center) structured data on all WooCommerce product pages on your website. "
343
  "разметка для женской футболки которая продаётся за 16 долларов и 80 центов "
344
  "США."
345
 
346
+ #: inc/php/settings_page.php:259
347
  msgid ""
348
  "Check these data generated on the pages of your website you can <a href="
349
  "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
355
 
356
  #. Plugin URI of the plugin/theme
357
  msgid "https://github.com/ArthurGareginyan/all-meta-tags"
358
+ msgstr "https://github.com/ArthurGareginyan/all-meta-tags"
359
 
360
  #. Description of the plugin/theme
361
  msgid ""
368
 
369
  #. Author URI of the plugin/theme
370
  msgid "http://www.arthurgareginyan.com"
371
+ msgstr "http://www.arthurgareginyan.com"
372
+
373
+ #~ msgid "Advertisement"
374
+ #~ msgstr "Реклама"
375
 
376
  #~ msgid "WooCommerse & Google Shopping"
377
  #~ msgstr "WooCommerse и Google Shopping"
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: 2016-10-10 01:30+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -76,15 +76,11 @@ msgstr ""
76
  msgid "Thanks for your support!"
77
  msgstr ""
78
 
79
- #: inc/php/settings_page.php:71
80
- msgid "Advertisement"
81
- msgstr ""
82
-
83
- #: inc/php/settings_page.php:91
84
  msgid "Web Master Tools"
85
  msgstr ""
86
 
87
- #: inc/php/settings_page.php:93
88
  msgid ""
89
  "Webmaster Tools require you to verify your domain. This makes sure that you "
90
  "are the correct owner of your blog or store before they provide their "
@@ -92,38 +88,38 @@ msgid ""
92
  "your domain is already verified, you can just forget about these."
93
  msgstr ""
94
 
95
- #: inc/php/settings_page.php:98
96
  msgid ""
97
  "Enter your meta key “content” value from your verification code to verify "
98
  "your website. </br>Example: &lt;meta name=\"google-site-verification\" "
99
  "content=“<b>1234567890</b>” /&gt;"
100
  msgstr ""
101
 
102
- #: inc/php/settings_page.php:103
103
  msgid ""
104
  "Enter your meta key “content” value from your verification code to verify "
105
  "your website. </br>Example: &lt;meta name=\"msvalidate.01\" "
106
  "content=“<b>1234567890</b>” /&gt;"
107
  msgstr ""
108
 
109
- #: inc/php/settings_page.php:108
110
  msgid ""
111
  "Enter your meta key “content” value from your verification code to verify "
112
  "your website. </br>Example: &lt;meta name=\"yandex-verification\" "
113
  "content=“<b>1234567890</b>” /&gt;"
114
  msgstr ""
115
 
116
- #: inc/php/settings_page.php:111 inc/php/settings_page.php:162
117
- #: inc/php/settings_page.php:184 inc/php/settings_page.php:206
118
- #: inc/php/settings_page.php:240
119
  msgid "Save Changes"
120
  msgstr ""
121
 
122
- #: inc/php/settings_page.php:116
123
  msgid "Domain Verification"
124
  msgstr ""
125
 
126
- #: inc/php/settings_page.php:118
127
  msgid ""
128
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
129
  "verify your domain. This makes sure that you are the correct owner of your "
@@ -132,153 +128,160 @@ msgid ""
132
  "you can just forget about these."
133
  msgstr ""
134
 
135
- #: inc/php/settings_page.php:123
136
  msgid ""
137
  "Enter your meta key “content” value from your verification code to verify "
138
  "your website. </br>Example: &lt;meta name=\"p:domain_verify\" "
139
  "content=“<b>1234567890</b>” /&gt;"
140
  msgstr ""
141
 
142
- #: inc/php/settings_page.php:128
143
  msgid ""
144
  "Enter an absolute URL to the Google+ profile of the publisher. </"
145
  "br>Example: https://plus.google.com/+ArthurGareginyan/"
146
  msgstr ""
147
 
148
- #: inc/php/settings_page.php:133
149
  msgid ""
150
  "Enter an absolute URL to the Facebook profile of the publisher. </"
151
  "br>Example: https://www.facebook.com/arthur.gareginyan"
152
  msgstr ""
153
 
154
- #: inc/php/settings_page.php:138
155
  msgid ""
156
  "Enter the Twitter username of the publisher. </br>Example: @AGareginyan"
157
  msgstr ""
158
 
159
- #: inc/php/settings_page.php:143
160
  msgid ""
161
  "Enter your meta key “content” value from your verification code to verify "
162
  "your website. </br>Example: &lt;meta name=\"alexaVerifyID\" "
163
  "content=“<b>1234567890</b>” /&gt;"
164
  msgstr ""
165
 
166
- #: inc/php/settings_page.php:148
167
  msgid ""
168
  "Enter your meta key “content” value from your verification code to verify "
169
  "your website. </br>Example: &lt;meta name=\"norton-safeweb-site-verification"
170
  "\" content=“<b>1234567890</b>” /&gt;"
171
  msgstr ""
172
 
173
- #: inc/php/settings_page.php:153
174
  msgid ""
175
  "Enter your meta key “content” value from your verification code to verify "
176
  "your website. </br>Example: &lt;meta name=\"wot-verification\" "
177
  "content=“<b>1234567890</b>” /&gt;"
178
  msgstr ""
179
 
180
- #: inc/php/settings_page.php:156
181
- msgid "Custom Meta Tags"
 
 
 
182
  msgstr ""
183
 
184
  #: inc/php/settings_page.php:158
 
 
 
 
185
  msgid ""
186
  "If you can't find a field to enter your required meta tag then you can add "
187
  "it here. In this field you can add multiple meta tags."
188
  msgstr ""
189
 
190
- #: inc/php/settings_page.php:167
191
  msgid "Meta Tags for Static Home Page only"
192
  msgstr ""
193
 
194
- #: inc/php/settings_page.php:169
195
  msgid ""
196
  "You can use the options below to add meta tags such as Description and "
197
  "Keywords only in Static Home Page of your website."
198
  msgstr ""
199
 
200
- #: inc/php/settings_page.php:172
201
  msgid "Home Description"
202
  msgstr ""
203
 
204
- #: inc/php/settings_page.php:174 inc/php/settings_page.php:196
205
  msgid ""
206
  "Enter a short description of your website (150-250 characters). Most search "
207
  "engines use a maximum of 160 chars for the home description."
208
  msgstr ""
209
 
210
- #: inc/php/settings_page.php:178
211
  msgid "Home Keyword(s)"
212
  msgstr ""
213
 
214
- #: inc/php/settings_page.php:180
215
  msgid ""
216
  "Enter a comma-delimited list of keywords for only Static Home Page of your "
217
  "website."
218
  msgstr ""
219
 
220
- #: inc/php/settings_page.php:189
221
  msgid "Meta Tags for Default Home Page and Blog Page only"
222
  msgstr ""
223
 
224
- #: inc/php/settings_page.php:191
225
  msgid ""
226
  "You can use the options below to add meta tags such as Description and "
227
  "Keywords only in Default Home Page and Blog Page of your website."
228
  msgstr ""
229
 
230
- #: inc/php/settings_page.php:194
231
  msgid "Blog Description"
232
  msgstr ""
233
 
234
- #: inc/php/settings_page.php:200
235
  msgid "Blog Keyword(s)"
236
  msgstr ""
237
 
238
- #: inc/php/settings_page.php:202
239
  msgid ""
240
  "Enter a comma-delimited list of keywords for only Blog Page of your website."
241
  msgstr ""
242
 
243
- #: inc/php/settings_page.php:211
244
  msgid "Meta Tags for all website (Global)"
245
  msgstr ""
246
 
247
- #: inc/php/settings_page.php:213
248
  msgid ""
249
  "You can use the options below to add meta tags such as Author, Copyright "
250
  "and Keywords in everywhere on your website."
251
  msgstr ""
252
 
253
- #: inc/php/settings_page.php:216
254
  msgid "Author"
255
  msgstr ""
256
 
257
- #: inc/php/settings_page.php:221
258
  msgid "Designer"
259
  msgstr ""
260
 
261
- #: inc/php/settings_page.php:226
262
  msgid "Contact"
263
  msgstr ""
264
 
265
- #: inc/php/settings_page.php:230
266
  msgid "Copyright"
267
  msgstr ""
268
 
269
- #: inc/php/settings_page.php:234
270
  msgid "Keyword(s)"
271
  msgstr ""
272
 
273
- #: inc/php/settings_page.php:236
274
  msgid "Enter a comma-delimited list of global keywords for your website."
275
  msgstr ""
276
 
277
- #: inc/php/settings_page.php:245
278
  msgid "WooCommerce & Google Shopping"
279
  msgstr ""
280
 
281
- #: inc/php/settings_page.php:247
282
  msgid ""
283
  "This plugin automatically adds the necessary Google Shopping (Merchant "
284
  "Center) structured data on all WooCommerce product pages on your website. "
@@ -286,7 +289,7 @@ msgid ""
286
  "cents of US."
287
  msgstr ""
288
 
289
- #: inc/php/settings_page.php:257
290
  msgid ""
291
  "Check these data generated on the pages of your website you can <a href="
292
  "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2016-11-16 14:24+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
76
  msgid "Thanks for your support!"
77
  msgstr ""
78
 
79
+ #: inc/php/settings_page.php:88
 
 
 
 
80
  msgid "Web Master Tools"
81
  msgstr ""
82
 
83
+ #: inc/php/settings_page.php:90
84
  msgid ""
85
  "Webmaster Tools require you to verify your domain. This makes sure that you "
86
  "are the correct owner of your blog or store before they provide their "
88
  "your domain is already verified, you can just forget about these."
89
  msgstr ""
90
 
91
+ #: inc/php/settings_page.php:95
92
  msgid ""
93
  "Enter your meta key “content” value from your verification code to verify "
94
  "your website. </br>Example: &lt;meta name=\"google-site-verification\" "
95
  "content=“<b>1234567890</b>” /&gt;"
96
  msgstr ""
97
 
98
+ #: inc/php/settings_page.php:100
99
  msgid ""
100
  "Enter your meta key “content” value from your verification code to verify "
101
  "your website. </br>Example: &lt;meta name=\"msvalidate.01\" "
102
  "content=“<b>1234567890</b>” /&gt;"
103
  msgstr ""
104
 
105
+ #: inc/php/settings_page.php:105
106
  msgid ""
107
  "Enter your meta key “content” value from your verification code to verify "
108
  "your website. </br>Example: &lt;meta name=\"yandex-verification\" "
109
  "content=“<b>1234567890</b>” /&gt;"
110
  msgstr ""
111
 
112
+ #: inc/php/settings_page.php:108 inc/php/settings_page.php:164
113
+ #: inc/php/settings_page.php:186 inc/php/settings_page.php:208
114
+ #: inc/php/settings_page.php:242
115
  msgid "Save Changes"
116
  msgstr ""
117
 
118
+ #: inc/php/settings_page.php:113
119
  msgid "Domain Verification"
120
  msgstr ""
121
 
122
+ #: inc/php/settings_page.php:115
123
  msgid ""
124
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
125
  "verify your domain. This makes sure that you are the correct owner of your "
128
  "you can just forget about these."
129
  msgstr ""
130
 
131
+ #: inc/php/settings_page.php:120
132
  msgid ""
133
  "Enter your meta key “content” value from your verification code to verify "
134
  "your website. </br>Example: &lt;meta name=\"p:domain_verify\" "
135
  "content=“<b>1234567890</b>” /&gt;"
136
  msgstr ""
137
 
138
+ #: inc/php/settings_page.php:125
139
  msgid ""
140
  "Enter an absolute URL to the Google+ profile of the publisher. </"
141
  "br>Example: https://plus.google.com/+ArthurGareginyan/"
142
  msgstr ""
143
 
144
+ #: inc/php/settings_page.php:130
145
  msgid ""
146
  "Enter an absolute URL to the Facebook profile of the publisher. </"
147
  "br>Example: https://www.facebook.com/arthur.gareginyan"
148
  msgstr ""
149
 
150
+ #: inc/php/settings_page.php:135
151
  msgid ""
152
  "Enter the Twitter username of the publisher. </br>Example: @AGareginyan"
153
  msgstr ""
154
 
155
+ #: inc/php/settings_page.php:140
156
  msgid ""
157
  "Enter your meta key “content” value from your verification code to verify "
158
  "your website. </br>Example: &lt;meta name=\"alexaVerifyID\" "
159
  "content=“<b>1234567890</b>” /&gt;"
160
  msgstr ""
161
 
162
+ #: inc/php/settings_page.php:145
163
  msgid ""
164
  "Enter your meta key “content” value from your verification code to verify "
165
  "your website. </br>Example: &lt;meta name=\"norton-safeweb-site-verification"
166
  "\" content=“<b>1234567890</b>” /&gt;"
167
  msgstr ""
168
 
169
+ #: inc/php/settings_page.php:150
170
  msgid ""
171
  "Enter your meta key “content” value from your verification code to verify "
172
  "your website. </br>Example: &lt;meta name=\"wot-verification\" "
173
  "content=“<b>1234567890</b>” /&gt;"
174
  msgstr ""
175
 
176
+ #: inc/php/settings_page.php:155
177
+ msgid ""
178
+ "Enter your meta key “content” value from your verification code to verify "
179
+ "your website. </br>Example: &lt;meta name=\"specificfeeds-verification-code"
180
+ "\" content=“<b>1234567890</b>” /&gt;"
181
  msgstr ""
182
 
183
  #: inc/php/settings_page.php:158
184
+ msgid "Custom Meta Tags"
185
+ msgstr ""
186
+
187
+ #: inc/php/settings_page.php:160
188
  msgid ""
189
  "If you can't find a field to enter your required meta tag then you can add "
190
  "it here. In this field you can add multiple meta tags."
191
  msgstr ""
192
 
193
+ #: inc/php/settings_page.php:169
194
  msgid "Meta Tags for Static Home Page only"
195
  msgstr ""
196
 
197
+ #: inc/php/settings_page.php:171
198
  msgid ""
199
  "You can use the options below to add meta tags such as Description and "
200
  "Keywords only in Static Home Page of your website."
201
  msgstr ""
202
 
203
+ #: inc/php/settings_page.php:174
204
  msgid "Home Description"
205
  msgstr ""
206
 
207
+ #: inc/php/settings_page.php:176 inc/php/settings_page.php:198
208
  msgid ""
209
  "Enter a short description of your website (150-250 characters). Most search "
210
  "engines use a maximum of 160 chars for the home description."
211
  msgstr ""
212
 
213
+ #: inc/php/settings_page.php:180
214
  msgid "Home Keyword(s)"
215
  msgstr ""
216
 
217
+ #: inc/php/settings_page.php:182
218
  msgid ""
219
  "Enter a comma-delimited list of keywords for only Static Home Page of your "
220
  "website."
221
  msgstr ""
222
 
223
+ #: inc/php/settings_page.php:191
224
  msgid "Meta Tags for Default Home Page and Blog Page only"
225
  msgstr ""
226
 
227
+ #: inc/php/settings_page.php:193
228
  msgid ""
229
  "You can use the options below to add meta tags such as Description and "
230
  "Keywords only in Default Home Page and Blog Page of your website."
231
  msgstr ""
232
 
233
+ #: inc/php/settings_page.php:196
234
  msgid "Blog Description"
235
  msgstr ""
236
 
237
+ #: inc/php/settings_page.php:202
238
  msgid "Blog Keyword(s)"
239
  msgstr ""
240
 
241
+ #: inc/php/settings_page.php:204
242
  msgid ""
243
  "Enter a comma-delimited list of keywords for only Blog Page of your website."
244
  msgstr ""
245
 
246
+ #: inc/php/settings_page.php:213
247
  msgid "Meta Tags for all website (Global)"
248
  msgstr ""
249
 
250
+ #: inc/php/settings_page.php:215
251
  msgid ""
252
  "You can use the options below to add meta tags such as Author, Copyright "
253
  "and Keywords in everywhere on your website."
254
  msgstr ""
255
 
256
+ #: inc/php/settings_page.php:218
257
  msgid "Author"
258
  msgstr ""
259
 
260
+ #: inc/php/settings_page.php:223
261
  msgid "Designer"
262
  msgstr ""
263
 
264
+ #: inc/php/settings_page.php:228
265
  msgid "Contact"
266
  msgstr ""
267
 
268
+ #: inc/php/settings_page.php:232
269
  msgid "Copyright"
270
  msgstr ""
271
 
272
+ #: inc/php/settings_page.php:236
273
  msgid "Keyword(s)"
274
  msgstr ""
275
 
276
+ #: inc/php/settings_page.php:238
277
  msgid "Enter a comma-delimited list of global keywords for your website."
278
  msgstr ""
279
 
280
+ #: inc/php/settings_page.php:247
281
  msgid "WooCommerce & Google Shopping"
282
  msgstr ""
283
 
284
+ #: inc/php/settings_page.php:249
285
  msgid ""
286
  "This plugin automatically adds the necessary Google Shopping (Merchant "
287
  "Center) structured data on all WooCommerce product pages on your website. "
289
  "cents of US."
290
  msgstr ""
291
 
292
+ #: inc/php/settings_page.php:259
293
  msgid ""
294
  "Check these data generated on the pages of your website you can <a href="
295
  "\"https://search.google.com/structured-data/testing-tool\" target=\"_blank"
readme.txt CHANGED
@@ -1,23 +1,25 @@
1
  === All Meta Tags ===
2
  Contributors: Arthur Gareginyan
3
- Tags: meta, tag,tags, custom, simple, plugin, twitter, facebook, g+, google, google+, google plus, meta, search engine optimization, seo, social, alexa, alexa rank, pinterest, norton safe web, webmaster, webmaster tool, webmaster tools, web master tools, web master tools, bing, yandex, bing webmaster, yandex webmaster, google webmaster, web tools, open graph, publisher profile, publisher, author, authors, description, keyword, keywords, copyright, designer, admin, meta tag, pinterest, pinterest meta tag, pinterest website verification, pinterest verification, pinterest verify, plugin, verification, verify, webmaster plugin, wot, web of trust, google shopping, google merchant center, structured data, woocommerce, schemas
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
- Stable tag: 3.5
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
  == Description ==
14
- An easy to use and lightweight WordPress plugin that gives you the ability to easily add your Meta Tags to the head section of your website.
15
 
16
  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 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.
17
 
18
  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.
19
 
20
  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.
 
 
21
 
22
  = Features =
23
 
@@ -33,6 +35,7 @@ Also you can use this plugin to add required meta tags such as Author, Designer,
33
  * Bing Web Master Tools verification meta tag
34
  * Yandex Web Master Tools verification meta tag
35
  * Web of Trust (WOT) verification meta tag
 
36
  * Custom meta tags
37
  * Google Shopping (Merchant Center) structured data on WooCommerce product pages
38
  * Meta tag with name="author"
@@ -46,7 +49,6 @@ Also you can use this plugin to add required meta tags such as Author, Designer,
46
  **Coming soon:**
47
 
48
  * Google Analytics verification meta tag
49
- * SpecificFeeds.com verification meta tag
50
  * Meta tag with name="creator"
51
  * Meta tag with name="publisher"
52
  * Meta tag with name="language"
@@ -159,6 +161,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
159
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
160
 
161
  == Changelog ==
 
 
 
 
 
162
  = 3.5 =
163
  * Added Spanish translation. (Thanks [Ramiro Garcés](http://www.ramirogarces.com.ve/))
164
  = 3.4 =
1
  === All Meta Tags ===
2
  Contributors: Arthur Gareginyan
3
+ Tags: meta, tag,tags, custom, simple, plugin, twitter, facebook, g+, google, google+, google plus, meta, search engine optimization, seo, social, alexa, alexa rank, pinterest, norton safe web, webmaster, webmaster tool, webmaster tools, web master tools, web master tools, bing, yandex, bing webmaster, yandex webmaster, google webmaster, web tools, open graph, publisher profile, publisher, author, authors, description, keyword, keywords, copyright, designer, admin, meta tag, pinterest, pinterest meta tag, pinterest website verification, pinterest verification, pinterest verify, plugin, verification, verify, webmaster plugin, wot, web of trust, specificfeeds, specific feeds, feed, rss feed, google shopping, google merchant center, structured data, woocommerce, schemas
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
+ Stable tag: 3.6
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
  == Description ==
14
+ An easy to use and lightweight WordPress plugin that gives you the ability to easily add your Meta Tags to the head section of your website.
15
 
16
  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 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.
17
 
18
  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.
19
 
20
  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.
21
+
22
+ If you want more options then tell me and I will be happy to add it.
23
 
24
  = Features =
25
 
35
  * Bing Web Master Tools verification meta tag
36
  * Yandex Web Master Tools verification meta tag
37
  * Web of Trust (WOT) verification meta tag
38
+ * SpecificFeeds verification meta tag
39
  * Custom meta tags
40
  * Google Shopping (Merchant Center) structured data on WooCommerce product pages
41
  * Meta tag with name="author"
49
  **Coming soon:**
50
 
51
  * Google Analytics verification meta tag
 
52
  * Meta tag with name="creator"
53
  * Meta tag with name="publisher"
54
  * Meta tag with name="language"
161
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
162
 
163
  == Changelog ==
164
+ = 3.6 =
165
+ * Added option for SpecificFeeds verification code.
166
+ * Translations updated.
167
+ * Ad banner replaced with new.
168
+ * Readme for translations updated.
169
  = 3.5 =
170
  * Added Spanish translation. (Thanks [Ramiro Garcés](http://www.ramirogarces.com.ve/))
171
  = 3.4 =