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