All Meta Tags - Version 4.34

Version Description

  • Mar 31, 2019 =
  • Framework updated: The function "_prepare" is improved.
  • Framework updated: The "WooCommerce & Google Shopping" preview code is improved.
  • Framework updated: Code commenting improved.
  • Framework updated: The change log design is improved.
Download this release

Release Info

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

Code changes from version 4.33 to 4.34

all-meta-tags.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.33
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.34
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
inc/php/functional.php CHANGED
@@ -149,9 +149,9 @@ function spacexchimp_p004_prepare() {
149
 
150
  // Generate output code with product data
151
  $google_shopping = "<div itemtype='http://schema.org/Product' itemscope>
152
- <meta itemprop='name' content='$name'>
153
- <meta itemprop='description' content='$description'>
154
- <meta itemprop='image' content='$imagesrc'>
155
  <div itemprop='offers' itemscope itemtype='http://schema.org/Offer'>
156
  <meta itemprop='price' content='$price' />
157
  <meta itemprop='priceCurrency' content='$currency' />
149
 
150
  // Generate output code with product data
151
  $google_shopping = "<div itemtype='http://schema.org/Product' itemscope>
152
+ <meta itemprop='name' content='$name' />
153
+ <meta itemprop='description' content='$description' />
154
+ <meta itemprop='image' content='$imagesrc' />
155
  <div itemprop='offers' itemscope itemtype='http://schema.org/Offer'>
156
  <meta itemprop='price' content='$price' />
157
  <meta itemprop='priceCurrency' content='$currency' />
inc/php/page.php CHANGED
@@ -48,38 +48,39 @@ function spacexchimp_p004_render_submenu_page() {
48
  </ul>
49
  <!-- END-TABS NAVIGATION MENU -->
50
 
51
- <!-- TAB 1 -->
52
  <div class="tab-page fade active in" id="tab-core">
 
53
  <!-- INCLUDE SIDEBAR -->
54
  <?php require_once( $plugin['path'] . 'inc/php/sidebar.php' ); ?>
55
- <!-- INCLUDE SETTINGS -->
56
  <?php require_once( $plugin['path'] . 'inc/php/tabs/settings.php' ); ?>
57
  </div>
58
- <!-- END-TAB 1 -->
59
 
60
- <!-- TAB 2 -->
61
  <div class="tab-page fade" id="tab-usage">
62
  <?php require_once( $plugin['path'] . 'inc/php/tabs/usage.php' ); ?>
63
  </div>
64
- <!-- END-TAB 2 -->
65
 
66
- <!-- TAB 3 -->
67
  <div class="tab-page fade" id="tab-faq">
68
  <?php require_once( $plugin['path'] . 'inc/php/tabs/faq.php' ); ?>
69
  </div>
70
- <!-- END-TAB 3 -->
71
 
72
- <!-- TAB 4 -->
73
  <div class="tab-page fade" id="tab-support">
74
  <?php require_once( $plugin['path'] . 'inc/php/tabs/support.php' ); ?>
75
  </div>
76
- <!-- END-TAB 4 -->
77
 
78
- <!-- TAB 5 -->
79
  <div class="tab-page fade" id="tab-store">
80
  <div class="include-tab-store"></div>
81
  </div>
82
- <!-- END-TAB 5 -->
83
 
84
  </div>
85
 
48
  </ul>
49
  <!-- END-TABS NAVIGATION MENU -->
50
 
51
+ <!-- TAB MAIN -->
52
  <div class="tab-page fade active in" id="tab-core">
53
+
54
  <!-- INCLUDE SIDEBAR -->
55
  <?php require_once( $plugin['path'] . 'inc/php/sidebar.php' ); ?>
56
+
57
  <?php require_once( $plugin['path'] . 'inc/php/tabs/settings.php' ); ?>
58
  </div>
59
+ <!-- END-TAB MAIN -->
60
 
61
+ <!-- TAB USAGE -->
62
  <div class="tab-page fade" id="tab-usage">
63
  <?php require_once( $plugin['path'] . 'inc/php/tabs/usage.php' ); ?>
64
  </div>
65
+ <!-- END-TAB USAGE -->
66
 
67
+ <!-- TAB FAQ -->
68
  <div class="tab-page fade" id="tab-faq">
69
  <?php require_once( $plugin['path'] . 'inc/php/tabs/faq.php' ); ?>
70
  </div>
71
+ <!-- END-TAB FAQ -->
72
 
73
+ <!-- TAB SUPPORT -->
74
  <div class="tab-page fade" id="tab-support">
75
  <?php require_once( $plugin['path'] . 'inc/php/tabs/support.php' ); ?>
76
  </div>
77
+ <!-- END-TAB SUPPORT -->
78
 
79
+ <!-- TAB STORE -->
80
  <div class="tab-page fade" id="tab-store">
81
  <div class="include-tab-store"></div>
82
  </div>
83
+ <!-- END-TAB STORE -->
84
 
85
  </div>
86
 
inc/php/sidebar.php CHANGED
@@ -12,6 +12,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
12
  <div class="inner-sidebar">
13
  <div id="side-sortables" class="meta-box-sortabless ui-sortable">
14
 
 
15
  <div class="postbox banner">
16
  <h3 class="title"><?php _e( 'We are «Space X-Chimp»', $plugin['text'] ); ?></h3>
17
  <div class="inside">
@@ -20,21 +21,27 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
20
  </a>
21
  </div>
22
  </div>
 
23
 
 
24
  <div class="postbox about">
25
  <h3 class="title"><?php _e( 'About', $plugin['text'] ); ?></h3>
26
  <div class="inside">
27
  <p><?php _e( 'This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.', $plugin['text'] ); ?></p>
28
  </div>
29
  </div>
 
30
 
 
31
  <div class="postbox help">
32
  <h3 class="title"><?php _e( 'Help', $plugin['text'] ); ?></h3>
33
  <div class="inside">
34
  <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $plugin['text'] ); ?></p>
35
  </div>
36
  </div>
 
37
 
 
38
  <div class="postbox support">
39
  <h3 class="title"><?php _e( 'Support', $plugin['text'] ); ?></h3>
40
  <div class="inside">
@@ -48,6 +55,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
48
  <p><?php _e( 'Thanks for your support!', $plugin['text'] ); ?></p>
49
  </div>
50
  </div>
 
51
 
52
  </div>
53
  </div>
12
  <div class="inner-sidebar">
13
  <div id="side-sortables" class="meta-box-sortabless ui-sortable">
14
 
15
+ <!-- SPACEXCHIMP -->
16
  <div class="postbox banner">
17
  <h3 class="title"><?php _e( 'We are «Space X-Chimp»', $plugin['text'] ); ?></h3>
18
  <div class="inside">
21
  </a>
22
  </div>
23
  </div>
24
+ <!-- END SPACEXCHIMP -->
25
 
26
+ <!-- ABOUT -->
27
  <div class="postbox about">
28
  <h3 class="title"><?php _e( 'About', $plugin['text'] ); ?></h3>
29
  <div class="inside">
30
  <p><?php _e( 'This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.', $plugin['text'] ); ?></p>
31
  </div>
32
  </div>
33
+ <!-- END ABOUT -->
34
 
35
+ <!-- HELP -->
36
  <div class="postbox help">
37
  <h3 class="title"><?php _e( 'Help', $plugin['text'] ); ?></h3>
38
  <div class="inside">
39
  <p><?php _e( 'If you have a question, please read the information in the FAQ section.', $plugin['text'] ); ?></p>
40
  </div>
41
  </div>
42
+ <!-- END HELP -->
43
 
44
+ <!-- SUPPORT -->
45
  <div class="postbox support">
46
  <h3 class="title"><?php _e( 'Support', $plugin['text'] ); ?></h3>
47
  <div class="inside">
55
  <p><?php _e( 'Thanks for your support!', $plugin['text'] ); ?></p>
56
  </div>
57
  </div>
58
+ <!-- END SUPPORT -->
59
 
60
  </div>
61
  </div>
inc/php/tabs/settings.php CHANGED
@@ -16,10 +16,12 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
16
  <form action="options.php" method="post" enctype="multipart/form-data">
17
  <?php settings_fields( $plugin['settings'] . '_settings_group' ); ?>
18
 
 
19
  <button type="submit" name="submit" id="submit" class="btn btn-info btn-lg button-save-top">
20
  <i class="fa fa-save" aria-hidden="true"></i>
21
  <span><?php _e( 'Save changes', $plugin['text'] ); ?></span>
22
  </button>
 
23
 
24
  <div class="postbox" id="webmastertools">
25
  <h3 class="title"><?php _e( 'Web Master Tools', $plugin['text'] ); ?></h3>
@@ -202,8 +204,11 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
202
  </div>
203
  </div>
204
 
 
205
  <input type="submit" name="submit" id="submit" class="btn btn-default btn-lg button-save-main" value="<?php _e( 'Save changes', $plugin['text'] ); ?>">
 
206
 
 
207
  <div class="postbox" id="preview">
208
  <h3 class="title"><?php _e( 'Preview', $plugin['text'] ); ?></h3>
209
  <div class="inside">
@@ -228,12 +233,12 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
228
  <?php
229
  // Put the example in a variable
230
  $example = '&lt;div itemtype=&quot;http://schema.org/Product&quot; itemscope=&quot;&quot;&gt;
231
- &lt;meta itemprop=&quot;name&quot; content=&quot;Womens T-shirt&quot;&gt;
232
- &lt;meta itemprop=&quot;description&quot; content=&quot;Constructed in cotton sweat fabric, this lovely piece...&quot;&gt;
233
- &lt;meta itemprop=&quot;image&quot; content=&quot;http://example.com/wp-content/uploads/2015/09/product-1.jpg&quot;&gt;
234
  &lt;div itemprop=&quot;offers&quot; itemscope=&quot;&quot; itemtype=&quot;http://schema.org/Offer&quot;&gt;
235
- &lt;meta itemprop=&quot;price&quot; content=&quot;16.80&quot;&gt;
236
- &lt;meta itemprop=&quot;priceCurrency&quot; content=&quot;USD&quot;&gt;
237
  &lt;/div&gt;
238
  &lt;/div&gt;';
239
  ?>
@@ -250,7 +255,9 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
250
  </p>
251
  </div>
252
  </div>
 
253
 
 
254
  <div class="postbox" id="support-addition">
255
  <h3 class="title"><?php _e( 'Support', $plugin['text'] ); ?></h3>
256
  <div class="inside">
@@ -264,6 +271,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
264
  <p><?php _e( 'Thanks for your support!', $plugin['text'] ); ?></p>
265
  </div>
266
  </div>
 
267
 
268
  </form>
269
 
16
  <form action="options.php" method="post" enctype="multipart/form-data">
17
  <?php settings_fields( $plugin['settings'] . '_settings_group' ); ?>
18
 
19
+ <!-- SUBMIT -->
20
  <button type="submit" name="submit" id="submit" class="btn btn-info btn-lg button-save-top">
21
  <i class="fa fa-save" aria-hidden="true"></i>
22
  <span><?php _e( 'Save changes', $plugin['text'] ); ?></span>
23
  </button>
24
+ <!-- END SUBMIT -->
25
 
26
  <div class="postbox" id="webmastertools">
27
  <h3 class="title"><?php _e( 'Web Master Tools', $plugin['text'] ); ?></h3>
204
  </div>
205
  </div>
206
 
207
+ <!-- SUBMIT -->
208
  <input type="submit" name="submit" id="submit" class="btn btn-default btn-lg button-save-main" value="<?php _e( 'Save changes', $plugin['text'] ); ?>">
209
+ <!-- END SUBMIT -->
210
 
211
+ <!-- PREVIEW -->
212
  <div class="postbox" id="preview">
213
  <h3 class="title"><?php _e( 'Preview', $plugin['text'] ); ?></h3>
214
  <div class="inside">
233
  <?php
234
  // Put the example in a variable
235
  $example = '&lt;div itemtype=&quot;http://schema.org/Product&quot; itemscope=&quot;&quot;&gt;
236
+ &lt;meta itemprop=&quot;name&quot; content=&quot;Womens T-shirt&quot; /&gt;
237
+ &lt;meta itemprop=&quot;description&quot; content=&quot;Constructed in cotton sweat fabric, this lovely piece...&quot; /&gt;
238
+ &lt;meta itemprop=&quot;image&quot; content=&quot;http://example.com/wp-content/uploads/2015/09/product-1.jpg&quot; /&gt;
239
  &lt;div itemprop=&quot;offers&quot; itemscope=&quot;&quot; itemtype=&quot;http://schema.org/Offer&quot;&gt;
240
+ &lt;meta itemprop=&quot;price&quot; content=&quot;16.80&quot; /&gt;
241
+ &lt;meta itemprop=&quot;priceCurrency&quot; content=&quot;USD&quot; /&gt;
242
  &lt;/div&gt;
243
  &lt;/div&gt;';
244
  ?>
255
  </p>
256
  </div>
257
  </div>
258
+ <!-- END PREVIEW -->
259
 
260
+ <!-- SUPPORT -->
261
  <div class="postbox" id="support-addition">
262
  <h3 class="title"><?php _e( 'Support', $plugin['text'] ); ?></h3>
263
  <div class="inside">
271
  <p><?php _e( 'Thanks for your support!', $plugin['text'] ); ?></p>
272
  </div>
273
  </div>
274
+ <!-- END SUPPORT -->
275
 
276
  </form>
277
 
languages/all-meta-tags-de_DE.mo CHANGED
Binary file
languages/all-meta-tags-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-23 04:26+0300\n"
7
- "PO-Revision-Date: 2019-03-23 04:26+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -74,7 +74,7 @@ msgstr "Verwendung"
74
  msgid "F.A.Q."
75
  msgstr "F.A.Q."
76
 
77
- #: inc/php/page.php:46 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
78
  msgid "Support"
79
  msgstr "Unterstützung"
80
 
@@ -82,36 +82,36 @@ msgstr "Unterstützung"
82
  msgid "Store"
83
  msgstr "Geschäft"
84
 
85
- #: inc/php/sidebar.php:16
86
  msgid "We are «Space X-Chimp»"
87
  msgstr "Wir sind «Space X-Chimp»"
88
 
89
- #: inc/php/sidebar.php:25
90
  msgid "About"
91
  msgstr "Über"
92
 
93
- #: inc/php/sidebar.php:27
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr ""
96
 
97
- #: inc/php/sidebar.php:32
98
  msgid "Help"
99
  msgstr "Hilfe"
100
 
101
- #: inc/php/sidebar.php:34
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
104
 
105
- #: inc/php/sidebar.php:41 inc/php/tabs/settings.php:257
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
108
 
109
- #: inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr "Spende mit PayPal"
113
 
114
- #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
115
  msgid "Thanks for your support!"
116
  msgstr "Danke für Ihre Unterstützung!"
117
 
@@ -526,191 +526,191 @@ msgstr ""
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
528
 
529
- #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:205
530
  msgid "Save changes"
531
  msgstr "Änderungen speichern"
532
 
533
- #: inc/php/tabs/settings.php:25
534
  msgid "Web Master Tools"
535
  msgstr ""
536
 
537
- #: inc/php/tabs/settings.php:28
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr ""
540
 
541
- #: inc/php/tabs/settings.php:29 inc/php/tabs/settings.php:63
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr ""
544
 
545
- #: inc/php/tabs/settings.php:30 inc/php/tabs/settings.php:64
546
  msgid "You can use the options below to verify your domain."
547
  msgstr ""
548
 
549
- #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr ""
552
 
553
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
554
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
555
- #: inc/php/tabs/settings.php:96 inc/php/tabs/settings.php:102
556
- #: inc/php/tabs/settings.php:108 inc/php/tabs/settings.php:114
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr ""
559
 
560
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
561
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
562
- #: inc/php/tabs/settings.php:78 inc/php/tabs/settings.php:84
563
- #: inc/php/tabs/settings.php:90 inc/php/tabs/settings.php:96
564
- #: inc/php/tabs/settings.php:102 inc/php/tabs/settings.php:108
565
- #: inc/php/tabs/settings.php:114 inc/php/tabs/settings.php:120
566
  msgid "Example:"
567
  msgstr ""
568
 
569
- #: inc/php/tabs/settings.php:59
570
  msgid "Domain Verification"
571
  msgstr ""
572
 
573
- #: inc/php/tabs/settings.php:62
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr ""
576
 
577
- #: inc/php/tabs/settings.php:78
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr ""
580
 
581
- #: inc/php/tabs/settings.php:84
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr ""
584
 
585
- #: inc/php/tabs/settings.php:90
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr ""
588
 
589
- #: inc/php/tabs/settings.php:118
590
  msgid "Custom meta tags"
591
  msgstr ""
592
 
593
- #: inc/php/tabs/settings.php:120
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr ""
596
 
597
- #: inc/php/tabs/settings.php:120
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr ""
600
 
601
- #: inc/php/tabs/settings.php:128
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr ""
604
 
605
- #: inc/php/tabs/settings.php:130
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  msgstr ""
608
 
609
- #: inc/php/tabs/settings.php:134
610
  msgid "Home Description"
611
  msgstr ""
612
 
613
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr ""
616
 
617
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr ""
620
 
621
- #: inc/php/tabs/settings.php:139
622
  msgid "Home Keyword(s)"
623
  msgstr ""
624
 
625
- #: inc/php/tabs/settings.php:141
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  msgstr ""
628
 
629
- #: inc/php/tabs/settings.php:149
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr ""
632
 
633
- #: inc/php/tabs/settings.php:151
634
  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."
635
  msgstr ""
636
 
637
- #: inc/php/tabs/settings.php:155
638
  msgid "Blog Description"
639
  msgstr ""
640
 
641
- #: inc/php/tabs/settings.php:160
642
  msgid "Blog Keyword(s)"
643
  msgstr ""
644
 
645
- #: inc/php/tabs/settings.php:162
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr ""
648
 
649
- #: inc/php/tabs/settings.php:170
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr ""
652
 
653
- #: inc/php/tabs/settings.php:172
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  msgstr ""
656
 
657
- #: inc/php/tabs/settings.php:176
658
  msgid "Author"
659
  msgstr ""
660
 
661
- #: inc/php/tabs/settings.php:181
662
  msgid "Designer"
663
  msgstr ""
664
 
665
- #: inc/php/tabs/settings.php:186
666
  msgid "Contact"
667
  msgstr ""
668
 
669
- #: inc/php/tabs/settings.php:191
670
  msgid "Copyright"
671
  msgstr ""
672
 
673
- #: inc/php/tabs/settings.php:196
674
  msgid "Keyword(s)"
675
  msgstr ""
676
 
677
- #: inc/php/tabs/settings.php:198
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr ""
680
 
681
- #: inc/php/tabs/settings.php:208
682
  msgid "Preview"
683
  msgstr ""
684
 
685
- #: inc/php/tabs/settings.php:210
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
- #: inc/php/tabs/settings.php:211
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
- #: inc/php/tabs/settings.php:215
694
  msgid "Note!"
695
  msgstr ""
696
 
697
- #: inc/php/tabs/settings.php:216
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
- #: inc/php/tabs/settings.php:222
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr ""
704
 
705
- #: inc/php/tabs/settings.php:225
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  msgstr ""
708
 
709
- #: inc/php/tabs/settings.php:226
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr ""
712
 
713
- #: inc/php/tabs/settings.php:245
714
  #, php-format
715
  msgid "Check these data generated on the pages of your website you can %s here %s ."
716
  msgstr ""
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-03-31 16:09+0300\n"
7
+ "PO-Revision-Date: 2019-03-31 16:09+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
74
  msgid "F.A.Q."
75
  msgstr "F.A.Q."
76
 
77
+ #: inc/php/page.php:46 inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
78
  msgid "Support"
79
  msgstr "Unterstützung"
80
 
82
  msgid "Store"
83
  msgstr "Geschäft"
84
 
85
+ #: inc/php/sidebar.php:17
86
  msgid "We are «Space X-Chimp»"
87
  msgstr "Wir sind «Space X-Chimp»"
88
 
89
+ #: inc/php/sidebar.php:28
90
  msgid "About"
91
  msgstr "Über"
92
 
93
+ #: inc/php/sidebar.php:30
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr ""
96
 
97
+ #: inc/php/sidebar.php:37
98
  msgid "Help"
99
  msgstr "Hilfe"
100
 
101
+ #: inc/php/sidebar.php:39
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
104
 
105
+ #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
108
 
109
+ #: inc/php/sidebar.php:53 inc/php/tabs/settings.php:269
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr "Spende mit PayPal"
113
 
114
+ #: inc/php/sidebar.php:55 inc/php/tabs/settings.php:271
115
  msgid "Thanks for your support!"
116
  msgstr "Danke für Ihre Unterstützung!"
117
 
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
528
 
529
+ #: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:208
530
  msgid "Save changes"
531
  msgstr "Änderungen speichern"
532
 
533
+ #: inc/php/tabs/settings.php:27
534
  msgid "Web Master Tools"
535
  msgstr ""
536
 
537
+ #: inc/php/tabs/settings.php:30
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr ""
540
 
541
+ #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr ""
544
 
545
+ #: inc/php/tabs/settings.php:32 inc/php/tabs/settings.php:66
546
  msgid "You can use the options below to verify your domain."
547
  msgstr ""
548
 
549
+ #: inc/php/tabs/settings.php:33 inc/php/tabs/settings.php:67
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr ""
552
 
553
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
554
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
555
+ #: inc/php/tabs/settings.php:98 inc/php/tabs/settings.php:104
556
+ #: inc/php/tabs/settings.php:110 inc/php/tabs/settings.php:116
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr ""
559
 
560
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
561
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
562
+ #: inc/php/tabs/settings.php:80 inc/php/tabs/settings.php:86
563
+ #: inc/php/tabs/settings.php:92 inc/php/tabs/settings.php:98
564
+ #: inc/php/tabs/settings.php:104 inc/php/tabs/settings.php:110
565
+ #: inc/php/tabs/settings.php:116 inc/php/tabs/settings.php:122
566
  msgid "Example:"
567
  msgstr ""
568
 
569
+ #: inc/php/tabs/settings.php:61
570
  msgid "Domain Verification"
571
  msgstr ""
572
 
573
+ #: inc/php/tabs/settings.php:64
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr ""
576
 
577
+ #: inc/php/tabs/settings.php:80
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr ""
580
 
581
+ #: inc/php/tabs/settings.php:86
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr ""
584
 
585
+ #: inc/php/tabs/settings.php:92
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr ""
588
 
589
+ #: inc/php/tabs/settings.php:120
590
  msgid "Custom meta tags"
591
  msgstr ""
592
 
593
+ #: inc/php/tabs/settings.php:122
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr ""
596
 
597
+ #: inc/php/tabs/settings.php:122
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr ""
600
 
601
+ #: inc/php/tabs/settings.php:130
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr ""
604
 
605
+ #: inc/php/tabs/settings.php:132
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  msgstr ""
608
 
609
+ #: inc/php/tabs/settings.php:136
610
  msgid "Home Description"
611
  msgstr ""
612
 
613
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr ""
616
 
617
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr ""
620
 
621
+ #: inc/php/tabs/settings.php:141
622
  msgid "Home Keyword(s)"
623
  msgstr ""
624
 
625
+ #: inc/php/tabs/settings.php:143
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  msgstr ""
628
 
629
+ #: inc/php/tabs/settings.php:151
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr ""
632
 
633
+ #: inc/php/tabs/settings.php:153
634
  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."
635
  msgstr ""
636
 
637
+ #: inc/php/tabs/settings.php:157
638
  msgid "Blog Description"
639
  msgstr ""
640
 
641
+ #: inc/php/tabs/settings.php:162
642
  msgid "Blog Keyword(s)"
643
  msgstr ""
644
 
645
+ #: inc/php/tabs/settings.php:164
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr ""
648
 
649
+ #: inc/php/tabs/settings.php:172
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr ""
652
 
653
+ #: inc/php/tabs/settings.php:174
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  msgstr ""
656
 
657
+ #: inc/php/tabs/settings.php:178
658
  msgid "Author"
659
  msgstr ""
660
 
661
+ #: inc/php/tabs/settings.php:183
662
  msgid "Designer"
663
  msgstr ""
664
 
665
+ #: inc/php/tabs/settings.php:188
666
  msgid "Contact"
667
  msgstr ""
668
 
669
+ #: inc/php/tabs/settings.php:193
670
  msgid "Copyright"
671
  msgstr ""
672
 
673
+ #: inc/php/tabs/settings.php:198
674
  msgid "Keyword(s)"
675
  msgstr ""
676
 
677
+ #: inc/php/tabs/settings.php:200
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr ""
680
 
681
+ #: inc/php/tabs/settings.php:213
682
  msgid "Preview"
683
  msgstr ""
684
 
685
+ #: inc/php/tabs/settings.php:215
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
+ #: inc/php/tabs/settings.php:216
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
+ #: inc/php/tabs/settings.php:220
694
  msgid "Note!"
695
  msgstr ""
696
 
697
+ #: inc/php/tabs/settings.php:221
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
+ #: inc/php/tabs/settings.php:227
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr ""
704
 
705
+ #: inc/php/tabs/settings.php:230
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  msgstr ""
708
 
709
+ #: inc/php/tabs/settings.php:231
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr ""
712
 
713
+ #: inc/php/tabs/settings.php:250
714
  #, php-format
715
  msgid "Check these data generated on the pages of your website you can %s here %s ."
716
  msgstr ""
languages/all-meta-tags-es_ES.mo CHANGED
Binary file
languages/all-meta-tags-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-23 04:26+0300\n"
7
- "PO-Revision-Date: 2019-03-23 04:26+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
@@ -74,7 +74,7 @@ msgstr "Uso"
74
  msgid "F.A.Q."
75
  msgstr "Preguntas ?"
76
 
77
- #: inc/php/page.php:46 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
78
  msgid "Support"
79
  msgstr "Soporte"
80
 
@@ -82,36 +82,36 @@ msgstr "Soporte"
82
  msgid "Store"
83
  msgstr "Tienda"
84
 
85
- #: inc/php/sidebar.php:16
86
  msgid "We are «Space X-Chimp»"
87
  msgstr ""
88
 
89
- #: inc/php/sidebar.php:25
90
  msgid "About"
91
  msgstr "Acerca de"
92
 
93
- #: inc/php/sidebar.php:27
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr "Este complemento le brinda la posibilidad de agregar de forma fácil y segura sus meta etiquetas personalizadas a su sitio web de WordPress, directamente fuera del área de administración de WordPress, sin la necesidad de tener un editor externo."
96
 
97
- #: inc/php/sidebar.php:32
98
  msgid "Help"
99
  msgstr "Ayuda"
100
 
101
- #: inc/php/sidebar.php:34
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
104
 
105
- #: inc/php/sidebar.php:41 inc/php/tabs/settings.php:257
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
108
 
109
- #: inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr "Donar con PayPal"
113
 
114
- #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
115
  msgid "Thanks for your support!"
116
  msgstr "¡Gracias por tu apoyo!"
117
 
@@ -526,191 +526,191 @@ msgstr "Puede hacer su pregunta en %s esta página %s."
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
528
 
529
- #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:205
530
  msgid "Save changes"
531
  msgstr "Guardar cambios"
532
 
533
- #: inc/php/tabs/settings.php:25
534
  msgid "Web Master Tools"
535
  msgstr "Web Master Tools"
536
 
537
- #: inc/php/tabs/settings.php:28
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr "Webmaster Tools exige que verifiques tu dominio."
540
 
541
- #: inc/php/tabs/settings.php:29 inc/php/tabs/settings.php:63
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr "Esto garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio."
544
 
545
- #: inc/php/tabs/settings.php:30 inc/php/tabs/settings.php:64
546
  msgid "You can use the options below to verify your domain."
547
  msgstr "Puedes usar las opciones que aparecen a continuación para verificar tu dominio."
548
 
549
- #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr "Si tu dominio ya está verificado, puedes obviar esto."
552
 
553
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
554
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
555
- #: inc/php/tabs/settings.php:96 inc/php/tabs/settings.php:102
556
- #: inc/php/tabs/settings.php:108 inc/php/tabs/settings.php:114
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web."
559
 
560
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
561
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
562
- #: inc/php/tabs/settings.php:78 inc/php/tabs/settings.php:84
563
- #: inc/php/tabs/settings.php:90 inc/php/tabs/settings.php:96
564
- #: inc/php/tabs/settings.php:102 inc/php/tabs/settings.php:108
565
- #: inc/php/tabs/settings.php:114 inc/php/tabs/settings.php:120
566
  msgid "Example:"
567
  msgstr "Ejemplo:"
568
 
569
- #: inc/php/tabs/settings.php:59
570
  msgid "Domain Verification"
571
  msgstr "Verificación del domino"
572
 
573
- #: inc/php/tabs/settings.php:62
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr "Los servicios de terceros, como Alexa, Pinterest y Google Plus, exigen que verifiques tu dominio."
576
 
577
- #: inc/php/tabs/settings.php:78
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr "Ingresa la URL completa del perfil de Google+ del editor."
580
 
581
- #: inc/php/tabs/settings.php:84
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr "Ingresa la URL completa del perfil de Facebook del editor."
584
 
585
- #: inc/php/tabs/settings.php:90
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr "Ingresa el nombre de usuario de Twitter del editor."
588
 
589
- #: inc/php/tabs/settings.php:118
590
  msgid "Custom meta tags"
591
  msgstr "Meta etiquetas personalizadas"
592
 
593
- #: inc/php/tabs/settings.php:120
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr "Si no encuentras un campo para introducir la meta etiqueta que requieres, puedes añadirla aquí."
596
 
597
- #: inc/php/tabs/settings.php:120
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr "En este campo puedes agregar varias meta etiquetas."
600
 
601
- #: inc/php/tabs/settings.php:128
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr "Meta etiquetas sólo para la página de inicio estática"
604
 
605
- #: inc/php/tabs/settings.php:130
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  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."
608
 
609
- #: inc/php/tabs/settings.php:134
610
  msgid "Home Description"
611
  msgstr "Descripción del sitio"
612
 
613
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr "Ingresa una breve descripción de tu sitio web (Entre 150 y 250 caracteres)."
616
 
617
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr "La mayoría de los motores de búsqueda usa un máximo de 160 caracteres para esta descripción."
620
 
621
- #: inc/php/tabs/settings.php:139
622
  msgid "Home Keyword(s)"
623
  msgstr "Palabra(s) clave de la página de inicio"
624
 
625
- #: inc/php/tabs/settings.php:141
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  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."
628
 
629
- #: inc/php/tabs/settings.php:149
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr "Meta etiquetas sólo para la página de inicio y la del blog"
632
 
633
- #: inc/php/tabs/settings.php:151
634
  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."
635
  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."
636
 
637
- #: inc/php/tabs/settings.php:155
638
  msgid "Blog Description"
639
  msgstr "Descripción del blog"
640
 
641
- #: inc/php/tabs/settings.php:160
642
  msgid "Blog Keyword(s)"
643
  msgstr "Palabra(s) clave del blog"
644
 
645
- #: inc/php/tabs/settings.php:162
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página del blog de tu sitio web."
648
 
649
- #: inc/php/tabs/settings.php:170
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr "Meta etiquetas para todo el sitio web (Globales)"
652
 
653
- #: inc/php/tabs/settings.php:172
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  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."
656
 
657
- #: inc/php/tabs/settings.php:176
658
  msgid "Author"
659
  msgstr "Autor"
660
 
661
- #: inc/php/tabs/settings.php:181
662
  msgid "Designer"
663
  msgstr "Diseñador"
664
 
665
- #: inc/php/tabs/settings.php:186
666
  msgid "Contact"
667
  msgstr "Contacto"
668
 
669
- #: inc/php/tabs/settings.php:191
670
  msgid "Copyright"
671
  msgstr "Derechos reservados"
672
 
673
- #: inc/php/tabs/settings.php:196
674
  msgid "Keyword(s)"
675
  msgstr "Palabra(s) clave"
676
 
677
- #: inc/php/tabs/settings.php:198
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr "Ingresa un listado, separado por comas, de las palabras clave globales para tu sitio web."
680
 
681
- #: inc/php/tabs/settings.php:208
682
  msgid "Preview"
683
  msgstr ""
684
 
685
- #: inc/php/tabs/settings.php:210
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
- #: inc/php/tabs/settings.php:211
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
- #: inc/php/tabs/settings.php:215
694
  msgid "Note!"
695
  msgstr ""
696
 
697
- #: inc/php/tabs/settings.php:216
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
- #: inc/php/tabs/settings.php:222
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr "WooCommerce y Google Shopping"
704
 
705
- #: inc/php/tabs/settings.php:225
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  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."
708
 
709
- #: inc/php/tabs/settings.php:226
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr "Aquí esta el código para una blusa de mujer que cuesta 16 dólares con 80 centavos norteamericanos."
712
 
713
- #: inc/php/tabs/settings.php:245
714
  #, php-format
715
  msgid "Check these data generated on the pages of your website you can %s here %s ."
716
  msgstr "Puedes revisar los datos generados para las páginas de tu sitio web %s aquí %s ."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-03-31 16:09+0300\n"
7
+ "PO-Revision-Date: 2019-03-31 16:09+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
74
  msgid "F.A.Q."
75
  msgstr "Preguntas ?"
76
 
77
+ #: inc/php/page.php:46 inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
78
  msgid "Support"
79
  msgstr "Soporte"
80
 
82
  msgid "Store"
83
  msgstr "Tienda"
84
 
85
+ #: inc/php/sidebar.php:17
86
  msgid "We are «Space X-Chimp»"
87
  msgstr ""
88
 
89
+ #: inc/php/sidebar.php:28
90
  msgid "About"
91
  msgstr "Acerca de"
92
 
93
+ #: inc/php/sidebar.php:30
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr "Este complemento le brinda la posibilidad de agregar de forma fácil y segura sus meta etiquetas personalizadas a su sitio web de WordPress, directamente fuera del área de administración de WordPress, sin la necesidad de tener un editor externo."
96
 
97
+ #: inc/php/sidebar.php:37
98
  msgid "Help"
99
  msgstr "Ayuda"
100
 
101
+ #: inc/php/sidebar.php:39
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
104
 
105
+ #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
108
 
109
+ #: inc/php/sidebar.php:53 inc/php/tabs/settings.php:269
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr "Donar con PayPal"
113
 
114
+ #: inc/php/sidebar.php:55 inc/php/tabs/settings.php:271
115
  msgid "Thanks for your support!"
116
  msgstr "¡Gracias por tu apoyo!"
117
 
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
528
 
529
+ #: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:208
530
  msgid "Save changes"
531
  msgstr "Guardar cambios"
532
 
533
+ #: inc/php/tabs/settings.php:27
534
  msgid "Web Master Tools"
535
  msgstr "Web Master Tools"
536
 
537
+ #: inc/php/tabs/settings.php:30
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr "Webmaster Tools exige que verifiques tu dominio."
540
 
541
+ #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr "Esto garantiza que tú eres el propietario de tu página antes de que ellos te brinden su servicio."
544
 
545
+ #: inc/php/tabs/settings.php:32 inc/php/tabs/settings.php:66
546
  msgid "You can use the options below to verify your domain."
547
  msgstr "Puedes usar las opciones que aparecen a continuación para verificar tu dominio."
548
 
549
+ #: inc/php/tabs/settings.php:33 inc/php/tabs/settings.php:67
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr "Si tu dominio ya está verificado, puedes obviar esto."
552
 
553
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
554
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
555
+ #: inc/php/tabs/settings.php:98 inc/php/tabs/settings.php:104
556
+ #: inc/php/tabs/settings.php:110 inc/php/tabs/settings.php:116
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr "Ingresa el valor de tu meta clave “content” proveniente del código de verificación de tu sitio web."
559
 
560
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
561
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
562
+ #: inc/php/tabs/settings.php:80 inc/php/tabs/settings.php:86
563
+ #: inc/php/tabs/settings.php:92 inc/php/tabs/settings.php:98
564
+ #: inc/php/tabs/settings.php:104 inc/php/tabs/settings.php:110
565
+ #: inc/php/tabs/settings.php:116 inc/php/tabs/settings.php:122
566
  msgid "Example:"
567
  msgstr "Ejemplo:"
568
 
569
+ #: inc/php/tabs/settings.php:61
570
  msgid "Domain Verification"
571
  msgstr "Verificación del domino"
572
 
573
+ #: inc/php/tabs/settings.php:64
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr "Los servicios de terceros, como Alexa, Pinterest y Google Plus, exigen que verifiques tu dominio."
576
 
577
+ #: inc/php/tabs/settings.php:80
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr "Ingresa la URL completa del perfil de Google+ del editor."
580
 
581
+ #: inc/php/tabs/settings.php:86
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr "Ingresa la URL completa del perfil de Facebook del editor."
584
 
585
+ #: inc/php/tabs/settings.php:92
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr "Ingresa el nombre de usuario de Twitter del editor."
588
 
589
+ #: inc/php/tabs/settings.php:120
590
  msgid "Custom meta tags"
591
  msgstr "Meta etiquetas personalizadas"
592
 
593
+ #: inc/php/tabs/settings.php:122
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr "Si no encuentras un campo para introducir la meta etiqueta que requieres, puedes añadirla aquí."
596
 
597
+ #: inc/php/tabs/settings.php:122
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr "En este campo puedes agregar varias meta etiquetas."
600
 
601
+ #: inc/php/tabs/settings.php:130
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr "Meta etiquetas sólo para la página de inicio estática"
604
 
605
+ #: inc/php/tabs/settings.php:132
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  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."
608
 
609
+ #: inc/php/tabs/settings.php:136
610
  msgid "Home Description"
611
  msgstr "Descripción del sitio"
612
 
613
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr "Ingresa una breve descripción de tu sitio web (Entre 150 y 250 caracteres)."
616
 
617
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr "La mayoría de los motores de búsqueda usa un máximo de 160 caracteres para esta descripción."
620
 
621
+ #: inc/php/tabs/settings.php:141
622
  msgid "Home Keyword(s)"
623
  msgstr "Palabra(s) clave de la página de inicio"
624
 
625
+ #: inc/php/tabs/settings.php:143
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  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."
628
 
629
+ #: inc/php/tabs/settings.php:151
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr "Meta etiquetas sólo para la página de inicio y la del blog"
632
 
633
+ #: inc/php/tabs/settings.php:153
634
  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."
635
  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."
636
 
637
+ #: inc/php/tabs/settings.php:157
638
  msgid "Blog Description"
639
  msgstr "Descripción del blog"
640
 
641
+ #: inc/php/tabs/settings.php:162
642
  msgid "Blog Keyword(s)"
643
  msgstr "Palabra(s) clave del blog"
644
 
645
+ #: inc/php/tabs/settings.php:164
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr "Ingresa una lista, separadas por comas, de todas las palabras clave sólo para la página del blog de tu sitio web."
648
 
649
+ #: inc/php/tabs/settings.php:172
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr "Meta etiquetas para todo el sitio web (Globales)"
652
 
653
+ #: inc/php/tabs/settings.php:174
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  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."
656
 
657
+ #: inc/php/tabs/settings.php:178
658
  msgid "Author"
659
  msgstr "Autor"
660
 
661
+ #: inc/php/tabs/settings.php:183
662
  msgid "Designer"
663
  msgstr "Diseñador"
664
 
665
+ #: inc/php/tabs/settings.php:188
666
  msgid "Contact"
667
  msgstr "Contacto"
668
 
669
+ #: inc/php/tabs/settings.php:193
670
  msgid "Copyright"
671
  msgstr "Derechos reservados"
672
 
673
+ #: inc/php/tabs/settings.php:198
674
  msgid "Keyword(s)"
675
  msgstr "Palabra(s) clave"
676
 
677
+ #: inc/php/tabs/settings.php:200
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr "Ingresa un listado, separado por comas, de las palabras clave globales para tu sitio web."
680
 
681
+ #: inc/php/tabs/settings.php:213
682
  msgid "Preview"
683
  msgstr ""
684
 
685
+ #: inc/php/tabs/settings.php:215
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
+ #: inc/php/tabs/settings.php:216
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
+ #: inc/php/tabs/settings.php:220
694
  msgid "Note!"
695
  msgstr ""
696
 
697
+ #: inc/php/tabs/settings.php:221
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
+ #: inc/php/tabs/settings.php:227
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr "WooCommerce y Google Shopping"
704
 
705
+ #: inc/php/tabs/settings.php:230
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  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."
708
 
709
+ #: inc/php/tabs/settings.php:231
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr "Aquí esta el código para una blusa de mujer que cuesta 16 dólares con 80 centavos norteamericanos."
712
 
713
+ #: inc/php/tabs/settings.php:250
714
  #, php-format
715
  msgid "Check these data generated on the pages of your website you can %s here %s ."
716
  msgstr "Puedes revisar los datos generados para las páginas de tu sitio web %s aquí %s ."
languages/all-meta-tags-es_MX.mo CHANGED
Binary file
languages/all-meta-tags-es_MX.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-23 04:26+0300\n"
7
- "PO-Revision-Date: 2019-03-23 04:26+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish (Mexico)\n"
10
  "Language: es_MX\n"
@@ -75,7 +75,7 @@ msgstr "Uso"
75
  msgid "F.A.Q."
76
  msgstr ""
77
 
78
- #: inc/php/page.php:46 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
79
  msgid "Support"
80
  msgstr "Soporte"
81
 
@@ -83,36 +83,36 @@ msgstr "Soporte"
83
  msgid "Store"
84
  msgstr ""
85
 
86
- #: inc/php/sidebar.php:16
87
  msgid "We are «Space X-Chimp»"
88
  msgstr ""
89
 
90
- #: inc/php/sidebar.php:25
91
  msgid "About"
92
  msgstr "Acerca"
93
 
94
- #: inc/php/sidebar.php:27
95
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
96
  msgstr "Este complemento te permite agregar fácilmente Meta Tags a tu sitio web."
97
 
98
- #: inc/php/sidebar.php:32
99
  msgid "Help"
100
  msgstr "Ayuda"
101
 
102
- #: inc/php/sidebar.php:34
103
  msgid "If you have a question, please read the information in the FAQ section."
104
  msgstr ""
105
 
106
- #: inc/php/sidebar.php:41 inc/php/tabs/settings.php:257
107
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
108
  msgstr "Si te gusta este plugin y lo encuentras útil, por favor ayudame hacer este plugin aún mejor y tenerlo actualizado."
109
 
110
- #: inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
111
  #: inc/php/tabs/support.php:21
112
  msgid "Donate with PayPal"
113
  msgstr ""
114
 
115
- #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
116
  msgid "Thanks for your support!"
117
  msgstr "¡Gracias por su apoyo!"
118
 
@@ -527,191 +527,191 @@ msgstr ""
527
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
528
  msgstr ""
529
 
530
- #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:205
531
  msgid "Save changes"
532
  msgstr "Guardar Cambios"
533
 
534
- #: inc/php/tabs/settings.php:25
535
  msgid "Web Master Tools"
536
  msgstr "Herramientas para Web Master"
537
 
538
- #: inc/php/tabs/settings.php:28
539
  msgid "Webmaster Tools require you to verify your domain."
540
  msgstr "Herramientas para webmasters requieren que verifique su dominio."
541
 
542
- #: inc/php/tabs/settings.php:29 inc/php/tabs/settings.php:63
543
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
544
  msgstr "Esto se asegura de que usted es el correcto propietario de su blog o tienda antes de que prestan sus servicios a usted."
545
 
546
- #: inc/php/tabs/settings.php:30 inc/php/tabs/settings.php:64
547
  msgid "You can use the options below to verify your domain."
548
  msgstr "Puede utilizar las opciones de abajo para comprobar su dominio."
549
 
550
- #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
551
  msgid "If your domain is already verified, you can just forget about these."
552
  msgstr "Si su dominio ya está verificado, puede olvidarse de ellas."
553
 
554
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
555
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
556
- #: inc/php/tabs/settings.php:96 inc/php/tabs/settings.php:102
557
- #: inc/php/tabs/settings.php:108 inc/php/tabs/settings.php:114
558
  msgid "Enter your meta key “content” value from your verification code to verify your website."
559
  msgstr ""
560
 
561
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
562
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
563
- #: inc/php/tabs/settings.php:78 inc/php/tabs/settings.php:84
564
- #: inc/php/tabs/settings.php:90 inc/php/tabs/settings.php:96
565
- #: inc/php/tabs/settings.php:102 inc/php/tabs/settings.php:108
566
- #: inc/php/tabs/settings.php:114 inc/php/tabs/settings.php:120
567
  msgid "Example:"
568
  msgstr ""
569
 
570
- #: inc/php/tabs/settings.php:59
571
  msgid "Domain Verification"
572
  msgstr "Verificar Dominio"
573
 
574
- #: inc/php/tabs/settings.php:62
575
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
576
  msgstr "Servicios de terceros como Alexa, Pinterest y Google-Plus requieren que verifique su dominio."
577
 
578
- #: inc/php/tabs/settings.php:78
579
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
580
  msgstr ""
581
 
582
- #: inc/php/tabs/settings.php:84
583
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
584
  msgstr ""
585
 
586
- #: inc/php/tabs/settings.php:90
587
  msgid "Enter the Twitter username of the publisher."
588
  msgstr ""
589
 
590
- #: inc/php/tabs/settings.php:118
591
  msgid "Custom meta tags"
592
  msgstr ""
593
 
594
- #: inc/php/tabs/settings.php:120
595
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
596
  msgstr ""
597
 
598
- #: inc/php/tabs/settings.php:120
599
  msgid "In this field you can add multiple meta tags."
600
  msgstr ""
601
 
602
- #: inc/php/tabs/settings.php:128
603
  msgid "Meta tags for Static Home Page only"
604
  msgstr "Meta Tags solo para Paginas de Inicio estática"
605
 
606
- #: inc/php/tabs/settings.php:130
607
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
608
  msgstr "Puede usar las opciones abajo para agregar meta tags, como Descripción y palabras claves solo en Paginas de Inicio estática en su sitio web."
609
 
610
- #: inc/php/tabs/settings.php:134
611
  msgid "Home Description"
612
  msgstr ""
613
 
614
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
615
  msgid "Enter a short description of your website (150-250 characters)."
616
  msgstr ""
617
 
618
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
619
  msgid "Most search engines use a maximum of 160 chars for the home description."
620
  msgstr ""
621
 
622
- #: inc/php/tabs/settings.php:139
623
  msgid "Home Keyword(s)"
624
  msgstr ""
625
 
626
- #: inc/php/tabs/settings.php:141
627
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
628
  msgstr ""
629
 
630
- #: inc/php/tabs/settings.php:149
631
  msgid "Meta tags for Default Home Page and Blog Page only"
632
  msgstr "Meta Tags por defecto pagina de inicio y pagina de blog solamente"
633
 
634
- #: inc/php/tabs/settings.php:151
635
  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."
636
  msgstr "Puede utilizar las opciones de abajo para agregar meta tags, tales como descripción y palabras claves sólo en página principal predeterminada y Blog página de su sitio web."
637
 
638
- #: inc/php/tabs/settings.php:155
639
  msgid "Blog Description"
640
  msgstr ""
641
 
642
- #: inc/php/tabs/settings.php:160
643
  msgid "Blog Keyword(s)"
644
  msgstr ""
645
 
646
- #: inc/php/tabs/settings.php:162
647
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
648
  msgstr ""
649
 
650
- #: inc/php/tabs/settings.php:170
651
  msgid "Meta tags for the entire website (Global)"
652
  msgstr "Meta Tags para todo el sitio web (Global)"
653
 
654
- #: inc/php/tabs/settings.php:172
655
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
656
  msgstr "Puede usar las opciones abajo para agregar meta tags como Autor, Derecho autor, palabras clavs en cualquier sitio de su pagina web."
657
 
658
- #: inc/php/tabs/settings.php:176
659
  msgid "Author"
660
  msgstr "Autor"
661
 
662
- #: inc/php/tabs/settings.php:181
663
  msgid "Designer"
664
  msgstr ""
665
 
666
- #: inc/php/tabs/settings.php:186
667
  msgid "Contact"
668
  msgstr ""
669
 
670
- #: inc/php/tabs/settings.php:191
671
  msgid "Copyright"
672
  msgstr ""
673
 
674
- #: inc/php/tabs/settings.php:196
675
  msgid "Keyword(s)"
676
  msgstr ""
677
 
678
- #: inc/php/tabs/settings.php:198
679
  msgid "Enter a comma-delimited list of global keywords for your website."
680
  msgstr ""
681
 
682
- #: inc/php/tabs/settings.php:208
683
  msgid "Preview"
684
  msgstr ""
685
 
686
- #: inc/php/tabs/settings.php:210
687
  msgid "Click the \"Save changes\" button to update this preview."
688
  msgstr ""
689
 
690
- #: inc/php/tabs/settings.php:211
691
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
692
  msgstr ""
693
 
694
- #: inc/php/tabs/settings.php:215
695
  msgid "Note!"
696
  msgstr ""
697
 
698
- #: inc/php/tabs/settings.php:216
699
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
700
  msgstr ""
701
 
702
- #: inc/php/tabs/settings.php:222
703
  msgid "WooCommerce & Google Shopping"
704
  msgstr ""
705
 
706
- #: inc/php/tabs/settings.php:225
707
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
708
  msgstr ""
709
 
710
- #: inc/php/tabs/settings.php:226
711
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
712
  msgstr ""
713
 
714
- #: inc/php/tabs/settings.php:245
715
  #, php-format
716
  msgid "Check these data generated on the pages of your website you can %s here %s ."
717
  msgstr ""
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-03-31 16:09+0300\n"
7
+ "PO-Revision-Date: 2019-03-31 16:09+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish (Mexico)\n"
10
  "Language: es_MX\n"
75
  msgid "F.A.Q."
76
  msgstr ""
77
 
78
+ #: inc/php/page.php:46 inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
79
  msgid "Support"
80
  msgstr "Soporte"
81
 
83
  msgid "Store"
84
  msgstr ""
85
 
86
+ #: inc/php/sidebar.php:17
87
  msgid "We are «Space X-Chimp»"
88
  msgstr ""
89
 
90
+ #: inc/php/sidebar.php:28
91
  msgid "About"
92
  msgstr "Acerca"
93
 
94
+ #: inc/php/sidebar.php:30
95
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
96
  msgstr "Este complemento te permite agregar fácilmente Meta Tags a tu sitio web."
97
 
98
+ #: inc/php/sidebar.php:37
99
  msgid "Help"
100
  msgstr "Ayuda"
101
 
102
+ #: inc/php/sidebar.php:39
103
  msgid "If you have a question, please read the information in the FAQ section."
104
  msgstr ""
105
 
106
+ #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
107
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
108
  msgstr "Si te gusta este plugin y lo encuentras útil, por favor ayudame hacer este plugin aún mejor y tenerlo actualizado."
109
 
110
+ #: inc/php/sidebar.php:53 inc/php/tabs/settings.php:269
111
  #: inc/php/tabs/support.php:21
112
  msgid "Donate with PayPal"
113
  msgstr ""
114
 
115
+ #: inc/php/sidebar.php:55 inc/php/tabs/settings.php:271
116
  msgid "Thanks for your support!"
117
  msgstr "¡Gracias por su apoyo!"
118
 
527
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
528
  msgstr ""
529
 
530
+ #: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:208
531
  msgid "Save changes"
532
  msgstr "Guardar Cambios"
533
 
534
+ #: inc/php/tabs/settings.php:27
535
  msgid "Web Master Tools"
536
  msgstr "Herramientas para Web Master"
537
 
538
+ #: inc/php/tabs/settings.php:30
539
  msgid "Webmaster Tools require you to verify your domain."
540
  msgstr "Herramientas para webmasters requieren que verifique su dominio."
541
 
542
+ #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
543
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
544
  msgstr "Esto se asegura de que usted es el correcto propietario de su blog o tienda antes de que prestan sus servicios a usted."
545
 
546
+ #: inc/php/tabs/settings.php:32 inc/php/tabs/settings.php:66
547
  msgid "You can use the options below to verify your domain."
548
  msgstr "Puede utilizar las opciones de abajo para comprobar su dominio."
549
 
550
+ #: inc/php/tabs/settings.php:33 inc/php/tabs/settings.php:67
551
  msgid "If your domain is already verified, you can just forget about these."
552
  msgstr "Si su dominio ya está verificado, puede olvidarse de ellas."
553
 
554
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
555
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
556
+ #: inc/php/tabs/settings.php:98 inc/php/tabs/settings.php:104
557
+ #: inc/php/tabs/settings.php:110 inc/php/tabs/settings.php:116
558
  msgid "Enter your meta key “content” value from your verification code to verify your website."
559
  msgstr ""
560
 
561
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
562
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
563
+ #: inc/php/tabs/settings.php:80 inc/php/tabs/settings.php:86
564
+ #: inc/php/tabs/settings.php:92 inc/php/tabs/settings.php:98
565
+ #: inc/php/tabs/settings.php:104 inc/php/tabs/settings.php:110
566
+ #: inc/php/tabs/settings.php:116 inc/php/tabs/settings.php:122
567
  msgid "Example:"
568
  msgstr ""
569
 
570
+ #: inc/php/tabs/settings.php:61
571
  msgid "Domain Verification"
572
  msgstr "Verificar Dominio"
573
 
574
+ #: inc/php/tabs/settings.php:64
575
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
576
  msgstr "Servicios de terceros como Alexa, Pinterest y Google-Plus requieren que verifique su dominio."
577
 
578
+ #: inc/php/tabs/settings.php:80
579
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
580
  msgstr ""
581
 
582
+ #: inc/php/tabs/settings.php:86
583
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
584
  msgstr ""
585
 
586
+ #: inc/php/tabs/settings.php:92
587
  msgid "Enter the Twitter username of the publisher."
588
  msgstr ""
589
 
590
+ #: inc/php/tabs/settings.php:120
591
  msgid "Custom meta tags"
592
  msgstr ""
593
 
594
+ #: inc/php/tabs/settings.php:122
595
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
596
  msgstr ""
597
 
598
+ #: inc/php/tabs/settings.php:122
599
  msgid "In this field you can add multiple meta tags."
600
  msgstr ""
601
 
602
+ #: inc/php/tabs/settings.php:130
603
  msgid "Meta tags for Static Home Page only"
604
  msgstr "Meta Tags solo para Paginas de Inicio estática"
605
 
606
+ #: inc/php/tabs/settings.php:132
607
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
608
  msgstr "Puede usar las opciones abajo para agregar meta tags, como Descripción y palabras claves solo en Paginas de Inicio estática en su sitio web."
609
 
610
+ #: inc/php/tabs/settings.php:136
611
  msgid "Home Description"
612
  msgstr ""
613
 
614
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
615
  msgid "Enter a short description of your website (150-250 characters)."
616
  msgstr ""
617
 
618
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
619
  msgid "Most search engines use a maximum of 160 chars for the home description."
620
  msgstr ""
621
 
622
+ #: inc/php/tabs/settings.php:141
623
  msgid "Home Keyword(s)"
624
  msgstr ""
625
 
626
+ #: inc/php/tabs/settings.php:143
627
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
628
  msgstr ""
629
 
630
+ #: inc/php/tabs/settings.php:151
631
  msgid "Meta tags for Default Home Page and Blog Page only"
632
  msgstr "Meta Tags por defecto pagina de inicio y pagina de blog solamente"
633
 
634
+ #: inc/php/tabs/settings.php:153
635
  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."
636
  msgstr "Puede utilizar las opciones de abajo para agregar meta tags, tales como descripción y palabras claves sólo en página principal predeterminada y Blog página de su sitio web."
637
 
638
+ #: inc/php/tabs/settings.php:157
639
  msgid "Blog Description"
640
  msgstr ""
641
 
642
+ #: inc/php/tabs/settings.php:162
643
  msgid "Blog Keyword(s)"
644
  msgstr ""
645
 
646
+ #: inc/php/tabs/settings.php:164
647
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
648
  msgstr ""
649
 
650
+ #: inc/php/tabs/settings.php:172
651
  msgid "Meta tags for the entire website (Global)"
652
  msgstr "Meta Tags para todo el sitio web (Global)"
653
 
654
+ #: inc/php/tabs/settings.php:174
655
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
656
  msgstr "Puede usar las opciones abajo para agregar meta tags como Autor, Derecho autor, palabras clavs en cualquier sitio de su pagina web."
657
 
658
+ #: inc/php/tabs/settings.php:178
659
  msgid "Author"
660
  msgstr "Autor"
661
 
662
+ #: inc/php/tabs/settings.php:183
663
  msgid "Designer"
664
  msgstr ""
665
 
666
+ #: inc/php/tabs/settings.php:188
667
  msgid "Contact"
668
  msgstr ""
669
 
670
+ #: inc/php/tabs/settings.php:193
671
  msgid "Copyright"
672
  msgstr ""
673
 
674
+ #: inc/php/tabs/settings.php:198
675
  msgid "Keyword(s)"
676
  msgstr ""
677
 
678
+ #: inc/php/tabs/settings.php:200
679
  msgid "Enter a comma-delimited list of global keywords for your website."
680
  msgstr ""
681
 
682
+ #: inc/php/tabs/settings.php:213
683
  msgid "Preview"
684
  msgstr ""
685
 
686
+ #: inc/php/tabs/settings.php:215
687
  msgid "Click the \"Save changes\" button to update this preview."
688
  msgstr ""
689
 
690
+ #: inc/php/tabs/settings.php:216
691
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
692
  msgstr ""
693
 
694
+ #: inc/php/tabs/settings.php:220
695
  msgid "Note!"
696
  msgstr ""
697
 
698
+ #: inc/php/tabs/settings.php:221
699
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
700
  msgstr ""
701
 
702
+ #: inc/php/tabs/settings.php:227
703
  msgid "WooCommerce & Google Shopping"
704
  msgstr ""
705
 
706
+ #: inc/php/tabs/settings.php:230
707
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
708
  msgstr ""
709
 
710
+ #: inc/php/tabs/settings.php:231
711
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
712
  msgstr ""
713
 
714
+ #: inc/php/tabs/settings.php:250
715
  #, php-format
716
  msgid "Check these data generated on the pages of your website you can %s here %s ."
717
  msgstr ""
languages/all-meta-tags-fr_FR.mo CHANGED
Binary file
languages/all-meta-tags-fr_FR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-23 04:26+0300\n"
7
- "PO-Revision-Date: 2019-03-23 04:26+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
@@ -73,7 +73,7 @@ msgstr "Utilisation"
73
  msgid "F.A.Q."
74
  msgstr "FAQ."
75
 
76
- #: inc/php/page.php:46 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
77
  msgid "Support"
78
  msgstr "Support"
79
 
@@ -81,36 +81,36 @@ msgstr "Support"
81
  msgid "Store"
82
  msgstr "Le magasin"
83
 
84
- #: inc/php/sidebar.php:16
85
  msgid "We are «Space X-Chimp»"
86
  msgstr ""
87
 
88
- #: inc/php/sidebar.php:25
89
  msgid "About"
90
  msgstr "A propos"
91
 
92
- #: inc/php/sidebar.php:27
93
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
94
  msgstr ""
95
 
96
- #: inc/php/sidebar.php:32
97
  msgid "Help"
98
  msgstr "Aide"
99
 
100
- #: inc/php/sidebar.php:34
101
  msgid "If you have a question, please read the information in the FAQ section."
102
  msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
103
 
104
- #: inc/php/sidebar.php:41 inc/php/tabs/settings.php:257
105
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
106
  msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
107
 
108
- #: inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
109
  #: inc/php/tabs/support.php:21
110
  msgid "Donate with PayPal"
111
  msgstr "Faire un don avec PayPal"
112
 
113
- #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
114
  msgid "Thanks for your support!"
115
  msgstr "Merci pour votre soutien!"
116
 
@@ -525,191 +525,191 @@ msgstr "Vous pouvez poser votre question sur %s cette page %s."
525
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
526
  msgstr ""
527
 
528
- #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:205
529
  msgid "Save changes"
530
  msgstr "Enregistrer les modifications"
531
 
532
- #: inc/php/tabs/settings.php:25
533
  msgid "Web Master Tools"
534
  msgstr ""
535
 
536
- #: inc/php/tabs/settings.php:28
537
  msgid "Webmaster Tools require you to verify your domain."
538
  msgstr ""
539
 
540
- #: inc/php/tabs/settings.php:29 inc/php/tabs/settings.php:63
541
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
542
  msgstr ""
543
 
544
- #: inc/php/tabs/settings.php:30 inc/php/tabs/settings.php:64
545
  msgid "You can use the options below to verify your domain."
546
  msgstr ""
547
 
548
- #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
549
  msgid "If your domain is already verified, you can just forget about these."
550
  msgstr ""
551
 
552
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
553
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
554
- #: inc/php/tabs/settings.php:96 inc/php/tabs/settings.php:102
555
- #: inc/php/tabs/settings.php:108 inc/php/tabs/settings.php:114
556
  msgid "Enter your meta key “content” value from your verification code to verify your website."
557
  msgstr ""
558
 
559
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
560
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
561
- #: inc/php/tabs/settings.php:78 inc/php/tabs/settings.php:84
562
- #: inc/php/tabs/settings.php:90 inc/php/tabs/settings.php:96
563
- #: inc/php/tabs/settings.php:102 inc/php/tabs/settings.php:108
564
- #: inc/php/tabs/settings.php:114 inc/php/tabs/settings.php:120
565
  msgid "Example:"
566
  msgstr ""
567
 
568
- #: inc/php/tabs/settings.php:59
569
  msgid "Domain Verification"
570
  msgstr ""
571
 
572
- #: inc/php/tabs/settings.php:62
573
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
574
  msgstr ""
575
 
576
- #: inc/php/tabs/settings.php:78
577
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
578
  msgstr ""
579
 
580
- #: inc/php/tabs/settings.php:84
581
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
582
  msgstr ""
583
 
584
- #: inc/php/tabs/settings.php:90
585
  msgid "Enter the Twitter username of the publisher."
586
  msgstr ""
587
 
588
- #: inc/php/tabs/settings.php:118
589
  msgid "Custom meta tags"
590
  msgstr ""
591
 
592
- #: inc/php/tabs/settings.php:120
593
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
594
  msgstr ""
595
 
596
- #: inc/php/tabs/settings.php:120
597
  msgid "In this field you can add multiple meta tags."
598
  msgstr ""
599
 
600
- #: inc/php/tabs/settings.php:128
601
  msgid "Meta tags for Static Home Page only"
602
  msgstr ""
603
 
604
- #: inc/php/tabs/settings.php:130
605
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
606
  msgstr ""
607
 
608
- #: inc/php/tabs/settings.php:134
609
  msgid "Home Description"
610
  msgstr ""
611
 
612
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
613
  msgid "Enter a short description of your website (150-250 characters)."
614
  msgstr ""
615
 
616
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
617
  msgid "Most search engines use a maximum of 160 chars for the home description."
618
  msgstr ""
619
 
620
- #: inc/php/tabs/settings.php:139
621
  msgid "Home Keyword(s)"
622
  msgstr ""
623
 
624
- #: inc/php/tabs/settings.php:141
625
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
626
  msgstr ""
627
 
628
- #: inc/php/tabs/settings.php:149
629
  msgid "Meta tags for Default Home Page and Blog Page only"
630
  msgstr ""
631
 
632
- #: inc/php/tabs/settings.php:151
633
  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."
634
  msgstr ""
635
 
636
- #: inc/php/tabs/settings.php:155
637
  msgid "Blog Description"
638
  msgstr ""
639
 
640
- #: inc/php/tabs/settings.php:160
641
  msgid "Blog Keyword(s)"
642
  msgstr ""
643
 
644
- #: inc/php/tabs/settings.php:162
645
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
646
  msgstr ""
647
 
648
- #: inc/php/tabs/settings.php:170
649
  msgid "Meta tags for the entire website (Global)"
650
  msgstr ""
651
 
652
- #: inc/php/tabs/settings.php:172
653
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
654
  msgstr ""
655
 
656
- #: inc/php/tabs/settings.php:176
657
  msgid "Author"
658
  msgstr ""
659
 
660
- #: inc/php/tabs/settings.php:181
661
  msgid "Designer"
662
  msgstr ""
663
 
664
- #: inc/php/tabs/settings.php:186
665
  msgid "Contact"
666
  msgstr ""
667
 
668
- #: inc/php/tabs/settings.php:191
669
  msgid "Copyright"
670
  msgstr ""
671
 
672
- #: inc/php/tabs/settings.php:196
673
  msgid "Keyword(s)"
674
  msgstr ""
675
 
676
- #: inc/php/tabs/settings.php:198
677
  msgid "Enter a comma-delimited list of global keywords for your website."
678
  msgstr ""
679
 
680
- #: inc/php/tabs/settings.php:208
681
  msgid "Preview"
682
  msgstr ""
683
 
684
- #: inc/php/tabs/settings.php:210
685
  msgid "Click the \"Save changes\" button to update this preview."
686
  msgstr ""
687
 
688
- #: inc/php/tabs/settings.php:211
689
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
690
  msgstr ""
691
 
692
- #: inc/php/tabs/settings.php:215
693
  msgid "Note!"
694
  msgstr ""
695
 
696
- #: inc/php/tabs/settings.php:216
697
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
698
  msgstr ""
699
 
700
- #: inc/php/tabs/settings.php:222
701
  msgid "WooCommerce & Google Shopping"
702
  msgstr ""
703
 
704
- #: inc/php/tabs/settings.php:225
705
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
706
  msgstr ""
707
 
708
- #: inc/php/tabs/settings.php:226
709
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
710
  msgstr ""
711
 
712
- #: inc/php/tabs/settings.php:245
713
  #, php-format
714
  msgid "Check these data generated on the pages of your website you can %s here %s ."
715
  msgstr ""
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-03-31 16:09+0300\n"
7
+ "PO-Revision-Date: 2019-03-31 16:09+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: French\n"
10
  "Language: fr_FR\n"
73
  msgid "F.A.Q."
74
  msgstr "FAQ."
75
 
76
+ #: inc/php/page.php:46 inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
77
  msgid "Support"
78
  msgstr "Support"
79
 
81
  msgid "Store"
82
  msgstr "Le magasin"
83
 
84
+ #: inc/php/sidebar.php:17
85
  msgid "We are «Space X-Chimp»"
86
  msgstr ""
87
 
88
+ #: inc/php/sidebar.php:28
89
  msgid "About"
90
  msgstr "A propos"
91
 
92
+ #: inc/php/sidebar.php:30
93
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
94
  msgstr ""
95
 
96
+ #: inc/php/sidebar.php:37
97
  msgid "Help"
98
  msgstr "Aide"
99
 
100
+ #: inc/php/sidebar.php:39
101
  msgid "If you have a question, please read the information in the FAQ section."
102
  msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
103
 
104
+ #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
105
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
106
  msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
107
 
108
+ #: inc/php/sidebar.php:53 inc/php/tabs/settings.php:269
109
  #: inc/php/tabs/support.php:21
110
  msgid "Donate with PayPal"
111
  msgstr "Faire un don avec PayPal"
112
 
113
+ #: inc/php/sidebar.php:55 inc/php/tabs/settings.php:271
114
  msgid "Thanks for your support!"
115
  msgstr "Merci pour votre soutien!"
116
 
525
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
526
  msgstr ""
527
 
528
+ #: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:208
529
  msgid "Save changes"
530
  msgstr "Enregistrer les modifications"
531
 
532
+ #: inc/php/tabs/settings.php:27
533
  msgid "Web Master Tools"
534
  msgstr ""
535
 
536
+ #: inc/php/tabs/settings.php:30
537
  msgid "Webmaster Tools require you to verify your domain."
538
  msgstr ""
539
 
540
+ #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
541
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
542
  msgstr ""
543
 
544
+ #: inc/php/tabs/settings.php:32 inc/php/tabs/settings.php:66
545
  msgid "You can use the options below to verify your domain."
546
  msgstr ""
547
 
548
+ #: inc/php/tabs/settings.php:33 inc/php/tabs/settings.php:67
549
  msgid "If your domain is already verified, you can just forget about these."
550
  msgstr ""
551
 
552
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
553
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
554
+ #: inc/php/tabs/settings.php:98 inc/php/tabs/settings.php:104
555
+ #: inc/php/tabs/settings.php:110 inc/php/tabs/settings.php:116
556
  msgid "Enter your meta key “content” value from your verification code to verify your website."
557
  msgstr ""
558
 
559
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
560
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
561
+ #: inc/php/tabs/settings.php:80 inc/php/tabs/settings.php:86
562
+ #: inc/php/tabs/settings.php:92 inc/php/tabs/settings.php:98
563
+ #: inc/php/tabs/settings.php:104 inc/php/tabs/settings.php:110
564
+ #: inc/php/tabs/settings.php:116 inc/php/tabs/settings.php:122
565
  msgid "Example:"
566
  msgstr ""
567
 
568
+ #: inc/php/tabs/settings.php:61
569
  msgid "Domain Verification"
570
  msgstr ""
571
 
572
+ #: inc/php/tabs/settings.php:64
573
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
574
  msgstr ""
575
 
576
+ #: inc/php/tabs/settings.php:80
577
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
578
  msgstr ""
579
 
580
+ #: inc/php/tabs/settings.php:86
581
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
582
  msgstr ""
583
 
584
+ #: inc/php/tabs/settings.php:92
585
  msgid "Enter the Twitter username of the publisher."
586
  msgstr ""
587
 
588
+ #: inc/php/tabs/settings.php:120
589
  msgid "Custom meta tags"
590
  msgstr ""
591
 
592
+ #: inc/php/tabs/settings.php:122
593
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
594
  msgstr ""
595
 
596
+ #: inc/php/tabs/settings.php:122
597
  msgid "In this field you can add multiple meta tags."
598
  msgstr ""
599
 
600
+ #: inc/php/tabs/settings.php:130
601
  msgid "Meta tags for Static Home Page only"
602
  msgstr ""
603
 
604
+ #: inc/php/tabs/settings.php:132
605
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
606
  msgstr ""
607
 
608
+ #: inc/php/tabs/settings.php:136
609
  msgid "Home Description"
610
  msgstr ""
611
 
612
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
613
  msgid "Enter a short description of your website (150-250 characters)."
614
  msgstr ""
615
 
616
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
617
  msgid "Most search engines use a maximum of 160 chars for the home description."
618
  msgstr ""
619
 
620
+ #: inc/php/tabs/settings.php:141
621
  msgid "Home Keyword(s)"
622
  msgstr ""
623
 
624
+ #: inc/php/tabs/settings.php:143
625
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
626
  msgstr ""
627
 
628
+ #: inc/php/tabs/settings.php:151
629
  msgid "Meta tags for Default Home Page and Blog Page only"
630
  msgstr ""
631
 
632
+ #: inc/php/tabs/settings.php:153
633
  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."
634
  msgstr ""
635
 
636
+ #: inc/php/tabs/settings.php:157
637
  msgid "Blog Description"
638
  msgstr ""
639
 
640
+ #: inc/php/tabs/settings.php:162
641
  msgid "Blog Keyword(s)"
642
  msgstr ""
643
 
644
+ #: inc/php/tabs/settings.php:164
645
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
646
  msgstr ""
647
 
648
+ #: inc/php/tabs/settings.php:172
649
  msgid "Meta tags for the entire website (Global)"
650
  msgstr ""
651
 
652
+ #: inc/php/tabs/settings.php:174
653
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
654
  msgstr ""
655
 
656
+ #: inc/php/tabs/settings.php:178
657
  msgid "Author"
658
  msgstr ""
659
 
660
+ #: inc/php/tabs/settings.php:183
661
  msgid "Designer"
662
  msgstr ""
663
 
664
+ #: inc/php/tabs/settings.php:188
665
  msgid "Contact"
666
  msgstr ""
667
 
668
+ #: inc/php/tabs/settings.php:193
669
  msgid "Copyright"
670
  msgstr ""
671
 
672
+ #: inc/php/tabs/settings.php:198
673
  msgid "Keyword(s)"
674
  msgstr ""
675
 
676
+ #: inc/php/tabs/settings.php:200
677
  msgid "Enter a comma-delimited list of global keywords for your website."
678
  msgstr ""
679
 
680
+ #: inc/php/tabs/settings.php:213
681
  msgid "Preview"
682
  msgstr ""
683
 
684
+ #: inc/php/tabs/settings.php:215
685
  msgid "Click the \"Save changes\" button to update this preview."
686
  msgstr ""
687
 
688
+ #: inc/php/tabs/settings.php:216
689
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
690
  msgstr ""
691
 
692
+ #: inc/php/tabs/settings.php:220
693
  msgid "Note!"
694
  msgstr ""
695
 
696
+ #: inc/php/tabs/settings.php:221
697
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
698
  msgstr ""
699
 
700
+ #: inc/php/tabs/settings.php:227
701
  msgid "WooCommerce & Google Shopping"
702
  msgstr ""
703
 
704
+ #: inc/php/tabs/settings.php:230
705
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
706
  msgstr ""
707
 
708
+ #: inc/php/tabs/settings.php:231
709
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
710
  msgstr ""
711
 
712
+ #: inc/php/tabs/settings.php:250
713
  #, php-format
714
  msgid "Check these data generated on the pages of your website you can %s here %s ."
715
  msgstr ""
languages/all-meta-tags-it_IT.mo CHANGED
Binary file
languages/all-meta-tags-it_IT.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-23 04:26+0300\n"
7
- "PO-Revision-Date: 2019-03-23 04:26+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Italian\n"
10
  "Language: it_IT\n"
@@ -74,7 +74,7 @@ msgstr ""
74
  msgid "F.A.Q."
75
  msgstr ""
76
 
77
- #: inc/php/page.php:46 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
78
  msgid "Support"
79
  msgstr ""
80
 
@@ -82,36 +82,36 @@ msgstr ""
82
  msgid "Store"
83
  msgstr ""
84
 
85
- #: inc/php/sidebar.php:16
86
  msgid "We are «Space X-Chimp»"
87
  msgstr ""
88
 
89
- #: inc/php/sidebar.php:25
90
  msgid "About"
91
  msgstr "Informazioni"
92
 
93
- #: inc/php/sidebar.php:27
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr "Questo plugin ti permette di aggiungere facilmente tag meta al tuo sito web."
96
 
97
- #: inc/php/sidebar.php:32
98
  msgid "Help"
99
  msgstr "Aiuto"
100
 
101
- #: inc/php/sidebar.php:34
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr ""
104
 
105
- #: inc/php/sidebar.php:41 inc/php/tabs/settings.php:257
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr "Sono uno sviluppatore indipendente, senza un reddito stabile, quindi ogni piccolo contributo è utile a coprire i miei costi e mi consente di impiegare più tempo nello sviluppo di strumenti per persone che come te li apprezzano."
108
 
109
- #: inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr ""
113
 
114
- #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
115
  msgid "Thanks for your support!"
116
  msgstr "Grazie per il tuo supporto!"
117
 
@@ -526,191 +526,191 @@ msgstr ""
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr ""
528
 
529
- #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:205
530
  msgid "Save changes"
531
  msgstr "Salva modifiche"
532
 
533
- #: inc/php/tabs/settings.php:25
534
  msgid "Web Master Tools"
535
  msgstr "Webmaster Tools"
536
 
537
- #: inc/php/tabs/settings.php:28
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr "Webmaster Tools ti richiede di verificare il tuo dominio."
540
 
541
- #: inc/php/tabs/settings.php:29 inc/php/tabs/settings.php:63
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr "Ciò assicura che tu sia il vero proprietario del tuo blog o negozio prima che ti forniscano i loro servizi."
544
 
545
- #: inc/php/tabs/settings.php:30 inc/php/tabs/settings.php:64
546
  msgid "You can use the options below to verify your domain."
547
  msgstr "Puoi usare le opzioni qui sotto per verificare il tuo dominio."
548
 
549
- #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr "Se il tuo dominio è già verificato, puoi semplicemente ignorarle."
552
 
553
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
554
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
555
- #: inc/php/tabs/settings.php:96 inc/php/tabs/settings.php:102
556
- #: inc/php/tabs/settings.php:108 inc/php/tabs/settings.php:114
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica."
559
 
560
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
561
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
562
- #: inc/php/tabs/settings.php:78 inc/php/tabs/settings.php:84
563
- #: inc/php/tabs/settings.php:90 inc/php/tabs/settings.php:96
564
- #: inc/php/tabs/settings.php:102 inc/php/tabs/settings.php:108
565
- #: inc/php/tabs/settings.php:114 inc/php/tabs/settings.php:120
566
  msgid "Example:"
567
  msgstr "Esempio:"
568
 
569
- #: inc/php/tabs/settings.php:59
570
  msgid "Domain Verification"
571
  msgstr "Verifica dominio"
572
 
573
- #: inc/php/tabs/settings.php:62
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr "Servizi di terze parti come Alexa, Pinterest e Google+ ti richiedono di verificare il tuo dominio."
576
 
577
- #: inc/php/tabs/settings.php:78
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr "Inserisci un URL assoluto al tuo profilo Google+."
580
 
581
- #: inc/php/tabs/settings.php:84
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr "Inserisci un URL assoluto al tuo profilo Facebook."
584
 
585
- #: inc/php/tabs/settings.php:90
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr "Inserisci il tuo nome utente Twitter."
588
 
589
- #: inc/php/tabs/settings.php:118
590
  msgid "Custom meta tags"
591
  msgstr "Tag meta personalizzati"
592
 
593
- #: inc/php/tabs/settings.php:120
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr "Se non riesci a trovare un campo per inserire il tuo meta tag richiesto allora puoi aggiungerlo qui."
596
 
597
- #: inc/php/tabs/settings.php:120
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr "In questo campo puoi aggiungere tag meta multipli."
600
 
601
- #: inc/php/tabs/settings.php:128
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr "Tag meta solo per la pagina home statica"
604
 
605
- #: inc/php/tabs/settings.php:130
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home statica del tuo sito web."
608
 
609
- #: inc/php/tabs/settings.php:134
610
  msgid "Home Description"
611
  msgstr "Descrizione home"
612
 
613
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr "Inserisci una breve descrizione del tuo sito web (150-250 caratteri)."
616
 
617
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr "La maggior parte dei motori di ricerca usa un massimo di 160 caratteri per la descrizione della home."
620
 
621
- #: inc/php/tabs/settings.php:139
622
  msgid "Home Keyword(s)"
623
  msgstr "Parole chiave home"
624
 
625
- #: inc/php/tabs/settings.php:141
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina home statica del tuo sito web."
628
 
629
- #: inc/php/tabs/settings.php:149
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr "Tag meta solo per pagina home predefinita e pagina blog"
632
 
633
- #: inc/php/tabs/settings.php:151
634
  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."
635
  msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home predefinita e alla pagina blog del tuo sito web."
636
 
637
- #: inc/php/tabs/settings.php:155
638
  msgid "Blog Description"
639
  msgstr "Descrizione blog"
640
 
641
- #: inc/php/tabs/settings.php:160
642
  msgid "Blog Keyword(s)"
643
  msgstr "Parole chiave blog"
644
 
645
- #: inc/php/tabs/settings.php:162
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina blog del tuo sito web."
648
 
649
- #: inc/php/tabs/settings.php:170
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr "Tag meta per tutto il sito (globale)"
652
 
653
- #: inc/php/tabs/settings.php:172
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Author, Copyright e Keywords ovunque sul tuo sito."
656
 
657
- #: inc/php/tabs/settings.php:176
658
  msgid "Author"
659
  msgstr "Autore"
660
 
661
- #: inc/php/tabs/settings.php:181
662
  msgid "Designer"
663
  msgstr "Designer"
664
 
665
- #: inc/php/tabs/settings.php:186
666
  msgid "Contact"
667
  msgstr "Contatti"
668
 
669
- #: inc/php/tabs/settings.php:191
670
  msgid "Copyright"
671
  msgstr "Copyright"
672
 
673
- #: inc/php/tabs/settings.php:196
674
  msgid "Keyword(s)"
675
  msgstr "Parole chiave"
676
 
677
- #: inc/php/tabs/settings.php:198
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr "Inserisci una lista delimitata da virgole di parole chiave globali per il tuo sito web."
680
 
681
- #: inc/php/tabs/settings.php:208
682
  msgid "Preview"
683
  msgstr ""
684
 
685
- #: inc/php/tabs/settings.php:210
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
- #: inc/php/tabs/settings.php:211
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
- #: inc/php/tabs/settings.php:215
694
  msgid "Note!"
695
  msgstr ""
696
 
697
- #: inc/php/tabs/settings.php:216
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
- #: inc/php/tabs/settings.php:222
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr "WooCommerce & Google Shopping"
704
 
705
- #: inc/php/tabs/settings.php:225
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  msgstr "Questo plugin aggiunge automaticamente i dati strutturati necessari a Google Shopping (Merchant Center) su tutte le pagine prodotto WooCommerce del tuo sito web."
708
 
709
- #: inc/php/tabs/settings.php:226
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr "Ecco il codice per una maglietta da donna al prezzo di 16 dollari e 80 centesimi."
712
 
713
- #: inc/php/tabs/settings.php:245
714
  #, fuzzy, php-format
715
  #| 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>."
716
  msgid "Check these data generated on the pages of your website you can %s here %s ."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-03-31 16:10+0300\n"
7
+ "PO-Revision-Date: 2019-03-31 16:10+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Italian\n"
10
  "Language: it_IT\n"
74
  msgid "F.A.Q."
75
  msgstr ""
76
 
77
+ #: inc/php/page.php:46 inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
78
  msgid "Support"
79
  msgstr ""
80
 
82
  msgid "Store"
83
  msgstr ""
84
 
85
+ #: inc/php/sidebar.php:17
86
  msgid "We are «Space X-Chimp»"
87
  msgstr ""
88
 
89
+ #: inc/php/sidebar.php:28
90
  msgid "About"
91
  msgstr "Informazioni"
92
 
93
+ #: inc/php/sidebar.php:30
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr "Questo plugin ti permette di aggiungere facilmente tag meta al tuo sito web."
96
 
97
+ #: inc/php/sidebar.php:37
98
  msgid "Help"
99
  msgstr "Aiuto"
100
 
101
+ #: inc/php/sidebar.php:39
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr ""
104
 
105
+ #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr "Sono uno sviluppatore indipendente, senza un reddito stabile, quindi ogni piccolo contributo è utile a coprire i miei costi e mi consente di impiegare più tempo nello sviluppo di strumenti per persone che come te li apprezzano."
108
 
109
+ #: inc/php/sidebar.php:53 inc/php/tabs/settings.php:269
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr ""
113
 
114
+ #: inc/php/sidebar.php:55 inc/php/tabs/settings.php:271
115
  msgid "Thanks for your support!"
116
  msgstr "Grazie per il tuo supporto!"
117
 
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr ""
528
 
529
+ #: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:208
530
  msgid "Save changes"
531
  msgstr "Salva modifiche"
532
 
533
+ #: inc/php/tabs/settings.php:27
534
  msgid "Web Master Tools"
535
  msgstr "Webmaster Tools"
536
 
537
+ #: inc/php/tabs/settings.php:30
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr "Webmaster Tools ti richiede di verificare il tuo dominio."
540
 
541
+ #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr "Ciò assicura che tu sia il vero proprietario del tuo blog o negozio prima che ti forniscano i loro servizi."
544
 
545
+ #: inc/php/tabs/settings.php:32 inc/php/tabs/settings.php:66
546
  msgid "You can use the options below to verify your domain."
547
  msgstr "Puoi usare le opzioni qui sotto per verificare il tuo dominio."
548
 
549
+ #: inc/php/tabs/settings.php:33 inc/php/tabs/settings.php:67
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr "Se il tuo dominio è già verificato, puoi semplicemente ignorarle."
552
 
553
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
554
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
555
+ #: inc/php/tabs/settings.php:98 inc/php/tabs/settings.php:104
556
+ #: inc/php/tabs/settings.php:110 inc/php/tabs/settings.php:116
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr "Per verificare il tuo sito web inserisci il valore “content” della tua chiave meta come da tuo codice di verifica."
559
 
560
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
561
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
562
+ #: inc/php/tabs/settings.php:80 inc/php/tabs/settings.php:86
563
+ #: inc/php/tabs/settings.php:92 inc/php/tabs/settings.php:98
564
+ #: inc/php/tabs/settings.php:104 inc/php/tabs/settings.php:110
565
+ #: inc/php/tabs/settings.php:116 inc/php/tabs/settings.php:122
566
  msgid "Example:"
567
  msgstr "Esempio:"
568
 
569
+ #: inc/php/tabs/settings.php:61
570
  msgid "Domain Verification"
571
  msgstr "Verifica dominio"
572
 
573
+ #: inc/php/tabs/settings.php:64
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr "Servizi di terze parti come Alexa, Pinterest e Google+ ti richiedono di verificare il tuo dominio."
576
 
577
+ #: inc/php/tabs/settings.php:80
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr "Inserisci un URL assoluto al tuo profilo Google+."
580
 
581
+ #: inc/php/tabs/settings.php:86
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr "Inserisci un URL assoluto al tuo profilo Facebook."
584
 
585
+ #: inc/php/tabs/settings.php:92
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr "Inserisci il tuo nome utente Twitter."
588
 
589
+ #: inc/php/tabs/settings.php:120
590
  msgid "Custom meta tags"
591
  msgstr "Tag meta personalizzati"
592
 
593
+ #: inc/php/tabs/settings.php:122
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr "Se non riesci a trovare un campo per inserire il tuo meta tag richiesto allora puoi aggiungerlo qui."
596
 
597
+ #: inc/php/tabs/settings.php:122
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr "In questo campo puoi aggiungere tag meta multipli."
600
 
601
+ #: inc/php/tabs/settings.php:130
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr "Tag meta solo per la pagina home statica"
604
 
605
+ #: inc/php/tabs/settings.php:132
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home statica del tuo sito web."
608
 
609
+ #: inc/php/tabs/settings.php:136
610
  msgid "Home Description"
611
  msgstr "Descrizione home"
612
 
613
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr "Inserisci una breve descrizione del tuo sito web (150-250 caratteri)."
616
 
617
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr "La maggior parte dei motori di ricerca usa un massimo di 160 caratteri per la descrizione della home."
620
 
621
+ #: inc/php/tabs/settings.php:141
622
  msgid "Home Keyword(s)"
623
  msgstr "Parole chiave home"
624
 
625
+ #: inc/php/tabs/settings.php:143
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina home statica del tuo sito web."
628
 
629
+ #: inc/php/tabs/settings.php:151
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr "Tag meta solo per pagina home predefinita e pagina blog"
632
 
633
+ #: inc/php/tabs/settings.php:153
634
  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."
635
  msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Description e Keywords solo alla pagina home predefinita e alla pagina blog del tuo sito web."
636
 
637
+ #: inc/php/tabs/settings.php:157
638
  msgid "Blog Description"
639
  msgstr "Descrizione blog"
640
 
641
+ #: inc/php/tabs/settings.php:162
642
  msgid "Blog Keyword(s)"
643
  msgstr "Parole chiave blog"
644
 
645
+ #: inc/php/tabs/settings.php:164
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr "Inserisci una lista delimitata da virgole di parole chiave solo per la pagina blog del tuo sito web."
648
 
649
+ #: inc/php/tabs/settings.php:172
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr "Tag meta per tutto il sito (globale)"
652
 
653
+ #: inc/php/tabs/settings.php:174
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  msgstr "Puoi usare le opzioni qui sotto per aggiungere tag meta quali Author, Copyright e Keywords ovunque sul tuo sito."
656
 
657
+ #: inc/php/tabs/settings.php:178
658
  msgid "Author"
659
  msgstr "Autore"
660
 
661
+ #: inc/php/tabs/settings.php:183
662
  msgid "Designer"
663
  msgstr "Designer"
664
 
665
+ #: inc/php/tabs/settings.php:188
666
  msgid "Contact"
667
  msgstr "Contatti"
668
 
669
+ #: inc/php/tabs/settings.php:193
670
  msgid "Copyright"
671
  msgstr "Copyright"
672
 
673
+ #: inc/php/tabs/settings.php:198
674
  msgid "Keyword(s)"
675
  msgstr "Parole chiave"
676
 
677
+ #: inc/php/tabs/settings.php:200
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr "Inserisci una lista delimitata da virgole di parole chiave globali per il tuo sito web."
680
 
681
+ #: inc/php/tabs/settings.php:213
682
  msgid "Preview"
683
  msgstr ""
684
 
685
+ #: inc/php/tabs/settings.php:215
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
+ #: inc/php/tabs/settings.php:216
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
+ #: inc/php/tabs/settings.php:220
694
  msgid "Note!"
695
  msgstr ""
696
 
697
+ #: inc/php/tabs/settings.php:221
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
+ #: inc/php/tabs/settings.php:227
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr "WooCommerce & Google Shopping"
704
 
705
+ #: inc/php/tabs/settings.php:230
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  msgstr "Questo plugin aggiunge automaticamente i dati strutturati necessari a Google Shopping (Merchant Center) su tutte le pagine prodotto WooCommerce del tuo sito web."
708
 
709
+ #: inc/php/tabs/settings.php:231
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr "Ecco il codice per una maglietta da donna al prezzo di 16 dollari e 80 centesimi."
712
 
713
+ #: inc/php/tabs/settings.php:250
714
  #, fuzzy, php-format
715
  #| 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>."
716
  msgid "Check these data generated on the pages of your website you can %s here %s ."
languages/all-meta-tags-nl_NL.mo CHANGED
Binary file
languages/all-meta-tags-nl_NL.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-23 04:26+0300\n"
7
- "PO-Revision-Date: 2019-03-23 04:26+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
@@ -74,7 +74,7 @@ msgstr "Gebruik"
74
  msgid "F.A.Q."
75
  msgstr "F.A.Q."
76
 
77
- #: inc/php/page.php:46 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
78
  msgid "Support"
79
  msgstr "Ondersteuning"
80
 
@@ -82,36 +82,36 @@ msgstr "Ondersteuning"
82
  msgid "Store"
83
  msgstr "Winkel"
84
 
85
- #: inc/php/sidebar.php:16
86
  msgid "We are «Space X-Chimp»"
87
  msgstr "Wij zijn «Space X-Chimp»"
88
 
89
- #: inc/php/sidebar.php:25
90
  msgid "About"
91
  msgstr "Over"
92
 
93
- #: inc/php/sidebar.php:27
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr ""
96
 
97
- #: inc/php/sidebar.php:32
98
  msgid "Help"
99
  msgstr "Helpen"
100
 
101
- #: inc/php/sidebar.php:34
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
104
 
105
- #: inc/php/sidebar.php:41 inc/php/tabs/settings.php:257
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr ""
108
 
109
- #: inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr "Doneer via PayPal"
113
 
114
- #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
115
  msgid "Thanks for your support!"
116
  msgstr "Bedankt voor uw steun!"
117
 
@@ -526,191 +526,191 @@ msgstr "Je kunt je vraag op %s deze pagina %s stellen."
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
528
 
529
- #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:205
530
  msgid "Save changes"
531
  msgstr "Wijzigingen opslaan"
532
 
533
- #: inc/php/tabs/settings.php:25
534
  msgid "Web Master Tools"
535
  msgstr ""
536
 
537
- #: inc/php/tabs/settings.php:28
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr ""
540
 
541
- #: inc/php/tabs/settings.php:29 inc/php/tabs/settings.php:63
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr ""
544
 
545
- #: inc/php/tabs/settings.php:30 inc/php/tabs/settings.php:64
546
  msgid "You can use the options below to verify your domain."
547
  msgstr ""
548
 
549
- #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr ""
552
 
553
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
554
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
555
- #: inc/php/tabs/settings.php:96 inc/php/tabs/settings.php:102
556
- #: inc/php/tabs/settings.php:108 inc/php/tabs/settings.php:114
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr ""
559
 
560
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
561
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
562
- #: inc/php/tabs/settings.php:78 inc/php/tabs/settings.php:84
563
- #: inc/php/tabs/settings.php:90 inc/php/tabs/settings.php:96
564
- #: inc/php/tabs/settings.php:102 inc/php/tabs/settings.php:108
565
- #: inc/php/tabs/settings.php:114 inc/php/tabs/settings.php:120
566
  msgid "Example:"
567
  msgstr ""
568
 
569
- #: inc/php/tabs/settings.php:59
570
  msgid "Domain Verification"
571
  msgstr ""
572
 
573
- #: inc/php/tabs/settings.php:62
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr ""
576
 
577
- #: inc/php/tabs/settings.php:78
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr ""
580
 
581
- #: inc/php/tabs/settings.php:84
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr ""
584
 
585
- #: inc/php/tabs/settings.php:90
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr ""
588
 
589
- #: inc/php/tabs/settings.php:118
590
  msgid "Custom meta tags"
591
  msgstr ""
592
 
593
- #: inc/php/tabs/settings.php:120
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr ""
596
 
597
- #: inc/php/tabs/settings.php:120
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr ""
600
 
601
- #: inc/php/tabs/settings.php:128
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr ""
604
 
605
- #: inc/php/tabs/settings.php:130
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  msgstr ""
608
 
609
- #: inc/php/tabs/settings.php:134
610
  msgid "Home Description"
611
  msgstr ""
612
 
613
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr ""
616
 
617
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr ""
620
 
621
- #: inc/php/tabs/settings.php:139
622
  msgid "Home Keyword(s)"
623
  msgstr ""
624
 
625
- #: inc/php/tabs/settings.php:141
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  msgstr ""
628
 
629
- #: inc/php/tabs/settings.php:149
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr ""
632
 
633
- #: inc/php/tabs/settings.php:151
634
  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."
635
  msgstr ""
636
 
637
- #: inc/php/tabs/settings.php:155
638
  msgid "Blog Description"
639
  msgstr ""
640
 
641
- #: inc/php/tabs/settings.php:160
642
  msgid "Blog Keyword(s)"
643
  msgstr ""
644
 
645
- #: inc/php/tabs/settings.php:162
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr ""
648
 
649
- #: inc/php/tabs/settings.php:170
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr ""
652
 
653
- #: inc/php/tabs/settings.php:172
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  msgstr ""
656
 
657
- #: inc/php/tabs/settings.php:176
658
  msgid "Author"
659
  msgstr ""
660
 
661
- #: inc/php/tabs/settings.php:181
662
  msgid "Designer"
663
  msgstr ""
664
 
665
- #: inc/php/tabs/settings.php:186
666
  msgid "Contact"
667
  msgstr ""
668
 
669
- #: inc/php/tabs/settings.php:191
670
  msgid "Copyright"
671
  msgstr ""
672
 
673
- #: inc/php/tabs/settings.php:196
674
  msgid "Keyword(s)"
675
  msgstr ""
676
 
677
- #: inc/php/tabs/settings.php:198
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr ""
680
 
681
- #: inc/php/tabs/settings.php:208
682
  msgid "Preview"
683
  msgstr ""
684
 
685
- #: inc/php/tabs/settings.php:210
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
- #: inc/php/tabs/settings.php:211
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
- #: inc/php/tabs/settings.php:215
694
  msgid "Note!"
695
  msgstr ""
696
 
697
- #: inc/php/tabs/settings.php:216
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
- #: inc/php/tabs/settings.php:222
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr ""
704
 
705
- #: inc/php/tabs/settings.php:225
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  msgstr ""
708
 
709
- #: inc/php/tabs/settings.php:226
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr ""
712
 
713
- #: inc/php/tabs/settings.php:245
714
  #, php-format
715
  msgid "Check these data generated on the pages of your website you can %s here %s ."
716
  msgstr ""
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-03-31 16:10+0300\n"
7
+ "PO-Revision-Date: 2019-03-31 16:10+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Dutch\n"
10
  "Language: nl_NL\n"
74
  msgid "F.A.Q."
75
  msgstr "F.A.Q."
76
 
77
+ #: inc/php/page.php:46 inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
78
  msgid "Support"
79
  msgstr "Ondersteuning"
80
 
82
  msgid "Store"
83
  msgstr "Winkel"
84
 
85
+ #: inc/php/sidebar.php:17
86
  msgid "We are «Space X-Chimp»"
87
  msgstr "Wij zijn «Space X-Chimp»"
88
 
89
+ #: inc/php/sidebar.php:28
90
  msgid "About"
91
  msgstr "Over"
92
 
93
+ #: inc/php/sidebar.php:30
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr ""
96
 
97
+ #: inc/php/sidebar.php:37
98
  msgid "Help"
99
  msgstr "Helpen"
100
 
101
+ #: inc/php/sidebar.php:39
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
104
 
105
+ #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr ""
108
 
109
+ #: inc/php/sidebar.php:53 inc/php/tabs/settings.php:269
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr "Doneer via PayPal"
113
 
114
+ #: inc/php/sidebar.php:55 inc/php/tabs/settings.php:271
115
  msgid "Thanks for your support!"
116
  msgstr "Bedankt voor uw steun!"
117
 
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
528
 
529
+ #: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:208
530
  msgid "Save changes"
531
  msgstr "Wijzigingen opslaan"
532
 
533
+ #: inc/php/tabs/settings.php:27
534
  msgid "Web Master Tools"
535
  msgstr ""
536
 
537
+ #: inc/php/tabs/settings.php:30
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr ""
540
 
541
+ #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr ""
544
 
545
+ #: inc/php/tabs/settings.php:32 inc/php/tabs/settings.php:66
546
  msgid "You can use the options below to verify your domain."
547
  msgstr ""
548
 
549
+ #: inc/php/tabs/settings.php:33 inc/php/tabs/settings.php:67
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr ""
552
 
553
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
554
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
555
+ #: inc/php/tabs/settings.php:98 inc/php/tabs/settings.php:104
556
+ #: inc/php/tabs/settings.php:110 inc/php/tabs/settings.php:116
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr ""
559
 
560
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
561
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
562
+ #: inc/php/tabs/settings.php:80 inc/php/tabs/settings.php:86
563
+ #: inc/php/tabs/settings.php:92 inc/php/tabs/settings.php:98
564
+ #: inc/php/tabs/settings.php:104 inc/php/tabs/settings.php:110
565
+ #: inc/php/tabs/settings.php:116 inc/php/tabs/settings.php:122
566
  msgid "Example:"
567
  msgstr ""
568
 
569
+ #: inc/php/tabs/settings.php:61
570
  msgid "Domain Verification"
571
  msgstr ""
572
 
573
+ #: inc/php/tabs/settings.php:64
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr ""
576
 
577
+ #: inc/php/tabs/settings.php:80
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr ""
580
 
581
+ #: inc/php/tabs/settings.php:86
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr ""
584
 
585
+ #: inc/php/tabs/settings.php:92
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr ""
588
 
589
+ #: inc/php/tabs/settings.php:120
590
  msgid "Custom meta tags"
591
  msgstr ""
592
 
593
+ #: inc/php/tabs/settings.php:122
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr ""
596
 
597
+ #: inc/php/tabs/settings.php:122
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr ""
600
 
601
+ #: inc/php/tabs/settings.php:130
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr ""
604
 
605
+ #: inc/php/tabs/settings.php:132
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  msgstr ""
608
 
609
+ #: inc/php/tabs/settings.php:136
610
  msgid "Home Description"
611
  msgstr ""
612
 
613
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr ""
616
 
617
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr ""
620
 
621
+ #: inc/php/tabs/settings.php:141
622
  msgid "Home Keyword(s)"
623
  msgstr ""
624
 
625
+ #: inc/php/tabs/settings.php:143
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  msgstr ""
628
 
629
+ #: inc/php/tabs/settings.php:151
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr ""
632
 
633
+ #: inc/php/tabs/settings.php:153
634
  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."
635
  msgstr ""
636
 
637
+ #: inc/php/tabs/settings.php:157
638
  msgid "Blog Description"
639
  msgstr ""
640
 
641
+ #: inc/php/tabs/settings.php:162
642
  msgid "Blog Keyword(s)"
643
  msgstr ""
644
 
645
+ #: inc/php/tabs/settings.php:164
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr ""
648
 
649
+ #: inc/php/tabs/settings.php:172
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr ""
652
 
653
+ #: inc/php/tabs/settings.php:174
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  msgstr ""
656
 
657
+ #: inc/php/tabs/settings.php:178
658
  msgid "Author"
659
  msgstr ""
660
 
661
+ #: inc/php/tabs/settings.php:183
662
  msgid "Designer"
663
  msgstr ""
664
 
665
+ #: inc/php/tabs/settings.php:188
666
  msgid "Contact"
667
  msgstr ""
668
 
669
+ #: inc/php/tabs/settings.php:193
670
  msgid "Copyright"
671
  msgstr ""
672
 
673
+ #: inc/php/tabs/settings.php:198
674
  msgid "Keyword(s)"
675
  msgstr ""
676
 
677
+ #: inc/php/tabs/settings.php:200
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr ""
680
 
681
+ #: inc/php/tabs/settings.php:213
682
  msgid "Preview"
683
  msgstr ""
684
 
685
+ #: inc/php/tabs/settings.php:215
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
+ #: inc/php/tabs/settings.php:216
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
+ #: inc/php/tabs/settings.php:220
694
  msgid "Note!"
695
  msgstr ""
696
 
697
+ #: inc/php/tabs/settings.php:221
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
+ #: inc/php/tabs/settings.php:227
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr ""
704
 
705
+ #: inc/php/tabs/settings.php:230
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  msgstr ""
708
 
709
+ #: inc/php/tabs/settings.php:231
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr ""
712
 
713
+ #: inc/php/tabs/settings.php:250
714
  #, php-format
715
  msgid "Check these data generated on the pages of your website you can %s here %s ."
716
  msgstr ""
languages/all-meta-tags-ru_RU.mo CHANGED
Binary file
languages/all-meta-tags-ru_RU.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
- "POT-Creation-Date: 2019-03-23 04:26+0300\n"
7
- "PO-Revision-Date: 2019-03-23 04:26+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -74,7 +74,7 @@ msgstr "Применение"
74
  msgid "F.A.Q."
75
  msgstr "F.A.Q."
76
 
77
- #: inc/php/page.php:46 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
78
  msgid "Support"
79
  msgstr "Поддержка"
80
 
@@ -82,36 +82,36 @@ msgstr "Поддержка"
82
  msgid "Store"
83
  msgstr "Магазин"
84
 
85
- #: inc/php/sidebar.php:16
86
  msgid "We are «Space X-Chimp»"
87
  msgstr "Мы «Space X-Chimp»"
88
 
89
- #: inc/php/sidebar.php:25
90
  msgid "About"
91
  msgstr "О плагине"
92
 
93
- #: inc/php/sidebar.php:27
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr ""
96
 
97
- #: inc/php/sidebar.php:32
98
  msgid "Help"
99
  msgstr "Помощь"
100
 
101
- #: inc/php/sidebar.php:34
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
104
 
105
- #: inc/php/sidebar.php:41 inc/php/tabs/settings.php:257
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
108
 
109
- #: inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr "Пожертвовать через PayPal"
113
 
114
- #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
115
  msgid "Thanks for your support!"
116
  msgstr "Спасибо за вашу поддержку!"
117
 
@@ -526,191 +526,191 @@ msgstr "Вы можете задать ваш вопрос на %s этой ст
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
528
 
529
- #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:205
530
  msgid "Save changes"
531
  msgstr "Сохранить изменения"
532
 
533
- #: inc/php/tabs/settings.php:25
534
  msgid "Web Master Tools"
535
  msgstr "Веб-мастер инструменты"
536
 
537
- #: inc/php/tabs/settings.php:28
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr "Webmaster Tools требует подтверждения вашего домена."
540
 
541
- #: inc/php/tabs/settings.php:29 inc/php/tabs/settings.php:63
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr "Это подтвердит то, что вы действительно являетесь владельцем своего блога или магазина, прежде чем они смогут предоставить вам свои услуги."
544
 
545
- #: inc/php/tabs/settings.php:30 inc/php/tabs/settings.php:64
546
  msgid "You can use the options below to verify your domain."
547
  msgstr "Вы можете использовать следующие параметры, чтобы подтвердить свой домен."
548
 
549
- #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr "Если ваш домен уже проверен, вы можете просто забыть об этих полях."
552
 
553
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
554
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
555
- #: inc/php/tabs/settings.php:96 inc/php/tabs/settings.php:102
556
- #: inc/php/tabs/settings.php:108 inc/php/tabs/settings.php:114
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта."
559
 
560
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
561
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
562
- #: inc/php/tabs/settings.php:78 inc/php/tabs/settings.php:84
563
- #: inc/php/tabs/settings.php:90 inc/php/tabs/settings.php:96
564
- #: inc/php/tabs/settings.php:102 inc/php/tabs/settings.php:108
565
- #: inc/php/tabs/settings.php:114 inc/php/tabs/settings.php:120
566
  msgid "Example:"
567
  msgstr "Пример:"
568
 
569
- #: inc/php/tabs/settings.php:59
570
  msgid "Domain Verification"
571
  msgstr "Подтверждение домена"
572
 
573
- #: inc/php/tabs/settings.php:62
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr "Сторонние службы, такие как Alexa, Pinterest и Google-Plus, требуют подтверждения вашего домена."
576
 
577
- #: inc/php/tabs/settings.php:78
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr "Введите полный URL к профилю в Google+."
580
 
581
- #: inc/php/tabs/settings.php:84
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr "Введите полный URL-адрес профиля пользователя в Facebook."
584
 
585
- #: inc/php/tabs/settings.php:90
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr "Введите имя пользователя в Twitter."
588
 
589
- #: inc/php/tabs/settings.php:118
590
  msgid "Custom meta tags"
591
  msgstr "Пользовательские мета-теги"
592
 
593
- #: inc/php/tabs/settings.php:120
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr "Если вы не можете найти поле для нужного вам мета-тега, то добавьте ваш мета-тег сюда."
596
 
597
- #: inc/php/tabs/settings.php:120
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr "В это поле вы можете добавить несколько мета-тегов."
600
 
601
- #: inc/php/tabs/settings.php:128
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr "Мета-теги только для Static Home Page"
604
 
605
- #: inc/php/tabs/settings.php:130
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Description и Keywords только на Static Home Page страницу вашего веб-сайта."
608
 
609
- #: inc/php/tabs/settings.php:134
610
  msgid "Home Description"
611
  msgstr "Описание главной страницы"
612
 
613
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr "Введите краткое описание для вашего веб-сайта (150-250 символов)."
616
 
617
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr "Большинство поисковых систем используют максимум 160 символов для описания домашней страницы."
620
 
621
- #: inc/php/tabs/settings.php:139
622
  msgid "Home Keyword(s)"
623
  msgstr "Ключевые слова главной страницы"
624
 
625
- #: inc/php/tabs/settings.php:141
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  msgstr "Введите, разделенный запятыми, список ключевых слов для только Static Home Page вашего веб-сайта."
628
 
629
- #: inc/php/tabs/settings.php:149
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr "Мета-теги для Default Home Page и только Blog Page"
632
 
633
- #: inc/php/tabs/settings.php:151
634
  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."
635
  msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Description и Keywords только на Default Home Page и Blog Page страницы вашего веб-сайта."
636
 
637
- #: inc/php/tabs/settings.php:155
638
  msgid "Blog Description"
639
  msgstr "Описание блога"
640
 
641
- #: inc/php/tabs/settings.php:160
642
  msgid "Blog Keyword(s)"
643
  msgstr "Ключевые слова блога"
644
 
645
- #: inc/php/tabs/settings.php:162
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr "Введите, разделенный запятыми, список ключевых слов для только Blog Page вашего веб-сайта."
648
 
649
- #: inc/php/tabs/settings.php:170
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr "Мета-теги для всего веб-сайта (Глобальные)"
652
 
653
- #: inc/php/tabs/settings.php:172
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Author, Copyright и Keywords на каждую страницу вашего веб-сайта."
656
 
657
- #: inc/php/tabs/settings.php:176
658
  msgid "Author"
659
  msgstr "Автор"
660
 
661
- #: inc/php/tabs/settings.php:181
662
  msgid "Designer"
663
  msgstr "Дизайнер"
664
 
665
- #: inc/php/tabs/settings.php:186
666
  msgid "Contact"
667
  msgstr "Контакты"
668
 
669
- #: inc/php/tabs/settings.php:191
670
  msgid "Copyright"
671
  msgstr "Copyright"
672
 
673
- #: inc/php/tabs/settings.php:196
674
  msgid "Keyword(s)"
675
  msgstr "Ключевые слова"
676
 
677
- #: inc/php/tabs/settings.php:198
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr "Введите, разделенный запятыми, список глобальных ключевых слов для вашего веб-сайта."
680
 
681
- #: inc/php/tabs/settings.php:208
682
  msgid "Preview"
683
  msgstr ""
684
 
685
- #: inc/php/tabs/settings.php:210
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
- #: inc/php/tabs/settings.php:211
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
- #: inc/php/tabs/settings.php:215
694
  msgid "Note!"
695
  msgstr ""
696
 
697
- #: inc/php/tabs/settings.php:216
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
- #: inc/php/tabs/settings.php:222
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr "WooCommerce и Google Shopping"
704
 
705
- #: inc/php/tabs/settings.php:225
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  msgstr "Этот плагин автоматически добавляет необходимые Google Shopping (Merchant Center) мета теги на все страницы WooCommerce продуктов."
708
 
709
- #: inc/php/tabs/settings.php:226
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr "Вот так выглядит разметка для женской футболки которая продаётся за 16 долларов и 80 центов США."
712
 
713
- #: inc/php/tabs/settings.php:245
714
  #, fuzzy, php-format
715
  #| 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>."
716
  msgid "Check these data generated on the pages of your website you can %s here %s ."
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-03-31 16:10+0300\n"
7
+ "PO-Revision-Date: 2019-03-31 16:10+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
74
  msgid "F.A.Q."
75
  msgstr "F.A.Q."
76
 
77
+ #: inc/php/page.php:46 inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
78
  msgid "Support"
79
  msgstr "Поддержка"
80
 
82
  msgid "Store"
83
  msgstr "Магазин"
84
 
85
+ #: inc/php/sidebar.php:17
86
  msgid "We are «Space X-Chimp»"
87
  msgstr "Мы «Space X-Chimp»"
88
 
89
+ #: inc/php/sidebar.php:28
90
  msgid "About"
91
  msgstr "О плагине"
92
 
93
+ #: inc/php/sidebar.php:30
94
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
95
  msgstr ""
96
 
97
+ #: inc/php/sidebar.php:37
98
  msgid "Help"
99
  msgstr "Помощь"
100
 
101
+ #: inc/php/sidebar.php:39
102
  msgid "If you have a question, please read the information in the FAQ section."
103
  msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
104
 
105
+ #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
106
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
107
  msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
108
 
109
+ #: inc/php/sidebar.php:53 inc/php/tabs/settings.php:269
110
  #: inc/php/tabs/support.php:21
111
  msgid "Donate with PayPal"
112
  msgstr "Пожертвовать через PayPal"
113
 
114
+ #: inc/php/sidebar.php:55 inc/php/tabs/settings.php:271
115
  msgid "Thanks for your support!"
116
  msgstr "Спасибо за вашу поддержку!"
117
 
526
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
527
  msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
528
 
529
+ #: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:208
530
  msgid "Save changes"
531
  msgstr "Сохранить изменения"
532
 
533
+ #: inc/php/tabs/settings.php:27
534
  msgid "Web Master Tools"
535
  msgstr "Веб-мастер инструменты"
536
 
537
+ #: inc/php/tabs/settings.php:30
538
  msgid "Webmaster Tools require you to verify your domain."
539
  msgstr "Webmaster Tools требует подтверждения вашего домена."
540
 
541
+ #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
542
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
543
  msgstr "Это подтвердит то, что вы действительно являетесь владельцем своего блога или магазина, прежде чем они смогут предоставить вам свои услуги."
544
 
545
+ #: inc/php/tabs/settings.php:32 inc/php/tabs/settings.php:66
546
  msgid "You can use the options below to verify your domain."
547
  msgstr "Вы можете использовать следующие параметры, чтобы подтвердить свой домен."
548
 
549
+ #: inc/php/tabs/settings.php:33 inc/php/tabs/settings.php:67
550
  msgid "If your domain is already verified, you can just forget about these."
551
  msgstr "Если ваш домен уже проверен, вы можете просто забыть об этих полях."
552
 
553
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
554
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
555
+ #: inc/php/tabs/settings.php:98 inc/php/tabs/settings.php:104
556
+ #: inc/php/tabs/settings.php:110 inc/php/tabs/settings.php:116
557
  msgid "Enter your meta key “content” value from your verification code to verify your website."
558
  msgstr "Введите содержимое ключа “content” из верификационного meta кода для проверки вашего веб-сайта."
559
 
560
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
561
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
562
+ #: inc/php/tabs/settings.php:80 inc/php/tabs/settings.php:86
563
+ #: inc/php/tabs/settings.php:92 inc/php/tabs/settings.php:98
564
+ #: inc/php/tabs/settings.php:104 inc/php/tabs/settings.php:110
565
+ #: inc/php/tabs/settings.php:116 inc/php/tabs/settings.php:122
566
  msgid "Example:"
567
  msgstr "Пример:"
568
 
569
+ #: inc/php/tabs/settings.php:61
570
  msgid "Domain Verification"
571
  msgstr "Подтверждение домена"
572
 
573
+ #: inc/php/tabs/settings.php:64
574
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
575
  msgstr "Сторонние службы, такие как Alexa, Pinterest и Google-Plus, требуют подтверждения вашего домена."
576
 
577
+ #: inc/php/tabs/settings.php:80
578
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
579
  msgstr "Введите полный URL к профилю в Google+."
580
 
581
+ #: inc/php/tabs/settings.php:86
582
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
583
  msgstr "Введите полный URL-адрес профиля пользователя в Facebook."
584
 
585
+ #: inc/php/tabs/settings.php:92
586
  msgid "Enter the Twitter username of the publisher."
587
  msgstr "Введите имя пользователя в Twitter."
588
 
589
+ #: inc/php/tabs/settings.php:120
590
  msgid "Custom meta tags"
591
  msgstr "Пользовательские мета-теги"
592
 
593
+ #: inc/php/tabs/settings.php:122
594
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
595
  msgstr "Если вы не можете найти поле для нужного вам мета-тега, то добавьте ваш мета-тег сюда."
596
 
597
+ #: inc/php/tabs/settings.php:122
598
  msgid "In this field you can add multiple meta tags."
599
  msgstr "В это поле вы можете добавить несколько мета-тегов."
600
 
601
+ #: inc/php/tabs/settings.php:130
602
  msgid "Meta tags for Static Home Page only"
603
  msgstr "Мета-теги только для Static Home Page"
604
 
605
+ #: inc/php/tabs/settings.php:132
606
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
607
  msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Description и Keywords только на Static Home Page страницу вашего веб-сайта."
608
 
609
+ #: inc/php/tabs/settings.php:136
610
  msgid "Home Description"
611
  msgstr "Описание главной страницы"
612
 
613
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
614
  msgid "Enter a short description of your website (150-250 characters)."
615
  msgstr "Введите краткое описание для вашего веб-сайта (150-250 символов)."
616
 
617
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
618
  msgid "Most search engines use a maximum of 160 chars for the home description."
619
  msgstr "Большинство поисковых систем используют максимум 160 символов для описания домашней страницы."
620
 
621
+ #: inc/php/tabs/settings.php:141
622
  msgid "Home Keyword(s)"
623
  msgstr "Ключевые слова главной страницы"
624
 
625
+ #: inc/php/tabs/settings.php:143
626
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
627
  msgstr "Введите, разделенный запятыми, список ключевых слов для только Static Home Page вашего веб-сайта."
628
 
629
+ #: inc/php/tabs/settings.php:151
630
  msgid "Meta tags for Default Home Page and Blog Page only"
631
  msgstr "Мета-теги для Default Home Page и только Blog Page"
632
 
633
+ #: inc/php/tabs/settings.php:153
634
  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."
635
  msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Description и Keywords только на Default Home Page и Blog Page страницы вашего веб-сайта."
636
 
637
+ #: inc/php/tabs/settings.php:157
638
  msgid "Blog Description"
639
  msgstr "Описание блога"
640
 
641
+ #: inc/php/tabs/settings.php:162
642
  msgid "Blog Keyword(s)"
643
  msgstr "Ключевые слова блога"
644
 
645
+ #: inc/php/tabs/settings.php:164
646
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
647
  msgstr "Введите, разделенный запятыми, список ключевых слов для только Blog Page вашего веб-сайта."
648
 
649
+ #: inc/php/tabs/settings.php:172
650
  msgid "Meta tags for the entire website (Global)"
651
  msgstr "Мета-теги для всего веб-сайта (Глобальные)"
652
 
653
+ #: inc/php/tabs/settings.php:174
654
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
655
  msgstr "Вы можете использовать ниже-расположенные опции для добавления мета тегов таких как Author, Copyright и Keywords на каждую страницу вашего веб-сайта."
656
 
657
+ #: inc/php/tabs/settings.php:178
658
  msgid "Author"
659
  msgstr "Автор"
660
 
661
+ #: inc/php/tabs/settings.php:183
662
  msgid "Designer"
663
  msgstr "Дизайнер"
664
 
665
+ #: inc/php/tabs/settings.php:188
666
  msgid "Contact"
667
  msgstr "Контакты"
668
 
669
+ #: inc/php/tabs/settings.php:193
670
  msgid "Copyright"
671
  msgstr "Copyright"
672
 
673
+ #: inc/php/tabs/settings.php:198
674
  msgid "Keyword(s)"
675
  msgstr "Ключевые слова"
676
 
677
+ #: inc/php/tabs/settings.php:200
678
  msgid "Enter a comma-delimited list of global keywords for your website."
679
  msgstr "Введите, разделенный запятыми, список глобальных ключевых слов для вашего веб-сайта."
680
 
681
+ #: inc/php/tabs/settings.php:213
682
  msgid "Preview"
683
  msgstr ""
684
 
685
+ #: inc/php/tabs/settings.php:215
686
  msgid "Click the \"Save changes\" button to update this preview."
687
  msgstr ""
688
 
689
+ #: inc/php/tabs/settings.php:216
690
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
691
  msgstr ""
692
 
693
+ #: inc/php/tabs/settings.php:220
694
  msgid "Note!"
695
  msgstr ""
696
 
697
+ #: inc/php/tabs/settings.php:221
698
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
699
  msgstr ""
700
 
701
+ #: inc/php/tabs/settings.php:227
702
  msgid "WooCommerce & Google Shopping"
703
  msgstr "WooCommerce и Google Shopping"
704
 
705
+ #: inc/php/tabs/settings.php:230
706
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
707
  msgstr "Этот плагин автоматически добавляет необходимые Google Shopping (Merchant Center) мета теги на все страницы WooCommerce продуктов."
708
 
709
+ #: inc/php/tabs/settings.php:231
710
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
711
  msgstr "Вот так выглядит разметка для женской футболки которая продаётся за 16 долларов и 80 центов США."
712
 
713
+ #: inc/php/tabs/settings.php:250
714
  #, fuzzy, php-format
715
  #| 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>."
716
  msgid "Check these data generated on the pages of your website you can %s here %s ."
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: 2019-03-23 04:26+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -72,7 +72,7 @@ msgstr ""
72
  msgid "F.A.Q."
73
  msgstr ""
74
 
75
- #: inc/php/page.php:46 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
76
  msgid "Support"
77
  msgstr ""
78
 
@@ -80,36 +80,36 @@ msgstr ""
80
  msgid "Store"
81
  msgstr ""
82
 
83
- #: inc/php/sidebar.php:16
84
  msgid "We are «Space X-Chimp»"
85
  msgstr ""
86
 
87
- #: inc/php/sidebar.php:25
88
  msgid "About"
89
  msgstr ""
90
 
91
- #: inc/php/sidebar.php:27
92
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
93
  msgstr ""
94
 
95
- #: inc/php/sidebar.php:32
96
  msgid "Help"
97
  msgstr ""
98
 
99
- #: inc/php/sidebar.php:34
100
  msgid "If you have a question, please read the information in the FAQ section."
101
  msgstr ""
102
 
103
- #: inc/php/sidebar.php:41 inc/php/tabs/settings.php:257
104
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
105
  msgstr ""
106
 
107
- #: inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
108
  #: inc/php/tabs/support.php:21
109
  msgid "Donate with PayPal"
110
  msgstr ""
111
 
112
- #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
113
  msgid "Thanks for your support!"
114
  msgstr ""
115
 
@@ -524,191 +524,191 @@ msgstr ""
524
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
525
  msgstr ""
526
 
527
- #: inc/php/tabs/settings.php:21 inc/php/tabs/settings.php:205
528
  msgid "Save changes"
529
  msgstr ""
530
 
531
- #: inc/php/tabs/settings.php:25
532
  msgid "Web Master Tools"
533
  msgstr ""
534
 
535
- #: inc/php/tabs/settings.php:28
536
  msgid "Webmaster Tools require you to verify your domain."
537
  msgstr ""
538
 
539
- #: inc/php/tabs/settings.php:29 inc/php/tabs/settings.php:63
540
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
541
  msgstr ""
542
 
543
- #: inc/php/tabs/settings.php:30 inc/php/tabs/settings.php:64
544
  msgid "You can use the options below to verify your domain."
545
  msgstr ""
546
 
547
- #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
548
  msgid "If your domain is already verified, you can just forget about these."
549
  msgstr ""
550
 
551
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
552
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
553
- #: inc/php/tabs/settings.php:96 inc/php/tabs/settings.php:102
554
- #: inc/php/tabs/settings.php:108 inc/php/tabs/settings.php:114
555
  msgid "Enter your meta key “content” value from your verification code to verify your website."
556
  msgstr ""
557
 
558
- #: inc/php/tabs/settings.php:38 inc/php/tabs/settings.php:44
559
- #: inc/php/tabs/settings.php:50 inc/php/tabs/settings.php:72
560
- #: inc/php/tabs/settings.php:78 inc/php/tabs/settings.php:84
561
- #: inc/php/tabs/settings.php:90 inc/php/tabs/settings.php:96
562
- #: inc/php/tabs/settings.php:102 inc/php/tabs/settings.php:108
563
- #: inc/php/tabs/settings.php:114 inc/php/tabs/settings.php:120
564
  msgid "Example:"
565
  msgstr ""
566
 
567
- #: inc/php/tabs/settings.php:59
568
  msgid "Domain Verification"
569
  msgstr ""
570
 
571
- #: inc/php/tabs/settings.php:62
572
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
573
  msgstr ""
574
 
575
- #: inc/php/tabs/settings.php:78
576
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
577
  msgstr ""
578
 
579
- #: inc/php/tabs/settings.php:84
580
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
581
  msgstr ""
582
 
583
- #: inc/php/tabs/settings.php:90
584
  msgid "Enter the Twitter username of the publisher."
585
  msgstr ""
586
 
587
- #: inc/php/tabs/settings.php:118
588
  msgid "Custom meta tags"
589
  msgstr ""
590
 
591
- #: inc/php/tabs/settings.php:120
592
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
593
  msgstr ""
594
 
595
- #: inc/php/tabs/settings.php:120
596
  msgid "In this field you can add multiple meta tags."
597
  msgstr ""
598
 
599
- #: inc/php/tabs/settings.php:128
600
  msgid "Meta tags for Static Home Page only"
601
  msgstr ""
602
 
603
- #: inc/php/tabs/settings.php:130
604
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
605
  msgstr ""
606
 
607
- #: inc/php/tabs/settings.php:134
608
  msgid "Home Description"
609
  msgstr ""
610
 
611
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
612
  msgid "Enter a short description of your website (150-250 characters)."
613
  msgstr ""
614
 
615
- #: inc/php/tabs/settings.php:136 inc/php/tabs/settings.php:157
616
  msgid "Most search engines use a maximum of 160 chars for the home description."
617
  msgstr ""
618
 
619
- #: inc/php/tabs/settings.php:139
620
  msgid "Home Keyword(s)"
621
  msgstr ""
622
 
623
- #: inc/php/tabs/settings.php:141
624
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
625
  msgstr ""
626
 
627
- #: inc/php/tabs/settings.php:149
628
  msgid "Meta tags for Default Home Page and Blog Page only"
629
  msgstr ""
630
 
631
- #: inc/php/tabs/settings.php:151
632
  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."
633
  msgstr ""
634
 
635
- #: inc/php/tabs/settings.php:155
636
  msgid "Blog Description"
637
  msgstr ""
638
 
639
- #: inc/php/tabs/settings.php:160
640
  msgid "Blog Keyword(s)"
641
  msgstr ""
642
 
643
- #: inc/php/tabs/settings.php:162
644
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
645
  msgstr ""
646
 
647
- #: inc/php/tabs/settings.php:170
648
  msgid "Meta tags for the entire website (Global)"
649
  msgstr ""
650
 
651
- #: inc/php/tabs/settings.php:172
652
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
653
  msgstr ""
654
 
655
- #: inc/php/tabs/settings.php:176
656
  msgid "Author"
657
  msgstr ""
658
 
659
- #: inc/php/tabs/settings.php:181
660
  msgid "Designer"
661
  msgstr ""
662
 
663
- #: inc/php/tabs/settings.php:186
664
  msgid "Contact"
665
  msgstr ""
666
 
667
- #: inc/php/tabs/settings.php:191
668
  msgid "Copyright"
669
  msgstr ""
670
 
671
- #: inc/php/tabs/settings.php:196
672
  msgid "Keyword(s)"
673
  msgstr ""
674
 
675
- #: inc/php/tabs/settings.php:198
676
  msgid "Enter a comma-delimited list of global keywords for your website."
677
  msgstr ""
678
 
679
- #: inc/php/tabs/settings.php:208
680
  msgid "Preview"
681
  msgstr ""
682
 
683
- #: inc/php/tabs/settings.php:210
684
  msgid "Click the \"Save changes\" button to update this preview."
685
  msgstr ""
686
 
687
- #: inc/php/tabs/settings.php:211
688
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
689
  msgstr ""
690
 
691
- #: inc/php/tabs/settings.php:215
692
  msgid "Note!"
693
  msgstr ""
694
 
695
- #: inc/php/tabs/settings.php:216
696
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
697
  msgstr ""
698
 
699
- #: inc/php/tabs/settings.php:222
700
  msgid "WooCommerce & Google Shopping"
701
  msgstr ""
702
 
703
- #: inc/php/tabs/settings.php:225
704
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
705
  msgstr ""
706
 
707
- #: inc/php/tabs/settings.php:226
708
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
709
  msgstr ""
710
 
711
- #: inc/php/tabs/settings.php:245
712
  #, php-format
713
  msgid "Check these data generated on the pages of your website you can %s here %s ."
714
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2019-03-31 16:10+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
72
  msgid "F.A.Q."
73
  msgstr ""
74
 
75
+ #: inc/php/page.php:46 inc/php/sidebar.php:46 inc/php/tabs/settings.php:262
76
  msgid "Support"
77
  msgstr ""
78
 
80
  msgid "Store"
81
  msgstr ""
82
 
83
+ #: inc/php/sidebar.php:17
84
  msgid "We are «Space X-Chimp»"
85
  msgstr ""
86
 
87
+ #: inc/php/sidebar.php:28
88
  msgid "About"
89
  msgstr ""
90
 
91
+ #: inc/php/sidebar.php:30
92
  msgid "This plugin gives you the ability to easily and safely add your custom meta tags to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor."
93
  msgstr ""
94
 
95
+ #: inc/php/sidebar.php:37
96
  msgid "Help"
97
  msgstr ""
98
 
99
+ #: inc/php/sidebar.php:39
100
  msgid "If you have a question, please read the information in the FAQ section."
101
  msgstr ""
102
 
103
+ #: inc/php/sidebar.php:48 inc/php/tabs/settings.php:264
104
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
105
  msgstr ""
106
 
107
+ #: inc/php/sidebar.php:53 inc/php/tabs/settings.php:269
108
  #: inc/php/tabs/support.php:21
109
  msgid "Donate with PayPal"
110
  msgstr ""
111
 
112
+ #: inc/php/sidebar.php:55 inc/php/tabs/settings.php:271
113
  msgid "Thanks for your support!"
114
  msgstr ""
115
 
524
  msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
525
  msgstr ""
526
 
527
+ #: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:208
528
  msgid "Save changes"
529
  msgstr ""
530
 
531
+ #: inc/php/tabs/settings.php:27
532
  msgid "Web Master Tools"
533
  msgstr ""
534
 
535
+ #: inc/php/tabs/settings.php:30
536
  msgid "Webmaster Tools require you to verify your domain."
537
  msgstr ""
538
 
539
+ #: inc/php/tabs/settings.php:31 inc/php/tabs/settings.php:65
540
  msgid "This makes sure that you are the correct owner of your blog or store before they provide their services to you."
541
  msgstr ""
542
 
543
+ #: inc/php/tabs/settings.php:32 inc/php/tabs/settings.php:66
544
  msgid "You can use the options below to verify your domain."
545
  msgstr ""
546
 
547
+ #: inc/php/tabs/settings.php:33 inc/php/tabs/settings.php:67
548
  msgid "If your domain is already verified, you can just forget about these."
549
  msgstr ""
550
 
551
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
552
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
553
+ #: inc/php/tabs/settings.php:98 inc/php/tabs/settings.php:104
554
+ #: inc/php/tabs/settings.php:110 inc/php/tabs/settings.php:116
555
  msgid "Enter your meta key “content” value from your verification code to verify your website."
556
  msgstr ""
557
 
558
+ #: inc/php/tabs/settings.php:40 inc/php/tabs/settings.php:46
559
+ #: inc/php/tabs/settings.php:52 inc/php/tabs/settings.php:74
560
+ #: inc/php/tabs/settings.php:80 inc/php/tabs/settings.php:86
561
+ #: inc/php/tabs/settings.php:92 inc/php/tabs/settings.php:98
562
+ #: inc/php/tabs/settings.php:104 inc/php/tabs/settings.php:110
563
+ #: inc/php/tabs/settings.php:116 inc/php/tabs/settings.php:122
564
  msgid "Example:"
565
  msgstr ""
566
 
567
+ #: inc/php/tabs/settings.php:61
568
  msgid "Domain Verification"
569
  msgstr ""
570
 
571
+ #: inc/php/tabs/settings.php:64
572
  msgid "Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain."
573
  msgstr ""
574
 
575
+ #: inc/php/tabs/settings.php:80
576
  msgid "Enter an absolute URL to the Google+ profile of the publisher."
577
  msgstr ""
578
 
579
+ #: inc/php/tabs/settings.php:86
580
  msgid "Enter an absolute URL to the Facebook profile of the publisher."
581
  msgstr ""
582
 
583
+ #: inc/php/tabs/settings.php:92
584
  msgid "Enter the Twitter username of the publisher."
585
  msgstr ""
586
 
587
+ #: inc/php/tabs/settings.php:120
588
  msgid "Custom meta tags"
589
  msgstr ""
590
 
591
+ #: inc/php/tabs/settings.php:122
592
  msgid "If you can't find a field to enter your required meta tag then you can add it here."
593
  msgstr ""
594
 
595
+ #: inc/php/tabs/settings.php:122
596
  msgid "In this field you can add multiple meta tags."
597
  msgstr ""
598
 
599
+ #: inc/php/tabs/settings.php:130
600
  msgid "Meta tags for Static Home Page only"
601
  msgstr ""
602
 
603
+ #: inc/php/tabs/settings.php:132
604
  msgid "You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website."
605
  msgstr ""
606
 
607
+ #: inc/php/tabs/settings.php:136
608
  msgid "Home Description"
609
  msgstr ""
610
 
611
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
612
  msgid "Enter a short description of your website (150-250 characters)."
613
  msgstr ""
614
 
615
+ #: inc/php/tabs/settings.php:138 inc/php/tabs/settings.php:159
616
  msgid "Most search engines use a maximum of 160 chars for the home description."
617
  msgstr ""
618
 
619
+ #: inc/php/tabs/settings.php:141
620
  msgid "Home Keyword(s)"
621
  msgstr ""
622
 
623
+ #: inc/php/tabs/settings.php:143
624
  msgid "Enter a comma-delimited list of keywords for only Static Home Page of your website."
625
  msgstr ""
626
 
627
+ #: inc/php/tabs/settings.php:151
628
  msgid "Meta tags for Default Home Page and Blog Page only"
629
  msgstr ""
630
 
631
+ #: inc/php/tabs/settings.php:153
632
  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."
633
  msgstr ""
634
 
635
+ #: inc/php/tabs/settings.php:157
636
  msgid "Blog Description"
637
  msgstr ""
638
 
639
+ #: inc/php/tabs/settings.php:162
640
  msgid "Blog Keyword(s)"
641
  msgstr ""
642
 
643
+ #: inc/php/tabs/settings.php:164
644
  msgid "Enter a comma-delimited list of keywords for only Blog Page of your website."
645
  msgstr ""
646
 
647
+ #: inc/php/tabs/settings.php:172
648
  msgid "Meta tags for the entire website (Global)"
649
  msgstr ""
650
 
651
+ #: inc/php/tabs/settings.php:174
652
  msgid "You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website."
653
  msgstr ""
654
 
655
+ #: inc/php/tabs/settings.php:178
656
  msgid "Author"
657
  msgstr ""
658
 
659
+ #: inc/php/tabs/settings.php:183
660
  msgid "Designer"
661
  msgstr ""
662
 
663
+ #: inc/php/tabs/settings.php:188
664
  msgid "Contact"
665
  msgstr ""
666
 
667
+ #: inc/php/tabs/settings.php:193
668
  msgid "Copyright"
669
  msgstr ""
670
 
671
+ #: inc/php/tabs/settings.php:198
672
  msgid "Keyword(s)"
673
  msgstr ""
674
 
675
+ #: inc/php/tabs/settings.php:200
676
  msgid "Enter a comma-delimited list of global keywords for your website."
677
  msgstr ""
678
 
679
+ #: inc/php/tabs/settings.php:213
680
  msgid "Preview"
681
  msgstr ""
682
 
683
+ #: inc/php/tabs/settings.php:215
684
  msgid "Click the \"Save changes\" button to update this preview."
685
  msgstr ""
686
 
687
+ #: inc/php/tabs/settings.php:216
688
  msgid "These are meta tags that will be printed on all pages (globally) of your website."
689
  msgstr ""
690
 
691
+ #: inc/php/tabs/settings.php:220
692
  msgid "Note!"
693
  msgstr ""
694
 
695
+ #: inc/php/tabs/settings.php:221
696
  msgid "This preview does not show meta tags that will be printed only on certain pages of your website."
697
  msgstr ""
698
 
699
+ #: inc/php/tabs/settings.php:227
700
  msgid "WooCommerce & Google Shopping"
701
  msgstr ""
702
 
703
+ #: inc/php/tabs/settings.php:230
704
  msgid "This plugin automatically adds the necessary Google Shopping (Merchant Center) structured data on all WooCommerce product pages on your website."
705
  msgstr ""
706
 
707
+ #: inc/php/tabs/settings.php:231
708
  msgid "Here is the markup for women's T-shirt that sells for 16 dollars and 80 cents of US."
709
  msgstr ""
710
 
711
+ #: inc/php/tabs/settings.php:250
712
  #, php-format
713
  msgid "Check these data generated on the pages of your website you can %s here %s ."
714
  msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Arthur Gareginyan
3
  Tags: meta, tag, tags, custom, simple, plugin, twitter, facebook, 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.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
- Tested up to: 5.1
7
- Stable tag: 4.33
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -220,7 +220,13 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
220
 
221
  == Changelog ==
222
 
223
- = 4.33 - 2019-03-24 =
 
 
 
 
 
 
224
  * Framework updated: Added function "_plugin", which returns an array with the contents of plugin constants. The mention of plugin constants is replaced by the use of the function "_plugin".
225
  * Framework updated: The function "_settings_link" is improved.
226
  * Framework updated: The function "_plugin_row_meta" is improved.
@@ -228,12 +234,12 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
228
  * Framework updated: Code commenting improved.
229
  * Framework updated: All translation files are updated.
230
 
231
- = 4.32 - 2019-03-18 =
232
  * Improvement: Notification display system updated
233
  * Code commenting improved.
234
  * Style sheet for the back end is optimised.
235
 
236
- = 4.31 - 2019-03-06 =
237
  * New feature: Added a preview section on the plugin settings page. In this preview, the user can see the meta tags that will be printed on all pages (globally) of his website.
238
  * The function "_prepare" is improved. The "$metatags_arr" array renamed to more readable. The array declaration is made more correct.
239
  * Code formatting improved.
@@ -241,14 +247,14 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
241
  * Some texts are corrected or replaced with new ones.
242
  * All translation files are updated.
243
 
244
- = 4.30 - 2019-03-01 =
245
  * Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
246
  * Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".
247
 
248
- = 4.29 - 2019-02-24 =
249
  * Added French translation. (Thanks to Hervé Bouzin)
250
 
251
- = 4.28 =
252
  * The readme "Tested up to:" value changed to 5.1 after full testing process and ensuring compatibility.
253
  * Content of the "F.A.Q." section updated.
254
  * Some texts are corrected or replaced with new ones.
@@ -257,20 +263,20 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
257
  * Added CSS class ".custom-list" for displaying a custom list, which is used on the plugin settings page.
258
  * The "humans.txt" file updated.
259
 
260
- = 4.27 =
261
  * Content of the "Usage" section updated.
262
  * Code formatting in the "admin.js" file improved.
263
  * Code commenting improved.
264
  * The copyright date updated.
265
  * Translation files are updated.
266
 
267
- = 4.26 =
268
  * Improvement: Design of the plugin settings page is improved.
269
 
270
- = 4.25 =
271
  * Improvement: Design of the plugin settings page is improved.
272
 
273
- = 4.24 =
274
  * The "_add_meta_tags" function renamed to "_prepare".
275
  * The "_add_metadata_head" function renamed to "_exec".
276
  * Content of the "Settings" section updated.
@@ -280,77 +286,77 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
280
  * Code commenting improved.
281
  * Translation files are updated.
282
 
283
- = 4.23 =
284
  * Some texts are updated.
285
  * Translation files are updated.
286
  * The translation into Russian has been corrected.
287
  * The translation into Dutch has been corrected.
288
 
289
- = 4.22 =
290
  * Dutch translation added. (Thanks to Peter Leenders)
291
  * The function '_load_scripts_codemirror' is improved. Removed an unnecessary call of constants.
292
  * The banner of Space X-Chimp, located on the settings page of the plugin, is updated. The image 'banner.png' is deleted.
293
  * Some texts are updated.
294
  * All translation files are updated.
295
 
296
- = 4.21 =
297
  * The code block that enqueue the CodeMirror library files is moved to a separate function '_load_scripts_codemirror' within the 'enqueue.php' file.
298
  * Enqueue of the CodeMirror addons is moved to the beginning of the queue, before enqueuing the CodeMirror mods.
299
  * All translation files are updated.
300
 
301
- = 4.20 =
302
  * The CodeMirror library is added to the plugin.
303
  * On the plugin settings page, textareas are replaced with the CodeMirror editor.
304
  * On the plugin settings page, the simple textarea with an example of the generated code "WooCommerce & Google Shopping" is replaced with the CodeMirror editor.
305
  * Translation files are updated.
306
 
307
- = 4.19 =
308
  * Fixed a bug due to which the plugin data that stored in the database to not be deleted during the uninstallation of the plugin.
309
  * The contents of the file 'uninstall.php' is moved to the file 'core.php'. The file 'uninstall.php' is deleted.
310
 
311
- = 4.18 =
312
  * Added new constant "_FILE".
313
  * Added a function that runs during the plugin activation. Now the date of the first activation of the plugin is recorded in the database.
314
 
315
- = 4.17 =
316
  * Added auto-versioning of the CSS and JavaScript files to avoid cache issues.
317
  * CSS code in the file 'admin.css' is optimized.
318
 
319
- = 4.16 =
320
  * Fixed the link "Settings", located in the plugin's meta row on the "Plugins" page. The suffix ".php" was deleted.
321
  * Fixed information stored in the header of the translation files.
322
  * Translation files updated.
323
 
324
- = 4.15 =
325
  * Some texts updated, and typos corrected.
326
  * All translation files updated.
327
  * The information about the author of the plugin (including name, links, copyright, etc.) was changed due to the fact that the plugin became the property of SpaceXChimp.
328
  * The "humans.txt" file updated.
329
 
330
- = 4.14 =
331
  * Texts updated.
332
  * The year in the copyright text is updated.
333
  * The sidebar items are rearranged.
334
  * Translation files updated.
335
 
336
- = 4.13 =
337
  * The plugin is fully tested for compatibility with WordPress version 4.9.
338
  * CSS code improved.
339
 
340
- = 4.12 =
341
  * German translation added. (Thanks to Michael)
342
  * Spanish translation updated. (Thanks to Patricio Toledo)
343
  * Fixed an issue where the "Hello" message could not be hidden.
344
 
345
- = 4.11 =
346
  * At the request of some users, plugin settings page moved to the submenu item in the top-level menu item "Settings", like before.
347
 
348
- = 4.10 =
349
  * Fixed the issue due to which the 'Space X-Chimp' sub menu item in the brand menu item was displayed.
350
  * Added branded footer text on the plugin's settings page.
351
  * Text of copyright in the output code is updated.
352
 
353
- = 4.9 =
354
  * Added the top level menu item of the brand.
355
  * The submenu item of the plugin has moved to the menu item of the brand.
356
  * The menu item of the plugin is renamed.
@@ -360,10 +366,10 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
360
  * The "Support" tab renamed to the "Support Me".
361
  * The "Usage" tab renamed to the "Usage Instructions".
362
 
363
- = 4.8 =
364
  * Plugin data that saved in the database upgraded to version 0001.
365
 
366
- = 4.7 =
367
  * Added Spanish translation. (Thanks Patricio Toledo)
368
  * Function that render controls on the settings page is moved to a separate file 'controls.php'.
369
  * The 'allmetatags_field' function divided into two functions: '_control_field' and '_control_textarea'.
@@ -376,7 +382,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
376
  * Prefixes of the PHP functions changed to ''spacexchimp_p004_.
377
  * Prefixes of the PHP constants changed to ''SPACEXCHIMP_P004_.
378
 
379
- = 4.6 =
380
  * Russian translation updated. (Thanks to Milena Kiseleva)
381
  * The navigation of the tabs is rearranged.
382
  * Fixed an issue due to which the sidebar was not hiding on mobile devices.
@@ -386,7 +392,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
386
  * Banner moved from external source to plugin folder.
387
  * Code of PayPal button updated.
388
 
389
- = 4.5 =
390
  * Stylesheet in the admin.css file improved.
391
  * The '!important' declarations in the admin.css file removed.
392
  * Code formatting in the admin.js file improved.
@@ -396,11 +402,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
396
  * The 'Family' page tab renamed to 'Store'.
397
  * Added ad banner of my store website.
398
 
399
- = 4.4.1 =
400
  * The HTTPS mixed content issue fixed by changing all links to HTTPS.
401
  * Content of the "FAQ" section updated.
402
 
403
- = 4.4 =
404
  * On the plugin settings page, text of buttons are corrected.
405
  * On the plugin settings page, the information about the plugin version number moved to header section.
406
  * Some mention of constants replaced with variables for easier access.
@@ -408,14 +414,14 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
408
  * Content of the "FAQ" tab updated.
409
  * Added load of the jQuery library on the plugin settings page.
410
 
411
- = 4.3 =
412
  * To the plugin settings page added information about the plugin version number.
413
  * The "Tested up to:" comment changed to 4.8 after full testing process.
414
  * The "version.php" file renamed to "versioning.php".
415
  * The "versioning.php" file updated to new version.
416
  * The "_plugin_version_number" function renamed to the "_versioning".
417
 
418
- = 4.2 =
419
  * Compatibility with PHP version 5.2 improved.
420
  * PHP shorthands improved.
421
  * Added function for generating the plugin constants.
@@ -427,7 +433,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
427
  = 4.1.1 =
428
  * Fixed the bug due to which the "Warning: Constants may only evaluate to scalar values in" warning are displayed.
429
 
430
- = 4.1 =
431
  * Added new constants: "_SLUG", "_PREFIX", "_SETTINGS" and "_NAME".
432
  * Value of the "_VERSION" constant replaced with information from the plugin header data.
433
  * All references to the plugin name, slug, prefix are replaced with constants.
@@ -436,10 +442,10 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
436
  * Code formatting improved.
437
  * F.A.Q. section updated.
438
 
439
- = 4.0.1 =
440
  * Fixed the bug due to which the the "Warning: Illegal string offset 'version' in" and the "Warning: Illegal string offset 'old_version' in" warnings are displayed. (Thanks to Sven Brill)
441
 
442
- = 4.0 =
443
  * The design of the plugin settings page is completely redone.
444
  * Added additional donate link to the "Plugins" page.
445
  * Advertisement banner removed.
@@ -472,48 +478,48 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
472
  * The POT file updated.
473
  * Translations updated.
474
 
475
- = 3.8 =
476
  * Fixed the error due to which the "Fatal error: Uncaught Error: Call to a member function attributes() on boolean" message showed when the product page has no image.
477
 
478
- = 3.7 =
479
  * Added Italian translation. (Thanks to Stefano Tombolini)
480
  * Image of the donate button changed.
481
 
482
- = 3.6 =
483
  * Added option for SpecificFeeds verification code.
484
  * Translations updated.
485
  * Ad banner replaced with new.
486
  * Readme for translations updated.
487
 
488
- = 3.5 =
489
  * Added Spanish translation. (Thanks [Ramiro Garcés](http://www.ramirogarces.com.ve/))
490
 
491
- = 3.4 =
492
  * Added Spanish-Mexico translation. (Thanks to Sergio Yeyo Troncoso)
493
  * Russian translation updated.
494
  * Added the Readme.txt file for translation contribution.
495
  * Added global constant for plugin text-domain.
496
 
497
- = 3.3 =
498
  * Added an option for automatic adding the Google Shopping structured data on all WooCommerce product pages. (Thanks to Juliano Dias for the suggestion and help)
499
  * Russian translation updated.
500
 
501
- = 3.2 =
502
  * Added field for custom meta tags. (Thanks to Juliano Dias for the suggestion)
503
  * Ready for translation improved.
504
 
505
- = 3.1 =
506
  * Added prefixes to the stylesheet and script names when using wp_enqueue_style() and wp_enqueue_script().
507
  * Added constant for storing the plugin version number.
508
 
509
- = 3.0 =
510
  * The structure of files changed.
511
  * Style sheet of settings page improved and better commented.
512
  * Style sheet of settings page optimized for mobile devices.
513
  * Added JavaScript file for settings page.
514
  * Added JavaScript function of automatic remove the "successful" message after 3 seconds.
515
 
516
- = 2.0.1 =
517
  * POT file updated.
518
  * Russian translation updated.
519
  * Image "thanks.png" removed.
@@ -521,7 +527,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
521
  * Added the subject with plugin name to email address on settings page.
522
  * Function "allmetatags_enqueue_scripts" renamed to "allmetatags_load_scripts".
523
 
524
- = 2.0 =
525
  * Some changes in design of settings page.
526
  * Constants variables added.
527
  * Text domain changed to "all-meta-tags".
@@ -534,26 +540,27 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
534
  * .pot file updated.
535
  * Russian translation updated.
536
 
537
- = 1.5 =
538
  * Authors URI changed.
539
  * Localization improved.
540
  * .pot file updated.
541
  * Russian translation updated.
542
  * thanks.png replaced.
543
 
544
- = 1.4 =
545
  * Removed more unused do_action() from page.php file.
546
 
547
- = 1.3 =
548
  * Added new section with meta tags for Default Home Page and Blog Page.
549
  * Home Page section renamed to Static Home Page.
550
 
551
- = 1.2 =
552
  * Added the option for "Web of Trust" (WOT) verification.
553
- = 1.1 =
 
554
  * Fixed the issue due to which error message is shown in the top of the website when the plugin for the first time installed.
555
 
556
- = 1.0 =
557
  * Initial release.
558
  * Added ready for translation (.pot file included).
559
  * Added Russian translation.
3
  Tags: meta, tag, tags, custom, simple, plugin, twitter, facebook, 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.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
+ Tested up to: 5.2
7
+ Stable tag: 4.34
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
220
 
221
  == Changelog ==
222
 
223
+ = 4.34 - Mar 31, 2019 =
224
+ * Framework updated: The function "_prepare" is improved.
225
+ * Framework updated: The "WooCommerce & Google Shopping" preview code is improved.
226
+ * Framework updated: Code commenting improved.
227
+ * Framework updated: The change log design is improved.
228
+
229
+ = 4.33 - Mar 24, 2019 =
230
  * Framework updated: Added function "_plugin", which returns an array with the contents of plugin constants. The mention of plugin constants is replaced by the use of the function "_plugin".
231
  * Framework updated: The function "_settings_link" is improved.
232
  * Framework updated: The function "_plugin_row_meta" is improved.
234
  * Framework updated: Code commenting improved.
235
  * Framework updated: All translation files are updated.
236
 
237
+ = 4.32 - Mar 18, 2019 =
238
  * Improvement: Notification display system updated
239
  * Code commenting improved.
240
  * Style sheet for the back end is optimised.
241
 
242
+ = 4.31 - Mar 06, 2019 =
243
  * New feature: Added a preview section on the plugin settings page. In this preview, the user can see the meta tags that will be printed on all pages (globally) of his website.
244
  * The function "_prepare" is improved. The "$metatags_arr" array renamed to more readable. The array declaration is made more correct.
245
  * Code formatting improved.
247
  * Some texts are corrected or replaced with new ones.
248
  * All translation files are updated.
249
 
250
+ = 4.30 - Mar 01, 2019 =
251
  * Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
252
  * Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".
253
 
254
+ = 4.29 - Feb 24, 2019 =
255
  * Added French translation. (Thanks to Hervé Bouzin)
256
 
257
+ = 4.28 - Feb 21, 2019 =
258
  * The readme "Tested up to:" value changed to 5.1 after full testing process and ensuring compatibility.
259
  * Content of the "F.A.Q." section updated.
260
  * Some texts are corrected or replaced with new ones.
263
  * Added CSS class ".custom-list" for displaying a custom list, which is used on the plugin settings page.
264
  * The "humans.txt" file updated.
265
 
266
+ = 4.27 - Jan 11, 2019 =
267
  * Content of the "Usage" section updated.
268
  * Code formatting in the "admin.js" file improved.
269
  * Code commenting improved.
270
  * The copyright date updated.
271
  * Translation files are updated.
272
 
273
+ = 4.26 - Nov 2, 2018 =
274
  * Improvement: Design of the plugin settings page is improved.
275
 
276
+ = 4.25 - Oct 23, 2018 =
277
  * Improvement: Design of the plugin settings page is improved.
278
 
279
+ = 4.24 - Oct 9, 2018 =
280
  * The "_add_meta_tags" function renamed to "_prepare".
281
  * The "_add_metadata_head" function renamed to "_exec".
282
  * Content of the "Settings" section updated.
286
  * Code commenting improved.
287
  * Translation files are updated.
288
 
289
+ = 4.23 - Aug 7, 2018 =
290
  * Some texts are updated.
291
  * Translation files are updated.
292
  * The translation into Russian has been corrected.
293
  * The translation into Dutch has been corrected.
294
 
295
+ = 4.22 - Jul 24, 2018 =
296
  * Dutch translation added. (Thanks to Peter Leenders)
297
  * The function '_load_scripts_codemirror' is improved. Removed an unnecessary call of constants.
298
  * The banner of Space X-Chimp, located on the settings page of the plugin, is updated. The image 'banner.png' is deleted.
299
  * Some texts are updated.
300
  * All translation files are updated.
301
 
302
+ = 4.21 - Jul 13, 2018 =
303
  * The code block that enqueue the CodeMirror library files is moved to a separate function '_load_scripts_codemirror' within the 'enqueue.php' file.
304
  * Enqueue of the CodeMirror addons is moved to the beginning of the queue, before enqueuing the CodeMirror mods.
305
  * All translation files are updated.
306
 
307
+ = 4.20 - Jul 1, 2018 =
308
  * The CodeMirror library is added to the plugin.
309
  * On the plugin settings page, textareas are replaced with the CodeMirror editor.
310
  * On the plugin settings page, the simple textarea with an example of the generated code "WooCommerce & Google Shopping" is replaced with the CodeMirror editor.
311
  * Translation files are updated.
312
 
313
+ = 4.19 - Jun 4, 2018 =
314
  * Fixed a bug due to which the plugin data that stored in the database to not be deleted during the uninstallation of the plugin.
315
  * The contents of the file 'uninstall.php' is moved to the file 'core.php'. The file 'uninstall.php' is deleted.
316
 
317
+ = 4.18 - May 20, 2018 =
318
  * Added new constant "_FILE".
319
  * Added a function that runs during the plugin activation. Now the date of the first activation of the plugin is recorded in the database.
320
 
321
+ = 4.17 - May 6, 2018 =
322
  * Added auto-versioning of the CSS and JavaScript files to avoid cache issues.
323
  * CSS code in the file 'admin.css' is optimized.
324
 
325
+ = 4.16 - Apr 25, 2018 =
326
  * Fixed the link "Settings", located in the plugin's meta row on the "Plugins" page. The suffix ".php" was deleted.
327
  * Fixed information stored in the header of the translation files.
328
  * Translation files updated.
329
 
330
+ = 4.15 - Apr 20, 2018 =
331
  * Some texts updated, and typos corrected.
332
  * All translation files updated.
333
  * The information about the author of the plugin (including name, links, copyright, etc.) was changed due to the fact that the plugin became the property of SpaceXChimp.
334
  * The "humans.txt" file updated.
335
 
336
+ = 4.14 - Jan 22, 2018 =
337
  * Texts updated.
338
  * The year in the copyright text is updated.
339
  * The sidebar items are rearranged.
340
  * Translation files updated.
341
 
342
+ = 4.13 - Nov 13, 2017 =
343
  * The plugin is fully tested for compatibility with WordPress version 4.9.
344
  * CSS code improved.
345
 
346
+ = 4.12 - Oct 28, 2017 =
347
  * German translation added. (Thanks to Michael)
348
  * Spanish translation updated. (Thanks to Patricio Toledo)
349
  * Fixed an issue where the "Hello" message could not be hidden.
350
 
351
+ = 4.11 - Sep 23, 2017 =
352
  * At the request of some users, plugin settings page moved to the submenu item in the top-level menu item "Settings", like before.
353
 
354
+ = 4.10 - Sep 19, 2017 =
355
  * Fixed the issue due to which the 'Space X-Chimp' sub menu item in the brand menu item was displayed.
356
  * Added branded footer text on the plugin's settings page.
357
  * Text of copyright in the output code is updated.
358
 
359
+ = 4.9 - Sep 15, 2017 =
360
  * Added the top level menu item of the brand.
361
  * The submenu item of the plugin has moved to the menu item of the brand.
362
  * The menu item of the plugin is renamed.
366
  * The "Support" tab renamed to the "Support Me".
367
  * The "Usage" tab renamed to the "Usage Instructions".
368
 
369
+ = 4.8 - Sep 8, 2017 =
370
  * Plugin data that saved in the database upgraded to version 0001.
371
 
372
+ = 4.7 - Aug 30, 2017 =
373
  * Added Spanish translation. (Thanks Patricio Toledo)
374
  * Function that render controls on the settings page is moved to a separate file 'controls.php'.
375
  * The 'allmetatags_field' function divided into two functions: '_control_field' and '_control_textarea'.
382
  * Prefixes of the PHP functions changed to ''spacexchimp_p004_.
383
  * Prefixes of the PHP constants changed to ''SPACEXCHIMP_P004_.
384
 
385
+ = 4.6 - Aug 10, 2017 =
386
  * Russian translation updated. (Thanks to Milena Kiseleva)
387
  * The navigation of the tabs is rearranged.
388
  * Fixed an issue due to which the sidebar was not hiding on mobile devices.
392
  * Banner moved from external source to plugin folder.
393
  * Code of PayPal button updated.
394
 
395
+ = 4.5 - Aug 8, 2017 =
396
  * Stylesheet in the admin.css file improved.
397
  * The '!important' declarations in the admin.css file removed.
398
  * Code formatting in the admin.js file improved.
402
  * The 'Family' page tab renamed to 'Store'.
403
  * Added ad banner of my store website.
404
 
405
+ = 4.4.1 - Jun 21, 2017 =
406
  * The HTTPS mixed content issue fixed by changing all links to HTTPS.
407
  * Content of the "FAQ" section updated.
408
 
409
+ = 4.4 - Jun 16, 2017 =
410
  * On the plugin settings page, text of buttons are corrected.
411
  * On the plugin settings page, the information about the plugin version number moved to header section.
412
  * Some mention of constants replaced with variables for easier access.
414
  * Content of the "FAQ" tab updated.
415
  * Added load of the jQuery library on the plugin settings page.
416
 
417
+ = 4.3 - Jun 4, 2017 =
418
  * To the plugin settings page added information about the plugin version number.
419
  * The "Tested up to:" comment changed to 4.8 after full testing process.
420
  * The "version.php" file renamed to "versioning.php".
421
  * The "versioning.php" file updated to new version.
422
  * The "_plugin_version_number" function renamed to the "_versioning".
423
 
424
+ = 4.2 - May 26, 2017 =
425
  * Compatibility with PHP version 5.2 improved.
426
  * PHP shorthands improved.
427
  * Added function for generating the plugin constants.
433
  = 4.1.1 =
434
  * Fixed the bug due to which the "Warning: Constants may only evaluate to scalar values in" warning are displayed.
435
 
436
+ = 4.1 - May 24, 2017 =
437
  * Added new constants: "_SLUG", "_PREFIX", "_SETTINGS" and "_NAME".
438
  * Value of the "_VERSION" constant replaced with information from the plugin header data.
439
  * All references to the plugin name, slug, prefix are replaced with constants.
442
  * Code formatting improved.
443
  * F.A.Q. section updated.
444
 
445
+ = 4.0.1 - May 12, 2017 =
446
  * Fixed the bug due to which the the "Warning: Illegal string offset 'version' in" and the "Warning: Illegal string offset 'old_version' in" warnings are displayed. (Thanks to Sven Brill)
447
 
448
+ = 4.0 - May 8, 2017 =
449
  * The design of the plugin settings page is completely redone.
450
  * Added additional donate link to the "Plugins" page.
451
  * Advertisement banner removed.
478
  * The POT file updated.
479
  * Translations updated.
480
 
481
+ = 3.8 - Dec 7, 2016 =
482
  * Fixed the error due to which the "Fatal error: Uncaught Error: Call to a member function attributes() on boolean" message showed when the product page has no image.
483
 
484
+ = 3.7 - Dec 2, 2016 =
485
  * Added Italian translation. (Thanks to Stefano Tombolini)
486
  * Image of the donate button changed.
487
 
488
+ = 3.6 - Nov 16, 2016 =
489
  * Added option for SpecificFeeds verification code.
490
  * Translations updated.
491
  * Ad banner replaced with new.
492
  * Readme for translations updated.
493
 
494
+ = 3.5 - Oct 28, 2016 =
495
  * Added Spanish translation. (Thanks [Ramiro Garcés](http://www.ramirogarces.com.ve/))
496
 
497
+ = 3.4 - Oct 16, 2016 =
498
  * Added Spanish-Mexico translation. (Thanks to Sergio Yeyo Troncoso)
499
  * Russian translation updated.
500
  * Added the Readme.txt file for translation contribution.
501
  * Added global constant for plugin text-domain.
502
 
503
+ = 3.3 - Sep 6, 2016 =
504
  * Added an option for automatic adding the Google Shopping structured data on all WooCommerce product pages. (Thanks to Juliano Dias for the suggestion and help)
505
  * Russian translation updated.
506
 
507
+ = 3.2 - Sep 4, 2016 =
508
  * Added field for custom meta tags. (Thanks to Juliano Dias for the suggestion)
509
  * Ready for translation improved.
510
 
511
+ = 3.1 - Sep 3, 2016 =
512
  * Added prefixes to the stylesheet and script names when using wp_enqueue_style() and wp_enqueue_script().
513
  * Added constant for storing the plugin version number.
514
 
515
+ = 3.0 - Aug 30, 2016 =
516
  * The structure of files changed.
517
  * Style sheet of settings page improved and better commented.
518
  * Style sheet of settings page optimized for mobile devices.
519
  * Added JavaScript file for settings page.
520
  * Added JavaScript function of automatic remove the "successful" message after 3 seconds.
521
 
522
+ = 2.0.1 - Aug 23, 2016 =
523
  * POT file updated.
524
  * Russian translation updated.
525
  * Image "thanks.png" removed.
527
  * Added the subject with plugin name to email address on settings page.
528
  * Function "allmetatags_enqueue_scripts" renamed to "allmetatags_load_scripts".
529
 
530
+ = 2.0 - Apr 9, 2016 =
531
  * Some changes in design of settings page.
532
  * Constants variables added.
533
  * Text domain changed to "all-meta-tags".
540
  * .pot file updated.
541
  * Russian translation updated.
542
 
543
+ = 1.5 - Feb 3, 2016 =
544
  * Authors URI changed.
545
  * Localization improved.
546
  * .pot file updated.
547
  * Russian translation updated.
548
  * thanks.png replaced.
549
 
550
+ = 1.4 - Dec 13, 2015 =
551
  * Removed more unused do_action() from page.php file.
552
 
553
+ = 1.3 - Dec 13, 2015 =
554
  * Added new section with meta tags for Default Home Page and Blog Page.
555
  * Home Page section renamed to Static Home Page.
556
 
557
+ = 1.2 - Nov 30, 2015 =
558
  * Added the option for "Web of Trust" (WOT) verification.
559
+
560
+ = 1.1 - Nov 25, 2015 =
561
  * Fixed the issue due to which error message is shown in the top of the website when the plugin for the first time installed.
562
 
563
+ = 1.0 - Nov 25, 2015 =
564
  * Initial release.
565
  * Added ready for translation (.pot file included).
566
  * Added Russian translation.