SEOPress - Version 3.6

Version Description

  • NEW Using the pixel to calculate the length of title / meta description (beta)
  • NEW All translations are now maintained on TranslationsPress
  • NEW Remove static Shop page defined in WooCommerce settings from Breadcrumbs (PRO)
  • NEW Google Ads (SEO > Google Analytics > Tracking tab)
  • NEW Import redirects from Yoast Premium (PRO)
  • NEW Service schema (automatic and manual - PRO)
  • NEW "seopress_metaboxe_term_seo_priority" hook to filter SEO metabox priority in terms taxonomy
  • NEW "seopress_gtag_ua" hook to filter Google UA tag + features
  • NEW "seopress_gtag_ads" hook to filter Google Ads tag
  • NEW "seopress_pro_breadcrumbs_crumbs" hook to filter crumbs for breadcrumbs
  • NEW "seopress_sitemaps_html_cpt" hook to filter post types for HTML sitemap
  • NEW Add 'seopress_schemas_auto_service_html' hook to filter automatic service schema (PRO)
  • INFO Refactoring broken links checker feature (PRO)
  • INFO Remove stop words feature
  • INFO JSON-LD breadcrumbs is now automatically called in the head of your document (if enabled). No longer need to manually add the function in your theme.
  • INFO Improve UI for License page / displaying license error
  • INFO Improve UI for Tools page
  • INFO Improve CSS for Schemas
  • INFO Improve SEO metabox UI for term taxonomy
  • INFO Improve Content Analysis metabox UI
  • INFO Removal of the version number in the header of the SEO dashboard (too confusing)
  • INFO Significant performance improvement for Google Analytics widget in Dashboard
  • INFO Improve select values for automatic schemas
  • INFO Better Admin Columns PRO integration (thanks Stefan from ACPRO team @admincolumns)
  • INFO Minify some JS files to slightly improve performance
  • INFO Remove 100 CSS lines in seopress-pro.css
  • FIX Social meta tags for Shop Page (WooCommerce)
  • FIX Some translation strings
  • FIX Add a check to avoid displaying empty automatic schemas
  • FIX White Label: Remove SEOPress admin header
  • FIX SEO metabox position for term taxonomy is now using the setting defined in SEO > Advanced
  • FIX Undefined variable: article_img_height for article schema
  • FIX Undefined variable: article_img_width for article schema
  • FIX Redirections category filtering in backend
  • FIX JS error ctx is not defined when configuring Google Analytics widget in Dashboard
  • FIX Notice Only variables should be passed by reference in Import tool page
  • FIX CSS position sticky with Safari
  • FIX CSS for FAQ schema (Structured data types metabox)
  • FIX Display the searched keyword in the breadcrumb
  • FIX HTML Entities decode in placeholders for SEO metabox
  • FIX Product Global Identifiers type and value for manual Product schema
  • FIX Using WooCommerce product metas with automatic schemas
  • FIX Broken link checker percentage of completion
  • FIX Strip HTML comments in title / schemas (especially those of Gutenberg)
Download this release

Release Info

Developer rainbowgeek
Plugin Icon 128x128 SEOPress
Version 3.6
Comparing to
See all releases

Code changes from version 3.5.8 to 3.6

assets/css/seopress.css CHANGED
@@ -33,6 +33,37 @@
33
  content: "\e800";
34
  }
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  #seopress_content_analysis .wrap-seopress-analysis {
37
  display: inline-block;
38
  width: 100%;
@@ -137,6 +168,7 @@
137
  #seopress_content_analysis .ui-tabs .ui-tabs-nav {
138
  width: calc(100% + 24px);
139
  margin: 0 0 0 -12px;
 
140
  position: sticky;
141
  top: 0;
142
  }
@@ -192,6 +224,11 @@
192
  }
193
 
194
  #seopress_content_analysis input[type=text],#seopress_cpt #tabs-1 input,#seopress_cpt #tabs-2 input[type=text],#seopress_cpt #tabs-3 input[type=text],#seopress_cpt #tabs-3 textarea,#seopress_cpt #tabs-4 input[type=text],#seopress_cpt #tabs-5 input[type=text],#seopress_cpt #tabs-6 input[type=text],#seopress_cpt #tabs-6 textarea {
 
 
 
 
 
195
  width: 100%;
196
  }
197
 
@@ -325,8 +362,10 @@
325
  text-align: right;
326
  background: #eee;
327
  padding: 2px 5px;
 
328
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
329
  font-size: 12px;
 
330
  }
331
 
332
  #seopress_cpt #seopress_titles_desc_counters,#seopress_cpt #seopress_titles_title_counters,#seopress_pro_cpt #seopress_rich_snippets_articles_counters,#seopress_pro_cpt #seopress_rich_snippets_courses_counters {
@@ -368,6 +407,7 @@
368
  top: 2px;
369
  padding: 0px 5px;
370
  white-space: nowrap;
 
371
  border: none;
372
  background: 0 0;
373
  }
@@ -382,7 +422,7 @@
382
  }
383
 
384
  #seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
385
- margin-bottom: -2px;
386
  padding-bottom: 1px;
387
  }
388
 
@@ -548,6 +588,7 @@ body.seopress-styles {
548
  font-weight: 700;
549
  color: #3297d3;
550
  text-transform: uppercase;
 
551
  position: sticky;
552
  top: 32px;
553
  background: #fff;
@@ -1673,6 +1714,7 @@ body.seopress-styles {
1673
  padding: 0 10px;
1674
  line-height: inherit;
1675
  background: #fff;
 
1676
  position: sticky;
1677
  top: 102px;
1678
  width: calc(100% + 12px);
@@ -1687,6 +1729,7 @@ body.seopress-styles {
1687
  border-bottom: 0;
1688
  padding: 0;
1689
  line-height: inherit;
 
1690
  position: sticky;
1691
  background: #f8fafd;
1692
  z-index: 100;
33
  content: "\e800";
34
  }
35
 
36
+ .sp-tooltip {
37
+ position: relative;
38
+ margin-left: 5px;
39
+ display: inline-block;
40
+ cursor: help;
41
+ }
42
+
43
+ .sp-tooltip .dashicons {
44
+ color: #666;
45
+ }
46
+
47
+ .sp-tooltip .sp-tooltiptext {
48
+ visibility: hidden;
49
+ position: absolute;
50
+ z-index: 999999999;
51
+ color: #fff;
52
+ font-size: .8em;
53
+ background: #333;
54
+ text-align: center;
55
+ width: 240px;
56
+ right: 0px;
57
+ border-radius: 3px;
58
+ padding: .618em 1em;
59
+ box-shadow: 0 1px 3px rgba(0,0,0,.2);
60
+ top: 25px;
61
+ }
62
+
63
+ .sp-tooltip:hover .sp-tooltiptext {
64
+ visibility: visible;
65
+ }
66
+
67
  #seopress_content_analysis .wrap-seopress-analysis {
68
  display: inline-block;
69
  width: 100%;
168
  #seopress_content_analysis .ui-tabs .ui-tabs-nav {
169
  width: calc(100% + 24px);
170
  margin: 0 0 0 -12px;
171
+ position: -webkit-sticky; /* Required for Safari */
172
  position: sticky;
173
  top: 0;
174
  }
224
  }
225
 
226
  #seopress_content_analysis input[type=text],#seopress_cpt #tabs-1 input,#seopress_cpt #tabs-2 input[type=text],#seopress_cpt #tabs-3 input[type=text],#seopress_cpt #tabs-3 textarea,#seopress_cpt #tabs-4 input[type=text],#seopress_cpt #tabs-5 input[type=text],#seopress_cpt #tabs-6 input[type=text],#seopress_cpt #tabs-6 textarea {
227
+ width: 90%;
228
+ display: inline-block;
229
+ }
230
+
231
+ #seopress_cpt #tabs-1 input {
232
  width: 100%;
233
  }
234
 
362
  text-align: right;
363
  background: #eee;
364
  padding: 2px 5px;
365
+ display: flex;
366
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
367
  font-size: 12px;
368
+ justify-content: flex-end;
369
  }
370
 
371
  #seopress_cpt #seopress_titles_desc_counters,#seopress_cpt #seopress_titles_title_counters,#seopress_pro_cpt #seopress_rich_snippets_articles_counters,#seopress_pro_cpt #seopress_rich_snippets_courses_counters {
407
  top: 2px;
408
  padding: 0px 5px;
409
  white-space: nowrap;
410
+ margin: 0;
411
  border: none;
412
  background: 0 0;
413
  }
422
  }
423
 
424
  #seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
425
+ margin-bottom: 2px;
426
  padding-bottom: 1px;
427
  }
428
 
588
  font-weight: 700;
589
  color: #3297d3;
590
  text-transform: uppercase;
591
+ position: -webkit-sticky; /* Required for Safari */
592
  position: sticky;
593
  top: 32px;
594
  background: #fff;
1714
  padding: 0 10px;
1715
  line-height: inherit;
1716
  background: #fff;
1717
+ position: -webkit-sticky; /* Required for Safari */
1718
  position: sticky;
1719
  top: 102px;
1720
  width: calc(100% + 12px);
1729
  border-bottom: 0;
1730
  padding: 0;
1731
  line-height: inherit;
1732
+ position: -webkit-sticky; /* Required for Safari */
1733
  position: sticky;
1734
  background: #f8fafd;
1735
  z-index: 100;
assets/css/seopress.min.css CHANGED
@@ -1 +1 @@
1
- #adminmenu div.wp-menu-image.dashicons-admin-seopress::before,#seopress-header #seopress-admin h1::before{content:"\e800";font-family:seopress!important;font-weight:700;font-size:12px;line-height:20px}#seopress-header #seopress-admin h1::before,.seopress-page-list .seopress-feature h3,.seopress-styles .seopress-option h1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@font-face{font-family:seopress;src:url(../fonts/seopress.eot?81521271);src:url(../fonts/seopress.eot?81521271#iefix) format('embedded-opentype'),url(../fonts/seopress.woff?81521271) format('woff2'),url(../fonts/seopress.woff?81521271) format('woff'),url(../fonts/seopress.ttf?81521271) format('truetype'),url(../fonts/seopress.svg?81521271#seopress) format('svg');font-weight:400;font-style:normal}[class*=" icon-seopress"],[class^=icon-seopress-]{font-family:seopress!important;font-size:14px!important;line-height:24px!important}.icon-seopress-seopress:before{content:"\e800"}#seopress_content_analysis .wrap-seopress-analysis{display:inline-block;width:100%}#seopress_content_analysis .col-left{width:calc(50% - 30px);float:left;margin-right:30px}#seopress_content_analysis .col-right{float:right;width:50%}#seopress_content_analysis #seopress_suggestions{display:inline-block;width:100%;margin:0;height:auto;padding:20px 0}#seopress_content_analysis #seopress_suggestions li{list-style:square;margin:5px;display:inline-block;background:#f1f1f1;padding:5px}#seopress_launch_analysis{float:left}#seopress_analysis_results_state{background:rgba(74,184,102,.75);color:#fff;padding:5px 25px 5px 20px;border-radius:100px;font-style:italic;position:relative;width:auto;display:inline-block;margin:0 0 0 20px;clear:both}#seopress_content_analysis h3{border-bottom:1px solid #ddd;padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul{display:flex;flex-wrap:wrap}#seopress_content_analysis .wrap-analysis-img ul li{padding:0;text-align:left;cursor:default}#seopress_content_analysis .wrap-analysis-img h4{border-bottom:1px solid #ddd;padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul li img{max-width:150px;max-height:150px;object-fit:cover;cursor:default}#seopress_cpt .notice{padding:10px 14px}#seopress-analysis-tabs .dashicons,#seopress_cpt .dashicons{vertical-align:middle}#seopress_cpt .inside{margin:0;padding:0}#seopress_content_analysis .ui-tabs .ui-tabs-nav,#seopress_cpt .ui-tabs .ui-tabs-nav{display:inline-block;min-height:26px;position:relative;width:100%;z-index:10;margin:0;border-radius:0;padding:0;background:#f3f4f5;border:none}#seopress_content_analysis .ui-tabs .ui-tabs-nav{width:calc(100% + 24px);margin:0 0 0 -12px;position:sticky;top:0}#seopress_content_analysis .ui-tabs .ui-tabs-nav{margin-top:15px}#seopress_content_analysis .ui-helper-clearfix:after,#seopress_cpt .ui-helper-clearfix:after{content:none}.seopress_page_seopress-titles #seopress-tabs .form-table td,.seopress_page_seopress-titles #seopress_content_analysis .form-table td{padding:0}#seopress_content_analysis .ui-tabs .ui-tabs-panel,#seopress_cpt .ui-tabs .ui-tabs-panel{background:#fff;border-radius:0;display:inline-block;padding:1em 1.4em;width:100%;box-sizing:border-box}#seopress_content_analysis .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_cpt .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_pro_cpt .dashicons-info{font-size:16px;vertical-align:middle;height:16px;width:16px}#seopress_content_analysis .ui-tabs .ui-tabs-nav li,#seopress_content_analysis .ui-tabs-anchor,#seopress_cpt .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs-anchor{cursor:pointer!important}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{position:relative;z-index:60;cursor:pointer;border-radius:0;border-bottom:3px solid #0085ba}#seopress_content_analysis label,#seopress_cpt #tabs-1 label,#seopress_cpt #tabs-2 label[for=seopress_robots_breadcrumbs_meta],#seopress_cpt #tabs-2 label[for=seopress_robots_canonical_meta],#seopress_cpt #tabs-2 label[for=seopress_robots_primary_cat_meta],#seopress_cpt #tabs-3 label,#seopress_cpt #tabs-4 label,#seopress_cpt #tabs-5 label,#seopress_cpt #tabs-6 label,#seopress_cpt .subsection-title,#seopress_pro_cpt label{display:block;margin:20px 0 5px;font-weight:700}#seopress_cpt .wp-color-result{margin:0}#seopress_content_analysis input[type=text],#seopress_cpt #tabs-1 input,#seopress_cpt #tabs-2 input[type=text],#seopress_cpt #tabs-3 input[type=text],#seopress_cpt #tabs-3 textarea,#seopress_cpt #tabs-4 input[type=text],#seopress_cpt #tabs-5 input[type=text],#seopress_cpt #tabs-6 input[type=text],#seopress_cpt #tabs-6 textarea{width:100%}#seopress_cpt #tabs-6 input[type=number]{width:30%;min-width:200px}#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video{display:none}#seopress_cpt select{width:300px}#seopress_cpt #tabs-4 select{width:250px;display:inline}#seopress_cpt #tabs-4 #seopress_redirections_value_meta{width:calc(100% - 258px);float:right}#seopress_cpt #tabs-6{padding:0}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content,#seopress_cpt #tabs-6>p{padding:0 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content{padding:0 1.4em 1em}#seopress_cpt #tabs-6 #wrap-videos .video{border-top:1px solid #eee}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-title{border-left:none;border-right:none;font-size:1em;padding:1em 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-content,#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-title{border-bottom:1px solid #eee}#seopress_cpt #tabs-6 #wrap-videos .video .inside{padding:0}#seopress_cpt #tabs-4 #seopress_redirections_enabled,#seopress_cpt #tabs-5 #seopress_news_disabled,#seopress_cpt #tabs-5 #seopress_news_standout,#seopress_cpt #tabs-6 #seopress_video_disabled,#seopress_cpt #tabs-6 .family-friendly label,#seopress_cpt #tabs-6 .internal_video label{font-weight:400}#seopress_cpt #tabs-6 #wrap-videos .video:nth-child(odd){background:#fdfdfd}#seopress_content_analysis .advise,#seopress_cpt .advise,#seopress_pro_cpt .advise,.seopress-option .advise{margin:5px;display:block;color:red;font-style:italic}#seopress_cpt #tabs-6 #wrap-videos .video .advise{color:#555}#seopress_content_analysis .mandatory,#seopress_cpt .mandatory{color:#c00}#seopress_cpt .box-left{float:left;width:49%;margin-right:1%}#seopress_cpt .box-right{float:left;width:49%;margin-left:1%}#seopress_cpt .google-snippet-preview{font-family:arial,sans-serif;word-break:break-all}#seopress_cpt .google-snippet-preview>p{word-break:normal}#seopress_cpt .google-snippet-preview .snippet-title,#seopress_cpt .google-snippet-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview .snippet-title-default{color:#1a0dab;font-size:18px;font-weight:400;line-height:21.6px}#seopress_cpt .google-snippet-preview .snippet-permalink{color:#006621;font-size:14px;font-style:normal;font-weight:400;line-height:16px}#seopress_cpt .google-snippet-preview .snippet-description,#seopress_cpt .google-snippet-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview .snippet-description-default{color:#545454;font-size:13px;font-weight:400;line-height:18.2px;display:inline}#seopress_cpt .google-snippet-preview .snippet-date{color:grey;display:inline}#seopress_cpt .wrap-seopress-counters,#seopress_pro_cpt .wrap-seopress-counters{text-align:right;background:#eee;padding:2px 5px;box-shadow:0 1px 1px rgba(0,0,0,.2);font-size:12px}#seopress_cpt #seopress_titles_desc_counters,#seopress_cpt #seopress_titles_title_counters,#seopress_pro_cpt #seopress_rich_snippets_articles_counters,#seopress_pro_cpt #seopress_rich_snippets_courses_counters{display:inline;margin-right:5px}#seopress_cpt #seopress_titles_desc_counters_val,#seopress_cpt #seopress_titles_title_counters_val,#seopress_pro_cpt #seopress_rich_snippets_articles_counters_val,#seopress_pro_cpt #seopress_rich_snippets_courses_counters_val{display:inline;font-weight:700}#term-seopress #seopress_cpt{width:95%}.fixed .column-seopress_w3c,.fixed .column-seopress_words{width:5%}.fixed .column-seopress_nofollow,.fixed .column-seopress_noindex{width:10%}#seopress_content_analysis .ui-tabs,#seopress_cpt .ui-tabs{position:relative;padding:0;border:none;font-family:inherit;font-size:inherit;display:inline-block;width:100%}#seopress_content_analysis .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs .ui-tabs-nav li{list-style:none;display:inline-block;position:relative;top:2px;padding:0 5px;white-space:nowrap;border:none;background:0 0}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs .ui-tabs-nav li a{display:inline-block;padding:5px 10px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a{display:block}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-2px;padding-bottom:1px}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-loading a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-loading a{color:#191e23;font-weight:700}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a,#seopress_content_analysis .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,#seopress_cpt .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#191e23;text-decoration:none;height:40px;line-height: 40px}#seopress_cpt .ui-tabs-vertical{width:55em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress_cpt .ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a .dashicons,#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons{margin-right:2px}#tab-panel-seopress_titles_help_tab li span{font-weight:700;margin-right:10px}#seopress_content_analysis .ui-tabs .dashicons-no-alt,#seopress_content_analysis .ui-tabs .dashicons-yes,#seopress_pro_cpt .dashicons-no-alt,#seopress_pro_cpt .dashicons-yes{color:#fff;background:#12bd10;border-radius:50px;margin-right:10px}#seopress_content_analysis .ui-tabs .dashicons-no-alt,#seopress_pro_cpt .dashicons-no-alt{background:#e25950}body.seopress-styles{background:#f8fafd}#seopress-content a{color:#3297d3}#seopress-content a:hover{color:#106598}#seopress-admin-tabs.ui-tabs{position:relative;padding:.2em;border:none;font-family:inherit;font-size:inherit}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:-1px .2em 0 0;padding:0;white-space:nowrap;border:none;background:0 0}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a{float:left;padding:.38em 1em .75rem;outline:0;border-bottom:2px solid #fff}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;border-bottom:2px solid #23282d;color:#23282d}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a,#seopress-admin-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#0073aa;text-decoration:none}#seopress-admin-tabs.ui-tabs-vertical{width:55em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}.seopress-styles .seopress-option{margin:10px auto 0;max-width:90%;padding:1rem;background:#fff;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.1);border-radius:4px}.seopress-styles .seopress-option h1{font-size:16px;font-weight:700;color:#3297d3;text-transform:uppercase;position:sticky;top:32px;background:#fff;z-index:100;padding:10px 0}.seopress-styles .seopress-option h1 .dashicons,.seopress-styles .seopress-option h2 .dashicons{margin:0 10px;font-size:40px;width:40px;height:40px;vertical-align:middle}.seopress-styles .seopress-option .link-archive{font-size:14px}.seopress-styles .seopress-option .link-archive .dashicons{font-size:18px;width:20px;height:20px;margin:inherit}.seopress-styles .seopress-option h1>.dashicons{font-size:30px;width:30px;height:30px;background:#c4f0ff;border-radius:50%;padding:10px;box-shadow:0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.1);margin-left:20px}.seopress-styles .seopress-option .metabox-holder h2 .dashicons{font-size:16px}.seopress-option h1 .feature-state .dashicons{font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 10px 0 0}.seopress-styles .wrap{margin:0;position:relative}.seopress-styles .seopress-option .submit{background:#fff;text-align:center;border-top:1px solid #f1f1f1;padding-top:20px;padding-bottom:20px;margin:0}.seopress-styles .seopress-option #seopress-aio-migrate,.seopress-styles .seopress-option #seopress-seo-framework-migrate,.seopress-styles .seopress-option #seopress-yoast-migrate,.seopress-styles .seopress-option #submit{color:#fff;text-decoration:none;border:none;border-radius:4px;padding-right:20px;padding-left:20px;line-height:34px;text-transform:uppercase;min-height:34px;transition:all .3s linear;text-shadow:none;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);margin-right:15px;background:RGB(106,124,148);position:relative;height:auto;z-index:10}.seopress-styles .seopress-option #seopress-aio-migrate:hover,.seopress-styles .seopress-option #seopress-seo-framework-migrate:hover,.seopress-styles .seopress-option #seopress-yoast-migrate:hover,.seopress-styles .seopress-option #submit:hover{text-decoration:none;color:#fff;background:#232323}.seopress-styles #wpcontent{padding-left:0;background:#f8fafd}.seopress-styles pre{color:#42b72a;background:#f5f6f7;font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;padding:7px;display:inline-block}.seopress-styles #seopress-navbar{padding:10px .5rem;height:56px;margin:0 auto;width:53rem;box-sizing:border-box;position:relative}#seopress-header{margin:0 auto;position:relative;width:100%}#seopress-header #seopress-admin h1{line-height:40px;margin:0;display:inline-block;height:40px;width:40px;background-size:100%;background-repeat:no-repeat}#seopress-header #seopress-admin h1::before{font-size:14px;line-height:40px;position:absolute;border-radius:6px;font-weight:400;color:#fff;width:40px;height:40px;text-align:center;background:#3a4afb;background:-moz-linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%);background:-webkit-linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%);background:linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%)}#seopress-header #seopress-admin h1:hover{cursor:pointer}#seopress-header #seopress-admin h1>a{text-decoration:none;color:inherit}#seopress-header #seopress-admin .seopress-quick-access{background:#fff;box-shadow:0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.2),0 5px 15px rgba(0,0,0,.1);border-radius:4px;overflow:hidden;position:relative;font-size:17px;line-height:40px;white-space:nowrap;transform:rotate3d(1,1,0,-15deg);transform-origin:100% 0;opacity:0;will-change:transform,opacity;transition-property:transform,opacity;transition-duration:.25s;z-index:300;padding:0;display:block;width:53rem;top:0;visibility:hidden;cursor:auto}#seopress-header #seopress-admin h1:hover .seopress-quick-access{transform:none;opacity:1;pointer-events:auto;visibility:visible}#seopress-header #seopress-admin .seopress-quick-access>ul{padding:20px;margin:0;float:left;width:100%;box-sizing:border-box}#seopress-header #seopress-admin h1 .seopress-quick-access li{text-decoration:none;display:inline-block;width:50%;margin:0;float:left;padding:10px 0}#seopress-header #seopress-admin h1 .seopress-quick-access li .dashicons{vertical-align:middle;background:#b7e1f3;border-radius:50%;padding:5px;margin-right:15px}#seopress-header #seopress-admin h1 .seopress-quick-access li a{text-decoration:none;font-size:15px;line-height:30px;text-transform:uppercase;display:block;width:100%;transition:all .3s linear;color:#3297d3}#seopress-header #seopress-admin h1 .seopress-quick-access li a:hover{color:#647a88}#seopress-header #seopress-admin h1 .seopress-info-version{position:relative;left:50px;top:0;font-size:14px;width:100px;display:block}#seopress-header #seopress-admin .wpc-info-version{font-size:14px;left:310px;position:absolute;text-indent:0;top:85px}#seopress-header #seopress-notice{float:right;line-height:40px}#seopress-header #seopress-notice p{font-size:16px}#seopress-header #seopress-notice .dashicons{color:#444;text-decoration:none;line-height:40px}#seopress-header #seopress-notice div.small{font-size:13px;display:inline}#seopress-footer-credits{font-style:italic}#seopress-footer-credits .wporg-ratings{display:inline}#seopress-footer-credits .wporg-ratings a{text-decoration:none}.seopress-option .seopress-settings{float:left;max-width:750px;width:100%}.seopress-option #seopress-edd-license-btn,.seopress-option #seopress-refresh{float:left}.wp-admin-ui_page_seopress-import-export .postbox{margin-right:20px}.seopress-option #side-sortables .accordion-section-content{padding:0}.seopress-option .seopress-settings label{margin:0 0 0 10px}.wrap-seopress-tab-content{position:relative;display:block;width:100%;height:100%;max-width:53rem;margin:20px auto 0}#seopress-admin-tabs .seopress-tab{padding:1.5rem;visibility:hidden;overflow:hidden;opacity:0;transition:all .2s ease;transform:translateX(-15px);position:absolute;top:0}#seopress-admin-tabs .seopress-tab.active{visibility:visible;overflow:inherit;opacity:1;transform:translateX(0);display:inherit;position:relative}#seopress-tabs .seopress-tab{padding:1.5rem;display:none}#seopress-tabs .seopress-tab.active{display:inline-block}.seopress-option input[type=password],.seopress-option input[type=text],.seopress-option textarea{min-width:485px}#seopress_htaccess_file{width:100%}.seopress-option textarea{min-height:100px}.seopress-option #side-sortables .highlight{border:1px dashed #ccc;display:block;width:382px;height:40px;background:0 0}.seopress-option #side-sortables .accordion-section{margin-bottom:9px;width:382px}.seopress-option #side-sortables .accordion-section h3{cursor:move;border:1px solid #e5e5e5;background:#fafafa}.seopress-option #side-sortables .accordion-section .inside{padding:10px 10px 24px;border-width:0 1px 1px;border-style:solid;box-shadow:0 1px 1px rgba(0,0,0,.04);border-color:#e5e5e5;display:inline-block;width:calc(100% - 22px);height:100%}.seopress-option #side-sortables .accordion-section .inside ul{padding-left:10px;margin-bottom:0;padding-top:2px;padding-bottom:2px}.seopress-option #side-sortables .accordion-section .inside ul li{border-left:2px solid #ccc;padding-left:10px;margin-bottom:10px}.seopress-option #side-sortables .accordion-section .inside ul li:first-child{border-bottom:1px dotted #e5e5e5;border-left:0;padding-bottom:10px;font-weight:700;margin-left:-15px;margin-bottom:10px}.seopress-notice #message{margin:5px 10px 2px 0}#seopress-notice a{position:relative;text-decoration:none}#seopress-notice a .tooltip{white-space:pre;z-index:200;padding:2px 5px;font-weight:500;font-size:12px;color:#aab7c4;background:#fff;box-shadow:0 1px 2px 0 rgba(49,49,93,.1),0 0 1px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;opacity:0;top:30px;transition:opacity .2s ease;visibility:hidden;line-height:20px;left:-100%;overflow:hidden}#seopress-notice a:hover .tooltip{opacity:1;visibility:visible}.seopress-page-list{margin:0}.seopress-option .dashicons,.seopress-page-list .dashicons{vertical-align:middle;margin-right:5px}#seopress-admin-tabs .ui-tabs-nav,#seopress-notifications-center,.seopress-page-list .seopress-feature,.seopress-useful-tools{background:linear-gradient(172deg,#f5f7fa,#f5f7fa 200px,#fff 0,#fff);margin:0 auto 20px;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.2);max-width:50rem;padding:1.5rem;width:100%;border-radius:4px}#seopress-notifications-center,.seopress-useful-tools{background:linear-gradient(172deg,#f5f7fa,#f5f7fa 400px,#fff 0,#fff)}.seopress-page-list .seopress-feature{padding:0 1.5rem;position:relative;overflow:hidden;transition-duration:.15s}.seopress-page-list .seopress-feature p{color:#6b7c93;font-size:14px;margin-bottom:30px}#seopress-notifications-center{margin-top:0}#seopress-admin-tabs .ui-tabs-nav{display:flex;padding-top:1rem;padding-bottom:0}.seopress-page-list .seopress-feature .img-tool{height:100px;width:100px;background:#c4f0ff;position:absolute;border-radius:50%;box-shadow:0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.1);top:calc(50% - 50px);left:20px}.seopress-page-list .seopress-feature .img-tool .dashicons{color:#217ab7;font-size:60px;text-align:left;vertical-align:middle;width:100%;height:100%;position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);margin:0}.seopress-page-list .seopress-feature .inner{margin:0;display:block;padding:2rem 0 2rem 120px}.seopress-page-list .seopress-feature h3{margin:0;font-size:16px;font-weight:700;color:#3297d3;text-transform:uppercase}.seopress-page-list .seopress-feature h3 .dashicons{font-size:16px;margin-left:5px;vertical-align:middle}#seopress-content .seopress-page-list .seopress-feature a,#seopress-notifications-center .seopress-alert .button-primary,.seopress-option .seopress-feature a,.seopress-useful-tools .widget .button-primary{color:#fff;text-decoration:none;border:none;border-radius:4px;padding-right:20px;padding-left:20px;line-height:34px;text-transform:uppercase;min-height:34px;transition:all .3s linear;text-shadow:none;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);margin-right:15px;background:#6a7c94;position:relative;height:auto}#seopress-content .seopress-page-list .seopress-feature a.button-secondary{padding-left:30px}#seopress-content .seopress-page-list .seopress-feature a.button-secondary::before,#seopress-notifications-center .seopress-alert .button-primary::after{content:"\f111";font-family:Dashicons;position:absolute;left:10px;top:1px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:16px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects,#seopress-notifications-center .seopress-alert .button-primary,.seopress-option .button{background:#fff;border:none;color:#6b7c93;font-weight:500;transition:all .3s linear;text-shadow:none;text-transform:uppercase;padding-right:20px;padding-left:20px;line-height:34px;min-height:34px;margin-bottom:10px;border-radius:4px;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);vertical-align:baseline}.seopress-option .button .dashicons{font-size:16px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects{padding-left:35px}#seopress-notifications-center .seopress-alert .button-primary::after{content:"\f344";left:inherit;right:10px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects::before{content:"\f177"}#seopress-content .seopress-page-list .seopress-feature a:hover,#seopress-notifications-center .seopress-alert .button-primary:hover,.seopress-option .button:hover,.seopress-option .seopress-feature a:hover,.seopress-useful-tools .widget .button-primary:hover{text-decoration:none;color:#fff;background:#232323}#seopress-content .seopress-page-list .seopress-feature .seopress-doc:focus,#seopress-content .seopress-page-list .seopress-feature a:focus,#seopress-content .seopress-page-list .seopress-feature a:focus.button-secondary,#seopress-content a:focus,#seopress-notifications-center .seopress-alert .button-primary:focus,.seopress-option #seopress-tabs .seopress-doc:focus,.seopress-option .seopress-feature a:focus,.seopress-styles .seopress-option #seopress-aio-migrate:focus,.seopress-styles .seopress-option #seopress-yoast-migrate:focus,.seopress-styles .seopress-option #submit:focus,.seopress-useful-tools .widget .button-primary:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db;background:#008ec2;border-color:#006799;color:#fff}#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus{color:inherit}#seopress-notifications-center .seopress-alert .button-primary{float:right;margin:5px 0;padding-right:30px}#seopress-notifications-center h2,.seopress-useful-tools h2{margin:5px 0 15px 5px;display:inline-block;width:100%}#seopress-notifications-center .dashicons,.seopress-useful-tools .dashicons{margin-right:10px}#seopress-notifications-center .seopress-alert{padding:0;display:inline-block;margin:0 10px 10px 5px;border-bottom:1px solid #e6ebf1;width:calc(100% - 30px);position:relative;transition:all 150ms ease}#seopress-notifications-center .seopress-alert:hover{cursor:default}#seopress-notifications-center .seopress-alert p{display:inline-block}#seopress-notifications-center .seopress-alert .impact{padding:4px 5px;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;border-radius:4px}#seopress-notifications-center .seopress-alert .impact.low{background:#ffde24;color:#6b6543}#seopress-notifications-center .seopress-alert .impact.medium{background:#e39f48}#seopress-notifications-center .seopress-alert .impact.high{background:#e25950}#seopress-notifications-center .seopress-alert .impact.high.info{background:#0085ba}#seopress-notifications-center .seopress-alert .dashicons{color:#ffc82c}#seopress-notifications-center .dashicons.remove-notice{position:absolute;right:-55px;color:#6b7c93;font-size:30px;height:30px;width:30px;top:2px;padding:5px;transition:all .3s linear}#seopress-notifications-center .dashicons.remove-notice:hover{background:#e25950;color:#fff;cursor:pointer;border-radius:4px}#seopress-content .seopress-page-list .seopress-feature .seopress-doc,.seopress-option #seopress-tabs .seopress-doc{background:0 0;padding:0;width:inherit;height:inherit;text-decoration:none;color:inherit;box-shadow:none;position:absolute;right:0}#seopress-content .seopress-page-list .seopress-feature .seopress-doc:hover,.seopress-option #seopress-tabs .seopress-doc:hover{color:#747474;background:0 0}.seopress-option .seopress-table{background:#fff;border:1px solid #ccc}.seopress-option .seopress-table th{padding:15px 10px;vertical-align:middle}.wp-admin-ui_page_seopress-roles .seopress-option .seopress-table th{min-width:200px}.seopress-option .seopress-table .seopress-settings-section{background:#f1f1f1}.seopress-option .seopress-table .seopress-table-head .seopress-feature{border-bottom:1px solid #ccc;font-weight:700;background:#f1f1f1}#seopress-content .feature-state,.seopress-option .feature-state{font-style:italic;font-size:12px;display:inline-block;background:rgba(0,140,135,.1);padding:5px 12px;border-radius:25px;color:#444;font-weight:400;text-transform:none;-moz-osx-font-smoothing:initial;-webkit-font-smoothing:initial}#seopress_cpt .tag-title,.seopress-button,.seopress-option .tag-title{cursor:pointer;font-weight:500;border-radius:4px;transition:all .3s linear}#seopress-content .feature-state-on,#seopress-content .feature-state.feature-state-on,.seopress-option .feature-state-on,.seopress-option .feature-state.feature-state-on{display:inline}#seopress-content .feature-state-off,.seopress-option .feature-state-off{display:none}.seopress-option .postbox .inside li{list-style:square inside;padding-left:5px}#tab_seopress_page_speed .inside li{list-style:none;padding-left:0;word-break:break-word}.seopress-option .log{margin:0;text-transform:uppercase;display:inline-block;vertical-align:middle;padding:5px;color:rgba(19,191,17,1);font-style:italic}.seopress-option input[type=text].seopress-admin-menu-input{min-width:inherit;width:100%}.seopress_page_seopress-import-export .postbox{width:calc(100% - 20px)}#seopress_cpt .wrap-tags,.seopress-option .wrap-tags{position:relative;display:inline-block;width:100%;margin-bottom:10px}#seopress_cpt .tag-title,.seopress-option .tag-title{padding:4px 8px;position:relative;top:5px;left:0;font-size:11px;float:left;margin-right:5px;user-select:none;margin-bottom:5px;background:#fff;color:#6b7c93;box-shadow:0 0 0 .5px rgba(50,50,93,.17),0 2px 5px 0 rgba(50,50,93,.12),0 3px 9px 0 rgba(50,50,93,.08),0 1px 1.5px 0 rgba(0,0,0,.08),0 1px 2px 0 rgba(0,0,0,.08)}#seopress_cpt .tag-title:active,#seopress_cpt .tag-title:focus,#seopress_cpt .tag-title:hover,.seopress-option .tag-title:active,.seopress-option .tag-title:focus,.seopress-option .tag-title:hover{background:#232323;color:#fff;user-select:none}#seopress_cpt .tag-title .dashicons,.seopress-option .tag-title .dashicons{padding:0;height:16px;width:16px;font-size:16px;margin-right:5px;vertical-align:middle}.seopress-button{text-transform:uppercase;background:#fff;border-color:#c8d7e1;border-style:solid;border-width:1px 1px 2px;color:#2e4453;display:inline-block;margin:0;outline:0;overflow:hidden;text-overflow:ellipsis;text-decoration:none;vertical-align:top;box-sizing:border-box;font-size:14px;line-height:21px;padding:7px 14px 9px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seopress-button:hover{border-color:#a8bece;color:#00a0d2}.seopress-button .dashicons{vertical-align:middle}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget{border-right:1px solid #e6ebf1;margin:0;padding:0 20px;width:calc(50% - 2px);box-sizing:border-box;display:inline-block;vertical-align:top}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget:first-child{width:100%;display:block;clear:both;border-right:none;border-bottom:1px solid #e6ebf1;padding-bottom:20px;margin-bottom:20px}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget:last-child{border-right:none}#seopress-content .seopress-useful-tools .widget-reverse ul{background:#fff}#seopress-content .seopress-useful-tools .widget-reverse li{padding:10px;margin:0;border-bottom:1px solid #e6ebf1}#seopress-content .seopress-useful-tools .widget-reverse li:hover{background:#f5f7fa}#seopress-content .seopress-useful-tools .widget-title{text-transform:uppercase;margin:0 0 10px;font-size:13px;padding:10px 0;color:#24b47e}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank{margin:0 0 10px;width:100%;box-sizing:border-box;display:block}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_reach{font-size:30px;font-weight:700;display:inline-block;width:100%;padding:0 0 20px;text-align:right}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_reach .highlight{display:inline-block;font-size:16px;background:inherit;width:100%;margin-bottom:10px}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_delta{font-size:14px;display:inline-block;vertical-align:top;text-align:left;margin:0 20px 0 0}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_delta{width:100%;text-align:right;font-size:18px;font-style:italic}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank{text-align:left}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country .highlight,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank .highlight{background:0 0;font-weight:700}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country{margin-right:0}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank{margin-left:5px}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .minus .dashicons,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .plus .dashicons{font-style:italic}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .plus{color:green}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .minus{color:red}#seopress-content .seopress-reverse label,#seopress-content .seopress-useful-tools .widget-whois ul li span{font-weight:700}#seopress-content #seopress-reverse-url{width:100%;margin:10px 0}#seopress-content .widget-reverse p{margin:0}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_url{width:35%}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_anchor_text{width:20%}.seopress-styles #screen-meta{margin:0;position:relative;background-color:#fff;border-bottom:0 solid #f2f2f2;border-top:none;-webkit-box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);top:0}.seopress-styles #contextual-help-link-wrap,.seopress-styles #screen-options-link-wrap{float:right;height:28px;margin:0 0 0 6px;border:1px solid #f2f2f2;border-top:none;background:#fff;-webkit-box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08)}.seopress-styles #screen-meta-links .show-settings{box-shadow:none}.seopress-styles #screen-meta-links .screen-meta-toggle{position:relative;top:0;z-index:2000}.seopress-styles #contextual-help-back{background:#f8fafd}.seopress-styles .contextual-help-tabs .active{border-left:2px solid #3297d3;background:#f8fafd}#seopress-content input.toggle,.seopress-option input.toggle{max-height:0;max-width:0;opacity:0}#seopress-content input.toggle+label,.seopress-option input.toggle+label{display:inline-block;position:relative;box-shadow:inset 0 0 0 1px #d5d5d5;text-indent:-5000px;height:30px;width:50px;border-radius:15px}.wrap-toggle-checkboxes input.toggle+label{float:left;margin-right:10px}#seopress-content input.toggle+label:before,.seopress-option input.toggle+label:before{content:"";position:absolute;display:block;height:30px;width:30px;top:0;left:0;border-radius:15px;background:rgba(19,191,17,0);-moz-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}#seopress-content input.toggle+label:after,.seopress-option input.toggle+label:after{content:"";position:absolute;display:block;height:30px;width:30px;top:0;left:0;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);-moz-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}#seopress-content input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before{width:50px;background:rgba(19,191,17,1)}#seopress-content input.toggle[data-toggle="1"]+label:after,.seopress-option input.toggle[data-toggle="1"]+label:after{left:20px;box-shadow:inset 0 0 0 1px rgba(19,191,17,1),0 2px 4px rgba(0,0,0,.2)}#seopress-content .seopress-page-list{position:relative}#seopress-notice-save{position:fixed;color:#fff;padding:15px 40px;font-size:14px;text-align:center;border-radius:50px;background:rgba(74,184,102,.75);top:50px;right:20px;z-index:500}.seopress_page_seopress-pro-page #wpcontent{background:#f4f7fa}.seopress-option .wrap div.nav-tab-wrapper{border-bottom:1px solid RGB(238,238,238);margin:0 0 0 -16px;padding:0 10px;line-height:inherit;background:#fff;position:sticky;top:102px;width:calc(100% + 12px);z-index:95;font-weight:400}#seopress-admin-tabs.wrap div.nav-tab-wrapper{margin:20px auto 0;max-width:53rem;width:100%;border-bottom:0;padding:0;line-height:inherit;position:sticky;background:#f8fafd;z-index:100;top:31px;font-weight:400}#seopress-admin-tabs #tab_seopress_notifications.seopress-tab{background:0 0;padding:0}#seopress-admin-tabs .nav-tab,.seopress-option .nav-tab{border:0 solid #ccc;background:0 0;opacity:.5;padding:8px 8px;transition:opacity .3s linear;color:#191e23;margin:0;float:none;display:inline-block}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:hover,.seopress-option .about-wrap h2 .nav-tab-active,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:hover{background-color:#fff}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus,.nav-tab-active:focus,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:focus:active,.seopress-option .nav-tab-active:hover,.seopress-option .nav-tab:focus{background:0 0;opacity:1;outline:0;font-weight:600;position:relative}.seopress-option .nav-tab-active::after{border-bottom:2px solid #0085ba;content:'';position:absolute;width:100%;bottom:0;left:0;display:block}#seopress-admin-tabs .nav-tab:hover,.seopress-option .nav-tab:hover{opacity:1}#seopress-admin-tabs .nav-tab:focus,.seopress-option .nav-tab:focus{outline:0;box-shadow:none}#section-export-redirects,#section-import-redirects{margin-top:-120px;padding-top:120px}.seopress-option .section-tool{border:none;box-shadow:none;background:0 0;position:relative}.seopress-option .section-tool::after{content:'';background:#dedede;height:1px;width:100%;display:block}#tab_seopress_social_accounts .help-social{position:relative;right:0;width:30%}#tab_seopress_social_accounts .form-table{float:left;width:70%}
1
+ #adminmenu div.wp-menu-image.dashicons-admin-seopress::before,#seopress-header #seopress-admin h1::before{content:"\e800";font-family:seopress!important;font-weight:700;font-size:12px;line-height:20px}#seopress-header #seopress-admin h1::before,.seopress-page-list .seopress-feature h3,.seopress-styles .seopress-option h1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@font-face{font-family:seopress;src:url(../fonts/seopress.eot?81521271);src:url(../fonts/seopress.eot?81521271#iefix) format('embedded-opentype'),url(../fonts/seopress.woff?81521271) format('woff2'),url(../fonts/seopress.woff?81521271) format('woff'),url(../fonts/seopress.ttf?81521271) format('truetype'),url(../fonts/seopress.svg?81521271#seopress) format('svg');font-weight:400;font-style:normal}[class*=" icon-seopress"],[class^=icon-seopress-]{font-family:seopress!important;font-size:14px!important;line-height:24px!important}.icon-seopress-seopress:before{content:"\e800"}.sp-tooltip{position:relative;margin-left:5px;display:inline-block;cursor:help}.sp-tooltip .dashicons{color:#666}.sp-tooltip .sp-tooltiptext{visibility:hidden;position:absolute;z-index:999999999;color:#fff;font-size:.8em;background:#333;text-align:center;width:240px;right:0;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2);top:25px}.sp-tooltip:hover .sp-tooltiptext{visibility:visible}#seopress_content_analysis .wrap-seopress-analysis{display:inline-block;width:100%}#seopress_content_analysis .col-left{width:calc(50% - 30px);float:left;margin-right:30px}#seopress_content_analysis .col-right{float:right;width:50%}#seopress_content_analysis #seopress_suggestions{display:inline-block;width:100%;margin:0;height:auto;padding:20px 0}#seopress_content_analysis #seopress_suggestions li{list-style:square;margin:5px;display:inline-block;background:#f1f1f1;padding:5px}#seopress_launch_analysis{float:left}#seopress_analysis_results_state{background:rgba(74,184,102,.75);color:#fff;padding:5px 25px 5px 20px;border-radius:100px;font-style:italic;position:relative;width:auto;display:inline-block;margin:0 0 0 20px;clear:both}#seopress_content_analysis h3{border-bottom:1px solid #ddd;padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul{display:flex;flex-wrap:wrap}#seopress_content_analysis .wrap-analysis-img ul li{padding:0;text-align:left;cursor:default}#seopress_content_analysis .wrap-analysis-img h4{border-bottom:1px solid #ddd;padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul li img{max-width:150px;max-height:150px;object-fit:cover;cursor:default}#seopress_cpt .notice{padding:10px 14px}#seopress-analysis-tabs .dashicons,#seopress_cpt .dashicons{vertical-align:middle}#seopress_cpt .inside{margin:0;padding:0}#seopress_content_analysis .ui-tabs .ui-tabs-nav,#seopress_cpt .ui-tabs .ui-tabs-nav{display:inline-block;min-height:26px;position:relative;width:100%;z-index:10;margin:0;border-radius:0;padding:0;background:#f3f4f5;border:none}#seopress_content_analysis .ui-tabs .ui-tabs-nav{width:calc(100% + 24px);margin:0 0 0 -12px;position:-webkit-sticky;position:sticky;top:0}#seopress_content_analysis .ui-tabs .ui-tabs-nav{margin-top:15px}#seopress_content_analysis .ui-helper-clearfix:after,#seopress_cpt .ui-helper-clearfix:after{content:none}.seopress_page_seopress-titles #seopress-tabs .form-table td,.seopress_page_seopress-titles #seopress_content_analysis .form-table td{padding:0}#seopress_content_analysis .ui-tabs .ui-tabs-panel,#seopress_cpt .ui-tabs .ui-tabs-panel{background:#fff;border-radius:0;display:inline-block;padding:1em 1.4em;width:100%;box-sizing:border-box}#seopress_content_analysis .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_cpt .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_pro_cpt .dashicons-info{font-size:16px;vertical-align:middle;height:16px;width:16px}#seopress_content_analysis .ui-tabs .ui-tabs-nav li,#seopress_content_analysis .ui-tabs-anchor,#seopress_cpt .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs-anchor{cursor:pointer!important}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{position:relative;z-index:60;cursor:pointer;border-radius:0;border-bottom:3px solid #0085ba}#seopress_content_analysis label,#seopress_cpt #tabs-1 label,#seopress_cpt #tabs-2 label[for=seopress_robots_breadcrumbs_meta],#seopress_cpt #tabs-2 label[for=seopress_robots_canonical_meta],#seopress_cpt #tabs-2 label[for=seopress_robots_primary_cat_meta],#seopress_cpt #tabs-3 label,#seopress_cpt #tabs-4 label,#seopress_cpt #tabs-5 label,#seopress_cpt #tabs-6 label,#seopress_cpt .subsection-title,#seopress_pro_cpt label{display:block;margin:20px 0 5px;font-weight:700}#seopress_cpt .wp-color-result{margin:0}#seopress_content_analysis input[type=text],#seopress_cpt #tabs-1 input,#seopress_cpt #tabs-2 input[type=text],#seopress_cpt #tabs-3 input[type=text],#seopress_cpt #tabs-3 textarea,#seopress_cpt #tabs-4 input[type=text],#seopress_cpt #tabs-5 input[type=text],#seopress_cpt #tabs-6 input[type=text],#seopress_cpt #tabs-6 textarea{width:90%;display:inline-block}#seopress_cpt #tabs-1 input{width:100%}#seopress_cpt #tabs-6 input[type=number]{width:30%;min-width:200px}#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video{display:none}#seopress_cpt select{width:300px}#seopress_cpt #tabs-4 select{width:250px;display:inline}#seopress_cpt #tabs-4 #seopress_redirections_value_meta{width:calc(100% - 258px);float:right}#seopress_cpt #tabs-6{padding:0}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content,#seopress_cpt #tabs-6>p{padding:0 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content{padding:0 1.4em 1em}#seopress_cpt #tabs-6 #wrap-videos .video{border-top:1px solid #eee}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-title{border-left:none;border-right:none;font-size:1em;padding:1em 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-content,#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-title{border-bottom:1px solid #eee}#seopress_cpt #tabs-6 #wrap-videos .video .inside{padding:0}#seopress_cpt #tabs-4 #seopress_redirections_enabled,#seopress_cpt #tabs-5 #seopress_news_disabled,#seopress_cpt #tabs-5 #seopress_news_standout,#seopress_cpt #tabs-6 #seopress_video_disabled,#seopress_cpt #tabs-6 .family-friendly label,#seopress_cpt #tabs-6 .internal_video label{font-weight:400}#seopress_cpt #tabs-6 #wrap-videos .video:nth-child(odd){background:#fdfdfd}#seopress_content_analysis .advise,#seopress_cpt .advise,#seopress_pro_cpt .advise,.seopress-option .advise{margin:5px;display:block;color:red;font-style:italic}#seopress_cpt #tabs-6 #wrap-videos .video .advise{color:#555}#seopress_content_analysis .mandatory,#seopress_cpt .mandatory{color:#c00}#seopress_cpt .box-left{float:left;width:49%;margin-right:1%}#seopress_cpt .box-right{float:left;width:49%;margin-left:1%}#seopress_cpt .google-snippet-preview{font-family:arial,sans-serif;word-break:break-all}#seopress_cpt .google-snippet-preview>p{word-break:normal}#seopress_cpt .google-snippet-preview .snippet-title,#seopress_cpt .google-snippet-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview .snippet-title-default{color:#1a0dab;font-size:18px;font-weight:400;line-height:21.6px}#seopress_cpt .google-snippet-preview .snippet-permalink{color:#006621;font-size:14px;font-style:normal;font-weight:400;line-height:16px}#seopress_cpt .google-snippet-preview .snippet-description,#seopress_cpt .google-snippet-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview .snippet-description-default{color:#545454;font-size:13px;font-weight:400;line-height:18.2px;display:inline}#seopress_cpt .google-snippet-preview .snippet-date{color:grey;display:inline}#seopress_cpt .wrap-seopress-counters,#seopress_pro_cpt .wrap-seopress-counters{text-align:right;background:#eee;padding:2px 5px;display:flex;box-shadow:0 1px 1px rgba(0,0,0,.2);font-size:12px;justify-content: flex-end}#seopress_cpt #seopress_titles_desc_counters,#seopress_cpt #seopress_titles_title_counters,#seopress_pro_cpt #seopress_rich_snippets_articles_counters,#seopress_pro_cpt #seopress_rich_snippets_courses_counters{display:inline;margin-right:5px}#seopress_cpt #seopress_titles_desc_counters_val,#seopress_cpt #seopress_titles_title_counters_val,#seopress_pro_cpt #seopress_rich_snippets_articles_counters_val,#seopress_pro_cpt #seopress_rich_snippets_courses_counters_val{display:inline;font-weight:700}#term-seopress #seopress_cpt{width:95%}.fixed .column-seopress_w3c,.fixed .column-seopress_words{width:5%}.fixed .column-seopress_nofollow,.fixed .column-seopress_noindex{width:10%}#seopress_content_analysis .ui-tabs,#seopress_cpt .ui-tabs{position:relative;padding:0;border:none;font-family:inherit;font-size:inherit;display:inline-block;width:100%}#seopress_content_analysis .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs .ui-tabs-nav li{list-style:none;display:inline-block;position:relative;top:2px;padding:0 5px;white-space:nowrap;margin:0;border:none;background:0 0}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs .ui-tabs-nav li a{display:inline-block;padding:5px 10px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a{display:block}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:2px;padding-bottom:1px}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-loading a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-loading a{color:#191e23;font-weight:700}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a,#seopress_content_analysis .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,#seopress_cpt .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#191e23;text-decoration:none;height:40px;line-height:40px}#seopress_cpt .ui-tabs-vertical{width:55em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress_cpt .ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a .dashicons,#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons{margin-right:2px}#tab-panel-seopress_titles_help_tab li span{font-weight:700;margin-right:10px}#seopress_content_analysis .ui-tabs .dashicons-no-alt,#seopress_content_analysis .ui-tabs .dashicons-yes,#seopress_pro_cpt .dashicons-no-alt,#seopress_pro_cpt .dashicons-yes{color:#fff;background:#12bd10;border-radius:50px;margin-right:10px}#seopress_content_analysis .ui-tabs .dashicons-no-alt,#seopress_pro_cpt .dashicons-no-alt{background:#e25950}body.seopress-styles{background:#f8fafd}#seopress-content a{color:#3297d3}#seopress-content a:hover{color:#106598}#seopress-admin-tabs.ui-tabs{position:relative;padding:.2em;border:none;font-family:inherit;font-size:inherit}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:-1px .2em 0 0;padding:0;white-space:nowrap;border:none;background:0 0}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a{float:left;padding:.38em 1em .75rem;outline:0;border-bottom:2px solid #fff}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;border-bottom:2px solid #23282d;color:#23282d}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a,#seopress-admin-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#0073aa;text-decoration:none}#seopress-admin-tabs.ui-tabs-vertical{width:55em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}.seopress-styles .seopress-option{margin:10px auto 0;max-width:90%;padding:1rem;background:#fff;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.1);border-radius:4px}.seopress-styles .seopress-option h1{font-size:16px;font-weight:700;color:#3297d3;text-transform:uppercase;position:-webkit-sticky;position:sticky;top:32px;background:#fff;z-index:100;padding:10px 0}.seopress-styles .seopress-option h1 .dashicons,.seopress-styles .seopress-option h2 .dashicons{margin:0 10px;font-size:40px;width:40px;height:40px;vertical-align:middle}.seopress-styles .seopress-option .link-archive{font-size:14px}.seopress-styles .seopress-option .link-archive .dashicons{font-size:18px;width:20px;height:20px;margin:inherit}.seopress-styles .seopress-option h1>.dashicons{font-size:30px;width:30px;height:30px;background:#c4f0ff;border-radius:50%;padding:10px;box-shadow:0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.1);margin-left:20px}.seopress-styles .seopress-option .metabox-holder h2 .dashicons{font-size:16px}.seopress-option h1 .feature-state .dashicons{font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 10px 0 0}.seopress-styles .wrap{margin:0;position:relative}.seopress-styles .seopress-option .submit{background:#fff;text-align:center;border-top:1px solid #f1f1f1;padding-top:20px;padding-bottom:20px;margin:0}.seopress-styles .seopress-option #seopress-aio-migrate,.seopress-styles .seopress-option #seopress-seo-framework-migrate,.seopress-styles .seopress-option #seopress-yoast-migrate,.seopress-styles .seopress-option #submit{color:#fff;text-decoration:none;border:none;border-radius:4px;padding-right:20px;padding-left:20px;line-height:34px;text-transform:uppercase;min-height:34px;transition:all .3s linear;text-shadow:none;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);margin-right:15px;background:RGB(106,124,148);position:relative;height:auto;z-index:10}.seopress-styles .seopress-option #seopress-aio-migrate:hover,.seopress-styles .seopress-option #seopress-seo-framework-migrate:hover,.seopress-styles .seopress-option #seopress-yoast-migrate:hover,.seopress-styles .seopress-option #submit:hover{text-decoration:none;color:#fff;background:#232323}.seopress-styles #wpcontent{padding-left:0;background:#f8fafd}.seopress-styles pre{color:#42b72a;background:#f5f6f7;font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;padding:7px;display:inline-block}.seopress-styles #seopress-navbar{padding:10px .5rem;height:56px;margin:0 auto;width:53rem;box-sizing:border-box;position:relative}#seopress-header{margin:0 auto;position:relative;width:100%}#seopress-header #seopress-admin h1{line-height:40px;margin:0;display:inline-block;height:40px;width:40px;background-size:100%;background-repeat:no-repeat}#seopress-header #seopress-admin h1::before{font-size:14px;line-height:40px;position:absolute;border-radius:6px;font-weight:400;color:#fff;width:40px;height:40px;text-align:center;background:#3a4afb;background:-moz-linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%);background:-webkit-linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%);background:linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%)}#seopress-header #seopress-admin h1:hover{cursor:pointer}#seopress-header #seopress-admin h1>a{text-decoration:none;color:inherit}#seopress-header #seopress-admin .seopress-quick-access{background:#fff;box-shadow:0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.2),0 5px 15px rgba(0,0,0,.1);border-radius:4px;overflow:hidden;position:relative;font-size:17px;line-height:40px;white-space:nowrap;transform:rotate3d(1,1,0,-15deg);transform-origin:100% 0;opacity:0;will-change:transform,opacity;transition-property:transform,opacity;transition-duration:.25s;z-index:300;padding:0;display:block;width:53rem;top:0;visibility:hidden;cursor:auto}#seopress-header #seopress-admin h1:hover .seopress-quick-access{transform:none;opacity:1;pointer-events:auto;visibility:visible}#seopress-header #seopress-admin .seopress-quick-access>ul{padding:20px;margin:0;float:left;width:100%;box-sizing:border-box}#seopress-header #seopress-admin h1 .seopress-quick-access li{text-decoration:none;display:inline-block;width:50%;margin:0;float:left;padding:10px 0}#seopress-header #seopress-admin h1 .seopress-quick-access li .dashicons{vertical-align:middle;background:#b7e1f3;border-radius:50%;padding:5px;margin-right:15px}#seopress-header #seopress-admin h1 .seopress-quick-access li a{text-decoration:none;font-size:15px;line-height:30px;text-transform:uppercase;display:block;width:100%;transition:all .3s linear;color:#3297d3}#seopress-header #seopress-admin h1 .seopress-quick-access li a:hover{color:#647a88}#seopress-header #seopress-admin h1 .seopress-info-version{position:relative;left:50px;top:0;font-size:14px;width:100px;display:block}#seopress-header #seopress-admin .wpc-info-version{font-size:14px;left:310px;position:absolute;text-indent:0;top:85px}#seopress-header #seopress-notice{float:right;line-height:40px}#seopress-header #seopress-notice p{font-size:16px}#seopress-header #seopress-notice .dashicons{color:#444;text-decoration:none;line-height:40px}#seopress-header #seopress-notice div.small{font-size:13px;display:inline}#seopress-footer-credits{font-style:italic}#seopress-footer-credits .wporg-ratings{display:inline}#seopress-footer-credits .wporg-ratings a{text-decoration:none}.seopress-option .seopress-settings{float:left;max-width:750px;width:100%}.seopress-option #seopress-edd-license-btn,.seopress-option #seopress-refresh{float:left}.wp-admin-ui_page_seopress-import-export .postbox{margin-right:20px}.seopress-option #side-sortables .accordion-section-content{padding:0}.seopress-option .seopress-settings label{margin:0 0 0 10px}.wrap-seopress-tab-content{position:relative;display:block;width:100%;height:100%;max-width:53rem;margin:20px auto 0}#seopress-admin-tabs .seopress-tab{padding:1.5rem;visibility:hidden;overflow:hidden;opacity:0;transition:all .2s ease;transform:translateX(-15px);position:absolute;top:0}#seopress-admin-tabs .seopress-tab.active{visibility:visible;overflow:inherit;opacity:1;transform:translateX(0);display:inherit;position:relative}#seopress-tabs .seopress-tab{padding:1.5rem;display:none}#seopress-tabs .seopress-tab.active{display:inline-block}.seopress-option input[type=password],.seopress-option input[type=text],.seopress-option textarea{min-width:485px}#seopress_htaccess_file{width:100%}.seopress-option textarea{min-height:100px}.seopress-option #side-sortables .highlight{border:1px dashed #ccc;display:block;width:382px;height:40px;background:0 0}.seopress-option #side-sortables .accordion-section{margin-bottom:9px;width:382px}.seopress-option #side-sortables .accordion-section h3{cursor:move;border:1px solid #e5e5e5;background:#fafafa}.seopress-option #side-sortables .accordion-section .inside{padding:10px 10px 24px;border-width:0 1px 1px;border-style:solid;box-shadow:0 1px 1px rgba(0,0,0,.04);border-color:#e5e5e5;display:inline-block;width:calc(100% - 22px);height:100%}.seopress-option #side-sortables .accordion-section .inside ul{padding-left:10px;margin-bottom:0;padding-top:2px;padding-bottom:2px}.seopress-option #side-sortables .accordion-section .inside ul li{border-left:2px solid #ccc;padding-left:10px;margin-bottom:10px}.seopress-option #side-sortables .accordion-section .inside ul li:first-child{border-bottom:1px dotted #e5e5e5;border-left:0;padding-bottom:10px;font-weight:700;margin-left:-15px;margin-bottom:10px}.seopress-notice #message{margin:5px 10px 2px 0}#seopress-notice a{position:relative;text-decoration:none}#seopress-notice a .tooltip{white-space:pre;z-index:200;padding:2px 5px;font-weight:500;font-size:12px;color:#aab7c4;background:#fff;box-shadow:0 1px 2px 0 rgba(49,49,93,.1),0 0 1px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;opacity:0;top:30px;transition:opacity .2s ease;visibility:hidden;line-height:20px;left:-100%;overflow:hidden}#seopress-notice a:hover .tooltip{opacity:1;visibility:visible}.seopress-page-list{margin:0}.seopress-option .dashicons,.seopress-page-list .dashicons{vertical-align:middle;margin-right:5px}#seopress-admin-tabs .ui-tabs-nav,#seopress-notifications-center,.seopress-page-list .seopress-feature,.seopress-useful-tools{background:linear-gradient(172deg,#f5f7fa,#f5f7fa 200px,#fff 0,#fff);margin:0 auto 20px;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.2);max-width:50rem;padding:1.5rem;width:100%;border-radius:4px}#seopress-notifications-center,.seopress-useful-tools{background:linear-gradient(172deg,#f5f7fa,#f5f7fa 400px,#fff 0,#fff)}.seopress-page-list .seopress-feature{padding:0 1.5rem;position:relative;overflow:hidden;transition-duration:.15s}.seopress-page-list .seopress-feature p{color:#6b7c93;font-size:14px;margin-bottom:30px}#seopress-notifications-center{margin-top:0}#seopress-admin-tabs .ui-tabs-nav{display:flex;padding-top:1rem;padding-bottom:0}.seopress-page-list .seopress-feature .img-tool{height:100px;width:100px;background:#c4f0ff;position:absolute;border-radius:50%;box-shadow:0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.1);top:calc(50% - 50px);left:20px}.seopress-page-list .seopress-feature .img-tool .dashicons{color:#217ab7;font-size:60px;text-align:left;vertical-align:middle;width:100%;height:100%;position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);margin:0}.seopress-page-list .seopress-feature .inner{margin:0;display:block;padding:2rem 0 2rem 120px}.seopress-page-list .seopress-feature h3{margin:0;font-size:16px;font-weight:700;color:#3297d3;text-transform:uppercase}.seopress-page-list .seopress-feature h3 .dashicons{font-size:16px;margin-left:5px;vertical-align:middle}#seopress-content .seopress-page-list .seopress-feature a,#seopress-notifications-center .seopress-alert .button-primary,.seopress-option .seopress-feature a,.seopress-useful-tools .widget .button-primary{color:#fff;text-decoration:none;border:none;border-radius:4px;padding-right:20px;padding-left:20px;line-height:34px;text-transform:uppercase;min-height:34px;transition:all .3s linear;text-shadow:none;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);margin-right:15px;background:#6a7c94;position:relative;height:auto}#seopress-content .seopress-page-list .seopress-feature a.button-secondary{padding-left:30px}#seopress-content .seopress-page-list .seopress-feature a.button-secondary::before,#seopress-notifications-center .seopress-alert .button-primary::after{content:"\f111";font-family:Dashicons;position:absolute;left:10px;top:1px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:16px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects,#seopress-notifications-center .seopress-alert .button-primary,.seopress-option .button{background:#fff;border:none;color:#6b7c93;font-weight:500;transition:all .3s linear;text-shadow:none;text-transform:uppercase;padding-right:20px;padding-left:20px;line-height:34px;min-height:34px;margin-bottom:10px;border-radius:4px;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);vertical-align:baseline}.seopress-option .button .dashicons{font-size:16px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects{padding-left:35px}#seopress-notifications-center .seopress-alert .button-primary::after{content:"\f344";left:inherit;right:10px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects::before{content:"\f177"}#seopress-content .seopress-page-list .seopress-feature a:hover,#seopress-notifications-center .seopress-alert .button-primary:hover,.seopress-option .button:hover,.seopress-option .seopress-feature a:hover,.seopress-useful-tools .widget .button-primary:hover{text-decoration:none;color:#fff;background:#232323}#seopress-content .seopress-page-list .seopress-feature .seopress-doc:focus,#seopress-content .seopress-page-list .seopress-feature a:focus,#seopress-content .seopress-page-list .seopress-feature a:focus.button-secondary,#seopress-content a:focus,#seopress-notifications-center .seopress-alert .button-primary:focus,.seopress-option #seopress-tabs .seopress-doc:focus,.seopress-option .seopress-feature a:focus,.seopress-styles .seopress-option #seopress-aio-migrate:focus,.seopress-styles .seopress-option #seopress-yoast-migrate:focus,.seopress-styles .seopress-option #submit:focus,.seopress-useful-tools .widget .button-primary:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db;background:#008ec2;border-color:#006799;color:#fff}#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus{color:inherit}#seopress-notifications-center .seopress-alert .button-primary{float:right;margin:5px 0;padding-right:30px}#seopress-notifications-center h2,.seopress-useful-tools h2{margin:5px 0 15px 5px;display:inline-block;width:100%}#seopress-notifications-center .dashicons,.seopress-useful-tools .dashicons{margin-right:10px}#seopress-notifications-center .seopress-alert{padding:0;display:inline-block;margin:0 10px 10px 5px;border-bottom:1px solid #e6ebf1;width:calc(100% - 30px);position:relative;transition:all 150ms ease}#seopress-notifications-center .seopress-alert:hover{cursor:default}#seopress-notifications-center .seopress-alert p{display:inline-block}#seopress-notifications-center .seopress-alert .impact{padding:4px 5px;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;border-radius:4px}#seopress-notifications-center .seopress-alert .impact.low{background:#ffde24;color:#6b6543}#seopress-notifications-center .seopress-alert .impact.medium{background:#e39f48}#seopress-notifications-center .seopress-alert .impact.high{background:#e25950}#seopress-notifications-center .seopress-alert .impact.high.info{background:#0085ba}#seopress-notifications-center .seopress-alert .dashicons{color:#ffc82c}#seopress-notifications-center .dashicons.remove-notice{position:absolute;right:-55px;color:#6b7c93;font-size:30px;height:30px;width:30px;top:2px;padding:5px;transition:all .3s linear}#seopress-notifications-center .dashicons.remove-notice:hover{background:#e25950;color:#fff;cursor:pointer;border-radius:4px}#seopress-content .seopress-page-list .seopress-feature .seopress-doc,.seopress-option #seopress-tabs .seopress-doc{background:0 0;padding:0;width:inherit;height:inherit;text-decoration:none;color:inherit;box-shadow:none;position:absolute;right:0}#seopress-content .seopress-page-list .seopress-feature .seopress-doc:hover,.seopress-option #seopress-tabs .seopress-doc:hover{color:#747474;background:0 0}.seopress-option .seopress-table{background:#fff;border:1px solid #ccc}.seopress-option .seopress-table th{padding:15px 10px;vertical-align:middle}.wp-admin-ui_page_seopress-roles .seopress-option .seopress-table th{min-width:200px}.seopress-option .seopress-table .seopress-settings-section{background:#f1f1f1}.seopress-option .seopress-table .seopress-table-head .seopress-feature{border-bottom:1px solid #ccc;font-weight:700;background:#f1f1f1}#seopress-content .feature-state,.seopress-option .feature-state{font-style:italic;font-size:12px;display:inline-block;background:rgba(0,140,135,.1);padding:5px 12px;border-radius:25px;color:#444;font-weight:400;text-transform:none;-moz-osx-font-smoothing:initial;-webkit-font-smoothing:initial}#seopress_cpt .tag-title,.seopress-button,.seopress-option .tag-title{cursor:pointer;font-weight:500;border-radius:4px;transition:all .3s linear}#seopress-content .feature-state-on,#seopress-content .feature-state.feature-state-on,.seopress-option .feature-state-on,.seopress-option .feature-state.feature-state-on{display:inline}#seopress-content .feature-state-off,.seopress-option .feature-state-off{display:none}.seopress-option .postbox .inside li{list-style:square inside;padding-left:5px}#tab_seopress_page_speed .inside li{list-style:none;padding-left:0;word-break:break-word}.seopress-option .log{margin:0;text-transform:uppercase;display:inline-block;vertical-align:middle;padding:5px;color:rgba(19,191,17,1);font-style:italic}.seopress-option input[type=text].seopress-admin-menu-input{min-width:inherit;width:100%}.seopress_page_seopress-import-export .postbox{width:calc(100% - 20px)}#seopress_cpt .wrap-tags,.seopress-option .wrap-tags{position:relative;display:inline-block;width:100%;margin-bottom:10px}#seopress_cpt .tag-title,.seopress-option .tag-title{padding:4px 8px;position:relative;top:5px;left:0;font-size:11px;float:left;margin-right:5px;user-select:none;margin-bottom:5px;background:#fff;color:#6b7c93;box-shadow:0 0 0 .5px rgba(50,50,93,.17),0 2px 5px 0 rgba(50,50,93,.12),0 3px 9px 0 rgba(50,50,93,.08),0 1px 1.5px 0 rgba(0,0,0,.08),0 1px 2px 0 rgba(0,0,0,.08)}#seopress_cpt .tag-title:active,#seopress_cpt .tag-title:focus,#seopress_cpt .tag-title:hover,.seopress-option .tag-title:active,.seopress-option .tag-title:focus,.seopress-option .tag-title:hover{background:#232323;color:#fff;user-select:none}#seopress_cpt .tag-title .dashicons,.seopress-option .tag-title .dashicons{padding:0;height:16px;width:16px;font-size:16px;margin-right:5px;vertical-align:middle}.seopress-button{text-transform:uppercase;background:#fff;border-color:#c8d7e1;border-style:solid;border-width:1px 1px 2px;color:#2e4453;display:inline-block;margin:0;outline:0;overflow:hidden;text-overflow:ellipsis;text-decoration:none;vertical-align:top;box-sizing:border-box;font-size:14px;line-height:21px;padding:7px 14px 9px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seopress-button:hover{border-color:#a8bece;color:#00a0d2}.seopress-button .dashicons{vertical-align:middle}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget{border-right:1px solid #e6ebf1;margin:0;padding:0 20px;width:calc(50% - 2px);box-sizing:border-box;display:inline-block;vertical-align:top}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget:first-child{width:100%;display:block;clear:both;border-right:none;border-bottom:1px solid #e6ebf1;padding-bottom:20px;margin-bottom:20px}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget:last-child{border-right:none}#seopress-content .seopress-useful-tools .widget-reverse ul{background:#fff}#seopress-content .seopress-useful-tools .widget-reverse li{padding:10px;margin:0;border-bottom:1px solid #e6ebf1}#seopress-content .seopress-useful-tools .widget-reverse li:hover{background:#f5f7fa}#seopress-content .seopress-useful-tools .widget-title{text-transform:uppercase;margin:0 0 10px;font-size:13px;padding:10px 0;color:#24b47e}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank{margin:0 0 10px;width:100%;box-sizing:border-box;display:block}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_reach{font-size:30px;font-weight:700;display:inline-block;width:100%;padding:0 0 20px;text-align:right}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_reach .highlight{display:inline-block;font-size:16px;background:inherit;width:100%;margin-bottom:10px}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_delta{font-size:14px;display:inline-block;vertical-align:top;text-align:left;margin:0 20px 0 0}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_delta{width:100%;text-align:right;font-size:18px;font-style:italic}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank{text-align:left}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country .highlight,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank .highlight{background:0 0;font-weight:700}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country{margin-right:0}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank{margin-left:5px}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .minus .dashicons,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .plus .dashicons{font-style:italic}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .plus{color:green}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .minus{color:red}#seopress-content .seopress-reverse label,#seopress-content .seopress-useful-tools .widget-whois ul li span{font-weight:700}#seopress-content #seopress-reverse-url{width:100%;margin:10px 0}#seopress-content .widget-reverse p{margin:0}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_url{width:35%}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_anchor_text{width:20%}.seopress-styles #screen-meta{margin:0;position:relative;background-color:#fff;border-bottom:0 solid #f2f2f2;border-top:none;-webkit-box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);top:0}.seopress-styles #contextual-help-link-wrap,.seopress-styles #screen-options-link-wrap{float:right;height:28px;margin:0 0 0 6px;border:1px solid #f2f2f2;border-top:none;background:#fff;-webkit-box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08)}.seopress-styles #screen-meta-links .show-settings{box-shadow:none}.seopress-styles #screen-meta-links .screen-meta-toggle{position:relative;top:0;z-index:2000}.seopress-styles #contextual-help-back{background:#f8fafd}.seopress-styles .contextual-help-tabs .active{border-left:2px solid #3297d3;background:#f8fafd}#seopress-content input.toggle,.seopress-option input.toggle{max-height:0;max-width:0;opacity:0}#seopress-content input.toggle+label,.seopress-option input.toggle+label{display:inline-block;position:relative;box-shadow:inset 0 0 0 1px #d5d5d5;text-indent:-5000px;height:30px;width:50px;border-radius:15px}.wrap-toggle-checkboxes input.toggle+label{float:left;margin-right:10px}#seopress-content input.toggle+label:before,.seopress-option input.toggle+label:before{content:"";position:absolute;display:block;height:30px;width:30px;top:0;left:0;border-radius:15px;background:rgba(19,191,17,0);-moz-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}#seopress-content input.toggle+label:after,.seopress-option input.toggle+label:after{content:"";position:absolute;display:block;height:30px;width:30px;top:0;left:0;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);-moz-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}#seopress-content input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before{width:50px;background:rgba(19,191,17,1)}#seopress-content input.toggle[data-toggle="1"]+label:after,.seopress-option input.toggle[data-toggle="1"]+label:after{left:20px;box-shadow:inset 0 0 0 1px rgba(19,191,17,1),0 2px 4px rgba(0,0,0,.2)}#seopress-content .seopress-page-list{position:relative}#seopress-notice-save{position:fixed;color:#fff;padding:15px 40px;font-size:14px;text-align:center;border-radius:50px;background:rgba(74,184,102,.75);top:50px;right:20px;z-index:500}.seopress_page_seopress-pro-page #wpcontent{background:#f4f7fa}.seopress-option .wrap div.nav-tab-wrapper{border-bottom:1px solid RGB(238,238,238);margin:0 0 0 -16px;padding:0 10px;line-height:inherit;background:#fff;position:-webkit-sticky;position:sticky;top:102px;width:calc(100% + 12px);z-index:95;font-weight:400}#seopress-admin-tabs.wrap div.nav-tab-wrapper{margin:20px auto 0;max-width:53rem;width:100%;border-bottom:0;padding:0;line-height:inherit;position:-webkit-sticky;position:sticky;background:#f8fafd;z-index:100;top:31px;font-weight:400}#seopress-admin-tabs #tab_seopress_notifications.seopress-tab{background:0 0;padding:0}#seopress-admin-tabs .nav-tab,.seopress-option .nav-tab{border:0 solid #ccc;background:0 0;opacity:.5;padding:8px 8px;transition:opacity .3s linear;color:#191e23;margin:0;float:none;display:inline-block}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:hover,.seopress-option .about-wrap h2 .nav-tab-active,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:hover{background-color:#fff}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus,.nav-tab-active:focus,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:focus:active,.seopress-option .nav-tab-active:hover,.seopress-option .nav-tab:focus{background:0 0;opacity:1;outline:0;font-weight:600;position:relative}.seopress-option .nav-tab-active::after{border-bottom:2px solid #0085ba;content:'';position:absolute;width:100%;bottom:0;left:0;display:block}#seopress-admin-tabs .nav-tab:hover,.seopress-option .nav-tab:hover{opacity:1}#seopress-admin-tabs .nav-tab:focus,.seopress-option .nav-tab:focus{outline:0;box-shadow:none}#section-export-redirects,#section-import-redirects{margin-top:-120px;padding-top:120px}.seopress-option .section-tool{border:none;box-shadow:none;background:0 0;position:relative}.seopress-option .section-tool::after{content:'';background:#dedede;height:1px;width:100%;display:block}#tab_seopress_social_accounts .help-social{position:relative;right:0;width:30%}#tab_seopress_social_accounts .form-table{float:left;width:70%}
assets/js/seopress-block-editor.js CHANGED
@@ -9,7 +9,6 @@ let hasSaved = false;
9
  const isSaved = editor && editor.didPostSaveRequestSucceed();
10
 
11
  if ( ! hasSaved && isSaved ) {
12
-
13
  jQuery.ajax({
14
  method : 'GET',
15
  url : seopressAjaxRealPreview.seopress_real_preview,
9
  const isSaved = editor && editor.didPostSaveRequestSucceed();
10
 
11
  if ( ! hasSaved && isSaved ) {
 
12
  jQuery.ajax({
13
  method : 'GET',
14
  url : seopressAjaxRealPreview.seopress_real_preview,
assets/js/seopress-counters.js CHANGED
@@ -1,141 +1,198 @@
1
  //Title tag counters / live preview
2
  function sp_titles_counters(){
3
- jQuery("#seopress_titles_title_counters").after("<div id=\"seopress_titles_title_counters_val\">/ 60</div>");
4
-
5
- if(jQuery('#seopress_titles_title_meta').val().length > 0) {
6
- jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").val().length);
7
- } else if(jQuery('#seopress_titles_title_meta').attr('placeholder').length) {
8
- jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").attr('placeholder').length);
9
- }
10
-
11
- if(jQuery('#seopress_titles_title_meta').val().length > 60){
12
- jQuery('#seopress_titles_title_counters').css('color', 'red');
13
- } else if(jQuery('#seopress_titles_title_meta').attr('placeholder').length > 60) {
14
- jQuery('#seopress_titles_title_counters').css('color', 'red');
15
- }
16
- jQuery("#seopress_titles_title_meta").keyup(function(event) {
17
- jQuery('#seopress_titles_title_counters').css('color', 'inherit');
18
- if(jQuery(this).val().length > 60){
19
- jQuery('#seopress_titles_title_counters').css('color', 'red');
20
- }
21
- if(jQuery('#seopress_titles_title_meta').val().length > 0) {
22
- jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").val().length);
23
- } else if(jQuery('#seopress_titles_title_meta').attr('placeholder').length) {
24
- jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").attr('placeholder').length);
25
- }
26
-
27
- if(jQuery(this).val().length > 0){
28
- jQuery(".snippet-title-custom").text(event.target.value);
29
- jQuery(".snippet-title").css('display', 'none');
30
- jQuery(".snippet-title-custom").css('display', 'block');
31
- jQuery(".snippet-title-default").css('display', 'none');
32
- } else if(jQuery(this).val().length == 0) {
33
- jQuery(".snippet-title-default").css('display', 'block');
34
- jQuery(".snippet-title-custom").css('display', 'none');
35
- jQuery(".snippet-title").css('display', 'none');
36
- };
37
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  };
39
 
40
  //Meta description counters / live preview
41
  function sp_meta_desc_counters(){
42
- jQuery("#seopress_titles_desc_counters").after("<div id=\"seopress_titles_desc_counters_val\">/ 160</div>");
43
-
44
- if(jQuery('#seopress_titles_desc_meta').val().length > 0) {
45
- jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").val().length);
46
- } else if(jQuery('#seopress_titles_desc_meta').attr('placeholder').length) {
47
- jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").attr('placeholder').length);
48
- }
49
-
50
- if(jQuery('#seopress_titles_desc_meta').val().length > 160){
51
- jQuery('#seopress_titles_desc_counters').css('color', 'red');
52
- } else if(jQuery('#seopress_titles_desc_meta').attr('placeholder').length > 160) {
53
- jQuery('#seopress_titles_desc_counters').css('color', 'red');
54
- }
55
-
56
- jQuery("#seopress_titles_desc_meta").keyup(function(event) {
57
- jQuery('#seopress_titles_desc_counters').css('color', 'inherit');
58
- if(jQuery(this).val().length > 160){
59
- jQuery('#seopress_titles_desc_counters').css('color', 'red');
60
- }
61
-
62
- if(jQuery('#seopress_titles_desc_meta').val().length > 0) {
63
- jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").val().length);
64
- } else if(jQuery('#seopress_titles_desc_meta').attr('placeholder').length) {
65
- jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").attr('placeholder').length);
66
- }
67
-
68
- if(jQuery(this).val().length > 0){
69
- jQuery(".snippet-description-custom").text(event.target.value);
70
- jQuery(".snippet-description").css('display', 'none');
71
- jQuery(".snippet-description-custom").css('display', 'inline');
72
- jQuery(".snippet-description-default").css('display', 'none');
73
- } else if(jQuery(this).val().length == 0) {
74
- jQuery(".snippet-description-default").css('display', 'inline');
75
- jQuery(".snippet-description-custom").css('display', 'none');
76
- jQuery(".snippet-description").css('display', 'none');
77
- };
78
- });
79
-
80
- jQuery("#excerpt").keyup(function(event) {
81
- if(jQuery('#seopress_titles_desc_meta').val().length == 0){
82
- if (jQuery(".snippet-description-custom").val().length == 0) {
83
- jQuery(".snippet-description-custom").text(event.target.value);
84
- jQuery(".snippet-description").css('display', 'none');
85
- jQuery(".snippet-description-custom").css('display', 'inline');
86
- jQuery(".snippet-description-default").css('display', 'none');
87
- }
88
- }
89
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  };
91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  //Real Preview / Content Analysis
93
  jQuery(document).ready(function(){
94
- //Tabs
95
- jQuery("#seopress-analysis-tabs .hidden").removeClass('hidden');
96
- jQuery("#seopress-analysis-tabs").tabs();
97
- //Real Preview
98
- function seopress_real_preview() {
99
- jQuery.ajax({
100
- method : 'GET',
101
- url : seopressAjaxRealPreview.seopress_real_preview,
102
- data: {
103
- action: 'seopress_do_real_preview',
104
- post_id: jQuery('#seopress-tabs').attr('data_id'),
105
- tax_name: jQuery('#seopress-tabs').attr('data_tax'),
106
- origin: jQuery('#seopress-tabs').attr('data_origin'),
107
- post_type: jQuery('#seopress_launch_analysis').attr('data_post_type'),
108
- seopress_analysis_target_kw: jQuery('#seopress_analysis_target_kw_meta').val(),
109
- _ajax_nonce: seopressAjaxRealPreview.seopress_nonce,
110
- },
111
- success : function( data ) {
112
- jQuery( '#seopress_cpt .google-snippet-preview .snippet-title' ).html(data.data.title);
113
- jQuery( '#seopress_cpt .google-snippet-preview .snippet-title-default' ).html(data.data.title);
114
- jQuery( '#seopress_titles_title_meta' ).attr("placeholder", data.data.title);
115
- jQuery( '#seopress_cpt .google-snippet-preview .snippet-description' ).html(data.data.meta_desc);
116
- jQuery( '#seopress_cpt .google-snippet-preview .snippet-description-default' ).html(data.data.meta_desc);
117
- jQuery( '#seopress_titles_desc_meta' ).attr("placeholder", data.data.meta_desc);
118
- jQuery( '#seopress_cpt #seopress_social_fb_title_meta' ).attr("placeholder", data.data.og_title);
119
- jQuery( '#seopress_cpt #seopress_social_fb_desc_meta' ).attr("placeholder", data.data.og_desc);
120
- jQuery( '#seopress_cpt #seopress_social_fb_img_meta' ).attr("placeholder", data.data.og_img);
121
- jQuery( '#seopress_cpt #seopress_social_twitter_title_meta' ).attr("placeholder", data.data.tw_title);
122
- jQuery( '#seopress_cpt #seopress_social_twitter_desc_meta' ).attr("placeholder", data.data.tw_desc);
123
- jQuery( '#seopress_cpt #seopress_social_twitter_img_meta' ).attr("placeholder", data.data.tw_img);
124
- jQuery( '#seopress_analysis_results_state' ).fadeIn().css('display', 'inline-block');
125
- jQuery( '#seopress_analysis_results_state' ).delay(3500).fadeOut();
126
- jQuery( '#seopress-analysis-tabs-1' ).load(' #seopress-analysis-tabs-1');
127
- jQuery( '#seopress-analysis-tabs-2' ).load(' #seopress-analysis-tabs-2');
128
- jQuery( '#seopress-analysis-tabs-3' ).load(' #seopress-analysis-tabs-3');
129
- jQuery( '#seopress-analysis-tabs-4' ).load(' #seopress-analysis-tabs-4');
130
- jQuery(' #seopress_titles_title_counters_val' ).remove();
131
- jQuery(' #seopress_titles_desc_counters_val' ).remove();
132
- sp_titles_counters();
133
- sp_meta_desc_counters();
134
- },
135
- });
136
- };
137
- seopress_real_preview();
138
- jQuery('#seopress_launch_analysis').on('click', function() {
139
- seopress_real_preview();
140
- });
 
 
 
 
 
 
141
  });
1
  //Title tag counters / live preview
2
  function sp_titles_counters(){
3
+ jQuery("#seopress_titles_title_counters").after("<div id=\"seopress_titles_title_counters_val\">/ 60</div>");
4
+
5
+ //Init values
6
+ if(jQuery('#seopress_titles_title_meta').val().length > 0) {
7
+ jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").val().length);
8
+ jQuery("#seopress_titles_title_pixel").text(pixelTitle(jQuery("#seopress_titles_title_meta").val()));
9
+ } else if(jQuery('#seopress_titles_title_meta').attr('placeholder').length) {
10
+ jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").attr('placeholder').length);
11
+ jQuery("#seopress_titles_title_pixel").text(pixelTitle(jQuery("#seopress_titles_title_meta").attr('placeholder')));
12
+ }
13
+
14
+ if(jQuery('#seopress_titles_title_meta').val().length > 60){
15
+ jQuery('#seopress_titles_title_counters').css('color', 'red');
16
+ } else if(jQuery('#seopress_titles_title_meta').attr('placeholder').length > 60) {
17
+ jQuery('#seopress_titles_title_counters').css('color', 'red');
18
+ }
19
+
20
+ //Pixels
21
+ if(pixelTitle(jQuery('#seopress_titles_title_meta').val()) > 568){
22
+ jQuery('#seopress_titles_title_pixel').css('color', 'red');
23
+ } else if(pixelTitle(jQuery('#seopress_titles_title_meta').attr('placeholder')) > 568) {
24
+ jQuery('#seopress_titles_title_pixel').css('color', 'red');
25
+ }
26
+
27
+ jQuery("#seopress_titles_title_meta").keyup(function(event) {
28
+ jQuery('#seopress_titles_title_counters').css('color', 'inherit');
29
+ jQuery('#seopress_titles_title_pixel').css('color', 'inherit');
30
+
31
+ if(jQuery(this).val().length > 60){
32
+ jQuery('#seopress_titles_title_counters').css('color', 'red');
33
+ }
34
+
35
+ if(pixelTitle(jQuery(this).val()) > 568){
36
+ jQuery('#seopress_titles_title_pixel').css('color', 'red');
37
+ }
38
+
39
+ if(jQuery('#seopress_titles_title_meta').val().length > 0) {
40
+ jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").val().length);
41
+ jQuery("#seopress_titles_title_pixel").text(pixelTitle(jQuery("#seopress_titles_title_meta").val()));
42
+ } else if(jQuery('#seopress_titles_title_meta').attr('placeholder').length) {
43
+ jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").attr('placeholder').length);
44
+ jQuery("#seopress_titles_title_pixel").text(pixelTitle(jQuery("#seopress_titles_title_meta").attr('placeholder')));
45
+ }
46
+
47
+ if(jQuery(this).val().length > 0){
48
+ jQuery(".snippet-title-custom").text(event.target.value);
49
+ jQuery(".snippet-title").css('display', 'none');
50
+ jQuery(".snippet-title-custom").css('display', 'block');
51
+ jQuery(".snippet-title-default").css('display', 'none');
52
+ } else if(jQuery(this).val().length == 0) {
53
+ jQuery(".snippet-title-default").css('display', 'block');
54
+ jQuery(".snippet-title-custom").css('display', 'none');
55
+ jQuery(".snippet-title").css('display', 'none');
56
+ };
57
+ });
58
  };
59
 
60
  //Meta description counters / live preview
61
  function sp_meta_desc_counters(){
62
+ jQuery("#seopress_titles_desc_counters").after("<div id=\"seopress_titles_desc_counters_val\">/ 160</div>");
63
+
64
+ //Init values
65
+ if(jQuery('#seopress_titles_desc_meta').val().length > 0) {
66
+ jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").val().length);
67
+ jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#seopress_titles_desc_meta").val()));
68
+ } else if(jQuery('#seopress_titles_desc_meta').attr('placeholder').length) {
69
+ jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").attr('placeholder').length);
70
+ jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#seopress_titles_desc_meta").attr('placeholder')));
71
+ }
72
+
73
+ if(jQuery('#seopress_titles_desc_meta').val().length > 160){
74
+ jQuery('#seopress_titles_desc_counters').css('color', 'red');
75
+ } else if(jQuery('#seopress_titles_desc_meta').attr('placeholder').length > 160) {
76
+ jQuery('#seopress_titles_desc_counters').css('color', 'red');
77
+ }
78
+
79
+ //Pixels
80
+ if(pixelTitle(jQuery('#seopress_titles_desc_meta').val()) > 940){
81
+ jQuery('#seopress_titles_desc_pixel').css('color', 'red');
82
+ } else if(pixelTitle(jQuery('#seopress_titles_desc_meta').attr('placeholder')) > 940) {
83
+ jQuery('#seopress_titles_desc_pixel').css('color', 'red');
84
+ }
85
+
86
+ jQuery("#seopress_titles_desc_meta").keyup(function(event) {
87
+ jQuery('#seopress_titles_desc_counters').css('color', 'inherit');
88
+ if(jQuery(this).val().length > 160){
89
+ jQuery('#seopress_titles_desc_counters').css('color', 'red');
90
+ }
91
+
92
+ if(pixelTitle(jQuery(this).val()) > 940){
93
+ jQuery('#seopress_titles_desc_pixel').css('color', 'red');
94
+ }
95
+
96
+ if(jQuery('#seopress_titles_desc_meta').val().length > 0) {
97
+ jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").val().length);
98
+ jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#seopress_titles_desc_meta").val()));
99
+ } else if(jQuery('#seopress_titles_desc_meta').attr('placeholder').length) {
100
+ jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").attr('placeholder').length);
101
+ jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#seopress_titles_desc_meta").attr('placeholder')));
102
+ }
103
+
104
+ if(jQuery(this).val().length > 0){
105
+ jQuery(".snippet-description-custom").text(event.target.value);
106
+ jQuery(".snippet-description").css('display', 'none');
107
+ jQuery(".snippet-description-custom").css('display', 'inline');
108
+ jQuery(".snippet-description-default").css('display', 'none');
109
+ } else if(jQuery(this).val().length == 0) {
110
+ jQuery(".snippet-description-default").css('display', 'inline');
111
+ jQuery(".snippet-description-custom").css('display', 'none');
112
+ jQuery(".snippet-description").css('display', 'none');
113
+ };
114
+ });
115
+
116
+ jQuery("#excerpt").keyup(function(event) {
117
+ if(jQuery('#seopress_titles_desc_meta').val().length == 0){
118
+ if (jQuery(".snippet-description-custom").val().length == 0) {
119
+ jQuery(".snippet-description-custom").text(event.target.value);
120
+ jQuery(".snippet-description").css('display', 'none');
121
+ jQuery(".snippet-description-custom").css('display', 'inline');
122
+ jQuery(".snippet-description-default").css('display', 'none');
123
+ }
124
+ }
125
+ });
126
  };
127
 
128
+ /*
129
+ Title / meta desc length in Pixels
130
+ Credits: francois@gokam.co.uk + Benjamin Denis
131
+ Note: the first character is a nonbreaking space
132
+ */
133
+ function pixelTitle(input) {
134
+ var letter = ' ·˙・«»àô€ÀÈÊÉéèê !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuüvwxyz{|}~–\n\r‘’£';
135
+ var pixel = [5,6,6,18,10,10,10,10,10,12,12,12,12,10,10,10,5,5,6,10,10,16,12,3,6,6,7,11,5,6,5,5,10,10,10,10,10,10,10,10,10,10,5,5,11,11,11,10,18,12,12,13,13,12,11,14,13,5,9,12,10,15,13,14,12,14,13,12,11,13,12,17,12,12,11,5,5,5,8,10,6,10,10,9,10,10,5,10,10,4,4,9,4,15,10,10,10,10,6,9,9,5,10,9,13,9,9,9,6,5,6,11,10,0,0,4,4,10]
136
+ var total = 0;
137
+ for (var i = 0; i < input.length; i++) {
138
+ total = total + pixel[letter.indexOf(input.substring(i,i+1))];
139
+ }
140
+ return total;
141
+ }
142
+
143
  //Real Preview / Content Analysis
144
  jQuery(document).ready(function(){
145
+ //Tabs
146
+ jQuery("#seopress-analysis-tabs .hidden").removeClass('hidden');
147
+ jQuery("#seopress-analysis-tabs").tabs();
148
+ //Real Preview
149
+ function seopress_real_preview() {
150
+ jQuery.ajax({
151
+ method : 'GET',
152
+ url : seopressAjaxRealPreview.seopress_real_preview,
153
+ data: {
154
+ action: 'seopress_do_real_preview',
155
+ post_id: jQuery('#seopress-tabs').attr('data_id'),
156
+ tax_name: jQuery('#seopress-tabs').attr('data_tax'),
157
+ origin: jQuery('#seopress-tabs').attr('data_origin'),
158
+ post_type: jQuery('#seopress_launch_analysis').attr('data_post_type'),
159
+ seopress_analysis_target_kw: jQuery('#seopress_analysis_target_kw_meta').val(),
160
+ _ajax_nonce: seopressAjaxRealPreview.seopress_nonce,
161
+ },
162
+ success : function( data ) {
163
+ Object.keys(data.data).forEach(key => {
164
+ let a = document.createElement('textarea');
165
+ a.innerHTML = data.data[key];
166
+ data.data[key] = a.textContent;
167
+ });
168
+
169
+ jQuery( '#seopress_cpt .google-snippet-preview .snippet-title' ).html(data.data.title);
170
+ jQuery( '#seopress_cpt .google-snippet-preview .snippet-title-default' ).html(data.data.title);
171
+ jQuery( '#seopress_titles_title_meta' ).attr("placeholder", data.data.title);
172
+ jQuery( '#seopress_cpt .google-snippet-preview .snippet-description' ).html(data.data.meta_desc);
173
+ jQuery( '#seopress_cpt .google-snippet-preview .snippet-description-default' ).html(data.data.meta_desc);
174
+ jQuery( '#seopress_titles_desc_meta' ).attr("placeholder", data.data.meta_desc);
175
+ jQuery( '#seopress_cpt #seopress_social_fb_title_meta' ).attr("placeholder", data.data.og_title);
176
+ jQuery( '#seopress_cpt #seopress_social_fb_desc_meta' ).attr("placeholder", data.data.og_desc);
177
+ jQuery( '#seopress_cpt #seopress_social_fb_img_meta' ).attr("placeholder", data.data.og_img);
178
+ jQuery( '#seopress_cpt #seopress_social_twitter_title_meta' ).attr("placeholder", data.data.tw_title);
179
+ jQuery( '#seopress_cpt #seopress_social_twitter_desc_meta' ).attr("placeholder", data.data.tw_desc);
180
+ jQuery( '#seopress_cpt #seopress_social_twitter_img_meta' ).attr("placeholder", data.data.tw_img);
181
+ jQuery( '#seopress_analysis_results_state' ).fadeIn().css('display', 'inline-block');
182
+ jQuery( '#seopress_analysis_results_state' ).delay(3500).fadeOut();
183
+ jQuery( '#seopress-analysis-tabs-1' ).load(' #seopress-analysis-tabs-1');
184
+ jQuery( '#seopress-analysis-tabs-2' ).load(' #seopress-analysis-tabs-2');
185
+ jQuery( '#seopress-analysis-tabs-3' ).load(' #seopress-analysis-tabs-3');
186
+ jQuery( '#seopress-analysis-tabs-4' ).load(' #seopress-analysis-tabs-4');
187
+ jQuery(' #seopress_titles_title_counters_val' ).remove();
188
+ jQuery(' #seopress_titles_desc_counters_val' ).remove();
189
+ sp_titles_counters();
190
+ sp_meta_desc_counters();
191
+ },
192
+ });
193
+ };
194
+ seopress_real_preview();
195
+ jQuery('#seopress_launch_analysis').on('click', function() {
196
+ seopress_real_preview();
197
+ });
198
  });
assets/js/seopress-counters.min.js ADDED
@@ -0,0 +1 @@
 
1
+ function sp_titles_counters(){jQuery("#seopress_titles_title_counters").after('<div id="seopress_titles_title_counters_val">/ 60</div>'),jQuery("#seopress_titles_title_meta").val().length>0?(jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").val().length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(jQuery("#seopress_titles_title_meta").val()))):jQuery("#seopress_titles_title_meta").attr("placeholder").length&&(jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").attr("placeholder").length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(jQuery("#seopress_titles_title_meta").attr("placeholder")))),jQuery("#seopress_titles_title_meta").val().length>60?jQuery("#seopress_titles_title_counters").css("color","red"):jQuery("#seopress_titles_title_meta").attr("placeholder").length>60&&jQuery("#seopress_titles_title_counters").css("color","red"),pixelTitle(jQuery("#seopress_titles_title_meta").val())>568?jQuery("#seopress_titles_title_pixel").css("color","red"):pixelTitle(jQuery("#seopress_titles_title_meta").attr("placeholder"))>568&&jQuery("#seopress_titles_title_pixel").css("color","red"),jQuery("#seopress_titles_title_meta").keyup(function(e){jQuery("#seopress_titles_title_counters").css("color","inherit"),jQuery("#seopress_titles_title_pixel").css("color","inherit"),jQuery(this).val().length>60&&jQuery("#seopress_titles_title_counters").css("color","red"),pixelTitle(jQuery(this).val())>568&&jQuery("#seopress_titles_title_pixel").css("color","red"),jQuery("#seopress_titles_title_meta").val().length>0?(jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").val().length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(jQuery("#seopress_titles_title_meta").val()))):jQuery("#seopress_titles_title_meta").attr("placeholder").length&&(jQuery("#seopress_titles_title_counters").text(jQuery("#seopress_titles_title_meta").attr("placeholder").length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(jQuery("#seopress_titles_title_meta").attr("placeholder")))),jQuery(this).val().length>0?(jQuery(".snippet-title-custom").text(e.target.value),jQuery(".snippet-title").css("display","none"),jQuery(".snippet-title-custom").css("display","block"),jQuery(".snippet-title-default").css("display","none")):0==jQuery(this).val().length&&(jQuery(".snippet-title-default").css("display","block"),jQuery(".snippet-title-custom").css("display","none"),jQuery(".snippet-title").css("display","none"))})}function sp_meta_desc_counters(){jQuery("#seopress_titles_desc_counters").after('<div id="seopress_titles_desc_counters_val">/ 160</div>'),jQuery("#seopress_titles_desc_meta").val().length>0?(jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").val().length),jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#seopress_titles_desc_meta").val()))):jQuery("#seopress_titles_desc_meta").attr("placeholder").length&&(jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").attr("placeholder").length),jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#seopress_titles_desc_meta").attr("placeholder")))),jQuery("#seopress_titles_desc_meta").val().length>160?jQuery("#seopress_titles_desc_counters").css("color","red"):jQuery("#seopress_titles_desc_meta").attr("placeholder").length>160&&jQuery("#seopress_titles_desc_counters").css("color","red"),pixelTitle(jQuery("#seopress_titles_desc_meta").val())>940?jQuery("#seopress_titles_desc_pixel").css("color","red"):pixelTitle(jQuery("#seopress_titles_desc_meta").attr("placeholder"))>940&&jQuery("#seopress_titles_desc_pixel").css("color","red"),jQuery("#seopress_titles_desc_meta").keyup(function(e){jQuery("#seopress_titles_desc_counters").css("color","inherit"),jQuery(this).val().length>160&&jQuery("#seopress_titles_desc_counters").css("color","red"),pixelTitle(jQuery(this).val())>940&&jQuery("#seopress_titles_desc_pixel").css("color","red"),jQuery("#seopress_titles_desc_meta").val().length>0?(jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").val().length),jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#seopress_titles_desc_meta").val()))):jQuery("#seopress_titles_desc_meta").attr("placeholder").length&&(jQuery("#seopress_titles_desc_counters").text(jQuery("#seopress_titles_desc_meta").attr("placeholder").length),jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#seopress_titles_desc_meta").attr("placeholder")))),jQuery(this).val().length>0?(jQuery(".snippet-description-custom").text(e.target.value),jQuery(".snippet-description").css("display","none"),jQuery(".snippet-description-custom").css("display","inline"),jQuery(".snippet-description-default").css("display","none")):0==jQuery(this).val().length&&(jQuery(".snippet-description-default").css("display","inline"),jQuery(".snippet-description-custom").css("display","none"),jQuery(".snippet-description").css("display","none"))}),jQuery("#excerpt").keyup(function(e){0==jQuery("#seopress_titles_desc_meta").val().length&&0==jQuery(".snippet-description-custom").val().length&&(jQuery(".snippet-description-custom").text(e.target.value),jQuery(".snippet-description").css("display","none"),jQuery(".snippet-description-custom").css("display","inline"),jQuery(".snippet-description-default").css("display","none"))})}function pixelTitle(e){for(var s=[5,10,10,10,10,10,12,12,12,12,10,10,10,5,5,6,10,10,16,12,3,6,6,7,11,5,6,5,5,10,10,10,10,10,10,10,10,10,10,5,5,11,11,11,10,18,12,12,13,13,12,11,14,13,5,9,12,10,15,13,14,12,14,13,12,11,13,12,17,12,12,11,5,5,5,8,10,6,10,10,9,10,10,5,10,10,4,4,9,4,15,10,10,10,10,6,9,5,10,9,13,9,9,9,6,5,6,11,10,0,0,4,4,10],t=0,r=0;r<e.length;r++)t+=s[" «»àô€ÀÈÊÉéèê !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~–\n\r‘’£".indexOf(e.substring(r,r+1))];return t}jQuery(document).ready(function(){function e(){jQuery.ajax({method:"GET",url:seopressAjaxRealPreview.seopress_real_preview,data:{action:"seopress_do_real_preview",post_id:jQuery("#seopress-tabs").attr("data_id"),tax_name:jQuery("#seopress-tabs").attr("data_tax"),origin:jQuery("#seopress-tabs").attr("data_origin"),post_type:jQuery("#seopress_launch_analysis").attr("data_post_type"),seopress_analysis_target_kw:jQuery("#seopress_analysis_target_kw_meta").val(),_ajax_nonce:seopressAjaxRealPreview.seopress_nonce},success:function(e){Object.keys(e.data).forEach(s=>{let t=document.createElement("textarea");t.innerHTML=e.data[s],e.data[s]=t.textContent}),jQuery("#seopress_cpt .google-snippet-preview .snippet-title").html(e.data.title),jQuery("#seopress_cpt .google-snippet-preview .snippet-title-default").html(e.data.title),jQuery("#seopress_titles_title_meta").attr("placeholder",e.data.title),jQuery("#seopress_cpt .google-snippet-preview .snippet-description").html(e.data.meta_desc),jQuery("#seopress_cpt .google-snippet-preview .snippet-description-default").html(e.data.meta_desc),jQuery("#seopress_titles_desc_meta").attr("placeholder",e.data.meta_desc),jQuery("#seopress_cpt #seopress_social_fb_title_meta").attr("placeholder",e.data.og_title),jQuery("#seopress_cpt #seopress_social_fb_desc_meta").attr("placeholder",e.data.og_desc),jQuery("#seopress_cpt #seopress_social_fb_img_meta").attr("placeholder",e.data.og_img),jQuery("#seopress_cpt #seopress_social_twitter_title_meta").attr("placeholder",e.data.tw_title),jQuery("#seopress_cpt #seopress_social_twitter_desc_meta").attr("placeholder",e.data.tw_desc),jQuery("#seopress_cpt #seopress_social_twitter_img_meta").attr("placeholder",e.data.tw_img),jQuery("#seopress_analysis_results_state").fadeIn().css("display","inline-block"),jQuery("#seopress_analysis_results_state").delay(3500).fadeOut(),jQuery("#seopress-analysis-tabs-1").load(" #seopress-analysis-tabs-1"),jQuery("#seopress-analysis-tabs-2").load(" #seopress-analysis-tabs-2"),jQuery("#seopress-analysis-tabs-3").load(" #seopress-analysis-tabs-3"),jQuery("#seopress-analysis-tabs-4").load(" #seopress-analysis-tabs-4"),jQuery(" #seopress_titles_title_counters_val").remove(),jQuery(" #seopress_titles_desc_counters_val").remove(),sp_titles_counters(),sp_meta_desc_counters()}})}jQuery("#seopress-analysis-tabs .hidden").removeClass("hidden"),jQuery("#seopress-analysis-tabs").tabs(),e(),jQuery("#seopress_launch_analysis").on("click",function(){e()})});
assets/js/seopress-tabs8.js ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function($) {
2
+ if(typeof sessionStorage!='undefined') {
3
+ var seopress_tab_session_storage = sessionStorage.getItem("tab_seopress_tool_settings");
4
+ if (seopress_tab_session_storage) {
5
+ jQuery('#seopress-tabs').find('.nav-tab.nav-tab-active').removeClass("nav-tab-active");
6
+ jQuery('#seopress-tabs').find('.seopress-tab.active').removeClass("active");
7
+
8
+ jQuery('#'+seopress_tab_session_storage+'-tab').addClass("nav-tab-active");
9
+ jQuery('#'+seopress_tab_session_storage).addClass("active");
10
+ } else {
11
+ //Default TAB
12
+ jQuery('#tab_seopress_tool_settings-tab').addClass("nav-tab-active");
13
+ jQuery('#tab_seopress_tool_settings').addClass("active");
14
+ }
15
+ };
16
+ jQuery("#seopress-tabs").find("a.nav-tab").click(function(e){
17
+ e.preventDefault();
18
+ var hash = jQuery(this).attr('href').split('#tab=')[1];
19
+
20
+ jQuery('#seopress-tabs').find('.nav-tab.nav-tab-active').removeClass("nav-tab-active");
21
+ jQuery('#'+hash+'-tab').addClass("nav-tab-active");
22
+
23
+
24
+ sessionStorage.setItem("tab_seopress_tool_settings", hash);
25
+
26
+ jQuery('#seopress-tabs').find('.seopress-tab.active').removeClass("active");
27
+ jQuery('#'+hash).addClass("active");
28
+ });
29
+ });
contributors.txt CHANGED
@@ -12,20 +12,26 @@ A11Y:
12
 
13
  Beta testers / feedbacks:
14
  - Mickael Gris: mickael.gris@gmail.com / @mickaelgris
15
- - Aurélien Denis: contact@wp-alacarte.com / @wpchannel
16
  - Sébastien Serre: @sebastienserre
17
  - Ludovic Riaudel: @lriaudel
18
 
 
 
 
 
 
 
19
  Translators:
20
  - French: Didier Wolforg, @rainbowgeek, and Clément Polito + WP-Translations
21
  - English: @rainbowgeek + WP-Translations
 
 
 
 
22
  - Italian: Déborah Donnier @deborahdonnier
23
- - Spanish: Rafael Salguero + WP-Translations
24
- - German: @likemike2425 + WP-Translations
25
- - Japan: @s_tayama and @miccweb
26
- - Dutch: Sebastiaan Hendriks
27
  - Vietnamese: Anh
28
- - Russian: @Dmitriy
29
  - Tamil: Sankar Srinivasan
30
  - Brazilian Portuguese: Daniel Pechmann
31
  - Telugu: Manoj Kumar
12
 
13
  Beta testers / feedbacks:
14
  - Mickael Gris: mickael.gris@gmail.com / @mickaelgris
15
+ - Aurélien Denis: aurelien.denis@neticpro.fr / @wpchannel
16
  - Sébastien Serre: @sebastienserre
17
  - Ludovic Riaudel: @lriaudel
18
 
19
+ Integrations:
20
+ - The Admin Columns PRO team
21
+ - The Polylang team
22
+ - The WPML team
23
+ - The Weglot team
24
+
25
  Translators:
26
  - French: Didier Wolforg, @rainbowgeek, and Clément Polito + WP-Translations
27
  - English: @rainbowgeek + WP-Translations
28
+ - Spanish: WP-Translations
29
+ - German: WP-Translations
30
+ - Japan: WP-Translations
31
+ - Dutch: WP-Translations
32
  - Italian: Déborah Donnier @deborahdonnier
 
 
 
 
33
  - Vietnamese: Anh
34
+ - Russian: WP-Translations
35
  - Tamil: Sankar Srinivasan
36
  - Brazilian Portuguese: Daniel Pechmann
37
  - Telugu: Manoj Kumar
inc/admin/admin-header.php CHANGED
@@ -21,12 +21,11 @@ function seopress_admin_header() { ?>
21
  <?php } else { ?>
22
  <strong>
23
  <?php _e('PRO', 'wp-seopress'); ?>
24
- <?php echo SEOPRESS_VERSION; ?>
25
  </strong>
26
  <?php } ?>
27
  </span>
28
  <?php } else { ?>
29
- <span class="seopress-info-version"><?php echo SEOPRESS_VERSION; ?></span>
30
  <?php } ?>
31
  <div class="seopress-quick-access">
32
  <ul>
21
  <?php } else { ?>
22
  <strong>
23
  <?php _e('PRO', 'wp-seopress'); ?>
 
24
  </strong>
25
  <?php } ?>
26
  </span>
27
  <?php } else { ?>
28
+ <span class="seopress-info-version"><?php _e('FREE', 'wp-seopress'); ?></span>
29
  <?php } ?>
30
  <div class="seopress-quick-access">
31
  <ul>
inc/admin/admin-metaboxes-content-analysis-form.php CHANGED
@@ -8,7 +8,10 @@ echo '<div class="wrap-seopress-analysis">
8
  <p>
9
  <label for="seopress_analysis_target_kw_meta">'. __( 'Target keywords', 'wp-seopress' ) .'</label>
10
  <input id="seopress_analysis_target_kw_meta" type="text" name="seopress_analysis_target_kw" placeholder="'.esc_html__('Enter your target keywords','wp-seopress').'" aria-label="'.__('Target keywords','wp-seopress').'" value="'.$seopress_analysis_target_kw.'" />
11
- <span class="howto">'.__('Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them (eg: "my super keyword,another keyword,keyword")','wp-seopress').'</span>
 
 
 
12
  </p>';
13
  if (empty($seopress_analysis_data)) {
14
  echo '<div id="seopress_launch_analysis" class="button" data_id="'.get_the_ID().'" data_post_type="'.get_current_screen()->post_type.'">'.__('Analyze my content','wp-seopress').'</div>';
@@ -21,10 +24,14 @@ echo '<div class="wrap-seopress-analysis">
21
  echo '</div>';
22
  if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
23
  echo '<div class="col-right">
24
- <label for="seopress_google_suggest_kw_meta">'. __( 'Google suggestions', 'wp-seopress' ) .'</label>
25
- <input id="seopress_google_suggest_kw_meta" type="text" name="seopress_google_suggest_kw" placeholder="Get suggestions from Google" aria-label="Google suggestions" value="">
26
- <span class="howto">'.__('Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique.','wp-seopress').'</span>
27
- <br>
 
 
 
 
28
  <button id="seopress_get_suggestions" class="button">'.__('Get suggestions!','wp-seopress').'</button>
29
  ';
30
  echo "<ul id='seopress_suggestions'></ul>";
8
  <p>
9
  <label for="seopress_analysis_target_kw_meta">'. __( 'Target keywords', 'wp-seopress' ) .'</label>
10
  <input id="seopress_analysis_target_kw_meta" type="text" name="seopress_analysis_target_kw" placeholder="'.esc_html__('Enter your target keywords','wp-seopress').'" aria-label="'.__('Target keywords','wp-seopress').'" value="'.$seopress_analysis_target_kw.'" />
11
+ <span class="sp-tooltip">
12
+ <span class="dashicons dashicons-editor-help"></span>
13
+ <span class="sp-tooltiptext">'.__('Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them (eg: "my super keyword,another keyword,keyword")','wp-seopress').'</span>
14
+ </span>
15
  </p>';
16
  if (empty($seopress_analysis_data)) {
17
  echo '<div id="seopress_launch_analysis" class="button" data_id="'.get_the_ID().'" data_post_type="'.get_current_screen()->post_type.'">'.__('Analyze my content','wp-seopress').'</div>';
24
  echo '</div>';
25
  if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
26
  echo '<div class="col-right">
27
+ <p>
28
+ <label for="seopress_google_suggest_kw_meta">'. __( 'Google suggestions', 'wp-seopress' ) .'</label>
29
+ <input id="seopress_google_suggest_kw_meta" type="text" name="seopress_google_suggest_kw" placeholder="Get suggestions from Google" aria-label="Google suggestions" value="">
30
+ <span class="sp-tooltip">
31
+ <span class="dashicons dashicons-editor-help"></span>
32
+ <span class="sp-tooltiptext">'.__('Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique.','wp-seopress').'</span>
33
+ </span>
34
+ </p>
35
  <button id="seopress_get_suggestions" class="button">'.__('Get suggestions!','wp-seopress').'</button>
36
  ';
37
  echo "<ul id='seopress_suggestions'></ul>";
inc/admin/admin-metaboxes-form.php CHANGED
@@ -45,7 +45,7 @@ function seopress_redirections_value($seopress_redirections_value) {
45
  if ( $pagenow =='term.php' || $pagenow =='edit-tags.php') {
46
  echo '
47
  <tr id="term-seopress" class="form-field">
48
- <th scope="row">'.__('SEO','wp-seopress').'</th>
49
  <td>
50
  <div id="seopress_cpt">
51
  <div class="inside">';
@@ -93,8 +93,10 @@ echo '<div id="seopress-tabs" data_id="'.$current_id.'" data_origin="'.$origin.'
93
  <input id="seopress_titles_title_meta" type="text" name="seopress_titles_title" placeholder="'.esc_html__('Enter your title','wp-seopress').'" aria-label="'.__('Title','wp-seopress').'" value="'.$seopress_titles_title.'" />
94
  </p>
95
  <div class="wrap-seopress-counters">
 
 
96
  <div id="seopress_titles_title_counters"></div>
97
- '.__('(maximum recommended limit)','wp-seopress').'
98
  </div>
99
 
100
  <div class="wrap-tags">
@@ -110,14 +112,21 @@ echo '<div id="seopress-tabs" data_id="'.$current_id.'" data_origin="'.$origin.'
110
  <textarea id="seopress_titles_desc_meta" style="width:100%" rows="8" name="seopress_titles_desc" placeholder="'.esc_html__('Enter your meta description','wp-seopress').'" aria-label="'.__('Meta description','wp-seopress').'" value="'.$seopress_titles_desc.'">'.$seopress_titles_desc.'</textarea>
111
  </p>
112
  <div class="wrap-seopress-counters">
 
 
113
  <div id="seopress_titles_desc_counters"></div>
114
- '.__('(maximum recommended limit)','wp-seopress').'
115
- </div>
116
-
117
- <div class="wrap-tags">
118
- <span id="seopress-tag-single-excerpt" data-tag="%%post_excerpt%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Post Excerpt','wp-seopress').'</span>
119
- </div>
120
- </div>
 
 
 
 
 
121
  <div class="box-right">
122
  <div class="google-snippet-preview">
123
  <h3>'.__('Google Snippet Preview','wp-seopress').'</h3>
@@ -185,7 +194,12 @@ echo '<div class="snippet-description">...</div>
185
  <p>
186
  <label for="seopress_robots_canonical_meta">'. __( 'Canonical URL', 'wp-seopress' ) .'</label>
187
  <input id="seopress_robots_canonical_meta" type="text" name="seopress_robots_canonical" placeholder="'.esc_html__('Default value: ','wp-seopress').htmlspecialchars(urldecode(get_permalink())).'" aria-label="'.__('Canonical URL','wp-seopress').'" value="'.$seopress_robots_canonical.'" />
 
 
 
 
188
  </p>';
 
189
  if ($typenow =='post' && ($pagenow == 'post.php' || $pagenow == 'post-new.php')) {
190
  echo '<p>
191
  <label for="seopress_robots_primary_cat_meta">'. __( 'Select a primary category', 'wp-seopress' ) .'</label>
@@ -226,7 +240,7 @@ echo '<div class="snippet-description">...</div>
226
  <p>
227
  <label for="seopress_social_fb_img_meta">'. __( 'Facebook Thumbnail', 'wp-seopress' ) .'</label>
228
  <input id="seopress_social_fb_img_meta" type="text" name="seopress_social_fb_img" placeholder="'.esc_html__('Select your default thumbnail','wp-seopress').'" aria-label="'.__('Facebook Thumbnail','wp-seopress').'" value="'.$seopress_social_fb_img.'" />
229
- <span class="advise">'.__('Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max.', 'wp-seopress').'</span>
230
  <input id="seopress_social_fb_img_upload" class="button" type="button" value="'.__('Upload an Image','wp-seopress').'" />
231
  </p>
232
  <br/>
@@ -266,7 +280,7 @@ echo '<div class="snippet-description">...</div>
266
  <option ' . selected( '410', $seopress_redirections_type, false ) . ' value="410">'. __( '410 Gone', 'wp-seopress' ) .'</option>
267
  <option ' . selected( '451', $seopress_redirections_type, false ) . ' value="451">'. __( '451 Unavailable For Legal Reasons', 'wp-seopress' ) .'</option>
268
  </select>
269
- <input id="seopress_redirections_value_meta" type="text" name="seopress_redirections_value" placeholder="'.esc_html__('Enter your new URL','wp-seopress').'" aria-label="'.__('URL redirection','wp-seopress').'" value="'.$seopress_redirections_value.'" />
270
  <br><br>
271
  </p>';
272
  if ("seopress_404" == $typenow) {
@@ -275,7 +289,7 @@ echo '<div class="snippet-description">...</div>
275
  <select name="seopress_redirections_param">
276
  <option ' . selected( 'exact_match', $seopress_redirections_param, false ) . ' value="exact_match">'. __( 'Exact match with all parameters', 'wp-seopress' ) .'</option>
277
  <option ' . selected( 'without_param', $seopress_redirections_param, false ) . ' value="without_param">'. __( 'Exclude all parameters', 'wp-seopress' ) .'</option>
278
- <option ' . selected( 'with_ignored_param', $seopress_redirections_param, false ) . ' value="with_ignored_param">'. __( 'Exclude all parameters and passed them to the redirection', 'wp-seopress' ) .'</option>
279
  </select></p>';
280
  }
281
  echo '<p>';
45
  if ( $pagenow =='term.php' || $pagenow =='edit-tags.php') {
46
  echo '
47
  <tr id="term-seopress" class="form-field">
48
+ <th scope="row"><h2>'.__('SEO','wp-seopress').'</h2></th>
49
  <td>
50
  <div id="seopress_cpt">
51
  <div class="inside">';
93
  <input id="seopress_titles_title_meta" type="text" name="seopress_titles_title" placeholder="'.esc_html__('Enter your title','wp-seopress').'" aria-label="'.__('Title','wp-seopress').'" value="'.$seopress_titles_title.'" />
94
  </p>
95
  <div class="wrap-seopress-counters">
96
+ <div id="seopress_titles_title_pixel"></div>
97
+ <strong>'.__(' / 568 pixels - ','wp-seopress').'</strong>
98
  <div id="seopress_titles_title_counters"></div>
99
+ '.__(' (maximum recommended limit)','wp-seopress').'
100
  </div>
101
 
102
  <div class="wrap-tags">
112
  <textarea id="seopress_titles_desc_meta" style="width:100%" rows="8" name="seopress_titles_desc" placeholder="'.esc_html__('Enter your meta description','wp-seopress').'" aria-label="'.__('Meta description','wp-seopress').'" value="'.$seopress_titles_desc.'">'.$seopress_titles_desc.'</textarea>
113
  </p>
114
  <div class="wrap-seopress-counters">
115
+ <div id="seopress_titles_desc_pixel"></div>
116
+ <strong>'.__(' / 940 pixels - ','wp-seopress').'</strong>
117
  <div id="seopress_titles_desc_counters"></div>
118
+ '.__(' (maximum recommended limit)','wp-seopress').'
119
+ </div>';
120
+ if ( $pagenow =='term.php' || $pagenow =='edit-tags.php') {
121
+ echo '<div class="wrap-tags">
122
+ <span id="seopress-tag-single-excerpt" data-tag="%%_category_description%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Category / term description','wp-seopress').'</span>
123
+ </div>';
124
+ } else {
125
+ echo '<div class="wrap-tags">
126
+ <span id="seopress-tag-single-excerpt" data-tag="%%post_excerpt%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Post Excerpt','wp-seopress').'</span>
127
+ </div>';
128
+ }
129
+ echo '</div>
130
  <div class="box-right">
131
  <div class="google-snippet-preview">
132
  <h3>'.__('Google Snippet Preview','wp-seopress').'</h3>
194
  <p>
195
  <label for="seopress_robots_canonical_meta">'. __( 'Canonical URL', 'wp-seopress' ) .'</label>
196
  <input id="seopress_robots_canonical_meta" type="text" name="seopress_robots_canonical" placeholder="'.esc_html__('Default value: ','wp-seopress').htmlspecialchars(urldecode(get_permalink())).'" aria-label="'.__('Canonical URL','wp-seopress').'" value="'.$seopress_robots_canonical.'" />
197
+ <span class="sp-tooltip"><span class="dashicons dashicons-editor-help"></span>
198
+ <span class="sp-tooltiptext">'.__('A canonical URL is the URL of the page that Google thinks is most representative from a set of duplicate pages on your site. For example, if you have URLs for the same page (for example: example.com?dress=1234 and example.com/dresses/1234), Google chooses one as canonical. Note that the pages do not need to be absolutely identical; minor changes in sorting or filtering of list pages do not make the page unique (for example, sorting by price or filtering by item color).
199
+ The canonical can be in a different domain than a duplicate.','wp-seopress').'</span>
200
+ </span>
201
  </p>';
202
+
203
  if ($typenow =='post' && ($pagenow == 'post.php' || $pagenow == 'post-new.php')) {
204
  echo '<p>
205
  <label for="seopress_robots_primary_cat_meta">'. __( 'Select a primary category', 'wp-seopress' ) .'</label>
240
  <p>
241
  <label for="seopress_social_fb_img_meta">'. __( 'Facebook Thumbnail', 'wp-seopress' ) .'</label>
242
  <input id="seopress_social_fb_img_meta" type="text" name="seopress_social_fb_img" placeholder="'.esc_html__('Select your default thumbnail','wp-seopress').'" aria-label="'.__('Facebook Thumbnail','wp-seopress').'" value="'.$seopress_social_fb_img.'" />
243
+ <span class="advise">'.__('Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)', 'wp-seopress').'</span>
244
  <input id="seopress_social_fb_img_upload" class="button" type="button" value="'.__('Upload an Image','wp-seopress').'" />
245
  </p>
246
  <br/>
280
  <option ' . selected( '410', $seopress_redirections_type, false ) . ' value="410">'. __( '410 Gone', 'wp-seopress' ) .'</option>
281
  <option ' . selected( '451', $seopress_redirections_type, false ) . ' value="451">'. __( '451 Unavailable For Legal Reasons', 'wp-seopress' ) .'</option>
282
  </select>
283
+ <input id="seopress_redirections_value_meta" type="text" name="seopress_redirections_value" placeholder="'.esc_html__('Enter your new URL in absolute (eg: https://www.example.com/)','wp-seopress').'" aria-label="'.__('URL redirection','wp-seopress').'" value="'.$seopress_redirections_value.'" />
284
  <br><br>
285
  </p>';
286
  if ("seopress_404" == $typenow) {
289
  <select name="seopress_redirections_param">
290
  <option ' . selected( 'exact_match', $seopress_redirections_param, false ) . ' value="exact_match">'. __( 'Exact match with all parameters', 'wp-seopress' ) .'</option>
291
  <option ' . selected( 'without_param', $seopress_redirections_param, false ) . ' value="without_param">'. __( 'Exclude all parameters', 'wp-seopress' ) .'</option>
292
+ <option ' . selected( 'with_ignored_param', $seopress_redirections_param, false ) . ' value="with_ignored_param">'. __( 'Exclude all parameters and pass them to the redirection', 'wp-seopress' ) .'</option>
293
  </select></p>';
294
  }
295
  echo '<p>';
inc/admin/admin-metaboxes.php CHANGED
@@ -179,7 +179,7 @@ function seopress_display_seo_metaboxe() {
179
  wp_enqueue_script('jquery-ui-accordion');
180
 
181
  //Register Google Snippet Preview / Content Analysis JS
182
- wp_enqueue_script( 'seopress-cpt-counters-js', plugins_url( 'assets/js/seopress-counters.js', dirname(dirname( __FILE__ ))), array( 'jquery', 'jquery-ui-tabs', 'jquery-ui-accordion' ), SEOPRESS_VERSION );
183
 
184
  //If Gutenberg ON
185
  if (function_exists('get_current_screen')) {
@@ -404,7 +404,7 @@ function seopress_display_ca_metaboxe() {
404
  }
405
 
406
  function seopress_content_analysis($post) {
407
- wp_enqueue_script( 'seopress-cpt-counters-js', plugins_url( 'assets/js/seopress-counters.js', dirname(dirname( __FILE__ ))), array( 'jquery', 'jquery-ui-tabs', 'jquery-ui-accordion' ), SEOPRESS_VERSION );
408
  $seopress_real_preview = array(
409
  'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
410
  'seopress_real_preview' => admin_url('admin-ajax.php'),
179
  wp_enqueue_script('jquery-ui-accordion');
180
 
181
  //Register Google Snippet Preview / Content Analysis JS
182
+ wp_enqueue_script( 'seopress-cpt-counters-js', plugins_url( 'assets/js/seopress-counters.min.js', dirname(dirname( __FILE__ ))), array( 'jquery', 'jquery-ui-tabs', 'jquery-ui-accordion' ), SEOPRESS_VERSION );
183
 
184
  //If Gutenberg ON
185
  if (function_exists('get_current_screen')) {
404
  }
405
 
406
  function seopress_content_analysis($post) {
407
+ wp_enqueue_script( 'seopress-cpt-counters-js', plugins_url( 'assets/js/seopress-counters.min.js', dirname(dirname( __FILE__ ))), array( 'jquery', 'jquery-ui-tabs', 'jquery-ui-accordion' ), SEOPRESS_VERSION );
408
  $seopress_real_preview = array(
409
  'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
410
  'seopress_real_preview' => admin_url('admin-ajax.php'),
inc/admin/admin-term-metaboxes.php CHANGED
@@ -129,6 +129,20 @@ if (!function_exists('seopress_titles_noimageindex_option')) {
129
  }
130
  }
131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  ///////////////////////////////////////////////////////////////////////////////////////////////////
133
  //Display metabox in Custom Taxonomy
134
  ///////////////////////////////////////////////////////////////////////////////////////////////////
@@ -138,14 +152,32 @@ function seopress_display_seo_term_metaboxe() {
138
 
139
  function seopress_init_term_metabox() {
140
  if (function_exists('seopress_get_taxonomies')) {
141
-
142
  $seopress_get_taxonomies = seopress_get_taxonomies();
143
  $seopress_get_taxonomies = apply_filters('seopress_metaboxe_term_seo', $seopress_get_taxonomies);
144
 
145
  if (!empty($seopress_get_taxonomies)) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  foreach ($seopress_get_taxonomies as $key => $value) {
147
- add_action( $key.'_edit_form_fields', 'seopress_tax', 10, 2 ); //Edit term page
148
- add_action( 'edit_'.$key, 'seopress_tax_save_term', 10, 2 ); //Edit save term
149
  }
150
  }
151
  }
@@ -161,7 +193,7 @@ function seopress_display_seo_term_metaboxe() {
161
 
162
  if ("seopress_404" != $typenow) {
163
  //Register Google Snippet Preview / Content Analysis JS
164
- wp_enqueue_script( 'seopress-cpt-counters-js', plugins_url( 'assets/js/seopress-counters.js', dirname(dirname( __FILE__ ))), array( 'jquery', 'jquery-ui-tabs', 'jquery-ui-accordion' ), SEOPRESS_VERSION );
165
 
166
  $seopress_real_preview = array(
167
  'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
129
  }
130
  }
131
 
132
+ //Metaboxe position
133
+ if (!function_exists('seopress_advanced_appearance_term_metaboxe_position_option')) {
134
+ function seopress_advanced_appearance_term_metaboxe_position_option() {
135
+ $seopress_advanced_appearance_term_metaboxe_position_option = get_option("seopress_advanced_option_name");
136
+ if ( ! empty ( $seopress_advanced_appearance_term_metaboxe_position_option ) ) {
137
+ foreach ($seopress_advanced_appearance_term_metaboxe_position_option as $key => $seopress_advanced_appearance_term_metaboxe_position_value)
138
+ $options[$key] = $seopress_advanced_appearance_term_metaboxe_position_value;
139
+ if (isset($seopress_advanced_appearance_term_metaboxe_position_option['seopress_advanced_appearance_metaboxe_position'])) {
140
+ return $seopress_advanced_appearance_term_metaboxe_position_option['seopress_advanced_appearance_metaboxe_position'];
141
+ }
142
+ }
143
+ }
144
+ }
145
+
146
  ///////////////////////////////////////////////////////////////////////////////////////////////////
147
  //Display metabox in Custom Taxonomy
148
  ///////////////////////////////////////////////////////////////////////////////////////////////////
152
 
153
  function seopress_init_term_metabox() {
154
  if (function_exists('seopress_get_taxonomies')) {
 
155
  $seopress_get_taxonomies = seopress_get_taxonomies();
156
  $seopress_get_taxonomies = apply_filters('seopress_metaboxe_term_seo', $seopress_get_taxonomies);
157
 
158
  if (!empty($seopress_get_taxonomies)) {
159
+ if (function_exists('seopress_advanced_appearance_term_metaboxe_position_option')) {
160
+ switch (seopress_advanced_appearance_term_metaboxe_position_option()) {
161
+ case 'high':
162
+ $priority = 1;
163
+ break;
164
+ case 'default':
165
+ $priority = 10;
166
+ break;
167
+ case 'low':
168
+ $priority = 100;
169
+ break;
170
+ default:
171
+ $priority = 10;
172
+ break;
173
+ }
174
+ } else {
175
+ $priority = 10;
176
+ }
177
+ $priority = apply_filters('seopress_metaboxe_term_seo_priority', $priority);
178
  foreach ($seopress_get_taxonomies as $key => $value) {
179
+ add_action( $key.'_edit_form', 'seopress_tax', $priority, 2 ); //Edit term page
180
+ add_action( 'edit_'.$key, 'seopress_tax_save_term', $priority, 2 ); //Edit save term
181
  }
182
  }
183
  }
193
 
194
  if ("seopress_404" != $typenow) {
195
  //Register Google Snippet Preview / Content Analysis JS
196
+ wp_enqueue_script( 'seopress-cpt-counters-js', plugins_url( 'assets/js/seopress-counters.min.js', dirname(dirname( __FILE__ ))), array( 'jquery', 'jquery-ui-tabs', 'jquery-ui-accordion' ), SEOPRESS_VERSION );
197
 
198
  $seopress_real_preview = array(
199
  'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
inc/admin/admin-wizard.php CHANGED
@@ -260,7 +260,7 @@ class SEOPRESS_Admin_Setup_Wizard {
260
  <li><?php _e('Canonical URL','wp-seopress'); ?></li>
261
  <li><?php _e('Focus keywords','wp-seopress'); ?></li>
262
  </ul>
263
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will delete / update all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any Yoast datas.', 'wp-seopress' ); ?></p>
264
  <button id="seopress-yoast-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
265
  <span class="spinner"></span>
266
  <div class="log"></div>
@@ -277,7 +277,7 @@ class SEOPRESS_Admin_Setup_Wizard {
277
  <li><?php _e('Twitter image thumbnail','wp-seopress'); ?></li>
278
  <li><?php _e('Meta Robots (noindex, nofollow)','wp-seopress'); ?></li>
279
  </ul>
280
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any AIO datas.', 'wp-seopress' ); ?></p>
281
  <button id="seopress-aio-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
282
  <span class="spinner"></span>
283
  <div class="log"></div>
@@ -296,7 +296,7 @@ class SEOPRESS_Admin_Setup_Wizard {
296
  <li><?php _e('Canonical URL','wp-seopress'); ?></li>
297
  <li><?php _e('Redirect URL','wp-seopress'); ?></li>
298
  </ul>
299
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any SEO Framework datas.', 'wp-seopress' ); ?></p>
300
  <button id="seopress-seo-framework-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
301
  <span class="spinner"></span>
302
  <div class="log"></div>
@@ -315,7 +315,7 @@ class SEOPRESS_Admin_Setup_Wizard {
315
  <li><?php _e('Canonical URL','wp-seopress'); ?></li>
316
  <li><?php _e('Focus keywords','wp-seopress'); ?></li>
317
  </ul>
318
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any Rank Math datas.', 'wp-seopress' ); ?></p>
319
  <button id="seopress-rk-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
320
  <span class="spinner"></span>
321
  <div class="log"></div>
@@ -752,7 +752,7 @@ class SEOPRESS_Admin_Setup_Wizard {
752
  <div class="seopress-wizard-next-step-description">
753
  <p class="next-step-heading"><?php esc_html_e("Next step","wp-seopress"); ?></p>
754
  <h3 class="next-step-description"><?php esc_html_e("Create your XML sitemaps","wp-seopress"); ?></h3>
755
- <p class="next-step-extra-info"><?php esc_html_e("Build a custom XML sitemaps to improve Google crawling of your site.","wp-seopress"); ?></p>
756
  </div>
757
  <div class="seopress-wizard-next-step-action">
758
  <p class="seopress-setup-actions step">
260
  <li><?php _e('Canonical URL','wp-seopress'); ?></li>
261
  <li><?php _e('Focus keywords','wp-seopress'); ?></li>
262
  </ul>
263
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will delete / update all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any Yoast data.', 'wp-seopress' ); ?></p>
264
  <button id="seopress-yoast-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
265
  <span class="spinner"></span>
266
  <div class="log"></div>
277
  <li><?php _e('Twitter image thumbnail','wp-seopress'); ?></li>
278
  <li><?php _e('Meta Robots (noindex, nofollow)','wp-seopress'); ?></li>
279
  </ul>
280
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any AIO data.', 'wp-seopress' ); ?></p>
281
  <button id="seopress-aio-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
282
  <span class="spinner"></span>
283
  <div class="log"></div>
296
  <li><?php _e('Canonical URL','wp-seopress'); ?></li>
297
  <li><?php _e('Redirect URL','wp-seopress'); ?></li>
298
  </ul>
299
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any SEO Framework data.', 'wp-seopress' ); ?></p>
300
  <button id="seopress-seo-framework-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
301
  <span class="spinner"></span>
302
  <div class="log"></div>
315
  <li><?php _e('Canonical URL','wp-seopress'); ?></li>
316
  <li><?php _e('Focus keywords','wp-seopress'); ?></li>
317
  </ul>
318
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any Rank Math data.', 'wp-seopress' ); ?></p>
319
  <button id="seopress-rk-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
320
  <span class="spinner"></span>
321
  <div class="log"></div>
752
  <div class="seopress-wizard-next-step-description">
753
  <p class="next-step-heading"><?php esc_html_e("Next step","wp-seopress"); ?></p>
754
  <h3 class="next-step-description"><?php esc_html_e("Create your XML sitemaps","wp-seopress"); ?></h3>
755
+ <p class="next-step-extra-info"><?php esc_html_e("Build custom XML sitemaps to improve Google crawling of your site.","wp-seopress"); ?></p>
756
  </div>
757
  <div class="seopress-wizard-next-step-action">
758
  <p class="seopress-setup-actions step">
inc/admin/admin.php CHANGED
@@ -648,207 +648,243 @@ class seopress_options
648
  ?>
649
  <div class="seopress-option">
650
  <?php global $wp_version, $title;
 
651
  $tag = version_compare( $wp_version, '4.4' ) >= 0 ? 'h1' : 'h2';
652
  echo '<'.$tag.'><span class="dashicons dashicons-admin-settings"></span>'.$title.'</'.$tag.'>';
653
  ?>
654
- <div class="metabox-holder">
655
- <div class="postbox section-tool">
656
- <h3><span><?php _e( 'Export plugin settings', 'wp-seopress' ); ?></span></h3>
657
- <div class="inside">
658
- <p><?php _e( 'Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.', 'wp-seopress' ); ?></p>
659
- <form method="post">
660
- <p><input type="hidden" name="seopress_action" value="export_settings" /></p>
661
- <p>
662
- <?php wp_nonce_field( 'seopress_export_nonce', 'seopress_export_nonce' ); ?>
663
- <?php submit_button( __( 'Export', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
664
- </p>
665
- </form>
666
- </div><!-- .inside -->
667
- </div><!-- .postbox -->
668
-
669
- <div class="postbox section-tool">
670
- <h3><span><?php _e( 'Import plugin settings', 'wp-seopress' ); ?></span></h3>
671
- <div class="inside">
672
- <p><?php _e( 'Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.', 'wp-seopress' ); ?></p>
673
- <form method="post" enctype="multipart/form-data">
674
- <p>
675
- <input type="file" name="import_file"/>
676
- </p>
677
- <p>
678
- <input type="hidden" name="seopress_action" value="import_settings" />
679
- <?php wp_nonce_field( 'seopress_import_nonce', 'seopress_import_nonce' ); ?>
680
- <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
681
- <?php if(!empty($_GET["success"]) && htmlspecialchars($_GET["success"]) =='true') {
682
- echo '<div class="log">'.__('Import completed!','wp-seopress').'</div>';
683
- }; ?>
684
- </p>
685
- </form>
686
- </div><!-- .inside -->
687
- </div><!-- .postbox -->
688
-
689
- <?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
690
- <div id="section-import-redirects" class="postbox section-tool">
691
- <h3><span><?php _e( 'Import Redirections', 'wp-seopress' ); ?></span></h3>
692
  <div class="inside">
693
- <p><?php _e( 'Import your own redirections from a .csv file (separator ";"). You must have 5 columns in this order: url to match (without your domain name), url to redirect in absolute, type of redirection (301, 302 or 307), yes to enable the redirect and the last one the query parameter ("exact_match" = Exact match with all parameters, "without_param" = Exclude all parameters or "with_ignored_param" = Exclude all parameters and passed them to the redirection). Leave it empty to disable the redirect.', 'wp-seopress' ); ?></p>
694
- <p>
695
- <a href="https://www.seopress.org/wp-content/uploads/csv/seopress-redirections-example.csv" target="_blank">
696
- <?php _e('Download a CSV example','wp-seopress'); ?>
697
- </a>
698
- </p>
 
 
 
 
 
 
 
 
 
 
699
  <form method="post" enctype="multipart/form-data">
700
  <p>
701
  <input type="file" name="import_file"/>
702
  </p>
703
  <p>
704
- <input type="hidden" name="seopress_action" value="import_redirections_settings" />
705
- <?php wp_nonce_field( 'seopress_import_redirections_nonce', 'seopress_import_redirections_nonce' ); ?>
706
  <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
 
 
 
707
  </p>
708
  </form>
709
  </div><!-- .inside -->
710
  </div><!-- .postbox -->
711
- <div id="section-import-redirects-plugin" class="postbox section-tool">
712
- <h3><span><?php _e( 'Import Redirections from Redirections plugin', 'wp-seopress' ); ?></span></h3>
 
 
713
  <div class="inside">
714
- <p><?php _e( 'Import your own redirections from a .json file generated by the Redirections plugin. Note that we do not support certain options like regex. Make sure you don\'t have duplicates between your file and existing redirects to avoid conflicts.', 'wp-seopress' ); ?></p>
715
- <form method="post" enctype="multipart/form-data">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
716
  <p>
717
- <input type="file" name="import_file"/>
 
 
718
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
719
  <p>
720
- <input type="hidden" name="seopress_action" value="import_redirections_plugin_settings" />
721
- <?php wp_nonce_field( 'seopress_import_redirections_plugin_nonce', 'seopress_import_redirections_plugin_nonce' ); ?>
722
- <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
723
  </p>
724
  </form>
725
  </div><!-- .inside -->
726
  </div><!-- .postbox -->
727
- <div id="section-export-redirects" class="postbox section-tool">
728
- <h3><span><?php _e( 'Export Redirections', 'wp-seopress' ); ?></span></h3>
729
  <div class="inside">
730
- <p><?php _e( 'Export all redirections for this site as a .csv file. This allows you to easily import the redirections into another site, to Excel / Google Sheets...', 'wp-seopress' ); ?></p>
731
- <form method="post">
732
- <p><input type="hidden" name="seopress_action" value="export_redirections" /></p>
733
  <p>
734
- <?php wp_nonce_field( 'seopress_export_redirections_nonce', 'seopress_export_redirections_nonce' ); ?>
735
- <?php submit_button( __( 'Export', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
 
736
  </p>
737
  </form>
738
  </div><!-- .inside -->
739
  </div><!-- .postbox -->
740
- <?php } ?>
741
-
742
- <!-- Yoast import tool -->
743
- <div id="yoast-migration-tool" class="postbox section-tool">
744
- <h3><span><?php _e( 'Import posts and terms metadata from Yoast', 'wp-seopress' ); ?></span></h3>
745
- <div class="inside">
746
- <p><?php _e( 'By clicking Migrate, we\'ll import:', 'wp-seopress' ); ?></p>
747
- <ul>
748
- <li><?php _e('Title tags','wp-seopress'); ?></li>
749
- <li><?php _e('Meta description','wp-seopress'); ?></li>
750
- <li><?php _e('Facebook Open Graph tags (title, description and image thumbnail)','wp-seopress'); ?></li>
751
- <li><?php _e('Twitter tags (title, description and image thumbnail)','wp-seopress'); ?></li>
752
- <li><?php _e('Meta Robots (noindex, nofollow...)','wp-seopress'); ?></li>
753
- <li><?php _e('Canonical URL','wp-seopress'); ?></li>
754
- <li><?php _e('Focus keywords','wp-seopress'); ?></li>
755
- </ul>
756
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will delete / update all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any Yoast datas.', 'wp-seopress' ); ?></p>
757
- <button id="seopress-yoast-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
758
- <span class="spinner"></span>
759
- <div class="log"></div>
760
- </div><!-- .inside -->
761
- </div><!-- .postbox -->
762
-
763
- <!-- All In One import tool -->
764
- <div id="aio-migration-tool" class="postbox section-tool">
765
- <h3><span><?php _e( 'Import posts and terms metadata from All In One SEO', 'wp-seopress' ); ?></span></h3>
766
- <div class="inside">
767
- <p><?php _e( 'By clicking Migrate, we\'ll import:', 'wp-seopress' ); ?></p>
768
- <ul>
769
- <li><?php _e('Title tags','wp-seopress'); ?></li>
770
- <li><?php _e('Meta description','wp-seopress'); ?></li>
771
- <li><?php _e('Facebook Open Graph tags (title, description and image thumbnail)','wp-seopress'); ?></li>
772
- <li><?php _e('Twitter image thumbnail','wp-seopress'); ?></li>
773
- <li><?php _e('Meta Robots (noindex, nofollow)','wp-seopress'); ?></li>
774
- </ul>
775
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any AIO datas.', 'wp-seopress' ); ?></p>
776
- <button id="seopress-aio-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
777
- <span class="spinner"></span>
778
- <div class="log"></div>
779
- </div><!-- .inside -->
780
- </div><!-- .postbox -->
781
-
782
- <!-- SEO Framework import tool -->
783
- <div id="seo-framework-migration-tool" class="postbox section-tool">
784
- <h3><span><?php _e( 'Import posts and terms metadata from The SEO Framework', 'wp-seopress' ); ?></span></h3>
785
- <div class="inside">
786
- <p><?php _e( 'By clicking Migrate, we\'ll import:', 'wp-seopress' ); ?></p>
787
- <ul>
788
- <li><?php _e('Title tags','wp-seopress'); ?></li>
789
- <li><?php _e('Meta description','wp-seopress'); ?></li>
790
- <li><?php _e('Facebook Open Graph tags (title, description and image thumbnail)','wp-seopress'); ?></li>
791
- <li><?php _e('Twitter tags (title, description and image thumbnail)','wp-seopress'); ?></li>
792
- <li><?php _e('Meta Robots (noindex, nofollow, noarchive)','wp-seopress'); ?></li>
793
- <li><?php _e('Canonical URL','wp-seopress'); ?></li>
794
- <li><?php _e('Redirect URL','wp-seopress'); ?></li>
795
- </ul>
796
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any SEO Framework datas.', 'wp-seopress' ); ?></p>
797
- <button id="seopress-seo-framework-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
798
- <span class="spinner"></span>
799
- <div class="log"></div>
800
- </div><!-- .inside -->
801
- </div><!-- .postbox -->
802
-
803
- <!-- RK import tool -->
804
- <div id="rk-migration-tool" class="postbox section-tool">
805
- <h3><span><?php _e( 'Import posts and terms metadata from Rank Math', 'wp-seopress' ); ?></span></h3>
806
- <div class="inside">
807
- <p><?php _e( 'By clicking Migrate, we\'ll import:', 'wp-seopress' ); ?></p>
808
- <ul>
809
- <li><?php _e('Title tags','wp-seopress'); ?></li>
810
- <li><?php _e('Meta description','wp-seopress'); ?></li>
811
- <li><?php _e('Facebook Open Graph tags (title, description and image thumbnail)','wp-seopress'); ?></li>
812
- <li><?php _e('Twitter tags (title, description and image thumbnail)','wp-seopress'); ?></li>
813
- <li><?php _e('Meta Robots (noindex, nofollow, noarchive, noimageindex)','wp-seopress'); ?></li>
814
- <li><?php _e('Canonical URL','wp-seopress'); ?></li>
815
- <li><?php _e('Focus keywords','wp-seopress'); ?></li>
816
- </ul>
817
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any Rank Math datas.', 'wp-seopress' ); ?></p>
818
- <button id="seopress-rk-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
819
- <span class="spinner"></span>
820
- <div class="log"></div>
821
- </div><!-- .inside -->
822
- </div><!-- .postbox -->
823
-
824
- <div class="postbox section-tool">
825
- <h3><span><?php _e( 'Reset All Notices From Notifications Center', 'wp-seopress' ); ?></span></h3>
826
- <div class="inside">
827
- <p><?php _e( 'By clicking Reset Notices, all notices in the notifications center will be set to their initial status.', 'wp-seopress' ); ?></p>
828
- <form method="post" enctype="multipart/form-data">
829
- <p>
830
- <input type="hidden" name="seopress_action" value="reset_notices_settings" />
831
- <?php wp_nonce_field( 'seopress_reset_notices_nonce', 'seopress_reset_notices_nonce' ); ?>
832
- <?php submit_button( __( 'Reset notices', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
833
- </p>
834
- </form>
835
- </div><!-- .inside -->
836
- </div><!-- .postbox -->
837
-
838
- <div class="postbox section-tool">
839
- <h3><span><?php _e( 'Reset All Settings', 'wp-seopress' ); ?></span></h3>
840
- <div class="inside">
841
- <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Delete all options related to SEOPress in your database AND set settings to their default values.', 'wp-seopress' ); ?></p>
842
- <form method="post" enctype="multipart/form-data">
843
- <p>
844
- <input type="hidden" name="seopress_action" value="reset_settings" />
845
- <?php wp_nonce_field( 'seopress_reset_nonce', 'seopress_reset_nonce' ); ?>
846
- <?php submit_button( __( 'Reset settings', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
847
- </p>
848
- </form>
849
- </div><!-- .inside -->
850
- </div><!-- .postbox -->
851
- </div><!-- .metabox-holder -->
852
  </div>
853
  <?php
854
  }
@@ -901,518 +937,522 @@ class seopress_options
901
  }
902
  }
903
  ?>
904
-
905
- <div id="seopress-admin-tabs" class="wrap">
906
- <?php
907
- if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
908
- $dashboard_settings_tabs = array(
909
- 'tab_seopress_notifications' => __( "Notifications Center", "wp-seopress" ),
910
- 'tab_seopress_seo_tools' => __( "SEO Tools", "wp-seopress" ),
911
- 'tab_seopress_links' => __( "Useful links", "wp-seopress" )
912
- );
913
- } else {
914
- $dashboard_settings_tabs = array(
915
- 'tab_seopress_notifications' => __( "Notifications Center", "wp-seopress" ),
916
- 'tab_seopress_links' => __( "Useful links", "wp-seopress" )
917
- );
918
- }
 
 
 
919
 
920
- if (seopress_advanced_appearance_notifications_option() !='') {
921
- unset($dashboard_settings_tabs['tab_seopress_notifications']);
922
- }
923
- if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
924
- if (seopress_advanced_appearance_seo_tools_option() !='') {
925
- unset($dashboard_settings_tabs['tab_seopress_seo_tools']);
926
  }
927
- }
928
- if (seopress_advanced_appearance_useful_links_option() !='') {
929
- unset($dashboard_settings_tabs['tab_seopress_links']);
930
- }
931
-
932
- echo '<div class="nav-tab-wrapper">';
933
- foreach ( $dashboard_settings_tabs as $tab_key => $tab_caption ) {
934
- echo '<a id="'. $tab_key .'-tab" class="nav-tab" href="?page=seopress-option#tab=' . $tab_key . '">' . $tab_caption . '</a>';
935
- }
936
- echo '</div>';
937
- ?>
938
-
939
- <div class="wrap-seopress-tab-content">
940
- <?php if(seopress_advanced_appearance_notifications_option() !='1') { ?>
941
- <div id="tab_seopress_notifications" class="seopress-tab <?php if ($current_tab == 'tab_seopress_notifications') { echo 'active'; } ?>">
942
- <div id="seopress-notifications-center">
943
- <?php
944
- function seopress_get_hidden_notices_wizard_option() {
945
- $seopress_get_hidden_notices_wizard_option = get_option("seopress_notices");
946
- if ( ! empty ( $seopress_get_hidden_notices_wizard_option ) ) {
947
- foreach ($seopress_get_hidden_notices_wizard_option as $key => $seopress_get_hidden_notices_wizard_value)
948
- $options[$key] = $seopress_get_hidden_notices_wizard_value;
949
- if (isset($seopress_get_hidden_notices_wizard_option['notice-wizard'])) {
950
- return $seopress_get_hidden_notices_wizard_option['notice-wizard'];
951
- }
 
 
 
 
 
952
  }
953
- }
954
- if(seopress_get_hidden_notices_wizard_option() =='1') {
955
- //do nothing
956
- } else { ?>
957
- <div id="notice-wizard-alert" class="seopress-alert deleteable">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958
  <p>
959
  <span class="dashicons dashicons-warning"></span>
960
- <strong><?php _e('Configure SEOPress in a few minutes thanks to our installation wizard','wp-seopress'); ?></strong>
961
  </p>
962
- <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-setup' ); ?>"><?php _e('Start the wizard','wp-seopress'); ?></a>
963
- <span name="notice-wizard" id="notice-wizard" class="dashicons dashicons-trash remove-notice" data-notice="notice-wizard"></span>
964
  </div>
965
- <?php }
966
- ?>
967
- <?php if (get_theme_support('title-tag') !='1') {
968
- function seopress_get_hidden_notices_title_tag_option() {
969
- $seopress_get_hidden_notices_title_tag_option = get_option("seopress_notices");
970
- if ( !empty ( $seopress_get_hidden_notices_title_tag_option ) ) {
971
- foreach ($seopress_get_hidden_notices_title_tag_option as $key => $seopress_get_hidden_notices_title_tag_value)
972
- $options[$key] = $seopress_get_hidden_notices_title_tag_value;
973
- if (isset($seopress_get_hidden_notices_title_tag_option['notice-title-tag'])) {
974
- return $seopress_get_hidden_notices_title_tag_option['notice-title-tag'];
975
- }
976
- }
977
- }
978
- if(seopress_get_hidden_notices_title_tag_option() =='1') {
979
- //do nothing
980
- } else { ?>
981
- <div id="notice-title-tag-alert" class="seopress-alert deleteable">
982
  <p>
983
  <span class="dashicons dashicons-warning"></span>
984
- <?php _e('Your theme doesn\'t use <strong>add_theme_support(\'title-tag\');</strong>','wp-seopress'); ?>
985
- <span class="impact high"><?php _e('High impact','wp-seopress'); ?></span>
986
-
987
  </p>
988
-
989
- <?php
990
- if (function_exists('seopress_get_locale')) {
991
- if (seopress_get_locale() =='fr') {
992
- $seopress_docs_link['support']['title-tag'] = 'https://www.seopress.org/fr/support/guides/resoudre-add_theme_support-manquant-dans-votre-theme/?utm_source=plugin&utm_medium=wp-admin&utm_campaign=seopress';
993
- } else {
994
- $seopress_docs_link['support']['title-tag'] = 'https://www.seopress.org/support/guides/fixing-missing-add_theme_support-in-your-theme/?utm_source=plugin&utm_medium=wp-admin&utm_campaign=seopress';
995
- }
996
- } ?>
997
- <?php echo '<a class="button-primary" href="'.$seopress_docs_link['support']['title-tag'].'" target="_blank">'.__('Learn more','wp-seopress').'</a>'; ?>
998
- <span name="notice-title-tag" id="notice-title-tag" class="dashicons dashicons-trash remove-notice" data-notice="notice-title-tag"></span>
999
  </div>
1000
- <?php }
1001
- } ?>
1002
- <?php if (is_plugin_active('wordpress-seo/wp-seo.php') || is_plugin_active('wordpress-seo-premium/wp-seo-premium.php')) { ?>
1003
- <div class="seopress-alert">
1004
- <p>
1005
- <span class="dashicons dashicons-warning"></span>
1006
- <?php _e('We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to migrate all your posts metadata to SEOPress?','wp-seopress'); ?>
1007
- </p>
1008
- <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export#yoast-migration-tool' ); ?>"><?php _e('Migrate!','wp-seopress'); ?></a>
1009
- </div>
1010
- <?php } ?>
1011
- <?php if (is_plugin_active('all-in-one-seo-pack/all_in_one_seo_pack.php')) { ?>
1012
- <div class="seopress-alert">
1013
- <p>
1014
- <span class="dashicons dashicons-warning"></span>
1015
- <?php _e('We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do you want to migrate all your posts metadata to SEOPress?','wp-seopress'); ?>
1016
- </p>
1017
- <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export#aio-migration-tool' ); ?>"><?php _e('Migrate!','wp-seopress'); ?></a>
1018
- </div>
1019
- <?php } ?>
1020
- <?php if (is_plugin_active('seo-ultimate/seo-ultimate.php') || is_plugin_active('autodescription/autodescription.php') || is_plugin_active('squirrly-seo/squirrly.php') || is_plugin_active('premium-seo-pack/index.php') || is_plugin_active('wp-meta-seo/wp-meta-seo.php')) { ?>
1021
- <div class="seopress-alert">
1022
- <p>
1023
- <span class="dashicons dashicons-warning"></span>
1024
- <?php _e('We notice that you use another SEO plugin. <br>Do not use multiple SEO plugins at once to avoid conflicts!','wp-seopress'); ?>
1025
- </p>
1026
- </div>
1027
- <?php } ?>
1028
- <?php
1029
- if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
1030
- if (seopress_404_cleaning_option() == 1 && !wp_next_scheduled('seopress_404_cron_cleaning')) { ?>
1031
  <div class="seopress-alert">
1032
  <p>
1033
  <span class="dashicons dashicons-warning"></span>
1034
- <?php _e('You have enabled 404 cleaning BUT the scheduled task is not running. <br>To solve this, please disable and enable SEOPress PRO.','wp-seopress'); ?>
1035
  </p>
1036
  </div>
1037
- <?php }
1038
- } ?>
1039
- <?php if (!is_ssl()) { ?>
1040
  <?php
1041
- function seopress_get_hidden_notices_ssl_option() {
1042
- $seopress_get_hidden_notices_ssl_option = get_option("seopress_notices");
1043
- if ( ! empty ( $seopress_get_hidden_notices_ssl_option ) ) {
1044
- foreach ($seopress_get_hidden_notices_ssl_option as $key => $seopress_get_hidden_notices_ssl_value)
1045
- $options[$key] = $seopress_get_hidden_notices_ssl_value;
1046
- if (isset($seopress_get_hidden_notices_ssl_option['notice-ssl'])) {
1047
- return $seopress_get_hidden_notices_ssl_option['notice-ssl'];
1048
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
1049
  }
1050
- }
1051
- if(seopress_get_hidden_notices_ssl_option() =='1') {
1052
- //do nothing
1053
- } else { ?>
1054
- <div id="notice-ssl-alert" class="seopress-alert deleteable">
 
 
 
 
 
 
 
 
 
 
 
 
 
1055
  <p>
1056
  <span class="dashicons dashicons-warning"></span>
1057
- <?php _e('Your site doesn\'t use an SSL certificate!','wp-seopress'); ?>
1058
- <a href="https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html" target="_blank"><?php _e('Learn more','wp-seopress'); ?></a>
1059
- <span class="impact low"><?php _e('Low impact','wp-seopress'); ?></span>
1060
  </p>
1061
- <a class="button-primary" href="https://www.namecheap.com/?aff=105841" target="_blank"><?php _e('Buy an SSL!','wp-seopress'); ?></a>
1062
- <span name="notice-ssl" id="notice-ssl" class="dashicons dashicons-trash remove-notice" data-notice="notice-ssl"></span>
1063
  </div>
1064
- <?php }
1065
- ?>
1066
- <?php } ?>
1067
- <?php if (get_option('blog_public') !='1') { ?>
1068
- <div class="seopress-alert">
1069
- <p>
1070
- <span class="dashicons dashicons-warning"></span>
1071
- <?php _e('Your site is not visible to Search Engines!','wp-seopress'); ?>
1072
- <span class="impact high"><?php _e('High impact','wp-seopress'); ?></span>
1073
- </p>
1074
- <a class="button-primary" href="<?php echo admin_url( 'options-reading.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1075
- </div>
1076
- <?php } ?>
1077
- <?php if (get_option('blogname') =='') { ?>
1078
- <div class="seopress-alert">
1079
- <p>
1080
- <span class="dashicons dashicons-warning"></span>
1081
- <?php _e('Your site title is empty!','wp-seopress'); ?>
1082
- <span class="impact high"><?php _e('High impact','wp-seopress'); ?></span>
1083
- </p>
1084
- <a class="button-primary" href="<?php echo admin_url( 'options-general.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1085
- </div>
1086
- <?php } ?>
1087
- <?php if (get_option('permalink_structure') =='') { ?>
1088
- <div class="seopress-alert">
1089
- <p>
1090
- <span class="dashicons dashicons-warning"></span>
1091
- <?php _e('Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this.','wp-seopress'); ?>
1092
- <span class="impact high"><?php _e('High impact','wp-seopress'); ?></span>
1093
- </p>
1094
- <a class="button-primary" href="<?php echo admin_url( 'options-permalink.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1095
- </div>
1096
- <?php } ?>
1097
- <?php
1098
- if(get_option('rss_use_excerpt') =='0') {
1099
- function seopress_get_hidden_notices_rss_use_excerpt_option() {
1100
- $seopress_get_hidden_notices_rss_use_excerpt_option = get_option("seopress_notices");
1101
- if ( ! empty ( $seopress_get_hidden_notices_rss_use_excerpt_option ) ) {
1102
- foreach ($seopress_get_hidden_notices_rss_use_excerpt_option as $key => $seopress_get_hidden_notices_rss_use_excerpt_value)
1103
- $options[$key] = $seopress_get_hidden_notices_rss_use_excerpt_value;
1104
- if (isset($seopress_get_hidden_notices_rss_use_excerpt_option['notice-rss-use-excerpt'])) {
1105
- return $seopress_get_hidden_notices_rss_use_excerpt_option['notice-rss-use-excerpt'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1106
  }
1107
  }
1108
  }
1109
- if(seopress_get_hidden_notices_rss_use_excerpt_option() =='1') {
1110
  //do nothing
1111
  } else { ?>
1112
- <div id="notice-rss-use-excerpt-alert" class="seopress-alert deleteable">
1113
  <p>
1114
  <span class="dashicons dashicons-warning"></span>
1115
- <?php _e('Your RSS feed show full text!','wp-seopress'); ?>
1116
- <span class="impact medium"><?php _e('Medium impact','wp-seopress'); ?></span>
1117
  </p>
1118
- <a class="button-primary" href="<?php echo admin_url( 'options-reading.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1119
- <span name="notice-rss-use-excerpt" id="notice-rss-use-excerpt" class="dashicons dashicons-trash remove-notice" data-notice="notice-rss-use-excerpt"></span>
1120
  </div>
1121
  <?php }
1122
- }
1123
- ?>
1124
- <?php
1125
- function seopress_get_hidden_notices_review_option() {
1126
- $seopress_get_hidden_notices_review_option = get_option("seopress_notices");
1127
- if ( ! empty ( $seopress_get_hidden_notices_review_option ) ) {
1128
- foreach ($seopress_get_hidden_notices_review_option as $key => $seopress_get_hidden_notices_review_value)
1129
- $options[$key] = $seopress_get_hidden_notices_review_value;
1130
- if (isset($seopress_get_hidden_notices_review_option['notice-review'])) {
1131
- return $seopress_get_hidden_notices_review_option['notice-review'];
 
 
1132
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1133
  }
1134
- }
1135
- if(seopress_get_hidden_notices_review_option() =='1') {
1136
- //do nothing
1137
- } else { ?>
1138
- <div id="notice-review-alert" class="seopress-alert deleteable">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1139
  <p>
1140
  <span class="dashicons dashicons-warning"></span>
1141
- <?php _e('You like SEOPress? Please help us by rating us 5 stars!','wp-seopress'); ?>
 
1142
  </p>
1143
- <a class="button-primary" href="https://wordpress.org/support/view/plugin-reviews/wp-seopress?rate=5#postform" target="_blank"><?php _e('Rate us!','wp-seopress'); ?></a>
1144
- <span name="notice-review" id="notice-review" class="dashicons dashicons-trash remove-notice" data-notice="notice-review"></span>
1145
  </div>
1146
- <?php }
1147
-
1148
- ?>
1149
- <?php
1150
- if(get_option('page_comments') =='1') {
1151
- function seopress_get_hidden_notices_divide_comments_option() {
1152
- $seopress_get_hidden_notices_divide_comments_option = get_option("seopress_notices");
1153
- if ( ! empty ( $seopress_get_hidden_notices_divide_comments_option ) ) {
1154
- foreach ($seopress_get_hidden_notices_divide_comments_option as $key => $seopress_get_hidden_notices_divide_comments_value)
1155
- $options[$key] = $seopress_get_hidden_notices_divide_comments_value;
1156
- if (isset($seopress_get_hidden_notices_divide_comments_option['notice-divide-comments'])) {
1157
- return $seopress_get_hidden_notices_divide_comments_option['notice-divide-comments'];
1158
- }
1159
  }
1160
  }
1161
- if(seopress_get_hidden_notices_divide_comments_option() =='1') {
1162
  //do nothing
1163
  } else { ?>
1164
- <div id="notice-divide-comments-alert" class="seopress-alert deleteable">
1165
  <p>
1166
  <span class="dashicons dashicons-warning"></span>
1167
- <?php _e('Break comments into pages is ON!','wp-seopress'); ?>
1168
  <span class="impact high"><?php _e('Huge impact','wp-seopress'); ?></span>
1169
  </p>
1170
- <a class="button-primary" href="<?php echo admin_url( 'options-discussion.php' ); ?>"><?php _e('Disable this!','wp-seopress'); ?></a>
1171
- <span name="notice-divide-comments" id="notice-divide-comments" class="dashicons dashicons-trash remove-notice" data-notice="notice-divide-comments"></span>
1172
  </div>
1173
  <?php }
1174
- }
1175
- ?>
1176
- <?php
1177
- if(get_option('posts_per_page') < '16') {
1178
- function seopress_get_hidden_notices_posts_number_option() {
1179
- $seopress_get_hidden_notices_posts_number_option = get_option("seopress_notices");
1180
- if ( ! empty ( $seopress_get_hidden_notices_posts_number_option ) ) {
1181
- foreach ($seopress_get_hidden_notices_posts_number_option as $key => $seopress_get_hidden_notices_posts_number_value)
1182
- $options[$key] = $seopress_get_hidden_notices_posts_number_value;
1183
- if (isset($seopress_get_hidden_notices_posts_number_option['notice-posts-number'])) {
1184
- return $seopress_get_hidden_notices_posts_number_option['notice-posts-number'];
1185
- }
 
 
 
 
 
 
 
 
 
1186
  }
1187
  }
1188
- if(seopress_get_hidden_notices_posts_number_option() =='1') {
1189
  //do nothing
1190
- } else { ?>
1191
- <div id="notice-posts-number-alert" class="seopress-alert deleteable">
1192
  <p>
1193
  <span class="dashicons dashicons-warning"></span>
1194
- <?php _e('Display more posts per page on homepage and archives','wp-seopress'); ?>
1195
- <span class="impact medium"><?php _e('Medium impact','wp-seopress'); ?></span>
1196
  </p>
1197
- <a class="button-primary" href="<?php echo admin_url( 'options-reading.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1198
- <span name="notice-posts-number" id="notice-posts-number" class="dashicons dashicons-trash remove-notice" data-notice="notice-posts-number"></span>
1199
  </div>
1200
  <?php }
1201
- }
1202
- ?>
1203
- <?php if (seopress_xml_sitemap_general_enable_option() !='1') { ?>
1204
- <div class="seopress-alert">
1205
- <p>
1206
- <span class="dashicons dashicons-warning"></span>
1207
- <?php _e('You don\'t have an XML Sitemap!','wp-seopress'); ?>
1208
- <span class="impact medium"><?php _e('Medium impact','wp-seopress'); ?></span>
1209
- </p>
1210
- <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-xml-sitemap' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1211
- </div>
1212
- <?php } ?>
1213
-
1214
- <?php
1215
- function seopress_get_hidden_notices_google_business_option() {
1216
- $seopress_get_hidden_notices_google_business_option = get_option("seopress_notices");
1217
- if ( ! empty ( $seopress_get_hidden_notices_google_business_option ) ) {
1218
- foreach ($seopress_get_hidden_notices_google_business_option as $key => $seopress_get_hidden_notices_google_business_value)
1219
- $options[$key] = $seopress_get_hidden_notices_google_business_value;
1220
- if (isset($seopress_get_hidden_notices_google_business_option['notice-google-business'])) {
1221
- return $seopress_get_hidden_notices_google_business_option['notice-google-business'];
1222
- }
1223
- }
1224
- }
1225
- if(seopress_get_hidden_notices_google_business_option() =='1') {
1226
- //do nothing
1227
- } else { ?>
1228
- <div id="notice-google-business-alert" class="seopress-alert deleteable">
1229
- <p>
1230
- <span class="dashicons dashicons-warning"></span>
1231
- <?php _e('Do you have a Google My Business page? It\'s free!','wp-seopress'); ?>
1232
- <span class="impact high"><?php _e('Huge impact','wp-seopress'); ?></span>
1233
- </p>
1234
- <a class="button-primary" href="https://www.google.com/business/go/" target="_blank"><?php _e('Create your page now!','wp-seopress'); ?></a>
1235
- <span name="notice-google-business" id="notice-google-business" class="dashicons dashicons-trash remove-notice" data-notice="notice-google-business"></span>
1236
- </div>
1237
- <?php }
1238
- ?>
1239
 
1240
- <?php
1241
- function seopress_get_hidden_notices_search_console_option() {
1242
- $seopress_get_hidden_notices_search_console_option = get_option("seopress_notices");
1243
- if ( ! empty ( $seopress_get_hidden_notices_search_console_option ) ) {
1244
- foreach ($seopress_get_hidden_notices_search_console_option as $key => $seopress_get_hidden_notices_search_console_value)
1245
- $options[$key] = $seopress_get_hidden_notices_search_console_value;
1246
- if (isset($seopress_get_hidden_notices_search_console_option['notice-search-console'])) {
1247
- return $seopress_get_hidden_notices_search_console_option['notice-search-console'];
1248
- }
1249
- }
1250
- }
1251
- function seopress_get_google_site_verification_option() {
1252
- $seopress_get_google_site_verification_option = get_option("seopress_advanced_option_name");
1253
- if ( ! empty ( $seopress_get_google_site_verification_option ) ) {
1254
- foreach ($seopress_get_google_site_verification_option as $key => $seopress_get_google_site_verification_value)
1255
- $options[$key] = $seopress_get_google_site_verification_value;
1256
- if (isset($seopress_get_google_site_verification_option['seopress_advanced_advanced_google'])) {
1257
- return $seopress_get_google_site_verification_option['seopress_advanced_advanced_google'];
1258
- }
1259
- }
1260
- }
1261
- if(seopress_get_hidden_notices_search_console_option() =='1') {
1262
- //do nothing
1263
- } elseif(seopress_get_google_site_verification_option() =='') { ?>
1264
- <div id="notice-search-console-alert" class="seopress-alert deleteable">
1265
  <p>
1266
  <span class="dashicons dashicons-warning"></span>
1267
- <?php _e('Add your site to Google. It\'s free!','wp-seopress'); ?>
1268
- <span class="impact high"><?php _e('Huge impact','wp-seopress'); ?></span>
1269
  </p>
1270
- <a class="button-primary" href="https://www.google.com/webmasters/tools/home" target="_blank"><?php _e('Add your site to Search Console!','wp-seopress'); ?></a>
1271
- <span name="notice-search-console" id="notice-search-console" class="dashicons dashicons-trash remove-notice" data-notice="notice-search-console"></span>
1272
  </div>
1273
- <?php }
1274
- ?>
 
 
 
1275
 
1276
- <?php if (get_option( 'seopress_pro_license_status' ) !='valid' && is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
1277
- <div class="seopress-alert">
1278
- <p>
1279
- <span class="dashicons dashicons-warning"></span>
1280
- <?php _e('You have to enter your licence key to get updates and support','wp-seopress'); ?>
1281
- <span class="impact high info"><?php _e('License','wp-seopress'); ?></span>
1282
- </p>
1283
- <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-license' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1284
- </div>
1285
- <?php } ?>
1286
- </div><!--#seopress-notifications-center-->
1287
 
1288
- </div>
1289
- <?php } ?>
1290
-
1291
- <?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
1292
- <div id="tab_seopress_seo_tools" class="seopress-tab seopress-useful-tools <?php if ($current_tab == 'tab_seopress_seo_tools') { echo 'active'; } ?>">
1293
-
1294
- <!-- Reverse -->
1295
- <div class="widget widget-reverse">
1296
- <h3 class="widget-title"><span class="dashicons dashicons-welcome-view-site"></span><?php _e('Check websites setup on your server','wp-seopress'); ?></h3>
1297
 
1298
- <p>
1299
- <?php
1300
- if ( get_transient( 'seopress_results_reverse' ) !='' ) {
1301
-
1302
- $seopress_results_reverse = (array)json_decode(get_transient( 'seopress_results_reverse' ));
1303
 
1304
- //Init
1305
- $seopress_results_reverse_remote_ip_address = __('Not found','wp-seopress');
1306
- if(isset($seopress_results_reverse['remoteIpAddress'])) {
1307
- $seopress_results_reverse_remote_ip_address = $seopress_results_reverse['remoteIpAddress'];
1308
- }
1309
 
1310
- $seopress_results_reverse_last_scrape = __('No scrape.','wp-seopress');
1311
- if(isset($seopress_results_reverse['lastScrape'])) {
1312
- $seopress_results_reverse_last_scrape = $seopress_results_reverse['lastScrape'];
1313
- }
 
1314
 
1315
- $seopress_results_reverse_domain_count = __('No domain found.','wp-seopress');
1316
- if(isset($seopress_results_reverse['domainCount'])) {
1317
- $seopress_results_reverse_domain_count = $seopress_results_reverse['domainCount'];
1318
- }
1319
 
1320
- $seopress_results_reverse_domain_array = '';
1321
- if(isset($seopress_results_reverse['domainArray'])) {
1322
- $seopress_results_reverse_domain_array = $seopress_results_reverse['domainArray'];
1323
- }
1324
-
1325
- echo '<p class="remote-ip"><strong>'.__('Server IP Address: ','wp-seopress').'</strong>'.$seopress_results_reverse_remote_ip_address.'</p>';
1326
-
1327
 
1328
- echo '<p class="last-scrape"><strong>'.__('Last scrape: ','wp-seopress').'</strong>'.$seopress_results_reverse_last_scrape.'</p>';
1329
- echo '<p class="domain-count"><strong>'.__('Number of websites on your server: ','wp-seopress').'</strong>'.$seopress_results_reverse_domain_count.'</p>';
1330
-
1331
- if ($seopress_results_reverse_domain_array !='') {
1332
- echo '<ul>';
1333
- foreach ($seopress_results_reverse_domain_array as $key => $value) {
1334
- echo '<li><span class="dashicons dashicons-minus"></span><a href="//'.preg_replace('#^https?://#', '', $value[0]).'" target="_blank">'.$value[0].'</a><span class="dashicons dashicons-external"></span></li>';
1335
- }
1336
- echo '</ul>';
 
 
 
 
 
 
 
 
 
1337
  }
1338
- }
1339
- ?>
1340
- <br>
1341
- <button id="seopress-reverse-submit" class="button button-primary" name="submit">
1342
- <?php _e('Get list','wp-seopress'); ?>
1343
- </button>
1344
 
1345
- <span id="spinner-reverse" class="spinner"></span>
1346
- </div>
1347
 
1348
- <!-- Alexa -->
1349
- <div class="widget widget-alexa">
1350
- <h3 class="widget-title"><span class="dashicons dashicons-chart-area"></span><?php _e('Check your Alexa Rank (Amazon index)','wp-seopress'); ?></h3>
1351
 
1352
- <?php
1353
- if ( get_transient( 'seopress_results_alexa_rank' ) !='' ) {
1354
- echo '<div class="wrap-alexa-rank">';
1355
- $seopress_results_alexa_rank = get_transient( 'seopress_results_alexa_rank' );
1356
-
1357
- $seopress_alexa_rank_xml = simplexml_load_string($seopress_results_alexa_rank);
1358
- $seopress_alexa_rank_reach = $seopress_alexa_rank_xml->SD->REACH['RANK'];
1359
- $seopress_alexa_rank_delta = $seopress_alexa_rank_xml->SD->RANK['DELTA'];
1360
- $seopress_alexa_rank_country = $seopress_alexa_rank_xml->SD->COUNTRY['NAME'];
1361
- $seopress_alexa_rank_country_rank = $seopress_alexa_rank_xml->SD->COUNTRY['RANK'];
1362
-
1363
- if ($seopress_alexa_rank_reach !='') {
1364
- echo '<span class="seopress_alexa_rank_reach">
1365
- <span class="highlight">'.__('Your Alexa Rank','wp-seopress').'</span>'
1366
- .$seopress_alexa_rank_reach.'
1367
- </span>';
1368
- }
1369
- if ($seopress_alexa_rank_delta !='') {
1370
-
1371
- $seopress_alexa_rank_delta_sign = substr($seopress_alexa_rank_delta, 0, 1);
1372
- $seopress_alexa_rank_delta_num = substr($seopress_alexa_rank_delta, 1, 9999);
1373
-
1374
- if ($seopress_alexa_rank_delta_sign =='+') {
1375
- $seopress_alexa_rank_delta_css = '<span class="plus"><span class="dashicons dashicons-plus"></span></span>';
1376
- } elseif ($seopress_alexa_rank_delta_sign =='-') {
1377
- $seopress_alexa_rank_delta_css = '<span class="minus"><span class="dashicons dashicons-minus"></span></span>';
1378
  }
 
 
 
 
 
 
 
 
 
 
1379
 
1380
- echo '<span class="seopress_alexa_rank_delta">
1381
- '.$seopress_alexa_rank_delta_css.$seopress_alexa_rank_delta_num.'
1382
- </span>';
1383
- }
1384
 
1385
- if ($seopress_alexa_rank_country !='') {
1386
- echo '<span class="seopress_alexa_rank_country">
1387
- <span class="highlight">'.__('Country Rank: ','wp-seopress').'</span>
1388
- '.$seopress_alexa_rank_country.'
1389
- </span>';
1390
- }
1391
- if ($seopress_alexa_rank_country_rank !='') {
1392
- echo '<span class="seopress_alexa_rank_country_rank"> - '.$seopress_alexa_rank_country_rank.'</span>';
1393
- }
1394
- echo '</div>';
1395
 
1396
- echo '<p><em>'._e('The lower, the best','wp-seopress').'</em></p>';
1397
- }
1398
- ?>
1399
 
1400
- <button id="seopress-request-alexa-rank" class="button-primary button" name="clear"><?php _e('Get Alexa Rank','wp-seopress'); ?></button>
1401
 
1402
- <span id="spinner-alexa" class="spinner"></span>
 
1403
  </div>
 
 
 
 
 
 
 
 
1404
  </div>
1405
- <?php } ?>
1406
- <div id="tab_seopress_links" class="seopress-tab seopress-useful-tools <?php if ($current_tab == 'tab_seopress_links') { echo 'active'; } ?>">
1407
- <ul>
1408
- <li><span class="dashicons dashicons-arrow-right-alt2"></span><a href="https://www.google.com/webmasters/tools/disavow-links-main" target="_blank"><?php _e('Upload a list of links to disavow to Google','wp-seopress'); ?></a><span class="dashicons dashicons-external"></span></li>
1409
- <li><span class="dashicons dashicons-arrow-right-alt2"></span><a href="https://trends.google.com/trends/" target="_blank"><?php _e('Google Trends','wp-seopress'); ?></a><span class="dashicons dashicons-external"></span></li>
1410
- <li><span class="dashicons dashicons-arrow-right-alt2"></span><a href="https://www.dareboost.com/en/home" target="_blank"><?php _e('Dareboost: Test, analyze and optimize your website','wp-seopress'); ?></a><span class="dashicons dashicons-external"></span></li>
1411
- <li><span class="dashicons dashicons-arrow-right-alt2"></span><a href="https://ga-dev-tools.appspot.com/campaign-url-builder/" target="_blank"><?php _e('Google Campaign URL Builder tool','wp-seopress'); ?></a><span class="dashicons dashicons-external"></span></li>
1412
- </ul>
1413
  </div>
1414
  </div>
1415
- </div>
1416
 
1417
  <div class="seopress-page-list">
1418
  <div id="seopress-notice-save" style="display: none"><span class="dashicons dashicons-yes"></span><span class="html"></span></div>
@@ -2794,6 +2834,14 @@ class seopress_options
2794
  'seopress_setting_section_google_analytics_features' // Section
2795
  );
2796
 
 
 
 
 
 
 
 
 
2797
  add_settings_field(
2798
  'seopress_google_analytics_other_tracking', // ID
2799
  __("Add an additional tracking code (like Facebook Pixel, Hotjar...)","wp-seopress"), // Title
@@ -3013,15 +3061,7 @@ class seopress_options
3013
  array( $this, 'seopress_advanced_advanced_tax_desc_editor_callback' ), // Callback
3014
  'seopress-settings-admin-advanced-advanced', // Page
3015
  'seopress_setting_section_advanced_advanced' // Section
3016
- );
3017
-
3018
- add_settings_field(
3019
- 'seopress_advanced_advanced_stop_words', // ID
3020
- __("Remove stop words from URL","wp-seopress"), // Title
3021
- array( $this, 'seopress_advanced_advanced_stop_words_callback' ), // Callback
3022
- 'seopress-settings-admin-advanced-advanced', // Page
3023
- 'seopress_setting_section_advanced_advanced' // Section
3024
- );
3025
 
3026
  add_settings_field(
3027
  'seopress_advanced_advanced_category_url', // ID
@@ -3299,7 +3339,7 @@ class seopress_options
3299
  public function sanitize( $input )
3300
  {
3301
 
3302
- $seopress_sanitize_fields = array('seopress_titles_sep','seopress_titles_home_site_title', 'seopress_titles_home_site_desc', 'seopress_titles_archives_author_title', 'seopress_titles_archives_author_desc', 'seopress_titles_archives_date_title', 'seopress_titles_archives_date_desc', 'seopress_titles_archives_search_title', 'seopress_titles_archives_search_desc', 'seopress_titles_archives_404_title', 'seopress_titles_archives_404_desc', 'seopress_xml_sitemap_html_exclude', 'seopress_social_knowledge_name', 'seopress_social_knowledge_img', 'seopress_social_knowledge_phone', 'seopress_social_accounts_facebook', 'seopress_social_accounts_twitter', 'seopress_social_accounts_pinterest', 'seopress_social_accounts_instagram', 'seopress_social_accounts_youtube', 'seopress_social_accounts_linkedin', 'seopress_social_accounts_myspace', 'seopress_social_accounts_soundcloud', 'seopress_social_accounts_tumblr', 'seopress_social_facebook_link_ownership_id', 'seopress_social_facebook_admin_id', 'seopress_social_facebook_app_id', 'seopress_google_analytics_ua', 'seopress_google_analytics_download_tracking','seopress_google_analytics_opt_out_msg', 'seopress_google_analytics_opt_out_msg_ok', 'seopress_google_analytics_other_tracking', 'seopress_google_analytics_optimize', 'seopress_google_analytics_cross_domain' );
3303
 
3304
  $seopress_sanitize_site_verification = array('seopress_advanced_advanced_google', 'seopress_advanced_advanced_bing', 'seopress_advanced_advanced_pinterest', 'seopress_advanced_advanced_yandex' );
3305
 
@@ -3451,7 +3491,7 @@ class seopress_options
3451
 
3452
  public function print_section_info_social_facebook()
3453
  {
3454
- print __('<p>Manage Open Graph datas.</p>', 'wp-seopress');
3455
 
3456
  echo __('<p>We generate the <strong>og:image</strong> meta following this order:</p>','wp-seopress');
3457
 
@@ -4849,7 +4889,7 @@ class seopress_options
4849
 
4850
  <input id="seopress_social_fb_img_upload" class="button" type="button" value="'.__('Upload an Image','wp-seopress').'" />';
4851
 
4852
- echo '<p class="description">'.__('Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max.', 'wp-seopress').'</p>';
4853
 
4854
  if (isset($this->options['seopress_social_facebook_img'])) {
4855
  esc_attr( $this->options['seopress_social_facebook_img']);
@@ -5117,6 +5157,15 @@ class seopress_options
5117
  echo '<p class="description">'.__('Google Optimize offers A/B testing, website testing & personalization tools.','wp-seopress').'<a href="https://marketingplatform.google.com/about/optimize/" target="_blank">'.__('Learn more','wp-seopress').'</a></p>';
5118
  }
5119
 
 
 
 
 
 
 
 
 
 
5120
  public function seopress_google_analytics_other_tracking_callback()
5121
  {
5122
  $check = isset($this->options['seopress_google_analytics_other_tracking']) ? $this->options['seopress_google_analytics_other_tracking'] : NULL;
@@ -5826,23 +5875,6 @@ class seopress_options
5826
  }
5827
  }
5828
 
5829
- public function seopress_advanced_advanced_stop_words_callback()
5830
- {
5831
- $options = get_option( 'seopress_advanced_option_name' );
5832
-
5833
- $check = isset($options['seopress_advanced_advanced_stop_words']);
5834
-
5835
- echo '<input id="seopress_advanced_advanced_stop_words" name="seopress_advanced_option_name[seopress_advanced_advanced_stop_words]" type="checkbox"';
5836
- if ('1' == $check) echo 'checked="yes"';
5837
- echo ' value="1"/>';
5838
-
5839
- echo '<label for="seopress_advanced_advanced_stop_words">'. __( 'Remove stop words in permalinks', 'wp-seopress' ) .'</label><span class="dashicons dashicons-info" title="'.__('Setting based on site language. Supported language EN, FR, ES, DE, IT, PT.','wp-seopress').'"></span>';
5840
-
5841
- if (isset($this->options['seopress_advanced_advanced_stop_words'])) {
5842
- esc_attr( $this->options['seopress_advanced_advanced_stop_words']);
5843
- }
5844
- }
5845
-
5846
  public function seopress_advanced_advanced_category_url_callback()
5847
  {
5848
  $options = get_option( 'seopress_advanced_option_name' );
648
  ?>
649
  <div class="seopress-option">
650
  <?php global $wp_version, $title;
651
+ $current_tab = '';
652
  $tag = version_compare( $wp_version, '4.4' ) >= 0 ? 'h1' : 'h2';
653
  echo '<'.$tag.'><span class="dashicons dashicons-admin-settings"></span>'.$title.'</'.$tag.'>';
654
  ?>
655
+ <div id="seopress-tabs" class="wrap">
656
+ <?php
657
+ $plugin_settings_tabs = array(
658
+ 'tab_seopress_tool_settings' => __( "Settings", "wp-seopress" ),
659
+ 'tab_seopress_tool_plugins' => __( "Plugins", "wp-seopress" ),
660
+ 'tab_seopress_tool_redirects' => __( "Redirections", "wp-seopress" ),
661
+ 'tab_seopress_tool_reset' => __( "Reset", "wp-seopress" ),
662
+ );
663
+
664
+ echo '<div class="nav-tab-wrapper">';
665
+ foreach ( $plugin_settings_tabs as $tab_key => $tab_caption ) {
666
+ echo '<a id="'. $tab_key .'-tab" class="nav-tab" href="?page=seopress-import-export#tab=' . $tab_key . '">' . $tab_caption . '</a>';
667
+ }
668
+ echo '</div>';
669
+ ?>
670
+ <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_tool_settings') { echo 'active'; } ?>" id="tab_seopress_tool_settings">
671
+ <div class="postbox section-tool">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
672
  <div class="inside">
673
+ <h3><span><?php _e( 'Export plugin settings', 'wp-seopress' ); ?></span></h3>
674
+ <p><?php _e( 'Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.', 'wp-seopress' ); ?></p>
675
+ <form method="post">
676
+ <p><input type="hidden" name="seopress_action" value="export_settings" /></p>
677
+ <p>
678
+ <?php wp_nonce_field( 'seopress_export_nonce', 'seopress_export_nonce' ); ?>
679
+ <?php submit_button( __( 'Export', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
680
+ </p>
681
+ </form>
682
+ </div><!-- .inside -->
683
+ </div><!-- .postbox -->
684
+
685
+ <div class="postbox section-tool">
686
+ <div class="inside">
687
+ <h3><span><?php _e( 'Import plugin settings', 'wp-seopress' ); ?></span></h3>
688
+ <p><?php _e( 'Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.', 'wp-seopress' ); ?></p>
689
  <form method="post" enctype="multipart/form-data">
690
  <p>
691
  <input type="file" name="import_file"/>
692
  </p>
693
  <p>
694
+ <input type="hidden" name="seopress_action" value="import_settings" />
695
+ <?php wp_nonce_field( 'seopress_import_nonce', 'seopress_import_nonce' ); ?>
696
  <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
697
+ <?php if(!empty($_GET["success"]) && htmlspecialchars($_GET["success"]) =='true') {
698
+ echo '<div class="log">'.__('Import completed!','wp-seopress').'</div>';
699
+ }; ?>
700
  </p>
701
  </form>
702
  </div><!-- .inside -->
703
  </div><!-- .postbox -->
704
+ </div>
705
+ <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_tool_plugins') { echo 'active'; } ?>" id="tab_seopress_tool_plugins">
706
+ <!-- Yoast import tool -->
707
+ <div id="yoast-migration-tool" class="postbox section-tool">
708
  <div class="inside">
709
+ <h3><span><?php _e( 'Import posts and terms metadata from Yoast', 'wp-seopress' ); ?></span></h3>
710
+ <p><?php _e( 'By clicking Migrate, we\'ll import:', 'wp-seopress' ); ?></p>
711
+ <ul>
712
+ <li><?php _e('Title tags','wp-seopress'); ?></li>
713
+ <li><?php _e('Meta description','wp-seopress'); ?></li>
714
+ <li><?php _e('Facebook Open Graph tags (title, description and image thumbnail)','wp-seopress'); ?></li>
715
+ <li><?php _e('Twitter tags (title, description and image thumbnail)','wp-seopress'); ?></li>
716
+ <li><?php _e('Meta Robots (noindex, nofollow...)','wp-seopress'); ?></li>
717
+ <li><?php _e('Canonical URL','wp-seopress'); ?></li>
718
+ <li><?php _e('Focus keywords','wp-seopress'); ?></li>
719
+ </ul>
720
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will delete / update all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any Yoast data.', 'wp-seopress' ); ?></p>
721
+ <button id="seopress-yoast-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
722
+ <span class="spinner"></span>
723
+ <div class="log"></div>
724
+ </div><!-- .inside -->
725
+ </div><!-- .postbox -->
726
+
727
+ <!-- All In One import tool -->
728
+ <div id="aio-migration-tool" class="postbox section-tool">
729
+ <div class="inside">
730
+ <h3><span><?php _e( 'Import posts and terms metadata from All In One SEO', 'wp-seopress' ); ?></span></h3>
731
+ <p><?php _e( 'By clicking Migrate, we\'ll import:', 'wp-seopress' ); ?></p>
732
+ <ul>
733
+ <li><?php _e('Title tags','wp-seopress'); ?></li>
734
+ <li><?php _e('Meta description','wp-seopress'); ?></li>
735
+ <li><?php _e('Facebook Open Graph tags (title, description and image thumbnail)','wp-seopress'); ?></li>
736
+ <li><?php _e('Twitter image thumbnail','wp-seopress'); ?></li>
737
+ <li><?php _e('Meta Robots (noindex, nofollow)','wp-seopress'); ?></li>
738
+ </ul>
739
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any AIO data.', 'wp-seopress' ); ?></p>
740
+ <button id="seopress-aio-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
741
+ <span class="spinner"></span>
742
+ <div class="log"></div>
743
+ </div><!-- .inside -->
744
+ </div><!-- .postbox -->
745
+
746
+ <!-- SEO Framework import tool -->
747
+ <div id="seo-framework-migration-tool" class="postbox section-tool">
748
+ <div class="inside">
749
+ <h3><span><?php _e( 'Import posts and terms metadata from The SEO Framework', 'wp-seopress' ); ?></span></h3>
750
+ <p><?php _e( 'By clicking Migrate, we\'ll import:', 'wp-seopress' ); ?></p>
751
+ <ul>
752
+ <li><?php _e('Title tags','wp-seopress'); ?></li>
753
+ <li><?php _e('Meta description','wp-seopress'); ?></li>
754
+ <li><?php _e('Facebook Open Graph tags (title, description and image thumbnail)','wp-seopress'); ?></li>
755
+ <li><?php _e('Twitter tags (title, description and image thumbnail)','wp-seopress'); ?></li>
756
+ <li><?php _e('Meta Robots (noindex, nofollow, noarchive)','wp-seopress'); ?></li>
757
+ <li><?php _e('Canonical URL','wp-seopress'); ?></li>
758
+ <li><?php _e('Redirect URL','wp-seopress'); ?></li>
759
+ </ul>
760
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any SEO Framework data.', 'wp-seopress' ); ?></p>
761
+ <button id="seopress-seo-framework-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
762
+ <span class="spinner"></span>
763
+ <div class="log"></div>
764
+ </div><!-- .inside -->
765
+ </div><!-- .postbox -->
766
+
767
+ <!-- RK import tool -->
768
+ <div id="rk-migration-tool" class="postbox section-tool">
769
+ <div class="inside">
770
+ <h3><span><?php _e( 'Import posts and terms metadata from Rank Math', 'wp-seopress' ); ?></span></h3>
771
+ <p><?php _e( 'By clicking Migrate, we\'ll import:', 'wp-seopress' ); ?></p>
772
+ <ul>
773
+ <li><?php _e('Title tags','wp-seopress'); ?></li>
774
+ <li><?php _e('Meta description','wp-seopress'); ?></li>
775
+ <li><?php _e('Facebook Open Graph tags (title, description and image thumbnail)','wp-seopress'); ?></li>
776
+ <li><?php _e('Twitter tags (title, description and image thumbnail)','wp-seopress'); ?></li>
777
+ <li><?php _e('Meta Robots (noindex, nofollow, noarchive, noimageindex)','wp-seopress'); ?></li>
778
+ <li><?php _e('Canonical URL','wp-seopress'); ?></li>
779
+ <li><?php _e('Focus keywords','wp-seopress'); ?></li>
780
+ </ul>
781
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Migration will update / delete all SEOPress posts and terms metadata. Some dynamic variables will not be interpreted. We do NOT delete any Rank Math data.', 'wp-seopress' ); ?></p>
782
+ <button id="seopress-rk-migrate" class="button"><?php _e('Migrate now','wp-seopress'); ?></button>
783
+ <span class="spinner"></span>
784
+ <div class="log"></div>
785
+ </div><!-- .inside -->
786
+ </div><!-- .postbox -->
787
+ </div>
788
+ <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_tool_redirects') { echo 'active'; } ?>" id="tab_seopress_tool_redirects">
789
+ <?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
790
+ <div id="section-import-redirects" class="postbox section-tool">
791
+ <div class="inside">
792
+ <h3><span><?php _e( 'Import Redirections', 'wp-seopress' ); ?></span></h3>
793
+ <p><?php _e( 'Import your own redirections from a .csv file (separator ";"). You must have 5 columns in this order: <ul><li>url to match (without your domain name), </li><li>url to redirect in absolute, </li><li>type of redirection (301, 302 or 307), </li><li>yes to enable the redirect (leave it empty to disable the redirect) </li><li>and the last one the query parameter ("exact_match" = Exact match with all parameters, "without_param" = Exclude all parameters or "with_ignored_param" = Exclude all parameters and pass them to the redirection).</li></ul>', 'wp-seopress' ); ?></p>
794
  <p>
795
+ <a href="https://www.seopress.org/wp-content/uploads/csv/seopress-redirections-example.csv" target="_blank">
796
+ <?php _e('Download a CSV example','wp-seopress'); ?>
797
+ </a>
798
  </p>
799
+ <form method="post" enctype="multipart/form-data">
800
+ <p>
801
+ <input type="file" name="import_file"/>
802
+ </p>
803
+ <p>
804
+ <input type="hidden" name="seopress_action" value="import_redirections_settings" />
805
+ <?php wp_nonce_field( 'seopress_import_redirections_nonce', 'seopress_import_redirections_nonce' ); ?>
806
+ <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
807
+ </p>
808
+ </form>
809
+ </div><!-- .inside -->
810
+ </div><!-- .postbox -->
811
+ <div id="section-import-redirects-plugin" class="postbox section-tool">
812
+ <div class="inside">
813
+ <h3><span><?php _e( 'Import Redirections from Redirections plugin', 'wp-seopress' ); ?></span></h3>
814
+ <p><?php _e( 'Import your own redirections from a .json file generated by the Redirections plugin. Note that we do not support certain options like regex. Make sure you don\'t have duplicates between your file and existing redirects to avoid conflicts.', 'wp-seopress' ); ?></p>
815
+ <form method="post" enctype="multipart/form-data">
816
+ <p>
817
+ <input type="file" name="import_file"/>
818
+ </p>
819
+ <p>
820
+ <input type="hidden" name="seopress_action" value="import_redirections_plugin_settings" />
821
+ <?php wp_nonce_field( 'seopress_import_redirections_plugin_nonce', 'seopress_import_redirections_plugin_nonce' ); ?>
822
+ <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
823
+ </p>
824
+ </form>
825
+ </div><!-- .inside -->
826
+ </div><!-- .postbox -->
827
+ <div id="section-import-yoast-redirects" class="postbox section-tool">
828
+ <div class="inside">
829
+ <h3><span><?php _e( 'Import Redirections from Yoast Premium', 'wp-seopress' ); ?></span></h3>
830
+ <p><?php _e( 'Import your own redirections from a .csv file generated by Yoast Premium. Note that we do not support certain options like regex. Make sure you don\'t have duplicates between your file and existing redirects to avoid conflicts.', 'wp-seopress' ); ?></p>
831
+ <form method="post" enctype="multipart/form-data">
832
+ <p>
833
+ <input type="file" name="import_file"/>
834
+ </p>
835
+ <p>
836
+ <input type="hidden" name="seopress_action" value="import_yoast_redirections" />
837
+ <?php wp_nonce_field( 'seopress_import_yoast_redirections_nonce', 'seopress_import_yoast_redirections_nonce' ); ?>
838
+ <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
839
+ </p>
840
+ </form>
841
+ </div><!-- .inside -->
842
+ </div><!-- .postbox -->
843
+ <div id="section-export-redirects" class="postbox section-tool">
844
+ <div class="inside">
845
+ <h3><span><?php _e( 'Export Redirections', 'wp-seopress' ); ?></span></h3>
846
+ <p><?php _e( 'Export all redirections for this site as a .csv file. This allows you to easily import the redirections into another site, to Excel / Google Sheets...', 'wp-seopress' ); ?></p>
847
+ <form method="post">
848
+ <p><input type="hidden" name="seopress_action" value="export_redirections" /></p>
849
+ <p>
850
+ <?php wp_nonce_field( 'seopress_export_redirections_nonce', 'seopress_export_redirections_nonce' ); ?>
851
+ <?php submit_button( __( 'Export', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
852
+ </p>
853
+ </form>
854
+ </div><!-- .inside -->
855
+ </div><!-- .postbox -->
856
+ <?php } ?>
857
+ </div>
858
+ <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_tool_reset') { echo 'active'; } ?>" id="tab_seopress_tool_reset">
859
+ <div class="postbox section-tool">
860
+ <div class="inside">
861
+ <h3><span><?php _e( 'Reset All Notices From Notifications Center', 'wp-seopress' ); ?></span></h3>
862
+ <p><?php _e( 'By clicking Reset Notices, all notices in the notifications center will be set to their initial status.', 'wp-seopress' ); ?></p>
863
+ <form method="post" enctype="multipart/form-data">
864
  <p>
865
+ <input type="hidden" name="seopress_action" value="reset_notices_settings" />
866
+ <?php wp_nonce_field( 'seopress_reset_notices_nonce', 'seopress_reset_notices_nonce' ); ?>
867
+ <?php submit_button( __( 'Reset notices', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
868
  </p>
869
  </form>
870
  </div><!-- .inside -->
871
  </div><!-- .postbox -->
872
+
873
+ <div class="postbox section-tool">
874
  <div class="inside">
875
+ <h3><span><?php _e( 'Reset All Settings', 'wp-seopress' ); ?></span></h3>
876
+ <p style="color:red"><span class="dashicons dashicons-warning"></span> <?php _e( '<strong>WARNING:</strong> Delete all options related to SEOPress in your database AND set settings to their default values.', 'wp-seopress' ); ?></p>
877
+ <form method="post" enctype="multipart/form-data">
878
  <p>
879
+ <input type="hidden" name="seopress_action" value="reset_settings" />
880
+ <?php wp_nonce_field( 'seopress_reset_nonce', 'seopress_reset_nonce' ); ?>
881
+ <?php submit_button( __( 'Reset settings', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
882
  </p>
883
  </form>
884
  </div><!-- .inside -->
885
  </div><!-- .postbox -->
886
+ </div>
887
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
888
  </div>
889
  <?php
890
  }
937
  }
938
  }
939
  ?>
940
+
941
+ <?php if (defined('SEOPRESS_WL_ADMIN_HEADER') && SEOPRESS_WL_ADMIN_HEADER === false) {
942
+ //do nothing
943
+ } else { ?>
944
+ <div id="seopress-admin-tabs" class="wrap">
945
+ <?php
946
+ if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
947
+ $dashboard_settings_tabs = array(
948
+ 'tab_seopress_notifications' => __( "Notifications Center", "wp-seopress" ),
949
+ 'tab_seopress_seo_tools' => __( "SEO Tools", "wp-seopress" ),
950
+ 'tab_seopress_links' => __( "Useful links", "wp-seopress" )
951
+ );
952
+ } else {
953
+ $dashboard_settings_tabs = array(
954
+ 'tab_seopress_notifications' => __( "Notifications Center", "wp-seopress" ),
955
+ 'tab_seopress_links' => __( "Useful links", "wp-seopress" )
956
+ );
957
+ }
958
 
959
+ if (seopress_advanced_appearance_notifications_option() !='') {
960
+ unset($dashboard_settings_tabs['tab_seopress_notifications']);
 
 
 
 
961
  }
962
+ if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
963
+ if (seopress_advanced_appearance_seo_tools_option() !='') {
964
+ unset($dashboard_settings_tabs['tab_seopress_seo_tools']);
965
+ }
966
+ }
967
+ if (seopress_advanced_appearance_useful_links_option() !='') {
968
+ unset($dashboard_settings_tabs['tab_seopress_links']);
969
+ }
970
+
971
+ echo '<div class="nav-tab-wrapper">';
972
+ foreach ( $dashboard_settings_tabs as $tab_key => $tab_caption ) {
973
+ echo '<a id="'. $tab_key .'-tab" class="nav-tab" href="?page=seopress-option#tab=' . $tab_key . '">' . $tab_caption . '</a>';
974
+ }
975
+ echo '</div>';
976
+ ?>
977
+
978
+ <div class="wrap-seopress-tab-content">
979
+ <?php if(seopress_advanced_appearance_notifications_option() !='1') { ?>
980
+ <div id="tab_seopress_notifications" class="seopress-tab <?php if ($current_tab == 'tab_seopress_notifications') { echo 'active'; } ?>">
981
+ <div id="seopress-notifications-center">
982
+ <?php
983
+ function seopress_get_hidden_notices_wizard_option() {
984
+ $seopress_get_hidden_notices_wizard_option = get_option("seopress_notices");
985
+ if ( ! empty ( $seopress_get_hidden_notices_wizard_option ) ) {
986
+ foreach ($seopress_get_hidden_notices_wizard_option as $key => $seopress_get_hidden_notices_wizard_value)
987
+ $options[$key] = $seopress_get_hidden_notices_wizard_value;
988
+ if (isset($seopress_get_hidden_notices_wizard_option['notice-wizard'])) {
989
+ return $seopress_get_hidden_notices_wizard_option['notice-wizard'];
990
+ }
991
+ }
992
  }
993
+ if(seopress_get_hidden_notices_wizard_option() =='1') {
994
+ //do nothing
995
+ } else { ?>
996
+ <div id="notice-wizard-alert" class="seopress-alert deleteable">
997
+ <p>
998
+ <span class="dashicons dashicons-warning"></span>
999
+ <strong><?php _e('Configure SEOPress in a few minutes thanks to our installation wizard','wp-seopress'); ?></strong>
1000
+ </p>
1001
+ <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-setup' ); ?>"><?php _e('Start the wizard','wp-seopress'); ?></a>
1002
+ <span name="notice-wizard" id="notice-wizard" class="dashicons dashicons-trash remove-notice" data-notice="notice-wizard"></span>
1003
+ </div>
1004
+ <?php }
1005
+ ?>
1006
+ <?php if (get_theme_support('title-tag') !='1') {
1007
+ function seopress_get_hidden_notices_title_tag_option() {
1008
+ $seopress_get_hidden_notices_title_tag_option = get_option("seopress_notices");
1009
+ if ( !empty ( $seopress_get_hidden_notices_title_tag_option ) ) {
1010
+ foreach ($seopress_get_hidden_notices_title_tag_option as $key => $seopress_get_hidden_notices_title_tag_value)
1011
+ $options[$key] = $seopress_get_hidden_notices_title_tag_value;
1012
+ if (isset($seopress_get_hidden_notices_title_tag_option['notice-title-tag'])) {
1013
+ return $seopress_get_hidden_notices_title_tag_option['notice-title-tag'];
1014
+ }
1015
+ }
1016
+ }
1017
+ if(seopress_get_hidden_notices_title_tag_option() =='1') {
1018
+ //do nothing
1019
+ } else { ?>
1020
+ <div id="notice-title-tag-alert" class="seopress-alert deleteable">
1021
+ <p>
1022
+ <span class="dashicons dashicons-warning"></span>
1023
+ <?php _e('Your theme doesn\'t use <strong>add_theme_support(\'title-tag\');</strong>','wp-seopress'); ?>
1024
+ <span class="impact high"><?php _e('High impact','wp-seopress'); ?></span>
1025
+
1026
+ </p>
1027
+
1028
+ <?php
1029
+ if (function_exists('seopress_get_locale')) {
1030
+ if (seopress_get_locale() =='fr') {
1031
+ $seopress_docs_link['support']['title-tag'] = 'https://www.seopress.org/fr/support/guides/resoudre-add_theme_support-manquant-dans-votre-theme/?utm_source=plugin&utm_medium=wp-admin&utm_campaign=seopress';
1032
+ } else {
1033
+ $seopress_docs_link['support']['title-tag'] = 'https://www.seopress.org/support/guides/fixing-missing-add_theme_support-in-your-theme/?utm_source=plugin&utm_medium=wp-admin&utm_campaign=seopress';
1034
+ }
1035
+ } ?>
1036
+ <?php echo '<a class="button-primary" href="'.$seopress_docs_link['support']['title-tag'].'" target="_blank">'.__('Learn more','wp-seopress').'</a>'; ?>
1037
+ <span name="notice-title-tag" id="notice-title-tag" class="dashicons dashicons-trash remove-notice" data-notice="notice-title-tag"></span>
1038
+ </div>
1039
+ <?php }
1040
+ } ?>
1041
+ <?php if (is_plugin_active('wordpress-seo/wp-seo.php') || is_plugin_active('wordpress-seo-premium/wp-seo-premium.php')) { ?>
1042
+ <div class="seopress-alert">
1043
  <p>
1044
  <span class="dashicons dashicons-warning"></span>
1045
+ <?php _e('We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to migrate all your posts metadata to SEOPress?','wp-seopress'); ?>
1046
  </p>
1047
+ <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export#yoast-migration-tool' ); ?>"><?php _e('Migrate!','wp-seopress'); ?></a>
 
1048
  </div>
1049
+ <?php } ?>
1050
+ <?php if (is_plugin_active('all-in-one-seo-pack/all_in_one_seo_pack.php')) { ?>
1051
+ <div class="seopress-alert">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1052
  <p>
1053
  <span class="dashicons dashicons-warning"></span>
1054
+ <?php _e('We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do you want to migrate all your posts metadata to SEOPress?','wp-seopress'); ?>
 
 
1055
  </p>
1056
+ <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export#aio-migration-tool' ); ?>"><?php _e('Migrate!','wp-seopress'); ?></a>
 
 
 
 
 
 
 
 
 
 
1057
  </div>
1058
+ <?php } ?>
1059
+ <?php if (is_plugin_active('seo-ultimate/seo-ultimate.php') || is_plugin_active('autodescription/autodescription.php') || is_plugin_active('squirrly-seo/squirrly.php') || is_plugin_active('premium-seo-pack/index.php') || is_plugin_active('wp-meta-seo/wp-meta-seo.php')) { ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1060
  <div class="seopress-alert">
1061
  <p>
1062
  <span class="dashicons dashicons-warning"></span>
1063
+ <?php _e('We notice that you use another SEO plugin. <br>Do not use multiple SEO plugins at once to avoid conflicts!','wp-seopress'); ?>
1064
  </p>
1065
  </div>
1066
+ <?php } ?>
 
 
1067
  <?php
1068
+ if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
1069
+ if (seopress_404_cleaning_option() == 1 && !wp_next_scheduled('seopress_404_cron_cleaning')) { ?>
1070
+ <div class="seopress-alert">
1071
+ <p>
1072
+ <span class="dashicons dashicons-warning"></span>
1073
+ <?php _e('You have enabled 404 cleaning BUT the scheduled task is not running. <br>To solve this, please disable and enable SEOPress PRO.','wp-seopress'); ?>
1074
+ </p>
1075
+ </div>
1076
+ <?php }
1077
+ } ?>
1078
+ <?php if (!is_ssl()) { ?>
1079
+ <?php
1080
+ function seopress_get_hidden_notices_ssl_option() {
1081
+ $seopress_get_hidden_notices_ssl_option = get_option("seopress_notices");
1082
+ if ( ! empty ( $seopress_get_hidden_notices_ssl_option ) ) {
1083
+ foreach ($seopress_get_hidden_notices_ssl_option as $key => $seopress_get_hidden_notices_ssl_value)
1084
+ $options[$key] = $seopress_get_hidden_notices_ssl_value;
1085
+ if (isset($seopress_get_hidden_notices_ssl_option['notice-ssl'])) {
1086
+ return $seopress_get_hidden_notices_ssl_option['notice-ssl'];
1087
+ }
1088
+ }
1089
  }
1090
+ if(seopress_get_hidden_notices_ssl_option() =='1') {
1091
+ //do nothing
1092
+ } else { ?>
1093
+ <div id="notice-ssl-alert" class="seopress-alert deleteable">
1094
+ <p>
1095
+ <span class="dashicons dashicons-warning"></span>
1096
+ <?php _e('Your site doesn\'t use an SSL certificate!','wp-seopress'); ?>
1097
+ <a href="https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html" target="_blank"><?php _e('Learn more','wp-seopress'); ?></a>
1098
+ <span class="impact low"><?php _e('Low impact','wp-seopress'); ?></span>
1099
+ </p>
1100
+ <a class="button-primary" href="https://www.namecheap.com/?aff=105841" target="_blank"><?php _e('Buy an SSL!','wp-seopress'); ?></a>
1101
+ <span name="notice-ssl" id="notice-ssl" class="dashicons dashicons-trash remove-notice" data-notice="notice-ssl"></span>
1102
+ </div>
1103
+ <?php }
1104
+ ?>
1105
+ <?php } ?>
1106
+ <?php if (get_option('blog_public') !='1') { ?>
1107
+ <div class="seopress-alert">
1108
  <p>
1109
  <span class="dashicons dashicons-warning"></span>
1110
+ <?php _e('Your site is not visible to Search Engines!','wp-seopress'); ?>
1111
+ <span class="impact high"><?php _e('High impact','wp-seopress'); ?></span>
 
1112
  </p>
1113
+ <a class="button-primary" href="<?php echo admin_url( 'options-reading.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
 
1114
  </div>
1115
+ <?php } ?>
1116
+ <?php if (get_option('blogname') =='') { ?>
1117
+ <div class="seopress-alert">
1118
+ <p>
1119
+ <span class="dashicons dashicons-warning"></span>
1120
+ <?php _e('Your site title is empty!','wp-seopress'); ?>
1121
+ <span class="impact high"><?php _e('High impact','wp-seopress'); ?></span>
1122
+ </p>
1123
+ <a class="button-primary" href="<?php echo admin_url( 'options-general.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1124
+ </div>
1125
+ <?php } ?>
1126
+ <?php if (get_option('permalink_structure') =='') { ?>
1127
+ <div class="seopress-alert">
1128
+ <p>
1129
+ <span class="dashicons dashicons-warning"></span>
1130
+ <?php _e('Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this.','wp-seopress'); ?>
1131
+ <span class="impact high"><?php _e('High impact','wp-seopress'); ?></span>
1132
+ </p>
1133
+ <a class="button-primary" href="<?php echo admin_url( 'options-permalink.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1134
+ </div>
1135
+ <?php } ?>
1136
+ <?php
1137
+ if(get_option('rss_use_excerpt') =='0') {
1138
+ function seopress_get_hidden_notices_rss_use_excerpt_option() {
1139
+ $seopress_get_hidden_notices_rss_use_excerpt_option = get_option("seopress_notices");
1140
+ if ( ! empty ( $seopress_get_hidden_notices_rss_use_excerpt_option ) ) {
1141
+ foreach ($seopress_get_hidden_notices_rss_use_excerpt_option as $key => $seopress_get_hidden_notices_rss_use_excerpt_value)
1142
+ $options[$key] = $seopress_get_hidden_notices_rss_use_excerpt_value;
1143
+ if (isset($seopress_get_hidden_notices_rss_use_excerpt_option['notice-rss-use-excerpt'])) {
1144
+ return $seopress_get_hidden_notices_rss_use_excerpt_option['notice-rss-use-excerpt'];
1145
+ }
1146
+ }
1147
+ }
1148
+ if(seopress_get_hidden_notices_rss_use_excerpt_option() =='1') {
1149
+ //do nothing
1150
+ } else { ?>
1151
+ <div id="notice-rss-use-excerpt-alert" class="seopress-alert deleteable">
1152
+ <p>
1153
+ <span class="dashicons dashicons-warning"></span>
1154
+ <?php _e('Your RSS feed shows full text!','wp-seopress'); ?>
1155
+ <span class="impact medium"><?php _e('Medium impact','wp-seopress'); ?></span>
1156
+ </p>
1157
+ <a class="button-primary" href="<?php echo admin_url( 'options-reading.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1158
+ <span name="notice-rss-use-excerpt" id="notice-rss-use-excerpt" class="dashicons dashicons-trash remove-notice" data-notice="notice-rss-use-excerpt"></span>
1159
+ </div>
1160
+ <?php }
1161
+ }
1162
+ ?>
1163
+ <?php
1164
+ function seopress_get_hidden_notices_review_option() {
1165
+ $seopress_get_hidden_notices_review_option = get_option("seopress_notices");
1166
+ if ( ! empty ( $seopress_get_hidden_notices_review_option ) ) {
1167
+ foreach ($seopress_get_hidden_notices_review_option as $key => $seopress_get_hidden_notices_review_value)
1168
+ $options[$key] = $seopress_get_hidden_notices_review_value;
1169
+ if (isset($seopress_get_hidden_notices_review_option['notice-review'])) {
1170
+ return $seopress_get_hidden_notices_review_option['notice-review'];
1171
  }
1172
  }
1173
  }
1174
+ if(seopress_get_hidden_notices_review_option() =='1') {
1175
  //do nothing
1176
  } else { ?>
1177
+ <div id="notice-review-alert" class="seopress-alert deleteable">
1178
  <p>
1179
  <span class="dashicons dashicons-warning"></span>
1180
+ <?php _e('You like SEOPress? Please help us by rating us 5 stars!','wp-seopress'); ?>
 
1181
  </p>
1182
+ <a class="button-primary" href="https://wordpress.org/support/view/plugin-reviews/wp-seopress?rate=5#postform" target="_blank"><?php _e('Rate us!','wp-seopress'); ?></a>
1183
+ <span name="notice-review" id="notice-review" class="dashicons dashicons-trash remove-notice" data-notice="notice-review"></span>
1184
  </div>
1185
  <?php }
1186
+
1187
+ ?>
1188
+ <?php
1189
+ if(get_option('page_comments') =='1') {
1190
+ function seopress_get_hidden_notices_divide_comments_option() {
1191
+ $seopress_get_hidden_notices_divide_comments_option = get_option("seopress_notices");
1192
+ if ( ! empty ( $seopress_get_hidden_notices_divide_comments_option ) ) {
1193
+ foreach ($seopress_get_hidden_notices_divide_comments_option as $key => $seopress_get_hidden_notices_divide_comments_value)
1194
+ $options[$key] = $seopress_get_hidden_notices_divide_comments_value;
1195
+ if (isset($seopress_get_hidden_notices_divide_comments_option['notice-divide-comments'])) {
1196
+ return $seopress_get_hidden_notices_divide_comments_option['notice-divide-comments'];
1197
+ }
1198
  }
1199
+ }
1200
+ if(seopress_get_hidden_notices_divide_comments_option() =='1') {
1201
+ //do nothing
1202
+ } else { ?>
1203
+ <div id="notice-divide-comments-alert" class="seopress-alert deleteable">
1204
+ <p>
1205
+ <span class="dashicons dashicons-warning"></span>
1206
+ <?php _e('Break comments into pages is ON!','wp-seopress'); ?>
1207
+ <span class="impact high"><?php _e('Huge impact','wp-seopress'); ?></span>
1208
+ </p>
1209
+ <a class="button-primary" href="<?php echo admin_url( 'options-discussion.php' ); ?>"><?php _e('Disable this!','wp-seopress'); ?></a>
1210
+ <span name="notice-divide-comments" id="notice-divide-comments" class="dashicons dashicons-trash remove-notice" data-notice="notice-divide-comments"></span>
1211
+ </div>
1212
+ <?php }
1213
  }
1214
+ ?>
1215
+ <?php
1216
+ if(get_option('posts_per_page') < '16') {
1217
+ function seopress_get_hidden_notices_posts_number_option() {
1218
+ $seopress_get_hidden_notices_posts_number_option = get_option("seopress_notices");
1219
+ if ( ! empty ( $seopress_get_hidden_notices_posts_number_option ) ) {
1220
+ foreach ($seopress_get_hidden_notices_posts_number_option as $key => $seopress_get_hidden_notices_posts_number_value)
1221
+ $options[$key] = $seopress_get_hidden_notices_posts_number_value;
1222
+ if (isset($seopress_get_hidden_notices_posts_number_option['notice-posts-number'])) {
1223
+ return $seopress_get_hidden_notices_posts_number_option['notice-posts-number'];
1224
+ }
1225
+ }
1226
+ }
1227
+ if(seopress_get_hidden_notices_posts_number_option() =='1') {
1228
+ //do nothing
1229
+ } else { ?>
1230
+ <div id="notice-posts-number-alert" class="seopress-alert deleteable">
1231
+ <p>
1232
+ <span class="dashicons dashicons-warning"></span>
1233
+ <?php _e('Display more posts per page on homepage and archives','wp-seopress'); ?>
1234
+ <span class="impact medium"><?php _e('Medium impact','wp-seopress'); ?></span>
1235
+ </p>
1236
+ <a class="button-primary" href="<?php echo admin_url( 'options-reading.php' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
1237
+ <span name="notice-posts-number" id="notice-posts-number" class="dashicons dashicons-trash remove-notice" data-notice="notice-posts-number"></span>
1238
+ </div>
1239
+ <?php }
1240
+ }
1241
+ ?>
1242
+ <?php if (seopress_xml_sitemap_general_enable_option() !='1') { ?>
1243
+ <div class="seopress-alert">
1244
  <p>
1245
  <span class="dashicons dashicons-warning"></span>
1246
+ <?php _e('You don\'t have an XML Sitemap!','wp-seopress'); ?>
1247
+ <span class="impact medium"><?php _e('Medium impact','wp-seopress'); ?></span>
1248
  </p>
1249
+ <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-xml-sitemap' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
 
1250
  </div>
1251
+ <?php } ?>
1252
+
1253
+ <?php
1254
+ function seopress_get_hidden_notices_google_business_option() {
1255
+ $seopress_get_hidden_notices_google_business_option = get_option("seopress_notices");
1256
+ if ( ! empty ( $seopress_get_hidden_notices_google_business_option ) ) {
1257
+ foreach ($seopress_get_hidden_notices_google_business_option as $key => $seopress_get_hidden_notices_google_business_value)
1258
+ $options[$key] = $seopress_get_hidden_notices_google_business_value;
1259
+ if (isset($seopress_get_hidden_notices_google_business_option['notice-google-business'])) {
1260
+ return $seopress_get_hidden_notices_google_business_option['notice-google-business'];
1261
+ }
 
 
1262
  }
1263
  }
1264
+ if(seopress_get_hidden_notices_google_business_option() =='1') {
1265
  //do nothing
1266
  } else { ?>
1267
+ <div id="notice-google-business-alert" class="seopress-alert deleteable">
1268
  <p>
1269
  <span class="dashicons dashicons-warning"></span>
1270
+ <?php _e('Do you have a Google My Business page? It\'s free!','wp-seopress'); ?>
1271
  <span class="impact high"><?php _e('Huge impact','wp-seopress'); ?></span>
1272
  </p>
1273
+ <a class="button-primary" href="https://www.google.com/business/go/" target="_blank"><?php _e('Create your page now!','wp-seopress'); ?></a>
1274
+ <span name="notice-google-business" id="notice-google-business" class="dashicons dashicons-trash remove-notice" data-notice="notice-google-business"></span>
1275
  </div>
1276
  <?php }
1277
+ ?>
1278
+
1279
+ <?php
1280
+ function seopress_get_hidden_notices_search_console_option() {
1281
+ $seopress_get_hidden_notices_search_console_option = get_option("seopress_notices");
1282
+ if ( ! empty ( $seopress_get_hidden_notices_search_console_option ) ) {
1283
+ foreach ($seopress_get_hidden_notices_search_console_option as $key => $seopress_get_hidden_notices_search_console_value)
1284
+ $options[$key] = $seopress_get_hidden_notices_search_console_value;
1285
+ if (isset($seopress_get_hidden_notices_search_console_option['notice-search-console'])) {
1286
+ return $seopress_get_hidden_notices_search_console_option['notice-search-console'];
1287
+ }
1288
+ }
1289
+ }
1290
+ function seopress_get_google_site_verification_option() {
1291
+ $seopress_get_google_site_verification_option = get_option("seopress_advanced_option_name");
1292
+ if ( ! empty ( $seopress_get_google_site_verification_option ) ) {
1293
+ foreach ($seopress_get_google_site_verification_option as $key => $seopress_get_google_site_verification_value)
1294
+ $options[$key] = $seopress_get_google_site_verification_value;
1295
+ if (isset($seopress_get_google_site_verification_option['seopress_advanced_advanced_google'])) {
1296
+ return $seopress_get_google_site_verification_option['seopress_advanced_advanced_google'];
1297
+ }
1298
  }
1299
  }
1300
+ if(seopress_get_hidden_notices_search_console_option() =='1') {
1301
  //do nothing
1302
+ } elseif(seopress_get_google_site_verification_option() =='') { ?>
1303
+ <div id="notice-search-console-alert" class="seopress-alert deleteable">
1304
  <p>
1305
  <span class="dashicons dashicons-warning"></span>
1306
+ <?php _e('Add your site to Google. It\'s free!','wp-seopress'); ?>
1307
+ <span class="impact high"><?php _e('Huge impact','wp-seopress'); ?></span>
1308
  </p>
1309
+ <a class="button-primary" href="https://www.google.com/webmasters/tools/home" target="_blank"><?php _e('Add your site to Search Console!','wp-seopress'); ?></a>
1310
+ <span name="notice-search-console" id="notice-search-console" class="dashicons dashicons-trash remove-notice" data-notice="notice-search-console"></span>
1311
  </div>
1312
  <?php }
1313
+ ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1314
 
1315
+ <?php if (get_option( 'seopress_pro_license_status' ) !='valid' && is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
1316
+ <div class="seopress-alert">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1317
  <p>
1318
  <span class="dashicons dashicons-warning"></span>
1319
+ <?php _e('You have to enter your licence key to get updates and support','wp-seopress'); ?>
1320
+ <span class="impact high info"><?php _e('License','wp-seopress'); ?></span>
1321
  </p>
1322
+ <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-license' ); ?>"><?php _e('Fix this!','wp-seopress'); ?></a>
 
1323
  </div>
1324
+ <?php } ?>
1325
+ </div><!--#seopress-notifications-center-->
1326
+
1327
+ </div>
1328
+ <?php } ?>
1329
 
1330
+ <?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
1331
+ <div id="tab_seopress_seo_tools" class="seopress-tab seopress-useful-tools <?php if ($current_tab == 'tab_seopress_seo_tools') { echo 'active'; } ?>">
 
 
 
 
 
 
 
 
 
1332
 
1333
+ <!-- Reverse -->
1334
+ <div class="widget widget-reverse">
1335
+ <h3 class="widget-title"><span class="dashicons dashicons-welcome-view-site"></span><?php _e('Check websites setup on your server','wp-seopress'); ?></h3>
 
 
 
 
 
 
1336
 
1337
+ <p>
1338
+ <?php
1339
+ if ( get_transient( 'seopress_results_reverse' ) !='' ) {
 
 
1340
 
1341
+ $seopress_results_reverse = (array)json_decode(get_transient( 'seopress_results_reverse' ));
 
 
 
 
1342
 
1343
+ //Init
1344
+ $seopress_results_reverse_remote_ip_address = __('Not found','wp-seopress');
1345
+ if(isset($seopress_results_reverse['remoteIpAddress'])) {
1346
+ $seopress_results_reverse_remote_ip_address = $seopress_results_reverse['remoteIpAddress'];
1347
+ }
1348
 
1349
+ $seopress_results_reverse_last_scrape = __('No scrape.','wp-seopress');
1350
+ if(isset($seopress_results_reverse['lastScrape'])) {
1351
+ $seopress_results_reverse_last_scrape = $seopress_results_reverse['lastScrape'];
1352
+ }
1353
 
1354
+ $seopress_results_reverse_domain_count = __('No domain found.','wp-seopress');
1355
+ if(isset($seopress_results_reverse['domainCount'])) {
1356
+ $seopress_results_reverse_domain_count = $seopress_results_reverse['domainCount'];
1357
+ }
 
 
 
1358
 
1359
+ $seopress_results_reverse_domain_array = '';
1360
+ if(isset($seopress_results_reverse['domainArray'])) {
1361
+ $seopress_results_reverse_domain_array = $seopress_results_reverse['domainArray'];
1362
+ }
1363
+
1364
+ echo '<p class="remote-ip"><strong>'.__('Server IP Address: ','wp-seopress').'</strong>'.$seopress_results_reverse_remote_ip_address.'</p>';
1365
+
1366
+
1367
+ echo '<p class="last-scrape"><strong>'.__('Last scrape: ','wp-seopress').'</strong>'.$seopress_results_reverse_last_scrape.'</p>';
1368
+ echo '<p class="domain-count"><strong>'.__('Number of websites on your server: ','wp-seopress').'</strong>'.$seopress_results_reverse_domain_count.'</p>';
1369
+
1370
+ if ($seopress_results_reverse_domain_array !='') {
1371
+ echo '<ul>';
1372
+ foreach ($seopress_results_reverse_domain_array as $key => $value) {
1373
+ echo '<li><span class="dashicons dashicons-minus"></span><a href="//'.preg_replace('#^https?://#', '', $value[0]).'" target="_blank">'.$value[0].'</a><span class="dashicons dashicons-external"></span></li>';
1374
+ }
1375
+ echo '</ul>';
1376
+ }
1377
  }
1378
+ ?>
1379
+ <br>
1380
+ <button id="seopress-reverse-submit" class="button button-primary" name="submit">
1381
+ <?php _e('Get list','wp-seopress'); ?>
1382
+ </button>
 
1383
 
1384
+ <span id="spinner-reverse" class="spinner"></span>
1385
+ </div>
1386
 
1387
+ <!-- Alexa -->
1388
+ <div class="widget widget-alexa">
1389
+ <h3 class="widget-title"><span class="dashicons dashicons-chart-area"></span><?php _e('Check your Alexa Rank (Amazon index)','wp-seopress'); ?></h3>
1390
 
1391
+ <?php
1392
+ if ( get_transient( 'seopress_results_alexa_rank' ) !='' ) {
1393
+ echo '<div class="wrap-alexa-rank">';
1394
+ $seopress_results_alexa_rank = get_transient( 'seopress_results_alexa_rank' );
1395
+
1396
+ $seopress_alexa_rank_xml = simplexml_load_string($seopress_results_alexa_rank);
1397
+ $seopress_alexa_rank_reach = $seopress_alexa_rank_xml->SD->REACH['RANK'];
1398
+ $seopress_alexa_rank_delta = $seopress_alexa_rank_xml->SD->RANK['DELTA'];
1399
+ $seopress_alexa_rank_country = $seopress_alexa_rank_xml->SD->COUNTRY['NAME'];
1400
+ $seopress_alexa_rank_country_rank = $seopress_alexa_rank_xml->SD->COUNTRY['RANK'];
1401
+
1402
+ if ($seopress_alexa_rank_reach !='') {
1403
+ echo '<span class="seopress_alexa_rank_reach">
1404
+ <span class="highlight">'.__('Your Alexa Rank','wp-seopress').'</span>'
1405
+ .$seopress_alexa_rank_reach.'
1406
+ </span>';
 
 
 
 
 
 
 
 
 
 
1407
  }
1408
+ if ($seopress_alexa_rank_delta !='') {
1409
+
1410
+ $seopress_alexa_rank_delta_sign = substr($seopress_alexa_rank_delta, 0, 1);
1411
+ $seopress_alexa_rank_delta_num = substr($seopress_alexa_rank_delta, 1, 9999);
1412
+
1413
+ if ($seopress_alexa_rank_delta_sign =='+') {
1414
+ $seopress_alexa_rank_delta_css = '<span class="plus"><span class="dashicons dashicons-plus"></span></span>';
1415
+ } elseif ($seopress_alexa_rank_delta_sign =='-') {
1416
+ $seopress_alexa_rank_delta_css = '<span class="minus"><span class="dashicons dashicons-minus"></span></span>';
1417
+ }
1418
 
1419
+ echo '<span class="seopress_alexa_rank_delta">
1420
+ '.$seopress_alexa_rank_delta_css.$seopress_alexa_rank_delta_num.'
1421
+ </span>';
1422
+ }
1423
 
1424
+ if ($seopress_alexa_rank_country !='') {
1425
+ echo '<span class="seopress_alexa_rank_country">
1426
+ <span class="highlight">'.__('Country Rank: ','wp-seopress').'</span>
1427
+ '.$seopress_alexa_rank_country.'
1428
+ </span>';
1429
+ }
1430
+ if ($seopress_alexa_rank_country_rank !='') {
1431
+ echo '<span class="seopress_alexa_rank_country_rank"> - '.$seopress_alexa_rank_country_rank.'</span>';
1432
+ }
1433
+ echo '</div>';
1434
 
1435
+ echo '<p><em>'._e('The lower, the best','wp-seopress').'</em></p>';
1436
+ }
1437
+ ?>
1438
 
1439
+ <button id="seopress-request-alexa-rank" class="button-primary button" name="clear"><?php _e('Get Alexa Rank','wp-seopress'); ?></button>
1440
 
1441
+ <span id="spinner-alexa" class="spinner"></span>
1442
+ </div>
1443
  </div>
1444
+ <?php } ?>
1445
+ <div id="tab_seopress_links" class="seopress-tab seopress-useful-tools <?php if ($current_tab == 'tab_seopress_links') { echo 'active'; } ?>">
1446
+ <ul>
1447
+ <li><span class="dashicons dashicons-arrow-right-alt2"></span><a href="https://www.google.com/webmasters/tools/disavow-links-main" target="_blank"><?php _e('Upload a list of links to disavow to Google','wp-seopress'); ?></a><span class="dashicons dashicons-external"></span></li>
1448
+ <li><span class="dashicons dashicons-arrow-right-alt2"></span><a href="https://trends.google.com/trends/" target="_blank"><?php _e('Google Trends','wp-seopress'); ?></a><span class="dashicons dashicons-external"></span></li>
1449
+ <li><span class="dashicons dashicons-arrow-right-alt2"></span><a href="https://www.dareboost.com/en/home" target="_blank"><?php _e('Dareboost: Test, analyze and optimize your website','wp-seopress'); ?></a><span class="dashicons dashicons-external"></span></li>
1450
+ <li><span class="dashicons dashicons-arrow-right-alt2"></span><a href="https://ga-dev-tools.appspot.com/campaign-url-builder/" target="_blank"><?php _e('Google Campaign URL Builder tool','wp-seopress'); ?></a><span class="dashicons dashicons-external"></span></li>
1451
+ </ul>
1452
  </div>
 
 
 
 
 
 
 
 
1453
  </div>
1454
  </div>
1455
+ <?php } ?>
1456
 
1457
  <div class="seopress-page-list">
1458
  <div id="seopress-notice-save" style="display: none"><span class="dashicons dashicons-yes"></span><span class="html"></span></div>
2834
  'seopress_setting_section_google_analytics_features' // Section
2835
  );
2836
 
2837
+ add_settings_field(
2838
+ 'seopress_google_analytics_ads', // ID
2839
+ __("Enable Google Ads","wp-seopress"), // Title
2840
+ array( $this, 'seopress_google_analytics_ads_callback' ), // Callback
2841
+ 'seopress-settings-admin-google-analytics-features', // Page
2842
+ 'seopress_setting_section_google_analytics_features' // Section
2843
+ );
2844
+
2845
  add_settings_field(
2846
  'seopress_google_analytics_other_tracking', // ID
2847
  __("Add an additional tracking code (like Facebook Pixel, Hotjar...)","wp-seopress"), // Title
3061
  array( $this, 'seopress_advanced_advanced_tax_desc_editor_callback' ), // Callback
3062
  'seopress-settings-admin-advanced-advanced', // Page
3063
  'seopress_setting_section_advanced_advanced' // Section
3064
+ );
 
 
 
 
 
 
 
 
3065
 
3066
  add_settings_field(
3067
  'seopress_advanced_advanced_category_url', // ID
3339
  public function sanitize( $input )
3340
  {
3341
 
3342
+ $seopress_sanitize_fields = array('seopress_titles_sep','seopress_titles_home_site_title', 'seopress_titles_home_site_desc', 'seopress_titles_archives_author_title', 'seopress_titles_archives_author_desc', 'seopress_titles_archives_date_title', 'seopress_titles_archives_date_desc', 'seopress_titles_archives_search_title', 'seopress_titles_archives_search_desc', 'seopress_titles_archives_404_title', 'seopress_titles_archives_404_desc', 'seopress_xml_sitemap_html_exclude', 'seopress_social_knowledge_name', 'seopress_social_knowledge_img', 'seopress_social_knowledge_phone', 'seopress_social_accounts_facebook', 'seopress_social_accounts_twitter', 'seopress_social_accounts_pinterest', 'seopress_social_accounts_instagram', 'seopress_social_accounts_youtube', 'seopress_social_accounts_linkedin', 'seopress_social_accounts_myspace', 'seopress_social_accounts_soundcloud', 'seopress_social_accounts_tumblr', 'seopress_social_facebook_link_ownership_id', 'seopress_social_facebook_admin_id', 'seopress_social_facebook_app_id', 'seopress_google_analytics_ua', 'seopress_google_analytics_download_tracking','seopress_google_analytics_opt_out_msg', 'seopress_google_analytics_opt_out_msg_ok', 'seopress_google_analytics_other_tracking', 'seopress_google_analytics_optimize', 'seopress_google_analytics_ads','seopress_google_analytics_cross_domain' );
3343
 
3344
  $seopress_sanitize_site_verification = array('seopress_advanced_advanced_google', 'seopress_advanced_advanced_bing', 'seopress_advanced_advanced_pinterest', 'seopress_advanced_advanced_yandex' );
3345
 
3491
 
3492
  public function print_section_info_social_facebook()
3493
  {
3494
+ print __('<p>Manage Open Graph data.</p>', 'wp-seopress');
3495
 
3496
  echo __('<p>We generate the <strong>og:image</strong> meta following this order:</p>','wp-seopress');
3497
 
4889
 
4890
  <input id="seopress_social_fb_img_upload" class="button" type="button" value="'.__('Upload an Image','wp-seopress').'" />';
4891
 
4892
+ echo '<p class="description">'.__('Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)', 'wp-seopress').'</p>';
4893
 
4894
  if (isset($this->options['seopress_social_facebook_img'])) {
4895
  esc_attr( $this->options['seopress_social_facebook_img']);
5157
  echo '<p class="description">'.__('Google Optimize offers A/B testing, website testing & personalization tools.','wp-seopress').'<a href="https://marketingplatform.google.com/about/optimize/" target="_blank">'.__('Learn more','wp-seopress').'</a></p>';
5158
  }
5159
 
5160
+ public function seopress_google_analytics_ads_callback()
5161
+ {
5162
+ $check = isset($this->options['seopress_google_analytics_ads']) ? $this->options['seopress_google_analytics_ads'] : NULL;
5163
+
5164
+ printf(
5165
+ '<input type="text" name="seopress_google_analytics_option_name[seopress_google_analytics_ads]" placeholder="'.esc_html__('Enter your Google Ads conversion ID (eg: AW-123456789','wp-seopress').'" value="%s" aria-label="'.__('AW-XXXXXXXXX','wp-seopress').'"/>',
5166
+ esc_html($check));
5167
+ }
5168
+
5169
  public function seopress_google_analytics_other_tracking_callback()
5170
  {
5171
  $check = isset($this->options['seopress_google_analytics_other_tracking']) ? $this->options['seopress_google_analytics_other_tracking'] : NULL;
5875
  }
5876
  }
5877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5878
  public function seopress_advanced_advanced_category_url_callback()
5879
  {
5880
  $options = get_option( 'seopress_advanced_option_name' );
inc/admin/ajax.php CHANGED
@@ -114,7 +114,6 @@ function seopress_do_real_preview() {
114
  }
115
  }
116
  }
117
-
118
 
119
  //Meta desc
120
  $meta_description = $xpath->query('//meta[@name="description"]/@content');
114
  }
115
  }
116
  }
 
117
 
118
  //Meta desc
119
  $meta_description = $xpath->query('//meta[@name="description"]/@content');
inc/functions/options-advanced-admin-sw.php DELETED
@@ -1,182 +0,0 @@
1
- <?php
2
- defined( 'ABSPATH' ) or die( 'Please don&rsquo;t call the plugin directly. Thanks :)' );
3
-
4
- //MANDATORY for using is_plugin_active
5
- include_once(ABSPATH.'wp-admin/includes/plugin.php');
6
-
7
- //Advanced
8
- //=================================================================================================
9
- //Stop words
10
- function seopress_advanced_advanced_stop_words_option() {
11
- $seopress_advanced_advanced_stop_words_option = get_option("seopress_advanced_option_name");
12
- if ( ! empty ( $seopress_advanced_advanced_stop_words_option ) ) {
13
- foreach ($seopress_advanced_advanced_stop_words_option as $key => $seopress_advanced_advanced_stop_words_value)
14
- $options[$key] = $seopress_advanced_advanced_stop_words_value;
15
- if (isset($seopress_advanced_advanced_stop_words_option['seopress_advanced_advanced_stop_words'])) {
16
- return $seopress_advanced_advanced_stop_words_option['seopress_advanced_advanced_stop_words'];
17
- }
18
- }
19
- }
20
-
21
- if (seopress_advanced_advanced_stop_words_option() !='') {
22
- global $pagenow;
23
- if ( $pagenow == 'post-new.php' || $pagenow == 'post.php') {
24
-
25
- function seopress_advanced_advanced_stop_words_hook($slug) {
26
- global $post;
27
- if (get_post_meta($post->ID, 'seopress_sw_done', true) == true) {
28
- return $slug;
29
- }
30
-
31
- if ( 'draft' === get_post_status($post->ID) ) {
32
- return $slug;
33
- }
34
-
35
- $stop_words_list_en = 'a,about,above,after,again,against,all,am,an,and,any,are,aren\'t,as,at,be,because,been,before,being,below,between,both,but,by,can\'t,cannot,could,couldn\'t,did,didn\'t,do,does,doesn\'t,doing,don\'t,down,during,each,few,for,from,further,had,hadn\'t,has,hasn\'t,have,haven\'t,having,he,he\'d,he\'ll,he\'s,her,here,here\'s,hers,herself,him,himself,his,how,how\'s,i,i\'d,,i\'ll,i\'m,i\'ve,if,in,into,is,isn\'t,it,it\'s,its,itself,let\'s,me,more,most,mustn\'t,my,myself,no,nor,not,of,off,on,once,only,or,other,ought,our,ours,ourselves,out,over,own,same,shan\'t,she,she\'d,she\'ll,she\'s,should,shouldn\'t,so,some,such,than,that,that\'s,the,their,theirs,them,themselves,then,there,there\'s,these,they,they\'d,they\'ll,they\'re,they\'ve,this,those,through,to,too,under,until,up,very,was,wasn\'t,we,we\'d,we\'ll,we\'re,we\'ve,were,weren\'t,what,what\'s,when,when\'s,where,where\'s,which,while,who,who\'s,whom,why,why\'s,with,won\'t,would,wouldn\'t,you,you\'d,you\'ll,you\'re,you\'ve,your,yours,yourself,yourselves';
36
-
37
- if(has_filter('seopress_add_stop_words_list_en')) {
38
- $stop_words_list_en = apply_filters('seopress_add_stop_words_list_en', $stop_words_list_en);
39
- }
40
-
41
- $stop_words_list_fr = 'alors,au,aucuns,aussi,autre,avant,avec,avoir,bon,car,ce,cela,ces,ceux,chaque,ci,comme,comment,dans,des,du,dedans,dehors,depuis,devrait,doit,donc,dos,début,elle,elles,en,encore,essai,est,et,eu,fait,faites,fois,font,hors,ici,il,ils,je,juste,la,le,les,leur,là,ma,maintenant,mais,mes,mine,moins,mon,mot,même,ni,nommés,notre,nous,ou,où,par,parce,pas,peut,peu,plupart,pour,pourquoi,quand,que,quel,quelle,quelles,quels,qui,sa,sans,ses,seulement,si,sien,son,sont,sous,soyez,sujet,sur,ta,tandis,tellement,tels,tes,ton,tous,tout,trop,très,tu,voient,vont,votre,vous,vu,ça,étaient,état,étions,été,être';
42
-
43
- if(has_filter('seopress_add_stop_words_list_fr')) {
44
- $stop_words_list_fr = apply_filters('seopress_add_stop_words_list_fr', $stop_words_list_fr);
45
- }
46
-
47
- $stop_words_list_es = 'un,una,unas,unos,uno,sobre,todo,también,tras,otro,algún,alguno,alguna,algunos,algunas,ser,es,soy,eres,somos,sois,estoy,esta,estamos,estais,estan,como,en,para,atras,porque,por qué,estado,estaba,ante,antes,siendo,ambos,pero,por,poder,puede,puedo,podemos,podeis,pueden,fui,fue,fuimos,fueron,hacer,hago,hace,hacemos,haceis,hacen,cada,fin,incluso,primero,desde,conseguir,consigo,consigue,consigues,conseguimos,consiguen,ir,voy,va,vamos,vais,van,vaya,gueno,ha,tener,tengo,tiene,tenemos,teneis,tienen,el,la,lo,las,los,su,aqui,mio,tuyo,ellos,ellas,nos,nosotros,vosotros,vosotras,si,dentro,solo,solamente,saber,sabes,sabe,sabemos,sabeis,saben,ultimo,largo,bastante,haces,muchos,aquellos,aquellas,sus,entonces,tiempo,verdad,verdadero,verdadera,cierto,ciertos,cierta,ciertas,intentar,intento,intenta,intentas,intentamos,intentais,intentan,dos,bajo,arriba,encima,usar,uso,usas,usa,usamos,usais,usan,emplear,empleo,empleas,emplean,ampleamos,empleais,valor,muy,era,eras,eramos,eran,modo,bien,cual,cuando,donde,mientras,quien,con,entre,sin,trabajo,trabajar,trabajas,trabaja,trabajamos,trabajais,trabajan,podria,podrias,podriamos,podrian,podriais,yo,aquel';
48
-
49
- if(has_filter('seopress_add_stop_words_list_es')) {
50
- $stop_words_list_es = apply_filters('seopress_add_stop_words_list_es', $stop_words_list_es);
51
- }
52
-
53
- $stop_words_list_de = 'aber,als,am,an,auch,auf,aus,bei,bin,bis,bist,da,dadurch,daher,darum,das,daß,dass,dein,deine,dem,den,der,des,dessen,deshalb,die,dies,dieser,dieses,doch,dort,du,durch,ein,eine,einem,einen,einer,eines,er,es,euer,eure,für,hatte,hatten,hattest,hattet,hier,hinter,ich,ihr,ihre,im,in,ist,ja,jede,jedem,jeden,jeder,jedes,jener,jenes,jetzt,kann,kannst,können,könnt,machen,mein,meine,mit,muß,mußt,musst,müssen,müßt,nach,nachdem,nein,nicht,nun,oder,seid,sein,seine,sich,sie,sin,soll,sollen,sollst,sollt,sonst,soweit,sowie,und,unser,unsere,unter,vom,von,vor,wann,warum,was,weiter,weitere,wenn,wer,werde,werden,werdet,weshalb,wie,wieder,wieso,wir,wird,wirst,wo,woher,wohin,zu,zum,zur,über';
54
-
55
- if(has_filter('seopress_add_stop_words_list_de')) {
56
- $stop_words_list_de = apply_filters('seopress_add_stop_words_list_de', $stop_words_list_de);
57
- }
58
-
59
- $stop_words_list_it = 'a,adesso,ai,al,alla,allo,allora,altre,altri,altro,anche,ancora,avere,aveva,avevano,ben,buono,che,chi,cinque,comprare,con,consecutivi,consecutivo,cosa,cui,da,del,della,dello,dentro,deve,devo,di,doppio,due,e,ecco,fare,fine,fino,fra,gente,giu,ha,hai,hanno,ho,il,indietro,invece,io,la,lavoro,le,lei,lo,loro,lui,lungo,ma,me,meglio,molta,molti,molto,nei,nella,no,noi,nome,nostro,nove,nuovi,nuovo,o,oltre,ora,otto,peggio,pero,persone,piu,poco,primo,promesso,qua,quarto,quasi,quattro,quello,questo,qui,quindi,quinto,rispetto,sara,secondo,sei,sembra,sembrava,senza,sette,sia,siamo,siete,solo,sono,sopra,soprattutto,sotto,stati,stato,stesso,su,subito,sul,sulla,tanto,te,tempo,terzo,tra,tre,triplo,ultimo,un,una,uno,va,vai,voi,volte,vostro';
60
-
61
- if(has_filter('seopress_add_stop_words_list_it')) {
62
- $stop_words_list_it = apply_filters('seopress_add_stop_words_list_it', $stop_words_list_it);
63
- }
64
-
65
- $stop_words_list_pt = 'último,é,acerca,agora,algmas,alguns,ali,ambos,antes,apontar,aquela,aquelas,aquele,aqueles,aqui,atrás,bem,bom,cada,caminho,cima,com,como,comprido,conhecido,corrente,das,debaixo,dentro,desde,desligado,deve,devem,deverá,direita,diz,dizer,dois,dos,e,ela,ele,eles,em,enquanto,então,está,estão,estado,estar,estará,este,estes,esteve,estive,estivemos,estiveram,eu,fará,faz,fazer,fazia,fez,fim,foi,fora,horas,iniciar,inicio,ir,irá,ista,iste,isto,ligado,maioria,maiorias,mais,mas,mesmo,meu,muito,muitos,nós,não,nome,nosso,novo,o,onde,os,ou,outro,para,parte,pegar,pelo,pessoas,pode,poderá,podia,por,porque,povo,promeiro,quê,qual,qualquer,quando,quem,quieto,são,saber,sem,ser,seu,somente,têm,tal,também,tem,tempo,tenho,tentar,tentaram,tente,tentei,teu,teve,tipo,tive,todos,trabalhar,trabalho,tu,um,uma,umas,uns,usa,usar,valor,veja,ver,verdade,verdadeiro,você';
66
-
67
- if(has_filter('seopress_add_stop_words_list_pt')) {
68
- $stop_words_list_pt = apply_filters('seopress_add_stop_words_list_pt', $stop_words_list_pt);
69
- }
70
-
71
- $stop_words_list_sv = 'aderton,adertonde,adjö,aldrig,alla,allas,allt,alltid,alltså,än,andra,andras,annan,annat,ännu,artonde,artonn,åtminstone,att,åtta,åttio,åttionde,åttonde,av,även,båda,bådas,bakom,bara,bäst,bättre,behöva,behövas,behövde,behövt,beslut,beslutat,beslutit,bland,blev,bli,blir,blivit,bort,borta,bra,då,dag,dagar,dagarna,dagen,där,därför,de,del,delen,dem,den,deras,dess,det,detta,dig,din,dina,dit,ditt,dock,du,efter,eftersom,elfte,eller,elva,en,enkel,enkelt,enkla,enligt,er,era,ert,ett,ettusen,få,fanns,får,fått,fem,femte,femtio,femtionde,femton,femtonde,fick,fin,finnas,finns,fjärde,fjorton,fjortonde,fler,flera,flesta,följande,för,före,förlåt,förra,första,fram,framför,från,fyra,fyrtio,fyrtionde,gå,gälla,gäller,gällt,går,gärna,gått,genast,genom,gick,gjorde,gjort,god,goda,godare,godast,gör,göra,gott,ha,hade,haft,han,hans,har,här,heller,hellre,helst,helt,henne,hennes,hit,hög,höger,högre,högst,hon,honom,hundra,hundraen,hundraett,hur,i,ibland,idag,igår,igen,imorgon,in,inför,inga,ingen,ingenting,inget,innan,inne,inom,inte,inut,i,ja,jag,jämfört,kan,kanske,knappast,kom,komma,kommer,kommit,kr,kunde,kunna,kunnat,kvar,länge,längre,långsam,långsammare,långsammast,långsamt,längst,långt,lätt,lättare,lättast,legat,ligga,ligger,lika,likställd,likställda,lilla,lite,liten,litet,man,många,måste,med,mellan,men,mer,mera,mest,mig,min,mina,mindre,minst,mitt,mittemot,möjlig,möjligen,möjligt,möjligtvis,mot,mycket,någon,någonting,något,några,när,nästa,ned,nederst,nedersta,nedre,nej,ner,ni,nio,nionde,nittio,nittionde,nitton,nittonde,nödvändig,nödvändiga,nödvändigt,nödvändigtvis,nog,noll,nr,nu,nummer,och,också,ofta,oftast,olika,olikt,om,oss,över,övermorgon,överst,övre,på,rakt,rätt,redan,så,sade,säga,säger,sagt,samma,sämre,sämst,sedan,senare,senast,sent,sex,sextio,sextionde,sexton,sextonde,sig,sin,sina,sist,sista,siste,sitt,sjätte,sju,sjunde,sjuttio,sjuttionde,sjutton,sjuttonde,ska,skall,skulle,slutligen,små,smått,snart,som,stor,stora,större,störst,stort,tack,tidig,tidigare,tidigast,tidigt,till,tills,tillsammans,tio,tionde,tjugo,tjugoen,tjugoett,tjugonde,tjugotre,tjugotvå,tjungo,tolfte,tolv,tre,tredje,trettio,trettionde,tretton,trettonde,två,tvåhundra,under,upp,ur,ursäkt,ut,utan,utanför,ute,vad,vänster,vänstra,var,vår,vara,våra,varför,varifrån,varit,varken,värre,varsågod,vart,vårt,vem,vems,verkligen,vi,vid,vidare,viktig,viktigare,viktigast,viktigt,vilka,vilken,vilket,vill';
72
-
73
- if(has_filter('seopress_add_stop_words_list_sv')) {
74
- $stop_words_list_sv = apply_filters('seopress_add_stop_words_list_sv', $stop_words_list_sv);
75
- }
76
- if (function_exists('pll_current_language')) {
77
- $current_locale = pll_current_language('locale');
78
- } else {
79
- $current_locale = get_locale();
80
- }
81
- switch ($current_locale) {
82
- case "fr_FR":
83
- $stop_words_list = $stop_words_list_fr;
84
- break;
85
- case "fr_BE":
86
- $stop_words_list = $stop_words_list_fr;
87
- break;
88
- case "fr_CA":
89
- $stop_words_list = $stop_words_list_fr;
90
- break;
91
- case "fr_LU":
92
- $stop_words_list = $stop_words_list_fr;
93
- break;
94
- case "fr_MC":
95
- $stop_words_list = $stop_words_list_fr;
96
- break;
97
- case "fr_CH":
98
- $stop_words_list = $stop_words_list_fr;
99
- break;
100
- case "es_ES":
101
- $stop_words_list = $stop_words_list_es;
102
- break;
103
- case "de_DE":
104
- $stop_words_list = $stop_words_list_de;
105
- break;
106
- case "it_IT":
107
- $stop_words_list = $stop_words_list_it;
108
- break;
109
- case "pt_PT":
110
- $stop_words_list = $stop_words_list_pt;
111
- break;
112
- case "pt_BR":
113
- $stop_words_list = $stop_words_list_pt;
114
- break;
115
- case "en_EN":
116
- $stop_words_list = $stop_words_list_en;
117
- break;
118
- case "en_US":
119
- $stop_words_list = $stop_words_list_en;
120
- break;
121
- case "en_GB":
122
- $stop_words_list = $stop_words_list_en;
123
- break;
124
- case "en_AU":
125
- $stop_words_list = $stop_words_list_en;
126
- break;
127
- case "en_BZ":
128
- $stop_words_list = $stop_words_list_en;
129
- break;
130
- case "en_BW":
131
- $stop_words_list = $stop_words_list_en;
132
- break;
133
- case "en_CB":
134
- $stop_words_list = $stop_words_list_en;
135
- break;
136
- case "en_DK":
137
- $stop_words_list = $stop_words_list_en;
138
- break;
139
- case "en_IE":
140
- $stop_words_list = $stop_words_list_en;
141
- break;
142
- case "en_JM":
143
- $stop_words_list = $stop_words_list_en;
144
- break;
145
- case "en_NZ":
146
- $stop_words_list = $stop_words_list_en;
147
- break;
148
- case "en_PH":
149
- $stop_words_list = $stop_words_list_en;
150
- break;
151
- case "en_ZA":
152
- $stop_words_list = $stop_words_list_en;
153
- break;
154
- case "en_TT":
155
- $stop_words_list = $stop_words_list_en;
156
- break;
157
- case "en_ZW":
158
- $stop_words_list = $stop_words_list_en;
159
- break;
160
- case "sv_SE":
161
- $stop_words_list = $stop_words_list_sv;
162
- break;
163
- default:
164
- $stop_words_list = $stop_words_list_en;
165
- }
166
-
167
- $clean_slug = explode('-', $slug);
168
- foreach ($clean_slug as $key => $value) {
169
- $stop_words_list_keys = explode(',', $stop_words_list);
170
- foreach ($stop_words_list_keys as $stop_words_list_value) {
171
- if ($value == $stop_words_list_value) {
172
- unset($clean_slug[$key]);
173
- }
174
- }
175
- }
176
- update_post_meta($post->ID,'seopress_sw_done', true);
177
- return implode('-', $clean_slug);
178
- }
179
- add_filter('name_save_pre', 'seopress_advanced_advanced_stop_words_hook');
180
- //add_filter('sanitize_title', 'seopress_advanced_advanced_stop_words_hook');
181
- }
182
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/functions/options-google-analytics.php CHANGED
@@ -84,6 +84,18 @@ function seopress_google_analytics_optimize_option() {
84
  }
85
  }
86
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  //Additional tracking code
88
  function seopress_google_analytics_other_tracking_option() {
89
  $seopress_google_analytics_other_tracking_option = get_option("seopress_google_analytics_option_name");
@@ -539,9 +551,20 @@ $seopress_google_analytics_html .= "gtag('js', new Date());\n";
539
  $features .= '}';
540
  }
541
 
542
- $seopress_google_analytics_html .= "gtag('config', '".seopress_google_analytics_ua_option()."' ".$features.");";
 
 
 
543
  $seopress_google_analytics_html .= "\n";
544
 
 
 
 
 
 
 
 
 
545
  $events = '';
546
  if (!empty($seopress_google_analytics_event)) {
547
  foreach ($seopress_google_analytics_event as $event) {
84
  }
85
  }
86
 
87
+ //Ads
88
+ function seopress_google_analytics_ads_option() {
89
+ $seopress_google_analytics_ads_option = get_option("seopress_google_analytics_option_name");
90
+ if ( ! empty ( $seopress_google_analytics_ads_option ) ) {
91
+ foreach ($seopress_google_analytics_ads_option as $key => $seopress_google_analytics_ads_value)
92
+ $options[$key] = $seopress_google_analytics_ads_value;
93
+ if (isset($seopress_google_analytics_ads_option['seopress_google_analytics_ads'])) {
94
+ return $seopress_google_analytics_ads_option['seopress_google_analytics_ads'];
95
+ }
96
+ }
97
+ }
98
+
99
  //Additional tracking code
100
  function seopress_google_analytics_other_tracking_option() {
101
  $seopress_google_analytics_other_tracking_option = get_option("seopress_google_analytics_option_name");
551
  $features .= '}';
552
  }
553
 
554
+ //UA
555
+ $seopress_gtag_ua = "gtag('config', '".seopress_google_analytics_ua_option()."' ".$features.");";
556
+ $seopress_gtag_ua = apply_filters('seopress_gtag_ua', $seopress_gtag_ua);
557
+ $seopress_google_analytics_html .= $seopress_gtag_ua;
558
  $seopress_google_analytics_html .= "\n";
559
 
560
+ //Ads
561
+ if (seopress_google_analytics_ads_option() !='') {
562
+ $seopress_gtag_ads = "gtag('config', '".seopress_google_analytics_ads_option()."');";
563
+ $seopress_gtag_ads = apply_filters('seopress_gtag_ads', $seopress_gtag_ads);
564
+ $seopress_google_analytics_html .= $seopress_gtag_ads;
565
+ $seopress_google_analytics_html .= "\n";
566
+ }
567
+
568
  $events = '';
569
  if (!empty($seopress_google_analytics_event)) {
570
  foreach ($seopress_google_analytics_event as $event) {
inc/functions/options-import-export.php CHANGED
@@ -46,7 +46,8 @@ function seopress_import_settings() {
46
  return;
47
  if( ! current_user_can( 'manage_options' ) )
48
  return;
49
- $extension = end( explode( '.', $_FILES['import_file']['name'] ) );
 
50
  if( $extension != 'json' ) {
51
  wp_die( __( 'Please upload a valid .json file' ) );
52
  }
@@ -83,7 +84,8 @@ function seopress_import_redirections_settings() {
83
  return;
84
  if( ! current_user_can( 'manage_options' ) )
85
  return;
86
- $extension = end( explode( '.', $_FILES['import_file']['name'] ) );
 
87
  if( $extension != 'csv' ) {
88
  wp_die( __( 'Please upload a valid .csv file' ) );
89
  }
@@ -127,6 +129,52 @@ function seopress_import_redirections_settings() {
127
  }
128
  add_action( 'admin_init', 'seopress_import_redirections_settings' );
129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  //Export Redirections to CSV file
131
  function seopress_export_redirections_settings() {
132
  if( empty( $_POST['seopress_action'] ) || 'export_redirections' != $_POST['seopress_action'] )
@@ -189,7 +237,8 @@ function seopress_import_redirections_plugin_settings() {
189
  return;
190
  if( ! current_user_can( 'manage_options' ) )
191
  return;
192
- $extension = end( explode( '.', $_FILES['import_file']['name'] ) );
 
193
  if( $extension != 'json' ) {
194
  wp_die( __( 'Please upload a valid .json file' ) );
195
  }
46
  return;
47
  if( ! current_user_can( 'manage_options' ) )
48
  return;
49
+ $extension = explode( '.', $_FILES['import_file']['name'] );
50
+ $extension = end($extension);
51
  if( $extension != 'json' ) {
52
  wp_die( __( 'Please upload a valid .json file' ) );
53
  }
84
  return;
85
  if( ! current_user_can( 'manage_options' ) )
86
  return;
87
+ $extension = explode( '.', $_FILES['import_file']['name'] );
88
+ $extension = end($extension);
89
  if( $extension != 'csv' ) {
90
  wp_die( __( 'Please upload a valid .csv file' ) );
91
  }
129
  }
130
  add_action( 'admin_init', 'seopress_import_redirections_settings' );
131
 
132
+ //Import Redirections from Yoast Premium (CSV)
133
+ function seopress_import_yoast_redirections() {
134
+ if( empty( $_POST['seopress_action'] ) || 'import_yoast_redirections' != $_POST['seopress_action'] )
135
+ return;
136
+ if( ! wp_verify_nonce( $_POST['seopress_import_yoast_redirections_nonce'], 'seopress_import_yoast_redirections_nonce' ) )
137
+ return;
138
+ if( ! current_user_can( 'manage_options' ) )
139
+ return;
140
+ $extension = explode( '.', $_FILES['import_file']['name'] );
141
+ $extension = end($extension);
142
+ if( $extension != 'csv' ) {
143
+ wp_die( __( 'Please upload a valid .csv file' ) );
144
+ }
145
+ $import_file = $_FILES['import_file']['tmp_name'];
146
+ if( empty( $import_file ) ) {
147
+ wp_die( __( 'Please upload a file to import' ) );
148
+ }
149
+
150
+ $csv = array_map('str_getcsv', file($import_file));
151
+
152
+ foreach (array_slice($csv,1) as $_key => $_value) {
153
+ $csv_line = $_value;
154
+
155
+ //Third column: redirections type
156
+ if ($csv_line[2] =='301' || $csv_line[2] =='302' || $csv_line[2]=='307' || $csv_line[2]=='410' || $csv_line[2]=='451') {
157
+ $csv_type_redirects[2] = $csv_line[2];
158
+ }
159
+
160
+ //Fourth column: redirections enabled
161
+ $csv_type_redirects[3] = 'yes';
162
+
163
+ //Fifth column: redirections query param
164
+ $csv_type_redirects[4] = 'exact_match';
165
+
166
+ if (!empty($csv_line[0])) {
167
+ $csv_line[0] = substr($csv_line[0], 1);
168
+ if (!empty($csv_line[1]) && $csv_line[1] ==='//') {
169
+ $csv_line[1] = '/';
170
+ }
171
+ $id = wp_insert_post(array('post_title' => urldecode($csv_line[0]), 'post_type' => 'seopress_404', 'post_status' => 'publish', 'meta_input' => array( '_seopress_redirections_value' => urldecode($csv_line[1]), '_seopress_redirections_type' => $csv_type_redirects[2], '_seopress_redirections_enabled' => $csv_type_redirects[3], '_seopress_redirections_param' => $csv_type_redirects[4])));
172
+ }
173
+ }
174
+ wp_safe_redirect( admin_url( 'edit.php?post_type=seopress_404' ) ); exit;
175
+ }
176
+ add_action( 'admin_init', 'seopress_import_yoast_redirections' );
177
+
178
  //Export Redirections to CSV file
179
  function seopress_export_redirections_settings() {
180
  if( empty( $_POST['seopress_action'] ) || 'export_redirections' != $_POST['seopress_action'] )
237
  return;
238
  if( ! current_user_can( 'manage_options' ) )
239
  return;
240
+ $extension = explode( '.', $_FILES['import_file']['name'] );
241
+ $extension = end($extension);
242
  if( $extension != 'json' ) {
243
  wp_die( __( 'Please upload a valid .json file' ) );
244
  }
inc/functions/options-sitemap.php CHANGED
@@ -112,6 +112,8 @@ if (seopress_xml_sitemap_html_enable_option() =='1') {
112
 
113
  $seopress_xml_sitemap_post_types_list_option = array('page' => $seopress_xml_sitemap_post_types_list_option['page']) + $seopress_xml_sitemap_post_types_list_option; //Display page first
114
 
 
 
115
  foreach ($seopress_xml_sitemap_post_types_list_option as $cpt_key => $cpt_value) {
116
  $obj = get_post_type_object( $cpt_key );
117
  if ($obj) {
112
 
113
  $seopress_xml_sitemap_post_types_list_option = array('page' => $seopress_xml_sitemap_post_types_list_option['page']) + $seopress_xml_sitemap_post_types_list_option; //Display page first
114
 
115
+ $seopress_xml_sitemap_post_types_list_option = apply_filters('seopress_sitemaps_html_cpt', $seopress_xml_sitemap_post_types_list_option);
116
+
117
  foreach ($seopress_xml_sitemap_post_types_list_option as $cpt_key => $cpt_value) {
118
  $obj = get_post_type_object( $cpt_key );
119
  if ($obj) {
inc/functions/options-social.php CHANGED
@@ -466,7 +466,11 @@ add_action( 'wp_head', 'seopress_social_facebook_og_author_hook', 1 );
466
 
467
  //Facebook Title
468
  function seopress_social_fb_title_post_option() {
469
- $_seopress_social_fb_title = get_post_meta(get_the_ID(),'_seopress_social_fb_title',true);
 
 
 
 
470
  if ($_seopress_social_fb_title != '') {
471
  return $_seopress_social_fb_title;
472
  }
@@ -510,6 +514,9 @@ function seopress_social_fb_title_hook() {
510
  } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_title_post_option() !='') {
511
  $seopress_social_og_title .= '<meta property="og:title" content="'.seopress_social_fb_title_post_option().'" />';
512
  $seopress_social_og_title .= "\n";
 
 
 
513
  } elseif (seopress_social_facebook_og_option() =='1' && function_exists('seopress_titles_the_title') && seopress_titles_the_title() !='') {
514
  $seopress_social_og_title .= '<meta property="og:title" content="'.esc_attr(seopress_titles_the_title()).'" />';
515
  $seopress_social_og_title .= "\n";
@@ -531,7 +538,11 @@ add_action( 'wp_head', 'seopress_social_fb_title_hook', 1 );
531
 
532
  //Facebook Desc
533
  function seopress_social_fb_desc_post_option() {
534
- $_seopress_social_fb_desc = get_post_meta(get_the_ID(),'_seopress_social_fb_desc',true);
 
 
 
 
535
  if ($_seopress_social_fb_desc != '') {
536
  return $_seopress_social_fb_desc;
537
  }
@@ -581,6 +592,9 @@ function seopress_social_fb_desc_hook() {
581
  } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_desc_post_option() !='') {
582
  $seopress_social_og_desc .= '<meta property="og:description" content="'.seopress_social_fb_desc_post_option().'" />';
583
  $seopress_social_og_desc .= "\n";
 
 
 
584
  } elseif (seopress_social_facebook_og_option() =='1' && function_exists('seopress_titles_the_description_content') && seopress_titles_the_description_content() !='') {
585
  $seopress_social_og_desc .= '<meta property="og:description" content="'.seopress_titles_the_description_content().'" />';
586
  $seopress_social_og_desc .= "\n";
@@ -602,7 +616,11 @@ add_action( 'wp_head', 'seopress_social_fb_desc_hook', 1 );
602
 
603
  //Facebook Thumbnail
604
  function seopress_social_fb_img_post_option() {
605
- $_seopress_social_fb_img = get_post_meta(get_the_ID(),'_seopress_social_fb_img',true);
 
 
 
 
606
  if ($_seopress_social_fb_img != '') {
607
  return $_seopress_social_fb_img;
608
  }
@@ -729,11 +747,11 @@ function seopress_social_fb_img_hook() {
729
 
730
  if (is_home() && seopress_social_fb_img_home_option() !='' && 'page' == get_option( 'show_on_front' )) {
731
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(seopress_social_fb_img_home_option());
732
- } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_img_post_option() !='') {
733
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(seopress_social_fb_img_post_option());
734
- } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && has_post_thumbnail() ) {
735
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(get_the_post_thumbnail_url());
736
- } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && seopress_thumbnail_in_content() !='' ) {
737
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(seopress_thumbnail_in_content());
738
  } elseif ((is_tax() || is_category() || is_tag()) && seopress_social_fb_img_term_option() !='') {
739
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(seopress_social_fb_img_term_option());
@@ -909,7 +927,11 @@ add_action( 'wp_head', 'seopress_social_twitter_card_creator_hook', 1 );
909
 
910
  //Twitter Title
911
  function seopress_social_twitter_title_post_option() {
912
- $_seopress_social_twitter_title = get_post_meta(get_the_ID(),'_seopress_social_twitter_title',true);
 
 
 
 
913
  if ($_seopress_social_twitter_title != '') {
914
  return $_seopress_social_twitter_title;
915
  }
@@ -955,6 +977,10 @@ function seopress_social_twitter_title_hook() {
955
  $seopress_social_twitter_card_title .= '<meta name="twitter:title" content="'.seopress_social_twitter_title_post_option().'" />';
956
  } elseif (is_singular() && seopress_social_twitter_card_og_option() =='1' && seopress_social_facebook_og_option() =='1' && seopress_social_fb_title_post_option() !='') {
957
  $seopress_social_twitter_card_title .= '<meta name="twitter:title" content="'.seopress_social_fb_title_post_option().'" />';
 
 
 
 
958
  } elseif (function_exists('seopress_titles_the_title') && seopress_titles_the_title() !='') {
959
  $seopress_social_twitter_card_title .= '<meta name="twitter:title" content="'.esc_attr(seopress_titles_the_title()).'" />';
960
  } elseif (seopress_social_facebook_og_option() =='1' && seopress_social_twitter_card_og_option() =='1' && function_exists('seopress_titles_the_title') && seopress_titles_the_title() !='') {
@@ -976,7 +1002,11 @@ add_action( 'wp_head', 'seopress_social_twitter_title_hook', 1 );
976
 
977
  //Twitter Desc
978
  function seopress_social_twitter_desc_post_option() {
979
- $_seopress_social_twitter_desc = get_post_meta(get_the_ID(),'_seopress_social_twitter_desc',true);
 
 
 
 
980
  if ($_seopress_social_twitter_desc != '') {
981
  return $_seopress_social_twitter_desc;
982
  }
@@ -1028,8 +1058,12 @@ function seopress_social_twitter_desc_hook() {
1028
  $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_social_twitter_desc_post_option().'" />';
1029
  } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_desc_post_option() !='' && seopress_social_twitter_card_og_option() =='1') {
1030
  $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_social_fb_desc_post_option().'" />';
 
 
 
 
1031
  } elseif (function_exists('seopress_titles_the_description_content') && seopress_titles_the_description_content() !='') {
1032
- $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_titles_the_description_content().'" />';
1033
  } elseif (seopress_social_facebook_og_option() =='1' && function_exists('seopress_titles_the_description_content') && seopress_titles_the_description_content() !='' && seopress_social_twitter_card_og_option() =='1') {
1034
  $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_titles_the_description_content().'" />';
1035
  } elseif (get_the_excerpt() !='') {
@@ -1050,7 +1084,11 @@ add_action( 'wp_head', 'seopress_social_twitter_desc_hook', 1 );
1050
 
1051
  //Twitter Thumbnail
1052
  function seopress_social_twitter_img_post_option() {
1053
- $_seopress_social_twitter_img = get_post_meta(get_the_ID(),'_seopress_social_twitter_img',true);
 
 
 
 
1054
  if ($_seopress_social_twitter_img != '') {
1055
  return $_seopress_social_twitter_img;
1056
  }
@@ -1111,25 +1149,25 @@ function seopress_social_twitter_img_hook() {
1111
  } else {
1112
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="'.seopress_social_fb_img_home_option().'" />';
1113
  }
1114
- } elseif (seopress_social_twitter_img_post_option() !='' && is_singular()) {//Single
1115
  if (seopress_social_twitter_img_size_option() =='large') {
1116
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="'.seopress_social_twitter_img_post_option().'" />';
1117
  } else {
1118
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="'.seopress_social_twitter_img_post_option().'" />';
1119
  }
1120
- } elseif (seopress_social_fb_img_post_option() !='' && is_singular() && seopress_social_twitter_card_og_option() =='1') {
1121
  if (seopress_social_twitter_img_size_option() =='large') {
1122
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="'.seopress_social_fb_img_post_option().'" />';
1123
  } else {
1124
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="'.seopress_social_fb_img_post_option().'" />';
1125
  }
1126
- } elseif (has_post_thumbnail() && is_singular()) {
1127
  if (seopress_social_twitter_img_size_option() =='large') {
1128
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="'.get_the_post_thumbnail_url().'" />';
1129
  } else {
1130
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="'.get_the_post_thumbnail_url().'" />';
1131
  }
1132
- } elseif (seopress_thumbnail_in_content() !='' && is_singular()) {
1133
  if (seopress_social_twitter_img_size_option() =='large') {
1134
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="'.seopress_thumbnail_in_content().'" />';
1135
  } else {
466
 
467
  //Facebook Title
468
  function seopress_social_fb_title_post_option() {
469
+ if (function_exists("is_shop") && is_shop()) {
470
+ $_seopress_social_fb_title = get_post_meta(get_option( 'woocommerce_shop_page_id' ),'_seopress_social_fb_title',true);
471
+ } else {
472
+ $_seopress_social_fb_title = get_post_meta(get_the_ID(),'_seopress_social_fb_title',true);
473
+ }
474
  if ($_seopress_social_fb_title != '') {
475
  return $_seopress_social_fb_title;
476
  }
514
  } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_title_post_option() !='') {
515
  $seopress_social_og_title .= '<meta property="og:title" content="'.seopress_social_fb_title_post_option().'" />';
516
  $seopress_social_og_title .= "\n";
517
+ } elseif(function_exists("is_shop") && is_shop() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_title_post_option() !='') {
518
+ $seopress_social_og_title .= '<meta property="og:title" content="'.seopress_social_fb_title_post_option().'" />';
519
+ $seopress_social_og_title .= "\n";
520
  } elseif (seopress_social_facebook_og_option() =='1' && function_exists('seopress_titles_the_title') && seopress_titles_the_title() !='') {
521
  $seopress_social_og_title .= '<meta property="og:title" content="'.esc_attr(seopress_titles_the_title()).'" />';
522
  $seopress_social_og_title .= "\n";
538
 
539
  //Facebook Desc
540
  function seopress_social_fb_desc_post_option() {
541
+ if (function_exists("is_shop") && is_shop()) {
542
+ $_seopress_social_fb_desc = get_post_meta(get_option( 'woocommerce_shop_page_id' ),'_seopress_social_fb_desc',true);
543
+ } else {
544
+ $_seopress_social_fb_desc = get_post_meta(get_the_ID(),'_seopress_social_fb_desc',true);
545
+ }
546
  if ($_seopress_social_fb_desc != '') {
547
  return $_seopress_social_fb_desc;
548
  }
592
  } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_desc_post_option() !='') {
593
  $seopress_social_og_desc .= '<meta property="og:description" content="'.seopress_social_fb_desc_post_option().'" />';
594
  $seopress_social_og_desc .= "\n";
595
+ } elseif(function_exists("is_shop") && is_shop() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_desc_post_option() !='') {
596
+ $seopress_social_og_desc .= '<meta property="og:description" content="'.seopress_social_fb_desc_post_option().'" />';
597
+ $seopress_social_og_desc .= "\n";
598
  } elseif (seopress_social_facebook_og_option() =='1' && function_exists('seopress_titles_the_description_content') && seopress_titles_the_description_content() !='') {
599
  $seopress_social_og_desc .= '<meta property="og:description" content="'.seopress_titles_the_description_content().'" />';
600
  $seopress_social_og_desc .= "\n";
616
 
617
  //Facebook Thumbnail
618
  function seopress_social_fb_img_post_option() {
619
+ if (function_exists("is_shop") && is_shop()) {
620
+ $_seopress_social_fb_img = get_post_meta(get_option( 'woocommerce_shop_page_id' ),'_seopress_social_fb_img',true);
621
+ } else {
622
+ $_seopress_social_fb_img = get_post_meta(get_the_ID(),'_seopress_social_fb_img',true);
623
+ }
624
  if ($_seopress_social_fb_img != '') {
625
  return $_seopress_social_fb_img;
626
  }
747
 
748
  if (is_home() && seopress_social_fb_img_home_option() !='' && 'page' == get_option( 'show_on_front' )) {
749
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(seopress_social_fb_img_home_option());
750
+ } elseif ((is_singular() || (function_exists("is_shop") && is_shop())) && seopress_social_facebook_og_option() =='1' && seopress_social_fb_img_post_option() !='') {
751
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(seopress_social_fb_img_post_option());
752
+ } elseif ((is_singular() || (function_exists("is_shop") && is_shop())) && seopress_social_facebook_og_option() =='1' && has_post_thumbnail() ) {
753
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(get_the_post_thumbnail_url());
754
+ } elseif ((is_singular() || (function_exists("is_shop") && is_shop())) && seopress_social_facebook_og_option() =='1' && seopress_thumbnail_in_content() !='' ) {
755
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(seopress_thumbnail_in_content());
756
  } elseif ((is_tax() || is_category() || is_tag()) && seopress_social_fb_img_term_option() !='') {
757
  $seopress_social_og_thumb .= seopress_social_fb_img_size_from_url(seopress_social_fb_img_term_option());
927
 
928
  //Twitter Title
929
  function seopress_social_twitter_title_post_option() {
930
+ if (function_exists("is_shop") && is_shop()) {
931
+ $_seopress_social_twitter_title = get_post_meta(get_option( 'woocommerce_shop_page_id' ),'_seopress_social_twitter_title',true);
932
+ } else {
933
+ $_seopress_social_twitter_title = get_post_meta(get_the_ID(),'_seopress_social_twitter_title',true);
934
+ }
935
  if ($_seopress_social_twitter_title != '') {
936
  return $_seopress_social_twitter_title;
937
  }
977
  $seopress_social_twitter_card_title .= '<meta name="twitter:title" content="'.seopress_social_twitter_title_post_option().'" />';
978
  } elseif (is_singular() && seopress_social_twitter_card_og_option() =='1' && seopress_social_facebook_og_option() =='1' && seopress_social_fb_title_post_option() !='') {
979
  $seopress_social_twitter_card_title .= '<meta name="twitter:title" content="'.seopress_social_fb_title_post_option().'" />';
980
+ } elseif (function_exists("is_shop") && is_shop() && seopress_social_twitter_title_post_option() !='') {//Single
981
+ $seopress_social_twitter_card_title .= '<meta name="twitter:title" content="'.seopress_social_twitter_title_post_option().'" />';
982
+ } elseif (function_exists("is_shop") && is_shop() && seopress_social_twitter_card_og_option() =='1' && seopress_social_facebook_og_option() =='1' && seopress_social_fb_title_post_option() !='') {
983
+ $seopress_social_twitter_card_title .= '<meta name="twitter:title" content="'.seopress_social_fb_title_post_option().'" />';
984
  } elseif (function_exists('seopress_titles_the_title') && seopress_titles_the_title() !='') {
985
  $seopress_social_twitter_card_title .= '<meta name="twitter:title" content="'.esc_attr(seopress_titles_the_title()).'" />';
986
  } elseif (seopress_social_facebook_og_option() =='1' && seopress_social_twitter_card_og_option() =='1' && function_exists('seopress_titles_the_title') && seopress_titles_the_title() !='') {
1002
 
1003
  //Twitter Desc
1004
  function seopress_social_twitter_desc_post_option() {
1005
+ if (function_exists("is_shop") && is_shop()) {
1006
+ $_seopress_social_twitter_desc = get_post_meta(get_option( 'woocommerce_shop_page_id' ),'_seopress_social_twitter_desc',true);
1007
+ } else {
1008
+ $_seopress_social_twitter_desc = get_post_meta(get_the_ID(),'_seopress_social_twitter_desc',true);
1009
+ }
1010
  if ($_seopress_social_twitter_desc != '') {
1011
  return $_seopress_social_twitter_desc;
1012
  }
1058
  $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_social_twitter_desc_post_option().'" />';
1059
  } elseif (is_singular() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_desc_post_option() !='' && seopress_social_twitter_card_og_option() =='1') {
1060
  $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_social_fb_desc_post_option().'" />';
1061
+ } elseif (function_exists("is_shop") && is_shop() && seopress_social_twitter_desc_post_option() !='') {//Single
1062
+ $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_social_twitter_desc_post_option().'" />';
1063
+ } elseif (function_exists("is_shop") && is_shop() && seopress_social_facebook_og_option() =='1' && seopress_social_fb_desc_post_option() !='' && seopress_social_twitter_card_og_option() =='1') {
1064
+ $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_social_fb_desc_post_option().'" />';
1065
  } elseif (function_exists('seopress_titles_the_description_content') && seopress_titles_the_description_content() !='') {
1066
+ $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_titles_the_description_content().'" />';
1067
  } elseif (seopress_social_facebook_og_option() =='1' && function_exists('seopress_titles_the_description_content') && seopress_titles_the_description_content() !='' && seopress_social_twitter_card_og_option() =='1') {
1068
  $seopress_social_twitter_card_desc .= '<meta name="twitter:description" content="'.seopress_titles_the_description_content().'" />';
1069
  } elseif (get_the_excerpt() !='') {
1084
 
1085
  //Twitter Thumbnail
1086
  function seopress_social_twitter_img_post_option() {
1087
+ if (function_exists("is_shop") && is_shop()) {
1088
+ $_seopress_social_twitter_img = get_post_meta(get_option( 'woocommerce_shop_page_id' ),'_seopress_social_twitter_img',true);
1089
+ } else {
1090
+ $_seopress_social_twitter_img = get_post_meta(get_the_ID(),'_seopress_social_twitter_img',true);
1091
+ }
1092
  if ($_seopress_social_twitter_img != '') {
1093
  return $_seopress_social_twitter_img;
1094
  }
1149
  } else {
1150
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="'.seopress_social_fb_img_home_option().'" />';
1151
  }
1152
+ } elseif (seopress_social_twitter_img_post_option() !='' && (is_singular() || (function_exists("is_shop") && is_shop()))) {//Single
1153
  if (seopress_social_twitter_img_size_option() =='large') {
1154
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="'.seopress_social_twitter_img_post_option().'" />';
1155
  } else {
1156
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="'.seopress_social_twitter_img_post_option().'" />';
1157
  }
1158
+ } elseif (seopress_social_fb_img_post_option() !='' && (is_singular() || (function_exists("is_shop") && is_shop())) && seopress_social_twitter_card_og_option() =='1') {
1159
  if (seopress_social_twitter_img_size_option() =='large') {
1160
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="'.seopress_social_fb_img_post_option().'" />';
1161
  } else {
1162
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="'.seopress_social_fb_img_post_option().'" />';
1163
  }
1164
+ } elseif (has_post_thumbnail() && (is_singular() || (function_exists("is_shop") && is_shop()))) {
1165
  if (seopress_social_twitter_img_size_option() =='large') {
1166
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="'.get_the_post_thumbnail_url().'" />';
1167
  } else {
1168
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="'.get_the_post_thumbnail_url().'" />';
1169
  }
1170
+ } elseif (seopress_thumbnail_in_content() !='' && (is_singular() || (function_exists("is_shop") && is_shop()))) {
1171
  if (seopress_social_twitter_img_size_option() =='large') {
1172
  $seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="'.seopress_thumbnail_in_content().'" />';
1173
  } else {
inc/functions/options-titles-metas.php CHANGED
@@ -304,10 +304,10 @@ function seopress_titles_the_title() {
304
  $get_search_query = apply_filters('seopress_get_search_query', $get_search_query);
305
 
306
  if ($seopress_excerpt !='') {
307
- $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(strip_shortcodes($seopress_excerpt)))), $seopress_excerpt_length);
308
  } elseif ($post !='') {
309
  if (get_post_field('post_content', $post->ID) !='') {
310
- $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(strip_shortcodes(get_post_field('post_content', $post->ID))))), $seopress_excerpt_length);
311
  } else {
312
  $seopress_get_the_excerpt = null;
313
  }
304
  $get_search_query = apply_filters('seopress_get_search_query', $get_search_query);
305
 
306
  if ($seopress_excerpt !='') {
307
+ $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(wp_strip_all_tags(strip_shortcodes($seopress_excerpt), true)))), $seopress_excerpt_length);
308
  } elseif ($post !='') {
309
  if (get_post_field('post_content', $post->ID) !='') {
310
+ $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(wp_strip_all_tags(strip_shortcodes(get_post_field('post_content', $post->ID), true))))), $seopress_excerpt_length);
311
  } else {
312
  $seopress_get_the_excerpt = null;
313
  }
inc/functions/options.php CHANGED
@@ -307,12 +307,6 @@ if (seopress_get_toggle_advanced_option() =='1') {
307
  }
308
  }
309
  }
310
- add_action('init', 'seopress_load_advanced_admin_sw_options', 0);
311
- function seopress_load_advanced_admin_sw_options() {
312
- if (is_admin()){
313
- require_once ( dirname( __FILE__ ) . '/options-advanced-admin-sw.php'); //Advanced (stop words)
314
- }
315
- }
316
  //primary category
317
  if (!is_admin()){
318
  function seopress_titles_primary_cat_hook($cats_0, $cats, $post) {
307
  }
308
  }
309
  }
 
 
 
 
 
 
310
  //primary category
311
  if (!is_admin()){
312
  function seopress_titles_primary_cat_hook($cats_0, $cats, $post) {
languages/wp-seopress-de_DE-formal.mo DELETED
Binary file
languages/wp-seopress-de_DE-formal.po DELETED
@@ -1,3881 +0,0 @@
1
- # Copyright (C) 2017 SEOPress
2
- # This file is distributed under the same license as the SEOPress package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: SEOPress 3.0\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-seopress\n"
7
- "POT-Creation-Date: 2019-02-15 19:43+0100\n"
8
- "PO-Revision-Date: 2019-02-15 19:43+0100\n"
9
- "Last-Translator: \n"
10
- "Language-Team: Benjamin DENIS <contact@seopress.org>\n"
11
- "Language: de_DE@formal\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.0.6\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_x;esc_attr_e;esc_attr__;esc_html__;esc_html_e\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: inc/admin/admin-header.php:16
23
- msgid "SEOPress"
24
- msgstr "SEOPress"
25
-
26
- #: inc/admin/admin-header.php:23 inc/admin/adminbar.php:75
27
- msgid "PRO"
28
- msgstr "PRO"
29
-
30
- #: inc/admin/admin-header.php:36 inc/admin/admin.php:185
31
- #: inc/admin/adminbar.php:25
32
- msgid "Titles & Metas"
33
- msgstr "Titel & Metadaten"
34
-
35
- #: inc/admin/admin-header.php:42 inc/admin/admin.php:186
36
- #: inc/admin/adminbar.php:31
37
- msgid "XML / HTML Sitemap"
38
- msgstr "XML / HTML Sitemap"
39
-
40
- #: inc/admin/admin-header.php:48 inc/admin/admin.php:187
41
- #: inc/admin/admin.php:1438 inc/admin/adminbar.php:37
42
- msgid "Social Networks"
43
- msgstr "Soziale Netzwerke"
44
-
45
- #: inc/admin/admin-header.php:54 inc/admin/admin.php:188
46
- #: inc/admin/admin.php:1476 inc/admin/adminbar.php:43
47
- msgid "Google Analytics"
48
- msgstr "Google Analytics"
49
-
50
- #: inc/admin/admin-header.php:60 inc/admin/admin-metaboxes-form.php:58
51
- #: inc/admin/admin.php:189 inc/admin/admin.php:345 inc/admin/admin.php:621
52
- #: inc/admin/admin.php:1514 inc/admin/adminbar.php:49
53
- msgid "Advanced"
54
- msgstr "Fortgeschritten"
55
-
56
- #: inc/admin/admin-header.php:68 inc/admin/admin.php:1543
57
- msgid "WooCommerce"
58
- msgstr "WooCommerce"
59
-
60
- #: inc/admin/admin-header.php:74 inc/admin/admin.php:1571
61
- msgid "Easy Digital Downloads"
62
- msgstr "Easy Digital Downloads"
63
-
64
- #: inc/admin/admin-header.php:80 inc/admin/admin.php:1599
65
- msgid "Local Business"
66
- msgstr "Lokales Business"
67
-
68
- #: inc/admin/admin-header.php:86 inc/admin/admin.php:1627
69
- msgid "Dublin Core"
70
- msgstr "Dublin Core"
71
-
72
- #: inc/admin/admin-header.php:92
73
- msgid "Structured Data Types (schema.org)"
74
- msgstr "Strukturierte Datentypen (schema.org)"
75
-
76
- #: inc/admin/admin-header.php:98 inc/admin/admin.php:1683
77
- msgid "Breadcrumbs"
78
- msgstr "Brotkrümelnavigation"
79
-
80
- #: inc/admin/admin-header.php:104 inc/admin/admin.php:1721
81
- msgid "Google Page Speed"
82
- msgstr "Google Page Speed"
83
-
84
- #: inc/admin/admin-header.php:111 inc/admin/admin.php:1742
85
- msgid "robots.txt"
86
- msgstr "robots.txt"
87
-
88
- #: inc/admin/admin-header.php:118 inc/admin/admin.php:1783
89
- msgid "Google News Sitemap"
90
- msgstr "Google News Sitemap"
91
-
92
- #: inc/admin/admin-header.php:124 inc/admin/admin.php:1811
93
- #: inc/admin/adminbar.php:81
94
- msgid "Redirections"
95
- msgstr "Weiterleitungen"
96
-
97
- #: inc/admin/admin-header.php:130 inc/admin/admin.php:1850
98
- msgid "SEOPress BOT - Broken links"
99
- msgstr "SEOPress BOT - Fehlerhafte Links"
100
-
101
- #: inc/admin/admin-header.php:136 inc/admin/admin.php:1861
102
- #: inc/admin/adminbar.php:93
103
- msgid "Backlinks"
104
- msgstr "Backlinks"
105
-
106
- #: inc/admin/admin-header.php:142 inc/admin/admin.php:1872
107
- msgid "URL Rewriting"
108
- msgstr "URL Rewriting"
109
-
110
- #: inc/admin/admin-header.php:149 inc/admin/admin.php:1903
111
- msgid ".htaccess"
112
- msgstr ".htaccess"
113
-
114
- #: inc/admin/admin-header.php:156 inc/admin/admin.php:1915
115
- msgid "RSS"
116
- msgstr "RSS"
117
-
118
- #: inc/admin/admin-header.php:162 inc/admin/admin.php:1219
119
- #: inc/admin/admin.php:1948 inc/admin/adminbar.php:69
120
- msgid "License"
121
- msgstr "Lizenz"
122
-
123
- #: inc/admin/admin-header.php:169 inc/admin/admin.php:190
124
- #: inc/admin/admin.php:1927 inc/admin/adminbar.php:55
125
- msgid "Tools"
126
- msgstr "Werkzeuge"
127
-
128
- #: inc/admin/admin-header.php:191
129
- msgid "See the changelog (new window)"
130
- msgstr "Siehe Changelog (neues Fenster)"
131
-
132
- #: inc/admin/admin-header.php:193
133
- msgid "See the changelog"
134
- msgstr "Siehe Changelog"
135
-
136
- #: inc/admin/admin-header.php:195 inc/admin/admin-header.php:197
137
- msgid "Send feedback"
138
- msgstr "Feedback senden"
139
-
140
- #: inc/admin/admin-header.php:199
141
- msgid "Follow us on Twitter (new window)"
142
- msgstr "Folgen Sie uns auf Twitter (neues Fenster)"
143
-
144
- #: inc/admin/admin-header.php:201
145
- msgid "Follow us on Twitter"
146
- msgstr "Folgen Sie uns auf Twitter"
147
-
148
- #: inc/admin/admin-header.php:203
149
- msgid "Follow us on YouTube (new window)"
150
- msgstr "Folgen Sie uns auf YouTube (neues Fenster)"
151
-
152
- #: inc/admin/admin-header.php:205
153
- msgid "Follow us on YouTube"
154
- msgstr "Folgen Sie uns auf YouTube"
155
-
156
- #: inc/admin/admin-header.php:207
157
- msgid "Official website (new window)"
158
- msgstr "Offizielle Website (neues Fenster)"
159
-
160
- #: inc/admin/admin-header.php:209
161
- msgid "Official website"
162
- msgstr "Offizielle Website"
163
-
164
- #: inc/admin/admin-header.php:211
165
- msgid "Support (new window)"
166
- msgstr "Support (neues Fenster)"
167
-
168
- #: inc/admin/admin-header.php:213
169
- msgid "Support"
170
- msgstr "Support"
171
-
172
- #: inc/admin/admin-metaboxes-content-analysis-form.php:5
173
- msgid "Enter a few keywords for analysis to help you write optimized content."
174
- msgstr ""
175
- "Geben Sie einige Suchbegriffe zur Analyse ein, damit wir Ihnen helfen "
176
- "können, optimierte Inhalte zu schreiben."
177
-
178
- #: inc/admin/admin-metaboxes-content-analysis-form.php:9
179
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
180
- #: inc/functions/options-advanced-admin.php:651
181
- msgid "Target keywords"
182
- msgstr "Suchbegriffe"
183
-
184
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
185
- msgid "Enter your target keywords"
186
- msgstr "Geben Sie Ihre Suchbegriffe ein"
187
-
188
- #: inc/admin/admin-metaboxes-content-analysis-form.php:11
189
- msgid ""
190
- "Separate target keywords with commas. Do not use spaces after the commas, "
191
- "unless you want to include them."
192
- msgstr ""
193
- "Trennen Sie Suchbegriffe mit Kommas. Verwenden Sie keine Leerzeichen hinter "
194
- "den Kommas, es sei denn, Sie möchten diese einbeziehen."
195
-
196
- #: inc/admin/admin-metaboxes-content-analysis-form.php:14
197
- msgid "Analyze my content"
198
- msgstr "Analysiere meinen Inhalt"
199
-
200
- #: inc/admin/admin-metaboxes-content-analysis-form.php:16
201
- msgid "Refresh analysis"
202
- msgstr "Analyse aktualisieren"
203
-
204
- #: inc/admin/admin-metaboxes-content-analysis-form.php:18
205
- msgid "Analysis completed"
206
- msgstr "Analyse abgeschlossen"
207
-
208
- #: inc/admin/admin-metaboxes-content-analysis-form.php:20
209
- msgid "To get the most accurate analysis, save your post first."
210
- msgstr ""
211
- "Um eine präzise Analyse zu erhalten, speichern Sie zuerst Ihren Beitrag."
212
-
213
- #: inc/admin/admin-metaboxes-content-analysis-form.php:24
214
- msgid "Google suggestions"
215
- msgstr "Google Suchvorschläge"
216
-
217
- #: inc/admin/admin-metaboxes-content-analysis-form.php:26
218
- msgid ""
219
- "Enter a keyword, or a phrase, to find the top 10 Google suggestions "
220
- "instantly. This is useful if you want to work with the long tail technique."
221
- msgstr ""
222
- "Geben Sie einen Suchbegriff oder eine Wortgruppe ein, um die 10 wichtigsten "
223
- "Google Suchvorschläge sofort angezeigt zu bekommen. Dies ist nützlich, wenn "
224
- "Sie mit der Long-Tail-Technik arbeiten möchten."
225
-
226
- #: inc/admin/admin-metaboxes-content-analysis-form.php:28
227
- msgid "Get suggestions!"
228
- msgstr "Erhalten Sie Vorschläge!"
229
-
230
- #: inc/admin/admin-metaboxes-content-analysis-form.php:72
231
- msgid "Optimizations"
232
- msgstr "Optimierungen"
233
-
234
- #: inc/admin/admin-metaboxes-content-analysis-form.php:73
235
- msgid "Configuration"
236
- msgstr "Konfiguration"
237
-
238
- #: inc/admin/admin-metaboxes-content-analysis-form.php:74
239
- msgid "Images"
240
- msgstr "Bilder"
241
-
242
- #: inc/admin/admin-metaboxes-content-analysis-form.php:75
243
- msgid "Links"
244
- msgstr "Verlinkungen"
245
-
246
- #: inc/admin/admin-metaboxes-content-analysis-form.php:81
247
- msgid "Words counter"
248
- msgstr "Wortzähler"
249
-
250
- #: inc/admin/admin-metaboxes-content-analysis-form.php:83
251
- msgid "words found."
252
- msgstr "Wörter gefunden."
253
-
254
- #: inc/admin/admin-metaboxes-content-analysis-form.php:84
255
- msgid "unique words found."
256
- msgstr "einzigartige Wörter gefunden."
257
-
258
- #: inc/admin/admin-metaboxes-content-analysis-form.php:87
259
- msgid ""
260
- "Your content is composed of more than 300 words, which is the minimum for a "
261
- "post."
262
- msgstr ""
263
- "Ihr Inhalt besteht aus mehr als 300 Wörtern, was das Minimum für einen "
264
- "Beitrag sein sollte."
265
-
266
- #: inc/admin/admin-metaboxes-content-analysis-form.php:89
267
- msgid "Your content is too short. Add a few more paragraphs!"
268
- msgstr "Ihr Inhalt ist zu kurz. Fügen Sie noch ein paar Absätze hinzu!"
269
-
270
- #: inc/admin/admin-metaboxes-content-analysis-form.php:95
271
- msgid "Post title"
272
- msgstr "Beitrags Titel"
273
-
274
- #: inc/admin/admin-metaboxes-content-analysis-form.php:98
275
- msgid "Target keywords were found in the Post Title."
276
- msgstr "Ihre Suchbegriffe wurden in dem Beitragstitel gefunden."
277
-
278
- #: inc/admin/admin-metaboxes-content-analysis-form.php:106
279
- #: inc/admin/admin-metaboxes-content-analysis-form.php:135
280
- #: inc/admin/admin-metaboxes-content-analysis-form.php:153
281
- #: inc/admin/admin-metaboxes-content-analysis-form.php:172
282
- #: inc/admin/admin-metaboxes-content-analysis-form.php:201
283
- #, php-format
284
- msgid "%s was found %d times."
285
- msgstr "%s wurde %d mal gefunden."
286
-
287
- #: inc/admin/admin-metaboxes-content-analysis-form.php:110
288
- msgid "None of your target keywords were found in the Post Title."
289
- msgstr "Keiner Ihrer Suchbegriffe wurde im Beitragstitel gefunden."
290
-
291
- #: inc/admin/admin-metaboxes-content-analysis-form.php:113
292
- msgid "No post title set for this post!"
293
- msgstr "Für diesen Beitrag wurde kein Beitragstitel erstellt!"
294
-
295
- #: inc/admin/admin-metaboxes-content-analysis-form.php:118
296
- msgid "H1 (Heading 1)"
297
- msgstr "H1 (Überschrift 1)"
298
-
299
- #: inc/admin/admin-metaboxes-content-analysis-form.php:120
300
- #, php-format
301
- msgid "We found %d Heading 1 (H1) in your content."
302
- msgstr "Wir haben %d mal eine Überschrift 1 (H1) in Ihrem Inhalt gefunden."
303
-
304
- #: inc/admin/admin-metaboxes-content-analysis-form.php:121
305
- msgid ""
306
- "You should not use a H1 heading in your post content because your post title "
307
- "is already an H1. The rule is simple: only one H1 for each web page."
308
- msgstr ""
309
- "Sie sollten keine H1 Überschrift in Ihrem Beitragsinhalt nutzen, da der "
310
- "Beitragstitel bereits in H1 formatiert ist. Die Regel ist einfach: nur eine "
311
- "H1 auf jeder Webseite."
312
-
313
- #: inc/admin/admin-metaboxes-content-analysis-form.php:125
314
- msgid "H2 (Heading 2)"
315
- msgstr "H2 (Überschrift 2)"
316
-
317
- #: inc/admin/admin-metaboxes-content-analysis-form.php:127
318
- msgid "Target keywords were found in Heading 2 (H2)."
319
- msgstr "Ihre Suchbegriffe wurden in der Überschrift 2 (H2) gefunden."
320
-
321
- #: inc/admin/admin-metaboxes-content-analysis-form.php:139
322
- msgid "None of your target keywords were found in Heading 2 (H2)."
323
- msgstr "Keine Ihrer Suchbegriffe wurden in der Überschrift 2 (H2) gefunden."
324
-
325
- #: inc/admin/admin-metaboxes-content-analysis-form.php:143
326
- msgid "H3 (Heading 3)"
327
- msgstr "H3 (Überschrift 3)"
328
-
329
- #: inc/admin/admin-metaboxes-content-analysis-form.php:145
330
- msgid "Target keywords were found in Heading 3 (H3)."
331
- msgstr "Ihre Suchbegriffe wurden in der Überschrift 3 (H3) gefunden."
332
-
333
- #: inc/admin/admin-metaboxes-content-analysis-form.php:157
334
- msgid "None of your target keywords were found in Heading 3 (H3)."
335
- msgstr "Keine Ihrer Suchbegriffe wurden in der Überschrift 3 (H3) gefunden."
336
-
337
- #: inc/admin/admin-metaboxes-content-analysis-form.php:161
338
- msgid "Meta title"
339
- msgstr "Meta-Titel"
340
-
341
- #: inc/admin/admin-metaboxes-content-analysis-form.php:164
342
- msgid "Target keywords were found in the Meta Title."
343
- msgstr "Ihre Suchbegriffe wurden im MetaTitel gefunden."
344
-
345
- #: inc/admin/admin-metaboxes-content-analysis-form.php:176
346
- msgid "None of your target keywords were found in the Meta Title."
347
- msgstr "Keines Ihrer Suchbegriffe wurde in dem Meta-Titel gefunden."
348
-
349
- #: inc/admin/admin-metaboxes-content-analysis-form.php:180
350
- msgid "Your custom title is too long."
351
- msgstr "Ihr Titel ist zu lang."
352
-
353
- #: inc/admin/admin-metaboxes-content-analysis-form.php:182
354
- msgid "The length of your title is correct"
355
- msgstr "Die Länge Ihres Titels ist korrekt"
356
-
357
- #: inc/admin/admin-metaboxes-content-analysis-form.php:185
358
- msgid "No custom title is set for this post."
359
- msgstr "Für diesen Beitrag wurde kein Titel erstellt."
360
-
361
- #: inc/admin/admin-metaboxes-content-analysis-form.php:189
362
- #: inc/admin/admin-metaboxes-form.php:109
363
- #: inc/admin/admin-metaboxes-form.php:110 inc/admin/admin.php:732
364
- #: inc/admin/admin.php:753 inc/admin/admin.php:772 inc/admin/admin.php:2043
365
- #: inc/admin/admin.php:3399 inc/functions/options-advanced-admin.php:643
366
- msgid "Meta description"
367
- msgstr "Meta-Beschreibung"
368
-
369
- #: inc/admin/admin-metaboxes-content-analysis-form.php:193
370
- msgid "Target keywords were found in the Meta description."
371
- msgstr "Ihre Suchbegriffe wurden in der Meta-Beschreibung gefunden."
372
-
373
- #: inc/admin/admin-metaboxes-content-analysis-form.php:205
374
- msgid "None of your target keywords were found in the Meta description."
375
- msgstr "Keines Ihrer Suchbegriffe wurde in der Meta-Beschreibung gefunden."
376
-
377
- #: inc/admin/admin-metaboxes-content-analysis-form.php:209
378
- msgid "You custom meta description is too long."
379
- msgstr "Ihre Meta-Beschreibung ist zu lang."
380
-
381
- #: inc/admin/admin-metaboxes-content-analysis-form.php:211
382
- msgid "The length of your meta description is correct"
383
- msgstr "Die Länge Ihrer Meta-Beschreibung ist korrekt"
384
-
385
- #: inc/admin/admin-metaboxes-content-analysis-form.php:214
386
- msgid "No custom meta description is set for this post."
387
- msgstr "Für diesen Beitrag wurde keine Meta-Beschreibung erstellt."
388
-
389
- #: inc/admin/admin-metaboxes-content-analysis-form.php:220
390
- msgid "Robots"
391
- msgstr "Robots"
392
-
393
- #: inc/admin/admin-metaboxes-content-analysis-form.php:224
394
- msgid "noindex is on! Search engines can't index this page."
395
- msgstr ""
396
- "noindex ist aktiviert! Suchmaschinen können diese Seite nicht indexieren."
397
-
398
- #: inc/admin/admin-metaboxes-content-analysis-form.php:226
399
- msgid "noindex is off. Search engines will index this page."
400
- msgstr "noindex ist deaktiviert. Suchmaschinen werden diese Seite indexieren."
401
-
402
- #: inc/admin/admin-metaboxes-content-analysis-form.php:230
403
- msgid "nofollow is on! Search engines can't follow your links on this page."
404
- msgstr ""
405
- "nofollow ist aktiviert! Suchmaschinen können Ihren Verlinkungen auf dieser "
406
- "Seite nicht folgen."
407
-
408
- #: inc/admin/admin-metaboxes-content-analysis-form.php:232
409
- msgid "nofollow is off. Search engines will follow links on this page."
410
- msgstr ""
411
- "nofollow ist deaktiviert. Suchmaschinen werden Verlinkungen auf dieser Seite "
412
- "folgen."
413
-
414
- #: inc/admin/admin-metaboxes-content-analysis-form.php:236
415
- msgid ""
416
- "noimageindex is on! Google will not index your images on this page (but if "
417
- "someone makes a direct link to one of your image in this page, it will be "
418
- "indexed)."
419
- msgstr ""
420
- "noimageindex ist aktiviert! Google wird Ihre Bilder auf dieser Seite nicht "
421
- "indexieren (sofern aber jemand eines Ihrer Bilder auf dieser Seite direkt "
422
- "verlinkt, wird es indexiert)."
423
-
424
- #: inc/admin/admin-metaboxes-content-analysis-form.php:238
425
- msgid "noimageindex is off. Google will index the images on this page."
426
- msgstr ""
427
- "noimageindex ist deaktiviert! Google wird die Bilder auf dieser Seite "
428
- "indexieren."
429
-
430
- #: inc/admin/admin-metaboxes-content-analysis-form.php:242
431
- msgid "noarchive is on! Search engines will not cache your page."
432
- msgstr ""
433
- "noarchive ist aktiviert! Suchmaschinen werden Ihre Seite nicht "
434
- "zwischenspeichern."
435
-
436
- #: inc/admin/admin-metaboxes-content-analysis-form.php:244
437
- msgid "noarchive is off. Search engines will probably cache your page."
438
- msgstr ""
439
- "noarchive ist deaktiviert! Suchmaschinen werden Ihre Seite vermutlich "
440
- "zwischenspeichern."
441
-
442
- #: inc/admin/admin-metaboxes-content-analysis-form.php:248
443
- msgid ""
444
- "nosnippet is on! Search engines will not display a snippet of this page in "
445
- "search results."
446
- msgstr ""
447
- "nosnippet ist aktiviert! Suchmaschinen zeigen keinen Ausschnitt dieser Seite "
448
- "in den Suchergebnissen an."
449
-
450
- #: inc/admin/admin-metaboxes-content-analysis-form.php:250
451
- msgid ""
452
- "nosnippet is off. Search engines will display a snippet of this page in "
453
- "search results."
454
- msgstr ""
455
- "nosnippet ist deaktiviert! Suchmaschinen zeigen einen Ausschnitt dieser "
456
- "Seite in den Suchergebnissen an."
457
-
458
- #: inc/admin/admin-metaboxes-content-analysis-form.php:262
459
- msgid ""
460
- "No alternative text found for these images. Alt tags are important for both "
461
- "SEO and accessibility."
462
- msgstr ""
463
- "Für diese Bilder wurde kein alternativer Text gefunden. Alt-Tags sind "
464
- "wichtig für SEO und Barrierefreiheit."
465
-
466
- #: inc/admin/admin-metaboxes-content-analysis-form.php:266
467
- msgid "Post Content"
468
- msgstr "Beitrag-Inhalt"
469
-
470
- #: inc/admin/admin-metaboxes-content-analysis-form.php:276
471
- msgid "Post Thumbnail"
472
- msgstr "Beitrags-Miniaturbild (Thumbnail)"
473
-
474
- #: inc/admin/admin-metaboxes-content-analysis-form.php:284
475
- msgid "Product gallery"
476
- msgstr "Produkt-Galerie"
477
-
478
- #: inc/admin/admin-metaboxes-content-analysis-form.php:292
479
- msgid "All alternative tags are filled in. Good work!"
480
- msgstr "Alle alternativen Tags sind ausgefüllt. Gute Arbeit!"
481
-
482
- #: inc/admin/admin-metaboxes-content-analysis-form.php:295
483
- msgid ""
484
- "We could not find any image in your content. Content with media is a plus "
485
- "for your SEO."
486
- msgstr ""
487
- "Wir konnten kein Bild in Ihrem Inhalt finden. Inhalte mit Medien sind ein "
488
- "Plus für Ihre SEO."
489
-
490
- #: inc/admin/admin-metaboxes-content-analysis-form.php:301
491
- msgid "NoFollow Links"
492
- msgstr "NoFollow Verlinkungen"
493
-
494
- #: inc/admin/admin-metaboxes-content-analysis-form.php:307
495
- #, php-format
496
- msgid ""
497
- "We found %d links with nofollow attribute in your page. Do not overuse "
498
- "nofollow attribute in links. Below, the list:"
499
- msgstr ""
500
- "Wir haben %d Verlinkungen mit nofollow Attribut auf Ihrer Seite gefunden. "
501
- "Verwenden Sie das nofollow-Attribut in Verlinkungen nicht übermäßig oft. Wie "
502
- "folgt, die Auflistung:"
503
-
504
- #: inc/admin/admin-metaboxes-content-analysis-form.php:314
505
- msgid "This page doesn't have any nofollow links."
506
- msgstr "Diese Seite hat keine nofollow Verlinkungen."
507
-
508
- #: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
509
- #: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:183
510
- #: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:633
511
- msgid "SEO"
512
- msgstr "SEO"
513
-
514
- #: inc/admin/admin-metaboxes-form.php:57
515
- msgid "Titles settings"
516
- msgstr "Titel Einstellungen"
517
-
518
- #: inc/admin/admin-metaboxes-form.php:59
519
- msgid "Social"
520
- msgstr "Soziale Netze"
521
-
522
- #: inc/admin/admin-metaboxes-form.php:61
523
- msgid "Redirection"
524
- msgstr "Weiterleitung"
525
-
526
- #: inc/admin/admin-metaboxes-form.php:66
527
- msgid "Google News"
528
- msgstr "Google News"
529
-
530
- #: inc/admin/admin-metaboxes-form.php:73
531
- msgid "Video Sitemap"
532
- msgstr "Video Sitemap"
533
-
534
- #: inc/admin/admin-metaboxes-form.php:86
535
- msgid ""
536
- "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas "
537
- "> Archives > Products</strong> "
538
- msgstr ""
539
- "Diese ist Ihre <strong>Shop-Seite</strong>. Gehen Sie zu <strong>SEO > Titel "
540
- "& Metadaten > Archive > Produkte</strong> "
541
-
542
- #: inc/admin/admin-metaboxes-form.php:86
543
- msgid "to edit your title and meta description"
544
- msgstr "um Titel und Meta-Beschreibung zu bearbeiten"
545
-
546
- #: inc/admin/admin-metaboxes-form.php:92 inc/admin/admin-metaboxes-form.php:93
547
- msgid "Title"
548
- msgstr "Titel"
549
-
550
- #: inc/admin/admin-metaboxes-form.php:93
551
- msgid "Enter your title"
552
- msgstr "Geben Sie Ihren Titel ein"
553
-
554
- #: inc/admin/admin-metaboxes-form.php:97 inc/admin/admin-metaboxes-form.php:114
555
- msgid "(maximum recommended limit)"
556
- msgstr "(empfohlene Höchstgrenze)"
557
-
558
- #: inc/admin/admin-metaboxes-form.php:101 inc/admin/admin.php:3442
559
- #: inc/admin/admin.php:4377
560
- msgid "Post Title"
561
- msgstr "Beitrags-Titel"
562
-
563
- #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:198
564
- #: inc/admin/admin.php:3391 inc/admin/admin.php:3444 inc/admin/admin.php:3563
565
- #: inc/admin/admin.php:3681 inc/admin/admin.php:3758 inc/admin/admin.php:3828
566
- #: inc/admin/admin.php:3897 inc/admin/admin.php:3947
567
- msgid "Site Title"
568
- msgstr "Seiten-Titel"
569
-
570
- #: inc/admin/admin-metaboxes-form.php:105 inc/admin/admin.php:2027
571
- #: inc/admin/admin.php:3378
572
- msgid "Separator"
573
- msgstr "Separator"
574
-
575
- #: inc/admin/admin-metaboxes-form.php:110
576
- msgid "Enter your meta description"
577
- msgstr "Geben Sie Ihre Meta-Beschreibung ein"
578
-
579
- #: inc/admin/admin-metaboxes-form.php:118
580
- msgid "Post Excerpt"
581
- msgstr "Beitrags-Auszug"
582
-
583
- #: inc/admin/admin-metaboxes-form.php:123
584
- msgid "Google Snippet Preview"
585
- msgstr "Google Snippet Vorschau"
586
-
587
- #: inc/admin/admin-metaboxes-form.php:124
588
- msgid ""
589
- "This is what your page will look like in Google search results. You have to "
590
- "publish your post to get the Google Snippet Preview."
591
- msgstr ""
592
- "So wird Ihre Seite in den Google-Suchergebnissen aussehen. Sie müssen Ihren "
593
- "Beitrag veröffentlichen, um die Google Snippet Vorschau zu erhalten."
594
-
595
- #: inc/admin/admin-metaboxes-form.php:149
596
- #, fuzzy
597
- #| msgid ""
598
- #| "Do not display this page in search engine results <strong>(noindex)</"
599
- #| "strong>"
600
- msgid ""
601
- "Do not display this page in search engine results / XML - HTML sitemaps "
602
- "<strong>(noindex)</strong>"
603
- msgstr ""
604
- "Zeige diese Seite nicht in den Suchergebnissen an <strong>(noindex)</strong>"
605
-
606
- #: inc/admin/admin-metaboxes-form.php:155
607
- msgid "Do not follow links for this page <strong>(nofollow)</strong>"
608
- msgstr "Verlinkungen auf dieser Seite nicht folgen <strong>(nofollow)</strong>"
609
-
610
- #: inc/admin/admin-metaboxes-form.php:161
611
- msgid ""
612
- "Do not use Open Directory project metadata for titles or excerpts for this "
613
- "page <strong>(noodp)</strong>"
614
- msgstr ""
615
- "Für Titel oder Auszüge dieser Seite keine Metadaten aus dem Open Directory-"
616
- "Projekt verwenden <strong>(noodp)</strong>"
617
-
618
- #: inc/admin/admin-metaboxes-form.php:167
619
- msgid "Do not index images for this page <strong>(noimageindex)</strong>"
620
- msgstr ""
621
- "Keine Bilder für diese Seite indexieren <strong>(noimageindex)</strong>"
622
-
623
- #: inc/admin/admin-metaboxes-form.php:173
624
- msgid ""
625
- "Do not display a \"Cached\" link in the Google search results "
626
- "<strong>(noarchive)</strong>"
627
- msgstr ""
628
- "Keine \"zwischengespeicherten\" Verlinkungen in den Google Suchergebnissen "
629
- "anzeigen <strong>(noarchive)</strong>"
630
-
631
- #: inc/admin/admin-metaboxes-form.php:179
632
- msgid ""
633
- "Do not display a description in search results for this page "
634
- "<strong>(nosnippet)</strong>"
635
- msgstr ""
636
- "Keine Beschreibung für diese Seite in den Suchergebnissen anzeigen "
637
- "<strong>(nosnippet)</strong>"
638
-
639
- #: inc/admin/admin-metaboxes-form.php:183
640
- msgid ""
641
- "You can not uncheck a parameter? This is normal, it is most likely defined "
642
- "in the global settings of the extension."
643
- msgstr ""
644
- "Sie können einen Parameter nicht deaktivieren? Dies ist normal, er ist "
645
- "höchstwahrscheinlich in den globalen Einstellungen der Erweiterung definiert."
646
-
647
- #: inc/admin/admin-metaboxes-form.php:186
648
- #: inc/admin/admin-metaboxes-form.php:187 inc/admin/admin.php:736
649
- #: inc/admin/admin.php:776
650
- msgid "Canonical URL"
651
- msgstr "Canonical URL"
652
-
653
- #: inc/admin/admin-metaboxes-form.php:187
654
- msgid "Default value: "
655
- msgstr "Standardwert: "
656
-
657
- #: inc/admin/admin-metaboxes-form.php:191
658
- #, fuzzy
659
- #| msgid "Single product category"
660
- msgid "Select a primary category"
661
- msgstr "Einzelne Produkt-Kategorie"
662
-
663
- #: inc/admin/admin-metaboxes-form.php:192
664
- msgid ""
665
- "Set the category that gets used in the %category% permalink if you have "
666
- "multiple categories."
667
- msgstr ""
668
-
669
- #: inc/admin/admin-metaboxes-form.php:197 inc/admin/admin.php:4420
670
- msgid "None (will disable this feature)"
671
- msgstr "Keine (deaktiviert diese Funktion)"
672
-
673
- #: inc/admin/admin-metaboxes-form.php:208
674
- #: inc/admin/admin-metaboxes-form.php:209
675
- msgid "Custom breadcrumbs"
676
- msgstr "Benutzerdefinierte Brotkrümelnavigation"
677
-
678
- #: inc/admin/admin-metaboxes-form.php:209
679
- msgid "Enter a custom value, useful if your title is too long"
680
- msgstr ""
681
- "Geben Sie einen benutzerdefinierten Wert ein, das ist nützlich, wenn Ihr "
682
- "Titel zu lang ist"
683
-
684
- #: inc/admin/admin-metaboxes-form.php:217
685
- msgid "Ask Facebook to update his cache"
686
- msgstr "Bitten Sie Facebook, seinen Cache zu aktualisieren"
687
-
688
- #: inc/admin/admin-metaboxes-form.php:219
689
- #: inc/admin/admin-metaboxes-form.php:220
690
- msgid "Facebook Title"
691
- msgstr "Facebook Titel"
692
-
693
- #: inc/admin/admin-metaboxes-form.php:220
694
- msgid "Enter your Facebook title"
695
- msgstr "Geben Sie Ihren Facebook Titel ein"
696
-
697
- #: inc/admin/admin-metaboxes-form.php:223
698
- #: inc/admin/admin-metaboxes-form.php:224
699
- msgid "Facebook description"
700
- msgstr "Facebook Beschreibung"
701
-
702
- #: inc/admin/admin-metaboxes-form.php:224
703
- msgid "Enter your Facebook description"
704
- msgstr "Geben Sie Ihre Facebook Beschreibung ein"
705
-
706
- #: inc/admin/admin-metaboxes-form.php:227
707
- #: inc/admin/admin-metaboxes-form.php:228
708
- msgid "Facebook Thumbnail"
709
- msgstr "Facebook Miniaturbild (Thumbnail)"
710
-
711
- #: inc/admin/admin-metaboxes-form.php:228
712
- #: inc/admin/admin-metaboxes-form.php:246 inc/admin/admin.php:4689
713
- #: inc/admin/admin.php:4781
714
- msgid "Select your default thumbnail"
715
- msgstr "Wählen Sie Ihr Standard-Miniaturbild (Thumbnail) aus"
716
-
717
- #: inc/admin/admin-metaboxes-form.php:229 inc/admin/admin.php:4693
718
- msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
719
- msgstr "Mindestgröße: 200x200px, ideales Verhältnis 1.91:1, 8Mb max."
720
-
721
- #: inc/admin/admin-metaboxes-form.php:230
722
- #: inc/admin/admin-metaboxes-form.php:248
723
- #: inc/admin/admin-metaboxes-form.php:381 inc/admin/admin.php:4454
724
- #: inc/admin/admin.php:4691 inc/admin/admin.php:4783
725
- msgid "Upload an Image"
726
- msgstr "Bild hochladen"
727
-
728
- #: inc/admin/admin-metaboxes-form.php:235
729
- msgid "Preview your Twitter card using the official validator"
730
- msgstr "Vorschau Ihrer Twitter-Card mit dem offiziellen Validator"
731
-
732
- #: inc/admin/admin-metaboxes-form.php:237
733
- #: inc/admin/admin-metaboxes-form.php:238
734
- msgid "Twitter Title"
735
- msgstr "Twitter Titel"
736
-
737
- #: inc/admin/admin-metaboxes-form.php:238
738
- msgid "Enter your Twitter title"
739
- msgstr "Geben Sie Ihren Twitter Titel ein"
740
-
741
- #: inc/admin/admin-metaboxes-form.php:241
742
- #: inc/admin/admin-metaboxes-form.php:242
743
- msgid "Twitter description"
744
- msgstr "Twitter Beschreibung"
745
-
746
- #: inc/admin/admin-metaboxes-form.php:242
747
- msgid "Enter your Twitter description"
748
- msgstr "Geben Sie Ihre Twitter Beschreibung ein"
749
-
750
- #: inc/admin/admin-metaboxes-form.php:245
751
- #: inc/admin/admin-metaboxes-form.php:248
752
- msgid "Twitter Thumbnail"
753
- msgstr "Twitter-Miniaturbild (Thumbnail)"
754
-
755
- #: inc/admin/admin-metaboxes-form.php:247 inc/admin/admin.php:4785
756
- msgid ""
757
- "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
758
- "(2:1 with large card), 5Mb max."
759
- msgstr ""
760
- "Mindestgröße: 144x144px (300x157px, falls große Card aktiviert), ideales "
761
- "Verhältnis 1:1 (2:1 für die große Card), 5Mb max."
762
-
763
- #: inc/admin/admin-metaboxes-form.php:257
764
- msgid "Enable redirection?"
765
- msgstr "Weiterleitung aktivieren?"
766
-
767
- #: inc/admin/admin-metaboxes-form.php:261
768
- #: inc/admin/admin-metaboxes-form.php:269
769
- msgid "URL redirection"
770
- msgstr "URL-Weiterleitung"
771
-
772
- #: inc/admin/admin-metaboxes-form.php:263
773
- msgid "301 Moved Permanently"
774
- msgstr "301 Moved Permanently"
775
-
776
- #: inc/admin/admin-metaboxes-form.php:264
777
- msgid "302 Found / Moved Temporarily"
778
- msgstr "302 Found / Moved Temporarily"
779
-
780
- #: inc/admin/admin-metaboxes-form.php:265
781
- msgid "307 Moved Temporarily"
782
- msgstr "307 Moved Temporarily"
783
-
784
- #: inc/admin/admin-metaboxes-form.php:266
785
- msgid "410 Gone"
786
- msgstr "410 Gone"
787
-
788
- #: inc/admin/admin-metaboxes-form.php:267
789
- msgid "451 Unavailable For Legal Reasons"
790
- msgstr "451 Unavailable For Legal Reasons"
791
-
792
- #: inc/admin/admin-metaboxes-form.php:269
793
- msgid "Enter your new URL"
794
- msgstr "Geben Sie Ihre neue URL ein"
795
-
796
- #: inc/admin/admin-metaboxes-form.php:277
797
- #: inc/admin/admin-metaboxes-form.php:279
798
- #: inc/admin/admin-metaboxes-form.php:282
799
- #: inc/admin/admin-metaboxes-form.php:284
800
- msgid "Test your URL"
801
- msgstr "Testen Sie Ihre URL"
802
-
803
- #: inc/admin/admin-metaboxes-form.php:298
804
- msgid "Need help with your redirections? Read our guide."
805
- msgstr ""
806
- "Benötigen Sie Hilfe mit Ihren Weiterleitungen? Lesen Sie unsere Anleitung."
807
-
808
- #: inc/admin/admin-metaboxes-form.php:310
809
- msgid "Exclude this post from Google News Sitemap?"
810
- msgstr "Diesen Beitrag von der Google News Sitemap ausschließen?"
811
-
812
- #: inc/admin/admin-metaboxes-form.php:334
813
- msgid "Exclude this post from Video Sitemap?"
814
- msgstr "Diesen Beitrag von der Video Sitemap ausschließen?"
815
-
816
- #: inc/admin/admin-metaboxes-form.php:336
817
- msgid ""
818
- "If your post is set to noindex, it will be automatically excluded from the "
819
- "sitemap."
820
- msgstr ""
821
- "Wenn Ihr Beitrag auf noindex gesetzt ist, wird er automatisch aus der "
822
- "Sitemap entfernt."
823
-
824
- #: inc/admin/admin-metaboxes-form.php:355
825
- msgid "Video "
826
- msgstr "Video "
827
-
828
- #: inc/admin/admin-metaboxes-form.php:359
829
- msgid "Video URL (required)"
830
- msgstr "Video URL (erforderlich)"
831
-
832
- #: inc/admin/admin-metaboxes-form.php:360
833
- msgid "Enter your video URL"
834
- msgstr "Geben Sie Ihre Video URL ein"
835
-
836
- #: inc/admin/admin-metaboxes-form.php:360
837
- msgid "Video URL"
838
- msgstr "Video URL"
839
-
840
- #: inc/admin/admin-metaboxes-form.php:365
841
- msgid ""
842
- "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? "
843
- "Check this if your video is hosting on this server."
844
- msgstr ""
845
- "KEIN externes Video (z.B.: Video-Hosting auf YouTube, Vimeo, Wistia...)? "
846
- "Überprüfen Sie dies, wenn Ihr Video auf diesem Server gehostet ist."
847
-
848
- #: inc/admin/admin-metaboxes-form.php:369
849
- msgid "Video Title (required)"
850
- msgstr "Video Titel (erforderlich)"
851
-
852
- #: inc/admin/admin-metaboxes-form.php:370
853
- msgid "Enter your video title"
854
- msgstr "Geben Sie Ihren Video Titel ein"
855
-
856
- #: inc/admin/admin-metaboxes-form.php:370
857
- msgid "Video title"
858
- msgstr "Video Titel"
859
-
860
- #: inc/admin/admin-metaboxes-form.php:371
861
- msgid "Default: title tag, if not available, post title."
862
- msgstr "Standard: Titel-Tag, falls nicht vorhanden, Beitrags-Titel."
863
-
864
- #: inc/admin/admin-metaboxes-form.php:374
865
- msgid "Video Description (required)"
866
- msgstr "Video Beschreibung (erforderlich)"
867
-
868
- #: inc/admin/admin-metaboxes-form.php:375
869
- msgid "Enter your video description"
870
- msgstr "Geben Sie Ihre Video Beschreibung ein"
871
-
872
- #: inc/admin/admin-metaboxes-form.php:375
873
- msgid "Video description"
874
- msgstr "Video Beschreibung"
875
-
876
- #: inc/admin/admin-metaboxes-form.php:376
877
- msgid ""
878
- "2048 characters max.; default: meta description. If not available, use the "
879
- "beginning of the post content."
880
- msgstr ""
881
- "Max. 2048 Zeichen; Standard: Meta-Beschreibung. Falls nicht vorhanden, "
882
- "verwenden Sie den Anfang des Beitrags-Inhalts."
883
-
884
- #: inc/admin/admin-metaboxes-form.php:379
885
- msgid "Video Thumbnail (required)"
886
- msgstr "Video-Miniaturbild (Thumbnail), (erforderlich)"
887
-
888
- #: inc/admin/admin-metaboxes-form.php:380
889
- msgid "Select your video thumbnail"
890
- msgstr "Wählen Sie Ihr Video-Miniaturbild (Thumbnail) aus"
891
-
892
- #: inc/admin/admin-metaboxes-form.php:381
893
- msgid "Video Thumbnail"
894
- msgstr "Video-Miniaturbild (Thumbnail)"
895
-
896
- #: inc/admin/admin-metaboxes-form.php:382
897
- msgid ""
898
- "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
899
- "your post featured image."
900
- msgstr ""
901
- "Mindestgröße: 160x90px (1920x1080 max), JPG, PNG oder GIF-Formate. Standard: "
902
- "Featured Image Ihres Beitrags."
903
-
904
- #: inc/admin/admin-metaboxes-form.php:385
905
- msgid "Video Duration (recommended)"
906
- msgstr "Video Dauer (erforderlich)"
907
-
908
- #: inc/admin/admin-metaboxes-form.php:386
909
- msgid "Duration in seconds"
910
- msgstr "Dauer in Sekunden"
911
-
912
- #: inc/admin/admin-metaboxes-form.php:386
913
- msgid "Video duration"
914
- msgstr "Video Dauer"
915
-
916
- #: inc/admin/admin-metaboxes-form.php:387
917
- msgid ""
918
- "The duration of the video in seconds. Value must be between 0 and 28800 (8 "
919
- "hours)."
920
- msgstr ""
921
- "Die Dauer des Videos in Sekunden. Der Wert muss zwischen 0 und 28800 (8 "
922
- "Stunden) liegen."
923
-
924
- #: inc/admin/admin-metaboxes-form.php:390
925
- msgid "Video Rating"
926
- msgstr "Video Bewertung"
927
-
928
- #: inc/admin/admin-metaboxes-form.php:391
929
- msgid "Video rating"
930
- msgstr "Video Bewertung"
931
-
932
- #: inc/admin/admin-metaboxes-form.php:392
933
- msgid "Allowed values are float numbers in the range 0.0 to 5.0."
934
- msgstr "Erlaubte Werte sind Gleitkommazahlen im Bereich von 0,0 bis 5,0."
935
-
936
- #: inc/admin/admin-metaboxes-form.php:395
937
- #: inc/admin/admin-metaboxes-form.php:396
938
- msgid "View count"
939
- msgstr "Ansicht Anzahl"
940
-
941
- #: inc/admin/admin-metaboxes-form.php:396
942
- msgid "Number of views"
943
- msgstr "Anzahl der Ansichten"
944
-
945
- #: inc/admin/admin-metaboxes-form.php:399
946
- #: inc/admin/admin-metaboxes-form.php:400
947
- msgid "Video tags"
948
- msgstr "Video-Tags"
949
-
950
- #: inc/admin/admin-metaboxes-form.php:400
951
- msgid "Enter your video tags"
952
- msgstr "Geben Sie Ihre Video-Tags ein"
953
-
954
- #: inc/admin/admin-metaboxes-form.php:401
955
- msgid ""
956
- "32 tags max., separate tags with commas. Default: target keywords + post "
957
- "tags if available."
958
- msgstr ""
959
- "max. 32 Tags, separate Tags mit Kommas. Standard: Suchbegriffe + Beitrags-"
960
- "Tags, falls vorhanden."
961
-
962
- #: inc/admin/admin-metaboxes-form.php:404
963
- #: inc/admin/admin-metaboxes-form.php:405
964
- msgid "Video categories"
965
- msgstr "Video-Kategorien"
966
-
967
- #: inc/admin/admin-metaboxes-form.php:405
968
- msgid "Enter your video categories"
969
- msgstr "Geben Sie Ihre Video-Kategorien ein"
970
-
971
- #: inc/admin/admin-metaboxes-form.php:406
972
- msgid ""
973
- "256 characters max., usually a video will belong to a single category, "
974
- "separate categories with commas. Default: first post category if available."
975
- msgstr ""
976
- "Max. 256 Zeichen, normalerweise gehört ein Video zu einer einzigen "
977
- "Kategorie, separate Kategorien mit Kommas trennen. Standard: erste Beitrags-"
978
- "Kategorie, falls vorhanden."
979
-
980
- #: inc/admin/admin-metaboxes-form.php:411
981
- msgid "NOT family friendly?"
982
- msgstr "NICHT familienfreundlich?"
983
-
984
- #: inc/admin/admin-metaboxes-form.php:413
985
- msgid "The video will be available only to users with SafeSearch turned off."
986
- msgstr ""
987
- "Das Video ist nur für Benutzer verfügbar, die SafeSearch deaktiviert haben."
988
-
989
- #: inc/admin/admin-metaboxes-form.php:415
990
- msgid "Remove video"
991
- msgstr "Entferne Video"
992
-
993
- #: inc/admin/admin-metaboxes-form.php:422
994
- msgid "Add video"
995
- msgstr "Füge Video hinzu"
996
-
997
- #: inc/admin/admin-metaboxes.php:394
998
- msgid "Content analysis"
999
- msgstr "Inhaltsanalyse"
1000
-
1001
- #: inc/admin/admin.php:105
1002
- msgid "404 - Page not found"
1003
- msgstr "404 - Seite nicht gefunden"
1004
-
1005
- #: inc/admin/admin.php:184
1006
- msgid "Dashboard"
1007
- msgstr "Dashboard"
1008
-
1009
- #: inc/admin/admin.php:186 inc/admin/admin.php:1400
1010
- msgid "XML / Image / Video / HTML Sitemap"
1011
- msgstr "XML / Bilder / Video / HTML Sitemap"
1012
-
1013
- #: inc/admin/admin.php:197
1014
- #, php-format
1015
- msgid "%%sep%%"
1016
- msgstr "%%sep%%"
1017
-
1018
- #: inc/admin/admin.php:197
1019
- msgid "Separator (eg: - )"
1020
- msgstr "Separator (z.B.: - )"
1021
-
1022
- #: inc/admin/admin.php:198
1023
- #, php-format
1024
- msgid "%%sitetitle%%"
1025
- msgstr "%%sitetitle%%"
1026
-
1027
- #: inc/admin/admin.php:199
1028
- #, php-format
1029
- msgid "%%tagline%%"
1030
- msgstr "%%tagline%%"
1031
-
1032
- #: inc/admin/admin.php:199 inc/admin/admin.php:3392 inc/admin/admin.php:3403
1033
- msgid "Tagline"
1034
- msgstr "Tagline"
1035
-
1036
- #: inc/admin/admin.php:200
1037
- #, php-format
1038
- msgid "%%post_title%%"
1039
- msgstr "%%post_title%%"
1040
-
1041
- #: inc/admin/admin.php:200
1042
- msgid "Post Title (post, page, custom post type)"
1043
- msgstr ""
1044
- "Titel Beitrag (Beiträge, Seiten, individuelle Inhaltstypen (=Custom Post "
1045
- "Types))"
1046
-
1047
- #: inc/admin/admin.php:201
1048
- #, php-format
1049
- msgid "%%post_excerpt%%"
1050
- msgstr "%%post_excerpt%%"
1051
-
1052
- #: inc/admin/admin.php:201
1053
- msgid "Post excerpt"
1054
- msgstr "Beitrags-Auszug"
1055
-
1056
- #: inc/admin/admin.php:202
1057
- #, php-format
1058
- msgid "%%post_date%%"
1059
- msgstr "%%post_date%%"
1060
-
1061
- #: inc/admin/admin.php:202
1062
- msgid "Post date"
1063
- msgstr "Beitrags-Datum"
1064
-
1065
- #: inc/admin/admin.php:203
1066
- #, php-format
1067
- msgid "%%post_modified_date%%"
1068
- msgstr "%%post_modified_date%%"
1069
-
1070
- #: inc/admin/admin.php:203
1071
- msgid "Last modified post date"
1072
- msgstr "Letzte Änderung Beitrags-Datum"
1073
-
1074
- #: inc/admin/admin.php:204
1075
- #, php-format
1076
- msgid "%%post_author%%"
1077
- msgstr "%%post_author%%"
1078
-
1079
- #: inc/admin/admin.php:204 inc/admin/admin.php:3757
1080
- msgid "Post author"
1081
- msgstr "Beitrags-Autor"
1082
-
1083
- #: inc/admin/admin.php:205
1084
- #, php-format
1085
- msgid "%%post_category%%"
1086
- msgstr "%%post_category%%"
1087
-
1088
- #: inc/admin/admin.php:205
1089
- msgid "Post category"
1090
- msgstr "Beitrags-Kategorie"
1091
-
1092
- #: inc/admin/admin.php:206
1093
- #, php-format
1094
- msgid "%%post_tag%%"
1095
- msgstr "%%post_tag%%"
1096
-
1097
- #: inc/admin/admin.php:206
1098
- msgid "Post tag"
1099
- msgstr "Beitrags-Tag"
1100
-
1101
- #: inc/admin/admin.php:207
1102
- #, php-format
1103
- msgid "%%_category_title%%"
1104
- msgstr "%%_category_title%%"
1105
-
1106
- #: inc/admin/admin.php:207
1107
- msgid "Category title"
1108
- msgstr "Kategorie-Titel"
1109
-
1110
- #: inc/admin/admin.php:208
1111
- #, php-format
1112
- msgid "%%_category_description%%"
1113
- msgstr "%%_category_description%%"
1114
-
1115
- #: inc/admin/admin.php:208
1116
- msgid "Category description"
1117
- msgstr "Kategorie-Beschreibung"
1118
-
1119
- #: inc/admin/admin.php:209
1120
- #, php-format
1121
- msgid "%%tag_title%%"
1122
- msgstr "%%tag_title%%"
1123
-
1124
- #: inc/admin/admin.php:209
1125
- msgid "Tag title"
1126
- msgstr "Tag-Titel"
1127
-
1128
- #: inc/admin/admin.php:210
1129
- #, php-format
1130
- msgid "%%tag_description%%"
1131
- msgstr "%%tag_description%%"
1132
-
1133
- #: inc/admin/admin.php:210
1134
- msgid "Tag description"
1135
- msgstr "Tag-Beschreibung"
1136
-
1137
- #: inc/admin/admin.php:211
1138
- #, php-format
1139
- msgid "%%term_title%%"
1140
- msgstr "%%term_title%%"
1141
-
1142
- #: inc/admin/admin.php:211
1143
- msgid "Term title"
1144
- msgstr "Begriffs-Titel"
1145
-
1146
- #: inc/admin/admin.php:212
1147
- #, php-format
1148
- msgid "%%term_description%%"
1149
- msgstr "%%term_description%%"
1150
-
1151
- #: inc/admin/admin.php:212
1152
- msgid "Term description"
1153
- msgstr "Begriffs-Beschreibung"
1154
-
1155
- #: inc/admin/admin.php:213
1156
- #, php-format
1157
- msgid "%%search_keywords%%"
1158
- msgstr "%%search_keywords%%"
1159
-
1160
- #: inc/admin/admin.php:213
1161
- msgid "Search keywords"
1162
- msgstr "Suchbegriffe"
1163
-
1164
- #: inc/admin/admin.php:214
1165
- #, php-format
1166
- msgid "%%current_pagination%%"
1167
- msgstr "%%current_pagination%%"
1168
-
1169
- #: inc/admin/admin.php:214
1170
- msgid "Current number page"
1171
- msgstr "Aktuelle Seiten-Nummer"
1172
-
1173
- #: inc/admin/admin.php:215
1174
- #, php-format
1175
- msgid "%%cpt_plural%%"
1176
- msgstr "%%cpt_plural%%"
1177
-
1178
- #: inc/admin/admin.php:215
1179
- msgid "Plural Post Type Archive name"
1180
- msgstr "Plural Inhaltstyp Archiv-Name"
1181
-
1182
- #: inc/admin/admin.php:216
1183
- #, php-format
1184
- msgid "%%archive_title%%"
1185
- msgstr "%%archive_title%%"
1186
-
1187
- #: inc/admin/admin.php:216
1188
- msgid "Archive title"
1189
- msgstr "Archiv-Titel"
1190
-
1191
- #: inc/admin/admin.php:217
1192
- #, php-format
1193
- msgid "%%archive_date%%"
1194
- msgstr "%%archive_date%%"
1195
-
1196
- #: inc/admin/admin.php:217
1197
- msgid "Date Archive"
1198
- msgstr "Datumsarchiv"
1199
-
1200
- #: inc/admin/admin.php:218
1201
- #, php-format
1202
- msgid "%%archive_date_day%%"
1203
- msgstr "%%archive_date_day%%"
1204
-
1205
- #: inc/admin/admin.php:218
1206
- msgid "Day Archive date"
1207
- msgstr "Tag Archivierungsdatum"
1208
-
1209
- #: inc/admin/admin.php:219
1210
- #, php-format
1211
- msgid "%%archive_date_month%%"
1212
- msgstr "%%archive_date_month%%"
1213
-
1214
- #: inc/admin/admin.php:219
1215
- msgid "Month Archive title"
1216
- msgstr "Monat Archivierungsdatum"
1217
-
1218
- #: inc/admin/admin.php:220
1219
- #, php-format
1220
- msgid "%%archive_date_year%%"
1221
- msgstr "%%archive_date_year%%"
1222
-
1223
- #: inc/admin/admin.php:220
1224
- msgid "Year Archive title"
1225
- msgstr "Jahr Archivierungsdatum"
1226
-
1227
- #: inc/admin/admin.php:221
1228
- #, php-format
1229
- msgid "%%_cf_your_custom_field_name%%"
1230
- msgstr "%%_cf_your_custom_field_name%%"
1231
-
1232
- #: inc/admin/admin.php:221
1233
- msgid "Custom fields from post, page or post type"
1234
- msgstr ""
1235
- "Benutzerdefinierte Felder von Beiträgen, Seiten oder anderen Inhaltstypen"
1236
-
1237
- #: inc/admin/admin.php:222
1238
- #, php-format
1239
- msgid "%%_ct_your_custom_taxonomy_slug%%"
1240
- msgstr "%%_ct_your_custom_taxonomy_slug%%"
1241
-
1242
- #: inc/admin/admin.php:222
1243
- msgid "Custom term taxonomy from post, page or post type"
1244
- msgstr ""
1245
- "Begriffe benutzerdefinierter Taxonomien von Beiträgen, Seiten oder anderen "
1246
- "Inhaltstypen"
1247
-
1248
- #: inc/admin/admin.php:223
1249
- #, php-format
1250
- msgid "%%wc_single_cat%%"
1251
- msgstr "%%wc_single_cat%%"
1252
-
1253
- #: inc/admin/admin.php:223
1254
- msgid "Single product category"
1255
- msgstr "Einzelne Produkt-Kategorie"
1256
-
1257
- #: inc/admin/admin.php:224
1258
- #, php-format
1259
- msgid "%%wc_single_tag%%"
1260
- msgstr "%%wc_single_tag%%"
1261
-
1262
- #: inc/admin/admin.php:224
1263
- msgid "Single product tag"
1264
- msgstr "Einzelner Produkt-Tag"
1265
-
1266
- #: inc/admin/admin.php:225
1267
- #, php-format
1268
- msgid "%%wc_single_short_desc%%"
1269
- msgstr "%%wc_single_short_desc%%"
1270
-
1271
- #: inc/admin/admin.php:225
1272
- msgid "Single product short description"
1273
- msgstr "Einzelne Produkt-Kurzbeschreibung"
1274
-
1275
- #: inc/admin/admin.php:226
1276
- #, fuzzy, php-format
1277
- #| msgid "%%wc_single_cat%%"
1278
- msgid "%%wc_single_price%%"
1279
- msgstr "%%wc_single_cat%%"
1280
-
1281
- #: inc/admin/admin.php:226
1282
- #, fuzzy
1283
- #| msgid "Single product category"
1284
- msgid "Single product price"
1285
- msgstr "Einzelne Produkt-Kategorie"
1286
-
1287
- #: inc/admin/admin.php:227
1288
- #, fuzzy, php-format
1289
- #| msgid "%%wc_single_cat%%"
1290
- msgid "%%wc_single_price_exc_tax%%"
1291
- msgstr "%%wc_single_cat%%"
1292
-
1293
- #: inc/admin/admin.php:227
1294
- #, fuzzy
1295
- #| msgid "Single product tag"
1296
- msgid "Single product price taxes excluded"
1297
- msgstr "Einzelner Produkt-Tag"
1298
-
1299
- #: inc/admin/admin.php:228
1300
- #, php-format
1301
- msgid "%%currentday%%"
1302
- msgstr "%%currentday%%"
1303
-
1304
- #: inc/admin/admin.php:228
1305
- msgid "Current day"
1306
- msgstr "Aktueller Tag"
1307
-
1308
- #: inc/admin/admin.php:229
1309
- #, php-format
1310
- msgid "%%currentmonth%%"
1311
- msgstr "%%currentmonth%%"
1312
-
1313
- #: inc/admin/admin.php:229
1314
- msgid "Current month"
1315
- msgstr "Aktueller Monat"
1316
-
1317
- #: inc/admin/admin.php:230
1318
- #, php-format
1319
- msgid "%%currentyear%%"
1320
- msgstr "%%currentyear%%"
1321
-
1322
- #: inc/admin/admin.php:230
1323
- msgid "Current year"
1324
- msgstr "Aktuelles Jahr"
1325
-
1326
- #: inc/admin/admin.php:231
1327
- #, php-format
1328
- msgid "%%currentdate%%"
1329
- msgstr "%%currentdate%%"
1330
-
1331
- #: inc/admin/admin.php:231
1332
- msgid "Current date"
1333
- msgstr "Aktuelles Datum"
1334
-
1335
- #: inc/admin/admin.php:232
1336
- #, php-format
1337
- msgid "%%currenttime%%"
1338
- msgstr "%%currenttime%%"
1339
-
1340
- #: inc/admin/admin.php:232
1341
- msgid "Current time"
1342
- msgstr "Aktuelle Zeit"
1343
-
1344
- #: inc/admin/admin.php:233
1345
- #, php-format
1346
- msgid "%%author_bio%%"
1347
- msgstr "%%author_bio%%"
1348
-
1349
- #: inc/admin/admin.php:233
1350
- msgid "Author bio, meta desc only"
1351
- msgstr "Autoren-Bio, nur Meta-Beschreibung"
1352
-
1353
- #: inc/admin/admin.php:239
1354
- msgid "Templates variables"
1355
- msgstr "Templates Variablen"
1356
-
1357
- #: inc/admin/admin.php:247 inc/admin/admin.php:255
1358
- msgid "Browse our guides"
1359
- msgstr "Stöbern Sie in unseren Anleitungen"
1360
-
1361
- #: inc/admin/admin.php:248 inc/admin/admin.php:256
1362
- msgid "Read our FAQ"
1363
- msgstr "Lesen Sie unsere FAQ"
1364
-
1365
- #: inc/admin/admin.php:249 inc/admin/admin.php:257
1366
- msgid "Check our website"
1367
- msgstr "Besuchen Sie unsere Webseite"
1368
-
1369
- #: inc/admin/admin.php:269
1370
- msgid ""
1371
- "Watch our video to learn how to connect your WordPress site with Google "
1372
- "Analytics and get statistics right in your dashboard (PRO only)."
1373
- msgstr ""
1374
- "In unserem Video erfahren Sie, wie Sie Ihre WordPress-Website mit Google "
1375
- "Analytics verbinden und Statistiken direkt in Ihrem Dashboard abrufen können "
1376
- "(nur PRO)."
1377
-
1378
- #: inc/admin/admin.php:274
1379
- msgid "How-to"
1380
- msgstr "Wie man"
1381
-
1382
- #: inc/admin/admin.php:282 inc/admin/admin.php:288
1383
- msgid "Read our guide"
1384
- msgstr "Lesen Sie unsere Anleitungen"
1385
-
1386
- #: inc/admin/admin.php:323 inc/admin/admin.php:327 inc/admin/admin.php:390
1387
- #: inc/admin/admin.php:394 inc/admin/admin.php:455 inc/admin/admin.php:459
1388
- #: inc/admin/admin.php:522 inc/admin/admin.php:526 inc/admin/admin.php:603
1389
- #: inc/admin/admin.php:607 inc/admin/admin.php:1376 inc/admin/admin.php:1380
1390
- #: inc/admin/admin.php:1414 inc/admin/admin.php:1418 inc/admin/admin.php:1452
1391
- #: inc/admin/admin.php:1456 inc/admin/admin.php:1490 inc/admin/admin.php:1494
1392
- #: inc/admin/admin.php:1528 inc/admin/admin.php:1532 inc/admin/admin.php:1557
1393
- #: inc/admin/admin.php:1561 inc/admin/admin.php:1585 inc/admin/admin.php:1589
1394
- #: inc/admin/admin.php:1613 inc/admin/admin.php:1617 inc/admin/admin.php:1641
1395
- #: inc/admin/admin.php:1645 inc/admin/admin.php:1669 inc/admin/admin.php:1673
1396
- #: inc/admin/admin.php:1697 inc/admin/admin.php:1701 inc/admin/admin.php:1758
1397
- #: inc/admin/admin.php:1762 inc/admin/admin.php:1797 inc/admin/admin.php:1801
1398
- #: inc/admin/admin.php:1826 inc/admin/admin.php:1830 inc/admin/admin.php:1888
1399
- #: inc/admin/admin.php:1892
1400
- msgid "Click to disable this feature"
1401
- msgstr "Hier klicken, um diese Funktion zu deaktivieren"
1402
-
1403
- #: inc/admin/admin.php:324 inc/admin/admin.php:326 inc/admin/admin.php:391
1404
- #: inc/admin/admin.php:393 inc/admin/admin.php:456 inc/admin/admin.php:458
1405
- #: inc/admin/admin.php:523 inc/admin/admin.php:525 inc/admin/admin.php:604
1406
- #: inc/admin/admin.php:606 inc/admin/admin.php:1377 inc/admin/admin.php:1379
1407
- #: inc/admin/admin.php:1415 inc/admin/admin.php:1417 inc/admin/admin.php:1453
1408
- #: inc/admin/admin.php:1455 inc/admin/admin.php:1491 inc/admin/admin.php:1493
1409
- #: inc/admin/admin.php:1529 inc/admin/admin.php:1531 inc/admin/admin.php:1558
1410
- #: inc/admin/admin.php:1560 inc/admin/admin.php:1586 inc/admin/admin.php:1588
1411
- #: inc/admin/admin.php:1614 inc/admin/admin.php:1616 inc/admin/admin.php:1642
1412
- #: inc/admin/admin.php:1644 inc/admin/admin.php:1670 inc/admin/admin.php:1672
1413
- #: inc/admin/admin.php:1698 inc/admin/admin.php:1700 inc/admin/admin.php:1759
1414
- #: inc/admin/admin.php:1761 inc/admin/admin.php:1798 inc/admin/admin.php:1800
1415
- #: inc/admin/admin.php:1827 inc/admin/admin.php:1829 inc/admin/admin.php:1889
1416
- #: inc/admin/admin.php:1891
1417
- msgid "Click to enable this feature"
1418
- msgstr "Hier klicken, um diese Funktion zu aktivieren"
1419
-
1420
- #: inc/admin/admin.php:341
1421
- msgid "Home"
1422
- msgstr "Home"
1423
-
1424
- #: inc/admin/admin.php:342
1425
- msgid "Single Post Types"
1426
- msgstr "Einzelner Inhaltstyp"
1427
-
1428
- #: inc/admin/admin.php:343
1429
- msgid "Archives"
1430
- msgstr "Archive"
1431
-
1432
- #: inc/admin/admin.php:344 inc/admin/admin.php:410
1433
- msgid "Taxonomies"
1434
- msgstr "Taxonomien"
1435
-
1436
- #: inc/admin/admin.php:408 inc/admin/admin.php:541 inc/admin/admin.php:550
1437
- msgid "General"
1438
- msgstr "Allgemein"
1439
-
1440
- #: inc/admin/admin.php:409
1441
- msgid "Post Types"
1442
- msgstr "Inhaltstypen"
1443
-
1444
- #: inc/admin/admin.php:411
1445
- msgid "HTML Sitemap"
1446
- msgstr "HTML Sitemap"
1447
-
1448
- #: inc/admin/admin.php:473
1449
- msgid "Knowledge Graph"
1450
- msgstr "Knowledge Graph"
1451
-
1452
- #: inc/admin/admin.php:474
1453
- msgid "Your social accounts"
1454
- msgstr "Ihre Social Media Accounts"
1455
-
1456
- #: inc/admin/admin.php:475
1457
- msgid "Facebook (Open Graph)"
1458
- msgstr "Facebook (Open Graph)"
1459
-
1460
- #: inc/admin/admin.php:476
1461
- msgid "Twitter (Twitter card)"
1462
- msgstr "Twitter (Twitter-Card)"
1463
-
1464
- #: inc/admin/admin.php:542 inc/admin/admin.php:551
1465
- msgid "Tracking"
1466
- msgstr "Tracking"
1467
-
1468
- #: inc/admin/admin.php:543 inc/admin/admin.php:552
1469
- msgid "Events"
1470
- msgstr "Veranstaltungen"
1471
-
1472
- #: inc/admin/admin.php:544 inc/admin/admin.php:553
1473
- msgid "Custom Dimensions"
1474
- msgstr "Benutzerdefinierte Dimensionen"
1475
-
1476
- #: inc/admin/admin.php:545
1477
- msgid "Stats in Dashboard"
1478
- msgstr "Statistiken im Dashboard"
1479
-
1480
- #: inc/admin/admin.php:622
1481
- msgid "Appearance"
1482
- msgstr "Darstellung"
1483
-
1484
- #: inc/admin/admin.php:623
1485
- msgid "Security"
1486
- msgstr "Sicherheit"
1487
-
1488
- #: inc/admin/admin.php:655
1489
- #, fuzzy
1490
- #| msgid "Export Settings"
1491
- msgid "Export SEOPress Settings"
1492
- msgstr "Export Einstellungen"
1493
-
1494
- #: inc/admin/admin.php:657
1495
- msgid ""
1496
- "Export the plugin settings for this site as a .json file. This allows you to "
1497
- "easily import the configuration into another site."
1498
- msgstr ""
1499
- "Exportieren Sie die Plugin-Einstellungen für diese Seite als .json-Datei. So "
1500
- "können Sie die Konfiguration einfach in eine andere Site importieren."
1501
-
1502
- #: inc/admin/admin.php:662 inc/admin/admin.php:718
1503
- msgid "Export"
1504
- msgstr "Export"
1505
-
1506
- #: inc/admin/admin.php:669
1507
- #, fuzzy
1508
- #| msgid "Import Settings"
1509
- msgid "Import SEOPress Settings"
1510
- msgstr "Import Einstellungen"
1511
-
1512
- #: inc/admin/admin.php:671
1513
- msgid ""
1514
- "Import the plugin settings from a .json file. This file can be obtained by "
1515
- "exporting the settings on another site using the form above."
1516
- msgstr ""
1517
- "Importieren Sie die Plugin-Einstellungen aus einer .json-Datei. Diese Datei "
1518
- "kann durch den Export der Einstellungen auf einer andere Website mit Hilfe "
1519
- "des obigen Formulars generiert werden."
1520
-
1521
- #: inc/admin/admin.php:679 inc/admin/admin.php:705
1522
- msgid "Import"
1523
- msgstr "Import"
1524
-
1525
- #: inc/admin/admin.php:681
1526
- msgid "Import completed!"
1527
- msgstr "Import abgeschlossen!"
1528
-
1529
- #: inc/admin/admin.php:690
1530
- msgid "Import Redirections"
1531
- msgstr "Import Weiterleitungen"
1532
-
1533
- #: inc/admin/admin.php:692
1534
- #, fuzzy
1535
- #| msgid ""
1536
- #| "Import your own redirections from a .csv file (separator \";\"). You must "
1537
- #| "have 3 columns in this order: url to match (without your domain name), "
1538
- #| "url to redirect in absolute and type of redirection (301, 302 or 307)."
1539
- msgid ""
1540
- "Import your own redirections from a .csv file (separator \";\"). You must "
1541
- "have 4 columns in this order: url to match (without your domain name), url "
1542
- "to redirect in absolute, type of redirection (301, 302 or 307) and the last "
1543
- "one with the value yes to enable the redirect. Leave it empty to disable the "
1544
- "redirect."
1545
- msgstr ""
1546
- "Importieren Sie Ihre eigenen Weiterleitungen aus einer .csv-Datei "
1547
- "(Trennzeichen \";\"). Die Datei muss 3 Spalten in dieser Reihenfolge "
1548
- "enthalten: Ziel-URL (ohne Ihren Domainnamen), URL die weitergeleitet werden "
1549
- "soll (als absoluter Pfad) und Art der Umleitung (301, 302 oder 307)."
1550
-
1551
- #: inc/admin/admin.php:695
1552
- msgid "Download a CSV example"
1553
- msgstr "CSV-Beispieldatei herunterladen"
1554
-
1555
- #: inc/admin/admin.php:711
1556
- msgid "Export Redirections"
1557
- msgstr "Export Weiterleitungen"
1558
-
1559
- #: inc/admin/admin.php:713
1560
- msgid ""
1561
- "Export all redirections for this site as a .csv file. This allows you to "
1562
- "easily import the redirections into another site, to Excel / Google Sheets..."
1563
- msgstr ""
1564
- "Exportieren Sie alle Weiterleitungen für diese Seite als .csv-Datei. So "
1565
- "können Sie die Weiterleitungen einfach in eine andere Website importieren, "
1566
- "zu Excel / Google Sheets..."
1567
-
1568
- #: inc/admin/admin.php:727
1569
- msgid "Import posts and terms metadata from Yoast"
1570
- msgstr "Metadaten von Beiträgen und Begriffen aus Yoast importieren"
1571
-
1572
- #: inc/admin/admin.php:729 inc/admin/admin.php:750 inc/admin/admin.php:769
1573
- msgid "By clicking Migrate, we'll import:"
1574
- msgstr "Wenn Sie auf \"Migrieren\" klicken, importieren wir:"
1575
-
1576
- #: inc/admin/admin.php:731 inc/admin/admin.php:752 inc/admin/admin.php:771
1577
- msgid "Title tags"
1578
- msgstr "Titel-Tags"
1579
-
1580
- #: inc/admin/admin.php:733 inc/admin/admin.php:754 inc/admin/admin.php:773
1581
- msgid "Facebook Open Graph tags (title, description and image thumbnail)"
1582
- msgstr ""
1583
- "Facebook Open Graph Tags (Titel, Beschreibung und Miniaturbild (Thumbnail))"
1584
-
1585
- #: inc/admin/admin.php:734 inc/admin/admin.php:774
1586
- msgid "Twitter tags (title, description and image thumbnail)"
1587
- msgstr "Twitter Tags (Titel, Beschreibung und Miniaturbild (Thumbnail))"
1588
-
1589
- #: inc/admin/admin.php:735
1590
- msgid "Meta Robots (noindex, nofollow...)"
1591
- msgstr "Meta Robots (noindex, nofollow...)"
1592
-
1593
- #: inc/admin/admin.php:737
1594
- msgid "Focus keywords"
1595
- msgstr "Fokus-Suchbegriffe"
1596
-
1597
- #: inc/admin/admin.php:739 inc/admin/admin.php:758 inc/admin/admin.php:779
1598
- msgid ""
1599
- "<strong>WARNING:</strong> Migration will delete all SEOPress posts and terms "
1600
- "metadata. Some dynamic variables will not be interpreted."
1601
- msgstr ""
1602
- "<strong>WARNUNG:</strong> Die Migration wird alle SEOPress-Metadaten von "
1603
- "Beiträgen und Begriffen löschen. Einige dynamische Variablen werden nicht "
1604
- "interpretiert."
1605
-
1606
- #: inc/admin/admin.php:740 inc/admin/admin.php:759 inc/admin/admin.php:780
1607
- msgid "Migrate now"
1608
- msgstr "Migriere jetzt"
1609
-
1610
- #: inc/admin/admin.php:748
1611
- msgid "Import posts and terms metadata from All In One SEO"
1612
- msgstr "Metadaten von Beiträgen und Begriffen aus All In One SEO importieren"
1613
-
1614
- #: inc/admin/admin.php:755
1615
- msgid "Twitter image thumbnail"
1616
- msgstr "Twitter-Miniaturbild (Thumbnail)"
1617
-
1618
- #: inc/admin/admin.php:756
1619
- msgid "Meta Robots (noindex, nofollow)"
1620
- msgstr "Meta Robots (noindex, nofollow)"
1621
-
1622
- #: inc/admin/admin.php:767
1623
- msgid "Import posts and terms metadata from The SEO Framework"
1624
- msgstr ""
1625
- "Metadaten von Beiträgen und Begriffen aus The SEO Framework importieren"
1626
-
1627
- #: inc/admin/admin.php:775
1628
- msgid "Meta Robots (noindex, nofollow, noarchive)"
1629
- msgstr "Meta Robots (noindex, nofollow, noarchive)"
1630
-
1631
- #: inc/admin/admin.php:777 inc/functions/options-advanced-admin.php:178
1632
- msgid "Redirect URL"
1633
- msgstr "Weiterleitungs-URL"
1634
-
1635
- #: inc/admin/admin.php:787
1636
- msgid "Reset All Notices From Notifications Center"
1637
- msgstr "Setze alle Benachrichtigungen aus der Mitteilungszentrale zurück"
1638
-
1639
- #: inc/admin/admin.php:789
1640
- msgid ""
1641
- "By clicking Reset Notices, all notices in the notifications center will be "
1642
- "set to their initial status."
1643
- msgstr ""
1644
- "Wenn Sie auf \"Benachrichtigungen zurücksetzen\" klicken, werden alle "
1645
- "Benachrichtigungen in der Mitteilungszentrale auf ihren ursprünglichen "
1646
- "Status zurückgesetzt."
1647
-
1648
- #: inc/admin/admin.php:794
1649
- msgid "Reset notices"
1650
- msgstr "Benachrichtigungen zurücksetzen"
1651
-
1652
- #: inc/admin/admin.php:801
1653
- msgid "Reset All Settings"
1654
- msgstr "Alle Einstellungen zurücksetzen"
1655
-
1656
- #: inc/admin/admin.php:803
1657
- msgid ""
1658
- "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
1659
- "database AND set settings to their default values."
1660
- msgstr ""
1661
- "<strong>WARNUNG:</strong> Löscht alle Optionen, die mit SEOPress in Ihrer "
1662
- "Datenbank in Verbindung stehen UND setzt die Einstellungen auf ihre "
1663
- "ursprünglichen Werte zurück."
1664
-
1665
- #: inc/admin/admin.php:808
1666
- msgid "Reset settings"
1667
- msgstr "Einstellungen zurücksetzen"
1668
-
1669
- #: inc/admin/admin.php:871 inc/admin/admin.php:877
1670
- msgid "Notifications Center"
1671
- msgstr "Mitteilungszentrale"
1672
-
1673
- #: inc/admin/admin.php:872
1674
- msgid "SEO Tools"
1675
- msgstr "SEO Werkzeuge"
1676
-
1677
- #: inc/admin/admin.php:873 inc/admin/admin.php:878
1678
- msgid "Useful links"
1679
- msgstr "Nützliche Links"
1680
-
1681
- #: inc/admin/admin.php:922
1682
- msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
1683
- msgstr ""
1684
- "Ihr Theme verwendet nicht <strong>add_theme_support ('title-tag');</strong>"
1685
-
1686
- #: inc/admin/admin.php:923 inc/admin/admin.php:1010 inc/admin/admin.php:1020
1687
- #: inc/admin/admin.php:1030
1688
- msgid "High impact"
1689
- msgstr "Hohe Auswirkung"
1690
-
1691
- #: inc/admin/admin.php:935 inc/admin/admin.php:996 inc/admin/admin.php:4944
1692
- #: inc/admin/admin.php:4965 inc/admin/admin.php:4986 inc/admin/admin.php:5007
1693
- msgid "Learn more"
1694
- msgstr "Mehr Informationen"
1695
-
1696
- #: inc/admin/admin.php:944
1697
- msgid ""
1698
- "We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to "
1699
- "migrate all your posts metadata to SEOPress?"
1700
- msgstr ""
1701
- "Wir stellen fest, dass Sie das Yoast SEO-Plugin nutzen. <br>Möchten Sie alle "
1702
- "Metadaten Ihrer Beiträge zu SEOPress migrieren?"
1703
-
1704
- #: inc/admin/admin.php:946 inc/admin/admin.php:955
1705
- msgid "Migrate!"
1706
- msgstr "Migrieren!"
1707
-
1708
- #: inc/admin/admin.php:953
1709
- msgid ""
1710
- "We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
1711
- "you want to migrate all your posts metadata to SEOPress?"
1712
- msgstr ""
1713
- "Wir stellen fest, dass Sie das Plugin <strong>All In One SEO Pack</strong> "
1714
- "nutzen. <br>Möchten Sie alle Metadaten Ihrer Beiträge zu SEOPress migrieren?"
1715
-
1716
- #: inc/admin/admin.php:962
1717
- msgid ""
1718
- "We notice that you use another SEO plugin. <br>Do not use multiple SEO "
1719
- "plugins at once to avoid conflicts!"
1720
- msgstr ""
1721
- "Wir haben festgestellt, dass Sie ein anderes SEO-Plugin nutzen. <br>Nutzen "
1722
- "Sie nicht mehrere SEO Plugins auf einmal, um Konflikte zu vermeiden!"
1723
-
1724
- #: inc/admin/admin.php:972
1725
- msgid ""
1726
- "You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
1727
- "solve this, please disable and enable SEOPress PRO."
1728
- msgstr ""
1729
-
1730
- #: inc/admin/admin.php:995
1731
- msgid "Your site doesn't use an SSL certificate!"
1732
- msgstr "Ihre Website verwendet kein SSL-Zertifikat!"
1733
-
1734
- #: inc/admin/admin.php:997
1735
- msgid "Low impact"
1736
- msgstr "Geringe Auswirkung"
1737
-
1738
- #: inc/admin/admin.php:999
1739
- msgid "Buy an SSL!"
1740
- msgstr "Kaufen Sie ein SSL-Zertifikat!"
1741
-
1742
- #: inc/admin/admin.php:1009
1743
- msgid "Your site is not visible to Search Engines!"
1744
- msgstr "Ihre Seite ist für Suchmaschinen nicht sichtbar!"
1745
-
1746
- #: inc/admin/admin.php:1012 inc/admin/admin.php:1022 inc/admin/admin.php:1032
1747
- #: inc/admin/admin.php:1056 inc/admin/admin.php:1135 inc/admin/admin.php:1148
1748
- #: inc/admin/admin.php:1221
1749
- msgid "Fix this!"
1750
- msgstr "Reparieren Sie dies!"
1751
-
1752
- #: inc/admin/admin.php:1019
1753
- msgid "Your site title is empty!"
1754
- msgstr "Ihr Website-Titel ist leer!"
1755
-
1756
- #: inc/admin/admin.php:1029 inc/admin/admin.php:3230
1757
- msgid ""
1758
- "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
1759
- msgstr ""
1760
- "Ihre Permalinks sind nicht SEO-freundlich! Aktivieren Sie ansprechende "
1761
- "Permalinks, um dies Problem zu beheben."
1762
-
1763
- #: inc/admin/admin.php:1053
1764
- msgid "You RSS feed show full text!"
1765
- msgstr "Ihr Newsfeed zeigt ganzen Test an!"
1766
-
1767
- #: inc/admin/admin.php:1054 inc/admin/admin.php:1133 inc/admin/admin.php:1146
1768
- msgid "Medium impact"
1769
- msgstr "Mittlere Auswirkung"
1770
-
1771
- #: inc/admin/admin.php:1079
1772
- msgid "You like SEOPress? Please help us by rating us 5 stars!"
1773
- msgstr ""
1774
- "Gefällt Ihnen SEOPress? Bitte helfen Sie uns mit einer 5 Sterne Bewertung!"
1775
-
1776
- #: inc/admin/admin.php:1081
1777
- msgid "Rate us!"
1778
- msgstr "Bewerten Sie uns!"
1779
-
1780
- #: inc/admin/admin.php:1105
1781
- msgid "Break comments into pages is ON!"
1782
- msgstr "Kommentare in Seiten aufteilen ist AKTIVIERT!"
1783
-
1784
- #: inc/admin/admin.php:1106 inc/admin/admin.php:1170 inc/admin/admin.php:1206
1785
- msgid "Huge impact"
1786
- msgstr "Immense Auswirkung"
1787
-
1788
- #: inc/admin/admin.php:1108
1789
- msgid "Disable this!"
1790
- msgstr "Deaktivieren Sie dies!"
1791
-
1792
- #: inc/admin/admin.php:1132
1793
- msgid "Display more posts per page on homepage and archives"
1794
- msgstr "Zeige mehr Beiträge pro Seite auf der Homepage und in den Archiven an"
1795
-
1796
- #: inc/admin/admin.php:1145
1797
- msgid "You don't have an XML Sitemap!"
1798
- msgstr "Sie haben keine XML-Sitemap!"
1799
-
1800
- #: inc/admin/admin.php:1169
1801
- msgid "Do you have a Google My Business page? It's free!"
1802
- msgstr "Haben Sie eine Google My Business-Seite? Diese ist kostenfrei!"
1803
-
1804
- #: inc/admin/admin.php:1172
1805
- msgid "Create your page now!"
1806
- msgstr "Erstellen Sie jetzt Ihre Seite!"
1807
-
1808
- #: inc/admin/admin.php:1205
1809
- msgid "Add your site to Google. It's free!"
1810
- msgstr "Fügen Sie Ihre Website zu Google hinzu. Das ist kostenfrei!"
1811
-
1812
- #: inc/admin/admin.php:1208
1813
- msgid "Add your site to Search Console!"
1814
- msgstr "Fügen Sie Ihre Website zur Google Search Console hinzu!"
1815
-
1816
- #: inc/admin/admin.php:1218
1817
- msgid "You have to enter your licence key to get updates and support"
1818
- msgstr ""
1819
- "Sie müssen Ihren Lizenzschlüssel eingeben, um Updates und Support zu erhalten"
1820
-
1821
- #: inc/admin/admin.php:1234
1822
- msgid "Check websites setup on your server"
1823
- msgstr "Überprüfen Sie die Einrichtung von Websites auf Ihrem Server"
1824
-
1825
- #: inc/admin/admin.php:1243
1826
- msgid "Not found"
1827
- msgstr "Nicht gefunden"
1828
-
1829
- #: inc/admin/admin.php:1248
1830
- msgid "No scrape."
1831
- msgstr "Kein Scrape."
1832
-
1833
- #: inc/admin/admin.php:1253
1834
- msgid "No domain found."
1835
- msgstr "Keine Domain gefunden."
1836
-
1837
- #: inc/admin/admin.php:1263
1838
- msgid "Server IP Address: "
1839
- msgstr "Server IP Adresse: "
1840
-
1841
- #: inc/admin/admin.php:1266
1842
- msgid "Last scrape: "
1843
- msgstr "Letzte scrape: "
1844
-
1845
- #: inc/admin/admin.php:1267
1846
- msgid "Number of websites on your server: "
1847
- msgstr "Anzahl der Webseiten auf Ihrem Server: "
1848
-
1849
- #: inc/admin/admin.php:1280
1850
- msgid "Get list"
1851
- msgstr "Liste abrufen"
1852
-
1853
- #: inc/admin/admin.php:1288
1854
- msgid "Check your Alexa Rank (Amazon index)"
1855
- msgstr "Prüfen Sie Ihr Alexa Ranking (Amazon index)"
1856
-
1857
- #: inc/admin/admin.php:1303
1858
- msgid "Your Alexa Rank"
1859
- msgstr "Ihr Alexa Ranking"
1860
-
1861
- #: inc/admin/admin.php:1325
1862
- msgid "Country Rank: "
1863
- msgstr "Länder-Ranking: "
1864
-
1865
- #: inc/admin/admin.php:1334
1866
- msgid "The lower, the best"
1867
- msgstr "Je niedriger, desto besser"
1868
-
1869
- #: inc/admin/admin.php:1338
1870
- msgid "Get Alexa Rank"
1871
- msgstr "Alexa Ranking erhalten"
1872
-
1873
- #: inc/admin/admin.php:1346
1874
- msgid "Upload a list of links to disavow to Google"
1875
- msgstr ""
1876
- "Uploaden Sie eine Liste von Links, die entwertet werden sollen, an Google"
1877
-
1878
- #: inc/admin/admin.php:1347
1879
- msgid "Google Trends"
1880
- msgstr "Google Trends"
1881
-
1882
- #: inc/admin/admin.php:1348
1883
- msgid "Dareboost: Test, analyze and optimize your website"
1884
- msgstr "Dareboost: Testen, analysieren und optimieren Sie Ihre Website"
1885
-
1886
- #: inc/admin/admin.php:1349
1887
- msgid "Google Campaign URL Builder tool"
1888
- msgstr "Tool zur URL-Erstellung für Kampagnen von Google Analytics"
1889
-
1890
- #: inc/admin/admin.php:1362
1891
- msgid "Titles & metas"
1892
- msgstr "Titel & Metadaten"
1893
-
1894
- #: inc/admin/admin.php:1363
1895
- msgid "Manage all your titles & metas"
1896
- msgstr "Verwalten Sie alle Ihre Titel & Metadaten"
1897
-
1898
- #: inc/admin/admin.php:1364 inc/admin/admin.php:1402 inc/admin/admin.php:1440
1899
- #: inc/admin/admin.php:1478 inc/admin/admin.php:1516 inc/admin/admin.php:1545
1900
- #: inc/admin/admin.php:1573 inc/admin/admin.php:1601 inc/admin/admin.php:1629
1901
- #: inc/admin/admin.php:1657 inc/admin/admin.php:1685 inc/admin/admin.php:1723
1902
- #: inc/admin/admin.php:1745 inc/admin/admin.php:1785 inc/admin/admin.php:1814
1903
- #: inc/admin/admin.php:1864 inc/admin/admin.php:1874 inc/admin/admin.php:1905
1904
- #: inc/admin/admin.php:1917 inc/admin/admin.php:1929 inc/admin/admin.php:1950
1905
- msgid "Manage"
1906
- msgstr "Verwalten"
1907
-
1908
- #: inc/admin/admin.php:1392
1909
- msgid "Guide to manage your titles and meta descriptions - new window"
1910
- msgstr ""
1911
- "Anleitung zur Verwaltung Ihrer Titel und Meta-Beschreibungen - neues Fenster"
1912
-
1913
- #: inc/admin/admin.php:1401
1914
- msgid "Manage your XML / Image / Video / HTML Sitemap"
1915
- msgstr "Verwalten Sie Ihre XML / Bilder / Video / HTML Sitemap"
1916
-
1917
- #: inc/admin/admin.php:1430
1918
- msgid "Guide to enable your XML Sitemaps - new window"
1919
- msgstr "Anleitung zur Aktivierung Ihrer XML-Sitemaps - neues Fenster"
1920
-
1921
- #: inc/admin/admin.php:1439
1922
- msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
1923
- msgstr "Open Graph, Twitter-Card, Google Knowledge Graph und mehr..."
1924
-
1925
- #: inc/admin/admin.php:1468
1926
- msgid "Guide to enable Google Knowledge Graph - new window"
1927
- msgstr "Anleitung zur Aktivierung vom Google Knowledge Graph - neues Fenster"
1928
-
1929
- #: inc/admin/admin.php:1477
1930
- msgid "Track everything about your visitors with Google Analytics"
1931
- msgstr "Alles über Ihre Besucher mit Google Analytics tracken"
1932
-
1933
- #: inc/admin/admin.php:1506
1934
- msgid "Guide to getting started with Google Analytics - new window"
1935
- msgstr "Anleitung für den Einstieg in Google Analytics - neues Fenster"
1936
-
1937
- #: inc/admin/admin.php:1515
1938
- msgid "Advanced SEO options for advanced users!"
1939
- msgstr "Erweiterte SEO-Optionen für fortgeschrittene Benutzer!"
1940
-
1941
- #: inc/admin/admin.php:1544
1942
- msgid "Improve WooCommerce SEO"
1943
- msgstr "Verbessern Sie Ihr WooCommerce SEO"
1944
-
1945
- #: inc/admin/admin.php:1572
1946
- msgid "Improve Easy Digital Downloads SEO"
1947
- msgstr "Verbessern Sie Ihr Easy Digital Downloads SEO"
1948
-
1949
- #: inc/admin/admin.php:1600
1950
- msgid "Add Google Local Business data type"
1951
- msgstr "Hinzufügen des Datentyps Google Local Business"
1952
-
1953
- #: inc/admin/admin.php:1628
1954
- msgid "Add Dublin Core meta tags"
1955
- msgstr "Hinzufügen der Dublin Core Meta-Tags"
1956
-
1957
- #: inc/admin/admin.php:1655
1958
- msgid "Structured Data Types"
1959
- msgstr "Strukturierte Datentypen"
1960
-
1961
- #: inc/admin/admin.php:1656
1962
- msgid ""
1963
- "Add data types to your content: articles, courses, recipes, videos, events "
1964
- "and products"
1965
- msgstr ""
1966
- "Datentypen zu Ihren Inhalten hinzufügen: Artikel, Kurse, Rezepte, Videos, "
1967
- "Veranstaltungen und Produkte"
1968
-
1969
- #: inc/admin/admin.php:1684
1970
- msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
1971
- msgstr ""
1972
- "Brotkrümelnavigation für Ihr Theme aktivieren und somit Ihre SEO in den "
1973
- "SERPs verbessern"
1974
-
1975
- #: inc/admin/admin.php:1713
1976
- msgid "Guide to enable Breadcrumbs - new window"
1977
- msgstr "Anleitung zur Aktivierung der Brotkrümelnavigation - neues Fenster"
1978
-
1979
- #: inc/admin/admin.php:1722
1980
- msgid "Track your website performance to improve SEO with Google Page Speed"
1981
- msgstr ""
1982
- "Prüfen Sie die Ladezeit Ihrer Website mit Google Page Speed, um Ihre SEO zu "
1983
- "verbessern"
1984
-
1985
- #: inc/admin/admin.php:1733
1986
- msgid "Guide to analyze your site with Google Page Speed - new window"
1987
- msgstr ""
1988
- "Anleitung zur Analyse Ihrer Website mit Google Page Speed - neues Fenster"
1989
-
1990
- #: inc/admin/admin.php:1743
1991
- msgid "Edit your robots.txt file"
1992
- msgstr "Bearbeiten der Datei robots.txt"
1993
-
1994
- #: inc/admin/admin.php:1744
1995
- msgid "View your robots.txt"
1996
- msgstr "Sehen Sie sich Ihre Datei robots.txt an"
1997
-
1998
- #: inc/admin/admin.php:1774
1999
- msgid "Guide to edit your robots.txt file - new window"
2000
- msgstr "Anleitung zur Bearbeitung der Datei robots.txt - neues Fenster"
2001
-
2002
- #: inc/admin/admin.php:1784
2003
- msgid "Optimize your site for Google News"
2004
- msgstr "Optimieren Sie Ihre Website für Google News"
2005
-
2006
- #: inc/admin/admin.php:1812
2007
- msgid "Monitor 404, create 301, 302 and 307 redirections"
2008
- msgstr ""
2009
- "Überwachung von 404-Fehlern, erstellen von 301, 302 und 307 Weiterleitungen"
2010
-
2011
- #: inc/admin/admin.php:1813
2012
- msgid "See redirects"
2013
- msgstr "Erkenne Weiterleitungen"
2014
-
2015
- #: inc/admin/admin.php:1842
2016
- msgid "Guide to enable 301 redirections and 404 monitoring - new window"
2017
- msgstr ""
2018
- "Anleitung zur Aktivierung von 301 Weiterleitungen und zur 404-Fehler "
2019
- "Überwachung - neues Fenster"
2020
-
2021
- #: inc/admin/admin.php:1851
2022
- msgid "Scan your site to find SEO problems."
2023
- msgstr "Scannen Sie Ihre Website, um SEO-Probleme zu finden."
2024
-
2025
- #: inc/admin/admin.php:1852
2026
- msgid "See broken links"
2027
- msgstr "Erkenne fehlerhafte Links"
2028
-
2029
- #: inc/admin/admin.php:1853
2030
- msgid "Scan"
2031
- msgstr "Scannen"
2032
-
2033
- #: inc/admin/admin.php:1862
2034
- msgid "Check your backlinks with Majestic API."
2035
- msgstr "Überprüfen Sie Ihre Backlinks mit Majestic API."
2036
-
2037
- #: inc/admin/admin.php:1863
2038
- msgid "See backlinks"
2039
- msgstr "Erkenne Backlinks"
2040
-
2041
- #: inc/admin/admin.php:1873
2042
- msgid "Customize your permalinks."
2043
- msgstr "Passen Sie Ihre Permalinks an."
2044
-
2045
- #: inc/admin/admin.php:1904
2046
- msgid "Edit your htaccess file."
2047
- msgstr "Bearbeiten Sie Ihre htaccess-Datei."
2048
-
2049
- #: inc/admin/admin.php:1916
2050
- msgid "Configure default WordPress RSS."
2051
- msgstr "Konfigurieren Sie WordPress RSS."
2052
-
2053
- #: inc/admin/admin.php:1928
2054
- msgid "Import/Export SEOPress settings from site to site."
2055
- msgstr ""
2056
- "Import/Export von SEOPress-Einstellungen von einer Website zur anderen."
2057
-
2058
- #: inc/admin/admin.php:1939
2059
- msgid "Guide to Export/Import/Reset settings - new window"
2060
- msgstr "Anleitung zu Export/Import/Reset-Einstellungen - neues Fenster"
2061
-
2062
- #: inc/admin/admin.php:1949
2063
- msgid "Edit your SEOPress license key."
2064
- msgstr "Bearbeiten Sie Ihren SEOPress-Lizenzschlüssel."
2065
-
2066
- #: inc/admin/admin.php:1960
2067
- msgid "Guide to activate SEOPress PRO - new window"
2068
- msgstr "Anleitung zur Aktivierung von SEOPress PRO - neues Fenster"
2069
-
2070
- #: inc/admin/admin.php:2035 inc/admin/admin.php:3388
2071
- msgid "Site title"
2072
- msgstr "Website-Titel"
2073
-
2074
- #: inc/admin/admin.php:2228 inc/admin/admin.php:3978
2075
- msgid "noindex"
2076
- msgstr "noindex"
2077
-
2078
- #: inc/admin/admin.php:2236 inc/admin/admin.php:3997
2079
- msgid "nofollow"
2080
- msgstr "nofollow"
2081
-
2082
- #: inc/admin/admin.php:2244 inc/admin/admin.php:4016
2083
- msgid "noodp"
2084
- msgstr "noodp"
2085
-
2086
- #: inc/admin/admin.php:2252 inc/admin/admin.php:4035
2087
- msgid "noimageindex"
2088
- msgstr "noimageindex"
2089
-
2090
- #: inc/admin/admin.php:2260 inc/admin/admin.php:4054
2091
- msgid "noarchive"
2092
- msgstr "noarchive"
2093
-
2094
- #: inc/admin/admin.php:2268 inc/admin/admin.php:4073
2095
- msgid "nosnippet"
2096
- msgstr "nosnippet"
2097
-
2098
- #: inc/admin/admin.php:2276 inc/admin/admin.php:4092
2099
- msgid "nositelinkssearchbox"
2100
- msgstr "nositelinkssearchbox"
2101
-
2102
- #: inc/admin/admin.php:2284
2103
- msgid "Indicate paginated content to Google"
2104
- msgstr "Zeigen Sie paginierten Inhalt bei Google an"
2105
-
2106
- #: inc/admin/admin.php:2301 inc/admin/admin.php:4130
2107
- msgid "Enable XML Sitemap"
2108
- msgstr "XML-Sitemap aktivieren"
2109
-
2110
- #: inc/admin/admin.php:2309
2111
- msgid "Enable XML Image Sitemaps"
2112
- msgstr "XML-Bilder-Sitemaps aktivieren"
2113
-
2114
- #: inc/admin/admin.php:2318
2115
- msgid "Enable XML Video Sitemaps"
2116
- msgstr "XML-Video-Sitemaps aktivieren"
2117
-
2118
- #: inc/admin/admin.php:2327 inc/admin/admin.php:4217
2119
- msgid "Enable HTML Sitemap"
2120
- msgstr "HTML-Sitemap aktivieren"
2121
-
2122
- #: inc/admin/admin.php:2343
2123
- msgid "Check to INCLUDE Post Types"
2124
- msgstr "Aktivieren, um Inhaltstypen EINZUBEZIEHEN"
2125
-
2126
- #: inc/admin/admin.php:2359
2127
- msgid "Check to INCLUDE Taxonomies"
2128
- msgstr "Aktivieren, um Taxonomien EINZUBEZIEHEN"
2129
-
2130
- #: inc/admin/admin.php:2375 inc/admin/admin.php:4326
2131
- msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
2132
- msgstr ""
2133
- "Geben Sie Beitrags-, Seiten- oder individuelle Inhaltstypen (Custom Post "
2134
- "Type)-IDs ein, um die Sitemap anzuzeigen"
2135
-
2136
- #: inc/admin/admin.php:2383 inc/admin/admin.php:4340
2137
- #, fuzzy
2138
- #| msgid "Exclude some Posts, Pages or Custom Post Types"
2139
- msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
2140
- msgstr ""
2141
- "Einige Beiträge, Seiten oder individuelle Inhaltstypen (Custom Post Types) "
2142
- "ausschließen"
2143
-
2144
- #: inc/admin/admin.php:2391
2145
- msgid "Sort order"
2146
- msgstr "Auftrag sortieren"
2147
-
2148
- #: inc/admin/admin.php:2399
2149
- msgid "Order posts by"
2150
- msgstr "Sortiere Beiträge nach"
2151
-
2152
- #: inc/admin/admin.php:2407
2153
- msgid "Disable the display of the publication date"
2154
- msgstr "Anzeige des Veröffentlichungsdatums deaktivieren"
2155
-
2156
- #: inc/admin/admin.php:2424
2157
- msgid "Person or organization"
2158
- msgstr "Person oder Organisation"
2159
-
2160
- #: inc/admin/admin.php:2432 inc/admin/admin.php:4439
2161
- msgid "Your name/organization"
2162
- msgstr "Ihr Name/Ihre Organisation"
2163
-
2164
- #: inc/admin/admin.php:2440 inc/admin/admin.php:4452
2165
- msgid "Your photo/organization logo"
2166
- msgstr "Ihr Foto/Logo"
2167
-
2168
- #: inc/admin/admin.php:2448 inc/admin/admin.php:4482
2169
- msgid "Organization's phone number (only for Organizations)"
2170
- msgstr "Telefonnummer Ihrer Organisation (nur für Organisationen)"
2171
-
2172
- #: inc/admin/admin.php:2456
2173
- msgid "Contact type (only for Organizations)"
2174
- msgstr "Kontaktart (nur für Organisationen)"
2175
-
2176
- #: inc/admin/admin.php:2464
2177
- msgid "Contact option (only for Organizations)"
2178
- msgstr "Kontaktmöglichkeit (nur für Organisationen)"
2179
-
2180
- #: inc/admin/admin.php:2481 inc/admin/admin.php:4560
2181
- msgid "Facebook Page URL"
2182
- msgstr "Facebook Seiten URL"
2183
-
2184
- #: inc/admin/admin.php:2489
2185
- msgid "Twitter Username"
2186
- msgstr "Twitter Benutzername"
2187
-
2188
- #: inc/admin/admin.php:2497 inc/admin/admin.php:4585
2189
- msgid "Pinterest URL"
2190
- msgstr "Pinterest URL"
2191
-
2192
- #: inc/admin/admin.php:2505 inc/admin/admin.php:4597
2193
- msgid "Instagram URL"
2194
- msgstr "Instagram URL"
2195
-
2196
- #: inc/admin/admin.php:2513 inc/admin/admin.php:4609
2197
- msgid "YouTube URL"
2198
- msgstr "YouTube URL"
2199
-
2200
- #: inc/admin/admin.php:2521 inc/admin/admin.php:4621
2201
- msgid "LinkedIn URL"
2202
- msgstr "LinkedIn URL"
2203
-
2204
- #: inc/admin/admin.php:2529 inc/admin/admin.php:4633
2205
- msgid "MySpace URL"
2206
- msgstr "MySpace URL"
2207
-
2208
- #: inc/admin/admin.php:2537 inc/admin/admin.php:4645
2209
- msgid "Soundcloud URL"
2210
- msgstr "Soundcloud URL"
2211
-
2212
- #: inc/admin/admin.php:2545 inc/admin/admin.php:4657
2213
- msgid "Tumblr URL"
2214
- msgstr "Tumblr URL"
2215
-
2216
- #: inc/admin/admin.php:2562
2217
- msgid "Enable Open Graph Data"
2218
- msgstr "Open Graph Data aktivieren"
2219
-
2220
- #: inc/admin/admin.php:2570 inc/admin/admin.php:4689
2221
- msgid "Select a default image"
2222
- msgstr "Ein Standardbild auswählen"
2223
-
2224
- #: inc/admin/admin.php:2578
2225
- msgid "Facebook Link Ownership ID"
2226
- msgstr "Facebook Link Ownership ID"
2227
-
2228
- #: inc/admin/admin.php:2586
2229
- msgid "Facebook Admin ID"
2230
- msgstr "Facebook Admin ID"
2231
-
2232
- #: inc/admin/admin.php:2594
2233
- msgid "Facebook App ID"
2234
- msgstr "Facebook App ID"
2235
-
2236
- #: inc/admin/admin.php:2611
2237
- msgid "Enable Twitter Card"
2238
- msgstr "Twitter-Card aktivieren"
2239
-
2240
- #: inc/admin/admin.php:2619
2241
- msgid "Use Open Graph if no Twitter Card is filled"
2242
- msgstr "Nutzung von Open Graph, wenn keine Twitter-Card ausgefüllt ist"
2243
-
2244
- #: inc/admin/admin.php:2627 inc/admin/admin.php:4781
2245
- msgid "Default Twitter Image"
2246
- msgstr "Standardbild Twitter"
2247
-
2248
- #: inc/admin/admin.php:2635
2249
- msgid "Image size for Twitter Summary card"
2250
- msgstr "Bildgröße für Twitter-Übersichtskarte"
2251
-
2252
- #: inc/admin/admin.php:2652
2253
- msgid "Enable Google Analytics tracking"
2254
- msgstr "Google Analytics-Tracking aktivieren"
2255
-
2256
- #: inc/admin/admin.php:2660 inc/admin/admin.php:4834
2257
- msgid "Enter your tracking ID"
2258
- msgstr "Geben Sie Ihre Tracking-ID ein"
2259
-
2260
- #: inc/admin/admin.php:2668
2261
- msgid "Google Analytics tracking opt-in"
2262
- msgstr "Google Analytics-Tracking Opt-In"
2263
-
2264
- #: inc/admin/admin.php:2676
2265
- msgid "Consent message for user tracking"
2266
- msgstr "Einverständniserklärung für Benutzer-Tracking"
2267
-
2268
- #: inc/admin/admin.php:2684
2269
- msgid "Accept button for user tracking"
2270
- msgstr "Einverständnis-Button für das Benutzer-Tracking"
2271
-
2272
- #: inc/admin/admin.php:2692
2273
- msgid "Exclude user roles from tracking"
2274
- msgstr "Benutzerrollen vom Tracking ausschließen"
2275
-
2276
- #: inc/admin/admin.php:2710 inc/admin/admin.php:4941
2277
- msgid "Enable remarketing, demographics, and interests reporting"
2278
- msgstr ""
2279
- "Reporting zu Remarketing, Demographischen Daten und Interessen aktivieren"
2280
-
2281
- #: inc/admin/admin.php:2718 inc/admin/admin.php:4962
2282
- msgid "Enable IP Anonymization"
2283
- msgstr "IP-Anonymisierung aktivieren"
2284
-
2285
- #: inc/admin/admin.php:2726 inc/admin/admin.php:4983
2286
- msgid "Enhanced Link Attribution"
2287
- msgstr "Erweiterte Link-Attribution"
2288
-
2289
- #: inc/admin/admin.php:2734 inc/admin/admin.php:5004
2290
- msgid "Enable cross-domain tracking"
2291
- msgstr "Domainübergreifendes Tracking aktivieren"
2292
-
2293
- #: inc/admin/admin.php:2742 inc/admin/admin.php:5020
2294
- msgid "Cross domains"
2295
- msgstr "Domain übergreifend"
2296
-
2297
- #: inc/admin/admin.php:2760
2298
- msgid "Enable external links tracking (all links with target _blank attribute)"
2299
- msgstr ""
2300
- "Aktivieren des Tracking externer Links (alle Links mit dem Attribut target "
2301
- "_blank)"
2302
-
2303
- #: inc/admin/admin.php:2768
2304
- msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
2305
- msgstr "Aktivierung des Trackings von Downloads (z.B.: PDF, XLSX, DOCX...)"
2306
-
2307
- #: inc/admin/admin.php:2776 inc/admin/admin.php:5066
2308
- msgid "Track downloads' clicks"
2309
- msgstr "Download-Klicks tracken"
2310
-
2311
- #: inc/admin/admin.php:2784
2312
- msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
2313
- msgstr ""
2314
- "Tracking Affiliate/Ausgehende Links aktivieren (z.B.: aff, go, out, "
2315
- "recommends"
2316
-
2317
- #: inc/admin/admin.php:2792 inc/admin/admin.php:5097
2318
- msgid "Track affiliate/outbound links"
2319
- msgstr "Affiliate/ausgehende Links tracken"
2320
-
2321
- #: inc/admin/admin.php:2810
2322
- msgid "Track Authors"
2323
- msgstr "Autoren tracken"
2324
-
2325
- #: inc/admin/admin.php:2818
2326
- msgid "Track Categories"
2327
- msgstr "Kategorien tracken"
2328
-
2329
- #: inc/admin/admin.php:2826
2330
- msgid "Track Tags"
2331
- msgstr "Schlagwörter (Tags) tracken"
2332
-
2333
- #: inc/admin/admin.php:2834
2334
- msgid "Track Post Types"
2335
- msgstr "Inhaltstypen tracken"
2336
-
2337
- #: inc/admin/admin.php:2842
2338
- msgid "Track Logged In Users"
2339
- msgstr "Eingeloggte User tracken"
2340
-
2341
- #: inc/admin/admin.php:2859
2342
- msgid "Redirect attachment pages to post parent"
2343
- msgstr "Weiterleitung von Anhangs-Seiten zum übergeordneten Beitrag"
2344
-
2345
- #: inc/admin/admin.php:2867
2346
- msgid "Remove ?replytocom link to avoid duplicate content"
2347
- msgstr "Entfernen Sie den ?replytocom Link um doppelten Inhalt zu vermeiden"
2348
-
2349
- #: inc/admin/admin.php:2875
2350
- msgid "Add WP Editor to taxonomy description textarea"
2351
- msgstr "WP-Editor zum Textbereich der Taxonomie-Beschreibung hinzufügen"
2352
-
2353
- #: inc/admin/admin.php:2883
2354
- msgid "Remove stop words from URL"
2355
- msgstr "Stopp-Wörter aus der URL entfernen"
2356
-
2357
- #: inc/admin/admin.php:2891
2358
- msgid "Remove /category/ in URL"
2359
- msgstr "In der URL /category/ entfernen"
2360
-
2361
- #: inc/admin/admin.php:2899 inc/admin/admin.php:5586
2362
- msgid "Disable trailing slash for metas"
2363
- msgstr "Schrägstrich für Metadaten deaktivieren"
2364
-
2365
- #: inc/admin/admin.php:2907
2366
- msgid "Remove WordPress generator meta tag"
2367
- msgstr "WordPress Generator Meta-Tag entfernen"
2368
-
2369
- #: inc/admin/admin.php:2915
2370
- msgid "Remove WordPress shortlink meta tag"
2371
- msgstr "WordPress Shortlink Meta-Tag entfernen"
2372
-
2373
- #: inc/admin/admin.php:2923
2374
- msgid "Remove Windows Live Writer meta tag"
2375
- msgstr "Windows Live Writer Meta-Tag entfernen"
2376
-
2377
- #: inc/admin/admin.php:2931
2378
- msgid "Remove RSD meta tag"
2379
- msgstr "RSD Meta-Tag entfernen"
2380
-
2381
- #: inc/admin/admin.php:2939 inc/admin/admin.php:5666
2382
- msgid "Google site verification"
2383
- msgstr "Google Site Verifizierung"
2384
-
2385
- #: inc/admin/admin.php:2947 inc/admin/admin.php:5680
2386
- msgid "Bing site verification"
2387
- msgstr "Bing Site Verifizierung"
2388
-
2389
- #: inc/admin/admin.php:2955 inc/admin/admin.php:5693
2390
- msgid "Pinterest site verification"
2391
- msgstr "Pinterest Site Verifizierung"
2392
-
2393
- #: inc/admin/admin.php:2963 inc/admin/admin.php:5705
2394
- msgid "Yandex site verification"
2395
- msgstr "Yandex Site Verifizierung"
2396
-
2397
- #: inc/admin/admin.php:2980
2398
- msgid "SEOPress in admin bar"
2399
- msgstr "SEOPress in der Admin Bar"
2400
-
2401
- #: inc/admin/admin.php:2988
2402
- msgid "Move SEOPress metabox's position"
2403
- msgstr "Verschieben der Position der SEOPress Metabox"
2404
-
2405
- #: inc/admin/admin.php:2996
2406
- msgid "Hide Notifications Center"
2407
- msgstr "Mitteilungszentrale ausblenden"
2408
-
2409
- #: inc/admin/admin.php:3004
2410
- msgid "Hide SEO tools"
2411
- msgstr "SEO-Werkzeuge ausblenden"
2412
-
2413
- #: inc/admin/admin.php:3012
2414
- msgid "Hide Useful Links"
2415
- msgstr "Nützliche Links ausblenden"
2416
-
2417
- #: inc/admin/admin.php:3020
2418
- msgid "Show Title tag column in post types"
2419
- msgstr "Spalte für Titel-Tags bei Inhaltstypen anzeigen"
2420
-
2421
- #: inc/admin/admin.php:3028
2422
- msgid "Show Meta description column in post types"
2423
- msgstr "Spalte für Meta-Beschreibungen bei Inhaltstypen anzeigen"
2424
-
2425
- #: inc/admin/admin.php:3036
2426
- msgid "Show Redirection Enable column in post types"
2427
- msgstr "Spalte für die Aktivierung von Weiterleitung bei Inhaltstypen anzeigen"
2428
-
2429
- #: inc/admin/admin.php:3044
2430
- msgid "Show Redirect URL column in post types"
2431
- msgstr "Spalte für die Redirect-URL bei Inhaltstypen anzeigen"
2432
-
2433
- #: inc/admin/admin.php:3052
2434
- msgid "Show canonical URL column in post types"
2435
- msgstr "Spalte für die Kanonische URL bei Inhaltstypen anzeigen"
2436
-
2437
- #: inc/admin/admin.php:3060
2438
- msgid "Show Target Keyword column in post types"
2439
- msgstr "Spalte für Suchbegriffe bei Inhaltstypen anzeigen"
2440
-
2441
- #: inc/admin/admin.php:3068
2442
- msgid "Show noindex column in post types"
2443
- msgstr "Spalte für noindex bei Inhaltstypen anzeigen"
2444
-
2445
- #: inc/admin/admin.php:3076
2446
- msgid "Show nofollow column in post types"
2447
- msgstr "Spalte für nofollow bei Inhaltstypen anzeigen"
2448
-
2449
- #: inc/admin/admin.php:3084
2450
- msgid "Show total number of words column in post types"
2451
- msgstr "Spalte mit der Gesamtzahl der Wörter bei Inhaltstypen anzeigen"
2452
-
2453
- #: inc/admin/admin.php:3092
2454
- msgid "Show W3C validator column in post types"
2455
- msgstr "Spalte für W3C-Validator bei Inhaltstypen anzeigen"
2456
-
2457
- #: inc/admin/admin.php:3100
2458
- msgid "Show Google Page Speed column in post types"
2459
- msgstr "Spalte für Google Page Speed bei Inhaltstypen anzeigen"
2460
-
2461
- #: inc/admin/admin.php:3109
2462
- msgid "Hide Genesis SEO Metabox"
2463
- msgstr "Genesis SEO Metabox ausblenden"
2464
-
2465
- #: inc/admin/admin.php:3117
2466
- msgid "Hide Genesis SEO Settings link"
2467
- msgstr "Genesis SEO Einstellungs-Link ausblenden"
2468
-
2469
- #: inc/admin/admin.php:3125
2470
- #, fuzzy
2471
- #| msgid "Structured Data Types"
2472
- msgid "Hide advice in Structured Data Types metabox"
2473
- msgstr "Strukturierte Datentypen"
2474
-
2475
- #: inc/admin/admin.php:3142
2476
- msgid "Block SEO metabox to user roles"
2477
- msgstr "Blockieren der SEO-Metabox für Benutzerrollen"
2478
-
2479
- #: inc/admin/admin.php:3150
2480
- msgid "Block Content analysis metabox to user roles"
2481
- msgstr "Blockieren der Inhaltsanalyse-Metabox für Benutzerrollen"
2482
-
2483
- #: inc/admin/admin.php:3203
2484
- msgid "<p>Customize your titles & metas for homepage</p>"
2485
- msgstr "<p>Ihre Titel & Metadaten für die Homepage anpassen</p>"
2486
-
2487
- #: inc/admin/admin.php:3208
2488
- msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
2489
- msgstr ""
2490
- "<p>Ihre Titel & Metadaten für einzelne individuelle Inhaltstypen (=Single "
2491
- "Custom Post Types) anpassen</p>"
2492
-
2493
- #: inc/admin/admin.php:3213
2494
- msgid "<p>Customize your metas for all pages</p>"
2495
- msgstr "<p>Ihre Metadaten für alle Seiten anpassen</p>"
2496
-
2497
- #: inc/admin/admin.php:3218
2498
- msgid "<p>Customize your metas for all taxonomies archives</p>"
2499
- msgstr "<p>Ihre Metadaten für alle Taxonomie-Archive anpassen</p>"
2500
-
2501
- #: inc/admin/admin.php:3223
2502
- msgid "<p>Customize your metas for all archives</p>"
2503
- msgstr "<p>Ihre Metadaten für alle Archive anpassen</p>"
2504
-
2505
- #: inc/admin/admin.php:3231
2506
- msgid "Change this settings"
2507
- msgstr "Diese Einstellungen ändern"
2508
-
2509
- #: inc/admin/admin.php:3234
2510
- msgid ""
2511
- "To view your sitemap, enable permalinks (not default one), and save settings "
2512
- "to flush them."
2513
- msgstr ""
2514
- "Um Ihre Sitemap anzuzeigen, aktivieren Sie die Permalinks (nicht die "
2515
- "Standardeinstellung) und speichern Sie diese Einstellung."
2516
-
2517
- #: inc/admin/admin.php:3235
2518
- msgid ""
2519
- "Only the last 1000 items are listed in Sitemaps for performances issues."
2520
- msgstr ""
2521
- "Nur die letzten 1000 Elemente werden in den Sitemaps gelistet, um "
2522
- "Performance-Probleme zu verhindern."
2523
-
2524
- #: inc/admin/admin.php:3241
2525
- msgid ""
2526
- "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
2527
- "add this rule to your configuration:"
2528
- msgstr ""
2529
- "Ihr Server verwendet NGINX. Wenn XML-Sitemaps nicht funktionieren, müssen "
2530
- "Sie diese Regeln zu Ihrer Konfiguration hinzufügen:"
2531
-
2532
- #: inc/admin/admin.php:3254
2533
- msgid "Noindex content will not be displayed in Sitemaps."
2534
- msgstr "Noindex-Inhalte werden nicht in Sitemaps angezeigt."
2535
-
2536
- #: inc/admin/admin.php:3266
2537
- msgid "Blank sitemap?"
2538
- msgstr "Leere Sitemap?"
2539
-
2540
- #: inc/admin/admin.php:3267
2541
- msgid "404 error?"
2542
- msgstr "404 Fehler?"
2543
-
2544
- #: inc/admin/admin.php:3269
2545
- msgid "View your sitemap"
2546
- msgstr "Sitemap anzeigen"
2547
-
2548
- #: inc/admin/admin.php:3271
2549
- msgid "Ping Google manually"
2550
- msgstr "Google manuell anpingen"
2551
-
2552
- #: inc/admin/admin.php:3273
2553
- msgid "Flush permalinks"
2554
- msgstr "Permalinks zurücksetzen"
2555
-
2556
- #: inc/admin/admin.php:3279
2557
- msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
2558
- msgstr ""
2559
- "<p>Erstellen Sie eine HTML-Sitemap für Ihre Besucher und verbessern Sie Ihre "
2560
- "SEO.</p>"
2561
-
2562
- #: inc/admin/admin.php:3289 inc/admin/admin.php:4227
2563
- msgid "Guide to enable a HTML Sitemap - new window"
2564
- msgstr "Anleitung zum Aktivieren einer HTML-Sitemap - neues Fenster"
2565
-
2566
- #: inc/admin/admin.php:3294
2567
- msgid "<p>Include/Exclude Post Types.</p>"
2568
- msgstr "<p>Einschließen/Ausschließen von Inhaltstypen</p>"
2569
-
2570
- #: inc/admin/admin.php:3299
2571
- msgid "<p>Include/Exclude Taxonomies.</p>"
2572
- msgstr "<p>Einschließen/Ausschließen von Taxonomien</p>"
2573
-
2574
- #: inc/admin/admin.php:3304
2575
- msgid "<p>Configure Google Knowledge Graph.</p>"
2576
- msgstr "<p>Google Knowledge Graph konfigurieren</p>"
2577
-
2578
- #: inc/admin/admin.php:3305
2579
- msgid "Learn more on Google official website."
2580
- msgstr "Weitere Informationen auf der offiziellen Google-Website."
2581
-
2582
- #: inc/admin/admin.php:3310
2583
- msgid "<p>Link your site with your social accounts.</p>"
2584
- msgstr "<p>Verlinken Sie Ihre Website mit Ihren Social Media Accounts</p>"
2585
-
2586
- #: inc/admin/admin.php:3315
2587
- msgid "<p>Manage Open Graph datas.</p>"
2588
- msgstr "<p>Verwalten Sie Ihre Open Graph Daten</p>"
2589
-
2590
- #: inc/admin/admin.php:3320
2591
- msgid "<p>Manage your Twitter card.</p>"
2592
- msgstr "<p>Verwalten Sie Ihre Twitter-Card</p>"
2593
-
2594
- #: inc/admin/admin.php:3325
2595
- msgid "<p>Link your Google Analytics to your website.</p>"
2596
- msgstr "<p>Verknüpfen Sie Ihr Google Analytics mit Ihrer Website</p>"
2597
-
2598
- #: inc/admin/admin.php:3330
2599
- msgid "<p>Configure your Google Analytics tracking code.</p>"
2600
- msgstr "<p>Konfigurieren Sie Ihren Google Analytics-Trackingcode</p>"
2601
-
2602
- #: inc/admin/admin.php:3335
2603
- msgid "<p>Track events in Google Analytics.</p>"
2604
- msgstr "<p>Tracken Sie Veranstaltungen in Google Analytics</p>"
2605
-
2606
- #: inc/admin/admin.php:3340
2607
- msgid ""
2608
- "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
2609
- "and custom metrics in SEOPress are like the default dimensions and metrics "
2610
- "in your Analytics account, except you create them yourself.<br> Use them to "
2611
- "collect and analyze data that Analytics doesn't automatically track.<br> "
2612
- "Please note that you also have to setup your custom dimensions in your "
2613
- "Google Analytics account. More info by clicking on the help icon."
2614
- msgstr ""
2615
- "<p>Konfigurieren Sie in Google Analytics Ihre benutzerdefinierten "
2616
- "Dimensionen. <br>Benutzerdefinierte Dimensionen und benutzerdefinierte "
2617
- "Messwerte sind wie Standarddimensionen und Messwerte in Ihrem Analytics-"
2618
- "Konto,<br> aber diese erstellen Sie selbst. Sie können sie verwenden, um "
2619
- "Daten zu sammeln und zu analysieren, die von Analytics nicht automatisch "
2620
- "getrackt werden.<br> Beachten Sie, dass Sie Ihre benutzerdefinierten "
2621
- "Dimensionen auch in Ihrem Google Analytics-Konto einrichten müssen. Mehr "
2622
- "Infos erhalten Sie über einen Klick auf das Hilfe-Symbol."
2623
-
2624
- #: inc/admin/admin.php:3350
2625
- msgid "Guide to create custom dimensions in Google Analytics - new window"
2626
- msgstr ""
2627
- "Anleitung zum Erstellen von benutzerdefinierten Dimensionen in Google "
2628
- "Analytics - neues Fenster"
2629
-
2630
- #: inc/admin/admin.php:3355
2631
- msgid "<p>Advanced SEO options.</p>"
2632
- msgstr "<p>Erweiterte SEO-Optionen</p>"
2633
-
2634
- #: inc/admin/admin.php:3360
2635
- msgid "<p>Customize SEOPress to fit your needs.</p>"
2636
- msgstr "<p>SEOPress an Ihre Bedürfnisse anpassen.</p>"
2637
-
2638
- #: inc/admin/admin.php:3365
2639
- msgid "<p>Manage security.</p>"
2640
- msgstr "<p>Sicherheitseinstellungen verwalten</p>"
2641
-
2642
- #: inc/admin/admin.php:3378
2643
- msgid "Enter your separator, eg: \"-\""
2644
- msgstr "Geben Sie Ihren Separator ein, z.B. \"-\""
2645
-
2646
- #: inc/admin/admin.php:3382
2647
- #, php-format
2648
- msgid "Use this separator with %%sep%% in your title and meta description."
2649
- msgstr ""
2650
- "Nutzen Sie diesen Separator mit %%sep%% in Ihrem Titel und Ihrer Meta-"
2651
- "Beschreibung."
2652
-
2653
- #: inc/admin/admin.php:3388
2654
- msgid "My awesome website"
2655
- msgstr "Meine fantastische Website"
2656
-
2657
- #: inc/admin/admin.php:3393 inc/admin/admin.php:3404 inc/admin/admin.php:3446
2658
- #: inc/admin/admin.php:3565 inc/admin/admin.php:3598 inc/admin/admin.php:3683
2659
- #: inc/admin/admin.php:3759 inc/admin/admin.php:3829 inc/admin/admin.php:3898
2660
- #: inc/admin/admin.php:3948
2661
- msgid "More tags"
2662
- msgstr "Mehr Schlagwörter (Tags)"
2663
-
2664
- #: inc/admin/admin.php:3399
2665
- msgid "This is a cool website about Wookiees"
2666
- msgstr "Dies ist eine coole Website über Wookiees"
2667
-
2668
- #: inc/admin/admin.php:3407
2669
- msgid "Looking to edit your blog page?"
2670
- msgstr "Möchten Sie Ihre Blog-Seite bearbeiten?"
2671
-
2672
- #: inc/admin/admin.php:3420 inc/admin/admin.php:3536 inc/admin/admin.php:3660
2673
- #: inc/admin/admin.php:3748 inc/admin/admin.php:3818 inc/admin/admin.php:3887
2674
- #: inc/admin/admin.php:3939
2675
- msgid "Title template"
2676
- msgstr "Titel Template"
2677
-
2678
- #: inc/admin/admin.php:3453 inc/admin/admin.php:3574 inc/admin/admin.php:3690
2679
- #: inc/admin/admin.php:3765 inc/admin/admin.php:3835 inc/admin/admin.php:3904
2680
- #: inc/admin/admin.php:3954
2681
- msgid "Meta description template"
2682
- msgstr "Meta-Beschreibung Template"
2683
-
2684
- #: inc/admin/admin.php:3476
2685
- msgid ""
2686
- "Do not display this single post type in search engine results "
2687
- "<strong>(noindex)</strong>"
2688
- msgstr ""
2689
- "Diesen Single Post Type nicht in den Suchergebnissen "
2690
- "anzeigen<strong>(noindex)</strong>"
2691
-
2692
- #: inc/admin/admin.php:3495
2693
- msgid ""
2694
- "Do not follow links for this single post type <strong>(nofollow)</strong>"
2695
- msgstr ""
2696
- "Links für diesen Single Post Type nicht folgen <strong>(nofollow)</strong>"
2697
-
2698
- #: inc/admin/admin.php:3514
2699
- msgid "Display date in Google search results?"
2700
- msgstr "Datum in den Google-Suchergebnissen anzeigen?"
2701
-
2702
- #: inc/admin/admin.php:3556
2703
- msgid "Category Title"
2704
- msgstr "Kategorie-Titel"
2705
-
2706
- #: inc/admin/admin.php:3558
2707
- msgid "Tag Title"
2708
- msgstr "Schlagwort (Tag)-Titel"
2709
-
2710
- #: inc/admin/admin.php:3560
2711
- msgid "Term Title"
2712
- msgstr "Begriffs-Titel"
2713
-
2714
- #: inc/admin/admin.php:3591
2715
- msgid "Category Description"
2716
- msgstr "Kategorie-Beschreibung"
2717
-
2718
- #: inc/admin/admin.php:3593
2719
- msgid "Tag Description"
2720
- msgstr "Schlagwort (Tag)-Beschreibung"
2721
-
2722
- #: inc/admin/admin.php:3595
2723
- msgid "Term Description"
2724
- msgstr "Begriffs-Beschreibung"
2725
-
2726
- #: inc/admin/admin.php:3613
2727
- msgid ""
2728
- "Do not display this taxonomy archive in search engine results "
2729
- "<strong>(noindex)</strong>"
2730
- msgstr ""
2731
- "Dieses Taxonomy-Archiv nicht in den Suchergebnissen anzeigen "
2732
- "<strong>(noindex)</strong>"
2733
-
2734
- #: inc/admin/admin.php:3632
2735
- msgid ""
2736
- "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
2737
- msgstr ""
2738
- "Links für dieses Taxonomy-Archiv nicht folgen <strong>(nofollow)</strong>"
2739
-
2740
- #: inc/admin/admin.php:3652
2741
- msgid "See archive"
2742
- msgstr "Sehe Archive"
2743
-
2744
- #: inc/admin/admin.php:3679
2745
- msgid "Post Type Archive Name"
2746
- msgstr "Inhaltstyp Archiv Name"
2747
-
2748
- #: inc/admin/admin.php:3713
2749
- msgid ""
2750
- "Do not display this post type archive in search engine results "
2751
- "<strong>(noindex)</strong>"
2752
- msgstr ""
2753
- "Dieses Post Type Archiv nicht in den Suchergebnissen "
2754
- "anzeigen<strong>(noindex)</strong>"
2755
-
2756
- #: inc/admin/admin.php:3732
2757
- msgid ""
2758
- "Do not follow links for this post type archive <strong>(nofollow)</strong>"
2759
- msgstr ""
2760
- "Links für dieses Post Type Archiv nicht folgen <strong>(nofollow)</strong>"
2761
-
2762
- #: inc/admin/admin.php:3746
2763
- msgid "Author archives"
2764
- msgstr "Autoren-Archive"
2765
-
2766
- #: inc/admin/admin.php:3789
2767
- msgid ""
2768
- "Do not display author archives in search engine results <strong>(noindex)</"
2769
- "strong>"
2770
- msgstr ""
2771
- "Autoren-Archive nicht in den Suchergebnissen anzeigen <strong>(noindex)</"
2772
- "strong>"
2773
-
2774
- #: inc/admin/admin.php:3807
2775
- msgid "Disable author archives"
2776
- msgstr "Deaktiviere Autoren-Archive"
2777
-
2778
- #: inc/admin/admin.php:3816 inc/admin/admin.php:3827
2779
- msgid "Date archives"
2780
- msgstr "Datums-Archive"
2781
-
2782
- #: inc/admin/admin.php:3858
2783
- msgid ""
2784
- "Do not display date archives in search engine results <strong>(noindex)</"
2785
- "strong>"
2786
- msgstr ""
2787
- "Datums-Archive nicht in den Suchergebnissen anzeigen <strong>(noindex)</"
2788
- "strong>"
2789
-
2790
- #: inc/admin/admin.php:3876
2791
- msgid "Disable date archives"
2792
- msgstr "Deaktiviere Datums-Archive"
2793
-
2794
- #: inc/admin/admin.php:3885
2795
- msgid "Search archives"
2796
- msgstr "Suche Archive"
2797
-
2798
- #: inc/admin/admin.php:3896
2799
- msgid "Search Keywords"
2800
- msgstr "Suche Suchbegriffe"
2801
-
2802
- #: inc/admin/admin.php:3928
2803
- msgid ""
2804
- "Do not display search archives in search engine results <strong>(noindex)</"
2805
- "strong>"
2806
- msgstr ""
2807
- "Such-Archive nicht in den Suchergebnissen anzeigen <strong>(noindex)</strong>"
2808
-
2809
- #: inc/admin/admin.php:3937
2810
- msgid "404 archives"
2811
- msgstr "404-Archive"
2812
-
2813
- #: inc/admin/admin.php:3980
2814
- msgid ""
2815
- "Do not display all pages of the site in Google search results and do not "
2816
- "display \"Cached\" links in search results."
2817
- msgstr ""
2818
- "Nicht alle Seiten der Website in den Google Suchergebnissen anzeigen und "
2819
- "keine \"zwischengespeicherten\" Verlinkungen in den Suchergebnissen anzeigen."
2820
-
2821
- #: inc/admin/admin.php:3999
2822
- msgid "Do not follow links for all pages."
2823
- msgstr "Verlinkungen nicht auf allen Seiten folgen."
2824
-
2825
- #: inc/admin/admin.php:4018
2826
- msgid ""
2827
- "Do not use Open Directory project metadata for titles or excerpts for all "
2828
- "pages."
2829
- msgstr ""
2830
- "Für alle Seiten keine Open Directory-Projekt-Metadaten für Titel oder "
2831
- "Auszüge verwenden."
2832
-
2833
- #: inc/admin/admin.php:4037
2834
- msgid "Do not index images from the entire site."
2835
- msgstr "Auf der gesamten Website keine Bilder indexieren."
2836
-
2837
- #: inc/admin/admin.php:4056
2838
- msgid "Do not display a \"Cached\" link in the Google search results."
2839
- msgstr ""
2840
- "Keine \"zwischengespeicherten\" Verlinkungen in den Google Suchergebnissen "
2841
- "anzeigen."
2842
-
2843
- #: inc/admin/admin.php:4075
2844
- msgid ""
2845
- "Do not display a description in the Google search results for all pages."
2846
- msgstr ""
2847
- "Für alle Seiten keine Beschreibung in den Google Suchergebnissen anzeigen."
2848
-
2849
- #: inc/admin/admin.php:4094
2850
- msgid "Prevent Google to display a sitelinks searchbox in search results."
2851
- msgstr ""
2852
- "Google davon abhalten, Sitelink-Suchboxen in den Suchergebnissen anzuzeigen."
2853
-
2854
- #: inc/admin/admin.php:4111
2855
- msgid "Add rel next/prev link in head of paginated archive pages"
2856
- msgstr ""
2857
- "Rel next/prev-Link im Kopfbereich der paginierten Archiv-Seiten hinzufügen"
2858
-
2859
- #: inc/admin/admin.php:4113
2860
- msgid "Learn more on Google website"
2861
- msgstr "Weitere Informationen auf der Google-Website"
2862
-
2863
- #: inc/admin/admin.php:4140
2864
- msgid "Guide to enable XML Sitemaps - new window"
2865
- msgstr "Anleitung zum Aktivieren von XML-Sitemaps - neues Fenster"
2866
-
2867
- #: inc/admin/admin.php:4157
2868
- msgid ""
2869
- "Enable Image Sitemaps (standard images, image galleries, featured image, "
2870
- "WooCommerce product images)"
2871
- msgstr ""
2872
- "Image-Sitemaps aktivieren (Standardbilder, Bildergalerien, Featured Images, "
2873
- "WooCommerce Produktbilder)"
2874
-
2875
- #: inc/admin/admin.php:4159
2876
- msgid "Images in XML sitemaps are visible only from the source code."
2877
- msgstr "Bilder sind in XML Sitemaps nur im Quellcode sichtbar."
2878
-
2879
- #: inc/admin/admin.php:4169
2880
- msgid "Guide to enable XML image sitemaps - new window"
2881
- msgstr "Anleitung zum Aktivieren von XML-Bilder-Sitemaps - neues Fenster"
2882
-
2883
- #: inc/admin/admin.php:4187
2884
- msgid "Enable Video Sitemaps"
2885
- msgstr "Video-Sitemaps aktivieren"
2886
-
2887
- #: inc/admin/admin.php:4197
2888
- #, php-format
2889
- msgid ""
2890
- "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
2891
- "\" target=\"_blank\">adding videos to your sitemap.</a>"
2892
- msgstr ""
2893
- "Ihre Video-Sitemap ist leer? Lesen Sie unseren Leitfaden, um mehr zu "
2894
- "erfahren über <a href=\"%s\" target=\"_ blank\">Videos zu Ihrer Sitemap "
2895
- "hinzufügen</a>"
2896
-
2897
- #: inc/admin/admin.php:4199
2898
- msgid "Guide to enable XML video sitemaps - new window"
2899
- msgstr "Anleitung zum Aktivieren von XML-Video-Sitemaps - neues Fenster"
2900
-
2901
- #: inc/admin/admin.php:4267 inc/admin/admin.php:4311
2902
- msgid "Include"
2903
- msgstr "Einschließen"
2904
-
2905
- #: inc/admin/admin.php:4270
2906
- msgid ""
2907
- "You should never include attachment post type in your sitemap. Be careful if "
2908
- "you checked this."
2909
- msgstr ""
2910
-
2911
- #: inc/admin/admin.php:4326
2912
- msgid "eg: 2, 28, 68"
2913
- msgstr "z.B.: 2, 28, 68"
2914
-
2915
- #: inc/admin/admin.php:4330
2916
- msgid "You can also use this shortcode:"
2917
- msgstr "Sie können auch diesen Shortcode verwenden:"
2918
-
2919
- #: inc/admin/admin.php:4340
2920
- msgid "eg: 13, 8, 38"
2921
- msgstr "z.B.: 13, 8, 38"
2922
-
2923
- #: inc/admin/admin.php:4354
2924
- msgid ""
2925
- "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
2926
- msgstr ""
2927
- "DESC (absteigende Reihenfolge von Höchst- zu Niederstwert (3, 2, 1; c, b, a))"
2928
-
2929
- #: inc/admin/admin.php:4357
2930
- msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
2931
- msgstr ""
2932
- "ASC (aufsteigende Reihenfolge von niedrigsten zu höchsten Werten (1, 2, 3; "
2933
- "a, b, c))"
2934
-
2935
- #: inc/admin/admin.php:4374
2936
- msgid "Default (date)"
2937
- msgstr "Standardwert (Datum)"
2938
-
2939
- #: inc/admin/admin.php:4380
2940
- msgid "Modified date"
2941
- msgstr "Änderungsdatum"
2942
-
2943
- #: inc/admin/admin.php:4383
2944
- msgid "Post ID"
2945
- msgstr "Beitrags-ID"
2946
-
2947
- #: inc/admin/admin.php:4386
2948
- #, fuzzy
2949
- #| msgid "Sort order"
2950
- msgid "Menu order"
2951
- msgstr "Auftrag sortieren"
2952
-
2953
- #: inc/admin/admin.php:4404
2954
- msgid "Disable date after each post, page, post type?"
2955
- msgstr "Datum für jeden Beitrag, jede Seite und jeden Inhaltstyp deaktivieren?"
2956
-
2957
- #: inc/admin/admin.php:4423
2958
- msgid "Person"
2959
- msgstr "Person"
2960
-
2961
- #: inc/admin/admin.php:4426
2962
- msgid "Organization"
2963
- msgstr "Organisation"
2964
-
2965
- #: inc/admin/admin.php:4439
2966
- msgid "eg: Apple"
2967
- msgstr "z.B.: Apple"
2968
-
2969
- #: inc/admin/admin.php:4452
2970
- msgid "Select your logo"
2971
- msgstr "Wählen Sie Ihr Logo"
2972
-
2973
- #: inc/admin/admin.php:4456
2974
- msgid "JPG, PNG or GIF allowed."
2975
- msgstr "JPG, PNG oder GIF erlaubt."
2976
-
2977
- #: inc/admin/admin.php:4482
2978
- msgid "eg: +33123456789 (internationalized version required)"
2979
- msgstr "z.B.: +33123456789 (internationalisierte Version erforderlich)"
2980
-
2981
- #: inc/admin/admin.php:4497
2982
- msgid "Customer support"
2983
- msgstr "Kunden-Support"
2984
-
2985
- #: inc/admin/admin.php:4500
2986
- msgid "Technical support"
2987
- msgstr "Technischer Support"
2988
-
2989
- #: inc/admin/admin.php:4503
2990
- msgid "Billing support"
2991
- msgstr "Rechnungsstellung-Support"
2992
-
2993
- #: inc/admin/admin.php:4506
2994
- msgid "Bill payment"
2995
- msgstr "Rechnungszahlung"
2996
-
2997
- #: inc/admin/admin.php:4509
2998
- msgid "Sales"
2999
- msgstr "Vertrieb"
3000
-
3001
- #: inc/admin/admin.php:4512
3002
- msgid "Credit card support"
3003
- msgstr "Kreditkarten-Support"
3004
-
3005
- #: inc/admin/admin.php:4515
3006
- msgid "Emergency"
3007
- msgstr "Notfall"
3008
-
3009
- #: inc/admin/admin.php:4518
3010
- msgid "Baggage tracking"
3011
- msgstr "Gepäckverfolgung"
3012
-
3013
- #: inc/admin/admin.php:4521
3014
- msgid "Roadside assistance"
3015
- msgstr "Pannenhilfe"
3016
-
3017
- #: inc/admin/admin.php:4524
3018
- msgid "Package tracking"
3019
- msgstr "Sendungsverfolgung"
3020
-
3021
- #: inc/admin/admin.php:4541 inc/admin/admin.php:5115 inc/admin/admin.php:5192
3022
- #: inc/admin/admin.php:5269 inc/admin/admin.php:5346 inc/admin/admin.php:5423
3023
- msgid "None"
3024
- msgstr "Keine"
3025
-
3026
- #: inc/admin/admin.php:4544
3027
- msgid "Toll Free"
3028
- msgstr "Gebührenfrei"
3029
-
3030
- #: inc/admin/admin.php:4547
3031
- msgid "Hearing impaired supported"
3032
- msgstr "Hörgeschädigte werden unterstützt"
3033
-
3034
- #: inc/admin/admin.php:4560
3035
- msgid "eg: https://www.facebook.com/your-page"
3036
- msgstr "z.B.: https://www.facebook.com/your-page"
3037
-
3038
- #: inc/admin/admin.php:4573
3039
- msgid "eg: @wp_seopress"
3040
- msgstr "z.B.: @wp_seopress"
3041
-
3042
- #: inc/admin/admin.php:4573
3043
- msgid "Twitter Page URL"
3044
- msgstr "Twitter Seiten-URL"
3045
-
3046
- #: inc/admin/admin.php:4585
3047
- msgid "eg: https://pinterest.com/wpbuy/"
3048
- msgstr "z.B.: https://pinterest.com/wpbuy/"
3049
-
3050
- #: inc/admin/admin.php:4597
3051
- msgid "eg: https://www.instagram.com/wp_seopress/"
3052
- msgstr "z.B.: https://www.instagram.com/wp_seopress/"
3053
-
3054
- #: inc/admin/admin.php:4609
3055
- #, fuzzy
3056
- #| msgid "eg: https://www.youtube.com/c/SEOPress"
3057
- msgid "eg: https://www.youtube.com/SEOPress"
3058
- msgstr "z.B.: https://www.youtube.com/c/SEOPress"
3059
-
3060
- #: inc/admin/admin.php:4621
3061
- msgid "eg: http://linkedin.com/company/seopress/"
3062
- msgstr "z.B.: http://linkedin.com/company/seopress/"
3063
-
3064
- #: inc/admin/admin.php:4633
3065
- msgid "eg: https://myspace.com/your-page"
3066
- msgstr "z.B.: https://myspace.com/your-page"
3067
-
3068
- #: inc/admin/admin.php:4645
3069
- msgid "eg: https://soundcloud.com/michaelmccannmusic"
3070
- msgstr "z.B.: https://soundcloud.com/michaelmccannmusic"
3071
-
3072
- #: inc/admin/admin.php:4657
3073
- msgid "eg: https://your-site.tumblr.com"
3074
- msgstr "z.B.: https://your-site.tumblr.com"
3075
-
3076
- #: inc/admin/admin.php:4674
3077
- msgid "Enable OG data"
3078
- msgstr "OG Daten aktivieren"
3079
-
3080
- #: inc/admin/admin.php:4707
3081
- msgid ""
3082
- "One or more Facebook Page IDs that are associated with a URL in order to "
3083
- "enable link editing and instant article publishing."
3084
- msgstr ""
3085
- "Eine oder mehrere Facebook-IDs, die mit einer URL verbunden sind, um Links "
3086
- "bearbeiten zu können und Instant-Artikel Veröffentlichung zu ermöglichen."
3087
-
3088
- #: inc/admin/admin.php:4720
3089
- msgid ""
3090
- "The ID (or comma-separated list for properties that can accept multiple IDs) "
3091
- "of an app, person using the app, or Page Graph API object."
3092
- msgstr ""
3093
- "Die ID (oder komma-getrennte Liste für Eigenschaften, die mehrere IDs "
3094
- "akzeptieren können) einer App, Person, die die App verwendet, oder Page "
3095
- "Graph API-Objekt."
3096
-
3097
- #: inc/admin/admin.php:4732
3098
- msgid ""
3099
- "The Facebook app ID of the site's app. In order to use Facebook Insights you "
3100
- "must add the app ID to your page. Insights lets you view analytics for "
3101
- "traffic to your site from Facebook. Find the app ID in your App Dashboard. "
3102
- "<a href=\"https://developers.facebook.com/apps/redirect/dashboard\" target="
3103
- "\"_blank\">More info here</a> <span class=\"dashicons dashicons-external\"></"
3104
- "span>"
3105
- msgstr ""
3106
- "Die Facebook-App ID der Website App. Um Facebook Insights nutzen zu können, "
3107
- "müssen Sie die App-ID zu Ihrer Seite hinzufügen. Mit Insights können Sie "
3108
- "Analysen von Traffic zu Ihren Seiten von Facebook einsehen. Die App ID "
3109
- "finden Sie in Ihrem App Dashboard. <a href = \"https://developers.facebook."
3110
- "com/apps/redirect/dashboard\" target = \"_ blank\" > Mehr Infos hier </a> "
3111
- "<span class=\"dashicons dashicons-external\"></span>"
3112
-
3113
- #: inc/admin/admin.php:4736
3114
- msgid "How to create a Facebook App ID"
3115
- msgstr "So erstellen Sie eine Facebook App ID"
3116
-
3117
- #: inc/admin/admin.php:4749
3118
- msgid "Enable Twitter card"
3119
- msgstr "Twitter-Card aktivieren"
3120
-
3121
- #: inc/admin/admin.php:4766
3122
- msgid "Use OG if no Twitter Cards"
3123
- msgstr "OG verwenden, wenn keine Twitter-Card existiert"
3124
-
3125
- #: inc/admin/admin.php:4801
3126
- msgid "Default"
3127
- msgstr "Standard"
3128
-
3129
- #: inc/admin/admin.php:4804
3130
- msgid "Large"
3131
- msgstr "Groß"
3132
-
3133
- #: inc/admin/admin.php:4822
3134
- msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
3135
- msgstr "Google Analytics-Tracking aktivieren (Global Site Tag: gtag.js)"
3136
-
3137
- #: inc/admin/admin.php:4834
3138
- msgid "Enter your Tracking ID (UA-XXXX-XX)"
3139
- msgstr "Geben Sie Ihre Tracking ID ein (UA-XXXX-XX)"
3140
-
3141
- #: inc/admin/admin.php:4838
3142
- msgid "Find your tracking ID"
3143
- msgstr "Finden Sie Ihre Tracking-ID"
3144
-
3145
- #: inc/admin/admin.php:4852
3146
- msgid "Request user's consent for analytics tracking (required by GDPR)"
3147
- msgstr ""
3148
- "Einwilligung des Nutzers für das Analytik-Tracking einholen (erforderlich "
3149
- "nach DSGVO)"
3150
-
3151
- #: inc/admin/admin.php:4854
3152
- msgid ""
3153
- "<strong>The user must click the Accept button to allow tracking.</strong>"
3154
- msgstr ""
3155
-
3156
- #: inc/admin/admin.php:4856
3157
- msgid ""
3158
- "User roles excluded from tracking will not see the consent message.<br> If "
3159
- "you use a caching plugin, you have to exclude this JS file in your settings: "
3160
- "<br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax."
3161
- "js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
3162
- msgstr ""
3163
- "Benutzerrollen, die vom Tracking ausgeschlossen sind, sehen die "
3164
- "Einverständniserklärung nicht.<br>Wenn Sie ein Caching-Plugin verwenden, "
3165
- "müssen Sie diese JS-Datei in Ihren Einstellungen ausschließen: <br><strong>/"
3166
- "wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</strong> "
3167
- "<br>and this cookie <strong>seopress-user-consent-accept</strong>"
3168
-
3169
- #: inc/admin/admin.php:4866
3170
- msgid "Hook to add custom tracking code with user consent - new window"
3171
- msgstr ""
3172
- "Hook, um benutzerdefinierten Tracking-Code mit Benutzereinwilligung "
3173
- "hinzuzufügen-neues Fenster"
3174
-
3175
- #: inc/admin/admin.php:4879
3176
- msgid "Enter your message (HTML allowed)"
3177
- msgstr "Geben Sie Ihre Nachricht ein (HTML erlaubt)"
3178
-
3179
- #: inc/admin/admin.php:4879
3180
- msgid "This message will only appear if request user's consent is enabled."
3181
- msgstr ""
3182
- "Diese Meldung erscheint nur, wenn die Zustimmung des Benutzers eingeholt "
3183
- "wurde."
3184
-
3185
- #: inc/admin/admin.php:4890
3186
- msgid "Hook to filter user consent message - new window"
3187
- msgstr ""
3188
- "Hook zum Filtern der Einwilligungsnachricht des Benutzers - neues Fenster"
3189
-
3190
- #: inc/admin/admin.php:4892
3191
- #, fuzzy
3192
- #| msgid "HTML tags allowed: strong, em, br, a href"
3193
- msgid "HTML tags allowed: strong, em, br, a href / target"
3194
- msgstr "Erlaubte HTML-Tags: strong, em, br, a href"
3195
-
3196
- #: inc/admin/admin.php:4893
3197
- msgid ""
3198
- "Shortcode allowed to get the privacy page set in WordPress settings: "
3199
- "[seopress_privacy_page]"
3200
- msgstr ""
3201
-
3202
- #: inc/admin/admin.php:4901 inc/functions/options-google-analytics.php:39
3203
- msgid "Accept"
3204
- msgstr "Akzeptieren"
3205
-
3206
- #: inc/admin/admin.php:4901
3207
- msgid "Change the button value"
3208
- msgstr "Ändern Sie die Bezeichnung des Buttons"
3209
-
3210
- #: inc/admin/admin.php:4943
3211
- msgid ""
3212
- "A remarketing audience is a list of cookies or mobile-advertising IDs that "
3213
- "represents a group of users you want to re-engage because of their "
3214
- "likelihood to convert."
3215
- msgstr ""
3216
- "Eine Remarketing-Audience ist eine Liste von Cookies oder mobilen Werbe-IDs, "
3217
- "die eine Gruppe von Nutzern repräsentiert, die Sie erneut ansprechen "
3218
- "möchten, aufgrund ihrer Konvertierungs-Wahrscheinlichkeit."
3219
-
3220
- #: inc/admin/admin.php:4964
3221
- msgid ""
3222
- "When a customer of Analytics requests IP address anonymization, Analytics "
3223
- "anonymizes the address as soon as technically feasible at the earliest "
3224
- "possible stage of the collection network."
3225
- msgstr ""
3226
- "Wenn ein Kunde von Analytics eine Anonymisierung der IP-Adresse wünscht, "
3227
- "anonymisiert Analytics die Adresse so schnell wie technisch möglich zum "
3228
- "frühestmöglichen Zeitpunkt der Erfassung."
3229
-
3230
- #: inc/admin/admin.php:4985
3231
- msgid ""
3232
- "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
3233
- "report by automatically differentiating between multiple links to the same "
3234
- "URL on a single page by using link element IDs."
3235
- msgstr ""
3236
- "Enhanced Link Attribution verbessert die Genauigkeit Ihres In-Page Analytics-"
3237
- "Berichts, indem es automatisch zwischen mehreren Links auf dieselbe URL auf "
3238
- "einer einzigen Seite durch die Verwendung von Link-Element-IDs unterscheidet."
3239
-
3240
- #: inc/admin/admin.php:5006
3241
- msgid ""
3242
- "Cross domain tracking makes it possible for Analytics to see sessions on two "
3243
- "related sites (such as an ecommerce site and a separate shopping cart site) "
3244
- "as a single session. This is sometimes called site linking."
3245
- msgstr ""
3246
- "Cross-Domain-Tracking ermöglicht es Analytics, Sitzungen auf zwei verwandten "
3247
- "Websites (z. B. einer E-Commerce-Website und einer separaten Warenkorb-"
3248
- "Website) als eine einzige Sitzung anzuzeigen. Dies wird manchmal als Site-"
3249
- "Linking bezeichnet."
3250
-
3251
- #: inc/admin/admin.php:5020
3252
- #, fuzzy
3253
- #| msgid "Enter yours domains (eg: https://www.seopress.org/)"
3254
- msgid "Enter yours domains: seopress.org,sub.seopress.org,sub2.seopress.org"
3255
- msgstr "Geben Sie Ihre Domains ein (z.B.: https://www.seopress.org/)"
3256
-
3257
- #: inc/admin/admin.php:5037
3258
- msgid "Enable external links tracking"
3259
- msgstr "Tracking von externen Links aktivieren"
3260
-
3261
- #: inc/admin/admin.php:5054
3262
- msgid "Enable download tracking"
3263
- msgstr "Download-Tracking aktivieren"
3264
-
3265
- #: inc/admin/admin.php:5066
3266
- msgid "pdf|docx|pptx|zip"
3267
- msgstr "pdf|docx|pptx|zip"
3268
-
3269
- #: inc/admin/admin.php:5070
3270
- msgid "Separate each file type extensions with a pipe \"|\""
3271
- msgstr "Trennen Sie jede Dateierweiterung mit einem senkrechten Strich \"|\""
3272
-
3273
- #: inc/admin/admin.php:5085
3274
- msgid "Enable affiliate/outbound tracking"
3275
- msgstr "Affiliate/Outbound-Tracking aktivieren"
3276
-
3277
- #: inc/admin/admin.php:5097
3278
- msgid "aff|go|out"
3279
- msgstr "aff|go|out"
3280
-
3281
- #: inc/admin/admin.php:5101
3282
- msgid "Separate each keyword with a pipe \"|\""
3283
- msgstr "Trennen Sie jeden Suchbegriff mit einem senkrechten Strich \"|\""
3284
-
3285
- #: inc/admin/admin.php:5118 inc/admin/admin.php:5195 inc/admin/admin.php:5272
3286
- #: inc/admin/admin.php:5349 inc/admin/admin.php:5426
3287
- msgid "Custom Dimension #1"
3288
- msgstr "Benutzerdefinierte Dimension #1"
3289
-
3290
- #: inc/admin/admin.php:5121 inc/admin/admin.php:5198 inc/admin/admin.php:5275
3291
- #: inc/admin/admin.php:5352 inc/admin/admin.php:5429
3292
- msgid "Custom Dimension #2"
3293
- msgstr "Benutzerdefinierte Dimension #2"
3294
-
3295
- #: inc/admin/admin.php:5124 inc/admin/admin.php:5201 inc/admin/admin.php:5278
3296
- #: inc/admin/admin.php:5355 inc/admin/admin.php:5432
3297
- msgid "Custom Dimension #3"
3298
- msgstr "Benutzerdefinierte Dimension #3"
3299
-
3300
- #: inc/admin/admin.php:5127 inc/admin/admin.php:5204 inc/admin/admin.php:5281
3301
- #: inc/admin/admin.php:5358 inc/admin/admin.php:5435
3302
- msgid "Custom Dimension #4"
3303
- msgstr "Benutzerdefinierte Dimension #4"
3304
-
3305
- #: inc/admin/admin.php:5130 inc/admin/admin.php:5207 inc/admin/admin.php:5284
3306
- #: inc/admin/admin.php:5361 inc/admin/admin.php:5438
3307
- msgid "Custom Dimension #5"
3308
- msgstr "Benutzerdefinierte Dimension #5"
3309
-
3310
- #: inc/admin/admin.php:5133 inc/admin/admin.php:5210 inc/admin/admin.php:5287
3311
- #: inc/admin/admin.php:5364 inc/admin/admin.php:5441
3312
- msgid "Custom Dimension #6"
3313
- msgstr "Benutzerdefinierte Dimension #6"
3314
-
3315
- #: inc/admin/admin.php:5136 inc/admin/admin.php:5213 inc/admin/admin.php:5290
3316
- #: inc/admin/admin.php:5367 inc/admin/admin.php:5444
3317
- msgid "Custom Dimension #7"
3318
- msgstr "Benutzerdefinierte Dimension #7"
3319
-
3320
- #: inc/admin/admin.php:5139 inc/admin/admin.php:5216 inc/admin/admin.php:5293
3321
- #: inc/admin/admin.php:5370 inc/admin/admin.php:5447
3322
- msgid "Custom Dimension #8"
3323
- msgstr "Benutzerdefinierte Dimension #8"
3324
-
3325
- #: inc/admin/admin.php:5142 inc/admin/admin.php:5219 inc/admin/admin.php:5296
3326
- #: inc/admin/admin.php:5373 inc/admin/admin.php:5450
3327
- msgid "Custom Dimension #9"
3328
- msgstr "Benutzerdefinierte Dimension #9"
3329
-
3330
- #: inc/admin/admin.php:5145 inc/admin/admin.php:5222 inc/admin/admin.php:5299
3331
- #: inc/admin/admin.php:5376 inc/admin/admin.php:5453
3332
- msgid "Custom Dimension #10"
3333
- msgstr "Benutzerdefinierte Dimension #10"
3334
-
3335
- #: inc/admin/admin.php:5148 inc/admin/admin.php:5225 inc/admin/admin.php:5302
3336
- #: inc/admin/admin.php:5379 inc/admin/admin.php:5456
3337
- msgid "Custom Dimension #11"
3338
- msgstr "Benutzerdefinierte Dimension #11"
3339
-
3340
- #: inc/admin/admin.php:5151 inc/admin/admin.php:5228 inc/admin/admin.php:5305
3341
- #: inc/admin/admin.php:5382 inc/admin/admin.php:5459
3342
- msgid "Custom Dimension #12"
3343
- msgstr "Benutzerdefinierte Dimension #12"
3344
-
3345
- #: inc/admin/admin.php:5154 inc/admin/admin.php:5231 inc/admin/admin.php:5308
3346
- #: inc/admin/admin.php:5385 inc/admin/admin.php:5462
3347
- msgid "Custom Dimension #13"
3348
- msgstr "Benutzerdefinierte Dimension #13"
3349
-
3350
- #: inc/admin/admin.php:5157 inc/admin/admin.php:5234 inc/admin/admin.php:5311
3351
- #: inc/admin/admin.php:5388 inc/admin/admin.php:5465
3352
- msgid "Custom Dimension #14"
3353
- msgstr "Benutzerdefinierte Dimension #14"
3354
-
3355
- #: inc/admin/admin.php:5160 inc/admin/admin.php:5237 inc/admin/admin.php:5314
3356
- #: inc/admin/admin.php:5391 inc/admin/admin.php:5468
3357
- msgid "Custom Dimension #15"
3358
- msgstr "Benutzerdefinierte Dimension #15"
3359
-
3360
- #: inc/admin/admin.php:5163 inc/admin/admin.php:5240 inc/admin/admin.php:5317
3361
- #: inc/admin/admin.php:5394 inc/admin/admin.php:5471
3362
- msgid "Custom Dimension #16"
3363
- msgstr "Benutzerdefinierte Dimension #16"
3364
-
3365
- #: inc/admin/admin.php:5166 inc/admin/admin.php:5243 inc/admin/admin.php:5320
3366
- #: inc/admin/admin.php:5397 inc/admin/admin.php:5474
3367
- msgid "Custom Dimension #17"
3368
- msgstr "Benutzerdefinierte Dimension #17"
3369
-
3370
- #: inc/admin/admin.php:5169 inc/admin/admin.php:5246 inc/admin/admin.php:5323
3371
- #: inc/admin/admin.php:5400 inc/admin/admin.php:5477
3372
- msgid "Custom Dimension #18"
3373
- msgstr "Benutzerdefinierte Dimension #18"
3374
-
3375
- #: inc/admin/admin.php:5172 inc/admin/admin.php:5249 inc/admin/admin.php:5326
3376
- #: inc/admin/admin.php:5403 inc/admin/admin.php:5480
3377
- msgid "Custom Dimension #19"
3378
- msgstr "Benutzerdefinierte Dimension #19"
3379
-
3380
- #: inc/admin/admin.php:5175 inc/admin/admin.php:5252 inc/admin/admin.php:5329
3381
- #: inc/admin/admin.php:5406 inc/admin/admin.php:5483
3382
- msgid "Custom Dimension #20"
3383
- msgstr "Benutzerdefinierte Dimension #20"
3384
-
3385
- #: inc/admin/admin.php:5501
3386
- msgid "Redirect attachment pages to post parent (or homepage if none)"
3387
- msgstr ""
3388
- "Weiterleiten von Anhangs-Seiten zum übergeordneten Beitrag (oder die "
3389
- "Homepage, falls nicht vorhanden)"
3390
-
3391
- #: inc/admin/admin.php:5518
3392
- msgid "Remove ?replytocom link in source code"
3393
- msgstr "Entfernen des ?replytocom Links im Quellcode"
3394
-
3395
- #: inc/admin/admin.php:5535
3396
- msgid "Add TINYMCE editor to term description"
3397
- msgstr "Fügen Sie den TINYMCE-Editor zur Begriffs-Beschreibung hinzu"
3398
-
3399
- #: inc/admin/admin.php:5552
3400
- msgid "Remove stop words in permalinks"
3401
- msgstr "Stopp-Wörter in Permalinks entfernen"
3402
-
3403
- #: inc/admin/admin.php:5552
3404
- msgid ""
3405
- "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
3406
- msgstr ""
3407
- "Einstellung basierend auf der Sprache der Website. Unterstützte Sprachen EN, "
3408
- "FR, ES, DE, IT, PT."
3409
-
3410
- #: inc/admin/admin.php:5569
3411
- msgid "Remove /category/ in your permalinks"
3412
- msgstr "Entfernen von /category/ in Ihren Permalinks"
3413
-
3414
- #: inc/admin/admin.php:5569
3415
- msgid "You have to flush your permalinks each time you change this settings"
3416
- msgstr ""
3417
- "Sie müssen Ihre Permalinks jedes Mal zurücksetzen (neu speichern), wenn Sie "
3418
- "diese Einstellungen ändern"
3419
-
3420
- #: inc/admin/admin.php:5586
3421
- msgid ""
3422
- "You must check this box if the structure of your permalinks DOES NOT contain "
3423
- "a slash at the end (eg: /%postname%)"
3424
- msgstr ""
3425
- "Sie müssen dieses Feld markieren, wenn die Struktur Ihrer Permalinks KEINEN "
3426
- "Schrägstrich am Ende enthält (z.B.: /%postname%)"
3427
-
3428
- #: inc/admin/admin.php:5603
3429
- msgid "Remove WordPress meta generator in source code"
3430
- msgstr "Entfernen des WordPress Meta-Generators im Quellcode"
3431
-
3432
- #: inc/admin/admin.php:5620
3433
- msgid "Remove WordPress shortlink meta tag in source code (eg:"
3434
- msgstr "Entfernen des WordPress Shortlink Meta-Tags im Quellcode (z.B.:"
3435
-
3436
- #: inc/admin/admin.php:5637
3437
- msgid "Remove Windows Live Writer meta tag in source code (eg:"
3438
- msgstr "Entfernen des Windows Live Writer Meta-Tags im Quellcode (z.B.:"
3439
-
3440
- #: inc/admin/admin.php:5654
3441
- msgid "Remove Really Simple Discovery meta tag in source code (eg:"
3442
- msgstr "Entfernen des Really Simple Discovery Meta-Tags im Quellcode (z.B.:"
3443
-
3444
- #: inc/admin/admin.php:5666
3445
- msgid "Enter Google meta value site verification"
3446
- msgstr "Geben Sie den Google Meta-Tag für die Site-Verifizierung ein"
3447
-
3448
- #: inc/admin/admin.php:5671
3449
- msgid ""
3450
- "If your site is already verified in <strong>Google Search Console</strong>, "
3451
- "you can leave this field empty."
3452
- msgstr ""
3453
- "Wenn Ihre Website bereits in der <strong>Google Search Console</strong> "
3454
- "verifiziert wurde, können Sie dieses Feld leer lassen."
3455
-
3456
- #: inc/admin/admin.php:5680
3457
- msgid "Enter Bing meta value site verification"
3458
- msgstr "Geben Sie den Bing Meta-Tag für die Site-Verifizierung ein"
3459
-
3460
- #: inc/admin/admin.php:5684
3461
- msgid ""
3462
- "If your site is already verified in <strong>Bing Webmaster tools</strong>, "
3463
- "you can leave this field empty."
3464
- msgstr ""
3465
- "Wenn Ihre Website bereits in den <strong>Bing Webmaster Tools</strong> "
3466
- "verifiziert wurde, können Sie dieses Feld leer lassen."
3467
-
3468
- #: inc/admin/admin.php:5693
3469
- msgid "Enter Pinterest meta value site verification"
3470
- msgstr "Geben Sie den Pinterest Meta-Tag für die Site-Verifizierung ein"
3471
-
3472
- #: inc/admin/admin.php:5705
3473
- msgid "Enter Yandex meta value site verification"
3474
- msgstr "Geben Sie den Yandex Meta-Tag für die Site-Verifizierung ein"
3475
-
3476
- #: inc/admin/admin.php:5722
3477
- msgid "Remove SEOPress from Admin Bar in backend and frontend"
3478
- msgstr "SEOPress aus der Admin Bar im Backend und Frontend entfernen"
3479
-
3480
- #: inc/admin/admin.php:5738
3481
- msgid "High priority (top)"
3482
- msgstr "Hohe Priorität (top)"
3483
-
3484
- #: inc/admin/admin.php:5741
3485
- msgid "Normal priority (default)"
3486
- msgstr "Normale Priorität (standard)"
3487
-
3488
- #: inc/admin/admin.php:5744
3489
- msgid "Low priority"
3490
- msgstr "Niedrige Priorität"
3491
-
3492
- #: inc/admin/admin.php:5762
3493
- msgid "Hide Notifications Center in SEOPress Dashboard page"
3494
- msgstr "Mitteilungszentrale auf dem SEOPress-Dashboard ausblenden"
3495
-
3496
- #: inc/admin/admin.php:5779
3497
- msgid "Hide SEO tools in SEOPress Dashboard page"
3498
- msgstr "SEO-Werkzeuge auf dem SEOPress Dashboard ausblenden"
3499
-
3500
- #: inc/admin/admin.php:5796
3501
- msgid "Hide Useful Links in SEOPress dashboard page"
3502
- msgstr "Nützliche Links auf dem SEOPress Dashboard ausblenden"
3503
-
3504
- #: inc/admin/admin.php:5813
3505
- msgid "Add title column"
3506
- msgstr "Titel-Spalte hinzufügen"
3507
-
3508
- #: inc/admin/admin.php:5830
3509
- msgid "Add meta description column"
3510
- msgstr "Spalte für Meta-Beschreibung hinzufügen"
3511
-
3512
- #: inc/admin/admin.php:5847
3513
- msgid "Add redirection enable column"
3514
- msgstr "Spalte für Aktivierung der Weiterleitung hinzufügen"
3515
-
3516
- #: inc/admin/admin.php:5864
3517
- msgid "Add redirection URL column"
3518
- msgstr "Spalte für Weiterleitungs-URL hinzufügen"
3519
-
3520
- #: inc/admin/admin.php:5881
3521
- msgid "Add canonical URL column"
3522
- msgstr "Spalte für kanonische URL hinzufügen"
3523
-
3524
- #: inc/admin/admin.php:5898
3525
- msgid "Add target keyword column"
3526
- msgstr "Spalte für Suchbegriff hinzufügen"
3527
-
3528
- #: inc/admin/admin.php:5915
3529
- msgid "Display noindex status"
3530
- msgstr "Status noindex anzeigen"
3531
-
3532
- #: inc/admin/admin.php:5932
3533
- msgid "Display nofollow status"
3534
- msgstr "Status nofollow anzeigen"
3535
-
3536
- #: inc/admin/admin.php:5949
3537
- msgid "Display total number of words in content"
3538
- msgstr "Gesamtzahl der Wörter des Inhalts anzeigen"
3539
-
3540
- #: inc/admin/admin.php:5966
3541
- msgid "Display W3C column to check code quality"
3542
- msgstr "W3C-Spalte zur Überprüfung der Code-Qualität anzeigen"
3543
-
3544
- #: inc/admin/admin.php:5984
3545
- msgid "Display Page Speed column to check performances"
3546
- msgstr "Spalte \"Page Speed\" anzeigen, um die Ladegeschwindigkeit zu prüfen"
3547
-
3548
- #: inc/admin/admin.php:6002
3549
- msgid "Remove Genesis SEO Metabox"
3550
- msgstr "Genesis SEO Metabox entfernen"
3551
-
3552
- #: inc/admin/admin.php:6019
3553
- msgid "Remove Genesis SEO link in WP Admin Menu"
3554
- msgstr "Genesis SEO Link im WP Admin Menü entfernen"
3555
-
3556
- #: inc/admin/admin.php:6036
3557
- msgid "Remove the advice if None schema selected"
3558
- msgstr ""
3559
-
3560
- #: inc/admin/admin.php:6074 inc/admin/admin.php:6109
3561
- msgid ""
3562
- "Hook to filter Structured data types metabox call by post type - new window"
3563
- msgstr ""
3564
- "Hook zum Filtern der Strukturierte Datentypen Metabox Aufruf nach Post Type "
3565
- "- neues Fenster"
3566
-
3567
- #: inc/admin/adminbar.php:63
3568
- msgid "BOT"
3569
- msgstr "BOT"
3570
-
3571
- #: inc/admin/adminbar.php:87
3572
- msgid "Broken Links"
3573
- msgstr "Fehlerhafte Links"
3574
-
3575
- #: inc/admin/ajax.php:65
3576
- msgid "To get your Google snippet preview, publish your post!"
3577
- msgstr ""
3578
- "Um Ihre Google-Snippet Vorschau zu erhalten, veröffentlichen Sie Ihren "
3579
- "Beitrag!"
3580
-
3581
- #: inc/functions/options-advanced-admin.php:13
3582
- msgid "Welcome to SEOPress PRO!"
3583
- msgstr ""
3584
-
3585
- #: inc/functions/options-advanced-admin.php:14
3586
- #, fuzzy
3587
- #| msgid "You have to enter your licence key to get updates and support"
3588
- msgid ""
3589
- "Please activate your license to receive automatic updates and get premium "
3590
- "support."
3591
- msgstr ""
3592
- "Sie müssen Ihren Lizenzschlüssel eingeben, um Updates und Support zu erhalten"
3593
-
3594
- #: inc/functions/options-advanced-admin.php:15
3595
- #, fuzzy
3596
- #| msgid "License"
3597
- msgid "Activate License"
3598
- msgstr "Lizenz"
3599
-
3600
- #: inc/functions/options-advanced-admin.php:21
3601
- msgid "Need help?"
3602
- msgstr ""
3603
-
3604
- #: inc/functions/options-advanced-admin.php:169
3605
- #: inc/functions/options-advanced-admin.php:635
3606
- msgid "Title tag"
3607
- msgstr "Titel-Tag"
3608
-
3609
- #: inc/functions/options-advanced-admin.php:172
3610
- msgid "Meta Desc."
3611
- msgstr "Meta-Beschreibg."
3612
-
3613
- #: inc/functions/options-advanced-admin.php:175
3614
- msgid "Redirect?"
3615
- msgstr "Weiterleitung?"
3616
-
3617
- #: inc/functions/options-advanced-admin.php:181
3618
- #: inc/functions/options-advanced-admin.php:659
3619
- msgid "Canonical"
3620
- msgstr "Kanonische URL (Canonical)"
3621
-
3622
- #: inc/functions/options-advanced-admin.php:184
3623
- msgid "Target Kw"
3624
- msgstr "Suchbegriff"
3625
-
3626
- #: inc/functions/options-advanced-admin.php:187
3627
- msgid "Noindex?"
3628
- msgstr "Noindex?"
3629
-
3630
- #: inc/functions/options-advanced-admin.php:190
3631
- msgid "Nofollow?"
3632
- msgstr "Nofollow?"
3633
-
3634
- #: inc/functions/options-advanced-admin.php:193
3635
- msgid "Count words?"
3636
- msgstr "Wörter zählen?"
3637
-
3638
- #: inc/functions/options-advanced-admin.php:196
3639
- msgid "W3C check"
3640
- msgstr "W3C Check"
3641
-
3642
- #: inc/functions/options-advanced-admin.php:199
3643
- msgid "Page Speed"
3644
- msgstr "Page Speed"
3645
-
3646
- #: inc/functions/options-advanced-admin.php:252
3647
- msgid "Check code quality of this page"
3648
- msgstr "Code-Qualität dieser Seite prüfen"
3649
-
3650
- #: inc/functions/options-advanced-admin.php:256
3651
- msgid "Analyze this page with Google Page Speed"
3652
- msgstr "Diese Seite mit Google Page Speed analysieren"
3653
-
3654
- #: inc/functions/options-advanced-admin.php:339
3655
- msgid "Enable noindex"
3656
- msgstr "Aktiviert noindex"
3657
-
3658
- #: inc/functions/options-advanced-admin.php:392
3659
- msgid "Enable index"
3660
- msgstr "Aktiviert index"
3661
-
3662
- #: inc/functions/options-advanced-admin.php:445
3663
- msgid "Enable nofollow"
3664
- msgstr "Aktiviert nofollow"
3665
-
3666
- #: inc/functions/options-advanced-admin.php:497
3667
- msgid "Enable follow"
3668
- msgstr "Aktiviert follow"
3669
-
3670
- #: inc/functions/options-advanced-admin.php:544
3671
- msgid "Enable redirection"
3672
- msgstr "Weiterleitung aktivieren"
3673
-
3674
- #: inc/functions/options-advanced-admin.php:583
3675
- msgid "Disable redirection"
3676
- msgstr "Weiterleitung deaktivieren"
3677
-
3678
- #: inc/functions/options-advanced-admin.php:757
3679
- msgid "Description"
3680
- msgstr "Beschreibung"
3681
-
3682
- #: inc/functions/options-advanced-admin.php:766
3683
- msgid ""
3684
- "The description is not prominent by default; however, some themes may show "
3685
- "it."
3686
- msgstr ""
3687
- "Die Beschreibung ist standardmäßig nicht hervorgehoben, kann aber bei "
3688
- "einigen Themes angezeigt werden."
3689
-
3690
- #: inc/functions/options-google-analytics.php:24
3691
- #, fuzzy
3692
- #| msgid ""
3693
- #| "By visiting our site, you agree to our privacy policy regarding cookies, "
3694
- #| "tracking statistics etc ..."
3695
- msgid ""
3696
- "By visiting our site, you agree to our privacy policy regarding cookies, "
3697
- "tracking statistics etc.&nbsp;<a href=\"[seopress_privacy_page]\" tabindex="
3698
- "\"10\">Read more</a>"
3699
- msgstr ""
3700
- "Indem Sie unsere Website besuchen, stimmen Sie unseren "
3701
- "Datenschutzrichtlinien bezüglich Cookies, Tracking-Statistiken usw. zu."
3702
-
3703
- #: inc/functions/options-google-analytics.php:26
3704
- #, fuzzy
3705
- #| msgid ""
3706
- #| "By visiting our site, you agree to our privacy policy regarding cookies, "
3707
- #| "tracking statistics etc ..."
3708
- msgid ""
3709
- "By visiting our site, you agree to our privacy policy regarding cookies, "
3710
- "tracking statistics etc."
3711
- msgstr ""
3712
- "Indem Sie unsere Website besuchen, stimmen Sie unseren "
3713
- "Datenschutzrichtlinien bezüglich Cookies, Tracking-Statistiken usw. zu."
3714
-
3715
- #: inc/functions/options-google-analytics.php:42
3716
- msgid "X"
3717
- msgstr "X"
3718
-
3719
- #: inc/functions/options-google-analytics.php:332
3720
- msgid "Authors"
3721
- msgstr "Autoren"
3722
-
3723
- #: inc/functions/options-google-analytics.php:351
3724
- msgid "Categories"
3725
- msgstr "Kategorien"
3726
-
3727
- #: inc/functions/options-google-analytics.php:377
3728
- msgid "Tags"
3729
- msgstr "Tags"
3730
-
3731
- #: inc/functions/options-google-analytics.php:391
3732
- msgid "Post types"
3733
- msgstr "Inhaltstypen"
3734
-
3735
- #: inc/functions/options-google-analytics.php:405
3736
- msgid "Connected users"
3737
- msgstr "Verbundene Benutzer"
3738
-
3739
- #: inc/functions/options-import-export.php:51
3740
- msgid "Please upload a valid .json file"
3741
- msgstr "Bitte laden Sie eine gültige .json-Datei hoch"
3742
-
3743
- #: inc/functions/options-import-export.php:55
3744
- #: inc/functions/options-import-export.php:92
3745
- msgid "Please upload a file to import"
3746
- msgstr "Bitte laden Sie eine Datei für den Import hoch"
3747
-
3748
- #: inc/functions/options-import-export.php:88
3749
- msgid "Please upload a valid .csv file"
3750
- msgstr "Bitte laden Sie eine gültige .csv-Datei hoch"
3751
-
3752
- #: inc/functions/sitemap/template-xml-sitemaps-xsl.php:110
3753
- msgid "XML Sitemaps"
3754
- msgstr "XML Sitemaps"
3755
-
3756
- #: seopress.php:265
3757
- msgid "You like SEOPress? Don't forget to rate it 5 stars!"
3758
- msgstr ""
3759
- "Gefällt Ihnen SEOPress? Bitte vergessen Sie nicht, uns mit 5 Sternen zu "
3760
- "bewerten!"
3761
-
3762
- #: seopress.php:311
3763
- msgid "Settings"
3764
- msgstr "Einstellungen"
3765
-
3766
- #: seopress.php:312
3767
- msgid "SEOPress.org"
3768
- msgstr "SEOPress.org"
3769
-
3770
- #: seopress.php:314
3771
- msgid "GO PRO!"
3772
- msgstr "GO PRO!"
3773
-
3774
- #~ msgid "Google + URL"
3775
- #~ msgstr "Google+ URL"
3776
-
3777
- #~ msgid "eg: https://plus.google.com/+BenjaminDenis"
3778
- #~ msgstr "z.B.: https://plus.google.com/+BenjaminDenis"
3779
-
3780
- #~ msgid "XML / Image / HTML Sitemap"
3781
- #~ msgstr "XML / Bilder / HTML Sitemap"
3782
-
3783
- #~ msgid "Host IP: "
3784
- #~ msgstr "Host IP: "
3785
-
3786
- #~ msgid "Check your domain expiration date"
3787
- #~ msgstr "Überprüfen Sie das Ablaufdatum Ihrer Domain"
3788
-
3789
- #~ msgid "Your domain name: "
3790
- #~ msgstr "Ihr Domainname: "
3791
-
3792
- #~ msgid "Your registrar: "
3793
- #~ msgstr "Ihr Registrar: "
3794
-
3795
- #~ msgid "Domain creation date: "
3796
- #~ msgstr "Erstellungsdatum der Domain: "
3797
-
3798
- #~ msgid "Your domain expires: "
3799
- #~ msgstr "Ihre Domain läuft ab: "
3800
-
3801
- #~ msgid "Sorry, you domain name can't be verified :("
3802
- #~ msgstr "Ihr Domainname kann leider nicht verifiziert werden :("
3803
-
3804
- #~ msgid "Email me before expiration"
3805
- #~ msgstr "E-Mail vor Ablauf der Frist erhalten"
3806
-
3807
- #~ msgid "eg: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
3808
- #~ msgstr "z.B.: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
3809
-
3810
- #~ msgid "eg: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3811
- #~ msgstr "z.B.: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3812
-
3813
- #~ msgid "Once per day"
3814
- #~ msgstr "Einmal pro Tag"
3815
-
3816
- #~ msgid "Minimum size: 160x160px"
3817
- #~ msgstr "Mindestgröße: 160x160px"
3818
-
3819
- #~ msgid "Google News Genres"
3820
- #~ msgstr "Google News Genres"
3821
-
3822
- #~ msgid "Press Release"
3823
- #~ msgstr "Pressemitteilung"
3824
-
3825
- #~ msgid "Satire"
3826
- #~ msgstr "Satire"
3827
-
3828
- #~ msgid "Blog"
3829
- #~ msgstr "Blog"
3830
-
3831
- #~ msgid "OpEd"
3832
- #~ msgstr "OpEd"
3833
-
3834
- #~ msgid "Opinion"
3835
- #~ msgstr "Meinung"
3836
-
3837
- #~ msgid "UserGenerated"
3838
- #~ msgstr "Benutzergeneriert"
3839
-
3840
- #~ msgid "Google News Keywords <em>(max recommended limit: 12)</em>"
3841
- #~ msgstr "Google News Keywords <em>(max. empfohlene Grenze: 12)</em>"
3842
-
3843
- #~ msgid "SEOPress Network settings"
3844
- #~ msgstr "SEOPress Netzwerkeinstellungen"
3845
-
3846
- #~ msgid "%%date_archive%%"
3847
- #~ msgstr "%%date_archive%%"
3848
-
3849
- #~ msgid ""
3850
- #~ "Discourage search engines from indexing this site is <strong>ON!</strong> "
3851
- #~ "None of the following settings will be applied."
3852
- #~ msgstr ""
3853
- #~ "Suchmaschinen davon abhalten, diese Website zu indexieren ist "
3854
- #~ "<strong>AKTIVIERT!</strong> Keine der folgenden Einstellungen werden "
3855
- #~ "angewendet."
3856
-
3857
- #~ msgid "Facebook"
3858
- #~ msgstr "Facebook"
3859
-
3860
- #~ msgid "Twitter"
3861
- #~ msgstr "Twitter"
3862
-
3863
- #~ msgid "Hide SEOPress Notifications Center"
3864
- #~ msgstr "Ausblenden des SEOPress Mitteilungszentrale"
3865
-
3866
- #~ msgid ""
3867
- #~ "The PRO release of SEOPress with Google Local Business, Dublin Core, "
3868
- #~ "WooCommerce, Google Structured Data Types, Breadcrumbs, Google Page "
3869
- #~ "Speed, robots.txt, Google News, 404 monitoring, .htaccess, RSS, Broken "
3870
- #~ "links, Redirections and more..."
3871
- #~ msgstr ""
3872
- #~ "Die PRO-Version von SEOPress mit Google Local Business, Dublin Core, "
3873
- #~ "WooCommerce, Google Strukturierte Daten, Brotkrümelnavigation, Google "
3874
- #~ "Page Speed, robots.txt, Google News, 404 -Fehlerüberwachung, .htaccess, "
3875
- #~ "RSS, Fehlerhafte Links, Weiterleitungen und mehr...."
3876
-
3877
- #~ msgid "Buy now"
3878
- #~ msgstr "Jetzt kaufen"
3879
-
3880
- #~ msgid "More details"
3881
- #~ msgstr "Weitere Informationen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wp-seopress-de_DE.mo DELETED
Binary file
languages/wp-seopress-de_DE.po DELETED
@@ -1,3382 +0,0 @@
1
- # Translation of Plugins - SEOPress - Stable (latest release) in English (Pirate)
2
- # This file is distributed under the same license as the Plugins - SEOPress - Stable (latest release) package.
3
- # Translators:
4
- # WebSource <info@websource.li>, 2019
5
- # FX Bénard <fxb@wp-translations.org>, 2019
6
- # Sören Wrede <soerenwrede@gmail.com>, 2019
7
- # Christian Herrmann, 2019
8
- #
9
- msgid ""
10
- msgstr ""
11
- "Project-Id-Version: Plugins - SEOPress - Stable (latest release)\n"
12
- "PO-Revision-Date: 2019-02-15 15:04+0100\n"
13
- "Last-Translator: fxbenard pour WP-Translations <fx@wp-translations.pro>\n"
14
- "Language-Team: German (Germany) (https://www.transifex.com/wp-translations/"
15
- "teams/64435/de_DE/)\n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=UTF-8\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
- "Language: de_DE\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
- "X-Generator: Poedit 2.2.1\n"
22
- "POT-Creation-Date: \n"
23
-
24
- #. Author of the plugin/theme
25
- msgid "Benjamin Denis"
26
- msgstr "Benjamin Denis"
27
-
28
- #. Description of the plugin/theme
29
- msgid "The best plugin for SEO."
30
- msgstr "Das beste Plugin für SEO."
31
-
32
- #: inc/admin/admin.php:5835 inc/admin/admin.php:5870
33
- msgid ""
34
- "Hook to filter Structured data types metaboxe call by post type - new window"
35
- msgstr ""
36
- "Hook, um Strukturierte-Datentypen-Metaboxen nach Beitragstyp zu filtern - "
37
- "neues Fenster"
38
-
39
- #: inc/admin/admin.php:5591
40
- msgid "Hide Useful Links in SEOPress dashboard page"
41
- msgstr "Nützliche Links auf dem SEOPress Dashboard ausblenden"
42
-
43
- #: inc/admin/admin.php:5574
44
- msgid "Hide SEO tools in SEOPress Dashboard page"
45
- msgstr "SEO-Werkzeuge auf dem SEOPress Dashboard ausblenden"
46
-
47
- #: inc/admin/admin.php:5479
48
- msgid ""
49
- "If your site is already verified in <strong>Bing Webmaster tools</strong>, "
50
- "you can leave this field empty."
51
- msgstr ""
52
- "Wenn deine Website bereits in den <strong>Bing Webmaster Tools</strong> "
53
- "verifiziert wurde, kannst du dieses Feld leer lassen."
54
-
55
- #: inc/admin/admin.php:5466
56
- msgid ""
57
- "If your site is already verified in <strong>Google Search Console</strong>, "
58
- "you can leave this field empty."
59
- msgstr ""
60
- "Wenn deine Website bereits in der <strong>Google Search Console</strong> "
61
- "verifiziert wurde, kannst du dieses Feld leer lassen."
62
-
63
- #: inc/admin/admin.php:4715
64
- msgid "Change the button value"
65
- msgstr "Ändere die Bezeichnung des Buttons"
66
-
67
- #: inc/admin/admin.php:4693
68
- msgid "Hook to add custom tracking code with user consent - new window"
69
- msgstr ""
70
- "Hook, um benutzerdefinierten Tracking-Code mit Benutzereinwilligung "
71
- "hinzuzufügen-neues Fenster"
72
-
73
- #: inc/admin/admin.php:4683
74
- msgid ""
75
- "User roles excluded from tracking will not see the consent message.<br> If "
76
- "you use a caching plugin, you have to exclude this JS file in your "
77
- "settings: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-"
78
- "cookies-ajax.js</strong>"
79
- msgstr ""
80
- "Vom Tracking ausgeschlossene Benutzerrollen werden die "
81
- "Einverständniserklärung nicht angezeigt bekommen.<br> Falls du ein Caching-"
82
- "Plugin benutzt, musst du diese JS-Datei in deinen Einstellungen "
83
- "ausschließen: <br><strong>/wp-content/plugins/wp-seopress/assets/js/"
84
- "seopress-cookies-ajax.js</strong>"
85
-
86
- #: inc/admin/admin.php:4080
87
- msgid "Guide to enable XML video sitemaps - new window"
88
- msgstr "Anleitung zum Aktivieren von XML-Video-Sitemaps - neues Fenster"
89
-
90
- #: inc/admin/admin.php:3226
91
- msgid "Learn more on Google official website."
92
- msgstr "Weitere Informationen auf der offiziellen Google-Website."
93
-
94
- #: inc/admin/admin.php:2964
95
- msgid "Hide Useful Links"
96
- msgstr "Nützliche Links ausblenden"
97
-
98
- #: inc/admin/admin.php:2956
99
- msgid "Hide SEO tools"
100
- msgstr "SEO-Werkzeuge ausblenden"
101
-
102
- #: inc/admin/admin.php:2948
103
- msgid "Hide Notifications Center"
104
- msgstr "Mitteilungszentrale ausblenden"
105
-
106
- #: inc/admin/admin.php:2736 inc/admin/admin.php:4878
107
- msgid "Track downloads' clicks"
108
- msgstr "Download-Klicks tracken"
109
-
110
- #: inc/admin/admin.php:2644
111
- msgid "Accept button for user tracking"
112
- msgstr "Einverständnis-Button für das Benutzer-Tracking"
113
-
114
- #: inc/admin/admin.php:1384
115
- msgid "XML / Image / Video / HTML Sitemap"
116
- msgstr "XML / Bilder / Video / HTML Sitemap"
117
-
118
- #: inc/admin/admin.php:742
119
- msgid ""
120
- "By clicking Reset Notices, all notices in the notifications center will be "
121
- "set to their initial status."
122
- msgstr ""
123
- "Wenn du auf \"Benachrichtigungen zurücksetzen\" klickst, werden alle "
124
- "Benachrichtigungen in der Mitteilungszentrale auf ihren ursprünglichen "
125
- "Status zurückgesetzt."
126
-
127
- #: inc/admin/admin.php:470
128
- msgid "Twitter (Twitter card)"
129
- msgstr "Twitter (Twitter-Card)"
130
-
131
- #: inc/admin/admin.php:469
132
- msgid "Facebook (Open Graph)"
133
- msgstr "Facebook (Open Graph)"
134
-
135
- #: inc/admin/admin.php:214
136
- msgid "%%archive_date%%"
137
- msgstr "%%archive_date%%"
138
-
139
- #: inc/admin/admin-metaboxes-form.php:274
140
- msgid "Need help with your redirections? Read our guide."
141
- msgstr "Benötigst du Hilfe mit deinen Weiterleitungen? Lese unsere Anleitung."
142
-
143
- #: inc/admin/admin-metaboxes-form.php:181
144
- msgid ""
145
- "You can not uncheck a parameter? This is normal, it is most likely defined "
146
- "in the global settings of the extension."
147
- msgstr ""
148
- "Du kannst einen Parameter nicht deaktivieren? Dies ist normal, er ist "
149
- "höchstwahrscheinlich in den globalen Einstellungen der Erweiterung "
150
- "definiert."
151
-
152
- #: inc/admin/admin-metaboxes-form.php:116
153
- msgid "Post Excerpt"
154
- msgstr "Beitrags-Auszug"
155
-
156
- #: inc/admin/admin-metaboxes-content-analysis-form.php:26
157
- msgid ""
158
- "Enter a keyword, or a phrase, to find the top 10 Google suggestions "
159
- "instantly. This is useful if you want to work with the long tail technique."
160
- msgstr ""
161
- "Gib einen Suchbegriff oder eine Wortgruppe ein, um die 10 wichtigsten "
162
- "Google Suchvorschläge sofort angezeigt zu bekommen. Dies ist nützlich, wenn "
163
- "du mit der Long-Tail-Technik arbeiten möchtest."
164
-
165
- #: inc/admin/admin-metaboxes-content-analysis-form.php:24
166
- msgid "Google suggestions"
167
- msgstr "Google Suchvorschläge"
168
-
169
- #: inc/admin/admin-metaboxes-content-analysis-form.php:20
170
- msgid "To get the most accurate analysis, save your post first."
171
- msgstr "Um eine präzise Analyse zu erhalten, speichere zuerst deinen Beitrag."
172
-
173
- #: inc/admin/admin-metaboxes-content-analysis-form.php:11
174
- msgid ""
175
- "Separate target keywords with commas. Do not use spaces after the commas, "
176
- "unless you want to include them."
177
- msgstr ""
178
- "Trenne Suchbegriffe mit Kommas. Verwende keine Leerzeichen hinter den "
179
- "Kommas, es sei denn, du möchtet diese einbeziehen."
180
-
181
- #: inc/admin/admin.php:4070
182
- msgid "Enable Video Sitemaps"
183
- msgstr "Video-Sitemaps aktivieren"
184
-
185
- #: inc/admin/admin.php:4042
186
- msgid ""
187
- "Enable Image Sitemaps (standard images, image galleries, featured image, "
188
- "WooCommerce product images)"
189
- msgstr ""
190
- "Image-Sitemaps aktivieren (Standardbilder, Bildergalerien, Featured Images, "
191
- "WooCommerce Produktbilder)"
192
-
193
- #: inc/admin/admin.php:2286
194
- msgid "Enable XML Video Sitemaps"
195
- msgstr "XML-Video-Sitemaps aktivieren"
196
-
197
- #: inc/admin/admin.php:1006
198
- msgid "Rate us!"
199
- msgstr "Bewerte uns!"
200
-
201
- #: inc/admin/admin.php:1004
202
- msgid "You like SEOPress? Please help us by rating us 5 stars!"
203
- msgstr "Gefällt dir SEOPress? Bitte hilf uns mit einer 5 Sterne Bewertung!"
204
-
205
- #: inc/admin/admin-metaboxes-form.php:398
206
- msgid "Add video"
207
- msgstr "Füge Video hinzu"
208
-
209
- #: inc/admin/admin-metaboxes-form.php:391
210
- msgid "Remove video"
211
- msgstr "Entferne Video"
212
-
213
- #: inc/admin/admin-metaboxes-form.php:389
214
- msgid "The video will be available only to users with SafeSearch turned off."
215
- msgstr ""
216
- "Das Video ist nur für Benutzer verfügbar, die SafeSearch deaktiviert haben."
217
-
218
- #: inc/admin/admin-metaboxes-form.php:387
219
- msgid "NOT family friendly?"
220
- msgstr "NICHT familienfreundlich?"
221
-
222
- #: inc/admin/admin-metaboxes-form.php:382
223
- msgid ""
224
- "256 characters max., usually a video will belong to a single category, "
225
- "separate categories with commas. Default: first post category if available."
226
- msgstr ""
227
- "Max. 256 Zeichen, normalerweise gehört ein Video zu einer einzigen "
228
- "Kategorie, separate Kategorien mit Kommas trennen. Standard: erste Beitrags-"
229
- "Kategorie, falls vorhanden."
230
-
231
- #: inc/admin/admin-metaboxes-form.php:381
232
- msgid "Enter your video categories"
233
- msgstr "Gib deine Video-Kategorien ein"
234
-
235
- #: inc/admin/admin-metaboxes-form.php:380
236
- #: inc/admin/admin-metaboxes-form.php:381
237
- msgid "Video categories"
238
- msgstr "Video-Kategorien"
239
-
240
- #: inc/admin/admin-metaboxes-form.php:377
241
- msgid ""
242
- "32 tags max., separate tags with commas. Default: target keywords + post "
243
- "tags if available."
244
- msgstr ""
245
- "max. 32 Tags, separate Tags mit Kommas. Standard: Suchbegriffe + Beitrags-"
246
- "Tags, falls vorhanden."
247
-
248
- #: inc/admin/admin-metaboxes-form.php:376
249
- msgid "Enter your video tags"
250
- msgstr "Gin deine Video-Tags ein"
251
-
252
- #: inc/admin/admin-metaboxes-form.php:375
253
- #: inc/admin/admin-metaboxes-form.php:376
254
- msgid "Video tags"
255
- msgstr "Video-Tags"
256
-
257
- #: inc/admin/admin-metaboxes-form.php:372
258
- msgid "Number of views"
259
- msgstr "Anzahl der Ansichten"
260
-
261
- #: inc/admin/admin-metaboxes-form.php:371
262
- #: inc/admin/admin-metaboxes-form.php:372
263
- msgid "View count"
264
- msgstr "Ansicht Anzahl"
265
-
266
- #: inc/admin/admin-metaboxes-form.php:368
267
- msgid "Allowed values are float numbers in the range 0.0 to 5.0."
268
- msgstr "Erlaubte Werte sind Gleitkommazahlen im Bereich von 0,0 bis 5,0."
269
-
270
- #: inc/admin/admin-metaboxes-form.php:367
271
- msgid "Video rating"
272
- msgstr "Video Bewertung"
273
-
274
- #: inc/admin/admin-metaboxes-form.php:366
275
- msgid "Video Rating"
276
- msgstr "Video Bewertung"
277
-
278
- #: inc/admin/admin-metaboxes-form.php:363
279
- msgid ""
280
- "The duration of the video in seconds. Value must be between 0 and 28800 (8 "
281
- "hours)."
282
- msgstr ""
283
- "Die Dauer des Videos in Sekunden. Der Wert muss zwischen 0 und 28800 (8 "
284
- "Stunden) liegen."
285
-
286
- #: inc/admin/admin-metaboxes-form.php:362
287
- msgid "Video duration"
288
- msgstr "Video Dauer"
289
-
290
- #: inc/admin/admin-metaboxes-form.php:362
291
- msgid "Duration in seconds"
292
- msgstr "Dauer in Sekunden"
293
-
294
- #: inc/admin/admin-metaboxes-form.php:361
295
- msgid "Video Duration (recommended)"
296
- msgstr "Video Dauer (erforderlich)"
297
-
298
- #: inc/admin/admin-metaboxes-form.php:358
299
- msgid ""
300
- "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
301
- "your post featured image."
302
- msgstr ""
303
- "Mindestgröße: 160x90px (1920x1080 max), JPG, PNG oder GIF-Formate. "
304
- "Standard: Beitragsbild deines Beitrags."
305
-
306
- #: inc/admin/admin-metaboxes-form.php:357
307
- msgid "Video Thumbnail"
308
- msgstr "Video-Miniaturbild (Thumbnail)"
309
-
310
- #: inc/admin/admin-metaboxes-form.php:356
311
- msgid "Select your video thumbnail"
312
- msgstr "Wähle dein Video-Miniaturbild (Thumbnail) aus"
313
-
314
- #: inc/admin/admin-metaboxes-form.php:355
315
- msgid "Video Thumbnail (required)"
316
- msgstr "Video-Miniaturbild (Thumbnail), (erforderlich)"
317
-
318
- #: inc/admin/admin-metaboxes-form.php:352
319
- msgid ""
320
- "2048 characters max.; default: meta description. If not available, use the "
321
- "beginning of the post content."
322
- msgstr ""
323
- "Max. 2048 Zeichen; Standard: Meta-Beschreibung. Falls nicht vorhanden, "
324
- "verwende den Anfang des Beitrags-Inhalts."
325
-
326
- #: inc/admin/admin-metaboxes-form.php:351
327
- msgid "Video description"
328
- msgstr "Video Beschreibung"
329
-
330
- #: inc/admin/admin-metaboxes-form.php:351
331
- msgid "Enter your video description"
332
- msgstr "Gib deine Video Beschreibung ein"
333
-
334
- #: inc/admin/admin-metaboxes-form.php:350
335
- msgid "Video Description (required)"
336
- msgstr "Video Beschreibung (erforderlich)"
337
-
338
- #: inc/admin/admin-metaboxes-form.php:347
339
- msgid "Default: title tag, if not available, post title."
340
- msgstr "Standard: Titel-Tag, falls nicht vorhanden, Beitrags-Titel."
341
-
342
- #: inc/admin/admin-metaboxes-form.php:346
343
- msgid "Video title"
344
- msgstr "Video Titel"
345
-
346
- #: inc/admin/admin-metaboxes-form.php:346
347
- msgid "Enter your video title"
348
- msgstr "Gib deinen Video Titel ein"
349
-
350
- #: inc/admin/admin-metaboxes-form.php:345
351
- msgid "Video Title (required)"
352
- msgstr "Video Titel (erforderlich)"
353
-
354
- #: inc/admin/admin-metaboxes-form.php:341
355
- msgid ""
356
- "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? "
357
- "Check this if your video is hosting on this server."
358
- msgstr ""
359
- "KEIN externes Video (z.B.: Video-Hosting auf YouTube, Vimeo, Wistia...)? "
360
- "Überprüfe dies, wenn dein Video auf diesem Server gehostet ist."
361
-
362
- #: inc/admin/admin-metaboxes-form.php:336
363
- msgid "Video URL"
364
- msgstr "Video URL"
365
-
366
- #: inc/admin/admin-metaboxes-form.php:336
367
- msgid "Enter your video URL"
368
- msgstr "Gib deine Video URL ein"
369
-
370
- #: inc/admin/admin-metaboxes-form.php:335
371
- msgid "Video URL (required)"
372
- msgstr "Video URL (erforderlich)"
373
-
374
- #: inc/admin/admin-metaboxes-form.php:331
375
- msgid "Video "
376
- msgstr "Video "
377
-
378
- #: inc/admin/admin-metaboxes-form.php:312
379
- msgid ""
380
- "If your post is set to noindex, it will be automatically excluded from the "
381
- "sitemap."
382
- msgstr ""
383
- "Wenn dein Beitrag auf noindex gesetzt ist, wird er automatisch aus der "
384
- "Sitemap entfernt."
385
-
386
- #: inc/admin/admin-metaboxes-form.php:310
387
- msgid "Exclude this post from Video Sitemap?"
388
- msgstr "Diesen Beitrag von der Video Sitemap ausschließen?"
389
-
390
- #: inc/admin/admin-metaboxes-form.php:229 inc/admin/admin.php:4616
391
- msgid ""
392
- "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio "
393
- "1:1 (2:1 with large card), 5Mb max."
394
- msgstr ""
395
- "Mindestgröße: 144x144px (300x157px, falls große Card aktiviert), ideales "
396
- "Verhältnis 1:1 (2:1 für die große Card), 5Mb max."
397
-
398
- #: inc/admin/admin-metaboxes-form.php:211 inc/admin/admin.php:4525
399
- msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
400
- msgstr "Mindestgröße: 200x200px, ideales Verhältnis 1.91:1, 8Mb max."
401
-
402
- #: inc/admin/admin-metaboxes-form.php:73
403
- msgid "Video Sitemap"
404
- msgstr "Video Sitemap"
405
-
406
- #: inc/admin/admin-metaboxes-content-analysis-form.php:28
407
- msgid "Get suggestions!"
408
- msgstr "Erhalte Vorschläge!"
409
-
410
- #: inc/admin/admin.php:1177
411
- msgid "No domain found."
412
- msgstr "Keine Domain gefunden."
413
-
414
- #: inc/admin/admin.php:1172
415
- msgid "No scrape."
416
- msgstr "Kein Scrape."
417
-
418
- #: inc/admin/admin.php:1167
419
- msgid "Not found"
420
- msgstr "Nicht gefunden"
421
-
422
- #: inc/functions/options-google-analytics.php:32
423
- msgid "X"
424
- msgstr "X"
425
-
426
- #: inc/admin/admin.php:4715 inc/functions/options-google-analytics.php:29
427
- msgid "Accept"
428
- msgstr "Akzeptieren"
429
-
430
- #: inc/functions/options-google-analytics.php:24
431
- msgid ""
432
- "By visiting our site, you agree to our privacy policy regarding cookies, "
433
- "tracking statistics etc ..."
434
- msgstr ""
435
- "Mit dem Besuch unserer Website erklärst du dich mit unserer "
436
- "Datenschutzerklärung bezüglich Cookies, Tracking-Statistiken usw. "
437
- "einverstanden."
438
-
439
- #: inc/admin/admin.php:4709
440
- msgid "HTML tags allowed: strong, em, br, a href"
441
- msgstr "Erlaubte HTML-Tags: strong, em, br, a href"
442
-
443
- #: inc/admin/admin.php:4706
444
- msgid "This message will only appear if request user's consent is enabled."
445
- msgstr ""
446
- "Diese Meldung erscheint nur, wenn die Zustimmung des Benutzers eingeholt "
447
- "wurde."
448
-
449
- #: inc/admin/admin.php:4706
450
- msgid "Enter your message (HTML allowed)"
451
- msgstr "Gin deine Nachricht ein (HTML erlaubt)"
452
-
453
- #: inc/admin/admin.php:4681
454
- msgid "Request user's consent for analytics tracking (required by GDPR)"
455
- msgstr ""
456
- "Einwilligung des Nutzers für das Analyse-Tracking einholen (erforderlich "
457
- "nach DSGVO)"
458
-
459
- #: inc/admin/admin.php:2636
460
- msgid "Consent message for user tracking"
461
- msgstr "Einverständniserklärung für Benutzer-Tracking"
462
-
463
- #: inc/admin/admin.php:2628
464
- msgid "Google Analytics tracking opt-out"
465
- msgstr "Google Analytics tracking opt-out"
466
-
467
- #: inc/admin/admin.php:1857
468
- msgid "Customize your permalinks."
469
- msgstr "Passe deine Permalinks an."
470
-
471
- #: inc/admin/admin-header.php:142 inc/admin/admin.php:1856
472
- msgid "URL Rewriting"
473
- msgstr "URL Rewriting"
474
-
475
- #: inc/admin/admin.php:732
476
- msgid ""
477
- "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
478
- "terms metadata. Some dynamic variables will not be interpreted."
479
- msgstr ""
480
- "<strong>WARNUNG:</strong> Die Migration wird alle SEOPress-Metadaten von "
481
- "Beiträgen und Begriffen löschen. Einige dynamische Variablen werden nicht "
482
- "interpretiert."
483
-
484
- #: inc/admin/admin.php:675
485
- msgid "Import completed!"
486
- msgstr "Import abgeschlossen!"
487
-
488
- #: inc/admin/admin.php:227
489
- msgid "Current time"
490
- msgstr "Aktuelle Zeit"
491
-
492
- #: inc/admin/admin.php:227
493
- msgid "%%currenttime%%"
494
- msgstr "%%currenttime%%"
495
-
496
- #: inc/admin/admin.php:226
497
- msgid "Current date"
498
- msgstr "Aktuelles Datum"
499
-
500
- #: inc/admin/admin.php:226
501
- msgid "%%currentdate%%"
502
- msgstr "%%currentdate%%"
503
-
504
- #: inc/admin/admin.php:225
505
- msgid "Current year"
506
- msgstr "Aktuelles Jahr"
507
-
508
- #: inc/admin/admin.php:225
509
- msgid "%%currentyear%%"
510
- msgstr "%%currentyear%%"
511
-
512
- #: inc/admin/admin.php:224
513
- msgid "Current month"
514
- msgstr "Aktueller Monat"
515
-
516
- #: inc/admin/admin.php:224
517
- msgid "%%currentmonth%%"
518
- msgstr "%%currentmonth%%"
519
-
520
- #: inc/admin/admin.php:223
521
- msgid "Current day"
522
- msgstr "Aktueller Tag"
523
-
524
- #: inc/admin/admin.php:223
525
- msgid "%%currentday%%"
526
- msgstr "%%currentday%%"
527
-
528
- #: inc/admin/admin.php:219
529
- msgid "Custom term taxonomy from post, page or post type"
530
- msgstr ""
531
- "Begriffe benutzerdefinierter Taxonomien von Beiträgen, Seiten oder anderen "
532
- "Inhaltstypen"
533
-
534
- #: inc/admin/admin.php:219
535
- msgid "%%_ct_your_custom_taxonomy_slug%%"
536
- msgstr "%%_ct_your_custom_taxonomy_slug%%"
537
-
538
- #: inc/admin/admin.php:217
539
- msgid "Year Archive title"
540
- msgstr "Jahr Archivierungsdatum"
541
-
542
- #: inc/admin/admin.php:217
543
- msgid "%%archive_date_year%%"
544
- msgstr "%%archive_date_year%%"
545
-
546
- #: inc/admin/admin.php:216
547
- msgid "Month Archive title"
548
- msgstr "Monat Archivierungsdatum"
549
-
550
- #: inc/admin/admin.php:216
551
- msgid "%%archive_date_month%%"
552
- msgstr "%%archive_date_month%%"
553
-
554
- #: inc/admin/admin.php:215
555
- msgid "Day Archive date"
556
- msgstr "Tag Archivierungsdatum"
557
-
558
- #: inc/admin/admin.php:215
559
- msgid "%%archive_date_day%%"
560
- msgstr "%%archive_date_day%%"
561
-
562
- #: inc/admin/admin.php:213
563
- msgid "Archive title"
564
- msgstr "Archiv-Titel"
565
-
566
- #: inc/admin/admin.php:213
567
- msgid "%%archive_title%%"
568
- msgstr "%%archive_title%%"
569
-
570
- #: inc/admin/admin-metaboxes-form.php:217
571
- msgid "Preview your Twitter card using the official validator"
572
- msgstr "Vorschau deiner Twitter-Card mit dem offiziellen Validator"
573
-
574
- #: inc/functions/options-advanced-admin.php:725
575
- msgid "%s redirections disabled."
576
- msgid_plural "%s redirections disabled."
577
- msgstr[0] "%s Weiterleitung deaktiviert."
578
- msgstr[1] "%s Weiterleitungen deaktiviert."
579
-
580
- #: inc/functions/options-advanced-admin.php:701
581
- msgid "Disable redirection"
582
- msgstr "Weiterleitung deaktivieren"
583
-
584
- #: inc/functions/options-advanced-admin.php:687
585
- msgid "%s redirections enabled."
586
- msgid_plural "%s redirections enabled."
587
- msgstr[0] "%s Weiterleitung aktiviert."
588
- msgstr[1] "%s Weiterleitungen aktiviert."
589
-
590
- #: inc/functions/options-advanced-admin.php:662
591
- msgid "Enable redirection"
592
- msgstr "Weiterleitung aktivieren"
593
-
594
- #: inc/functions/options-advanced-admin.php:156
595
- msgid "Redirect URL"
596
- msgstr "Weiterleitungs-URL"
597
-
598
- #: inc/functions/options-advanced-admin.php:153
599
- msgid "Redirect?"
600
- msgstr "Weiterleitung?"
601
-
602
- #: inc/admin/admin.php:5659
603
- msgid "Add redirection URL column"
604
- msgstr "Spalte für Weiterleitungs-URL hinzufügen"
605
-
606
- #: inc/admin/admin.php:5642
607
- msgid "Add redirection enable column"
608
- msgstr "Spalte für Aktivierung der Weiterleitung hinzufügen"
609
-
610
- #: inc/admin/admin.php:2996
611
- msgid "Show Redirect URL column in post types"
612
- msgstr "Spalte für die Redirect-URL bei Inhaltstypen anzeigen"
613
-
614
- #: inc/admin/admin.php:2988
615
- msgid "Show Redirection Enable column in post types"
616
- msgstr ""
617
- "Spalte für die Aktivierung von Weiterleitung bei Inhaltstypen anzeigen"
618
-
619
- #: inc/admin/admin.php:707
620
- msgid ""
621
- "Export all redirections for this site as a .csv file. This allows you to "
622
- "easily import the redirections into another site, to Excel / Google "
623
- "Sheets..."
624
- msgstr ""
625
- "Exportiere alle Weiterleitungen für diese Seite als .csv-Datei. So kannst "
626
- "du die Weiterleitungen einfach in eine andere Website importieren, zu "
627
- "Excel / Google Sheets..."
628
-
629
- #: inc/admin/admin.php:705
630
- msgid "Export Redirections"
631
- msgstr "Export Weiterleitungen"
632
-
633
- #: inc/admin/admin-metaboxes-form.php:122
634
- msgid ""
635
- "This is what your page will look like in Google search results. You have to "
636
- "publish your post to get the Google Snippet Preview."
637
- msgstr ""
638
- "So wird deine Seite in den Google-Suchergebnissen aussehen. Du musst deinen "
639
- "Beitrag veröffentlichen, um die Google Snippet Vorschau zu erhalten."
640
-
641
- #: inc/admin/admin.php:1728
642
- msgid "View your robots.txt"
643
- msgstr "Sieh dir deine Datei robots.txt an"
644
-
645
- #: inc/functions/options-advanced-admin.php:866
646
- msgid ""
647
- "The description is not prominent by default; however, some themes may show "
648
- "it."
649
- msgstr ""
650
- "Die Beschreibung ist standardmäßig nicht hervorgehoben, kann aber bei "
651
- "einigen Themes angezeigt werden."
652
-
653
- #: inc/functions/options-advanced-admin.php:857
654
- msgid "Description"
655
- msgstr "Beschreibung"
656
-
657
- #: inc/admin/admin.php:5330
658
- msgid "Add TINYMCE editor to term description"
659
- msgstr "Füge den TINYMCE-Editor zur Begriffs-Beschreibung hinzu"
660
-
661
- #: inc/admin/admin.php:4052
662
- msgid "Guide to enable XML image sitemaps - new window"
663
- msgstr "Anleitung zum Aktivieren von XML-Bilder-Sitemaps - neues Fenster"
664
-
665
- #: inc/admin/admin.php:4025
666
- msgid "Guide to enable XML Sitemaps - new window"
667
- msgstr "Anleitung zum Aktivieren von XML-Sitemaps - neues Fenster"
668
-
669
- #: inc/admin/admin.php:3271
670
- msgid "Guide to create custom dimensions in Google Analytics - new window"
671
- msgstr ""
672
- "Anleitung zum Erstellen von benutzerdefinierten Dimensionen in Google "
673
- "Analytics - neues Fenster"
674
-
675
- #: inc/admin/admin.php:3210 inc/admin/admin.php:4108
676
- msgid "Guide to enable a HTML Sitemap - new window"
677
- msgstr "Anleitung zum Aktivieren einer HTML-Sitemap - neues Fenster"
678
-
679
- #: inc/admin/admin.php:2827
680
- msgid "Add WP Editor to taxonomy description textarea"
681
- msgstr "WP-Editor zum Textbereich der Taxonomie-Beschreibung hinzufügen"
682
-
683
- #: inc/admin/admin.php:1944
684
- msgid "Guide to activate SEOPress PRO - new window"
685
- msgstr "Anleitung zur Aktivierung von SEOPress PRO - neues Fenster"
686
-
687
- #: inc/admin/admin.php:1923
688
- msgid "Guide to Export/Import/Reset settings - new window"
689
- msgstr "Anleitung zu Export/Import/Reset-Einstellungen - neues Fenster"
690
-
691
- #: inc/admin/admin.php:1826
692
- msgid "Guide to enable 301 redirections and 404 monitoring - new window"
693
- msgstr ""
694
- "Anleitung zur Aktivierung von 301 Weiterleitungen und zur 404-Fehler "
695
- "Überwachung - neues Fenster"
696
-
697
- #: inc/admin/admin.php:1758
698
- msgid "Guide to edit your robots.txt file - new window"
699
- msgstr "Anleitung zur Bearbeitung der Datei robots.txt - neues Fenster"
700
-
701
- #: inc/admin/admin.php:1717
702
- msgid "Guide to analyze your site with Google Page Speed - new window"
703
- msgstr ""
704
- "Anleitung zur Analyse deiner Website mit Google Page Speed - neues Fenster"
705
-
706
- #: inc/admin/admin.php:1697
707
- msgid "Guide to enable Breadcrumbs - new window"
708
- msgstr "Anleitung zur Aktivierung der Brotkrümelnavigation - neues Fenster"
709
-
710
- #: inc/admin/admin.php:1490
711
- msgid "Guide to getting started with Google Analytics - new window"
712
- msgstr "Anleitung für den Einstieg in Google Analytics - neues Fenster"
713
-
714
- #: inc/admin/admin.php:1452
715
- msgid "Guide to enable Google Knowledge Graph - new window"
716
- msgstr "Anleitung zur Aktivierung vom Google Knowledge Graph - neues Fenster"
717
-
718
- #: inc/admin/admin.php:1414
719
- msgid "Guide to enable your XML Sitemaps - new window"
720
- msgstr "Anleitung zur Aktivierung deiner XML-Sitemaps - neues Fenster"
721
-
722
- #: inc/admin/admin.php:1376
723
- msgid "Guide to manage your titles and meta descriptions - new window"
724
- msgstr ""
725
- "Anleitung zur Verwaltung deiner Titel und Meta-Beschreibungen - neues "
726
- "Fenster"
727
-
728
- #: inc/admin/admin.php:276 inc/admin/admin.php:282
729
- msgid "Read our guide"
730
- msgstr "Lies unsere Anleitungen"
731
-
732
- #: inc/admin/admin.php:268
733
- msgid "How-to"
734
- msgstr "Anleitung"
735
-
736
- #: inc/admin/admin.php:263
737
- msgid ""
738
- "Watch our video to learn how to connect your WordPress site with Google "
739
- "Analytics and get statistics right in your dashboard (PRO only)."
740
- msgstr ""
741
- "In unserem Video erfährst du, wie du deine WordPress-Website mit Google "
742
- "Analytics verbindest und Statistiken direkt in deinem Dashboard abrufen "
743
- "kannst (nur PRO)."
744
-
745
- #: inc/functions/options-google-analytics.php:375
746
- msgid "Connected users"
747
- msgstr "Verbundene Benutzer"
748
-
749
- #: inc/functions/options-google-analytics.php:361
750
- msgid "Post types"
751
- msgstr "Inhaltstypen"
752
-
753
- #: inc/functions/options-google-analytics.php:347
754
- msgid "Tags"
755
- msgstr "Tags"
756
-
757
- #: inc/functions/options-google-analytics.php:321
758
- msgid "Categories"
759
- msgstr "Kategorien"
760
-
761
- #: inc/functions/options-google-analytics.php:302
762
- msgid "Authors"
763
- msgstr "Autoren"
764
-
765
- #: inc/admin/admin.php:4832
766
- msgid "Enter yours domains (eg: https://www.seopress.org/)"
767
- msgstr "Gib deine Domains ein (z.B.: https://www.seopress.org/)"
768
-
769
- #: inc/admin/admin.php:4653
770
- msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
771
- msgstr "Google Analytics-Tracking aktivieren (Global Site Tag: gtag.js)"
772
-
773
- #: inc/admin/admin.php:4393
774
- msgid "Twitter Page URL"
775
- msgstr "Twitter Seiten-URL"
776
-
777
- #: inc/admin/admin.php:1332
778
- msgid "Dareboost: Test, analyze and optimize your website"
779
- msgstr "Dareboost: Testen, analysieren und optimiere deine Website"
780
-
781
- #: inc/functions/options-advanced-admin.php:159
782
- #: inc/functions/options-advanced-admin.php:770
783
- msgid "Canonical"
784
- msgstr "Kanonische URL (Canonical)"
785
-
786
- #: inc/admin/admin.php:5676
787
- msgid "Add canonical URL column"
788
- msgstr "Spalte für kanonische URL hinzufügen"
789
-
790
- #: inc/admin/admin.php:3004
791
- msgid "Show canonical URL column in post types"
792
- msgstr "Spalte für die Kanonische URL bei Inhaltstypen anzeigen"
793
-
794
- #: inc/admin/admin.php:2538
795
- msgid "Facebook Link Ownership ID"
796
- msgstr "Facebook Link Ownership ID"
797
-
798
- #: inc/admin/admin.php:4429
799
- msgid "eg: https://www.instagram.com/wp_seopress/"
800
- msgstr "z.B.: https://www.instagram.com/wp_seopress/"
801
-
802
- #: inc/admin/admin.php:1556
803
- msgid "Improve Easy Digital Downloads SEO"
804
- msgstr "Verbessere Easy Digital Downloads SEO"
805
-
806
- #: inc/admin/admin.php:218
807
- msgid "Custom fields from post, page or post type"
808
- msgstr ""
809
- "Benutzerdefinierte Felder von Beiträgen, Seiten oder anderen Inhaltstypen"
810
-
811
- #: inc/admin/admin.php:218
812
- msgid "%%_cf_your_custom_field_name%%"
813
- msgstr "%%_cf_your_custom_field_name%%"
814
-
815
- #: inc/admin/admin-header.php:74 inc/admin/admin.php:1555
816
- msgid "Easy Digital Downloads"
817
- msgstr "Easy Digital Downloads"
818
-
819
- #: inc/admin/admin.php:5449
820
- msgid "Remove Really Simple Discovery meta tag in source code (eg:"
821
- msgstr "Entfernen des Really Simple Discovery Meta-Tags im Quellcode (z.B.:"
822
-
823
- #: inc/admin/admin.php:5432
824
- msgid "Remove Windows Live Writer meta tag in source code (eg:"
825
- msgstr "Entfernen des Windows Live Writer Meta-Tags im Quellcode (z.B.:"
826
-
827
- #: inc/admin/admin.php:5415
828
- msgid "Remove WordPress shortlink meta tag in source code (eg:"
829
- msgstr "Entfernen des WordPress Shortlink Meta-Tags im Quellcode (z.B.:"
830
-
831
- #: inc/admin/admin.php:5398
832
- msgid "Remove WordPress meta generator in source code"
833
- msgstr "Entfernen des WordPress Meta-Generators im Quellcode"
834
-
835
- #: inc/admin/admin.php:2883
836
- msgid "Remove RSD meta tag"
837
- msgstr "RSD Meta-Tag entfernen"
838
-
839
- #: inc/admin/admin.php:2875
840
- msgid "Remove Windows Live Writer meta tag"
841
- msgstr "Windows Live Writer Meta-Tag entfernen"
842
-
843
- #: inc/admin/admin.php:2867
844
- msgid "Remove WordPress shortlink meta tag"
845
- msgstr "WordPress Shortlink Meta-Tag entfernen"
846
-
847
- #: inc/admin/admin.php:2859
848
- msgid "Remove WordPress generator meta tag"
849
- msgstr "WordPress Generator Meta-Tag entfernen"
850
-
851
- #: inc/admin/admin-metaboxes-form.php:86
852
- msgid "to edit your title and meta description"
853
- msgstr "um Titel und Meta-Beschreibung zu bearbeiten"
854
-
855
- #: inc/admin/admin-metaboxes-form.php:86
856
- msgid ""
857
- "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas "
858
- "> Archives > Products</strong> "
859
- msgstr ""
860
- "Diese ist deine <strong>Shop-Seite</strong>. Gehe zu <strong>SEO > Titel & "
861
- "Metadaten > Archive > Produkte</strong> "
862
-
863
- #: inc/functions/options-advanced-admin.php:162
864
- msgid "Target Kw"
865
- msgstr "Suchbegriff"
866
-
867
- #: inc/admin/admin.php:5693
868
- msgid "Add target keyword column"
869
- msgstr "Spalte für Suchbegriff hinzufügen"
870
-
871
- #: inc/admin/admin.php:3086
872
- msgid "Block Content analysis metaboxe to user roles"
873
- msgstr "Blockieren von Inhalts-Analyse-Metaboxen nach Benutzerrollen"
874
-
875
- #: inc/admin/admin.php:3012
876
- msgid "Show Target Keyword column in post types"
877
- msgstr "Spalte für Suchbegriffe bei Inhaltstypen anzeigen"
878
-
879
- #: inc/admin/admin.php:730
880
- msgid "Focus keywords"
881
- msgstr "Fokus-Suchbegriffe"
882
-
883
- #: inc/admin/admin-metaboxes.php:378
884
- msgid "Content analysis"
885
- msgstr "Inhaltsanalyse"
886
-
887
- #: inc/admin/admin-metaboxes-content-analysis-form.php:310
888
- msgid "This page doesn't have any nofollow links."
889
- msgstr "Diese Seite hat keine nofollow Verlinkungen."
890
-
891
- #: inc/admin/admin-metaboxes-content-analysis-form.php:303
892
- msgid ""
893
- "We found %d links with nofollow attribute in your page. Do not overuse "
894
- "nofollow attribute in links. Below, the list:"
895
- msgstr ""
896
- "Wir haben %d Verlinkungen mit nofollow Attribut auf deiner Seite gefunden. "
897
- "Verwende das nofollow-Attribut in Verlinkungen nicht übermäßig oft. Wie "
898
- "folgt, die Auflistung:"
899
-
900
- #: inc/admin/admin-metaboxes-content-analysis-form.php:297
901
- msgid "NoFollow Links"
902
- msgstr "NoFollow Verlinkungen"
903
-
904
- #: inc/admin/admin-metaboxes-content-analysis-form.php:291
905
- msgid ""
906
- "We could not find any image in your content. Content with media is a plus "
907
- "for your SEO."
908
- msgstr ""
909
- "Wir konnten kein Bild in deinem Inhalt finden. Inhalte mit Medien sind ein "
910
- "Plus für dein SEO."
911
-
912
- #: inc/admin/admin-metaboxes-content-analysis-form.php:288
913
- msgid "All alternative tags are filled in. Good work!"
914
- msgstr "Alle alternativen Tags sind ausgefüllt. Gute Arbeit!"
915
-
916
- #: inc/admin/admin-metaboxes-content-analysis-form.php:280
917
- msgid "Product gallery"
918
- msgstr "Produkt-Galerie"
919
-
920
- #: inc/admin/admin-metaboxes-content-analysis-form.php:272
921
- msgid "Post Thumbnail"
922
- msgstr "Beitrags-Miniaturbild (Thumbnail)"
923
-
924
- #: inc/admin/admin-metaboxes-content-analysis-form.php:262
925
- msgid "Post Content"
926
- msgstr "Beitrag-Inhalt"
927
-
928
- #: inc/admin/admin-metaboxes-content-analysis-form.php:258
929
- msgid ""
930
- "No alternative text found for these images. Alt tags are important for both "
931
- "SEO and accessibility."
932
- msgstr ""
933
- "Für diese Bilder wurde kein alternativer Text gefunden. Alt-Tags sind "
934
- "wichtig für SEO und Barrierefreiheit."
935
-
936
- #: inc/admin/admin-metaboxes-content-analysis-form.php:246
937
- msgid ""
938
- "nosnippet is off. Search engines will display a snippet of this page in "
939
- "search results."
940
- msgstr ""
941
- "nosnippet ist deaktiviert! Suchmaschinen zeigen einen Ausschnitt dieser "
942
- "Seite in den Suchergebnissen an."
943
-
944
- #: inc/admin/admin-metaboxes-content-analysis-form.php:244
945
- msgid ""
946
- "nosnippet is on! Search engines will not display a snippet of this page in "
947
- "search results."
948
- msgstr ""
949
- "nosnippet ist aktiviert! Suchmaschinen zeigen keinen Ausschnitt dieser "
950
- "Seite in den Suchergebnissen an."
951
-
952
- #: inc/admin/admin-metaboxes-content-analysis-form.php:240
953
- msgid "noarchive is off. Search engines will probably cache your page."
954
- msgstr ""
955
- "noarchive ist deaktiviert! Suchmaschinen werden deine Seite vermutlich "
956
- "zwischenspeichern."
957
-
958
- #: inc/admin/admin-metaboxes-content-analysis-form.php:238
959
- msgid "noarchive is on! Search engines will not cache your page."
960
- msgstr ""
961
- "noarchive ist aktiviert! Suchmaschinen werden deine Seite nicht "
962
- "zwischenspeichern."
963
-
964
- #: inc/admin/admin-metaboxes-content-analysis-form.php:234
965
- msgid "noimageindex is off. Google will index the images on this page."
966
- msgstr ""
967
- "noimageindex ist deaktiviert! Google wird die Bilder auf dieser Seite "
968
- "indexieren."
969
-
970
- #: inc/admin/admin-metaboxes-content-analysis-form.php:232
971
- msgid ""
972
- "noimageindex is on! Google will not index your images on this page (but if "
973
- "someone makes a direct link to one of your image in this page, it will be "
974
- "indexed)."
975
- msgstr ""
976
- "noimageindex ist aktiviert! Google wird deine Bilder auf dieser Seite nicht "
977
- "indexieren (sofern aber jemand eines deiner Bilder auf dieser Seite direkt "
978
- "verlinkt, wird es indexiert)."
979
-
980
- #: inc/admin/admin-metaboxes-content-analysis-form.php:228
981
- msgid "nofollow is off. Search engines will follow links on this page."
982
- msgstr ""
983
- "nofollow ist deaktiviert. Suchmaschinen werden Verlinkungen auf dieser "
984
- "Seite folgen."
985
-
986
- #: inc/admin/admin-metaboxes-content-analysis-form.php:226
987
- msgid "nofollow is on! Search engines can't follow your links on this page."
988
- msgstr ""
989
- "nofollow ist aktiviert! Suchmaschinen können deine Verlinkungen auf dieser "
990
- "Seite nicht folgen."
991
-
992
- #: inc/admin/admin-metaboxes-content-analysis-form.php:222
993
- msgid "noindex is off. Search engines will index this page."
994
- msgstr "noindex ist deaktiviert. Suchmaschinen werden diese Seite indexieren."
995
-
996
- #: inc/admin/admin-metaboxes-content-analysis-form.php:220
997
- msgid "noindex is on! Search engines can't index this page."
998
- msgstr ""
999
- "noindex ist aktiviert! Suchmaschinen können diese Seite nicht indexieren."
1000
-
1001
- #: inc/admin/admin-metaboxes-content-analysis-form.php:210
1002
- msgid "No custom meta description is set for this post."
1003
- msgstr "Für diesen Beitrag wurde keine Meta-Beschreibung erstellt."
1004
-
1005
- #: inc/admin/admin-metaboxes-content-analysis-form.php:207
1006
- msgid "The length of your meta description is correct"
1007
- msgstr "Die Länge deiner Meta-Beschreibung ist korrekt"
1008
-
1009
- #: inc/admin/admin-metaboxes-content-analysis-form.php:205
1010
- msgid "You custom meta description is too long."
1011
- msgstr "Deine Meta-Beschreibung ist zu lang."
1012
-
1013
- #: inc/admin/admin-metaboxes-content-analysis-form.php:201
1014
- msgid "None of your target keywords were found in the Meta description."
1015
- msgstr "Keine deiner Suchbegriffe wurde in der Meta-Beschreibung gefunden."
1016
-
1017
- #: inc/admin/admin-metaboxes-content-analysis-form.php:189
1018
- msgid "Target keywords were found in the Meta description."
1019
- msgstr "Deine Suchbegriffe wurden in der Meta-Beschreibung gefunden."
1020
-
1021
- #: inc/admin/admin-metaboxes-content-analysis-form.php:181
1022
- msgid "No custom title is set for this post."
1023
- msgstr "Für diesen Beitrag wurde kein Titel erstellt."
1024
-
1025
- #: inc/admin/admin-metaboxes-content-analysis-form.php:178
1026
- msgid "The length of your title is correct"
1027
- msgstr "Die Länge deines Titels ist korrekt"
1028
-
1029
- #: inc/admin/admin-metaboxes-content-analysis-form.php:176
1030
- msgid "You custom title is too long."
1031
- msgstr "Dein individueller Titel ist zu lang."
1032
-
1033
- #: inc/admin/admin-metaboxes-content-analysis-form.php:172
1034
- msgid "None of your target keywords were found in the Meta Title."
1035
- msgstr "Keines deiner Suchbegriffe wurde in dem Meta-Titel gefunden."
1036
-
1037
- #: inc/admin/admin-metaboxes-content-analysis-form.php:160
1038
- msgid "Target keywords were found in the Meta Title."
1039
- msgstr "Deine Suchbegriffe wurden im MetaTitel gefunden."
1040
-
1041
- #: inc/admin/admin-metaboxes-content-analysis-form.php:157
1042
- msgid "Meta title"
1043
- msgstr "Meta-Titel"
1044
-
1045
- #: inc/admin/admin-metaboxes-content-analysis-form.php:153
1046
- msgid "None of your target keywords were found in Heading 3 (H3)."
1047
- msgstr "Keine deiner Suchbegriffe wurden in der Überschrift 3 (H3) gefunden."
1048
-
1049
- #: inc/admin/admin-metaboxes-content-analysis-form.php:141
1050
- msgid "Target keywords were found in Heading 3 (H3)."
1051
- msgstr "Deine Suchbegriffe wurden in der Überschrift 3 (H3) gefunden."
1052
-
1053
- #: inc/admin/admin-metaboxes-content-analysis-form.php:139
1054
- msgid "H3 (Heading 3)"
1055
- msgstr "H3 (Überschrift 3)"
1056
-
1057
- #: inc/admin/admin-metaboxes-content-analysis-form.php:135
1058
- msgid "None of your target keywords were found in Heading 2 (H2)."
1059
- msgstr "Keine deiner Suchbegriffe wurden in der Überschrift 2 (H2) gefunden."
1060
-
1061
- #: inc/admin/admin-metaboxes-content-analysis-form.php:123
1062
- msgid "Target keywords were found in Heading 2 (H2)."
1063
- msgstr "Deine Suchbegriffe wurden in der Überschrift 2 (H2) gefunden."
1064
-
1065
- #: inc/admin/admin-metaboxes-content-analysis-form.php:121
1066
- msgid "H2 (Heading 2)"
1067
- msgstr "H2 (Überschrift 2)"
1068
-
1069
- #: inc/admin/admin-metaboxes-content-analysis-form.php:117
1070
- msgid ""
1071
- "You should not use a H1 heading in your post content because your post "
1072
- "title is already an H1. The rule is simple: only one H1 for each web page."
1073
- msgstr ""
1074
- "Du solltest keine H1 Überschrift in deinem Beitragsinhalt nutzen, da der "
1075
- "Beitragstitel bereits in H1 formatiert ist. Die Regel ist einfach: nur eine "
1076
- "H1 auf jeder Webseite."
1077
-
1078
- #: inc/admin/admin-metaboxes-content-analysis-form.php:116
1079
- msgid "We found %d Heading 1 (H1) in your content."
1080
- msgstr "Wir haben %d mal eine Überschrift 1 (H1) in deinem Inhalt gefunden."
1081
-
1082
- #: inc/admin/admin-metaboxes-content-analysis-form.php:114
1083
- msgid "H1 (Heading 1)"
1084
- msgstr "H1 (Überschrift 1)"
1085
-
1086
- #: inc/admin/admin-metaboxes-content-analysis-form.php:109
1087
- msgid "No post title set for this post!"
1088
- msgstr "Für diesen Beitrag wurde kein Beitragstitel erstellt!"
1089
-
1090
- #: inc/admin/admin-metaboxes-content-analysis-form.php:106
1091
- msgid "None of your target keywords were found in the Post Title."
1092
- msgstr "Keiner deiner Suchbegriffe wurde im Beitragstitel gefunden."
1093
-
1094
- #: inc/admin/admin-metaboxes-content-analysis-form.php:102
1095
- #: inc/admin/admin-metaboxes-content-analysis-form.php:131
1096
- #: inc/admin/admin-metaboxes-content-analysis-form.php:149
1097
- #: inc/admin/admin-metaboxes-content-analysis-form.php:168
1098
- #: inc/admin/admin-metaboxes-content-analysis-form.php:197
1099
- msgid "%s was found %d times."
1100
- msgstr "%s wurde %d mal gefunden."
1101
-
1102
- #: inc/admin/admin-metaboxes-content-analysis-form.php:94
1103
- msgid "Target keywords were found in the Post Title."
1104
- msgstr "Deine Suchbegriffe wurden im Beitragstitel gefunden."
1105
-
1106
- #: inc/admin/admin-metaboxes-content-analysis-form.php:91
1107
- msgid "Post title"
1108
- msgstr "Beitrags-Titel"
1109
-
1110
- #: inc/admin/admin-metaboxes-content-analysis-form.php:85
1111
- msgid "Your content is too short. Add a few more paragraphs!"
1112
- msgstr "Dein Inhalt ist zu kurz. Füge noch ein paar Absätze hinzu!"
1113
-
1114
- #: inc/admin/admin-metaboxes-content-analysis-form.php:83
1115
- msgid ""
1116
- "Your content is composed of more than 300 words, which is the minimum for a "
1117
- "post."
1118
- msgstr ""
1119
- "Dein Inhalt besteht aus mehr als 300 Wörtern, was das Minimum für einen "
1120
- "Beitrag sein sollte."
1121
-
1122
- #: inc/admin/admin-metaboxes-content-analysis-form.php:80
1123
- msgid "unique words found."
1124
- msgstr "einzigartige Wörter gefunden."
1125
-
1126
- #: inc/admin/admin-metaboxes-content-analysis-form.php:79
1127
- msgid "words found."
1128
- msgstr "Wörter gefunden."
1129
-
1130
- #: inc/admin/admin-metaboxes-content-analysis-form.php:77
1131
- msgid "Words counter"
1132
- msgstr "Wortzähler"
1133
-
1134
- #: inc/admin/admin-metaboxes-content-analysis-form.php:71
1135
- msgid "Links"
1136
- msgstr "Verlinkungen"
1137
-
1138
- #: inc/admin/admin-metaboxes-content-analysis-form.php:70
1139
- msgid "Images"
1140
- msgstr "Bilder"
1141
-
1142
- #: inc/admin/admin-metaboxes-content-analysis-form.php:69
1143
- msgid "Configuration"
1144
- msgstr "Konfiguration"
1145
-
1146
- #: inc/admin/admin-metaboxes-content-analysis-form.php:68
1147
- msgid "Optimizations"
1148
- msgstr "Optimierungen"
1149
-
1150
- #: inc/admin/admin-metaboxes-content-analysis-form.php:18
1151
- msgid "Analysis completed"
1152
- msgstr "Analyse abgeschlossen"
1153
-
1154
- #: inc/admin/admin-metaboxes-content-analysis-form.php:16
1155
- msgid "Refresh analysis"
1156
- msgstr "Analyse aktualisieren"
1157
-
1158
- #: inc/admin/admin-metaboxes-content-analysis-form.php:14
1159
- msgid "Analyze my content"
1160
- msgstr "Analysiere meinen Inhalt"
1161
-
1162
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
1163
- msgid "Enter your target keywords"
1164
- msgstr "Gib deine Suchbegriffe ein"
1165
-
1166
- #: inc/admin/admin-metaboxes-content-analysis-form.php:9
1167
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
1168
- msgid "Target keywords"
1169
- msgstr "Suchbegriffe"
1170
-
1171
- #: inc/admin/admin-metaboxes-content-analysis-form.php:5
1172
- msgid "Enter a few keywords for analysis to help you write optimized content."
1173
- msgstr ""
1174
- "Gin einige Suchbegriffe zur Analyse ein, damit wir dir helfen können, "
1175
- "optimierte Inhalte zu schreiben."
1176
-
1177
- #: inc/admin/admin-metaboxes-form.php:191
1178
- msgid "Enter a custom value, useful if your title is too long"
1179
- msgstr ""
1180
- "Gib einen benutzerdefinierten Wert ein, das ist nützlich, wenn dein Titel "
1181
- "zu lang ist"
1182
-
1183
- #: inc/admin/admin-metaboxes-form.php:190
1184
- #: inc/admin/admin-metaboxes-form.php:191
1185
- msgid "Custom breadcrumbs"
1186
- msgstr "Benutzerdefinierte Brotkrümelnavigation"
1187
-
1188
- #: inc/admin/admin.php:203
1189
- msgid "Post tag"
1190
- msgstr "Beitrags-Tag"
1191
-
1192
- #: inc/admin/admin.php:203
1193
- msgid "%%post_tag%%"
1194
- msgstr "%%post_tag%%"
1195
-
1196
- #: inc/admin/admin.php:202
1197
- msgid "Post category"
1198
- msgstr "Beitrags-Kategorie"
1199
-
1200
- #: inc/admin/admin.php:202
1201
- msgid "%%post_category%%"
1202
- msgstr "%%post_category%%"
1203
-
1204
- #: inc/admin/admin.php:5364
1205
- msgid "You have to flush your permalinks each time you change this settings"
1206
- msgstr ""
1207
- "Du musst deine Permalinks jedes Mal zurücksetzen (neu speichern), wenn du "
1208
- "diese Einstellungen änderst"
1209
-
1210
- #: inc/admin/admin-header.php:203
1211
- msgid "Follow us on YouTube (new window)"
1212
- msgstr "Folge uns auf YouTube (neues Fenster)"
1213
-
1214
- #: inc/admin/admin-header.php:205
1215
- msgid "Follow us on YouTube"
1216
- msgstr "Folge uns auf YouTube"
1217
-
1218
- #: inc/admin/admin.php:2579
1219
- msgid "Use Open Graph if no Twitter Card is filled"
1220
- msgstr "Nutzung von Open Graph, wenn keine Twitter-Card ausgefüllt ist"
1221
-
1222
- #: inc/admin/admin.php:4597
1223
- msgid "Use OG if no Twitter Cards"
1224
- msgstr "OG verwenden, wenn keine Twitter-Card existiert"
1225
-
1226
- #: inc/admin/admin.php:222
1227
- msgid "Single product short description"
1228
- msgstr "Einzelne Produkt-Kurzbeschreibung"
1229
-
1230
- #: inc/admin/admin.php:222
1231
- msgid "%%wc_single_short_desc%%"
1232
- msgstr "%%wc_single_short_desc%%"
1233
-
1234
- #: inc/admin/admin.php:221
1235
- msgid "Single product tag"
1236
- msgstr "Einzelner Produkt-Tag"
1237
-
1238
- #: inc/admin/admin.php:221
1239
- msgid "%%wc_single_tag%%"
1240
- msgstr "%%wc_single_tag%%"
1241
-
1242
- #: inc/admin/admin.php:220
1243
- msgid "Single product category"
1244
- msgstr "Einzelne Produkt-Kategorie"
1245
-
1246
- #: inc/admin/admin.php:220
1247
- msgid "%%wc_single_cat%%"
1248
- msgstr "%%wc_single_cat%%"
1249
-
1250
- #: inc/admin/admin.php:5517
1251
- msgid "Remove SEOPress from Admin Bar in backend and frontend"
1252
- msgstr "SEOPress aus der Admin Bar im Backend und Frontend entfernen"
1253
-
1254
- #: inc/admin/admin.php:243 inc/admin/admin.php:251
1255
- msgid "Check our website"
1256
- msgstr "Besuche unsere Webseite"
1257
-
1258
- #: inc/admin/admin.php:242 inc/admin/admin.php:250
1259
- msgid "Read our FAQ"
1260
- msgstr "Lies unsere FAQ"
1261
-
1262
- #: inc/admin/admin.php:241 inc/admin/admin.php:249
1263
- msgid "Browse our guides"
1264
- msgstr "Stöbere in unseren Anleitungen"
1265
-
1266
- #: inc/admin/admin.php:4232
1267
- msgid "Disable date after each post, page, post type?"
1268
- msgstr ""
1269
- "Datum für jeden Beitrag, jede Seite und jeden Inhaltstyp deaktivieren?"
1270
-
1271
- #: inc/admin/admin.php:4207
1272
- msgid "You can also use this shortcode:"
1273
- msgstr "Du kannst auch diesen Shortcode verwenden:"
1274
-
1275
- #: inc/admin/admin.php:2359
1276
- msgid "Disable the display of the publication date"
1277
- msgstr "Anzeige des Veröffentlichungsdatums deaktivieren"
1278
-
1279
- #: inc/admin/admin.php:875
1280
- msgid ""
1281
- "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
1282
- msgstr ""
1283
- "Dein Theme verwendet nicht <strong>add_theme_support ('title-tag');</strong>"
1284
-
1285
- #: inc/functions/sitemap/template-xml-sitemaps-xsl.php:113
1286
- msgid "XML Sitemaps"
1287
- msgstr "XML-Sitemaps"
1288
-
1289
- #: inc/admin/admin.php:4913
1290
- msgid "Separate each keyword with a pipe \"|\""
1291
- msgstr "Trenne jeden Suchbegriff mit einem senkrechten Strich \"|\""
1292
-
1293
- #: inc/admin/admin.php:4909
1294
- msgid "aff|go|out"
1295
- msgstr "aff|go|out"
1296
-
1297
- #: inc/admin/admin.php:4897
1298
- msgid "Enable affiliate/outbound tracking"
1299
- msgstr "Affiliate/Outbound-Tracking aktivieren"
1300
-
1301
- #: inc/admin/admin.php:4849
1302
- msgid "Enable external links tracking"
1303
- msgstr "Tracking von externen Links aktivieren"
1304
-
1305
- #: inc/admin/admin.php:2752 inc/admin/admin.php:4909
1306
- msgid "Track affiliate/outbound links"
1307
- msgstr "Affiliate/ausgehende Links tracken"
1308
-
1309
- #: inc/admin/admin.php:2744
1310
- msgid ""
1311
- "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
1312
- msgstr ""
1313
- "Tracking Affiliate/Ausgehende Links aktivieren (z.B.: aff, go, out, "
1314
- "recommends"
1315
-
1316
- #: inc/admin/admin.php:2720
1317
- msgid ""
1318
- "Enable external links tracking (all links with target _blank attribute)"
1319
- msgstr ""
1320
- "Aktivieren des Tracking externer Links (alle Links mit dem Attribut target "
1321
- "_blank)"
1322
-
1323
- #: inc/admin/admin.php:1847
1324
- msgid "See backlinks"
1325
- msgstr "Erkenne Backlinks"
1326
-
1327
- #: inc/admin/admin.php:1846
1328
- msgid "Check your backlinks with Majestic API."
1329
- msgstr "Überprüfe deine Backlinks mit Majestic API."
1330
-
1331
- #: inc/admin/admin.php:1333
1332
- msgid "Google Campaign URL Builder tool"
1333
- msgstr "Tool zur URL-Erstellung für Kampagnen von Google Analytics"
1334
-
1335
- #: inc/admin/admin-metaboxes-form.php:199
1336
- msgid "Ask Facebook to update his cache"
1337
- msgstr "Bitte Facebook, seinen Cache zu aktualisieren"
1338
-
1339
- #: inc/admin/admin-header.php:136 inc/admin/admin.php:1845
1340
- #: inc/admin/adminbar.php:93
1341
- msgid "Backlinks"
1342
- msgstr "Backlinks"
1343
-
1344
- #: inc/functions/options-redirections.php:120
1345
- msgid "Once per day"
1346
- msgstr "Einmal pro Tag"
1347
-
1348
- #: inc/admin/admin.php:3316
1349
- msgid "Looking to edit your blog page?"
1350
- msgstr "Möchtest du deine Blog-Seite bearbeiten?"
1351
-
1352
- #: inc/admin/admin.php:1260
1353
- msgid "Sorry, you domain name can't be verified :("
1354
- msgstr "Dein Domainname kann leider nicht verifiziert werden :("
1355
-
1356
- #: inc/admin/admin.php:5539
1357
- msgid "Low priority"
1358
- msgstr "Niedrige Priorität"
1359
-
1360
- #: inc/admin/admin.php:5536
1361
- msgid "Normal priority (default)"
1362
- msgstr "Normale Priorität (standard)"
1363
-
1364
- #: inc/admin/admin.php:5533
1365
- msgid "High priority (top)"
1366
- msgstr "Hohe Priorität (top)"
1367
-
1368
- #: inc/admin/admin.php:4882
1369
- msgid "Separate each file type extensions with a pipe \"|\""
1370
- msgstr "Trenne jede Dateierweiterung mit einem senkrechten Strich \"|\""
1371
-
1372
- #: inc/admin/admin.php:4878
1373
- msgid "pdf|docx|pptx|zip"
1374
- msgstr "pdf|docx|pptx|zip"
1375
-
1376
- #: inc/admin/admin.php:4866
1377
- msgid "Enable download tracking"
1378
- msgstr "Download-Tracking aktivieren"
1379
-
1380
- #: inc/admin/admin.php:3998
1381
- msgid "Learn more on Google website"
1382
- msgstr "Weitere Informationen auf der Google-Website"
1383
-
1384
- #: inc/admin/admin.php:3996
1385
- msgid "Add rel next/prev link in head of paginated archive pages"
1386
- msgstr ""
1387
- "Rel next/prev-Link im Kopfbereich der paginierten Archiv-Seiten hinzufügen"
1388
-
1389
- #: inc/admin/admin.php:3780
1390
- msgid "Disable date archives"
1391
- msgstr "Deaktiviere Datums-Archive"
1392
-
1393
- #: inc/admin/admin.php:3711
1394
- msgid "Disable author archives"
1395
- msgstr "Deaktiviere Autoren-Archive"
1396
-
1397
- #: inc/admin/admin.php:3256
1398
- msgid "<p>Track events in Google Analytics.</p>"
1399
- msgstr "<p>Tracke Veranstaltungen in Google Analytics</p>"
1400
-
1401
- #: inc/admin/admin.php:3177
1402
- msgid ""
1403
- "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
1404
- "add this rule to your configuration:"
1405
- msgstr ""
1406
- "Dein Server verwendet NGINX. Wenn XML-Sitemaps nicht funktionieren, musst "
1407
- "du diese Regeln zu deiner Konfiguration hinzufügen:"
1408
-
1409
- #: inc/admin/admin.php:2940
1410
- msgid "Move SEOPress metabox's position"
1411
- msgstr "Verschieben der Position der SEOPress Metabox"
1412
-
1413
- #: inc/admin/admin.php:2728
1414
- msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
1415
- msgstr "Aktivierung des Trackings von Downloads (z.B.: PDF, XLSX, DOCX...)"
1416
-
1417
- #: inc/admin/admin.php:2252
1418
- msgid "Indicate paginated content to Google"
1419
- msgstr "Zeige paginierten Inhalt bei Google an"
1420
-
1421
- #: inc/admin/admin.php:1900
1422
- msgid "Configure default WordPress RSS."
1423
- msgstr "Konfiguriere WordPress RSS."
1424
-
1425
- #: inc/admin/admin.php:1836
1426
- msgid "See broken links"
1427
- msgstr "Erkenne fehlerhafte Links"
1428
-
1429
- #: inc/admin/admin.php:1797
1430
- msgid "See redirects"
1431
- msgstr "Erkenne Weiterleitungen"
1432
-
1433
- #: inc/admin/admin.php:1331
1434
- msgid "Google Trends"
1435
- msgstr "Google Trends"
1436
-
1437
- #: inc/admin/admin.php:1330
1438
- msgid "Upload a list of links to disavow to Google"
1439
- msgstr "Uploade eine Liste von Links, die entwertet werden sollen, an Google"
1440
-
1441
- #: inc/admin/admin.php:1322
1442
- msgid "Get Alexa Rank"
1443
- msgstr "Alexa Ranking erhalten"
1444
-
1445
- #: inc/admin/admin.php:1318
1446
- msgid "The lower, the best"
1447
- msgstr "Je niedriger, desto besser"
1448
-
1449
- #: inc/admin/admin.php:1309
1450
- msgid "Country Rank: "
1451
- msgstr "Länder-Ranking: "
1452
-
1453
- #: inc/admin/admin.php:1287
1454
- msgid "Your Alexa Rank"
1455
- msgstr "Dein Alexa Ranking"
1456
-
1457
- #: inc/admin/admin.php:1272
1458
- msgid "Check your Alexa Rank (Amazon index)"
1459
- msgstr "Prüfe dein Alexa Ranking (Amazon index)"
1460
-
1461
- #: inc/admin/admin.php:1263
1462
- msgid "Email me before expiration"
1463
- msgstr "E-Mail vor Ablauf der Frist erhalten"
1464
-
1465
- #: inc/admin/admin.php:1255
1466
- msgid "Your domain expires: "
1467
- msgstr "Deine Domain läuft ab: "
1468
-
1469
- #: inc/admin/admin.php:1252
1470
- msgid "Domain creation date: "
1471
- msgstr "Erstellungsdatum der Domain: "
1472
-
1473
- #: inc/admin/admin.php:1249
1474
- msgid "Last updated date: "
1475
- msgstr "Zuletzt aktualisiert am:"
1476
-
1477
- #: inc/admin/admin.php:1246
1478
- msgid "Your registrar: "
1479
- msgstr "Dein Registrar: "
1480
-
1481
- #: inc/admin/admin.php:1243
1482
- msgid "Your domain name: "
1483
- msgstr "Dein Domainname: "
1484
-
1485
- #: inc/admin/admin.php:1212
1486
- msgid "Check your domain expiration date"
1487
- msgstr "Überprüfe das Ablaufdatum deiner Domain"
1488
-
1489
- #: inc/admin/admin.php:1204
1490
- msgid "Get list"
1491
- msgstr "Liste abrufen"
1492
-
1493
- #: inc/admin/admin.php:1191
1494
- msgid "Number of websites on your server: "
1495
- msgstr "Anzahl der Webseiten auf deinem Server: "
1496
-
1497
- #: inc/admin/admin.php:1190
1498
- msgid "Last scrape: "
1499
- msgstr "Letzte scrape: "
1500
-
1501
- #: inc/admin/admin.php:1187
1502
- msgid "Server IP Address: "
1503
- msgstr "Server IP Adresse: "
1504
-
1505
- #: inc/admin/admin.php:1160
1506
- msgid "Host IP: "
1507
- msgstr "Host IP: "
1508
-
1509
- #: inc/admin/admin.php:1158
1510
- msgid "Check websites setup on your server"
1511
- msgstr "Überprüfe die Einrichtung von Websites auf deinem Server"
1512
-
1513
- #: inc/admin/admin.php:826 inc/admin/admin.php:831
1514
- msgid "Useful links"
1515
- msgstr "Nützliche Links"
1516
-
1517
- #: inc/admin/admin.php:825
1518
- msgid "SEO Tools"
1519
- msgstr "SEO Werkzeuge"
1520
-
1521
- #: inc/admin/admin.php:720
1522
- msgid "Import posts and terms metadata from Yoast"
1523
- msgstr "Metadaten von Beiträgen und Begriffen aus Yoast importieren"
1524
-
1525
- #: inc/admin/admin.php:689
1526
- msgid "Download a CSV example"
1527
- msgstr "CSV-Beispieldatei herunterladen"
1528
-
1529
- #: inc/admin/admin.php:537 inc/admin/admin.php:546
1530
- msgid "Events"
1531
- msgstr "Veranstaltungen"
1532
-
1533
- #: inc/admin/admin-header.php:211
1534
- msgid "Support (new window)"
1535
- msgstr "Support (neues Fenster)"
1536
-
1537
- #: inc/admin/admin-header.php:209
1538
- msgid "Official website"
1539
- msgstr "Offizielle Website"
1540
-
1541
- #: inc/admin/admin-header.php:207
1542
- msgid "Official website (new window)"
1543
- msgstr "Offizielle Website (neues Fenster)"
1544
-
1545
- #: inc/admin/admin-header.php:199
1546
- msgid "Follow us on Twitter (new window)"
1547
- msgstr "Folge uns auf Twitter (neues Fenster)"
1548
-
1549
- #: inc/admin/admin-header.php:195 inc/admin/admin-header.php:197
1550
- msgid "Send feedback"
1551
- msgstr "Feedback senden"
1552
-
1553
- #: inc/admin/admin-header.php:193
1554
- msgid "See the changelog"
1555
- msgstr "Siehe Changelog"
1556
-
1557
- #: inc/admin/admin-header.php:191
1558
- msgid "See the changelog (new window)"
1559
- msgstr "Siehe Changelog (neues Fenster)"
1560
-
1561
- #: inc/admin/admin-header.php:156 inc/admin/admin.php:1899
1562
- msgid "RSS"
1563
- msgstr "RSS"
1564
-
1565
- #: inc/functions/options-advanced-admin.php:232
1566
- msgid "Analyze this page with Google Page Speed"
1567
- msgstr "Diese Seite mit Google Page Speed analysieren"
1568
-
1569
- #: inc/functions/options-advanced-admin.php:228
1570
- msgid "Check code quality of this page"
1571
- msgstr "Code-Qualität dieser Seite prüfen"
1572
-
1573
- #: inc/functions/options-advanced-admin.php:177
1574
- msgid "Page Speed"
1575
- msgstr "Page Speed"
1576
-
1577
- #: inc/functions/options-advanced-admin.php:174
1578
- msgid "W3C check"
1579
- msgstr "W3C Check"
1580
-
1581
- #: inc/admin/admin.php:5779
1582
- msgid "Display Page Speed column to check performances"
1583
- msgstr "Spalte \"Page Speed\" anzeigen, um die Ladegeschwindigkeit zu prüfen"
1584
-
1585
- #: inc/admin/admin.php:5761
1586
- msgid "Display W3C column to check code quality"
1587
- msgstr "W3C-Spalte zur Überprüfung der Code-Qualität anzeigen"
1588
-
1589
- #: inc/admin/admin.php:3052
1590
- msgid "Show Google Page Speed column in post types"
1591
- msgstr "Spalte für Google Page Speed bei Inhaltstypen anzeigen"
1592
-
1593
- #: inc/admin/admin.php:3044
1594
- msgid "Show W3C validator column in post types"
1595
- msgstr "Spalte für W3C-Validator bei Inhaltstypen anzeigen"
1596
-
1597
- #: inc/admin/admin.php:2851 inc/admin/admin.php:5381
1598
- msgid "Disable trailing slash for metas"
1599
- msgstr "Schrägstrich für Metadaten deaktivieren"
1600
-
1601
- #: inc/admin/admin.php:5381
1602
- msgid ""
1603
- "You must check this box if the structure of your permalinks DOES NOT "
1604
- "contain a slash at the end (eg: /%postname%)"
1605
- msgstr ""
1606
- "Du musst dieses Feld markieren, wenn die Struktur deiner Permalinks KEINEN "
1607
- "Schrägstrich am Ende enthält (z.B.: /%postname%)"
1608
-
1609
- #: inc/functions/options-import-export.php:88
1610
- msgid "Please upload a valid .csv file"
1611
- msgstr "Bitte lade eine gültige .csv-Datei hoch"
1612
-
1613
- #: inc/functions/options-advanced-admin.php:171
1614
- msgid "Count words?"
1615
- msgstr "Wörter zählen?"
1616
-
1617
- #: inc/admin/admin.php:5744
1618
- msgid "Display total number of words in content"
1619
- msgstr "Gesamtzahl der Wörter des Inhalts anzeigen"
1620
-
1621
- #: inc/admin/admin.php:4820
1622
- msgid ""
1623
- "Cross domain tracking makes it possible for Analytics to see sessions on "
1624
- "two related sites (such as an ecommerce site and a separate shopping cart "
1625
- "site) as a single session. This is sometimes called site linking."
1626
- msgstr ""
1627
- "Cross-Domain-Tracking ermöglicht es Analytics, Sitzungen auf zwei "
1628
- "verwandten Websites (z. B. einer E-Commerce-Website und einer separaten "
1629
- "Warenkorb-Website) als eine einzige Sitzung anzuzeigen. Dies wird manchmal "
1630
- "als Site-Linking bezeichnet."
1631
-
1632
- #: inc/admin/admin.php:4799
1633
- msgid ""
1634
- "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
1635
- "report by automatically differentiating between multiple links to the same "
1636
- "URL on a single page by using link element IDs."
1637
- msgstr ""
1638
- "Enhanced Link Attribution verbessert die Genauigkeit deiner In-Page "
1639
- "Analytics-Berichts, indem es automatisch zwischen mehreren Links auf "
1640
- "dieselbe URL auf einer einzigen Seite durch die Verwendung von Link-Element-"
1641
- "IDs unterscheidet."
1642
-
1643
- #: inc/admin/admin.php:4778
1644
- msgid ""
1645
- "When a customer of Analytics requests IP address anonymization, Analytics "
1646
- "anonymizes the address as soon as technically feasible at the earliest "
1647
- "possible stage of the collection network."
1648
- msgstr ""
1649
- "Wenn ein Kunde von Analytics eine Anonymisierung der IP-Adresse wünscht, "
1650
- "anonymisiert Analytics die Adresse so schnell wie technisch möglich zum "
1651
- "frühestmöglichen Zeitpunkt der Erfassung."
1652
-
1653
- #: inc/admin/admin.php:4757
1654
- msgid ""
1655
- "A remarketing audience is a list of cookies or mobile-advertising IDs that "
1656
- "represents a group of users you want to re-engage because of their "
1657
- "likelihood to convert."
1658
- msgstr ""
1659
- "Eine Remarketing-Audience ist eine Liste von Cookies oder mobilen Werbe-"
1660
- "IDs, die eine Gruppe von Nutzern repräsentiert, die du erneut ansprechen "
1661
- "möchtest, aufgrund ihrer Konvertierungs-Wahrscheinlichkeit."
1662
-
1663
- #: inc/admin/admin.php:4667
1664
- msgid "Find your tracking ID"
1665
- msgstr "Finde deine Tracking-ID"
1666
-
1667
- #: inc/admin/admin.php:3261
1668
- msgid ""
1669
- "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
1670
- "and custom metrics in SEOPress are like the default dimensions and metrics "
1671
- "in your Analytics account, except you create them yourself.<br> Use them to "
1672
- "collect and analyze data that Analytics doesn't automatically track.<br> "
1673
- "Please note that you also have to setup your custom dimensions in your "
1674
- "Google Analytics account. More info by clicking on the help icon."
1675
- msgstr ""
1676
- "<p>Konfiguriere in Google Analytics deine benutzerdefinierten Dimensionen. "
1677
- "<br>Benutzerdefinierte Dimensionen und benutzerdefinierte Messwerte sind "
1678
- "wie Standarddimensionen und Messwerte in deinem Analytics-Konto,<br> aber "
1679
- "diese erstellst du selbst. Du kannst sie verwenden, um Daten zu sammeln und "
1680
- "zu analysieren, die von Analytics nicht automatisch getrackt werden.<br> "
1681
- "Beachte, dass du deine benutzerdefinierten Dimensionen auch in deinem "
1682
- "Google Analytics-Konto einrichten musst. Mehr Infos erhältst du über einen "
1683
- "Klick auf das Hilfe-Symbol."
1684
-
1685
- #: inc/admin/admin.php:3036
1686
- msgid "Show total number of words column in post types"
1687
- msgstr "Spalte mit der Gesamtzahl der Wörter bei Inhaltstypen anzeigen"
1688
-
1689
- #: inc/admin/admin.php:1584
1690
- msgid "Add Google Local Business data type"
1691
- msgstr "Hinzufügen des Datentyps Google Local Business"
1692
-
1693
- #: inc/admin/admin-header.php:80 inc/admin/admin.php:1583
1694
- msgid "Local Business"
1695
- msgstr "Lokales Business"
1696
-
1697
- #: inc/admin/admin.php:1057
1698
- msgid "Display more posts per page on homepage and archives"
1699
- msgstr "Zeige mehr Beiträge pro Seite auf der Homepage und in den Archiven an"
1700
-
1701
- #: inc/admin/admin.php:686
1702
- msgid ""
1703
- "Import your own redirections from a .csv file (separator \";\"). You must "
1704
- "have 3 columns in this order: url to match (without your domain name), url "
1705
- "to redirect in absolute and type of redirection (301, 302 or 307)."
1706
- msgstr ""
1707
- "Importiere deine eigenen Weiterleitungen aus einer .csv-Datei (Trennzeichen "
1708
- "\";\"). Die Datei muss 3 Spalten in dieser Reihenfolge enthalten: Ziel-URL "
1709
- "(ohne deinen Domainnamen), URL die weitergeleitet werden soll (als "
1710
- "absoluter Pfad) und Art der Umleitung (301, 302 oder 307)."
1711
-
1712
- #: inc/admin/admin.php:684
1713
- msgid "Import Redirections"
1714
- msgstr "Import Weiterleitungen"
1715
-
1716
- #: inc/admin/admin-header.php:130 inc/admin/admin.php:1834
1717
- msgid "SEOPress BOT - Broken links"
1718
- msgstr "SEOPress BOT - Fehlerhafte Links"
1719
-
1720
- #: inc/admin/admin-header.php:111 inc/admin/admin.php:1726
1721
- msgid "robots.txt"
1722
- msgstr "robots.txt"
1723
-
1724
- #: inc/admin/adminbar.php:87
1725
- msgid "Broken Links"
1726
- msgstr "Fehlerhafte Links"
1727
-
1728
- #: inc/admin/adminbar.php:63
1729
- msgid "BOT"
1730
- msgstr "BOT"
1731
-
1732
- #: inc/admin/admin.php:4566
1733
- msgid "How to create a Facebook App ID"
1734
- msgstr "So erstellst du eine Facebook App ID"
1735
-
1736
- #: inc/admin/admin-header.php:169 inc/admin/admin.php:189
1737
- #: inc/admin/admin.php:1911 inc/admin/adminbar.php:55
1738
- msgid "Tools"
1739
- msgstr "Werkzeuge"
1740
-
1741
- #: inc/admin/admin-header.php:48 inc/admin/admin.php:186
1742
- #: inc/admin/admin.php:1422 inc/admin/adminbar.php:37
1743
- msgid "Social Networks"
1744
- msgstr "Soziale Netzwerke"
1745
-
1746
- #: inc/admin/admin.php:183
1747
- msgid "Dashboard"
1748
- msgstr "Dashboard"
1749
-
1750
- #: inc/admin/admin-metaboxes-form.php:249
1751
- msgid "Enter your new URL"
1752
- msgstr "Gib deine neue URL ein"
1753
-
1754
- #: inc/admin/admin-metaboxes-form.php:247
1755
- msgid "307 Moved Temporarily (HTTP 1.1 Only)"
1756
- msgstr "307 Moved Temporarily (HTTP 1.1 Only)"
1757
-
1758
- #: inc/admin/admin-metaboxes-form.php:246
1759
- msgid "302 Found (HTTP 1.1) / Moved Temporarily (HTTP 1.0)"
1760
- msgstr "302 Found (HTTP 1.1) / Moved Temporarily (HTTP 1.0)"
1761
-
1762
- #: inc/admin/admin-metaboxes-form.php:245
1763
- msgid "301 Moved Permanently"
1764
- msgstr "301 Moved Permanently"
1765
-
1766
- #: inc/admin/admin-metaboxes-form.php:61
1767
- msgid "Redirection"
1768
- msgstr "Weiterleitung"
1769
-
1770
- #: inc/admin/admin.php:4393
1771
- msgid "eg: @wp_seopress"
1772
- msgstr "z.B.: @wp_seopress"
1773
-
1774
- #: inc/admin/admin.php:1837
1775
- msgid "Scan"
1776
- msgstr "Scannen"
1777
-
1778
- #: inc/admin/admin.php:1835
1779
- msgid "Scan your site to find SEO problems."
1780
- msgstr "Scanne deine Website, um SEO-Probleme zu finden."
1781
-
1782
- #: inc/admin/admin.php:3286
1783
- msgid "<p>Manage security.</p>"
1784
- msgstr "<p>Sicherheitseinstellungen verwalten</p>"
1785
-
1786
- #: inc/admin/admin.php:3188
1787
- msgid "Noindex content will not be displayed in Sitemaps."
1788
- msgstr "Noindex-Inhalte werden nicht in Sitemaps angezeigt."
1789
-
1790
- #: inc/admin/admin.php:3078
1791
- msgid "Block SEO metaboxes to user roles"
1792
- msgstr "Blockieren von SEO-Metaboxen nach Benutzerrollen"
1793
-
1794
- #: inc/admin/admin.php:2277
1795
- msgid "Enable XML Image Sitemaps"
1796
- msgstr "XML-Bilder-Sitemaps aktivieren"
1797
-
1798
- #: inc/admin/admin.php:1385
1799
- msgid "Manage your XML / Image / Video / HTML Sitemap"
1800
- msgstr "Verwalte deine XML / Bilder / Video / HTML Sitemap"
1801
-
1802
- #: inc/admin/admin.php:617
1803
- msgid "Security"
1804
- msgstr "Sicherheit"
1805
-
1806
- #: inc/admin/admin.php:185
1807
- msgid "XML / Image / HTML Sitemap"
1808
- msgstr "XML / Bilder / HTML Sitemap"
1809
-
1810
- #: inc/functions/options-advanced-admin.php:648
1811
- msgid "%s post to follow."
1812
- msgid_plural "%s posts to follow."
1813
- msgstr[0] "%s Beitrag zu folgen."
1814
- msgstr[1] "%s Beiträge zu folgen."
1815
-
1816
- #: inc/functions/options-advanced-admin.php:615
1817
- msgid "Enable follow"
1818
- msgstr "Aktiviert follow"
1819
-
1820
- #: inc/functions/options-advanced-admin.php:595
1821
- msgid "%s post to nofollow."
1822
- msgid_plural "%s posts to nofollow."
1823
- msgstr[0] "%s Beitrag nicht zu folgen."
1824
- msgstr[1] "%s Beiträge nicht zu folgen."
1825
-
1826
- #: inc/functions/options-advanced-admin.php:563
1827
- msgid "Enable nofollow"
1828
- msgstr "Aktiviert nofollow"
1829
-
1830
- #: inc/functions/options-advanced-admin.php:543
1831
- msgid "%s post to index."
1832
- msgid_plural "%s posts to index."
1833
- msgstr[0] "%s Beitrag zu Indexieren."
1834
- msgstr[1] "%s Beiträge zu Indexieren."
1835
-
1836
- #: inc/functions/options-advanced-admin.php:510
1837
- msgid "Enable index"
1838
- msgstr "Aktiviert index"
1839
-
1840
- #: inc/functions/options-advanced-admin.php:490
1841
- msgid "%s post to noindex."
1842
- msgid_plural "%s posts to noindex."
1843
- msgstr[0] "%s Beitrag nicht zu Indexieren."
1844
- msgstr[1] "%s Beitrag nicht zu Indexieren."
1845
-
1846
- #: inc/functions/options-advanced-admin.php:457
1847
- msgid "Enable noindex"
1848
- msgstr "Aktiviert noindex"
1849
-
1850
- #: inc/admin/admin.php:5797
1851
- msgid "Remove Genesis SEO Metaboxes"
1852
- msgstr "Genesis-SEO-Metaboxen entfernen"
1853
-
1854
- #: inc/admin/admin.php:3061
1855
- msgid "Hide Genesis SEO Metaboxes"
1856
- msgstr "Genesis-SEO-Metaboxen verbergen"
1857
-
1858
- #: inc/admin/admin.php:1033
1859
- msgid "Disable this!"
1860
- msgstr "Deaktiviere dies!"
1861
-
1862
- #: inc/admin/admin.php:1030
1863
- msgid "Break comments into pages is ON!"
1864
- msgstr "Kommentare in Seiten aufteilen ist AKTIVIERT!"
1865
-
1866
- #: inc/admin/admin.php:978
1867
- msgid "You RSS feed show full text!"
1868
- msgstr "Dein RSS-Feed zeigt den ganzen Text an!"
1869
-
1870
- #: inc/admin/admin.php:747
1871
- msgid "Reset notices"
1872
- msgstr "Benachrichtigungen zurücksetzen"
1873
-
1874
- #: inc/admin/admin.php:740
1875
- msgid "Reset All Notices From Notifications Center"
1876
- msgstr "Setze alle Benachrichtigungen aus der Mitteilungszentrale zurück"
1877
-
1878
- #: inc/admin/admin.php:539
1879
- msgid "Stats in Dashboard"
1880
- msgstr "Statistiken im Dashboard"
1881
-
1882
- #: inc/admin/admin.php:5557
1883
- msgid "Hide Notifications Center in SEOPress Dashboard page"
1884
- msgstr "Mitteilungszentrale auf dem SEOPress-Dashboard ausblenden"
1885
-
1886
- #: inc/admin/admin.php:5364
1887
- msgid "Remove /category/ in your permalinks"
1888
- msgstr "Entfernen von /category/ in deinen Permalinks"
1889
-
1890
- #: inc/admin/admin.php:2843
1891
- msgid "Remove /category/ in URL"
1892
- msgstr "In der URL /category/ entfernen"
1893
-
1894
- #: inc/admin/admin.php:4217
1895
- msgid "eg: 13, 8, 38"
1896
- msgstr "z.B.: 13, 8, 38"
1897
-
1898
- #: inc/admin/admin.php:4203
1899
- msgid "eg: 2, 28, 68"
1900
- msgstr "z.B.: 2, 28, 68"
1901
-
1902
- #: inc/admin/admin.php:3200
1903
- msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
1904
- msgstr ""
1905
- "<p>Erstelle eine HTML-Sitemap für deine Besucher und verbessern deine SEO.</"
1906
- "p>"
1907
-
1908
- #: inc/admin/admin.php:2351 inc/admin/admin.php:4217
1909
- msgid "Exclude some Posts, Pages or Custom Post Types"
1910
- msgstr "Manche Beiträge, Seiten oder Individuelle Inhaltstypen ausschließen"
1911
-
1912
- #: inc/admin/admin.php:2343 inc/admin/admin.php:4203
1913
- msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
1914
- msgstr ""
1915
- "Gib Beitrags-, Seiten- oder individuelle Inhaltstypen (Custom Post Type)-"
1916
- "IDs ein, um die Sitemap anzuzeigen"
1917
-
1918
- #: inc/admin/admin.php:2295 inc/admin/admin.php:4098
1919
- msgid "Enable HTML Sitemap"
1920
- msgstr "HTML-Sitemap aktivieren"
1921
-
1922
- #: inc/admin/admin-header.php:42 inc/admin/admin.php:185
1923
- #: inc/admin/adminbar.php:31
1924
- msgid "XML / HTML Sitemap"
1925
- msgstr "XML / HTML Sitemap"
1926
-
1927
- #: inc/admin/admin.php:4367
1928
- msgid "Hearing impaired supported"
1929
- msgstr "Hörgeschädigte werden unterstützt"
1930
-
1931
- #: inc/admin/admin.php:4364
1932
- msgid "Toll Free"
1933
- msgstr "Gebührenfrei"
1934
-
1935
- #: inc/admin/admin.php:4347
1936
- msgid "Package tracking"
1937
- msgstr "Sendungsverfolgung"
1938
-
1939
- #: inc/admin/admin.php:4344
1940
- msgid "Roadside assistance"
1941
- msgstr "Pannenhilfe"
1942
-
1943
- #: inc/admin/admin.php:4341
1944
- msgid "Baggage tracking"
1945
- msgstr "Gepäckverfolgung"
1946
-
1947
- #: inc/admin/admin.php:4338
1948
- msgid "Emergency"
1949
- msgstr "Notfall"
1950
-
1951
- #: inc/admin/admin.php:4335
1952
- msgid "Credit card support"
1953
- msgstr "Kreditkarten-Support"
1954
-
1955
- #: inc/admin/admin.php:4332
1956
- msgid "Sales"
1957
- msgstr "Vertrieb"
1958
-
1959
- #: inc/admin/admin.php:4329
1960
- msgid "Bill payment"
1961
- msgstr "Rechnungszahlung"
1962
-
1963
- #: inc/admin/admin.php:4326
1964
- msgid "Billing support"
1965
- msgstr "Rechnungsstellung-Support"
1966
-
1967
- #: inc/admin/admin.php:4323
1968
- msgid "Technical support"
1969
- msgstr "Technischer Support"
1970
-
1971
- #: inc/admin/admin.php:4320
1972
- msgid "Customer support"
1973
- msgstr "Kunden-Support"
1974
-
1975
- #: inc/admin/admin.php:4305
1976
- msgid "eg: +33123456789 (internationalized version required)"
1977
- msgstr "z.B.: +33123456789 (internationalisierte Version erforderlich)"
1978
-
1979
- #: inc/admin/admin.php:2416
1980
- msgid "Contact option (only for Organizations)"
1981
- msgstr "Kontaktmöglichkeit (nur für Organisationen)"
1982
-
1983
- #: inc/admin/admin.php:2408
1984
- msgid "Contact type (only for Organizations)"
1985
- msgstr "Kontaktart (nur für Organisationen)"
1986
-
1987
- #: inc/admin/admin.php:2400 inc/admin/admin.php:4305
1988
- msgid "Organization's phone number (only for Organizations)"
1989
- msgstr "Telefonnummer deiner Organisation (nur für Organisationen)"
1990
-
1991
- #: inc/admin/admin.php:1640
1992
- msgid ""
1993
- "Add data types to your content: articles, courses, recipes, videos, events "
1994
- "and products"
1995
- msgstr ""
1996
- "Datentypen zu deinen Inhalten hinzufügen: Artikel, Kurse, Rezepte, Videos, "
1997
- "Veranstaltungen und Produkte"
1998
-
1999
- #: inc/admin/admin-header.php:92 inc/admin/admin.php:1639
2000
- msgid "Structured Data Types"
2001
- msgstr "Strukturierte Datentypen"
2002
-
2003
- #: inc/admin/admin.php:1612
2004
- msgid "Add Dublin Core meta tags"
2005
- msgstr "Hinzufügen der Dublin Core Meta-Tags"
2006
-
2007
- #: inc/admin/admin-header.php:86 inc/admin/admin.php:1611
2008
- msgid "Dublin Core"
2009
- msgstr "Dublin Core"
2010
-
2011
- #: inc/functions/options-advanced-admin.php:168
2012
- msgid "Nofollow?"
2013
- msgstr "Nofollow?"
2014
-
2015
- #: inc/functions/options-advanced-admin.php:165
2016
- msgid "Noindex?"
2017
- msgstr "Noindex?"
2018
-
2019
- #: inc/admin/admin.php:5727
2020
- msgid "Display nofollow status"
2021
- msgstr "Status nofollow anzeigen"
2022
-
2023
- #: inc/admin/admin.php:5710
2024
- msgid "Display noindex status"
2025
- msgstr "Status noindex anzeigen"
2026
-
2027
- #: inc/admin/admin.php:3028
2028
- msgid "Show nofollow column in post types"
2029
- msgstr "Spalte für nofollow bei Inhaltstypen anzeigen"
2030
-
2031
- #: inc/admin/admin.php:3020
2032
- msgid "Show noindex column in post types"
2033
- msgstr "Spalte für noindex bei Inhaltstypen anzeigen"
2034
-
2035
- #: inc/admin/admin.php:1143
2036
- msgid "You have to enter your licence key to get updates and support"
2037
- msgstr ""
2038
- "Du musst deinen Lizenzschlüssel eingeben, um Updates und Support zu erhalten"
2039
-
2040
- #: inc/admin/admin.php:1133
2041
- msgid "Add your site to Search Console!"
2042
- msgstr "Füge deine Website zur Google Search Console hinzu!"
2043
-
2044
- #: inc/admin/admin.php:1130
2045
- msgid "Add your site to Google. It's free!"
2046
- msgstr "Füge deine Website zu Google hinzu. Das ist kostenfrei!"
2047
-
2048
- #: inc/admin/admin.php:1097
2049
- msgid "Create your page now!"
2050
- msgstr "Erstelle jetzt deine Seite!"
2051
-
2052
- #: inc/admin/admin.php:1031 inc/admin/admin.php:1095 inc/admin/admin.php:1131
2053
- msgid "Huge impact"
2054
- msgstr "Immense Auswirkung"
2055
-
2056
- #: inc/admin/admin.php:1094
2057
- msgid "Do you have a Google My Business page? It's free!"
2058
- msgstr "Hast du eine Google My Business-Seite? Diese ist kostenfrei!"
2059
-
2060
- #: inc/admin/admin.php:888 inc/admin/admin.php:921 inc/admin/admin.php:4758
2061
- #: inc/admin/admin.php:4779 inc/admin/admin.php:4800 inc/admin/admin.php:4821
2062
- msgid "Learn more"
2063
- msgstr "Mehr Informationen"
2064
-
2065
- #: inc/functions/options-advanced-admin.php:150
2066
- msgid "Meta Desc."
2067
- msgstr "Meta-Beschreibg."
2068
-
2069
- #: inc/functions/options-advanced-admin.php:147
2070
- #: inc/functions/options-advanced-admin.php:754
2071
- msgid "Title tag"
2072
- msgstr "Titel-Tag"
2073
-
2074
- #: inc/admin/admin.php:5625
2075
- msgid "Add meta description column"
2076
- msgstr "Spalte für Meta-Beschreibung hinzufügen"
2077
-
2078
- #: inc/admin/admin.php:5608
2079
- msgid "Add title column"
2080
- msgstr "Titel-Spalte hinzufügen"
2081
-
2082
- #: inc/admin/admin.php:4987 inc/admin/admin.php:5064 inc/admin/admin.php:5141
2083
- #: inc/admin/admin.php:5218 inc/admin/admin.php:5295
2084
- msgid "Custom Dimension #20"
2085
- msgstr "Benutzerdefinierte Dimension #20"
2086
-
2087
- #: inc/admin/admin.php:4984 inc/admin/admin.php:5061 inc/admin/admin.php:5138
2088
- #: inc/admin/admin.php:5215 inc/admin/admin.php:5292
2089
- msgid "Custom Dimension #19"
2090
- msgstr "Benutzerdefinierte Dimension #19"
2091
-
2092
- #: inc/admin/admin.php:4981 inc/admin/admin.php:5058 inc/admin/admin.php:5135
2093
- #: inc/admin/admin.php:5212 inc/admin/admin.php:5289
2094
- msgid "Custom Dimension #18"
2095
- msgstr "Benutzerdefinierte Dimension #18"
2096
-
2097
- #: inc/admin/admin.php:4978 inc/admin/admin.php:5055 inc/admin/admin.php:5132
2098
- #: inc/admin/admin.php:5209 inc/admin/admin.php:5286
2099
- msgid "Custom Dimension #17"
2100
- msgstr "Benutzerdefinierte Dimension #17"
2101
-
2102
- #: inc/admin/admin.php:4975 inc/admin/admin.php:5052 inc/admin/admin.php:5129
2103
- #: inc/admin/admin.php:5206 inc/admin/admin.php:5283
2104
- msgid "Custom Dimension #16"
2105
- msgstr "Benutzerdefinierte Dimension #16"
2106
-
2107
- #: inc/admin/admin.php:4972 inc/admin/admin.php:5049 inc/admin/admin.php:5126
2108
- #: inc/admin/admin.php:5203 inc/admin/admin.php:5280
2109
- msgid "Custom Dimension #15"
2110
- msgstr "Benutzerdefinierte Dimension #15"
2111
-
2112
- #: inc/admin/admin.php:4969 inc/admin/admin.php:5046 inc/admin/admin.php:5123
2113
- #: inc/admin/admin.php:5200 inc/admin/admin.php:5277
2114
- msgid "Custom Dimension #14"
2115
- msgstr "Benutzerdefinierte Dimension #14"
2116
-
2117
- #: inc/admin/admin.php:4966 inc/admin/admin.php:5043 inc/admin/admin.php:5120
2118
- #: inc/admin/admin.php:5197 inc/admin/admin.php:5274
2119
- msgid "Custom Dimension #13"
2120
- msgstr "Benutzerdefinierte Dimension #13"
2121
-
2122
- #: inc/admin/admin.php:4963 inc/admin/admin.php:5040 inc/admin/admin.php:5117
2123
- #: inc/admin/admin.php:5194 inc/admin/admin.php:5271
2124
- msgid "Custom Dimension #12"
2125
- msgstr "Benutzerdefinierte Dimension #12"
2126
-
2127
- #: inc/admin/admin.php:4960 inc/admin/admin.php:5037 inc/admin/admin.php:5114
2128
- #: inc/admin/admin.php:5191 inc/admin/admin.php:5268
2129
- msgid "Custom Dimension #11"
2130
- msgstr "Benutzerdefinierte Dimension #11"
2131
-
2132
- #: inc/admin/admin.php:4957 inc/admin/admin.php:5034 inc/admin/admin.php:5111
2133
- #: inc/admin/admin.php:5188 inc/admin/admin.php:5265
2134
- msgid "Custom Dimension #10"
2135
- msgstr "Benutzerdefinierte Dimension #10"
2136
-
2137
- #: inc/admin/admin.php:4954 inc/admin/admin.php:5031 inc/admin/admin.php:5108
2138
- #: inc/admin/admin.php:5185 inc/admin/admin.php:5262
2139
- msgid "Custom Dimension #9"
2140
- msgstr "Benutzerdefinierte Dimension #9"
2141
-
2142
- #: inc/admin/admin.php:4951 inc/admin/admin.php:5028 inc/admin/admin.php:5105
2143
- #: inc/admin/admin.php:5182 inc/admin/admin.php:5259
2144
- msgid "Custom Dimension #8"
2145
- msgstr "Benutzerdefinierte Dimension #8"
2146
-
2147
- #: inc/admin/admin.php:4948 inc/admin/admin.php:5025 inc/admin/admin.php:5102
2148
- #: inc/admin/admin.php:5179 inc/admin/admin.php:5256
2149
- msgid "Custom Dimension #7"
2150
- msgstr "Benutzerdefinierte Dimension #7"
2151
-
2152
- #: inc/admin/admin.php:4945 inc/admin/admin.php:5022 inc/admin/admin.php:5099
2153
- #: inc/admin/admin.php:5176 inc/admin/admin.php:5253
2154
- msgid "Custom Dimension #6"
2155
- msgstr "Benutzerdefinierte Dimension #6"
2156
-
2157
- #: inc/admin/admin.php:4942 inc/admin/admin.php:5019 inc/admin/admin.php:5096
2158
- #: inc/admin/admin.php:5173 inc/admin/admin.php:5250
2159
- msgid "Custom Dimension #5"
2160
- msgstr "Benutzerdefinierte Dimension #5"
2161
-
2162
- #: inc/admin/admin.php:4939 inc/admin/admin.php:5016 inc/admin/admin.php:5093
2163
- #: inc/admin/admin.php:5170 inc/admin/admin.php:5247
2164
- msgid "Custom Dimension #4"
2165
- msgstr "Benutzerdefinierte Dimension #4"
2166
-
2167
- #: inc/admin/admin.php:4936 inc/admin/admin.php:5013 inc/admin/admin.php:5090
2168
- #: inc/admin/admin.php:5167 inc/admin/admin.php:5244
2169
- msgid "Custom Dimension #3"
2170
- msgstr "Benutzerdefinierte Dimension #3"
2171
-
2172
- #: inc/admin/admin.php:4933 inc/admin/admin.php:5010 inc/admin/admin.php:5087
2173
- #: inc/admin/admin.php:5164 inc/admin/admin.php:5241
2174
- msgid "Custom Dimension #2"
2175
- msgstr "Benutzerdefinierte Dimension #2"
2176
-
2177
- #: inc/admin/admin.php:4930 inc/admin/admin.php:5007 inc/admin/admin.php:5084
2178
- #: inc/admin/admin.php:5161 inc/admin/admin.php:5238
2179
- msgid "Custom Dimension #1"
2180
- msgstr "Benutzerdefinierte Dimension #1"
2181
-
2182
- #: inc/admin/admin.php:4663
2183
- msgid "Enter your Tracking ID (UA-XXXX-XX)"
2184
- msgstr "Gib deine Tracking ID ein (UA-XXXX-XX)"
2185
-
2186
- #: inc/admin/admin.php:3800
2187
- msgid "Search Keywords"
2188
- msgstr "Suche Suchbegriffe"
2189
-
2190
- #: inc/admin/admin.php:3583
2191
- msgid "Post Type Archive Name"
2192
- msgstr "Inhaltstyp Archiv Name"
2193
-
2194
- #: inc/admin/admin.php:3504
2195
- msgid "Term Description"
2196
- msgstr "Begriffs-Beschreibung"
2197
-
2198
- #: inc/admin/admin.php:3502
2199
- msgid "Tag Description"
2200
- msgstr "Schlagwort-Beschreibung"
2201
-
2202
- #: inc/admin/admin.php:3500
2203
- msgid "Category Description"
2204
- msgstr "Kategorie-Beschreibung"
2205
-
2206
- #: inc/admin/admin.php:3469
2207
- msgid "Term Title"
2208
- msgstr "Begriffs-Titel"
2209
-
2210
- #: inc/admin/admin.php:3467
2211
- msgid "Tag Title"
2212
- msgstr "Schlagwort-Titel"
2213
-
2214
- #: inc/admin/admin.php:3465
2215
- msgid "Category Title"
2216
- msgstr "Kategorie-Titel"
2217
-
2218
- #: inc/admin/admin-metaboxes-form.php:101 inc/admin/admin.php:3351
2219
- msgid "Post Title"
2220
- msgstr "Beitrags-Titel"
2221
-
2222
- #: inc/admin/admin.php:3302 inc/admin/admin.php:3313 inc/admin/admin.php:3355
2223
- #: inc/admin/admin.php:3474 inc/admin/admin.php:3507 inc/admin/admin.php:3587
2224
- #: inc/admin/admin.php:3663 inc/admin/admin.php:3733 inc/admin/admin.php:3802
2225
- #: inc/admin/admin.php:3852
2226
- msgid "More tags"
2227
- msgstr "Mehr Schlagwörter"
2228
-
2229
- #: inc/admin/admin.php:3281
2230
- msgid "<p>Customize SEOPress to fit your needs.</p>"
2231
- msgstr "<p>SEOPress an deine Bedürfnisse anpassen.</p>"
2232
-
2233
- #: inc/admin/admin.php:3251
2234
- msgid "<p>Configure your Google Analytics tracking code.</p>"
2235
- msgstr "<p>Konfiguriere deinen Google Analytics-Trackingcode</p>"
2236
-
2237
- #: inc/admin/admin.php:3246
2238
- msgid "<p>Link your Google Analytics to your website.</p>"
2239
- msgstr "<p>Verknüpfe dein Google Analytics mit deiner Website</p>"
2240
-
2241
- #: inc/admin/admin.php:2980
2242
- msgid "Show Meta description column in post types"
2243
- msgstr "Spalte für Meta-Beschreibungen bei Inhaltstypen anzeigen"
2244
-
2245
- #: inc/admin/admin.php:2972
2246
- msgid "Show Title tag column in post types"
2247
- msgstr "Spalte für Titel-Tags bei Inhaltstypen anzeigen"
2248
-
2249
- #: inc/admin/admin.php:2932
2250
- msgid "SEOPress in admin bar"
2251
- msgstr "SEOPress in der Admin Bar"
2252
-
2253
- #: inc/admin/admin.php:2819
2254
- msgid "Redirect attachment pages to post parent"
2255
- msgstr "Weiterleitung von Anhangs-Seiten zum übergeordneten Beitrag"
2256
-
2257
- #: inc/admin/admin.php:2802
2258
- msgid "Track Logged In Users"
2259
- msgstr "Eingeloggte User tracken"
2260
-
2261
- #: inc/admin/admin.php:2794
2262
- msgid "Track Post Types"
2263
- msgstr "Inhaltstypen tracken"
2264
-
2265
- #: inc/admin/admin.php:2786
2266
- msgid "Track Tags"
2267
- msgstr "Schlagwörter (Tags) tracken"
2268
-
2269
- #: inc/admin/admin.php:2778
2270
- msgid "Track Categories"
2271
- msgstr "Kategorien tracken"
2272
-
2273
- #: inc/admin/admin.php:2770
2274
- msgid "Track Authors"
2275
- msgstr "Autoren tracken"
2276
-
2277
- #: inc/admin/admin.php:2702 inc/admin/admin.php:4832
2278
- msgid "Cross domains"
2279
- msgstr "Domain übergreifend"
2280
-
2281
- #: inc/admin/admin.php:2694 inc/admin/admin.php:4818
2282
- msgid "Enable cross-domain tracking"
2283
- msgstr "Domainübergreifendes Tracking aktivieren"
2284
-
2285
- #: inc/admin/admin.php:2686 inc/admin/admin.php:4797
2286
- msgid "Enhanced Link Attribution"
2287
- msgstr "Erweiterte Link-Attribution"
2288
-
2289
- #: inc/admin/admin.php:2678 inc/admin/admin.php:4776
2290
- msgid "Enable IP Anonymization"
2291
- msgstr "IP-Anonymisierung aktivieren"
2292
-
2293
- #: inc/admin/admin.php:2670 inc/admin/admin.php:4755
2294
- msgid "Enable remarketing, demographics, and interests reporting"
2295
- msgstr ""
2296
- "Reporting zu Remarketing, Demographischen Daten und Interessen aktivieren"
2297
-
2298
- #: inc/admin/admin.php:2652
2299
- msgid "Exclude user roles from tracking"
2300
- msgstr "Benutzerrollen vom Tracking ausschließen"
2301
-
2302
- #: inc/admin/admin.php:2620 inc/admin/admin.php:4663
2303
- msgid "Enter your tracking ID"
2304
- msgstr "Gin deine Tracking-ID ein"
2305
-
2306
- #: inc/admin/admin.php:2612
2307
- msgid "Enable Google Analytics tracking"
2308
- msgstr "Google Analytics-Tracking aktivieren"
2309
-
2310
- #: inc/admin/admin.php:1933
2311
- msgid "Edit your SEOPress license key."
2312
- msgstr "Bearbeite deinen SEOPress-Lizenzschlüssel."
2313
-
2314
- #: inc/admin/admin-header.php:162 inc/admin/admin.php:1932
2315
- #: inc/admin/adminbar.php:69
2316
- msgid "License"
2317
- msgstr "Lizenz"
2318
-
2319
- #: inc/admin/admin.php:1888
2320
- msgid "Edit your htaccess file."
2321
- msgstr "Bearbeite deine htaccess-Datei."
2322
-
2323
- #: inc/admin/admin-header.php:149 inc/admin/admin.php:1887
2324
- msgid ".htaccess"
2325
- msgstr ".htaccess"
2326
-
2327
- #: inc/admin/admin.php:1796
2328
- msgid "Monitor 404, create 301, 302 and 307 redirections"
2329
- msgstr ""
2330
- "Überwachung von 404-Fehlern, erstellen von 301, 302 und 307 Weiterleitungen"
2331
-
2332
- #: inc/admin/admin.php:1768
2333
- msgid "Optimize your site for Google News"
2334
- msgstr "Optimiere deine Website für Google News"
2335
-
2336
- #: inc/admin/admin-header.php:118 inc/admin/admin.php:1767
2337
- msgid "Google News Sitemap"
2338
- msgstr "Google News Sitemap"
2339
-
2340
- #: inc/admin/admin.php:1727
2341
- msgid "Edit your robots.txt file"
2342
- msgstr "Bearbeiten der Datei robots.txt"
2343
-
2344
- #: inc/admin/admin-metaboxes-content-analysis-form.php:216
2345
- msgid "Robots"
2346
- msgstr "Robots"
2347
-
2348
- #: inc/admin/admin.php:1706
2349
- msgid "Track your website performance to improve SEO with Google Page Speed"
2350
- msgstr ""
2351
- "Prüfe die Ladezeit deiner Website mit Google Page Speed, um dein SEO zu "
2352
- "verbessern"
2353
-
2354
- #: inc/admin/admin-header.php:104 inc/admin/admin.php:1705
2355
- msgid "Google Page Speed"
2356
- msgstr "Google Page Speed"
2357
-
2358
- #: inc/admin/admin.php:1668
2359
- msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
2360
- msgstr ""
2361
- "Brotkrümelnavigation für dein Theme aktivieren und somit deine SEO in den "
2362
- "SERPs verbessern"
2363
-
2364
- #: inc/admin/admin-header.php:98 inc/admin/admin.php:1667
2365
- msgid "Breadcrumbs"
2366
- msgstr "Brotkrümelnavigation"
2367
-
2368
- #: inc/admin/admin.php:1528
2369
- msgid "Improve WooCommerce SEO"
2370
- msgstr "Verbessere deine WooCommerce SEO"
2371
-
2372
- #: inc/admin/admin-header.php:68 inc/admin/admin.php:1527
2373
- msgid "WooCommerce"
2374
- msgstr "WooCommerce"
2375
-
2376
- #: inc/admin/admin.php:1461
2377
- msgid "Track everything about your visitors with Google Analytics"
2378
- msgstr "Alles über deine Besucher mit Google Analytics tracken"
2379
-
2380
- #: inc/admin/admin.php:318 inc/admin/admin.php:320 inc/admin/admin.php:385
2381
- #: inc/admin/admin.php:387 inc/admin/admin.php:450 inc/admin/admin.php:452
2382
- #: inc/admin/admin.php:517 inc/admin/admin.php:519 inc/admin/admin.php:598
2383
- #: inc/admin/admin.php:600 inc/admin/admin.php:1361 inc/admin/admin.php:1363
2384
- #: inc/admin/admin.php:1399 inc/admin/admin.php:1401 inc/admin/admin.php:1437
2385
- #: inc/admin/admin.php:1439 inc/admin/admin.php:1475 inc/admin/admin.php:1477
2386
- #: inc/admin/admin.php:1513 inc/admin/admin.php:1515 inc/admin/admin.php:1542
2387
- #: inc/admin/admin.php:1544 inc/admin/admin.php:1570 inc/admin/admin.php:1572
2388
- #: inc/admin/admin.php:1598 inc/admin/admin.php:1600 inc/admin/admin.php:1626
2389
- #: inc/admin/admin.php:1628 inc/admin/admin.php:1654 inc/admin/admin.php:1656
2390
- #: inc/admin/admin.php:1682 inc/admin/admin.php:1684 inc/admin/admin.php:1743
2391
- #: inc/admin/admin.php:1745 inc/admin/admin.php:1782 inc/admin/admin.php:1784
2392
- #: inc/admin/admin.php:1811 inc/admin/admin.php:1813 inc/admin/admin.php:1873
2393
- #: inc/admin/admin.php:1875
2394
- msgid "Click to enable this feature"
2395
- msgstr "Hier klicken, um diese Funktion zu aktivieren"
2396
-
2397
- #: inc/admin/admin.php:317 inc/admin/admin.php:321 inc/admin/admin.php:384
2398
- #: inc/admin/admin.php:388 inc/admin/admin.php:449 inc/admin/admin.php:453
2399
- #: inc/admin/admin.php:516 inc/admin/admin.php:520 inc/admin/admin.php:597
2400
- #: inc/admin/admin.php:601 inc/admin/admin.php:1360 inc/admin/admin.php:1364
2401
- #: inc/admin/admin.php:1398 inc/admin/admin.php:1402 inc/admin/admin.php:1436
2402
- #: inc/admin/admin.php:1440 inc/admin/admin.php:1474 inc/admin/admin.php:1478
2403
- #: inc/admin/admin.php:1512 inc/admin/admin.php:1516 inc/admin/admin.php:1541
2404
- #: inc/admin/admin.php:1545 inc/admin/admin.php:1569 inc/admin/admin.php:1573
2405
- #: inc/admin/admin.php:1597 inc/admin/admin.php:1601 inc/admin/admin.php:1625
2406
- #: inc/admin/admin.php:1629 inc/admin/admin.php:1653 inc/admin/admin.php:1657
2407
- #: inc/admin/admin.php:1681 inc/admin/admin.php:1685 inc/admin/admin.php:1742
2408
- #: inc/admin/admin.php:1746 inc/admin/admin.php:1781 inc/admin/admin.php:1785
2409
- #: inc/admin/admin.php:1810 inc/admin/admin.php:1814 inc/admin/admin.php:1872
2410
- #: inc/admin/admin.php:1876
2411
- msgid "Click to disable this feature"
2412
- msgstr "Hier klicken, um diese Funktion zu deaktivieren"
2413
-
2414
- #: inc/admin/admin.php:979 inc/admin/admin.php:1058 inc/admin/admin.php:1071
2415
- msgid "Medium impact"
2416
- msgstr "Mittlere Auswirkung"
2417
-
2418
- #: inc/admin/admin.php:876 inc/admin/admin.php:935 inc/admin/admin.php:945
2419
- #: inc/admin/admin.php:955
2420
- msgid "High impact"
2421
- msgstr "Hohe Auswirkung"
2422
-
2423
- #: inc/admin/admin.php:924
2424
- msgid "Buy an SSL!"
2425
- msgstr "Kaufe ein SSL-Zertifikat!"
2426
-
2427
- #: inc/admin/admin.php:922
2428
- msgid "Low impact"
2429
- msgstr "Geringe Auswirkung"
2430
-
2431
- #: inc/admin/admin.php:920
2432
- msgid "Your site doesn't use an SSL certificate!"
2433
- msgstr "Deine Website verwendet kein SSL-Zertifikat!"
2434
-
2435
- #: inc/admin/admin.php:899
2436
- msgid "Migrate!"
2437
- msgstr "Migrieren!"
2438
-
2439
- #: inc/admin/admin.php:897
2440
- msgid ""
2441
- "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all "
2442
- "your posts metadata to SEOPress?"
2443
- msgstr ""
2444
- "Wir haben festgestellt, dass du das Plugin Yoast SEO benutzt. <br>Willst du "
2445
- "all deine Beitrags-Metadaten nach SEOPress migrieren?"
2446
-
2447
- #: inc/admin/admin.php:756
2448
- msgid ""
2449
- "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
2450
- "database AND set settings to their default values."
2451
- msgstr ""
2452
- "<strong>WARNUNG:</strong> Löscht alle Optionen, die mit SEOPress in deiner "
2453
- "Datenbank in Verbindung stehen UND setzt die Einstellungen auf ihre "
2454
- "ursprünglichen Werte zurück."
2455
-
2456
- #: inc/admin/admin.php:733
2457
- msgid "Migrate now"
2458
- msgstr "Migriere jetzt"
2459
-
2460
- #: inc/admin/admin.php:728
2461
- msgid "Meta Robots (noindex, nofollow...)"
2462
- msgstr "Meta Robots (noindex, nofollow...)"
2463
-
2464
- #: inc/admin/admin.php:727
2465
- msgid "Twitter tags (title, description and image thumbnail)"
2466
- msgstr "Twitter Tags (Titel, Beschreibung und Miniaturbild (Thumbnail))"
2467
-
2468
- #: inc/admin/admin.php:726
2469
- msgid "Facebook Open Graph tags (title, description and image thumbnail)"
2470
- msgstr ""
2471
- "Facebook Open Graph Tags (Titel, Beschreibung und Miniaturbild (Thumbnail))"
2472
-
2473
- #: inc/admin/admin.php:724
2474
- msgid "Title tags"
2475
- msgstr "Titel-Tags"
2476
-
2477
- #: inc/admin/admin.php:722
2478
- msgid "By clicking Migrate, we'll import:"
2479
- msgstr "Wenn du auf \"Migrieren\" klickst, importieren wir:"
2480
-
2481
- #: inc/admin/admin.php:616
2482
- msgid "Appearance"
2483
- msgstr "Darstellung"
2484
-
2485
- #: inc/admin/admin.php:538 inc/admin/admin.php:547
2486
- msgid "Custom Dimensions"
2487
- msgstr "Benutzerdefinierte Dimensionen"
2488
-
2489
- #: inc/admin/admin.php:536 inc/admin/admin.php:545
2490
- msgid "Tracking"
2491
- msgstr "Tracking"
2492
-
2493
- #: inc/admin/admin.php:214
2494
- msgid "Date Archive"
2495
- msgstr "Datumsarchiv"
2496
-
2497
- #: inc/admin/admin.php:212
2498
- msgid "Plural Post Type Archive name"
2499
- msgstr "Plural Inhaltstyp Archiv-Name"
2500
-
2501
- #: inc/admin/admin.php:212
2502
- msgid "%%cpt_plural%%"
2503
- msgstr "%%cpt_plural%%"
2504
-
2505
- #: inc/admin/admin-header.php:54 inc/admin/admin.php:187
2506
- #: inc/admin/admin.php:1460 inc/admin/adminbar.php:43
2507
- msgid "Google Analytics"
2508
- msgstr "Google Analytics"
2509
-
2510
- #: inc/admin/admin.php:105
2511
- msgid "404 - Page not found"
2512
- msgstr "404 - Seite nicht gefunden"
2513
-
2514
- #: inc/admin/admin.php:4927 inc/admin/admin.php:5004 inc/admin/admin.php:5081
2515
- #: inc/admin/admin.php:5158 inc/admin/admin.php:5235
2516
- msgid "None"
2517
- msgstr "Keine"
2518
-
2519
- #: inc/admin/admin-metaboxes-form.php:286
2520
- msgid "Exclude this post from Google News Sitemap?"
2521
- msgstr "Diesen Beitrag von der Google News Sitemap ausschließen?"
2522
-
2523
- #: inc/admin/admin-metaboxes-form.php:178 inc/admin/admin.php:3979
2524
- msgid ""
2525
- "Do not display a description in the Google search results for all pages."
2526
- msgstr ""
2527
- "Für alle Seiten keine Beschreibung in den Google Suchergebnissen anzeigen."
2528
-
2529
- #: inc/admin/admin-metaboxes-form.php:172 inc/admin/admin.php:3960
2530
- msgid "Do not display a \"Cached\" link in the Google search results."
2531
- msgstr ""
2532
- "Keine \"zwischengespeicherten\" Verlinkungen in den Google Suchergebnissen "
2533
- "anzeigen."
2534
-
2535
- #: inc/admin/admin-metaboxes-form.php:166 inc/admin/admin.php:3941
2536
- msgid "Do not index images from the entire site."
2537
- msgstr "Auf der gesamten Website keine Bilder indexieren."
2538
-
2539
- #: inc/admin/admin-metaboxes-form.php:160 inc/admin/admin.php:3922
2540
- msgid ""
2541
- "Do not use Open Directory project metadata for titles or excerpts for all "
2542
- "pages."
2543
- msgstr ""
2544
- "Für alle Seiten keine Open Directory-Projekt-Metadaten für Titel oder "
2545
- "Auszüge verwenden."
2546
-
2547
- #: inc/admin/admin-metaboxes-form.php:154 inc/admin/admin.php:3903
2548
- msgid "Do not follow links for all pages."
2549
- msgstr "Verlinkungen nicht auf allen Seiten folgen."
2550
-
2551
- #: inc/admin/admin-metaboxes-form.php:148 inc/admin/admin.php:3884
2552
- msgid ""
2553
- "Do not display all pages of the site in Google search results and do not "
2554
- "display \"Cached\" links in search results."
2555
- msgstr ""
2556
- "Nicht alle Seiten der Website in den Google Suchergebnissen anzeigen und "
2557
- "keine \"zwischengespeicherten\" Verlinkungen in den Suchergebnissen "
2558
- "anzeigen."
2559
-
2560
- #: inc/admin/admin-metaboxes-form.php:66
2561
- msgid "Google News"
2562
- msgstr "Google News"
2563
-
2564
- #: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:162
2565
- #: inc/admin/admin-metaboxes.php:164 inc/admin/admin.php:182
2566
- #: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:752
2567
- msgid "SEO"
2568
- msgstr "SEO"
2569
-
2570
- #: seopress.php:313
2571
- msgid "GO PRO!"
2572
- msgstr "GO PRO!"
2573
-
2574
- #: inc/admin/admin.php:3194
2575
- msgid "Flush permalinks"
2576
- msgstr "Permalinks zurücksetzen"
2577
-
2578
- #: inc/admin/admin.php:3192
2579
- msgid "Ping Google manually"
2580
- msgstr "Google manuell anpingen"
2581
-
2582
- #: inc/admin/admin.php:954 inc/admin/admin.php:3166
2583
- msgid ""
2584
- "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
2585
- msgstr ""
2586
- "Deine Permalinks sind nicht SEO-freundlich! Aktiviere ansprechende "
2587
- "Permalinks, um dies Problem zu beheben."
2588
-
2589
- #: inc/admin/admin.php:944
2590
- msgid "Your site title is empty!"
2591
- msgstr "Dein Website-Titel ist leer!"
2592
-
2593
- #: inc/admin/admin.php:5347
2594
- msgid ""
2595
- "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
2596
- msgstr ""
2597
- "Einstellung basierend auf der Sprache der Website. Unterstützte Sprachen "
2598
- "EN, FR, ES, DE, IT, PT."
2599
-
2600
- #: inc/admin/admin.php:5347
2601
- msgid "Remove stop words in permalinks"
2602
- msgstr "Stopp-Wörter in Permalinks entfernen"
2603
-
2604
- #: inc/admin/admin.php:2835
2605
- msgid "Remove stop words from URL"
2606
- msgstr "Stopp-Wörter aus der URL entfernen"
2607
-
2608
- #: inc/admin/admin.php:5500
2609
- msgid "Enter Yandex meta value site verification"
2610
- msgstr "Gib den Yandex Meta-Tag für die Site-Verifizierung ein"
2611
-
2612
- #: inc/admin/admin.php:5488
2613
- msgid "Enter Pinterest meta value site verification"
2614
- msgstr "Gib den Pinterest Meta-Tag für die Site-Verifizierung ein"
2615
-
2616
- #: inc/admin/admin.php:5475
2617
- msgid "Enter Bing meta value site verification"
2618
- msgstr "Gib den Bing Meta-Tag für die Site-Verifizierung ein"
2619
-
2620
- #: inc/admin/admin.php:5461
2621
- msgid "Enter Google meta value site verification"
2622
- msgstr "Gib den Google Meta-Tag für die Site-Verifizierung ein"
2623
-
2624
- #: inc/admin/admin.php:3171
2625
- msgid ""
2626
- "Only the last 1000 items are listed in Sitemaps for performances issues."
2627
- msgstr ""
2628
- "Nur die letzten 1000 Elemente werden in den Sitemaps gelistet, um "
2629
- "Performance-Probleme zu verhindern."
2630
-
2631
- #: inc/admin/admin.php:2915 inc/admin/admin.php:5500
2632
- msgid "Yandex site verification"
2633
- msgstr "Yandex Site Verifizierung"
2634
-
2635
- #: inc/admin/admin.php:2907 inc/admin/admin.php:5488
2636
- msgid "Pinterest site verification"
2637
- msgstr "Pinterest Site Verifizierung"
2638
-
2639
- #: inc/admin/admin.php:2899 inc/admin/admin.php:5475
2640
- msgid "Bing site verification"
2641
- msgstr "Bing Site Verifizierung"
2642
-
2643
- #: inc/admin/admin.php:2891 inc/admin/admin.php:5461
2644
- msgid "Google site verification"
2645
- msgstr "Google Site Verifizierung"
2646
-
2647
- #: inc/admin/admin.php:1070
2648
- msgid "You don't have an XML Sitemap!"
2649
- msgstr "Du hast keine XML-Sitemap!"
2650
-
2651
- #: inc/admin/admin.php:937 inc/admin/admin.php:947 inc/admin/admin.php:957
2652
- #: inc/admin/admin.php:981 inc/admin/admin.php:1060 inc/admin/admin.php:1073
2653
- #: inc/admin/admin.php:1145
2654
- msgid "Fix this!"
2655
- msgstr "Repariere dies!"
2656
-
2657
- #: inc/admin/admin.php:934
2658
- msgid "Your site is not visible to Search Engines!"
2659
- msgstr "Deine Seite ist für Suchmaschinen nicht sichtbar!"
2660
-
2661
- #: inc/admin/admin.php:824 inc/admin/admin.php:830
2662
- msgid "Notifications Center"
2663
- msgstr "Mitteilungszentrale"
2664
-
2665
- #: inc/admin/admin-header.php:213
2666
- msgid "Support"
2667
- msgstr "Support"
2668
-
2669
- #: inc/admin/admin.php:233
2670
- msgid "Templates variables"
2671
- msgstr "Templates Variablen"
2672
-
2673
- #: inc/admin/admin.php:211
2674
- msgid "Current number page"
2675
- msgstr "Aktuelle Seiten-Nummer"
2676
-
2677
- #: inc/admin/admin.php:211
2678
- msgid "%%current_pagination%%"
2679
- msgstr "%%current_pagination%%"
2680
-
2681
- #: inc/admin/admin.php:210
2682
- msgid "Search keywords"
2683
- msgstr "Suchbegriffe"
2684
-
2685
- #: inc/admin/admin.php:210
2686
- msgid "%%search_keywords%%"
2687
- msgstr "%%search_keywords%%"
2688
-
2689
- #: inc/admin/admin.php:209
2690
- msgid "Term description"
2691
- msgstr "Begriffs-Beschreibung"
2692
-
2693
- #: inc/admin/admin.php:209
2694
- msgid "%%term_description%%"
2695
- msgstr "%%term_description%%"
2696
-
2697
- #: inc/admin/admin.php:208
2698
- msgid "Term title"
2699
- msgstr "Begriffs-Titel"
2700
-
2701
- #: inc/admin/admin.php:208
2702
- msgid "%%term_title%%"
2703
- msgstr "%%term_title%%"
2704
-
2705
- #: inc/admin/admin.php:207
2706
- msgid "Tag description"
2707
- msgstr "Tag-Beschreibung"
2708
-
2709
- #: inc/admin/admin.php:207
2710
- msgid "%%tag_description%%"
2711
- msgstr "%%tag_description%%"
2712
-
2713
- #: inc/admin/admin.php:206
2714
- msgid "Tag title"
2715
- msgstr "Tag-Titel"
2716
-
2717
- #: inc/admin/admin.php:206
2718
- msgid "%%tag_title%%"
2719
- msgstr "%%tag_title%%"
2720
-
2721
- #: inc/admin/admin.php:205
2722
- msgid "Category description"
2723
- msgstr "Kategorie-Beschreibung"
2724
-
2725
- #: inc/admin/admin.php:205
2726
- msgid "%%_category_description%%"
2727
- msgstr "%%_category_description%%"
2728
-
2729
- #: inc/admin/admin.php:204
2730
- msgid "Category title"
2731
- msgstr "Kategorie-Titel"
2732
-
2733
- #: inc/admin/admin.php:204
2734
- msgid "%%_category_title%%"
2735
- msgstr "%%_category_title%%"
2736
-
2737
- #: inc/admin/admin.php:201 inc/admin/admin.php:3661
2738
- msgid "Post author"
2739
- msgstr "Beitrags-Autor"
2740
-
2741
- #: inc/admin/admin.php:201
2742
- msgid "%%post_author%%"
2743
- msgstr "%%post_author%%"
2744
-
2745
- #: inc/admin/admin.php:200
2746
- msgid "Post date"
2747
- msgstr "Beitrags-Datum"
2748
-
2749
- #: inc/admin/admin.php:200
2750
- msgid "%%post_date%%"
2751
- msgstr "%%post_date%%"
2752
-
2753
- #: inc/admin/admin.php:199
2754
- msgid "Post excerpt"
2755
- msgstr "Beitrags-Auszug"
2756
-
2757
- #: inc/admin/admin.php:199
2758
- msgid "%%post_excerpt%%"
2759
- msgstr "%%post_excerpt%%"
2760
-
2761
- #: inc/admin/admin.php:198
2762
- msgid "Post Title (post, page, custom post type)"
2763
- msgstr ""
2764
- "Titel Beitrag (Beiträge, Seiten, individuelle Inhaltstypen (=Custom Post "
2765
- "Types))"
2766
-
2767
- #: inc/admin/admin.php:198
2768
- msgid "%%post_title%%"
2769
- msgstr "%%post_title%%"
2770
-
2771
- #: inc/admin/admin.php:197 inc/admin/admin.php:3301 inc/admin/admin.php:3312
2772
- msgid "Tagline"
2773
- msgstr "Tagline"
2774
-
2775
- #: inc/admin/admin.php:197
2776
- msgid "%%tagline%%"
2777
- msgstr "%%tagline%%"
2778
-
2779
- #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:196
2780
- #: inc/admin/admin.php:3300 inc/admin/admin.php:3353 inc/admin/admin.php:3472
2781
- #: inc/admin/admin.php:3585 inc/admin/admin.php:3662 inc/admin/admin.php:3732
2782
- #: inc/admin/admin.php:3801 inc/admin/admin.php:3851
2783
- msgid "Site Title"
2784
- msgstr "Seiten-Titel"
2785
-
2786
- #: inc/admin/admin.php:196
2787
- msgid "%%sitetitle%%"
2788
- msgstr "%%sitetitle%%"
2789
-
2790
- #: inc/admin/admin.php:5313
2791
- msgid "Redirect attachment pages to post parent (or homepage if none)"
2792
- msgstr ""
2793
- "Weiterleiten von Anhangs-Seiten zum übergeordneten Beitrag (oder die "
2794
- "Homepage, falls nicht vorhanden)"
2795
-
2796
- #: inc/admin/admin.php:3276
2797
- msgid "<p>Advanced SEO options.</p>"
2798
- msgstr "<p>Erweiterte SEO-Optionen</p>"
2799
-
2800
- #: inc/admin/admin.php:1499
2801
- msgid "Advanced SEO options for advanced users!"
2802
- msgstr "Erweiterte SEO-Optionen für fortgeschrittene Benutzer!"
2803
-
2804
- #: inc/admin/admin-metaboxes-form.php:254
2805
- #: inc/admin/admin-metaboxes-form.php:256
2806
- #: inc/admin/admin-metaboxes-form.php:259
2807
- #: inc/admin/admin-metaboxes-form.php:261
2808
- msgid "Test your URL"
2809
- msgstr "Teste deine URL"
2810
-
2811
- #: inc/admin/admin-metaboxes-form.php:243
2812
- #: inc/admin/admin-metaboxes-form.php:249
2813
- msgid "URL redirection"
2814
- msgstr "URL-Weiterleitung"
2815
-
2816
- #: inc/admin/admin-metaboxes-form.php:239
2817
- msgid "Enable redirection?"
2818
- msgstr "Weiterleitung aktivieren?"
2819
-
2820
- #: inc/admin/admin-header.php:124 inc/admin/admin.php:1795
2821
- #: inc/admin/adminbar.php:81
2822
- msgid "Redirections"
2823
- msgstr "Weiterleitungen"
2824
-
2825
- #: seopress.php:311
2826
- msgid "SEOPress.org"
2827
- msgstr "SEOPress.org"
2828
-
2829
- #: inc/admin/admin.php:3423
2830
- msgid "Display date in Google search results?"
2831
- msgstr "Datum in den Google-Suchergebnissen anzeigen?"
2832
-
2833
- #: inc/admin/admin-metaboxes-form.php:185
2834
- msgid "Default value: "
2835
- msgstr "Standardwert: "
2836
-
2837
- #. Plugin Name of the plugin/theme
2838
- #: inc/admin/admin-header.php:16
2839
- msgid "SEOPress"
2840
- msgstr "SEOPress"
2841
-
2842
- #: inc/admin/admin-metaboxes-form.php:57
2843
- msgid "Titles settings"
2844
- msgstr "Titel Einstellungen"
2845
-
2846
- #: inc/admin/admin-header.php:60 inc/admin/admin-metaboxes-form.php:58
2847
- #: inc/admin/admin.php:188 inc/admin/admin.php:339 inc/admin/admin.php:615
2848
- #: inc/admin/admin.php:1498 inc/admin/adminbar.php:49
2849
- msgid "Advanced"
2850
- msgstr "Fortgeschritten"
2851
-
2852
- #: inc/admin/admin-metaboxes-form.php:59
2853
- msgid "Social"
2854
- msgstr "Soziale Netze"
2855
-
2856
- #: inc/admin/admin-metaboxes-form.php:92 inc/admin/admin-metaboxes-form.php:93
2857
- msgid "Title"
2858
- msgstr "Titel"
2859
-
2860
- #: inc/admin/admin-metaboxes-form.php:93
2861
- msgid "Enter your title"
2862
- msgstr "Gib deinen Titel ein"
2863
-
2864
- #: inc/admin/admin-metaboxes-content-analysis-form.php:185
2865
- #: inc/admin/admin-metaboxes-form.php:107
2866
- #: inc/admin/admin-metaboxes-form.php:108 inc/admin/admin.php:725
2867
- #: inc/admin/admin.php:2019 inc/admin/admin.php:3308
2868
- #: inc/functions/options-advanced-admin.php:762
2869
- msgid "Meta description"
2870
- msgstr "Meta-Beschreibung"
2871
-
2872
- #: inc/admin/admin-metaboxes-form.php:108
2873
- msgid "Enter your meta description"
2874
- msgstr "Gib deine Meta-Beschreibung ein"
2875
-
2876
- #: inc/admin/admin-metaboxes-form.php:97
2877
- #: inc/admin/admin-metaboxes-form.php:112
2878
- msgid "(maximum recommended limit)"
2879
- msgstr "(empfohlene Höchstgrenze)"
2880
-
2881
- #: inc/admin/admin-metaboxes-form.php:121
2882
- msgid "Google Snippet Preview"
2883
- msgstr "Google Snippet Vorschau"
2884
-
2885
- #: inc/admin/admin-metaboxes-form.php:147 inc/admin/admin.php:2204
2886
- #: inc/admin/admin.php:3385 inc/admin/admin.php:3522 inc/admin/admin.php:3617
2887
- #: inc/admin/admin.php:3693 inc/admin/admin.php:3762 inc/admin/admin.php:3832
2888
- #: inc/admin/admin.php:3882
2889
- msgid "noindex"
2890
- msgstr "noindex"
2891
-
2892
- #: inc/admin/admin-metaboxes-form.php:153 inc/admin/admin.php:2212
2893
- #: inc/admin/admin.php:3404 inc/admin/admin.php:3541 inc/admin/admin.php:3636
2894
- #: inc/admin/admin.php:3901
2895
- msgid "nofollow"
2896
- msgstr "nofollow"
2897
-
2898
- #: inc/admin/admin-metaboxes-form.php:159 inc/admin/admin.php:2220
2899
- #: inc/admin/admin.php:3920
2900
- msgid "noodp"
2901
- msgstr "noodp"
2902
-
2903
- #: inc/admin/admin-metaboxes-form.php:165 inc/admin/admin.php:2228
2904
- #: inc/admin/admin.php:3939
2905
- msgid "noimageindex"
2906
- msgstr "noimageindex"
2907
-
2908
- #: inc/admin/admin-metaboxes-form.php:177 inc/admin/admin.php:2244
2909
- #: inc/admin/admin.php:3977
2910
- msgid "nosnippet"
2911
- msgstr "nosnippet"
2912
-
2913
- #: inc/admin/admin-metaboxes-form.php:171 inc/admin/admin.php:2236
2914
- #: inc/admin/admin.php:3958
2915
- msgid "noarchive"
2916
- msgstr "noarchive"
2917
-
2918
- #: inc/admin/admin-metaboxes-form.php:184
2919
- #: inc/admin/admin-metaboxes-form.php:185 inc/admin/admin.php:729
2920
- msgid "Canonical URL"
2921
- msgstr "Canonical URL"
2922
-
2923
- #: inc/admin/admin-metaboxes-form.php:201
2924
- #: inc/admin/admin-metaboxes-form.php:202
2925
- msgid "Facebook Title"
2926
- msgstr "Facebook Titel"
2927
-
2928
- #: inc/admin/admin-metaboxes-form.php:205
2929
- #: inc/admin/admin-metaboxes-form.php:206
2930
- msgid "Facebook description"
2931
- msgstr "Facebook Beschreibung"
2932
-
2933
- #: inc/admin/admin-metaboxes-form.php:202
2934
- msgid "Enter your Facebook title"
2935
- msgstr "Gib deinen Facebook Titel ein"
2936
-
2937
- #: inc/admin/admin-metaboxes-form.php:206
2938
- msgid "Enter your Facebook description"
2939
- msgstr "Gib deine Facebook Beschreibung ein"
2940
-
2941
- #: inc/admin/admin-metaboxes-form.php:209
2942
- #: inc/admin/admin-metaboxes-form.php:210
2943
- msgid "Facebook Thumbnail"
2944
- msgstr "Facebook Miniaturbild (Thumbnail)"
2945
-
2946
- #: inc/admin/admin-metaboxes-form.php:210
2947
- #: inc/admin/admin-metaboxes-form.php:228 inc/admin/admin.php:4521
2948
- #: inc/admin/admin.php:4612
2949
- msgid "Select your default thumbnail"
2950
- msgstr "Wähle dein Standard-Miniaturbild (Thumbnail) aus"
2951
-
2952
- #: inc/admin/admin-metaboxes-form.php:212
2953
- #: inc/admin/admin-metaboxes-form.php:230
2954
- #: inc/admin/admin-metaboxes-form.php:357 inc/admin/admin.php:4279
2955
- #: inc/admin/admin.php:4523 inc/admin/admin.php:4614
2956
- msgid "Upload an Image"
2957
- msgstr "Bild hochladen"
2958
-
2959
- #: inc/admin/admin-metaboxes-form.php:219
2960
- #: inc/admin/admin-metaboxes-form.php:220
2961
- msgid "Twitter Title"
2962
- msgstr "Twitter Titel"
2963
-
2964
- #: inc/admin/admin-metaboxes-form.php:220
2965
- msgid "Enter your Twitter title"
2966
- msgstr "Gib deinen Twitter Titel ein"
2967
-
2968
- #: inc/admin/admin-metaboxes-form.php:223
2969
- #: inc/admin/admin-metaboxes-form.php:224
2970
- msgid "Twitter description"
2971
- msgstr "Twitter Beschreibung"
2972
-
2973
- #: inc/admin/admin-metaboxes-form.php:227
2974
- #: inc/admin/admin-metaboxes-form.php:230
2975
- msgid "Twitter Thumbnail"
2976
- msgstr "Twitter-Miniaturbild (Thumbnail)"
2977
-
2978
- #: inc/admin/admin-metaboxes-form.php:224
2979
- msgid "Enter your Twitter description"
2980
- msgstr "Gib deine Twitter Beschreibung ein"
2981
-
2982
- #: inc/admin/admin-header.php:36 inc/admin/admin.php:184
2983
- #: inc/admin/adminbar.php:25
2984
- msgid "Titles & Metas"
2985
- msgstr "Titel & Metadaten"
2986
-
2987
- #: inc/admin/admin.php:405
2988
- msgid "HTML Sitemap"
2989
- msgstr "HTML Sitemap"
2990
-
2991
- #: inc/admin/admin.php:3167
2992
- msgid "Change this settings"
2993
- msgstr "Diese Einstellungen ändern"
2994
-
2995
- #: inc/admin/admin.php:338 inc/admin/admin.php:404
2996
- msgid "Taxonomies"
2997
- msgstr "Taxonomien"
2998
-
2999
- #: inc/admin/admin.php:336
3000
- msgid "Single Post Types"
3001
- msgstr "Einzelner Inhaltstyp"
3002
-
3003
- #: inc/admin/admin.php:335
3004
- msgid "Home"
3005
- msgstr "Home"
3006
-
3007
- #: inc/admin/admin.php:337
3008
- msgid "Archives"
3009
- msgstr "Archive"
3010
-
3011
- #: inc/admin/admin.php:402 inc/admin/admin.php:535 inc/admin/admin.php:544
3012
- msgid "General"
3013
- msgstr "Allgemein"
3014
-
3015
- #: inc/admin/admin.php:403
3016
- msgid "Post Types"
3017
- msgstr "Inhaltstypen"
3018
-
3019
- #: inc/admin/admin.php:467
3020
- msgid "Knowledge Graph"
3021
- msgstr "Knowledge Graph"
3022
-
3023
- #: inc/admin/admin.php:468
3024
- msgid "Your social accounts"
3025
- msgstr "Deine Social Media Accounts"
3026
-
3027
- #: inc/admin/admin.php:649
3028
- msgid "Export Settings"
3029
- msgstr "Einstellungen exportieren"
3030
-
3031
- #: inc/admin/admin.php:651
3032
- msgid ""
3033
- "Export the plugin settings for this site as a .json file. This allows you "
3034
- "to easily import the configuration into another site."
3035
- msgstr ""
3036
- "Exportiere die Plugin-Einstellungen für diese Seite als .json-Datei. So "
3037
- "kannst du die Konfiguration einfach in eine andere Site importieren."
3038
-
3039
- #: inc/admin/admin.php:656 inc/admin/admin.php:712
3040
- msgid "Export"
3041
- msgstr "Export"
3042
-
3043
- #: inc/admin/admin.php:663
3044
- msgid "Import Settings"
3045
- msgstr "Einstellungen importieren"
3046
-
3047
- #: inc/admin/admin.php:665
3048
- msgid ""
3049
- "Import the plugin settings from a .json file. This file can be obtained by "
3050
- "exporting the settings on another site using the form above."
3051
- msgstr ""
3052
- "Importiere die Plugin-Einstellungen aus einer .json-Datei. Diese Datei kann "
3053
- "durch den Export der Einstellungen auf einer andere Website mit Hilfe des "
3054
- "obigen Formulars generiert werden."
3055
-
3056
- #: inc/admin/admin.php:673 inc/admin/admin.php:699
3057
- msgid "Import"
3058
- msgstr "Import"
3059
-
3060
- #: inc/admin/admin.php:754
3061
- msgid "Reset All Settings"
3062
- msgstr "Alle Einstellungen zurücksetzen"
3063
-
3064
- #: inc/admin/admin-header.php:23 inc/admin/adminbar.php:75
3065
- msgid "PRO"
3066
- msgstr "PRO"
3067
-
3068
- #: inc/admin/admin.php:761
3069
- msgid "Reset settings"
3070
- msgstr "Einstellungen zurücksetzen"
3071
-
3072
- #: seopress.php:263
3073
- msgid "You like SEOPress? Don't forget to rate it 5 stars!"
3074
- msgstr ""
3075
- "Gefällt dir SEOPress? Bitte vergesse nicht, uns mit 5 Sternen zu bewerten!"
3076
-
3077
- #: inc/admin/admin-header.php:201
3078
- msgid "Follow us on Twitter"
3079
- msgstr "Folge uns auf Twitter"
3080
-
3081
- #: inc/admin/admin.php:1346
3082
- msgid "Titles & metas"
3083
- msgstr "Titel & Metadaten"
3084
-
3085
- #: inc/admin/admin.php:1347
3086
- msgid "Manage all your titles & metas"
3087
- msgstr "Verwalte alle deine Titel & Metadaten"
3088
-
3089
- #: inc/admin/admin.php:1348 inc/admin/admin.php:1386 inc/admin/admin.php:1424
3090
- #: inc/admin/admin.php:1462 inc/admin/admin.php:1500 inc/admin/admin.php:1529
3091
- #: inc/admin/admin.php:1557 inc/admin/admin.php:1585 inc/admin/admin.php:1613
3092
- #: inc/admin/admin.php:1641 inc/admin/admin.php:1669 inc/admin/admin.php:1707
3093
- #: inc/admin/admin.php:1729 inc/admin/admin.php:1769 inc/admin/admin.php:1798
3094
- #: inc/admin/admin.php:1848 inc/admin/admin.php:1858 inc/admin/admin.php:1889
3095
- #: inc/admin/admin.php:1901 inc/admin/admin.php:1913 inc/admin/admin.php:1934
3096
- msgid "Manage"
3097
- msgstr "Verwalten"
3098
-
3099
- #: inc/admin/admin.php:2433 inc/admin/admin.php:4380
3100
- msgid "Facebook Page URL"
3101
- msgstr "Facebook Seiten URL"
3102
-
3103
- #: inc/admin/admin.php:2392 inc/admin/admin.php:4277
3104
- msgid "Your photo/organization logo"
3105
- msgstr "Dein Foto/Logo"
3106
-
3107
- #: inc/admin/admin.php:2384 inc/admin/admin.php:4264
3108
- msgid "Your name/organization"
3109
- msgstr "Dein Name/Deine Organisation"
3110
-
3111
- #: inc/admin/admin.php:2376
3112
- msgid "Person or organization"
3113
- msgstr "Person oder Organisation"
3114
-
3115
- #: inc/admin/admin.php:2327
3116
- msgid "Check to INCLUDE Taxonomies"
3117
- msgstr "Aktivieren, um Taxonomien EINZUBEZIEHEN"
3118
-
3119
- #: inc/admin/admin.php:2311
3120
- msgid "Check to INCLUDE Post Types"
3121
- msgstr "Aktivieren, um Inhaltstypen EINZUBEZIEHEN"
3122
-
3123
- #: inc/admin/admin.php:2269 inc/admin/admin.php:4015
3124
- msgid "Enable XML Sitemap"
3125
- msgstr "XML-Sitemap aktivieren"
3126
-
3127
- #: inc/admin/admin.php:2011 inc/admin/admin.php:3297
3128
- msgid "Site title"
3129
- msgstr "Website-Titel"
3130
-
3131
- #: inc/admin/admin.php:1912
3132
- msgid "Import/Export SEOPress settings from site to site."
3133
- msgstr ""
3134
- "Import/Export von SEOPress-Einstellungen von einer Website zur anderen."
3135
-
3136
- #: inc/admin/admin.php:1423
3137
- msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
3138
- msgstr "Open Graph, Twitter-Card, Google Knowledge Graph und mehr..."
3139
-
3140
- #: inc/admin/admin.php:2441
3141
- msgid "Twitter Username"
3142
- msgstr "Twitter Benutzername"
3143
-
3144
- #: inc/admin/admin.php:2449 inc/admin/admin.php:4405
3145
- msgid "Google + URL"
3146
- msgstr "Google+ URL"
3147
-
3148
- #: inc/admin/admin.php:2457 inc/admin/admin.php:4417
3149
- msgid "Pinterest URL"
3150
- msgstr "Pinterest URL"
3151
-
3152
- #: inc/admin/admin.php:2497 inc/admin/admin.php:4477
3153
- msgid "Soundcloud URL"
3154
- msgstr "Soundcloud URL"
3155
-
3156
- #: inc/admin/admin.php:2489 inc/admin/admin.php:4465
3157
- msgid "MySpace URL"
3158
- msgstr "MySpace URL"
3159
-
3160
- #: inc/admin/admin.php:2481 inc/admin/admin.php:4453
3161
- msgid "LinkedIn URL"
3162
- msgstr "LinkedIn URL"
3163
-
3164
- #: inc/admin/admin.php:2473 inc/admin/admin.php:4441
3165
- msgid "YouTube URL"
3166
- msgstr "YouTube URL"
3167
-
3168
- #: inc/admin/admin.php:2465 inc/admin/admin.php:4429
3169
- msgid "Instagram URL"
3170
- msgstr "Instagram URL"
3171
-
3172
- #: inc/admin/admin.php:2522
3173
- msgid "Enable Open Graph Data"
3174
- msgstr "Open Graph Data aktivieren"
3175
-
3176
- #: inc/admin/admin.php:2505 inc/admin/admin.php:4489
3177
- msgid "Tumblr URL"
3178
- msgstr "Tumblr URL"
3179
-
3180
- #: inc/admin/admin.php:2554
3181
- msgid "Facebook App ID"
3182
- msgstr "Facebook App ID"
3183
-
3184
- #: inc/admin/admin.php:2546
3185
- msgid "Facebook Admin ID"
3186
- msgstr "Facebook Admin ID"
3187
-
3188
- #: inc/admin/admin.php:2530 inc/admin/admin.php:4521
3189
- msgid "Select a default image"
3190
- msgstr "Ein Standardbild auswählen"
3191
-
3192
- #: inc/admin/admin.php:2571
3193
- msgid "Enable Twitter Card"
3194
- msgstr "Twitter-Card aktivieren"
3195
-
3196
- #: inc/admin/admin.php:2587 inc/admin/admin.php:4612
3197
- msgid "Default Twitter Image"
3198
- msgstr "Standardbild Twitter"
3199
-
3200
- #: inc/admin/admin.php:2595
3201
- msgid "Image size for Twitter Summary card"
3202
- msgstr "Bildgröße für Twitter-Übersichtskarte"
3203
-
3204
- #: inc/admin/admin.php:3139
3205
- msgid "<p>Customize your titles & metas for homepage</p>"
3206
- msgstr "<p>Deinen Titel & Metadaten für die Homepage anpassen</p>"
3207
-
3208
- #: inc/admin/admin.php:3144
3209
- msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
3210
- msgstr ""
3211
- "<p>Deinen Titel & Metadaten für einzelne individuelle Inhaltstypen (=Single "
3212
- "Custom Post Types) anpassen</p>"
3213
-
3214
- #: inc/admin/admin.php:3149
3215
- msgid "<p>Customize your metas for all pages</p>"
3216
- msgstr "<p>Deine Metadaten für alle Seiten anpassen</p>"
3217
-
3218
- #: inc/admin/admin.php:3159
3219
- msgid "<p>Customize your metas for all archives</p>"
3220
- msgstr "<p>Deine Metadaten für alle Archive anpassen</p>"
3221
-
3222
- #: inc/admin/admin.php:3154
3223
- msgid "<p>Customize your metas for all taxonomies archives</p>"
3224
- msgstr "<p>Deine Metadaten für alle Taxonomie-Archive anpassen</p>"
3225
-
3226
- #: inc/admin/admin.php:3170
3227
- msgid ""
3228
- "To view your sitemap, enable permalinks (not default one), and save "
3229
- "settings to flush them."
3230
- msgstr ""
3231
- "Um deine Sitemap anzuzeigen, aktiviere die Permalinks (nicht die "
3232
- "Standardeinstellung) und speichere diese Einstellung."
3233
-
3234
- #: inc/admin/admin.php:3190
3235
- msgid "View your sitemap"
3236
- msgstr "Sitemap anzeigen"
3237
-
3238
- #: inc/admin/admin.php:3215
3239
- msgid "<p>Include/Exclude Post Types.</p>"
3240
- msgstr "<p>Einschließen/Ausschließen von Inhaltstypen</p>"
3241
-
3242
- #: inc/admin/admin.php:3220
3243
- msgid "<p>Include/Exclude Taxonomies.</p>"
3244
- msgstr "<p>Einschließen/Ausschließen von Taxonomien</p>"
3245
-
3246
- #: inc/admin/admin.php:3225
3247
- msgid "<p>Configure Google Knowledge Graph.</p>"
3248
- msgstr "<p>Google Knowledge Graph konfigurieren</p>"
3249
-
3250
- #: inc/admin/admin.php:3720 inc/admin/admin.php:3731
3251
- msgid "Date archives"
3252
- msgstr "Datums-Archive"
3253
-
3254
- #: inc/admin/admin.php:3650
3255
- msgid "Author archives"
3256
- msgstr "Autoren-Archive"
3257
-
3258
- #: inc/admin/admin.php:3362 inc/admin/admin.php:3483 inc/admin/admin.php:3594
3259
- #: inc/admin/admin.php:3669 inc/admin/admin.php:3739 inc/admin/admin.php:3808
3260
- #: inc/admin/admin.php:3858
3261
- msgid "Meta description template"
3262
- msgstr "Meta-Beschreibung Template"
3263
-
3264
- #: inc/admin/admin.php:3329 inc/admin/admin.php:3445 inc/admin/admin.php:3564
3265
- #: inc/admin/admin.php:3652 inc/admin/admin.php:3722 inc/admin/admin.php:3791
3266
- #: inc/admin/admin.php:3843
3267
- msgid "Title template"
3268
- msgstr "Titel Template"
3269
-
3270
- #: inc/admin/admin.php:3308
3271
- msgid "This is a cool website about Wookiees"
3272
- msgstr "Dies ist eine coole Website über Wookiees"
3273
-
3274
- #: inc/admin/admin.php:3297
3275
- msgid "My awesome website"
3276
- msgstr "Meine fantastische Website"
3277
-
3278
- #: inc/admin/admin.php:3241
3279
- msgid "<p>Manage your Twitter card.</p>"
3280
- msgstr "<p>Verwalte deine Twitter-Card</p>"
3281
-
3282
- #: inc/admin/admin.php:3236
3283
- msgid "<p>Manage Open Graph datas.</p>"
3284
- msgstr "<p>Verwalte deine Open Graph Daten</p>"
3285
-
3286
- #: inc/admin/admin.php:3231
3287
- msgid "<p>Link your site with your social accounts.</p>"
3288
- msgstr "<p>Verlinke deine Website mit deinen Social Media Accounts</p>"
3289
-
3290
- #: inc/admin/admin.php:4441
3291
- msgid "eg: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
3292
- msgstr "z.B.: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
3293
-
3294
- #: inc/admin/admin.php:4417
3295
- msgid "eg: https://pinterest.com/wpbuy/"
3296
- msgstr "z.B.: https://pinterest.com/wpbuy/"
3297
-
3298
- #: inc/admin/admin.php:4405
3299
- msgid "eg: https://plus.google.com/+BenjaminDenis"
3300
- msgstr "z.B.: https://plus.google.com/+BenjaminDenis"
3301
-
3302
- #: inc/admin/admin.php:4380
3303
- msgid "eg: https://www.facebook.com/your-page"
3304
- msgstr "z.B.: https://www.facebook.com/your-page"
3305
-
3306
- #: inc/admin/admin.php:4277
3307
- msgid "Select your logo"
3308
- msgstr "Wähle dein Logo"
3309
-
3310
- #: inc/admin/admin.php:4264
3311
- msgid "eg: Apple"
3312
- msgstr "z.B.: Apple"
3313
-
3314
- #: inc/admin/admin.php:4251
3315
- msgid "Organization"
3316
- msgstr "Organisation"
3317
-
3318
- #: inc/admin/admin.php:4248
3319
- msgid "Person"
3320
- msgstr "Person"
3321
-
3322
- #: inc/admin/admin.php:4148 inc/admin/admin.php:4188
3323
- msgid "Include"
3324
- msgstr "Einschließen"
3325
-
3326
- #: inc/admin/admin.php:3841
3327
- msgid "404 archives"
3328
- msgstr "404-Archive"
3329
-
3330
- #: inc/admin/admin.php:3789
3331
- msgid "Search archives"
3332
- msgstr "Suche Archive"
3333
-
3334
- #: inc/admin/admin.php:4477
3335
- msgid "eg: https://soundcloud.com/michaelmccannmusic"
3336
- msgstr "z.B.: https://soundcloud.com/michaelmccannmusic"
3337
-
3338
- #: inc/admin/admin.php:4465
3339
- msgid "eg: https://myspace.com/your-page"
3340
- msgstr "z.B.: https://myspace.com/your-page"
3341
-
3342
- #: inc/admin/admin.php:4453
3343
- msgid "eg: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3344
- msgstr "z.B.: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3345
-
3346
- #: inc/admin/admin.php:4489
3347
- msgid "eg: https://your-site.tumblr.com"
3348
- msgstr "z.B.: https://your-site.tumblr.com"
3349
-
3350
- #: inc/functions/options-import-export.php:51
3351
- msgid "Please upload a valid .json file"
3352
- msgstr "Bitte lade eine gültige .json-Datei hoch"
3353
-
3354
- #: inc/admin/admin.php:4635
3355
- msgid "Large"
3356
- msgstr "Groß"
3357
-
3358
- #: inc/admin/admin.php:4632
3359
- msgid "Default"
3360
- msgstr "Standard"
3361
-
3362
- #: inc/admin/admin.php:4580
3363
- msgid "Enable Twitter card"
3364
- msgstr "Twitter-Card aktivieren"
3365
-
3366
- #: inc/admin/admin.php:4506
3367
- msgid "Enable OG data"
3368
- msgstr "OG Daten aktivieren"
3369
-
3370
- #. Plugin URI of the plugin/theme
3371
- #. Author URI of the plugin/theme
3372
- msgid "https://www.seopress.org/"
3373
- msgstr "https://www.seopress.org/"
3374
-
3375
- #: seopress.php:310
3376
- msgid "Settings"
3377
- msgstr "Einstellungen"
3378
-
3379
- #: inc/functions/options-import-export.php:55
3380
- #: inc/functions/options-import-export.php:92
3381
- msgid "Please upload a file to import"
3382
- msgstr "Bitte lade eine Datei für den Import hoch"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wp-seopress-es_ES.mo DELETED
Binary file
languages/wp-seopress-es_ES.po DELETED
@@ -1,3329 +0,0 @@
1
- # Translation of Plugins - SEOPress - Stable (latest release) in English (Pirate)
2
- # This file is distributed under the same license as the Plugins - SEOPress - Stable (latest release) package.
3
- # Translators:
4
- # FX Bénard <fxb@wp-translations.org>, 2018
5
- # Luis Rull <luisrull@gmail.com>, 2018
6
- # Juan Hernando <juan@ciudadanob.com>, 2018
7
- # Sebastian Cueva <s.cueva@hotmail.es>, 2018
8
- # Ibon Azkoitia <ibon@kreatidos.com>, 2018
9
- msgid ""
10
- msgstr ""
11
- "Project-Id-Version: Plugins - SEOPress - Stable (latest release)\n"
12
- "PO-Revision-Date: 2018-07-26 18:24+0200\n"
13
- "Last-Translator: Ibon Azkoitia <ibon@kreatidos.com>, 2018\n"
14
- "Language-Team: Spanish (Spain) (https://www.transifex.com/wp-translations/"
15
- "teams/64435/es_ES/)\n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=UTF-8\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
- "Language: es_ES\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
- "X-Generator: Poedit 2.0.6\n"
22
- "POT-Creation-Date: \n"
23
-
24
- #. Author of the plugin/theme
25
- msgid "Benjamin Denis"
26
- msgstr "Benjamin Denis"
27
-
28
- #. Description of the plugin/theme
29
- msgid "The best plugin for SEO."
30
- msgstr "El mejor plugin para SEO."
31
-
32
- #: inc/admin/admin.php:5835 inc/admin/admin.php:5870
33
- msgid ""
34
- "Hook to filter Structured data types metaboxe call by post type - new window"
35
- msgstr ""
36
- "Hook de la llamada del flitro de la metabox datos estructurados por tipo de "
37
- "entrada - nueva ventana"
38
-
39
- #: inc/admin/admin.php:5591
40
- msgid "Hide Useful Links in SEOPress dashboard page"
41
- msgstr "Ocultar Enlaces útiles en la página del escritorio de SEOPress"
42
-
43
- #: inc/admin/admin.php:5574
44
- msgid "Hide SEO tools in SEOPress Dashboard page"
45
- msgstr "Ocultar las herramientas de SEO en la página del escritorio de SEOPress"
46
-
47
- #: inc/admin/admin.php:5479
48
- msgid ""
49
- "If your site is already verified in <strong>Bing Webmaster tools</strong>, you "
50
- "can leave this field empty."
51
- msgstr ""
52
- "Si tu sitio ya está verificado en <strong>Bing Webmaster tools</strong>, puedes "
53
- "dejar este campo vacío."
54
-
55
- #: inc/admin/admin.php:5466
56
- msgid ""
57
- "If your site is already verified in <strong>Google Search Console</strong>, you "
58
- "can leave this field empty."
59
- msgstr ""
60
- "Si tu sitio ya está verificado en <strong>Google Search Console</strong>, "
61
- "puedes dejar este campo vacío."
62
-
63
- #: inc/admin/admin.php:4715
64
- msgid "Change the button value"
65
- msgstr "Cambiar el valor del botón"
66
-
67
- #: inc/admin/admin.php:4693
68
- msgid "Hook to add custom tracking code with user consent - new window"
69
- msgstr ""
70
- "Gancho para añadir código de monitorización personalizado con el consentimiento "
71
- "del usuario - ventana nueva"
72
-
73
- #: inc/admin/admin.php:4683
74
- msgid ""
75
- "User roles excluded from tracking will not see the consent message.<br> If you "
76
- "use a caching plugin, you have to exclude this JS file in your settings: "
77
- "<br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</"
78
- "strong>"
79
- msgstr ""
80
- "Los roles de usuario excluidos de la monitorización no verán el mensaje de "
81
- "consentimiento.<br> Si usas un plugin de cacheo, tendrás que excluir este "
82
- "archivo JS de tus ajustes:<br><strong>/wp-content/plugins/wp-seopress/assets/js/"
83
- "seopress-cookies-ajax.js</strong>"
84
-
85
- #: inc/admin/admin.php:4080
86
- msgid "Guide to enable XML video sitemaps - new window"
87
- msgstr "Guía para activar los mapas de sitios de imágenes XML - nueva ventana"
88
-
89
- #: inc/admin/admin.php:3226
90
- msgid "Learn more on Google official website."
91
- msgstr "Más información en el sitio web de Google."
92
-
93
- #: inc/admin/admin.php:2964
94
- msgid "Hide Useful Links"
95
- msgstr "Ocultar Enlaces útiles"
96
-
97
- #: inc/admin/admin.php:2956
98
- msgid "Hide SEO tools"
99
- msgstr "Ocultar herramientas de SEO"
100
-
101
- #: inc/admin/admin.php:2948
102
- msgid "Hide Notifications Center"
103
- msgstr "Ocultar centro de notificaciones"
104
-
105
- #: inc/admin/admin.php:2736 inc/admin/admin.php:4878
106
- msgid "Track downloads' clicks"
107
- msgstr "Seguimiento de clics de descargas"
108
-
109
- #: inc/admin/admin.php:2644
110
- msgid "Accept button for user tracking"
111
- msgstr "Botón de aceptación para la monitorización de usuarios"
112
-
113
- #: inc/admin/admin.php:1384
114
- msgid "XML / Image / Video / HTML Sitemap"
115
- msgstr "XML / Image / Video / Mapa HTML del sitio"
116
-
117
- #: inc/admin/admin.php:742
118
- msgid ""
119
- "By clicking Reset Notices, all notices in the notifications center will be set "
120
- "to their initial status."
121
- msgstr ""
122
- "Clicando en Restablecer Avisos, todos los avisos del centro de notificaciones "
123
- "volvetrán a su estado inicial."
124
-
125
- #: inc/admin/admin.php:470
126
- msgid "Twitter (Twitter card)"
127
- msgstr "Twitter (Tarjetas de Twitter)"
128
-
129
- #: inc/admin/admin.php:469
130
- msgid "Facebook (Open Graph)"
131
- msgstr "Facebook (Open Graph)"
132
-
133
- #: inc/admin/admin.php:214
134
- msgid "%%archive_date%%"
135
- msgstr "%%archive_date%%"
136
-
137
- #: inc/admin/admin-metaboxes-form.php:274
138
- msgid "Need help with your redirections? Read our guide."
139
- msgstr "¿Necesitas ayuda con las redirecciones? Consulta nuestra guía."
140
-
141
- #: inc/admin/admin-metaboxes-form.php:181
142
- msgid ""
143
- "You can not uncheck a parameter? This is normal, it is most likely defined in "
144
- "the global settings of the extension."
145
- msgstr ""
146
- "¿No puedes desmarcar algún parámetro? Es normal, normalmente es definido por "
147
- "los ajustes globales de la extensión."
148
-
149
- #: inc/admin/admin-metaboxes-form.php:116
150
- msgid "Post Excerpt"
151
- msgstr "Extracto de la entrada"
152
-
153
- #: inc/admin/admin-metaboxes-content-analysis-form.php:26
154
- msgid ""
155
- "Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. "
156
- "This is useful if you want to work with the long tail technique."
157
- msgstr ""
158
- "Escribe una palabra clave o una frase y obtén las 10 primeras sugerencias de "
159
- "Google inmeditamente. Esto es útil cuando usas la técnica de la larga cola."
160
-
161
- #: inc/admin/admin-metaboxes-content-analysis-form.php:24
162
- msgid "Google suggestions"
163
- msgstr "Sugerencias de Google"
164
-
165
- #: inc/admin/admin-metaboxes-content-analysis-form.php:20
166
- msgid "To get the most accurate analysis, save your post first."
167
- msgstr "Para poder hacer un análisis más preciso, guarda tu entrada primero."
168
-
169
- #: inc/admin/admin-metaboxes-content-analysis-form.php:11
170
- msgid ""
171
- "Separate target keywords with commas. Do not use spaces after the commas, "
172
- "unless you want to include them."
173
- msgstr ""
174
- "Separa las palabras clave objetivo con comas. No utilices espacios después de "
175
- "las comas, a no ser que quieras incluirlas como tales."
176
-
177
- #: inc/admin/admin.php:4070
178
- msgid "Enable Video Sitemaps"
179
- msgstr "Activa mapas del sitio de imágenes"
180
-
181
- #: inc/admin/admin.php:4042
182
- msgid ""
183
- "Enable Image Sitemaps (standard images, image galleries, featured image, "
184
- "WooCommerce product images)"
185
- msgstr ""
186
- "Activa mapas del sitio de imágenes (imágenes estándar, galerías de imágenes, "
187
- "imagen destacada, imágenes de producto de WooCommerce)"
188
-
189
- #: inc/admin/admin.php:2286
190
- msgid "Enable XML Video Sitemaps"
191
- msgstr "Activar los mapas del sitio XML de vídeos"
192
-
193
- #: inc/admin/admin.php:1006
194
- msgid "Rate us!"
195
- msgstr "¡Valóranos!"
196
-
197
- #: inc/admin/admin.php:1004
198
- msgid "You like SEOPress? Please help us by rating us 5 stars!"
199
- msgstr ""
200
- "¿Te gusta SEOPress? ¡Por favor ayúdanos dándonos una valoración de 5 estrellas!"
201
-
202
- #: inc/admin/admin-metaboxes-form.php:398
203
- msgid "Add video"
204
- msgstr "Añadir vídeo"
205
-
206
- #: inc/admin/admin-metaboxes-form.php:391
207
- msgid "Remove video"
208
- msgstr "Eliminar vídeo"
209
-
210
- #: inc/admin/admin-metaboxes-form.php:389
211
- msgid "The video will be available only to users with SafeSearch turned off."
212
- msgstr "El vídeo estará disponible sólo a usuarios que tengan apagado SafeSearch."
213
-
214
- #: inc/admin/admin-metaboxes-form.php:387
215
- msgid "NOT family friendly?"
216
- msgstr "¿NO te suena?"
217
-
218
- #: inc/admin/admin-metaboxes-form.php:382
219
- msgid ""
220
- "256 characters max., usually a video will belong to a single category, separate "
221
- "categories with commas. Default: first post category if available."
222
- msgstr ""
223
- "Máximo 256 caracteres, lo normal es que cada vídeo pertenezca sólo a una sola "
224
- "categoría. Separa las categorías con comas. Por defecto: la primera categoría "
225
- "de publicación si existe."
226
-
227
- #: inc/admin/admin-metaboxes-form.php:381
228
- msgid "Enter your video categories"
229
- msgstr "Escribe tus categorías de vídeos"
230
-
231
- #: inc/admin/admin-metaboxes-form.php:380 inc/admin/admin-metaboxes-form.php:381
232
- msgid "Video categories"
233
- msgstr "Categorías de vídeos"
234
-
235
- #: inc/admin/admin-metaboxes-form.php:377
236
- msgid ""
237
- "32 tags max., separate tags with commas. Default: target keywords + post tags "
238
- "if available."
239
- msgstr ""
240
- "32 etiquetas máximo, separa las etiquetas con comas. Por defecto: palabras "
241
- "clave objetivo + etiquetas de publicación si están disponibles. "
242
-
243
- #: inc/admin/admin-metaboxes-form.php:376
244
- msgid "Enter your video tags"
245
- msgstr "Escribe tus etiquetas de vídeo"
246
-
247
- #: inc/admin/admin-metaboxes-form.php:375 inc/admin/admin-metaboxes-form.php:376
248
- msgid "Video tags"
249
- msgstr "Etiquetas de vídeo"
250
-
251
- #: inc/admin/admin-metaboxes-form.php:372
252
- msgid "Number of views"
253
- msgstr "Número de visitas"
254
-
255
- #: inc/admin/admin-metaboxes-form.php:371 inc/admin/admin-metaboxes-form.php:372
256
- msgid "View count"
257
- msgstr "Conteo de visitas"
258
-
259
- #: inc/admin/admin-metaboxes-form.php:368
260
- msgid "Allowed values are float numbers in the range 0.0 to 5.0."
261
- msgstr "Los valores permitidos son números decimales entre 0.0 y 5.0."
262
-
263
- #: inc/admin/admin-metaboxes-form.php:367
264
- msgid "Video rating"
265
- msgstr "Valoración del vídeo"
266
-
267
- #: inc/admin/admin-metaboxes-form.php:366
268
- msgid "Video Rating"
269
- msgstr "Valoración del vídeo"
270
-
271
- #: inc/admin/admin-metaboxes-form.php:363
272
- msgid ""
273
- "The duration of the video in seconds. Value must be between 0 and 28800 (8 "
274
- "hours)."
275
- msgstr ""
276
- "La duración del vídeo en segundos. El valor debe estar entre o y 28800 (8 "
277
- "horas)."
278
-
279
- #: inc/admin/admin-metaboxes-form.php:362
280
- msgid "Video duration"
281
- msgstr "Duración del vídeo"
282
-
283
- #: inc/admin/admin-metaboxes-form.php:362
284
- msgid "Duration in seconds"
285
- msgstr "Duración en segundos"
286
-
287
- #: inc/admin/admin-metaboxes-form.php:361
288
- msgid "Video Duration (recommended)"
289
- msgstr "Duración del vídeo (recomendado)"
290
-
291
- #: inc/admin/admin-metaboxes-form.php:358
292
- msgid ""
293
- "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your "
294
- "post featured image."
295
- msgstr ""
296
- "Tamaño mínimo: 160x90px (1920x1080 máximo). Formato: JPG, PNG o GIF. Por "
297
- "defecto, la imágen destacada de tu publicación."
298
-
299
- #: inc/admin/admin-metaboxes-form.php:357
300
- msgid "Video Thumbnail"
301
- msgstr "Miniatura del vídeo"
302
-
303
- #: inc/admin/admin-metaboxes-form.php:356
304
- msgid "Select your video thumbnail"
305
- msgstr "Elige la miniatura de tu vídeo"
306
-
307
- #: inc/admin/admin-metaboxes-form.php:355
308
- msgid "Video Thumbnail (required)"
309
- msgstr "Miniatura del vídeo (obligatoria)"
310
-
311
- #: inc/admin/admin-metaboxes-form.php:352
312
- msgid ""
313
- "2048 characters max.; default: meta description. If not available, use the "
314
- "beginning of the post content."
315
- msgstr ""
316
- "Máximo 2048 carácteres. Por defecto: meta descripción, si no está disponible, "
317
- "utiliza el contenido de la entrada."
318
-
319
- #: inc/admin/admin-metaboxes-form.php:351
320
- msgid "Video description"
321
- msgstr "Descripción del vídeo"
322
-
323
- #: inc/admin/admin-metaboxes-form.php:351
324
- msgid "Enter your video description"
325
- msgstr "Escribe la descripción de tu vídeo"
326
-
327
- #: inc/admin/admin-metaboxes-form.php:350
328
- msgid "Video Description (required)"
329
- msgstr "Descripción del vídeo (obligatorio)"
330
-
331
- #: inc/admin/admin-metaboxes-form.php:347
332
- msgid "Default: title tag, if not available, post title."
333
- msgstr ""
334
- "Por defecto: etiqueta del título. Si no está disponible, título de la entrada."
335
-
336
- #: inc/admin/admin-metaboxes-form.php:346
337
- msgid "Video title"
338
- msgstr "Título del vídeo"
339
-
340
- #: inc/admin/admin-metaboxes-form.php:346
341
- msgid "Enter your video title"
342
- msgstr "Escribe el título del vídeo"
343
-
344
- #: inc/admin/admin-metaboxes-form.php:345
345
- msgid "Video Title (required)"
346
- msgstr "Título del vídeo (obligatorio)"
347
-
348
- #: inc/admin/admin-metaboxes-form.php:341
349
- msgid ""
350
- "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check "
351
- "this if your video is hosting on this server."
352
- msgstr ""
353
- "¿NO es un vídeo externo (por ejemplo: vídeos alojados en YouTube, Vimeo, "
354
- "Wistia...)? Revisa si tu vídeo está alojado en este servidor."
355
-
356
- #: inc/admin/admin-metaboxes-form.php:336
357
- msgid "Video URL"
358
- msgstr "URL del vídeo"
359
-
360
- #: inc/admin/admin-metaboxes-form.php:336
361
- msgid "Enter your video URL"
362
- msgstr "Escribe la URL de tu vídeo"
363
-
364
- #: inc/admin/admin-metaboxes-form.php:335
365
- msgid "Video URL (required)"
366
- msgstr "URL del vídeo (obligatorio)"
367
-
368
- #: inc/admin/admin-metaboxes-form.php:331
369
- msgid "Video "
370
- msgstr "Vídeo "
371
-
372
- #: inc/admin/admin-metaboxes-form.php:312
373
- msgid ""
374
- "If your post is set to noindex, it will be automatically excluded from the "
375
- "sitemap."
376
- msgstr ""
377
- "Si marcas la entrada como noindex, será automáticamente excluída del mapa del "
378
- "sitio."
379
-
380
- #: inc/admin/admin-metaboxes-form.php:310
381
- msgid "Exclude this post from Video Sitemap?"
382
- msgstr "¿Excluir esta entrada del mapa del sitio de vídeos?"
383
-
384
- #: inc/admin/admin-metaboxes-form.php:229 inc/admin/admin.php:4616
385
- msgid ""
386
- "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
387
- "(2:1 with large card), 5Mb max."
388
- msgstr ""
389
- "Tamaño mínimo: 144x144px (300x157px con las tarjetas grandes habilitadas), "
390
- "proporción ideal 1:1 (2:1 con tarjetas grandes), 5mb máximo."
391
-
392
- #: inc/admin/admin-metaboxes-form.php:211 inc/admin/admin.php:4525
393
- msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
394
- msgstr "Tamaño mínimo: 200x200px, proporción ideal 1.91:1, 8mb máximo."
395
-
396
- #: inc/admin/admin-metaboxes-form.php:73
397
- msgid "Video Sitemap"
398
- msgstr "Mapa del stítio de vídeos"
399
-
400
- #: inc/admin/admin-metaboxes-content-analysis-form.php:28
401
- msgid "Get suggestions!"
402
- msgstr "¡Obtén sugerencias!"
403
-
404
- #: inc/admin/admin.php:1177
405
- msgid "No domain found."
406
- msgstr "No se encontró el dominio."
407
-
408
- #: inc/admin/admin.php:1172
409
- msgid "No scrape."
410
- msgstr "Sin recopilación."
411
-
412
- #: inc/admin/admin.php:1167
413
- msgid "Not found"
414
- msgstr "No encontrado"
415
-
416
- #: inc/functions/options-google-analytics.php:32
417
- msgid "X"
418
- msgstr "X"
419
-
420
- #: inc/admin/admin.php:4715 inc/functions/options-google-analytics.php:29
421
- msgid "Accept"
422
- msgstr "Aceptar"
423
-
424
- #: inc/functions/options-google-analytics.php:24
425
- msgid ""
426
- "By visiting our site, you agree to our privacy policy regarding cookies, "
427
- "tracking statistics etc ..."
428
- msgstr ""
429
- "Al visitar nuestro sitio aceptas nuestra política de privacidad sobre cookies, "
430
- "estadísticas de seguimiento, etc,…"
431
-
432
- #: inc/admin/admin.php:4709
433
- msgid "HTML tags allowed: strong, em, br, a href"
434
- msgstr "Etiquetas HTML permitidas: strong, em, br, a href"
435
-
436
- #: inc/admin/admin.php:4706
437
- msgid "This message will only appear if request user's consent is enabled."
438
- msgstr ""
439
- "Este mensaje sólo aparecerá si la petición de consentimiento del usuario está "
440
- "activada."
441
-
442
- #: inc/admin/admin.php:4706
443
- msgid "Enter your message (HTML allowed)"
444
- msgstr "Escribe tu mensaje (Se permite HTML)"
445
-
446
- #: inc/admin/admin.php:4681
447
- msgid "Request user's consent for analytics tracking (required by GDPR)"
448
- msgstr ""
449
- "Solicita el consentimiento del usuario para el seguimiento de Analytics "
450
- "(obligatorio por la GDPR)"
451
-
452
- #: inc/admin/admin.php:2636
453
- msgid "Consent message for user tracking"
454
- msgstr "Mensaje de consentimiento para rastreo de los usuarios"
455
-
456
- #: inc/admin/admin.php:2628
457
- msgid "Google Analytics tracking opt-out"
458
- msgstr "Opt-out del seguimiento de Google Analytics"
459
-
460
- #: inc/admin/admin.php:1857
461
- msgid "Customize your permalinks."
462
- msgstr "Personaliza tus enlaces permanentes."
463
-
464
- #: inc/admin/admin-header.php:142 inc/admin/admin.php:1856
465
- msgid "URL Rewriting"
466
- msgstr "Reescritura de URL"
467
-
468
- #: inc/admin/admin.php:732
469
- msgid ""
470
- "<strong>WARNING:</strong> Migration will delete all SEOPress posts and terms "
471
- "metadata. Some dynamic variables will not be interpreted."
472
- msgstr ""
473
- "<strong>AVISO:</strong> La migración eliminará todos los metadatos de entradas "
474
- "y términos de SEOPress. Algunas variables dinámicas no se interpretarán."
475
-
476
- #: inc/admin/admin.php:675
477
- msgid "Import completed!"
478
- msgstr "¡Importación completada!"
479
-
480
- #: inc/admin/admin.php:227
481
- msgid "Current time"
482
- msgstr "Hora actual"
483
-
484
- #: inc/admin/admin.php:227
485
- msgid "%%currenttime%%"
486
- msgstr "%%currenttime%%"
487
-
488
- #: inc/admin/admin.php:226
489
- msgid "Current date"
490
- msgstr "Fecha actual"
491
-
492
- #: inc/admin/admin.php:226
493
- msgid "%%currentdate%%"
494
- msgstr "%%currentdate%%"
495
-
496
- #: inc/admin/admin.php:225
497
- msgid "Current year"
498
- msgstr "Año actual"
499
-
500
- #: inc/admin/admin.php:225
501
- msgid "%%currentyear%%"
502
- msgstr "%%currentyear%%"
503
-
504
- #: inc/admin/admin.php:224
505
- msgid "Current month"
506
- msgstr "Mes actual"
507
-
508
- #: inc/admin/admin.php:224
509
- msgid "%%currentmonth%%"
510
- msgstr "%%currentmonth%%"
511
-
512
- #: inc/admin/admin.php:223
513
- msgid "Current day"
514
- msgstr "Día actual"
515
-
516
- #: inc/admin/admin.php:223
517
- msgid "%%currentday%%"
518
- msgstr "%%currentday%%"
519
-
520
- #: inc/admin/admin.php:219
521
- msgid "Custom term taxonomy from post, page or post type"
522
- msgstr "Taxonomía de termino pesonalizada de entrada, pagina o tipo de entrada"
523
-
524
- #: inc/admin/admin.php:219
525
- msgid "%%_ct_your_custom_taxonomy_slug%%"
526
- msgstr "%%_ct_your_custom_taxonomy_slug%%"
527
-
528
- #: inc/admin/admin.php:217
529
- msgid "Year Archive title"
530
- msgstr "Título del archivo anual"
531
-
532
- #: inc/admin/admin.php:217
533
- msgid "%%archive_date_year%%"
534
- msgstr "%%archive_date_year%%"
535
-
536
- #: inc/admin/admin.php:216
537
- msgid "Month Archive title"
538
- msgstr "Título del archivo mensual"
539
-
540
- #: inc/admin/admin.php:216
541
- msgid "%%archive_date_month%%"
542
- msgstr "%%archive_date_month%%"
543
-
544
- #: inc/admin/admin.php:215
545
- msgid "Day Archive date"
546
- msgstr "Fecha del archivo diario"
547
-
548
- #: inc/admin/admin.php:215
549
- msgid "%%archive_date_day%%"
550
- msgstr "%%archive_date_day%%"
551
-
552
- #: inc/admin/admin.php:213
553
- msgid "Archive title"
554
- msgstr "Título del archivo"
555
-
556
- #: inc/admin/admin.php:213
557
- msgid "%%archive_title%%"
558
- msgstr "%%archive_title%%"
559
-
560
- #: inc/admin/admin-metaboxes-form.php:217
561
- msgid "Preview your Twitter card using the official validator"
562
- msgstr "Vista previa de tu tarjeta de Twitter utilizando el validador oficial."
563
-
564
- #: inc/functions/options-advanced-admin.php:725
565
- msgid "%s redirections disabled."
566
- msgid_plural "%s redirections disabled."
567
- msgstr[0] "%s redirección desactivada."
568
- msgstr[1] "%s redirecciones desactivadas."
569
-
570
- #: inc/functions/options-advanced-admin.php:701
571
- msgid "Disable redirection"
572
- msgstr "Desactivar redirección"
573
-
574
- #: inc/functions/options-advanced-admin.php:687
575
- msgid "%s redirections enabled."
576
- msgid_plural "%s redirections enabled."
577
- msgstr[0] "%s redirección activada."
578
- msgstr[1] "%s redirecciones activadas."
579
-
580
- #: inc/functions/options-advanced-admin.php:662
581
- msgid "Enable redirection"
582
- msgstr "Activar redirección"
583
-
584
- #: inc/functions/options-advanced-admin.php:156
585
- msgid "Redirect URL"
586
- msgstr "Redirigir URL"
587
-
588
- #: inc/functions/options-advanced-admin.php:153
589
- msgid "Redirect?"
590
- msgstr "¿Redirigir?"
591
-
592
- #: inc/admin/admin.php:5659
593
- msgid "Add redirection URL column"
594
- msgstr "Añadir la columna de redirección de URL"
595
-
596
- #: inc/admin/admin.php:5642
597
- msgid "Add redirection enable column"
598
- msgstr "Añadir la columna de redirección activa"
599
-
600
- #: inc/admin/admin.php:2996
601
- msgid "Show Redirect URL column in post types"
602
- msgstr "Mostrar la columna de redirección en los tipos de contenido"
603
-
604
- #: inc/admin/admin.php:2988
605
- msgid "Show Redirection Enable column in post types"
606
- msgstr "Mostrar la columna de redirección activada en los tipos de contenido"
607
-
608
- #: inc/admin/admin.php:707
609
- msgid ""
610
- "Export all redirections for this site as a .csv file. This allows you to easily "
611
- "import the redirections into another site, to Excel / Google Sheets..."
612
- msgstr ""
613
- "Exporta todas las redirecciones de este sitio como un archivo .csv. Esto te "
614
- "permite importar fácilmente las redirecciones en otra web, en Excel / Google "
615
- "Sheets…"
616
-
617
- #: inc/admin/admin.php:705
618
- msgid "Export Redirections"
619
- msgstr "Exportar redirecciones"
620
-
621
- #: inc/admin/admin-metaboxes-form.php:122
622
- msgid ""
623
- "This is what your page will look like in Google search results. You have to "
624
- "publish your post to get the Google Snippet Preview."
625
- msgstr ""
626
- "Así es como tu página aparece en la página de resultados de Google. Tienes que "
627
- "publicar la entrada para ver la vista previa del snippet de Google."
628
-
629
- #: inc/admin/admin.php:1728
630
- msgid "View your robots.txt"
631
- msgstr "Ver tu robots.txt"
632
-
633
- #: inc/functions/options-advanced-admin.php:866
634
- msgid ""
635
- "The description is not prominent by default; however, some themes may show it."
636
- msgstr ""
637
- "La descripción no es prominente por defecto, de todas formas, algunos temas la "
638
- "muestran."
639
-
640
- #: inc/functions/options-advanced-admin.php:857
641
- msgid "Description"
642
- msgstr "Descripción"
643
-
644
- #: inc/admin/admin.php:5330
645
- msgid "Add TINYMCE editor to term description"
646
- msgstr "Añade el editor TINYMCE a la descripción del término"
647
-
648
- #: inc/admin/admin.php:4052
649
- msgid "Guide to enable XML image sitemaps - new window"
650
- msgstr "Guía para activar los mapas de sitios de imágenes XML - nueva ventana"
651
-
652
- #: inc/admin/admin.php:4025
653
- msgid "Guide to enable XML Sitemaps - new window"
654
- msgstr "Guía para activar los mapas de sitios XML - nueva ventana"
655
-
656
- #: inc/admin/admin.php:3271
657
- msgid "Guide to create custom dimensions in Google Analytics - new window"
658
- msgstr ""
659
- "Guía para crear dimensiones personalizadas en Google Analytics - nueva ventana"
660
-
661
- #: inc/admin/admin.php:3210 inc/admin/admin.php:4108
662
- msgid "Guide to enable a HTML Sitemap - new window"
663
- msgstr "Guía para activar el mapa del sitio HTML - nueva ventana"
664
-
665
- #: inc/admin/admin.php:2827
666
- msgid "Add WP Editor to taxonomy description textarea"
667
- msgstr "Añadir el editor de WP al área de texto de la descripción de la taxonomía"
668
-
669
- #: inc/admin/admin.php:1944
670
- msgid "Guide to activate SEOPress PRO - new window"
671
- msgstr "Guía para activar SEOPress PRO - nueva ventana"
672
-
673
- #: inc/admin/admin.php:1923
674
- msgid "Guide to Export/Import/Reset settings - new window"
675
- msgstr "Guía para exportar/importar/reiniciar ajustes - nueva ventana"
676
-
677
- #: inc/admin/admin.php:1826
678
- msgid "Guide to enable 301 redirections and 404 monitoring - new window"
679
- msgstr ""
680
- "Guía para activar las redirecciones 301 y monitorizar las 404 - nueva ventana"
681
-
682
- #: inc/admin/admin.php:1758
683
- msgid "Guide to edit your robots.txt file - new window"
684
- msgstr "Guía para editar tu archivo robots.txt - nueva ventana"
685
-
686
- #: inc/admin/admin.php:1717
687
- msgid "Guide to analyze your site with Google Page Speed - new window"
688
- msgstr "Guía para analizar tu sitio con Google Page Speed - nueva ventana"
689
-
690
- #: inc/admin/admin.php:1697
691
- msgid "Guide to enable Breadcrumbs - new window"
692
- msgstr "Guía para activar los breadcrumbs - nueva ventana"
693
-
694
- #: inc/admin/admin.php:1490
695
- msgid "Guide to getting started with Google Analytics - new window"
696
- msgstr "Guía para comenzar con Google Analytics - nueva ventana"
697
-
698
- #: inc/admin/admin.php:1452
699
- msgid "Guide to enable Google Knowledge Graph - new window"
700
- msgstr "Guía para activar Google Knowledge Graph - nueva ventana"
701
-
702
- #: inc/admin/admin.php:1414
703
- msgid "Guide to enable your XML Sitemaps - new window"
704
- msgstr "Guía para activar tus mapas de sitios XML - nueva ventana"
705
-
706
- #: inc/admin/admin.php:1376
707
- msgid "Guide to manage your titles and meta descriptions - new window"
708
- msgstr "Guía para gestionar tus títulos y meta descripciones - nueva ventana"
709
-
710
- #: inc/admin/admin.php:276 inc/admin/admin.php:282
711
- msgid "Read our guide"
712
- msgstr "Lee nuestra guía"
713
-
714
- #: inc/admin/admin.php:268
715
- msgid "How-to"
716
- msgstr "Como"
717
-
718
- #: inc/admin/admin.php:263
719
- msgid ""
720
- "Watch our video to learn how to connect your WordPress site with Google "
721
- "Analytics and get statistics right in your dashboard (PRO only)."
722
- msgstr ""
723
- "Mira nuestro vídeo para aprender a conectar tu sitio WordPress con Google "
724
- "Analytics y obtener estadísticas directamente en tu escritorio (solamente en la "
725
- "versión PRO)."
726
-
727
- #: inc/functions/options-google-analytics.php:375
728
- msgid "Connected users"
729
- msgstr "Usuarios conectados"
730
-
731
- #: inc/functions/options-google-analytics.php:361
732
- msgid "Post types"
733
- msgstr "Tipos de contenido"
734
-
735
- #: inc/functions/options-google-analytics.php:347
736
- msgid "Tags"
737
- msgstr "Etiquetas"
738
-
739
- #: inc/functions/options-google-analytics.php:321
740
- msgid "Categories"
741
- msgstr "Categorías"
742
-
743
- #: inc/functions/options-google-analytics.php:302
744
- msgid "Authors"
745
- msgstr "Autores"
746
-
747
- #: inc/admin/admin.php:4832
748
- msgid "Enter yours domains (eg: https://www.seopress.org/)"
749
- msgstr "Escribe tus dominios (por ejemplo: https://www.seopress.org/)"
750
-
751
- #: inc/admin/admin.php:4653
752
- msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
753
- msgstr "Activa el seguimiento de Google Analytics (Global Site Tag: gtag.js)"
754
-
755
- #: inc/admin/admin.php:4393
756
- msgid "Twitter Page URL"
757
- msgstr "URL de la página de Twitter"
758
-
759
- #: inc/admin/admin.php:1332
760
- msgid "Dareboost: Test, analyze and optimize your website"
761
- msgstr "Dareboost: prueba, analiza y optimiza tu sitio web"
762
-
763
- #: inc/functions/options-advanced-admin.php:159
764
- #: inc/functions/options-advanced-admin.php:770
765
- msgid "Canonical"
766
- msgstr "Canónica"
767
-
768
- #: inc/admin/admin.php:5676
769
- msgid "Add canonical URL column"
770
- msgstr "Añadir la columna de URL canónica"
771
-
772
- #: inc/admin/admin.php:3004
773
- msgid "Show canonical URL column in post types"
774
- msgstr "Mostrar la columna de URL canónica en los tipos de contenido"
775
-
776
- #: inc/admin/admin.php:2538
777
- msgid "Facebook Link Ownership ID"
778
- msgstr "ID de propiedad del enlace de Facebook"
779
-
780
- #: inc/admin/admin.php:4429
781
- msgid "eg: https://www.instagram.com/wp_seopress/"
782
- msgstr "ej: https://www.instagram.com/wp_seopress/"
783
-
784
- #: inc/admin/admin.php:1556
785
- msgid "Improve Easy Digital Downloads SEO"
786
- msgstr "Mejorar SEO de Easy Digital Downloads"
787
-
788
- #: inc/admin/admin.php:218
789
- msgid "Custom fields from post, page or post type"
790
- msgstr "Campos personalizados desde el tipo de entrada, página o entrada"
791
-
792
- #: inc/admin/admin.php:218
793
- msgid "%%_cf_your_custom_field_name%%"
794
- msgstr "%%_cf_your_custom_field_name%%"
795
-
796
- #: inc/admin/admin-header.php:74 inc/admin/admin.php:1555
797
- msgid "Easy Digital Downloads"
798
- msgstr "Easy Digital Downloads"
799
-
800
- #: inc/admin/admin.php:5449
801
- msgid "Remove Really Simple Discovery meta tag in source code (eg:"
802
- msgstr ""
803
- "Eliminar la metaetiqueta Really Simple Discovery en el código fuente (por ej.:"
804
-
805
- #: inc/admin/admin.php:5432
806
- msgid "Remove Windows Live Writer meta tag in source code (eg:"
807
- msgstr ""
808
- "Eliminar la metaetiqueta de Windows Live Writer en el código fuente (por ej.:"
809
-
810
- #: inc/admin/admin.php:5415
811
- msgid "Remove WordPress shortlink meta tag in source code (eg:"
812
- msgstr ""
813
- "Eliminar la metaetiqueta de enlace corto de WordPress en el código fuente (por "
814
- "ej.:"
815
-
816
- #: inc/admin/admin.php:5398
817
- msgid "Remove WordPress meta generator in source code"
818
- msgstr "Eliminar el generador de metadatos de WordPress en el código fuente"
819
-
820
- #: inc/admin/admin.php:2883
821
- msgid "Remove RSD meta tag"
822
- msgstr "Eliminar la metaetiqueta RSD"
823
-
824
- #: inc/admin/admin.php:2875
825
- msgid "Remove Windows Live Writer meta tag"
826
- msgstr "Eliminar la metaetiqueta de Windows Live Writer"
827
-
828
- #: inc/admin/admin.php:2867
829
- msgid "Remove WordPress shortlink meta tag"
830
- msgstr "Eliminar la metaetiqueta de enlace corto de WordPress"
831
-
832
- #: inc/admin/admin.php:2859
833
- msgid "Remove WordPress generator meta tag"
834
- msgstr "Eliminar metaetiqueta del generador de WordPress"
835
-
836
- #: inc/admin/admin-metaboxes-form.php:86
837
- msgid "to edit your title and meta description"
838
- msgstr "para editar tu título y meta descripción"
839
-
840
- #: inc/admin/admin-metaboxes-form.php:86
841
- msgid ""
842
- "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas > "
843
- "Archives > Products</strong> "
844
- msgstr ""
845
- "Esta es tu <strong>página de la tienda</strong>. Ve a <strong>SEO > Títulos y "
846
- "Metas > Archivos > Productos</strong> "
847
-
848
- #: inc/functions/options-advanced-admin.php:162
849
- msgid "Target Kw"
850
- msgstr "Palabras clave objetivo"
851
-
852
- #: inc/admin/admin.php:5693
853
- msgid "Add target keyword column"
854
- msgstr "Añadir la columna de palabras clave objetivo"
855
-
856
- #: inc/admin/admin.php:3086
857
- msgid "Block Content analysis metaboxe to user roles"
858
- msgstr "Bloquear metaboxes de análisis de contenido a roles de usuario"
859
-
860
- #: inc/admin/admin.php:3012
861
- msgid "Show Target Keyword column in post types"
862
- msgstr "Mostrar la columna Palabra clave destino en los tipos de contenido"
863
-
864
- #: inc/admin/admin.php:730
865
- msgid "Focus keywords"
866
- msgstr "Palabras clave de enfoque"
867
-
868
- #: inc/admin/admin-metaboxes.php:378
869
- msgid "Content analysis"
870
- msgstr "Análisis de contenido"
871
-
872
- #: inc/admin/admin-metaboxes-content-analysis-form.php:310
873
- msgid "This page doesn't have any nofollow links."
874
- msgstr "Esta página no tiene ningún enlace nofollow."
875
-
876
- #: inc/admin/admin-metaboxes-content-analysis-form.php:303
877
- msgid ""
878
- "We found %d links with nofollow attribute in your page. Do not overuse nofollow "
879
- "attribute in links. Below, the list:"
880
- msgstr ""
881
- "Encontramos %d enlaces con el atributo nofollow en tu página. No uses en exceso "
882
- "el atributo nofollow en los enlaces. A continuación, la lista:"
883
-
884
- #: inc/admin/admin-metaboxes-content-analysis-form.php:297
885
- msgid "NoFollow Links"
886
- msgstr "Enlaces NoFollow"
887
-
888
- #: inc/admin/admin-metaboxes-content-analysis-form.php:291
889
- msgid ""
890
- "We could not find any image in your content. Content with media is a plus for "
891
- "your SEO."
892
- msgstr ""
893
- "No pudimos encontrar ninguna imagen en tu contenido. El contenido con medios es "
894
- "una ventaja para tu SEO."
895
-
896
- #: inc/admin/admin-metaboxes-content-analysis-form.php:288
897
- msgid "All alternative tags are filled in. Good work!"
898
- msgstr "Todas las etiquetas alternativas están rellenadas. ¡Buen trabajo!"
899
-
900
- #: inc/admin/admin-metaboxes-content-analysis-form.php:280
901
- msgid "Product gallery"
902
- msgstr "Galería de productos"
903
-
904
- #: inc/admin/admin-metaboxes-content-analysis-form.php:272
905
- msgid "Post Thumbnail"
906
- msgstr "Publicar miniatura de la entrada"
907
-
908
- #: inc/admin/admin-metaboxes-content-analysis-form.php:262
909
- msgid "Post Content"
910
- msgstr "Publicar Contenido"
911
-
912
- #: inc/admin/admin-metaboxes-content-analysis-form.php:258
913
- msgid ""
914
- "No alternative text found for these images. Alt tags are important for both SEO "
915
- "and accessibility."
916
- msgstr ""
917
- "No se encontró texto alternativo para estas imágenes. Las etiquetas Alt son "
918
- "importantes tanto para el SEO como para la accesibilidad."
919
-
920
- #: inc/admin/admin-metaboxes-content-analysis-form.php:246
921
- msgid ""
922
- "nosnippet is off. Search engines will display a snippet of this page in search "
923
- "results."
924
- msgstr ""
925
- "nosnippet está desactivado. Los motores de búsqueda mostrarán un fragmento de "
926
- "esta página en los resultados de búsqueda."
927
-
928
- #: inc/admin/admin-metaboxes-content-analysis-form.php:244
929
- msgid ""
930
- "nosnippet is on! Search engines will not display a snippet of this page in "
931
- "search results."
932
- msgstr ""
933
- "¡nosnippet está activado! Los motores de búsqueda no mostrarán un fragmento de "
934
- "esta página en los resultados de búsqueda."
935
-
936
- #: inc/admin/admin-metaboxes-content-analysis-form.php:240
937
- msgid "noarchive is off. Search engines will probably cache your page."
938
- msgstr ""
939
- "noarchive está desactivado. Los motores de búsqueda probablemente almacenarán "
940
- "en caché tu página."
941
-
942
- #: inc/admin/admin-metaboxes-content-analysis-form.php:238
943
- msgid "noarchive is on! Search engines will not cache your page."
944
- msgstr ""
945
- "¡noarchive está activado! Los motores de búsqueda no almacenarán en caché tu "
946
- "página."
947
-
948
- #: inc/admin/admin-metaboxes-content-analysis-form.php:234
949
- msgid "noimageindex is off. Google will index the images on this page."
950
- msgstr ""
951
- "noimageindex está desactivado. Google indexará las imágenes de esta página."
952
-
953
- #: inc/admin/admin-metaboxes-content-analysis-form.php:232
954
- msgid ""
955
- "noimageindex is on! Google will not index your images on this page (but if "
956
- "someone makes a direct link to one of your image in this page, it will be "
957
- "indexed)."
958
- msgstr ""
959
- "¡noimageindex está activado! Google no indexará tus imágenes en esta página "
960
- "(pero si alguien hace un enlace directo a una de tus imágenes en esta página, "
961
- "se indexará)."
962
-
963
- #: inc/admin/admin-metaboxes-content-analysis-form.php:228
964
- msgid "nofollow is off. Search engines will follow links on this page."
965
- msgstr ""
966
- "nofollow está desactivado. Los motores de búsqueda seguirán los enlaces en esta "
967
- "página."
968
-
969
- #: inc/admin/admin-metaboxes-content-analysis-form.php:226
970
- msgid "nofollow is on! Search engines can't follow your links on this page."
971
- msgstr ""
972
- "¡nofollow está activado! Los motores de búsqueda no pueden seguir tus enlaces "
973
- "en esta página."
974
-
975
- #: inc/admin/admin-metaboxes-content-analysis-form.php:222
976
- msgid "noindex is off. Search engines will index this page."
977
- msgstr "noindex está desactivado. Los motores de búsqueda indexarán esta página."
978
-
979
- #: inc/admin/admin-metaboxes-content-analysis-form.php:220
980
- msgid "noindex is on! Search engines can't index this page."
981
- msgstr ""
982
- "¡noindex está activado! Los motores de búsqueda no pueden indexar esta página."
983
-
984
- #: inc/admin/admin-metaboxes-content-analysis-form.php:210
985
- msgid "No custom meta description is set for this post."
986
- msgstr "No se estableció una metadescripción personalizada para esta entrada."
987
-
988
- #: inc/admin/admin-metaboxes-content-analysis-form.php:207
989
- msgid "The length of your meta description is correct"
990
- msgstr "La longitud de tu meta descripción es correcta"
991
-
992
- #: inc/admin/admin-metaboxes-content-analysis-form.php:205
993
- msgid "You custom meta description is too long."
994
- msgstr "Tu meta descripción personalizada es demasiado larga."
995
-
996
- #: inc/admin/admin-metaboxes-content-analysis-form.php:201
997
- msgid "None of your target keywords were found in the Meta description."
998
- msgstr ""
999
- "No se encontraron ninguna de tus palabras clave objetivo en el meta de la "
1000
- "descripción."
1001
-
1002
- #: inc/admin/admin-metaboxes-content-analysis-form.php:189
1003
- msgid "Target keywords were found in the Meta description."
1004
- msgstr "Se encontraron palabras clave objetivo en el meta de la descripción."
1005
-
1006
- #: inc/admin/admin-metaboxes-content-analysis-form.php:181
1007
- msgid "No custom title is set for this post."
1008
- msgstr "No hay un título personalizado establecido para esta publicación."
1009
-
1010
- #: inc/admin/admin-metaboxes-content-analysis-form.php:178
1011
- msgid "The length of your title is correct"
1012
- msgstr "La longitud de tu título es correcta"
1013
-
1014
- #: inc/admin/admin-metaboxes-content-analysis-form.php:176
1015
- msgid "You custom title is too long."
1016
- msgstr "Tu título personalizado es demasiado largo."
1017
-
1018
- #: inc/admin/admin-metaboxes-content-analysis-form.php:172
1019
- msgid "None of your target keywords were found in the Meta Title."
1020
- msgstr ""
1021
- "No se encontraron ninguna de tus palabras clave objetivo en el meta del título."
1022
-
1023
- #: inc/admin/admin-metaboxes-content-analysis-form.php:160
1024
- msgid "Target keywords were found in the Meta Title."
1025
- msgstr "Se encontraron palabras clave objetivo en el meta de la entrada."
1026
-
1027
- #: inc/admin/admin-metaboxes-content-analysis-form.php:157
1028
- msgid "Meta title"
1029
- msgstr "Meta título"
1030
-
1031
- #: inc/admin/admin-metaboxes-content-analysis-form.php:153
1032
- msgid "None of your target keywords were found in Heading 3 (H3)."
1033
- msgstr ""
1034
- "No se encontraron ninguna de tus palabras clave objetivo en el Título 3 (H3)."
1035
-
1036
- #: inc/admin/admin-metaboxes-content-analysis-form.php:141
1037
- msgid "Target keywords were found in Heading 3 (H3)."
1038
- msgstr "Las palabras clave objetivo se encontraron en el Título 3 (H3)."
1039
-
1040
- #: inc/admin/admin-metaboxes-content-analysis-form.php:139
1041
- msgid "H3 (Heading 3)"
1042
- msgstr "H3 (Título 3)"
1043
-
1044
- #: inc/admin/admin-metaboxes-content-analysis-form.php:135
1045
- msgid "None of your target keywords were found in Heading 2 (H2)."
1046
- msgstr ""
1047
- "No se encontraron ninguna de tus palabras clave objetivo en el Título 2 (H2)."
1048
-
1049
- #: inc/admin/admin-metaboxes-content-analysis-form.php:123
1050
- msgid "Target keywords were found in Heading 2 (H2)."
1051
- msgstr "Las palabras clave objetivo se encontraron en el Título 2 (H2)."
1052
-
1053
- #: inc/admin/admin-metaboxes-content-analysis-form.php:121
1054
- msgid "H2 (Heading 2)"
1055
- msgstr "H2 (Título 2)"
1056
-
1057
- #: inc/admin/admin-metaboxes-content-analysis-form.php:117
1058
- msgid ""
1059
- "You should not use a H1 heading in your post content because your post title is "
1060
- "already an H1. The rule is simple: only one H1 for each web page."
1061
- msgstr ""
1062
- "No debes utilizar el título H1 en el contenido de tu entrada porque el tíitulo "
1063
- "de tu entrada ya está en H1. La regla es simple: sólo un H1 por página web."
1064
-
1065
- #: inc/admin/admin-metaboxes-content-analysis-form.php:116
1066
- msgid "We found %d Heading 1 (H1) in your content."
1067
- msgstr "Encontramos %d Título 1 (H1) en tu contenido."
1068
-
1069
- #: inc/admin/admin-metaboxes-content-analysis-form.php:114
1070
- msgid "H1 (Heading 1)"
1071
- msgstr "H1 (Título 1)"
1072
-
1073
- #: inc/admin/admin-metaboxes-content-analysis-form.php:109
1074
- msgid "No post title set for this post!"
1075
- msgstr "¡No hay ningún título de publicación establecido para esta publicación!"
1076
-
1077
- #: inc/admin/admin-metaboxes-content-analysis-form.php:106
1078
- msgid "None of your target keywords were found in the Post Title."
1079
- msgstr ""
1080
- "No se encontraron ninguna de tus palabras clave objetivo en el Título de "
1081
- "Publicación."
1082
-
1083
- #: inc/admin/admin-metaboxes-content-analysis-form.php:102
1084
- #: inc/admin/admin-metaboxes-content-analysis-form.php:131
1085
- #: inc/admin/admin-metaboxes-content-analysis-form.php:149
1086
- #: inc/admin/admin-metaboxes-content-analysis-form.php:168
1087
- #: inc/admin/admin-metaboxes-content-analysis-form.php:197
1088
- msgid "%s was found %d times."
1089
- msgstr "%s se encontró %d veces."
1090
-
1091
- #: inc/admin/admin-metaboxes-content-analysis-form.php:94
1092
- msgid "Target keywords were found in the Post Title."
1093
- msgstr "Se encontraron palabras clave objetivo en el titulo de la entrada."
1094
-
1095
- #: inc/admin/admin-metaboxes-content-analysis-form.php:91
1096
- msgid "Post title"
1097
- msgstr "Título de publicación"
1098
-
1099
- #: inc/admin/admin-metaboxes-content-analysis-form.php:85
1100
- msgid "Your content is too short. Add a few more paragraphs!"
1101
- msgstr "Tu contenido es muy corto. ¡Añade más párrafos!"
1102
-
1103
- #: inc/admin/admin-metaboxes-content-analysis-form.php:83
1104
- msgid ""
1105
- "Your content is composed of more than 300 words, which is the minimum for a "
1106
- "post."
1107
- msgstr ""
1108
- "Tu contenido se compone de más de 300 palabras, que es el mínimo para una "
1109
- "publicación."
1110
-
1111
- #: inc/admin/admin-metaboxes-content-analysis-form.php:80
1112
- msgid "unique words found."
1113
- msgstr "palabras únicas encontradas."
1114
-
1115
- #: inc/admin/admin-metaboxes-content-analysis-form.php:79
1116
- msgid "words found."
1117
- msgstr "palabras encontradas."
1118
-
1119
- #: inc/admin/admin-metaboxes-content-analysis-form.php:77
1120
- msgid "Words counter"
1121
- msgstr "Contador de palabras"
1122
-
1123
- #: inc/admin/admin-metaboxes-content-analysis-form.php:71
1124
- msgid "Links"
1125
- msgstr "Enlaces"
1126
-
1127
- #: inc/admin/admin-metaboxes-content-analysis-form.php:70
1128
- msgid "Images"
1129
- msgstr "Imágenes"
1130
-
1131
- #: inc/admin/admin-metaboxes-content-analysis-form.php:69
1132
- msgid "Configuration"
1133
- msgstr "Configuración"
1134
-
1135
- #: inc/admin/admin-metaboxes-content-analysis-form.php:68
1136
- msgid "Optimizations"
1137
- msgstr "Optimizaciones"
1138
-
1139
- #: inc/admin/admin-metaboxes-content-analysis-form.php:18
1140
- msgid "Analysis completed"
1141
- msgstr "Análisis completado"
1142
-
1143
- #: inc/admin/admin-metaboxes-content-analysis-form.php:16
1144
- msgid "Refresh analysis"
1145
- msgstr "Actualizar análisis"
1146
-
1147
- #: inc/admin/admin-metaboxes-content-analysis-form.php:14
1148
- msgid "Analyze my content"
1149
- msgstr "Analiza mi contenido"
1150
-
1151
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
1152
- msgid "Enter your target keywords"
1153
- msgstr "Introduce tus palabras clave objetivo"
1154
-
1155
- #: inc/admin/admin-metaboxes-content-analysis-form.php:9
1156
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
1157
- msgid "Target keywords"
1158
- msgstr "Palabras clave objetivo"
1159
-
1160
- #: inc/admin/admin-metaboxes-content-analysis-form.php:5
1161
- msgid "Enter a few keywords for analysis to help you write optimized content."
1162
- msgstr ""
1163
- "Escribe algunas palabras clave para ser analizadas y que te ayuden a redactar "
1164
- "contenido optimizado."
1165
-
1166
- #: inc/admin/admin-metaboxes-form.php:191
1167
- msgid "Enter a custom value, useful if your title is too long"
1168
- msgstr "Introduce un valor personalizado, útil si tu título es demasiado largo"
1169
-
1170
- #: inc/admin/admin-metaboxes-form.php:190 inc/admin/admin-metaboxes-form.php:191
1171
- msgid "Custom breadcrumbs"
1172
- msgstr "Breadcrumbs personalizado"
1173
-
1174
- #: inc/admin/admin.php:203
1175
- msgid "Post tag"
1176
- msgstr "Etiqueta de la publicación"
1177
-
1178
- #: inc/admin/admin.php:203
1179
- msgid "%%post_tag%%"
1180
- msgstr "%%post_tag%%"
1181
-
1182
- #: inc/admin/admin.php:202
1183
- msgid "Post category"
1184
- msgstr "Categoría de la publicación"
1185
-
1186
- #: inc/admin/admin.php:202
1187
- msgid "%%post_category%%"
1188
- msgstr "%%post_category%%"
1189
-
1190
- #: inc/admin/admin.php:5364
1191
- msgid "You have to flush your permalinks each time you change this settings"
1192
- msgstr ""
1193
- "Debes purgar tus enlaces permanentes cada vez que cambies esta configuración"
1194
-
1195
- #: inc/admin/admin-header.php:203
1196
- msgid "Follow us on YouTube (new window)"
1197
- msgstr "Síguenos en YouTube (nueva ventana)"
1198
-
1199
- #: inc/admin/admin-header.php:205
1200
- msgid "Follow us on YouTube"
1201
- msgstr "Síguenos en YouTube"
1202
-
1203
- #: inc/admin/admin.php:2579
1204
- msgid "Use Open Graph if no Twitter Card is filled"
1205
- msgstr "Utilizar Open Graph si no se rellena la tarjeta de Twitter"
1206
-
1207
- #: inc/admin/admin.php:4597
1208
- msgid "Use OG if no Twitter Cards"
1209
- msgstr "Usar OG si no hay tarjetas de Twitter"
1210
-
1211
- #: inc/admin/admin.php:222
1212
- msgid "Single product short description"
1213
- msgstr "Descripción corta de producto simple"
1214
-
1215
- #: inc/admin/admin.php:222
1216
- msgid "%%wc_single_short_desc%%"
1217
- msgstr "%%wc_single_short_desc%%"
1218
-
1219
- #: inc/admin/admin.php:221
1220
- msgid "Single product tag"
1221
- msgstr "Etiqueta de producto simple"
1222
-
1223
- #: inc/admin/admin.php:221
1224
- msgid "%%wc_single_tag%%"
1225
- msgstr "%%wc_single_tag%%"
1226
-
1227
- #: inc/admin/admin.php:220
1228
- msgid "Single product category"
1229
- msgstr "Categoría de producto simple"
1230
-
1231
- #: inc/admin/admin.php:220
1232
- msgid "%%wc_single_cat%%"
1233
- msgstr "%%wc_single_cat%%"
1234
-
1235
- #: inc/admin/admin.php:5517
1236
- msgid "Remove SEOPress from Admin Bar in backend and frontend"
1237
- msgstr "Quitar SEOPress de la barra de administración en el back-end y frontend"
1238
-
1239
- #: inc/admin/admin.php:243 inc/admin/admin.php:251
1240
- msgid "Check our website"
1241
- msgstr "Comprueba nuestro sito web"
1242
-
1243
- #: inc/admin/admin.php:242 inc/admin/admin.php:250
1244
- msgid "Read our FAQ"
1245
- msgstr "Lee nuestro FAQ"
1246
-
1247
- #: inc/admin/admin.php:241 inc/admin/admin.php:249
1248
- msgid "Browse our guides"
1249
- msgstr "Visita nuestras guías"
1250
-
1251
- #: inc/admin/admin.php:4232
1252
- msgid "Disable date after each post, page, post type?"
1253
- msgstr ""
1254
- "¿Deshabilitar la fecha después de cada entrada, página, tipo de contenido?"
1255
-
1256
- #: inc/admin/admin.php:4207
1257
- msgid "You can also use this shortcode:"
1258
- msgstr "También puedes usar este shortcode:"
1259
-
1260
- #: inc/admin/admin.php:2359
1261
- msgid "Disable the display of the publication date"
1262
- msgstr "Desactivar la visualización de la fecha de publicación"
1263
-
1264
- #: inc/admin/admin.php:875
1265
- msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
1266
- msgstr "Tu tema no utiliza <strong>add_theme_support('title-tag');</strong>"
1267
-
1268
- #: inc/functions/sitemap/template-xml-sitemaps-xsl.php:113
1269
- msgid "XML Sitemaps"
1270
- msgstr "Mapa del sitio XML"
1271
-
1272
- #: inc/admin/admin.php:4913
1273
- msgid "Separate each keyword with a pipe \"|\""
1274
- msgstr "Separa cada keyword con una barra vertical “|”"
1275
-
1276
- #: inc/admin/admin.php:4909
1277
- msgid "aff|go|out"
1278
- msgstr "aff|go|out"
1279
-
1280
- #: inc/admin/admin.php:4897
1281
- msgid "Enable affiliate/outbound tracking"
1282
- msgstr "Habilitar el seguimiento de afiliados / salida"
1283
-
1284
- #: inc/admin/admin.php:4849
1285
- msgid "Enable external links tracking"
1286
- msgstr "Habilitar el seguimiento de enlaces externos"
1287
-
1288
- #: inc/admin/admin.php:2752 inc/admin/admin.php:4909
1289
- msgid "Track affiliate/outbound links"
1290
- msgstr "Seguimiento de enlaces afiliados / salida"
1291
-
1292
- #: inc/admin/admin.php:2744
1293
- msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
1294
- msgstr ""
1295
- "Habilitar el seguimiento de enlaces afiliados / salida (por ejemplo: aff, go, "
1296
- "out, recomendaciones)"
1297
-
1298
- #: inc/admin/admin.php:2720
1299
- msgid "Enable external links tracking (all links with target _blank attribute)"
1300
- msgstr ""
1301
- "Habilitar el seguimiento de los enlaces externos (todos los enlaces con el "
1302
- "atributo target _blank)"
1303
-
1304
- #: inc/admin/admin.php:1847
1305
- msgid "See backlinks"
1306
- msgstr "Ver backlinks"
1307
-
1308
- #: inc/admin/admin.php:1846
1309
- msgid "Check your backlinks with Majestic API."
1310
- msgstr "Compruebe tus backlinks con Majestic API."
1311
-
1312
- #: inc/admin/admin.php:1333
1313
- msgid "Google Campaign URL Builder tool"
1314
- msgstr "Herramienta Google Campaign URL Builder"
1315
-
1316
- #: inc/admin/admin-metaboxes-form.php:199
1317
- msgid "Ask Facebook to update his cache"
1318
- msgstr "Pide a Facebook que actualice su caché"
1319
-
1320
- #: inc/admin/admin-header.php:136 inc/admin/admin.php:1845
1321
- #: inc/admin/adminbar.php:93
1322
- msgid "Backlinks"
1323
- msgstr "Backlinks"
1324
-
1325
- #: inc/functions/options-redirections.php:120
1326
- msgid "Once per day"
1327
- msgstr "Una vez al día"
1328
-
1329
- #: inc/admin/admin.php:3316
1330
- msgid "Looking to edit your blog page?"
1331
- msgstr "¿Está intentando editar la página de blog?"
1332
-
1333
- #: inc/admin/admin.php:1260
1334
- msgid "Sorry, you domain name can't be verified :("
1335
- msgstr "Lo sentimos, tu nombre de dominio no puede ser verificado :("
1336
-
1337
- #: inc/admin/admin.php:5539
1338
- msgid "Low priority"
1339
- msgstr "Baja prioridad"
1340
-
1341
- #: inc/admin/admin.php:5536
1342
- msgid "Normal priority (default)"
1343
- msgstr "Prioridad normal (predeterminado)"
1344
-
1345
- #: inc/admin/admin.php:5533
1346
- msgid "High priority (top)"
1347
- msgstr "Alta prioridad (arriba)"
1348
-
1349
- #: inc/admin/admin.php:4882
1350
- msgid "Separate each file type extensions with a pipe \"|\""
1351
- msgstr "Separa cada extensión de tipo de archivo con una barra vertical \"|\""
1352
-
1353
- #: inc/admin/admin.php:4878
1354
- msgid "pdf|docx|pptx|zip"
1355
- msgstr "pdf|docx|pptx|zip"
1356
-
1357
- #: inc/admin/admin.php:4866
1358
- msgid "Enable download tracking"
1359
- msgstr "Habilitar seguimiento de descargas"
1360
-
1361
- #: inc/admin/admin.php:3998
1362
- msgid "Learn more on Google website"
1363
- msgstr "Más información en el sitio web de Google"
1364
-
1365
- #: inc/admin/admin.php:3996
1366
- msgid "Add rel next/prev link in head of paginated archive pages"
1367
- msgstr ""
1368
- "Agrega el enlace rel next/prev en la cabecera de las páginas de archivo "
1369
- "paginadas"
1370
-
1371
- #: inc/admin/admin.php:3780
1372
- msgid "Disable date archives"
1373
- msgstr "Deshabilitar archivos de fecha"
1374
-
1375
- #: inc/admin/admin.php:3711
1376
- msgid "Disable author archives"
1377
- msgstr "Deshabilitar archivos de autor"
1378
-
1379
- #: inc/admin/admin.php:3256
1380
- msgid "<p>Track events in Google Analytics.</p>"
1381
- msgstr "<p>Monitoriza eventos en Google Analytics.</p>"
1382
-
1383
- #: inc/admin/admin.php:3177
1384
- msgid ""
1385
- "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add "
1386
- "this rule to your configuration:"
1387
- msgstr ""
1388
- "Tu servidor utiliza NGINX. Si los mapas de sitio XML no funcionan, debes "
1389
- "agregar estas reglas a su configuración:"
1390
-
1391
- #: inc/admin/admin.php:2940
1392
- msgid "Move SEOPress metabox's position"
1393
- msgstr "Mover la posición de metabox de SEOPress"
1394
-
1395
- #: inc/admin/admin.php:2728
1396
- msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
1397
- msgstr "Habilitar el seguimiento de descargas (por ejemplo: PDF, XLSX, DOCX ...)"
1398
-
1399
- #: inc/admin/admin.php:2252
1400
- msgid "Indicate paginated content to Google"
1401
- msgstr "Indica el contenido paginado a Google"
1402
-
1403
- #: inc/admin/admin.php:1900
1404
- msgid "Configure default WordPress RSS."
1405
- msgstr "Configurar el RSS predeterminado de WordPress."
1406
-
1407
- #: inc/admin/admin.php:1836
1408
- msgid "See broken links"
1409
- msgstr "Ver enlaces rotos"
1410
-
1411
- #: inc/admin/admin.php:1797
1412
- msgid "See redirects"
1413
- msgstr "Ver redirecciones"
1414
-
1415
- #: inc/admin/admin.php:1331
1416
- msgid "Google Trends"
1417
- msgstr "Tendencias de Google"
1418
-
1419
- #: inc/admin/admin.php:1330
1420
- msgid "Upload a list of links to disavow to Google"
1421
- msgstr "Sube una lista de enlaces para desautorizar a Google"
1422
-
1423
- #: inc/admin/admin.php:1322
1424
- msgid "Get Alexa Rank"
1425
- msgstr "Obtener Alexa Rank"
1426
-
1427
- #: inc/admin/admin.php:1318
1428
- msgid "The lower, the best"
1429
- msgstr "El más bajo, el mejor"
1430
-
1431
- #: inc/admin/admin.php:1309
1432
- msgid "Country Rank: "
1433
- msgstr "Clasificación de País: "
1434
-
1435
- #: inc/admin/admin.php:1287
1436
- msgid "Your Alexa Rank"
1437
- msgstr "Tu Alexa Rank"
1438
-
1439
- #: inc/admin/admin.php:1272
1440
- msgid "Check your Alexa Rank (Amazon index)"
1441
- msgstr "Comprueba tu Alexa Rank (índice de Amazon)"
1442
-
1443
- #: inc/admin/admin.php:1263
1444
- msgid "Email me before expiration"
1445
- msgstr "Envíame un correo electrónico antes de la expiración"
1446
-
1447
- #: inc/admin/admin.php:1255
1448
- msgid "Your domain expires: "
1449
- msgstr "Tu dominio caduca: "
1450
-
1451
- #: inc/admin/admin.php:1252
1452
- msgid "Domain creation date: "
1453
- msgstr "Fecha de creación del dominio: "
1454
-
1455
- #: inc/admin/admin.php:1249
1456
- msgid "Last updated date: "
1457
- msgstr "Última actualización: "
1458
-
1459
- #: inc/admin/admin.php:1246
1460
- msgid "Your registrar: "
1461
- msgstr "Tu registrador: "
1462
-
1463
- #: inc/admin/admin.php:1243
1464
- msgid "Your domain name: "
1465
- msgstr "Tu nombre de dominio: "
1466
-
1467
- #: inc/admin/admin.php:1212
1468
- msgid "Check your domain expiration date"
1469
- msgstr "Comprueba la fecha de vencimiento de tu dominio"
1470
-
1471
- #: inc/admin/admin.php:1204
1472
- msgid "Get list"
1473
- msgstr "Obtener Lista"
1474
-
1475
- #: inc/admin/admin.php:1191
1476
- msgid "Number of websites on your server: "
1477
- msgstr "Número de sitios web en tu servidor: "
1478
-
1479
- #: inc/admin/admin.php:1190
1480
- msgid "Last scrape: "
1481
- msgstr "Última recopilación: "
1482
-
1483
- #: inc/admin/admin.php:1187
1484
- msgid "Server IP Address: "
1485
- msgstr "Dirección IP del servidor: "
1486
-
1487
- #: inc/admin/admin.php:1160
1488
- msgid "Host IP: "
1489
- msgstr "IP del Host:"
1490
-
1491
- #: inc/admin/admin.php:1158
1492
- msgid "Check websites setup on your server"
1493
- msgstr "Comprobar la configuración de sitios web en tu servidor"
1494
-
1495
- #: inc/admin/admin.php:826 inc/admin/admin.php:831
1496
- msgid "Useful links"
1497
- msgstr "Enlaces útiles"
1498
-
1499
- #: inc/admin/admin.php:825
1500
- msgid "SEO Tools"
1501
- msgstr "Herramientas SEO"
1502
-
1503
- #: inc/admin/admin.php:720
1504
- msgid "Import posts and terms metadata from Yoast"
1505
- msgstr "Importar metadatos de entradas y términos de Yoast"
1506
-
1507
- #: inc/admin/admin.php:689
1508
- msgid "Download a CSV example"
1509
- msgstr "Descargar un ejemplo de CSV"
1510
-
1511
- #: inc/admin/admin.php:537 inc/admin/admin.php:546
1512
- msgid "Events"
1513
- msgstr "Eventos"
1514
-
1515
- #: inc/admin/admin-header.php:211
1516
- msgid "Support (new window)"
1517
- msgstr "Soporte (nueva ventana)"
1518
-
1519
- #: inc/admin/admin-header.php:209
1520
- msgid "Official website"
1521
- msgstr "Sitio oficial"
1522
-
1523
- #: inc/admin/admin-header.php:207
1524
- msgid "Official website (new window)"
1525
- msgstr "Sitio oficial (nueva ventana)"
1526
-
1527
- #: inc/admin/admin-header.php:199
1528
- msgid "Follow us on Twitter (new window)"
1529
- msgstr "Síguenos en Twitter (nueva ventana)"
1530
-
1531
- #: inc/admin/admin-header.php:195 inc/admin/admin-header.php:197
1532
- msgid "Send feedback"
1533
- msgstr "Dar respuesta"
1534
-
1535
- #: inc/admin/admin-header.php:193
1536
- msgid "See the changelog"
1537
- msgstr "Ver el registro de cambios"
1538
-
1539
- #: inc/admin/admin-header.php:191
1540
- msgid "See the changelog (new window)"
1541
- msgstr "Ver el registro de cambios (nueva ventana)"
1542
-
1543
- #: inc/admin/admin-header.php:156 inc/admin/admin.php:1899
1544
- msgid "RSS"
1545
- msgstr "RSS"
1546
-
1547
- #: inc/functions/options-advanced-admin.php:232
1548
- msgid "Analyze this page with Google Page Speed"
1549
- msgstr "Analiza esta página con Google Page Speed"
1550
-
1551
- #: inc/functions/options-advanced-admin.php:228
1552
- msgid "Check code quality of this page"
1553
- msgstr "Compruebar la calidad del código de esta página"
1554
-
1555
- #: inc/functions/options-advanced-admin.php:177
1556
- msgid "Page Speed"
1557
- msgstr "Page Speed"
1558
-
1559
- #: inc/functions/options-advanced-admin.php:174
1560
- msgid "W3C check"
1561
- msgstr "Comprobación W3C"
1562
-
1563
- #: inc/admin/admin.php:5779
1564
- msgid "Display Page Speed column to check performances"
1565
- msgstr "Mostrar la columna Page Speed para comprobar el rendimiento"
1566
-
1567
- #: inc/admin/admin.php:5761
1568
- msgid "Display W3C column to check code quality"
1569
- msgstr "Mostrar columna W3C para comprobar la calidad del código"
1570
-
1571
- #: inc/admin/admin.php:3052
1572
- msgid "Show Google Page Speed column in post types"
1573
- msgstr "Mostrar columna Google Page Speed en los tipos de contenido"
1574
-
1575
- #: inc/admin/admin.php:3044
1576
- msgid "Show W3C validator column in post types"
1577
- msgstr "Mostrar columna de validador de W3C en los tipos de contenido"
1578
-
1579
- #: inc/admin/admin.php:2851 inc/admin/admin.php:5381
1580
- msgid "Disable trailing slash for metas"
1581
- msgstr "Deshabilitar barra diagonal final para metas"
1582
-
1583
- #: inc/admin/admin.php:5381
1584
- msgid ""
1585
- "You must check this box if the structure of your permalinks DOES NOT contain a "
1586
- "slash at the end (eg: /%postname%)"
1587
- msgstr ""
1588
- "Debes marcar esta casilla si la estructura de tus enlaces permanentes NO "
1589
- "contiene una barra al final (por ejemplo: /%postname%)"
1590
-
1591
- #: inc/functions/options-import-export.php:88
1592
- msgid "Please upload a valid .csv file"
1593
- msgstr "Por favor, sube un archivo csv válido"
1594
-
1595
- #: inc/functions/options-advanced-admin.php:171
1596
- msgid "Count words?"
1597
- msgstr "¿Contar palabras?"
1598
-
1599
- #: inc/admin/admin.php:5744
1600
- msgid "Display total number of words in content"
1601
- msgstr "Mostrar el número total de palabras en el contenido"
1602
-
1603
- #: inc/admin/admin.php:4820
1604
- msgid ""
1605
- "Cross domain tracking makes it possible for Analytics to see sessions on two "
1606
- "related sites (such as an ecommerce site and a separate shopping cart site) as "
1607
- "a single session. This is sometimes called site linking."
1608
- msgstr ""
1609
- "El seguimiento de varios dominios permite que Analytics vea sesiones en dos "
1610
- "sitios relacionados (como un sitio de comercio electrónico y un sitio de "
1611
- "carrito de compras independiente) como una única sesión. Esto a veces se llama "
1612
- "vinculación de sitios."
1613
-
1614
- #: inc/admin/admin.php:4799
1615
- msgid ""
1616
- "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
1617
- "report by automatically differentiating between multiple links to the same URL "
1618
- "on a single page by using link element IDs."
1619
- msgstr ""
1620
- "La Atribución mejorada de vínculos mejora la precisión de su informe de "
1621
- "Análisis en la página al diferenciar automáticamente entre varios vínculos a la "
1622
- "misma URL en una sola página mediante el uso de ID de elemento de enlace."
1623
-
1624
- #: inc/admin/admin.php:4778
1625
- msgid ""
1626
- "When a customer of Analytics requests IP address anonymization, Analytics "
1627
- "anonymizes the address as soon as technically feasible at the earliest possible "
1628
- "stage of the collection network."
1629
- msgstr ""
1630
- "Cuando un cliente de Analytics solicita la anonimización de direcciones IP, "
1631
- "Analytics anonimiza la dirección tan pronto como sea técnicamente posible en la "
1632
- "etapa más temprana posible de la red de recopilación."
1633
-
1634
- #: inc/admin/admin.php:4757
1635
- msgid ""
1636
- "A remarketing audience is a list of cookies or mobile-advertising IDs that "
1637
- "represents a group of users you want to re-engage because of their likelihood "
1638
- "to convert."
1639
- msgstr ""
1640
- "Un audiencia de remarketing es una lista de cookies o identificadores de "
1641
- "publicidad para móviles que representa un grupo de usuarios que desea volver a "
1642
- "participar debido a su probabilidad de conversión."
1643
-
1644
- #: inc/admin/admin.php:4667
1645
- msgid "Find your tracking ID"
1646
- msgstr "Encuentra tu ID de seguimiento"
1647
-
1648
- #: inc/admin/admin.php:3261
1649
- msgid ""
1650
- "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions and "
1651
- "custom metrics in SEOPress are like the default dimensions and metrics in your "
1652
- "Analytics account, except you create them yourself.<br> Use them to collect and "
1653
- "analyze data that Analytics doesn't automatically track.<br> Please note that "
1654
- "you also have to setup your custom dimensions in your Google Analytics account. "
1655
- "More info by clicking on the help icon."
1656
- msgstr ""
1657
- "<p>Configura tus dimensiones personalizadas de Google Analytics.<br>Las "
1658
- "dimensiones personalizadas y las métricas personalizadas son como las "
1659
- "dimensiones y las métricas predeterminadas de tu cuenta de Analytics,"
1660
- "<br>excepto que las creas tú mismo. Utilízalas para recopilar y analizar datos "
1661
- "que el seguimiento de Analytics no realiza automáticamente.<br>Ten en cuenta "
1662
- "que también debes configurar tus dimensiones personalizadas en su cuenta de "
1663
- "Google Analytics. Más información haciendo clic en el icono de ayuda."
1664
-
1665
- #: inc/admin/admin.php:3036
1666
- msgid "Show total number of words column in post types"
1667
- msgstr "Mostrar el número total de columnas de palabras en los tipos de contenido"
1668
-
1669
- #: inc/admin/admin.php:1584
1670
- msgid "Add Google Local Business data type"
1671
- msgstr "Añadir tipo de datos de Google Local Business"
1672
-
1673
- #: inc/admin/admin-header.php:80 inc/admin/admin.php:1583
1674
- msgid "Local Business"
1675
- msgstr "Negocio local"
1676
-
1677
- #: inc/admin/admin.php:1057
1678
- msgid "Display more posts per page on homepage and archives"
1679
- msgstr ""
1680
- "Mostrar más publicaciones por página en la página principal y los archivos"
1681
-
1682
- #: inc/admin/admin.php:686
1683
- msgid ""
1684
- "Import your own redirections from a .csv file (separator \";\"). You must have "
1685
- "3 columns in this order: url to match (without your domain name), url to "
1686
- "redirect in absolute and type of redirection (301, 302 or 307)."
1687
- msgstr ""
1688
- "Importa tus propias redirecciones desde un archivo .csv (separador \";\"). Debe "
1689
- "tener 3 columnas en este orden: url para emparejar (sin su nombre de dominio), "
1690
- "url para redireccionar en dirección absoluta y tipo de redirección (301, 302 o "
1691
- "307)."
1692
-
1693
- #: inc/admin/admin.php:684
1694
- msgid "Import Redirections"
1695
- msgstr "Redirecciones de importación"
1696
-
1697
- #: inc/admin/admin-header.php:130 inc/admin/admin.php:1834
1698
- msgid "SEOPress BOT - Broken links"
1699
- msgstr "SEOPress BOT - Enlaces rotos"
1700
-
1701
- #: inc/admin/admin-header.php:111 inc/admin/admin.php:1726
1702
- msgid "robots.txt"
1703
- msgstr "robots.txt"
1704
-
1705
- #: inc/admin/adminbar.php:87
1706
- msgid "Broken Links"
1707
- msgstr "Enlaces Rotos"
1708
-
1709
- #: inc/admin/adminbar.php:63
1710
- msgid "BOT"
1711
- msgstr "BOT"
1712
-
1713
- #: inc/admin/admin.php:4566
1714
- msgid "How to create a Facebook App ID"
1715
- msgstr "Cómo crear un Facebook App ID"
1716
-
1717
- #: inc/admin/admin-header.php:169 inc/admin/admin.php:189 inc/admin/admin.php:1911
1718
- #: inc/admin/adminbar.php:55
1719
- msgid "Tools"
1720
- msgstr "Herramientas"
1721
-
1722
- #: inc/admin/admin-header.php:48 inc/admin/admin.php:186 inc/admin/admin.php:1422
1723
- #: inc/admin/adminbar.php:37
1724
- msgid "Social Networks"
1725
- msgstr "Redes sociales"
1726
-
1727
- #: inc/admin/admin.php:183
1728
- msgid "Dashboard"
1729
- msgstr "Escritorio"
1730
-
1731
- #: inc/admin/admin-metaboxes-form.php:249
1732
- msgid "Enter your new URL"
1733
- msgstr "Introduce tu nueva URL"
1734
-
1735
- #: inc/admin/admin-metaboxes-form.php:247
1736
- msgid "307 Moved Temporarily (HTTP 1.1 Only)"
1737
- msgstr "307 Movido temporalmente (sólo HTTP 1.1)"
1738
-
1739
- #: inc/admin/admin-metaboxes-form.php:246
1740
- msgid "302 Found (HTTP 1.1) / Moved Temporarily (HTTP 1.0)"
1741
- msgstr "302 Encontrado (HTTP 1.1) / Movido temporalmente (HTTP 1.0)"
1742
-
1743
- #: inc/admin/admin-metaboxes-form.php:245
1744
- msgid "301 Moved Permanently"
1745
- msgstr "301 Movido Permanentemente"
1746
-
1747
- #: inc/admin/admin-metaboxes-form.php:61
1748
- msgid "Redirection"
1749
- msgstr "Redirección"
1750
-
1751
- #: inc/admin/admin.php:4393
1752
- msgid "eg: @wp_seopress"
1753
- msgstr "eg: @wp_seopress"
1754
-
1755
- #: inc/admin/admin.php:1837
1756
- msgid "Scan"
1757
- msgstr "Analizar"
1758
-
1759
- #: inc/admin/admin.php:1835
1760
- msgid "Scan your site to find SEO problems."
1761
- msgstr "Analiza tu sitio para encontrar problemas SEO."
1762
-
1763
- #: inc/admin/admin.php:3286
1764
- msgid "<p>Manage security.</p>"
1765
- msgstr "<p>Gestiona la seguridad</p>"
1766
-
1767
- #: inc/admin/admin.php:3188
1768
- msgid "Noindex content will not be displayed in Sitemaps."
1769
- msgstr "Contenido noindex no se mostrará en Sitemaps."
1770
-
1771
- #: inc/admin/admin.php:3078
1772
- msgid "Block SEO metaboxes to user roles"
1773
- msgstr "Bloquea las metaboxes de SEO a los perfiles de usuario"
1774
-
1775
- #: inc/admin/admin.php:2277
1776
- msgid "Enable XML Image Sitemaps"
1777
- msgstr "Activar imagen de Mapas del Sitio XML"
1778
-
1779
- #: inc/admin/admin.php:1385
1780
- msgid "Manage your XML / Image / Video / HTML Sitemap"
1781
- msgstr "Gestionar tu XML / imagen / mapa HTML del sitio"
1782
-
1783
- #: inc/admin/admin.php:617
1784
- msgid "Security"
1785
- msgstr "Seguridad"
1786
-
1787
- #: inc/admin/admin.php:185
1788
- msgid "XML / Image / HTML Sitemap"
1789
- msgstr "XML / imagen / Mapa del sitio HTML"
1790
-
1791
- #: inc/functions/options-advanced-admin.php:648
1792
- msgid "%s post to follow."
1793
- msgid_plural "%s posts to follow."
1794
- msgstr[0] "%s entrada a follow."
1795
- msgstr[1] "%s entradas a follow."
1796
-
1797
- #: inc/functions/options-advanced-admin.php:615
1798
- msgid "Enable follow"
1799
- msgstr "Habilitar follow"
1800
-
1801
- #: inc/functions/options-advanced-admin.php:595
1802
- msgid "%s post to nofollow."
1803
- msgid_plural "%s posts to nofollow."
1804
- msgstr[0] "%s entrada a nofollow."
1805
- msgstr[1] "%s entradas a nofollow."
1806
-
1807
- #: inc/functions/options-advanced-admin.php:563
1808
- msgid "Enable nofollow"
1809
- msgstr "Habilitar nofollow"
1810
-
1811
- #: inc/functions/options-advanced-admin.php:543
1812
- msgid "%s post to index."
1813
- msgid_plural "%s posts to index."
1814
- msgstr[0] "%s entrada a index."
1815
- msgstr[1] "%s entradas a index."
1816
-
1817
- #: inc/functions/options-advanced-admin.php:510
1818
- msgid "Enable index"
1819
- msgstr "Habilitar index"
1820
-
1821
- #: inc/functions/options-advanced-admin.php:490
1822
- msgid "%s post to noindex."
1823
- msgid_plural "%s posts to noindex."
1824
- msgstr[0] "%s entrada a noindex."
1825
- msgstr[1] "%s entradas a noindex."
1826
-
1827
- #: inc/functions/options-advanced-admin.php:457
1828
- msgid "Enable noindex"
1829
- msgstr "Habilitar noindex"
1830
-
1831
- #: inc/admin/admin.php:5797
1832
- msgid "Remove Genesis SEO Metaboxes"
1833
- msgstr "Quitar las metaboxes de Genesis SEO"
1834
-
1835
- #: inc/admin/admin.php:3061
1836
- msgid "Hide Genesis SEO Metaboxes"
1837
- msgstr "Ocultar las metaboxes de Genesis SEO"
1838
-
1839
- #: inc/admin/admin.php:1033
1840
- msgid "Disable this!"
1841
- msgstr "¡Desactivar esto!"
1842
-
1843
- #: inc/admin/admin.php:1030
1844
- msgid "Break comments into pages is ON!"
1845
- msgstr "¡Los comentarios divididos en las páginas está activo!"
1846
-
1847
- #: inc/admin/admin.php:978
1848
- msgid "You RSS feed show full text!"
1849
- msgstr "¡Tu fuente RSS muestra el texto completo!"
1850
-
1851
- #: inc/admin/admin.php:747
1852
- msgid "Reset notices"
1853
- msgstr "Restablecer avisos"
1854
-
1855
- #: inc/admin/admin.php:740
1856
- msgid "Reset All Notices From Notifications Center"
1857
- msgstr "Restablecer todos los avisos del Centro de Notificaciones"
1858
-
1859
- #: inc/admin/admin.php:539
1860
- msgid "Stats in Dashboard"
1861
- msgstr "Estadísticas en el Escritorio"
1862
-
1863
- #: inc/admin/admin.php:5557
1864
- msgid "Hide Notifications Center in SEOPress Dashboard page"
1865
- msgstr "Ocultar Centro de Notificaciones en el Escritorio de SEOPress"
1866
-
1867
- #: inc/admin/admin.php:5364
1868
- msgid "Remove /category/ in your permalinks"
1869
- msgstr "Quitar /categoría/ en tus permalinks"
1870
-
1871
- #: inc/admin/admin.php:2843
1872
- msgid "Remove /category/ in URL"
1873
- msgstr "Quitar /category/ en URL"
1874
-
1875
- #: inc/admin/admin.php:4217
1876
- msgid "eg: 13, 8, 38"
1877
- msgstr "eg: 13, 8, 38"
1878
-
1879
- #: inc/admin/admin.php:4203
1880
- msgid "eg: 2, 28, 68"
1881
- msgstr "eg: 2, 28, 68"
1882
-
1883
- #: inc/admin/admin.php:3200
1884
- msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
1885
- msgstr "<p>Crea un HTML para tus visitantes y aumenta tu SEO.</p>"
1886
-
1887
- #: inc/admin/admin.php:2351 inc/admin/admin.php:4217
1888
- msgid "Exclude some Posts, Pages or Custom Post Types"
1889
- msgstr "Excluir algunos artículos, páginas o tipos de contenido personalizados"
1890
-
1891
- #: inc/admin/admin.php:2343 inc/admin/admin.php:4203
1892
- msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
1893
- msgstr ""
1894
- "Introducir una ID(s) de entrada, página o tipo de contenido para mostrar el "
1895
- "mapa del sitio"
1896
-
1897
- #: inc/admin/admin.php:2295 inc/admin/admin.php:4098
1898
- msgid "Enable HTML Sitemap"
1899
- msgstr "Activar Mapa del Sitio HTML"
1900
-
1901
- #: inc/admin/admin-header.php:42 inc/admin/admin.php:185 inc/admin/adminbar.php:31
1902
- msgid "XML / HTML Sitemap"
1903
- msgstr "XML / Mapa del sitio HTML"
1904
-
1905
- #: inc/admin/admin.php:4367
1906
- msgid "Hearing impaired supported"
1907
- msgstr "Discapacidad auditiva soportada"
1908
-
1909
- #: inc/admin/admin.php:4364
1910
- msgid "Toll Free"
1911
- msgstr "Sin Cargo"
1912
-
1913
- #: inc/admin/admin.php:4347
1914
- msgid "Package tracking"
1915
- msgstr "Seguimiento de paquetes"
1916
-
1917
- #: inc/admin/admin.php:4344
1918
- msgid "Roadside assistance"
1919
- msgstr "Asistencia en carretera"
1920
-
1921
- #: inc/admin/admin.php:4341
1922
- msgid "Baggage tracking"
1923
- msgstr "Seguimiento de equipajes"
1924
-
1925
- #: inc/admin/admin.php:4338
1926
- msgid "Emergency"
1927
- msgstr "Emergencias"
1928
-
1929
- #: inc/admin/admin.php:4335
1930
- msgid "Credit card support"
1931
- msgstr "Soporte de tarjeta de crédito"
1932
-
1933
- #: inc/admin/admin.php:4332
1934
- msgid "Sales"
1935
- msgstr "Promociones"
1936
-
1937
- #: inc/admin/admin.php:4329
1938
- msgid "Bill payment"
1939
- msgstr "Pago de factura"
1940
-
1941
- #: inc/admin/admin.php:4326
1942
- msgid "Billing support"
1943
- msgstr "Soporte de facturación"
1944
-
1945
- #: inc/admin/admin.php:4323
1946
- msgid "Technical support"
1947
- msgstr "Asistencia técnica"
1948
-
1949
- #: inc/admin/admin.php:4320
1950
- msgid "Customer support"
1951
- msgstr "Atención al cliente"
1952
-
1953
- #: inc/admin/admin.php:4305
1954
- msgid "eg: +33123456789 (internationalized version required)"
1955
- msgstr "eg: +33123456789 (versión internacionalizada necesaria)"
1956
-
1957
- #: inc/admin/admin.php:2416
1958
- msgid "Contact option (only for Organizations)"
1959
- msgstr "Opción de contacto (sólo para las organizaciones)"
1960
-
1961
- #: inc/admin/admin.php:2408
1962
- msgid "Contact type (only for Organizations)"
1963
- msgstr "Tipo de contacto (sólo para las organizaciones)"
1964
-
1965
- #: inc/admin/admin.php:2400 inc/admin/admin.php:4305
1966
- msgid "Organization's phone number (only for Organizations)"
1967
- msgstr "Número de teléfono de la organización (sólo para las organizaciones)"
1968
-
1969
- #: inc/admin/admin.php:1640
1970
- msgid ""
1971
- "Add data types to your content: articles, courses, recipes, videos, events and "
1972
- "products"
1973
- msgstr ""
1974
- "Añadir tipos de datos a tu contenido: artículos, cursos, recetas, videos, "
1975
- "eventos y productos"
1976
-
1977
- #: inc/admin/admin-header.php:92 inc/admin/admin.php:1639
1978
- msgid "Structured Data Types"
1979
- msgstr "Tipos de datos estructurados"
1980
-
1981
- #: inc/admin/admin.php:1612
1982
- msgid "Add Dublin Core meta tags"
1983
- msgstr "Agregar metaetiquetas Dublin Core"
1984
-
1985
- #: inc/admin/admin-header.php:86 inc/admin/admin.php:1611
1986
- msgid "Dublin Core"
1987
- msgstr "Dublin Core"
1988
-
1989
- #: inc/functions/options-advanced-admin.php:168
1990
- msgid "Nofollow?"
1991
- msgstr "¿Nofollow?"
1992
-
1993
- #: inc/functions/options-advanced-admin.php:165
1994
- msgid "Noindex?"
1995
- msgstr "¿Noindex?"
1996
-
1997
- #: inc/admin/admin.php:5727
1998
- msgid "Display nofollow status"
1999
- msgstr "Muestra estado nofollow"
2000
-
2001
- #: inc/admin/admin.php:5710
2002
- msgid "Display noindex status"
2003
- msgstr "Muestra estado noindex"
2004
-
2005
- #: inc/admin/admin.php:3028
2006
- msgid "Show nofollow column in post types"
2007
- msgstr "Mostrar columna de nofollow en tipos de entradas"
2008
-
2009
- #: inc/admin/admin.php:3020
2010
- msgid "Show noindex column in post types"
2011
- msgstr "Mostrar columna noindex en tipos de entradas"
2012
-
2013
- #: inc/admin/admin.php:1143
2014
- msgid "You have to enter your licence key to get updates and support"
2015
- msgstr ""
2016
- "Tienes que introducir tu clave de licencia para obtener actualizaciones y "
2017
- "soporte"
2018
-
2019
- #: inc/admin/admin.php:1133
2020
- msgid "Add your site to Search Console!"
2021
- msgstr "¡Agrega tu sitio a Search Console!"
2022
-
2023
- #: inc/admin/admin.php:1130
2024
- msgid "Add your site to Google. It's free!"
2025
- msgstr "Agrega tu sitio a Google. ¡Es gratis!"
2026
-
2027
- #: inc/admin/admin.php:1097
2028
- msgid "Create your page now!"
2029
- msgstr "¡Crea tu página ahora!"
2030
-
2031
- #: inc/admin/admin.php:1031 inc/admin/admin.php:1095 inc/admin/admin.php:1131
2032
- msgid "Huge impact"
2033
- msgstr "Gran impacto"
2034
-
2035
- #: inc/admin/admin.php:1094
2036
- msgid "Do you have a Google My Business page? It's free!"
2037
- msgstr "¿Tienes una página de Google My Business? ¡Es gratis!"
2038
-
2039
- #: inc/admin/admin.php:888 inc/admin/admin.php:921 inc/admin/admin.php:4758
2040
- #: inc/admin/admin.php:4779 inc/admin/admin.php:4800 inc/admin/admin.php:4821
2041
- msgid "Learn more"
2042
- msgstr "Saber más"
2043
-
2044
- #: inc/functions/options-advanced-admin.php:150
2045
- msgid "Meta Desc."
2046
- msgstr "Meta Descripción"
2047
-
2048
- #: inc/functions/options-advanced-admin.php:147
2049
- #: inc/functions/options-advanced-admin.php:754
2050
- msgid "Title tag"
2051
- msgstr "Etiqueta título"
2052
-
2053
- #: inc/admin/admin.php:5625
2054
- msgid "Add meta description column"
2055
- msgstr "Añadir columna de metadescripción"
2056
-
2057
- #: inc/admin/admin.php:5608
2058
- msgid "Add title column"
2059
- msgstr "Añadir columna de título"
2060
-
2061
- #: inc/admin/admin.php:4987 inc/admin/admin.php:5064 inc/admin/admin.php:5141
2062
- #: inc/admin/admin.php:5218 inc/admin/admin.php:5295
2063
- msgid "Custom Dimension #20"
2064
- msgstr "Dimensión personalizada #20"
2065
-
2066
- #: inc/admin/admin.php:4984 inc/admin/admin.php:5061 inc/admin/admin.php:5138
2067
- #: inc/admin/admin.php:5215 inc/admin/admin.php:5292
2068
- msgid "Custom Dimension #19"
2069
- msgstr "Dimensión personalizada #19"
2070
-
2071
- #: inc/admin/admin.php:4981 inc/admin/admin.php:5058 inc/admin/admin.php:5135
2072
- #: inc/admin/admin.php:5212 inc/admin/admin.php:5289
2073
- msgid "Custom Dimension #18"
2074
- msgstr "Dimensión personalizada #18"
2075
-
2076
- #: inc/admin/admin.php:4978 inc/admin/admin.php:5055 inc/admin/admin.php:5132
2077
- #: inc/admin/admin.php:5209 inc/admin/admin.php:5286
2078
- msgid "Custom Dimension #17"
2079
- msgstr "Dimensión personalizada #17"
2080
-
2081
- #: inc/admin/admin.php:4975 inc/admin/admin.php:5052 inc/admin/admin.php:5129
2082
- #: inc/admin/admin.php:5206 inc/admin/admin.php:5283
2083
- msgid "Custom Dimension #16"
2084
- msgstr "Dimensión personalizada #16"
2085
-
2086
- #: inc/admin/admin.php:4972 inc/admin/admin.php:5049 inc/admin/admin.php:5126
2087
- #: inc/admin/admin.php:5203 inc/admin/admin.php:5280
2088
- msgid "Custom Dimension #15"
2089
- msgstr "Dimensión personalizada #15"
2090
-
2091
- #: inc/admin/admin.php:4969 inc/admin/admin.php:5046 inc/admin/admin.php:5123
2092
- #: inc/admin/admin.php:5200 inc/admin/admin.php:5277
2093
- msgid "Custom Dimension #14"
2094
- msgstr "Dimensión personalizada #14"
2095
-
2096
- #: inc/admin/admin.php:4966 inc/admin/admin.php:5043 inc/admin/admin.php:5120
2097
- #: inc/admin/admin.php:5197 inc/admin/admin.php:5274
2098
- msgid "Custom Dimension #13"
2099
- msgstr "Dimensión personalizada #13"
2100
-
2101
- #: inc/admin/admin.php:4963 inc/admin/admin.php:5040 inc/admin/admin.php:5117
2102
- #: inc/admin/admin.php:5194 inc/admin/admin.php:5271
2103
- msgid "Custom Dimension #12"
2104
- msgstr "Dimensión personalizada #12"
2105
-
2106
- #: inc/admin/admin.php:4960 inc/admin/admin.php:5037 inc/admin/admin.php:5114
2107
- #: inc/admin/admin.php:5191 inc/admin/admin.php:5268
2108
- msgid "Custom Dimension #11"
2109
- msgstr "Dimensión personalizada #11"
2110
-
2111
- #: inc/admin/admin.php:4957 inc/admin/admin.php:5034 inc/admin/admin.php:5111
2112
- #: inc/admin/admin.php:5188 inc/admin/admin.php:5265
2113
- msgid "Custom Dimension #10"
2114
- msgstr "Dimensión personalizada #10"
2115
-
2116
- #: inc/admin/admin.php:4954 inc/admin/admin.php:5031 inc/admin/admin.php:5108
2117
- #: inc/admin/admin.php:5185 inc/admin/admin.php:5262
2118
- msgid "Custom Dimension #9"
2119
- msgstr "Dimensión personalizada #9"
2120
-
2121
- #: inc/admin/admin.php:4951 inc/admin/admin.php:5028 inc/admin/admin.php:5105
2122
- #: inc/admin/admin.php:5182 inc/admin/admin.php:5259
2123
- msgid "Custom Dimension #8"
2124
- msgstr "Dimensión personalizada #8"
2125
-
2126
- #: inc/admin/admin.php:4948 inc/admin/admin.php:5025 inc/admin/admin.php:5102
2127
- #: inc/admin/admin.php:5179 inc/admin/admin.php:5256
2128
- msgid "Custom Dimension #7"
2129
- msgstr "Dimensión personalizada #7"
2130
-
2131
- #: inc/admin/admin.php:4945 inc/admin/admin.php:5022 inc/admin/admin.php:5099
2132
- #: inc/admin/admin.php:5176 inc/admin/admin.php:5253
2133
- msgid "Custom Dimension #6"
2134
- msgstr "Dimensión personalizada #6"
2135
-
2136
- #: inc/admin/admin.php:4942 inc/admin/admin.php:5019 inc/admin/admin.php:5096
2137
- #: inc/admin/admin.php:5173 inc/admin/admin.php:5250
2138
- msgid "Custom Dimension #5"
2139
- msgstr "Dimensión personalizada #5"
2140
-
2141
- #: inc/admin/admin.php:4939 inc/admin/admin.php:5016 inc/admin/admin.php:5093
2142
- #: inc/admin/admin.php:5170 inc/admin/admin.php:5247
2143
- msgid "Custom Dimension #4"
2144
- msgstr "Dimensión personalizada #4"
2145
-
2146
- #: inc/admin/admin.php:4936 inc/admin/admin.php:5013 inc/admin/admin.php:5090
2147
- #: inc/admin/admin.php:5167 inc/admin/admin.php:5244
2148
- msgid "Custom Dimension #3"
2149
- msgstr "Dimensión personalizada #3"
2150
-
2151
- #: inc/admin/admin.php:4933 inc/admin/admin.php:5010 inc/admin/admin.php:5087
2152
- #: inc/admin/admin.php:5164 inc/admin/admin.php:5241
2153
- msgid "Custom Dimension #2"
2154
- msgstr "Dimensión personalizada #2"
2155
-
2156
- #: inc/admin/admin.php:4930 inc/admin/admin.php:5007 inc/admin/admin.php:5084
2157
- #: inc/admin/admin.php:5161 inc/admin/admin.php:5238
2158
- msgid "Custom Dimension #1"
2159
- msgstr "Dimensión personalizada #1"
2160
-
2161
- #: inc/admin/admin.php:4663
2162
- msgid "Enter your Tracking ID (UA-XXXX-XX)"
2163
- msgstr "Introduce tu Identificador de Seguimiento (UA-XXXX-XX)"
2164
-
2165
- #: inc/admin/admin.php:3800
2166
- msgid "Search Keywords"
2167
- msgstr "Buscar palabras clave"
2168
-
2169
- #: inc/admin/admin.php:3583
2170
- msgid "Post Type Archive Name"
2171
- msgstr "Nombre de archivo del tipo de entrada"
2172
-
2173
- #: inc/admin/admin.php:3504
2174
- msgid "Term Description"
2175
- msgstr "Descripción del término"
2176
-
2177
- #: inc/admin/admin.php:3502
2178
- msgid "Tag Description"
2179
- msgstr "Descripción de la Etiqueta"
2180
-
2181
- #: inc/admin/admin.php:3500
2182
- msgid "Category Description"
2183
- msgstr "Descripción de la categoría"
2184
-
2185
- #: inc/admin/admin.php:3469
2186
- msgid "Term Title"
2187
- msgstr "Título de término"
2188
-
2189
- #: inc/admin/admin.php:3467
2190
- msgid "Tag Title"
2191
- msgstr "Título de la Etiqueta"
2192
-
2193
- #: inc/admin/admin.php:3465
2194
- msgid "Category Title"
2195
- msgstr "Título de la Categoría"
2196
-
2197
- #: inc/admin/admin-metaboxes-form.php:101 inc/admin/admin.php:3351
2198
- msgid "Post Title"
2199
- msgstr "Título de la entrada"
2200
-
2201
- #: inc/admin/admin.php:3302 inc/admin/admin.php:3313 inc/admin/admin.php:3355
2202
- #: inc/admin/admin.php:3474 inc/admin/admin.php:3507 inc/admin/admin.php:3587
2203
- #: inc/admin/admin.php:3663 inc/admin/admin.php:3733 inc/admin/admin.php:3802
2204
- #: inc/admin/admin.php:3852
2205
- msgid "More tags"
2206
- msgstr "Más Etiquetas"
2207
-
2208
- #: inc/admin/admin.php:3281
2209
- msgid "<p>Customize SEOPress to fit your needs.</p>"
2210
- msgstr "<p>Personaliza SEOPress para ajustarlo a tus necesidades.</p>"
2211
-
2212
- #: inc/admin/admin.php:3251
2213
- msgid "<p>Configure your Google Analytics tracking code.</p>"
2214
- msgstr "<p>Configura tu códio de seguimiento de Google Analytics.</p>"
2215
-
2216
- #: inc/admin/admin.php:3246
2217
- msgid "<p>Link your Google Analytics to your website.</p>"
2218
- msgstr "<p>Enlaza tu Google Analytics con tu sitio web.</p>"
2219
-
2220
- #: inc/admin/admin.php:2980
2221
- msgid "Show Meta description column in post types"
2222
- msgstr "Mostrar columna de descripción Meta en tipos de post"
2223
-
2224
- #: inc/admin/admin.php:2972
2225
- msgid "Show Title tag column in post types"
2226
- msgstr "Mostrar columna de etiqueta Title en tipos de post"
2227
-
2228
- #: inc/admin/admin.php:2932
2229
- msgid "SEOPress in admin bar"
2230
- msgstr "SEOPress en la barra de admin"
2231
-
2232
- #: inc/admin/admin.php:2819
2233
- msgid "Redirect attachment pages to post parent"
2234
- msgstr "Redirigir las páginas de adjuntos al post principal"
2235
-
2236
- #: inc/admin/admin.php:2802
2237
- msgid "Track Logged In Users"
2238
- msgstr "Monitorizar usuarios conectados"
2239
-
2240
- #: inc/admin/admin.php:2794
2241
- msgid "Track Post Types"
2242
- msgstr "Seguir Tipos de Publicaciones"
2243
-
2244
- #: inc/admin/admin.php:2786
2245
- msgid "Track Tags"
2246
- msgstr "Seguir Etiquetas"
2247
-
2248
- #: inc/admin/admin.php:2778
2249
- msgid "Track Categories"
2250
- msgstr "Seguir Categorías"
2251
-
2252
- #: inc/admin/admin.php:2770
2253
- msgid "Track Authors"
2254
- msgstr "Seguir Autores"
2255
-
2256
- #: inc/admin/admin.php:2702 inc/admin/admin.php:4832
2257
- msgid "Cross domains"
2258
- msgstr "Dominios cruzados"
2259
-
2260
- #: inc/admin/admin.php:2694 inc/admin/admin.php:4818
2261
- msgid "Enable cross-domain tracking"
2262
- msgstr "Habilitar el seguimiento de dominios cruzados"
2263
-
2264
- #: inc/admin/admin.php:2686 inc/admin/admin.php:4797
2265
- msgid "Enhanced Link Attribution"
2266
- msgstr "Atribución de Enlace Mejorado"
2267
-
2268
- #: inc/admin/admin.php:2678 inc/admin/admin.php:4776
2269
- msgid "Enable IP Anonymization"
2270
- msgstr "Habilitar la anonimización de IP"
2271
-
2272
- #: inc/admin/admin.php:2670 inc/admin/admin.php:4755
2273
- msgid "Enable remarketing, demographics, and interests reporting"
2274
- msgstr "Habilitar remarketing, datos demográficos e informes de intereses"
2275
-
2276
- #: inc/admin/admin.php:2652
2277
- msgid "Exclude user roles from tracking"
2278
- msgstr "Excluir roles de usuario para seguimiento"
2279
-
2280
- #: inc/admin/admin.php:2620 inc/admin/admin.php:4663
2281
- msgid "Enter your tracking ID"
2282
- msgstr "Introduzca su ID de seguimiento"
2283
-
2284
- #: inc/admin/admin.php:2612
2285
- msgid "Enable Google Analytics tracking"
2286
- msgstr "Habilitar el seguimiento de Google Analytics"
2287
-
2288
- #: inc/admin/admin.php:1933
2289
- msgid "Edit your SEOPress license key."
2290
- msgstr "Editar tu clave de licencia de SEOPress."
2291
-
2292
- #: inc/admin/admin-header.php:162 inc/admin/admin.php:1932
2293
- #: inc/admin/adminbar.php:69
2294
- msgid "License"
2295
- msgstr "Licencia"
2296
-
2297
- #: inc/admin/admin.php:1888
2298
- msgid "Edit your htaccess file."
2299
- msgstr "Editar tu archivo htaccess."
2300
-
2301
- #: inc/admin/admin-header.php:149 inc/admin/admin.php:1887
2302
- msgid ".htaccess"
2303
- msgstr ".htaccess"
2304
-
2305
- #: inc/admin/admin.php:1796
2306
- msgid "Monitor 404, create 301, 302 and 307 redirections"
2307
- msgstr "Monitorear 404, crear redirecciones 301, 302 y 307"
2308
-
2309
- #: inc/admin/admin.php:1768
2310
- msgid "Optimize your site for Google News"
2311
- msgstr "Optimizar tu sitio para Google News"
2312
-
2313
- #: inc/admin/admin-header.php:118 inc/admin/admin.php:1767
2314
- msgid "Google News Sitemap"
2315
- msgstr "Google News Sitemap"
2316
-
2317
- #: inc/admin/admin.php:1727
2318
- msgid "Edit your robots.txt file"
2319
- msgstr "Edita tu archivo robots.txt"
2320
-
2321
- #: inc/admin/admin-metaboxes-content-analysis-form.php:216
2322
- msgid "Robots"
2323
- msgstr "Robots"
2324
-
2325
- #: inc/admin/admin.php:1706
2326
- msgid "Track your website performance to improve SEO with Google Page Speed"
2327
- msgstr ""
2328
- "Seguir el rendimiento de su sitio web para mejorar el SEO con Google Page Speed"
2329
-
2330
- #: inc/admin/admin-header.php:104 inc/admin/admin.php:1705
2331
- msgid "Google Page Speed"
2332
- msgstr "Google Page Speed"
2333
-
2334
- #: inc/admin/admin.php:1668
2335
- msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
2336
- msgstr "Habilitar migas de pan para tu tema y mejorar tu SEO en SERPs"
2337
-
2338
- #: inc/admin/admin-header.php:98 inc/admin/admin.php:1667
2339
- msgid "Breadcrumbs"
2340
- msgstr "Migas de pan"
2341
-
2342
- #: inc/admin/admin.php:1528
2343
- msgid "Improve WooCommerce SEO"
2344
- msgstr "Mejorar SEO WooCommerce"
2345
-
2346
- #: inc/admin/admin-header.php:68 inc/admin/admin.php:1527
2347
- msgid "WooCommerce"
2348
- msgstr "WooCommerce"
2349
-
2350
- #: inc/admin/admin.php:1461
2351
- msgid "Track everything about your visitors with Google Analytics"
2352
- msgstr "Siga todo acerca de sus visitantes con Google Analytics"
2353
-
2354
- #: inc/admin/admin.php:318 inc/admin/admin.php:320 inc/admin/admin.php:385
2355
- #: inc/admin/admin.php:387 inc/admin/admin.php:450 inc/admin/admin.php:452
2356
- #: inc/admin/admin.php:517 inc/admin/admin.php:519 inc/admin/admin.php:598
2357
- #: inc/admin/admin.php:600 inc/admin/admin.php:1361 inc/admin/admin.php:1363
2358
- #: inc/admin/admin.php:1399 inc/admin/admin.php:1401 inc/admin/admin.php:1437
2359
- #: inc/admin/admin.php:1439 inc/admin/admin.php:1475 inc/admin/admin.php:1477
2360
- #: inc/admin/admin.php:1513 inc/admin/admin.php:1515 inc/admin/admin.php:1542
2361
- #: inc/admin/admin.php:1544 inc/admin/admin.php:1570 inc/admin/admin.php:1572
2362
- #: inc/admin/admin.php:1598 inc/admin/admin.php:1600 inc/admin/admin.php:1626
2363
- #: inc/admin/admin.php:1628 inc/admin/admin.php:1654 inc/admin/admin.php:1656
2364
- #: inc/admin/admin.php:1682 inc/admin/admin.php:1684 inc/admin/admin.php:1743
2365
- #: inc/admin/admin.php:1745 inc/admin/admin.php:1782 inc/admin/admin.php:1784
2366
- #: inc/admin/admin.php:1811 inc/admin/admin.php:1813 inc/admin/admin.php:1873
2367
- #: inc/admin/admin.php:1875
2368
- msgid "Click to enable this feature"
2369
- msgstr "Haga clic para activar esta función"
2370
-
2371
- #: inc/admin/admin.php:317 inc/admin/admin.php:321 inc/admin/admin.php:384
2372
- #: inc/admin/admin.php:388 inc/admin/admin.php:449 inc/admin/admin.php:453
2373
- #: inc/admin/admin.php:516 inc/admin/admin.php:520 inc/admin/admin.php:597
2374
- #: inc/admin/admin.php:601 inc/admin/admin.php:1360 inc/admin/admin.php:1364
2375
- #: inc/admin/admin.php:1398 inc/admin/admin.php:1402 inc/admin/admin.php:1436
2376
- #: inc/admin/admin.php:1440 inc/admin/admin.php:1474 inc/admin/admin.php:1478
2377
- #: inc/admin/admin.php:1512 inc/admin/admin.php:1516 inc/admin/admin.php:1541
2378
- #: inc/admin/admin.php:1545 inc/admin/admin.php:1569 inc/admin/admin.php:1573
2379
- #: inc/admin/admin.php:1597 inc/admin/admin.php:1601 inc/admin/admin.php:1625
2380
- #: inc/admin/admin.php:1629 inc/admin/admin.php:1653 inc/admin/admin.php:1657
2381
- #: inc/admin/admin.php:1681 inc/admin/admin.php:1685 inc/admin/admin.php:1742
2382
- #: inc/admin/admin.php:1746 inc/admin/admin.php:1781 inc/admin/admin.php:1785
2383
- #: inc/admin/admin.php:1810 inc/admin/admin.php:1814 inc/admin/admin.php:1872
2384
- #: inc/admin/admin.php:1876
2385
- msgid "Click to disable this feature"
2386
- msgstr "Haga clic para desactivar esta función"
2387
-
2388
- #: inc/admin/admin.php:979 inc/admin/admin.php:1058 inc/admin/admin.php:1071
2389
- msgid "Medium impact"
2390
- msgstr "Impacto medio"
2391
-
2392
- #: inc/admin/admin.php:876 inc/admin/admin.php:935 inc/admin/admin.php:945
2393
- #: inc/admin/admin.php:955
2394
- msgid "High impact"
2395
- msgstr "Alto impacto"
2396
-
2397
- #: inc/admin/admin.php:924
2398
- msgid "Buy an SSL!"
2399
- msgstr "¡Comprar un SSL!"
2400
-
2401
- #: inc/admin/admin.php:922
2402
- msgid "Low impact"
2403
- msgstr "Bajo impacto"
2404
-
2405
- #: inc/admin/admin.php:920
2406
- msgid "Your site doesn't use an SSL certificate!"
2407
- msgstr "¡Tu sitio no utiliza un certificado SSL!"
2408
-
2409
- #: inc/admin/admin.php:899
2410
- msgid "Migrate!"
2411
- msgstr "¡Migrar!"
2412
-
2413
- #: inc/admin/admin.php:897
2414
- msgid ""
2415
- "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all your "
2416
- "posts metadata to SEOPress?"
2417
- msgstr ""
2418
- "Hemos observado que utilizas Yoast SEO. <br> ¿Migrar los metadatos de tus "
2419
- "entradas, páginas y tipos de entradas personalizados a SEOPress?"
2420
-
2421
- #: inc/admin/admin.php:756
2422
- msgid ""
2423
- "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
2424
- "database AND set settings to their default values."
2425
- msgstr ""
2426
- "<strong>ADVERTENCIA:</strong> Borrar todas las opciones relacionadas con "
2427
- "SEOPress en su base de datos Y la configuración a sus valores predeterminados."
2428
-
2429
- #: inc/admin/admin.php:733
2430
- msgid "Migrate now"
2431
- msgstr "Migrar ahora"
2432
-
2433
- #: inc/admin/admin.php:728
2434
- msgid "Meta Robots (noindex, nofollow...)"
2435
- msgstr "Meta Robots (noindex, nofollow...)"
2436
-
2437
- #: inc/admin/admin.php:727
2438
- msgid "Twitter tags (title, description and image thumbnail)"
2439
- msgstr "Etiquetas de Twitter (título, Descripción e imagen miniatura)"
2440
-
2441
- #: inc/admin/admin.php:726
2442
- msgid "Facebook Open Graph tags (title, description and image thumbnail)"
2443
- msgstr "Etiquetas de Facebook Open Graph (título, Descripción e imagen miniatura)"
2444
-
2445
- #: inc/admin/admin.php:724
2446
- msgid "Title tags"
2447
- msgstr "Etiquetas de título"
2448
-
2449
- #: inc/admin/admin.php:722
2450
- msgid "By clicking Migrate, we'll import:"
2451
- msgstr "Clicando sobre Migrar, importaremos:"
2452
-
2453
- #: inc/admin/admin.php:616
2454
- msgid "Appearance"
2455
- msgstr "Apariencia"
2456
-
2457
- #: inc/admin/admin.php:538 inc/admin/admin.php:547
2458
- msgid "Custom Dimensions"
2459
- msgstr "Dimensiones personalizadas"
2460
-
2461
- #: inc/admin/admin.php:536 inc/admin/admin.php:545
2462
- msgid "Tracking"
2463
- msgstr "Seguimiento"
2464
-
2465
- #: inc/admin/admin.php:214
2466
- msgid "Date Archive"
2467
- msgstr "Archivo de Fecha"
2468
-
2469
- #: inc/admin/admin.php:212
2470
- msgid "Plural Post Type Archive name"
2471
- msgstr "Nombre de Tipo de Archivo de Post Plural"
2472
-
2473
- #: inc/admin/admin.php:212
2474
- msgid "%%cpt_plural%%"
2475
- msgstr "%%cpt_plural%%"
2476
-
2477
- #: inc/admin/admin-header.php:54 inc/admin/admin.php:187 inc/admin/admin.php:1460
2478
- #: inc/admin/adminbar.php:43
2479
- msgid "Google Analytics"
2480
- msgstr "Google Analytics"
2481
-
2482
- #: inc/admin/admin.php:105
2483
- msgid "404 - Page not found"
2484
- msgstr "404 - Página no encontrada"
2485
-
2486
- #: inc/admin/admin.php:4927 inc/admin/admin.php:5004 inc/admin/admin.php:5081
2487
- #: inc/admin/admin.php:5158 inc/admin/admin.php:5235
2488
- msgid "None"
2489
- msgstr "Ninguna"
2490
-
2491
- #: inc/admin/admin-metaboxes-form.php:286
2492
- msgid "Exclude this post from Google News Sitemap?"
2493
- msgstr "¿Excluir esta publicación de Google News Sitemap?"
2494
-
2495
- #: inc/admin/admin-metaboxes-form.php:178 inc/admin/admin.php:3979
2496
- msgid "Do not display a description in the Google search results for all pages."
2497
- msgstr ""
2498
- "No mostrar una descripción en los resultados de búsqueda de Google para todas "
2499
- "las páginas."
2500
-
2501
- #: inc/admin/admin-metaboxes-form.php:172 inc/admin/admin.php:3960
2502
- msgid "Do not display a \"Cached\" link in the Google search results."
2503
- msgstr "No mostrar un enlace de \"Caché\" en resultados de la búsqueda de Google."
2504
-
2505
- #: inc/admin/admin-metaboxes-form.php:166 inc/admin/admin.php:3941
2506
- msgid "Do not index images from the entire site."
2507
- msgstr "No indexar imágenes para todo el sitio."
2508
-
2509
- #: inc/admin/admin-metaboxes-form.php:160 inc/admin/admin.php:3922
2510
- msgid ""
2511
- "Do not use Open Directory project metadata for titles or excerpts for all pages."
2512
- msgstr ""
2513
- "No usar metadatos de proyecto de Open Directory para títulos o fragmentos para "
2514
- "todas las páginas."
2515
-
2516
- #: inc/admin/admin-metaboxes-form.php:154 inc/admin/admin.php:3903
2517
- msgid "Do not follow links for all pages."
2518
- msgstr "No seguir enlaces para todas las páginas."
2519
-
2520
- #: inc/admin/admin-metaboxes-form.php:148 inc/admin/admin.php:3884
2521
- msgid ""
2522
- "Do not display all pages of the site in Google search results and do not "
2523
- "display \"Cached\" links in search results."
2524
- msgstr ""
2525
- "No mostrar todas las páginas del sitio en los resultados de búsqueda de Google "
2526
- "y no mostrar enlaces de \"Caché\" en resultados de la búsqueda."
2527
-
2528
- #: inc/admin/admin-metaboxes-form.php:66
2529
- msgid "Google News"
2530
- msgstr "Google News"
2531
-
2532
- #: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:162
2533
- #: inc/admin/admin-metaboxes.php:164 inc/admin/admin.php:182
2534
- #: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:752
2535
- msgid "SEO"
2536
- msgstr "SEO"
2537
-
2538
- #: seopress.php:313
2539
- msgid "GO PRO!"
2540
- msgstr "¡Hazte Pro!"
2541
-
2542
- #: inc/admin/admin.php:3194
2543
- msgid "Flush permalinks"
2544
- msgstr "Permalinks a nivel"
2545
-
2546
- #: inc/admin/admin.php:3192
2547
- msgid "Ping Google manually"
2548
- msgstr "Ping manual a Google"
2549
-
2550
- #: inc/admin/admin.php:954 inc/admin/admin.php:3166
2551
- msgid ""
2552
- "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
2553
- msgstr ""
2554
- "¡Tus permalinks no son SEO amigables! Activa permalinks buenos para solucionar "
2555
- "este problema."
2556
-
2557
- #: inc/admin/admin.php:944
2558
- msgid "Your site title is empty!"
2559
- msgstr "¡El título de tu sitio está vacío!"
2560
-
2561
- #: inc/admin/admin.php:5347
2562
- msgid "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
2563
- msgstr ""
2564
- "Ajuste basado en el idioma del sitio. Lenguajes soportados: EN, FR, ES, DE, IT, "
2565
- "PT."
2566
-
2567
- #: inc/admin/admin.php:5347
2568
- msgid "Remove stop words in permalinks"
2569
- msgstr "Quitar stop words (palabras vacías) en los permalinks"
2570
-
2571
- #: inc/admin/admin.php:2835
2572
- msgid "Remove stop words from URL"
2573
- msgstr "Quitar stop words (palabras vacías) de la URL"
2574
-
2575
- #: inc/admin/admin.php:5500
2576
- msgid "Enter Yandex meta value site verification"
2577
- msgstr "Introducir la verificación meta del sitio de Yandex"
2578
-
2579
- #: inc/admin/admin.php:5488
2580
- msgid "Enter Pinterest meta value site verification"
2581
- msgstr "Introducir la verificación meta del sitio de Pinterest"
2582
-
2583
- #: inc/admin/admin.php:5475
2584
- msgid "Enter Bing meta value site verification"
2585
- msgstr "Introducir la verificación meta del sitio de Bing"
2586
-
2587
- #: inc/admin/admin.php:5461
2588
- msgid "Enter Google meta value site verification"
2589
- msgstr "Introducir la verificación meta del sitio de Google"
2590
-
2591
- #: inc/admin/admin.php:3171
2592
- msgid "Only the last 1000 items are listed in Sitemaps for performances issues."
2593
- msgstr ""
2594
- "Sólo los 1000 últimos artículos aparecen en Sitemaps para evitar problemas de "
2595
- "rendimiento."
2596
-
2597
- #: inc/admin/admin.php:2915 inc/admin/admin.php:5500
2598
- msgid "Yandex site verification"
2599
- msgstr "Verificación del sitio de Yandex"
2600
-
2601
- #: inc/admin/admin.php:2907 inc/admin/admin.php:5488
2602
- msgid "Pinterest site verification"
2603
- msgstr "Verificación del sitio en Pinterest"
2604
-
2605
- #: inc/admin/admin.php:2899 inc/admin/admin.php:5475
2606
- msgid "Bing site verification"
2607
- msgstr "Verificación del sitio de Bing"
2608
-
2609
- #: inc/admin/admin.php:2891 inc/admin/admin.php:5461
2610
- msgid "Google site verification"
2611
- msgstr "Verificación del sitio de Google"
2612
-
2613
- #: inc/admin/admin.php:1070
2614
- msgid "You don't have an XML Sitemap!"
2615
- msgstr "¡No tienes un mapa del sitio XML!"
2616
-
2617
- #: inc/admin/admin.php:937 inc/admin/admin.php:947 inc/admin/admin.php:957
2618
- #: inc/admin/admin.php:981 inc/admin/admin.php:1060 inc/admin/admin.php:1073
2619
- #: inc/admin/admin.php:1145
2620
- msgid "Fix this!"
2621
- msgstr "¡Solucionarlo!"
2622
-
2623
- #: inc/admin/admin.php:934
2624
- msgid "Your site is not visible to Search Engines!"
2625
- msgstr "¡Tu sitio no es visible para los motores de búsqueda!"
2626
-
2627
- #: inc/admin/admin.php:824 inc/admin/admin.php:830
2628
- msgid "Notifications Center"
2629
- msgstr "Centro de Notificaciones"
2630
-
2631
- #: inc/admin/admin-header.php:213
2632
- msgid "Support"
2633
- msgstr "Soporte"
2634
-
2635
- #: inc/admin/admin.php:233
2636
- msgid "Templates variables"
2637
- msgstr "Variables de plantillas"
2638
-
2639
- #: inc/admin/admin.php:211
2640
- msgid "Current number page"
2641
- msgstr "Número de página actual"
2642
-
2643
- #: inc/admin/admin.php:211
2644
- msgid "%%current_pagination%%"
2645
- msgstr "%%current_pagination%%"
2646
-
2647
- #: inc/admin/admin.php:210
2648
- msgid "Search keywords"
2649
- msgstr "Buscar palabras clave"
2650
-
2651
- #: inc/admin/admin.php:210
2652
- msgid "%%search_keywords%%"
2653
- msgstr "%%search_keywords%%"
2654
-
2655
- #: inc/admin/admin.php:209
2656
- msgid "Term description"
2657
- msgstr "Descripción del término"
2658
-
2659
- #: inc/admin/admin.php:209
2660
- msgid "%%term_description%%"
2661
- msgstr "%%term_description%%"
2662
-
2663
- #: inc/admin/admin.php:208
2664
- msgid "Term title"
2665
- msgstr "Título de término"
2666
-
2667
- #: inc/admin/admin.php:208
2668
- msgid "%%term_title%%"
2669
- msgstr "%%term_title%%"
2670
-
2671
- #: inc/admin/admin.php:207
2672
- msgid "Tag description"
2673
- msgstr "Descripción de Etiqueta"
2674
-
2675
- #: inc/admin/admin.php:207
2676
- msgid "%%tag_description%%"
2677
- msgstr "%%tag_description%%"
2678
-
2679
- #: inc/admin/admin.php:206
2680
- msgid "Tag title"
2681
- msgstr "Título de Etiqueta"
2682
-
2683
- #: inc/admin/admin.php:206
2684
- msgid "%%tag_title%%"
2685
- msgstr "%%tag_title%%"
2686
-
2687
- #: inc/admin/admin.php:205
2688
- msgid "Category description"
2689
- msgstr "Descripción de Categoría"
2690
-
2691
- #: inc/admin/admin.php:205
2692
- msgid "%%_category_description%%"
2693
- msgstr "%%_category_description%%"
2694
-
2695
- #: inc/admin/admin.php:204
2696
- msgid "Category title"
2697
- msgstr "Título de Categoría"
2698
-
2699
- #: inc/admin/admin.php:204
2700
- msgid "%%_category_title%%"
2701
- msgstr "%%_category_title%%"
2702
-
2703
- #: inc/admin/admin.php:201 inc/admin/admin.php:3661
2704
- msgid "Post author"
2705
- msgstr "Autor de Post"
2706
-
2707
- #: inc/admin/admin.php:201
2708
- msgid "%%post_author%%"
2709
- msgstr "%%post_author%%"
2710
-
2711
- #: inc/admin/admin.php:200
2712
- msgid "Post date"
2713
- msgstr "Fecha de Post"
2714
-
2715
- #: inc/admin/admin.php:200
2716
- msgid "%%post_date%%"
2717
- msgstr "%%post_date%%"
2718
-
2719
- #: inc/admin/admin.php:199
2720
- msgid "Post excerpt"
2721
- msgstr "Extracto de la entrada"
2722
-
2723
- #: inc/admin/admin.php:199
2724
- msgid "%%post_excerpt%%"
2725
- msgstr "%%post_excerpt%%"
2726
-
2727
- #: inc/admin/admin.php:198
2728
- msgid "Post Title (post, page, custom post type)"
2729
- msgstr "Título de Post (post, página, tipo de post personalizado)"
2730
-
2731
- #: inc/admin/admin.php:198
2732
- msgid "%%post_title%%"
2733
- msgstr "%%post_title%%"
2734
-
2735
- #: inc/admin/admin.php:197 inc/admin/admin.php:3301 inc/admin/admin.php:3312
2736
- msgid "Tagline"
2737
- msgstr "Lema del sitio"
2738
-
2739
- #: inc/admin/admin.php:197
2740
- msgid "%%tagline%%"
2741
- msgstr "%%tagline%%"
2742
-
2743
- #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:196
2744
- #: inc/admin/admin.php:3300 inc/admin/admin.php:3353 inc/admin/admin.php:3472
2745
- #: inc/admin/admin.php:3585 inc/admin/admin.php:3662 inc/admin/admin.php:3732
2746
- #: inc/admin/admin.php:3801 inc/admin/admin.php:3851
2747
- msgid "Site Title"
2748
- msgstr "Título del sitio"
2749
-
2750
- #: inc/admin/admin.php:196
2751
- msgid "%%sitetitle%%"
2752
- msgstr "%%sitetitle%%"
2753
-
2754
- #: inc/admin/admin.php:5313
2755
- msgid "Redirect attachment pages to post parent (or homepage if none)"
2756
- msgstr ""
2757
- "Redirigir las páginas de adjuntos al post principal (o a la página principal si "
2758
- "no lo hay)"
2759
-
2760
- #: inc/admin/admin.php:3276
2761
- msgid "<p>Advanced SEO options.</p>"
2762
- msgstr "<p>Opciones de SEO avanzadas</p>"
2763
-
2764
- #: inc/admin/admin.php:1499
2765
- msgid "Advanced SEO options for advanced users!"
2766
- msgstr "¡Opciones avanzadas de SEO para usuarios avanzados!"
2767
-
2768
- #: inc/admin/admin-metaboxes-form.php:254 inc/admin/admin-metaboxes-form.php:256
2769
- #: inc/admin/admin-metaboxes-form.php:259 inc/admin/admin-metaboxes-form.php:261
2770
- msgid "Test your URL"
2771
- msgstr "Prueba tu URL"
2772
-
2773
- #: inc/admin/admin-metaboxes-form.php:243 inc/admin/admin-metaboxes-form.php:249
2774
- msgid "URL redirection"
2775
- msgstr "Redirección de URL"
2776
-
2777
- #: inc/admin/admin-metaboxes-form.php:239
2778
- msgid "Enable redirection?"
2779
- msgstr "¿Habilitar la redirección?"
2780
-
2781
- #: inc/admin/admin-header.php:124 inc/admin/admin.php:1795
2782
- #: inc/admin/adminbar.php:81
2783
- msgid "Redirections"
2784
- msgstr "Redirecciones"
2785
-
2786
- #: seopress.php:311
2787
- msgid "SEOPress.org"
2788
- msgstr "SEOPress.org"
2789
-
2790
- #: inc/admin/admin.php:3423
2791
- msgid "Display date in Google search results?"
2792
- msgstr "¿Mostrar la fecha en los resultados de búsqueda de Google?"
2793
-
2794
- #: inc/admin/admin-metaboxes-form.php:185
2795
- msgid "Default value: "
2796
- msgstr "Valor por defecto: "
2797
-
2798
- #. Plugin Name of the plugin/theme
2799
- #: inc/admin/admin-header.php:16
2800
- msgid "SEOPress"
2801
- msgstr "SEOPress"
2802
-
2803
- #: inc/admin/admin-metaboxes-form.php:57
2804
- msgid "Titles settings"
2805
- msgstr "Configuración de títulos"
2806
-
2807
- #: inc/admin/admin-header.php:60 inc/admin/admin-metaboxes-form.php:58
2808
- #: inc/admin/admin.php:188 inc/admin/admin.php:339 inc/admin/admin.php:615
2809
- #: inc/admin/admin.php:1498 inc/admin/adminbar.php:49
2810
- msgid "Advanced"
2811
- msgstr "Avanzado"
2812
-
2813
- #: inc/admin/admin-metaboxes-form.php:59
2814
- msgid "Social"
2815
- msgstr "Social"
2816
-
2817
- #: inc/admin/admin-metaboxes-form.php:92 inc/admin/admin-metaboxes-form.php:93
2818
- msgid "Title"
2819
- msgstr "Título"
2820
-
2821
- #: inc/admin/admin-metaboxes-form.php:93
2822
- msgid "Enter your title"
2823
- msgstr "Introduce tu título"
2824
-
2825
- #: inc/admin/admin-metaboxes-content-analysis-form.php:185
2826
- #: inc/admin/admin-metaboxes-form.php:107 inc/admin/admin-metaboxes-form.php:108
2827
- #: inc/admin/admin.php:725 inc/admin/admin.php:2019 inc/admin/admin.php:3308
2828
- #: inc/functions/options-advanced-admin.php:762
2829
- msgid "Meta description"
2830
- msgstr "Meta Descripción"
2831
-
2832
- #: inc/admin/admin-metaboxes-form.php:108
2833
- msgid "Enter your meta description"
2834
- msgstr "Introduce tu meta descripción"
2835
-
2836
- #: inc/admin/admin-metaboxes-form.php:97 inc/admin/admin-metaboxes-form.php:112
2837
- msgid "(maximum recommended limit)"
2838
- msgstr "(límite máximo recomendado)"
2839
-
2840
- #: inc/admin/admin-metaboxes-form.php:121
2841
- msgid "Google Snippet Preview"
2842
- msgstr "Google Snippet Preview"
2843
-
2844
- #: inc/admin/admin-metaboxes-form.php:147 inc/admin/admin.php:2204
2845
- #: inc/admin/admin.php:3385 inc/admin/admin.php:3522 inc/admin/admin.php:3617
2846
- #: inc/admin/admin.php:3693 inc/admin/admin.php:3762 inc/admin/admin.php:3832
2847
- #: inc/admin/admin.php:3882
2848
- msgid "noindex"
2849
- msgstr "noindex"
2850
-
2851
- #: inc/admin/admin-metaboxes-form.php:153 inc/admin/admin.php:2212
2852
- #: inc/admin/admin.php:3404 inc/admin/admin.php:3541 inc/admin/admin.php:3636
2853
- #: inc/admin/admin.php:3901
2854
- msgid "nofollow"
2855
- msgstr "nofollow"
2856
-
2857
- #: inc/admin/admin-metaboxes-form.php:159 inc/admin/admin.php:2220
2858
- #: inc/admin/admin.php:3920
2859
- msgid "noodp"
2860
- msgstr "noodp"
2861
-
2862
- #: inc/admin/admin-metaboxes-form.php:165 inc/admin/admin.php:2228
2863
- #: inc/admin/admin.php:3939
2864
- msgid "noimageindex"
2865
- msgstr "noimageindex"
2866
-
2867
- #: inc/admin/admin-metaboxes-form.php:177 inc/admin/admin.php:2244
2868
- #: inc/admin/admin.php:3977
2869
- msgid "nosnippet"
2870
- msgstr "nosnippet"
2871
-
2872
- #: inc/admin/admin-metaboxes-form.php:171 inc/admin/admin.php:2236
2873
- #: inc/admin/admin.php:3958
2874
- msgid "noarchive"
2875
- msgstr "noarchive"
2876
-
2877
- #: inc/admin/admin-metaboxes-form.php:184 inc/admin/admin-metaboxes-form.php:185
2878
- #: inc/admin/admin.php:729
2879
- msgid "Canonical URL"
2880
- msgstr "URL canónica"
2881
-
2882
- #: inc/admin/admin-metaboxes-form.php:201 inc/admin/admin-metaboxes-form.php:202
2883
- msgid "Facebook Title"
2884
- msgstr "Título de Facebook"
2885
-
2886
- #: inc/admin/admin-metaboxes-form.php:205 inc/admin/admin-metaboxes-form.php:206
2887
- msgid "Facebook description"
2888
- msgstr "Descripción de Facebook"
2889
-
2890
- #: inc/admin/admin-metaboxes-form.php:202
2891
- msgid "Enter your Facebook title"
2892
- msgstr "Introduce tu título de Facebook"
2893
-
2894
- #: inc/admin/admin-metaboxes-form.php:206
2895
- msgid "Enter your Facebook description"
2896
- msgstr "Introduce tu descripción de Facebook"
2897
-
2898
- #: inc/admin/admin-metaboxes-form.php:209 inc/admin/admin-metaboxes-form.php:210
2899
- msgid "Facebook Thumbnail"
2900
- msgstr "Imagen de Facebook"
2901
-
2902
- #: inc/admin/admin-metaboxes-form.php:210 inc/admin/admin-metaboxes-form.php:228
2903
- #: inc/admin/admin.php:4521 inc/admin/admin.php:4612
2904
- msgid "Select your default thumbnail"
2905
- msgstr "Selecciona tu miniatura predeterminada"
2906
-
2907
- #: inc/admin/admin-metaboxes-form.php:212 inc/admin/admin-metaboxes-form.php:230
2908
- #: inc/admin/admin-metaboxes-form.php:357 inc/admin/admin.php:4279
2909
- #: inc/admin/admin.php:4523 inc/admin/admin.php:4614
2910
- msgid "Upload an Image"
2911
- msgstr "Subir una imagen"
2912
-
2913
- #: inc/admin/admin-metaboxes-form.php:219 inc/admin/admin-metaboxes-form.php:220
2914
- msgid "Twitter Title"
2915
- msgstr "Título de Twitter"
2916
-
2917
- #: inc/admin/admin-metaboxes-form.php:220
2918
- msgid "Enter your Twitter title"
2919
- msgstr "Introduce tu título de Twitter"
2920
-
2921
- #: inc/admin/admin-metaboxes-form.php:223 inc/admin/admin-metaboxes-form.php:224
2922
- msgid "Twitter description"
2923
- msgstr "Descripción de Twitter"
2924
-
2925
- #: inc/admin/admin-metaboxes-form.php:227 inc/admin/admin-metaboxes-form.php:230
2926
- msgid "Twitter Thumbnail"
2927
- msgstr "Imagen de Twitter"
2928
-
2929
- #: inc/admin/admin-metaboxes-form.php:224
2930
- msgid "Enter your Twitter description"
2931
- msgstr "Introduce tu descripción de Twitter"
2932
-
2933
- #: inc/admin/admin-header.php:36 inc/admin/admin.php:184 inc/admin/adminbar.php:25
2934
- msgid "Titles & Metas"
2935
- msgstr "Títulos y Metas"
2936
-
2937
- #: inc/admin/admin.php:405
2938
- msgid "HTML Sitemap"
2939
- msgstr "Mapa del sitio HTML"
2940
-
2941
- #: inc/admin/admin.php:3167
2942
- msgid "Change this settings"
2943
- msgstr "Cambia esta configuración"
2944
-
2945
- #: inc/admin/admin.php:338 inc/admin/admin.php:404
2946
- msgid "Taxonomies"
2947
- msgstr "Taxonomías"
2948
-
2949
- #: inc/admin/admin.php:336
2950
- msgid "Single Post Types"
2951
- msgstr "Tipos de entradas Individuales"
2952
-
2953
- #: inc/admin/admin.php:335
2954
- msgid "Home"
2955
- msgstr "Inicio"
2956
-
2957
- #: inc/admin/admin.php:337
2958
- msgid "Archives"
2959
- msgstr "Archivos"
2960
-
2961
- #: inc/admin/admin.php:402 inc/admin/admin.php:535 inc/admin/admin.php:544
2962
- msgid "General"
2963
- msgstr "General"
2964
-
2965
- #: inc/admin/admin.php:403
2966
- msgid "Post Types"
2967
- msgstr "Tipos de entradas"
2968
-
2969
- #: inc/admin/admin.php:467
2970
- msgid "Knowledge Graph"
2971
- msgstr "Gráfico de conocimiento"
2972
-
2973
- #: inc/admin/admin.php:468
2974
- msgid "Your social accounts"
2975
- msgstr "Tus cuentas sociales"
2976
-
2977
- #: inc/admin/admin.php:649
2978
- msgid "Export Settings"
2979
- msgstr "Exportar configuración"
2980
-
2981
- #: inc/admin/admin.php:651
2982
- msgid ""
2983
- "Export the plugin settings for this site as a .json file. This allows you to "
2984
- "easily import the configuration into another site."
2985
- msgstr ""
2986
- "Exportar la configuración del plugin de este sitio como un archivo .json. Esto "
2987
- "le permite importar fácilmente la configuración en otro sitio."
2988
-
2989
- #: inc/admin/admin.php:656 inc/admin/admin.php:712
2990
- msgid "Export"
2991
- msgstr "Exportar"
2992
-
2993
- #: inc/admin/admin.php:663
2994
- msgid "Import Settings"
2995
- msgstr "Importar configuración"
2996
-
2997
- #: inc/admin/admin.php:665
2998
- msgid ""
2999
- "Import the plugin settings from a .json file. This file can be obtained by "
3000
- "exporting the settings on another site using the form above."
3001
- msgstr ""
3002
- "Importar la configuración del plugin desde un archivo .json. Este archivo se "
3003
- "puede obtener mediante la exportación de los ajustes en otro sitio usando el "
3004
- "formulario de arriba."
3005
-
3006
- #: inc/admin/admin.php:673 inc/admin/admin.php:699
3007
- msgid "Import"
3008
- msgstr "Importar"
3009
-
3010
- #: inc/admin/admin.php:754
3011
- msgid "Reset All Settings"
3012
- msgstr "Restablecer todas las configuraciónes"
3013
-
3014
- #: inc/admin/admin-header.php:23 inc/admin/adminbar.php:75
3015
- msgid "PRO"
3016
- msgstr "PRO"
3017
-
3018
- #: inc/admin/admin.php:761
3019
- msgid "Reset settings"
3020
- msgstr "Reiniciar Ajustes"
3021
-
3022
- #: seopress.php:263
3023
- msgid "You like SEOPress? Don't forget to rate it 5 stars!"
3024
- msgstr "¿Te gusta SEOPress? ¡No olvides valorarlo con 5 estrellas!"
3025
-
3026
- #: inc/admin/admin-header.php:201
3027
- msgid "Follow us on Twitter"
3028
- msgstr "Síguenos en Twitter"
3029
-
3030
- #: inc/admin/admin.php:1346
3031
- msgid "Titles & metas"
3032
- msgstr "Títulos y Metas"
3033
-
3034
- #: inc/admin/admin.php:1347
3035
- msgid "Manage all your titles & metas"
3036
- msgstr "Administrar todos tus títulos y metas"
3037
-
3038
- #: inc/admin/admin.php:1348 inc/admin/admin.php:1386 inc/admin/admin.php:1424
3039
- #: inc/admin/admin.php:1462 inc/admin/admin.php:1500 inc/admin/admin.php:1529
3040
- #: inc/admin/admin.php:1557 inc/admin/admin.php:1585 inc/admin/admin.php:1613
3041
- #: inc/admin/admin.php:1641 inc/admin/admin.php:1669 inc/admin/admin.php:1707
3042
- #: inc/admin/admin.php:1729 inc/admin/admin.php:1769 inc/admin/admin.php:1798
3043
- #: inc/admin/admin.php:1848 inc/admin/admin.php:1858 inc/admin/admin.php:1889
3044
- #: inc/admin/admin.php:1901 inc/admin/admin.php:1913 inc/admin/admin.php:1934
3045
- msgid "Manage"
3046
- msgstr "Gestionar"
3047
-
3048
- #: inc/admin/admin.php:2433 inc/admin/admin.php:4380
3049
- msgid "Facebook Page URL"
3050
- msgstr "URL de la página de Facebook"
3051
-
3052
- #: inc/admin/admin.php:2392 inc/admin/admin.php:4277
3053
- msgid "Your photo/organization logo"
3054
- msgstr "Tu foto/logo de la organización"
3055
-
3056
- #: inc/admin/admin.php:2384 inc/admin/admin.php:4264
3057
- msgid "Your name/organization"
3058
- msgstr "Tu nombre/organización"
3059
-
3060
- #: inc/admin/admin.php:2376
3061
- msgid "Person or organization"
3062
- msgstr "Persona u organización"
3063
-
3064
- #: inc/admin/admin.php:2327
3065
- msgid "Check to INCLUDE Taxonomies"
3066
- msgstr "Marcar para INCLUIR Taxonomías"
3067
-
3068
- #: inc/admin/admin.php:2311
3069
- msgid "Check to INCLUDE Post Types"
3070
- msgstr "Marcar para INCLUIR Tipos de Post"
3071
-
3072
- #: inc/admin/admin.php:2269 inc/admin/admin.php:4015
3073
- msgid "Enable XML Sitemap"
3074
- msgstr "Activar Mapa del sitio XML"
3075
-
3076
- #: inc/admin/admin.php:2011 inc/admin/admin.php:3297
3077
- msgid "Site title"
3078
- msgstr "Título del Sitio"
3079
-
3080
- #: inc/admin/admin.php:1912
3081
- msgid "Import/Export SEOPress settings from site to site."
3082
- msgstr "Importar / exportar configuración de SEOPress de un sitio a otro."
3083
-
3084
- #: inc/admin/admin.php:1423
3085
- msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
3086
- msgstr "Open Graph, Twitter Card, Google Knowledge Graph y más..."
3087
-
3088
- #: inc/admin/admin.php:2441
3089
- msgid "Twitter Username"
3090
- msgstr "Nombre de usuario de Twitter"
3091
-
3092
- #: inc/admin/admin.php:2449 inc/admin/admin.php:4405
3093
- msgid "Google + URL"
3094
- msgstr "URL de Google+"
3095
-
3096
- #: inc/admin/admin.php:2457 inc/admin/admin.php:4417
3097
- msgid "Pinterest URL"
3098
- msgstr "URL de Pinterest"
3099
-
3100
- #: inc/admin/admin.php:2497 inc/admin/admin.php:4477
3101
- msgid "Soundcloud URL"
3102
- msgstr "URL de Soundcloud"
3103
-
3104
- #: inc/admin/admin.php:2489 inc/admin/admin.php:4465
3105
- msgid "MySpace URL"
3106
- msgstr "URL de MySpace"
3107
-
3108
- #: inc/admin/admin.php:2481 inc/admin/admin.php:4453
3109
- msgid "LinkedIn URL"
3110
- msgstr "URL de Linkedln"
3111
-
3112
- #: inc/admin/admin.php:2473 inc/admin/admin.php:4441
3113
- msgid "YouTube URL"
3114
- msgstr "URL de YouTube"
3115
-
3116
- #: inc/admin/admin.php:2465 inc/admin/admin.php:4429
3117
- msgid "Instagram URL"
3118
- msgstr "URL de Instagram"
3119
-
3120
- #: inc/admin/admin.php:2522
3121
- msgid "Enable Open Graph Data"
3122
- msgstr "Habilitar datos de Open Graph"
3123
-
3124
- #: inc/admin/admin.php:2505 inc/admin/admin.php:4489
3125
- msgid "Tumblr URL"
3126
- msgstr "URL de Tumblr"
3127
-
3128
- #: inc/admin/admin.php:2554
3129
- msgid "Facebook App ID"
3130
- msgstr "Facebook App ID"
3131
-
3132
- #: inc/admin/admin.php:2546
3133
- msgid "Facebook Admin ID"
3134
- msgstr "Facebook admin ID"
3135
-
3136
- #: inc/admin/admin.php:2530 inc/admin/admin.php:4521
3137
- msgid "Select a default image"
3138
- msgstr "Seleccionar una imagen predeterminada"
3139
-
3140
- #: inc/admin/admin.php:2571
3141
- msgid "Enable Twitter Card"
3142
- msgstr "Habilitar tarjeta de Twitter"
3143
-
3144
- #: inc/admin/admin.php:2587 inc/admin/admin.php:4612
3145
- msgid "Default Twitter Image"
3146
- msgstr "Imagen de Twitter por defecto"
3147
-
3148
- #: inc/admin/admin.php:2595
3149
- msgid "Image size for Twitter Summary card"
3150
- msgstr "Tamaño de imagen para Twitter Summary Card"
3151
-
3152
- #: inc/admin/admin.php:3139
3153
- msgid "<p>Customize your titles & metas for homepage</p>"
3154
- msgstr "<p>Personalizar sus títulos y metas para página de inicio</p>"
3155
-
3156
- #: inc/admin/admin.php:3144
3157
- msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
3158
- msgstr ""
3159
- "<p>Personalizar sus títulos y metas para los tipos individuales del artículo</p>"
3160
-
3161
- #: inc/admin/admin.php:3149
3162
- msgid "<p>Customize your metas for all pages</p>"
3163
- msgstr "<p>Personaliza tus metas para todas las páginas</p>"
3164
-
3165
- #: inc/admin/admin.php:3159
3166
- msgid "<p>Customize your metas for all archives</p>"
3167
- msgstr "<p>Personaliza tus metas para todos los archivos</p>"
3168
-
3169
- #: inc/admin/admin.php:3154
3170
- msgid "<p>Customize your metas for all taxonomies archives</p>"
3171
- msgstr "<p>Personaliza tus metas para todos los archivos de las taxonomías</p>"
3172
-
3173
- #: inc/admin/admin.php:3170
3174
- msgid ""
3175
- "To view your sitemap, enable permalinks (not default one), and save settings to "
3176
- "flush them."
3177
- msgstr ""
3178
- "Para ver el mapa del sitio, activar los permalinks (no por defecto) y guardar "
3179
- "los ajustes para actualizarlos."
3180
-
3181
- #: inc/admin/admin.php:3190
3182
- msgid "View your sitemap"
3183
- msgstr "Ver el mapa del sitio"
3184
-
3185
- #: inc/admin/admin.php:3215
3186
- msgid "<p>Include/Exclude Post Types.</p>"
3187
- msgstr "<p>Incluir / Excluir tipos de entrada</p>"
3188
-
3189
- #: inc/admin/admin.php:3220
3190
- msgid "<p>Include/Exclude Taxonomies.</p>"
3191
- msgstr "<p>Incluir / Excluir taxonomías</p>"
3192
-
3193
- #: inc/admin/admin.php:3225
3194
- msgid "<p>Configure Google Knowledge Graph.</p>"
3195
- msgstr "<p>Configurar Google Knowledge Graph.</p>"
3196
-
3197
- #: inc/admin/admin.php:3720 inc/admin/admin.php:3731
3198
- msgid "Date archives"
3199
- msgstr "Archivos por fecha"
3200
-
3201
- #: inc/admin/admin.php:3650
3202
- msgid "Author archives"
3203
- msgstr "Archivos del autor"
3204
-
3205
- #: inc/admin/admin.php:3362 inc/admin/admin.php:3483 inc/admin/admin.php:3594
3206
- #: inc/admin/admin.php:3669 inc/admin/admin.php:3739 inc/admin/admin.php:3808
3207
- #: inc/admin/admin.php:3858
3208
- msgid "Meta description template"
3209
- msgstr "Plantilla de Descripción meta"
3210
-
3211
- #: inc/admin/admin.php:3329 inc/admin/admin.php:3445 inc/admin/admin.php:3564
3212
- #: inc/admin/admin.php:3652 inc/admin/admin.php:3722 inc/admin/admin.php:3791
3213
- #: inc/admin/admin.php:3843
3214
- msgid "Title template"
3215
- msgstr "Plantilla de título"
3216
-
3217
- #: inc/admin/admin.php:3308
3218
- msgid "This is a cool website about Wookiees"
3219
- msgstr "Esta es una web interesante sobre Wookiees"
3220
-
3221
- #: inc/admin/admin.php:3297
3222
- msgid "My awesome website"
3223
- msgstr "Mi impresionante sitio web"
3224
-
3225
- #: inc/admin/admin.php:3241
3226
- msgid "<p>Manage your Twitter card.</p>"
3227
- msgstr "<p>Gestiona tu Twitter card.</p>"
3228
-
3229
- #: inc/admin/admin.php:3236
3230
- msgid "<p>Manage Open Graph datas.</p>"
3231
- msgstr "<p>Gestiona tus datos de Open Graph.</p>"
3232
-
3233
- #: inc/admin/admin.php:3231
3234
- msgid "<p>Link your site with your social accounts.</p>"
3235
- msgstr "<p>Enlaza tu sitio con tus cuentas sociales.</p>"
3236
-
3237
- #: inc/admin/admin.php:4441
3238
- msgid "eg: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
3239
- msgstr "eg: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
3240
-
3241
- #: inc/admin/admin.php:4417
3242
- msgid "eg: https://pinterest.com/wpbuy/"
3243
- msgstr "eg: https://pinterest.com/wpbuy/"
3244
-
3245
- #: inc/admin/admin.php:4405
3246
- msgid "eg: https://plus.google.com/+BenjaminDenis"
3247
- msgstr "eg: https://plus.google.com/+BenjaminDenis"
3248
-
3249
- #: inc/admin/admin.php:4380
3250
- msgid "eg: https://www.facebook.com/your-page"
3251
- msgstr "eg: https://www.facebook.com/tu-pagina"
3252
-
3253
- #: inc/admin/admin.php:4277
3254
- msgid "Select your logo"
3255
- msgstr "Selecciona tu logotipo"
3256
-
3257
- #: inc/admin/admin.php:4264
3258
- msgid "eg: Apple"
3259
- msgstr "eg: Apple"
3260
-
3261
- #: inc/admin/admin.php:4251
3262
- msgid "Organization"
3263
- msgstr "Organización"
3264
-
3265
- #: inc/admin/admin.php:4248
3266
- msgid "Person"
3267
- msgstr "Persona"
3268
-
3269
- #: inc/admin/admin.php:4148 inc/admin/admin.php:4188
3270
- msgid "Include"
3271
- msgstr "Incluir"
3272
-
3273
- #: inc/admin/admin.php:3841
3274
- msgid "404 archives"
3275
- msgstr "Archivos 404"
3276
-
3277
- #: inc/admin/admin.php:3789
3278
- msgid "Search archives"
3279
- msgstr "Buscar archivos"
3280
-
3281
- #: inc/admin/admin.php:4477
3282
- msgid "eg: https://soundcloud.com/michaelmccannmusic"
3283
- msgstr "eg: https://soundcloud.com/michaelmccannmusic"
3284
-
3285
- #: inc/admin/admin.php:4465
3286
- msgid "eg: https://myspace.com/your-page"
3287
- msgstr "ej: https://myspace.com/tu-pagina"
3288
-
3289
- #: inc/admin/admin.php:4453
3290
- msgid "eg: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3291
- msgstr "eg: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3292
-
3293
- #: inc/admin/admin.php:4489
3294
- msgid "eg: https://your-site.tumblr.com"
3295
- msgstr "eg: https://tu-sitio.tumblr.com"
3296
-
3297
- #: inc/functions/options-import-export.php:51
3298
- msgid "Please upload a valid .json file"
3299
- msgstr "Por favor, sube un archivo .json válido"
3300
-
3301
- #: inc/admin/admin.php:4635
3302
- msgid "Large"
3303
- msgstr "Grande"
3304
-
3305
- #: inc/admin/admin.php:4632
3306
- msgid "Default"
3307
- msgstr "Predeterminado"
3308
-
3309
- #: inc/admin/admin.php:4580
3310
- msgid "Enable Twitter card"
3311
- msgstr "Habilitar tarjeta de Twitter"
3312
-
3313
- #: inc/admin/admin.php:4506
3314
- msgid "Enable OG data"
3315
- msgstr "Habilitar datos de OG"
3316
-
3317
- #. Plugin URI of the plugin/theme
3318
- #. Author URI of the plugin/theme
3319
- msgid "https://www.seopress.org/"
3320
- msgstr "https://www.seopress.org/"
3321
-
3322
- #: seopress.php:310
3323
- msgid "Settings"
3324
- msgstr "Ajustes"
3325
-
3326
- #: inc/functions/options-import-export.php:55
3327
- #: inc/functions/options-import-export.php:92
3328
- msgid "Please upload a file to import"
3329
- msgstr "Por favor, sube un archivo para importar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wp-seopress-fr_FR.mo DELETED
Binary file
languages/wp-seopress-fr_FR.po DELETED
@@ -1,6145 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: SEOPress\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
5
- "POT-Creation-Date: 2019-06-19 15:36+0200\n"
6
- "PO-Revision-Date: 2019-06-19 15:49+0200\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Benjamin DENIS <contact@seopress.org>\n"
9
- "Language: fr_FR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.2.1\n"
14
- "X-Poedit-KeywordsList: __;_e;_x;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: inc/admin/admin-header.php:16
21
- msgid "SEOPress"
22
- msgstr "SEOPress"
23
-
24
- #: inc/admin/admin-header.php:23 inc/admin/adminbar.php:75
25
- msgid "PRO"
26
- msgstr "PRO"
27
-
28
- #: inc/admin/admin-header.php:36 inc/admin/admin.php:185
29
- #: inc/admin/adminbar.php:25
30
- msgid "Titles & Metas"
31
- msgstr "Titres et Métas"
32
-
33
- #: inc/admin/admin-header.php:42 inc/admin/admin.php:186
34
- #: inc/admin/adminbar.php:31
35
- msgid "XML / HTML Sitemap"
36
- msgstr "Sitemap XML / HTML"
37
-
38
- #: inc/admin/admin-header.php:48 inc/admin/admin.php:187
39
- #: inc/admin/admin.php:1500 inc/admin/adminbar.php:37
40
- msgid "Social Networks"
41
- msgstr "Réseaux Sociaux"
42
-
43
- #: inc/admin/admin-header.php:54 inc/admin/admin.php:188
44
- #: inc/admin/admin.php:1538 inc/admin/adminbar.php:43
45
- msgid "Google Analytics"
46
- msgstr "Google Analytics"
47
-
48
- #: inc/admin/admin-header.php:60 inc/admin/admin-metaboxes-form.php:58
49
- #: inc/admin/admin.php:189 inc/admin/admin.php:346 inc/admin/admin.php:622
50
- #: inc/admin/admin.php:1576 inc/admin/adminbar.php:49
51
- msgid "Advanced"
52
- msgstr "Avancé"
53
-
54
- #: inc/admin/admin-header.php:68 inc/admin/admin.php:1605
55
- msgid "WooCommerce"
56
- msgstr "WooCommerce"
57
-
58
- #: inc/admin/admin-header.php:74 inc/admin/admin.php:1633
59
- msgid "Easy Digital Downloads"
60
- msgstr "Easy Digital Downloads"
61
-
62
- #: inc/admin/admin-header.php:80 inc/admin/admin.php:1661
63
- msgid "Local Business"
64
- msgstr "Local Business"
65
-
66
- #: inc/admin/admin-header.php:86 inc/admin/admin.php:1689
67
- msgid "Dublin Core"
68
- msgstr "Dublin Core"
69
-
70
- #: inc/admin/admin-header.php:92
71
- msgid "Structured Data Types (schema.org)"
72
- msgstr "Types de données structurées (schema.org)"
73
-
74
- #: inc/admin/admin-header.php:98 inc/admin/admin.php:1745
75
- msgid "Breadcrumbs"
76
- msgstr "Fil d'Ariane"
77
-
78
- #: inc/admin/admin-header.php:104 inc/admin/admin.php:1783
79
- msgid "Google Page Speed"
80
- msgstr "Google Page Speed"
81
-
82
- #: inc/admin/admin-header.php:111 inc/admin/admin.php:1804
83
- msgid "robots.txt"
84
- msgstr "robots.txt"
85
-
86
- #: inc/admin/admin-header.php:118 inc/admin/admin.php:1845
87
- msgid "Google News Sitemap"
88
- msgstr "Google News Sitemap"
89
-
90
- #: inc/admin/admin-header.php:124 inc/admin/admin.php:1884
91
- #: inc/admin/adminbar.php:87
92
- msgid "Redirections"
93
- msgstr "Redirections"
94
-
95
- #: inc/admin/admin-header.php:130 inc/admin/admin.php:1923
96
- msgid "Broken links"
97
- msgstr "Liens cassés"
98
-
99
- #: inc/admin/admin-header.php:136 inc/admin/admin.php:1934
100
- #: inc/admin/adminbar.php:99
101
- msgid "Backlinks"
102
- msgstr "Backlinks"
103
-
104
- #: inc/admin/admin-header.php:142 inc/admin/admin.php:1945
105
- msgid "URL Rewriting"
106
- msgstr "Réécriture d'URL"
107
-
108
- #: inc/admin/admin-header.php:149
109
- msgid "White Label"
110
- msgstr "Marque Blanche"
111
-
112
- #: inc/admin/admin-header.php:155 inc/admin/admin.php:1976
113
- msgid ".htaccess"
114
- msgstr ".htaccess"
115
-
116
- #: inc/admin/admin-header.php:162 inc/admin/admin.php:1988
117
- msgid "RSS"
118
- msgstr "RSS"
119
-
120
- #: inc/admin/admin-header.php:168 inc/admin/admin.php:1281
121
- #: inc/admin/admin.php:2021 inc/admin/adminbar.php:69
122
- msgid "License"
123
- msgstr "Licence"
124
-
125
- #: inc/admin/admin-header.php:175 inc/admin/admin.php:190
126
- #: inc/admin/admin.php:2000 inc/admin/adminbar.php:55
127
- msgid "Tools"
128
- msgstr "Outils"
129
-
130
- #: inc/admin/admin-header.php:200
131
- msgid "See the changelog (new window)"
132
- msgstr "Voir le journal des modifications (ouvrir dans une nouvelle fenêtre)"
133
-
134
- #: inc/admin/admin-header.php:202
135
- msgid "See the changelog"
136
- msgstr "Voir le journal des modifications"
137
-
138
- #: inc/admin/admin-header.php:204 inc/admin/admin-header.php:206
139
- msgid "Send feedback"
140
- msgstr "Envoyer un retour d'expérience"
141
-
142
- #: inc/admin/admin-header.php:208
143
- msgid "Follow us on Twitter (new window)"
144
- msgstr "Suivez-nous sur Twitter (nouvelle fenêtre)"
145
-
146
- #: inc/admin/admin-header.php:210 inc/admin/admin-wizard.php:780
147
- msgid "Follow us on Twitter"
148
- msgstr "Suivez-nous sur Twitter"
149
-
150
- #: inc/admin/admin-header.php:212
151
- msgid "Follow us on YouTube (new window)"
152
- msgstr "Suivez-nous sur YouTube (nouvelle fenêtre)"
153
-
154
- #: inc/admin/admin-header.php:214
155
- msgid "Follow us on YouTube"
156
- msgstr "Suivez-nous sur YouTube"
157
-
158
- #: inc/admin/admin-header.php:216
159
- msgid "Official website (new window)"
160
- msgstr "Site officiel (nouvelle fenêtre)"
161
-
162
- #: inc/admin/admin-header.php:218
163
- msgid "Official website"
164
- msgstr "Site Officiel"
165
-
166
- #: inc/admin/admin-header.php:220
167
- msgid "Support (new window)"
168
- msgstr "Support (nouvelle fenêtre)"
169
-
170
- #: inc/admin/admin-header.php:222
171
- msgid "Support"
172
- msgstr "Support"
173
-
174
- #: inc/admin/admin-metaboxes-content-analysis-form.php:5
175
- msgid "Enter a few keywords for analysis to help you write optimized content."
176
- msgstr ""
177
- "Saisissez quelques mots clés pour l'analyse et ainsi vous aidez à écrire du "
178
- "contenu optimisé."
179
-
180
- #: inc/admin/admin-metaboxes-content-analysis-form.php:9
181
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
182
- #: inc/functions/options-advanced-admin.php:769
183
- msgid "Target keywords"
184
- msgstr "Mots clés cibles"
185
-
186
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
187
- msgid "Enter your target keywords"
188
- msgstr "Saisissez vos mots clés cibles"
189
-
190
- #: inc/admin/admin-metaboxes-content-analysis-form.php:11
191
- msgid ""
192
- "Separate target keywords with commas. Do not use spaces after the commas, "
193
- "unless you want to include them (eg: \"my super keyword,another keyword,"
194
- "keyword\")"
195
- msgstr ""
196
- "Séparer les mots clés cibles avec des virgules, n'utilisez pas d'espace "
197
- "après la virgule sauf si voulu (ex: \"mon super mot clé,autre mot clé,mot clé"
198
- "\")."
199
-
200
- #: inc/admin/admin-metaboxes-content-analysis-form.php:14
201
- msgid "Analyze my content"
202
- msgstr "Analyser mon contenu"
203
-
204
- #: inc/admin/admin-metaboxes-content-analysis-form.php:16
205
- msgid "Refresh analysis"
206
- msgstr "Mettre à jour l'analyse"
207
-
208
- #: inc/admin/admin-metaboxes-content-analysis-form.php:18
209
- msgid "Analysis completed"
210
- msgstr "Analyse terminée"
211
-
212
- #: inc/admin/admin-metaboxes-content-analysis-form.php:20
213
- msgid "To get the most accurate analysis, save your post first."
214
- msgstr "Pour obtenir l'analyse la plus précise, enregistrez votre article."
215
-
216
- #: inc/admin/admin-metaboxes-content-analysis-form.php:24
217
- msgid "Google suggestions"
218
- msgstr "Suggestions Google"
219
-
220
- #: inc/admin/admin-metaboxes-content-analysis-form.php:26
221
- msgid ""
222
- "Enter a keyword, or a phrase, to find the top 10 Google suggestions "
223
- "instantly. This is useful if you want to work with the long tail technique."
224
- msgstr ""
225
- "Entrez un mot-clé ou une expression pour trouver les 10 premières "
226
- "suggestions Google instantanément. Utile pour appliquer la technique de la "
227
- "longue traîne."
228
-
229
- #: inc/admin/admin-metaboxes-content-analysis-form.php:28
230
- msgid "Get suggestions!"
231
- msgstr "Obtenir des suggestions !"
232
-
233
- #: inc/admin/admin-metaboxes-content-analysis-form.php:71
234
- msgid "Optimizations"
235
- msgstr "Optimisations"
236
-
237
- #: inc/admin/admin-metaboxes-content-analysis-form.php:72
238
- msgid "Configuration"
239
- msgstr "Configuration"
240
-
241
- #: inc/admin/admin-metaboxes-content-analysis-form.php:73
242
- msgid "Images"
243
- msgstr "Images"
244
-
245
- #: inc/admin/admin-metaboxes-content-analysis-form.php:74
246
- msgid "Links"
247
- msgstr "Liens"
248
-
249
- #: inc/admin/admin-metaboxes-content-analysis-form.php:80
250
- msgid "Words counter"
251
- msgstr "Compteur de mots"
252
-
253
- #: inc/admin/admin-metaboxes-content-analysis-form.php:82
254
- msgid "words found."
255
- msgstr "mots trouvés."
256
-
257
- #: inc/admin/admin-metaboxes-content-analysis-form.php:83
258
- msgid "unique words found."
259
- msgstr "mots uniques trouvés."
260
-
261
- #: inc/admin/admin-metaboxes-content-analysis-form.php:86
262
- msgid ""
263
- "Your content is composed of more than 300 words, which is the minimum for a "
264
- "post."
265
- msgstr ""
266
- "Votre contenu est composé de plus de 300 mots, ce qui est le minimum "
267
- "recommandé pour un article."
268
-
269
- #: inc/admin/admin-metaboxes-content-analysis-form.php:88
270
- msgid "Your content is too short. Add a few more paragraphs!"
271
- msgstr "Votre contenu manque de mots. Ajoutez quelques paragraphes !"
272
-
273
- #: inc/admin/admin-metaboxes-content-analysis-form.php:95
274
- msgid "H1 (Heading 1)"
275
- msgstr "H1 (Titre 1)"
276
-
277
- #: inc/admin/admin-metaboxes-content-analysis-form.php:101
278
- msgid "Target keywords were found in Heading 1 (H1)."
279
- msgstr "Les mots clés cibles ont été trouvés dans les titres H1."
280
-
281
- #: inc/admin/admin-metaboxes-content-analysis-form.php:110
282
- #: inc/admin/admin-metaboxes-content-analysis-form.php:131
283
- #: inc/admin/admin-metaboxes-content-analysis-form.php:149
284
- #: inc/admin/admin-metaboxes-content-analysis-form.php:168
285
- #: inc/admin/admin-metaboxes-content-analysis-form.php:197
286
- #, php-format
287
- msgid "%s was found %d times."
288
- msgstr "%s a été trouvé %d fois."
289
-
290
- #: inc/admin/admin-metaboxes-content-analysis-form.php:115
291
- #, php-format
292
- msgid "We found %d Heading 1 (H1) in your content."
293
- msgstr "Nous avons trouvé %d Heading 1 (H1) dans votre contenu."
294
-
295
- #: inc/admin/admin-metaboxes-content-analysis-form.php:116
296
- msgid ""
297
- "You should not use more than one H1 heading in your post content. The rule "
298
- "is simple: only one H1 for each web page. Better for SEO and accessibility."
299
- msgstr ""
300
- "Vous ne devriez pas utiliser plus de un h1 dans votre contenu. La règle est "
301
- "simple : 1 H1 par 1 page web. C'est mieux pour le SEO et l'accessibilité."
302
-
303
- #: inc/admin/admin-metaboxes-content-analysis-form.php:121
304
- msgid "H2 (Heading 2)"
305
- msgstr "H2 (Titre 2)"
306
-
307
- #: inc/admin/admin-metaboxes-content-analysis-form.php:123
308
- msgid "Target keywords were found in Heading 2 (H2)."
309
- msgstr "Les mots clés cibles ont été trouvés dans les titres H2."
310
-
311
- #: inc/admin/admin-metaboxes-content-analysis-form.php:135
312
- msgid "None of your target keywords were found in Heading 2 (H2)."
313
- msgstr "Aucun de vos mots clés cibles ont été trouvés dans les titres H2."
314
-
315
- #: inc/admin/admin-metaboxes-content-analysis-form.php:139
316
- msgid "H3 (Heading 3)"
317
- msgstr "H2 (Titre 2)"
318
-
319
- #: inc/admin/admin-metaboxes-content-analysis-form.php:141
320
- msgid "Target keywords were found in Heading 3 (H3)."
321
- msgstr "Les mots clés cibles ont été trouvés dans les titres H3."
322
-
323
- #: inc/admin/admin-metaboxes-content-analysis-form.php:153
324
- msgid "None of your target keywords were found in Heading 3 (H3)."
325
- msgstr "Aucun de vos mots clés cibles ont été trouvés dans les titres H3."
326
-
327
- #: inc/admin/admin-metaboxes-content-analysis-form.php:157
328
- msgid "Meta title"
329
- msgstr "Balise titre"
330
-
331
- #: inc/admin/admin-metaboxes-content-analysis-form.php:160
332
- msgid "Target keywords were found in the Meta Title."
333
- msgstr "Les mots clés cibles ont été trouvés dans la balise Titre."
334
-
335
- #: inc/admin/admin-metaboxes-content-analysis-form.php:172
336
- msgid "None of your target keywords were found in the Meta Title."
337
- msgstr "Aucun de vos mots clés cibles ont été trouvés dans la balise Titre."
338
-
339
- #: inc/admin/admin-metaboxes-content-analysis-form.php:176
340
- msgid "Your custom title is too long."
341
- msgstr "Votre titre personnalisé est trop long."
342
-
343
- #: inc/admin/admin-metaboxes-content-analysis-form.php:178
344
- msgid "The length of your title is correct"
345
- msgstr "La longueur de votre titre est correct"
346
-
347
- #: inc/admin/admin-metaboxes-content-analysis-form.php:181
348
- msgid "No custom title is set for this post."
349
- msgstr "Aucune balise titre personnalisée définie pour cet article."
350
-
351
- #: inc/admin/admin-metaboxes-content-analysis-form.php:185
352
- #: inc/admin/admin-metaboxes-form.php:109
353
- #: inc/admin/admin-metaboxes-form.php:110 inc/admin/admin-wizard.php:256
354
- #: inc/admin/admin-wizard.php:275 inc/admin/admin-wizard.php:292
355
- #: inc/admin/admin-wizard.php:311 inc/admin/admin.php:749
356
- #: inc/admin/admin.php:770 inc/admin/admin.php:789 inc/admin/admin.php:810
357
- #: inc/admin/admin.php:2116 inc/admin/admin.php:3558
358
- #: inc/functions/options-advanced-admin.php:761
359
- msgid "Meta description"
360
- msgstr "Meta description"
361
-
362
- #: inc/admin/admin-metaboxes-content-analysis-form.php:189
363
- msgid "Target keywords were found in the Meta description."
364
- msgstr "Les mots clés cibles ont été trouvés dans votre meta description."
365
-
366
- #: inc/admin/admin-metaboxes-content-analysis-form.php:201
367
- msgid "None of your target keywords were found in the Meta description."
368
- msgstr ""
369
- "Aucun de vos mots clés cibles ont été trouvés dans votre meta description."
370
-
371
- #: inc/admin/admin-metaboxes-content-analysis-form.php:205
372
- msgid "You custom meta description is too long."
373
- msgstr "Votre meta description personnalisée est trop longue."
374
-
375
- #: inc/admin/admin-metaboxes-content-analysis-form.php:207
376
- msgid "The length of your meta description is correct"
377
- msgstr "La longueur de votre meta description est correcte"
378
-
379
- #: inc/admin/admin-metaboxes-content-analysis-form.php:210
380
- msgid "No custom meta description is set for this post."
381
- msgstr "Aucune balise meta description personnalisée définie pour cet article."
382
-
383
- #: inc/admin/admin-metaboxes-content-analysis-form.php:216
384
- msgid "Robots"
385
- msgstr "Robots"
386
-
387
- #: inc/admin/admin-metaboxes-content-analysis-form.php:226
388
- #, php-format
389
- msgid ""
390
- "We found %s meta robots in your page. There is probably something wrong with "
391
- "your theme!"
392
- msgstr ""
393
- "Nous avons trouvé %s meta robots dans votre page. Il y a probablement "
394
- "quelque chose de faux dans votre thème !"
395
-
396
- #: inc/admin/admin-metaboxes-content-analysis-form.php:230
397
- msgid "noindex is on! Search engines can't index this page."
398
- msgstr ""
399
- "noindex est actif ! Les moteurs de recherche ne peuvent activer cette page."
400
-
401
- #: inc/admin/admin-metaboxes-content-analysis-form.php:232
402
- msgid "noindex is off. Search engines will index this page."
403
- msgstr "noindex est inactif. Les moteurs de recherche indexeront cette page."
404
-
405
- #: inc/admin/admin-metaboxes-content-analysis-form.php:236
406
- msgid "nofollow is on! Search engines can't follow your links on this page."
407
- msgstr ""
408
- "nofollow est actif ! Les moteurs de recherche ne peuvent suivre vos liens "
409
- "dans cette page."
410
-
411
- #: inc/admin/admin-metaboxes-content-analysis-form.php:238
412
- msgid "nofollow is off. Search engines will follow links on this page."
413
- msgstr ""
414
- "nofollow est inactif. Les moteurs de recherche suivront ces liens dans votre "
415
- "page."
416
-
417
- #: inc/admin/admin-metaboxes-content-analysis-form.php:242
418
- msgid "noarchive is on! Search engines will not cache your page."
419
- msgstr ""
420
- "noarchive est actif ! Les moteurs de recherche ne mettront pas en cache "
421
- "cette page."
422
-
423
- #: inc/admin/admin-metaboxes-content-analysis-form.php:244
424
- msgid "noarchive is off. Search engines will probably cache your page."
425
- msgstr ""
426
- "noarchive est inactif. Les moteurs de recherche mettront probablement en "
427
- "cache votre page."
428
-
429
- #: inc/admin/admin-metaboxes-content-analysis-form.php:248
430
- msgid ""
431
- "nosnippet is on! Search engines will not display a snippet of this page in "
432
- "search results."
433
- msgstr ""
434
- "nosnippet est actif ! Les moteurs de recherche n'afficheront pas d'extrait "
435
- "de cette page dans les résultats."
436
-
437
- #: inc/admin/admin-metaboxes-content-analysis-form.php:250
438
- msgid ""
439
- "nosnippet is off. Search engines will display a snippet of this page in "
440
- "search results."
441
- msgstr ""
442
- "nosnippet est inactif. Les moteurs de recherche afficheront un extrait de "
443
- "cette page dans les résultats."
444
-
445
- #: inc/admin/admin-metaboxes-content-analysis-form.php:253
446
- msgid ""
447
- "We found no meta robots on this page. It means, your page is index,follow. "
448
- "Search engines will index it, and follow links. "
449
- msgstr ""
450
- "Nous n'avons trouvé aucun robot méta sur cette page. Cela signifie que votre "
451
- "page est en index,follow. Les moteurs de recherche vont l'indexer et suivre "
452
- "les liens. "
453
-
454
- #: inc/admin/admin-metaboxes-content-analysis-form.php:261
455
- msgid ""
456
- "noimageindex is on! Google will not index your images on this page (but if "
457
- "someone makes a direct link to one of your image in this page, it will be "
458
- "indexed)."
459
- msgstr ""
460
- "noimageindex est actif ! Google n'indexera pas vos images dans cette page "
461
- "(mais si quelqu'un effectue un lien direct vers l'une de vos images sur "
462
- "cette page, celle ci sera indexée)."
463
-
464
- #: inc/admin/admin-metaboxes-content-analysis-form.php:263
465
- #: inc/admin/admin-metaboxes-content-analysis-form.php:272
466
- msgid "noimageindex is off. Google will index the images on this page."
467
- msgstr "noimageindex est inactif. Google indexera vos images dans cette page."
468
-
469
- #: inc/admin/admin-metaboxes-content-analysis-form.php:267
470
- msgid ""
471
- "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in "
472
- "search results."
473
- msgstr ""
474
- "nositelinkssearchbox est actif ! Google n'affichera pas la boîte de "
475
- "recherche (sitelinks searchbox) dans les résultats de recherche."
476
-
477
- #: inc/admin/admin-metaboxes-content-analysis-form.php:269
478
- #: inc/admin/admin-metaboxes-content-analysis-form.php:274
479
- msgid ""
480
- "nositelinkssearchbox is off. Google will probably display a sitelinks "
481
- "searchbox in search results."
482
- msgstr ""
483
- "nositelinkssearchbox est inactif. Google affichera probablement la boîte de "
484
- "recherche (sitelinks searchbox) dans les résultats de recherche."
485
-
486
- #: inc/admin/admin-metaboxes-content-analysis-form.php:284
487
- msgid ""
488
- "No alternative text found for these images. Alt tags are important for both "
489
- "SEO and accessibility."
490
- msgstr ""
491
- "Aucun texte alternatif trouvé pour ces images. La balise Alt est importante "
492
- "à la fois pour le référencement et pour l'accessibilité."
493
-
494
- #: inc/admin/admin-metaboxes-content-analysis-form.php:295
495
- msgid "All alternative tags are filled in. Good work!"
496
- msgstr "Toutes les balises alternatives sont renseignées. Bon travail !"
497
-
498
- #: inc/admin/admin-metaboxes-content-analysis-form.php:298
499
- msgid ""
500
- "We could not find any image in your content. Content with media is a plus "
501
- "for your SEO."
502
- msgstr ""
503
- "Nous n'avons pu trouver aucune image dans votre contenu. Du contenu avec des "
504
- "medias est un plus pour le référencement."
505
-
506
- #: inc/admin/admin-metaboxes-content-analysis-form.php:304
507
- msgid "NoFollow Links"
508
- msgstr "Liens NoFollow"
509
-
510
- #: inc/admin/admin-metaboxes-content-analysis-form.php:309
511
- #, php-format
512
- msgid ""
513
- "We found %d links with nofollow attribute in your page. Do not overuse "
514
- "nofollow attribute in links. Below, the list:"
515
- msgstr ""
516
- "Nous avons trouvé %d liens avec l'attribut nofollow dans cette page. Ne "
517
- "surutilisez pas l'attribut nofollow sur les liens. Ci-dessous, la liste :"
518
-
519
- #: inc/admin/admin-metaboxes-content-analysis-form.php:319
520
- msgid "This page doesn't have any nofollow links."
521
- msgstr "Cette page n'a aucun lien avec l'attribut nofollow."
522
-
523
- #: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
524
- #: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:183
525
- #: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:751
526
- msgid "SEO"
527
- msgstr "SEO"
528
-
529
- #: inc/admin/admin-metaboxes-form.php:57
530
- msgid "Titles settings"
531
- msgstr "Paramètres de titres"
532
-
533
- #: inc/admin/admin-metaboxes-form.php:59
534
- msgid "Social"
535
- msgstr "Social"
536
-
537
- #: inc/admin/admin-metaboxes-form.php:61
538
- msgid "Redirection"
539
- msgstr "Redirection"
540
-
541
- #: inc/admin/admin-metaboxes-form.php:66
542
- msgid "Google News"
543
- msgstr "Google News"
544
-
545
- #: inc/admin/admin-metaboxes-form.php:73
546
- msgid "Video Sitemap"
547
- msgstr "XML Vidéo"
548
-
549
- #: inc/admin/admin-metaboxes-form.php:86
550
- msgid ""
551
- "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas "
552
- "> Archives > Products</strong> "
553
- msgstr ""
554
- "Vous êtes sur la page <strong>Boutique</strong>. Allez dans <strong>SEO > "
555
- "Titres & Métas > Archives > Products</strong> "
556
-
557
- #: inc/admin/admin-metaboxes-form.php:86
558
- msgid "to edit your title and meta description"
559
- msgstr "pour éditer votre titre et meta description"
560
-
561
- #: inc/admin/admin-metaboxes-form.php:92 inc/admin/admin-metaboxes-form.php:93
562
- msgid "Title"
563
- msgstr "Titre"
564
-
565
- #: inc/admin/admin-metaboxes-form.php:93
566
- msgid "Enter your title"
567
- msgstr "Entrez votre titre"
568
-
569
- #: inc/admin/admin-metaboxes-form.php:97 inc/admin/admin-metaboxes-form.php:114
570
- msgid "(maximum recommended limit)"
571
- msgstr "(limite maximale recommandée)"
572
-
573
- #: inc/admin/admin-metaboxes-form.php:101 inc/admin/admin.php:3601
574
- #: inc/admin/admin.php:4536
575
- msgid "Post Title"
576
- msgstr "Titre du post"
577
-
578
- #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:198
579
- #: inc/admin/admin.php:3550 inc/admin/admin.php:3603 inc/admin/admin.php:3722
580
- #: inc/admin/admin.php:3840 inc/admin/admin.php:3917 inc/admin/admin.php:3987
581
- #: inc/admin/admin.php:4056 inc/admin/admin.php:4106
582
- msgid "Site Title"
583
- msgstr "Titre du Site"
584
-
585
- #: inc/admin/admin-metaboxes-form.php:105 inc/admin/admin-wizard.php:369
586
- #: inc/admin/admin.php:2100 inc/admin/admin.php:3537
587
- msgid "Separator"
588
- msgstr "Separateur"
589
-
590
- #: inc/admin/admin-metaboxes-form.php:110
591
- msgid "Enter your meta description"
592
- msgstr "Entrez votre méta description"
593
-
594
- #: inc/admin/admin-metaboxes-form.php:118
595
- msgid "Post Excerpt"
596
- msgstr "Extrait du post"
597
-
598
- #: inc/admin/admin-metaboxes-form.php:123
599
- msgid "Google Snippet Preview"
600
- msgstr "Aperçu Google Snippet"
601
-
602
- #: inc/admin/admin-metaboxes-form.php:124
603
- msgid ""
604
- "This is what your page will look like in Google search results. You have to "
605
- "publish your post to get the Google Snippet Preview."
606
- msgstr ""
607
- "Voilà à quoi ressemblera votre page dans les résultats de recherche Google. "
608
- "Vous devez publier votre article pour obtenir la prévisualisation de "
609
- "l'extrait Google."
610
-
611
- #: inc/admin/admin-metaboxes-form.php:149
612
- msgid ""
613
- "Do not display this page in search engine results / XML - HTML sitemaps "
614
- "<strong>(noindex)</strong>"
615
- msgstr ""
616
- "Ne pas afficher cette page dans les résultats des moteurs de recherche / "
617
- "plans de site XML - HTML <strong>(noindex)</strong>"
618
-
619
- #: inc/admin/admin-metaboxes-form.php:155
620
- msgid "Do not follow links for this page <strong>(nofollow)</strong>"
621
- msgstr "Ne pas suivre les liens pour cette page <strong>(nofollow)</strong>"
622
-
623
- #: inc/admin/admin-metaboxes-form.php:161
624
- msgid ""
625
- "Do not use Open Directory project metadata for titles or excerpts for this "
626
- "page <strong>(noodp)</strong>"
627
- msgstr ""
628
- "Ne pas utiliser les métadonnées de l'Open Directory project pour les titres "
629
- "ou les extraits pour cette page <strong>(noodp)</strong>"
630
-
631
- #: inc/admin/admin-metaboxes-form.php:167
632
- msgid "Do not index images for this page <strong>(noimageindex)</strong>"
633
- msgstr ""
634
- "Ne pas indexer les images de cette page <strong>(noimageindex)</strong>"
635
-
636
- #: inc/admin/admin-metaboxes-form.php:173
637
- msgid ""
638
- "Do not display a \"Cached\" link in the Google search results "
639
- "<strong>(noarchive)</strong>"
640
- msgstr ""
641
- "Ne pas afficher de lien \"En cache\" dans les résultats de recherche "
642
- "<strong>(noarchive)</strong>"
643
-
644
- #: inc/admin/admin-metaboxes-form.php:179
645
- msgid ""
646
- "Do not display a description in search results for this page "
647
- "<strong>(nosnippet)</strong>"
648
- msgstr ""
649
- "Ne pas afficher de description dans les résultats de recherche pour cette "
650
- "page <strong>(nosnippet)</strong>"
651
-
652
- #: inc/admin/admin-metaboxes-form.php:183
653
- msgid ""
654
- "You can not uncheck a parameter? This is normal, it is most likely defined "
655
- "in the global settings of the extension."
656
- msgstr ""
657
- "Vous ne pouvez décocher un réglage ? C'est normal, c'est qu'il est "
658
- "probablement défini dans les réglages globaux de l'extension."
659
-
660
- #: inc/admin/admin-metaboxes-form.php:186
661
- #: inc/admin/admin-metaboxes-form.php:187 inc/admin/admin-wizard.php:260
662
- #: inc/admin/admin-wizard.php:296 inc/admin/admin-wizard.php:315
663
- #: inc/admin/admin.php:753 inc/admin/admin.php:793 inc/admin/admin.php:814
664
- msgid "Canonical URL"
665
- msgstr "URL Canonique"
666
-
667
- #: inc/admin/admin-metaboxes-form.php:187
668
- msgid "Default value: "
669
- msgstr "Valeur par défaut: "
670
-
671
- #: inc/admin/admin-metaboxes-form.php:191
672
- msgid "Select a primary category"
673
- msgstr "Sélectionner une catégorie principale"
674
-
675
- #: inc/admin/admin-metaboxes-form.php:192
676
- msgid ""
677
- "Set the category that gets used in the %category% permalink if you have "
678
- "multiple categories."
679
- msgstr ""
680
- "Définissez la catégorie qui sera utilisée dans le permalien %category% si "
681
- "vous avez plusieurs catégories."
682
-
683
- #: inc/admin/admin-metaboxes-form.php:197 inc/admin/admin-wizard.php:380
684
- #: inc/admin/admin.php:4579
685
- msgid "None (will disable this feature)"
686
- msgstr "Aucun (désactivera cette fonctionnalité)"
687
-
688
- #: inc/admin/admin-metaboxes-form.php:208
689
- #: inc/admin/admin-metaboxes-form.php:209
690
- msgid "Custom breadcrumbs"
691
- msgstr "Fil d'Ariane personnalisé"
692
-
693
- #: inc/admin/admin-metaboxes-form.php:209
694
- msgid "Enter a custom value, useful if your title is too long"
695
- msgstr "Saisissez une valeur personnalisée, utile si votre titre est trop long"
696
-
697
- #: inc/admin/admin-metaboxes-form.php:217
698
- msgid "Ask Facebook to update his cache"
699
- msgstr "Demander à Facebook de mettre à jour son cache"
700
-
701
- #: inc/admin/admin-metaboxes-form.php:219
702
- #: inc/admin/admin-metaboxes-form.php:220
703
- msgid "Facebook Title"
704
- msgstr "Titre Facebook"
705
-
706
- #: inc/admin/admin-metaboxes-form.php:220
707
- msgid "Enter your Facebook title"
708
- msgstr "Entrez votre titre Facebook"
709
-
710
- #: inc/admin/admin-metaboxes-form.php:223
711
- #: inc/admin/admin-metaboxes-form.php:224
712
- msgid "Facebook description"
713
- msgstr "Description Facebook"
714
-
715
- #: inc/admin/admin-metaboxes-form.php:224
716
- msgid "Enter your Facebook description"
717
- msgstr "Entrez votre description Facebook"
718
-
719
- #: inc/admin/admin-metaboxes-form.php:227
720
- #: inc/admin/admin-metaboxes-form.php:228
721
- msgid "Facebook Thumbnail"
722
- msgstr "Miniature Facebook"
723
-
724
- #: inc/admin/admin-metaboxes-form.php:228
725
- #: inc/admin/admin-metaboxes-form.php:246 inc/admin/admin.php:4848
726
- #: inc/admin/admin.php:4940
727
- msgid "Select your default thumbnail"
728
- msgstr "Sélectionnez votre miniature par défaut"
729
-
730
- #: inc/admin/admin-metaboxes-form.php:229 inc/admin/admin.php:4852
731
- msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
732
- msgstr "Taille minimum : 200x200px, ratio idéal 1.91:1, 8mo max."
733
-
734
- #: inc/admin/admin-metaboxes-form.php:230
735
- #: inc/admin/admin-metaboxes-form.php:248
736
- #: inc/admin/admin-metaboxes-form.php:391 inc/admin/admin.php:4613
737
- #: inc/admin/admin.php:4850 inc/admin/admin.php:4942
738
- msgid "Upload an Image"
739
- msgstr "Envoyer une image"
740
-
741
- #: inc/admin/admin-metaboxes-form.php:235
742
- msgid "Preview your Twitter card using the official validator"
743
- msgstr "Prévisualiser votre Twitter card à l'aide du validateur officiel"
744
-
745
- #: inc/admin/admin-metaboxes-form.php:237
746
- #: inc/admin/admin-metaboxes-form.php:238
747
- msgid "Twitter Title"
748
- msgstr "Titre Twitter"
749
-
750
- #: inc/admin/admin-metaboxes-form.php:238
751
- msgid "Enter your Twitter title"
752
- msgstr "Entrez votre titre Twitter"
753
-
754
- #: inc/admin/admin-metaboxes-form.php:241
755
- #: inc/admin/admin-metaboxes-form.php:242
756
- msgid "Twitter description"
757
- msgstr "Description Twitter"
758
-
759
- #: inc/admin/admin-metaboxes-form.php:242
760
- msgid "Enter your Twitter description"
761
- msgstr "Entrez votre description Twitter"
762
-
763
- #: inc/admin/admin-metaboxes-form.php:245
764
- #: inc/admin/admin-metaboxes-form.php:248
765
- msgid "Twitter Thumbnail"
766
- msgstr "Miniature Twitter"
767
-
768
- #: inc/admin/admin-metaboxes-form.php:247 inc/admin/admin.php:4944
769
- msgid ""
770
- "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
771
- "(2:1 with large card), 5Mb max."
772
- msgstr ""
773
- "Taille minimum: 144x144px (300x157px avec la carte large active), ratio "
774
- "idéal 1:1 (2:1 avec la carte large), 5mo max."
775
-
776
- #: inc/admin/admin-metaboxes-form.php:257
777
- msgid "Enable redirection?"
778
- msgstr "Activer la redirection ?"
779
-
780
- #: inc/admin/admin-metaboxes-form.php:261
781
- #: inc/admin/admin-metaboxes-form.php:269
782
- msgid "URL redirection"
783
- msgstr "URL de redirection"
784
-
785
- #: inc/admin/admin-metaboxes-form.php:263
786
- msgid "301 Moved Permanently"
787
- msgstr "301 Redirection permanente"
788
-
789
- #: inc/admin/admin-metaboxes-form.php:264
790
- msgid "302 Found / Moved Temporarily"
791
- msgstr "302 Trouvée / Redirection temporaire"
792
-
793
- #: inc/admin/admin-metaboxes-form.php:265
794
- msgid "307 Moved Temporarily"
795
- msgstr "307 Redirection temporaire"
796
-
797
- #: inc/admin/admin-metaboxes-form.php:266
798
- msgid "410 Gone"
799
- msgstr "410 Gone"
800
-
801
- #: inc/admin/admin-metaboxes-form.php:267
802
- msgid "451 Unavailable For Legal Reasons"
803
- msgstr "451 indisponible pour des raisons juridiques"
804
-
805
- #: inc/admin/admin-metaboxes-form.php:269
806
- msgid "Enter your new URL"
807
- msgstr "Saisissez votre nouvelle URL"
808
-
809
- #: inc/admin/admin-metaboxes-form.php:274
810
- msgid "Query parameters"
811
- msgstr "Paramètres de requête"
812
-
813
- #: inc/admin/admin-metaboxes-form.php:276
814
- msgid "Exact match with all parameters"
815
- msgstr "Correspondance exacte avec tous les paramètres"
816
-
817
- #: inc/admin/admin-metaboxes-form.php:277
818
- msgid "Exclude all parameters"
819
- msgstr "Exclure tous les paramètres"
820
-
821
- #: inc/admin/admin-metaboxes-form.php:278
822
- msgid "Exclude all parameters and passed them to the redirection"
823
- msgstr "Exclure tous les paramètres et les transmettre à la redirection"
824
-
825
- #: inc/admin/admin-metaboxes-form.php:287
826
- #: inc/admin/admin-metaboxes-form.php:289
827
- #: inc/admin/admin-metaboxes-form.php:292
828
- #: inc/admin/admin-metaboxes-form.php:294
829
- msgid "Test your URL"
830
- msgstr "Tester votre URL"
831
-
832
- #: inc/admin/admin-metaboxes-form.php:308
833
- msgid "Need help with your redirections? Read our guide."
834
- msgstr "Besoin d'aide avec vos redirections ? Lisez notre guide."
835
-
836
- #: inc/admin/admin-metaboxes-form.php:320
837
- msgid "Exclude this post from Google News Sitemap?"
838
- msgstr "Exclure cet article du sitemap Google News ?"
839
-
840
- #: inc/admin/admin-metaboxes-form.php:344
841
- msgid "Exclude this post from Video Sitemap?"
842
- msgstr "Exclure cet article du plan de site Vidéo ?"
843
-
844
- #: inc/admin/admin-metaboxes-form.php:346
845
- msgid ""
846
- "If your post is set to noindex, it will be automatically excluded from the "
847
- "sitemap."
848
- msgstr ""
849
- "Si votre article est défini sur noindex, il sera automatiquement exclus du "
850
- "plan de site."
851
-
852
- #: inc/admin/admin-metaboxes-form.php:365
853
- msgid "Video "
854
- msgstr "Vidéo "
855
-
856
- #: inc/admin/admin-metaboxes-form.php:369
857
- msgid "Video URL (required)"
858
- msgstr "URL de la vidéo (requis)"
859
-
860
- #: inc/admin/admin-metaboxes-form.php:370
861
- msgid "Enter your video URL"
862
- msgstr "Saisissez votre URL vidéo"
863
-
864
- #: inc/admin/admin-metaboxes-form.php:370
865
- msgid "Video URL"
866
- msgstr "URL de la vidéo"
867
-
868
- #: inc/admin/admin-metaboxes-form.php:375
869
- msgid ""
870
- "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? "
871
- "Check this if your video is hosting on this server."
872
- msgstr ""
873
- "PAS une vidéo externe (ex: vidéo hébergée sur YouTube, Vimeo, Wistia...) ? "
874
- "Cochez cette case si votre vidéo est hébergée sur ce serveur."
875
-
876
- #: inc/admin/admin-metaboxes-form.php:379
877
- msgid "Video Title (required)"
878
- msgstr "Titre de la vidéo (requis)"
879
-
880
- #: inc/admin/admin-metaboxes-form.php:380
881
- msgid "Enter your video title"
882
- msgstr "Saisissez votre titre vidéo"
883
-
884
- #: inc/admin/admin-metaboxes-form.php:380
885
- msgid "Video title"
886
- msgstr "Titre de la vidéo"
887
-
888
- #: inc/admin/admin-metaboxes-form.php:381
889
- msgid "Default: title tag, if not available, post title."
890
- msgstr "Défaut : balise title, si indisponible, titre de l'article."
891
-
892
- #: inc/admin/admin-metaboxes-form.php:384
893
- msgid "Video Description (required)"
894
- msgstr "Description de la vidéo (requis)"
895
-
896
- #: inc/admin/admin-metaboxes-form.php:385
897
- msgid "Enter your video description"
898
- msgstr "Entrez votre description vidéo"
899
-
900
- #: inc/admin/admin-metaboxes-form.php:385
901
- msgid "Video description"
902
- msgstr "Description de la vidéo"
903
-
904
- #: inc/admin/admin-metaboxes-form.php:386
905
- msgid ""
906
- "2048 characters max.; default: meta description. If not available, use the "
907
- "beginning of the post content."
908
- msgstr ""
909
- "2048 caractères max., défaut : meta description, si indisponible, début de "
910
- "l'article."
911
-
912
- #: inc/admin/admin-metaboxes-form.php:389
913
- msgid "Video Thumbnail (required)"
914
- msgstr "Miniature de la vidéo (requis)"
915
-
916
- #: inc/admin/admin-metaboxes-form.php:390
917
- msgid "Select your video thumbnail"
918
- msgstr "Sélectionnez votre miniature vidéo"
919
-
920
- #: inc/admin/admin-metaboxes-form.php:391
921
- msgid "Video Thumbnail"
922
- msgstr "Miniature vidéo"
923
-
924
- #: inc/admin/admin-metaboxes-form.php:392
925
- msgid ""
926
- "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
927
- "your post featured image."
928
- msgstr ""
929
- "Taille minimum : 160x90px (1920x1080 max), formats JPG, PNG ou GIF. Defaut : "
930
- "votre image à la une."
931
-
932
- #: inc/admin/admin-metaboxes-form.php:395
933
- msgid "Video Duration (recommended)"
934
- msgstr "Durée de la vidéo (recommandé)"
935
-
936
- #: inc/admin/admin-metaboxes-form.php:396
937
- msgid "Duration in seconds"
938
- msgstr "Durée en secondes"
939
-
940
- #: inc/admin/admin-metaboxes-form.php:396
941
- msgid "Video duration"
942
- msgstr "Durée de la vidéo"
943
-
944
- #: inc/admin/admin-metaboxes-form.php:397
945
- msgid ""
946
- "The duration of the video in seconds. Value must be between 0 and 28800 (8 "
947
- "hours)."
948
- msgstr ""
949
- "La durée de la vidéo en secondes. La valeur doit être comprise entre 0 et "
950
- "28800 (8 heures)."
951
-
952
- #: inc/admin/admin-metaboxes-form.php:400
953
- msgid "Video Rating"
954
- msgstr "Note de la vidéo"
955
-
956
- #: inc/admin/admin-metaboxes-form.php:401
957
- msgid "Video rating"
958
- msgstr "Note de la vidéo"
959
-
960
- #: inc/admin/admin-metaboxes-form.php:402
961
- msgid "Allowed values are float numbers in the range 0.0 to 5.0."
962
- msgstr ""
963
- "Les valeurs autorisées sont des nombres à virgule compris entre 0,0 et 5,0."
964
-
965
- #: inc/admin/admin-metaboxes-form.php:405
966
- #: inc/admin/admin-metaboxes-form.php:406
967
- msgid "View count"
968
- msgstr "Nombre de vues"
969
-
970
- #: inc/admin/admin-metaboxes-form.php:406
971
- msgid "Number of views"
972
- msgstr "Nombre de vues"
973
-
974
- #: inc/admin/admin-metaboxes-form.php:409
975
- #: inc/admin/admin-metaboxes-form.php:410
976
- msgid "Video tags"
977
- msgstr "Mots clés vidéo"
978
-
979
- #: inc/admin/admin-metaboxes-form.php:410
980
- msgid "Enter your video tags"
981
- msgstr "Saisissez vos mots clés vidéo"
982
-
983
- #: inc/admin/admin-metaboxes-form.php:411
984
- msgid ""
985
- "32 tags max., separate tags with commas. Default: target keywords + post "
986
- "tags if available."
987
- msgstr ""
988
- "32 mots clés max, à séparer avec des virgules. Défaut : mots clés cibles + "
989
- "mots clés de l'article si disponible."
990
-
991
- #: inc/admin/admin-metaboxes-form.php:414
992
- #: inc/admin/admin-metaboxes-form.php:415
993
- msgid "Video categories"
994
- msgstr "Catégories de la vidéo"
995
-
996
- #: inc/admin/admin-metaboxes-form.php:415
997
- msgid "Enter your video categories"
998
- msgstr "Saisissez vos catégories vidéo"
999
-
1000
- #: inc/admin/admin-metaboxes-form.php:416
1001
- msgid ""
1002
- "256 characters max., usually a video will belong to a single category, "
1003
- "separate categories with commas. Default: first post category if available."
1004
- msgstr ""
1005
- "256 caractères max., habituellement une vidéo est attribuée à une seule "
1006
- "catégorie, séparer les catégories par des virgules. Défaut : première "
1007
- "catégorie de l'article si disponible."
1008
-
1009
- #: inc/admin/admin-metaboxes-form.php:421
1010
- msgid "NOT family friendly?"
1011
- msgstr "PAS pour tous les publics ?"
1012
-
1013
- #: inc/admin/admin-metaboxes-form.php:423
1014
- msgid "The video will be available only to users with SafeSearch turned off."
1015
- msgstr ""
1016
- "La vidéo sera disponible uniquement aux utilisateurs avec SafeSearch "
1017
- "désactivé."
1018
-
1019
- #: inc/admin/admin-metaboxes-form.php:425
1020
- msgid "Remove video"
1021
- msgstr "Supprimer la vidéo"
1022
-
1023
- #: inc/admin/admin-metaboxes-form.php:432
1024
- msgid "Add video"
1025
- msgstr "Ajouter une vidéo"
1026
-
1027
- #: inc/admin/admin-metaboxes.php:400
1028
- msgid "Content analysis"
1029
- msgstr "Analyse de contenu"
1030
-
1031
- #: inc/admin/admin-wizard.php:91
1032
- msgid "Import SEO settings"
1033
- msgstr "Importer les réglages SEO"
1034
-
1035
- #: inc/admin/admin-wizard.php:96 inc/admin/admin-wizard.php:365
1036
- msgid "Your site"
1037
- msgstr "Votre site"
1038
-
1039
- #: inc/admin/admin-wizard.php:101 inc/admin/admin-wizard.php:475
1040
- msgid "Indexing"
1041
- msgstr "Indexation"
1042
-
1043
- #: inc/admin/admin-wizard.php:106 inc/admin/admin-wizard.php:629
1044
- msgid "Advanced options"
1045
- msgstr "Paramètres avancés"
1046
-
1047
- #: inc/admin/admin-wizard.php:111
1048
- msgid "Ready!"
1049
- msgstr "Prêt !"
1050
-
1051
- #: inc/admin/admin-wizard.php:170
1052
- msgid "SEOPress &rsaquo; Setup Wizard"
1053
- msgstr "SEOPress &rsaquo; Assistant d‘Installation"
1054
-
1055
- #: inc/admin/admin-wizard.php:187
1056
- msgid "Not right now"
1057
- msgstr "Pas maintenant"
1058
-
1059
- #: inc/admin/admin-wizard.php:189
1060
- msgid "Skip this step"
1061
- msgstr "Passer cette étape"
1062
-
1063
- #: inc/admin/admin-wizard.php:247
1064
- msgid ""
1065
- "The following wizard will help you configure SEOPress and get you started "
1066
- "quickly."
1067
- msgstr ""
1068
- "Cet assistant va vous aider à configurer SEOPress pour débuter rapidement."
1069
-
1070
- #: inc/admin/admin-wizard.php:252 inc/admin/admin.php:744
1071
- msgid "Import posts and terms metadata from Yoast"
1072
- msgstr ""
1073
- "Importer les méta données des articles, pages, types d'articles "
1074
- "personnalisés, terms de taxonomies depuis Yoast"
1075
-
1076
- #: inc/admin/admin-wizard.php:253 inc/admin/admin-wizard.php:272
1077
- #: inc/admin/admin-wizard.php:289 inc/admin/admin-wizard.php:308
1078
- #: inc/admin/admin.php:746 inc/admin/admin.php:767 inc/admin/admin.php:786
1079
- #: inc/admin/admin.php:807
1080
- msgid "By clicking Migrate, we'll import:"
1081
- msgstr "En cliquant sur Migrer, vous importerez :"
1082
-
1083
- #: inc/admin/admin-wizard.php:255 inc/admin/admin-wizard.php:274
1084
- #: inc/admin/admin-wizard.php:291 inc/admin/admin-wizard.php:310
1085
- #: inc/admin/admin.php:748 inc/admin/admin.php:769 inc/admin/admin.php:788
1086
- #: inc/admin/admin.php:809
1087
- msgid "Title tags"
1088
- msgstr "Balises titres"
1089
-
1090
- #: inc/admin/admin-wizard.php:257 inc/admin/admin-wizard.php:276
1091
- #: inc/admin/admin-wizard.php:293 inc/admin/admin-wizard.php:312
1092
- #: inc/admin/admin.php:750 inc/admin/admin.php:771 inc/admin/admin.php:790
1093
- #: inc/admin/admin.php:811
1094
- msgid "Facebook Open Graph tags (title, description and image thumbnail)"
1095
- msgstr "Balises Facebook Open Graph (titre, description et miniature)"
1096
-
1097
- #: inc/admin/admin-wizard.php:258 inc/admin/admin-wizard.php:294
1098
- #: inc/admin/admin-wizard.php:313 inc/admin/admin.php:751
1099
- #: inc/admin/admin.php:791 inc/admin/admin.php:812
1100
- msgid "Twitter tags (title, description and image thumbnail)"
1101
- msgstr "Balises Twitter (titre, description et miniature)"
1102
-
1103
- #: inc/admin/admin-wizard.php:259 inc/admin/admin.php:752
1104
- msgid "Meta Robots (noindex, nofollow...)"
1105
- msgstr "Meta Robots (noindex, nofollow...)"
1106
-
1107
- #: inc/admin/admin-wizard.php:261 inc/admin/admin-wizard.php:316
1108
- #: inc/admin/admin.php:754 inc/admin/admin.php:815
1109
- msgid "Focus keywords"
1110
- msgstr "Mots clés cibles"
1111
-
1112
- #: inc/admin/admin-wizard.php:263 inc/admin/admin.php:756
1113
- msgid ""
1114
- "<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
1115
- "and terms metadata. Some dynamic variables will not be interpreted. We do "
1116
- "NOT delete any Yoast datas."
1117
- msgstr ""
1118
- "<strong>AVERTISSEMENT :</strong> la migration supprime / met à jour toutes "
1119
- "les métadonnées de posts et de termes de SEOPress. Certaines variables "
1120
- "dynamiques ne seront pas interprétées. Nous ne supprimons aucune donnée de "
1121
- "Yoast."
1122
-
1123
- #: inc/admin/admin-wizard.php:264 inc/admin/admin-wizard.php:281
1124
- #: inc/admin/admin-wizard.php:300 inc/admin/admin-wizard.php:319
1125
- #: inc/admin/admin.php:757 inc/admin/admin.php:776 inc/admin/admin.php:797
1126
- #: inc/admin/admin.php:818
1127
- msgid "Migrate now"
1128
- msgstr "Migrer maintenant"
1129
-
1130
- #: inc/admin/admin-wizard.php:271 inc/admin/admin.php:765
1131
- msgid "Import posts and terms metadata from All In One SEO"
1132
- msgstr "Importer les méta données des posts et termes depuis Yoast"
1133
-
1134
- #: inc/admin/admin-wizard.php:277 inc/admin/admin.php:772
1135
- msgid "Twitter image thumbnail"
1136
- msgstr "Miniature Twitter"
1137
-
1138
- #: inc/admin/admin-wizard.php:278 inc/admin/admin.php:773
1139
- msgid "Meta Robots (noindex, nofollow)"
1140
- msgstr "Meta Robots (noindex, nofollow)"
1141
-
1142
- #: inc/admin/admin-wizard.php:280 inc/admin/admin.php:775
1143
- msgid ""
1144
- "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1145
- "and terms metadata. Some dynamic variables will not be interpreted. We do "
1146
- "NOT delete any AIO datas."
1147
- msgstr ""
1148
- "<strong>AVERTISSEMENT :</strong> la migration supprime / met à jour toutes "
1149
- "les métadonnées de posts et de termes de SEOPress. Certaines variables "
1150
- "dynamiques ne seront pas interprétées. Nous ne supprimons aucune donnée de "
1151
- "AIO SEO."
1152
-
1153
- #: inc/admin/admin-wizard.php:288 inc/admin/admin.php:784
1154
- msgid "Import posts and terms metadata from The SEO Framework"
1155
- msgstr "Importer les méta données des posts et termes depuis The SEO Framework"
1156
-
1157
- #: inc/admin/admin-wizard.php:295 inc/admin/admin.php:792
1158
- msgid "Meta Robots (noindex, nofollow, noarchive)"
1159
- msgstr "Meta Robots (noindex, nofollow, noarchive)"
1160
-
1161
- #: inc/admin/admin-wizard.php:297 inc/admin/admin.php:794
1162
- #: inc/functions/options-advanced-admin.php:296
1163
- msgid "Redirect URL"
1164
- msgstr "URL de redirection"
1165
-
1166
- #: inc/admin/admin-wizard.php:299 inc/admin/admin.php:796
1167
- msgid ""
1168
- "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1169
- "and terms metadata. Some dynamic variables will not be interpreted. We do "
1170
- "NOT delete any SEO Framework datas."
1171
- msgstr ""
1172
- "<strong>AVERTISSEMENT :</strong> la migration supprime / met à jour toutes "
1173
- "les métadonnées de posts et de termes de SEOPress. Certaines variables "
1174
- "dynamiques ne seront pas interprétées. Nous ne supprimons aucune donnée de "
1175
- "The SEO Framework."
1176
-
1177
- #: inc/admin/admin-wizard.php:307 inc/admin/admin.php:805
1178
- msgid "Import posts and terms metadata from Rank Math"
1179
- msgstr ""
1180
- "Importer les méta données des articles, pages, types de publication, termes "
1181
- "de taxonomies depuis Rank Math"
1182
-
1183
- #: inc/admin/admin-wizard.php:314 inc/admin/admin.php:813
1184
- msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
1185
- msgstr "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
1186
-
1187
- #: inc/admin/admin-wizard.php:318 inc/admin/admin.php:817
1188
- msgid ""
1189
- "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1190
- "and terms metadata. Some dynamic variables will not be interpreted. We do "
1191
- "NOT delete any Rank Math datas."
1192
- msgstr ""
1193
- "<strong>AVERTISSEMENT :</strong> la migration supprime / met à jour toutes "
1194
- "les métadonnées de posts et de termes de SEOPress. Certaines variables "
1195
- "dynamiques ne seront pas interprétées. Nous ne supprimons aucune donnée de "
1196
- "Rank Math."
1197
-
1198
- #: inc/admin/admin-wizard.php:326 inc/admin/admin-wizard.php:753
1199
- msgid "Next step"
1200
- msgstr "Étape suivante"
1201
-
1202
- #: inc/admin/admin-wizard.php:367
1203
- msgid ""
1204
- "Fill out the fields below to configure general settings needed to build "
1205
- "title tags and knowledge graph for Google."
1206
- msgstr ""
1207
- "Remplissez tous les champs ci-dessous pour configurer des réglages généraux "
1208
- "nécessaires à la génération des balises titres et du Google Knowledge Graph."
1209
-
1210
- #: inc/admin/admin-wizard.php:370
1211
- msgid "eg: |"
1212
- msgstr "ex : |"
1213
-
1214
- #: inc/admin/admin-wizard.php:372 inc/admin/admin.php:2108
1215
- #: inc/admin/admin.php:3547
1216
- msgid "Site title"
1217
- msgstr "Titre du site"
1218
-
1219
- #: inc/admin/admin-wizard.php:373
1220
- msgid "eg: My super website"
1221
- msgstr "ex : Mon super site"
1222
-
1223
- #: inc/admin/admin-wizard.php:375 inc/admin/admin.php:2497
1224
- msgid "Person or organization"
1225
- msgstr "Personne ou Organisation"
1226
-
1227
- #: inc/admin/admin-wizard.php:377
1228
- msgid "Choose a knowledge type"
1229
- msgstr "Choisissez un type"
1230
-
1231
- #: inc/admin/admin-wizard.php:383 inc/admin/admin.php:4582
1232
- msgid "Person"
1233
- msgstr "Personne"
1234
-
1235
- #: inc/admin/admin-wizard.php:386 inc/admin/admin.php:4585
1236
- msgid "Organization"
1237
- msgstr "Organisation"
1238
-
1239
- #: inc/admin/admin-wizard.php:390 inc/admin/admin.php:2505
1240
- #: inc/admin/admin.php:4598
1241
- msgid "Your name/organization"
1242
- msgstr "Votre nom/organisation"
1243
-
1244
- #: inc/admin/admin-wizard.php:391
1245
- msgid "eg: SEOPress"
1246
- msgstr "ex : SEOPress"
1247
-
1248
- #: inc/admin/admin-wizard.php:393 inc/admin/admin.php:2513
1249
- #: inc/admin/admin.php:4611
1250
- msgid "Your photo/organization logo"
1251
- msgstr "Votre photo / logo d'organisation"
1252
-
1253
- #: inc/admin/admin-wizard.php:394
1254
- msgid "eg: https://www.example.com/logo.png"
1255
- msgstr "ex : https://example.com/logo.png"
1256
-
1257
- #: inc/admin/admin-wizard.php:396
1258
- msgid "Facebook page URL"
1259
- msgstr "URL de la page Facebook"
1260
-
1261
- #: inc/admin/admin-wizard.php:397 inc/admin/admin.php:4719
1262
- msgid "eg: https://www.facebook.com/your-page"
1263
- msgstr "ex : https://www.facebook.com/your-page"
1264
-
1265
- #: inc/admin/admin-wizard.php:399 inc/admin/admin.php:2562
1266
- msgid "Twitter Username"
1267
- msgstr "Compte utilisateur Twitter"
1268
-
1269
- #: inc/admin/admin-wizard.php:400 inc/admin/admin.php:4732
1270
- msgid "eg: @wp_seopress"
1271
- msgstr "ex : @wp_seopress"
1272
-
1273
- #: inc/admin/admin-wizard.php:402 inc/admin/admin.php:2570
1274
- #: inc/admin/admin.php:4744
1275
- msgid "Pinterest URL"
1276
- msgstr "URL Pinterest"
1277
-
1278
- #: inc/admin/admin-wizard.php:403 inc/admin/admin.php:4744
1279
- msgid "eg: https://pinterest.com/wpbuy/"
1280
- msgstr "ex : https://pinterest.com/wpbuy/"
1281
-
1282
- #: inc/admin/admin-wizard.php:405 inc/admin/admin.php:2578
1283
- #: inc/admin/admin.php:4756
1284
- msgid "Instagram URL"
1285
- msgstr "URL Instagram"
1286
-
1287
- #: inc/admin/admin-wizard.php:406 inc/admin/admin.php:4756
1288
- msgid "eg: https://www.instagram.com/wp_seopress/"
1289
- msgstr "ex: https://www.instagram.com/wp_seopress/"
1290
-
1291
- #: inc/admin/admin-wizard.php:408 inc/admin/admin.php:2586
1292
- #: inc/admin/admin.php:4768
1293
- msgid "YouTube URL"
1294
- msgstr "URL YouTube"
1295
-
1296
- #: inc/admin/admin-wizard.php:409 inc/admin/admin.php:4768
1297
- msgid "eg: https://www.youtube.com/SEOPress"
1298
- msgstr "ex: https://www.youtube.com/SEOPress"
1299
-
1300
- #: inc/admin/admin-wizard.php:411 inc/admin/admin.php:2594
1301
- #: inc/admin/admin.php:4780
1302
- msgid "LinkedIn URL"
1303
- msgstr "URL LinkedIn"
1304
-
1305
- #: inc/admin/admin-wizard.php:412 inc/admin/admin.php:4780
1306
- msgid "eg: http://linkedin.com/company/seopress/"
1307
- msgstr "ex: http://linkedin.com/company/seopress/"
1308
-
1309
- #: inc/admin/admin-wizard.php:414 inc/admin/admin.php:2602
1310
- #: inc/admin/admin.php:4792
1311
- msgid "MySpace URL"
1312
- msgstr "URL MySpace"
1313
-
1314
- #: inc/admin/admin-wizard.php:415 inc/admin/admin.php:4792
1315
- msgid "eg: https://myspace.com/your-page"
1316
- msgstr "ex : https://myspace.com/your-page"
1317
-
1318
- #: inc/admin/admin-wizard.php:417 inc/admin/admin.php:2610
1319
- #: inc/admin/admin.php:4804
1320
- msgid "Soundcloud URL"
1321
- msgstr "URL Soundcloud"
1322
-
1323
- #: inc/admin/admin-wizard.php:418 inc/admin/admin.php:4804
1324
- msgid "eg: https://soundcloud.com/michaelmccannmusic"
1325
- msgstr "ex : https://soundcloud.com/michaelmccannmusic"
1326
-
1327
- #: inc/admin/admin-wizard.php:420 inc/admin/admin.php:2618
1328
- #: inc/admin/admin.php:4816
1329
- msgid "Tumblr URL"
1330
- msgstr "URL Tumblr"
1331
-
1332
- #: inc/admin/admin-wizard.php:421 inc/admin/admin.php:4816
1333
- msgid "eg: https://your-site.tumblr.com"
1334
- msgstr "ex : https://your-site.tumblr.com"
1335
-
1336
- #: inc/admin/admin-wizard.php:424 inc/admin/admin-wizard.php:565
1337
- #: inc/admin/admin-wizard.php:672
1338
- msgid "Continue"
1339
- msgstr "Continuer"
1340
-
1341
- #: inc/admin/admin-wizard.php:476
1342
- msgid ""
1343
- "Specify to the search engines what you want to index or not. Defaut: index"
1344
- msgstr ""
1345
- "Indiquez aux moteurs de recherche ce que vous souhaitez indexer ou non. "
1346
- "Défaut : index"
1347
-
1348
- #: inc/admin/admin-wizard.php:481
1349
- msgid "For which single post types, indexing should be disabled?"
1350
- msgstr "Pour quels types de publications, l'indexation doit être désactivée ?"
1351
-
1352
- #: inc/admin/admin-wizard.php:498 inc/admin/admin.php:3635
1353
- msgid ""
1354
- "Do not display this single post type in search engine results "
1355
- "<strong>(noindex)</strong>"
1356
- msgstr ""
1357
- "Ne pas afficher ce type de publication dans les résultats des moteur de "
1358
- "recherche <strong>(noindex)</strong>"
1359
-
1360
- #: inc/admin/admin-wizard.php:509
1361
- msgid "For which post type archives, indexing should be disabled?"
1362
- msgstr ""
1363
- "Pour quelles archives de publications, l'indexation doit être désactivée ?"
1364
-
1365
- #: inc/admin/admin-wizard.php:527 inc/admin/admin.php:3872
1366
- msgid ""
1367
- "Do not display this post type archive in search engine results "
1368
- "<strong>(noindex)</strong>"
1369
- msgstr ""
1370
- "Ne pas afficher cette archive de type de publication dans les résultats des "
1371
- "moteurs de recherche <strong>(noindex)</strong>"
1372
-
1373
- #: inc/admin/admin-wizard.php:539
1374
- msgid "For which taxonomy archives, indexing should be disabled?"
1375
- msgstr ""
1376
- "Pour quelles archives de taxonomies, l'indexation doit être désactivée ?"
1377
-
1378
- #: inc/admin/admin-wizard.php:556 inc/admin/admin.php:3772
1379
- msgid ""
1380
- "Do not display this taxonomy archive in search engine results "
1381
- "<strong>(noindex)</strong>"
1382
- msgstr ""
1383
- "Ne pas afficher cette archive de taxonomie dans les résultats de recherche "
1384
- "<strong>(noindex)</strong>"
1385
-
1386
- #: inc/admin/admin-wizard.php:639 inc/admin/admin.php:3948
1387
- msgid ""
1388
- "Do not display author archives in search engine results <strong>(noindex)</"
1389
- "strong>"
1390
- msgstr ""
1391
- "Ne pas afficher les archives de l'auteur dans les résultats de recherche "
1392
- "<strong>(noindex)</strong>"
1393
-
1394
- #: inc/admin/admin-wizard.php:642
1395
- msgid ""
1396
- "You only have one author on your site? Check this option to avoid duplicate "
1397
- "content."
1398
- msgstr ""
1399
- "Vous avez seulement un auteur sur votre site ? Cochez cette option pour "
1400
- "éviter du contenu dupliqué."
1401
-
1402
- #: inc/admin/admin-wizard.php:651 inc/admin/admin.php:5718
1403
- msgid ""
1404
- "Redirect attachment pages to the file URL (https://www.example.com/my-image-"
1405
- "file.jpg)"
1406
- msgstr ""
1407
- "Rediriger les pages de pièces jointes vers l'URL du fichier (ex: https://www."
1408
- "example.com/my-image-file.jpg)"
1409
-
1410
- #: inc/admin/admin-wizard.php:654
1411
- msgid ""
1412
- "By default, SEOPress redirects your Attachment pages to the parent post. "
1413
- "Optimize this by redirecting the user directly to the URL of the media file."
1414
- msgstr ""
1415
- "Par défaut, SEOPress redirige les pages de type Pièces jointes vers "
1416
- "l'article parent. Optimisez cela en redirigeant l'utilisateur directement "
1417
- "vers l'URL du fichier média."
1418
-
1419
- #: inc/admin/admin-wizard.php:663 inc/admin/admin.php:5856
1420
- msgid "Remove /category/ in your permalinks"
1421
- msgstr "Supprimer /category/ dans vos permaliens"
1422
-
1423
- #: inc/admin/admin-wizard.php:666
1424
- msgid "Shorten your URLs by removing /category/ and improve your SEO."
1425
- msgstr ""
1426
- "Raccourcissez vos URLs en supprimant /category/ et améliorez votre SEO."
1427
-
1428
- #: inc/admin/admin-wizard.php:716
1429
- msgid "Your site is now ready for search engines!"
1430
- msgstr "Votre site est désormais prêt pour les moteurs de recherche !"
1431
-
1432
- #: inc/admin/admin-wizard.php:721 inc/functions/options-advanced-admin.php:13
1433
- msgid "Welcome to SEOPress PRO!"
1434
- msgstr "Bienvenue dans SEOPress PRO !"
1435
-
1436
- #: inc/admin/admin-wizard.php:724 inc/functions/options-advanced-admin.php:14
1437
- msgid ""
1438
- "Please activate your license to receive automatic updates and get premium "
1439
- "support."
1440
- msgstr ""
1441
- "Veuillez activer votre licence pour recevoir les mises à jour automatiques "
1442
- "et accéder au support premium."
1443
-
1444
- #: inc/admin/admin-wizard.php:729 inc/functions/options-advanced-admin.php:15
1445
- msgid "Activate License"
1446
- msgstr "Activer Licence"
1447
-
1448
- #: inc/admin/admin-wizard.php:736
1449
- msgid "Go PRO with SEOPress PRO!"
1450
- msgstr "Passez PRO avec SEOPress PRO !"
1451
-
1452
- #: inc/admin/admin-wizard.php:739
1453
- msgid ""
1454
- "Get a lot of additional features by upgrading PRO like automatic and manual "
1455
- "schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in "
1456
- "your Dashboard, breadcrumbs, redirections and more."
1457
- msgstr ""
1458
- "Obtenez de nombreuses fonctionnalités supplémentaires en mettant à niveau "
1459
- "vers la PRO comme les schémas automatiques et manuels, le sitemap pour les "
1460
- "vidéos, les améliorations apportées à WooCommerce, les statistiques "
1461
- "Analytics dans votre tableau de bord, un fil d'Ariane, les redirections et "
1462
- "bien plus encore."
1463
-
1464
- #: inc/admin/admin-wizard.php:744
1465
- msgid "Buy SEOPress PRO - $39 / unlimited sites"
1466
- msgstr "Acheter SEOPress PRO - 39$ / sites illimités"
1467
-
1468
- #: inc/admin/admin-wizard.php:754
1469
- msgid "Create your XML sitemaps"
1470
- msgstr "Créez votre plan de site XML"
1471
-
1472
- #: inc/admin/admin-wizard.php:755
1473
- msgid "Build a custom XML sitemaps to improve Google crawling of your site."
1474
- msgstr ""
1475
- "Construisez un plan de site XML personnalisé pour améliorer l'exploration de "
1476
- "votre site par Google."
1477
-
1478
- #: inc/admin/admin-wizard.php:760
1479
- msgid "Configure your XML sitemaps"
1480
- msgstr "Configurez votre plan de site XML"
1481
-
1482
- #: inc/admin/admin-wizard.php:767
1483
- msgid "Follow us:"
1484
- msgstr "Suivez nous :"
1485
-
1486
- #: inc/admin/admin-wizard.php:774
1487
- msgid "Like our Facebook page"
1488
- msgstr "Aimez notre page Facebook"
1489
-
1490
- #: inc/admin/admin-wizard.php:786
1491
- msgid "Watch our guided tour videos to learn more about SEOPress"
1492
- msgstr "Regardez nos vidéos tutoriels pour en savoir plus sur SEOPress"
1493
-
1494
- #: inc/admin/admin-wizard.php:792
1495
- msgid "The off side of SEOPress"
1496
- msgstr "La partie \"off\" de SEOPress"
1497
-
1498
- #: inc/admin/admin-wizard.php:800
1499
- msgid "You can also:"
1500
- msgstr "Vous pouvez aussi :"
1501
-
1502
- #: inc/admin/admin-wizard.php:805
1503
- msgid "Visit Dashboard"
1504
- msgstr "Visiter le tableau de bord"
1505
-
1506
- #: inc/admin/admin-wizard.php:808
1507
- msgid "Review Settings"
1508
- msgstr "Passez en revue les réglages"
1509
-
1510
- #: inc/admin/admin-wizard.php:811
1511
- msgid "Knowledge base"
1512
- msgstr "Base de connaissances"
1513
-
1514
- #: inc/admin/admin.php:105
1515
- msgid "404 - Page not found"
1516
- msgstr "404 - Page non trouvée"
1517
-
1518
- #: inc/admin/admin.php:184
1519
- msgid "Dashboard"
1520
- msgstr "Tableau de bord"
1521
-
1522
- #: inc/admin/admin.php:186 inc/admin/admin.php:1462
1523
- msgid "XML / Image / Video / HTML Sitemap"
1524
- msgstr "Plan de site XML / Image / Vidéo / HTML"
1525
-
1526
- #: inc/admin/admin.php:197
1527
- #, php-format
1528
- msgid "%%sep%%"
1529
- msgstr "%%sep%%"
1530
-
1531
- #: inc/admin/admin.php:197
1532
- msgid "Separator (eg: - )"
1533
- msgstr "Séparateur (par exemple: - )"
1534
-
1535
- #: inc/admin/admin.php:198
1536
- #, php-format
1537
- msgid "%%sitetitle%%"
1538
- msgstr "%%sitetitle%%"
1539
-
1540
- #: inc/admin/admin.php:199
1541
- #, php-format
1542
- msgid "%%tagline%%"
1543
- msgstr "%%tagline%%"
1544
-
1545
- #: inc/admin/admin.php:199 inc/admin/admin.php:3551 inc/admin/admin.php:3562
1546
- msgid "Tagline"
1547
- msgstr "Slogan du site"
1548
-
1549
- #: inc/admin/admin.php:200
1550
- #, php-format
1551
- msgid "%%post_title%%"
1552
- msgstr "%%post_title%%"
1553
-
1554
- #: inc/admin/admin.php:200
1555
- msgid "Post Title (post, page, custom post type)"
1556
- msgstr "Titre du post (article, page, type d'article personnalisé)"
1557
-
1558
- #: inc/admin/admin.php:201
1559
- #, php-format
1560
- msgid "%%post_excerpt%%"
1561
- msgstr "%%post_excerpt%%"
1562
-
1563
- #: inc/admin/admin.php:201
1564
- msgid "Post excerpt"
1565
- msgstr "Extrait du post"
1566
-
1567
- #: inc/admin/admin.php:202
1568
- #, php-format
1569
- msgid "%%post_date%%"
1570
- msgstr "%%post_date%%"
1571
-
1572
- #: inc/admin/admin.php:202
1573
- msgid "Post date"
1574
- msgstr "Date du post"
1575
-
1576
- #: inc/admin/admin.php:203
1577
- #, php-format
1578
- msgid "%%post_modified_date%%"
1579
- msgstr "%%post_modified_date%%"
1580
-
1581
- #: inc/admin/admin.php:203
1582
- msgid "Last modified post date"
1583
- msgstr "Date de dernière modification"
1584
-
1585
- #: inc/admin/admin.php:204
1586
- #, php-format
1587
- msgid "%%post_author%%"
1588
- msgstr "%%post_author%%"
1589
-
1590
- #: inc/admin/admin.php:204 inc/admin/admin.php:3916
1591
- msgid "Post author"
1592
- msgstr "Auteur du post"
1593
-
1594
- #: inc/admin/admin.php:205
1595
- #, php-format
1596
- msgid "%%post_category%%"
1597
- msgstr "%%post_category%%"
1598
-
1599
- #: inc/admin/admin.php:205
1600
- msgid "Post category"
1601
- msgstr "Catégorie de l'article"
1602
-
1603
- #: inc/admin/admin.php:206
1604
- #, php-format
1605
- msgid "%%post_tag%%"
1606
- msgstr "%%post_tag%%"
1607
-
1608
- #: inc/admin/admin.php:206
1609
- msgid "Post tag"
1610
- msgstr "Étiquette de l'article"
1611
-
1612
- #: inc/admin/admin.php:207
1613
- #, php-format
1614
- msgid "%%_category_title%%"
1615
- msgstr "%%_category_title%%"
1616
-
1617
- #: inc/admin/admin.php:207
1618
- msgid "Category title"
1619
- msgstr "Titre de catégorie"
1620
-
1621
- #: inc/admin/admin.php:208
1622
- #, php-format
1623
- msgid "%%_category_description%%"
1624
- msgstr "%%_category_description%%"
1625
-
1626
- #: inc/admin/admin.php:208
1627
- msgid "Category description"
1628
- msgstr "Description de la catégorie"
1629
-
1630
- #: inc/admin/admin.php:209
1631
- #, php-format
1632
- msgid "%%tag_title%%"
1633
- msgstr "%%tag_title%%"
1634
-
1635
- #: inc/admin/admin.php:209
1636
- msgid "Tag title"
1637
- msgstr "Titre de l'étiquette"
1638
-
1639
- #: inc/admin/admin.php:210
1640
- #, php-format
1641
- msgid "%%tag_description%%"
1642
- msgstr "%%tag_description%%"
1643
-
1644
- #: inc/admin/admin.php:210
1645
- msgid "Tag description"
1646
- msgstr "Description de l'étiquette"
1647
-
1648
- #: inc/admin/admin.php:211
1649
- #, php-format
1650
- msgid "%%term_title%%"
1651
- msgstr "%%term_title%%"
1652
-
1653
- #: inc/admin/admin.php:211
1654
- msgid "Term title"
1655
- msgstr "Titre du terme"
1656
-
1657
- #: inc/admin/admin.php:212
1658
- #, php-format
1659
- msgid "%%term_description%%"
1660
- msgstr "%%term_description%%"
1661
-
1662
- #: inc/admin/admin.php:212
1663
- msgid "Term description"
1664
- msgstr "Description du terme"
1665
-
1666
- #: inc/admin/admin.php:213
1667
- #, php-format
1668
- msgid "%%search_keywords%%"
1669
- msgstr "%%search_keywords%%"
1670
-
1671
- #: inc/admin/admin.php:213
1672
- msgid "Search keywords"
1673
- msgstr "Mots clés de recherche"
1674
-
1675
- #: inc/admin/admin.php:214
1676
- #, php-format
1677
- msgid "%%current_pagination%%"
1678
- msgstr "%%current_pagination%%"
1679
-
1680
- #: inc/admin/admin.php:214
1681
- msgid "Current number page"
1682
- msgstr "Numéro de page actuel"
1683
-
1684
- #: inc/admin/admin.php:215
1685
- #, php-format
1686
- msgid "%%cpt_plural%%"
1687
- msgstr "%%cpt_plural%%"
1688
-
1689
- #: inc/admin/admin.php:215
1690
- msgid "Plural Post Type Archive name"
1691
- msgstr "Nom pluriel archives type d'article personnalisé"
1692
-
1693
- #: inc/admin/admin.php:216
1694
- #, php-format
1695
- msgid "%%archive_title%%"
1696
- msgstr "%%archive_title%%"
1697
-
1698
- #: inc/admin/admin.php:216
1699
- msgid "Archive title"
1700
- msgstr "Titre de l'archive"
1701
-
1702
- #: inc/admin/admin.php:217
1703
- #, php-format
1704
- msgid "%%archive_date%%"
1705
- msgstr "%%archive_date%%"
1706
-
1707
- #: inc/admin/admin.php:217
1708
- msgid "Date Archive"
1709
- msgstr "Date d'archive"
1710
-
1711
- #: inc/admin/admin.php:218
1712
- #, php-format
1713
- msgid "%%archive_date_day%%"
1714
- msgstr "%%archive_date_day%%"
1715
-
1716
- #: inc/admin/admin.php:218
1717
- msgid "Day Archive date"
1718
- msgstr "Jour de la date d'archive"
1719
-
1720
- #: inc/admin/admin.php:219
1721
- #, php-format
1722
- msgid "%%archive_date_month%%"
1723
- msgstr "%%archive_date_month%%"
1724
-
1725
- #: inc/admin/admin.php:219
1726
- msgid "Month Archive title"
1727
- msgstr "Mois de l'archive"
1728
-
1729
- #: inc/admin/admin.php:220
1730
- #, php-format
1731
- msgid "%%archive_date_year%%"
1732
- msgstr "%%archive_date_year%%"
1733
-
1734
- #: inc/admin/admin.php:220
1735
- msgid "Year Archive title"
1736
- msgstr "Année de l'archive"
1737
-
1738
- #: inc/admin/admin.php:221
1739
- #, php-format
1740
- msgid "%%_cf_your_custom_field_name%%"
1741
- msgstr "%%_cf_your_custom_field_name%%"
1742
-
1743
- #: inc/admin/admin.php:221
1744
- msgid "Custom fields from post, page or post type"
1745
- msgstr "Champs personnalisés depuis un article, une page ou un type de contenu"
1746
-
1747
- #: inc/admin/admin.php:222
1748
- #, php-format
1749
- msgid "%%_ct_your_custom_taxonomy_slug%%"
1750
- msgstr "%%_ct_your_custom_taxonomy_slug%%"
1751
-
1752
- #: inc/admin/admin.php:222
1753
- msgid "Custom term taxonomy from post, page or post type"
1754
- msgstr ""
1755
- "Terme de taxonomy personnalisée depuis un article, une page ou un type de "
1756
- "contenu"
1757
-
1758
- #: inc/admin/admin.php:223
1759
- #, php-format
1760
- msgid "%%wc_single_cat%%"
1761
- msgstr "%%wc_single_cat%%"
1762
-
1763
- #: inc/admin/admin.php:223
1764
- msgid "Single product category"
1765
- msgstr "Catégorie fiche produit"
1766
-
1767
- #: inc/admin/admin.php:224
1768
- #, php-format
1769
- msgid "%%wc_single_tag%%"
1770
- msgstr "%%wc_single_tag%%"
1771
-
1772
- #: inc/admin/admin.php:224
1773
- msgid "Single product tag"
1774
- msgstr "Étiquette fiche produit"
1775
-
1776
- #: inc/admin/admin.php:225
1777
- #, php-format
1778
- msgid "%%wc_single_short_desc%%"
1779
- msgstr "%%wc_single_short_desc%%"
1780
-
1781
- #: inc/admin/admin.php:225
1782
- msgid "Single product short description"
1783
- msgstr "Description courte fiche produit"
1784
-
1785
- #: inc/admin/admin.php:226
1786
- #, php-format
1787
- msgid "%%wc_single_price%%"
1788
- msgstr "%%wc_single_price%%"
1789
-
1790
- #: inc/admin/admin.php:226
1791
- msgid "Single product price"
1792
- msgstr "Prix d'un seul produit"
1793
-
1794
- #: inc/admin/admin.php:227
1795
- #, php-format
1796
- msgid "%%wc_single_price_exc_tax%%"
1797
- msgstr "%%wc_single_price_exc_tax%%"
1798
-
1799
- #: inc/admin/admin.php:227
1800
- msgid "Single product price taxes excluded"
1801
- msgstr "Prix produit taxes exclues"
1802
-
1803
- #: inc/admin/admin.php:228
1804
- #, php-format
1805
- msgid "%%wc_sku%%"
1806
- msgstr "%%wc_sku%%"
1807
-
1808
- #: inc/admin/admin.php:228
1809
- msgid "Single SKU product"
1810
- msgstr "SKU fiche produit"
1811
-
1812
- #: inc/admin/admin.php:229
1813
- #, php-format
1814
- msgid "%%currentday%%"
1815
- msgstr "%%currentday%%"
1816
-
1817
- #: inc/admin/admin.php:229
1818
- msgid "Current day"
1819
- msgstr "Jour en cours"
1820
-
1821
- #: inc/admin/admin.php:230
1822
- #, php-format
1823
- msgid "%%currentmonth%%"
1824
- msgstr "%%currentmonth%%"
1825
-
1826
- #: inc/admin/admin.php:230
1827
- msgid "Current month"
1828
- msgstr "Mois en cours"
1829
-
1830
- #: inc/admin/admin.php:231
1831
- #, php-format
1832
- msgid "%%currentyear%%"
1833
- msgstr "%%currentyear%%"
1834
-
1835
- #: inc/admin/admin.php:231
1836
- msgid "Current year"
1837
- msgstr "Année en cours"
1838
-
1839
- #: inc/admin/admin.php:232
1840
- #, php-format
1841
- msgid "%%currentdate%%"
1842
- msgstr "%%currentdate%%"
1843
-
1844
- #: inc/admin/admin.php:232
1845
- msgid "Current date"
1846
- msgstr "Date du jour"
1847
-
1848
- #: inc/admin/admin.php:233
1849
- #, php-format
1850
- msgid "%%currenttime%%"
1851
- msgstr "%%currenttime%%"
1852
-
1853
- #: inc/admin/admin.php:233
1854
- msgid "Current time"
1855
- msgstr "Temps actuel"
1856
-
1857
- #: inc/admin/admin.php:234
1858
- #, php-format
1859
- msgid "%%author_bio%%"
1860
- msgstr "%%author_bio%%"
1861
-
1862
- #: inc/admin/admin.php:234
1863
- msgid "Author bio, meta desc only"
1864
- msgstr "Bio de l'auteur, meta desc seulement"
1865
-
1866
- #: inc/admin/admin.php:240
1867
- msgid "Templates variables"
1868
- msgstr "Modèles de variables"
1869
-
1870
- #: inc/admin/admin.php:248 inc/admin/admin.php:256
1871
- msgid "Browse our guides"
1872
- msgstr "Consultez nos guides"
1873
-
1874
- #: inc/admin/admin.php:249 inc/admin/admin.php:257
1875
- msgid "Read our FAQ"
1876
- msgstr "Consultez notre FAQ"
1877
-
1878
- #: inc/admin/admin.php:250 inc/admin/admin.php:258
1879
- msgid "Check our website"
1880
- msgstr "Visitez notre site web"
1881
-
1882
- #: inc/admin/admin.php:270
1883
- msgid ""
1884
- "Watch our video to learn how to connect your WordPress site with Google "
1885
- "Analytics and get statistics right in your dashboard (PRO only)."
1886
- msgstr ""
1887
- "Regardez notre vidéo pour apprendre comment à connecter votre site WordPress "
1888
- "avec Google Analytics et obtenir des statistiques directement dans votre "
1889
- "tableau de bord (PRO seulement)."
1890
-
1891
- #: inc/admin/admin.php:275
1892
- msgid "How-to"
1893
- msgstr "Guides"
1894
-
1895
- #: inc/admin/admin.php:283 inc/admin/admin.php:289
1896
- msgid "Read our guide"
1897
- msgstr "Consultez notre guide"
1898
-
1899
- #: inc/admin/admin.php:324 inc/admin/admin.php:328 inc/admin/admin.php:391
1900
- #: inc/admin/admin.php:395 inc/admin/admin.php:456 inc/admin/admin.php:460
1901
- #: inc/admin/admin.php:523 inc/admin/admin.php:527 inc/admin/admin.php:604
1902
- #: inc/admin/admin.php:608 inc/admin/admin.php:1438 inc/admin/admin.php:1442
1903
- #: inc/admin/admin.php:1476 inc/admin/admin.php:1480 inc/admin/admin.php:1514
1904
- #: inc/admin/admin.php:1518 inc/admin/admin.php:1552 inc/admin/admin.php:1556
1905
- #: inc/admin/admin.php:1590 inc/admin/admin.php:1594 inc/admin/admin.php:1619
1906
- #: inc/admin/admin.php:1623 inc/admin/admin.php:1647 inc/admin/admin.php:1651
1907
- #: inc/admin/admin.php:1675 inc/admin/admin.php:1679 inc/admin/admin.php:1703
1908
- #: inc/admin/admin.php:1707 inc/admin/admin.php:1731 inc/admin/admin.php:1735
1909
- #: inc/admin/admin.php:1759 inc/admin/admin.php:1763 inc/admin/admin.php:1820
1910
- #: inc/admin/admin.php:1824 inc/admin/admin.php:1859 inc/admin/admin.php:1863
1911
- #: inc/admin/admin.php:1899 inc/admin/admin.php:1903 inc/admin/admin.php:1961
1912
- #: inc/admin/admin.php:1965
1913
- msgid "Click to disable this feature"
1914
- msgstr "Cliquez pour désactiver cette fonctionnalité"
1915
-
1916
- #: inc/admin/admin.php:325 inc/admin/admin.php:327 inc/admin/admin.php:392
1917
- #: inc/admin/admin.php:394 inc/admin/admin.php:457 inc/admin/admin.php:459
1918
- #: inc/admin/admin.php:524 inc/admin/admin.php:526 inc/admin/admin.php:605
1919
- #: inc/admin/admin.php:607 inc/admin/admin.php:1439 inc/admin/admin.php:1441
1920
- #: inc/admin/admin.php:1477 inc/admin/admin.php:1479 inc/admin/admin.php:1515
1921
- #: inc/admin/admin.php:1517 inc/admin/admin.php:1553 inc/admin/admin.php:1555
1922
- #: inc/admin/admin.php:1591 inc/admin/admin.php:1593 inc/admin/admin.php:1620
1923
- #: inc/admin/admin.php:1622 inc/admin/admin.php:1648 inc/admin/admin.php:1650
1924
- #: inc/admin/admin.php:1676 inc/admin/admin.php:1678 inc/admin/admin.php:1704
1925
- #: inc/admin/admin.php:1706 inc/admin/admin.php:1732 inc/admin/admin.php:1734
1926
- #: inc/admin/admin.php:1760 inc/admin/admin.php:1762 inc/admin/admin.php:1821
1927
- #: inc/admin/admin.php:1823 inc/admin/admin.php:1860 inc/admin/admin.php:1862
1928
- #: inc/admin/admin.php:1900 inc/admin/admin.php:1902 inc/admin/admin.php:1962
1929
- #: inc/admin/admin.php:1964
1930
- msgid "Click to enable this feature"
1931
- msgstr "Cliquez pour activer cette fonctionnalité"
1932
-
1933
- #: inc/admin/admin.php:342
1934
- msgid "Home"
1935
- msgstr "Accueil"
1936
-
1937
- #: inc/admin/admin.php:343
1938
- msgid "Single Post Types"
1939
- msgstr "Détail Types de contenus"
1940
-
1941
- #: inc/admin/admin.php:344
1942
- msgid "Archives"
1943
- msgstr "Archives"
1944
-
1945
- #: inc/admin/admin.php:345 inc/admin/admin.php:411
1946
- msgid "Taxonomies"
1947
- msgstr "Taxonomies"
1948
-
1949
- #: inc/admin/admin.php:409 inc/admin/admin.php:542 inc/admin/admin.php:551
1950
- msgid "General"
1951
- msgstr "Général"
1952
-
1953
- #: inc/admin/admin.php:410
1954
- msgid "Post Types"
1955
- msgstr "Types de contenus"
1956
-
1957
- #: inc/admin/admin.php:412
1958
- msgid "HTML Sitemap"
1959
- msgstr "Sitemap HTML"
1960
-
1961
- #: inc/admin/admin.php:474
1962
- msgid "Knowledge Graph"
1963
- msgstr "Knowledge Graph"
1964
-
1965
- #: inc/admin/admin.php:475
1966
- msgid "Your social accounts"
1967
- msgstr "Vos comptes sociaux"
1968
-
1969
- #: inc/admin/admin.php:476
1970
- msgid "Facebook (Open Graph)"
1971
- msgstr "Facebook (Open Graph)"
1972
-
1973
- #: inc/admin/admin.php:477
1974
- msgid "Twitter (Twitter card)"
1975
- msgstr "Twitter (Twitter card)"
1976
-
1977
- #: inc/admin/admin.php:543 inc/admin/admin.php:552
1978
- msgid "Tracking"
1979
- msgstr "Suivi"
1980
-
1981
- #: inc/admin/admin.php:544 inc/admin/admin.php:553
1982
- msgid "Events"
1983
- msgstr "Evénements"
1984
-
1985
- #: inc/admin/admin.php:545 inc/admin/admin.php:554
1986
- msgid "Custom Dimensions"
1987
- msgstr "Dimensions personnalisées"
1988
-
1989
- #: inc/admin/admin.php:546
1990
- msgid "Stats in Dashboard"
1991
- msgstr "Stats dans le Tableau de bord"
1992
-
1993
- #: inc/admin/admin.php:623
1994
- msgid "Appearance"
1995
- msgstr "Apparence"
1996
-
1997
- #: inc/admin/admin.php:624
1998
- msgid "Security"
1999
- msgstr "Sécurité"
2000
-
2001
- #: inc/admin/admin.php:656
2002
- msgid "Export plugin settings"
2003
- msgstr "Réglages d'export de l'extension"
2004
-
2005
- #: inc/admin/admin.php:658
2006
- msgid ""
2007
- "Export the plugin settings for this site as a .json file. This allows you to "
2008
- "easily import the configuration into another site."
2009
- msgstr ""
2010
- "Exporter les paramètres du plugin pour ce site comme un fichier JSON. Cela "
2011
- "vous permet d'importer facilement votre configuration dans un autre site "
2012
- "WordPress."
2013
-
2014
- #: inc/admin/admin.php:663 inc/admin/admin.php:735
2015
- msgid "Export"
2016
- msgstr "Exporter"
2017
-
2018
- #: inc/admin/admin.php:670
2019
- msgid "Import plugin settings"
2020
- msgstr "Réglages d'import de l'extension"
2021
-
2022
- #: inc/admin/admin.php:672
2023
- msgid ""
2024
- "Import the plugin settings from a .json file. This file can be obtained by "
2025
- "exporting the settings on another site using the form above."
2026
- msgstr ""
2027
- "Importer les paramètres du plugin depuis un fichier JSON. Ce fichier peut "
2028
- "être obtenu en exportant les paramètres depuis un autre site en utilisant le "
2029
- "formulaire ci-dessus."
2030
-
2031
- #: inc/admin/admin.php:680 inc/admin/admin.php:706 inc/admin/admin.php:722
2032
- msgid "Import"
2033
- msgstr "Importer"
2034
-
2035
- #: inc/admin/admin.php:682
2036
- msgid "Import completed!"
2037
- msgstr "Import terminé !"
2038
-
2039
- #: inc/admin/admin.php:691
2040
- msgid "Import Redirections"
2041
- msgstr "Importez des redirections"
2042
-
2043
- #: inc/admin/admin.php:693
2044
- msgid ""
2045
- "Import your own redirections from a .csv file (separator \";\"). You must "
2046
- "have 5 columns in this order: url to match (without your domain name), url "
2047
- "to redirect in absolute, type of redirection (301, 302 or 307), yes to "
2048
- "enable the redirect and the last one the query parameter (\"exact_match\" = "
2049
- "Exact match with all parameters, \"without_param\" = Exclude all parameters "
2050
- "or \"with_ignored_param\" = Exclude all parameters and passed them to the "
2051
- "redirection). Leave it empty to disable the redirect."
2052
- msgstr ""
2053
- "Importez vos propres redirections depuis un fichier .csv (séparateur « ; »). "
2054
- "Vous devez avoir 5 colonnes dans l’ordre suivant : url à matcher (sans votre "
2055
- "nom de domaine), l’url de redirection en absolu, le type de redirection "
2056
- "(301, 302 ou 307), la valeur yes pour activer la redirection et la dernière "
2057
- "le paramètre de requête (\"exact_match\" = correspondance exacte avec tous "
2058
- "les paramètres, \"without_param\" = exclure tous les paramètres ou "
2059
- "\"with_ignored_param\" = exclude tous les paramètres et les passer à la "
2060
- "redirection). Laisser vide pour désactiver la redirection."
2061
-
2062
- #: inc/admin/admin.php:696
2063
- msgid "Download a CSV example"
2064
- msgstr "Télécharger un fichier CSV d'exemple"
2065
-
2066
- #: inc/admin/admin.php:712
2067
- msgid "Import Redirections from Redirections plugin"
2068
- msgstr "Importez des redirections depuis l'extension Redirections"
2069
-
2070
- #: inc/admin/admin.php:714
2071
- msgid ""
2072
- "Import your own redirections from a .json file generated by the Redirections "
2073
- "plugin. Note that we do not support certain options like regex. Make sure "
2074
- "you don't have duplicates between your file and existing redirects to avoid "
2075
- "conflicts."
2076
- msgstr ""
2077
- "Importez vos propres redirections à partir d'un fichier .json généré par le "
2078
- "plugin Redirections. Notez que nous ne prenons pas en charge certaines "
2079
- "options telles que les expressions régulières (regex). Assurez-vous de ne "
2080
- "pas avoir de doublons entre votre fichier et les redirections existantes "
2081
- "pour éviter les conflits."
2082
-
2083
- #: inc/admin/admin.php:728
2084
- msgid "Export Redirections"
2085
- msgstr "Exporter redirections"
2086
-
2087
- #: inc/admin/admin.php:730
2088
- msgid ""
2089
- "Export all redirections for this site as a .csv file. This allows you to "
2090
- "easily import the redirections into another site, to Excel / Google Sheets..."
2091
- msgstr ""
2092
- "Exportez toutes les redirections de ce site vers un fichier CSV. Cela permet "
2093
- "de les importer facilement vers un autre site, Excel / Google Sheets..."
2094
-
2095
- #: inc/admin/admin.php:825
2096
- msgid "Reset All Notices From Notifications Center"
2097
- msgstr "Réinitialiser toutes les notices du Centre de Notifications"
2098
-
2099
- #: inc/admin/admin.php:827
2100
- msgid ""
2101
- "By clicking Reset Notices, all notices in the notifications center will be "
2102
- "set to their initial status."
2103
- msgstr ""
2104
- "En cliquant sur Réinitialiser Notices, vous verrez à nouveau les notices "
2105
- "dans le centre de notifications."
2106
-
2107
- #: inc/admin/admin.php:832
2108
- msgid "Reset notices"
2109
- msgstr "Réinitialiser Notices"
2110
-
2111
- #: inc/admin/admin.php:839
2112
- msgid "Reset All Settings"
2113
- msgstr "Tout réinitialiser"
2114
-
2115
- #: inc/admin/admin.php:841
2116
- msgid ""
2117
- "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
2118
- "database AND set settings to their default values."
2119
- msgstr ""
2120
- "<strong>AVERTISSEMENT:</strong> Supprime toutes les options liées à SEOPress "
2121
- "dans la base de données et redéfini ces derniers à leurs valeurs par défaut."
2122
-
2123
- #: inc/admin/admin.php:846
2124
- msgid "Reset settings"
2125
- msgstr "Réinitialiser les paramètres"
2126
-
2127
- #: inc/admin/admin.php:909 inc/admin/admin.php:915
2128
- msgid "Notifications Center"
2129
- msgstr "Centre de Notifications"
2130
-
2131
- #: inc/admin/admin.php:910
2132
- msgid "SEO Tools"
2133
- msgstr "Outils SEO"
2134
-
2135
- #: inc/admin/admin.php:911 inc/admin/admin.php:916
2136
- msgid "Useful links"
2137
- msgstr "Liens utiles"
2138
-
2139
- #: inc/admin/admin.php:960
2140
- msgid "Configure SEOPress in a few minutes thanks to our installation wizard"
2141
- msgstr "Configurez SEOPress en quelques minutes grâce à notre assistant"
2142
-
2143
- #: inc/admin/admin.php:962
2144
- msgid "Start the wizard"
2145
- msgstr "Lancer l'assistant"
2146
-
2147
- #: inc/admin/admin.php:984
2148
- msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
2149
- msgstr ""
2150
- "Votre thème n'utilise pas <strong>add_theme_support('title-tag');</strong>"
2151
-
2152
- #: inc/admin/admin.php:985 inc/admin/admin.php:1072 inc/admin/admin.php:1082
2153
- #: inc/admin/admin.php:1092
2154
- msgid "High impact"
2155
- msgstr "Impact élevé"
2156
-
2157
- #: inc/admin/admin.php:997 inc/admin/admin.php:1058 inc/admin/admin.php:5117
2158
- #: inc/admin/admin.php:5144 inc/admin/admin.php:5165 inc/admin/admin.php:5186
2159
- #: inc/admin/admin.php:5207
2160
- msgid "Learn more"
2161
- msgstr "En savoir plus"
2162
-
2163
- #: inc/admin/admin.php:1006
2164
- msgid ""
2165
- "We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to "
2166
- "migrate all your posts metadata to SEOPress?"
2167
- msgstr ""
2168
- "Nous avons noté que vous utilisez <strong>Yoast SEO</strong>. <br>Souhaitez "
2169
- "vous migrer les méta données de vos articles, pages et types de publication "
2170
- "vers SEOPress ?"
2171
-
2172
- #: inc/admin/admin.php:1008 inc/admin/admin.php:1017
2173
- msgid "Migrate!"
2174
- msgstr "Migrer !"
2175
-
2176
- #: inc/admin/admin.php:1015
2177
- msgid ""
2178
- "We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
2179
- "you want to migrate all your posts metadata to SEOPress?"
2180
- msgstr ""
2181
- "Nous avons noté que vous utilisez <strong>All In One SEO Pack</strong>. "
2182
- "<br>Souhaitez vous migrer les méta données de vos articles, pages et types "
2183
- "de publication vers SEOPress ?"
2184
-
2185
- #: inc/admin/admin.php:1024
2186
- msgid ""
2187
- "We notice that you use another SEO plugin. <br>Do not use multiple SEO "
2188
- "plugins at once to avoid conflicts!"
2189
- msgstr ""
2190
- "Nous notons que vous utilisez une autre extension de SEO. <br>N'utilisez pas "
2191
- "plusieurs extensions de SEO en même temps pour éviter des conflits !"
2192
-
2193
- #: inc/admin/admin.php:1034
2194
- msgid ""
2195
- "You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
2196
- "solve this, please disable and enable SEOPress PRO."
2197
- msgstr ""
2198
- "Vous avez activé le nettoyage 404 MAIS la tâche planifiée n'est pas en cours "
2199
- "d'exécution. <br> Pour résoudre ce problème, désactivez et activez SEOPress "
2200
- "PRO."
2201
-
2202
- #: inc/admin/admin.php:1057
2203
- msgid "Your site doesn't use an SSL certificate!"
2204
- msgstr "Votre site n'utilise pas de certificat SSL !"
2205
-
2206
- #: inc/admin/admin.php:1059
2207
- msgid "Low impact"
2208
- msgstr "Impact faible"
2209
-
2210
- #: inc/admin/admin.php:1061
2211
- msgid "Buy an SSL!"
2212
- msgstr "Acheter un SSL !"
2213
-
2214
- #: inc/admin/admin.php:1071
2215
- msgid "Your site is not visible to Search Engines!"
2216
- msgstr "Votre site n'est pas visible aux moteurs de recherche !"
2217
-
2218
- #: inc/admin/admin.php:1074 inc/admin/admin.php:1084 inc/admin/admin.php:1094
2219
- #: inc/admin/admin.php:1118 inc/admin/admin.php:1197 inc/admin/admin.php:1210
2220
- #: inc/admin/admin.php:1283
2221
- msgid "Fix this!"
2222
- msgstr "Régler !"
2223
-
2224
- #: inc/admin/admin.php:1081
2225
- msgid "Your site title is empty!"
2226
- msgstr "Le titre de votre site est vide !"
2227
-
2228
- #: inc/admin/admin.php:1091 inc/admin/admin.php:3369
2229
- msgid ""
2230
- "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
2231
- msgstr ""
2232
- "Vos permaliens ne sont pas SEO Friendly ! Veuillez activer la réécriture "
2233
- "d'URL pour résoudre cela."
2234
-
2235
- #: inc/admin/admin.php:1115
2236
- msgid "Your RSS feed show full text!"
2237
- msgstr "Votre flux RSS affiche le texte complet !"
2238
-
2239
- #: inc/admin/admin.php:1116 inc/admin/admin.php:1195 inc/admin/admin.php:1208
2240
- msgid "Medium impact"
2241
- msgstr "Impact modéré"
2242
-
2243
- #: inc/admin/admin.php:1141
2244
- msgid "You like SEOPress? Please help us by rating us 5 stars!"
2245
- msgstr "Vous aimez SEOPress ? Aidez nous en attribuant la note de 5 étoiles !"
2246
-
2247
- #: inc/admin/admin.php:1143
2248
- msgid "Rate us!"
2249
- msgstr "Notez nous !"
2250
-
2251
- #: inc/admin/admin.php:1167
2252
- msgid "Break comments into pages is ON!"
2253
- msgstr "Diviser les commentaires en plusieurs pages est actif !"
2254
-
2255
- #: inc/admin/admin.php:1168 inc/admin/admin.php:1232 inc/admin/admin.php:1268
2256
- msgid "Huge impact"
2257
- msgstr "Impact élevé"
2258
-
2259
- #: inc/admin/admin.php:1170
2260
- msgid "Disable this!"
2261
- msgstr "Désactiver !"
2262
-
2263
- #: inc/admin/admin.php:1194
2264
- msgid "Display more posts per page on homepage and archives"
2265
- msgstr ""
2266
- "Afficher davantage d'articles par page sur votre page d'accueil et archives"
2267
-
2268
- #: inc/admin/admin.php:1207
2269
- msgid "You don't have an XML Sitemap!"
2270
- msgstr "Vous n'avez pas de Sitemap XML !"
2271
-
2272
- #: inc/admin/admin.php:1231
2273
- msgid "Do you have a Google My Business page? It's free!"
2274
- msgstr "Avez vous une page Google Business ? C'est gratuit !"
2275
-
2276
- #: inc/admin/admin.php:1234
2277
- msgid "Create your page now!"
2278
- msgstr "Créez votre page !"
2279
-
2280
- #: inc/admin/admin.php:1267
2281
- msgid "Add your site to Google. It's free!"
2282
- msgstr "Ajoutez votre site à Google. C’est gratuit !"
2283
-
2284
- #: inc/admin/admin.php:1270
2285
- msgid "Add your site to Search Console!"
2286
- msgstr "Ajoutez à Search Console !"
2287
-
2288
- #: inc/admin/admin.php:1280
2289
- msgid "You have to enter your licence key to get updates and support"
2290
- msgstr ""
2291
- "Vous devez entrer votre clé de licence pour obtenir mises à jour et support"
2292
-
2293
- #: inc/admin/admin.php:1296
2294
- msgid "Check websites setup on your server"
2295
- msgstr "Vérifier les sites présents sur votre hébergeur"
2296
-
2297
- #: inc/admin/admin.php:1305
2298
- msgid "Not found"
2299
- msgstr "Pas de résultat"
2300
-
2301
- #: inc/admin/admin.php:1310
2302
- msgid "No scrape."
2303
- msgstr "Aucune exploration."
2304
-
2305
- #: inc/admin/admin.php:1315
2306
- msgid "No domain found."
2307
- msgstr "Aucun domaine trouvé."
2308
-
2309
- #: inc/admin/admin.php:1325
2310
- msgid "Server IP Address: "
2311
- msgstr "Adresse IP du serveur : "
2312
-
2313
- #: inc/admin/admin.php:1328
2314
- msgid "Last scrape: "
2315
- msgstr "Dernière exploration : "
2316
-
2317
- #: inc/admin/admin.php:1329
2318
- msgid "Number of websites on your server: "
2319
- msgstr "Nombre de sites présents sur votre serveur : "
2320
-
2321
- #: inc/admin/admin.php:1342
2322
- msgid "Get list"
2323
- msgstr "Obtenir la liste"
2324
-
2325
- #: inc/admin/admin.php:1350
2326
- msgid "Check your Alexa Rank (Amazon index)"
2327
- msgstr "Vérifier votre rang Alexa (Indice Amazon)"
2328
-
2329
- #: inc/admin/admin.php:1365
2330
- msgid "Your Alexa Rank"
2331
- msgstr "Votre rang Alexa"
2332
-
2333
- #: inc/admin/admin.php:1387
2334
- msgid "Country Rank: "
2335
- msgstr "Rang Pays : "
2336
-
2337
- #: inc/admin/admin.php:1396
2338
- msgid "The lower, the best"
2339
- msgstr "Le plus faible, le mieux"
2340
-
2341
- #: inc/admin/admin.php:1400
2342
- msgid "Get Alexa Rank"
2343
- msgstr "Obtenir votre rang Alexa"
2344
-
2345
- #: inc/admin/admin.php:1408
2346
- msgid "Upload a list of links to disavow to Google"
2347
- msgstr "Téléverser une liste de liens à désavouer à Google"
2348
-
2349
- #: inc/admin/admin.php:1409
2350
- msgid "Google Trends"
2351
- msgstr "Google Tendances"
2352
-
2353
- #: inc/admin/admin.php:1410
2354
- msgid "Dareboost: Test, analyze and optimize your website"
2355
- msgstr "Dareboost : Testez, analysez et optimisez votre site web"
2356
-
2357
- #: inc/admin/admin.php:1411
2358
- msgid "Google Campaign URL Builder tool"
2359
- msgstr "Outil Google Campaign URL Builder"
2360
-
2361
- #: inc/admin/admin.php:1424
2362
- msgid "Titles & metas"
2363
- msgstr "Titres et Métas"
2364
-
2365
- #: inc/admin/admin.php:1425
2366
- msgid "Manage all your titles & metas"
2367
- msgstr "Gérez tous vos titres et métas"
2368
-
2369
- #: inc/admin/admin.php:1426 inc/admin/admin.php:1464 inc/admin/admin.php:1502
2370
- #: inc/admin/admin.php:1540 inc/admin/admin.php:1578 inc/admin/admin.php:1607
2371
- #: inc/admin/admin.php:1635 inc/admin/admin.php:1663 inc/admin/admin.php:1691
2372
- #: inc/admin/admin.php:1719 inc/admin/admin.php:1747 inc/admin/admin.php:1785
2373
- #: inc/admin/admin.php:1807 inc/admin/admin.php:1847 inc/admin/admin.php:1876
2374
- #: inc/admin/admin.php:1887 inc/admin/admin.php:1937 inc/admin/admin.php:1947
2375
- #: inc/admin/admin.php:1978 inc/admin/admin.php:1990 inc/admin/admin.php:2002
2376
- #: inc/admin/admin.php:2023
2377
- msgid "Manage"
2378
- msgstr "Gérer"
2379
-
2380
- #: inc/admin/admin.php:1454
2381
- msgid "Guide to manage your titles and meta descriptions - new window"
2382
- msgstr "Guide pour gérer vos titres et meta descriptions - nouvelle fenêtre"
2383
-
2384
- #: inc/admin/admin.php:1463
2385
- msgid "Manage your XML / Image / Video / HTML Sitemap"
2386
- msgstr "Gérer votre plan de site XML / Image / Vidéo / HTML"
2387
-
2388
- #: inc/admin/admin.php:1492
2389
- msgid "Guide to enable your XML Sitemaps - new window"
2390
- msgstr "Guide pour activer votre plan de site XML - nouvelle fenêtre"
2391
-
2392
- #: inc/admin/admin.php:1501
2393
- msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
2394
- msgstr "Open Graph, Twitter Card, Google Knowledge Graph et plus..."
2395
-
2396
- #: inc/admin/admin.php:1530
2397
- msgid "Guide to enable Google Knowledge Graph - new window"
2398
- msgstr "Guide pour activer Google Knowledge Graph - nouvelle fenêtre"
2399
-
2400
- #: inc/admin/admin.php:1539
2401
- msgid "Track everything about your visitors with Google Analytics"
2402
- msgstr "Suivez tout ce qui concerne vos visiteurs avec Google Analytics"
2403
-
2404
- #: inc/admin/admin.php:1568
2405
- msgid "Guide to getting started with Google Analytics - new window"
2406
- msgstr "Guide pour débuter avec Google Analytics - nouvelle fenêtre"
2407
-
2408
- #: inc/admin/admin.php:1577
2409
- msgid "Advanced SEO options for advanced users!"
2410
- msgstr "Options SEO avancées pour utilisateurs avancés !"
2411
-
2412
- #: inc/admin/admin.php:1606
2413
- msgid "Improve WooCommerce SEO"
2414
- msgstr "Améliorer le SEO de WooCommerce"
2415
-
2416
- #: inc/admin/admin.php:1634
2417
- msgid "Improve Easy Digital Downloads SEO"
2418
- msgstr "Améliorez le SEO de Easy Digital Downloads"
2419
-
2420
- #: inc/admin/admin.php:1662
2421
- msgid "Add Google Local Business data type"
2422
- msgstr "Ajoutez le type de données Google Local Business"
2423
-
2424
- #: inc/admin/admin.php:1690
2425
- msgid "Add Dublin Core meta tags"
2426
- msgstr "Ajout des balises Dublin Core"
2427
-
2428
- #: inc/admin/admin.php:1717
2429
- msgid "Structured Data Types"
2430
- msgstr "Types de données structurées"
2431
-
2432
- #: inc/admin/admin.php:1718
2433
- msgid ""
2434
- "Add data types to your content: articles, courses, recipes, videos, events "
2435
- "and products"
2436
- msgstr ""
2437
- "Ajout des types de données à vos contenus : articles, cours, recettes, "
2438
- "vidéos, événements et produits"
2439
-
2440
- #: inc/admin/admin.php:1746
2441
- msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
2442
- msgstr ""
2443
- "Activer le fil d'Ariane pour votre thème et améliorer votre SEO dans les "
2444
- "résultats de recherche"
2445
-
2446
- #: inc/admin/admin.php:1775
2447
- msgid "Guide to enable Breadcrumbs - new window"
2448
- msgstr "Guide pour activer le fil d'Ariane - nouvelle fenêtre"
2449
-
2450
- #: inc/admin/admin.php:1784
2451
- msgid "Track your website performance to improve SEO with Google Page Speed"
2452
- msgstr ""
2453
- "Suivez les performances de votre site Web afin d’améliorer le SEO avec "
2454
- "Google Page Speed"
2455
-
2456
- #: inc/admin/admin.php:1795
2457
- msgid "Guide to analyze your site with Google Page Speed - new window"
2458
- msgstr ""
2459
- "Guide pour analyser cette page avec Google Page Speed - nouvelle fenêtre"
2460
-
2461
- #: inc/admin/admin.php:1805
2462
- msgid "Edit your robots.txt file"
2463
- msgstr "Editer votre fichier robots.txt"
2464
-
2465
- #: inc/admin/admin.php:1806
2466
- msgid "View your robots.txt"
2467
- msgstr "Voir votre robots.txt"
2468
-
2469
- #: inc/admin/admin.php:1836
2470
- msgid "Guide to edit your robots.txt file - new window"
2471
- msgstr "Guide pour éditer votre fichier robots.txt - nouvelle fenêtre"
2472
-
2473
- #: inc/admin/admin.php:1846
2474
- msgid "Optimize your site for Google News"
2475
- msgstr "Optimisez votre site pour Google Actualités"
2476
-
2477
- #: inc/admin/admin.php:1873 inc/admin/adminbar.php:81
2478
- msgid "Schemas"
2479
- msgstr "Schémas"
2480
-
2481
- #: inc/admin/admin.php:1874
2482
- msgid "Create / manage your schemas"
2483
- msgstr "Créez / gérez vos schémas"
2484
-
2485
- #: inc/admin/admin.php:1875
2486
- msgid "See schemas"
2487
- msgstr "Voir les schémas"
2488
-
2489
- #: inc/admin/admin.php:1885
2490
- msgid "Monitor 404, create 301, 302 and 307 redirections"
2491
- msgstr "Surveiller les 404, créer des redirections 301, 302 et 307"
2492
-
2493
- #: inc/admin/admin.php:1886
2494
- msgid "See redirects"
2495
- msgstr "Voir les redirections"
2496
-
2497
- #: inc/admin/admin.php:1915
2498
- msgid "Guide to enable 301 redirections and 404 monitoring - new window"
2499
- msgstr ""
2500
- "Guide pour activer les redirections 301 et la surveillance des 404 - "
2501
- "nouvelle fenêtre"
2502
-
2503
- #: inc/admin/admin.php:1924
2504
- msgid "Scan your site to find SEO problems."
2505
- msgstr "Analyser votre site pour trouver des problèmes de SEO."
2506
-
2507
- #: inc/admin/admin.php:1925
2508
- msgid "See broken links"
2509
- msgstr "Voir les liens cassés"
2510
-
2511
- #: inc/admin/admin.php:1926
2512
- msgid "Scan"
2513
- msgstr "Scan"
2514
-
2515
- #: inc/admin/admin.php:1935
2516
- msgid "Check your backlinks with Majestic API."
2517
- msgstr "Vérifiez vos backlinks avec l'API Majestic."
2518
-
2519
- #: inc/admin/admin.php:1936
2520
- msgid "See backlinks"
2521
- msgstr "Voir vos backlinks"
2522
-
2523
- #: inc/admin/admin.php:1946
2524
- msgid "Customize your permalinks."
2525
- msgstr "Personnalisez vos permaliens."
2526
-
2527
- #: inc/admin/admin.php:1977
2528
- msgid "Edit your htaccess file."
2529
- msgstr "Modifier votre fichier htaccess."
2530
-
2531
- #: inc/admin/admin.php:1989
2532
- msgid "Configure default WordPress RSS."
2533
- msgstr "Configuration des liens RSS par défaut de WordPress."
2534
-
2535
- #: inc/admin/admin.php:2001
2536
- msgid "Import/Export SEOPress settings from site to site."
2537
- msgstr "Importer / Exporter les paramètres SEOPress d'un site à un autre."
2538
-
2539
- #: inc/admin/admin.php:2012
2540
- msgid "Guide to Export/Import/Reset settings - new window"
2541
- msgstr ""
2542
- "Guide pour importer / exporter / réinitialiser les paramètres - nouvelle "
2543
- "fenêtre"
2544
-
2545
- #: inc/admin/admin.php:2022
2546
- msgid "Edit your SEOPress license key."
2547
- msgstr "Modifier votre clé de licence SEOPress."
2548
-
2549
- #: inc/admin/admin.php:2033
2550
- msgid "Guide to activate SEOPress PRO - new window"
2551
- msgstr "Guide pour activer SEOPress PRO - nouvelle fenêtre"
2552
-
2553
- #: inc/admin/admin.php:2301 inc/admin/admin.php:4137
2554
- msgid "noindex"
2555
- msgstr "noindex"
2556
-
2557
- #: inc/admin/admin.php:2309 inc/admin/admin.php:4156
2558
- msgid "nofollow"
2559
- msgstr "nofollow"
2560
-
2561
- #: inc/admin/admin.php:2317 inc/admin/admin.php:4175
2562
- msgid "noodp"
2563
- msgstr "noodp"
2564
-
2565
- #: inc/admin/admin.php:2325 inc/admin/admin.php:4194
2566
- msgid "noimageindex"
2567
- msgstr "noimageindex"
2568
-
2569
- #: inc/admin/admin.php:2333 inc/admin/admin.php:4213
2570
- msgid "noarchive"
2571
- msgstr "noarchive"
2572
-
2573
- #: inc/admin/admin.php:2341 inc/admin/admin.php:4232
2574
- msgid "nosnippet"
2575
- msgstr "nosnippet"
2576
-
2577
- #: inc/admin/admin.php:2349 inc/admin/admin.php:4251
2578
- msgid "nositelinkssearchbox"
2579
- msgstr "nositelinkssearchbox"
2580
-
2581
- #: inc/admin/admin.php:2357
2582
- msgid "Indicate paginated content to Google"
2583
- msgstr "Indiquer à Google le contenu paginé"
2584
-
2585
- #: inc/admin/admin.php:2374 inc/admin/admin.php:4289
2586
- msgid "Enable XML Sitemap"
2587
- msgstr "Activez le plan de site XML"
2588
-
2589
- #: inc/admin/admin.php:2382
2590
- msgid "Enable XML Image Sitemaps"
2591
- msgstr "Activer le plan de site XML Images"
2592
-
2593
- #: inc/admin/admin.php:2391
2594
- msgid "Enable XML Video Sitemaps"
2595
- msgstr "Activer le plan de site XML Vidéos"
2596
-
2597
- #: inc/admin/admin.php:2400 inc/admin/admin.php:4376
2598
- msgid "Enable HTML Sitemap"
2599
- msgstr "Activez le plan de site HTML"
2600
-
2601
- #: inc/admin/admin.php:2416
2602
- msgid "Check to INCLUDE Post Types"
2603
- msgstr "Cochez pour INCLURE les Types d'article"
2604
-
2605
- #: inc/admin/admin.php:2432
2606
- msgid "Check to INCLUDE Taxonomies"
2607
- msgstr "Cochez pour INCLURE les Taxonomies"
2608
-
2609
- #: inc/admin/admin.php:2448 inc/admin/admin.php:4485
2610
- msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
2611
- msgstr ""
2612
- "Saisissez un ID d'article, de page ou de type de contenu où afficher le plan "
2613
- "de site"
2614
-
2615
- #: inc/admin/admin.php:2456 inc/admin/admin.php:4499
2616
- msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
2617
- msgstr "Exclure certains Articles, Pages, Types de contenus ou Termes par IDs"
2618
-
2619
- #: inc/admin/admin.php:2464
2620
- msgid "Sort order"
2621
- msgstr "Ordre de tri"
2622
-
2623
- #: inc/admin/admin.php:2472
2624
- msgid "Order posts by"
2625
- msgstr "Trier les publications par"
2626
-
2627
- #: inc/admin/admin.php:2480
2628
- msgid "Disable the display of the publication date"
2629
- msgstr "Désactiver l’affichage de la date de publication"
2630
-
2631
- #: inc/admin/admin.php:2521 inc/admin/admin.php:4641
2632
- msgid "Organization's phone number (only for Organizations)"
2633
- msgstr ""
2634
- "Numéro de téléphone de l'organisation (seulement pour les organisations)"
2635
-
2636
- #: inc/admin/admin.php:2529
2637
- msgid "Contact type (only for Organizations)"
2638
- msgstr "Type de contact (seulement pour les organisations)"
2639
-
2640
- #: inc/admin/admin.php:2537
2641
- msgid "Contact option (only for Organizations)"
2642
- msgstr "Option de contact (seulement pour les organisations)"
2643
-
2644
- #: inc/admin/admin.php:2554 inc/admin/admin.php:4719
2645
- msgid "Facebook Page URL"
2646
- msgstr "URL de la page Facebook"
2647
-
2648
- #: inc/admin/admin.php:2635
2649
- msgid "Enable Open Graph Data"
2650
- msgstr "Activez les données Open Graph"
2651
-
2652
- #: inc/admin/admin.php:2643 inc/admin/admin.php:4848
2653
- msgid "Select a default image"
2654
- msgstr "Sélectionnez une image par défaut"
2655
-
2656
- #: inc/admin/admin.php:2651
2657
- msgid "Facebook Link Ownership ID"
2658
- msgstr "Facebook Link Ownership ID"
2659
-
2660
- #: inc/admin/admin.php:2659
2661
- msgid "Facebook Admin ID"
2662
- msgstr "Facebook Admin ID"
2663
-
2664
- #: inc/admin/admin.php:2667
2665
- msgid "Facebook App ID"
2666
- msgstr "Facebook App ID"
2667
-
2668
- #: inc/admin/admin.php:2684
2669
- msgid "Enable Twitter Card"
2670
- msgstr "Activez Twitter Card"
2671
-
2672
- #: inc/admin/admin.php:2692
2673
- msgid "Use Open Graph if no Twitter Card is filled"
2674
- msgstr "Utilisez Open Graph is Twitter Cards non renseignées"
2675
-
2676
- #: inc/admin/admin.php:2700 inc/admin/admin.php:4940
2677
- msgid "Default Twitter Image"
2678
- msgstr "Image Twitter par défaut"
2679
-
2680
- #: inc/admin/admin.php:2708
2681
- msgid "Image size for Twitter Summary card"
2682
- msgstr "Taille d'image pour Twitter Summary Card"
2683
-
2684
- #: inc/admin/admin.php:2725
2685
- msgid "Enable Google Analytics tracking"
2686
- msgstr "Activer le suivi Google Analytics"
2687
-
2688
- #: inc/admin/admin.php:2733 inc/admin/admin.php:4993
2689
- msgid "Enter your tracking ID"
2690
- msgstr "Saisissez votre ID de suivi"
2691
-
2692
- #: inc/admin/admin.php:2741
2693
- msgid "Google Analytics tracking opt-in"
2694
- msgstr "Opt-in pour le suivi Google Analytics"
2695
-
2696
- #: inc/admin/admin.php:2757
2697
- msgid "Consent message for user tracking"
2698
- msgstr "Message de consentement utilisateur pour le suivi"
2699
-
2700
- #: inc/admin/admin.php:2765
2701
- msgid "Accept button for user tracking"
2702
- msgstr "Bouton d'acceptation pour le suivi utilisateur"
2703
-
2704
- #: inc/admin/admin.php:2773
2705
- msgid "Exclude user roles from tracking"
2706
- msgstr "Exclure des rôles utilisateurs du suivi"
2707
-
2708
- #: inc/admin/admin.php:2791
2709
- msgid "Enable Google Optimize"
2710
- msgstr "Activer Google Optimize"
2711
-
2712
- #: inc/admin/admin.php:2799
2713
- msgid "Add an additional tracking code (like Facebook Pixel, Hotjar...)"
2714
- msgstr ""
2715
- "Ajouter un code de suivi supplémentaire (comme Facebook Pixel, Hotjar...)"
2716
-
2717
- #: inc/admin/admin.php:2807 inc/admin/admin.php:5141
2718
- msgid "Enable remarketing, demographics, and interests reporting"
2719
- msgstr ""
2720
- "Activer le remarketing, les rapports démographiques et centres d'intérêts"
2721
-
2722
- #: inc/admin/admin.php:2815 inc/admin/admin.php:5162
2723
- msgid "Enable IP Anonymization"
2724
- msgstr "Activer l'anonymisation des IP"
2725
-
2726
- #: inc/admin/admin.php:2823 inc/admin/admin.php:5183
2727
- msgid "Enhanced Link Attribution"
2728
- msgstr "Améliorer l'attribution des liens"
2729
-
2730
- #: inc/admin/admin.php:2831 inc/admin/admin.php:5204
2731
- msgid "Enable cross-domain tracking"
2732
- msgstr "Activer le suivi cross-domain"
2733
-
2734
- #: inc/admin/admin.php:2839 inc/admin/admin.php:5220
2735
- msgid "Cross domains"
2736
- msgstr "Cross domains"
2737
-
2738
- #: inc/admin/admin.php:2857
2739
- msgid "Enable external links tracking (all links with target _blank attribute)"
2740
- msgstr ""
2741
- "Activez le suivi des liens externes (tous les liens dotés de l'attribut "
2742
- "_blank)"
2743
-
2744
- #: inc/admin/admin.php:2865
2745
- msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
2746
- msgstr "Activer le suivi des téléchargements (ex: PDF, XLSX, DOCX...)"
2747
-
2748
- #: inc/admin/admin.php:2873 inc/admin/admin.php:5266
2749
- msgid "Track downloads' clicks"
2750
- msgstr "Suivi des clics de téléchargements"
2751
-
2752
- #: inc/admin/admin.php:2881
2753
- msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
2754
- msgstr "Activez le suivi des liens affiliés / sortants (ex: aff|go|out)"
2755
-
2756
- #: inc/admin/admin.php:2889 inc/admin/admin.php:5297
2757
- msgid "Track affiliate/outbound links"
2758
- msgstr "Suivre les liens affiliés / sortants"
2759
-
2760
- #: inc/admin/admin.php:2907
2761
- msgid "Track Authors"
2762
- msgstr "Suivre les Auteurs"
2763
-
2764
- #: inc/admin/admin.php:2915
2765
- msgid "Track Categories"
2766
- msgstr "Suivre les Catégories"
2767
-
2768
- #: inc/admin/admin.php:2923
2769
- msgid "Track Tags"
2770
- msgstr "Suivre les Etiquettes"
2771
-
2772
- #: inc/admin/admin.php:2931
2773
- msgid "Track Post Types"
2774
- msgstr "Suivre les Types d'articles personnalisés"
2775
-
2776
- #: inc/admin/admin.php:2939
2777
- msgid "Track Logged In Users"
2778
- msgstr "Suivre les utilisateurs connectés"
2779
-
2780
- #: inc/admin/admin.php:2956
2781
- msgid "Redirect attachment pages to post parent"
2782
- msgstr ""
2783
- "Rediriger les pages de type pièces jointes vers la page parent (attachment)"
2784
-
2785
- #: inc/admin/admin.php:2964
2786
- msgid "Redirect attachment pages to the file URL"
2787
- msgstr "Rediriger les pages de type pièces jointes vers l'URL du fichier"
2788
-
2789
- #: inc/admin/admin.php:2972
2790
- msgid "Remove ?replytocom link to avoid duplicate content"
2791
- msgstr "Supprimer le lien ?replytocom pour éviter le contenu dupliqué"
2792
-
2793
- #: inc/admin/admin.php:2980
2794
- msgid "Automatically set the image Title"
2795
- msgstr "Définir automatiquement le titre de l'image"
2796
-
2797
- #: inc/admin/admin.php:2988
2798
- msgid "Automatically set the image Alt text"
2799
- msgstr "Définir automatiquement le texte alternatif de l'image"
2800
-
2801
- #: inc/admin/admin.php:2996
2802
- msgid "Automatically set the image Caption"
2803
- msgstr "Définir automatiquement la légende de l'image"
2804
-
2805
- #: inc/admin/admin.php:3004
2806
- msgid "Automatically set the image Description"
2807
- msgstr "Définir automatiquement l'image Description"
2808
-
2809
- #: inc/admin/admin.php:3012
2810
- msgid "Add WP Editor to taxonomy description textarea"
2811
- msgstr "Ajouter l'éditeur WP au champ description des taxonomies"
2812
-
2813
- #: inc/admin/admin.php:3020
2814
- msgid "Remove stop words from URL"
2815
- msgstr "Supprimer les mots inutiles des URL"
2816
-
2817
- #: inc/admin/admin.php:3028
2818
- msgid "Remove /category/ in URL"
2819
- msgstr "Supprimer /category/ dans les URLs"
2820
-
2821
- #: inc/admin/admin.php:3036 inc/admin/admin.php:5873
2822
- msgid "Disable trailing slash for metas"
2823
- msgstr "Désactiver la barre oblique pour metas"
2824
-
2825
- #: inc/admin/admin.php:3044
2826
- msgid "Remove WordPress generator meta tag"
2827
- msgstr "Supprimer la balise meta generator de WordPress"
2828
-
2829
- #: inc/admin/admin.php:3052
2830
- msgid "Remove WordPress shortlink meta tag"
2831
- msgstr "Supprimer la balise meta Shortlink de WordPress"
2832
-
2833
- #: inc/admin/admin.php:3060
2834
- msgid "Remove Windows Live Writer meta tag"
2835
- msgstr "Supprimer la balise Windows Live Writer"
2836
-
2837
- #: inc/admin/admin.php:3068
2838
- msgid "Remove RSD meta tag"
2839
- msgstr "Supprimer la balise meta RSD"
2840
-
2841
- #: inc/admin/admin.php:3076 inc/admin/admin.php:5953
2842
- msgid "Google site verification"
2843
- msgstr "Vérification de site Google"
2844
-
2845
- #: inc/admin/admin.php:3084 inc/admin/admin.php:5967
2846
- msgid "Bing site verification"
2847
- msgstr "Vérification de site Bing"
2848
-
2849
- #: inc/admin/admin.php:3092 inc/admin/admin.php:5980
2850
- msgid "Pinterest site verification"
2851
- msgstr "Vérification de site Pinterest"
2852
-
2853
- #: inc/admin/admin.php:3100 inc/admin/admin.php:5992
2854
- msgid "Yandex site verification"
2855
- msgstr "Vérification de site Yandex"
2856
-
2857
- #: inc/admin/admin.php:3117
2858
- msgid "SEOPress in admin bar"
2859
- msgstr "SEOPress dans la barre d’admin"
2860
-
2861
- #: inc/admin/admin.php:3125
2862
- msgid "Move SEOPress metabox's position"
2863
- msgstr "Déplacer la position de la metaboxe SEOPress"
2864
-
2865
- #: inc/admin/admin.php:3133
2866
- msgid "Hide Notifications Center"
2867
- msgstr "Masquer le Centre de Notifications"
2868
-
2869
- #: inc/admin/admin.php:3141
2870
- msgid "Hide SEO tools"
2871
- msgstr "Masquer les outils SEO"
2872
-
2873
- #: inc/admin/admin.php:3149
2874
- msgid "Hide Useful Links"
2875
- msgstr "Masquer les Liens Utiles"
2876
-
2877
- #: inc/admin/admin.php:3157
2878
- msgid "Show Title tag column in post types"
2879
- msgstr "Afficher la balise Titre dans les colonnes des articles personnalisés"
2880
-
2881
- #: inc/admin/admin.php:3165
2882
- msgid "Show Meta description column in post types"
2883
- msgstr ""
2884
- "Afficher la meta description dans les colonnes des articles personnalisés"
2885
-
2886
- #: inc/admin/admin.php:3173
2887
- msgid "Show Redirection Enable column in post types"
2888
- msgstr "Afficher la colunne Redirection Active dans les types de contenu"
2889
-
2890
- #: inc/admin/admin.php:3181
2891
- msgid "Show Redirect URL column in post types"
2892
- msgstr "Afficher la colonne URL de redirection dans les types de contenu"
2893
-
2894
- #: inc/admin/admin.php:3189
2895
- msgid "Show canonical URL column in post types"
2896
- msgstr "Afficher la colonne URL canonique dans les types de contenus"
2897
-
2898
- #: inc/admin/admin.php:3197
2899
- msgid "Show Target Keyword column in post types"
2900
- msgstr "Afficher la colonne Mot clé cible dans les types de contenus"
2901
-
2902
- #: inc/admin/admin.php:3205
2903
- msgid "Show noindex column in post types"
2904
- msgstr "Afficher la colonne noindex dans les types d'articles"
2905
-
2906
- #: inc/admin/admin.php:3213
2907
- msgid "Show nofollow column in post types"
2908
- msgstr "Afficher la colonne nofollow dans les types d'articles"
2909
-
2910
- #: inc/admin/admin.php:3221
2911
- msgid "Show total number of words column in post types"
2912
- msgstr "Affichez la colonne du nombre total de mots pour vos types de contenus"
2913
-
2914
- #: inc/admin/admin.php:3229
2915
- msgid "Show W3C validator column in post types"
2916
- msgstr "Voir la colonne du validateur W3C dans les types d'articles"
2917
-
2918
- #: inc/admin/admin.php:3237
2919
- msgid "Show Google Page Speed column in post types"
2920
- msgstr "Voir la colonne Google Page Speed dans les types d'articles"
2921
-
2922
- #: inc/admin/admin.php:3246
2923
- msgid "Hide Genesis SEO Metabox"
2924
- msgstr "Masquer la metaboxe Genesis SEO"
2925
-
2926
- #: inc/admin/admin.php:3254
2927
- msgid "Hide Genesis SEO Settings link"
2928
- msgstr "Masquer le lien vers les réglages SEO de Genesis"
2929
-
2930
- #: inc/admin/admin.php:3262
2931
- msgid "Hide advice in Structured Data Types metabox"
2932
- msgstr "Masquer les conseils dans la metaboxe Types de Données Structurées"
2933
-
2934
- #: inc/admin/admin.php:3279
2935
- msgid "Block SEO metabox to user roles"
2936
- msgstr "Bloquer la metaboxe SEO pour des rôles utilisateurs"
2937
-
2938
- #: inc/admin/admin.php:3287
2939
- msgid "Block Content analysis metabox to user roles"
2940
- msgstr "Bloquer la metaboxe Analyse de contenu pour des rôles utilisateurs"
2941
-
2942
- #: inc/admin/admin.php:3342
2943
- msgid "<p>Customize your titles & metas for homepage</p>"
2944
- msgstr "<p>Personnalisez vos titres et métas pour l'accueil</p>"
2945
-
2946
- #: inc/admin/admin.php:3347
2947
- msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
2948
- msgstr ""
2949
- "<p>Personnalisez vos titres et métas pour les singles des Types d'article</p>"
2950
-
2951
- #: inc/admin/admin.php:3352
2952
- msgid "<p>Customize your metas for all pages</p>"
2953
- msgstr "<p>Personnalisez vos métas pour toutes les pages</p>"
2954
-
2955
- #: inc/admin/admin.php:3357
2956
- msgid "<p>Customize your metas for all taxonomies archives</p>"
2957
- msgstr "<p>Personnalisez vos métas pour toutes les archives de taxonomies</p>"
2958
-
2959
- #: inc/admin/admin.php:3362
2960
- msgid "<p>Customize your metas for all archives</p>"
2961
- msgstr "<p>Personnalisez vos métas pour les archives</p>"
2962
-
2963
- #: inc/admin/admin.php:3370
2964
- msgid "Change this settings"
2965
- msgstr "Changer ce paramètre"
2966
-
2967
- #: inc/admin/admin.php:3373
2968
- msgid ""
2969
- "To view your sitemap, enable permalinks (not default one), and save settings "
2970
- "to flush them."
2971
- msgstr ""
2972
- "Pour voir votre sitemap, activez les permaliens (pas ceux par défaut), et "
2973
- "sauvegardez les paramètres pour les mettre à jour."
2974
-
2975
- #: inc/admin/admin.php:3379
2976
- msgid ""
2977
- "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
2978
- "add this rule to your configuration:"
2979
- msgstr ""
2980
- "Votre serveur utilise NGINX. Si le plan de site XML ne fonctionne pas, vous "
2981
- "devez ajouter ces règles à votre configuration:"
2982
-
2983
- #: inc/admin/admin.php:3392
2984
- msgid "Noindex content will not be displayed in Sitemaps."
2985
- msgstr "Le contenu en noindex ne sera pas affiché dans les Sitemaps."
2986
-
2987
- #: inc/admin/admin.php:3404
2988
- msgid "Blank sitemap?"
2989
- msgstr "Sitemap vide?"
2990
-
2991
- #: inc/admin/admin.php:3405
2992
- msgid "404 error?"
2993
- msgstr "Erreur 404 ?"
2994
-
2995
- #: inc/admin/admin.php:3407
2996
- msgid "View your sitemap"
2997
- msgstr "Voir votre sitemap"
2998
-
2999
- #: inc/admin/admin.php:3409
3000
- msgid "Ping Google manually"
3001
- msgstr "Pinger Google manuellement"
3002
-
3003
- #: inc/admin/admin.php:3411
3004
- msgid "Flush permalinks"
3005
- msgstr "Mettre à jour les permaliens"
3006
-
3007
- #: inc/admin/admin.php:3417
3008
- msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
3009
- msgstr ""
3010
- "<p>Créez un plan de site HTML pour vos visiteurs et booster votre SEO.</p>"
3011
-
3012
- #: inc/admin/admin.php:3427 inc/admin/admin.php:4386
3013
- msgid "Guide to enable a HTML Sitemap - new window"
3014
- msgstr "Guide pour activer le plan de site HTML - nouvelle fenêtre"
3015
-
3016
- #: inc/admin/admin.php:3432
3017
- msgid "<p>Include/Exclude Post Types.</p>"
3018
- msgstr "<p>Inclure / Exclure les types de contenu.</p>"
3019
-
3020
- #: inc/admin/admin.php:3437
3021
- msgid "<p>Include/Exclude Taxonomies.</p>"
3022
- msgstr "<p>Inclure / Exclure les Taxonomies.</p>"
3023
-
3024
- #: inc/admin/admin.php:3442
3025
- msgid "<p>Configure Google Knowledge Graph.</p>"
3026
- msgstr "<p>Configurer Google Knowledge Graph.</p>"
3027
-
3028
- #: inc/admin/admin.php:3443
3029
- msgid "Learn more on Google official website."
3030
- msgstr "En savoir plus sur le site officiel de Google."
3031
-
3032
- #: inc/admin/admin.php:3448
3033
- msgid ""
3034
- "<p>Link your site with your social accounts. Use markup on your website to "
3035
- "add your social profile information to a Google Knowledge panel. Knowledge "
3036
- "panels prominently display your social profile information in some Google "
3037
- "Search results. Filling in these fields does not guarantee the display of "
3038
- "this data in search results. It may take a long time to see these social "
3039
- "networking links.</p>"
3040
- msgstr ""
3041
- "<p>Liez votre site à vos comptes sociaux. Utilisez le balisage sur votre "
3042
- "site Web pour ajouter vos informations de profil social à un panneau Google "
3043
- "Knowledge. Les panneaux de connaissances affichent en évidence vos "
3044
- "informations de profil social dans certains résultats de recherche Google. "
3045
- "Le remplissage de ces champs ne garantit pas l’affichage de ces données dans "
3046
- "les résultats de recherche. Il peut s'écouler un certain temps pour voir ces "
3047
- "liens de réseaux sociaux. </p>"
3048
-
3049
- #: inc/admin/admin.php:3454
3050
- msgid "<p>Manage Open Graph datas.</p>"
3051
- msgstr "<p>Gérer l'Open Graph datas.</p>"
3052
-
3053
- #: inc/admin/admin.php:3456
3054
- msgid ""
3055
- "<p>We generate the <strong>og:image</strong> meta following this order:</p>"
3056
- msgstr ""
3057
- "<p>Nous générons la méta <strong>og:image</strong> suivant cet ordre: </p>"
3058
-
3059
- #: inc/admin/admin.php:3460
3060
- msgid "Custom OG Image from SEO metabox"
3061
- msgstr "OG Image personnalisée depuis la metabox SEO"
3062
-
3063
- #: inc/admin/admin.php:3461 inc/admin/admin.php:3476
3064
- msgid "Post thumbnail"
3065
- msgstr "Image à la une"
3066
-
3067
- #: inc/admin/admin.php:3462 inc/admin/admin.php:3477
3068
- msgid "First image of your post content"
3069
- msgstr "Première image de votre contenu"
3070
-
3071
- #: inc/admin/admin.php:3463
3072
- msgid "Global OG Image set in SEO > Social > Open Graph"
3073
- msgstr "OG Image globale définie dans SEO > Réseaux Sociaux > Open Graph"
3074
-
3075
- #: inc/admin/admin.php:3469
3076
- msgid "<p>Manage your Twitter card.</p>"
3077
- msgstr "<p>Gérer votre Twitter card.</p>"
3078
-
3079
- #: inc/admin/admin.php:3471
3080
- msgid ""
3081
- "<p>We generate the <strong>twitter:image</strong> meta following this order:"
3082
- "</p>"
3083
- msgstr ""
3084
- "<p>Nous générons la méta <strong>twitter:image</strong> en suivant cet ordre:"
3085
- "</p>"
3086
-
3087
- #: inc/admin/admin.php:3475
3088
- msgid "Custom Twitter image from SEO metabox"
3089
- msgstr "Twitter image personnalisée depuis la metabox SEO"
3090
-
3091
- #: inc/admin/admin.php:3478
3092
- msgid "Global Twitter:image set in SEO > Social > Twitter Card"
3093
- msgstr ""
3094
- "Twitter:image globale définie dans SEO > Réseaux sociaux > Twitter Card"
3095
-
3096
- #: inc/admin/admin.php:3484
3097
- msgid "<p>Link your Google Analytics to your website.</p>"
3098
- msgstr "<p>Lier Google Analytics à votre site.</p>"
3099
-
3100
- #: inc/admin/admin.php:3489
3101
- msgid "<p>Configure your Google Analytics tracking code.</p>"
3102
- msgstr "<p>Configurer votre code de suivi Google Analytics.</p>"
3103
-
3104
- #: inc/admin/admin.php:3494
3105
- msgid "<p>Track events in Google Analytics.</p>"
3106
- msgstr "<p>Suivez les événements dans Google Analytics.</p>"
3107
-
3108
- #: inc/admin/admin.php:3499
3109
- msgid ""
3110
- "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
3111
- "and custom metrics in SEOPress are like the default dimensions and metrics "
3112
- "in your Analytics account, except you create them yourself.<br> Use them to "
3113
- "collect and analyze data that Analytics doesn't automatically track.<br> "
3114
- "Please note that you also have to setup your custom dimensions in your "
3115
- "Google Analytics account. More info by clicking on the help icon."
3116
- msgstr ""
3117
- "<p>Configurez vos dimensions personnalisées Google Analytics. <br> Les "
3118
- "dimensions personnalisées et les paramètres personnalisés sont comme les "
3119
- "dimensions et les mesures par défaut dans votre compte Google Analytics, "
3120
- "sauf que vous les créez vous-même. Vous pouvez les utiliser pour collecter "
3121
- "et analyser les données que Google Analytics ne suit pas automatiquement. "
3122
- "Remarque: vous devez également configurer vos dimensions personnalisées dans "
3123
- "votre compte Google Analytics. Plus d'informations en cliquant sur l'icône "
3124
- "d'aide."
3125
-
3126
- #: inc/admin/admin.php:3509
3127
- msgid "Guide to create custom dimensions in Google Analytics - new window"
3128
- msgstr ""
3129
- "Guide pour créer des dimensions personnalisées dans Google Analytics - "
3130
- "nouvelle fenêtre"
3131
-
3132
- #: inc/admin/admin.php:3514
3133
- msgid "<p>Advanced SEO options.</p>"
3134
- msgstr "<p>Options avancées de SEO.</p>"
3135
-
3136
- #: inc/admin/admin.php:3519
3137
- msgid "<p>Customize SEOPress to fit your needs.</p>"
3138
- msgstr "<p>Personnaliser SEOPress pour correspondre à vos besoins.</p>"
3139
-
3140
- #: inc/admin/admin.php:3524
3141
- msgid "<p>Manage security.</p>"
3142
- msgstr "<p>Gérer la sécurité.</p>"
3143
-
3144
- #: inc/admin/admin.php:3537
3145
- msgid "Enter your separator, eg: \"-\""
3146
- msgstr "Saisissez votre séparateur, ex: \"-\""
3147
-
3148
- #: inc/admin/admin.php:3541
3149
- #, php-format
3150
- msgid "Use this separator with %%sep%% in your title and meta description."
3151
- msgstr ""
3152
- "Utilisez ce séparateur via %%sep%% dans vos titres et meta description."
3153
-
3154
- #: inc/admin/admin.php:3547
3155
- msgid "My awesome website"
3156
- msgstr "Mon super site"
3157
-
3158
- #: inc/admin/admin.php:3552 inc/admin/admin.php:3563 inc/admin/admin.php:3605
3159
- #: inc/admin/admin.php:3724 inc/admin/admin.php:3757 inc/admin/admin.php:3842
3160
- #: inc/admin/admin.php:3918 inc/admin/admin.php:3988 inc/admin/admin.php:4057
3161
- #: inc/admin/admin.php:4107
3162
- msgid "More tags"
3163
- msgstr "Plus de balises"
3164
-
3165
- #: inc/admin/admin.php:3558
3166
- msgid "This is a cool website about Wookiees"
3167
- msgstr "Un site cool sur les Wookies"
3168
-
3169
- #: inc/admin/admin.php:3566
3170
- msgid "Looking to edit your blog page?"
3171
- msgstr "Vous cherchez à modifier votre page de blog ?"
3172
-
3173
- #: inc/admin/admin.php:3579 inc/admin/admin.php:3695 inc/admin/admin.php:3819
3174
- #: inc/admin/admin.php:3907 inc/admin/admin.php:3977 inc/admin/admin.php:4046
3175
- #: inc/admin/admin.php:4098
3176
- msgid "Title template"
3177
- msgstr "Template de Titre"
3178
-
3179
- #: inc/admin/admin.php:3612 inc/admin/admin.php:3733 inc/admin/admin.php:3849
3180
- #: inc/admin/admin.php:3924 inc/admin/admin.php:3994 inc/admin/admin.php:4063
3181
- #: inc/admin/admin.php:4113
3182
- msgid "Meta description template"
3183
- msgstr "Template de Méta Description"
3184
-
3185
- #: inc/admin/admin.php:3654
3186
- msgid ""
3187
- "Do not follow links for this single post type <strong>(nofollow)</strong>"
3188
- msgstr ""
3189
- "Ne pas suivre les liens pour ce type de publication <strong>(nofollow)</"
3190
- "strong>"
3191
-
3192
- #: inc/admin/admin.php:3673
3193
- msgid "Display date in Google search results?"
3194
- msgstr "Afficher la date dans les résultats de recherche Google ?"
3195
-
3196
- #: inc/admin/admin.php:3715
3197
- msgid "Category Title"
3198
- msgstr "Titre de catégorie"
3199
-
3200
- #: inc/admin/admin.php:3717
3201
- msgid "Tag Title"
3202
- msgstr "Titre de l'étiquette"
3203
-
3204
- #: inc/admin/admin.php:3719
3205
- msgid "Term Title"
3206
- msgstr "Titre du terme"
3207
-
3208
- #: inc/admin/admin.php:3750
3209
- msgid "Category Description"
3210
- msgstr "Description de la catégorie"
3211
-
3212
- #: inc/admin/admin.php:3752
3213
- msgid "Tag Description"
3214
- msgstr "Description du tag"
3215
-
3216
- #: inc/admin/admin.php:3754
3217
- msgid "Term Description"
3218
- msgstr "Description du terme"
3219
-
3220
- #: inc/admin/admin.php:3791
3221
- msgid ""
3222
- "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
3223
- msgstr ""
3224
- "Ne pas suivre les liens pour cette archive de taxonomie <strong>(nofollow)</"
3225
- "strong>"
3226
-
3227
- #: inc/admin/admin.php:3811
3228
- msgid "See archive"
3229
- msgstr "Voir l'archive"
3230
-
3231
- #: inc/admin/admin.php:3838
3232
- msgid "Post Type Archive Name"
3233
- msgstr "Nom d'archive du Type d'article"
3234
-
3235
- #: inc/admin/admin.php:3891
3236
- msgid ""
3237
- "Do not follow links for this post type archive <strong>(nofollow)</strong>"
3238
- msgstr ""
3239
- "Ne pas suivre les liens pour cette archive de type de publication "
3240
- "<strong>(nofollow)</strong>"
3241
-
3242
- #: inc/admin/admin.php:3905
3243
- msgid "Author archives"
3244
- msgstr "Archives de l'auteur"
3245
-
3246
- #: inc/admin/admin.php:3966
3247
- msgid "Disable author archives"
3248
- msgstr "Désactiver les archives de l’auteur"
3249
-
3250
- #: inc/admin/admin.php:3975 inc/admin/admin.php:3986
3251
- msgid "Date archives"
3252
- msgstr "Archives par date"
3253
-
3254
- #: inc/admin/admin.php:4017
3255
- msgid ""
3256
- "Do not display date archives in search engine results <strong>(noindex)</"
3257
- "strong>"
3258
- msgstr ""
3259
- "Ne pas afficher les archives par date dans les résultats des moteurs de "
3260
- "recherche <strong>(noindex)</strong>"
3261
-
3262
- #: inc/admin/admin.php:4035
3263
- msgid "Disable date archives"
3264
- msgstr "Désactiver les archives par date"
3265
-
3266
- #: inc/admin/admin.php:4044
3267
- msgid "Search archives"
3268
- msgstr "Archives de recherche"
3269
-
3270
- #: inc/admin/admin.php:4055
3271
- msgid "Search Keywords"
3272
- msgstr "Mots clés recherchés"
3273
-
3274
- #: inc/admin/admin.php:4087
3275
- msgid ""
3276
- "Do not display search archives in search engine results <strong>(noindex)</"
3277
- "strong>"
3278
- msgstr ""
3279
- "Ne pas afficher les archives de recherche dans les résultats de recherche "
3280
- "<strong>(noindex)</strong>"
3281
-
3282
- #: inc/admin/admin.php:4096
3283
- msgid "404 archives"
3284
- msgstr "Page 404"
3285
-
3286
- #: inc/admin/admin.php:4139
3287
- msgid ""
3288
- "Do not display all pages of the site in Google search results and do not "
3289
- "display \"Cached\" links in search results."
3290
- msgstr ""
3291
- "Ne pas afficher toutes les pages du site dans les résultats de recherche "
3292
- "<br>et ne pas afficher de lien \"En cache\" dans les résultats de recherche."
3293
-
3294
- #: inc/admin/admin.php:4158
3295
- msgid "Do not follow links for all pages."
3296
- msgstr "Ne pas suivre les liens de tout le site."
3297
-
3298
- #: inc/admin/admin.php:4177
3299
- msgid ""
3300
- "Do not use Open Directory project metadata for titles or excerpts for all "
3301
- "pages."
3302
- msgstr ""
3303
- "Ne pas utiliser les métadonnées de l'Open Directory project pour les titres "
3304
- "ou les extraits de tout le site."
3305
-
3306
- #: inc/admin/admin.php:4196
3307
- msgid "Do not index images from the entire site."
3308
- msgstr "Ne pas indexer les images de tout le site."
3309
-
3310
- #: inc/admin/admin.php:4215
3311
- msgid "Do not display a \"Cached\" link in the Google search results."
3312
- msgstr "Ne pas afficher de lien \"En cache\" dans les résultats de recherche."
3313
-
3314
- #: inc/admin/admin.php:4234
3315
- msgid ""
3316
- "Do not display a description in the Google search results for all pages."
3317
- msgstr ""
3318
- "Ne pas afficher de description dans les résultats de recherche pour toutes "
3319
- "les pages du site."
3320
-
3321
- #: inc/admin/admin.php:4253
3322
- msgid "Prevent Google to display a sitelinks searchbox in search results."
3323
- msgstr ""
3324
- "Empêcher Google d'afficher la boîte de recherche (sitelinks searchbox) dans "
3325
- "les résultats de recherche."
3326
-
3327
- #: inc/admin/admin.php:4270
3328
- msgid "Add rel next/prev link in head of paginated archive pages"
3329
- msgstr ""
3330
- "Ajouter le lien rel suivant/précédent en tête des pages d’archives paginées"
3331
-
3332
- #: inc/admin/admin.php:4272
3333
- msgid "Learn more on Google website"
3334
- msgstr "En savoir plus sur le site Web de Google"
3335
-
3336
- #: inc/admin/admin.php:4299
3337
- msgid "Guide to enable XML Sitemaps - new window"
3338
- msgstr "Guide pour activer le plan de site XML - nouvelle fenêtre"
3339
-
3340
- #: inc/admin/admin.php:4316
3341
- msgid ""
3342
- "Enable Image Sitemaps (standard images, image galleries, featured image, "
3343
- "WooCommerce product images)"
3344
- msgstr ""
3345
- "Activer le plan de site des images (images standards, galeries d'images, "
3346
- "image à la une, images des produits WooCommerce)"
3347
-
3348
- #: inc/admin/admin.php:4318
3349
- msgid "Images in XML sitemaps are visible only from the source code."
3350
- msgstr ""
3351
- "Les images dans les sitemaps XML ne sont visibles que depuis le code source."
3352
-
3353
- #: inc/admin/admin.php:4328
3354
- msgid "Guide to enable XML image sitemaps - new window"
3355
- msgstr "Guide pour activer le plan de site XML des images - nouvelle fenêtre"
3356
-
3357
- #: inc/admin/admin.php:4346
3358
- msgid "Enable Video Sitemaps"
3359
- msgstr "Activer le plan de site des vidéos"
3360
-
3361
- #: inc/admin/admin.php:4356
3362
- #, php-format
3363
- msgid ""
3364
- "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
3365
- "\" target=\"_blank\">adding videos to your sitemap.</a>"
3366
- msgstr ""
3367
- "Votre sitemap vidéo est vide ? Lisez notre guide pour en savoir plus sur l' "
3368
- "<a href=\"%s\" target=\"_blank\">ajout de vidéos à votre plan de site.</a>"
3369
-
3370
- #: inc/admin/admin.php:4358
3371
- msgid "Guide to enable XML video sitemaps - new window"
3372
- msgstr "Guide pour activer le plan de site XML des vidéos - nouvelle fenêtre"
3373
-
3374
- #: inc/admin/admin.php:4426 inc/admin/admin.php:4470
3375
- msgid "Include"
3376
- msgstr "Inclure"
3377
-
3378
- #: inc/admin/admin.php:4429
3379
- msgid ""
3380
- "You should never include attachment post type in your sitemap. Be careful if "
3381
- "you checked this."
3382
- msgstr ""
3383
- "Vous ne devriez jamais inclure les pièces jointes dans votre plan de site. "
3384
- "Faites attention si vous avez coché cela."
3385
-
3386
- #: inc/admin/admin.php:4485
3387
- msgid "eg: 2, 28, 68"
3388
- msgstr "ex : 2, 28, 68"
3389
-
3390
- #: inc/admin/admin.php:4489
3391
- msgid "You can also use this shortcode:"
3392
- msgstr "Vous pouvez aussi utiliser ce shortcode :"
3393
-
3394
- #: inc/admin/admin.php:4499
3395
- msgid "eg: 13, 8, 38"
3396
- msgstr "ex : 13, 8, 38"
3397
-
3398
- #: inc/admin/admin.php:4513
3399
- msgid ""
3400
- "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
3401
- msgstr ""
3402
- "DESC (ordre descendant du plus élevé au plus faible (3, 2, 1; c, b, a))"
3403
-
3404
- #: inc/admin/admin.php:4516
3405
- msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
3406
- msgstr "ASC (ordre ascendant du plus faible au plus élevé (1, 2, 3; a, b, c))"
3407
-
3408
- #: inc/admin/admin.php:4533
3409
- msgid "Default (date)"
3410
- msgstr "Défaut (date)"
3411
-
3412
- #: inc/admin/admin.php:4539
3413
- msgid "Modified date"
3414
- msgstr "Date de modification"
3415
-
3416
- #: inc/admin/admin.php:4542
3417
- msgid "Post ID"
3418
- msgstr "Post ID"
3419
-
3420
- #: inc/admin/admin.php:4545
3421
- msgid "Menu order"
3422
- msgstr "Ordre du menu"
3423
-
3424
- #: inc/admin/admin.php:4563
3425
- msgid "Disable date after each post, page, post type?"
3426
- msgstr ""
3427
- "Désactiver la date après chaque article, page, type de contenu unique ?"
3428
-
3429
- #: inc/admin/admin.php:4598
3430
- msgid "eg: Apple"
3431
- msgstr "ex : Apple"
3432
-
3433
- #: inc/admin/admin.php:4611
3434
- msgid "Select your logo"
3435
- msgstr "Sélectionnez votre logo"
3436
-
3437
- #: inc/admin/admin.php:4615
3438
- msgid "JPG, PNG or GIF allowed."
3439
- msgstr "JPG, PNG ou GIF autorisés."
3440
-
3441
- #: inc/admin/admin.php:4641
3442
- msgid "eg: +33123456789 (internationalized version required)"
3443
- msgstr "par exemple: +33123456789 (version internationalisée nécessaire)"
3444
-
3445
- #: inc/admin/admin.php:4656
3446
- msgid "Customer support"
3447
- msgstr "Support client"
3448
-
3449
- #: inc/admin/admin.php:4659
3450
- msgid "Technical support"
3451
- msgstr "Support technique"
3452
-
3453
- #: inc/admin/admin.php:4662
3454
- msgid "Billing support"
3455
- msgstr "Support facturation"
3456
-
3457
- #: inc/admin/admin.php:4665
3458
- msgid "Bill payment"
3459
- msgstr "Paiement facturation"
3460
-
3461
- #: inc/admin/admin.php:4668
3462
- msgid "Sales"
3463
- msgstr "Ventes"
3464
-
3465
- #: inc/admin/admin.php:4671
3466
- msgid "Credit card support"
3467
- msgstr "Support carte de crédit"
3468
-
3469
- #: inc/admin/admin.php:4674
3470
- msgid "Emergency"
3471
- msgstr "Urgence"
3472
-
3473
- #: inc/admin/admin.php:4677
3474
- msgid "Baggage tracking"
3475
- msgstr "Suivi des bagages"
3476
-
3477
- #: inc/admin/admin.php:4680
3478
- msgid "Roadside assistance"
3479
- msgstr "Assistance routière"
3480
-
3481
- #: inc/admin/admin.php:4683
3482
- msgid "Package tracking"
3483
- msgstr "Suivi des colis"
3484
-
3485
- #: inc/admin/admin.php:4700 inc/admin/admin.php:5315 inc/admin/admin.php:5392
3486
- #: inc/admin/admin.php:5469 inc/admin/admin.php:5546 inc/admin/admin.php:5623
3487
- msgid "None"
3488
- msgstr "Aucun"
3489
-
3490
- #: inc/admin/admin.php:4703
3491
- msgid "Toll Free"
3492
- msgstr "Gratuit"
3493
-
3494
- #: inc/admin/admin.php:4706
3495
- msgid "Hearing impaired supported"
3496
- msgstr "Support pour les personnes souffrant d'une déficience auditive"
3497
-
3498
- #: inc/admin/admin.php:4732
3499
- msgid "Twitter Page URL"
3500
- msgstr "URL page Twitter"
3501
-
3502
- #: inc/admin/admin.php:4833
3503
- msgid "Enable OG data"
3504
- msgstr "Activer les données OG"
3505
-
3506
- #: inc/admin/admin.php:4866
3507
- msgid ""
3508
- "One or more Facebook Page IDs that are associated with a URL in order to "
3509
- "enable link editing and instant article publishing."
3510
- msgstr ""
3511
- "Un ou plusieurs ID Page Facebook qui sont associés à une URL afin de "
3512
- "permettre le lien d’édition et la publication de l’article instantanée."
3513
-
3514
- #: inc/admin/admin.php:4879
3515
- msgid ""
3516
- "The ID (or comma-separated list for properties that can accept multiple IDs) "
3517
- "of an app, person using the app, or Page Graph API object."
3518
- msgstr ""
3519
- "L’ID (ou liste séparée par des virgules pour les propriétés qui peuvent "
3520
- "accepter plusieurs ID) d’une application, la personne qui utilise l’app, ou "
3521
- "l’objet de la Page Graph API."
3522
-
3523
- #: inc/admin/admin.php:4891
3524
- msgid ""
3525
- "The Facebook app ID of the site's app. In order to use Facebook Insights you "
3526
- "must add the app ID to your page. Insights lets you view analytics for "
3527
- "traffic to your site from Facebook. Find the app ID in your App Dashboard. "
3528
- "<a href=\"https://developers.facebook.com/apps/redirect/dashboard\" target="
3529
- "\"_blank\">More info here</a> <span class=\"dashicons dashicons-external\"></"
3530
- "span>"
3531
- msgstr ""
3532
- "Facebook app ID de l’application du site. Pour pouvoir utiliser Facebook "
3533
- "Insights, vous devez ajouter l’app ID sur votre page. Insights vous permet "
3534
- "de visualiser les données de trafic vers votre site depuis Facebook. Trouver "
3535
- "l’app ID dans votre tableau de bord App. <a href=\"https://developers."
3536
- "facebook.com/apps/redirect/dashboard\" target=\"_blank\">Plus d’infos ici</"
3537
- "a><span class=\"dashicons dashicons-external\"></span>"
3538
-
3539
- #: inc/admin/admin.php:4895
3540
- msgid "How to create a Facebook App ID"
3541
- msgstr "Tutoriel pour créer un Facebook App ID"
3542
-
3543
- #: inc/admin/admin.php:4908
3544
- msgid "Enable Twitter card"
3545
- msgstr "Activer Twitter Card"
3546
-
3547
- #: inc/admin/admin.php:4925
3548
- msgid "Use OG if no Twitter Cards"
3549
- msgstr "Utilisez les OG si Twitter Cards absentes"
3550
-
3551
- #: inc/admin/admin.php:4960
3552
- msgid "Default"
3553
- msgstr "Défaut"
3554
-
3555
- #: inc/admin/admin.php:4963
3556
- msgid "Large"
3557
- msgstr "Grande"
3558
-
3559
- #: inc/admin/admin.php:4981
3560
- msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
3561
- msgstr "Activer le suivi Google Analytics (Global Site Tag : gtag.js)"
3562
-
3563
- #: inc/admin/admin.php:4993
3564
- msgid "Enter your Tracking ID (UA-XXXX-XX)"
3565
- msgstr "Entrer votre ID de tracking (UA-XXXX-XX)"
3566
-
3567
- #: inc/admin/admin.php:4997
3568
- msgid "Find your tracking ID"
3569
- msgstr "Trouvez votre ID de suivi"
3570
-
3571
- #: inc/admin/admin.php:5011
3572
- msgid "Request user's consent for analytics tracking (required by GDPR)"
3573
- msgstr ""
3574
- "Demander le consentement de l’utilisateur pour le suivi analytique (requis "
3575
- "pour la GDPR)"
3576
-
3577
- #: inc/admin/admin.php:5013
3578
- msgid ""
3579
- "<strong>The user must click the Accept button to allow tracking.</strong>"
3580
- msgstr ""
3581
- "<strong>L'utilisateur doit cliquer sur le bouton Accepter pour autoriser le "
3582
- "suivi.</strong>"
3583
-
3584
- #: inc/admin/admin.php:5015
3585
- msgid ""
3586
- "User roles excluded from tracking will not see the consent message.<br> If "
3587
- "you use a caching plugin, you have to exclude this JS file in your settings: "
3588
- "<br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax."
3589
- "js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
3590
- msgstr ""
3591
- "Les rôles utilisateurs exclus du suivi ne verront pas le message de "
3592
- "consentement. <br> Si vous utilisez une extension de cache, vous devez "
3593
- "exclure ce fichier JS de vos réglages : <br><strong>/wp-content/plugins/wp-"
3594
- "seopress/assets/js/seopress-cookies-ajax.js</strong> <br>et ce cookie "
3595
- "<strong>seopress-user-consent-accept</strong>"
3596
-
3597
- #: inc/admin/admin.php:5025
3598
- msgid "Hook to add custom tracking code with user consent - new window"
3599
- msgstr ""
3600
- "Hook pour ajouter un code de suivi personnalisé avec le consentement "
3601
- "utilisateur - nouvelle fenêtre"
3602
-
3603
- #: inc/admin/admin.php:5042
3604
- msgid ""
3605
- "Display and automatically accept the user‘s consent on page load (not fully "
3606
- "GDPR)"
3607
- msgstr ""
3608
- "Afficher et accepter automatiquement le consentement utilisateur au "
3609
- "chargement de la page (pas totalement RGPD)"
3610
-
3611
- #: inc/admin/admin.php:5044
3612
- msgid "The previous option must be checked to use this."
3613
- msgstr "L'option précédente doit être cochée pour utiliser cela."
3614
-
3615
- #: inc/admin/admin.php:5057
3616
- msgid "Enter your message (HTML allowed)"
3617
- msgstr "Saisissez votre message (HTML autorisé)"
3618
-
3619
- #: inc/admin/admin.php:5057
3620
- msgid "This message will only appear if request user's consent is enabled."
3621
- msgstr ""
3622
- "Ce message apparaitra uniquement si le consentement utilisateur est activé."
3623
-
3624
- #: inc/admin/admin.php:5068
3625
- msgid "Hook to filter user consent message - new window"
3626
- msgstr ""
3627
- "Hook pour filtrer le message de consentement utilisateur - nouvelle fenêtre"
3628
-
3629
- #: inc/admin/admin.php:5070
3630
- msgid "HTML tags allowed: strong, em, br, a href / target"
3631
- msgstr "Balises HTML autorisées : strong, em, br, a href / target"
3632
-
3633
- #: inc/admin/admin.php:5071
3634
- msgid ""
3635
- "Shortcode allowed to get the privacy page set in WordPress settings: "
3636
- "[seopress_privacy_page]"
3637
- msgstr ""
3638
- "Shortcode autorisé pour obtenir la page de confidentialité définie dans les "
3639
- "réglages de WordPress : [seopress_privacy_page]"
3640
-
3641
- #: inc/admin/admin.php:5079 inc/functions/options-google-analytics.php:39
3642
- msgid "Accept"
3643
- msgstr "Accepter"
3644
-
3645
- #: inc/admin/admin.php:5079
3646
- msgid "Change the button value"
3647
- msgstr "Changez la valeur du bouton"
3648
-
3649
- #: inc/admin/admin.php:5114
3650
- msgid "Enter your Google Optimize container ID"
3651
- msgstr "Entrez votre ID de conteneur Google Optimize"
3652
-
3653
- #: inc/admin/admin.php:5114
3654
- msgid "GTM-XXXXXXX"
3655
- msgstr "GTM-XXXXXXX"
3656
-
3657
- #: inc/admin/admin.php:5117
3658
- msgid ""
3659
- "Google Optimize offers A/B testing, website testing & personalization tools."
3660
- msgstr ""
3661
- "Google Optimize propose des outils de test A / B, de test de site Web et de "
3662
- "personnalisation."
3663
-
3664
- #: inc/admin/admin.php:5125
3665
- msgid "Paste your tracking code here"
3666
- msgstr "Saisissez votre code de suivi ici"
3667
-
3668
- #: inc/admin/admin.php:5125
3669
- msgid "Additional tracking code field"
3670
- msgstr "Champ de suivi additionnel"
3671
-
3672
- #: inc/admin/admin.php:5128
3673
- msgid "This code will be added in the head section of your page."
3674
- msgstr "Ce code sera ajouté dans la section Head de votre page."
3675
-
3676
- #: inc/admin/admin.php:5143
3677
- msgid ""
3678
- "A remarketing audience is a list of cookies or mobile-advertising IDs that "
3679
- "represents a group of users you want to re-engage because of their "
3680
- "likelihood to convert."
3681
- msgstr ""
3682
- "Un public de remarketing est une liste de cookies ou d'ID de publicité "
3683
- "mobile qui représente un groupe d'utilisateurs que vous souhaitez réengager "
3684
- "en raison de leur probabilité de conversion."
3685
-
3686
- #: inc/admin/admin.php:5164
3687
- msgid ""
3688
- "When a customer of Analytics requests IP address anonymization, Analytics "
3689
- "anonymizes the address as soon as technically feasible at the earliest "
3690
- "possible stage of the collection network."
3691
- msgstr ""
3692
- "Lorsqu'un client d'Analytics demande l'anonymisation de l'adresse IP, "
3693
- "Analytics anonymise l'adresse dès que c'est techniquement possible et ce, le "
3694
- "plus tôt possible dans le réseau de collecte."
3695
-
3696
- #: inc/admin/admin.php:5185
3697
- msgid ""
3698
- "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
3699
- "report by automatically differentiating between multiple links to the same "
3700
- "URL on a single page by using link element IDs."
3701
- msgstr ""
3702
- "L'attribution de lien améliorée améliore la précision de votre rapport In-"
3703
- "Page Analytics en différenciant automatiquement plusieurs liens vers la même "
3704
- "URL sur une seule page en utilisant des ID d'élément de lien."
3705
-
3706
- #: inc/admin/admin.php:5206
3707
- msgid ""
3708
- "Cross domain tracking makes it possible for Analytics to see sessions on two "
3709
- "related sites (such as an ecommerce site and a separate shopping cart site) "
3710
- "as a single session. This is sometimes called site linking."
3711
- msgstr ""
3712
- "Le suivi de domaine croisé permet à Analytics de voir des sessions sur deux "
3713
- "sites connexes (comme un site de commerce électronique et un site de panier "
3714
- "d'achat séparé) en une seule session. Ceci est parfois appelé liaisons de "
3715
- "sites."
3716
-
3717
- #: inc/admin/admin.php:5220
3718
- msgid "Enter yours domains: seopress.org,sub.seopress.org,sub2.seopress.org"
3719
- msgstr ""
3720
- "Saisissez vos domaines : seopress.org,sub.seopress.org,sub2.seopress.org"
3721
-
3722
- #: inc/admin/admin.php:5237
3723
- msgid "Enable external links tracking"
3724
- msgstr "Activez le suivi des liens externes"
3725
-
3726
- #: inc/admin/admin.php:5254
3727
- msgid "Enable download tracking"
3728
- msgstr "Activer le suivi des téléchargements"
3729
-
3730
- #: inc/admin/admin.php:5266
3731
- msgid "pdf|docx|pptx|zip"
3732
- msgstr "pdf|docx|pptx|zip"
3733
-
3734
- #: inc/admin/admin.php:5270
3735
- msgid "Separate each file type extensions with a pipe \"|\""
3736
- msgstr "Séparer chaque extensions de type de fichier avec un pipe « | »"
3737
-
3738
- #: inc/admin/admin.php:5285
3739
- msgid "Enable affiliate/outbound tracking"
3740
- msgstr "Activez le suivi des liens sortants / affiliés"
3741
-
3742
- #: inc/admin/admin.php:5297
3743
- msgid "aff|go|out"
3744
- msgstr "aff|go|out"
3745
-
3746
- #: inc/admin/admin.php:5301
3747
- msgid "Separate each keyword with a pipe \"|\""
3748
- msgstr "Séparez chaque mot clé avec un pipe \"|\""
3749
-
3750
- #: inc/admin/admin.php:5318 inc/admin/admin.php:5395 inc/admin/admin.php:5472
3751
- #: inc/admin/admin.php:5549 inc/admin/admin.php:5626
3752
- msgid "Custom Dimension #1"
3753
- msgstr "Dimension personnalisée #1"
3754
-
3755
- #: inc/admin/admin.php:5321 inc/admin/admin.php:5398 inc/admin/admin.php:5475
3756
- #: inc/admin/admin.php:5552 inc/admin/admin.php:5629
3757
- msgid "Custom Dimension #2"
3758
- msgstr "Dimension personnalisée #2"
3759
-
3760
- #: inc/admin/admin.php:5324 inc/admin/admin.php:5401 inc/admin/admin.php:5478
3761
- #: inc/admin/admin.php:5555 inc/admin/admin.php:5632
3762
- msgid "Custom Dimension #3"
3763
- msgstr "Dimension personnalisée #3"
3764
-
3765
- #: inc/admin/admin.php:5327 inc/admin/admin.php:5404 inc/admin/admin.php:5481
3766
- #: inc/admin/admin.php:5558 inc/admin/admin.php:5635
3767
- msgid "Custom Dimension #4"
3768
- msgstr "Dimension personnalisée #4"
3769
-
3770
- #: inc/admin/admin.php:5330 inc/admin/admin.php:5407 inc/admin/admin.php:5484
3771
- #: inc/admin/admin.php:5561 inc/admin/admin.php:5638
3772
- msgid "Custom Dimension #5"
3773
- msgstr "Dimension personnalisée #5"
3774
-
3775
- #: inc/admin/admin.php:5333 inc/admin/admin.php:5410 inc/admin/admin.php:5487
3776
- #: inc/admin/admin.php:5564 inc/admin/admin.php:5641
3777
- msgid "Custom Dimension #6"
3778
- msgstr "Dimension personnalisée #6"
3779
-
3780
- #: inc/admin/admin.php:5336 inc/admin/admin.php:5413 inc/admin/admin.php:5490
3781
- #: inc/admin/admin.php:5567 inc/admin/admin.php:5644
3782
- msgid "Custom Dimension #7"
3783
- msgstr "Dimension personnalisée #7"
3784
-
3785
- #: inc/admin/admin.php:5339 inc/admin/admin.php:5416 inc/admin/admin.php:5493
3786
- #: inc/admin/admin.php:5570 inc/admin/admin.php:5647
3787
- msgid "Custom Dimension #8"
3788
- msgstr "Dimension personnalisée #8"
3789
-
3790
- #: inc/admin/admin.php:5342 inc/admin/admin.php:5419 inc/admin/admin.php:5496
3791
- #: inc/admin/admin.php:5573 inc/admin/admin.php:5650
3792
- msgid "Custom Dimension #9"
3793
- msgstr "Dimension personnalisée #9"
3794
-
3795
- #: inc/admin/admin.php:5345 inc/admin/admin.php:5422 inc/admin/admin.php:5499
3796
- #: inc/admin/admin.php:5576 inc/admin/admin.php:5653
3797
- msgid "Custom Dimension #10"
3798
- msgstr "Dimension personnalisée #10"
3799
-
3800
- #: inc/admin/admin.php:5348 inc/admin/admin.php:5425 inc/admin/admin.php:5502
3801
- #: inc/admin/admin.php:5579 inc/admin/admin.php:5656
3802
- msgid "Custom Dimension #11"
3803
- msgstr "Dimension personnalisée #11"
3804
-
3805
- #: inc/admin/admin.php:5351 inc/admin/admin.php:5428 inc/admin/admin.php:5505
3806
- #: inc/admin/admin.php:5582 inc/admin/admin.php:5659
3807
- msgid "Custom Dimension #12"
3808
- msgstr "Dimension personnalisée #12"
3809
-
3810
- #: inc/admin/admin.php:5354 inc/admin/admin.php:5431 inc/admin/admin.php:5508
3811
- #: inc/admin/admin.php:5585 inc/admin/admin.php:5662
3812
- msgid "Custom Dimension #13"
3813
- msgstr "Dimension personnalisée #13"
3814
-
3815
- #: inc/admin/admin.php:5357 inc/admin/admin.php:5434 inc/admin/admin.php:5511
3816
- #: inc/admin/admin.php:5588 inc/admin/admin.php:5665
3817
- msgid "Custom Dimension #14"
3818
- msgstr "Dimension personnalisée #14"
3819
-
3820
- #: inc/admin/admin.php:5360 inc/admin/admin.php:5437 inc/admin/admin.php:5514
3821
- #: inc/admin/admin.php:5591 inc/admin/admin.php:5668
3822
- msgid "Custom Dimension #15"
3823
- msgstr "Dimension personnalisée #15"
3824
-
3825
- #: inc/admin/admin.php:5363 inc/admin/admin.php:5440 inc/admin/admin.php:5517
3826
- #: inc/admin/admin.php:5594 inc/admin/admin.php:5671
3827
- msgid "Custom Dimension #16"
3828
- msgstr "Dimension personnalisée #16"
3829
-
3830
- #: inc/admin/admin.php:5366 inc/admin/admin.php:5443 inc/admin/admin.php:5520
3831
- #: inc/admin/admin.php:5597 inc/admin/admin.php:5674
3832
- msgid "Custom Dimension #17"
3833
- msgstr "Dimension personnalisée #17"
3834
-
3835
- #: inc/admin/admin.php:5369 inc/admin/admin.php:5446 inc/admin/admin.php:5523
3836
- #: inc/admin/admin.php:5600 inc/admin/admin.php:5677
3837
- msgid "Custom Dimension #18"
3838
- msgstr "Dimension personnalisée #18"
3839
-
3840
- #: inc/admin/admin.php:5372 inc/admin/admin.php:5449 inc/admin/admin.php:5526
3841
- #: inc/admin/admin.php:5603 inc/admin/admin.php:5680
3842
- msgid "Custom Dimension #19"
3843
- msgstr "Dimension personnalisée #19"
3844
-
3845
- #: inc/admin/admin.php:5375 inc/admin/admin.php:5452 inc/admin/admin.php:5529
3846
- #: inc/admin/admin.php:5606 inc/admin/admin.php:5683
3847
- msgid "Custom Dimension #20"
3848
- msgstr "Dimension personnalisée #20"
3849
-
3850
- #: inc/admin/admin.php:5701
3851
- msgid "Redirect attachment pages to post parent (or homepage if none)"
3852
- msgstr ""
3853
- "Rediriger les pages de pièces jointes vers le post parent (si aucun, "
3854
- "rediriger vers page d'accueil)"
3855
-
3856
- #: inc/admin/admin.php:5720
3857
- msgid ""
3858
- "If this option is checked, it will take precedence over the redirection of "
3859
- "attachments to the post parent."
3860
- msgstr ""
3861
- "Si cette option est cochée, cela prendra le pas sur la redirection des "
3862
- "pièces jointes vers l'article parent."
3863
-
3864
- #: inc/admin/admin.php:5737
3865
- msgid "Remove ?replytocom link in source code"
3866
- msgstr "Supprimer le lien ?replytocom dans le code source"
3867
-
3868
- #: inc/admin/admin.php:5754
3869
- msgid ""
3870
- "When sending an image file, automatically set the title based on the filename"
3871
- msgstr ""
3872
- "Lors de l'envoi d'un fichier image, définir automatiquement le titre en se "
3873
- "basant sur le nom du fichier"
3874
-
3875
- #: inc/admin/admin.php:5771
3876
- msgid ""
3877
- "When sending an image file, automatically set the alternative text based on "
3878
- "the filename"
3879
- msgstr ""
3880
- "Lors de l'envoi d'un fichier image, définir automatiquement le texte "
3881
- "alternatif en se basant sur le nom du fichier"
3882
-
3883
- #: inc/admin/admin.php:5788
3884
- msgid ""
3885
- "When sending an image file, automatically set the caption based on the "
3886
- "filename"
3887
- msgstr ""
3888
- "Lors de l'envoi d'un fichier image, définir automatiquement la légende en se "
3889
- "basant sur le nom du fichier"
3890
-
3891
- #: inc/admin/admin.php:5805
3892
- msgid ""
3893
- "When sending an image file, automatically set the description based on the "
3894
- "filename"
3895
- msgstr ""
3896
- "Lors de l'envoi d'un fichier image, définir automatiquement la description "
3897
- "en se basant sur le nom du fichier"
3898
-
3899
- #: inc/admin/admin.php:5822
3900
- msgid "Add TINYMCE editor to term description"
3901
- msgstr "Ajouter l'éditeur WP au champ description des taxonomies"
3902
-
3903
- #: inc/admin/admin.php:5839
3904
- msgid "Remove stop words in permalinks"
3905
- msgstr "Supprimer les mots clés inutiles des permaliens"
3906
-
3907
- #: inc/admin/admin.php:5839
3908
- msgid ""
3909
- "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
3910
- msgstr ""
3911
- "Réglage basé sur la langue du site. Langue prise en charge EN, FR, ES, DE, "
3912
- "IT, PT."
3913
-
3914
- #: inc/admin/admin.php:5856
3915
- msgid "You have to flush your permalinks each time you change this settings"
3916
- msgstr ""
3917
- "Vous devez mettre à jour vos permaliens chaque fois que vous changez ces "
3918
- "paramètres"
3919
-
3920
- #: inc/admin/admin.php:5873
3921
- msgid ""
3922
- "You must check this box if the structure of your permalinks DOES NOT contain "
3923
- "a slash at the end (eg: /%postname%)"
3924
- msgstr ""
3925
- "Vous devez cocher cette case si la structure de vos permaliens NE contient "
3926
- "PAS une barre oblique à la fin (par exemple : /%postname%)"
3927
-
3928
- #: inc/admin/admin.php:5890
3929
- msgid "Remove WordPress meta generator in source code"
3930
- msgstr "Supprimer la balise meta generator de WordPress dans le code source"
3931
-
3932
- #: inc/admin/admin.php:5907
3933
- msgid "Remove WordPress shortlink meta tag in source code (eg:"
3934
- msgstr ""
3935
- "Supprimer la balise meta shortlink de WordPress dans le code source (ex:"
3936
-
3937
- #: inc/admin/admin.php:5924
3938
- msgid "Remove Windows Live Writer meta tag in source code (eg:"
3939
- msgstr "Supprimer la balise Windows Live Writer dans le code source (ex:"
3940
-
3941
- #: inc/admin/admin.php:5941
3942
- msgid "Remove Really Simple Discovery meta tag in source code (eg:"
3943
- msgstr "Supprimer la balise Really Simple Discovery dans le code source (ex:"
3944
-
3945
- #: inc/admin/admin.php:5953
3946
- msgid "Enter Google meta value site verification"
3947
- msgstr "Entrer la meta de vérification de site Google"
3948
-
3949
- #: inc/admin/admin.php:5958
3950
- msgid ""
3951
- "If your site is already verified in <strong>Google Search Console</strong>, "
3952
- "you can leave this field empty."
3953
- msgstr ""
3954
- "Si votre site est déjà vérifié dans <strong>Google Search Console</strong>, "
3955
- "vous pouvez laisser ce champ vide."
3956
-
3957
- #: inc/admin/admin.php:5967
3958
- msgid "Enter Bing meta value site verification"
3959
- msgstr "Entrer la meta de vérification de site Bing"
3960
-
3961
- #: inc/admin/admin.php:5971
3962
- msgid ""
3963
- "If your site is already verified in <strong>Bing Webmaster tools</strong>, "
3964
- "you can leave this field empty."
3965
- msgstr ""
3966
- "Si votre site est déjà vérifié dans <strong>Bing Webmaster tools</strong>, "
3967
- "vous pouvez laisser ce champ vide."
3968
-
3969
- #: inc/admin/admin.php:5980
3970
- msgid "Enter Pinterest meta value site verification"
3971
- msgstr "Entrer la meta de vérification de site Pinterest"
3972
-
3973
- #: inc/admin/admin.php:5992
3974
- msgid "Enter Yandex meta value site verification"
3975
- msgstr "Entrer la meta de vérification de site Yandex"
3976
-
3977
- #: inc/admin/admin.php:6009
3978
- msgid "Remove SEOPress from Admin Bar in backend and frontend"
3979
- msgstr "Supprimer SEOPress de la barre d'outils"
3980
-
3981
- #: inc/admin/admin.php:6025
3982
- msgid "High priority (top)"
3983
- msgstr "Priorité élevée (max)"
3984
-
3985
- #: inc/admin/admin.php:6028
3986
- msgid "Normal priority (default)"
3987
- msgstr "Priorité normale (défaut)"
3988
-
3989
- #: inc/admin/admin.php:6031
3990
- msgid "Low priority"
3991
- msgstr "Priorité faible"
3992
-
3993
- #: inc/admin/admin.php:6049
3994
- msgid "Hide Notifications Center in SEOPress Dashboard page"
3995
- msgstr "Masquer le Centre de Notifications du Tableau de Bord de SEOPress"
3996
-
3997
- #: inc/admin/admin.php:6066
3998
- msgid "Hide SEO tools in SEOPress Dashboard page"
3999
- msgstr "Masquer les Outils SEO du Tableau de Bord de SEOPress"
4000
-
4001
- #: inc/admin/admin.php:6083
4002
- msgid "Hide Useful Links in SEOPress dashboard page"
4003
- msgstr "Masquer les Liens utiles du Tableau de Bord de SEOPress"
4004
-
4005
- #: inc/admin/admin.php:6100
4006
- msgid "Add title column"
4007
- msgstr "Ajouter la colonne Titre"
4008
-
4009
- #: inc/admin/admin.php:6117
4010
- msgid "Add meta description column"
4011
- msgstr "Ajouter la colonne meta description"
4012
-
4013
- #: inc/admin/admin.php:6134
4014
- msgid "Add redirection enable column"
4015
- msgstr "Ajouter la colonne redirection active"
4016
-
4017
- #: inc/admin/admin.php:6151
4018
- msgid "Add redirection URL column"
4019
- msgstr "Ajouter la colonne URL de redirection"
4020
-
4021
- #: inc/admin/admin.php:6168
4022
- msgid "Add canonical URL column"
4023
- msgstr "Ajouter la colonne URL canonique"
4024
-
4025
- #: inc/admin/admin.php:6185
4026
- msgid "Add target keyword column"
4027
- msgstr "Ajouter la colonne mot clé cible"
4028
-
4029
- #: inc/admin/admin.php:6202
4030
- msgid "Display noindex status"
4031
- msgstr "Affiche le statut noindex"
4032
-
4033
- #: inc/admin/admin.php:6219
4034
- msgid "Display nofollow status"
4035
- msgstr "Affiche le statut nofollow"
4036
-
4037
- #: inc/admin/admin.php:6236
4038
- msgid "Display total number of words in content"
4039
- msgstr "Affiche le nombre total de mots du contenu"
4040
-
4041
- #: inc/admin/admin.php:6253
4042
- msgid "Display W3C column to check code quality"
4043
- msgstr "Afficher la colonne W3C pour vérifier la qualité du code"
4044
-
4045
- #: inc/admin/admin.php:6271
4046
- msgid "Display Page Speed column to check performances"
4047
- msgstr "Afficher la colonne Page Speed pour vérifier les performances"
4048
-
4049
- #: inc/admin/admin.php:6289
4050
- msgid "Remove Genesis SEO Metabox"
4051
- msgstr "Supprimer la metaboxe Genesis SEO"
4052
-
4053
- #: inc/admin/admin.php:6306
4054
- msgid "Remove Genesis SEO link in WP Admin Menu"
4055
- msgstr "Supprimer le lien Genesis SEO dans le menu d'admin WP"
4056
-
4057
- #: inc/admin/admin.php:6323
4058
- msgid "Remove the advice if None schema selected"
4059
- msgstr "Supprimer le conseil si Aucun schéma n'est sélectionné"
4060
-
4061
- #: inc/admin/admin.php:6361 inc/admin/admin.php:6396
4062
- msgid ""
4063
- "Hook to filter Structured data types metabox call by post type - new window"
4064
- msgstr ""
4065
- "Hook pour filtrer l'appel de la metaboxe Types de données structurées par "
4066
- "type de contenu - nouvelle fenêtre"
4067
-
4068
- #: inc/admin/adminbar.php:63
4069
- msgid "BOT"
4070
- msgstr "BOT"
4071
-
4072
- #: inc/admin/adminbar.php:93
4073
- msgid "Broken Links"
4074
- msgstr "Liens cassés"
4075
-
4076
- #: inc/admin/adminbar.php:106
4077
- msgid "Configuration wizard"
4078
- msgstr "Assistant de configuration"
4079
-
4080
- #: inc/admin/ajax.php:91
4081
- msgid "To get your Google snippet preview, publish your post!"
4082
- msgstr "Pour obtenir votre aperçu d’extrait de Google, publiez votre article !"
4083
-
4084
- #: inc/functions/options-advanced-admin.php:21
4085
- msgid "Need help?"
4086
- msgstr "Besoin d'aide ?"
4087
-
4088
- #: inc/functions/options-advanced-admin.php:33
4089
- #: inc/functions/options-advanced-admin.php:43
4090
- msgid "WARNING"
4091
- msgstr "ATTENTION"
4092
-
4093
- #: inc/functions/options-advanced-admin.php:34
4094
- msgid ""
4095
- "Do NOT change your permalink structure on a production site. Changing URLs "
4096
- "can severely damage your SEO."
4097
- msgstr ""
4098
- "Ne changez pas votre structure de permalien sur un site en production. "
4099
- "Changer les URLs peut sérieusement endommager votre référencement."
4100
-
4101
- #: inc/functions/options-advanced-admin.php:44
4102
- msgid ""
4103
- "URL rewriting is NOT enabled on your site. Select a permalink structure "
4104
- "optimized for SEO (NOT Plain)."
4105
- msgstr ""
4106
- "La réécriture d'URL n'est PAS activée sur votre site. Sélectionnez une "
4107
- "structure de lien permanent optimisée pour le référencement (≠ \"Simple\")."
4108
-
4109
- #: inc/functions/options-advanced-admin.php:287
4110
- #: inc/functions/options-advanced-admin.php:753
4111
- msgid "Title tag"
4112
- msgstr "Balise Titre"
4113
-
4114
- #: inc/functions/options-advanced-admin.php:290
4115
- msgid "Meta Desc."
4116
- msgstr "Meta Desc."
4117
-
4118
- #: inc/functions/options-advanced-admin.php:293
4119
- msgid "Redirect?"
4120
- msgstr "Redirection?"
4121
-
4122
- #: inc/functions/options-advanced-admin.php:299
4123
- #: inc/functions/options-advanced-admin.php:777
4124
- msgid "Canonical"
4125
- msgstr "Canonique"
4126
-
4127
- #: inc/functions/options-advanced-admin.php:302
4128
- msgid "Target Kw"
4129
- msgstr "Mot clé cible"
4130
-
4131
- #: inc/functions/options-advanced-admin.php:305
4132
- msgid "Noindex?"
4133
- msgstr "Noindex ?"
4134
-
4135
- #: inc/functions/options-advanced-admin.php:308
4136
- msgid "Nofollow?"
4137
- msgstr "Nofollow ?"
4138
-
4139
- #: inc/functions/options-advanced-admin.php:311
4140
- msgid "Count words?"
4141
- msgstr "Compteur de mots?"
4142
-
4143
- #: inc/functions/options-advanced-admin.php:314
4144
- msgid "W3C check"
4145
- msgstr "W3C check"
4146
-
4147
- #: inc/functions/options-advanced-admin.php:317
4148
- msgid "Page Speed"
4149
- msgstr "Page Speed"
4150
-
4151
- #: inc/functions/options-advanced-admin.php:370
4152
- msgid "Check code quality of this page"
4153
- msgstr "Analyser la qualité du code de cette page"
4154
-
4155
- #: inc/functions/options-advanced-admin.php:374
4156
- msgid "Analyze this page with Google Page Speed"
4157
- msgstr "Analyser cette page avec Google Page Speed"
4158
-
4159
- #: inc/functions/options-advanced-admin.php:457
4160
- msgid "Enable noindex"
4161
- msgstr "Définir sur noindex"
4162
-
4163
- #: inc/functions/options-advanced-admin.php:510
4164
- msgid "Enable index"
4165
- msgstr "Définir sur index"
4166
-
4167
- #: inc/functions/options-advanced-admin.php:563
4168
- msgid "Enable nofollow"
4169
- msgstr "Définir sur nofollow"
4170
-
4171
- #: inc/functions/options-advanced-admin.php:615
4172
- msgid "Enable follow"
4173
- msgstr "Définir sur follow"
4174
-
4175
- #: inc/functions/options-advanced-admin.php:662
4176
- msgid "Enable redirection"
4177
- msgstr "Activer redirection"
4178
-
4179
- #: inc/functions/options-advanced-admin.php:701
4180
- msgid "Disable redirection"
4181
- msgstr "Désactiver redirection"
4182
-
4183
- #: inc/functions/options-advanced-admin.php:879
4184
- msgid "Description"
4185
- msgstr "Description"
4186
-
4187
- #: inc/functions/options-advanced-admin.php:888
4188
- msgid ""
4189
- "The description is not prominent by default; however, some themes may show "
4190
- "it."
4191
- msgstr ""
4192
- "La description n'est pas très utilisée par défaut, cependant de plus en plus "
4193
- "de thèmes l'affichent."
4194
-
4195
- #: inc/functions/options-google-analytics.php:24
4196
- msgid ""
4197
- "By visiting our site, you agree to our privacy policy regarding cookies, "
4198
- "tracking statistics etc.&nbsp;<a href=\"[seopress_privacy_page]\" tabindex="
4199
- "\"10\">Read more</a>"
4200
- msgstr ""
4201
- "En visitant notre site, vous acceptez notre politique de confidentialité de "
4202
- "cookies, analyses statistiques etc.&nbsp;<a href=\"[seopress_privacy_page]\" "
4203
- "tabindex=\"10\">En savoir plus</a>"
4204
-
4205
- #: inc/functions/options-google-analytics.php:26
4206
- msgid ""
4207
- "By visiting our site, you agree to our privacy policy regarding cookies, "
4208
- "tracking statistics etc."
4209
- msgstr ""
4210
- "En visitant notre site, vous acceptez notre politique de confidentialité de "
4211
- "cookies, analyses statistiques etc."
4212
-
4213
- #: inc/functions/options-google-analytics.php:42
4214
- msgid "X"
4215
- msgstr "X"
4216
-
4217
- #: inc/functions/options-google-analytics.php:362
4218
- msgid "Authors"
4219
- msgstr "Auteurs"
4220
-
4221
- #: inc/functions/options-google-analytics.php:381
4222
- msgid "Categories"
4223
- msgstr "Catégories"
4224
-
4225
- #: inc/functions/options-google-analytics.php:407
4226
- msgid "Tags"
4227
- msgstr "Étiquettes"
4228
-
4229
- #: inc/functions/options-google-analytics.php:421
4230
- msgid "Post types"
4231
- msgstr "Types de contenus"
4232
-
4233
- #: inc/functions/options-google-analytics.php:435
4234
- msgid "Connected users"
4235
- msgstr "Utilisateurs connectés"
4236
-
4237
- #: inc/functions/options-import-export.php:51
4238
- #: inc/functions/options-import-export.php:194
4239
- msgid "Please upload a valid .json file"
4240
- msgstr "Veuillez uploader un fichier JSON valide"
4241
-
4242
- #: inc/functions/options-import-export.php:55
4243
- #: inc/functions/options-import-export.php:92
4244
- #: inc/functions/options-import-export.php:198
4245
- msgid "Please upload a file to import"
4246
- msgstr "Uploader un fichier à importer SVP"
4247
-
4248
- #: inc/functions/options-import-export.php:88
4249
- msgid "Please upload a valid .csv file"
4250
- msgstr "Veuillez uploader un fichier CSV valide"
4251
-
4252
- #: inc/functions/sitemap/template-xml-sitemaps-xsl.php:116
4253
- msgid "XML Sitemaps"
4254
- msgstr "Sitemaps XML"
4255
-
4256
- #: seopress.php:280
4257
- msgid "You like SEOPress? Don't forget to rate it 5 stars!"
4258
- msgstr "Vous aimez SEOPress ? N'oubliez pas de nous noter 5 étoiles !"
4259
-
4260
- #: seopress.php:326
4261
- msgid "Settings"
4262
- msgstr "Paramètres"
4263
-
4264
- #: seopress.php:327
4265
- msgid "SEOPress.org"
4266
- msgstr "SEOPress.org"
4267
-
4268
- #: seopress.php:329
4269
- msgid "GO PRO!"
4270
- msgstr "PASSEZ PRO !"
4271
-
4272
- #~ msgid "<p>Link your site with your social accounts.</p>"
4273
- #~ msgstr "<p>Lier votre site à vos comptes sociaux.</p>"
4274
-
4275
- #~ msgid "SEOPress BOT - Broken links"
4276
- #~ msgstr "SEOPress BOT - Liens cassés"
4277
-
4278
- #~ msgid "Export SEOPress Settings"
4279
- #~ msgstr "Exporter les réglages de SEOPress"
4280
-
4281
- #~ msgid ""
4282
- #~ "Only the last 1000 items are listed in Sitemaps for performances issues."
4283
- #~ msgstr ""
4284
- #~ "Seuls les 1000 derniers éléments sont répertoriés dans les Sitemaps pour "
4285
- #~ "des raisons de performances."
4286
-
4287
- #~ msgid "Post title"
4288
- #~ msgstr "Titre de l'article"
4289
-
4290
- #~ msgid "Target keywords were found in the Post Title."
4291
- #~ msgstr "Les mots clés cibles ont été trouvés dans le titre de l'article."
4292
-
4293
- #~ msgid "None of your target keywords were found in the Post Title."
4294
- #~ msgstr ""
4295
- #~ "Aucun de vos mots clés cibles ont été trouvés dans le titre de l'article."
4296
-
4297
- #~ msgid "No post title set for this post!"
4298
- #~ msgstr "Aucun titre défini pour cet article !"
4299
-
4300
- #~ msgid "Post Content"
4301
- #~ msgstr "Contenu de l'article"
4302
-
4303
- #~ msgid "Product gallery"
4304
- #~ msgstr "Galerie de produit"
4305
-
4306
- #~ msgid "Google + URL"
4307
- #~ msgstr "URL Google +"
4308
-
4309
- #~ msgid "eg: https://plus.google.com/+BenjaminDenis"
4310
- #~ msgstr "ex : https://plus.google.com/+BenjaminDenis"
4311
-
4312
- #~ msgid "Host IP: "
4313
- #~ msgstr "IP de l'hôte : "
4314
-
4315
- #~ msgid "XML / Image / HTML Sitemap"
4316
- #~ msgstr "Plan de site XML / Image / HTML"
4317
-
4318
- #~ msgid "Check your domain expiration date"
4319
- #~ msgstr "Vérifier la date d'expiration de votre nom de domaine"
4320
-
4321
- #~ msgid "Your domain name: "
4322
- #~ msgstr "Votre nom de domaine : "
4323
-
4324
- #~ msgid "Your registrar: "
4325
- #~ msgstr "Votre registraire de noms de domaine : "
4326
-
4327
- #~ msgid "Last updated date: "
4328
- #~ msgstr "Date de dernière mise à jour : "
4329
-
4330
- #~ msgid "Domain creation date: "
4331
- #~ msgstr "Date de création du domaine : "
4332
-
4333
- #~ msgid "Your domain expires: "
4334
- #~ msgstr "Votre domaine expire le : "
4335
-
4336
- #~ msgid "Sorry, you domain name can't be verified :("
4337
- #~ msgstr "Désolé, votre nom de domaine ne peut être vérifié :("
4338
-
4339
- #~ msgid "Email me before expiration"
4340
- #~ msgstr "M'alerter avant expiration"
4341
-
4342
- #~ msgid "eg: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
4343
- #~ msgstr "ex : https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
4344
-
4345
- #~ msgid "eg: https://www.linkedin.com/in/benjamin-denis-70672b3b"
4346
- #~ msgstr "ex : https://www.linkedin.com/in/benjamin-denis-70672b3b"
4347
-
4348
- #~ msgid "Once per day"
4349
- #~ msgstr "Une fois par jour"
4350
-
4351
- #~ msgid "Save your post first, to get the most accurate analysis."
4352
- #~ msgstr ""
4353
- #~ "Enregistrer votre article d'abord, pour obtenir l'analyse la plus précise."
4354
-
4355
- #~ msgid "Google Suggest"
4356
- #~ msgstr "Suggestions Google"
4357
-
4358
- #~ msgid "Use the standout tag for this post?"
4359
- #~ msgstr "Utilisez la balise standout pour cet article ?"
4360
-
4361
- #~ msgid ""
4362
- #~ "Your article is an original source for the story.\n"
4363
- #~ "Your organization invested significant resources in reporting or "
4364
- #~ "producing the article.\n"
4365
- #~ "The article deserves special recognition.\n"
4366
- #~ "You haven't used standout on your own articles more than seven times in "
4367
- #~ "the past calendar week."
4368
- #~ msgstr ""
4369
- #~ "Votre article est la source originale de l'histoire.\n"
4370
- #~ "Votre organisation a investi des ressources importantes dans la rédaction "
4371
- #~ "de cet article.\n"
4372
- #~ "Cet article mérite une reconnaissance spéciale.\n"
4373
- #~ "Vous n'avez pas utilisé la balise standout sur vos propres articles plus "
4374
- #~ "de sept fois durant la denière semaine civile."
4375
-
4376
- #~ msgid "Learn how to use correctly the standout tag"
4377
- #~ msgstr "Apprenez à utiliser correctement la balise standout"
4378
-
4379
- #~ msgid "Google News Genres"
4380
- #~ msgstr "Genres Google News"
4381
-
4382
- #~ msgid "Press Release"
4383
- #~ msgstr "Press Release"
4384
-
4385
- #~ msgid "Satire"
4386
- #~ msgstr "Satire"
4387
-
4388
- #~ msgid "Blog"
4389
- #~ msgstr "Blog"
4390
-
4391
- #~ msgid "OpEd"
4392
- #~ msgstr "OpEd"
4393
-
4394
- #~ msgid "Opinion"
4395
- #~ msgstr "Opinion"
4396
-
4397
- #~ msgid "UserGenerated"
4398
- #~ msgstr "UserGenerated"
4399
-
4400
- #~ msgid "Google News Keywords <em>(max recommended limit: 12)</em>"
4401
- #~ msgstr "Mots clés Google News <em>(limite max recommandée: 12)</em>"
4402
-
4403
- #~ msgid "Facebook"
4404
- #~ msgstr "Facebook"
4405
-
4406
- #~ msgid "Twitter"
4407
- #~ msgstr "Twitter"
4408
-
4409
- #~ msgid "Import / export SEOPress settings from site to site."
4410
- #~ msgstr "Importer / Exporter les paramètres d'un site à un autre."
4411
-
4412
- #~ msgid "Your name / organization"
4413
- #~ msgstr "Votre nom / organisation"
4414
-
4415
- #~ msgid "Hide SEOPress Notifications Center"
4416
- #~ msgstr "Cacher le Centre de Notifications SEOPress"
4417
-
4418
- #~ msgid "Archive date"
4419
- #~ msgstr "Date d'archive"
4420
-
4421
- #~ msgid "User roles excluded from tracking will not see the consent message."
4422
- #~ msgstr ""
4423
- #~ "Les rôles utilisateurs exclus du suivi ne verront pas le message de "
4424
- #~ "consentement."
4425
-
4426
- #~ msgid "Minimum size: 160x160px"
4427
- #~ msgstr "Taille minimum : 160x160px"
4428
-
4429
- #~ msgid "%%date_archive%%"
4430
- #~ msgstr "%%date_archive%%"
4431
-
4432
- #~ msgid ""
4433
- #~ "The PRO release of SEOPress with Google Local Business, Dublin Core, "
4434
- #~ "WooCommerce, Google Structured Data Types, Breadcrumbs, Google Page "
4435
- #~ "Speed, robots.txt, Google News, 404 monitoring, .htaccess, RSS, Broken "
4436
- #~ "links, Redirections and more..."
4437
- #~ msgstr ""
4438
- #~ "La version PRO de SEOPress avec Google Local Business, Dublin Core, "
4439
- #~ "WooCommerce, Google Structured Data Types, Breadcrumbs, Google Page "
4440
- #~ "Speed, robots.txt, Google News, 404 monitoring, .htaccess, RSS, Broken "
4441
- #~ "links, Redirections et bien plus..."
4442
-
4443
- #~ msgid "Buy now"
4444
- #~ msgstr "Acheter maintenant"
4445
-
4446
- #~ msgid "More details"
4447
- #~ msgstr "Plus de détails"
4448
-
4449
- #~ msgid ""
4450
- #~ "Discourage search engines from indexing this site is <strong>ON!</strong> "
4451
- #~ "None of the following settings will be applied."
4452
- #~ msgstr ""
4453
- #~ "Décourager les moteurs de recherche d’indexer ce site est <strong>actif !"
4454
- #~ "</strong> Aucun des paramètres suivants ne s’appliqueront."
4455
-
4456
- #~ msgid "SEOPress Network settings"
4457
- #~ msgstr "Paramètres Multisite de SEOPress"
4458
-
4459
- #~ msgid "Separate target keywords with commas"
4460
- #~ msgstr "Séparez chaque mot clé cible avec une virgule"
4461
-
4462
- #~ msgid "eg: https://www.instagram.com/rainbowgeek64/"
4463
- #~ msgstr "ex : https://www.instagram.com/rainbowgeek64/"
4464
-
4465
- #, fuzzy
4466
- #~| msgid "WooCommerce"
4467
- #~ msgid "E-commerce"
4468
- #~ msgstr "WooCommerce"
4469
-
4470
- #~ msgid "<p>Create an HTML for your visitors and boost your SEO</p>"
4471
- #~ msgstr ""
4472
- #~ "<p>Créez un plan de site HTML pour vos visiteurs et boostez votre SEO</p>"
4473
-
4474
- #~ msgid "Download an example CSV"
4475
- #~ msgstr "Télécharger un fichier CSV d'exemple"
4476
-
4477
- #~ msgid "Import posts metadata from Yoast"
4478
- #~ msgstr ""
4479
- #~ "Importer les méta données des articles, pages, types d'articles "
4480
- #~ "personnalisés depuis Yoast"
4481
-
4482
- #~ msgid ""
4483
- #~ "Disable trailing slash for metas <br>if your pemarlink structure doesn't "
4484
- #~ "have a trailing slash"
4485
- #~ msgstr ""
4486
- #~ "Désactiver le slash pour vos métas<br>si votre structure de permaliens "
4487
- #~ "n’a pas de barre oblique de fin"
4488
-
4489
- #~ msgid ""
4490
- #~ "You must check this box if the structure of your permalinks contains a "
4491
- #~ "slash at the end (eg: /%postname%/)"
4492
- #~ msgstr ""
4493
- #~ "Vous devez cocher cette case si la structure de vos permaliens contient "
4494
- #~ "une barre oblique à la fin (par exemple : /%postname%/)"
4495
-
4496
- #~ msgid "Add trailing slash for metas"
4497
- #~ msgstr "Ajoutez un slash pour les metas"
4498
-
4499
- #~ msgid "Add a trailing slash for metas"
4500
- #~ msgstr "Ajoutez un slash pour les metas"
4501
-
4502
- #~ msgid "Add trailing slash at the end of each URL"
4503
- #~ msgstr "Ajouter un slash à la fin de chaque URL"
4504
-
4505
- #~ msgid "Add a trailing slash at the end of your permalinks"
4506
- #~ msgstr "Ajouter un slash à la fin de vos permaliens"
4507
-
4508
- #~ msgid "<p>Configure your Google Analytics custom dimensions"
4509
- #~ msgstr "<p>Configurer vos dimensions personnalisées pour Google Analytics"
4510
-
4511
- #~ msgid "SEOPress BOT"
4512
- #~ msgstr "SEOPress BOT"
4513
-
4514
- #~ msgid "htaccess"
4515
- #~ msgstr "htaccess"
4516
-
4517
- #~ msgid "Import / Export / Reset"
4518
- #~ msgstr "Importer / Exporter / Réinitialiser"
4519
-
4520
- #~ msgid "301"
4521
- #~ msgstr "301"
4522
-
4523
- #~ msgid "302"
4524
- #~ msgstr "302"
4525
-
4526
- #~ msgid "307"
4527
- #~ msgstr "307"
4528
-
4529
- #~ msgid "Enter your URL"
4530
- #~ msgstr "Saisissez votre URL"
4531
-
4532
- #~ msgid "Social networks"
4533
- #~ msgstr "Réseaux sociaux"
4534
-
4535
- #~ msgid "Manage your XML / HTML Sitemap"
4536
- #~ msgstr "Gérez votre plan de site XML / HTML"
4537
-
4538
- #~ msgid "eg: @wpcloudy"
4539
- #~ msgstr "ex: @wpcloudy"
4540
-
4541
- #~ msgid "XML Sitemap"
4542
- #~ msgstr "Sitemap XML"
4543
-
4544
- #~ msgid "Notifications center"
4545
- #~ msgstr "Centre de notifications"
4546
-
4547
- #~ msgid "<p>Enable your Sitemap</p>"
4548
- #~ msgstr "<p>Activez votre Sitemap</p>"
4549
-
4550
- #~ msgid "<p>Configure your Google Analytics custom dimensions</p>"
4551
- #~ msgstr ""
4552
- #~ "<p>Configurer vos dimensions personnalisées pour Google Analytics</p>"
4553
-
4554
- #~ msgid "Import Yoast Settings"
4555
- #~ msgstr "Importer les paramètres de Yoast"
4556
-
4557
- #~ msgid "Import Yoast settings from an INI file."
4558
- #~ msgstr "Importer les paramètres de Yoast depuis un fichier INI."
4559
-
4560
- #~ msgid "Please upload a valid .ini file"
4561
- #~ msgstr "Veuillez uploader un fichier INI valide"
4562
-
4563
- #~ msgid "Import / Export Settings"
4564
- #~ msgstr "Paramètres Import / Export"
4565
-
4566
- #~ msgid ""
4567
- #~ "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
4568
- #~ "database."
4569
- #~ msgstr ""
4570
- #~ "<strong>AVERTISSEMENT:</strong> Supprime toutes les options liées à "
4571
- #~ "SEOPress de votre base de données."
4572
-
4573
- #~ msgid "Paged archives"
4574
- #~ msgstr "Archives paginées"
4575
-
4576
- #~ msgid ""
4577
- #~ "Redirect attachment pages to post parent (if none, redirect to homepage)"
4578
- #~ msgstr ""
4579
- #~ "Rediriger les pages de pièces jointes vers le post parent (si aucun, "
4580
- #~ "rediriger vers page d'accueil)"
4581
-
4582
- #~ msgid "This is cool website about Wookiees"
4583
- #~ msgstr "Un site cool sur les Wookies"
4584
-
4585
- #~ msgid "The ultimate plugin to optimize your SEO!"
4586
- #~ msgstr "Le plugin ultime pour optimiser votre SEO !"
4587
-
4588
- #~ msgid "Follow us on Twitter!"
4589
- #~ msgstr "Suivez-nous sur Twitter !"
4590
-
4591
- #~ msgid "Enter your Canonical URL"
4592
- #~ msgstr "Entrez votre URL canonique"
4593
-
4594
- #~ msgid "Login"
4595
- #~ msgstr "Ecran de connexion"
4596
-
4597
- #~ msgid "Global"
4598
- #~ msgstr "Global"
4599
-
4600
- #~ msgid "Admin Menu"
4601
- #~ msgstr "Menu d'admin"
4602
-
4603
- #~ msgid "Admin Bar"
4604
- #~ msgstr "Barre d'admin"
4605
-
4606
- #~ msgid "Editor"
4607
- #~ msgstr "Editeur"
4608
-
4609
- #~ msgid "Media Library"
4610
- #~ msgstr "Bibliothèque de médias"
4611
-
4612
- #~ msgid "Profil"
4613
- #~ msgstr "Profil"
4614
-
4615
- #~ msgid "Role Manager"
4616
- #~ msgstr "Rôles"
4617
-
4618
- #~ msgid "Import / Export settings"
4619
- #~ msgstr "Paramètres Import / Export"
4620
-
4621
- #~ msgid "Import / Export"
4622
- #~ msgstr "Import / Export"
4623
-
4624
- #~ msgid "Display"
4625
- #~ msgstr "Affichage"
4626
-
4627
- #~ msgid "Updates"
4628
- #~ msgstr "Mises à jour"
4629
-
4630
- #~ msgid "Front"
4631
- #~ msgstr "Front"
4632
-
4633
- #~ msgid "Debug"
4634
- #~ msgstr "Debug"
4635
-
4636
- #~ msgid "Base"
4637
- #~ msgstr "Basique"
4638
-
4639
- #~ msgid "Filters"
4640
- #~ msgstr "Filtres"
4641
-
4642
- #~ msgid "Import / Export WP Admin UI settings from site to site"
4643
- #~ msgstr "Importer / Exporter les paramètres WP Admin UI d'un site à un autre"
4644
-
4645
- #~ msgid "WP Admin UI"
4646
- #~ msgstr "WP Admin UI"
4647
-
4648
- #~ msgid ""
4649
- #~ "The ultimate plugin to customize, manage and optimize your WordPress "
4650
- #~ "backend!"
4651
- #~ msgstr ""
4652
- #~ "Le plugin ultime pour personnaliser, gérer et optimiser l'administration "
4653
- #~ "WordPress!"
4654
-
4655
- #~ msgid "You like WP Admin UI? Don't forget to rate it 5 stars!"
4656
- #~ msgstr "Vous aimez WP Admin UI ? N'oubliez pas de nous noter 5 étoiles !"
4657
-
4658
- #~ msgid "Custom logo, custom background image, custom css..."
4659
- #~ msgstr "Logo, image d'arrière plan et feuille de styles personnalisés..."
4660
-
4661
- #~ msgid "Custom footer credits, remove screen options, revisions..."
4662
- #~ msgstr ""
4663
- #~ "Crédits du pied de page perso, supprimer l'onglet Options de l'écran, "
4664
- #~ "révisions..."
4665
-
4666
- #~ msgid "Remove widgets, remove welcome panel..."
4667
- #~ msgstr "Supprimer widgets, panneau de bienvenue..."
4668
-
4669
- #~ msgid "Hide menus/submenus, reorder them with drag and drop..."
4670
- #~ msgstr "Masquer menus/sous-menus, réordonner les en glisser-déposer..."
4671
-
4672
- #~ msgid "Remove items in admin bar..."
4673
- #~ msgstr "Supprimer des items de la barre d'admin..."
4674
-
4675
- #~ msgid "Full TinyMCE, add new buttons, add quicktags..."
4676
- #~ msgstr "TinyMCE complet, ajouter de nouveaux boutons, ajout de quicktags..."
4677
-
4678
- #~ msgid "Metaboxes"
4679
- #~ msgstr "Metaboxes"
4680
-
4681
- #~ msgid "Hide metaboxes from your custom post types..."
4682
- #~ msgstr "Masquer les metaboxes de vos types d'articles personnalisés..."
4683
-
4684
- #~ msgid "Hide metaboxes..."
4685
- #~ msgstr "Masquer metaboxes..."
4686
-
4687
- #~ msgid "Get it"
4688
- #~ msgstr "Obtenir"
4689
-
4690
- #~ msgid "Columns"
4691
- #~ msgstr "Colonnes"
4692
-
4693
- #~ msgid "Hide columns from list view, add post ID column..."
4694
- #~ msgstr ""
4695
- #~ "Masquer des colonnes de la vue liste, ajouter la colonne ID du post..."
4696
-
4697
- #~ msgid "Library"
4698
- #~ msgstr "Bibliothèque média"
4699
-
4700
- #~ msgid "JPEG quality, add filters type (PDF, DOCX...)"
4701
- #~ msgstr "Qualité JPEG, ajout des filtres par type (PDF, DOCX...)"
4702
-
4703
- #~ msgid "Color scheme, add custom field in profil..."
4704
- #~ msgstr ""
4705
- #~ "Schémas de couleurs, ajout de champs personnalisés dans le Profil..."
4706
-
4707
- #~ msgid "Plugins"
4708
- #~ msgstr "Extensions"
4709
-
4710
- #~ msgid "Remove WP SEO notifications, WPML Ads, WooThemes updater..."
4711
- #~ msgstr ""
4712
- #~ "Supprimer les notifications de WP SEO, WooThemes Updater plugin, et les "
4713
- #~ "publicités de WPML..."
4714
-
4715
- #~ msgid "Remove WP SEO notifications, WPML Ads, WooThemes updater plugin..."
4716
- #~ msgstr ""
4717
- #~ "Supprimer les notifications de WP SEO, WooThemes Updater plugin, et les "
4718
- #~ "publicités de WPML..."
4719
-
4720
- #~ msgid "Themes"
4721
- #~ msgstr "Thèmes"
4722
-
4723
- #~ msgid "Create your own admin theme, or choose a preset one."
4724
- #~ msgstr "Créez votre propre thème d'admin, ou choisissez un prédéfini."
4725
-
4726
- #~ msgid "Role manager"
4727
- #~ msgstr "Rôles"
4728
-
4729
- #~ msgid "Apply WP Admin UI settings to specific roles."
4730
- #~ msgstr "Appliquer les paramètres de WP Admin UI à certains rôles."
4731
-
4732
- #~ msgid "Import / export WP Admin UI settings from site to site."
4733
- #~ msgstr "Importer / Exporter les paramètres WP Admin UI d'un site à un autre"
4734
-
4735
- #~ msgid "Custom login CSS"
4736
- #~ msgstr "CSS personnalisée pour l'écran de connexion"
4737
-
4738
- #~ msgid "Custom logo url"
4739
- #~ msgstr "URL du logo personnalisée"
4740
-
4741
- #~ msgid "Custom logo (recommanded width: 320px, height: 75px"
4742
- #~ msgstr ""
4743
- #~ "Logo personnalisé (taille recommandée : 320px de large, 75px de haut)"
4744
-
4745
- #~ msgid "Custom logo title"
4746
- #~ msgstr "Infobulle du logo"
4747
-
4748
- #~ msgid "Custom background image"
4749
- #~ msgstr "Image d'arrière plan personnalisée"
4750
-
4751
- #~ msgid "Always checked remember me"
4752
- #~ msgstr "Toujours cocher Se souvenir de moi"
4753
-
4754
- #~ msgid "Remove error message for security"
4755
- #~ msgstr "Supprimer les messages d'erreur par sécurité"
4756
-
4757
- #~ msgid "Disable Shake Effect if wrong login"
4758
- #~ msgstr "Désactiver l’effet de secousse si login faux"
4759
-
4760
- #~ msgid "Redirect users to a specific url after logout"
4761
- #~ msgstr ""
4762
- #~ "Rediriger les utilisateurs vers une url spécifique après déconnexion"
4763
-
4764
- #~ msgid "Redirect users to a specific url after registration"
4765
- #~ msgstr ""
4766
- #~ "Rediriger les utilisateurs vers une url spécifique après l'inscription"
4767
-
4768
- #~ msgid "Disable login by email for users"
4769
- #~ msgstr "Désactiver la connexion par email pour les utilisateurs"
4770
-
4771
- #~ msgid "Custom admin CSS"
4772
- #~ msgstr "Feuille de styles perso pour l'admin"
4773
-
4774
- #~ msgid "Custom WordPress version in footer"
4775
- #~ msgstr "Version de WordPress personnalisée dans le pied de page"
4776
-
4777
- #~ msgid "Remove WordPress credits in footer"
4778
- #~ msgstr "Supprimer les crédits WordPress du pied de page"
4779
-
4780
- #~ msgid "Custom WordPress credits in footer"
4781
- #~ msgstr "Crédits WordPress personnalisé dans le pied de page"
4782
-
4783
- #~ msgid "Custom favicon in admin"
4784
- #~ msgstr "Favicon personnalisé dans l'admin"
4785
-
4786
- #~ msgid "Remove screen options tab"
4787
- #~ msgstr "Supprimer l'onglet Options de l'écran"
4788
-
4789
- #~ msgid "Disable Open Sans loading from Google"
4790
- #~ msgstr "Désactiver le chargement d'Open Sans depuis Google"
4791
-
4792
- #~ msgid "Define a new avatar for comments"
4793
- #~ msgstr "Définir un nouvel avatar pour les commentaires"
4794
-
4795
- #~ msgid "Hide autogenerated password message"
4796
- #~ msgstr "Masquer \"Vous utilisez un mot de passe auto généré\""
4797
-
4798
- #~ msgid "Number of items per page in list view (default 20)"
4799
- #~ msgstr "Nombre d'items par page dans les vues listes (défaut 20)"
4800
-
4801
- #~ msgid "Define default view mode in view list"
4802
- #~ msgstr "Définir le mode d’affichage par défaut dans la vue liste"
4803
-
4804
- #~ msgid "Disable file editor for themes and plugins"
4805
- #~ msgstr "Désactiver l'éditeur de fichiers de thèmes et plugins"
4806
-
4807
- #~ msgid "Disable Plugin and Theme Update, and Installation"
4808
- #~ msgstr "Désactiver les mises à jours et l'installation de thèmes et plugins"
4809
-
4810
- #~ msgid "Block WordPress admin for specific user roles"
4811
- #~ msgstr ""
4812
- #~ "Bloquer l’admin de WordPress pour des rôles d’utilisateurs spécifiques"
4813
-
4814
- #~ msgid "Disable WordPress updates notifications"
4815
- #~ msgstr "Désactiver les notifications de mises à jour WordPress"
4816
-
4817
- #~ msgid "Disable all updates"
4818
- #~ msgstr "Désactiver toutes les mises à jour"
4819
-
4820
- #~ msgid "Disable core updates"
4821
- #~ msgstr "Désactiver les mises à jour du core"
4822
-
4823
- #~ msgid "Disable core development updates"
4824
- #~ msgstr "Désactiver les mises à jour du core (dev)"
4825
-
4826
- #~ msgid "Disable minor core updates"
4827
- #~ msgstr "Désactiver les mises à jour mineures du core"
4828
-
4829
- #~ msgid "Disable major core updates"
4830
- #~ msgstr "Désactiver les mises à jour majeures du core"
4831
-
4832
- #~ msgid "Enable automatic updates on Versioning Control System (GIT/SVN)"
4833
- #~ msgstr ""
4834
- #~ "Activer les mises à jour automatiques sur des systèmes de contrôle de "
4835
- #~ "versions (GIT/SVN)"
4836
-
4837
- #~ msgid "Disable automatic updates for all plugins"
4838
- #~ msgstr "Désactiver les mises à jour automatiques pour tous les plugins"
4839
-
4840
- #~ msgid "Disable automatic updates for all themes"
4841
- #~ msgstr "Désactiver les mises à jour automatiques pour tous les thèmes"
4842
-
4843
- #~ msgid "Disable automatic updates for all translations"
4844
- #~ msgstr "Désactiver les mises à jour automatiques pour tous les traductions"
4845
-
4846
- #~ msgid "Disable update emails notifications"
4847
- #~ msgstr "Désactiver les notifications par mail des mises à jour"
4848
-
4849
- #~ msgid "Disable Emoji support for old browsers"
4850
- #~ msgstr "Désactiver le support des Emoji pour les anciens navigateurs"
4851
-
4852
- #~ msgid "Disable JSON REST API"
4853
- #~ msgstr "Désactiver l’API REST JSON"
4854
-
4855
- #~ msgid "Disable XML RPC"
4856
- #~ msgstr "Désactiver XML RPC"
4857
-
4858
- #~ msgid "Disable JS/CSS concatenation"
4859
- #~ msgstr "Désactiver la concaténation JS/CSS"
4860
-
4861
- #~ msgid "Dashboard settings"
4862
- #~ msgstr "Paramètres du Tableau de bord"
4863
-
4864
- #~ msgid "Remove Welcome Panel"
4865
- #~ msgstr "Supprimer le Panneau de bienvenue"
4866
-
4867
- #~ msgid "Display Dashboard in a single column"
4868
- #~ msgstr "Afficher le tableau de bord en une seule colonne"
4869
-
4870
- #~ msgid "Remove dashboard widgets"
4871
- #~ msgstr "Supprimer les widgets du Tableau de bord"
4872
-
4873
- #~ msgid ""
4874
- #~ "Disable drag and drop for dashboard widgets (block disabling widgets from "
4875
- #~ "Screen options too)"
4876
- #~ msgstr ""
4877
- #~ "Désactiver le glisser-déposer des widgets du Tableau de bord (cela "
4878
- #~ "bloquera la désactivation des widgets depuis l'onglet Options d'écran)"
4879
-
4880
- #~ msgid "Display all custom post types in At a glance dashboard widget"
4881
- #~ msgstr ""
4882
- #~ "Afficher les types d'articles personnalisés dans le widget D'un coup "
4883
- #~ "d'oeil dans le Tableau de bord"
4884
-
4885
- #~ msgid "Display number of users in At a glance dashboard widget"
4886
- #~ msgstr ""
4887
- #~ "Afficher le nombre d'utilisateurs dans le widget D'un coup d'oeil du "
4888
- #~ "Tableau de bord"
4889
-
4890
- #~ msgid "Display your custom widget title"
4891
- #~ msgstr "Afficher votre titre de widget perso"
4892
-
4893
- #~ msgid "Display your custom widget"
4894
- #~ msgstr "Afficher votre widget perso"
4895
-
4896
- #~ msgid "Admin menu settings"
4897
- #~ msgstr "Paramètres des menus d'admin"
4898
-
4899
- #~ msgid "Menu Structure"
4900
- #~ msgstr "Structure du menu"
4901
-
4902
- #~ msgid "Display all settings in menu"
4903
- #~ msgstr "Afficher Tous les paramètres dans le menu"
4904
-
4905
- #~ msgid "Admin bar settings"
4906
- #~ msgstr "Paramètres de la barre d'admin"
4907
-
4908
- #~ msgid "Custom logo in admin bar"
4909
- #~ msgstr "Logo personnalisé dans l'admin bar"
4910
-
4911
- #~ msgid "Remove Site Name in admin bar"
4912
- #~ msgstr "Supprimer le nom du site dans la barre d'admin"
4913
-
4914
- #~ msgid "Remove My Account in admin bar"
4915
- #~ msgstr "Supprimer Mon compte dans la barre d'admin"
4916
-
4917
- #~ msgid "Remove Menu Toggle in admin bar"
4918
- #~ msgstr "Supprimer Masquer menu dans la barre d'admin"
4919
-
4920
- #~ msgid "Remove Edit in admin bar"
4921
- #~ msgstr "Supprimer Editer dans la barre d'admin"
4922
-
4923
- #~ msgid "Remove View in admin bar"
4924
- #~ msgstr "Supprimer Voir dans la barre d'admin"
4925
-
4926
- #~ msgid "Remove Preview in admin bar"
4927
- #~ msgstr "Supprimer Prévisualiser dans la barre d'admin"
4928
-
4929
- #~ msgid "Remove Comments in admin bar"
4930
- #~ msgstr "Supprimer Commentaires dans la barre d'admin"
4931
-
4932
- #~ msgid "Remove New Content in admin bar"
4933
- #~ msgstr "Supprimer Nouveau dans la barre d'admin"
4934
-
4935
- #~ msgid "Remove View Site in admin bar"
4936
- #~ msgstr "Supprimer Voir le site dans la barre d'admin"
4937
-
4938
- #~ msgid "Remove Updates in admin bar"
4939
- #~ msgstr "Supprimer Mises à jour dans la barre d'admin"
4940
-
4941
- #~ msgid "Remove customize in admin bar"
4942
- #~ msgstr "Supprimer Personnaliser dans la barre d'admin"
4943
-
4944
- #~ msgid "Remove search in admin bar"
4945
- #~ msgstr "Supprimer Recherche dans la barre d'admin"
4946
-
4947
- #~ msgid "Remove Howdy in admin bar"
4948
- #~ msgstr "Supprimer Salutations de la barre d'admin"
4949
-
4950
- #~ msgid "Remove WP Admin UI in admin bar"
4951
- #~ msgstr "Supprimer WP Admin UI de la barre d'admin"
4952
-
4953
- #~ msgid "Disable admin bar in front-end"
4954
- #~ msgstr "Désactiver la barre d'admin en front-end"
4955
-
4956
- #~ msgid "Editor settings"
4957
- #~ msgstr "Paramètres d'éditeur"
4958
-
4959
- #~ msgid "Enable Full TinyMCE by default"
4960
- #~ msgstr "Activer l'éditeur TinyMCE complet par défaut"
4961
-
4962
- #~ msgid "Add Font Size select"
4963
- #~ msgstr "Ajouter la liste déroulante Taille de la police"
4964
-
4965
- #~ msgid "Add Font Family select"
4966
- #~ msgstr "Ajouter la liste déroulante Famille de Police"
4967
-
4968
- #~ msgid "Add custom Fonts select"
4969
- #~ msgstr "Ajouter la liste déroulante Polices personnalisées"
4970
-
4971
- #~ msgid "Add Formats select (styles)"
4972
- #~ msgstr "Ajouter la liste déroulante Formats (styles)"
4973
-
4974
- #~ msgid "Remove Get Shortlink button"
4975
- #~ msgstr "Supprimer le bouton Obtenir le lien court"
4976
-
4977
- #~ msgid "Add New Document button"
4978
- #~ msgstr "Ajouter bouton Nouveau document"
4979
-
4980
- #~ msgid "Add Cut button"
4981
- #~ msgstr "Ajouter bouton Couper"
4982
-
4983
- #~ msgid "Add Copy button"
4984
- #~ msgstr "Ajouter bouton Copier"
4985
-
4986
- #~ msgid "Add Paste button"
4987
- #~ msgstr "Ajouter bouton Coller"
4988
-
4989
- #~ msgid "Add Backcolor button"
4990
- #~ msgstr "Ajouter le bouton Surlignage"
4991
-
4992
- #~ msgid "Remove Insert Media in Media Modal"
4993
- #~ msgstr "Supprimer Insérer Média dans la modal Media"
4994
-
4995
- #~ msgid "Remove Upload Files in Media Modal"
4996
- #~ msgstr "Supprimer Mettre en ligne dans la modal Media"
4997
-
4998
- #~ msgid "Remove Media Library in Media Modal"
4999
- #~ msgstr "Supprimer Bibliothèque des médias dans la modal Media"
5000
-
5001
- #~ msgid "Remove Create Gallery in Media Modal"
5002
- #~ msgstr "Supprimer Créer galerie dans la modal Media"
5003
-
5004
- #~ msgid "Remove Create Playlist in Media Modal"
5005
- #~ msgstr "Supprimer Créer Playlist dans la modal Media"
5006
-
5007
- #~ msgid "Remove Set Featured Image in Media Modal"
5008
- #~ msgstr "Supprimer Définir comme image à la une dans la modal Media"
5009
-
5010
- #~ msgid "Remove Insert From URL in Media Modal"
5011
- #~ msgstr "Supprimer Insérer depuis une URL dans la modal Media"
5012
-
5013
- #~ msgid "Add \"p\" quicktags in Text Editor"
5014
- #~ msgstr "Ajouter la balise Paragraphe dans la vue Texte de l'éditeur"
5015
-
5016
- #~ msgid "Add \"hr\" quicktags in Text Editor"
5017
- #~ msgstr "Ajouter la balise HR dans la vue Texte de l'éditeur"
5018
-
5019
- #~ msgid "Add \"pre\" quicktags in Text Editor"
5020
- #~ msgstr "Ajouter la balise PRE dans la vue Texte de l'éditeur"
5021
-
5022
- #~ msgid "Disable formatting_shortcuts in Text Editor"
5023
- #~ msgstr "Désactiver le formatage des raccourcis dans l'éditeur"
5024
-
5025
- #~ msgid "Set a default image alignment in Text Editor"
5026
- #~ msgstr "Définir un alignement d'image par défaut dans l'éditeur de texte"
5027
-
5028
- #~ msgid "Set a default link type on images in Text Editor"
5029
- #~ msgstr ""
5030
- #~ "Définir un type de lien par défaut sur les images dans l'éditeur de texte"
5031
-
5032
- #~ msgid "Set a default image size in Text Editor"
5033
- #~ msgstr "Définir une taille d'image par défaut dans l'éditeur de texte"
5034
-
5035
- #~ msgid "Profil settings"
5036
- #~ msgstr "Paramètres du Profil"
5037
-
5038
- #~ msgid "Remove Disable the visual editor when writing"
5039
- #~ msgstr "Supprimer Désactiver l'éditeur visuel lors de l'écriture"
5040
-
5041
- #~ msgid "Remove Admin Color Scheme"
5042
- #~ msgstr "Supprimer les schémas de couleurs"
5043
-
5044
- #~ msgid "Set a default admin color scheme"
5045
- #~ msgstr "Définir un schéma de couleur d'admin par défaut"
5046
-
5047
- #~ msgid "Remove Enable Keyboard Shortcuts for comment moderation"
5048
- #~ msgstr ""
5049
- #~ "Supprimer Activer les raccourcis claviers pour la modération des "
5050
- #~ "commentaires"
5051
-
5052
- #~ msgid "Remove Show Toolbar when viewing site"
5053
- #~ msgstr ""
5054
- #~ "Supprimer Afficher la barre d'outils lors de la visualisation du site"
5055
-
5056
- #~ msgid "Add Facebook field in user profil"
5057
- #~ msgstr "Ajouter le champ Facebook dans le profil utilisateur"
5058
-
5059
- #~ msgid "Add Twitter field in user profil"
5060
- #~ msgstr "Ajouter le champ Twitter dans le profil utilisateur"
5061
-
5062
- #~ msgid "Add Instagram field in user profil"
5063
- #~ msgstr "Ajouter le champ Instagram dans le profil utilisateur"
5064
-
5065
- #~ msgid "Add LinkedIn field in user profil"
5066
- #~ msgstr "Ajouter le champ LinkedIn dans le profil utilisateur"
5067
-
5068
- #~ msgid "Define JPG image quality (default 90%)"
5069
- #~ msgstr "Définir la qualité d'image JPG (défaut 90%)"
5070
-
5071
- #~ msgid "Clean filenames when uploading files to WordPress"
5072
- #~ msgstr ""
5073
- #~ "Nettoyer les noms de fichiers lors l'envoi de fichiers dans WordPress"
5074
-
5075
- #~ msgid "Allow SVG file in media library"
5076
- #~ msgstr "Autoriser les fichiers SVG dans la Bibliothèque de médias"
5077
-
5078
- #~ msgid "Add URL column in media library"
5079
- #~ msgstr "Ajouter la colonne URL dans la Bibliothèque de médias"
5080
-
5081
- #~ msgid "Add dimensions column in media library"
5082
- #~ msgstr "Ajouter la colonne dimensions dans la Bibliothèque de médias"
5083
-
5084
- #~ msgid "Add EXIF metadata column in media library"
5085
- #~ msgstr "Ajouter la colonne metadata EXIF dans la Bibliothèque de médias"
5086
-
5087
- #~ msgid "Add ID column in media library"
5088
- #~ msgstr "Ajouter la colonne ID dans la Bibliothèque de médias"
5089
-
5090
- #~ msgid "Add PDF filtering to media library"
5091
- #~ msgstr "Ajouter le filtrage PDF dans la bibliothèque des médias"
5092
-
5093
- #~ msgid "Add ZIP filtering to media library"
5094
- #~ msgstr "Ajouter le filtrage ZIP dans la bibliothèque des médias"
5095
-
5096
- #~ msgid "Add RAR filtering to media library"
5097
- #~ msgstr "Ajouter le filtrage RAR dans la bibliothèque des médias"
5098
-
5099
- #~ msgid "Add 7Z filtering to media library"
5100
- #~ msgstr "Ajouter le filtrage 7Z dans la bibliothèque des médias"
5101
-
5102
- #~ msgid "Add TAR filtering to media library"
5103
- #~ msgstr "Ajouter le filtrage TAR dans la bibliothèque des médias"
5104
-
5105
- #~ msgid "Add SWF filtering to media library"
5106
- #~ msgstr "Ajouter le filtrage SWF dans la bibliothèque des médias"
5107
-
5108
- #~ msgid "Add DOC filtering to media library"
5109
- #~ msgstr "Ajouter le filtrage DOC dans la bibliothèque des médias"
5110
-
5111
- #~ msgid "Add DOCX filtering to media library"
5112
- #~ msgstr "Ajouter le filtrage DOCX dans la bibliothèque des médias"
5113
-
5114
- #~ msgid "Add PPT filtering to media library"
5115
- #~ msgstr "Ajouter le filtrage PPT dans la bibliothèque des médias"
5116
-
5117
- #~ msgid "Add PPTX filtering to media library"
5118
- #~ msgstr "Ajouter le filtrage PPTX dans la bibliothèque des médias"
5119
-
5120
- #~ msgid "Add XLS filtering to media library"
5121
- #~ msgstr "Ajouter le filtrage XLS dans la bibliothèque des médias"
5122
-
5123
- #~ msgid "Add XLSX filtering to media library"
5124
- #~ msgstr "Ajouter le filtrage XLSX dans la bibliothèque des médias"
5125
-
5126
- #~ msgid "Roles settings"
5127
- #~ msgstr "Paramètres des Rôles"
5128
-
5129
- #~ msgid "&nbsp;"
5130
- #~ msgstr "&nbsp;"
5131
-
5132
- #~ msgid "<p>Customize your Dashboard</p>"
5133
- #~ msgstr "<p>Personnaliser votre Tableau de bord</p>"
5134
-
5135
- #~ msgid ""
5136
- #~ "<p>Drag each item into the order you prefer.<br />Click the arrow on the "
5137
- #~ "right of the item to reveal submenus.<br />Check an item to <strong>HIDE</"
5138
- #~ "strong> in WP admin.<br /><strong>NOTE:</strong> Admin Menu Settings does "
5139
- #~ "not apply to this specific page to avoid conflicts.<br /><span style="
5140
- #~ "\"color:red\"><strong>WARNING:</strong> Be careful if you hide WP Admin "
5141
- #~ "UI menu for admins too!</span></p>"
5142
- #~ msgstr ""
5143
- #~ "<p>Faites glisser chaque élément dans l'ordre que vous préférez."
5144
- #~ "<br>Cliquez sur la flèche à droite de l'élément pour révéler des sous-"
5145
- #~ "menus.<br>Cochez un élément à <strong>Masquer</strong> dans l'admin WP."
5146
- #~ "<br><strong>Remarque :</strong> Les réglages du menu d'admin ne "
5147
- #~ "s'appliquent pas à cette page spécifique pour éviter des conflits."
5148
- #~ "<br><span style=\"color:red\"><strong>Avertissement :</strong> Soyez "
5149
- #~ "prudent si vous masquez le menu WP Admin UI pour les admins aussi !</"
5150
- #~ "span></p>"
5151
-
5152
- #~ msgid "<p>Customize your Admin bar</p>"
5153
- #~ msgstr "<p>Personnaliser votre Barre d'Admin</p>"
5154
-
5155
- #~ msgid "<p>Customize TINY MCE Editor</p>"
5156
- #~ msgstr "<p>Personnaliser l'éditeur TINY MCE</p>"
5157
-
5158
- #~ msgid "<p>Manage Profil</p>"
5159
- #~ msgstr "<p>Gérer le Profil</p>"
5160
-
5161
- #~ msgid "<p>Customize your Media Library</p>"
5162
- #~ msgstr "<p>Personnaliser votre Bibliothèque des Médias</p>"
5163
-
5164
- #~ msgid "<p>Apply settings for specific Roles</p>"
5165
- #~ msgstr "<p>Appliquez les paramètres à des rôles spécifiques</p>"
5166
-
5167
- #~ msgid "Link URL when you click on the logo, default WordPress.org"
5168
- #~ msgstr "URL du lien quand vous cliquez sur le logo, défaut, WordPress.org"
5169
-
5170
- #~ msgid "Image URL of your custom logo"
5171
- #~ msgstr "URL de l'image de votre logo"
5172
-
5173
- #~ msgid "Default: Powered by WordPress.org"
5174
- #~ msgstr "Défaut: Propulsé par WordPress.org"
5175
-
5176
- #~ msgid "Eg: http://example.com/thank-you"
5177
- #~ msgstr "Ex: http://example.com/merci"
5178
-
5179
- #~ msgid "Disable login by Email for users"
5180
- #~ msgstr "Désactiver la connexion par email pour les utilisateurs"
5181
-
5182
- #~ msgid "Remove WordPress update notifications"
5183
- #~ msgstr "Supprimer les notifications de mises à jour WordPress"
5184
-
5185
- #~ msgid "Users who have defined their own settings will be overwritten"
5186
- #~ msgstr ""
5187
- #~ "Les utilisateurs qui ont défini leurs propres paramètres seront effacés"
5188
-
5189
- #~ msgid "List view mode (default)"
5190
- #~ msgstr "Mode vue liste (défaut)"
5191
-
5192
- #~ msgid "Users who have defined their own settings will NOT be overwritten"
5193
- #~ msgstr ""
5194
- #~ "Les utilisateurs qui ont défini leurs propres paramètres ne seront PAS "
5195
- #~ "effacés"
5196
-
5197
- #~ msgid "Excerpt view mode"
5198
- #~ msgstr "Mode vue extrait"
5199
-
5200
- #~ msgid "Disable file editor"
5201
- #~ msgstr "Désactiver l'éditeur de fichiers"
5202
-
5203
- #~ msgid "Disable file modifications"
5204
- #~ msgstr "Désactiver les modifications de fichiers"
5205
-
5206
- #~ msgid "Block WordPress backend for specific roles"
5207
- #~ msgstr ""
5208
- #~ "Bloquer l’admin de WordPress pour des rôles utilisateurs spécifiques"
5209
-
5210
- #~ msgid ""
5211
- #~ "Don't forget to assign this option to specific user roles in the Role "
5212
- #~ "manager page"
5213
- #~ msgstr ""
5214
- #~ "N'oubliez pas d'assigner cette option à des rôles utilisateurs "
5215
- #~ "spécifiques dans la page Rôle du plugin"
5216
-
5217
- #~ msgid "Disable all WordPress updates"
5218
- #~ msgstr "Désactiver toutes les mises à jour WP"
5219
-
5220
- #~ msgid "Disable WordPress core updates"
5221
- #~ msgstr "Désactiver les mises à jour du core"
5222
-
5223
- #~ msgid "Disable WordPress core minor updates"
5224
- #~ msgstr "Désactiver les mises à jour mineures du core"
5225
-
5226
- #~ msgid "Disable WordPress core major updates"
5227
- #~ msgstr "Désactiver les mises à jour majeures du core"
5228
-
5229
- #~ msgid "Enable core updates on a VCS"
5230
- #~ msgstr "Activer les mises à jour du core sur un SCV (GIT/SVN)"
5231
-
5232
- #~ msgid "Disable all plugins updates"
5233
- #~ msgstr "Désactiver les mises à jour des plugins"
5234
-
5235
- #~ msgid "Disable all themes updates"
5236
- #~ msgstr "Désactiver les mises à jour des thèmes"
5237
-
5238
- #~ msgid "Disable all translations updates"
5239
- #~ msgstr "Désactiver les mises à jour des traductions"
5240
-
5241
- #~ msgid "Disable emails notifications"
5242
- #~ msgstr "Désactiver les notifications par mail"
5243
-
5244
- #~ msgid "Disable Emoji support for old browsers (improve performances)"
5245
- #~ msgstr ""
5246
- #~ "Désactiver le support des Emoji pour les anciens navigateurs (améliore "
5247
- #~ "les performances)"
5248
-
5249
- #~ msgid ""
5250
- #~ "Emojis will still continue to work with modern browsers. This setting "
5251
- #~ "applies to every user/visitor in front AND backend."
5252
- #~ msgstr ""
5253
- #~ "Les Emojis continueront de fonctionner avec les navigateurs modernes. Ces "
5254
- #~ "paramètres s'appliquent à l'ensemble des utilisateurs/visiteurs du site, "
5255
- #~ "front ET backend."
5256
-
5257
- #~ msgid "Disable XML RPC is strongly recommended for security reasons!"
5258
- #~ msgstr ""
5259
- #~ "Désactiver XML RPC est fortement recommandé pour des raisons de sécurité !"
5260
-
5261
- #~ msgid "Disable Open Sans"
5262
- #~ msgstr "Désactiver Open Sans"
5263
-
5264
- #~ msgid "Display dashboard widgets in a single column"
5265
- #~ msgstr "Afficher les widgets du Tableau de bord en une seule colonne"
5266
-
5267
- #~ msgid ""
5268
- #~ "You need to Refresh in order to initialize the dashboard widgets list."
5269
- #~ msgstr ""
5270
- #~ "Vous devez d'abord Rafraichir pour générer la liste des widgets du "
5271
- #~ "Tableau de bord."
5272
-
5273
- #~ msgid "Disable Drag and drop for dashboard widgets"
5274
- #~ msgstr "Désactiver le glisser / déposer des widgets dans le Tableau de bord"
5275
-
5276
- #~ msgid "My widget title"
5277
- #~ msgstr "Mon titre de widget"
5278
-
5279
- #~ msgid "Enter your own menu name"
5280
- #~ msgstr "Entrez votre propre nom de menu"
5281
-
5282
- #~ msgid "Display all settings (required manage_options capability)"
5283
- #~ msgstr "Afficher Tous les paramètres (requiert la capacité manage_options)"
5284
-
5285
- #~ msgid "Recommended size: 32x32 pixels"
5286
- #~ msgstr "Taille recommandée: 32x32 pixels"
5287
-
5288
- #~ msgid "Remove Menu Toggle (hamburger icon in responsive mode)"
5289
- #~ msgstr "Supprimer Masquer Menu (icône hamburger en mode responsive)"
5290
-
5291
- #~ msgid "Enable full TinyMCE by default"
5292
- #~ msgstr "Activer l'éditeur TinyMCE complet par défaut"
5293
-
5294
- #~ msgid "Add Custom Fonts select"
5295
- #~ msgstr "Ajouter la liste déroulante Polices personnalisées"
5296
-
5297
- #~ msgid "Remove Get shortlink button"
5298
- #~ msgstr "Supprimer le bouton Obtenir le lien court"
5299
-
5300
- #~ msgid " Add New Document button"
5301
- #~ msgstr "Ajouter bouton Nouveau document"
5302
-
5303
- #~ msgid " Add Cut button"
5304
- #~ msgstr "Ajouter bouton Couper"
5305
-
5306
- #~ msgid " Add Copy button"
5307
- #~ msgstr "Ajouter bouton Copier"
5308
-
5309
- #~ msgid " Add Paste button"
5310
- #~ msgstr "Ajouter bouton Coller"
5311
-
5312
- #~ msgid " Add Backcolor button"
5313
- #~ msgstr "Ajouter le bouton Surlignage"
5314
-
5315
- #~ msgid "Add Paragraph tag in text editor"
5316
- #~ msgstr "Ajouter la balise Paragraphe dans la vue Texte de l'éditeur"
5317
-
5318
- #~ msgid "Add HR tag in text editor"
5319
- #~ msgstr "Ajouter la balise HR dans la vue Texte de l'éditeur"
5320
-
5321
- #~ msgid "Add PRE tag in text editor"
5322
- #~ msgstr "Ajouter la balise PRE dans la vue Texte de l'éditeur"
5323
-
5324
- #~ msgid "Disable WP formatting shortcuts in text editor"
5325
- #~ msgstr "Désactiver le formatage des raccourcis dans l'éditeur"
5326
-
5327
- #~ msgid "Left"
5328
- #~ msgstr "Gauche"
5329
-
5330
- #~ msgid "Center"
5331
- #~ msgstr "Centre"
5332
-
5333
- #~ msgid "Right"
5334
- #~ msgstr "Droite"
5335
-
5336
- #~ msgid "File"
5337
- #~ msgstr "Fichier"
5338
-
5339
- #~ msgid "Custom"
5340
- #~ msgstr "Personnalisé"
5341
-
5342
- #~ msgid ""
5343
- #~ "<strong>WARNING:</strong> To apply color scheme properly, set in the role "
5344
- #~ "manager, what role should apply this setting, then define the default "
5345
- #~ "color scheme and save. If a user has already changed its color scheme, it "
5346
- #~ "will be erased by the selected one."
5347
- #~ msgstr ""
5348
- #~ "<strong>ATTENTION:</strong> Pour appliquer le schéma de couleur "
5349
- #~ "proprement, définissez dans la page Rôle, quels rôles doivent appliquer "
5350
- #~ "ce paramètre, puis appliquez un schéma de couleur par défaut et "
5351
- #~ "sauvegardez. Si un utilisateur a déjà modifier son schéma de couleur, "
5352
- #~ "celui ci sera effacé par le nouveau sélectionné."
5353
-
5354
- #~ msgid "Light"
5355
- #~ msgstr "Light"
5356
-
5357
- #~ msgid "Blue"
5358
- #~ msgstr "Blue"
5359
-
5360
- #~ msgid "Coffee"
5361
- #~ msgstr "Coffee"
5362
-
5363
- #~ msgid "Ectoplasm"
5364
- #~ msgstr "Ectoplasm"
5365
-
5366
- #~ msgid "Midnight"
5367
- #~ msgstr "Midnight"
5368
-
5369
- #~ msgid "Ocean"
5370
- #~ msgstr "Ocean"
5371
-
5372
- #~ msgid "Sunrise"
5373
- #~ msgstr "Sunrise"
5374
-
5375
- #~ msgid "WPUI Algua"
5376
- #~ msgstr "WPUI Algua"
5377
-
5378
- #~ msgid "WPUI Dark"
5379
- #~ msgstr "WPUI Dark"
5380
-
5381
- #~ msgid "WPUI Teal"
5382
- #~ msgstr "WPUI Teal"
5383
-
5384
- #~ msgid "WPUI Ice"
5385
- #~ msgstr "WPUI Ice"
5386
-
5387
- #~ msgid "WPUI Army"
5388
- #~ msgstr "WPUI Army"
5389
-
5390
- #~ msgid "WPUI Bayonne"
5391
- #~ msgstr "WPUI Bayonne"
5392
-
5393
- #~ msgid "WPUI Fashion"
5394
- #~ msgstr "WPUI Fashion"
5395
-
5396
- #~ msgid "WPUI Cafe"
5397
- #~ msgstr "WPUI Cafe"
5398
-
5399
- #~ msgid ""
5400
- #~ "Use get_the_author_meta('wpui-facebook'); to retreive this value in front-"
5401
- #~ "end"
5402
- #~ msgstr ""
5403
- #~ "Utilisez get_the_author_meta('wpui-facebook'); pour récupérer la valeur "
5404
- #~ "en front-end"
5405
-
5406
- #~ msgid ""
5407
- #~ "Use get_the_author_meta('wpui-twitter'); to retreive this value in front-"
5408
- #~ "end"
5409
- #~ msgstr ""
5410
- #~ "Utilisez get_the_author_meta('wpui-twitter'); pour récupérer la valeur en "
5411
- #~ "front-end"
5412
-
5413
- #~ msgid ""
5414
- #~ "Use get_the_author_meta('wpui-instagram'); to retreive this value in "
5415
- #~ "front-end"
5416
- #~ msgstr ""
5417
- #~ "Utilisez get_the_author_meta('wpui-instagram'); pour récupérer la valeur "
5418
- #~ "en front-end"
5419
-
5420
- #~ msgid ""
5421
- #~ "Use get_the_author_meta('wpui-linkedin'); to retreive this value in front-"
5422
- #~ "end"
5423
- #~ msgstr ""
5424
- #~ "Utilisez get_the_author_meta('wpui-linkedin'); pour récupérer la valeur "
5425
- #~ "en front-end"
5426
-
5427
- #~ msgid "Existing images must be regenerate to apply new image quality."
5428
- #~ msgstr ""
5429
- #~ "Les images existantes doivent être régénérées pour appliquer les nouveaux "
5430
- #~ "paramètres d'image."
5431
-
5432
- #~ msgid "Clean filenames when upload files to media library"
5433
- #~ msgstr ""
5434
- #~ "Nettoyer les noms de fichiers lors de l'envoi de fichiers dans la "
5435
- #~ "Bibliothèque de médias"
5436
-
5437
- #~ msgid "Allow SVG file in media library (can present a security risk)"
5438
- #~ msgstr ""
5439
- #~ "Autoriser les fichiers SVG dans la Bibliothèque de médias (peut présenter "
5440
- #~ "un risque pour la sécurité)"
5441
-
5442
- #~ msgid ""
5443
- #~ "This option can not be changed because it's bypassed by a plugin, a mu-"
5444
- #~ "plugin or your theme."
5445
- #~ msgstr ""
5446
- #~ "Cette option ne peut être appliquée car elle est déjà surpassée par un "
5447
- #~ "plugin, un mu-plugin ou votre thème."
5448
-
5449
- #~ msgid "Add PDF filter"
5450
- #~ msgstr "Ajouter le filtre PDF"
5451
-
5452
- #~ msgid "Add ZIP filter"
5453
- #~ msgstr "Ajouter le filtre ZIP"
5454
-
5455
- #~ msgid "Add RAR filter"
5456
- #~ msgstr "Ajouter le filtre RAR"
5457
-
5458
- #~ msgid "Add 7Z filter"
5459
- #~ msgstr "Ajouter le filtre 7Z"
5460
-
5461
- #~ msgid "Add TAR filter"
5462
- #~ msgstr "Ajouter le filtre TAR"
5463
-
5464
- #~ msgid "Add SWF filter"
5465
- #~ msgstr "Ajouter le filtre SWF"
5466
-
5467
- #~ msgid "Add DOC filter"
5468
- #~ msgstr "Ajouter le filtre DOC"
5469
-
5470
- #~ msgid "Add DOCX filter"
5471
- #~ msgstr "Ajouter le filtre DOCX"
5472
-
5473
- #~ msgid "Add PPT filter"
5474
- #~ msgstr "Ajouter le filtre PPT"
5475
-
5476
- #~ msgid "Add PPTX filter"
5477
- #~ msgstr "Ajouter le filtre PPTX"
5478
-
5479
- #~ msgid "Add XLS filter"
5480
- #~ msgstr "Ajouter le filtre XLS"
5481
-
5482
- #~ msgid "Add XLSX filter"
5483
- #~ msgstr "Ajouter le filtre XLSX"
5484
-
5485
- #~ msgid "Define default view mode in list view (default list view mode)"
5486
- #~ msgstr ""
5487
- #~ "Définir le mode d'affichage par défaut dans les vues listes (mode de vue "
5488
- #~ "par défaut)"
5489
-
5490
- #~ msgid "Block WordPress admin for user roles"
5491
- #~ msgstr ""
5492
- #~ "Bloquer l’admin de WordPress pour des rôles d’utilisateurs spécifiques"
5493
-
5494
- #~ msgid "Disable JS concatenation"
5495
- #~ msgstr "Désactiver la concaténation JS"
5496
-
5497
- #~ msgid "Enable custom avatar"
5498
- #~ msgstr "Activer l'avatar personnalisé"
5499
-
5500
- #~ msgid "Disable drag and drop for dashboard widgets"
5501
- #~ msgstr "Désactiver le glisser / déposer des widgets dans le Tableau de bord"
5502
-
5503
- #~ msgid "Display a custom widget in Dashboard"
5504
- #~ msgstr "Afficher un widget personnalisé dans le Tableau de bord"
5505
-
5506
- #~ msgid "Remove columns"
5507
- #~ msgstr "Supprimer les colonnes"
5508
-
5509
- #~ msgid "Show post ID column"
5510
- #~ msgstr "Afficher la colonne ID du post"
5511
-
5512
- #~ msgid "Show Thumbnail column"
5513
- #~ msgstr "Afficher la colonne miniature"
5514
-
5515
- #~ msgid "Show Page Template column"
5516
- #~ msgstr "Afficher la colonne template de page"
5517
-
5518
- #~ msgid "Clean filenames when uploading files to media library"
5519
- #~ msgstr ""
5520
- #~ "Nettoyer les noms de fichiers lors l'envoi de fichiers dans WordPress"
5521
-
5522
- #~ msgid "Add Dimensions column in media library"
5523
- #~ msgstr "Ajouter la colonne dimensions dans la Bibliothèque de médias"
5524
-
5525
- #~ msgid "Add Facebook field in Profil"
5526
- #~ msgstr "Ajouter le champ Facebook dans le profil utilisateur"
5527
-
5528
- #~ msgid "Add Twitter field in Profil"
5529
- #~ msgstr "Ajouter le champ Twitter dans le profil utilisateur"
5530
-
5531
- #~ msgid "Add Instagram field in Profil"
5532
- #~ msgstr "Ajouter le champ Instagram dans le profil utilisateur"
5533
-
5534
- #~ msgid "Add LinkedIn field in Profil"
5535
- #~ msgstr "Ajouter le champ LinkedIn dans le profil utilisateur"
5536
-
5537
- #~ msgid "Remove WP SEO columns in list view"
5538
- #~ msgstr "Supprimer les colonnes WP SEO dans la vue liste"
5539
-
5540
- #~ msgid "Remove WP SEO in admin bar"
5541
- #~ msgstr "Supprimer WP SEO de la barre d'admin"
5542
-
5543
- #~ msgid "Move WP SEO Metabox to low position"
5544
- #~ msgstr "Déplacer la metaboxe WP SEO vers le bas"
5545
-
5546
- #~ msgid "Remove WP SEO admin notices"
5547
- #~ msgstr "Supprimer les notices d'admin de WP SEO"
5548
-
5549
- #~ msgid "Remove WPML advert in publish metabox"
5550
- #~ msgstr "Supprimer la publicité WPML dans la metaboxe Publier"
5551
-
5552
- #~ msgid "Remove WPML in admin bar"
5553
- #~ msgstr "Supprimer WPML dans la barre d'admin"
5554
-
5555
- #~ msgid "Remove WPML in dashboard widget"
5556
- #~ msgstr "Supprimer le widget WPML du Tableau de bord"
5557
-
5558
- #~ msgid "Remove Install the WooThemes Updater plugin"
5559
- #~ msgstr "Supprimer la notification Installer le plugin WooThemes Updater"
5560
-
5561
- #~ msgid "Enable field label visibility in Gravity Forms"
5562
- #~ msgstr "Activez la visibilité du label des champs dans Gravity Forms"
5563
-
5564
- #~ msgid "Disable Just in Time messages from Jetpack"
5565
- #~ msgstr "Supprimez les messages de notification Jetpack 'Just in Time'"
5566
-
5567
- #~ msgid "Enable custom admin Themes"
5568
- #~ msgstr "Activez les thèmes d'admin personnalisés"
5569
-
5570
- #~ msgid "Toggle All"
5571
- #~ msgstr "Tout sélectionner"
5572
-
5573
- #~ msgid ""
5574
- #~ "Before starting: define which roles to apply settings using Role Manager "
5575
- #~ "page."
5576
- #~ msgstr ""
5577
- #~ "Avant de commencer: définissez à quels rôles utilisateurs doivent "
5578
- #~ "s'appliquer chaque paramètre via la page Rôles."
5579
-
5580
- #~ msgid "Howdy,"
5581
- #~ msgstr "Salutations,"
5582
-
5583
- #~ msgid "All Settings"
5584
- #~ msgstr "Tous les paramètres"
5585
-
5586
- #~ msgid " Users"
5587
- #~ msgstr "Utilisateurs"
5588
-
5589
- #~ msgid "My custom widget"
5590
- #~ msgstr "Mon widget perso"
5591
-
5592
- #~ msgid "Your credentials are incorrect"
5593
- #~ msgstr "Vos identifiants sont incorrects"
5594
-
5595
- #~ msgid "EXIF"
5596
- #~ msgstr "EXIF"
5597
-
5598
- #~ msgid " second"
5599
- #~ msgstr "seconde"
5600
-
5601
- #~ msgid " seconds"
5602
- #~ msgstr "secondes"
5603
-
5604
- #~ msgid "ID"
5605
- #~ msgstr "ID"
5606
-
5607
- #~ msgid "PDFs"
5608
- #~ msgstr "PDFs"
5609
-
5610
- #~ msgid "Manage PDFs"
5611
- #~ msgstr "Gérer PDFs"
5612
-
5613
- #~ msgid "ZIPs"
5614
- #~ msgstr "ZIPs"
5615
-
5616
- #~ msgid "Manage ZIPs"
5617
- #~ msgstr "Gérer ZIPs"
5618
-
5619
- #~ msgid "RARs"
5620
- #~ msgstr "RARs"
5621
-
5622
- #~ msgid "Manage RARs"
5623
- #~ msgstr "Gérer RARs"
5624
-
5625
- #~ msgid "7Zs"
5626
- #~ msgstr "7Zs"
5627
-
5628
- #~ msgid "Manage 7Zs"
5629
- #~ msgstr "Gérer 7Zs"
5630
-
5631
- #~ msgid "TARs"
5632
- #~ msgstr "TARs"
5633
-
5634
- #~ msgid "Manage TARs"
5635
- #~ msgstr "Gérer TARs"
5636
-
5637
- #~ msgid "SWFs"
5638
- #~ msgstr "SWFs"
5639
-
5640
- #~ msgid "Manage SWFs"
5641
- #~ msgstr "Gérer SWFs"
5642
-
5643
- #~ msgid "DOCs"
5644
- #~ msgstr "DOCs"
5645
-
5646
- #~ msgid "Manage DOCs"
5647
- #~ msgstr "Gérer DOCs"
5648
-
5649
- #~ msgid "DOCXs"
5650
- #~ msgstr "DOCXs"
5651
-
5652
- #~ msgid "Manage DOCXs"
5653
- #~ msgstr "Gérer DOCXs"
5654
-
5655
- #~ msgid "PPTs"
5656
- #~ msgstr "PPTs"
5657
-
5658
- #~ msgid "Manage PPTs"
5659
- #~ msgstr "Gérer PPTs"
5660
-
5661
- #~ msgid "PPTXs"
5662
- #~ msgstr "PPTXs"
5663
-
5664
- #~ msgid "Manage PPTXs"
5665
- #~ msgstr "Gérer PPTXs"
5666
-
5667
- #~ msgid "XLSs"
5668
- #~ msgstr "XLSs"
5669
-
5670
- #~ msgid "Manage XLSs"
5671
- #~ msgstr "Gérer XLSs"
5672
-
5673
- #~ msgid "XLSXs"
5674
- #~ msgstr "XLSXs"
5675
-
5676
- #~ msgid "Manage XLSXs"
5677
- #~ msgstr "Gérer XLSXs"
5678
-
5679
- #~ msgid "Facebook URL"
5680
- #~ msgstr "Facebook URL"
5681
-
5682
- #~ msgid "Revisions"
5683
- #~ msgstr "Révisions"
5684
-
5685
- #~ msgid "Comments"
5686
- #~ msgstr "Commentaires"
5687
-
5688
- #~ msgid "Media Library settings"
5689
- #~ msgstr "Paramètres de la Bibliothèque de médias ?"
5690
-
5691
- #~ msgid "Apply settings to specific roles:"
5692
- #~ msgstr "Appliquer les paramètres à des rôles spécifiques :"
5693
-
5694
- #~ msgid ""
5695
- #~ "<p>Drag each item into the order you prefer.<br />Click the arrow on the "
5696
- #~ "right of the item to reveal submenus.<br />Check an item to <strong>HIDE</"
5697
- #~ "strong> in WP admin.</p>"
5698
- #~ msgstr ""
5699
- #~ "<p>Glisser-déposer chaque item dans l'ordre souhaité.<br />Cliquez sur la "
5700
- #~ "flèche dans le coin supérieur droit de l'item pour afficher les sous-"
5701
- #~ "menus.<br />Cochez un item pour <strong>MASQUER</strong> ce dernier de "
5702
- #~ "l'admin WP.</p>"
5703
-
5704
- #~ msgid "Custom logo"
5705
- #~ msgstr "Logo personnalisé"
5706
-
5707
- #~ msgid "Custom login CSS?"
5708
- #~ msgstr "CSS personnalisée pour l'écran de connexion"
5709
-
5710
- #~ msgid "Custom logo url?"
5711
- #~ msgstr "URL du logo personnalisé ?"
5712
-
5713
- #~ msgid "Custom logo?"
5714
- #~ msgstr "Logo personnalisé ?"
5715
-
5716
- #~ msgid "Custom logo title?"
5717
- #~ msgstr "Titre (infobulle) du logo personnalisée ?"
5718
-
5719
- #~ msgid "Custom background image?"
5720
- #~ msgstr "Image d'arrière plan personnalisée ?"
5721
-
5722
- #~ msgid "Always checked remember me?"
5723
- #~ msgstr "Toujours cocher Se souvenir de moi ?"
5724
-
5725
- #~ msgid "Remove error message for security?"
5726
- #~ msgstr "Supprimer les messages d'erreur par sécurité ?"
5727
-
5728
- #~ msgid "Custom admin CSS?"
5729
- #~ msgstr "Feuille de styles perso pour l'admin ?"
5730
-
5731
- #~ msgid "Remove WordPress version in footer?"
5732
- #~ msgstr "Supprimer la version de WordPress dans le pied de page ?"
5733
-
5734
- #~ msgid "Custom WordPress version in footer?"
5735
- #~ msgstr "Version de WordPress personnalisée dans le pied de page ?"
5736
-
5737
- #~ msgid "Remove WordPress credits in footer?"
5738
- #~ msgstr "Supprimer les crédits WordPress du pied de page ?"
5739
-
5740
- #~ msgid "Custom WordPress credits in footer?"
5741
- #~ msgstr "Crédits WordPress personnalisé dans le pied de page ?"
5742
-
5743
- #~ msgid "Custom favicon in admin?"
5744
- #~ msgstr "Favicon personnalisé dans l'admin ?"
5745
-
5746
- #~ msgid "Remove screen options tab?"
5747
- #~ msgstr "Supprimer l'onglet Options de l'écran ?"
5748
-
5749
- #~ msgid "Disable Open Sans loading from Google?"
5750
- #~ msgstr "Désactiver le chargement d'Open Sans depuis Google ?"
5751
-
5752
- #~ msgid "Hide autogenerated password message?"
5753
- #~ msgstr "Masquer \"Vous utilisez un mot de passe auto généré\" ?"
5754
-
5755
- #~ msgid "Number of items per page in list view? (default 20)"
5756
- #~ msgstr "Nombre d'items par page dans les vues listes (défaut 20)"
5757
-
5758
- #~ msgid "Disable file editor for themes and plugins?"
5759
- #~ msgstr "Désactiver l'éditeur de fichiers de thèmes et plugins ?"
5760
-
5761
- #~ msgid "Disable Plugin and Theme Update, and Installation?"
5762
- #~ msgstr ""
5763
- #~ "Désactiver les mises à jours et l'installation de thèmes et plugins ?"
5764
-
5765
- #~ msgid "Disable WordPress updates notifications?"
5766
- #~ msgstr "Désactiver les notifications de mises à jour WordPress ?"
5767
-
5768
- #~ msgid "Disable all updates?"
5769
- #~ msgstr "Désactiver toutes les mises à jour ?"
5770
-
5771
- #~ msgid "Disable core updates?"
5772
- #~ msgstr "Désactiver les mises à jour du core ?"
5773
-
5774
- #~ msgid "Disable core development updates?"
5775
- #~ msgstr "Désactiver les mises à jour du core (dev) ?"
5776
-
5777
- #~ msgid "Disable minor core updates?"
5778
- #~ msgstr "Désactiver les mises à jour mineures du core ?"
5779
-
5780
- #~ msgid "Disable major core updates?"
5781
- #~ msgstr "Désactiver les mises à jour majeures du core ?"
5782
-
5783
- #~ msgid "Enable automatic updates on Versioning Control System (GIT/SVN)?"
5784
- #~ msgstr ""
5785
- #~ "Activer les mises à jour automatiques sur des systèmes de contrôle de "
5786
- #~ "versions (GIT/SVN) ?"
5787
-
5788
- #~ msgid "Disable automatic updates for all plugins?"
5789
- #~ msgstr "Désactiver les mises à jour automatiques pour tous les plugins ?"
5790
-
5791
- #~ msgid "Disable automatic updates for all themes?"
5792
- #~ msgstr "Désactiver les mises à jour automatiques pour tous les thèmes ?"
5793
-
5794
- #~ msgid "Disable automatic updates for all translations?"
5795
- #~ msgstr ""
5796
- #~ "Désactiver les mises à jour automatiques pour tous les traductions ?"
5797
-
5798
- #~ msgid "Disable update emails notifications?"
5799
- #~ msgstr "Désactiver les notifications par mail des mises à jour ?"
5800
-
5801
- #~ msgid "Disable JS concatenation?"
5802
- #~ msgstr "Désactiver la concaténation JS ?"
5803
-
5804
- #~ msgid "Remove Welcome Panel?"
5805
- #~ msgstr "Supprimer le Panneau de bienvenue"
5806
-
5807
- #~ msgid "Remove dashboard widgets?"
5808
- #~ msgstr "Supprimer les widgets du Tableau de bord"
5809
-
5810
- #~ msgid "Display all settings in menu?"
5811
- #~ msgstr "Afficher Tous les paramètres dans le menu ?"
5812
-
5813
- #~ msgid "Remove WordPress logo in admin bar?"
5814
- #~ msgstr "Supprimer le logo WordPress dans la barre d'admin"
5815
-
5816
- #~ msgid "Remove Site Name in admin bar?"
5817
- #~ msgstr "Supprimer le nom du site dans la barre d'admin ?"
5818
-
5819
- #~ msgid "Remove My Account in admin bar?"
5820
- #~ msgstr "Supprimer Mon compte dans la barre d'admin ?"
5821
-
5822
- #~ msgid "Remove Menu Toggle in admin bar?"
5823
- #~ msgstr "Supprimer Masquer menu dans la barre d'admin ?"
5824
-
5825
- #~ msgid "Remove Edit in admin bar?"
5826
- #~ msgstr "Supprimer Editer dans la barre d'admin"
5827
-
5828
- #~ msgid "Remove View in admin bar?"
5829
- #~ msgstr "Supprimer Voir dans la barre d'admin ?"
5830
-
5831
- #~ msgid "Remove Preview in admin bar?"
5832
- #~ msgstr "Supprimer Prévisualiser dans la barre d'admin ?"
5833
-
5834
- #~ msgid "Remove Comments in admin bar?"
5835
- #~ msgstr "Supprimer Commentaires dans la barre d'admin ?"
5836
-
5837
- #~ msgid "Remove New Content in admin bar?"
5838
- #~ msgstr "Supprimer Nouveau dans la barre d'admin ?"
5839
-
5840
- #~ msgid "Remove View Site in admin bar?"
5841
- #~ msgstr "Supprimer Voir le site dans la barre d'admin ?"
5842
-
5843
- #~ msgid "Remove Updates in admin bar?"
5844
- #~ msgstr "Supprimer Mises à jour dans la barre d'admin ?"
5845
-
5846
- #~ msgid "Remove customize in admin bar?"
5847
- #~ msgstr "Supprimer Personnaliser dans la barre d'admin ?"
5848
-
5849
- #~ msgid "Remove search in admin bar?"
5850
- #~ msgstr "Supprimer Recherche dans la barre d'admin"
5851
-
5852
- #~ msgid "Disable admin bar in front-end?"
5853
- #~ msgstr "Désactiver la barre d'admin en front-end ?"
5854
-
5855
- #~ msgid "Enable Full TinyMCE by default?"
5856
- #~ msgstr "Activer l'éditeur TinyMCE complet par défaut ?"
5857
-
5858
- #~ msgid "Add Font Size select?"
5859
- #~ msgstr "Ajouter la liste déroulante Taille de la police ?"
5860
-
5861
- #~ msgid "Add Font Family select?"
5862
- #~ msgstr "Ajouter la liste déroulante Famille de Police ?"
5863
-
5864
- #~ msgid "Add custom Fonts select?"
5865
- #~ msgstr "Ajouter la liste déroulante Polices personnalisées ?"
5866
-
5867
- #~ msgid "Add Formats select (styles)?"
5868
- #~ msgstr "Ajouter la liste déroulante Formats (styles) ?"
5869
-
5870
- #~ msgid "Remove Get Shortlink button?"
5871
- #~ msgstr "Supprimer le bouton Obtenir le lien court ?"
5872
-
5873
- #~ msgid "Add New Document button?"
5874
- #~ msgstr "Ajouter bouton Nouveau document ?"
5875
-
5876
- #~ msgid "Add Cut button?"
5877
- #~ msgstr "Ajouter bouton Couper ?"
5878
-
5879
- #~ msgid "Add Copy button?"
5880
- #~ msgstr "Ajouter bouton Copier ?"
5881
-
5882
- #~ msgid "Add Paste button?"
5883
- #~ msgstr "Ajouter bouton Coller ?"
5884
-
5885
- #~ msgid "Add Backcolor button?"
5886
- #~ msgstr "Ajouter le bouton Surlignage ?"
5887
-
5888
- #~ msgid "Remove Insert Media in Media Modal?"
5889
- #~ msgstr "Supprimer Insérer Média dans la modal Media ?"
5890
-
5891
- #~ msgid "Remove Upload Files in Media Modal?"
5892
- #~ msgstr "Supprimer Mettre en ligne dans la modal Media ?"
5893
-
5894
- #~ msgid "Remove Media Library in Media Modal?"
5895
- #~ msgstr "Supprimer Bibliothèque des médias dans la modal Media ?"
5896
-
5897
- #~ msgid "Remove Create Gallery in Media Modal?"
5898
- #~ msgstr "Supprimer Créer galerie dans la modal Media ?"
5899
-
5900
- #~ msgid "Remove Create Playlist in Media Modal?"
5901
- #~ msgstr "Supprimer Créer Playlist dans la modal Media ?"
5902
-
5903
- #~ msgid "Remove Set Featured Image in Media Modal?"
5904
- #~ msgstr "Supprimer Définir comme image à la une dans la modal Media ?"
5905
-
5906
- #~ msgid "Remove Insert From URL in Media Modal?"
5907
- #~ msgstr "Supprimer Insérer depuis une URL dans la modal Media ?"
5908
-
5909
- #~ msgid "Add \"p\" quicktags in Text Editor?"
5910
- #~ msgstr "Ajouter la balise Paragraphe dans la vue Texte de l'éditeur ?"
5911
-
5912
- #~ msgid "Add \"hr\" quicktags in Text Editor?"
5913
- #~ msgstr "Ajouter la balise HR dans la vue Texte de l'éditeur ?"
5914
-
5915
- #~ msgid "Add \"pre\" quicktags in Text Editor?"
5916
- #~ msgstr "Ajouter la balise PRE dans la vue Texte de l'éditeur ?"
5917
-
5918
- #~ msgid "Remove Disable the visual editor when writing?"
5919
- #~ msgstr "Supprimer Désactiver l'éditeur visuel lors de l'écriture ?"
5920
-
5921
- #~ msgid "Remove Admin Color Scheme?"
5922
- #~ msgstr "Supprimer les schémas de couleurs ?"
5923
-
5924
- #~ msgid "Set a default admin color scheme?"
5925
- #~ msgstr "Définir un schéma de couleur d'admin par défaut ?"
5926
-
5927
- #~ msgid "Remove Enable Keyboard Shortcuts for comment moderation?"
5928
- #~ msgstr ""
5929
- #~ "Supprimer Activer les raccourcis claviers pour la modération des "
5930
- #~ "commentaires ?"
5931
-
5932
- #~ msgid "Remove Show Toolbar when viewing site?"
5933
- #~ msgstr ""
5934
- #~ "Supprimer Afficher la barre d'outils lors de la visualisation du site ?"
5935
-
5936
- #~ msgid "Define JPG image quality (default 90%)?"
5937
- #~ msgstr "Définir la qualité d'image JPG (défaut 90%) ?"
5938
-
5939
- #~ msgid "Add PDF filtering to media library?"
5940
- #~ msgstr "Ajouter le filtrage PDF dans la bibliothèque des médias ?"
5941
-
5942
- #~ msgid "Add ZIP filtering to media library?"
5943
- #~ msgstr "Ajouter le filtrage ZIP dans la bibliothèque des médias ?"
5944
-
5945
- #~ msgid "Add RAR filtering to media library?"
5946
- #~ msgstr "Ajouter le filtrage RAR dans la bibliothèque des médias ?"
5947
-
5948
- #~ msgid "Add 7Z filtering to media library?"
5949
- #~ msgstr "Ajouter le filtrage 7Z dans la bibliothèque des médias ?"
5950
-
5951
- #~ msgid "Add TAR filtering to media library?"
5952
- #~ msgstr "Ajouter le filtrage TAR dans la bibliothèque des médias ?"
5953
-
5954
- #~ msgid "Add SWF filtering to media library?"
5955
- #~ msgstr "Ajouter le filtrage SWF dans la bibliothèque des médias ?"
5956
-
5957
- #~ msgid "Add DOC filtering to media library?"
5958
- #~ msgstr "Ajouter le filtrage DOC dans la bibliothèque des médias ?"
5959
-
5960
- #~ msgid "Add DOCX filtering to media library?"
5961
- #~ msgstr "Ajouter le filtrage DOCX dans la bibliothèque des médias ?"
5962
-
5963
- #~ msgid "Add PPT filtering to media library?"
5964
- #~ msgstr "Ajouter le filtrage PPT dans la bibliothèque des médias ?"
5965
-
5966
- #~ msgid "Add PPTX filtering to media library?"
5967
- #~ msgstr "Ajouter le filtrage PPTX dans la bibliothèque des médias ?"
5968
-
5969
- #~ msgid "Add XLS filtering to media library?"
5970
- #~ msgstr "Ajouter le filtrage XLS dans la bibliothèque des médias ?"
5971
-
5972
- #~ msgid "Add XLSX filtering to media library?"
5973
- #~ msgstr "Ajouter le filtrage XLSX dans la bibliothèque des médias ?"
5974
-
5975
- #~ msgid "Remove WordPress update notifications?"
5976
- #~ msgstr "Supprimer les notifications de mises à jour WordPress ?"
5977
-
5978
- #~ msgid "Disable file editor?"
5979
- #~ msgstr "Désactiver l'éditeur de fichiers ?"
5980
-
5981
- #~ msgid "Disable file modifications?"
5982
- #~ msgstr "Désactiver les modifications de fichiers ?"
5983
-
5984
- #~ msgid "Disable all WordPress updates?"
5985
- #~ msgstr "Désactiver toutes les mises à jour WP ?"
5986
-
5987
- #~ msgid "Disable WordPress core updates?"
5988
- #~ msgstr "Désactiver les mises à jour du core ?"
5989
-
5990
- #~ msgid "Disable WordPress core minor updates?"
5991
- #~ msgstr "Désactiver les mises à jour mineures du core ?"
5992
-
5993
- #~ msgid "Disable WordPress core major updates?"
5994
- #~ msgstr "Désactiver les mises à jour majeures du core ?"
5995
-
5996
- #~ msgid "Enable core updates on a VCS?"
5997
- #~ msgstr "Activer les mises à jour du core sur un SCV (GIT/SVN) ?"
5998
-
5999
- #~ msgid "Disable all plugins updates?"
6000
- #~ msgstr "Désactiver les mises à jour des plugins ?"
6001
-
6002
- #~ msgid "Disable all themes updates?"
6003
- #~ msgstr "Désactiver les mises à jour des thèmes ?"
6004
-
6005
- #~ msgid "Disable all translations updates?"
6006
- #~ msgstr "Désactiver les mises à jour des traductions ?"
6007
-
6008
- #~ msgid "Disable emails notifications?"
6009
- #~ msgstr "Désactiver les notifications par mail ?"
6010
-
6011
- #~ msgid "Disable Open Sans?"
6012
- #~ msgstr "Désactiver Open Sans ?"
6013
-
6014
- #~ msgid "Display all settings (required manage_options capability)?"
6015
- #~ msgstr ""
6016
- #~ "Afficher Tous les paramètres (requiert la capacité manage_options) ?"
6017
-
6018
- #~ msgid "Remove Menu Toggle (hamburger icon in responsive mode)?"
6019
- #~ msgstr "Supprimer Masquer Menu (icône hamburger en mode responsive) ?"
6020
-
6021
- #~ msgid "Enable full TinyMCE by default?"
6022
- #~ msgstr "Activer l'éditeur TinyMCE complet par défaut ?"
6023
-
6024
- #~ msgid "Add Custom Fonts select?"
6025
- #~ msgstr "Ajouter la liste déroulante Polices personnalisées ?"
6026
-
6027
- #~ msgid "Remove Get shortlink button?"
6028
- #~ msgstr "Supprimer le bouton Obtenir le lien court ?"
6029
-
6030
- #~ msgid " Add New Document button?"
6031
- #~ msgstr "Ajouter bouton Nouveau document ?"
6032
-
6033
- #~ msgid " Add Cut button?"
6034
- #~ msgstr "Ajouter bouton Couper ?"
6035
-
6036
- #~ msgid " Add Copy button?"
6037
- #~ msgstr "Ajouter bouton Couper ?"
6038
-
6039
- #~ msgid " Add Paste button?"
6040
- #~ msgstr "Ajouter bouton Coller ?"
6041
-
6042
- #~ msgid " Add Backcolor button?"
6043
- #~ msgstr "Ajouter le bouton Surlignage ?"
6044
-
6045
- #~ msgid "Add Paragraph tag in text editor?"
6046
- #~ msgstr "Ajouter la balise Paragraphe dans la vue Texte de l'éditeur ?"
6047
-
6048
- #~ msgid "Add HR tag in text editor?"
6049
- #~ msgstr "Ajouter la balise HR dans la vue Texte de l'éditeur ?"
6050
-
6051
- #~ msgid "Add PRE tag in text editor?"
6052
- #~ msgstr "Ajouter la balise PRE dans la vue Texte de l'éditeur ?"
6053
-
6054
- #~ msgid "Add PDF filter?"
6055
- #~ msgstr "Ajouter le filtre PDF ?"
6056
-
6057
- #~ msgid "Add ZIP filter?"
6058
- #~ msgstr "Ajouter le filtre ZIP ?"
6059
-
6060
- #~ msgid "Add RAR filter?"
6061
- #~ msgstr "Ajouter le filtre RAR ?"
6062
-
6063
- #~ msgid "Add 7Z filter?"
6064
- #~ msgstr "Ajouter le filtre 7Z ?"
6065
-
6066
- #~ msgid "Add TAR filter?"
6067
- #~ msgstr "Ajouter le filtre TAR ?"
6068
-
6069
- #~ msgid "Add SWF filter?"
6070
- #~ msgstr "Ajouter le filtre SWF ?"
6071
-
6072
- #~ msgid "Add DOC filter?"
6073
- #~ msgstr "Ajouter le filtre DOC ?"
6074
-
6075
- #~ msgid "Add DOCX filter?"
6076
- #~ msgstr "Ajouter le filtre DOCX ?"
6077
-
6078
- #~ msgid "Add PPT filter?"
6079
- #~ msgstr "Ajouter le filtre PPT ?"
6080
-
6081
- #~ msgid "Add PPTX filter?"
6082
- #~ msgstr "Ajouter le filtre PPTX ?"
6083
-
6084
- #~ msgid "Add XLS filter?"
6085
- #~ msgstr "Ajouter le filtre XLS ?"
6086
-
6087
- #~ msgid "Add XLSX filter?"
6088
- #~ msgstr "Ajouter le filtre XLSX ?"
6089
-
6090
- #~ msgid "Remove WP SEO columns in list view?"
6091
- #~ msgstr "Supprimer les colonnes WP SEO dans la vue liste ?"
6092
-
6093
- #~ msgid "Move WP SEO Metabox to low position?"
6094
- #~ msgstr "Déplacer la metaboxe WP SEO vers le bas ?"
6095
-
6096
- #~ msgid "Remove WPML advert in publish metabox?"
6097
- #~ msgstr "Supprimer la publicité WPML dans la metaboxe Publier ?"
6098
-
6099
- #~ msgid "Remove WPML in admin bar?"
6100
- #~ msgstr "Supprimer WPML dans la barre d'admin ?"
6101
-
6102
- #~ msgid "Remove WPML in dashboard widget?"
6103
- #~ msgstr "Supprimer le widget WPML du Tableau de bord ?"
6104
-
6105
- #~ msgid "Remove Install the WooThemes Updater plugin?"
6106
- #~ msgstr "Supprimer la notification Installer le plugin WooThemes Updater ?"
6107
-
6108
- #~ msgid "Get it!"
6109
- #~ msgstr "Acheter!"
6110
-
6111
- #~ msgid "Empty trash automatically after x days? (0 to disable trash feature)"
6112
- #~ msgstr ""
6113
- #~ "Vider la corbeille automatiquement après x jours? (0 pour désactiver la "
6114
- #~ "corbeille)"
6115
-
6116
- #~ msgid "Change default autosave interval? (in seconds, 0 to disable)"
6117
- #~ msgstr ""
6118
- #~ "Modifier l'intervalle par défaut de la sauvegarde automatique ? (en "
6119
- #~ "secondes, 0 pour désactiver)"
6120
-
6121
- #~ msgid "Limit posts revisions? (0 to disable)"
6122
- #~ msgstr "Limiter les révisions d'articles ? (0 pour désactiver)"
6123
-
6124
- #~ msgid "Users who have defined their own settings will not be overwritten"
6125
- #~ msgstr ""
6126
- #~ "Les utilisateurs qui ont défini leurs propres paramètres ne seront pas "
6127
- #~ "supprimés."
6128
-
6129
- #~ msgid "Empty trash automatically after x days?"
6130
- #~ msgstr "Vider la corbeille automatiquement après x jours ?"
6131
-
6132
- #~ msgid "Remove trash in posts, pages, custom post type...?"
6133
- #~ msgstr ""
6134
- #~ "Supprimer la corbeille pour les articles, pages, types d'articles "
6135
- #~ "personnalisés... ?"
6136
-
6137
- #~ msgid "Disable trash feature?"
6138
- #~ msgstr "Désactiver la corbeille ?"
6139
-
6140
- #~ msgid ""
6141
- #~ "<strong>Before starting:</strong> define which roles to apply settings "
6142
- #~ "using Role Manager page."
6143
- #~ msgstr ""
6144
- #~ "<strong>Avant de commencer:</strong> définissez à quels rôles doivent "
6145
- #~ "s'appliquer les paramètres depuis la page Rôle."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wp-seopress-nl_NL.mo DELETED
Binary file
languages/wp-seopress-nl_NL.po DELETED
@@ -1,3422 +0,0 @@
1
- # Copyright (C) 2017 SEOPress
2
- # This file is distributed under the same license as the SEOPress package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: SEOPress 2.1.7\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-seopress\n"
7
- "POT-Creation-Date: 2018-08-13 11:50+0200\n"
8
- "PO-Revision-Date: 2018-08-13 11:50+0200\n"
9
- "Last-Translator: IMGemak <info@imgemak.nl>\n"
10
- "Language-Team: Dutch\n"
11
- "Language: nl_NL\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.0.6\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_x;esc_attr_e;esc_attr__\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: inc/admin/admin-header.php:16
23
- msgid "SEOPress"
24
- msgstr "SEOPress"
25
-
26
- #: inc/admin/admin-header.php:23 inc/admin/adminbar.php:75
27
- msgid "PRO"
28
- msgstr "PRO"
29
-
30
- #: inc/admin/admin-header.php:36 inc/admin/admin.php:184
31
- #: inc/admin/adminbar.php:25
32
- msgid "Titles & Metas"
33
- msgstr "Titel & Meta omschrijving"
34
-
35
- #: inc/admin/admin-header.php:42 inc/admin/admin.php:185
36
- #: inc/admin/adminbar.php:31
37
- msgid "XML / HTML Sitemap"
38
- msgstr "Sitemap"
39
-
40
- #: inc/admin/admin-header.php:48 inc/admin/admin.php:186
41
- #: inc/admin/admin.php:1363 inc/admin/adminbar.php:37
42
- msgid "Social Networks"
43
- msgstr "Social media"
44
-
45
- #: inc/admin/admin-header.php:54 inc/admin/admin.php:187
46
- #: inc/admin/admin.php:1401 inc/admin/adminbar.php:43
47
- msgid "Google Analytics"
48
- msgstr "Google Analytics"
49
-
50
- #: inc/admin/admin-header.php:60 inc/admin/admin-metaboxes-form.php:58
51
- #: inc/admin/admin.php:188 inc/admin/admin.php:340 inc/admin/admin.php:616
52
- #: inc/admin/admin.php:1439 inc/admin/adminbar.php:49
53
- msgid "Advanced"
54
- msgstr "Geavanceerd"
55
-
56
- #: inc/admin/admin-header.php:68 inc/admin/admin.php:1468
57
- msgid "WooCommerce"
58
- msgstr "WooCommerce"
59
-
60
- #: inc/admin/admin-header.php:74 inc/admin/admin.php:1496
61
- msgid "Easy Digital Downloads"
62
- msgstr "Easy Digital Downloads"
63
-
64
- #: inc/admin/admin-header.php:80 inc/admin/admin.php:1524
65
- msgid "Local Business"
66
- msgstr "Lokaal bedrijf"
67
-
68
- #: inc/admin/admin-header.php:86 inc/admin/admin.php:1552
69
- msgid "Dublin Core"
70
- msgstr "Dublin Core"
71
-
72
- #: inc/admin/admin-header.php:92 inc/admin/admin.php:1580
73
- msgid "Structured Data Types"
74
- msgstr "Gestructureerde data types"
75
-
76
- #: inc/admin/admin-header.php:98 inc/admin/admin.php:1608
77
- msgid "Breadcrumbs"
78
- msgstr "Kruimelpad"
79
-
80
- #: inc/admin/admin-header.php:104 inc/admin/admin.php:1646
81
- msgid "Google Page Speed"
82
- msgstr "Google-paginasnelheidstest"
83
-
84
- #: inc/admin/admin-header.php:111 inc/admin/admin.php:1667
85
- msgid "robots.txt"
86
- msgstr "robots.txt"
87
-
88
- #: inc/admin/admin-header.php:118 inc/admin/admin.php:1708
89
- msgid "Google News Sitemap"
90
- msgstr "Google Nieuws Sitemap"
91
-
92
- #: inc/admin/admin-header.php:124 inc/admin/admin.php:1736
93
- #: inc/admin/adminbar.php:81
94
- msgid "Redirections"
95
- msgstr "Re-directs"
96
-
97
- #: inc/admin/admin-header.php:130 inc/admin/admin.php:1775
98
- msgid "SEOPress BOT - Broken links"
99
- msgstr "Gebroken links"
100
-
101
- #: inc/admin/admin-header.php:136 inc/admin/admin.php:1786
102
- #: inc/admin/adminbar.php:93
103
- msgid "Backlinks"
104
- msgstr "Backlinks"
105
-
106
- #: inc/admin/admin-header.php:142 inc/admin/admin.php:1797
107
- #, fuzzy
108
- #| msgid "URL redirection"
109
- msgid "URL Rewriting"
110
- msgstr "Omleiding URL"
111
-
112
- #: inc/admin/admin-header.php:149 inc/admin/admin.php:1828
113
- msgid ".htaccess"
114
- msgstr "Deze optie is uitgeschakeld"
115
-
116
- #: inc/admin/admin-header.php:156 inc/admin/admin.php:1840
117
- msgid "RSS"
118
- msgstr "RSS"
119
-
120
- #: inc/admin/admin-header.php:162 inc/admin/admin.php:1873
121
- #: inc/admin/adminbar.php:69
122
- msgid "License"
123
- msgstr "Licentie"
124
-
125
- #: inc/admin/admin-header.php:169 inc/admin/admin.php:189
126
- #: inc/admin/admin.php:1852 inc/admin/adminbar.php:55
127
- msgid "Tools"
128
- msgstr "Gereedschappen"
129
-
130
- #: inc/admin/admin-header.php:191
131
- msgid "See the changelog (new window)"
132
- msgstr "Zie de volledige Changelog"
133
-
134
- #: inc/admin/admin-header.php:193
135
- msgid "See the changelog"
136
- msgstr "Zie alle activiteiten"
137
-
138
- #: inc/admin/admin-header.php:195 inc/admin/admin-header.php:197
139
- msgid "Send feedback"
140
- msgstr "Stuur feedback"
141
-
142
- #: inc/admin/admin-header.php:199
143
- msgid "Follow us on Twitter (new window)"
144
- msgstr "Volg de maker op Twitter"
145
-
146
- #: inc/admin/admin-header.php:201
147
- msgid "Follow us on Twitter"
148
- msgstr "Volg de maker op Twitter"
149
-
150
- #: inc/admin/admin-header.php:203
151
- msgid "Follow us on YouTube (new window)"
152
- msgstr "Volg de maker op Youtube"
153
-
154
- #: inc/admin/admin-header.php:205
155
- msgid "Follow us on YouTube"
156
- msgstr "Volg de maker op Youtube"
157
-
158
- #: inc/admin/admin-header.php:207
159
- msgid "Official website (new window)"
160
- msgstr "De website van de maker"
161
-
162
- #: inc/admin/admin-header.php:209
163
- msgid "Official website"
164
- msgstr "De website van de maker"
165
-
166
- #: inc/admin/admin-header.php:211
167
- msgid "Support (new window)"
168
- msgstr "Support (van de maker)"
169
-
170
- #: inc/admin/admin-header.php:213
171
- msgid "Support"
172
- msgstr "Ondersteuning"
173
-
174
- #: inc/admin/admin-metaboxes-content-analysis-form.php:5
175
- #, fuzzy
176
- #| msgid ""
177
- #| "Enter a few keywords for analysis and help you write optimized content."
178
- msgid "Enter a few keywords for analysis to help you write optimized content."
179
- msgstr "Op welk zoekwoord wil je goed gevonden worden?"
180
-
181
- #: inc/admin/admin-metaboxes-content-analysis-form.php:9
182
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
183
- msgid "Target keywords"
184
- msgstr "De zoekwoorden waar jij goed op gevonden wilt worden"
185
-
186
- #: inc/admin/admin-metaboxes-content-analysis-form.php:11
187
- #, fuzzy
188
- #| msgid ""
189
- #| "Separate target keywords with commas, do not use space after comma unless "
190
- #| "it's wanted."
191
- msgid ""
192
- "Separate target keywords with commas. Do not use spaces after the commas, "
193
- "unless you want to include them."
194
- msgstr ""
195
- "Gebruik je meerdere zoekwoorden? Gebruik een komma om zoekwoorden te "
196
- "scheiden."
197
-
198
- #: inc/admin/admin-metaboxes-content-analysis-form.php:14
199
- #, fuzzy
200
- #| msgid "Analyse my content"
201
- msgid "Analyze my content"
202
- msgstr "Analyseer mijn tekst"
203
-
204
- #: inc/admin/admin-metaboxes-content-analysis-form.php:16
205
- msgid "Refresh analysis"
206
- msgstr "Analyseer opnieuw"
207
-
208
- #: inc/admin/admin-metaboxes-content-analysis-form.php:18
209
- msgid "Analysis completed"
210
- msgstr "Hoppa! De analyse is klaar"
211
-
212
- #: inc/admin/admin-metaboxes-content-analysis-form.php:20
213
- msgid "To get the most accurate analysis, save your post first."
214
- msgstr ""
215
-
216
- #: inc/admin/admin-metaboxes-content-analysis-form.php:24
217
- #, fuzzy
218
- #| msgid "Google Trends"
219
- msgid "Google suggestions"
220
- msgstr "Google Trends"
221
-
222
- #: inc/admin/admin-metaboxes-content-analysis-form.php:26
223
- msgid ""
224
- "Enter a keyword, or a phrase, to find the top 10 Google suggestions "
225
- "instantly. This is useful if you want to work with the long tail technique."
226
- msgstr ""
227
-
228
- #: inc/admin/admin-metaboxes-content-analysis-form.php:28
229
- #, fuzzy
230
- #| msgid "Reset settings"
231
- msgid "Get suggestions!"
232
- msgstr "Reset de instellingen"
233
-
234
- #: inc/admin/admin-metaboxes-content-analysis-form.php:68
235
- #, fuzzy
236
- #| msgid "Optimisations"
237
- msgid "Optimizations"
238
- msgstr "Optimalisatie"
239
-
240
- #: inc/admin/admin-metaboxes-content-analysis-form.php:69
241
- msgid "Configuration"
242
- msgstr "Configuratie"
243
-
244
- #: inc/admin/admin-metaboxes-content-analysis-form.php:70
245
- msgid "Images"
246
- msgstr "Afbeeldingen"
247
-
248
- #: inc/admin/admin-metaboxes-content-analysis-form.php:71
249
- msgid "Links"
250
- msgstr "Links"
251
-
252
- #: inc/admin/admin-metaboxes-content-analysis-form.php:77
253
- msgid "Words counter"
254
- msgstr "Aantal woorden"
255
-
256
- #: inc/admin/admin-metaboxes-content-analysis-form.php:79
257
- msgid "words found."
258
- msgstr "gevonden woorden."
259
-
260
- #: inc/admin/admin-metaboxes-content-analysis-form.php:80
261
- msgid "unique words found."
262
- msgstr "unieke woorden gevonden."
263
-
264
- #: inc/admin/admin-metaboxes-content-analysis-form.php:83
265
- msgid ""
266
- "Your content is composed of more than 300 words, which is the minimum for a "
267
- "post."
268
- msgstr "Netjes, je hebt in ieder geval meer dan 300 woorden gebruikt."
269
-
270
- #: inc/admin/admin-metaboxes-content-analysis-form.php:85
271
- #, fuzzy
272
- #| msgid "Your content lacks words. Add a few more paragraphs!"
273
- msgid "Your content is too short. Add a few more paragraphs!"
274
- msgstr "Kom op, dat kan beter. Voeg nog wat meer tekst toe."
275
-
276
- #: inc/admin/admin-metaboxes-content-analysis-form.php:91
277
- msgid "Post title"
278
- msgstr "Titel bericht"
279
-
280
- #: inc/admin/admin-metaboxes-content-analysis-form.php:94
281
- #, fuzzy
282
- #| msgid "Target keywords were found in Post Title."
283
- msgid "Target keywords were found in the Post Title."
284
- msgstr "Het zoekwoord is gevonden in de titel."
285
-
286
- #: inc/admin/admin-metaboxes-content-analysis-form.php:106
287
- msgid "None of your target keywords were found in the Post Title."
288
- msgstr "Oeps! Het zoekwoord is niet gevonden in je titel."
289
-
290
- #: inc/admin/admin-metaboxes-content-analysis-form.php:109
291
- msgid "No post title set for this post!"
292
- msgstr "Je hebt nog geen titel ingesteld."
293
-
294
- #: inc/admin/admin-metaboxes-content-analysis-form.php:114
295
- msgid "H1 (Heading 1)"
296
- msgstr "H1 (Kop 1)"
297
-
298
- #: inc/admin/admin-metaboxes-content-analysis-form.php:117
299
- #, fuzzy
300
- #| msgid ""
301
- #| "You should not use Heading 1 in your post content because your post title "
302
- #| "is already an H1. The rule is simple: 1 H1 for 1 web page."
303
- msgid ""
304
- "You should not use a H1 heading in your post content because your post title "
305
- "is already an H1. The rule is simple: only one H1 for each web page."
306
- msgstr "Gebruik niet meer dan 1 H1 kop"
307
-
308
- #: inc/admin/admin-metaboxes-content-analysis-form.php:121
309
- msgid "H2 (Heading 2)"
310
- msgstr "H2 (Kop 2)"
311
-
312
- #: inc/admin/admin-metaboxes-content-analysis-form.php:123
313
- msgid "Target keywords were found in Heading 2 (H2)."
314
- msgstr "Het zoekwoord is gevonden in je H2 kop."
315
-
316
- #: inc/admin/admin-metaboxes-content-analysis-form.php:135
317
- msgid "None of your target keywords were found in Heading 2 (H2)."
318
- msgstr "We hebben geen zoekwoord gevonden in je H2 kop."
319
-
320
- #: inc/admin/admin-metaboxes-content-analysis-form.php:139
321
- msgid "H3 (Heading 3)"
322
- msgstr "H3 (Kop 3)"
323
-
324
- #: inc/admin/admin-metaboxes-content-analysis-form.php:141
325
- msgid "Target keywords were found in Heading 3 (H3)."
326
- msgstr "We hebben het zoekwoord gevonden in je H3 kop."
327
-
328
- #: inc/admin/admin-metaboxes-content-analysis-form.php:153
329
- msgid "None of your target keywords were found in Heading 3 (H3)."
330
- msgstr "We hebben geen zoekwoord gevonden in je H3 kop."
331
-
332
- #: inc/admin/admin-metaboxes-content-analysis-form.php:157
333
- msgid "Meta title"
334
- msgstr "SEO Titel"
335
-
336
- #: inc/admin/admin-metaboxes-content-analysis-form.php:160
337
- #, fuzzy
338
- #| msgid "Target keywords were found in Meta Title."
339
- msgid "Target keywords were found in the Meta Title."
340
- msgstr "Het zoekwoord is gevonden in de titel."
341
-
342
- #: inc/admin/admin-metaboxes-content-analysis-form.php:172
343
- #, fuzzy
344
- #| msgid "None of your target keywords were found in Meta Title."
345
- msgid "None of your target keywords were found in the Meta Title."
346
- msgstr "Oeps! Het zoekwoord is niet gevonden in je titel."
347
-
348
- #: inc/admin/admin-metaboxes-content-analysis-form.php:176
349
- msgid "You custom title is too long."
350
- msgstr "De titel is te lang."
351
-
352
- #: inc/admin/admin-metaboxes-content-analysis-form.php:178
353
- msgid "The length of your title is correct"
354
- msgstr "Goed zo! Je hebt een goede lengte voor je titel"
355
-
356
- #: inc/admin/admin-metaboxes-content-analysis-form.php:181
357
- #, fuzzy
358
- #| msgid "No custom title set for this post."
359
- msgid "No custom title is set for this post."
360
- msgstr "Je hebt nog geen titel ingesteld."
361
-
362
- #: inc/admin/admin-metaboxes-content-analysis-form.php:185
363
- #: inc/admin/admin-metaboxes-form.php:107
364
- #: inc/admin/admin-metaboxes-form.php:108 inc/admin/admin.php:726
365
- #: inc/admin/admin.php:1960 inc/admin/admin.php:3249
366
- #: inc/functions/options-advanced-admin.php:762
367
- msgid "Meta description"
368
- msgstr "Meta omschrijving"
369
-
370
- #: inc/admin/admin-metaboxes-content-analysis-form.php:189
371
- #, fuzzy
372
- #| msgid "Target keywords were found in Meta description."
373
- msgid "Target keywords were found in the Meta description."
374
- msgstr "We hebben het zoekwoord gevonden in je meta-omschrijving"
375
-
376
- #: inc/admin/admin-metaboxes-content-analysis-form.php:201
377
- #, fuzzy
378
- #| msgid "None of your target keywords were found in Meta description."
379
- msgid "None of your target keywords were found in the Meta description."
380
- msgstr ""
381
- "We hebben geen zoekwoord gevonden in je meta omschrijving. Is ook niet zo "
382
- "heel belangrijk hoor ;-)"
383
-
384
- #: inc/admin/admin-metaboxes-content-analysis-form.php:205
385
- msgid "You custom meta description is too long."
386
- msgstr "De meta omschrijving is te lang"
387
-
388
- #: inc/admin/admin-metaboxes-content-analysis-form.php:207
389
- msgid "The length of your meta description is correct"
390
- msgstr "De lengte van je meta omschrijving is in orde."
391
-
392
- #: inc/admin/admin-metaboxes-content-analysis-form.php:210
393
- #, fuzzy
394
- #| msgid "No custom meta description set for this post."
395
- msgid "No custom meta description is set for this post."
396
- msgstr "Je hebt nog geen meta omschrijving ingevuld."
397
-
398
- #: inc/admin/admin-metaboxes-content-analysis-form.php:216
399
- msgid "Robots"
400
- msgstr "Robots"
401
-
402
- #: inc/admin/admin-metaboxes-content-analysis-form.php:220
403
- msgid "noindex is on! Search engines can't index this page."
404
- msgstr ""
405
- "noindex staat aan! Google zal deze pagina niet indexeren. Weet je zeker dat "
406
- "dit aan moet staan?"
407
-
408
- #: inc/admin/admin-metaboxes-content-analysis-form.php:222
409
- msgid "noindex is off. Search engines will index this page."
410
- msgstr "noindex staat uit. Google kan jouw pagina indexeren."
411
-
412
- #: inc/admin/admin-metaboxes-content-analysis-form.php:226
413
- msgid "nofollow is on! Search engines can't follow your links on this page."
414
- msgstr "nofollow staat aan! Google zal de links op deze pagina niet volgen."
415
-
416
- #: inc/admin/admin-metaboxes-content-analysis-form.php:228
417
- msgid "nofollow is off. Search engines will follow links on this page."
418
- msgstr "nofollow staat uit. Google zal alle linkjes op de pagina volgen."
419
-
420
- #: inc/admin/admin-metaboxes-content-analysis-form.php:232
421
- msgid ""
422
- "noimageindex is on! Google will not index your images on this page (but if "
423
- "someone makes a direct link to one of your image in this page, it will be "
424
- "indexed)."
425
- msgstr "noimageindex staat aan! Google zal de afbeeldingen niet indexeren."
426
-
427
- #: inc/admin/admin-metaboxes-content-analysis-form.php:234
428
- #, fuzzy
429
- #| msgid "noimageindex is off. Google will index your images on this page."
430
- msgid "noimageindex is off. Google will index the images on this page."
431
- msgstr "noimageindex staat uit. Google mag je afbeeldingen indexeren."
432
-
433
- #: inc/admin/admin-metaboxes-content-analysis-form.php:238
434
- msgid "noarchive is on! Search engines will not cache your page."
435
- msgstr "noarchive staat aan! Google zal jouw pagina niet in zijn geheugen."
436
-
437
- #: inc/admin/admin-metaboxes-content-analysis-form.php:240
438
- msgid "noarchive is off. Search engines will probably cache your page."
439
- msgstr "noarchive staat uit! Google zal jouw pagina in zijn geheugen opslaan."
440
-
441
- #: inc/admin/admin-metaboxes-content-analysis-form.php:244
442
- msgid ""
443
- "nosnippet is on! Search engines will not display a snippet of this page in "
444
- "search results."
445
- msgstr ""
446
- "nosnippet staat aan! Google zal geen snippet tonen van jouw website in de "
447
- "zoekresultaten. "
448
-
449
- #: inc/admin/admin-metaboxes-content-analysis-form.php:246
450
- msgid ""
451
- "nosnippet is off. Search engines will display a snippet of this page in "
452
- "search results."
453
- msgstr ""
454
- "nosnippet staat uit. Google zal een snippet tonen van jouw website in de "
455
- "zoekresultaten."
456
-
457
- #: inc/admin/admin-metaboxes-content-analysis-form.php:258
458
- #, fuzzy
459
- #| msgid ""
460
- #| "No alternative text found for these images. Alt tag are important for "
461
- #| "both SEO and accessibility."
462
- msgid ""
463
- "No alternative text found for these images. Alt tags are important for both "
464
- "SEO and accessibility."
465
- msgstr "Je hebt nog geen alt tekst opgegeven bij je afbeeldingen."
466
-
467
- #: inc/admin/admin-metaboxes-content-analysis-form.php:262
468
- msgid "Post Content"
469
- msgstr "Inhoud artikel"
470
-
471
- #: inc/admin/admin-metaboxes-content-analysis-form.php:272
472
- msgid "Post Thumbnail"
473
- msgstr "Thumbnail"
474
-
475
- #: inc/admin/admin-metaboxes-content-analysis-form.php:280
476
- msgid "Product gallery"
477
- msgstr "Productgalerij"
478
-
479
- #: inc/admin/admin-metaboxes-content-analysis-form.php:288
480
- msgid "All alternative tags are filled in. Good work!"
481
- msgstr ""
482
- "Er zijn geen afbeeldingen gevonden of je hebt alle alt-teksten netjes "
483
- "ingevuld. Goed zo!"
484
-
485
- #: inc/admin/admin-metaboxes-content-analysis-form.php:291
486
- msgid ""
487
- "We could not find any image in your content. Content with media is a plus "
488
- "for your SEO."
489
- msgstr ""
490
- "We hebben geen afbeelding gevonden. Maak je artikel wat leuker door "
491
- "afbeeldingen toe te voegen. "
492
-
493
- #: inc/admin/admin-metaboxes-content-analysis-form.php:297
494
- msgid "NoFollow Links"
495
- msgstr "Nofollow links"
496
-
497
- #: inc/admin/admin-metaboxes-content-analysis-form.php:310
498
- msgid "This page doesn't have any nofollow links."
499
- msgstr "Deze pagina heeft geen no-follow links."
500
-
501
- #: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:162
502
- #: inc/admin/admin-metaboxes.php:164 inc/admin/admin.php:182
503
- #: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:752
504
- msgid "SEO"
505
- msgstr "SEO"
506
-
507
- #: inc/admin/admin-metaboxes-form.php:57
508
- msgid "Titles settings"
509
- msgstr "Titel instellingen"
510
-
511
- #: inc/admin/admin-metaboxes-form.php:59
512
- msgid "Social"
513
- msgstr "Social"
514
-
515
- #: inc/admin/admin-metaboxes-form.php:61
516
- msgid "Redirection"
517
- msgstr "Re-directs"
518
-
519
- #: inc/admin/admin-metaboxes-form.php:66
520
- #, fuzzy
521
- #| msgid "Google News Genres"
522
- msgid "Google News"
523
- msgstr "Categorie Google Nieuws"
524
-
525
- #: inc/admin/admin-metaboxes-form.php:73
526
- #, fuzzy
527
- #| msgid "View your sitemap"
528
- msgid "Video Sitemap"
529
- msgstr "Bekijk je sitemap"
530
-
531
- #: inc/admin/admin-metaboxes-form.php:86
532
- msgid ""
533
- "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas "
534
- "> Archives > Products</strong> "
535
- msgstr ""
536
- "Dit is je <strong>winkelpagina</strong>. Ga naar <strong>SEO > Titels & "
537
- "Metas > Archieven > Producten</strong> "
538
-
539
- #: inc/admin/admin-metaboxes-form.php:86
540
- msgid "to edit your title and meta description"
541
- msgstr "om je titel en meta omschrijving aan te passen"
542
-
543
- #: inc/admin/admin-metaboxes-form.php:92 inc/admin/admin-metaboxes-form.php:93
544
- msgid "Title"
545
- msgstr "Titel"
546
-
547
- #: inc/admin/admin-metaboxes-form.php:97 inc/admin/admin-metaboxes-form.php:112
548
- msgid "(maximum recommended limit)"
549
- msgstr "(maximaal)"
550
-
551
- #: inc/admin/admin-metaboxes-form.php:101 inc/admin/admin.php:3292
552
- msgid "Post Title"
553
- msgstr "Titel bericht"
554
-
555
- #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:196
556
- #: inc/admin/admin.php:3241 inc/admin/admin.php:3294 inc/admin/admin.php:3413
557
- #: inc/admin/admin.php:3531 inc/admin/admin.php:3608 inc/admin/admin.php:3678
558
- #: inc/admin/admin.php:3747 inc/admin/admin.php:3797
559
- msgid "Site Title"
560
- msgstr "Website titel"
561
-
562
- #: inc/admin/admin-metaboxes-form.php:116
563
- #, fuzzy
564
- #| msgid "Post excerpt"
565
- msgid "Post Excerpt"
566
- msgstr "Fragment"
567
-
568
- #: inc/admin/admin-metaboxes-form.php:121
569
- msgid "Google Snippet Preview"
570
- msgstr "Google Snippet Preview"
571
-
572
- #: inc/admin/admin-metaboxes-form.php:122
573
- msgid ""
574
- "This is what your page will look like in Google search results. You have to "
575
- "publish your post to get the Google Snippet Preview."
576
- msgstr ""
577
- "Zo zal jouw pagina er in Google uitzien. Sla de pagina op om een Google "
578
- "Snippet Preview te zien."
579
-
580
- #: inc/admin/admin-metaboxes-form.php:147 inc/admin/admin.php:2145
581
- #: inc/admin/admin.php:3326 inc/admin/admin.php:3463 inc/admin/admin.php:3563
582
- #: inc/admin/admin.php:3639 inc/admin/admin.php:3708 inc/admin/admin.php:3778
583
- #: inc/admin/admin.php:3828
584
- msgid "noindex"
585
- msgstr "noindex"
586
-
587
- #: inc/admin/admin-metaboxes-form.php:148 inc/admin/admin.php:3830
588
- msgid ""
589
- "Do not display all pages of the site in Google search results and do not "
590
- "display \"Cached\" links in search results."
591
- msgstr "Vertel Google om geen enkele pagina van jouw website te laten zien."
592
-
593
- #: inc/admin/admin-metaboxes-form.php:153 inc/admin/admin.php:2153
594
- #: inc/admin/admin.php:3345 inc/admin/admin.php:3482 inc/admin/admin.php:3582
595
- #: inc/admin/admin.php:3847
596
- msgid "nofollow"
597
- msgstr "nofollow"
598
-
599
- #: inc/admin/admin-metaboxes-form.php:154 inc/admin/admin.php:3849
600
- msgid "Do not follow links for all pages."
601
- msgstr "Geef een no follow tag mee aan alle links op alle pagina's."
602
-
603
- #: inc/admin/admin-metaboxes-form.php:159 inc/admin/admin.php:2161
604
- #: inc/admin/admin.php:3866
605
- msgid "noodp"
606
- msgstr "noodp"
607
-
608
- #: inc/admin/admin-metaboxes-form.php:160 inc/admin/admin.php:3868
609
- msgid ""
610
- "Do not use Open Directory project metadata for titles or excerpts for all "
611
- "pages."
612
- msgstr "Maak geen gebruik van het open directory project."
613
-
614
- #: inc/admin/admin-metaboxes-form.php:165 inc/admin/admin.php:2169
615
- #: inc/admin/admin.php:3885
616
- msgid "noimageindex"
617
- msgstr "noimageindex"
618
-
619
- #: inc/admin/admin-metaboxes-form.php:166 inc/admin/admin.php:3887
620
- msgid "Do not index images from the entire site."
621
- msgstr "Laat Google jouw afbeeldingen NIET indexeren."
622
-
623
- #: inc/admin/admin-metaboxes-form.php:171 inc/admin/admin.php:2177
624
- #: inc/admin/admin.php:3904
625
- msgid "noarchive"
626
- msgstr "noarchive"
627
-
628
- #: inc/admin/admin-metaboxes-form.php:172 inc/admin/admin.php:3906
629
- msgid "Do not display a \"Cached\" link in the Google search results."
630
- msgstr "Laat Google geen \"cached\" versie bijhouden van jouw pagina."
631
-
632
- #: inc/admin/admin-metaboxes-form.php:177 inc/admin/admin.php:2185
633
- #: inc/admin/admin.php:3923
634
- msgid "nosnippet"
635
- msgstr "nosnippet"
636
-
637
- #: inc/admin/admin-metaboxes-form.php:178 inc/admin/admin.php:3925
638
- msgid ""
639
- "Do not display a description in the Google search results for all pages."
640
- msgstr "Laat Google geen beschrijving van de pagina's tonen."
641
-
642
- #: inc/admin/admin-metaboxes-form.php:181
643
- msgid ""
644
- "You can not uncheck a parameter? This is normal, it is most likely defined "
645
- "in the global settings of the extension."
646
- msgstr ""
647
-
648
- #: inc/admin/admin-metaboxes-form.php:184
649
- #: inc/admin/admin-metaboxes-form.php:185 inc/admin/admin.php:730
650
- msgid "Canonical URL"
651
- msgstr "Aangepaste Canonieke URL"
652
-
653
- #: inc/admin/admin-metaboxes-form.php:190
654
- #: inc/admin/admin-metaboxes-form.php:191
655
- msgid "Custom breadcrumbs"
656
- msgstr "Aangepast kruimelpad"
657
-
658
- #: inc/admin/admin-metaboxes-form.php:199
659
- msgid "Ask Facebook to update his cache"
660
- msgstr "Vraag aan Facebook nog een keer je pagina te bezoeken"
661
-
662
- #: inc/admin/admin-metaboxes-form.php:201
663
- #: inc/admin/admin-metaboxes-form.php:202
664
- msgid "Facebook Title"
665
- msgstr "Facebook Titel"
666
-
667
- #: inc/admin/admin-metaboxes-form.php:205
668
- #: inc/admin/admin-metaboxes-form.php:206
669
- msgid "Facebook description"
670
- msgstr "Facebook omschrijving"
671
-
672
- #: inc/admin/admin-metaboxes-form.php:209
673
- #: inc/admin/admin-metaboxes-form.php:210
674
- msgid "Facebook Thumbnail"
675
- msgstr "Thumbnail"
676
-
677
- #: inc/admin/admin-metaboxes-form.php:211 inc/admin/admin.php:4471
678
- #, fuzzy
679
- #| msgid "Minimum size: 200x200px"
680
- msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
681
- msgstr "Minimale grootte: 200px x 200px"
682
-
683
- #: inc/admin/admin-metaboxes-form.php:212
684
- #: inc/admin/admin-metaboxes-form.php:230
685
- #: inc/admin/admin-metaboxes-form.php:357 inc/admin/admin.php:4225
686
- #: inc/admin/admin.php:4469 inc/admin/admin.php:4560
687
- msgid "Upload an Image"
688
- msgstr "Upload de afbeelding"
689
-
690
- #: inc/admin/admin-metaboxes-form.php:217
691
- msgid "Preview your Twitter card using the official validator"
692
- msgstr ""
693
-
694
- #: inc/admin/admin-metaboxes-form.php:219
695
- #: inc/admin/admin-metaboxes-form.php:220
696
- msgid "Twitter Title"
697
- msgstr "Twitter Titel"
698
-
699
- #: inc/admin/admin-metaboxes-form.php:223
700
- #: inc/admin/admin-metaboxes-form.php:224
701
- msgid "Twitter description"
702
- msgstr "Twitter Beschrijving"
703
-
704
- #: inc/admin/admin-metaboxes-form.php:227
705
- #: inc/admin/admin-metaboxes-form.php:230
706
- msgid "Twitter Thumbnail"
707
- msgstr "Thumbnail"
708
-
709
- #: inc/admin/admin-metaboxes-form.php:229 inc/admin/admin.php:4562
710
- msgid ""
711
- "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
712
- "(2:1 with large card), 5Mb max."
713
- msgstr ""
714
-
715
- #: inc/admin/admin-metaboxes-form.php:239
716
- msgid "Enable redirection?"
717
- msgstr "Automatisch omleiden inschakelen."
718
-
719
- #: inc/admin/admin-metaboxes-form.php:243
720
- #: inc/admin/admin-metaboxes-form.php:249
721
- msgid "URL redirection"
722
- msgstr "Omleiding URL"
723
-
724
- #: inc/admin/admin-metaboxes-form.php:245
725
- msgid "301 Moved Permanently"
726
- msgstr "301 - Definitief verplaatst"
727
-
728
- #: inc/admin/admin-metaboxes-form.php:246
729
- msgid "302 Found (HTTP 1.1) / Moved Temporarily (HTTP 1.0)"
730
- msgstr "301 - Tijdelijk verplaatst"
731
-
732
- #: inc/admin/admin-metaboxes-form.php:247
733
- msgid "307 Moved Temporarily (HTTP 1.1 Only)"
734
- msgstr "307 - Tijdelijk verplaatst"
735
-
736
- #: inc/admin/admin-metaboxes-form.php:254
737
- #: inc/admin/admin-metaboxes-form.php:256
738
- #: inc/admin/admin-metaboxes-form.php:259
739
- #: inc/admin/admin-metaboxes-form.php:261
740
- msgid "Test your URL"
741
- msgstr "Test de URL"
742
-
743
- #: inc/admin/admin-metaboxes-form.php:274
744
- msgid "Need help with your redirections? Read our guide."
745
- msgstr ""
746
-
747
- #: inc/admin/admin-metaboxes-form.php:286
748
- msgid "Exclude this post from Google News Sitemap?"
749
- msgstr "Dit bericht niet meenemen in de Google Nieuws Sitemap?"
750
-
751
- #: inc/admin/admin-metaboxes-form.php:310
752
- #, fuzzy
753
- #| msgid "Exclude this post from Google News Sitemap?"
754
- msgid "Exclude this post from Video Sitemap?"
755
- msgstr "Dit bericht niet meenemen in de Google Nieuws Sitemap?"
756
-
757
- #: inc/admin/admin-metaboxes-form.php:312
758
- msgid ""
759
- "If your post is set to noindex, it will be automatically excluded from the "
760
- "sitemap."
761
- msgstr ""
762
-
763
- #: inc/admin/admin-metaboxes-form.php:331
764
- msgid "Video "
765
- msgstr ""
766
-
767
- #: inc/admin/admin-metaboxes-form.php:335
768
- msgid "Video URL (required)"
769
- msgstr ""
770
-
771
- #: inc/admin/admin-metaboxes-form.php:336
772
- msgid "Video URL"
773
- msgstr ""
774
-
775
- #: inc/admin/admin-metaboxes-form.php:341
776
- msgid ""
777
- "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? "
778
- "Check this if your video is hosting on this server."
779
- msgstr ""
780
-
781
- #: inc/admin/admin-metaboxes-form.php:345
782
- msgid "Video Title (required)"
783
- msgstr ""
784
-
785
- #: inc/admin/admin-metaboxes-form.php:346
786
- #, fuzzy
787
- #| msgid "Site title"
788
- msgid "Video title"
789
- msgstr "Titel website"
790
-
791
- #: inc/admin/admin-metaboxes-form.php:347
792
- msgid "Default: title tag, if not available, post title."
793
- msgstr ""
794
-
795
- #: inc/admin/admin-metaboxes-form.php:350
796
- msgid "Video Description (required)"
797
- msgstr ""
798
-
799
- #: inc/admin/admin-metaboxes-form.php:351
800
- #, fuzzy
801
- #| msgid "Meta description"
802
- msgid "Video description"
803
- msgstr "Meta omschrijving"
804
-
805
- #: inc/admin/admin-metaboxes-form.php:352
806
- msgid ""
807
- "2048 characters max.; default: meta description. If not available, use the "
808
- "beginning of the post content."
809
- msgstr ""
810
-
811
- #: inc/admin/admin-metaboxes-form.php:355
812
- msgid "Video Thumbnail (required)"
813
- msgstr ""
814
-
815
- #: inc/admin/admin-metaboxes-form.php:357
816
- #, fuzzy
817
- #| msgid "Post Thumbnail"
818
- msgid "Video Thumbnail"
819
- msgstr "Thumbnail"
820
-
821
- #: inc/admin/admin-metaboxes-form.php:358
822
- msgid ""
823
- "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
824
- "your post featured image."
825
- msgstr ""
826
-
827
- #: inc/admin/admin-metaboxes-form.php:361
828
- msgid "Video Duration (recommended)"
829
- msgstr ""
830
-
831
- #: inc/admin/admin-metaboxes-form.php:362
832
- msgid "Video duration"
833
- msgstr ""
834
-
835
- #: inc/admin/admin-metaboxes-form.php:363
836
- msgid ""
837
- "The duration of the video in seconds. Value must be between 0 and 28800 (8 "
838
- "hours)."
839
- msgstr ""
840
-
841
- #: inc/admin/admin-metaboxes-form.php:366
842
- msgid "Video Rating"
843
- msgstr ""
844
-
845
- #: inc/admin/admin-metaboxes-form.php:367
846
- msgid "Video rating"
847
- msgstr ""
848
-
849
- #: inc/admin/admin-metaboxes-form.php:368
850
- msgid "Allowed values are float numbers in the range 0.0 to 5.0."
851
- msgstr ""
852
-
853
- #: inc/admin/admin-metaboxes-form.php:371
854
- #: inc/admin/admin-metaboxes-form.php:372
855
- msgid "View count"
856
- msgstr ""
857
-
858
- #: inc/admin/admin-metaboxes-form.php:375
859
- #: inc/admin/admin-metaboxes-form.php:376
860
- #, fuzzy
861
- #| msgid "Title tags"
862
- msgid "Video tags"
863
- msgstr "Titels"
864
-
865
- #: inc/admin/admin-metaboxes-form.php:377
866
- msgid ""
867
- "32 tags max., separate tags with commas. Default: target keywords + post "
868
- "tags if available."
869
- msgstr ""
870
-
871
- #: inc/admin/admin-metaboxes-form.php:380
872
- #: inc/admin/admin-metaboxes-form.php:381
873
- #, fuzzy
874
- #| msgid "Categories"
875
- msgid "Video categories"
876
- msgstr "Categorieën"
877
-
878
- #: inc/admin/admin-metaboxes-form.php:382
879
- msgid ""
880
- "256 characters max., usually a video will belong to a single category, "
881
- "separate categories with commas. Default: first post category if available."
882
- msgstr ""
883
-
884
- #: inc/admin/admin-metaboxes-form.php:387
885
- msgid "NOT family friendly?"
886
- msgstr ""
887
-
888
- #: inc/admin/admin-metaboxes-form.php:389
889
- msgid "The video will be available only to users with SafeSearch turned off."
890
- msgstr ""
891
-
892
- #: inc/admin/admin-metaboxes-form.php:391
893
- msgid "Remove video"
894
- msgstr ""
895
-
896
- #: inc/admin/admin-metaboxes-form.php:398
897
- msgid "Add video"
898
- msgstr ""
899
-
900
- #: inc/admin/admin-metaboxes.php:378
901
- msgid "Content analysis"
902
- msgstr "Doe de SEO check"
903
-
904
- #: inc/admin/admin.php:105
905
- msgid "404 - Page not found"
906
- msgstr "404 - Pagina niet gevonden"
907
-
908
- #: inc/admin/admin.php:183
909
- msgid "Dashboard"
910
- msgstr "Dashboard"
911
-
912
- #: inc/admin/admin.php:185
913
- msgid "XML / Image / HTML Sitemap"
914
- msgstr "Sitemap"
915
-
916
- #: inc/admin/admin.php:196
917
- #, php-format
918
- msgid "%%sitetitle%%"
919
- msgstr "%%sitetitle%%"
920
-
921
- #: inc/admin/admin.php:197
922
- #, php-format
923
- msgid "%%tagline%%"
924
- msgstr "%%tagline%%"
925
-
926
- #: inc/admin/admin.php:197 inc/admin/admin.php:3242 inc/admin/admin.php:3253
927
- msgid "Tagline"
928
- msgstr "Tagline"
929
-
930
- #: inc/admin/admin.php:198
931
- #, php-format
932
- msgid "%%post_title%%"
933
- msgstr "%%post_title%%"
934
-
935
- #: inc/admin/admin.php:198
936
- msgid "Post Title (post, page, custom post type)"
937
- msgstr "Titel van het bericht"
938
-
939
- #: inc/admin/admin.php:199
940
- #, php-format
941
- msgid "%%post_excerpt%%"
942
- msgstr "%%post_excerpt%%"
943
-
944
- #: inc/admin/admin.php:199
945
- msgid "Post excerpt"
946
- msgstr "Fragment"
947
-
948
- #: inc/admin/admin.php:200
949
- #, php-format
950
- msgid "%%post_date%%"
951
- msgstr "%%post_date%%"
952
-
953
- #: inc/admin/admin.php:200
954
- msgid "Post date"
955
- msgstr "Gepubliceerd op"
956
-
957
- #: inc/admin/admin.php:201
958
- #, php-format
959
- msgid "%%post_author%%"
960
- msgstr "%%post_author%%"
961
-
962
- #: inc/admin/admin.php:201 inc/admin/admin.php:3607
963
- msgid "Post author"
964
- msgstr "Auteur"
965
-
966
- #: inc/admin/admin.php:202
967
- #, php-format
968
- msgid "%%post_category%%"
969
- msgstr "%%post_category%%"
970
-
971
- #: inc/admin/admin.php:202
972
- msgid "Post category"
973
- msgstr "Bericht categorie"
974
-
975
- #: inc/admin/admin.php:203
976
- #, php-format
977
- msgid "%%post_tag%%"
978
- msgstr "%%post_tag%%"
979
-
980
- #: inc/admin/admin.php:203
981
- msgid "Post tag"
982
- msgstr "Berichttag"
983
-
984
- #: inc/admin/admin.php:204
985
- #, php-format
986
- msgid "%%_category_title%%"
987
- msgstr "%%_category_title%%"
988
-
989
- #: inc/admin/admin.php:204
990
- msgid "Category title"
991
- msgstr "Categorie"
992
-
993
- #: inc/admin/admin.php:205
994
- #, php-format
995
- msgid "%%_category_description%%"
996
- msgstr "%%_category_description%%"
997
-
998
- #: inc/admin/admin.php:205
999
- msgid "Category description"
1000
- msgstr "Categorie beschrijving"
1001
-
1002
- #: inc/admin/admin.php:206
1003
- #, php-format
1004
- msgid "%%tag_title%%"
1005
- msgstr "%%tag_title%%"
1006
-
1007
- #: inc/admin/admin.php:206
1008
- msgid "Tag title"
1009
- msgstr "Titel Tag"
1010
-
1011
- #: inc/admin/admin.php:207
1012
- #, php-format
1013
- msgid "%%tag_description%%"
1014
- msgstr "%%tag_description%%"
1015
-
1016
- #: inc/admin/admin.php:207
1017
- msgid "Tag description"
1018
- msgstr "Omschrijving Tag"
1019
-
1020
- #: inc/admin/admin.php:208
1021
- #, php-format
1022
- msgid "%%term_title%%"
1023
- msgstr "%%term_title%%"
1024
-
1025
- #: inc/admin/admin.php:208
1026
- msgid "Term title"
1027
- msgstr "Titel"
1028
-
1029
- #: inc/admin/admin.php:209
1030
- #, php-format
1031
- msgid "%%term_description%%"
1032
- msgstr "%%term_description%%"
1033
-
1034
- #: inc/admin/admin.php:209
1035
- msgid "Term description"
1036
- msgstr "Beschrijving"
1037
-
1038
- #: inc/admin/admin.php:210
1039
- #, php-format
1040
- msgid "%%search_keywords%%"
1041
- msgstr "%%search_keywords%%"
1042
-
1043
- #: inc/admin/admin.php:210
1044
- msgid "Search keywords"
1045
- msgstr "Vind zoekwoorden"
1046
-
1047
- #: inc/admin/admin.php:211
1048
- #, php-format
1049
- msgid "%%current_pagination%%"
1050
- msgstr "%%current_pagination%%"
1051
-
1052
- #: inc/admin/admin.php:211
1053
- msgid "Current number page"
1054
- msgstr "Huidige pagina"
1055
-
1056
- #: inc/admin/admin.php:212
1057
- #, php-format
1058
- msgid "%%cpt_plural%%"
1059
- msgstr "%%cpt_plural%%"
1060
-
1061
- #: inc/admin/admin.php:212
1062
- msgid "Plural Post Type Archive name"
1063
- msgstr "Berichttype archief"
1064
-
1065
- #: inc/admin/admin.php:213
1066
- #, fuzzy, php-format
1067
- #| msgid "%%tag_title%%"
1068
- msgid "%%archive_title%%"
1069
- msgstr "%%tag_title%%"
1070
-
1071
- #: inc/admin/admin.php:213
1072
- #, fuzzy
1073
- #| msgid "Archive date"
1074
- msgid "Archive title"
1075
- msgstr "Archiefdatum"
1076
-
1077
- #: inc/admin/admin.php:214
1078
- #, fuzzy, php-format
1079
- #| msgid "Archive date"
1080
- msgid "%%archive_date%%"
1081
- msgstr "Archiefdatum"
1082
-
1083
- #: inc/admin/admin.php:214
1084
- msgid "Date Archive"
1085
- msgstr "Datum Archief"
1086
-
1087
- #: inc/admin/admin.php:215
1088
- #, fuzzy, php-format
1089
- #| msgid "Archive date"
1090
- msgid "%%archive_date_day%%"
1091
- msgstr "Archiefdatum"
1092
-
1093
- #: inc/admin/admin.php:215
1094
- #, fuzzy
1095
- #| msgid "Archive date"
1096
- msgid "Day Archive date"
1097
- msgstr "Archiefdatum"
1098
-
1099
- #: inc/admin/admin.php:216
1100
- #, php-format
1101
- msgid "%%archive_date_month%%"
1102
- msgstr ""
1103
-
1104
- #: inc/admin/admin.php:216
1105
- #, fuzzy
1106
- #| msgid "Archive date"
1107
- msgid "Month Archive title"
1108
- msgstr "Archiefdatum"
1109
-
1110
- #: inc/admin/admin.php:217
1111
- #, fuzzy, php-format
1112
- #| msgid "Archive date"
1113
- msgid "%%archive_date_year%%"
1114
- msgstr "Archiefdatum"
1115
-
1116
- #: inc/admin/admin.php:217
1117
- #, fuzzy
1118
- #| msgid "Archive date"
1119
- msgid "Year Archive title"
1120
- msgstr "Archiefdatum"
1121
-
1122
- #: inc/admin/admin.php:218
1123
- #, php-format
1124
- msgid "%%_cf_your_custom_field_name%%"
1125
- msgstr "%%_cf_your_custom_field_name%%"
1126
-
1127
- #: inc/admin/admin.php:218
1128
- msgid "Custom fields from post, page or post type"
1129
- msgstr "Aangepaste velden van post, pagina of post type"
1130
-
1131
- #: inc/admin/admin.php:219
1132
- #, fuzzy, php-format
1133
- #| msgid "%%_cf_your_custom_field_name%%"
1134
- msgid "%%_ct_your_custom_taxonomy_slug%%"
1135
- msgstr "%%_cf_your_custom_field_name%%"
1136
-
1137
- #: inc/admin/admin.php:219
1138
- #, fuzzy
1139
- #| msgid "Custom fields from post, page or post type"
1140
- msgid "Custom term taxonomy from post, page or post type"
1141
- msgstr "Aangepaste velden van post, pagina of post type"
1142
-
1143
- #: inc/admin/admin.php:220
1144
- #, php-format
1145
- msgid "%%wc_single_cat%%"
1146
- msgstr "%%wc_single_cat%%"
1147
-
1148
- #: inc/admin/admin.php:220
1149
- msgid "Single product category"
1150
- msgstr "Enkel product categorie"
1151
-
1152
- #: inc/admin/admin.php:221
1153
- #, php-format
1154
- msgid "%%wc_single_tag%%"
1155
- msgstr "%%wc_single_tag%%"
1156
-
1157
- #: inc/admin/admin.php:221
1158
- msgid "Single product tag"
1159
- msgstr "Enkel Product tag"
1160
-
1161
- #: inc/admin/admin.php:222
1162
- #, php-format
1163
- msgid "%%wc_single_short_desc%%"
1164
- msgstr "%%wc_single_short_desc%%"
1165
-
1166
- #: inc/admin/admin.php:222
1167
- msgid "Single product short description"
1168
- msgstr "Korte productomschrijving"
1169
-
1170
- #: inc/admin/admin.php:223
1171
- #, fuzzy, php-format
1172
- #| msgid "%%current_pagination%%"
1173
- msgid "%%currentday%%"
1174
- msgstr "%%current_pagination%%"
1175
-
1176
- #: inc/admin/admin.php:223
1177
- #, fuzzy
1178
- #| msgid "Current number page"
1179
- msgid "Current day"
1180
- msgstr "Huidige pagina"
1181
-
1182
- #: inc/admin/admin.php:224
1183
- #, fuzzy, php-format
1184
- #| msgid "%%current_pagination%%"
1185
- msgid "%%currentmonth%%"
1186
- msgstr "%%current_pagination%%"
1187
-
1188
- #: inc/admin/admin.php:224
1189
- msgid "Current month"
1190
- msgstr ""
1191
-
1192
- #: inc/admin/admin.php:225
1193
- #, fuzzy, php-format
1194
- #| msgid "%%current_pagination%%"
1195
- msgid "%%currentyear%%"
1196
- msgstr "%%current_pagination%%"
1197
-
1198
- #: inc/admin/admin.php:225
1199
- #, fuzzy
1200
- #| msgid "Current number page"
1201
- msgid "Current year"
1202
- msgstr "Huidige pagina"
1203
-
1204
- #: inc/admin/admin.php:226
1205
- #, fuzzy, php-format
1206
- #| msgid "%%current_pagination%%"
1207
- msgid "%%currentdate%%"
1208
- msgstr "%%current_pagination%%"
1209
-
1210
- #: inc/admin/admin.php:226
1211
- #, fuzzy
1212
- #| msgid "Current number page"
1213
- msgid "Current date"
1214
- msgstr "Huidige pagina"
1215
-
1216
- #: inc/admin/admin.php:227
1217
- #, fuzzy, php-format
1218
- #| msgid "%%current_pagination%%"
1219
- msgid "%%currenttime%%"
1220
- msgstr "%%current_pagination%%"
1221
-
1222
- #: inc/admin/admin.php:227
1223
- #, fuzzy
1224
- #| msgid "Current number page"
1225
- msgid "Current time"
1226
- msgstr "Huidige pagina"
1227
-
1228
- #: inc/admin/admin.php:228
1229
- #, fuzzy, php-format
1230
- #| msgid "%%post_author%%"
1231
- msgid "%%author_bio%%"
1232
- msgstr "%%post_author%%"
1233
-
1234
- #: inc/admin/admin.php:228
1235
- #, fuzzy
1236
- #| msgid "Enter your meta description"
1237
- msgid "Author bio, meta desc only"
1238
- msgstr "Vul je meta-omschrijving in"
1239
-
1240
- #: inc/admin/admin.php:234
1241
- msgid "Templates variables"
1242
- msgstr ""
1243
-
1244
- #: inc/admin/admin.php:242 inc/admin/admin.php:250
1245
- msgid "Browse our guides"
1246
- msgstr "Bekijk de handleidingen van de maker"
1247
-
1248
- #: inc/admin/admin.php:243 inc/admin/admin.php:251
1249
- msgid "Read our FAQ"
1250
- msgstr "Lees de FAQ van de maker"
1251
-
1252
- #: inc/admin/admin.php:244 inc/admin/admin.php:252
1253
- msgid "Check our website"
1254
- msgstr "Website"
1255
-
1256
- #: inc/admin/admin.php:264
1257
- msgid ""
1258
- "Watch our video to learn how to connect your WordPress site with Google "
1259
- "Analytics and get statistics right in your dashboard (PRO only)."
1260
- msgstr ""
1261
-
1262
- #: inc/admin/admin.php:269
1263
- msgid "How-to"
1264
- msgstr ""
1265
-
1266
- #: inc/admin/admin.php:277 inc/admin/admin.php:283
1267
- msgid "Read our guide"
1268
- msgstr "Lees de FAQ van de maker"
1269
-
1270
- #: inc/admin/admin.php:318 inc/admin/admin.php:322 inc/admin/admin.php:385
1271
- #: inc/admin/admin.php:389 inc/admin/admin.php:450 inc/admin/admin.php:454
1272
- #: inc/admin/admin.php:517 inc/admin/admin.php:521 inc/admin/admin.php:598
1273
- #: inc/admin/admin.php:602 inc/admin/admin.php:1301 inc/admin/admin.php:1305
1274
- #: inc/admin/admin.php:1339 inc/admin/admin.php:1343 inc/admin/admin.php:1377
1275
- #: inc/admin/admin.php:1381 inc/admin/admin.php:1415 inc/admin/admin.php:1419
1276
- #: inc/admin/admin.php:1453 inc/admin/admin.php:1457 inc/admin/admin.php:1482
1277
- #: inc/admin/admin.php:1486 inc/admin/admin.php:1510 inc/admin/admin.php:1514
1278
- #: inc/admin/admin.php:1538 inc/admin/admin.php:1542 inc/admin/admin.php:1566
1279
- #: inc/admin/admin.php:1570 inc/admin/admin.php:1594 inc/admin/admin.php:1598
1280
- #: inc/admin/admin.php:1622 inc/admin/admin.php:1626 inc/admin/admin.php:1683
1281
- #: inc/admin/admin.php:1687 inc/admin/admin.php:1722 inc/admin/admin.php:1726
1282
- #: inc/admin/admin.php:1751 inc/admin/admin.php:1755 inc/admin/admin.php:1813
1283
- #: inc/admin/admin.php:1817
1284
- msgid "Click to disable this feature"
1285
- msgstr "Klik om dit uit te schakelen"
1286
-
1287
- #: inc/admin/admin.php:319 inc/admin/admin.php:321 inc/admin/admin.php:386
1288
- #: inc/admin/admin.php:388 inc/admin/admin.php:451 inc/admin/admin.php:453
1289
- #: inc/admin/admin.php:518 inc/admin/admin.php:520 inc/admin/admin.php:599
1290
- #: inc/admin/admin.php:601 inc/admin/admin.php:1302 inc/admin/admin.php:1304
1291
- #: inc/admin/admin.php:1340 inc/admin/admin.php:1342 inc/admin/admin.php:1378
1292
- #: inc/admin/admin.php:1380 inc/admin/admin.php:1416 inc/admin/admin.php:1418
1293
- #: inc/admin/admin.php:1454 inc/admin/admin.php:1456 inc/admin/admin.php:1483
1294
- #: inc/admin/admin.php:1485 inc/admin/admin.php:1511 inc/admin/admin.php:1513
1295
- #: inc/admin/admin.php:1539 inc/admin/admin.php:1541 inc/admin/admin.php:1567
1296
- #: inc/admin/admin.php:1569 inc/admin/admin.php:1595 inc/admin/admin.php:1597
1297
- #: inc/admin/admin.php:1623 inc/admin/admin.php:1625 inc/admin/admin.php:1684
1298
- #: inc/admin/admin.php:1686 inc/admin/admin.php:1723 inc/admin/admin.php:1725
1299
- #: inc/admin/admin.php:1752 inc/admin/admin.php:1754 inc/admin/admin.php:1814
1300
- #: inc/admin/admin.php:1816
1301
- msgid "Click to enable this feature"
1302
- msgstr "Klik om dit te activeren"
1303
-
1304
- #: inc/admin/admin.php:336
1305
- msgid "Home"
1306
- msgstr "Home"
1307
-
1308
- #: inc/admin/admin.php:337
1309
- msgid "Single Post Types"
1310
- msgstr "Berichttypen enkel"
1311
-
1312
- #: inc/admin/admin.php:338
1313
- msgid "Archives"
1314
- msgstr "Archief"
1315
-
1316
- #: inc/admin/admin.php:339 inc/admin/admin.php:405
1317
- msgid "Taxonomies"
1318
- msgstr "Taxonomiën"
1319
-
1320
- #: inc/admin/admin.php:403 inc/admin/admin.php:536 inc/admin/admin.php:545
1321
- msgid "General"
1322
- msgstr "Standaard"
1323
-
1324
- #: inc/admin/admin.php:404
1325
- msgid "Post Types"
1326
- msgstr "Post types"
1327
-
1328
- #: inc/admin/admin.php:406
1329
- msgid "HTML Sitemap"
1330
- msgstr "HTML Sitemap"
1331
-
1332
- #: inc/admin/admin.php:468
1333
- msgid "Knowledge Graph"
1334
- msgstr "Knowledge Graph"
1335
-
1336
- #: inc/admin/admin.php:469
1337
- msgid "Your social accounts"
1338
- msgstr "Jouw social media accounts"
1339
-
1340
- #: inc/admin/admin.php:470
1341
- #, fuzzy
1342
- #| msgid "Facebook App ID"
1343
- msgid "Facebook (Open Graph)"
1344
- msgstr "Facebook App ID"
1345
-
1346
- #: inc/admin/admin.php:471
1347
- #, fuzzy
1348
- #| msgid "Twitter Title"
1349
- msgid "Twitter (Twitter card)"
1350
- msgstr "Twitter Titel"
1351
-
1352
- #: inc/admin/admin.php:537 inc/admin/admin.php:546
1353
- msgid "Tracking"
1354
- msgstr "Tracking"
1355
-
1356
- #: inc/admin/admin.php:538 inc/admin/admin.php:547
1357
- msgid "Events"
1358
- msgstr "Events"
1359
-
1360
- #: inc/admin/admin.php:539 inc/admin/admin.php:548
1361
- msgid "Custom Dimensions"
1362
- msgstr "Aangepaste dimensie"
1363
-
1364
- #: inc/admin/admin.php:540
1365
- msgid "Stats in Dashboard"
1366
- msgstr "Statistieken in dashboard"
1367
-
1368
- #: inc/admin/admin.php:617
1369
- msgid "Appearance"
1370
- msgstr "Weergave"
1371
-
1372
- #: inc/admin/admin.php:618
1373
- msgid "Security"
1374
- msgstr "Beveiliging"
1375
-
1376
- #: inc/admin/admin.php:650
1377
- msgid "Export Settings"
1378
- msgstr "Exporteer instellingen"
1379
-
1380
- #: inc/admin/admin.php:652
1381
- msgid ""
1382
- "Export the plugin settings for this site as a .json file. This allows you to "
1383
- "easily import the configuration into another site."
1384
- msgstr ""
1385
- "Exporteer de plugin instellingen van deze site naar een .json bestand. "
1386
- "Hiermee kun je de instellingen eenvoudig importeren naar een andere site."
1387
-
1388
- #: inc/admin/admin.php:657 inc/admin/admin.php:713
1389
- msgid "Export"
1390
- msgstr "Exporteren"
1391
-
1392
- #: inc/admin/admin.php:664
1393
- msgid "Import Settings"
1394
- msgstr "Instellingen importeren"
1395
-
1396
- #: inc/admin/admin.php:666
1397
- msgid ""
1398
- "Import the plugin settings from a .json file. This file can be obtained by "
1399
- "exporting the settings on another site using the form above."
1400
- msgstr ""
1401
- "Importeer de plug-in instellingen uit een .json bestand. Dit bestand kan "
1402
- "worden verkregen door instellingen op een andere website te exporteren."
1403
-
1404
- #: inc/admin/admin.php:674 inc/admin/admin.php:700
1405
- msgid "Import"
1406
- msgstr "Importeren"
1407
-
1408
- #: inc/admin/admin.php:676
1409
- msgid "Import completed!"
1410
- msgstr ""
1411
-
1412
- #: inc/admin/admin.php:685
1413
- msgid "Import Redirections"
1414
- msgstr "Import re-directs"
1415
-
1416
- #: inc/admin/admin.php:687
1417
- msgid ""
1418
- "Import your own redirections from a .csv file (separator \";\"). You must "
1419
- "have 3 columns in this order: url to match (without your domain name), url "
1420
- "to redirect in absolute and type of redirection (301, 302 or 307)."
1421
- msgstr ""
1422
- "Importeer je redirections via een .csv bestand (scheiding \";\"). Je moet "
1423
- "drie kolommen hebben in deze volgorde: URL van de redirect zonder je "
1424
- "domeinnaam, doel URL en type redirect (301, 302 of 307)."
1425
-
1426
- #: inc/admin/admin.php:690
1427
- msgid "Download a CSV example"
1428
- msgstr "Download een CSV voorbeeld"
1429
-
1430
- #: inc/admin/admin.php:706
1431
- msgid "Export Redirections"
1432
- msgstr ""
1433
-
1434
- #: inc/admin/admin.php:708
1435
- msgid ""
1436
- "Export all redirections for this site as a .csv file. This allows you to "
1437
- "easily import the redirections into another site, to Excel / Google Sheets..."
1438
- msgstr ""
1439
-
1440
- #: inc/admin/admin.php:721
1441
- msgid "Import posts and terms metadata from Yoast"
1442
- msgstr "Importeer berichten en termen van Yoast metadata"
1443
-
1444
- #: inc/admin/admin.php:723
1445
- msgid "By clicking Migrate, we'll import:"
1446
- msgstr "Wij zullen de volgende instellingen importeren:"
1447
-
1448
- #: inc/admin/admin.php:725
1449
- msgid "Title tags"
1450
- msgstr "Titels"
1451
-
1452
- #: inc/admin/admin.php:727
1453
- msgid "Facebook Open Graph tags (title, description and image thumbnail)"
1454
- msgstr "Facebook open graph tags"
1455
-
1456
- #: inc/admin/admin.php:728
1457
- msgid "Twitter tags (title, description and image thumbnail)"
1458
- msgstr "Twitters tags"
1459
-
1460
- #: inc/admin/admin.php:729
1461
- msgid "Meta Robots (noindex, nofollow...)"
1462
- msgstr "Meta Robots (noindex,nofollow...)"
1463
-
1464
- #: inc/admin/admin.php:731
1465
- msgid "Focus keywords"
1466
- msgstr "Focus zoekwoorden"
1467
-
1468
- #: inc/admin/admin.php:733
1469
- #, fuzzy
1470
- #| msgid ""
1471
- #| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
1472
- #| "terms metadata"
1473
- msgid ""
1474
- "<strong>WARNING:</strong> Migration will delete all SEOPress posts and terms "
1475
- "metadata. Some dynamic variables will not be interpreted."
1476
- msgstr ""
1477
- "<strong>WAARSCHUWING:</strong> Bij het importeren verwijderen we alle "
1478
- "SEOPress instellingen"
1479
-
1480
- #: inc/admin/admin.php:734
1481
- msgid "Migrate now"
1482
- msgstr "Importeer de instellingen"
1483
-
1484
- #: inc/admin/admin.php:741
1485
- msgid "Reset All Notices From Notifications Center"
1486
- msgstr "Reset alle notificaties"
1487
-
1488
- #: inc/admin/admin.php:743
1489
- #, fuzzy
1490
- #| msgid ""
1491
- #| "By clicking Reset Notices, you'll see all notices again in notifications "
1492
- #| "center."
1493
- msgid ""
1494
- "By clicking Reset Notices, all notices in the notifications center will be "
1495
- "set to their initial status."
1496
- msgstr ""
1497
- "Door te resetten zie je alle notificaties (ook oude) terug in je dashboard."
1498
-
1499
- #: inc/admin/admin.php:748
1500
- msgid "Reset notices"
1501
- msgstr "Reset de notificaties"
1502
-
1503
- #: inc/admin/admin.php:755
1504
- msgid "Reset All Settings"
1505
- msgstr "Reset alle instellingen"
1506
-
1507
- #: inc/admin/admin.php:757
1508
- msgid ""
1509
- "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
1510
- "database AND set settings to their default values."
1511
- msgstr ""
1512
- "<strong>WAARSCHUWING:</strong> ALLE instellingen zullen worden verwijdert. "
1513
- "Ook de geavanceerde instellingen die wij hebben ingesteld. Weet je echt "
1514
- "zeker dat je dit wilt doen?"
1515
-
1516
- #: inc/admin/admin.php:762
1517
- msgid "Reset settings"
1518
- msgstr "Reset de instellingen"
1519
-
1520
- #: inc/admin/admin.php:825 inc/admin/admin.php:831
1521
- msgid "Notifications Center"
1522
- msgstr "Notificatie centrum"
1523
-
1524
- #: inc/admin/admin.php:826
1525
- msgid "SEO Tools"
1526
- msgstr "SEO gereedschappen"
1527
-
1528
- #: inc/admin/admin.php:827 inc/admin/admin.php:832
1529
- msgid "Useful links"
1530
- msgstr "Bruikbare links"
1531
-
1532
- #: inc/admin/admin.php:876
1533
- msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
1534
- msgstr ""
1535
- "Je thema gebruikt geen <strong>voeg_thema_support('title-tag');</strong>"
1536
-
1537
- #: inc/admin/admin.php:877 inc/admin/admin.php:936 inc/admin/admin.php:946
1538
- #: inc/admin/admin.php:956
1539
- msgid "High impact"
1540
- msgstr "Hoge impact"
1541
-
1542
- #: inc/admin/admin.php:889 inc/admin/admin.php:922 inc/admin/admin.php:4704
1543
- #: inc/admin/admin.php:4725 inc/admin/admin.php:4746 inc/admin/admin.php:4767
1544
- msgid "Learn more"
1545
- msgstr "Leer meer hierover"
1546
-
1547
- #: inc/admin/admin.php:898
1548
- msgid ""
1549
- "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all your "
1550
- "posts metadata to SEOPress?"
1551
- msgstr ""
1552
- "We zien dat je de Yoast SEO plugin gebruikt. Wil je alle metagegevens "
1553
- "migreren naar SEOPress?"
1554
-
1555
- #: inc/admin/admin.php:900
1556
- msgid "Migrate!"
1557
- msgstr "Migrate!"
1558
-
1559
- #: inc/admin/admin.php:921
1560
- msgid "Your site doesn't use an SSL certificate!"
1561
- msgstr "Je website heeft geen SSL certificaat"
1562
-
1563
- #: inc/admin/admin.php:923
1564
- msgid "Low impact"
1565
- msgstr "Lage impact"
1566
-
1567
- #: inc/admin/admin.php:925
1568
- msgid "Buy an SSL!"
1569
- msgstr "Schaf een SSL aan!"
1570
-
1571
- #: inc/admin/admin.php:935
1572
- msgid "Your site is not visible to Search Engines!"
1573
- msgstr "Je site is niet zichtbaar voor zoekmachines!"
1574
-
1575
- #: inc/admin/admin.php:938 inc/admin/admin.php:948 inc/admin/admin.php:958
1576
- #: inc/admin/admin.php:982 inc/admin/admin.php:1061 inc/admin/admin.php:1074
1577
- #: inc/admin/admin.php:1146
1578
- msgid "Fix this!"
1579
- msgstr "Maak dit!"
1580
-
1581
- #: inc/admin/admin.php:945
1582
- msgid "Your site title is empty!"
1583
- msgstr "Je website titel is leeg!"
1584
-
1585
- #: inc/admin/admin.php:955 inc/admin/admin.php:3107
1586
- msgid ""
1587
- "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
1588
- msgstr ""
1589
- "Je permalinks zijn niet echt SEO vriendelijk! Stel goede permalinks in om "
1590
- "dit probleem te verhelpen."
1591
-
1592
- #: inc/admin/admin.php:979
1593
- msgid "You RSS feed show full text!"
1594
- msgstr "Je RSS-feed toont de volledige tekst!"
1595
-
1596
- #: inc/admin/admin.php:980 inc/admin/admin.php:1059 inc/admin/admin.php:1072
1597
- msgid "Medium impact"
1598
- msgstr "Medium impact"
1599
-
1600
- #: inc/admin/admin.php:1005
1601
- #, fuzzy
1602
- #| msgid "You like SEOPress? Don't forget to rate it 5 stars!"
1603
- msgid "You like SEOPress? Please help us by rating us 5 stars!"
1604
- msgstr "Fan van SEOPress? Vergeet dan niet 5 sterren te geven!"
1605
-
1606
- #: inc/admin/admin.php:1007
1607
- msgid "Rate us!"
1608
- msgstr ""
1609
-
1610
- #: inc/admin/admin.php:1031
1611
- msgid "Break comments into pages is ON!"
1612
- msgstr "Opmerkingen binnen de pagina's staan aan."
1613
-
1614
- #: inc/admin/admin.php:1032 inc/admin/admin.php:1096 inc/admin/admin.php:1132
1615
- msgid "Huge impact"
1616
- msgstr "Gigantische impact"
1617
-
1618
- #: inc/admin/admin.php:1034
1619
- msgid "Disable this!"
1620
- msgstr "Schakel dit uit!"
1621
-
1622
- #: inc/admin/admin.php:1058
1623
- msgid "Display more posts per page on homepage and archives"
1624
- msgstr "Laat meer berichten zien per pagina op de homepage en in archieven"
1625
-
1626
- #: inc/admin/admin.php:1071
1627
- msgid "You don't have an XML Sitemap!"
1628
- msgstr "Je hebt geen XML Sitemap!"
1629
-
1630
- #: inc/admin/admin.php:1095
1631
- msgid "Do you have a Google My Business page? It's free!"
1632
- msgstr "Heb je een Google mijn zakelijke pagina? Het is gratis!"
1633
-
1634
- #: inc/admin/admin.php:1098
1635
- msgid "Create your page now!"
1636
- msgstr "Maak nu je eigen pagina!"
1637
-
1638
- #: inc/admin/admin.php:1131
1639
- msgid "Add your site to Google. It's free!"
1640
- msgstr "Voeg je site toe aan Google. Het is gratis :)"
1641
-
1642
- #: inc/admin/admin.php:1134
1643
- msgid "Add your site to Search Console!"
1644
- msgstr "Voeg je site toe aan Search Console"
1645
-
1646
- #: inc/admin/admin.php:1144
1647
- msgid "You have to enter your licence key to get updates and support"
1648
- msgstr "Je hebt een licentiecode nodig voor updates en support"
1649
-
1650
- #: inc/admin/admin.php:1159
1651
- msgid "Check websites setup on your server"
1652
- msgstr "Controleer de instellingen van je website op de server."
1653
-
1654
- #: inc/admin/admin.php:1161
1655
- msgid "Host IP: "
1656
- msgstr ""
1657
-
1658
- #: inc/admin/admin.php:1168
1659
- #, fuzzy
1660
- #| msgid "words found."
1661
- msgid "Not found"
1662
- msgstr "gevonden woorden."
1663
-
1664
- #: inc/admin/admin.php:1173
1665
- #, fuzzy
1666
- #| msgid "Last scrape: "
1667
- msgid "No scrape."
1668
- msgstr "Laatste:"
1669
-
1670
- #: inc/admin/admin.php:1178
1671
- #, fuzzy
1672
- #| msgid "words found."
1673
- msgid "No domain found."
1674
- msgstr "gevonden woorden."
1675
-
1676
- #: inc/admin/admin.php:1188
1677
- msgid "Server IP Address: "
1678
- msgstr "Server IP Adres:"
1679
-
1680
- #: inc/admin/admin.php:1191
1681
- msgid "Last scrape: "
1682
- msgstr "Laatste:"
1683
-
1684
- #: inc/admin/admin.php:1192
1685
- msgid "Number of websites on your server: "
1686
- msgstr "Aantal websites op je server:"
1687
-
1688
- #: inc/admin/admin.php:1205
1689
- msgid "Get list"
1690
- msgstr "Krijg lijst"
1691
-
1692
- #: inc/admin/admin.php:1213
1693
- msgid "Check your Alexa Rank (Amazon index)"
1694
- msgstr "Controleer je Alexa Rank (Amazon index)"
1695
-
1696
- #: inc/admin/admin.php:1228
1697
- msgid "Your Alexa Rank"
1698
- msgstr "Jouw Alexa Rank"
1699
-
1700
- #: inc/admin/admin.php:1250
1701
- msgid "Country Rank: "
1702
- msgstr "In Nederland sta je op:"
1703
-
1704
- #: inc/admin/admin.php:1259
1705
- msgid "The lower, the best"
1706
- msgstr "Hoe lager, hoe beter"
1707
-
1708
- #: inc/admin/admin.php:1263
1709
- msgid "Get Alexa Rank"
1710
- msgstr "Krijg een Alexa rank"
1711
-
1712
- #: inc/admin/admin.php:1271
1713
- msgid "Upload a list of links to disavow to Google"
1714
- msgstr "Upload een lijst van links om naar Google te wijzen"
1715
-
1716
- #: inc/admin/admin.php:1272
1717
- msgid "Google Trends"
1718
- msgstr "Google Trends"
1719
-
1720
- #: inc/admin/admin.php:1273
1721
- msgid "Dareboost: Test, analyze and optimize your website"
1722
- msgstr ""
1723
-
1724
- #: inc/admin/admin.php:1274
1725
- msgid "Google Campaign URL Builder tool"
1726
- msgstr "Google Campaign URL Builder tool"
1727
-
1728
- #: inc/admin/admin.php:1287
1729
- msgid "Titles & metas"
1730
- msgstr "Titel en meta's"
1731
-
1732
- #: inc/admin/admin.php:1288
1733
- msgid "Manage all your titles & metas"
1734
- msgstr "Beheer je titels en meta's"
1735
-
1736
- #: inc/admin/admin.php:1289 inc/admin/admin.php:1327 inc/admin/admin.php:1365
1737
- #: inc/admin/admin.php:1403 inc/admin/admin.php:1441 inc/admin/admin.php:1470
1738
- #: inc/admin/admin.php:1498 inc/admin/admin.php:1526 inc/admin/admin.php:1554
1739
- #: inc/admin/admin.php:1582 inc/admin/admin.php:1610 inc/admin/admin.php:1648
1740
- #: inc/admin/admin.php:1670 inc/admin/admin.php:1710 inc/admin/admin.php:1739
1741
- #: inc/admin/admin.php:1789 inc/admin/admin.php:1799 inc/admin/admin.php:1830
1742
- #: inc/admin/admin.php:1842 inc/admin/admin.php:1854 inc/admin/admin.php:1875
1743
- msgid "Manage"
1744
- msgstr "Beheren"
1745
-
1746
- #: inc/admin/admin.php:1317
1747
- msgid "Guide to manage your titles and meta descriptions - new window"
1748
- msgstr ""
1749
-
1750
- #: inc/admin/admin.php:1325
1751
- #, fuzzy
1752
- #| msgid "XML / Image / HTML Sitemap"
1753
- msgid "XML / Image / Video / HTML Sitemap"
1754
- msgstr "Sitemap"
1755
-
1756
- #: inc/admin/admin.php:1326
1757
- #, fuzzy
1758
- #| msgid "Manage your XML / Image / HTML Sitemap"
1759
- msgid "Manage your XML / Image / Video / HTML Sitemap"
1760
- msgstr "Beheer je XML / Afbeeldingen / HTML Sitemap"
1761
-
1762
- #: inc/admin/admin.php:1355
1763
- msgid "Guide to enable your XML Sitemaps - new window"
1764
- msgstr "Extra handleiding voor je XML sitempa (Engels)"
1765
-
1766
- #: inc/admin/admin.php:1364
1767
- msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
1768
- msgstr "Open Graph, Twitter Card, Google Knowledge Graph en meer..."
1769
-
1770
- #: inc/admin/admin.php:1393
1771
- msgid "Guide to enable Google Knowledge Graph - new window"
1772
- msgstr "Google Knowledge Graph handleiding"
1773
-
1774
- #: inc/admin/admin.php:1402
1775
- msgid "Track everything about your visitors with Google Analytics"
1776
- msgstr "Track alles over je bezoekers met Google Analytics"
1777
-
1778
- #: inc/admin/admin.php:1431
1779
- msgid "Guide to getting started with Google Analytics - new window"
1780
- msgstr ""
1781
-
1782
- #: inc/admin/admin.php:1440
1783
- msgid "Advanced SEO options for advanced users!"
1784
- msgstr "Geavanceerde opties voor geavanceerde gebruikers"
1785
-
1786
- #: inc/admin/admin.php:1469
1787
- msgid "Improve WooCommerce SEO"
1788
- msgstr "Verbeter je Woocommerce SEO"
1789
-
1790
- #: inc/admin/admin.php:1497
1791
- msgid "Improve Easy Digital Downloads SEO"
1792
- msgstr "Verbeter de SEO van Easy Digital Downloads"
1793
-
1794
- #: inc/admin/admin.php:1525
1795
- msgid "Add Google Local Business data type"
1796
- msgstr "Voeg Google Local Business data type toe"
1797
-
1798
- #: inc/admin/admin.php:1553
1799
- msgid "Add Dublin Core meta tags"
1800
- msgstr "Voeg Dublin Core meta tags toe"
1801
-
1802
- #: inc/admin/admin.php:1581
1803
- msgid ""
1804
- "Add data types to your content: articles, courses, recipes, videos, events "
1805
- "and products"
1806
- msgstr ""
1807
- "Voeg data types toe aan je content: artikelen, cursussen, recepten, video's, "
1808
- "events en producten"
1809
-
1810
- #: inc/admin/admin.php:1609
1811
- msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
1812
- msgstr "Schakel broodkruimel in voor je thema en verbeter je SEO in SERPs"
1813
-
1814
- #: inc/admin/admin.php:1638
1815
- msgid "Guide to enable Breadcrumbs - new window"
1816
- msgstr "Broodkruimel handleiding"
1817
-
1818
- #: inc/admin/admin.php:1647
1819
- msgid "Track your website performance to improve SEO with Google Page Speed"
1820
- msgstr "Track je websiteprestaties om SEO te verbeteren met Google Page Speed"
1821
-
1822
- #: inc/admin/admin.php:1658
1823
- #, fuzzy
1824
- #| msgid "Guide to analyse your site with Google Page Speed - new window"
1825
- msgid "Guide to analyze your site with Google Page Speed - new window"
1826
- msgstr "<p>Test de snelheid van jouw website (beta)</p>"
1827
-
1828
- #: inc/admin/admin.php:1668
1829
- msgid "Edit your robots.txt file"
1830
- msgstr "Pas je robot.txt bestand aan."
1831
-
1832
- #: inc/admin/admin.php:1669
1833
- #, fuzzy
1834
- #| msgid "Edit your robots.txt file"
1835
- msgid "View your robots.txt"
1836
- msgstr "Pas je robot.txt bestand aan."
1837
-
1838
- #: inc/admin/admin.php:1699
1839
- msgid "Guide to edit your robots.txt file - new window"
1840
- msgstr ""
1841
- "Handleiding om je robots.txt bestand aan te passen - is niet nodig hoor, wij "
1842
- "hebben het al gedaan voor je ;-)"
1843
-
1844
- #: inc/admin/admin.php:1709
1845
- msgid "Optimize your site for Google News"
1846
- msgstr "Optimaliseer je website voor Google Nieuws"
1847
-
1848
- #: inc/admin/admin.php:1737
1849
- msgid "Monitor 404, create 301, 302 and 307 redirections"
1850
- msgstr "Bekijk alle 404 foutmeldingen, maak 301, 302 en 307 redirects."
1851
-
1852
- #: inc/admin/admin.php:1738
1853
- msgid "See redirects"
1854
- msgstr "Bekijk redirects"
1855
-
1856
- #: inc/admin/admin.php:1767
1857
- msgid "Guide to enable 301 redirections and 404 monitoring - new window"
1858
- msgstr "Re-direct handleiding"
1859
-
1860
- #: inc/admin/admin.php:1776
1861
- msgid "Scan your site to find SEO problems."
1862
- msgstr "Scan je website om SEO problemen te vinden"
1863
-
1864
- #: inc/admin/admin.php:1777
1865
- msgid "See broken links"
1866
- msgstr "Bekijk gebroken links"
1867
-
1868
- #: inc/admin/admin.php:1778
1869
- msgid "Scan"
1870
- msgstr "Scan"
1871
-
1872
- #: inc/admin/admin.php:1787
1873
- msgid "Check your backlinks with Majestic API."
1874
- msgstr "Controleer je backlinks met Majestic API."
1875
-
1876
- #: inc/admin/admin.php:1788
1877
- msgid "See backlinks"
1878
- msgstr "Bekijk backlinks"
1879
-
1880
- #: inc/admin/admin.php:1798
1881
- #, fuzzy
1882
- #| msgid "Flush permalinks"
1883
- msgid "Customize your permalinks."
1884
- msgstr "Flush permalinks"
1885
-
1886
- #: inc/admin/admin.php:1829
1887
- msgid "Edit your htaccess file."
1888
- msgstr "Pas je htaccess bestand aan."
1889
-
1890
- #: inc/admin/admin.php:1841
1891
- msgid "Configure default WordPress RSS."
1892
- msgstr "Configureer standaard WordPress RSS."
1893
-
1894
- #: inc/admin/admin.php:1853
1895
- #, fuzzy
1896
- #| msgid "Import / export SEOPress settings from site to site."
1897
- msgid "Import/Export SEOPress settings from site to site."
1898
- msgstr "Importeer / Exporteer SEOPress instellingen van site naar site."
1899
-
1900
- #: inc/admin/admin.php:1864
1901
- #, fuzzy
1902
- #| msgid "Guide to edit your robots.txt file - new window"
1903
- msgid "Guide to Export/Import/Reset settings - new window"
1904
- msgstr ""
1905
- "Handleiding om je robots.txt bestand aan te passen - is niet nodig hoor, wij "
1906
- "hebben het al gedaan voor je ;-)"
1907
-
1908
- #: inc/admin/admin.php:1874
1909
- msgid "Edit your SEOPress license key."
1910
- msgstr "Pas je SEOPress licentiecode aan."
1911
-
1912
- #: inc/admin/admin.php:1885
1913
- msgid "Guide to activate SEOPress PRO - new window"
1914
- msgstr ""
1915
-
1916
- #: inc/admin/admin.php:1952 inc/admin/admin.php:3238
1917
- msgid "Site title"
1918
- msgstr "Titel website"
1919
-
1920
- #: inc/admin/admin.php:2193
1921
- msgid "Indicate paginated content to Google"
1922
- msgstr "Geef gepagineerde inhoud aan Google"
1923
-
1924
- #: inc/admin/admin.php:2210 inc/admin/admin.php:3961
1925
- msgid "Enable XML Sitemap"
1926
- msgstr "Schakel XML Sitemap in"
1927
-
1928
- #: inc/admin/admin.php:2218
1929
- msgid "Enable XML Image Sitemaps"
1930
- msgstr "Schakel XML Image Sitemaps in"
1931
-
1932
- #: inc/admin/admin.php:2227
1933
- #, fuzzy
1934
- #| msgid "Enable XML Image Sitemaps"
1935
- msgid "Enable XML Video Sitemaps"
1936
- msgstr "Schakel XML Image Sitemaps in"
1937
-
1938
- #: inc/admin/admin.php:2236 inc/admin/admin.php:4044
1939
- msgid "Enable HTML Sitemap"
1940
- msgstr "Schakel HTML Sitemap in"
1941
-
1942
- #: inc/admin/admin.php:2252
1943
- msgid "Check to INCLUDE Post Types"
1944
- msgstr "Vink aan om berichttypen te includeren"
1945
-
1946
- #: inc/admin/admin.php:2268
1947
- msgid "Check to INCLUDE Taxonomies"
1948
- msgstr "Vink aan om taxonomies te includeren"
1949
-
1950
- #: inc/admin/admin.php:2284 inc/admin/admin.php:4149
1951
- msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
1952
- msgstr ""
1953
- "Voer een bericht, pagina of aangepast berichttype ID in om te tonen in "
1954
- "sitemap"
1955
-
1956
- #: inc/admin/admin.php:2292 inc/admin/admin.php:4163
1957
- msgid "Exclude some Posts, Pages or Custom Post Types"
1958
- msgstr "Sluit enkele berichten, pagina's of aangepaste berichttypen uit"
1959
-
1960
- #: inc/admin/admin.php:2300
1961
- msgid "Disable the display of the publication date"
1962
- msgstr "Schakel de publicatiedatum uit"
1963
-
1964
- #: inc/admin/admin.php:2317
1965
- msgid "Person or organization"
1966
- msgstr "Persoon of organisatie?"
1967
-
1968
- #: inc/admin/admin.php:2325 inc/admin/admin.php:4210
1969
- #, fuzzy
1970
- #| msgid "Your name / organization"
1971
- msgid "Your name/organization"
1972
- msgstr "Jouw naam / organisatie"
1973
-
1974
- #: inc/admin/admin.php:2333 inc/admin/admin.php:4223
1975
- #, fuzzy
1976
- #| msgid "Your photo / organization logo"
1977
- msgid "Your photo/organization logo"
1978
- msgstr "Jouw foto / organisatie logo"
1979
-
1980
- #: inc/admin/admin.php:2341 inc/admin/admin.php:4251
1981
- #, fuzzy
1982
- #| msgid "Organization Phone number (only for Organization)"
1983
- msgid "Organization's phone number (only for Organizations)"
1984
- msgstr "Telefoonnummer organisatie (alleen voor organisaties)"
1985
-
1986
- #: inc/admin/admin.php:2349
1987
- #, fuzzy
1988
- #| msgid "Contact type (only for Organization)"
1989
- msgid "Contact type (only for Organizations)"
1990
- msgstr "Contact type (alleen voor bedrijven)"
1991
-
1992
- #: inc/admin/admin.php:2357
1993
- #, fuzzy
1994
- #| msgid "Contact option (only for Organization)"
1995
- msgid "Contact option (only for Organizations)"
1996
- msgstr "Neem contact op (alleen voor bedrijven)"
1997
-
1998
- #: inc/admin/admin.php:2374 inc/admin/admin.php:4326
1999
- msgid "Facebook Page URL"
2000
- msgstr "Facebook pagina URL"
2001
-
2002
- #: inc/admin/admin.php:2382
2003
- msgid "Twitter Username"
2004
- msgstr "Twitter gebruikersnaam"
2005
-
2006
- #: inc/admin/admin.php:2390 inc/admin/admin.php:4351
2007
- msgid "Google + URL"
2008
- msgstr "Google+ URL"
2009
-
2010
- #: inc/admin/admin.php:2398 inc/admin/admin.php:4363
2011
- msgid "Pinterest URL"
2012
- msgstr "URL Pinterest"
2013
-
2014
- #: inc/admin/admin.php:2406 inc/admin/admin.php:4375
2015
- msgid "Instagram URL"
2016
- msgstr "URL Instagram"
2017
-
2018
- #: inc/admin/admin.php:2414 inc/admin/admin.php:4387
2019
- msgid "YouTube URL"
2020
- msgstr "URL Youtube"
2021
-
2022
- #: inc/admin/admin.php:2422 inc/admin/admin.php:4399
2023
- msgid "LinkedIn URL"
2024
- msgstr "URL LinkedIn"
2025
-
2026
- #: inc/admin/admin.php:2430 inc/admin/admin.php:4411
2027
- msgid "MySpace URL"
2028
- msgstr "URL MySpace"
2029
-
2030
- #: inc/admin/admin.php:2438 inc/admin/admin.php:4423
2031
- msgid "Soundcloud URL"
2032
- msgstr "URL Soundcloud"
2033
-
2034
- #: inc/admin/admin.php:2446 inc/admin/admin.php:4435
2035
- msgid "Tumblr URL"
2036
- msgstr "URL Tumblr"
2037
-
2038
- #: inc/admin/admin.php:2463
2039
- msgid "Enable Open Graph Data"
2040
- msgstr "Activeer Open Graph (aanbevolen)"
2041
-
2042
- #: inc/admin/admin.php:2471 inc/admin/admin.php:4467
2043
- msgid "Select a default image"
2044
- msgstr "Selecteer standaard afbeelding"
2045
-
2046
- #: inc/admin/admin.php:2479
2047
- msgid "Facebook Link Ownership ID"
2048
- msgstr "Facebook Admin ID"
2049
-
2050
- #: inc/admin/admin.php:2487
2051
- msgid "Facebook Admin ID"
2052
- msgstr "Facebook Admin ID"
2053
-
2054
- #: inc/admin/admin.php:2495
2055
- msgid "Facebook App ID"
2056
- msgstr "Facebook App ID"
2057
-
2058
- #: inc/admin/admin.php:2512
2059
- msgid "Enable Twitter Card"
2060
- msgstr "Activeer Twitter card"
2061
-
2062
- #: inc/admin/admin.php:2520
2063
- #, fuzzy
2064
- #| msgid "Use Open Graph if no Twitter Cards filled"
2065
- msgid "Use Open Graph if no Twitter Card is filled"
2066
- msgstr "Gebruik Open Graph als er geen Twitter Card is ingevuld (aanbevolen)"
2067
-
2068
- #: inc/admin/admin.php:2528 inc/admin/admin.php:4558
2069
- msgid "Default Twitter Image"
2070
- msgstr "Standaard afbeelding voor Twitter"
2071
-
2072
- #: inc/admin/admin.php:2536
2073
- msgid "Image size for Twitter Summary card"
2074
- msgstr "Afbeeldingsgrootte"
2075
-
2076
- #: inc/admin/admin.php:2553
2077
- msgid "Enable Google Analytics tracking"
2078
- msgstr "Activeer Google Analytics"
2079
-
2080
- #: inc/admin/admin.php:2561 inc/admin/admin.php:4609
2081
- msgid "Enter your tracking ID"
2082
- msgstr "Vul jouw ID in"
2083
-
2084
- #: inc/admin/admin.php:2569
2085
- #, fuzzy
2086
- #| msgid "Enable Google Analytics tracking"
2087
- msgid "Google Analytics tracking opt-out"
2088
- msgstr "Activeer Google Analytics"
2089
-
2090
- #: inc/admin/admin.php:2577
2091
- msgid "Consent message for user tracking"
2092
- msgstr ""
2093
-
2094
- #: inc/admin/admin.php:2585
2095
- msgid "Accept button for user tracking"
2096
- msgstr ""
2097
-
2098
- #: inc/admin/admin.php:2593
2099
- msgid "Exclude user roles from tracking"
2100
- msgstr "Zorg dat deze gebruikers niet worden bijgehouden (aanbevolen)"
2101
-
2102
- #: inc/admin/admin.php:2611 inc/admin/admin.php:4701
2103
- #, fuzzy
2104
- #| msgid "Enable remarketing, demographics and interest reporting"
2105
- msgid "Enable remarketing, demographics, and interests reporting"
2106
- msgstr "Activeer re-marketing, demografische kenmerken en interesses"
2107
-
2108
- #: inc/admin/admin.php:2619 inc/admin/admin.php:4722
2109
- msgid "Enable IP Anonymization"
2110
- msgstr "Maak gebruikers anoniem"
2111
-
2112
- #: inc/admin/admin.php:2627 inc/admin/admin.php:4743
2113
- msgid "Enhanced Link Attribution"
2114
- msgstr "Schakel uitgebreide link-toewijzingen in"
2115
-
2116
- #: inc/admin/admin.php:2635 inc/admin/admin.php:4764
2117
- msgid "Enable cross-domain tracking"
2118
- msgstr "Sta cross-domain volgen toe"
2119
-
2120
- #: inc/admin/admin.php:2643 inc/admin/admin.php:4778
2121
- msgid "Cross domains"
2122
- msgstr "Verschillende domeinen:"
2123
-
2124
- #: inc/admin/admin.php:2661
2125
- msgid "Enable external links tracking (all links with target _blank attribute)"
2126
- msgstr ""
2127
- "Track ook uitgaande links (alle linkjes die opnenen in een nieuw tabblad)"
2128
-
2129
- #: inc/admin/admin.php:2669
2130
- msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
2131
- msgstr "Track ook de downloads van bestanden (bijv. PDF)"
2132
-
2133
- #: inc/admin/admin.php:2677 inc/admin/admin.php:4824
2134
- #, fuzzy
2135
- #| msgid "Track click downloads"
2136
- msgid "Track downloads' clicks"
2137
- msgstr "Track kliks & downloads"
2138
-
2139
- #: inc/admin/admin.php:2685
2140
- #, fuzzy
2141
- #| msgid ""
2142
- #| "Enable affiliate / outbound links tracking (eg: aff, go, out, recommends"
2143
- msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
2144
- msgstr "Track affiliate links"
2145
-
2146
- #: inc/admin/admin.php:2693 inc/admin/admin.php:4855
2147
- #, fuzzy
2148
- #| msgid "Track affiliate / outbound links"
2149
- msgid "Track affiliate/outbound links"
2150
- msgstr "Track affiliate links"
2151
-
2152
- #: inc/admin/admin.php:2711
2153
- msgid "Track Authors"
2154
- msgstr "Track auteurs"
2155
-
2156
- #: inc/admin/admin.php:2719
2157
- msgid "Track Categories"
2158
- msgstr "Track categorieën"
2159
-
2160
- #: inc/admin/admin.php:2727
2161
- msgid "Track Tags"
2162
- msgstr "Track tags"
2163
-
2164
- #: inc/admin/admin.php:2735
2165
- msgid "Track Post Types"
2166
- msgstr "Berichtsoorten"
2167
-
2168
- #: inc/admin/admin.php:2743
2169
- msgid "Track Logged In Users"
2170
- msgstr "Track ingelogde gebruikers"
2171
-
2172
- #: inc/admin/admin.php:2760
2173
- msgid "Redirect attachment pages to post parent"
2174
- msgstr "Re-direct media bestanden naar bovenliggende pagina (aanbevolen)"
2175
-
2176
- #: inc/admin/admin.php:2768
2177
- msgid "Add WP Editor to taxonomy description textarea"
2178
- msgstr ""
2179
-
2180
- #: inc/admin/admin.php:2776
2181
- msgid "Remove stop words from URL"
2182
- msgstr "Verwijder stopwoorden in de permalink"
2183
-
2184
- #: inc/admin/admin.php:2784
2185
- msgid "Remove /category/ in URL"
2186
- msgstr "Verwijder de /category/ in de URL"
2187
-
2188
- #: inc/admin/admin.php:2792 inc/admin/admin.php:5327
2189
- msgid "Disable trailing slash for metas"
2190
- msgstr "Verwijder trailing slash (/) "
2191
-
2192
- #: inc/admin/admin.php:2800
2193
- msgid "Remove WordPress generator meta tag"
2194
- msgstr ""
2195
-
2196
- #: inc/admin/admin.php:2808
2197
- msgid "Remove WordPress shortlink meta tag"
2198
- msgstr ""
2199
-
2200
- #: inc/admin/admin.php:2816
2201
- msgid "Remove Windows Live Writer meta tag"
2202
- msgstr "Verwijder Windows live writer meta tag"
2203
-
2204
- #: inc/admin/admin.php:2824
2205
- msgid "Remove RSD meta tag"
2206
- msgstr "Verwijder de RSD meta tag"
2207
-
2208
- #: inc/admin/admin.php:2832 inc/admin/admin.php:5407
2209
- msgid "Google site verification"
2210
- msgstr "Google site vertificatie"
2211
-
2212
- #: inc/admin/admin.php:2840 inc/admin/admin.php:5421
2213
- msgid "Bing site verification"
2214
- msgstr "Bing site vertificatie"
2215
-
2216
- #: inc/admin/admin.php:2848 inc/admin/admin.php:5434
2217
- msgid "Pinterest site verification"
2218
- msgstr "Pinterest site vertificatie"
2219
-
2220
- #: inc/admin/admin.php:2856 inc/admin/admin.php:5446
2221
- msgid "Yandex site verification"
2222
- msgstr "Yandex site vertificatie"
2223
-
2224
- #: inc/admin/admin.php:2873
2225
- msgid "SEOPress in admin bar"
2226
- msgstr "SEOPress in admin bar"
2227
-
2228
- #: inc/admin/admin.php:2881
2229
- #, fuzzy
2230
- #| msgid "Move SEOPress metaboxe position"
2231
- msgid "Move SEOPress metabox's position"
2232
- msgstr "Verplaats SEOPress metabox positie"
2233
-
2234
- #: inc/admin/admin.php:2889
2235
- #, fuzzy
2236
- #| msgid "Notifications Center"
2237
- msgid "Hide Notifications Center"
2238
- msgstr "Notificatie centrum"
2239
-
2240
- #: inc/admin/admin.php:2897
2241
- #, fuzzy
2242
- #| msgid "SEO Tools"
2243
- msgid "Hide SEO tools"
2244
- msgstr "SEO gereedschappen"
2245
-
2246
- #: inc/admin/admin.php:2905
2247
- #, fuzzy
2248
- #| msgid "Useful links"
2249
- msgid "Hide Useful Links"
2250
- msgstr "Bruikbare links"
2251
-
2252
- #: inc/admin/admin.php:2913
2253
- msgid "Show Title tag column in post types"
2254
- msgstr "Laat titel tag kolom zien in berichttypen"
2255
-
2256
- #: inc/admin/admin.php:2921
2257
- msgid "Show Meta description column in post types"
2258
- msgstr "Laat meta omschrijving kolom zien in berichttypen"
2259
-
2260
- #: inc/admin/admin.php:2929
2261
- msgid "Show Redirection Enable column in post types"
2262
- msgstr ""
2263
-
2264
- #: inc/admin/admin.php:2937
2265
- msgid "Show Redirect URL column in post types"
2266
- msgstr ""
2267
-
2268
- #: inc/admin/admin.php:2945
2269
- msgid "Show canonical URL column in post types"
2270
- msgstr "Toon canonieke URL-kolom in berichttypen"
2271
-
2272
- #: inc/admin/admin.php:2953
2273
- #, fuzzy
2274
- msgid "Show Target Keyword column in post types"
2275
- msgstr "Laat titel tag kolom zien in berichttypen"
2276
-
2277
- #: inc/admin/admin.php:2961
2278
- msgid "Show noindex column in post types"
2279
- msgstr "Laat noindex kolom zien in berichttypen"
2280
-
2281
- #: inc/admin/admin.php:2969
2282
- msgid "Show nofollow column in post types"
2283
- msgstr "Laat nofollow kolom zien in berichttypen"
2284
-
2285
- #: inc/admin/admin.php:2977
2286
- msgid "Show total number of words column in post types"
2287
- msgstr "Laat het totaal aantal woorden in kolom zien in berichttypen"
2288
-
2289
- #: inc/admin/admin.php:2985
2290
- msgid "Show W3C validator column in post types"
2291
- msgstr "Laat W3C validator kolom zien in berichttypen"
2292
-
2293
- #: inc/admin/admin.php:2993
2294
- msgid "Show Google Page Speed column in post types"
2295
- msgstr "Laat Google Page Speed kolom zien in berichttypen"
2296
-
2297
- #: inc/admin/admin.php:3002
2298
- #, fuzzy
2299
- #| msgid "Hide Genesis SEO Metaboxe"
2300
- msgid "Hide Genesis SEO Metaboxes"
2301
- msgstr "Verberg Genesis SEO Metaboxe"
2302
-
2303
- #: inc/admin/admin.php:3019
2304
- #, fuzzy
2305
- #| msgid "Block SEO metaboxe to user roles"
2306
- msgid "Block SEO metaboxes to user roles"
2307
- msgstr "Blokkeer SEO metaboxe bij gebruikersrol"
2308
-
2309
- #: inc/admin/admin.php:3027
2310
- #, fuzzy
2311
- #| msgid "Block SEO metaboxe to user roles"
2312
- msgid "Block Content analysis metaboxe to user roles"
2313
- msgstr "Blokkeer SEO metaboxe bij gebruikersrol"
2314
-
2315
- #: inc/admin/admin.php:3080
2316
- msgid "<p>Customize your titles & metas for homepage</p>"
2317
- msgstr "Pas je titels en meta's aan voor je homepage"
2318
-
2319
- #: inc/admin/admin.php:3085
2320
- msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
2321
- msgstr "Pas je titels en meta's aan voor berichttypen"
2322
-
2323
- #: inc/admin/admin.php:3090
2324
- msgid "<p>Customize your metas for all pages</p>"
2325
- msgstr "Pas je meta's aan voor alle pagina's"
2326
-
2327
- #: inc/admin/admin.php:3095
2328
- msgid "<p>Customize your metas for all taxonomies archives</p>"
2329
- msgstr "Pas je meta's aan voor alle taxonomies archieven"
2330
-
2331
- #: inc/admin/admin.php:3100
2332
- msgid "<p>Customize your metas for all archives</p>"
2333
- msgstr "Pas je meta's aan voor alle archieven"
2334
-
2335
- #: inc/admin/admin.php:3108
2336
- msgid "Change this settings"
2337
- msgstr "Wijzigen"
2338
-
2339
- #: inc/admin/admin.php:3111
2340
- msgid ""
2341
- "To view your sitemap, enable permalinks (not default one), and save settings "
2342
- "to flush them."
2343
- msgstr ""
2344
- "Om de sitemap te bekijken, schakel permalinks (niet de standaard) in, en sla "
2345
- "de instellingen op om ze te herladen."
2346
-
2347
- #: inc/admin/admin.php:3112
2348
- msgid ""
2349
- "Only the last 1000 items are listed in Sitemaps for performances issues."
2350
- msgstr ""
2351
- "Alleen de laatste 1000 items staan in sitemaps i.v.m. uitvoerproblemen."
2352
-
2353
- #: inc/admin/admin.php:3118
2354
- #, fuzzy
2355
- #| msgid ""
2356
- #| "Your server use NGINX. If XML Sitemaps doesn't work, you have to add this "
2357
- #| "rules to your configuration:"
2358
- msgid ""
2359
- "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
2360
- "add this rule to your configuration:"
2361
- msgstr ""
2362
- "Je server gebruikt NGINX. Als XML Sitemaps niet werkt, kun je deze regels "
2363
- "toevoegen aan je configuratie:"
2364
-
2365
- #: inc/admin/admin.php:3129
2366
- msgid "Noindex content will not be displayed in Sitemaps."
2367
- msgstr "De inhoud zonder index wordt niet weergegeven in sitemaps."
2368
-
2369
- #: inc/admin/admin.php:3131
2370
- msgid "View your sitemap"
2371
- msgstr "Bekijk je sitemap"
2372
-
2373
- #: inc/admin/admin.php:3133
2374
- msgid "Ping Google manually"
2375
- msgstr "Ping Google handmatig"
2376
-
2377
- #: inc/admin/admin.php:3135
2378
- msgid "Flush permalinks"
2379
- msgstr "Flush permalinks"
2380
-
2381
- #: inc/admin/admin.php:3141
2382
- #, fuzzy
2383
- #| msgid "<p>Create an HTML for your visitors and boost your SEO.</p>"
2384
- msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
2385
- msgstr "<p>Maak een HTML voor je bezoekers en geef je SEO een boost.</p>"
2386
-
2387
- #: inc/admin/admin.php:3151 inc/admin/admin.php:4054
2388
- #, fuzzy
2389
- #| msgid "Guide to enable HTML Sitemap - new window"
2390
- msgid "Guide to enable a HTML Sitemap - new window"
2391
- msgstr "HTML sitemap handleiding"
2392
-
2393
- #: inc/admin/admin.php:3156
2394
- #, fuzzy
2395
- #| msgid "<p>Include / Exclude Post Types.</p>"
2396
- msgid "<p>Include/Exclude Post Types.</p>"
2397
- msgstr "<p>Inclusief / exclusief bericht types.</p>"
2398
-
2399
- #: inc/admin/admin.php:3161
2400
- #, fuzzy
2401
- #| msgid "<p>Include / Exclude Taxonomies.</p>"
2402
- msgid "<p>Include/Exclude Taxonomies.</p>"
2403
- msgstr "<p>Inclusief / exclusief taxonomies.</p>"
2404
-
2405
- #: inc/admin/admin.php:3166
2406
- msgid "<p>Configure Google Knowledge Graph.</p>"
2407
- msgstr "<p>Stel de Google Knowledge Graph in</p>"
2408
-
2409
- #: inc/admin/admin.php:3167
2410
- #, fuzzy
2411
- #| msgid "Learn more on Google website"
2412
- msgid "Learn more on Google official website."
2413
- msgstr "Leer meer op Google"
2414
-
2415
- #: inc/admin/admin.php:3172
2416
- msgid "<p>Link your site with your social accounts.</p>"
2417
- msgstr "<p>Link jouw webnemer met al jouw social media profielen</p>"
2418
-
2419
- #: inc/admin/admin.php:3177
2420
- msgid "<p>Manage Open Graph datas.</p>"
2421
- msgstr "<p>Beheer de Facebook Open Graph instellingen</p>"
2422
-
2423
- #: inc/admin/admin.php:3182
2424
- msgid "<p>Manage your Twitter card.</p>"
2425
- msgstr "<p>Beheer je Twitter card</p>"
2426
-
2427
- #: inc/admin/admin.php:3187
2428
- msgid "<p>Link your Google Analytics to your website.</p>"
2429
- msgstr "<p>Link jouw SEOPress met Google Analytics</p>"
2430
-
2431
- #: inc/admin/admin.php:3192
2432
- msgid "<p>Configure your Google Analytics tracking code.</p>"
2433
- msgstr "<p>Verbind jouw SEOPress met Google Analytics</p>"
2434
-
2435
- #: inc/admin/admin.php:3197
2436
- msgid "<p>Track events in Google Analytics.</p>"
2437
- msgstr "Track event in Google Analytics"
2438
-
2439
- #: inc/admin/admin.php:3202
2440
- #, fuzzy
2441
- #| msgid ""
2442
- #| "<p>Configure your Google Analytics custom dimensions. <br>Custom "
2443
- #| "dimensions and custom metrics are like default dimensions and metrics in "
2444
- #| "your Analytics account,<br> except you create them yourself. You can use "
2445
- #| "them to collect and analyze data that Analytics doesn't automatically "
2446
- #| "track.<br> Notice that you have to setup your custom dimensions in your "
2447
- #| "Google Analytics account too. More info by clicking on help icon."
2448
- msgid ""
2449
- "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
2450
- "and custom metrics in SEOPress are like the default dimensions and metrics "
2451
- "in your Analytics account, except you create them yourself.<br> Use them to "
2452
- "collect and analyze data that Analytics doesn't automatically track.<br> "
2453
- "Please note that you also have to setup your custom dimensions in your "
2454
- "Google Analytics account. More info by clicking on the help icon."
2455
- msgstr ""
2456
- "<p>Stel je eigen custom dimensions in. <br>Alleen voor ervaren gebruikers!"
2457
-
2458
- #: inc/admin/admin.php:3212
2459
- msgid "Guide to create custom dimensions in Google Analytics - new window"
2460
- msgstr "Maak aangepaste dimensies in Google Analytics"
2461
-
2462
- #: inc/admin/admin.php:3217
2463
- msgid "<p>Advanced SEO options.</p>"
2464
- msgstr "<p>Geavanceerde SEO opties</p>"
2465
-
2466
- #: inc/admin/admin.php:3222
2467
- msgid "<p>Customize SEOPress to fit your needs.</p>"
2468
- msgstr "Pas SEOPress aan om aan jouw wensen te voldoen"
2469
-
2470
- #: inc/admin/admin.php:3227
2471
- msgid "<p>Manage security.</p>"
2472
- msgstr "Beheer de beveiliging"
2473
-
2474
- #: inc/admin/admin.php:3243 inc/admin/admin.php:3254 inc/admin/admin.php:3296
2475
- #: inc/admin/admin.php:3415 inc/admin/admin.php:3448 inc/admin/admin.php:3533
2476
- #: inc/admin/admin.php:3609 inc/admin/admin.php:3679 inc/admin/admin.php:3748
2477
- #: inc/admin/admin.php:3798
2478
- msgid "More tags"
2479
- msgstr "Meer tags"
2480
-
2481
- #: inc/admin/admin.php:3257
2482
- #, fuzzy
2483
- #| msgid "Looking for editing your blog page?"
2484
- msgid "Looking to edit your blog page?"
2485
- msgstr "Ben je op zoek naar het bewerken van je blogpagina?"
2486
-
2487
- #: inc/admin/admin.php:3270 inc/admin/admin.php:3386 inc/admin/admin.php:3510
2488
- #: inc/admin/admin.php:3598 inc/admin/admin.php:3668 inc/admin/admin.php:3737
2489
- #: inc/admin/admin.php:3789
2490
- msgid "Title template"
2491
- msgstr "Titel template"
2492
-
2493
- #: inc/admin/admin.php:3303 inc/admin/admin.php:3424 inc/admin/admin.php:3540
2494
- #: inc/admin/admin.php:3615 inc/admin/admin.php:3685 inc/admin/admin.php:3754
2495
- #: inc/admin/admin.php:3804
2496
- msgid "Meta description template"
2497
- msgstr "Template meta omschrijving"
2498
-
2499
- #: inc/admin/admin.php:3364
2500
- msgid "Display date in Google search results?"
2501
- msgstr "Datum tonen in Google resultaten?"
2502
-
2503
- #: inc/admin/admin.php:3406
2504
- msgid "Category Title"
2505
- msgstr "Titel categorie"
2506
-
2507
- #: inc/admin/admin.php:3408
2508
- msgid "Tag Title"
2509
- msgstr "Titel tag"
2510
-
2511
- #: inc/admin/admin.php:3410
2512
- msgid "Term Title"
2513
- msgstr "Titel term"
2514
-
2515
- #: inc/admin/admin.php:3441
2516
- msgid "Category Description"
2517
- msgstr "Omschrijving categorie"
2518
-
2519
- #: inc/admin/admin.php:3443
2520
- msgid "Tag Description"
2521
- msgstr "Omschrijving tag"
2522
-
2523
- #: inc/admin/admin.php:3445
2524
- msgid "Term Description"
2525
- msgstr "Omschrijving term"
2526
-
2527
- #: inc/admin/admin.php:3502
2528
- #, fuzzy
2529
- #| msgid "Search archives"
2530
- msgid "See archive"
2531
- msgstr "Zoek in archieven"
2532
-
2533
- #: inc/admin/admin.php:3529
2534
- msgid "Post Type Archive Name"
2535
- msgstr "Berichttype archief naam"
2536
-
2537
- #: inc/admin/admin.php:3596
2538
- msgid "Author archives"
2539
- msgstr "Archief auteur"
2540
-
2541
- #: inc/admin/admin.php:3657
2542
- msgid "Disable author archives"
2543
- msgstr "Auteursarchieven uitschakelen"
2544
-
2545
- #: inc/admin/admin.php:3666 inc/admin/admin.php:3677
2546
- msgid "Date archives"
2547
- msgstr "Datum archieven"
2548
-
2549
- #: inc/admin/admin.php:3726
2550
- msgid "Disable date archives"
2551
- msgstr "Datumarchieven uitschakelen"
2552
-
2553
- #: inc/admin/admin.php:3735
2554
- msgid "Search archives"
2555
- msgstr "Zoek in archieven"
2556
-
2557
- #: inc/admin/admin.php:3746
2558
- msgid "Search Keywords"
2559
- msgstr "Zoek in zoekwoorden"
2560
-
2561
- #: inc/admin/admin.php:3787
2562
- msgid "404 archives"
2563
- msgstr "404 archieven"
2564
-
2565
- #: inc/admin/admin.php:3942
2566
- msgid "Add rel next/prev link in head of paginated archive pages"
2567
- msgstr "Voeg volgende/vorige links toe in het hoofd van de archiefpagina's"
2568
-
2569
- #: inc/admin/admin.php:3944
2570
- msgid "Learn more on Google website"
2571
- msgstr "Leer meer op Google"
2572
-
2573
- #: inc/admin/admin.php:3971
2574
- msgid "Guide to enable XML Sitemaps - new window"
2575
- msgstr ""
2576
-
2577
- #: inc/admin/admin.php:3988
2578
- msgid ""
2579
- "Enable Image Sitemaps (standard images, image galleries, featured image, "
2580
- "WooCommerce product images)"
2581
- msgstr ""
2582
-
2583
- #: inc/admin/admin.php:3998
2584
- msgid "Guide to enable XML image sitemaps - new window"
2585
- msgstr "Schakel XML Image Sitemaps in"
2586
-
2587
- #: inc/admin/admin.php:4016
2588
- #, fuzzy
2589
- #| msgid "Enable Image Sitemaps"
2590
- msgid "Enable Video Sitemaps"
2591
- msgstr "Schaikel Image Sitemaps in"
2592
-
2593
- #: inc/admin/admin.php:4026
2594
- #, fuzzy
2595
- #| msgid "Guide to enable XML image sitemaps - new window"
2596
- msgid "Guide to enable XML video sitemaps - new window"
2597
- msgstr "Schakel XML Image Sitemaps in"
2598
-
2599
- #: inc/admin/admin.php:4094 inc/admin/admin.php:4134
2600
- msgid "Include"
2601
- msgstr "Omvat"
2602
-
2603
- #: inc/admin/admin.php:4153
2604
- msgid "You can also use this shortcode:"
2605
- msgstr "Je kunt ook deze shortcode gebruiken:"
2606
-
2607
- #: inc/admin/admin.php:4178
2608
- msgid "Disable date after each post, page, post type?"
2609
- msgstr "Datum uitschakelen na elk bericht, elke pagina en elk bericht type?"
2610
-
2611
- #: inc/admin/admin.php:4194
2612
- msgid "Person"
2613
- msgstr "Persoon"
2614
-
2615
- #: inc/admin/admin.php:4197
2616
- msgid "Organization"
2617
- msgstr "Organisatie"
2618
-
2619
- #: inc/admin/admin.php:4266
2620
- msgid "Customer support"
2621
- msgstr "Klant support"
2622
-
2623
- #: inc/admin/admin.php:4269
2624
- msgid "Technical support"
2625
- msgstr "Technisch support"
2626
-
2627
- #: inc/admin/admin.php:4272
2628
- msgid "Billing support"
2629
- msgstr "Support administratie"
2630
-
2631
- #: inc/admin/admin.php:4275
2632
- msgid "Bill payment"
2633
- msgstr "Betaling van je facturen"
2634
-
2635
- #: inc/admin/admin.php:4278
2636
- msgid "Sales"
2637
- msgstr "Verkopen"
2638
-
2639
- #: inc/admin/admin.php:4281
2640
- msgid "Credit card support"
2641
- msgstr "Support Credit card"
2642
-
2643
- #: inc/admin/admin.php:4284
2644
- msgid "Emergency"
2645
- msgstr "Noodgeval"
2646
-
2647
- #: inc/admin/admin.php:4287
2648
- msgid "Baggage tracking"
2649
- msgstr "Bagage volgen"
2650
-
2651
- #: inc/admin/admin.php:4290
2652
- msgid "Roadside assistance"
2653
- msgstr "Pech hulp"
2654
-
2655
- #: inc/admin/admin.php:4293
2656
- msgid "Package tracking"
2657
- msgstr "Pakket traceren"
2658
-
2659
- #: inc/admin/admin.php:4310
2660
- msgid "Toll Free"
2661
- msgstr "Gratis nummer"
2662
-
2663
- #: inc/admin/admin.php:4313
2664
- msgid "Hearing impaired supported"
2665
- msgstr "Ondersteund voor slechthorenden"
2666
-
2667
- #: inc/admin/admin.php:4339
2668
- msgid "Twitter Page URL"
2669
- msgstr "De link naar jouw twitterprofiel"
2670
-
2671
- #: inc/admin/admin.php:4452
2672
- msgid "Enable OG data"
2673
- msgstr "Activeer OG data"
2674
-
2675
- #: inc/admin/admin.php:4512
2676
- #, fuzzy
2677
- #| msgid "How-to create a Facebook App ID"
2678
- msgid "How to create a Facebook App ID"
2679
- msgstr "Hoe maak je een Facebook App ID"
2680
-
2681
- #: inc/admin/admin.php:4526
2682
- msgid "Enable Twitter card"
2683
- msgstr "Activeer Twitter Card (aanbevolen)"
2684
-
2685
- #: inc/admin/admin.php:4543
2686
- msgid "Use OG if no Twitter Cards"
2687
- msgstr "Gebruik OG als er geen Twitter card is ingevuld"
2688
-
2689
- #: inc/admin/admin.php:4578
2690
- msgid "Default"
2691
- msgstr "Standaard"
2692
-
2693
- #: inc/admin/admin.php:4581
2694
- msgid "Large"
2695
- msgstr "Groot"
2696
-
2697
- #: inc/admin/admin.php:4599
2698
- msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
2699
- msgstr "Activeer Google Analytics"
2700
-
2701
- #: inc/admin/admin.php:4613
2702
- msgid "Find your tracking ID"
2703
- msgstr "Vind jouw tracking ID"
2704
-
2705
- #: inc/admin/admin.php:4627
2706
- msgid "Request user's consent for analytics tracking (required by GDPR)"
2707
- msgstr ""
2708
-
2709
- #: inc/admin/admin.php:4629
2710
- msgid ""
2711
- "User roles excluded from tracking will not see the consent message.<br> If "
2712
- "you use a caching plugin, you have to exclude this JS file in your settings: "
2713
- "<br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax."
2714
- "js</strong>"
2715
- msgstr ""
2716
-
2717
- #: inc/admin/admin.php:4639
2718
- msgid "Hook to add custom tracking code with user consent - new window"
2719
- msgstr ""
2720
-
2721
- #: inc/admin/admin.php:4652
2722
- msgid "This message will only appear if request user's consent is enabled."
2723
- msgstr ""
2724
-
2725
- #: inc/admin/admin.php:4655
2726
- msgid "HTML tags allowed: strong, em, br, a href"
2727
- msgstr ""
2728
-
2729
- #: inc/admin/admin.php:4661
2730
- #, fuzzy
2731
- #| msgid "Change this settings"
2732
- msgid "Change the button value"
2733
- msgstr "Wijzigen"
2734
-
2735
- #: inc/admin/admin.php:4703
2736
- msgid ""
2737
- "A remarketing audience is a list of cookies or mobile-advertising IDs that "
2738
- "represents a group of users you want to re-engage because of their "
2739
- "likelihood to convert."
2740
- msgstr ""
2741
- "Een remarketingdoelgroep is een lijst met cookies of ID's voor mobiele "
2742
- "advertenties die een groep gebruikers vertegenwoordigt die je opnieuw wilt "
2743
- "laten deelnemen vanwege hun kans op conversie."
2744
-
2745
- #: inc/admin/admin.php:4724
2746
- msgid ""
2747
- "When a customer of Analytics requests IP address anonymization, Analytics "
2748
- "anonymizes the address as soon as technically feasible at the earliest "
2749
- "possible stage of the collection network."
2750
- msgstr "Maak je bezoekers anoniem"
2751
-
2752
- #: inc/admin/admin.php:4745
2753
- msgid ""
2754
- "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
2755
- "report by automatically differentiating between multiple links to the same "
2756
- "URL on a single page by using link element IDs."
2757
- msgstr "Zorg dat je precies ziet op welke link er écht geklikt wordt"
2758
-
2759
- #: inc/admin/admin.php:4766
2760
- msgid ""
2761
- "Cross domain tracking makes it possible for Analytics to see sessions on two "
2762
- "related sites (such as an ecommerce site and a separate shopping cart site) "
2763
- "as a single session. This is sometimes called site linking."
2764
- msgstr ""
2765
- "Corss domain tracking zorgt er voor dat je met 1 account toch meerdere "
2766
- "websites kunt tracken. Bijvoorbeeld voor een webshop met een aparte website "
2767
- "voor hun ledengedeelte. "
2768
-
2769
- #: inc/admin/admin.php:4795
2770
- msgid "Enable external links tracking"
2771
- msgstr "Schakel tracking in voor externe links"
2772
-
2773
- #: inc/admin/admin.php:4812
2774
- msgid "Enable download tracking"
2775
- msgstr "Schakel download tracking in"
2776
-
2777
- #: inc/admin/admin.php:4828
2778
- msgid "Separate each file type extensions with a pipe \"|\""
2779
- msgstr "Scheid elke uitbreiding bestandstype met een \"|\""
2780
-
2781
- #: inc/admin/admin.php:4843
2782
- #, fuzzy
2783
- #| msgid "Enable affiliate / outbound tracking"
2784
- msgid "Enable affiliate/outbound tracking"
2785
- msgstr "Schakel affiliate en outbound tracking in"
2786
-
2787
- #: inc/admin/admin.php:4859
2788
- msgid "Separate each keyword with a pipe \"|\""
2789
- msgstr "Scheid elk trefwoord met een \"|\""
2790
-
2791
- #: inc/admin/admin.php:4873 inc/admin/admin.php:4950 inc/admin/admin.php:5027
2792
- #: inc/admin/admin.php:5104 inc/admin/admin.php:5181
2793
- msgid "None"
2794
- msgstr "Geen"
2795
-
2796
- #: inc/admin/admin.php:4876 inc/admin/admin.php:4953 inc/admin/admin.php:5030
2797
- #: inc/admin/admin.php:5107 inc/admin/admin.php:5184
2798
- msgid "Custom Dimension #1"
2799
- msgstr "Aangepaste dimensie #1"
2800
-
2801
- #: inc/admin/admin.php:4879 inc/admin/admin.php:4956 inc/admin/admin.php:5033
2802
- #: inc/admin/admin.php:5110 inc/admin/admin.php:5187
2803
- msgid "Custom Dimension #2"
2804
- msgstr "Aangepaste dimensie #2"
2805
-
2806
- #: inc/admin/admin.php:4882 inc/admin/admin.php:4959 inc/admin/admin.php:5036
2807
- #: inc/admin/admin.php:5113 inc/admin/admin.php:5190
2808
- msgid "Custom Dimension #3"
2809
- msgstr "Aangepaste dimensie #3"
2810
-
2811
- #: inc/admin/admin.php:4885 inc/admin/admin.php:4962 inc/admin/admin.php:5039
2812
- #: inc/admin/admin.php:5116 inc/admin/admin.php:5193
2813
- msgid "Custom Dimension #4"
2814
- msgstr "Aangepaste dimensie #4"
2815
-
2816
- #: inc/admin/admin.php:4888 inc/admin/admin.php:4965 inc/admin/admin.php:5042
2817
- #: inc/admin/admin.php:5119 inc/admin/admin.php:5196
2818
- msgid "Custom Dimension #5"
2819
- msgstr "Aangepaste dimensie #5"
2820
-
2821
- #: inc/admin/admin.php:4891 inc/admin/admin.php:4968 inc/admin/admin.php:5045
2822
- #: inc/admin/admin.php:5122 inc/admin/admin.php:5199
2823
- msgid "Custom Dimension #6"
2824
- msgstr "Aangepaste dimensie #6"
2825
-
2826
- #: inc/admin/admin.php:4894 inc/admin/admin.php:4971 inc/admin/admin.php:5048
2827
- #: inc/admin/admin.php:5125 inc/admin/admin.php:5202
2828
- msgid "Custom Dimension #7"
2829
- msgstr "Aangepaste dimensie #7"
2830
-
2831
- #: inc/admin/admin.php:4897 inc/admin/admin.php:4974 inc/admin/admin.php:5051
2832
- #: inc/admin/admin.php:5128 inc/admin/admin.php:5205
2833
- msgid "Custom Dimension #8"
2834
- msgstr "Aangepaste dimensie #8"
2835
-
2836
- #: inc/admin/admin.php:4900 inc/admin/admin.php:4977 inc/admin/admin.php:5054
2837
- #: inc/admin/admin.php:5131 inc/admin/admin.php:5208
2838
- msgid "Custom Dimension #9"
2839
- msgstr "Aangepaste dimensie #9"
2840
-
2841
- #: inc/admin/admin.php:4903 inc/admin/admin.php:4980 inc/admin/admin.php:5057
2842
- #: inc/admin/admin.php:5134 inc/admin/admin.php:5211
2843
- msgid "Custom Dimension #10"
2844
- msgstr "Aangepaste dimensie #10"
2845
-
2846
- #: inc/admin/admin.php:4906 inc/admin/admin.php:4983 inc/admin/admin.php:5060
2847
- #: inc/admin/admin.php:5137 inc/admin/admin.php:5214
2848
- msgid "Custom Dimension #11"
2849
- msgstr "Aangepaste dimensie #11"
2850
-
2851
- #: inc/admin/admin.php:4909 inc/admin/admin.php:4986 inc/admin/admin.php:5063
2852
- #: inc/admin/admin.php:5140 inc/admin/admin.php:5217
2853
- msgid "Custom Dimension #12"
2854
- msgstr "Aangepaste dimensie #12"
2855
-
2856
- #: inc/admin/admin.php:4912 inc/admin/admin.php:4989 inc/admin/admin.php:5066
2857
- #: inc/admin/admin.php:5143 inc/admin/admin.php:5220
2858
- msgid "Custom Dimension #13"
2859
- msgstr "Aangepaste dimensie #13"
2860
-
2861
- #: inc/admin/admin.php:4915 inc/admin/admin.php:4992 inc/admin/admin.php:5069
2862
- #: inc/admin/admin.php:5146 inc/admin/admin.php:5223
2863
- msgid "Custom Dimension #14"
2864
- msgstr "Aangepaste dimensie #14"
2865
-
2866
- #: inc/admin/admin.php:4918 inc/admin/admin.php:4995 inc/admin/admin.php:5072
2867
- #: inc/admin/admin.php:5149 inc/admin/admin.php:5226
2868
- msgid "Custom Dimension #15"
2869
- msgstr "Aangepaste dimensie #15"
2870
-
2871
- #: inc/admin/admin.php:4921 inc/admin/admin.php:4998 inc/admin/admin.php:5075
2872
- #: inc/admin/admin.php:5152 inc/admin/admin.php:5229
2873
- msgid "Custom Dimension #16"
2874
- msgstr "Aangepaste dimensie #16"
2875
-
2876
- #: inc/admin/admin.php:4924 inc/admin/admin.php:5001 inc/admin/admin.php:5078
2877
- #: inc/admin/admin.php:5155 inc/admin/admin.php:5232
2878
- msgid "Custom Dimension #17"
2879
- msgstr "Aangepaste dimensie #17"
2880
-
2881
- #: inc/admin/admin.php:4927 inc/admin/admin.php:5004 inc/admin/admin.php:5081
2882
- #: inc/admin/admin.php:5158 inc/admin/admin.php:5235
2883
- msgid "Custom Dimension #18"
2884
- msgstr "Aangepaste dimensie #18"
2885
-
2886
- #: inc/admin/admin.php:4930 inc/admin/admin.php:5007 inc/admin/admin.php:5084
2887
- #: inc/admin/admin.php:5161 inc/admin/admin.php:5238
2888
- msgid "Custom Dimension #19"
2889
- msgstr "Aangepaste dimensie #19"
2890
-
2891
- #: inc/admin/admin.php:4933 inc/admin/admin.php:5010 inc/admin/admin.php:5087
2892
- #: inc/admin/admin.php:5164 inc/admin/admin.php:5241
2893
- msgid "Custom Dimension #20"
2894
- msgstr "Aangepaste dimensie #20"
2895
-
2896
- #: inc/admin/admin.php:5259
2897
- msgid "Redirect attachment pages to post parent (or homepage if none)"
2898
- msgstr ""
2899
- "Onderliggende pagina's naar bovenliggend bericht redirecten. Indien niet "
2900
- "aanwezig naar homepage."
2901
-
2902
- #: inc/admin/admin.php:5276
2903
- msgid "Add TINYMCE editor to term description"
2904
- msgstr "Gebruik de editor om een beschrijving in te voeren voor gebruikers."
2905
-
2906
- #: inc/admin/admin.php:5293
2907
- msgid "Remove stop words in permalinks"
2908
- msgstr "Verwijder stopwoorden in permalinks"
2909
-
2910
- #: inc/admin/admin.php:5293
2911
- msgid ""
2912
- "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
2913
- msgstr ""
2914
- "Instellingen die gebaseerd zijn op site taal. Ondersteunde talen EN, FR, ES, "
2915
- "DE, IT, PT."
2916
-
2917
- #: inc/admin/admin.php:5310
2918
- msgid "Remove /category/ in your permalinks"
2919
- msgstr "Verwijzer /categorie/ in je permalinks"
2920
-
2921
- #: inc/admin/admin.php:5310
2922
- msgid "You have to flush your permalinks each time you change this settings"
2923
- msgstr ""
2924
- "Je moet je permalinks flushen, iedere keer wanneer je deze instellingen "
2925
- "verandert"
2926
-
2927
- #: inc/admin/admin.php:5327
2928
- msgid ""
2929
- "You must check this box if the structure of your permalinks DOES NOT contain "
2930
- "a slash at the end (eg: /%postname%)"
2931
- msgstr ""
2932
- "Check deze box wanneer de structuur van je permalinks geen schuine streep "
2933
- "bevatten op het einde. (bijvoorbeeld /%postname%)"
2934
-
2935
- #: inc/admin/admin.php:5344
2936
- msgid "Remove WordPress meta generator in source code"
2937
- msgstr ""
2938
-
2939
- #: inc/admin/admin.php:5361
2940
- msgid "Remove WordPress shortlink meta tag in source code (eg:"
2941
- msgstr ""
2942
-
2943
- #: inc/admin/admin.php:5378
2944
- msgid "Remove Windows Live Writer meta tag in source code (eg:"
2945
- msgstr ""
2946
-
2947
- #: inc/admin/admin.php:5395
2948
- msgid "Remove Really Simple Discovery meta tag in source code (eg:"
2949
- msgstr "Verwijder de Really Simple Discovery meta tag in de broncode (bijv."
2950
-
2951
- #: inc/admin/admin.php:5412
2952
- msgid ""
2953
- "If your site is already verified in <strong>Google Search Console</strong>, "
2954
- "you can leave this field empty."
2955
- msgstr ""
2956
-
2957
- #: inc/admin/admin.php:5425
2958
- msgid ""
2959
- "If your site is already verified in <strong>Bing Webmaster tools</strong>, "
2960
- "you can leave this field empty."
2961
- msgstr ""
2962
-
2963
- #: inc/admin/admin.php:5463
2964
- msgid "Remove SEOPress from Admin Bar in backend and frontend"
2965
- msgstr "Verwijder SEOPress van de Admin balk in de achterkant en voorkant."
2966
-
2967
- #: inc/admin/admin.php:5479
2968
- msgid "High priority (top)"
2969
- msgstr "Hoge prioriteit (top)"
2970
-
2971
- #: inc/admin/admin.php:5482
2972
- msgid "Normal priority (default)"
2973
- msgstr "Normale prioriteit (standaard)"
2974
-
2975
- #: inc/admin/admin.php:5485
2976
- msgid "Low priority"
2977
- msgstr "Lage prioriteit"
2978
-
2979
- #: inc/admin/admin.php:5503
2980
- msgid "Hide Notifications Center in SEOPress Dashboard page"
2981
- msgstr "Verberg notificaties in het SEOPress Dashboard"
2982
-
2983
- #: inc/admin/admin.php:5520
2984
- #, fuzzy
2985
- #| msgid "Hide Notifications Center in SEOPress Dashboard page"
2986
- msgid "Hide SEO tools in SEOPress Dashboard page"
2987
- msgstr "Verberg notificaties in het SEOPress Dashboard"
2988
-
2989
- #: inc/admin/admin.php:5537
2990
- #, fuzzy
2991
- #| msgid "Hide Notifications Center in SEOPress Dashboard page"
2992
- msgid "Hide Useful Links in SEOPress dashboard page"
2993
- msgstr "Verberg notificaties in het SEOPress Dashboard"
2994
-
2995
- #: inc/admin/admin.php:5554
2996
- msgid "Add title column"
2997
- msgstr "Voeg een titel kolom toe"
2998
-
2999
- #: inc/admin/admin.php:5571
3000
- msgid "Add meta description column"
3001
- msgstr "Voeg een meta omschrijving toe aan de kolom"
3002
-
3003
- #: inc/admin/admin.php:5588
3004
- msgid "Add redirection enable column"
3005
- msgstr ""
3006
-
3007
- #: inc/admin/admin.php:5605
3008
- msgid "Add redirection URL column"
3009
- msgstr ""
3010
-
3011
- #: inc/admin/admin.php:5622
3012
- msgid "Add canonical URL column"
3013
- msgstr "Voeg kolom toe voor Canonieke URL"
3014
-
3015
- #: inc/admin/admin.php:5639
3016
- msgid "Add target keyword column"
3017
- msgstr "Voeg kolom toe voor zoekwoorden"
3018
-
3019
- #: inc/admin/admin.php:5656
3020
- msgid "Display noindex status"
3021
- msgstr "Laat noindex status zien"
3022
-
3023
- #: inc/admin/admin.php:5673
3024
- msgid "Display nofollow status"
3025
- msgstr "Laat nofollow status zien"
3026
-
3027
- #: inc/admin/admin.php:5690
3028
- msgid "Display total number of words in content"
3029
- msgstr "Geef het totale aantal worden van de inhoud weer"
3030
-
3031
- #: inc/admin/admin.php:5707
3032
- msgid "Display W3C column to check code quality"
3033
- msgstr "Geef W3C kolommen weer om de kwaliteit te controleren"
3034
-
3035
- #: inc/admin/admin.php:5725
3036
- msgid "Display Page Speed column to check performances"
3037
- msgstr "Laat snelheid van de pagina zien om prestaties te bekijken."
3038
-
3039
- #: inc/admin/admin.php:5743
3040
- #, fuzzy
3041
- #| msgid "Remove Genesis SEO Metaboxe"
3042
- msgid "Remove Genesis SEO Metaboxes"
3043
- msgstr "Verwijder Genisis SEO Metaboxe"
3044
-
3045
- #: inc/admin/admin.php:5781 inc/admin/admin.php:5816
3046
- msgid ""
3047
- "Hook to filter Structured data types metaboxe call by post type - new window"
3048
- msgstr ""
3049
-
3050
- #: inc/admin/adminbar.php:63
3051
- msgid "BOT"
3052
- msgstr "BOT"
3053
-
3054
- #: inc/admin/adminbar.php:87
3055
- msgid "Broken Links"
3056
- msgstr "Gebroken links"
3057
-
3058
- #: inc/functions/options-advanced-admin.php:147
3059
- #: inc/functions/options-advanced-admin.php:754
3060
- msgid "Title tag"
3061
- msgstr "Titel tag"
3062
-
3063
- #: inc/functions/options-advanced-admin.php:150
3064
- msgid "Meta Desc."
3065
- msgstr "Meta Omschrijving"
3066
-
3067
- #: inc/functions/options-advanced-admin.php:153
3068
- msgid "Redirect?"
3069
- msgstr ""
3070
-
3071
- #: inc/functions/options-advanced-admin.php:156
3072
- msgid "Redirect URL"
3073
- msgstr ""
3074
-
3075
- #: inc/functions/options-advanced-admin.php:159
3076
- #: inc/functions/options-advanced-admin.php:770
3077
- msgid "Canonical"
3078
- msgstr "Aangepaste Canonieke URL"
3079
-
3080
- #: inc/functions/options-advanced-admin.php:162
3081
- msgid "Target Kw"
3082
- msgstr "Target zoekwoord"
3083
-
3084
- #: inc/functions/options-advanced-admin.php:165
3085
- msgid "Noindex?"
3086
- msgstr "Geen index?"
3087
-
3088
- #: inc/functions/options-advanced-admin.php:168
3089
- msgid "Nofollow?"
3090
- msgstr "Nofollow?"
3091
-
3092
- #: inc/functions/options-advanced-admin.php:171
3093
- msgid "Count words?"
3094
- msgstr "Tel het aantal woorden?"
3095
-
3096
- #: inc/functions/options-advanced-admin.php:174
3097
- msgid "W3C check"
3098
- msgstr "W3C check"
3099
-
3100
- #: inc/functions/options-advanced-admin.php:177
3101
- msgid "Page Speed"
3102
- msgstr "Pakket snelheid"
3103
-
3104
- #: inc/functions/options-advanced-admin.php:228
3105
- msgid "Check code quality of this page"
3106
- msgstr "Controleer de codekwaliteit van deze pagina"
3107
-
3108
- #: inc/functions/options-advanced-admin.php:232
3109
- #, fuzzy
3110
- #| msgid "Analyse this page with Google Page Speed"
3111
- msgid "Analyze this page with Google Page Speed"
3112
- msgstr "Analyseer deze pagina met Google Page Speed"
3113
-
3114
- #: inc/functions/options-advanced-admin.php:457
3115
- msgid "Enable noindex"
3116
- msgstr "Schakel noindex in"
3117
-
3118
- #: inc/functions/options-advanced-admin.php:510
3119
- msgid "Enable index"
3120
- msgstr "Schakel index in"
3121
-
3122
- #: inc/functions/options-advanced-admin.php:563
3123
- msgid "Enable nofollow"
3124
- msgstr "Schakel nofollow in"
3125
-
3126
- #: inc/functions/options-advanced-admin.php:615
3127
- msgid "Enable follow"
3128
- msgstr "Volgen inschakelen"
3129
-
3130
- #: inc/functions/options-advanced-admin.php:662
3131
- msgid "Enable redirection"
3132
- msgstr ""
3133
-
3134
- #: inc/functions/options-advanced-admin.php:701
3135
- msgid "Disable redirection"
3136
- msgstr ""
3137
-
3138
- #: inc/functions/options-advanced-admin.php:857
3139
- #, fuzzy
3140
- #| msgid "Tag Description"
3141
- msgid "Description"
3142
- msgstr "Omschrijving tag"
3143
-
3144
- #: inc/functions/options-advanced-admin.php:866
3145
- msgid ""
3146
- "The description is not prominent by default; however, some themes may show "
3147
- "it."
3148
- msgstr ""
3149
-
3150
- #: inc/functions/options-google-analytics.php:24
3151
- msgid ""
3152
- "By visiting our site, you agree to our privacy policy regarding cookies, "
3153
- "tracking statistics etc ..."
3154
- msgstr ""
3155
-
3156
- #: inc/functions/options-google-analytics.php:29
3157
- msgid "Accept"
3158
- msgstr ""
3159
-
3160
- #: inc/functions/options-google-analytics.php:32
3161
- msgid "X"
3162
- msgstr ""
3163
-
3164
- #: inc/functions/options-google-analytics.php:302
3165
- msgid "Authors"
3166
- msgstr "Auteurs"
3167
-
3168
- #: inc/functions/options-google-analytics.php:321
3169
- msgid "Categories"
3170
- msgstr "Categorieën"
3171
-
3172
- #: inc/functions/options-google-analytics.php:347
3173
- msgid "Tags"
3174
- msgstr "Tags"
3175
-
3176
- #: inc/functions/options-google-analytics.php:361
3177
- msgid "Post types"
3178
- msgstr "Berichttypes"
3179
-
3180
- #: inc/functions/options-google-analytics.php:375
3181
- msgid "Connected users"
3182
- msgstr "verbonden gebruikers"
3183
-
3184
- #: inc/functions/options-import-export.php:51
3185
- msgid "Please upload a valid .json file"
3186
- msgstr ""
3187
-
3188
- #: inc/functions/options-import-export.php:55
3189
- #: inc/functions/options-import-export.php:92
3190
- msgid "Please upload a file to import"
3191
- msgstr ""
3192
-
3193
- #: inc/functions/options-import-export.php:88
3194
- msgid "Please upload a valid .csv file"
3195
- msgstr ""
3196
-
3197
- #: inc/functions/sitemap/template-xml-sitemaps-xsl.php:113
3198
- msgid "XML Sitemaps"
3199
- msgstr "XML Sitemaps"
3200
-
3201
- #: seopress.php:262
3202
- msgid "You like SEOPress? Don't forget to rate it 5 stars!"
3203
- msgstr "Fan van SEOPress? Vergeet dan niet 5 sterren te geven!"
3204
-
3205
- #: seopress.php:309
3206
- msgid "Settings"
3207
- msgstr "Instellingen"
3208
-
3209
- #: seopress.php:310
3210
- msgid "SEOPress.org"
3211
- msgstr "SEOPress.org"
3212
-
3213
- #: seopress.php:312
3214
- msgid "GO PRO!"
3215
- msgstr "Ga pro!"
3216
-
3217
- #~ msgid ""
3218
- #~ "The PRO release of SEOPress with Google Local Business, Dublin Core, "
3219
- #~ "WooCommerce, Google Structured Data Types, Breadcrumbs, Google Page "
3220
- #~ "Speed, robots.txt, Google News, 404 monitoring, .htaccess, RSS, Broken "
3221
- #~ "links, Redirections and more..."
3222
- #~ msgstr ""
3223
- #~ "De PRO versie van SEOPress met Google bedrijf, Dublin Core, WooCommerce, "
3224
- #~ "Google structured data types, broodkruimels, Google page speed, robots."
3225
- #~ "txt, Google nieuws, 404 monitoring, .htaccess, RSS, gebroken links, "
3226
- #~ "redirects en meer..."
3227
-
3228
- #~ msgid "Buy now"
3229
- #~ msgstr "Koop nu"
3230
-
3231
- #~ msgid "More details"
3232
- #~ msgstr "Meer details"
3233
-
3234
- #~ msgid "Enter your title"
3235
- #~ msgstr "Vul je titel in"
3236
-
3237
- #~ msgid "Default value: "
3238
- #~ msgstr "Standaard: "
3239
-
3240
- #~ msgid "Enter a custom value, useful if your title is too long"
3241
- #~ msgstr "Een aangepaste titel (voor als je titel te lang is)"
3242
-
3243
- #~ msgid "Enter your Facebook title"
3244
- #~ msgstr "Welke titel wil je tonen op Facebook?"
3245
-
3246
- #~ msgid "Enter your Facebook description"
3247
- #~ msgstr "Welke omschrijving wil je tonen op Facebook?"
3248
-
3249
- #~ msgid "Select your default thumbnail"
3250
- #~ msgstr "Selecteer een standaard thumbnail"
3251
-
3252
- #~ msgid "Enter your Twitter title"
3253
- #~ msgstr "Welke titel wil je op Twitter tonen?"
3254
-
3255
- #~ msgid "Enter your Twitter description"
3256
- #~ msgstr "En welke omschrijving?"
3257
-
3258
- #~ msgid "Minimum size: 160x160px"
3259
- #~ msgstr "Minimale grootte: 160px x 160px"
3260
-
3261
- #~ msgid "Enter your new URL"
3262
- #~ msgstr "Vul de nieuwe URL in"
3263
-
3264
- #~ msgid "Use the standout tag for this post?"
3265
- #~ msgstr "Heb je de standout tag gebruikt?"
3266
-
3267
- #~ msgid "Learn how to use correctly the standout tag"
3268
- #~ msgstr "Leer hoe je de standout tag gebruikt"
3269
-
3270
- #~ msgid "Press Release"
3271
- #~ msgstr "Persbericht"
3272
-
3273
- #~ msgid "Satire"
3274
- #~ msgstr "Satire"
3275
-
3276
- #~ msgid "Blog"
3277
- #~ msgstr "Blog"
3278
-
3279
- #~ msgid "OpEd"
3280
- #~ msgstr "OpEd"
3281
-
3282
- #~ msgid "Opinion"
3283
- #~ msgstr "Mening"
3284
-
3285
- #~ msgid "UserGenerated"
3286
- #~ msgstr "Gebruiker gegenereerd"
3287
-
3288
- #~ msgid "Google News Keywords <em>(max recommended limit: 12)</em>"
3289
- #~ msgstr "Google Nieuws Zoekwoorden <em>(max: 12)</em>"
3290
-
3291
- #~ msgid "Enter your Google News Keywords"
3292
- #~ msgstr "Vul je Google Nieuws zoekwoorden in"
3293
-
3294
- #~ msgid "%%date_archive%%"
3295
- #~ msgstr "%%date_archive%%"
3296
-
3297
- #~ msgid ""
3298
- #~ "Discourage search engines from indexing this site is <strong>ON!</strong> "
3299
- #~ "None of the following settings will be applied."
3300
- #~ msgstr ""
3301
- #~ "Voorkom dat Google je website indexeert <strong>AAN!</strong> Geen van de "
3302
- #~ "instellingen zal worden ingesteld."
3303
-
3304
- #~ msgid "Facebook"
3305
- #~ msgstr "Facebook"
3306
-
3307
- #~ msgid "Twitter"
3308
- #~ msgstr "Twitter"
3309
-
3310
- #~ msgid "Check your domain expiration date"
3311
- #~ msgstr "Controleer de verloopdatum van je domein"
3312
-
3313
- #~ msgid "Your domain name: "
3314
- #~ msgstr "Je domeinnaam:"
3315
-
3316
- #~ msgid "Your registrar: "
3317
- #~ msgstr "Jouw registrar:"
3318
-
3319
- #~ msgid "Last updated date: "
3320
- #~ msgstr "Laatst bijgewerkt (datum)"
3321
-
3322
- #~ msgid "Domain creation date: "
3323
- #~ msgstr "Wanneer je domein is vastgelegd:"
3324
-
3325
- #~ msgid "Your domain expires: "
3326
- #~ msgstr "Je domein verloopt op:"
3327
-
3328
- #~ msgid "Sorry, you domain name can't be verified :("
3329
- #~ msgstr "Sorry, je domeinnaam kan niet geverifieerd worden :("
3330
-
3331
- #~ msgid "Email me before expiration"
3332
- #~ msgstr "E-mail me voor afloop"
3333
-
3334
- #~ msgid "Hide SEOPress Notifications Center"
3335
- #~ msgstr "Verberg notificaties voor SEOPress Center"
3336
-
3337
- #~ msgid "My awesome website"
3338
- #~ msgstr "Mijn geweldige website"
3339
-
3340
- #~ msgid "eg: 2, 28, 68"
3341
- #~ msgstr "bijv. 3, 38, 18"
3342
-
3343
- #~ msgid "eg: 13, 8, 38"
3344
- #~ msgstr "bijv. 13, 8, 38"
3345
-
3346
- #~ msgid "eg: Apple"
3347
- #~ msgstr "bijv. Apple"
3348
-
3349
- #~ msgid "Select your logo"
3350
- #~ msgstr "Selecteer je logo"
3351
-
3352
- #~ msgid "eg: +33123456789 (internationalized version required)"
3353
- #~ msgstr "bijv. +31344745147 (denk aan het kengetal)"
3354
-
3355
- #~ msgid "eg: https://www.facebook.com/your-page"
3356
- #~ msgstr "bijv: https://www.facebook.com/your-page"
3357
-
3358
- #~ msgid "eg: @wp_seopress"
3359
- #~ msgstr "bijv: @wp_seopress"
3360
-
3361
- #~ msgid "eg: https://plus.google.com/+BenjaminDenis"
3362
- #~ msgstr "bijv. https://plus.google.com/+BenjaminDenis"
3363
-
3364
- #~ msgid "eg: https://pinterest.com/wpbuy/"
3365
- #~ msgstr "bijv. https://pinterest.com/wpbuy/"
3366
-
3367
- #~ msgid "eg: https://www.instagram.com/wp_seopress/"
3368
- #~ msgstr "bijv. https://www.instagram.com/wp_seopress/"
3369
-
3370
- #~ msgid "eg: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
3371
- #~ msgstr "bijv. https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
3372
-
3373
- #~ msgid "eg: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3374
- #~ msgstr "bijv. https://www.linkedin.com/in/benjamin-denis-70672b3b"
3375
-
3376
- #~ msgid "eg: https://myspace.com/your-page"
3377
- #~ msgstr "bijv. https://myspace.com/your-page"
3378
-
3379
- #~ msgid "eg: https://soundcloud.com/michaelmccannmusic"
3380
- #~ msgstr "bijv. https://soundcloud.com/michaelmccannmusic"
3381
-
3382
- #~ msgid "eg: https://your-site.tumblr.com"
3383
- #~ msgstr "bijv. https://your-site.tumblr.com"
3384
-
3385
- #~ msgid "Enter your Tracking ID (UA-XXXX-XX)"
3386
- #~ msgstr "Jouw trackings id (UA-XXXX-XX)"
3387
-
3388
- #~ msgid "Enter yours domains (eg: https://www.seopress.org/)"
3389
- #~ msgstr "Om welke websites gaat het (bijv: https://www.seopress.org/)"
3390
-
3391
- #~ msgid "pdf|docx|pptx|zip"
3392
- #~ msgstr "pdf|docx|pptx|zip"
3393
-
3394
- #~ msgid "Enter Google meta value site verification"
3395
- #~ msgstr "Vul de Google vertificatiecode in. "
3396
-
3397
- #~ msgid "Enter Bing meta value site verification"
3398
- #~ msgstr "Vul de BING vertificatiecode in. "
3399
-
3400
- #~ msgid "Enter Pinterest meta value site verification"
3401
- #~ msgstr "Vul de Pinterest vertificatiecode in."
3402
-
3403
- #~ msgid "Enter Yandex meta value site verification"
3404
- #~ msgstr "Vul de Yandex vertificatiecode in."
3405
-
3406
- #~ msgid "Enter your target keywords"
3407
- #~ msgstr "Op welk zoekwoord wil je goed gevonden worden?"
3408
-
3409
- #~ msgid "Save your post first, to get the most accurate analysis."
3410
- #~ msgstr "Sla eerst de wijzigingen eerst op voor een betere analyse."
3411
-
3412
- #~ msgid "%s was found %d times."
3413
- #~ msgstr "%s is %d keer gevonden."
3414
-
3415
- #~ msgid "We found %d Heading 1 (H1) in your content."
3416
- #~ msgstr "We vonden %d (H1) koppen in je tekst"
3417
-
3418
- #~ msgid "https://www.seopress.org/"
3419
- #~ msgstr "https://www.seopress.org/"
3420
-
3421
- #~ msgid "Benjamin DENIS"
3422
- #~ msgstr "Benjamin DENIS"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wp-seopress-ru_RU.mo DELETED
Binary file
languages/wp-seopress-ru_RU.po DELETED
@@ -1,4255 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: SEOPress 2.1.4\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-seopress\n"
5
- "POT-Creation-Date: 2019-06-03 11:14+0200\n"
6
- "PO-Revision-Date: 2019-06-03 11:14+0200\n"
7
- "Last-Translator: admin <admin@easy-as-abc.ru>\n"
8
- "Language-Team: Russian\n"
9
- "Language: ru_RU\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
14
- "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
15
- "X-Generator: Poedit 2.2.1\n"
16
- "X-Poedit-KeywordsList: __;_e;_x;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #: inc/admin/admin-header.php:16
22
- msgid "SEOPress"
23
- msgstr "SEOPress"
24
-
25
- #: inc/admin/admin-header.php:23 inc/admin/adminbar.php:75
26
- msgid "PRO"
27
- msgstr "PRO"
28
-
29
- #: inc/admin/admin-header.php:36 inc/admin/admin.php:185
30
- #: inc/admin/adminbar.php:25
31
- msgid "Titles & Metas"
32
- msgstr "Заголовки и Мета"
33
-
34
- #: inc/admin/admin-header.php:42 inc/admin/admin.php:186
35
- #: inc/admin/adminbar.php:31
36
- msgid "XML / HTML Sitemap"
37
- msgstr "XML / HTML карта сайта"
38
-
39
- #: inc/admin/admin-header.php:48 inc/admin/admin.php:187
40
- #: inc/admin/admin.php:1439 inc/admin/adminbar.php:37
41
- msgid "Social Networks"
42
- msgstr "Социальные сети"
43
-
44
- #: inc/admin/admin-header.php:54 inc/admin/admin.php:188
45
- #: inc/admin/admin.php:1477 inc/admin/adminbar.php:43
46
- msgid "Google Analytics"
47
- msgstr "Google Analytics"
48
-
49
- #: inc/admin/admin-header.php:60 inc/admin/admin-metaboxes-form.php:58
50
- #: inc/admin/admin.php:189 inc/admin/admin.php:346 inc/admin/admin.php:622
51
- #: inc/admin/admin.php:1515 inc/admin/adminbar.php:49
52
- msgid "Advanced"
53
- msgstr "Дополнительно"
54
-
55
- #: inc/admin/admin-header.php:68 inc/admin/admin.php:1544
56
- msgid "WooCommerce"
57
- msgstr "WooCommerce"
58
-
59
- #: inc/admin/admin-header.php:74 inc/admin/admin.php:1572
60
- msgid "Easy Digital Downloads"
61
- msgstr ""
62
-
63
- #: inc/admin/admin-header.php:80 inc/admin/admin.php:1600
64
- msgid "Local Business"
65
- msgstr "Частный бизнес"
66
-
67
- #: inc/admin/admin-header.php:86 inc/admin/admin.php:1628
68
- msgid "Dublin Core"
69
- msgstr "Дублинское ядро"
70
-
71
- #: inc/admin/admin-header.php:92
72
- #, fuzzy
73
- #| msgid "Structured Data Types"
74
- msgid "Structured Data Types (schema.org)"
75
- msgstr "Структурированные типы данных"
76
-
77
- #: inc/admin/admin-header.php:98 inc/admin/admin.php:1684
78
- msgid "Breadcrumbs"
79
- msgstr "Хлебные крошки"
80
-
81
- #: inc/admin/admin-header.php:104 inc/admin/admin.php:1722
82
- msgid "Google Page Speed"
83
- msgstr "Google Page Speed"
84
-
85
- #: inc/admin/admin-header.php:111 inc/admin/admin.php:1743
86
- msgid "robots.txt"
87
- msgstr "robots.txt"
88
-
89
- #: inc/admin/admin-header.php:118 inc/admin/admin.php:1784
90
- msgid "Google News Sitemap"
91
- msgstr "Карта сайта для Новостей Google"
92
-
93
- #: inc/admin/admin-header.php:124 inc/admin/admin.php:1823
94
- #: inc/admin/adminbar.php:87
95
- msgid "Redirections"
96
- msgstr "Редиректы"
97
-
98
- #: inc/admin/admin-header.php:130 inc/admin/admin.php:1862
99
- #, fuzzy
100
- #| msgid "Broken Links"
101
- msgid "Broken links"
102
- msgstr "Нерабочие ссылки"
103
-
104
- #: inc/admin/admin-header.php:136 inc/admin/admin.php:1873
105
- #: inc/admin/adminbar.php:99
106
- msgid "Backlinks"
107
- msgstr "Обратные ссылки"
108
-
109
- #: inc/admin/admin-header.php:142 inc/admin/admin.php:1884
110
- #, fuzzy
111
- #| msgid "URL redirection"
112
- msgid "URL Rewriting"
113
- msgstr "URL-перенаправление"
114
-
115
- #: inc/admin/admin-header.php:149
116
- msgid "White Label"
117
- msgstr ""
118
-
119
- #: inc/admin/admin-header.php:155 inc/admin/admin.php:1915
120
- msgid ".htaccess"
121
- msgstr ".htaccess"
122
-
123
- #: inc/admin/admin-header.php:162 inc/admin/admin.php:1927
124
- msgid "RSS"
125
- msgstr "RSS"
126
-
127
- #: inc/admin/admin-header.php:168 inc/admin/admin.php:1220
128
- #: inc/admin/admin.php:1960 inc/admin/adminbar.php:69
129
- msgid "License"
130
- msgstr "Лицензирование"
131
-
132
- #: inc/admin/admin-header.php:175 inc/admin/admin.php:190
133
- #: inc/admin/admin.php:1939 inc/admin/adminbar.php:55
134
- msgid "Tools"
135
- msgstr "Параметры плагина"
136
-
137
- #: inc/admin/admin-header.php:200
138
- msgid "See the changelog (new window)"
139
- msgstr "Лог изменений (в новом окне)"
140
-
141
- #: inc/admin/admin-header.php:202
142
- msgid "See the changelog"
143
- msgstr "Лог изменений"
144
-
145
- #: inc/admin/admin-header.php:204 inc/admin/admin-header.php:206
146
- msgid "Send feedback"
147
- msgstr "Обратная связь"
148
-
149
- #: inc/admin/admin-header.php:208
150
- msgid "Follow us on Twitter (new window)"
151
- msgstr "Подписаться на Twitter (в новом окне)"
152
-
153
- #: inc/admin/admin-header.php:210
154
- msgid "Follow us on Twitter"
155
- msgstr "Подписаться на Twitter"
156
-
157
- #: inc/admin/admin-header.php:212
158
- msgid "Follow us on YouTube (new window)"
159
- msgstr "Подписаться на канал Youtube (в новом окне)"
160
-
161
- #: inc/admin/admin-header.php:214
162
- msgid "Follow us on YouTube"
163
- msgstr "Подписаться на канал Youtube"
164
-
165
- #: inc/admin/admin-header.php:216
166
- msgid "Official website (new window)"
167
- msgstr "Официальный сайт (в новом окне)"
168
-
169
- #: inc/admin/admin-header.php:218
170
- msgid "Official website"
171
- msgstr "Официальный сайт"
172
-
173
- #: inc/admin/admin-header.php:220
174
- msgid "Support (new window)"
175
- msgstr "Поддержка (в новом окне)"
176
-
177
- #: inc/admin/admin-header.php:222
178
- msgid "Support"
179
- msgstr "Поддержка"
180
-
181
- #: inc/admin/admin-metaboxes-content-analysis-form.php:5
182
- msgid "Enter a few keywords for analysis to help you write optimized content."
183
- msgstr ""
184
-
185
- #: inc/admin/admin-metaboxes-content-analysis-form.php:9
186
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
187
- #: inc/functions/options-advanced-admin.php:769
188
- #, fuzzy
189
- #| msgid "Search keywords"
190
- msgid "Target keywords"
191
- msgstr "Ключевые слова"
192
-
193
- #: inc/admin/admin-metaboxes-content-analysis-form.php:10
194
- #, fuzzy
195
- #| msgid "Enter your Google News Keywords"
196
- msgid "Enter your target keywords"
197
- msgstr "Введите ваши ключевые слова для Новостей Google"
198
-
199
- #: inc/admin/admin-metaboxes-content-analysis-form.php:11
200
- msgid ""
201
- "Separate target keywords with commas. Do not use spaces after the commas, "
202
- "unless you want to include them (eg: \"my super keyword,another keyword,"
203
- "keyword\")"
204
- msgstr ""
205
-
206
- #: inc/admin/admin-metaboxes-content-analysis-form.php:14
207
- msgid "Analyze my content"
208
- msgstr ""
209
-
210
- #: inc/admin/admin-metaboxes-content-analysis-form.php:16
211
- msgid "Refresh analysis"
212
- msgstr ""
213
-
214
- #: inc/admin/admin-metaboxes-content-analysis-form.php:18
215
- msgid "Analysis completed"
216
- msgstr ""
217
-
218
- #: inc/admin/admin-metaboxes-content-analysis-form.php:20
219
- msgid "To get the most accurate analysis, save your post first."
220
- msgstr ""
221
-
222
- #: inc/admin/admin-metaboxes-content-analysis-form.php:24
223
- #, fuzzy
224
- #| msgid "Google Trends"
225
- msgid "Google suggestions"
226
- msgstr "Google Тренды"
227
-
228
- #: inc/admin/admin-metaboxes-content-analysis-form.php:26
229
- msgid ""
230
- "Enter a keyword, or a phrase, to find the top 10 Google suggestions "
231
- "instantly. This is useful if you want to work with the long tail technique."
232
- msgstr ""
233
-
234
- #: inc/admin/admin-metaboxes-content-analysis-form.php:28
235
- #, fuzzy
236
- #| msgid "Reset settings"
237
- msgid "Get suggestions!"
238
- msgstr "Сброс настроек"
239
-
240
- #: inc/admin/admin-metaboxes-content-analysis-form.php:71
241
- #, fuzzy
242
- #| msgid "Organization"
243
- msgid "Optimizations"
244
- msgstr "Организация"
245
-
246
- #: inc/admin/admin-metaboxes-content-analysis-form.php:72
247
- msgid "Configuration"
248
- msgstr ""
249
-
250
- #: inc/admin/admin-metaboxes-content-analysis-form.php:73
251
- msgid "Images"
252
- msgstr ""
253
-
254
- #: inc/admin/admin-metaboxes-content-analysis-form.php:74
255
- msgid "Links"
256
- msgstr ""
257
-
258
- #: inc/admin/admin-metaboxes-content-analysis-form.php:80
259
- msgid "Words counter"
260
- msgstr ""
261
-
262
- #: inc/admin/admin-metaboxes-content-analysis-form.php:82
263
- msgid "words found."
264
- msgstr ""
265
-
266
- #: inc/admin/admin-metaboxes-content-analysis-form.php:83
267
- msgid "unique words found."
268
- msgstr ""
269
-
270
- #: inc/admin/admin-metaboxes-content-analysis-form.php:86
271
- msgid ""
272
- "Your content is composed of more than 300 words, which is the minimum for a "
273
- "post."
274
- msgstr ""
275
-
276
- #: inc/admin/admin-metaboxes-content-analysis-form.php:88
277
- msgid "Your content is too short. Add a few more paragraphs!"
278
- msgstr ""
279
-
280
- #: inc/admin/admin-metaboxes-content-analysis-form.php:95
281
- msgid "H1 (Heading 1)"
282
- msgstr ""
283
-
284
- #: inc/admin/admin-metaboxes-content-analysis-form.php:101
285
- msgid "Target keywords were found in Heading 1 (H1)."
286
- msgstr ""
287
-
288
- #: inc/admin/admin-metaboxes-content-analysis-form.php:110
289
- #: inc/admin/admin-metaboxes-content-analysis-form.php:131
290
- #: inc/admin/admin-metaboxes-content-analysis-form.php:149
291
- #: inc/admin/admin-metaboxes-content-analysis-form.php:168
292
- #: inc/admin/admin-metaboxes-content-analysis-form.php:197
293
- #, php-format
294
- msgid "%s was found %d times."
295
- msgstr ""
296
-
297
- #: inc/admin/admin-metaboxes-content-analysis-form.php:115
298
- #, php-format
299
- msgid "We found %d Heading 1 (H1) in your content."
300
- msgstr ""
301
-
302
- #: inc/admin/admin-metaboxes-content-analysis-form.php:116
303
- msgid ""
304
- "You should not use more than one H1 heading in your post content. The rule "
305
- "is simple: only one H1 for each web page. Better for SEO and accessibility."
306
- msgstr ""
307
-
308
- #: inc/admin/admin-metaboxes-content-analysis-form.php:121
309
- msgid "H2 (Heading 2)"
310
- msgstr ""
311
-
312
- #: inc/admin/admin-metaboxes-content-analysis-form.php:123
313
- msgid "Target keywords were found in Heading 2 (H2)."
314
- msgstr ""
315
-
316
- #: inc/admin/admin-metaboxes-content-analysis-form.php:135
317
- msgid "None of your target keywords were found in Heading 2 (H2)."
318
- msgstr ""
319
-
320
- #: inc/admin/admin-metaboxes-content-analysis-form.php:139
321
- msgid "H3 (Heading 3)"
322
- msgstr ""
323
-
324
- #: inc/admin/admin-metaboxes-content-analysis-form.php:141
325
- msgid "Target keywords were found in Heading 3 (H3)."
326
- msgstr ""
327
-
328
- #: inc/admin/admin-metaboxes-content-analysis-form.php:153
329
- msgid "None of your target keywords were found in Heading 3 (H3)."
330
- msgstr ""
331
-
332
- #: inc/admin/admin-metaboxes-content-analysis-form.php:157
333
- #, fuzzy
334
- #| msgid "Tag title"
335
- msgid "Meta title"
336
- msgstr "Название тега"
337
-
338
- #: inc/admin/admin-metaboxes-content-analysis-form.php:160
339
- msgid "Target keywords were found in the Meta Title."
340
- msgstr ""
341
-
342
- #: inc/admin/admin-metaboxes-content-analysis-form.php:172
343
- msgid "None of your target keywords were found in the Meta Title."
344
- msgstr ""
345
-
346
- #: inc/admin/admin-metaboxes-content-analysis-form.php:176
347
- #, fuzzy
348
- #| msgid "Your site title is empty!"
349
- msgid "Your custom title is too long."
350
- msgstr "Название вашего сайта пустое!"
351
-
352
- #: inc/admin/admin-metaboxes-content-analysis-form.php:178
353
- msgid "The length of your title is correct"
354
- msgstr ""
355
-
356
- #: inc/admin/admin-metaboxes-content-analysis-form.php:181
357
- msgid "No custom title is set for this post."
358
- msgstr ""
359
-
360
- #: inc/admin/admin-metaboxes-content-analysis-form.php:185
361
- #: inc/admin/admin-metaboxes-form.php:109
362
- #: inc/admin/admin-metaboxes-form.php:110 inc/admin/admin.php:733
363
- #: inc/admin/admin.php:754 inc/admin/admin.php:773 inc/admin/admin.php:2055
364
- #: inc/admin/admin.php:3489 inc/functions/options-advanced-admin.php:761
365
- msgid "Meta description"
366
- msgstr "Мета-описание"
367
-
368
- #: inc/admin/admin-metaboxes-content-analysis-form.php:189
369
- msgid "Target keywords were found in the Meta description."
370
- msgstr ""
371
-
372
- #: inc/admin/admin-metaboxes-content-analysis-form.php:201
373
- msgid "None of your target keywords were found in the Meta description."
374
- msgstr ""
375
-
376
- #: inc/admin/admin-metaboxes-content-analysis-form.php:205
377
- #, fuzzy
378
- #| msgid "Add meta description column"
379
- msgid "You custom meta description is too long."
380
- msgstr "Добавить колонку Мета-описаний в списке записей"
381
-
382
- #: inc/admin/admin-metaboxes-content-analysis-form.php:207
383
- #, fuzzy
384
- #| msgid "Enter your meta description"
385
- msgid "The length of your meta description is correct"
386
- msgstr "Введите ваше мета-описание"
387
-
388
- #: inc/admin/admin-metaboxes-content-analysis-form.php:210
389
- msgid "No custom meta description is set for this post."
390
- msgstr ""
391
-
392
- #: inc/admin/admin-metaboxes-content-analysis-form.php:216
393
- #, fuzzy
394
- #| msgid "robots.txt"
395
- msgid "Robots"
396
- msgstr "robots.txt"
397
-
398
- #: inc/admin/admin-metaboxes-content-analysis-form.php:226
399
- #, php-format
400
- msgid ""
401
- "We found %s meta robots in your page. There is probably something wrong with "
402
- "your theme!"
403
- msgstr ""
404
-
405
- #: inc/admin/admin-metaboxes-content-analysis-form.php:230
406
- msgid "noindex is on! Search engines can't index this page."
407
- msgstr ""
408
-
409
- #: inc/admin/admin-metaboxes-content-analysis-form.php:232
410
- msgid "noindex is off. Search engines will index this page."
411
- msgstr ""
412
-
413
- #: inc/admin/admin-metaboxes-content-analysis-form.php:236
414
- msgid "nofollow is on! Search engines can't follow your links on this page."
415
- msgstr ""
416
-
417
- #: inc/admin/admin-metaboxes-content-analysis-form.php:238
418
- msgid "nofollow is off. Search engines will follow links on this page."
419
- msgstr ""
420
-
421
- #: inc/admin/admin-metaboxes-content-analysis-form.php:242
422
- msgid "noarchive is on! Search engines will not cache your page."
423
- msgstr ""
424
-
425
- #: inc/admin/admin-metaboxes-content-analysis-form.php:244
426
- msgid "noarchive is off. Search engines will probably cache your page."
427
- msgstr ""
428
-
429
- #: inc/admin/admin-metaboxes-content-analysis-form.php:248
430
- msgid ""
431
- "nosnippet is on! Search engines will not display a snippet of this page in "
432
- "search results."
433
- msgstr ""
434
-
435
- #: inc/admin/admin-metaboxes-content-analysis-form.php:250
436
- msgid ""
437
- "nosnippet is off. Search engines will display a snippet of this page in "
438
- "search results."
439
- msgstr ""
440
-
441
- #: inc/admin/admin-metaboxes-content-analysis-form.php:253
442
- msgid ""
443
- "We found no meta robots on this page. It means, your page is index,follow. "
444
- "Search engines will index it, and follow links. "
445
- msgstr ""
446
-
447
- #: inc/admin/admin-metaboxes-content-analysis-form.php:261
448
- msgid ""
449
- "noimageindex is on! Google will not index your images on this page (but if "
450
- "someone makes a direct link to one of your image in this page, it will be "
451
- "indexed)."
452
- msgstr ""
453
-
454
- #: inc/admin/admin-metaboxes-content-analysis-form.php:263
455
- #: inc/admin/admin-metaboxes-content-analysis-form.php:272
456
- msgid "noimageindex is off. Google will index the images on this page."
457
- msgstr ""
458
-
459
- #: inc/admin/admin-metaboxes-content-analysis-form.php:267
460
- msgid ""
461
- "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in "
462
- "search results."
463
- msgstr ""
464
-
465
- #: inc/admin/admin-metaboxes-content-analysis-form.php:269
466
- #: inc/admin/admin-metaboxes-content-analysis-form.php:274
467
- msgid ""
468
- "nositelinkssearchbox is off. Google will probably display a sitelinks "
469
- "searchbox in search results."
470
- msgstr ""
471
-
472
- #: inc/admin/admin-metaboxes-content-analysis-form.php:284
473
- msgid ""
474
- "No alternative text found for these images. Alt tags are important for both "
475
- "SEO and accessibility."
476
- msgstr ""
477
-
478
- #: inc/admin/admin-metaboxes-content-analysis-form.php:295
479
- msgid "All alternative tags are filled in. Good work!"
480
- msgstr ""
481
-
482
- #: inc/admin/admin-metaboxes-content-analysis-form.php:298
483
- msgid ""
484
- "We could not find any image in your content. Content with media is a plus "
485
- "for your SEO."
486
- msgstr ""
487
-
488
- #: inc/admin/admin-metaboxes-content-analysis-form.php:304
489
- #, fuzzy
490
- #| msgid "Nofollow?"
491
- msgid "NoFollow Links"
492
- msgstr "Nofollow?"
493
-
494
- #: inc/admin/admin-metaboxes-content-analysis-form.php:309
495
- #, php-format
496
- msgid ""
497
- "We found %d links with nofollow attribute in your page. Do not overuse "
498
- "nofollow attribute in links. Below, the list:"
499
- msgstr ""
500
-
501
- #: inc/admin/admin-metaboxes-content-analysis-form.php:319
502
- msgid "This page doesn't have any nofollow links."
503
- msgstr ""
504
-
505
- #: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
506
- #: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:183
507
- #: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:751
508
- msgid "SEO"
509
- msgstr "SEO"
510
-
511
- #: inc/admin/admin-metaboxes-form.php:57
512
- msgid "Titles settings"
513
- msgstr "Настройки заголовков"
514
-
515
- #: inc/admin/admin-metaboxes-form.php:59
516
- msgid "Social"
517
- msgstr "Социальные сети"
518
-
519
- #: inc/admin/admin-metaboxes-form.php:61
520
- msgid "Redirection"
521
- msgstr "Редиректы"
522
-
523
- #: inc/admin/admin-metaboxes-form.php:66
524
- msgid "Google News"
525
- msgstr "Новости Google"
526
-
527
- #: inc/admin/admin-metaboxes-form.php:73
528
- #, fuzzy
529
- #| msgid "View your sitemap"
530
- msgid "Video Sitemap"
531
- msgstr "Посмотреть карту сайта"
532
-
533
- #: inc/admin/admin-metaboxes-form.php:86
534
- msgid ""
535
- "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas "
536
- "> Archives > Products</strong> "
537
- msgstr ""
538
-
539
- #: inc/admin/admin-metaboxes-form.php:86
540
- #, fuzzy
541
- #| msgid "Enter your meta description"
542
- msgid "to edit your title and meta description"
543
- msgstr "Введите ваше мета-описание"
544
-
545
- #: inc/admin/admin-metaboxes-form.php:92 inc/admin/admin-metaboxes-form.php:93
546
- msgid "Title"
547
- msgstr "Заголовок"
548
-
549
- #: inc/admin/admin-metaboxes-form.php:93
550
- msgid "Enter your title"
551
- msgstr "Введите ваш заголовок"
552
-
553
- #: inc/admin/admin-metaboxes-form.php:97 inc/admin/admin-metaboxes-form.php:114
554
- msgid "(maximum recommended limit)"
555
- msgstr "(максимальный рекомендуемый лимит)"
556
-
557
- #: inc/admin/admin-metaboxes-form.php:101 inc/admin/admin.php:3532
558
- #: inc/admin/admin.php:4467
559
- msgid "Post Title"
560
- msgstr "Заголовок записи"
561
-
562
- #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:198
563
- #: inc/admin/admin.php:3481 inc/admin/admin.php:3534 inc/admin/admin.php:3653
564
- #: inc/admin/admin.php:3771 inc/admin/admin.php:3848 inc/admin/admin.php:3918
565
- #: inc/admin/admin.php:3987 inc/admin/admin.php:4037
566
- msgid "Site Title"
567
- msgstr "Название сайта"
568
-
569
- #: inc/admin/admin-metaboxes-form.php:105 inc/admin/admin.php:2039
570
- #: inc/admin/admin.php:3468
571
- msgid "Separator"
572
- msgstr ""
573
-
574
- #: inc/admin/admin-metaboxes-form.php:110
575
- msgid "Enter your meta description"
576
- msgstr "Введите ваше мета-описание"
577
-
578
- #: inc/admin/admin-metaboxes-form.php:118
579
- #, fuzzy
580
- #| msgid "Post excerpt"
581
- msgid "Post Excerpt"
582
- msgstr "Выдержка"
583
-
584
- #: inc/admin/admin-metaboxes-form.php:123
585
- msgid "Google Snippet Preview"
586
- msgstr "Предпросмотр Google-сниппета"
587
-
588
- #: inc/admin/admin-metaboxes-form.php:124
589
- #, fuzzy
590
- #| msgid "This is what your page will look like in Google search results"
591
- msgid ""
592
- "This is what your page will look like in Google search results. You have to "
593
- "publish your post to get the Google Snippet Preview."
594
- msgstr ""
595
- "Здесь вы можете увидеть, как ваша страница будет выглядеть в результатах "
596
- "поиска Google."
597
-
598
- #: inc/admin/admin-metaboxes-form.php:149
599
- msgid ""
600
- "Do not display this page in search engine results / XML - HTML sitemaps "
601
- "<strong>(noindex)</strong>"
602
- msgstr ""
603
-
604
- #: inc/admin/admin-metaboxes-form.php:155
605
- #, fuzzy
606
- #| msgid "Do not follow links for all pages."
607
- msgid "Do not follow links for this page <strong>(nofollow)</strong>"
608
- msgstr "Запретить роботу следовать по ссылкам на всех страницах."
609
-
610
- #: inc/admin/admin-metaboxes-form.php:161
611
- #, fuzzy
612
- #| msgid ""
613
- #| "Do not use Open Directory project metadata for titles or excerpts for all "
614
- #| "pages."
615
- msgid ""
616
- "Do not use Open Directory project metadata for titles or excerpts for this "
617
- "page <strong>(noodp)</strong>"
618
- msgstr ""
619
- "Не использовать метаданные Открытого Каталога (ODP) для заголовков и "
620
- "выдержек."
621
-
622
- #: inc/admin/admin-metaboxes-form.php:167
623
- #, fuzzy
624
- #| msgid "Do not index images from the entire site."
625
- msgid "Do not index images for this page <strong>(noimageindex)</strong>"
626
- msgstr "Не индексировать изображения на всем сайте."
627
-
628
- #: inc/admin/admin-metaboxes-form.php:173
629
- #, fuzzy
630
- #| msgid "Do not display a \"Cached\" link in the Google search results."
631
- msgid ""
632
- "Do not display a \"Cached\" link in the Google search results "
633
- "<strong>(noarchive)</strong>"
634
- msgstr ""
635
- "Не отображать ссылки на кешированные страницы в результатах поиска Google."
636
-
637
- #: inc/admin/admin-metaboxes-form.php:179
638
- #, fuzzy
639
- #| msgid ""
640
- #| "Do not display a description in the Google search results for all pages."
641
- msgid ""
642
- "Do not display a description in search results for this page "
643
- "<strong>(nosnippet)</strong>"
644
- msgstr "Не отображать сниппеты страницы в результатах поиска Google."
645
-
646
- #: inc/admin/admin-metaboxes-form.php:183
647
- msgid ""
648
- "You can not uncheck a parameter? This is normal, it is most likely defined "
649
- "in the global settings of the extension."
650
- msgstr ""
651
-
652
- #: inc/admin/admin-metaboxes-form.php:186
653
- #: inc/admin/admin-metaboxes-form.php:187 inc/admin/admin.php:737
654
- #: inc/admin/admin.php:777
655
- msgid "Canonical URL"
656
- msgstr "Канонический URL"
657
-
658
- #: inc/admin/admin-metaboxes-form.php:187
659
- msgid "Default value: "
660
- msgstr "По умолчанию:"
661
-
662
- #: inc/admin/admin-metaboxes-form.php:191
663
- #, fuzzy
664
- msgid "Select a primary category"
665
- msgstr "Категория продукта"
666
-
667
- #: inc/admin/admin-metaboxes-form.php:192
668
- msgid ""
669
- "Set the category that gets used in the %category% permalink if you have "
670
- "multiple categories."
671
- msgstr ""
672
-
673
- #: inc/admin/admin-metaboxes-form.php:197 inc/admin/admin.php:4510
674
- #, fuzzy
675
- #| msgid "Click to disable this feature"
676
- msgid "None (will disable this feature)"
677
- msgstr "Нажмите, чтобы отключить"
678
-
679
- #: inc/admin/admin-metaboxes-form.php:208
680
- #: inc/admin/admin-metaboxes-form.php:209
681
- #, fuzzy
682
- #| msgid "Breadcrumbs"
683
- msgid "Custom breadcrumbs"
684
- msgstr "Хлебные крошки"
685
-
686
- #: inc/admin/admin-metaboxes-form.php:209
687
- msgid "Enter a custom value, useful if your title is too long"
688
- msgstr ""
689
-
690
- #: inc/admin/admin-metaboxes-form.php:217
691
- msgid "Ask Facebook to update his cache"
692
- msgstr "Отправить запрос в Facebook на изменение этого кеша"
693
-
694
- #: inc/admin/admin-metaboxes-form.php:219
695
- #: inc/admin/admin-metaboxes-form.php:220
696
- msgid "Facebook Title"
697
- msgstr "Заголовок для Facebook"
698
-
699
- #: inc/admin/admin-metaboxes-form.php:220
700
- msgid "Enter your Facebook title"
701
- msgstr "Введите ваш заголовок для Facebook"
702
-
703
- #: inc/admin/admin-metaboxes-form.php:223
704
- #: inc/admin/admin-metaboxes-form.php:224
705
- msgid "Facebook description"
706
- msgstr "Описание для Facebook"
707
-
708
- #: inc/admin/admin-metaboxes-form.php:224
709
- msgid "Enter your Facebook description"
710
- msgstr "Введите ваше описание для Facebook"
711
-
712
- #: inc/admin/admin-metaboxes-form.php:227
713
- #: inc/admin/admin-metaboxes-form.php:228
714
- msgid "Facebook Thumbnail"
715
- msgstr "Миниатюра изображения для Facebook"
716
-
717
- #: inc/admin/admin-metaboxes-form.php:228
718
- #: inc/admin/admin-metaboxes-form.php:246 inc/admin/admin.php:4779
719
- #: inc/admin/admin.php:4871
720
- msgid "Select your default thumbnail"
721
- msgstr "Выберите вашу миниатюру по умолчанию"
722
-
723
- #: inc/admin/admin-metaboxes-form.php:229 inc/admin/admin.php:4783
724
- #, fuzzy
725
- #| msgid "Minimum size: 200x200px"
726
- msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
727
- msgstr "Минимальный размер: 200px ✕ 200px"
728
-
729
- #: inc/admin/admin-metaboxes-form.php:230
730
- #: inc/admin/admin-metaboxes-form.php:248
731
- #: inc/admin/admin-metaboxes-form.php:391 inc/admin/admin.php:4544
732
- #: inc/admin/admin.php:4781 inc/admin/admin.php:4873
733
- msgid "Upload an Image"
734
- msgstr "Загрузить изображение"
735
-
736
- #: inc/admin/admin-metaboxes-form.php:235
737
- msgid "Preview your Twitter card using the official validator"
738
- msgstr ""
739
-
740
- #: inc/admin/admin-metaboxes-form.php:237
741
- #: inc/admin/admin-metaboxes-form.php:238
742
- msgid "Twitter Title"
743
- msgstr "Заголовок для Twitter"
744
-
745
- #: inc/admin/admin-metaboxes-form.php:238
746
- msgid "Enter your Twitter title"
747
- msgstr "Введите ваш заголовок для Twitter"
748
-
749
- #: inc/admin/admin-metaboxes-form.php:241
750
- #: inc/admin/admin-metaboxes-form.php:242
751
- msgid "Twitter description"
752
- msgstr "Описание для Twitter"
753
-
754
- #: inc/admin/admin-metaboxes-form.php:242
755
- msgid "Enter your Twitter description"
756
- msgstr "Введите ваше описание для Twitter"
757
-
758
- #: inc/admin/admin-metaboxes-form.php:245
759
- #: inc/admin/admin-metaboxes-form.php:248
760
- msgid "Twitter Thumbnail"
761
- msgstr "Миниатюра изображения для Twitter"
762
-
763
- #: inc/admin/admin-metaboxes-form.php:247 inc/admin/admin.php:4875
764
- msgid ""
765
- "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
766
- "(2:1 with large card), 5Mb max."
767
- msgstr ""
768
-
769
- #: inc/admin/admin-metaboxes-form.php:257
770
- msgid "Enable redirection?"
771
- msgstr "Включить перенаправление?"
772
-
773
- #: inc/admin/admin-metaboxes-form.php:261
774
- #: inc/admin/admin-metaboxes-form.php:269
775
- msgid "URL redirection"
776
- msgstr "URL-перенаправление"
777
-
778
- #: inc/admin/admin-metaboxes-form.php:263
779
- msgid "301 Moved Permanently"
780
- msgstr "301 Постоянно перенесен"
781
-
782
- #: inc/admin/admin-metaboxes-form.php:264
783
- #, fuzzy
784
- #| msgid "302 Found (HTTP 1.1) / Moved Temporarily (HTTP 1.0)"
785
- msgid "302 Found / Moved Temporarily"
786
- msgstr "302 Найден (HTTP 1.1) / Временно перемещен (HTTP 1.0)"
787
-
788
- #: inc/admin/admin-metaboxes-form.php:265
789
- #, fuzzy
790
- #| msgid "307 Moved Temporarily (HTTP 1.1 Only)"
791
- msgid "307 Moved Temporarily"
792
- msgstr "307 Временно перемещен (HTTP 1.1 Only)"
793
-
794
- #: inc/admin/admin-metaboxes-form.php:266
795
- msgid "410 Gone"
796
- msgstr ""
797
-
798
- #: inc/admin/admin-metaboxes-form.php:267
799
- msgid "451 Unavailable For Legal Reasons"
800
- msgstr ""
801
-
802
- #: inc/admin/admin-metaboxes-form.php:269
803
- msgid "Enter your new URL"
804
- msgstr "Введите новый URL"
805
-
806
- #: inc/admin/admin-metaboxes-form.php:274
807
- msgid "Query parameters"
808
- msgstr ""
809
-
810
- #: inc/admin/admin-metaboxes-form.php:276
811
- msgid "Exact match with all parameters"
812
- msgstr ""
813
-
814
- #: inc/admin/admin-metaboxes-form.php:277
815
- msgid "Exclude all parameters"
816
- msgstr ""
817
-
818
- #: inc/admin/admin-metaboxes-form.php:278
819
- msgid "Exclude all parameters and passed them to the redirection"
820
- msgstr ""
821
-
822
- #: inc/admin/admin-metaboxes-form.php:287
823
- #: inc/admin/admin-metaboxes-form.php:289
824
- #: inc/admin/admin-metaboxes-form.php:292
825
- #: inc/admin/admin-metaboxes-form.php:294
826
- msgid "Test your URL"
827
- msgstr "Проверка URL"
828
-
829
- #: inc/admin/admin-metaboxes-form.php:308
830
- msgid "Need help with your redirections? Read our guide."
831
- msgstr ""
832
-
833
- #: inc/admin/admin-metaboxes-form.php:320
834
- msgid "Exclude this post from Google News Sitemap?"
835
- msgstr "Исключить эту запись из карты сайта для Новостей Google?"
836
-
837
- #: inc/admin/admin-metaboxes-form.php:344
838
- #, fuzzy
839
- #| msgid "Exclude this post from Google News Sitemap?"
840
- msgid "Exclude this post from Video Sitemap?"
841
- msgstr "Исключить эту запись из карты сайта для Новостей Google?"
842
-
843
- #: inc/admin/admin-metaboxes-form.php:346
844
- msgid ""
845
- "If your post is set to noindex, it will be automatically excluded from the "
846
- "sitemap."
847
- msgstr ""
848
-
849
- #: inc/admin/admin-metaboxes-form.php:365
850
- msgid "Video "
851
- msgstr ""
852
-
853
- #: inc/admin/admin-metaboxes-form.php:369
854
- msgid "Video URL (required)"
855
- msgstr ""
856
-
857
- #: inc/admin/admin-metaboxes-form.php:370
858
- #, fuzzy
859
- #| msgid "Enter your new URL"
860
- msgid "Enter your video URL"
861
- msgstr "Введите новый URL"
862
-
863
- #: inc/admin/admin-metaboxes-form.php:370
864
- msgid "Video URL"
865
- msgstr ""
866
-
867
- #: inc/admin/admin-metaboxes-form.php:375
868
- msgid ""
869
- "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? "
870
- "Check this if your video is hosting on this server."
871
- msgstr ""
872
-
873
- #: inc/admin/admin-metaboxes-form.php:379
874
- msgid "Video Title (required)"
875
- msgstr ""
876
-
877
- #: inc/admin/admin-metaboxes-form.php:380
878
- #, fuzzy
879
- #| msgid "Enter your title"
880
- msgid "Enter your video title"
881
- msgstr "Введите ваш заголовок"
882
-
883
- #: inc/admin/admin-metaboxes-form.php:380
884
- #, fuzzy
885
- #| msgid "Site title"
886
- msgid "Video title"
887
- msgstr "Название сайта"
888
-
889
- #: inc/admin/admin-metaboxes-form.php:381
890
- msgid "Default: title tag, if not available, post title."
891
- msgstr ""
892
-
893
- #: inc/admin/admin-metaboxes-form.php:384
894
- msgid "Video Description (required)"
895
- msgstr ""
896
-
897
- #: inc/admin/admin-metaboxes-form.php:385
898
- #, fuzzy
899
- #| msgid "Enter your meta description"
900
- msgid "Enter your video description"
901
- msgstr "Введите ваше мета-описание"
902
-
903
- #: inc/admin/admin-metaboxes-form.php:385
904
- #, fuzzy
905
- #| msgid "Meta description"
906
- msgid "Video description"
907
- msgstr "Мета-описание"
908
-
909
- #: inc/admin/admin-metaboxes-form.php:386
910
- msgid ""
911
- "2048 characters max.; default: meta description. If not available, use the "
912
- "beginning of the post content."
913
- msgstr ""
914
-
915
- #: inc/admin/admin-metaboxes-form.php:389
916
- msgid "Video Thumbnail (required)"
917
- msgstr ""
918
-
919
- #: inc/admin/admin-metaboxes-form.php:390
920
- #, fuzzy
921
- #| msgid "Select your default thumbnail"
922
- msgid "Select your video thumbnail"
923
- msgstr "Выберите вашу миниатюру по умолчанию"
924
-
925
- #: inc/admin/admin-metaboxes-form.php:391
926
- #, fuzzy
927
- #| msgid "Twitter Thumbnail"
928
- msgid "Video Thumbnail"
929
- msgstr "Миниатюра изображения для Twitter"
930
-
931
- #: inc/admin/admin-metaboxes-form.php:392
932
- msgid ""
933
- "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
934
- "your post featured image."
935
- msgstr ""
936
-
937
- #: inc/admin/admin-metaboxes-form.php:395
938
- msgid "Video Duration (recommended)"
939
- msgstr ""
940
-
941
- #: inc/admin/admin-metaboxes-form.php:396
942
- msgid "Duration in seconds"
943
- msgstr ""
944
-
945
- #: inc/admin/admin-metaboxes-form.php:396
946
- msgid "Video duration"
947
- msgstr ""
948
-
949
- #: inc/admin/admin-metaboxes-form.php:397
950
- msgid ""
951
- "The duration of the video in seconds. Value must be between 0 and 28800 (8 "
952
- "hours)."
953
- msgstr ""
954
-
955
- #: inc/admin/admin-metaboxes-form.php:400
956
- msgid "Video Rating"
957
- msgstr ""
958
-
959
- #: inc/admin/admin-metaboxes-form.php:401
960
- msgid "Video rating"
961
- msgstr ""
962
-
963
- #: inc/admin/admin-metaboxes-form.php:402
964
- msgid "Allowed values are float numbers in the range 0.0 to 5.0."
965
- msgstr ""
966
-
967
- #: inc/admin/admin-metaboxes-form.php:405
968
- #: inc/admin/admin-metaboxes-form.php:406
969
- msgid "View count"
970
- msgstr ""
971
-
972
- #: inc/admin/admin-metaboxes-form.php:406
973
- msgid "Number of views"
974
- msgstr ""
975
-
976
- #: inc/admin/admin-metaboxes-form.php:409
977
- #: inc/admin/admin-metaboxes-form.php:410
978
- #, fuzzy
979
- #| msgid "Title tags"
980
- msgid "Video tags"
981
- msgstr "Тег заголовка"
982
-
983
- #: inc/admin/admin-metaboxes-form.php:410
984
- #, fuzzy
985
- #| msgid "Enter yours domains"
986
- msgid "Enter your video tags"
987
- msgstr "Введите ваши домены"
988
-
989
- #: inc/admin/admin-metaboxes-form.php:411
990
- msgid ""
991
- "32 tags max., separate tags with commas. Default: target keywords + post "
992
- "tags if available."
993
- msgstr ""
994
-
995
- #: inc/admin/admin-metaboxes-form.php:414
996
- #: inc/admin/admin-metaboxes-form.php:415
997
- #, fuzzy
998
- #| msgid "Track Categories"
999
- msgid "Video categories"
1000
- msgstr "Отслеживать категории"
1001
-
1002
- #: inc/admin/admin-metaboxes-form.php:415
1003
- #, fuzzy
1004
- #| msgid "Enter yours domains"
1005
- msgid "Enter your video categories"
1006
- msgstr "Введите ваши домены"
1007
-
1008
- #: inc/admin/admin-metaboxes-form.php:416
1009
- msgid ""
1010
- "256 characters max., usually a video will belong to a single category, "
1011
- "separate categories with commas. Default: first post category if available."
1012
- msgstr ""
1013
-
1014
- #: inc/admin/admin-metaboxes-form.php:421
1015
- msgid "NOT family friendly?"
1016
- msgstr ""
1017
-
1018
- #: inc/admin/admin-metaboxes-form.php:423
1019
- msgid "The video will be available only to users with SafeSearch turned off."
1020
- msgstr ""
1021
-
1022
- #: inc/admin/admin-metaboxes-form.php:425
1023
- msgid "Remove video"
1024
- msgstr ""
1025
-
1026
- #: inc/admin/admin-metaboxes-form.php:432
1027
- msgid "Add video"
1028
- msgstr ""
1029
-
1030
- #: inc/admin/admin-metaboxes.php:400
1031
- msgid "Content analysis"
1032
- msgstr ""
1033
-
1034
- #: inc/admin/admin.php:105
1035
- msgid "404 - Page not found"
1036
- msgstr "404 - Страница не найдена"
1037
-
1038
- #: inc/admin/admin.php:184
1039
- msgid "Dashboard"
1040
- msgstr "Консоль"
1041
-
1042
- #: inc/admin/admin.php:186 inc/admin/admin.php:1401
1043
- #, fuzzy
1044
- #| msgid "XML / Image / HTML Sitemap"
1045
- msgid "XML / Image / Video / HTML Sitemap"
1046
- msgstr "XML / Изображение / HTML карта сайта"
1047
-
1048
- #: inc/admin/admin.php:197
1049
- #, php-format
1050
- msgid "%%sep%%"
1051
- msgstr ""
1052
-
1053
- #: inc/admin/admin.php:197
1054
- msgid "Separator (eg: - )"
1055
- msgstr ""
1056
-
1057
- #: inc/admin/admin.php:198
1058
- #, php-format
1059
- msgid "%%sitetitle%%"
1060
- msgstr "%%sitetitle%%"
1061
-
1062
- #: inc/admin/admin.php:199
1063
- #, php-format
1064
- msgid "%%tagline%%"
1065
- msgstr "%%tagline%%"
1066
-
1067
- #: inc/admin/admin.php:199 inc/admin/admin.php:3482 inc/admin/admin.php:3493
1068
- msgid "Tagline"
1069
- msgstr "Подзаголовок"
1070
-
1071
- #: inc/admin/admin.php:200
1072
- #, php-format
1073
- msgid "%%post_title%%"
1074
- msgstr "%%post_title%%"
1075
-
1076
- #: inc/admin/admin.php:200
1077
- msgid "Post Title (post, page, custom post type)"
1078
- msgstr "Заголовок записи"
1079
-
1080
- #: inc/admin/admin.php:201
1081
- #, php-format
1082
- msgid "%%post_excerpt%%"
1083
- msgstr "%%post_excerpt%%"
1084
-
1085
- #: inc/admin/admin.php:201
1086
- msgid "Post excerpt"
1087
- msgstr "Выдержка"
1088
-
1089
- #: inc/admin/admin.php:202
1090
- #, php-format
1091
- msgid "%%post_date%%"
1092
- msgstr "%%post_date%%"
1093
-
1094
- #: inc/admin/admin.php:202
1095
- msgid "Post date"
1096
- msgstr "Дата публикации"
1097
-
1098
- #: inc/admin/admin.php:203
1099
- #, fuzzy, php-format
1100
- #| msgid "%%post_date%%"
1101
- msgid "%%post_modified_date%%"
1102
- msgstr "%%post_date%%"
1103
-
1104
- #: inc/admin/admin.php:203
1105
- #, fuzzy
1106
- #| msgid "Last updated date: "
1107
- msgid "Last modified post date"
1108
- msgstr "Дата последнего обновления:"
1109
-
1110
- #: inc/admin/admin.php:204
1111
- #, php-format
1112
- msgid "%%post_author%%"
1113
- msgstr "%%post_author%%"
1114
-
1115
- #: inc/admin/admin.php:204 inc/admin/admin.php:3847
1116
- msgid "Post author"
1117
- msgstr "Автор"
1118
-
1119
- #: inc/admin/admin.php:205
1120
- #, fuzzy, php-format
1121
- #| msgid "%%post_author%%"
1122
- msgid "%%post_category%%"
1123
- msgstr "%%post_author%%"
1124
-
1125
- #: inc/admin/admin.php:205
1126
- #, fuzzy
1127
- #| msgid "Post author"
1128
- msgid "Post category"
1129
- msgstr "Автор"
1130
-
1131
- #: inc/admin/admin.php:206
1132
- #, fuzzy, php-format
1133
- #| msgid "%%post_date%%"
1134
- msgid "%%post_tag%%"
1135
- msgstr "%%post_date%%"
1136
-
1137
- #: inc/admin/admin.php:206
1138
- #, fuzzy
1139
- #| msgid "Post date"
1140
- msgid "Post tag"
1141
- msgstr "Дата публикации"
1142
-
1143
- #: inc/admin/admin.php:207
1144
- #, php-format
1145
- msgid "%%_category_title%%"
1146
- msgstr "%%_category_title%%"
1147
-
1148
- #: inc/admin/admin.php:207
1149
- msgid "Category title"
1150
- msgstr "Название категории"
1151
-
1152
- #: inc/admin/admin.php:208
1153
- #, php-format
1154
- msgid "%%_category_description%%"
1155
- msgstr "%%_category_description%%"
1156
-
1157
- #: inc/admin/admin.php:208
1158
- msgid "Category description"
1159
- msgstr "Описание категории"
1160
-
1161
- #: inc/admin/admin.php:209
1162
- #, php-format
1163
- msgid "%%tag_title%%"
1164
- msgstr "%%tag_title%%"
1165
-
1166
- #: inc/admin/admin.php:209
1167
- msgid "Tag title"
1168
- msgstr "Название тега"
1169
-
1170
- #: inc/admin/admin.php:210
1171
- #, php-format
1172
- msgid "%%tag_description%%"
1173
- msgstr "%%tag_description%%"
1174
-
1175
- #: inc/admin/admin.php:210
1176
- msgid "Tag description"
1177
- msgstr "Описание тега"
1178
-
1179
- #: inc/admin/admin.php:211
1180
- #, php-format
1181
- msgid "%%term_title%%"
1182
- msgstr "%%term_title%%"
1183
-
1184
- #: inc/admin/admin.php:211
1185
- msgid "Term title"
1186
- msgstr "Название термина"
1187
-
1188
- #: inc/admin/admin.php:212
1189
- #, php-format
1190
- msgid "%%term_description%%"
1191
- msgstr "%%term_description%%"
1192
-
1193
- #: inc/admin/admin.php:212
1194
- msgid "Term description"
1195
- msgstr "Описание термина"
1196
-
1197
- #: inc/admin/admin.php:213
1198
- #, php-format
1199
- msgid "%%search_keywords%%"
1200
- msgstr "%%search_keywords%%"
1201
-
1202
- #: inc/admin/admin.php:213
1203
- msgid "Search keywords"
1204
- msgstr "Ключевые слова"
1205
-
1206
- #: inc/admin/admin.php:214
1207
- #, php-format
1208
- msgid "%%current_pagination%%"
1209
- msgstr "%%current_pagination%%"
1210
-
1211
- #: inc/admin/admin.php:214
1212
- #, fuzzy
1213
- msgid "Current number page"
1214
- msgstr "Текущая страница"
1215
-
1216
- #: inc/admin/admin.php:215
1217
- #, php-format
1218
- msgid "%%cpt_plural%%"
1219
- msgstr "%%cpt_plural%%"
1220
-
1221
- #: inc/admin/admin.php:215
1222
- msgid "Plural Post Type Archive name"
1223
- msgstr "Имя типа записей (множественное число)"
1224
-
1225
- #: inc/admin/admin.php:216
1226
- #, fuzzy, php-format
1227
- #| msgid "%%tag_title%%"
1228
- msgid "%%archive_title%%"
1229
- msgstr "%%tag_title%%"
1230
-
1231
- #: inc/admin/admin.php:216
1232
- #, fuzzy
1233
- msgid "Archive title"
1234
- msgstr "Дата архива"
1235
-
1236
- #: inc/admin/admin.php:217
1237
- #, fuzzy, php-format
1238
- msgid "%%archive_date%%"
1239
- msgstr "Дата архива"
1240
-
1241
- #: inc/admin/admin.php:217
1242
- msgid "Date Archive"
1243
- msgstr "Архив по датам"
1244
-
1245
- #: inc/admin/admin.php:218
1246
- #, fuzzy, php-format
1247
- msgid "%%archive_date_day%%"
1248
- msgstr "Дата архива"
1249
-
1250
- #: inc/admin/admin.php:218
1251
- #, fuzzy
1252
- msgid "Day Archive date"
1253
- msgstr "Дата архива"
1254
-
1255
- #: inc/admin/admin.php:219
1256
- #, php-format
1257
- msgid "%%archive_date_month%%"
1258
- msgstr ""
1259
-
1260
- #: inc/admin/admin.php:219
1261
- #, fuzzy
1262
- msgid "Month Archive title"
1263
- msgstr "Дата архива"
1264
-
1265
- #: inc/admin/admin.php:220
1266
- #, fuzzy, php-format
1267
- msgid "%%archive_date_year%%"
1268
- msgstr "Дата архива"
1269
-
1270
- #: inc/admin/admin.php:220
1271
- #, fuzzy
1272
- msgid "Year Archive title"
1273
- msgstr "Дата архива"
1274
-
1275
- #: inc/admin/admin.php:221
1276
- #, php-format
1277
- msgid "%%_cf_your_custom_field_name%%"
1278
- msgstr ""
1279
-
1280
- #: inc/admin/admin.php:221
1281
- #, fuzzy
1282
- #| msgid "Post Title (post, page, custom post type)"
1283
- msgid "Custom fields from post, page or post type"
1284
- msgstr "Заголовок записи"
1285
-
1286
- #: inc/admin/admin.php:222
1287
- #, php-format
1288
- msgid "%%_ct_your_custom_taxonomy_slug%%"
1289
- msgstr ""
1290
-
1291
- #: inc/admin/admin.php:222
1292
- #, fuzzy
1293
- #| msgid "Post Title (post, page, custom post type)"
1294
- msgid "Custom term taxonomy from post, page or post type"
1295
- msgstr "Заголовок записи"
1296
-
1297
- #: inc/admin/admin.php:223
1298
- #, php-format
1299
- msgid "%%wc_single_cat%%"
1300
- msgstr "%%wc_single_cat%%"
1301
-
1302
- #: inc/admin/admin.php:223
1303
- #, fuzzy
1304
- msgid "Single product category"
1305
- msgstr "Категория продукта"
1306
-
1307
- #: inc/admin/admin.php:224
1308
- #, php-format
1309
- msgid "%%wc_single_tag%%"
1310
- msgstr "%%wc_single_tag%%"
1311
-
1312
- #: inc/admin/admin.php:224
1313
- #, fuzzy
1314
- msgid "Single product tag"
1315
- msgstr "Тег продукта"
1316
-
1317
- #: inc/admin/admin.php:225
1318
- #, php-format
1319
- msgid "%%wc_single_short_desc%%"
1320
- msgstr "%%wc_single_short_desc%%"
1321
-
1322
- #: inc/admin/admin.php:225
1323
- #, fuzzy
1324
- msgid "Single product short description"
1325
- msgstr "Введите краткое описание продукта"
1326
-
1327
- #: inc/admin/admin.php:226
1328
- #, fuzzy, php-format
1329
- #| msgid "%%wc_single_cat%%"
1330
- msgid "%%wc_single_price%%"
1331
- msgstr "%%wc_single_cat%%"
1332
-
1333
- #: inc/admin/admin.php:226
1334
- #, fuzzy
1335
- msgid "Single product price"
1336
- msgstr "Категория продукта"
1337
-
1338
- #: inc/admin/admin.php:227
1339
- #, fuzzy, php-format
1340
- #| msgid "%%wc_single_cat%%"
1341
- msgid "%%wc_single_price_exc_tax%%"
1342
- msgstr "%%wc_single_cat%%"
1343
-
1344
- #: inc/admin/admin.php:227
1345
- #, fuzzy
1346
- msgid "Single product price taxes excluded"
1347
- msgstr "Тег продукта"
1348
-
1349
- #: inc/admin/admin.php:228
1350
- #, php-format
1351
- msgid "%%wc_sku%%"
1352
- msgstr ""
1353
-
1354
- #: inc/admin/admin.php:228
1355
- #, fuzzy
1356
- msgid "Single SKU product"
1357
- msgstr "Тег продукта"
1358
-
1359
- #: inc/admin/admin.php:229
1360
- #, fuzzy, php-format
1361
- #| msgid "%%current_pagination%%"
1362
- msgid "%%currentday%%"
1363
- msgstr "%%current_pagination%%"
1364
-
1365
- #: inc/admin/admin.php:229
1366
- #, fuzzy
1367
- msgid "Current day"
1368
- msgstr "Текущая страница"
1369
-
1370
- #: inc/admin/admin.php:230
1371
- #, fuzzy, php-format
1372
- #| msgid "%%current_pagination%%"
1373
- msgid "%%currentmonth%%"
1374
- msgstr "%%current_pagination%%"
1375
-
1376
- #: inc/admin/admin.php:230
1377
- msgid "Current month"
1378
- msgstr ""
1379
-
1380
- #: inc/admin/admin.php:231
1381
- #, fuzzy, php-format
1382
- #| msgid "%%current_pagination%%"
1383
- msgid "%%currentyear%%"
1384
- msgstr "%%current_pagination%%"
1385
-
1386
- #: inc/admin/admin.php:231
1387
- #, fuzzy
1388
- msgid "Current year"
1389
- msgstr "Текущая страница"
1390
-
1391
- #: inc/admin/admin.php:232
1392
- #, fuzzy, php-format
1393
- #| msgid "%%current_pagination%%"
1394
- msgid "%%currentdate%%"
1395
- msgstr "%%current_pagination%%"
1396
-
1397
- #: inc/admin/admin.php:232
1398
- #, fuzzy
1399
- msgid "Current date"
1400
- msgstr "Текущая страница"
1401
-
1402
- #: inc/admin/admin.php:233
1403
- #, fuzzy, php-format
1404
- #| msgid "%%current_pagination%%"
1405
- msgid "%%currenttime%%"
1406
- msgstr "%%current_pagination%%"
1407
-
1408
- #: inc/admin/admin.php:233
1409
- #, fuzzy
1410
- msgid "Current time"
1411
- msgstr "Текущая страница"
1412
-
1413
- #: inc/admin/admin.php:234
1414
- #, fuzzy, php-format
1415
- #| msgid "%%post_author%%"
1416
- msgid "%%author_bio%%"
1417
- msgstr "%%post_author%%"
1418
-
1419
- #: inc/admin/admin.php:234
1420
- #, fuzzy
1421
- #| msgid "Enter your meta description"
1422
- msgid "Author bio, meta desc only"
1423
- msgstr "Введите ваше мета-описание"
1424
-
1425
- #: inc/admin/admin.php:240
1426
- msgid "Templates variables"
1427
- msgstr "Переменные шаблонов страниц"
1428
-
1429
- #: inc/admin/admin.php:248 inc/admin/admin.php:256
1430
- msgid "Browse our guides"
1431
- msgstr "Читайте наши руководства"
1432
-
1433
- #: inc/admin/admin.php:249 inc/admin/admin.php:257
1434
- msgid "Read our FAQ"
1435
- msgstr "Частые вопросы"
1436
-
1437
- #: inc/admin/admin.php:250 inc/admin/admin.php:258
1438
- msgid "Check our website"
1439
- msgstr "Посетите наш сайт"
1440
-
1441
- #: inc/admin/admin.php:270
1442
- msgid ""
1443
- "Watch our video to learn how to connect your WordPress site with Google "
1444
- "Analytics and get statistics right in your dashboard (PRO only)."
1445
- msgstr ""
1446
-
1447
- #: inc/admin/admin.php:275
1448
- msgid "How-to"
1449
- msgstr ""
1450
-
1451
- #: inc/admin/admin.php:283 inc/admin/admin.php:289
1452
- #, fuzzy
1453
- #| msgid "Browse our guides"
1454
- msgid "Read our guide"
1455
- msgstr "Читайте наши руководства"
1456
-
1457
- #: inc/admin/admin.php:324 inc/admin/admin.php:328 inc/admin/admin.php:391
1458
- #: inc/admin/admin.php:395 inc/admin/admin.php:456 inc/admin/admin.php:460
1459
- #: inc/admin/admin.php:523 inc/admin/admin.php:527 inc/admin/admin.php:604
1460
- #: inc/admin/admin.php:608 inc/admin/admin.php:1377 inc/admin/admin.php:1381
1461
- #: inc/admin/admin.php:1415 inc/admin/admin.php:1419 inc/admin/admin.php:1453
1462
- #: inc/admin/admin.php:1457 inc/admin/admin.php:1491 inc/admin/admin.php:1495
1463
- #: inc/admin/admin.php:1529 inc/admin/admin.php:1533 inc/admin/admin.php:1558
1464
- #: inc/admin/admin.php:1562 inc/admin/admin.php:1586 inc/admin/admin.php:1590
1465
- #: inc/admin/admin.php:1614 inc/admin/admin.php:1618 inc/admin/admin.php:1642
1466
- #: inc/admin/admin.php:1646 inc/admin/admin.php:1670 inc/admin/admin.php:1674
1467
- #: inc/admin/admin.php:1698 inc/admin/admin.php:1702 inc/admin/admin.php:1759
1468
- #: inc/admin/admin.php:1763 inc/admin/admin.php:1798 inc/admin/admin.php:1802
1469
- #: inc/admin/admin.php:1838 inc/admin/admin.php:1842 inc/admin/admin.php:1900
1470
- #: inc/admin/admin.php:1904
1471
- msgid "Click to disable this feature"
1472
- msgstr "Нажмите, чтобы отключить"
1473
-
1474
- #: inc/admin/admin.php:325 inc/admin/admin.php:327 inc/admin/admin.php:392
1475
- #: inc/admin/admin.php:394 inc/admin/admin.php:457 inc/admin/admin.php:459
1476
- #: inc/admin/admin.php:524 inc/admin/admin.php:526 inc/admin/admin.php:605
1477
- #: inc/admin/admin.php:607 inc/admin/admin.php:1378 inc/admin/admin.php:1380
1478
- #: inc/admin/admin.php:1416 inc/admin/admin.php:1418 inc/admin/admin.php:1454
1479
- #: inc/admin/admin.php:1456 inc/admin/admin.php:1492 inc/admin/admin.php:1494
1480
- #: inc/admin/admin.php:1530 inc/admin/admin.php:1532 inc/admin/admin.php:1559
1481
- #: inc/admin/admin.php:1561 inc/admin/admin.php:1587 inc/admin/admin.php:1589
1482
- #: inc/admin/admin.php:1615 inc/admin/admin.php:1617 inc/admin/admin.php:1643
1483
- #: inc/admin/admin.php:1645 inc/admin/admin.php:1671 inc/admin/admin.php:1673
1484
- #: inc/admin/admin.php:1699 inc/admin/admin.php:1701 inc/admin/admin.php:1760
1485
- #: inc/admin/admin.php:1762 inc/admin/admin.php:1799 inc/admin/admin.php:1801
1486
- #: inc/admin/admin.php:1839 inc/admin/admin.php:1841 inc/admin/admin.php:1901
1487
- #: inc/admin/admin.php:1903
1488
- msgid "Click to enable this feature"
1489
- msgstr "Нажмите, чтобы включить"
1490
-
1491
- #: inc/admin/admin.php:342
1492
- msgid "Home"
1493
- msgstr "Главная"
1494
-
1495
- #: inc/admin/admin.php:343
1496
- msgid "Single Post Types"
1497
- msgstr "Отдельные записи"
1498
-
1499
- #: inc/admin/admin.php:344
1500
- msgid "Archives"
1501
- msgstr "Архивы записей"
1502
-
1503
- #: inc/admin/admin.php:345 inc/admin/admin.php:411
1504
- msgid "Taxonomies"
1505
- msgstr "Таксономии"
1506
-
1507
- #: inc/admin/admin.php:409 inc/admin/admin.php:542 inc/admin/admin.php:551
1508
- msgid "General"
1509
- msgstr "Общие"
1510
-
1511
- #: inc/admin/admin.php:410
1512
- msgid "Post Types"
1513
- msgstr "Типы записей"
1514
-
1515
- #: inc/admin/admin.php:412
1516
- msgid "HTML Sitemap"
1517
- msgstr "HTML карта сайта"
1518
-
1519
- #: inc/admin/admin.php:474
1520
- msgid "Knowledge Graph"
1521
- msgstr "Граф знаний Google"
1522
-
1523
- #: inc/admin/admin.php:475
1524
- msgid "Your social accounts"
1525
- msgstr "Аккаунты в соцсетях"
1526
-
1527
- #: inc/admin/admin.php:476
1528
- #, fuzzy
1529
- #| msgid "Facebook App ID"
1530
- msgid "Facebook (Open Graph)"
1531
- msgstr "ID приложения Facebook"
1532
-
1533
- #: inc/admin/admin.php:477
1534
- #, fuzzy
1535
- #| msgid "Twitter Title"
1536
- msgid "Twitter (Twitter card)"
1537
- msgstr "Заголовок для Twitter"
1538
-
1539
- #: inc/admin/admin.php:543 inc/admin/admin.php:552
1540
- msgid "Tracking"
1541
- msgstr "Отслеживание"
1542
-
1543
- #: inc/admin/admin.php:544 inc/admin/admin.php:553
1544
- msgid "Events"
1545
- msgstr "События"
1546
-
1547
- #: inc/admin/admin.php:545 inc/admin/admin.php:554
1548
- msgid "Custom Dimensions"
1549
- msgstr "Пользовательские параметры"
1550
-
1551
- #: inc/admin/admin.php:546
1552
- msgid "Stats in Dashboard"
1553
- msgstr "Статистика в консоли"
1554
-
1555
- #: inc/admin/admin.php:623
1556
- msgid "Appearance"
1557
- msgstr "Внешний вид"
1558
-
1559
- #: inc/admin/admin.php:624
1560
- msgid "Security"
1561
- msgstr "Безопасность"
1562
-
1563
- #: inc/admin/admin.php:656
1564
- #, fuzzy
1565
- #| msgid "Export Settings"
1566
- msgid "Export plugin settings"
1567
- msgstr "Экспортировать настройки"
1568
-
1569
- #: inc/admin/admin.php:658
1570
- msgid ""
1571
- "Export the plugin settings for this site as a .json file. This allows you to "
1572
- "easily import the configuration into another site."
1573
- msgstr ""
1574
- "Экспортировать настройки плагина для этого сайта в .json файл. Это позволит "
1575
- "вам легко импортировать текущую конфигурацию в другой сайт."
1576
-
1577
- #: inc/admin/admin.php:663 inc/admin/admin.php:719
1578
- msgid "Export"
1579
- msgstr "Экспорт"
1580
-
1581
- #: inc/admin/admin.php:670
1582
- #, fuzzy
1583
- #| msgid "Import Settings"
1584
- msgid "Import plugin settings"
1585
- msgstr "Импортировать настройки"
1586
-
1587
- #: inc/admin/admin.php:672
1588
- msgid ""
1589
- "Import the plugin settings from a .json file. This file can be obtained by "
1590
- "exporting the settings on another site using the form above."
1591
- msgstr ""
1592
- "Импортировать настройки плагина из .json файла. Этот файл можно создать с "
1593
- "помощью экспорта настроек через форму, расположенную выше."
1594
-
1595
- #: inc/admin/admin.php:680 inc/admin/admin.php:706
1596
- msgid "Import"
1597
- msgstr "Импорт"
1598
-
1599
- #: inc/admin/admin.php:682
1600
- msgid "Import completed!"
1601
- msgstr ""
1602
-
1603
- #: inc/admin/admin.php:691
1604
- msgid "Import Redirections"
1605
- msgstr "Импорт редиректов"
1606
-
1607
- #: inc/admin/admin.php:693
1608
- #, fuzzy
1609
- #| msgid ""
1610
- #| "Import your own redirections from a .csv file (separator \";\"). You must "
1611
- #| "have 3 columns in this order: url to match (without your domain name), "
1612
- #| "url to redirect in absolute and type of redirection (301, 302 or 307)."
1613
- msgid ""
1614
- "Import your own redirections from a .csv file (separator \";\"). You must "
1615
- "have 4 columns in this order: url to match (without your domain name), url "
1616
- "to redirect in absolute, type of redirection (301, 302 or 307) and the last "
1617
- "one with the value yes to enable the redirect. Leave it empty to disable the "
1618
- "redirect."
1619
- msgstr ""
1620
- "Импортируйте ваши редиректы из .csv файла (сепаратор \";\"). Файл должен "
1621
- "содержать 3 колонки в следующем порядке: url для сравнения (без имени "
1622
- "домена), абсолютный конечный url и тип редиректа (301, 302 или 307)."
1623
-
1624
- #: inc/admin/admin.php:696
1625
- msgid "Download a CSV example"
1626
- msgstr "Загрузить образец CSV-файла"
1627
-
1628
- #: inc/admin/admin.php:712
1629
- #, fuzzy
1630
- #| msgid "Import Redirections"
1631
- msgid "Export Redirections"
1632
- msgstr "Импорт редиректов"
1633
-
1634
- #: inc/admin/admin.php:714
1635
- #, fuzzy
1636
- #| msgid ""
1637
- #| "Export the plugin settings for this site as a .json file. This allows you "
1638
- #| "to easily import the configuration into another site."
1639
- msgid ""
1640
- "Export all redirections for this site as a .csv file. This allows you to "
1641
- "easily import the redirections into another site, to Excel / Google Sheets..."
1642
- msgstr ""
1643
- "Экспортировать настройки плагина для этого сайта в .json файл. Это позволит "
1644
- "вам легко импортировать текущую конфигурацию в другой сайт."
1645
-
1646
- #: inc/admin/admin.php:728
1647
- msgid "Import posts and terms metadata from Yoast"
1648
- msgstr "Импортировать данные из Yoast"
1649
-
1650
- #: inc/admin/admin.php:730 inc/admin/admin.php:751 inc/admin/admin.php:770
1651
- msgid "By clicking Migrate, we'll import:"
1652
- msgstr "После нажатия кнопки \"Перенос\" мы импортируем:"
1653
-
1654
- #: inc/admin/admin.php:732 inc/admin/admin.php:753 inc/admin/admin.php:772
1655
- msgid "Title tags"
1656
- msgstr "Тег заголовка"
1657
-
1658
- #: inc/admin/admin.php:734 inc/admin/admin.php:755 inc/admin/admin.php:774
1659
- msgid "Facebook Open Graph tags (title, description and image thumbnail)"
1660
- msgstr ""
1661
- "Open Graph теги для Facebook (заголовок, описание и миниатюра изображения)"
1662
-
1663
- #: inc/admin/admin.php:735 inc/admin/admin.php:775
1664
- msgid "Twitter tags (title, description and image thumbnail)"
1665
- msgstr "Теги для Twitter (заголовок, описание и миниатюра изображения)"
1666
-
1667
- #: inc/admin/admin.php:736
1668
- msgid "Meta Robots (noindex, nofollow...)"
1669
- msgstr "Мета-данные для роботов (noindex, nofollow...)"
1670
-
1671
- #: inc/admin/admin.php:738
1672
- #, fuzzy
1673
- #| msgid "Search keywords"
1674
- msgid "Focus keywords"
1675
- msgstr "Ключевые слова"
1676
-
1677
- #: inc/admin/admin.php:740
1678
- msgid ""
1679
- "<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
1680
- "and terms metadata. Some dynamic variables will not be interpreted. We do "
1681
- "NOT delete any Yoast datas."
1682
- msgstr ""
1683
-
1684
- #: inc/admin/admin.php:741 inc/admin/admin.php:760 inc/admin/admin.php:781
1685
- msgid "Migrate now"
1686
- msgstr "Перенести сейчас"
1687
-
1688
- #: inc/admin/admin.php:749
1689
- #, fuzzy
1690
- #| msgid "Import posts and terms metadata from Yoast"
1691
- msgid "Import posts and terms metadata from All In One SEO"
1692
- msgstr "Импортировать данные из Yoast"
1693
-
1694
- #: inc/admin/admin.php:756
1695
- #, fuzzy
1696
- #| msgid "Twitter Thumbnail"
1697
- msgid "Twitter image thumbnail"
1698
- msgstr "Миниатюра изображения для Twitter"
1699
-
1700
- #: inc/admin/admin.php:757
1701
- #, fuzzy
1702
- #| msgid "Meta Robots (noindex, nofollow...)"
1703
- msgid "Meta Robots (noindex, nofollow)"
1704
- msgstr "Мета-данные для роботов (noindex, nofollow...)"
1705
-
1706
- #: inc/admin/admin.php:759
1707
- #, fuzzy
1708
- #| msgid ""
1709
- #| "<strong>WARNING:</strong> Migration will delete all SEOPress posts "
1710
- #| "metadata"
1711
- msgid ""
1712
- "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1713
- "and terms metadata. Some dynamic variables will not be interpreted. We do "
1714
- "NOT delete any AIO datas."
1715
- msgstr ""
1716
- "ВНИМАНИЕ! Миграция удалит все текущие метаданные SEOPress Ваших записей"
1717
-
1718
- #: inc/admin/admin.php:768
1719
- #, fuzzy
1720
- #| msgid "Import posts and terms metadata from Yoast"
1721
- msgid "Import posts and terms metadata from The SEO Framework"
1722
- msgstr "Импортировать данные из Yoast"
1723
-
1724
- #: inc/admin/admin.php:776
1725
- #, fuzzy
1726
- #| msgid "Meta Robots (noindex, nofollow...)"
1727
- msgid "Meta Robots (noindex, nofollow, noarchive)"
1728
- msgstr "Мета-данные для роботов (noindex, nofollow...)"
1729
-
1730
- #: inc/admin/admin.php:778 inc/functions/options-advanced-admin.php:296
1731
- #, fuzzy
1732
- #| msgid "Redirection"
1733
- msgid "Redirect URL"
1734
- msgstr "Редиректы"
1735
-
1736
- #: inc/admin/admin.php:780
1737
- msgid ""
1738
- "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1739
- "and terms metadata. Some dynamic variables will not be interpreted. We do "
1740
- "NOT delete any SEO Framework datas."
1741
- msgstr ""
1742
-
1743
- #: inc/admin/admin.php:788
1744
- msgid "Reset All Notices From Notifications Center"
1745
- msgstr "Сбросить все уведомления"
1746
-
1747
- #: inc/admin/admin.php:790
1748
- #, fuzzy
1749
- #| msgid ""
1750
- #| "By clicking Reset Notices, you'll see all notices again in notifications "
1751
- #| "center."
1752
- msgid ""
1753
- "By clicking Reset Notices, all notices in the notifications center will be "
1754
- "set to their initial status."
1755
- msgstr "После сброса вы снова увидите все скрытые ранее уведомления."
1756
-
1757
- #: inc/admin/admin.php:795
1758
- msgid "Reset notices"
1759
- msgstr "Сбросить уведомления"
1760
-
1761
- #: inc/admin/admin.php:802
1762
- msgid "Reset All Settings"
1763
- msgstr "Сбросить ВСЕ настройки"
1764
-
1765
- #: inc/admin/admin.php:804
1766
- msgid ""
1767
- "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
1768
- "database AND set settings to their default values."
1769
- msgstr ""
1770
- "<strong>ВНИМАНИЕ:</strong> Это действие удалит ВСЕ настройки SEOPress из "
1771
- "базы данных и перезапишет их на значения по умолчанию."
1772
-
1773
- #: inc/admin/admin.php:809
1774
- msgid "Reset settings"
1775
- msgstr "Сброс настроек"
1776
-
1777
- #: inc/admin/admin.php:872 inc/admin/admin.php:878
1778
- msgid "Notifications Center"
1779
- msgstr "Центр уведомлений"
1780
-
1781
- #: inc/admin/admin.php:873
1782
- msgid "SEO Tools"
1783
- msgstr "SEO-инструменты"
1784
-
1785
- #: inc/admin/admin.php:874 inc/admin/admin.php:879
1786
- msgid "Useful links"
1787
- msgstr "Полезные ссылки"
1788
-
1789
- #: inc/admin/admin.php:923
1790
- msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
1791
- msgstr ""
1792
- "Ваша тема не использует <strong>add_theme_support('title-tag');</strong>"
1793
-
1794
- #: inc/admin/admin.php:924 inc/admin/admin.php:1011 inc/admin/admin.php:1021
1795
- #: inc/admin/admin.php:1031
1796
- msgid "High impact"
1797
- msgstr "Высокое влияние"
1798
-
1799
- #: inc/admin/admin.php:936 inc/admin/admin.php:997 inc/admin/admin.php:5029
1800
- #: inc/admin/admin.php:5056 inc/admin/admin.php:5077 inc/admin/admin.php:5098
1801
- #: inc/admin/admin.php:5119
1802
- msgid "Learn more"
1803
- msgstr "Изучить подробнее"
1804
-
1805
- #: inc/admin/admin.php:945
1806
- #, fuzzy
1807
- #| msgid ""
1808
- #| "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all "
1809
- #| "your posts metadata to SEOPress?"
1810
- msgid ""
1811
- "We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to "
1812
- "migrate all your posts metadata to SEOPress?"
1813
- msgstr ""
1814
- "Мы заметили, что вы используете плагин Yoast SEO.<br>Вы хотите перенести "
1815
- "метаданные ваших записей в SEOPress?"
1816
-
1817
- #: inc/admin/admin.php:947 inc/admin/admin.php:956
1818
- msgid "Migrate!"
1819
- msgstr "Перенести данные!"
1820
-
1821
- #: inc/admin/admin.php:954
1822
- #, fuzzy
1823
- #| msgid ""
1824
- #| "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all "
1825
- #| "your posts metadata to SEOPress?"
1826
- msgid ""
1827
- "We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
1828
- "you want to migrate all your posts metadata to SEOPress?"
1829
- msgstr ""
1830
- "Мы заметили, что вы используете плагин Yoast SEO.<br>Вы хотите перенести "
1831
- "метаданные ваших записей в SEOPress?"
1832
-
1833
- #: inc/admin/admin.php:963
1834
- #, fuzzy
1835
- #| msgid ""
1836
- #| "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all "
1837
- #| "your posts metadata to SEOPress?"
1838
- msgid ""
1839
- "We notice that you use another SEO plugin. <br>Do not use multiple SEO "
1840
- "plugins at once to avoid conflicts!"
1841
- msgstr ""
1842
- "Мы заметили, что вы используете плагин Yoast SEO.<br>Вы хотите перенести "
1843
- "метаданные ваших записей в SEOPress?"
1844
-
1845
- #: inc/admin/admin.php:973
1846
- msgid ""
1847
- "You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
1848
- "solve this, please disable and enable SEOPress PRO."
1849
- msgstr ""
1850
-
1851
- #: inc/admin/admin.php:996
1852
- msgid "Your site doesn't use an SSL certificate!"
1853
- msgstr "Ваш сайт не использует SSL-сертификат!"
1854
-
1855
- #: inc/admin/admin.php:998
1856
- msgid "Low impact"
1857
- msgstr "Низкое влияние"
1858
-
1859
- #: inc/admin/admin.php:1000
1860
- msgid "Buy an SSL!"
1861
- msgstr "Купить сертификат SSL!"
1862
-
1863
- #: inc/admin/admin.php:1010
1864
- msgid "Your site is not visible to Search Engines!"
1865
- msgstr "Ваш сайт не вид"
1866
-
1867
- #: inc/admin/admin.php:1013 inc/admin/admin.php:1023 inc/admin/admin.php:1033
1868
- #: inc/admin/admin.php:1057 inc/admin/admin.php:1136 inc/admin/admin.php:1149
1869
- #: inc/admin/admin.php:1222
1870
- msgid "Fix this!"
1871
- msgstr "Исправить!"
1872
-
1873
- #: inc/admin/admin.php:1020
1874
- msgid "Your site title is empty!"
1875
- msgstr "Название вашего сайта пустое!"
1876
-
1877
- #: inc/admin/admin.php:1030 inc/admin/admin.php:3300
1878
- msgid ""
1879
- "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
1880
- msgstr ""
1881
- "Ваши постоянные ссылки не дружелюбны к SEO! Включите красивые URL чтобы "
1882
- "исправить это."
1883
-
1884
- #: inc/admin/admin.php:1054
1885
- #, fuzzy
1886
- #| msgid "You RSS feed show full text!"
1887
- msgid "Your RSS feed show full text!"
1888
- msgstr "Ваш RSS-фид выводит полный текст!"
1889
-
1890
- #: inc/admin/admin.php:1055 inc/admin/admin.php:1134 inc/admin/admin.php:1147
1891
- msgid "Medium impact"
1892
- msgstr "Среднее влияние"
1893
-
1894
- #: inc/admin/admin.php:1080
1895
- #, fuzzy
1896
- #| msgid "You like SEOPress? Don't forget to rate it 5 stars!"
1897
- msgid "You like SEOPress? Please help us by rating us 5 stars!"
1898
- msgstr "Вам понравился SEOPress? Не забудьте оценить его 5 звездочками!"
1899
-
1900
- #: inc/admin/admin.php:1082
1901
- msgid "Rate us!"
1902
- msgstr ""
1903
-
1904
- #: inc/admin/admin.php:1106
1905
- msgid "Break comments into pages is ON!"
1906
- msgstr "Хлебные крошки на страницах ВКЛЮЧЕНЫ!"
1907
-
1908
- #: inc/admin/admin.php:1107 inc/admin/admin.php:1171 inc/admin/admin.php:1207
1909
- msgid "Huge impact"
1910
- msgstr "Огромное влияние"
1911
-
1912
- #: inc/admin/admin.php:1109
1913
- msgid "Disable this!"
1914
- msgstr "Отключить это!"
1915
-
1916
- #: inc/admin/admin.php:1133
1917
- msgid "Display more posts per page on homepage and archives"
1918
- msgstr "Отображать больше записей"
1919
-
1920
- #: inc/admin/admin.php:1146
1921
- msgid "You don't have an XML Sitemap!"
1922
- msgstr "У вас нет XML-карты сайта!"
1923
-
1924
- #: inc/admin/admin.php:1170
1925
- #, fuzzy
1926
- #| msgid "Do you have a Google Business page? It's free!"
1927
- msgid "Do you have a Google My Business page? It's free!"
1928
- msgstr "У Вас есть страница Google Business? Это бесплатно!"
1929
-
1930
- #: inc/admin/admin.php:1173
1931
- msgid "Create your page now!"
1932
- msgstr "Создайте вашу страницу сейчас!"
1933
-
1934
- #: inc/admin/admin.php:1206
1935
- msgid "Add your site to Google. It's free!"
1936
- msgstr "Добавьте сайт в Google. Это бесплатно!"
1937
-
1938
- #: inc/admin/admin.php:1209
1939
- msgid "Add your site to Search Console!"
1940
- msgstr "Добавить сайт в поисковую консоль!"
1941
-
1942
- #: inc/admin/admin.php:1219
1943
- msgid "You have to enter your licence key to get updates and support"
1944
- msgstr ""
1945
- "Вы должны прописать лицензионный ключ для получения поддержки и обновлений."
1946
-
1947
- #: inc/admin/admin.php:1235
1948
- msgid "Check websites setup on your server"
1949
- msgstr "Проверить сайты на вашем сервере"
1950
-
1951
- #: inc/admin/admin.php:1244
1952
- msgid "Not found"
1953
- msgstr ""
1954
-
1955
- #: inc/admin/admin.php:1249
1956
- #, fuzzy
1957
- msgid "No scrape."
1958
- msgstr "Последняя проверка:"
1959
-
1960
- #: inc/admin/admin.php:1254
1961
- msgid "No domain found."
1962
- msgstr ""
1963
-
1964
- #: inc/admin/admin.php:1264
1965
- msgid "Server IP Address: "
1966
- msgstr "IP сервера:"
1967
-
1968
- #: inc/admin/admin.php:1267
1969
- #, fuzzy
1970
- msgid "Last scrape: "
1971
- msgstr "Последняя проверка:"
1972
-
1973
- #: inc/admin/admin.php:1268
1974
- msgid "Number of websites on your server: "
1975
- msgstr "Количество сайтов на вашем сервере:"
1976
-
1977
- #: inc/admin/admin.php:1281
1978
- msgid "Get list"
1979
- msgstr "Получить список"
1980
-
1981
- #: inc/admin/admin.php:1289
1982
- msgid "Check your Alexa Rank (Amazon index)"
1983
- msgstr "Проверить Alexa Rank (индекс Amazon)"
1984
-
1985
- #: inc/admin/admin.php:1304
1986
- msgid "Your Alexa Rank"
1987
- msgstr "Ваш Alexa Rank"
1988
-
1989
- #: inc/admin/admin.php:1326
1990
- msgid "Country Rank: "
1991
- msgstr "Country Rank: "
1992
-
1993
- #: inc/admin/admin.php:1335
1994
- msgid "The lower, the best"
1995
- msgstr "Чем меньше число, тем лучше рейтинг"
1996
-
1997
- #: inc/admin/admin.php:1339
1998
- msgid "Get Alexa Rank"
1999
- msgstr "Получить Alexa Rank"
2000
-
2001
- #: inc/admin/admin.php:1347
2002
- msgid "Upload a list of links to disavow to Google"
2003
- msgstr "Загрузите список низкокачественных ссылок для отклонения в Google"
2004
-
2005
- #: inc/admin/admin.php:1348
2006
- msgid "Google Trends"
2007
- msgstr "Google Тренды"
2008
-
2009
- #: inc/admin/admin.php:1349
2010
- msgid "Dareboost: Test, analyze and optimize your website"
2011
- msgstr ""
2012
-
2013
- #: inc/admin/admin.php:1350
2014
- msgid "Google Campaign URL Builder tool"
2015
- msgstr ""
2016
- "Мастер создания параметров специальных кампаний для URL (Компоновщик URL "
2017
- "Google)"
2018
-
2019
- #: inc/admin/admin.php:1363
2020
- msgid "Titles & metas"
2021
- msgstr "Заголовки и Мета"
2022
-
2023
- #: inc/admin/admin.php:1364
2024
- msgid "Manage all your titles & metas"
2025
- msgstr "Управление вашими заголовками и метаданными"
2026
-
2027
- #: inc/admin/admin.php:1365 inc/admin/admin.php:1403 inc/admin/admin.php:1441
2028
- #: inc/admin/admin.php:1479 inc/admin/admin.php:1517 inc/admin/admin.php:1546
2029
- #: inc/admin/admin.php:1574 inc/admin/admin.php:1602 inc/admin/admin.php:1630
2030
- #: inc/admin/admin.php:1658 inc/admin/admin.php:1686 inc/admin/admin.php:1724
2031
- #: inc/admin/admin.php:1746 inc/admin/admin.php:1786 inc/admin/admin.php:1815
2032
- #: inc/admin/admin.php:1826 inc/admin/admin.php:1876 inc/admin/admin.php:1886
2033
- #: inc/admin/admin.php:1917 inc/admin/admin.php:1929 inc/admin/admin.php:1941
2034
- #: inc/admin/admin.php:1962
2035
- msgid "Manage"
2036
- msgstr "Настроить"
2037
-
2038
- #: inc/admin/admin.php:1393
2039
- msgid "Guide to manage your titles and meta descriptions - new window"
2040
- msgstr ""
2041
-
2042
- #: inc/admin/admin.php:1402
2043
- #, fuzzy
2044
- #| msgid "Manage your XML / Image / HTML Sitemap"
2045
- msgid "Manage your XML / Image / Video / HTML Sitemap"
2046
- msgstr "Управление XML / Изображениями / HTML картой сайта"
2047
-
2048
- #: inc/admin/admin.php:1431
2049
- msgid "Guide to enable your XML Sitemaps - new window"
2050
- msgstr ""
2051
-
2052
- #: inc/admin/admin.php:1440
2053
- msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
2054
- msgstr "Open Graph, карточка Twitter, Google Knowledge Graph и другое..."
2055
-
2056
- #: inc/admin/admin.php:1469
2057
- msgid "Guide to enable Google Knowledge Graph - new window"
2058
- msgstr ""
2059
-
2060
- #: inc/admin/admin.php:1478
2061
- msgid "Track everything about your visitors with Google Analytics"
2062
- msgstr ""
2063
- "Отслеживание поведения пользователей на сайте с помощью Google Analytics"
2064
-
2065
- #: inc/admin/admin.php:1507
2066
- msgid "Guide to getting started with Google Analytics - new window"
2067
- msgstr ""
2068
-
2069
- #: inc/admin/admin.php:1516
2070
- msgid "Advanced SEO options for advanced users!"
2071
- msgstr "Расширенные настройки SEO для продвинутых пользователей!"
2072
-
2073
- #: inc/admin/admin.php:1545
2074
- msgid "Improve WooCommerce SEO"
2075
- msgstr "Улучшение SEO показателей для WooCommerce"
2076
-
2077
- #: inc/admin/admin.php:1573
2078
- msgid "Improve Easy Digital Downloads SEO"
2079
- msgstr ""
2080
-
2081
- #: inc/admin/admin.php:1601
2082
- msgid "Add Google Local Business data type"
2083
- msgstr "Добавить тип данных Google Мой Бизнес"
2084
-
2085
- #: inc/admin/admin.php:1629
2086
- msgid "Add Dublin Core meta tags"
2087
- msgstr "Добавить метатеги Дублинского ядра"
2088
-
2089
- #: inc/admin/admin.php:1656
2090
- msgid "Structured Data Types"
2091
- msgstr "Структурированные типы данных"
2092
-
2093
- #: inc/admin/admin.php:1657
2094
- msgid ""
2095
- "Add data types to your content: articles, courses, recipes, videos, events "
2096
- "and products"
2097
- msgstr ""
2098
- "Добавить типы данных вашего контента: статьи, курсы, рецепты, события и "
2099
- "продукты"
2100
-
2101
- #: inc/admin/admin.php:1685
2102
- msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
2103
- msgstr ""
2104
- "Включите хлебные крошки в вашей теме и улучшите SEO показатели для поисковых "
2105
- "систем"
2106
-
2107
- #: inc/admin/admin.php:1714
2108
- msgid "Guide to enable Breadcrumbs - new window"
2109
- msgstr ""
2110
-
2111
- #: inc/admin/admin.php:1723
2112
- msgid "Track your website performance to improve SEO with Google Page Speed"
2113
- msgstr "Отслеживать производительность сайта с помощью Google Page Speed"
2114
-
2115
- #: inc/admin/admin.php:1734
2116
- #, fuzzy
2117
- #| msgid "Analyse this page with Google Page Speed"
2118
- msgid "Guide to analyze your site with Google Page Speed - new window"
2119
- msgstr "Проанализировать страницу с помощью Google Page Speed"
2120
-
2121
- #: inc/admin/admin.php:1744
2122
- msgid "Edit your robots.txt file"
2123
- msgstr "Редактирование файла robots.txt"
2124
-
2125
- #: inc/admin/admin.php:1745
2126
- #, fuzzy
2127
- #| msgid "Edit your robots.txt file"
2128
- msgid "View your robots.txt"
2129
- msgstr "Редактирование файла robots.txt"
2130
-
2131
- #: inc/admin/admin.php:1775
2132
- #, fuzzy
2133
- #| msgid "Edit your robots.txt file"
2134
- msgid "Guide to edit your robots.txt file - new window"
2135
- msgstr "Редактирование файла robots.txt"
2136
-
2137
- #: inc/admin/admin.php:1785
2138
- msgid "Optimize your site for Google News"
2139
- msgstr "Оптимизируйте ваш сайт для Новостей Google"
2140
-
2141
- #: inc/admin/admin.php:1812 inc/admin/adminbar.php:81
2142
- msgid "Schemas"
2143
- msgstr ""
2144
-
2145
- #: inc/admin/admin.php:1813
2146
- msgid "Create / manage your schemas"
2147
- msgstr ""
2148
-
2149
- #: inc/admin/admin.php:1814
2150
- msgid "See schemas"
2151
- msgstr ""
2152
-
2153
- #: inc/admin/admin.php:1824
2154
- msgid "Monitor 404, create 301, 302 and 307 redirections"
2155
- msgstr "Отслеживание ошибок 404, создание редиректов 301, 302 и 307"
2156
-
2157
- #: inc/admin/admin.php:1825
2158
- msgid "See redirects"
2159
- msgstr "Посмотреть редиректы"
2160
-
2161
- #: inc/admin/admin.php:1854
2162
- msgid "Guide to enable 301 redirections and 404 monitoring - new window"
2163
- msgstr ""
2164
-
2165
- #: inc/admin/admin.php:1863
2166
- msgid "Scan your site to find SEO problems."
2167
- msgstr "Просканируйте ваш сайт, чтобы выявить проблемы с SEO."
2168
-
2169
- #: inc/admin/admin.php:1864
2170
- msgid "See broken links"
2171
- msgstr "Просмотр нерабочих ссылок"
2172
-
2173
- #: inc/admin/admin.php:1865
2174
- msgid "Scan"
2175
- msgstr "Сканировать"
2176
-
2177
- #: inc/admin/admin.php:1874
2178
- msgid "Check your backlinks with Majestic API."
2179
- msgstr "Проверка обратных ссылок через Majestic API."
2180
-
2181
- #: inc/admin/admin.php:1875
2182
- msgid "See backlinks"
2183
- msgstr "Просмотр обратных ссылок"
2184
-
2185
- #: inc/admin/admin.php:1885
2186
- #, fuzzy
2187
- #| msgid "Flush permalinks"
2188
- msgid "Customize your permalinks."
2189
- msgstr "Сбросить кеш постоянных ссылок"
2190
-
2191
- #: inc/admin/admin.php:1916
2192
- msgid "Edit your htaccess file."
2193
- msgstr "Редактирование файла .htaccess"
2194
-
2195
- #: inc/admin/admin.php:1928
2196
- msgid "Configure default WordPress RSS."
2197
- msgstr "Настроить стандартные каналы WordPress RSS."
2198
-
2199
- #: inc/admin/admin.php:1940
2200
- #, fuzzy
2201
- #| msgid "Import / export SEOPress settings from site to site."
2202
- msgid "Import/Export SEOPress settings from site to site."
2203
- msgstr "Импорт / экспорт параметров SEOPress с сайта на сайт."
2204
-
2205
- #: inc/admin/admin.php:1951
2206
- msgid "Guide to Export/Import/Reset settings - new window"
2207
- msgstr ""
2208
-
2209
- #: inc/admin/admin.php:1961
2210
- msgid "Edit your SEOPress license key."
2211
- msgstr "Изменить ваш лицензионный ключ SEOPress."
2212
-
2213
- #: inc/admin/admin.php:1972
2214
- msgid "Guide to activate SEOPress PRO - new window"
2215
- msgstr ""
2216
-
2217
- #: inc/admin/admin.php:2047 inc/admin/admin.php:3478
2218
- msgid "Site title"
2219
- msgstr "Название сайта"
2220
-
2221
- #: inc/admin/admin.php:2240 inc/admin/admin.php:4068
2222
- msgid "noindex"
2223
- msgstr "noindex"
2224
-
2225
- #: inc/admin/admin.php:2248 inc/admin/admin.php:4087
2226
- msgid "nofollow"
2227
- msgstr "nofollow"
2228
-
2229
- #: inc/admin/admin.php:2256 inc/admin/admin.php:4106
2230
- msgid "noodp"
2231
- msgstr "noodp"
2232
-
2233
- #: inc/admin/admin.php:2264 inc/admin/admin.php:4125
2234
- msgid "noimageindex"
2235
- msgstr "noimageindex"
2236
-
2237
- #: inc/admin/admin.php:2272 inc/admin/admin.php:4144
2238
- msgid "noarchive"
2239
- msgstr "noarchive"
2240
-
2241
- #: inc/admin/admin.php:2280 inc/admin/admin.php:4163
2242
- msgid "nosnippet"
2243
- msgstr "nosnippet"
2244
-
2245
- #: inc/admin/admin.php:2288 inc/admin/admin.php:4182
2246
- msgid "nositelinkssearchbox"
2247
- msgstr ""
2248
-
2249
- #: inc/admin/admin.php:2296
2250
- #, fuzzy
2251
- msgid "Indicate paginated content to Google"
2252
- msgstr "Указывать на постраничное разделение контента для Google"
2253
-
2254
- #: inc/admin/admin.php:2313 inc/admin/admin.php:4220
2255
- msgid "Enable XML Sitemap"
2256
- msgstr "Включить XML-карту сайта"
2257
-
2258
- #: inc/admin/admin.php:2321
2259
- msgid "Enable XML Image Sitemaps"
2260
- msgstr "Включить XML-карту изображений сайта"
2261
-
2262
- #: inc/admin/admin.php:2330
2263
- #, fuzzy
2264
- #| msgid "Enable XML Image Sitemaps"
2265
- msgid "Enable XML Video Sitemaps"
2266
- msgstr "Включить XML-карту изображений сайта"
2267
-
2268
- #: inc/admin/admin.php:2339 inc/admin/admin.php:4307
2269
- msgid "Enable HTML Sitemap"
2270
- msgstr "Включить HTML-карту сайта"
2271
-
2272
- #: inc/admin/admin.php:2355
2273
- msgid "Check to INCLUDE Post Types"
2274
- msgstr "Отметьте для ВКЛЮЧЕНИЯ типа записи"
2275
-
2276
- #: inc/admin/admin.php:2371
2277
- msgid "Check to INCLUDE Taxonomies"
2278
- msgstr "Отметьте для ВКЛЮЧЕНИЯ таксономии"
2279
-
2280
- #: inc/admin/admin.php:2387 inc/admin/admin.php:4416
2281
- msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
2282
- msgstr ""
2283
- "Введите ID страницы, записи или пользовательского типа данных для "
2284
- "отображения карты сайта"
2285
-
2286
- #: inc/admin/admin.php:2395 inc/admin/admin.php:4430
2287
- #, fuzzy
2288
- #| msgid "Exclude some Posts, Pages or Custom Post Types"
2289
- msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
2290
- msgstr "Исключить некоторые страницы, записи или пользовательские типы данных"
2291
-
2292
- #: inc/admin/admin.php:2403
2293
- msgid "Sort order"
2294
- msgstr ""
2295
-
2296
- #: inc/admin/admin.php:2411
2297
- msgid "Order posts by"
2298
- msgstr ""
2299
-
2300
- #: inc/admin/admin.php:2419
2301
- msgid "Disable the display of the publication date"
2302
- msgstr "Отключить отображение даты публикации"
2303
-
2304
- #: inc/admin/admin.php:2436
2305
- msgid "Person or organization"
2306
- msgstr "Частное лицо или организация"
2307
-
2308
- #: inc/admin/admin.php:2444 inc/admin/admin.php:4529
2309
- #, fuzzy
2310
- #| msgid "Your name / organization"
2311
- msgid "Your name/organization"
2312
- msgstr "Ваше имя / Название организации"
2313
-
2314
- #: inc/admin/admin.php:2452 inc/admin/admin.php:4542
2315
- #, fuzzy
2316
- #| msgid "Your photo / organization logo"
2317
- msgid "Your photo/organization logo"
2318
- msgstr "Ваше фото / Логотип организации"
2319
-
2320
- #: inc/admin/admin.php:2460 inc/admin/admin.php:4572
2321
- #, fuzzy
2322
- #| msgid "Organization Phone number (only for Organization)"
2323
- msgid "Organization's phone number (only for Organizations)"
2324
- msgstr "Номер телефона (только для организаций)"
2325
-
2326
- #: inc/admin/admin.php:2468
2327
- #, fuzzy
2328
- #| msgid "Contact type (only for Organization)"
2329
- msgid "Contact type (only for Organizations)"
2330
- msgstr "Тип связи (только для организаций)"
2331
-
2332
- #: inc/admin/admin.php:2476
2333
- #, fuzzy
2334
- #| msgid "Contact option (only for Organization)"
2335
- msgid "Contact option (only for Organizations)"
2336
- msgstr "Опции типа связи (только для организаций)"
2337
-
2338
- #: inc/admin/admin.php:2493 inc/admin/admin.php:4650
2339
- msgid "Facebook Page URL"
2340
- msgstr "URL страницы в Facebook"
2341
-
2342
- #: inc/admin/admin.php:2501
2343
- msgid "Twitter Username"
2344
- msgstr "Имя пользователя Twitter"
2345
-
2346
- #: inc/admin/admin.php:2509 inc/admin/admin.php:4675
2347
- msgid "Pinterest URL"
2348
- msgstr "URL страницы Pinterest"
2349
-
2350
- #: inc/admin/admin.php:2517 inc/admin/admin.php:4687
2351
- msgid "Instagram URL"
2352
- msgstr "URL страницы в Instagram"
2353
-
2354
- #: inc/admin/admin.php:2525 inc/admin/admin.php:4699
2355
- msgid "YouTube URL"
2356
- msgstr "URL канала YouTube"
2357
-
2358
- #: inc/admin/admin.php:2533 inc/admin/admin.php:4711
2359
- msgid "LinkedIn URL"
2360
- msgstr "URL страницы LinkedIn"
2361
-
2362
- #: inc/admin/admin.php:2541 inc/admin/admin.php:4723
2363
- msgid "MySpace URL"
2364
- msgstr "URL страницы MySpace"
2365
-
2366
- #: inc/admin/admin.php:2549 inc/admin/admin.php:4735
2367
- msgid "Soundcloud URL"
2368
- msgstr "URL страницы SoundСloud"
2369
-
2370
- #: inc/admin/admin.php:2557 inc/admin/admin.php:4747
2371
- msgid "Tumblr URL"
2372
- msgstr "URL страницы Tumblr"
2373
-
2374
- #: inc/admin/admin.php:2574
2375
- msgid "Enable Open Graph Data"
2376
- msgstr "Включить данные Open Graph"
2377
-
2378
- #: inc/admin/admin.php:2582 inc/admin/admin.php:4779
2379
- msgid "Select a default image"
2380
- msgstr "Изображение по умолчанию"
2381
-
2382
- #: inc/admin/admin.php:2590
2383
- #, fuzzy
2384
- #| msgid "Facebook Admin ID"
2385
- msgid "Facebook Link Ownership ID"
2386
- msgstr "ID администратора Facebook"
2387
-
2388
- #: inc/admin/admin.php:2598
2389
- msgid "Facebook Admin ID"
2390
- msgstr "ID администратора Facebook"
2391
-
2392
- #: inc/admin/admin.php:2606
2393
- msgid "Facebook App ID"
2394
- msgstr "ID приложения Facebook"
2395
-
2396
- #: inc/admin/admin.php:2623
2397
- msgid "Enable Twitter Card"
2398
- msgstr "Включить карточку Twitter"
2399
-
2400
- #: inc/admin/admin.php:2631
2401
- #, fuzzy
2402
- #| msgid "Use Open Graph if no Twitter Cards filled"
2403
- msgid "Use Open Graph if no Twitter Card is filled"
2404
- msgstr "Использовать Open Graph, если не заполнена карточка Twitter"
2405
-
2406
- #: inc/admin/admin.php:2639 inc/admin/admin.php:4871
2407
- msgid "Default Twitter Image"
2408
- msgstr "Изображение по умолчанию"
2409
-
2410
- #: inc/admin/admin.php:2647
2411
- msgid "Image size for Twitter Summary card"
2412
- msgstr "Размер изображения для сводной карточки"
2413
-
2414
- #: inc/admin/admin.php:2664
2415
- msgid "Enable Google Analytics tracking"
2416
- msgstr "Включить отслеживание Google Analytics"
2417
-
2418
- #: inc/admin/admin.php:2672 inc/admin/admin.php:4924
2419
- msgid "Enter your tracking ID"
2420
- msgstr "Введите ваш идентификатор отслеживания"
2421
-
2422
- #: inc/admin/admin.php:2680
2423
- #, fuzzy
2424
- #| msgid "Enable Google Analytics tracking"
2425
- msgid "Google Analytics tracking opt-in"
2426
- msgstr "Включить отслеживание Google Analytics"
2427
-
2428
- #: inc/admin/admin.php:2688
2429
- msgid "Consent message for user tracking"
2430
- msgstr ""
2431
-
2432
- #: inc/admin/admin.php:2696
2433
- msgid "Accept button for user tracking"
2434
- msgstr ""
2435
-
2436
- #: inc/admin/admin.php:2704
2437
- msgid "Exclude user roles from tracking"
2438
- msgstr "Не отслеживать следующие роли"
2439
-
2440
- #: inc/admin/admin.php:2722
2441
- #, fuzzy
2442
- #| msgid "Enable Google Analytics tracking"
2443
- msgid "Enable Google Optimize"
2444
- msgstr "Включить отслеживание Google Analytics"
2445
-
2446
- #: inc/admin/admin.php:2730
2447
- msgid "Add an additional tracking code (like Facebook Pixel, Hotjar...)"
2448
- msgstr ""
2449
-
2450
- #: inc/admin/admin.php:2738 inc/admin/admin.php:5053
2451
- #, fuzzy
2452
- #| msgid "Enable remarketing, demographics and interest reporting"
2453
- msgid "Enable remarketing, demographics, and interests reporting"
2454
- msgstr "Включить ремаркетинговые, демографические отчеты и отчеты по интересам"
2455
-
2456
- #: inc/admin/admin.php:2746 inc/admin/admin.php:5074
2457
- msgid "Enable IP Anonymization"
2458
- msgstr "Включить анонимизацию IP"
2459
-
2460
- #: inc/admin/admin.php:2754 inc/admin/admin.php:5095
2461
- msgid "Enhanced Link Attribution"
2462
- msgstr "Улучшенная атрибуция ссылок"
2463
-
2464
- #: inc/admin/admin.php:2762 inc/admin/admin.php:5116
2465
- msgid "Enable cross-domain tracking"
2466
- msgstr "Включить кросс-доменное отслеживание"
2467
-
2468
- #: inc/admin/admin.php:2770 inc/admin/admin.php:5132
2469
- msgid "Cross domains"
2470
- msgstr "Смежные домены"
2471
-
2472
- #: inc/admin/admin.php:2788
2473
- msgid "Enable external links tracking (all links with target _blank attribute)"
2474
- msgstr "Включить отслеживание внешних ссылок (все ссылки с атрибутом _blank)"
2475
-
2476
- #: inc/admin/admin.php:2796
2477
- msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
2478
- msgstr "Включить отслеживание загрузок (например: PDF, XLSX, DOCX...)"
2479
-
2480
- #: inc/admin/admin.php:2804 inc/admin/admin.php:5178
2481
- #, fuzzy
2482
- msgid "Track downloads' clicks"
2483
- msgstr "Отслеживать загрузки"
2484
-
2485
- #: inc/admin/admin.php:2812
2486
- #, fuzzy
2487
- #| msgid ""
2488
- #| "Enable affiliate / outbound links tracking (eg: aff, go, out, recommends"
2489
- msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
2490
- msgstr ""
2491
- "Включить отслеживание партнерских / исходящих ссылок (например: aff, go, "
2492
- "out, recommends)"
2493
-
2494
- #: inc/admin/admin.php:2820 inc/admin/admin.php:5209
2495
- #, fuzzy
2496
- #| msgid "Track affiliate / outbound links"
2497
- msgid "Track affiliate/outbound links"
2498
- msgstr "Отслеживать партнерские / исходящие ссылки"
2499
-
2500
- #: inc/admin/admin.php:2838
2501
- msgid "Track Authors"
2502
- msgstr "Отслеживать авторов"
2503
-
2504
- #: inc/admin/admin.php:2846
2505
- msgid "Track Categories"
2506
- msgstr "Отслеживать категории"
2507
-
2508
- #: inc/admin/admin.php:2854
2509
- msgid "Track Tags"
2510
- msgstr "Отслеживать теги"
2511
-
2512
- #: inc/admin/admin.php:2862
2513
- msgid "Track Post Types"
2514
- msgstr "Отслеживать типы записей"
2515
-
2516
- #: inc/admin/admin.php:2870
2517
- msgid "Track Logged In Users"
2518
- msgstr "Отслеживать авторизованных пользователей"
2519
-
2520
- #: inc/admin/admin.php:2887
2521
- msgid "Redirect attachment pages to post parent"
2522
- msgstr "Перенаправлять страницы вложений на родительскую"
2523
-
2524
- #: inc/admin/admin.php:2895
2525
- #, fuzzy
2526
- #| msgid "Redirect attachment pages to post parent"
2527
- msgid "Redirect attachment pages to the file URL"
2528
- msgstr "Перенаправлять страницы вложений на родительскую"
2529
-
2530
- #: inc/admin/admin.php:2903
2531
- msgid "Remove ?replytocom link to avoid duplicate content"
2532
- msgstr ""
2533
-
2534
- #: inc/admin/admin.php:2911
2535
- msgid "Automatically set the image Title"
2536
- msgstr ""
2537
-
2538
- #: inc/admin/admin.php:2919
2539
- msgid "Automatically set the image Alt text"
2540
- msgstr ""
2541
-
2542
- #: inc/admin/admin.php:2927
2543
- msgid "Automatically set the image Caption"
2544
- msgstr ""
2545
-
2546
- #: inc/admin/admin.php:2935
2547
- msgid "Automatically set the image Description"
2548
- msgstr ""
2549
-
2550
- #: inc/admin/admin.php:2943
2551
- msgid "Add WP Editor to taxonomy description textarea"
2552
- msgstr ""
2553
-
2554
- #: inc/admin/admin.php:2951
2555
- msgid "Remove stop words from URL"
2556
- msgstr "Удалить стоп-слова из URL"
2557
-
2558
- #: inc/admin/admin.php:2959
2559
- msgid "Remove /category/ in URL"
2560
- msgstr "Удалить <em>/category/</em> из URL"
2561
-
2562
- #: inc/admin/admin.php:2967 inc/admin/admin.php:5785
2563
- #, fuzzy
2564
- msgid "Disable trailing slash for metas"
2565
- msgstr "Отключить конечный слеш для мета"
2566
-
2567
- #: inc/admin/admin.php:2975
2568
- msgid "Remove WordPress generator meta tag"
2569
- msgstr ""
2570
-
2571
- #: inc/admin/admin.php:2983
2572
- msgid "Remove WordPress shortlink meta tag"
2573
- msgstr ""
2574
-
2575
- #: inc/admin/admin.php:2991
2576
- msgid "Remove Windows Live Writer meta tag"
2577
- msgstr ""
2578
-
2579
- #: inc/admin/admin.php:2999
2580
- msgid "Remove RSD meta tag"
2581
- msgstr ""
2582
-
2583
- #: inc/admin/admin.php:3007 inc/admin/admin.php:5865
2584
- msgid "Google site verification"
2585
- msgstr "Верификация сайта в Google"
2586
-
2587
- #: inc/admin/admin.php:3015 inc/admin/admin.php:5879
2588
- msgid "Bing site verification"
2589
- msgstr "Верификация сайта в Bing"
2590
-
2591
- #: inc/admin/admin.php:3023 inc/admin/admin.php:5892
2592
- msgid "Pinterest site verification"
2593
- msgstr "Верификация сайта в Pinterest"
2594
-
2595
- #: inc/admin/admin.php:3031 inc/admin/admin.php:5904
2596
- msgid "Yandex site verification"
2597
- msgstr "Верификация сайта в Yandex"
2598
-
2599
- #: inc/admin/admin.php:3048
2600
- msgid "SEOPress in admin bar"
2601
- msgstr "SEOPress в панели администратора"
2602
-
2603
- #: inc/admin/admin.php:3056
2604
- #, fuzzy
2605
- msgid "Move SEOPress metabox's position"
2606
- msgstr "Изменить позицию метабокса SEOPress"
2607
-
2608
- #: inc/admin/admin.php:3064
2609
- #, fuzzy
2610
- #| msgid "Notifications Center"
2611
- msgid "Hide Notifications Center"
2612
- msgstr "Центр уведомлений"
2613
-
2614
- #: inc/admin/admin.php:3072
2615
- #, fuzzy
2616
- #| msgid "SEO Tools"
2617
- msgid "Hide SEO tools"
2618
- msgstr "SEO-инструменты"
2619
-
2620
- #: inc/admin/admin.php:3080
2621
- #, fuzzy
2622
- #| msgid "Useful links"
2623
- msgid "Hide Useful Links"
2624
- msgstr "Полезные ссылки"
2625
-
2626
- #: inc/admin/admin.php:3088
2627
- msgid "Show Title tag column in post types"
2628
- msgstr "Колонка Заголовка"
2629
-
2630
- #: inc/admin/admin.php:3096
2631
- msgid "Show Meta description column in post types"
2632
- msgstr "Колонка Мета-описаний"
2633
-
2634
- #: inc/admin/admin.php:3104
2635
- #, fuzzy
2636
- #| msgid "Show Meta description column in post types"
2637
- msgid "Show Redirection Enable column in post types"
2638
- msgstr "Колонка Мета-описаний"
2639
-
2640
- #: inc/admin/admin.php:3112
2641
- #, fuzzy
2642
- #| msgid "Show Title tag column in post types"
2643
- msgid "Show Redirect URL column in post types"
2644
- msgstr "Колонка Заголовка"
2645
-
2646
- #: inc/admin/admin.php:3120
2647
- #, fuzzy
2648
- #| msgid "Show noindex column in post types"
2649
- msgid "Show canonical URL column in post types"
2650
- msgstr "Колонка noindex"
2651
-
2652
- #: inc/admin/admin.php:3128
2653
- #, fuzzy
2654
- #| msgid "Show Title tag column in post types"
2655
- msgid "Show Target Keyword column in post types"
2656
- msgstr "Колонка Заголовка"
2657
-
2658
- #: inc/admin/admin.php:3136
2659
- msgid "Show noindex column in post types"
2660
- msgstr "Колонка noindex"
2661
-
2662
- #: inc/admin/admin.php:3144
2663
- msgid "Show nofollow column in post types"
2664
- msgstr "Колонка nofollow"
2665
-
2666
- #: inc/admin/admin.php:3152
2667
- msgid "Show total number of words column in post types"
2668
- msgstr "Отображать колонку с количеством слов в записи"
2669
-
2670
- #: inc/admin/admin.php:3160
2671
- msgid "Show W3C validator column in post types"
2672
- msgstr "Показывать колонку W3C-валидатора"
2673
-
2674
- #: inc/admin/admin.php:3168
2675
- msgid "Show Google Page Speed column in post types"
2676
- msgstr "Показывать колонку Google Page Speed"
2677
-
2678
- #: inc/admin/admin.php:3177
2679
- #, fuzzy
2680
- #| msgid "Hide Genesis SEO Metaboxe"
2681
- msgid "Hide Genesis SEO Metabox"
2682
- msgstr "Скрыть Genesis SEO метабокс "
2683
-
2684
- #: inc/admin/admin.php:3185
2685
- #, fuzzy
2686
- #| msgid "Hide Genesis SEO Metaboxe"
2687
- msgid "Hide Genesis SEO Settings link"
2688
- msgstr "Скрыть Genesis SEO метабокс "
2689
-
2690
- #: inc/admin/admin.php:3193
2691
- #, fuzzy
2692
- #| msgid "Structured Data Types"
2693
- msgid "Hide advice in Structured Data Types metabox"
2694
- msgstr "Структурированные типы данных"
2695
-
2696
- #: inc/admin/admin.php:3210
2697
- #, fuzzy
2698
- #| msgid "Block SEO metaboxe to user roles"
2699
- msgid "Block SEO metabox to user roles"
2700
- msgstr "Блокировать SEO метабокс для следующих ролей"
2701
-
2702
- #: inc/admin/admin.php:3218
2703
- #, fuzzy
2704
- #| msgid "Block SEO metaboxe to user roles"
2705
- msgid "Block Content analysis metabox to user roles"
2706
- msgstr "Блокировать SEO метабокс для следующих ролей"
2707
-
2708
- #: inc/admin/admin.php:3273
2709
- msgid "<p>Customize your titles & metas for homepage</p>"
2710
- msgstr "<p>Настройте заголовки и метаданные для главной страницы</p>"
2711
-
2712
- #: inc/admin/admin.php:3278
2713
- msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
2714
- msgstr "<p>Настройте заголовки и метаданные для отдельных записей</p>"
2715
-
2716
- #: inc/admin/admin.php:3283
2717
- msgid "<p>Customize your metas for all pages</p>"
2718
- msgstr "<p>Настройте метаданные для всех страниц</p>"
2719
-
2720
- #: inc/admin/admin.php:3288
2721
- msgid "<p>Customize your metas for all taxonomies archives</p>"
2722
- msgstr "<p>Настройте метаданные для всех архивов таксономий</p>"
2723
-
2724
- #: inc/admin/admin.php:3293
2725
- msgid "<p>Customize your metas for all archives</p>"
2726
- msgstr "<p>Настройте метаданные для всех архивов</p>"
2727
-
2728
- #: inc/admin/admin.php:3301
2729
- msgid "Change this settings"
2730
- msgstr "Изменить текущие настройки"
2731
-
2732
- #: inc/admin/admin.php:3304
2733
- msgid ""
2734
- "To view your sitemap, enable permalinks (not default one), and save settings "
2735
- "to flush them."
2736
- msgstr ""
2737
- "Для просмотра карты сайта включите \"Постоянные ссылки\" (не по умолчанию) и "
2738
- "сохраните настройки."
2739
-
2740
- #: inc/admin/admin.php:3310
2741
- #, fuzzy
2742
- #| msgid ""
2743
- #| "Your server use NGINX. If XML Sitemaps doesn't work, you have to add this "
2744
- #| "rules to your configuration:"
2745
- msgid ""
2746
- "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
2747
- "add this rule to your configuration:"
2748
- msgstr ""
2749
- "Ваш сервер работает на NGINX. Если XML-карта сайта не работает, попробуйте "
2750
- "добавить следующие правила в конфиг сервера:"
2751
-
2752
- #: inc/admin/admin.php:3323
2753
- msgid "Noindex content will not be displayed in Sitemaps."
2754
- msgstr "Неиндексируемый контент не будет добавлен в карту сайта."
2755
-
2756
- #: inc/admin/admin.php:3335
2757
- msgid "Blank sitemap?"
2758
- msgstr ""
2759
-
2760
- #: inc/admin/admin.php:3336
2761
- msgid "404 error?"
2762
- msgstr ""
2763
-
2764
- #: inc/admin/admin.php:3338
2765
- msgid "View your sitemap"
2766
- msgstr "Посмотреть карту сайта"
2767
-
2768
- #: inc/admin/admin.php:3340
2769
- msgid "Ping Google manually"
2770
- msgstr "Пропинговать Google вручную"
2771
-
2772
- #: inc/admin/admin.php:3342
2773
- msgid "Flush permalinks"
2774
- msgstr "Сбросить кеш постоянных ссылок"
2775
-
2776
- #: inc/admin/admin.php:3348
2777
- #, fuzzy
2778
- #| msgid "<p>Create an HTML for your visitors and boost your SEO.</p>"
2779
- msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
2780
- msgstr "<p>Для улучшения SEO-показателей добавьте HTML-карту сайта</p>"
2781
-
2782
- #: inc/admin/admin.php:3358 inc/admin/admin.php:4317
2783
- msgid "Guide to enable a HTML Sitemap - new window"
2784
- msgstr ""
2785
-
2786
- #: inc/admin/admin.php:3363
2787
- #, fuzzy
2788
- #| msgid "<p>Include / Exclude Post Types</p>"
2789
- msgid "<p>Include/Exclude Post Types.</p>"
2790
- msgstr "<p>Включить / Исключить типы записей</p>"
2791
-
2792
- #: inc/admin/admin.php:3368
2793
- #, fuzzy
2794
- #| msgid "<p>Include / Exclude Taxonomies</p>"
2795
- msgid "<p>Include/Exclude Taxonomies.</p>"
2796
- msgstr "<p>Включить / Исключить таксономии</p>"
2797
-
2798
- #: inc/admin/admin.php:3373
2799
- #, fuzzy
2800
- #| msgid "<p>Configure Google Knowledge Graph</p>"
2801
- msgid "<p>Configure Google Knowledge Graph.</p>"
2802
- msgstr "<p>Настройте ваш Google Knowledge Graph</p>"
2803
-
2804
- #: inc/admin/admin.php:3374
2805
- #, fuzzy
2806
- #| msgid "Learn more on Google website"
2807
- msgid "Learn more on Google official website."
2808
- msgstr "Узнать больше на сайте Google"
2809
-
2810
- #: inc/admin/admin.php:3379
2811
- msgid ""
2812
- "<p>Link your site with your social accounts. Use markup on your website to "
2813
- "add your social profile information to a Google Knowledge panel. Knowledge "
2814
- "panels prominently display your social profile information in some Google "
2815
- "Search results. Filling in these fields does not guarantee the display of "
2816
- "this data in search results. It may take a long time to see these social "
2817
- "networking links.</p>"
2818
- msgstr ""
2819
-
2820
- #: inc/admin/admin.php:3385
2821
- #, fuzzy
2822
- #| msgid "<p>Manage Open Graph datas</p>"
2823
- msgid "<p>Manage Open Graph datas.</p>"
2824
- msgstr "Управление данными Open Graph"
2825
-
2826
- #: inc/admin/admin.php:3387
2827
- msgid ""
2828
- "<p>We generate the <strong>og:image</strong> meta following this order:</p>"
2829
- msgstr ""
2830
-
2831
- #: inc/admin/admin.php:3391
2832
- msgid "Custom OG Image from SEO metabox"
2833
- msgstr ""
2834
-
2835
- #: inc/admin/admin.php:3392 inc/admin/admin.php:3407
2836
- #, fuzzy
2837
- #| msgid "Twitter Thumbnail"
2838
- msgid "Post thumbnail"
2839
- msgstr "Миниатюра изображения для Twitter"
2840
-
2841
- #: inc/admin/admin.php:3393 inc/admin/admin.php:3408
2842
- msgid "First image of your post content"
2843
- msgstr ""
2844
-
2845
- #: inc/admin/admin.php:3394
2846
- msgid "Global OG Image set in SEO > Social > Open Graph"
2847
- msgstr ""
2848
-
2849
- #: inc/admin/admin.php:3400
2850
- #, fuzzy
2851
- #| msgid "<p>Manage your Twitter card</p>"
2852
- msgid "<p>Manage your Twitter card.</p>"
2853
- msgstr "Управление карточкой Twitter"
2854
-
2855
- #: inc/admin/admin.php:3402
2856
- msgid ""
2857
- "<p>We generate the <strong>twitter:image</strong> meta following this order:"
2858
- "</p>"
2859
- msgstr ""
2860
-
2861
- #: inc/admin/admin.php:3406
2862
- msgid "Custom Twitter image from SEO metabox"
2863
- msgstr ""
2864
-
2865
- #: inc/admin/admin.php:3409
2866
- msgid "Global Twitter:image set in SEO > Social > Twitter Card"
2867
- msgstr ""
2868
-
2869
- #: inc/admin/admin.php:3415
2870
- #, fuzzy
2871
- #| msgid "<p>Link your Google Analytics to your website</p>"
2872
- msgid "<p>Link your Google Analytics to your website.</p>"
2873
- msgstr "<p>Привязать ваш аккаунт Google Analytics к вашему сайту</p>"
2874
-
2875
- #: inc/admin/admin.php:3420
2876
- #, fuzzy
2877
- #| msgid "<p>Configure your Google Analytics tracking code</p>"
2878
- msgid "<p>Configure your Google Analytics tracking code.</p>"
2879
- msgstr "<p>Настройка кода отслеживания Google Analytics</p>"
2880
-
2881
- #: inc/admin/admin.php:3425
2882
- #, fuzzy
2883
- #| msgid "<p>Track events in Google Analytics</p>"
2884
- msgid "<p>Track events in Google Analytics.</p>"
2885
- msgstr "<p>Отслеживание событий в Google Analytics</p>"
2886
-
2887
- #: inc/admin/admin.php:3430
2888
- #, fuzzy
2889
- #| msgid ""
2890
- #| "<p>Configure your Google Analytics custom dimensions. <br>Custom "
2891
- #| "dimensions and custom metrics are like default dimensions and metrics in "
2892
- #| "your Analytics account,<br> except you create them yourself. You can use "
2893
- #| "them to collect and analyze data that Analytics doesn't automatically "
2894
- #| "track.<br> Notice that you have to setup your custom dimensions in your "
2895
- #| "Google Analytics account too. More info by clicking on help icon."
2896
- msgid ""
2897
- "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
2898
- "and custom metrics in SEOPress are like the default dimensions and metrics "
2899
- "in your Analytics account, except you create them yourself.<br> Use them to "
2900
- "collect and analyze data that Analytics doesn't automatically track.<br> "
2901
- "Please note that you also have to setup your custom dimensions in your "
2902
- "Google Analytics account. More info by clicking on the help icon."
2903
- msgstr ""
2904
- "Настройте ваши Пользовательские параметры Google Analytics."
2905
- "<br>Пользовательские параметры и метрики похожи на стандартные параметры,"
2906
- "<br>только вы можете создавать и редактировать их самостоятельно.<br>Их "
2907
- "можно использовать для отслеживания данных, которые по умолчанию не "
2908
- "отслеживаются.<br>Учтите, что вы также должны настроить Пользовательские "
2909
- "параметры внутри аккаунта Google Analytics. Подробности можно узнать кликнув "
2910
- "на иконку помощи."
2911
-
2912
- #: inc/admin/admin.php:3440
2913
- msgid "Guide to create custom dimensions in Google Analytics - new window"
2914
- msgstr ""
2915
-
2916
- #: inc/admin/admin.php:3445
2917
- #, fuzzy
2918
- #| msgid "<p>Advanced SEO options</p>"
2919
- msgid "<p>Advanced SEO options.</p>"
2920
- msgstr "<p>Расширенные настройки SEO</p>"
2921
-
2922
- #: inc/admin/admin.php:3450
2923
- #, fuzzy
2924
- #| msgid "<p>Customize SEOPress to fit your needs</p>"
2925
- msgid "<p>Customize SEOPress to fit your needs.</p>"
2926
- msgstr "<p>Настройте SEOPress на ваш вкус</p>"
2927
-
2928
- #: inc/admin/admin.php:3455
2929
- #, fuzzy
2930
- #| msgid "<p>Manage security</p>"
2931
- msgid "<p>Manage security.</p>"
2932
- msgstr "Управление безопасностью"
2933
-
2934
- #: inc/admin/admin.php:3468
2935
- msgid "Enter your separator, eg: \"-\""
2936
- msgstr ""
2937
-
2938
- #: inc/admin/admin.php:3472
2939
- #, php-format
2940
- msgid "Use this separator with %%sep%% in your title and meta description."
2941
- msgstr ""
2942
-
2943
- #: inc/admin/admin.php:3478
2944
- msgid "My awesome website"
2945
- msgstr "Мой супер web-сайт"
2946
-
2947
- #: inc/admin/admin.php:3483 inc/admin/admin.php:3494 inc/admin/admin.php:3536
2948
- #: inc/admin/admin.php:3655 inc/admin/admin.php:3688 inc/admin/admin.php:3773
2949
- #: inc/admin/admin.php:3849 inc/admin/admin.php:3919 inc/admin/admin.php:3988
2950
- #: inc/admin/admin.php:4038
2951
- msgid "More tags"
2952
- msgstr "Больше тегов"
2953
-
2954
- #: inc/admin/admin.php:3489
2955
- msgid "This is a cool website about Wookiees"
2956
- msgstr "Это крутой сайт без всяких Wookiees )"
2957
-
2958
- #: inc/admin/admin.php:3497
2959
- #, fuzzy
2960
- #| msgid "Looking for editing your blog page?"
2961
- msgid "Looking to edit your blog page?"
2962
- msgstr "Хотите отредактировать страницу вашего блога?"
2963
-
2964
- #: inc/admin/admin.php:3510 inc/admin/admin.php:3626 inc/admin/admin.php:3750
2965
- #: inc/admin/admin.php:3838 inc/admin/admin.php:3908 inc/admin/admin.php:3977
2966
- #: inc/admin/admin.php:4029
2967
- msgid "Title template"
2968
- msgstr "Шаблон заголовка"
2969
-
2970
- #: inc/admin/admin.php:3543 inc/admin/admin.php:3664 inc/admin/admin.php:3780
2971
- #: inc/admin/admin.php:3855 inc/admin/admin.php:3925 inc/admin/admin.php:3994
2972
- #: inc/admin/admin.php:4044
2973
- msgid "Meta description template"
2974
- msgstr "Шаблон мета-описания"
2975
-
2976
- #: inc/admin/admin.php:3566
2977
- msgid ""
2978
- "Do not display this single post type in search engine results "
2979
- "<strong>(noindex)</strong>"
2980
- msgstr ""
2981
-
2982
- #: inc/admin/admin.php:3585
2983
- msgid ""
2984
- "Do not follow links for this single post type <strong>(nofollow)</strong>"
2985
- msgstr ""
2986
-
2987
- #: inc/admin/admin.php:3604
2988
- msgid "Display date in Google search results?"
2989
- msgstr "Показывать дату публикации в результатах поиска Google?"
2990
-
2991
- #: inc/admin/admin.php:3646
2992
- msgid "Category Title"
2993
- msgstr "Заголовок категории"
2994
-
2995
- #: inc/admin/admin.php:3648
2996
- msgid "Tag Title"
2997
- msgstr "Тег заголовка"
2998
-
2999
- #: inc/admin/admin.php:3650
3000
- #, fuzzy
3001
- msgid "Term Title"
3002
- msgstr "Заголовок термина"
3003
-
3004
- #: inc/admin/admin.php:3681
3005
- msgid "Category Description"
3006
- msgstr "Описание категории"
3007
-
3008
- #: inc/admin/admin.php:3683
3009
- msgid "Tag Description"
3010
- msgstr "Описание тега"
3011
-
3012
- #: inc/admin/admin.php:3685
3013
- msgid "Term Description"
3014
- msgstr "Описание термина"
3015
-
3016
- #: inc/admin/admin.php:3703
3017
- msgid ""
3018
- "Do not display this taxonomy archive in search engine results "
3019
- "<strong>(noindex)</strong>"
3020
- msgstr ""
3021
-
3022
- #: inc/admin/admin.php:3722
3023
- msgid ""
3024
- "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
3025
- msgstr ""
3026
-
3027
- #: inc/admin/admin.php:3742
3028
- #, fuzzy
3029
- msgid "See archive"
3030
- msgstr "Архивы поиска"
3031
-
3032
- #: inc/admin/admin.php:3769
3033
- #, fuzzy
3034
- msgid "Post Type Archive Name"
3035
- msgstr "Архивы типа записи"
3036
-
3037
- #: inc/admin/admin.php:3803
3038
- msgid ""
3039
- "Do not display this post type archive in search engine results "
3040
- "<strong>(noindex)</strong>"
3041
- msgstr ""
3042
-
3043
- #: inc/admin/admin.php:3822
3044
- msgid ""
3045
- "Do not follow links for this post type archive <strong>(nofollow)</strong>"
3046
- msgstr ""
3047
-
3048
- #: inc/admin/admin.php:3836
3049
- msgid "Author archives"
3050
- msgstr "Архивы автора"
3051
-
3052
- #: inc/admin/admin.php:3879
3053
- msgid ""
3054
- "Do not display author archives in search engine results <strong>(noindex)</"
3055
- "strong>"
3056
- msgstr ""
3057
-
3058
- #: inc/admin/admin.php:3897
3059
- msgid "Disable author archives"
3060
- msgstr "Отключить архивы по автору"
3061
-
3062
- #: inc/admin/admin.php:3906 inc/admin/admin.php:3917
3063
- #, fuzzy
3064
- msgid "Date archives"
3065
- msgstr "Архивы по дате"
3066
-
3067
- #: inc/admin/admin.php:3948
3068
- msgid ""
3069
- "Do not display date archives in search engine results <strong>(noindex)</"
3070
- "strong>"
3071
- msgstr ""
3072
-
3073
- #: inc/admin/admin.php:3966
3074
- msgid "Disable date archives"
3075
- msgstr "Отключить архивы по дате"
3076
-
3077
- #: inc/admin/admin.php:3975
3078
- #, fuzzy
3079
- msgid "Search archives"
3080
- msgstr "Архивы поиска"
3081
-
3082
- #: inc/admin/admin.php:3986
3083
- msgid "Search Keywords"
3084
- msgstr "Ключевые слова"
3085
-
3086
- #: inc/admin/admin.php:4018
3087
- msgid ""
3088
- "Do not display search archives in search engine results <strong>(noindex)</"
3089
- "strong>"
3090
- msgstr ""
3091
-
3092
- #: inc/admin/admin.php:4027
3093
- #, fuzzy
3094
- msgid "404 archives"
3095
- msgstr "Архивы 404"
3096
-
3097
- #: inc/admin/admin.php:4070
3098
- msgid ""
3099
- "Do not display all pages of the site in Google search results and do not "
3100
- "display \"Cached\" links in search results."
3101
- msgstr ""
3102
- "Запретить вывод сайта в результатах поиска Google и не отображать ссылки на "
3103
- "кешированные страницы."
3104
-
3105
- #: inc/admin/admin.php:4089
3106
- msgid "Do not follow links for all pages."
3107
- msgstr "Запретить роботу следовать по ссылкам на всех страницах."
3108
-
3109
- #: inc/admin/admin.php:4108
3110
- msgid ""
3111
- "Do not use Open Directory project metadata for titles or excerpts for all "
3112
- "pages."
3113
- msgstr ""
3114
- "Не использовать метаданные Открытого Каталога (ODP) для заголовков и "
3115
- "выдержек."
3116
-
3117
- #: inc/admin/admin.php:4127
3118
- msgid "Do not index images from the entire site."
3119
- msgstr "Не индексировать изображения на всем сайте."
3120
-
3121
- #: inc/admin/admin.php:4146
3122
- msgid "Do not display a \"Cached\" link in the Google search results."
3123
- msgstr ""
3124
- "Не отображать ссылки на кешированные страницы в результатах поиска Google."
3125
-
3126
- #: inc/admin/admin.php:4165
3127
- msgid ""
3128
- "Do not display a description in the Google search results for all pages."
3129
- msgstr "Не отображать сниппеты страницы в результатах поиска Google."
3130
-
3131
- #: inc/admin/admin.php:4184
3132
- #, fuzzy
3133
- #| msgid "Do not display a \"Cached\" link in the Google search results."
3134
- msgid "Prevent Google to display a sitelinks searchbox in search results."
3135
- msgstr ""
3136
- "Не отображать ссылки на кешированные страницы в результатах поиска Google."
3137
-
3138
- #: inc/admin/admin.php:4201
3139
- msgid "Add rel next/prev link in head of paginated archive pages"
3140
- msgstr ""
3141
- "Добавить rel-ссылки на предыдущую и следующую страницы для постраничного "
3142
- "вывода записей"
3143
-
3144
- #: inc/admin/admin.php:4203
3145
- msgid "Learn more on Google website"
3146
- msgstr "Узнать больше на сайте Google"
3147
-
3148
- #: inc/admin/admin.php:4230
3149
- msgid "Guide to enable XML Sitemaps - new window"
3150
- msgstr ""
3151
-
3152
- #: inc/admin/admin.php:4247
3153
- msgid ""
3154
- "Enable Image Sitemaps (standard images, image galleries, featured image, "
3155
- "WooCommerce product images)"
3156
- msgstr ""
3157
-
3158
- #: inc/admin/admin.php:4249
3159
- msgid "Images in XML sitemaps are visible only from the source code."
3160
- msgstr ""
3161
-
3162
- #: inc/admin/admin.php:4259
3163
- #, fuzzy
3164
- #| msgid "Enable XML Image Sitemaps"
3165
- msgid "Guide to enable XML image sitemaps - new window"
3166
- msgstr "Включить XML-карту изображений сайта"
3167
-
3168
- #: inc/admin/admin.php:4277
3169
- #, fuzzy
3170
- #| msgid "Enable Image Sitemaps"
3171
- msgid "Enable Video Sitemaps"
3172
- msgstr "Включить карту изображений сайта"
3173
-
3174
- #: inc/admin/admin.php:4287
3175
- #, php-format
3176
- msgid ""
3177
- "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
3178
- "\" target=\"_blank\">adding videos to your sitemap.</a>"
3179
- msgstr ""
3180
-
3181
- #: inc/admin/admin.php:4289
3182
- msgid "Guide to enable XML video sitemaps - new window"
3183
- msgstr ""
3184
-
3185
- #: inc/admin/admin.php:4357 inc/admin/admin.php:4401
3186
- msgid "Include"
3187
- msgstr "Включить"
3188
-
3189
- #: inc/admin/admin.php:4360
3190
- msgid ""
3191
- "You should never include attachment post type in your sitemap. Be careful if "
3192
- "you checked this."
3193
- msgstr ""
3194
-
3195
- #: inc/admin/admin.php:4416
3196
- msgid "eg: 2, 28, 68"
3197
- msgstr "Например: 2, 28, 68"
3198
-
3199
- #: inc/admin/admin.php:4420
3200
- #, fuzzy
3201
- #| msgid "You can also use this shorcode:"
3202
- msgid "You can also use this shortcode:"
3203
- msgstr "Вы можете использовать этот шорткод:"
3204
-
3205
- #: inc/admin/admin.php:4430
3206
- msgid "eg: 13, 8, 38"
3207
- msgstr "Например: 13, 8, 38"
3208
-
3209
- #: inc/admin/admin.php:4444
3210
- msgid ""
3211
- "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
3212
- msgstr ""
3213
-
3214
- #: inc/admin/admin.php:4447
3215
- msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
3216
- msgstr ""
3217
-
3218
- #: inc/admin/admin.php:4464
3219
- #, fuzzy
3220
- #| msgid "Default value: "
3221
- msgid "Default (date)"
3222
- msgstr "По умолчанию:"
3223
-
3224
- #: inc/admin/admin.php:4470
3225
- msgid "Modified date"
3226
- msgstr ""
3227
-
3228
- #: inc/admin/admin.php:4473
3229
- #, fuzzy
3230
- #| msgid "Post date"
3231
- msgid "Post ID"
3232
- msgstr "Дата публикации"
3233
-
3234
- #: inc/admin/admin.php:4476
3235
- msgid "Menu order"
3236
- msgstr ""
3237
-
3238
- #: inc/admin/admin.php:4494
3239
- msgid "Disable date after each post, page, post type?"
3240
- msgstr "Отключить даты для всех записей и страниц?"
3241
-
3242
- #: inc/admin/admin.php:4513
3243
- msgid "Person"
3244
- msgstr "Частное лицо"
3245
-
3246
- #: inc/admin/admin.php:4516
3247
- msgid "Organization"
3248
- msgstr "Организация"
3249
-
3250
- #: inc/admin/admin.php:4529
3251
- msgid "eg: Apple"
3252
- msgstr "Например: Apple"
3253
-
3254
- #: inc/admin/admin.php:4542
3255
- msgid "Select your logo"
3256
- msgstr "Выберите изображение"
3257
-
3258
- #: inc/admin/admin.php:4546
3259
- msgid "JPG, PNG or GIF allowed."
3260
- msgstr ""
3261
-
3262
- #: inc/admin/admin.php:4572
3263
- msgid "eg: +33123456789 (internationalized version required)"
3264
- msgstr "Например: +79876543210 (международный формат)"
3265
-
3266
- #: inc/admin/admin.php:4587
3267
- msgid "Customer support"
3268
- msgstr "Поддержка пользователей"
3269
-
3270
- #: inc/admin/admin.php:4590
3271
- msgid "Technical support"
3272
- msgstr "Техническая поддержка"
3273
-
3274
- #: inc/admin/admin.php:4593
3275
- msgid "Billing support"
3276
- msgstr "Поддержка платежей"
3277
-
3278
- #: inc/admin/admin.php:4596
3279
- msgid "Bill payment"
3280
- msgstr "Оплата счета"
3281
-
3282
- #: inc/admin/admin.php:4599
3283
- msgid "Sales"
3284
- msgstr "Отдел продаж"
3285
-
3286
- #: inc/admin/admin.php:4602
3287
- msgid "Credit card support"
3288
- msgstr "Поддержка кредитных карт"
3289
-
3290
- #: inc/admin/admin.php:4605
3291
- msgid "Emergency"
3292
- msgstr "Экстренная помощь"
3293
-
3294
- #: inc/admin/admin.php:4608
3295
- msgid "Baggage tracking"
3296
- msgstr "Отслеживание багажа"
3297
-
3298
- #: inc/admin/admin.php:4611
3299
- msgid "Roadside assistance"
3300
- msgstr "Помощь на дороге"
3301
-
3302
- #: inc/admin/admin.php:4614
3303
- msgid "Package tracking"
3304
- msgstr "Отслеживание посылки"
3305
-
3306
- #: inc/admin/admin.php:4631 inc/admin/admin.php:5227 inc/admin/admin.php:5304
3307
- #: inc/admin/admin.php:5381 inc/admin/admin.php:5458 inc/admin/admin.php:5535
3308
- msgid "None"
3309
- msgstr "Нет"
3310
-
3311
- #: inc/admin/admin.php:4634
3312
- #, fuzzy
3313
- msgid "Toll Free"
3314
- msgstr "Бесплатный звонок"
3315
-
3316
- #: inc/admin/admin.php:4637
3317
- msgid "Hearing impaired supported"
3318
- msgstr "Поддержка нарушения слуха"
3319
-
3320
- #: inc/admin/admin.php:4650
3321
- msgid "eg: https://www.facebook.com/your-page"
3322
- msgstr "Например: https://www.facebook.com/your-page"
3323
-
3324
- #: inc/admin/admin.php:4663
3325
- msgid "eg: @wp_seopress"
3326
- msgstr "Например: @wp_seopress"
3327
-
3328
- #: inc/admin/admin.php:4663
3329
- #, fuzzy
3330
- #| msgid "Twitter Username"
3331
- msgid "Twitter Page URL"
3332
- msgstr "Имя пользователя Twitter"
3333
-
3334
- #: inc/admin/admin.php:4675
3335
- msgid "eg: https://pinterest.com/wpbuy/"
3336
- msgstr "Например: https://pinterest.com/wpbuy/"
3337
-
3338
- #: inc/admin/admin.php:4687
3339
- #, fuzzy
3340
- #| msgid "eg: https://www.instagram.com/rainbowgeek64/"
3341
- msgid "eg: https://www.instagram.com/wp_seopress/"
3342
- msgstr "например: https://www.instagram.com/rainbowgeek64/"
3343
-
3344
- #: inc/admin/admin.php:4699
3345
- #, fuzzy
3346
- #| msgid "eg: https://www.facebook.com/your-page"
3347
- msgid "eg: https://www.youtube.com/SEOPress"
3348
- msgstr "Например: https://www.facebook.com/your-page"
3349
-
3350
- #: inc/admin/admin.php:4711
3351
- #, fuzzy
3352
- #| msgid "eg: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3353
- msgid "eg: http://linkedin.com/company/seopress/"
3354
- msgstr "Например: https://www.linkedin.com/in/benjamin-denis-70672b3b"
3355
-
3356
- #: inc/admin/admin.php:4723
3357
- msgid "eg: https://myspace.com/your-page"
3358
- msgstr "Например: https://myspace.com/your-page"
3359
-
3360
- #: inc/admin/admin.php:4735
3361
- msgid "eg: https://soundcloud.com/michaelmccannmusic"
3362
- msgstr "Например: https://soundcloud.com/michaelmccannmusic"
3363
-
3364
- #: inc/admin/admin.php:4747
3365
- msgid "eg: https://your-site.tumblr.com"
3366
- msgstr "Например: https://your-site.tumblr.com"
3367
-
3368
- #: inc/admin/admin.php:4764
3369
- msgid "Enable OG data"
3370
- msgstr "Включить поддержку данных Open Graph"
3371
-
3372
- #: inc/admin/admin.php:4797
3373
- msgid ""
3374
- "One or more Facebook Page IDs that are associated with a URL in order to "
3375
- "enable link editing and instant article publishing."
3376
- msgstr ""
3377
-
3378
- #: inc/admin/admin.php:4810
3379
- msgid ""
3380
- "The ID (or comma-separated list for properties that can accept multiple IDs) "
3381
- "of an app, person using the app, or Page Graph API object."
3382
- msgstr ""
3383
-
3384
- #: inc/admin/admin.php:4822
3385
- msgid ""
3386
- "The Facebook app ID of the site's app. In order to use Facebook Insights you "
3387
- "must add the app ID to your page. Insights lets you view analytics for "
3388
- "traffic to your site from Facebook. Find the app ID in your App Dashboard. "
3389
- "<a href=\"https://developers.facebook.com/apps/redirect/dashboard\" target="
3390
- "\"_blank\">More info here</a> <span class=\"dashicons dashicons-external\"></"
3391
- "span>"
3392
- msgstr ""
3393
-
3394
- #: inc/admin/admin.php:4826
3395
- #, fuzzy
3396
- #| msgid "How-to create a Facebook App ID"
3397
- msgid "How to create a Facebook App ID"
3398
- msgstr "Как создать идентификатор приложения Facebook"
3399
-
3400
- #: inc/admin/admin.php:4839
3401
- msgid "Enable Twitter card"
3402
- msgstr "Включить поддержку карточки Twitter"
3403
-
3404
- #: inc/admin/admin.php:4856
3405
- msgid "Use OG if no Twitter Cards"
3406
- msgstr "Включить Open Graph вместо карточки Twitter"
3407
-
3408
- #: inc/admin/admin.php:4891
3409
- msgid "Default"
3410
- msgstr "По умолчанию"
3411
-
3412
- #: inc/admin/admin.php:4894
3413
- msgid "Large"
3414
- msgstr "Большое"
3415
-
3416
- #: inc/admin/admin.php:4912
3417
- #, fuzzy
3418
- #| msgid "Enable Google Analytics tracking"
3419
- msgid "Enable Goo