Version Description
- FIX Elementor missing features
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 4.0.2 |
Comparing to | |
See all releases |
Code changes from version 4.0.1 to 4.0.2
- assets/css/index.php +0 -0
- assets/css/seopress-admin-bar.css +0 -0
- assets/css/seopress-admin-bar.min.css +0 -0
- assets/css/seopress-setup.css +0 -0
- assets/css/seopress-setup.min.css +0 -0
- assets/css/seopress.css +0 -0
- assets/css/tagify.min.css +1 -0
- assets/img/bg-hero-support.svg +0 -0
- assets/img/help/google-knowledge-graph-social.png +0 -0
- assets/img/index.php +0 -0
- assets/img/logo-seopress.svg +0 -0
- assets/index.php +0 -0
- assets/js/index.php +0 -0
- assets/js/seopress-analytics.js +0 -0
- assets/js/seopress-analytics.min.js +0 -0
- assets/js/seopress-block-editor.js +0 -0
- assets/js/seopress-block-editor.min.js +0 -0
- assets/js/seopress-cookies-ajax.js +0 -0
- assets/js/seopress-cookies-ajax.min.js +0 -0
- assets/js/seopress-cookies.js +0 -0
- assets/js/seopress-cookies.min.js +0 -0
- assets/js/seopress-counters.js +1 -1
- assets/js/seopress-counters.min.js +0 -0
- assets/js/seopress-dashboard.js +0 -0
- assets/js/seopress-dashboard.min.js +0 -0
- assets/js/seopress-media-uploader.js +0 -0
- assets/js/seopress-media-uploader.min.js +0 -0
- assets/js/seopress-migrate.js +0 -0
- assets/js/seopress-migrate.min.js +0 -0
- assets/js/seopress-network-tabs.js +0 -0
- assets/js/seopress-network-tabs.min.js +0 -0
- assets/js/seopress-quick-edit.js +0 -0
- assets/js/seopress-quick-edit.min.js +0 -0
- assets/js/seopress-sitemap-ajax.js +0 -0
- assets/js/seopress-sitemap-ajax.min.js +0 -0
- assets/js/seopress-sitemap-video.js +0 -0
- assets/js/seopress-sitemap-video.min.js +0 -0
- assets/js/seopress-tabs.js +0 -0
- assets/js/seopress-tabs.min.js +0 -0
- assets/js/seopress-tabs2.js +0 -0
- assets/js/seopress-tabs2.min.js +0 -0
- assets/js/seopress-tabs3.js +0 -0
- assets/js/seopress-tabs3.min.js +0 -0
- assets/js/seopress-tabs4.js +0 -0
- assets/js/seopress-tabs4.min.js +0 -0
- assets/js/seopress-tabs5.js +0 -0
- assets/js/seopress-tabs5.min.js +0 -0
- assets/js/seopress-tabs6.js +0 -0
- assets/js/seopress-tabs6.min.js +0 -0
- assets/js/seopress-tabs7.js +0 -0
- assets/js/seopress-tabs7.min.js +0 -0
- assets/js/seopress-tabs8.js +0 -0
- assets/js/seopress-tabs8.min.js +0 -0
- assets/js/seopress-yoast-migrate.js +132 -0
- assets/js/tagify.min.js +7 -0
- contributors.txt +1 -2
- inc/admin/admin-features-list.php +0 -0
- inc/admin/admin-get-started.php +0 -0
- inc/admin/admin-header.php +0 -0
- inc/admin/admin-metaboxes-form.php +0 -0
- inc/admin/admin-metaboxes-get-content-analysis.php +0 -0
- inc/admin/admin-metaboxes-render-content-analysis.php +0 -0
- inc/admin/admin-metaboxes.php +500 -500
- inc/admin/admin-notifications-center.php +0 -0
- inc/admin/admin-term-metaboxes.php +0 -0
- inc/admin/admin-wizard.php +0 -0
- inc/admin/admin.php +0 -0
- inc/admin/adminbar.php +0 -0
- inc/admin/ajax.php +3 -4
- inc/admin/index.php +0 -0
- inc/admin/page-builders/elementor/assets/css/content-analysis.css +479 -0
- inc/admin/page-builders/elementor/assets/css/google-suggestions.css +139 -0
- inc/admin/page-builders/elementor/assets/css/social-preview.css +212 -0
- inc/admin/page-builders/elementor/assets/css/text-letter-counter.css +86 -0
- inc/admin/page-builders/elementor/assets/js/base.js +242 -0
- inc/admin/page-builders/elementor/assets/js/content-analysis.js +15 -0
- inc/admin/page-builders/elementor/assets/js/google-suggestions.js +55 -0
- inc/admin/page-builders/elementor/assets/js/social-preview.js +135 -12
- inc/admin/page-builders/elementor/assets/js/text-letter-counter.js +218 -0
- inc/admin/page-builders/elementor/elementor-addon.php +1 -0
- inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php +185 -11
- inc/admin/page-builders/elementor/inc/admin/class-seopress-meta-helper.php +2 -0
- inc/admin/page-builders/elementor/inc/class-register-controls.php +5 -0
- inc/admin/page-builders/elementor/inc/class-singleton.php +0 -0
- inc/admin/page-builders/elementor/inc/controls/class-content-analysis-control.php +63 -0
- inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php +68 -0
- inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php +39 -4
- inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php +79 -0
- inc/admin/plugin-upgrader.php +0 -0
- inc/functions/index.php +0 -0
- inc/functions/options-advanced-admin.php +183 -182
- inc/functions/options-advanced.php +0 -0
- inc/functions/options-google-analytics-checkout.php +85 -0
- inc/functions/options-google-analytics-order.php +55 -0
- inc/functions/options-google-analytics.php +0 -0
- inc/functions/options-google-ecommerce.php +0 -0
- inc/functions/options-import-export.php +0 -0
- inc/functions/options-matomo.php +0 -0
- inc/functions/options-oembed.php +0 -0
- inc/functions/options-redirections.php +0 -0
- inc/functions/options-sitemap.php +0 -0
- inc/functions/options-social.php +0 -0
- inc/functions/options-titles-metas.php +0 -0
- inc/functions/options.php +0 -0
- inc/functions/sitemap/index.php +0 -0
- inc/functions/sitemap/template-html-sitemap.php +0 -0
- inc/functions/sitemap/template-xml-sitemaps-author.php +0 -0
- inc/functions/sitemap/template-xml-sitemaps-single-term.php +0 -0
- inc/functions/sitemap/template-xml-sitemaps-single.php +0 -0
- inc/functions/sitemap/template-xml-sitemaps-xsl.php +0 -0
- inc/functions/sitemap/template-xml-sitemaps.php +0 -0
- inc/functions/variables/dynamic-variables.php +0 -0
- inc/index.php +0 -0
- index.php +0 -0
- languages/index.php +0 -0
- languages/wp-seopress-ar.mo +0 -0
- languages/wp-seopress-ar.po +0 -0
- languages/wp-seopress-bg_BG.po +0 -0
- languages/wp-seopress-da_DK.mo +0 -0
- languages/wp-seopress-da_DK.po +0 -0
- languages/wp-seopress-el.mo +0 -0
- languages/wp-seopress-el.po +0 -0
- languages/wp-seopress-fa_IR.mo +0 -0
- languages/wp-seopress-fa_IR.po +0 -0
- languages/wp-seopress-id_ID.mo +0 -0
- languages/wp-seopress-id_ID.po +0 -0
- languages/wp-seopress-it.mo +0 -0
- languages/wp-seopress-it.po +4973 -0
- languages/wp-seopress-it_IT.mo +0 -0
- languages/wp-seopress-it_IT.po +0 -0
- languages/wp-seopress-ro_RO.mo +0 -0
- languages/wp-seopress-ro_RO.po +0 -0
- languages/wp-seopress-ta_IN.mo +0 -0
- languages/wp-seopress-ta_IN.po +0 -0
- languages/wp-seopress-te.mo +0 -0
- languages/wp-seopress-te.po +0 -0
- languages/wp-seopress-tr_TR.mo +0 -0
- languages/wp-seopress-tr_TR.po +0 -0
- languages/wp-seopress-vi.mo +0 -0
- languages/wp-seopress-vi.po +0 -0
- languages/wp-seopress-zh_TW.mo +0 -0
- languages/wp-seopress-zh_TW.po +0 -0
- languages/wp-seopress.pot +0 -0
- languages/wp-seopress_fa_IR.mo +0 -0
- languages/wp-seopress_fa_IR.po +6094 -0
- languages/wp-seopress_tr_TR.mo +0 -0
- languages/wp-seopress_tr_TR.po +6161 -0
- readme.txt +3 -1
- seopress.php +2 -2
- wpml-config.xml +0 -0
assets/css/index.php
CHANGED
File without changes
|
assets/css/seopress-admin-bar.css
CHANGED
File without changes
|
assets/css/seopress-admin-bar.min.css
CHANGED
File without changes
|
assets/css/seopress-setup.css
CHANGED
File without changes
|
assets/css/seopress-setup.min.css
CHANGED
File without changes
|
assets/css/seopress.css
CHANGED
File without changes
|
assets/css/tagify.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--tagify-dd-color-primary:rgb(53,149,246);--tagify-dd-bg-color:white}.tagify{--tags-border-color:#DDD;--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;--tag-text-color:black;--tag-text-color--edit:black;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.1em;--tag-invalid-color:#D39494;--tag-invalid-bg:rgba(211, 148, 148, 0.5);--tag-remove-bg:rgba(211, 148, 148, 0.3);--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--tag--min-width:1ch;--tag--max-width:auto;--tag-hide-transition:.3s;--loader-size:.8em;display:flex;align-items:flex-start;flex-wrap:wrap;border:1px solid #ddd;border:1px solid var(--tags-border-color);padding:0;line-height:1.1;cursor:text;outline:0;position:relative;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:hover{border-color:#ccc}.tagify.tagify--focus{transition:0s;border-color:#3595f6}.tagify[readonly]{cursor:default}.tagify[readonly]>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify[readonly] .tagify__tag>div{padding:.3em .5em;padding:var(--tag-pad)}.tagify[readonly] .tagify__tag>div::before{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}.tagify--loading .tagify__input::before{content:none}.tagify--loading .tagify__input::after{content:'';vertical-align:middle;margin:-2px 0 -2px .5em;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear}.tagify--loading .tagify__input:empty::after{margin-left:0}.tagify+input,.tagify+textarea{display:none!important}.tagify__tag{display:inline-flex;align-items:center;margin:5px 0 5px 5px;position:relative;z-index:1;outline:0;cursor:default;transition:.13s ease-out}.tagify__tag>div{vertical-align:top;box-sizing:border-box;max-width:100%;padding:.3em .5em;padding:var(--tag-pad);color:#000;color:var(--tag-text-color);line-height:inherit;border-radius:3px;-webkit-user-select:none;user-select:none;transition:.13s ease-out}.tagify__tag>div>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:var(--tag--min-width);max-width:var(--tag--max-width);transition:.8s ease,.1s color}.tagify__tag>div>[contenteditable]{outline:0;-webkit-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div::before{content:'';position:absolute;border-radius:inherit;left:0;top:0;right:0;bottom:0;z-index:-1;pointer-events:none;transition:120ms ease;animation:tags--bump .3s ease-out 1;box-shadow:0 0 0 1.1em #e5e5e5 inset;box-shadow:0 0 0 calc(var(--tag-inset-shadow-size)) var(--tag-bg) inset}.tagify__tag:hover:not([readonly]) div::before{top:-2px;right:-2px;bottom:-2px;left:-2px;box-shadow:0 0 0 1.1em #d3e2e2 inset;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset}.tagify__tag.tagify--noAnim{animation:none}.tagify__tag.tagify--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:.3s;transition:var(--tag-hide-transition);pointer-events:none}.tagify__tag.tagify--mark div::before{animation:none}.tagify__tag.tagify--notAllowed div>span{opacity:.5}.tagify__tag.tagify--notAllowed div::before{box-shadow:0 0 0 1.1em rgba(211,148,148,.5) inset!important;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset!important;transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div::before{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}.tagify__tag--editable>div{color:#000;color:var(--tag-text-color--edit)}.tagify__tag--editable>div::before{box-shadow:0 0 0 2px #d3e2e2 inset!important;box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable.tagify--invalid>div::before{box-shadow:0 0 0 2px #d39494 inset!important;box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px Serif;background:0 0;background:var(--tag-remove-btn-bg);color:#000;color:var(--tag-text-color);width:14px;height:14px;margin-right:4.66667px;margin-left:-4.66667px;transition:.2s ease-out}.tagify__tag__removeBtn::after{content:"\00D7"}.tagify__tag__removeBtn:hover{color:#fff;background:#c77777;background:var(--tag-remove-btn-bg--hover)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div::before{box-shadow:0 0 0 1.1em rgba(211,148,148,.3) inset!important;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset!important;transition:.2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{display:block;min-width:110px;margin:5px;padding:.3em .5em;padding:var(--tag-pad,.3em .5em);line-height:inherit;position:relative;white-space:pre-line}.tagify__input::before{display:inline-block;width:0}.tagify__input:empty::before{transition:.2s ease-out;opacity:.5;transform:none;width:auto}.tagify__input:focus{outline:0}.tagify__input:focus::before{transition:.2s ease-out;opacity:0;transform:translatex(6px)}@supports (-moz-appearance:none){.tagify__input:focus::before{display:none}}.tagify__input:focus:empty::before{transition:.2s ease-out;opacity:.3;transform:none}@supports (-moz-appearance:none){.tagify__input:focus:empty::before{display:inline-block}}.tagify__input::before{content:attr(data-placeholder);line-height:1.8;position:absolute;top:0;z-index:1;color:#000;white-space:nowrap;pointer-events:none;opacity:0}.tagify--mix .tagify__input::before{position:static;line-height:inherit}@supports (-moz-appearance:none){.tagify__input::before{line-height:inherit;position:relative}}.tagify__input::after{content:attr(data-suggest);display:inline-block;white-space:pre;color:#000;opacity:.3;pointer-events:none;max-width:100px}.tagify__input .tagify__tag{margin:0}.tagify__input .tagify__tag>div{padding-top:0;padding-bottom:0}.tagify--mix{line-height:1.7}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:inherit}.tagify--mix .tagify__input::after{content:none}.tagify--select::after{content:'>';opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px monospace;line-height:8px;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]::after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select .tagify__tag{position:absolute;top:0;right:1.8em;bottom:0}.tagify--select .tagify__tag div{display:none}.tagify--select .tagify__input{width:100%}.tagify--invalid{--tags-border-color:#D39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(1px);overflow:hidden}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-2px)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1px;border-bottom-width:0}.tagify__dropdown--text{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown--text .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{max-height:300px;overflow:hidden;background:#fff;background:var(--tagify-dd-bg-color);border:1px solid #3595f6;border-color:var(--tagify-dd-color-primary);border-top-width:0;box-shadow:0 2px 4px -2px rgba(0,0,0,.2);transition:.25s cubic-bezier(0,1,.5,1)}.tagify__dropdown__wrapper:hover{overflow:auto}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:inherit;padding:.3em .5em;margin:1px;cursor:pointer;border-radius:2px;position:relative;outline:0}.tagify__dropdown__item--active{background:#3595f6;background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}
|
assets/img/bg-hero-support.svg
CHANGED
File without changes
|
assets/img/help/google-knowledge-graph-social.png
ADDED
Binary file
|
assets/img/index.php
CHANGED
File without changes
|
assets/img/logo-seopress.svg
CHANGED
File without changes
|
assets/index.php
CHANGED
File without changes
|
assets/js/index.php
CHANGED
File without changes
|
assets/js/seopress-analytics.js
CHANGED
File without changes
|
assets/js/seopress-analytics.min.js
CHANGED
File without changes
|
assets/js/seopress-block-editor.js
CHANGED
File without changes
|
assets/js/seopress-block-editor.min.js
CHANGED
File without changes
|
assets/js/seopress-cookies-ajax.js
CHANGED
File without changes
|
assets/js/seopress-cookies-ajax.min.js
CHANGED
File without changes
|
assets/js/seopress-cookies.js
CHANGED
File without changes
|
assets/js/seopress-cookies.min.js
CHANGED
File without changes
|
assets/js/seopress-counters.js
CHANGED
@@ -446,7 +446,7 @@ jQuery(document).ready(function(e) {
|
|
446 |
e("#seopress_cpt #seopress_robots_canonical_meta").attr("placeholder", s.data.canonical),
|
447 |
|
448 |
e("#seopress-analysis-tabs").load(" #seopress-analysis-tabs-1", '', sp_ca_toggle),
|
449 |
-
e(".analysis-score p").removeClass('loading'),
|
450 |
|
451 |
e(" #seopress_titles_title_counters_val").remove(),
|
452 |
e(" #seopress_titles_desc_counters_val").remove(),
|
446 |
e("#seopress_cpt #seopress_robots_canonical_meta").attr("placeholder", s.data.canonical),
|
447 |
|
448 |
e("#seopress-analysis-tabs").load(" #seopress-analysis-tabs-1", '', sp_ca_toggle),
|
449 |
+
e(".analysis-score p").removeClass('loading'),
|
450 |
|
451 |
e(" #seopress_titles_title_counters_val").remove(),
|
452 |
e(" #seopress_titles_desc_counters_val").remove(),
|
assets/js/seopress-counters.min.js
CHANGED
File without changes
|
assets/js/seopress-dashboard.js
CHANGED
File without changes
|
assets/js/seopress-dashboard.min.js
CHANGED
File without changes
|
assets/js/seopress-media-uploader.js
CHANGED
File without changes
|
assets/js/seopress-media-uploader.min.js
CHANGED
File without changes
|
assets/js/seopress-migrate.js
CHANGED
File without changes
|
assets/js/seopress-migrate.min.js
CHANGED
File without changes
|
assets/js/seopress-network-tabs.js
CHANGED
File without changes
|
assets/js/seopress-network-tabs.min.js
CHANGED
File without changes
|
assets/js/seopress-quick-edit.js
CHANGED
File without changes
|
assets/js/seopress-quick-edit.min.js
CHANGED
File without changes
|
assets/js/seopress-sitemap-ajax.js
CHANGED
File without changes
|
assets/js/seopress-sitemap-ajax.min.js
CHANGED
File without changes
|
assets/js/seopress-sitemap-video.js
CHANGED
File without changes
|
assets/js/seopress-sitemap-video.min.js
CHANGED
File without changes
|
assets/js/seopress-tabs.js
CHANGED
File without changes
|
assets/js/seopress-tabs.min.js
CHANGED
File without changes
|
assets/js/seopress-tabs2.js
CHANGED
File without changes
|
assets/js/seopress-tabs2.min.js
CHANGED
File without changes
|
assets/js/seopress-tabs3.js
CHANGED
File without changes
|
assets/js/seopress-tabs3.min.js
CHANGED
File without changes
|
assets/js/seopress-tabs4.js
CHANGED
File without changes
|
assets/js/seopress-tabs4.min.js
CHANGED
File without changes
|
assets/js/seopress-tabs5.js
CHANGED
File without changes
|
assets/js/seopress-tabs5.min.js
CHANGED
File without changes
|
assets/js/seopress-tabs6.js
CHANGED
File without changes
|
assets/js/seopress-tabs6.min.js
CHANGED
File without changes
|
assets/js/seopress-tabs7.js
CHANGED
File without changes
|
assets/js/seopress-tabs7.min.js
CHANGED
File without changes
|
assets/js/seopress-tabs8.js
CHANGED
File without changes
|
assets/js/seopress-tabs8.min.js
CHANGED
File without changes
|
assets/js/seopress-yoast-migrate.js
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(document).ready(function($) {
|
2 |
+
//Yoast SEO
|
3 |
+
$('#seopress-yoast-migrate').on('click', function(e) {
|
4 |
+
e.preventDefault();
|
5 |
+
self.process_offset( 0, self );
|
6 |
+
});
|
7 |
+
process_offset = function( offset, self ) {
|
8 |
+
$.ajax({
|
9 |
+
method : 'POST',
|
10 |
+
url : seopressAjaxMigrate.seopress_yoast_migrate.seopress_yoast_migration,
|
11 |
+
data : {
|
12 |
+
action: 'seopress_yoast_migration',
|
13 |
+
offset: offset,
|
14 |
+
_ajax_nonce: seopressAjaxMigrate.seopress_yoast_migrate.seopress_nonce,
|
15 |
+
},
|
16 |
+
success : function( data ) {
|
17 |
+
if( 'done' == data.data.offset ) {
|
18 |
+
$('#seopress-yoast-migrate').removeAttr("disabled");
|
19 |
+
$( '.spinner' ).css( "visibility", "hidden" );
|
20 |
+
$( '#yoast-migration-tool .log' ).html(seopressAjaxMigrate.i18n);
|
21 |
+
} else {
|
22 |
+
self.process_offset( parseInt( data.data.offset ), self );
|
23 |
+
}
|
24 |
+
},
|
25 |
+
});
|
26 |
+
};
|
27 |
+
$('#seopress-yoast-migrate').on('click', function() {
|
28 |
+
$(this).attr("disabled", "disabled");
|
29 |
+
$( '#yoast-migration-tool .spinner' ).css( "visibility", "visible" );
|
30 |
+
$( '#yoast-migration-tool .spinner' ).css( "float", "none" );
|
31 |
+
$( '#yoast-migration-tool .log' ).html('');
|
32 |
+
});
|
33 |
+
|
34 |
+
//All In One
|
35 |
+
$('#seopress-aio-migrate').on('click', function(e2) {
|
36 |
+
e2.preventDefault();
|
37 |
+
self.process_offset2( 0, self );
|
38 |
+
});
|
39 |
+
process_offset2 = function( offset2, self ) {
|
40 |
+
$.ajax({
|
41 |
+
method : 'POST',
|
42 |
+
url : seopressAjaxMigrate.seopress_aio_migrate.seopress_aio_migration,
|
43 |
+
data : {
|
44 |
+
action: 'seopress_aio_migration',
|
45 |
+
offset2: offset2,
|
46 |
+
_ajax_nonce: seopressAjaxMigrate.seopress_aio_migrate.seopress_nonce,
|
47 |
+
},
|
48 |
+
success : function( data ) {
|
49 |
+
if( 'done' == data.data.offset2 ) {
|
50 |
+
$('#seopress-aio-migrate').removeAttr("disabled");
|
51 |
+
$( '.spinner' ).css( "visibility", "hidden" );
|
52 |
+
$( '#aio-migration-tool .log' ).html(seopressAjaxMigrate.i18n);
|
53 |
+
} else {
|
54 |
+
self.process_offset2( parseInt( data.data.offset2 ), self );
|
55 |
+
}
|
56 |
+
},
|
57 |
+
});
|
58 |
+
};
|
59 |
+
|
60 |
+
$('#seopress-aio-migrate').on('click', function() {
|
61 |
+
$(this).attr("disabled", "disabled");
|
62 |
+
$( '#aio-migration-tool .spinner' ).css( "visibility", "visible" );
|
63 |
+
$( '#aio-migration-tool .spinner' ).css( "float", "none" );
|
64 |
+
$( '#aio-migration-tool .log' ).html('');
|
65 |
+
});
|
66 |
+
|
67 |
+
//SEO Framework
|
68 |
+
$('#seopress-seo-framework-migrate').on('click', function(e3) {
|
69 |
+
e3.preventDefault();
|
70 |
+
self.process_offset3( 0, self );
|
71 |
+
});
|
72 |
+
process_offset3 = function( offset3, self ) {
|
73 |
+
$.ajax({
|
74 |
+
method : 'POST',
|
75 |
+
url : seopressAjaxMigrate.seopress_seo_framework_migrate.seopress_seo_framework_migration,
|
76 |
+
data : {
|
77 |
+
action: 'seopress_seo_framework_migration',
|
78 |
+
offset3: offset3,
|
79 |
+
_ajax_nonce: seopressAjaxMigrate.seopress_seo_framework_migrate.seopress_nonce,
|
80 |
+
},
|
81 |
+
success : function( data ) {
|
82 |
+
if( 'done' == data.data.offset3 ) {
|
83 |
+
$('#seopress-seo-framework-migrate').removeAttr("disabled");
|
84 |
+
$( '.spinner' ).css( "visibility", "hidden" );
|
85 |
+
$( '#seo-framework-migration-tool .log' ).html(seopressAjaxMigrate.i18n);
|
86 |
+
} else {
|
87 |
+
self.process_offset3( parseInt( data.data.offset3 ), self );
|
88 |
+
}
|
89 |
+
},
|
90 |
+
});
|
91 |
+
};
|
92 |
+
|
93 |
+
$('#seopress-seo-framework-migrate').on('click', function() {
|
94 |
+
$(this).attr("disabled", "disabled");
|
95 |
+
$( '#seo-framework-migration-tool .spinner' ).css( "visibility", "visible" );
|
96 |
+
$( '#seo-framework-migration-tool .spinner' ).css( "float", "none" );
|
97 |
+
$( '#seo-framework-migration-tool .log' ).html('');
|
98 |
+
});
|
99 |
+
|
100 |
+
//RK
|
101 |
+
$('#seopress-rk-migrate').on('click', function(e4) {
|
102 |
+
e4.preventDefault();
|
103 |
+
self.process_offset4( 0, self );
|
104 |
+
});
|
105 |
+
process_offset4 = function( offset4, self ) {
|
106 |
+
$.ajax({
|
107 |
+
method : 'POST',
|
108 |
+
url : seopressAjaxMigrate.seopress_rk_migrate.seopress_rk_migration,
|
109 |
+
data : {
|
110 |
+
action: 'seopress_rk_migration',
|
111 |
+
offset4: offset4,
|
112 |
+
_ajax_nonce: seopressAjaxMigrate.seopress_rk_migrate.seopress_nonce,
|
113 |
+
},
|
114 |
+
success : function( data ) {
|
115 |
+
if( 'done' == data.data.offset4 ) {
|
116 |
+
$('#seopress-rk-migrate').removeAttr("disabled");
|
117 |
+
$( '.spinner' ).css( "visibility", "hidden" );
|
118 |
+
$( '#rk-migration-tool .log' ).html(seopressAjaxMigrate.i18n);
|
119 |
+
} else {
|
120 |
+
self.process_offset4( parseInt( data.data.offset4 ), self );
|
121 |
+
}
|
122 |
+
},
|
123 |
+
});
|
124 |
+
};
|
125 |
+
|
126 |
+
$('#seopress-rk-migrate').on('click', function() {
|
127 |
+
$(this).attr("disabled", "disabled");
|
128 |
+
$( '#rk-migration-tool .spinner' ).css( "visibility", "visible" );
|
129 |
+
$( '#rk-migration-tool .spinner' ).css( "float", "none" );
|
130 |
+
$( '#rk-migration-tool .log' ).html('');
|
131 |
+
});
|
132 |
+
});
|
assets/js/tagify.min.js
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Tagify (v 3.2.6)- tags input component
|
3 |
+
* By Yair Even-Or
|
4 |
+
* Don't sell this code. (c)
|
5 |
+
* https://github.com/yairEO/tagify
|
6 |
+
*/
|
7 |
+
!function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?module.exports=e():t.Tagify=e()}(this,function(){"use strict";function u(t){return function(t){if(Array.isArray(t)){for(var e=0,i=new Array(t.length);e<t.length;e++)i[e]=t[e];return i}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function s(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),i.push.apply(i,s)}return i}function g(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?s(i,!0).forEach(function(t){n(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):s(i).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}function n(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function t(t,e){if(!t)return console.warn("Tagify: ","invalid input element ",t),this;this.applySettings(t,e||{}),this.state={editing:{},actions:{},dropdown:{}},this.value=[],this.listeners={},this.DOM={},this.extend(this,new this.EventDispatcher(this)),this.build(t),this.getCSSVars(),this.loadOriginalValues(),this.events.customBinding.call(this),this.events.binding.call(this),t.autofocus&&this.DOM.input.focus()}return t.prototype={isIE:window.document.documentMode,TEXTS:{empty:"empty",exceed:"number of tags exceeded",pattern:"pattern mismatch",duplicate:"already exists",notAllowed:"not allowed"},DEFAULTS:{delimiters:",",pattern:null,maxTags:1/0,callbacks:{},addTagOnBlur:!0,duplicates:!1,whitelist:[],blacklist:[],enforceWhitelist:!1,keepInvalidTags:!1,mixTagsAllowedAfter:/,|\.|\:|\s/,mixTagsInterpolator:["[[","]]"],backspace:!0,skipInvalid:!1,editTags:2,transformTag:function(){},autoComplete:{enabled:!0,rightKey:!1},dropdown:{classname:"",enabled:2,maxItems:10,searchKeys:[],fuzzySearch:!0,highlightFirst:!1,closeOnSelect:!0,position:"all"}},templates:{wrapper:function(t,e){return'<tags class="tagify '.concat(e.mode?"tagify--"+e.mode:""," ").concat(t.className,'"\n ').concat(e.readonly?'readonly aria-readonly="true"':'aria-haspopup="listbox" aria-expanded="false"','\n role="tagslist"\n tabIndex="-1">\n <span contenteditable data-placeholder="').concat(e.placeholder||"​",'" aria-placeholder="').concat(e.placeholder||"",'"\n class="tagify__input"\n role="textbox"\n aria-controls="dropdown"\n aria-autocomplete="both"\n aria-multiline="').concat("mix"==e.mode,'"></span>\n </tags>')},tag:function(t,e){return"<tag title='".concat(e.title||t,"'\n contenteditable='false'\n spellcheck='false'\n tabIndex=\"-1\"\n class='tagify__tag ").concat(e.class?e.class:"","'\n ").concat(this.getAttributes(e),">\n <x title='' class='tagify__tag__removeBtn' role='button' aria-label='remove tag'></x>\n <div>\n <span class='tagify__tag-text'>").concat(t,"</span>\n </div>\n </tag>")},dropdownItem:function(t){var e=this.settings.dropdown.mapValueTo,i=((e?"function"==typeof e?e(t):t[e]:t.value)||t.value||t).replace(/`|'/g,"'");return"<div ".concat(this.getAttributes(t),"\n class='tagify__dropdown__item ").concat(t.class?t.class:"",'\'\n tabindex="0"\n role="option"\n aria-labelledby="dropdown-label">').concat(i,"</div>")}},customEventsList:["add","remove","invalid","input","click","keydown","focus","blur","edit:input","edit:updated","edit:start","edit:keydown","dropdown:show","dropdown:hide","dropdown:select"],applySettings:function(i,t){var s=this;if(this.DEFAULTS.templates=this.templates,this.settings=this.extend({},this.DEFAULTS,t),this.settings.readonly=i.hasAttribute("readonly"),this.settings.placeholder=i.getAttribute("placeholder")||this.settings.placeholder||"",this.isIE&&(this.settings.autoComplete=!1),["whitelist","blacklist"].forEach(function(t){var e=i.getAttribute("data-"+t);e&&(e=e.split(s.settings.delimiters))instanceof Array&&(s.settings[t]=e)}),"autoComplete"in t&&!this.isObject(t.autoComplete)&&(this.settings.autoComplete=this.DEFAULTS.autoComplete,this.settings.autoComplete.enabled=t.autoComplete),i.pattern)try{this.settings.pattern=new RegExp(i.pattern)}catch(t){}if(this.settings.delimiters)try{this.settings.delimiters=new RegExp(this.settings.delimiters,"g")}catch(t){}"select"==this.settings.mode&&(this.settings.dropdown.enabled=0),"mix"==this.settings.mode&&(this.settings.autoComplete.rightKey=!0)},getAttributes:function(t){if("[object Object]"!=Object.prototype.toString.call(t))return"";var e,i,s=Object.keys(t),n="";for(i=s.length;i--;)"class"!=(e=s[i])&&t.hasOwnProperty(e)&&t[e]&&(n+=" "+e+(t[e]?'="'.concat(t[e],'"'):""));return n},parseHTML:function(t){return(new DOMParser).parseFromString(t.trim(),"text/html").body.firstElementChild},escapeHTML:function(t){var e=document.createTextNode(t),i=document.createElement("p");return i.appendChild(e),i.innerHTML},getCaretGlobalPosition:function(){var t=document.getSelection();if(t.rangeCount){var e,i,s=t.getRangeAt(0),n=s.startContainer,a=s.startOffset;if(0<a)return(i=document.createRange()).setStart(n,a-1),i.setEnd(n,a),{left:(e=i.getBoundingClientRect()).right,top:e.top,bottom:e.bottom}}return{left:-9999,top:-9999}},getCSSVars:function(){var t,e,i,s=getComputedStyle(this.DOM.scope,null);this.CSSVars={tagHideTransition:(t=function(t){if(!t)return{};var e=(t=t.trim().split(" ")[0]).split(/\d+/g).filter(function(t){return t}).pop().trim();return{value:+t.split(e).filter(function(t){return t})[0].trim(),unit:e}}((i="tag-hide-transition",s.getPropertyValue("--"+i))),e=t.value,"s"==t.unit?1e3*e:e)}},build:function(t){var e=this.DOM,i=this.settings.templates.wrapper(t,this.settings);e.originalInput=t,e.scope=this.parseHTML(i),e.input=e.scope.querySelector("[contenteditable]"),t.parentNode.insertBefore(e.scope,t),0<=this.settings.dropdown.enabled&&this.dropdown.init.call(this)},destroy:function(){this.DOM.scope.parentNode.removeChild(this.DOM.scope),this.dropdown.hide.call(this,!0)},loadOriginalValues:function(t){if(t=t||this.DOM.originalInput.value)if(this.removeAllTags(),"mix"==this.settings.mode)this.parseMixTags(t.trim());else{try{"string"!=typeof JSON.parse(t)&&(t=JSON.parse(t))}catch(t){}this.addTags(t).forEach(function(t){return t&&t.classList.add("tagify--noAnim")})}},isObject:function(t){var e=Object.prototype.toString.call(t).split(" ")[1].slice(0,-1);return t===Object(t)&&"Array"!=e&&"Function"!=e&&"RegExp"!=e&&"HTMLUnknownElement"!=e},extend:function(t,e,i){var s=this;function n(t,e){for(var i in e)e.hasOwnProperty(i)&&(s.isObject(e[i])?s.isObject(t[i])?n(t[i],e[i]):t[i]=Object.assign({},e[i]):t[i]=e[i])}return t instanceof Object||(t={}),n(t,e),i&&n(t,i),t},cloneEvent:function(t){var e={};for(var i in t)e[i]=t[i];return e},EventDispatcher:function(s){var n=document.createTextNode("");function i(e,t,i){i&&t.split(/\s+/g).forEach(function(t){return n[e+"EventListener"].call(n,t,i)})}this.off=function(t,e){return i("remove",t,e),this},this.on=function(t,e){return e&&"function"==typeof e&&i("add",t,e),this},this.trigger=function(t,e){var i;if(t)if(s.settings.isJQueryPlugin)"remove"==t&&(t="removeTag"),jQuery(s.DOM.originalInput).triggerHandler(t,[e]);else{try{i=new CustomEvent(t,{detail:this.extend({},e,{tagify:this})})}catch(t){console.warn(t)}n.dispatchEvent(i)}}},loading:function(t){return this.DOM.scope.classList[t?"add":"remove"]("tagify--loading"),this},toggleFocusClass:function(t){this.DOM.scope.classList.toggle("tagify--focus",!!t)},events:{customBinding:function(){var e=this;this.customEventsList.forEach(function(t){e.on(t,e.settings.callbacks[t])})},binding:function(t){var e,i=!(0<arguments.length&&void 0!==t)||t,s=this.events.callbacks,n=i?"addEventListener":"removeEventListener";if(!this.state.mainEvents||!i)for(var a in(this.state.mainEvents=i)&&!this.listeners.main&&(this.DOM.input.addEventListener(this.isIE?"keydown":"input",s[this.isIE?"onInputIE":"onInput"].bind(this)),this.settings.isJQueryPlugin&&jQuery(this.DOM.originalInput).on("tagify.removeAllTags",this.removeAllTags.bind(this))),e=this.listeners.main=this.listeners.main||{focus:["input",s.onFocusBlur.bind(this)],blur:["input",s.onFocusBlur.bind(this)],keydown:["input",s.onKeydown.bind(this)],click:["scope",s.onClickScope.bind(this)],dblclick:["scope",s.onDoubleClickScope.bind(this)]}){if("blur"==a&&!i)return;this.DOM[e[a][0]][n](a,e[a][1])}},callbacks:{onFocusBlur:function(t){var e=t.target?t.target.textContent.trim():"",i=this.settings,s=t.type;if(!(t.relatedTarget&&t.relatedTarget.classList.contains("tagify__tag")&&this.DOM.scope.contains(t.relatedTarget))){if("blur"==s&&t.relatedTarget===this.DOM.scope)return this.dropdown.hide.call(this),void this.DOM.input.focus();if(!this.state.actions.selectOption||!i.dropdown.enabled&&i.dropdown.closeOnSelect)if(this.state.hasFocus="focus"==s&&+new Date,this.toggleFocusClass(this.state.hasFocus),this.setRangeAtStartEnd(!1),"mix"!=i.mode){if("focus"==s)return this.trigger("focus",{relatedTarget:t.relatedTarget}),void(0===i.dropdown.enabled&&"select"!=i.mode&&this.dropdown.show.call(this));"blur"==s&&(this.trigger("blur",{relatedTarget:t.relatedTarget}),this.loading(!1),e&&!this.state.actions.selectOption&&i.addTagOnBlur&&this.addTags(e,!0)),this.DOM.input.removeAttribute("style"),this.dropdown.hide.call(this)}else"blur"==t.type&&this.dropdown.hide.call(this)}},onKeydown:function(t){var e,i=this,s=t.target.textContent.trim();if(this.trigger("keydown",{originalEvent:this.cloneEvent(t)}),"mix"==this.settings.mode){switch(t.key){case"Left":case"ArrowLeft":this.state.actions.ArrowLeft=!0;break;case"Delete":case"Backspace":var n=document.getSelection();!!navigator.userAgent.match(/firefox/i)&&n&&0==n.anchorOffset&&this.removeTag(n.anchorNode.previousSibling);var a=[];e=this.DOM.input.children,setTimeout(function(){[].forEach.call(e,function(t){return a.push(t.getAttribute("value"))}),i.value=i.value.filter(function(t){return-1!=a.indexOf(t.value)})})}return!0}switch(t.key){case"Backspace":""!=s&&8203!=s.charCodeAt(0)||(!0===this.settings.backspace?this.removeTag():"edit"==this.settings.backspace&&setTimeout(this.editTag.bind(this),0));break;case"Esc":case"Escape":if(this.state.dropdown.visible)return;t.target.blur();break;case"Down":case"ArrowDown":this.state.dropdown.visible||this.dropdown.show.call(this);break;case"ArrowRight":var o=this.state.inputSuggestion||this.state.ddItemData;if(o&&this.settings.autoComplete.rightKey)return void this.addTags([o],!0);break;case"Tab":if(!s)return!0;case"Enter":t.preventDefault(),setTimeout(function(){i.state.actions.selectOption||i.addTags(s,!0)})}},onInput:function(t){var e="mix"==this.settings.mode?this.DOM.input.textContent:this.input.normalize.call(this),i=e.length>=this.settings.dropdown.enabled,s={value:e,inputElm:this.DOM.input};if("mix"==this.settings.mode)return this.events.callbacks.onMixTagsInput.call(this,t);e?this.input.value!=e&&(s.isValid=this.validateTag(e),this.trigger("input",s),this.input.set.call(this,e,!1),-1!=e.search(this.settings.delimiters)?this.addTags(e)&&this.input.set.call(this):0<=this.settings.dropdown.enabled&&this.dropdown[i?"show":"hide"].call(this,e)):this.input.set.call(this,"")},onMixTagsInput:function(){var t,e,i,s,n,a=this,o=this.settings;if(this.hasMaxTags())return!0;window.getSelection&&0<(t=window.getSelection()).rangeCount&&((e=t.getRangeAt(0).cloneRange()).collapse(!0),e.setStart(window.getSelection().focusNode,0),(s=(i=e.toString().split(o.mixTagsAllowedAfter))[i.length-1].match(o.pattern))&&(this.state.actions.ArrowLeft=!1,this.state.tag={prefix:s[0],value:s.input.split(s[0])[1]},n=this.state.tag.value.length>=o.dropdown.enabled)),this.update(),setTimeout(function(){a.trigger("input",a.extend({},a.state.tag,{textContent:a.DOM.input.textContent})),a.state.tag&&a.dropdown[n?"show":"hide"].call(a,a.state.tag.value)},10)},onInputIE:function(t){var e=this;setTimeout(function(){e.events.callbacks.onInput.call(e,t)})},onClickScope:function(t){var e,i=t.target.closest(".tagify__tag"),s=this.settings,n=new Date-this.state.hasFocus;if(t.target!=this.DOM.scope){if(!t.target.classList.contains("tagify__tag__removeBtn"))return i?(e=this.getNodeIndex(i),this.trigger("click",{tag:i,index:e,data:this.value[e],originalEvent:this.cloneEvent(t)}),void(1==this.settings.editTags&&this.events.callbacks.onDoubleClickScope.call(this,t))):void(t.target==this.DOM.input&&500<n?this.state.dropdown.visible?this.dropdown.hide.call(this):0===s.dropdown.enabled&&"mix"!=s.mode&&this.dropdown.show.call(this):"select"==s.mode&&(this.state.dropdown.visible||this.dropdown.show.call(this)));this.removeTag(t.target.parentNode)}else this.DOM.input.focus()},onEditTagInput:function(t,e){var i=t.closest("tag"),s=this.getNodeIndex(i),n=this.input.normalize.call(this,t),a=n.toLowerCase()==t.originalValue.toLowerCase()||this.validateTag(n);i.classList.toggle("tagify--invalid",!0!==a),i.isValid=a,n.length>=this.settings.dropdown.enabled&&(this.state.editing.value=n,this.dropdown.show.call(this,n)),this.trigger("edit:input",{tag:i,index:s,data:this.extend({},this.value[s],{newValue:n}),originalEvent:this.cloneEvent(e)})},onEditTagBlur:function(t){if(this.state.hasFocus||this.toggleFocusClass(),this.DOM.scope.contains(t)){var e=t.closest(".tagify__tag"),i=this.getNodeIndex(e),s=this.input.normalize.call(this,t),n=s||t.originalValue,a=n!=t.originalValue,o=e.isValid,r=g({},this.value[i],{value:n});s?a?(this.settings.transformTag.call(this,r),void 0!==(o=this.validateTag(r.value))&&!0!==o||this.onEditTagDone(e,r)):this.onEditTagDone(e):this.removeTag(e)}},onEditTagkeydown:function(t){switch(this.trigger("edit:keydown",{originalEvent:this.cloneEvent(t)}),t.key){case"Esc":case"Escape":t.target.textContent=t.target.originalValue;case"Enter":case"Tab":t.preventDefault(),t.target.blur()}},onDoubleClickScope:function(t){var e,i,s=t.target.closest("tag"),n=this.settings;s&&(e=s.classList.contains("tagify__tag--editable"),i=s.hasAttribute("readonly"),"select"==n.mode||n.readonly||e||i||!this.settings.editTags||this.editTag(s),this.toggleFocusClass(!0))}}},editTag:function(t){var e=this,i=0<arguments.length&&void 0!==t?t:this.getLastTag(),s=i.querySelector(".tagify__tag-text"),n=this.getNodeIndex(i),a=this.value[n],o=this.events.callbacks,r=this;if(s){if(!("editable"in a)||a.editable)return i.classList.add("tagify__tag--editable"),s.originalValue=s.textContent,s.setAttribute("contenteditable",!0),s.addEventListener("blur",function(){setTimeout(o.onEditTagBlur.bind(r),0,s)}),s.addEventListener("input",o.onEditTagInput.bind(this,s)),s.addEventListener("keydown",function(t){return o.onEditTagkeydown.call(e,t)}),s.focus(),this.setRangeAtStartEnd(!1,s),this.state.editing={scope:i,input:i.querySelector("[contenteditable]")},this.trigger("edit:start",{tag:i,index:n,data:a}),this}else console.warn("Cannot find element in Tag template: ",".tagify__tag-text")},onEditTagDone:function(t,e){var i={tag:t,index:this.getNodeIndex(t),data:e};this.trigger("edit:beforeUpdate",i),this.replaceTag(t,e),this.trigger("edit:updated",i)},replaceTag:function(t,e){var i=this,s=t.querySelector(".tagify__tag-text"),n=s.cloneNode(!0),a=this.getNodeIndex(t);this.state.editing.locked||(this.state.editing={locked:!0},setTimeout(function(){return delete i.state.editing.locked},500),n.removeAttribute("contenteditable"),t.classList.remove("tagify__tag--editable"),s.parentNode.replaceChild(n,s),e&&(n.innerHTML=e.value,n.title=e.value,this.value[a]=e,this.update()))},setRangeAtStartEnd:function(e,i){i=(i=i||this.DOM.input).lastChild||i;var s=document.getSelection();s.rangeCount&&["Start","End"].forEach(function(t){return s.getRangeAt(0)["set"+t](i,e?0:i.length)})},input:{value:"",set:function(t,e){var i=0<arguments.length&&void 0!==t?t:"",s=!(1<arguments.length&&void 0!==e)||e,n=this.settings.dropdown.closeOnSelect;this.input.value=i,s&&(this.DOM.input.innerHTML=i),!i&&n&&setTimeout(this.dropdown.hide.bind(this),20),this.input.autocomplete.suggest.call(this),this.input.validate.call(this)},validate:function(){var t=!this.input.value||this.validateTag(this.input.value);"select"==this.settings.mode?this.DOM.scope.classList.toggle("tagify--invalid",!0!==t):this.DOM.input.classList.toggle("tagify__input--invalid",!0!==t)},normalize:function(t){var e=t||this.DOM.input,i=[];e.childNodes.forEach(function(t){return 3==t.nodeType&&i.push(t.nodeValue)}),i=i.join("\n");try{i=i.replace(/(?:\r\n|\r|\n)/g,this.settings.delimiters.source.charAt(0))}catch(t){}return i=i.replace(/\s/g," ").replace(/^\s+/,"")},autocomplete:{suggest:function(t){if(this.settings.autoComplete.enabled){"string"==typeof(t=t||{})&&(t={value:t});var e=t.value||"",i=e.substr(0,this.input.value.length).toLowerCase(),s=e.substring(this.input.value.length);e&&this.input.value&&i==this.input.value.toLowerCase()?(this.DOM.input.setAttribute("data-suggest",s),this.state.inputSuggestion=t):(this.DOM.input.removeAttribute("data-suggest"),delete this.state.inputSuggestion)}},set:function(t){var e=this.DOM.input.getAttribute("data-suggest"),i=t||(e?this.input.value+e:null);return!!i&&("mix"==this.settings.mode?this.replaceTextWithNode(document.createTextNode(this.state.tag.prefix+i)):(this.input.set.call(this,i),this.setRangeAtStartEnd()),this.input.autocomplete.suggest.call(this),this.dropdown.hide.call(this),!0)}}},getNodeIndex:function(t){var e=0;if(t)for(;t=t.previousElementSibling;)e++;return e},getTagElms:function(){return this.DOM.scope.querySelectorAll(".tagify__tag")},getLastTag:function(){var t=this.DOM.scope.querySelectorAll("tag:not(.tagify--hide):not([readonly])");return t[t.length-1]},isTagDuplicate:function(e){var i=this;return"select"!=this.settings.mode&&this.value.some(function(t){return i.isObject(e)?JSON.stringify(t).toLowerCase()===JSON.stringify(e).toLowerCase():e.trim().toLowerCase()===t.value.toLowerCase()})},getTagIndexByValue:function(i){var s=[];return this.getTagElms().forEach(function(t,e){t.textContent.trim().toLowerCase()==i.toLowerCase()&&s.push(e)}),s},getTagElmByValue:function(t){var e=this.getTagIndexByValue(t)[0];return this.getTagElms()[e]},markTagByValue:function(t,e){return!!(e=e||this.getTagElmByValue(t))&&(e.classList.add("tagify--mark"),e)},isTagBlacklisted:function(e){return e=e.toLowerCase().trim(),this.settings.blacklist.filter(function(t){return e==t.toLowerCase()}).length},isTagWhitelisted:function(e){return this.settings.whitelist.some(function(t){return"string"==typeof e?e.trim().toLowerCase()===(t.value||t).toLowerCase():JSON.stringify(t).toLowerCase()===JSON.stringify(e).toLowerCase()})},validateTag:function(t){var e=t.trim(),i=this.settings,s=!0;return e?i.pattern&&!i.pattern.test(e)?s=this.TEXTS.pattern:!i.duplicates&&this.isTagDuplicate(e)?s=this.TEXTS.duplicate:(this.isTagBlacklisted(e)||i.enforceWhitelist&&!this.isTagWhitelisted(e))&&(s=this.TEXTS.notAllowed):s=this.TEXTS.empty,s},hasMaxTags:function(){return this.value.length>=this.settings.maxTags&&this.TEXTS.exceed},normalizeTags:function(t){function i(t){return t.split(a).filter(function(t){return t}).map(function(t){return{value:t.trim()}})}var e,s=this.settings,n=s.whitelist,a=s.delimiters,o=s.mode,r=!!n&&n[0]instanceof Object,l=t instanceof Array,d=l&&t[0]instanceof Object&&"value"in t[0],c=[];if(d)return t=(e=[]).concat.apply(e,u(t.map(function(e){return i(e.value).map(function(t){return g({},e,{},t)})})));if("number"==typeof t&&(t=t.toString()),"string"==typeof t){if(!t.trim())return[];t=i(t)}else if(l){var h;t=(h=[]).concat.apply(h,u(t.map(function(t){return i(t)})))}return r&&(t.forEach(function(e){var t=n.filter(function(t){return t.value.toLowerCase()==e.value.toLowerCase()});t[0]?c.push(t[0]):"mix"!=o&&c.push(e)}),t=c),t},parseMixTags:function(t){var o=this,e=this.settings,r=e.mixTagsInterpolator,l=e.duplicates,d=e.transformTag,c=e.enforceWhitelist;return t=t.split(r[0]).map(function(t,e){var i,s,n=t.split(r[1]),a=n[0];try{i=JSON.parse(a)}catch(t){i=o.normalizeTags(a)[0]}if(!(1<n.length)||c&&!o.isTagWhitelisted(i.value)||!l&&o.isTagDuplicate(i)){if(t)return e?r[0]+t:t}else d.call(o,i),s=o.createTagElem(i),n[0]=s.outerHTML,o.value.push(i);return n.join("")}).join(""),this.DOM.input.innerHTML=t,this.DOM.input.appendChild(document.createTextNode("")),this.update(),t},replaceTextWithNode:function(t,e){if(this.state.tag||e){e=e||this.state.tag.prefix+this.state.tag.value;var i,s,n=window.getSelection(),a=n.anchorNode;return a.splitText(n.anchorOffset),i=a.nodeValue.lastIndexOf(e),(s=a.splitText(i)).nodeValue=s.nodeValue.replace(e,""),a.parentNode.insertBefore(t,s),this.DOM.input.normalize(),s}},selectTag:function(t,e){return this.input.set.call(this,e.value,!0),setTimeout(this.setRangeAtStartEnd.bind(this)),this.getLastTag()?this.replaceTag(this.getLastTag(),e):this.appendTag(t),this.value[0]=e,this.trigger("add",{tag:t,data:e}),this.update(),[t]},addEmptyTag:function(){var t={value:""},e=this.createTagElem(t);this.appendTag(e),this.value.push(t),this.update(),this.editTag(e)},addTags:function(t,e,i){var s,n=this,a=2<arguments.length&&void 0!==i?i:this.settings.skipInvalid,o=[],r=this.settings;return t&&0!=t.length?(t=this.normalizeTags(t),this.state.editing.scope?this.onEditTagDone(this.state.editing.scope,t[0]):"mix"==r.mode?(r.transformTag.call(this,t[0]),s=this.createTagElem(t[0]),this.replaceTextWithNode(s)||this.DOM.input.appendChild(s),this.DOM.input.appendChild(document.createTextNode("")),t[0].prefix=t[0].prefix||this.state.tag?this.state.tag.prefix:(r.pattern.source||r.pattern)[0],this.value.push(t[0]),this.update(),this.state.tag=null,this.trigger("add",this.extend({},{tag:s},{data:t[0]})),this.DOM.input.appendChild(document.createTextNode("")),s):("select"==r.mode&&(e=!1),this.DOM.input.removeAttribute("style"),t.forEach(function(t){var e,i,s={};if(t=Object.assign({},t),r.transformTag.call(n,t),!0!==(e=n.hasMaxTags()||n.validateTag(t.value))){if(a)return;s["aria-invalid"]=!0,s.class=(t.class||"")+" tagify--notAllowed",s.title=e,n.markTagByValue(t.value)}if(s.role="tag",t.readonly&&(s["aria-readonly"]=!0),i=n.createTagElem(n.extend({},t,s)),o.push(i),"select"==r.mode)return n.selectTag(i,t);n.appendTag(i),!0===e?(n.value.push(t),n.update(),n.trigger("add",{tag:i,index:n.value.length-1,data:t})):(n.trigger("invalid",{data:t,index:n.value.length,tag:i,message:e}),r.keepInvalidTags||setTimeout(function(){return n.removeTag(i,!0)},1e3)),n.dropdown.position.call(n)}),t.length&&e&&this.input.set.call(this),this.dropdown.refilter.call(this),o)):("select"==r.mode&&this.removeAllTags(),o)},appendTag:function(t){var e=this.DOM.scope.lastElementChild;e===this.DOM.input?this.DOM.scope.insertBefore(t,e):this.DOM.scope.appendChild(t)},minify:function(t){return t?t.replace(/\>[\r\n ]+\</g,"><").replace(/(<.*?>)|\s+/g,function(t,e){return e||" "}):""},createTagElem:function(t){var e=this.escapeHTML(t.value),i=this.settings.templates.tag.call(this,e,t);return this.settings.readonly&&(t.readonly=!0),i=this.minify(i),this.parseHTML(i)},removeTag:function(t,e,i){if(t=t||this.getLastTag(),i=i||this.CSSVars.tagHideTransition,"string"==typeof t&&(t=this.getTagElmByValue(t)),t instanceof HTMLElement){var s,n=this,a=this.getNodeIndex(t);"select"==this.settings.mode&&(i=0,this.input.set.call(this)),t.classList.contains("tagify--notAllowed")&&(e=!0),i&&10<i?(t.style.width=parseFloat(window.getComputedStyle(t).width)+"px",document.body.clientTop,t.classList.add("tagify--hide"),setTimeout(o,i)):o()}function o(){t.parentNode&&(t.parentNode.removeChild(t),e?n.settings.keepInvalidTags&&n.trigger("remove",{tag:t,index:a}):(s=n.value.splice(a,1)[0],n.update(),n.trigger("remove",{tag:t,index:a,data:s}),n.dropdown.refilter.call(n),n.dropdown.position.call(n)))}},removeAllTags:function(){this.value=[],this.update(),Array.prototype.slice.call(this.getTagElms()).forEach(function(t){return t.parentNode.removeChild(t)}),this.dropdown.position.call(this),"select"==this.settings.mode&&this.input.set.call(this)},preUpdate:function(){this.DOM.scope.classList.toggle("tagify--hasMaxTags",this.value.length>=this.settings.maxTags),this.DOM.scope.classList.toggle("tagify--noTags",!this.value.length)},update:function(){this.preUpdate(),this.DOM.originalInput.value="mix"==this.settings.mode?this.getMixedTagsAsString():this.value.length?JSON.stringify(this.value):""},getMixedTagsAsString:function(){var e=this,i="",s=0,n=this.settings.mixTagsInterpolator;return this.DOM.input.childNodes.forEach(function(t){1==t.nodeType&&t.classList.contains("tagify__tag")?i+=n[0]+JSON.stringify(e.value[s++])+n[1]:i+=t.textContent}),i},getNodeHeight:function(t){var e,i=t.cloneNode(!0);return i.style.cssText="position:fixed; top:-9999px; opacity:0",document.body.appendChild(i),e=i.clientHeight,i.parentNode.removeChild(i),e},dropdown:{init:function(){this.DOM.dropdown=this.dropdown.build.call(this),this.DOM.dropdown.content=this.DOM.dropdown.querySelector(".tagify__dropdown__wrapper")},build:function(){var t=this.settings.dropdown,e=t.position,i=t.classname,s="".concat("manual"==e?"":"tagify__dropdown tagify__dropdown--".concat(e)," ").concat(i).trim();return this.parseHTML('<div class="'.concat(s,'" role="listbox" aria-labelledby="dropdown">\n <div class="tagify__dropdown__wrapper"></div>\n </div>'))},show:function(t){var e,i,s,n,a=this,o=this.settings,r="manual"==o.dropdown.position;if(o.whitelist&&o.whitelist.length&&!1!==o.dropdown.enable){if(this.suggestedListItems=this.dropdown.filterListItems.call(this,t),!this.suggestedListItems.length)return this.input.autocomplete.suggest.call(this),void this.dropdown.hide.call(this);s=(i=this.suggestedListItems[0]).value||i,o.autoComplete&&0==s.indexOf(t)&&this.input.autocomplete.suggest.call(this,i),e=this.dropdown.createListHTML.call(this,this.suggestedListItems),this.DOM.dropdown.content.innerHTML=this.minify(e),(o.enforceWhitelist&&!r||o.dropdown.highlightFirst)&&this.dropdown.highlightOption.call(this,this.DOM.dropdown.content.children[0]),this.DOM.scope.setAttribute("aria-expanded",!0),this.trigger("dropdown:show",this.DOM.dropdown),this.state.dropdown.visible=t||!0,this.dropdown.position.call(this),document.body.contains(this.DOM.dropdown)||(r||(this.events.binding.call(this,!1),n=this.getNodeHeight(this.DOM.dropdown),this.DOM.dropdown.classList.add("tagify__dropdown--initial"),this.dropdown.position.call(this,n),document.body.appendChild(this.DOM.dropdown),setTimeout(function(){return a.DOM.dropdown.classList.remove("tagify__dropdown--initial")})),setTimeout(this.dropdown.events.binding.bind(this)))}},hide:function(t){var e=this.DOM,i=e.scope,s=e.dropdown,n="manual"==this.settings.dropdown.position&&!t;s&&document.body.contains(s)&&!n&&(window.removeEventListener("resize",this.dropdown.position),this.dropdown.events.binding.call(this,!1),setTimeout(this.events.binding.bind(this),250),i.setAttribute("aria-expanded",!1),s.parentNode.removeChild(s),this.state.dropdown.visible=!1,this.state.ddItemData=null,this.state.ddItemElm=null,this.trigger("dropdown:hide",s))},refilter:function(){this.suggestedListItems=this.dropdown.filterListItems.call(this,"");var t=this.dropdown.createListHTML.call(this,this.suggestedListItems);this.DOM.dropdown.content.innerHTML=this.minify(t)},position:function(t){var e,i,s,n,a,o,r=this.DOM.dropdown;this.state.dropdown.visible&&(o="text"==this.settings.dropdown.position?(n=(i=this.getCaretGlobalPosition()).bottom,s=i.top,a=i.left,"auto"):(s=(i=this.DOM.scope.getBoundingClientRect()).top,n=i.bottom-1,a=i.left,i.width+"px"),s=Math.floor(s),n=Math.ceil(n),e=document.documentElement.clientHeight-n<(t||r.clientHeight),r.style.cssText="left:"+(a+window.pageXOffset)+"px; width:"+o+";"+(e?"bottom:"+(document.documentElement.clientHeight-s-window.pageYOffset-2)+"px;":"top: "+(n+window.pageYOffset)+"px"),r.setAttribute("placement",e?"top":"bottom"))},events:{binding:function(t){var e=!(0<arguments.length&&void 0!==t)||t,i=this.dropdown.events.callbacks,s=this.listeners.dropdown=this.listeners.dropdown||{position:this.dropdown.position.bind(this),onKeyDown:i.onKeyDown.bind(this),onMouseOver:i.onMouseOver.bind(this),onMouseLeave:i.onMouseLeave.bind(this),onClick:i.onClick.bind(this)},n=e?"addEventListener":"removeEventListener";"manual"!=this.settings.dropdown.position&&(window[n]("resize",s.position),window[n]("keydown",s.onKeyDown)),this.DOM.dropdown[n]("mouseover",s.onMouseOver),this.DOM.dropdown[n]("mouseleave",s.onMouseLeave),this.DOM.dropdown[n]("mousedown",s.onClick),this.DOM[this.listeners.main.click[0]][n]("click",this.listeners.main.click[1])},callbacks:{onKeyDown:function(t){var e=this.DOM.dropdown.querySelector("[class$='--active']"),i=e;switch(t.key){case"ArrowDown":case"ArrowUp":case"Down":case"Up":var s;t.preventDefault(),i=(i=i&&i[("ArrowUp"==t.key||"Up"==t.key?"previous":"next")+"ElementSibling"])||(s=this.DOM.dropdown.content.children)["ArrowUp"==t.key||"Up"==t.key?s.length-1:0],this.dropdown.highlightOption.call(this,i,!0);break;case"Escape":case"Esc":this.dropdown.hide.call(this);break;case"ArrowRight":if(this.state.actions.ArrowLeft)return;case"Tab":if(t.preventDefault(),"mix"!=this.settings.mode&&!this.settings.autoComplete.rightKey){try{var n=i?i.textContent:this.suggestedListItems[0].value;this.input.autocomplete.set.call(this,n)}catch(t){}return!1}case"Enter":t.preventDefault(),this.dropdown.selectOption.call(this,e);break;case"Backspace":if("mix"==this.settings.mode||this.state.editing.scope)return;var a=this.input.value.trim();""!=a&&8203!=a.charCodeAt(0)||(!0===this.settings.backspace?this.removeTag():"edit"==this.settings.backspace&&setTimeout(this.editTag.bind(this),0))}},onMouseOver:function(t){var e=t.target.closest(".tagify__dropdown__item");e&&this.dropdown.highlightOption.call(this,e)},onMouseLeave:function(){this.dropdown.highlightOption.call(this)},onClick:function(t){if(0==t.button&&t.target!=this.DOM.dropdown){var e=t.target.closest(".tagify__dropdown__item");this.dropdown.selectOption.call(this,e)}}}},highlightOption:function(t,e){var i,s="tagify__dropdown__item--active";if(this.state.ddItemElm&&(this.state.ddItemElm.classList.remove(s),this.state.ddItemElm.removeAttribute("aria-selected")),!t)return this.state.ddItemData=null,this.state.ddItemElm=null,void this.input.autocomplete.suggest.call(this);i=this.suggestedListItems[this.getNodeIndex(t)],this.state.ddItemData=i,(this.state.ddItemElm=t).classList.add(s),t.setAttribute("aria-selected",!0),e&&(t.parentNode.scrollTop=t.clientHeight+t.offsetTop-t.parentNode.clientHeight),this.settings.autoComplete&&(this.input.autocomplete.suggest.call(this,i),"manual"!=this.settings.dropdown.position&&this.dropdown.position.call(this))},selectOption:function(t){var e=this;if(t){this.state.actions.selectOption=!0,setTimeout(function(){return e.state.actions.selectOption=!1},50);var i=this.settings.dropdown.closeOnSelect,s=this.suggestedListItems[this.getNodeIndex(t)]||this.input.value;this.trigger("dropdown:select",s),this.addTags([s],!0),setTimeout(function(){e.DOM.input.focus(),e.toggleFocusClass(!0)}),i&&this.dropdown.hide.call(this)}},filterListItems:function(t){var i,e,s,n,a=this,o=this.settings,r=[],l=o.whitelist,d=o.dropdown.maxItems||1/0,c=o.dropdown.searchKeys.concat(["searchBy","value"]),h=0;if(!t)return(o.duplicates?l:l.filter(function(t){return!a.isTagDuplicate(t.value||t)})).slice(0,d);for(;h<l.length&&(i=l[h]instanceof Object?l[h]:{value:l[h]},s=c.reduce(function(t,e){return t+" "+(i[e]||"")},"").toLowerCase().indexOf(t.toLowerCase()),e=o.dropdown.fuzzySearch?0<=s:0==s,n=!o.duplicates&&this.isTagDuplicate(i.value),e&&!n&&d--&&r.push(i),0!=d);h++);return r},createListHTML:function(t){var e=this.settings.templates.dropdownItem.bind(this);return this.minify(t.map(e).join(""))}}},t});
|
contributors.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
Great people who contributed to this plugin:
|
2 |
|
3 |
Developers:
|
4 |
- Benjamin Denis: contact@seopress.org / @wp_seopress
|
5 |
-
- Thomas Deneulin: @tdeneulin
|
6 |
- Julio Potier: @juliobox
|
7 |
- Mickael Gris: @mgris
|
8 |
|
1 |
+
Great people who contributed to this plugin :
|
2 |
|
3 |
Developers:
|
4 |
- Benjamin Denis: contact@seopress.org / @wp_seopress
|
|
|
5 |
- Julio Potier: @juliobox
|
6 |
- Mickael Gris: @mgris
|
7 |
|
inc/admin/admin-features-list.php
CHANGED
File without changes
|
inc/admin/admin-get-started.php
CHANGED
File without changes
|
inc/admin/admin-header.php
CHANGED
File without changes
|
inc/admin/admin-metaboxes-form.php
CHANGED
File without changes
|
inc/admin/admin-metaboxes-get-content-analysis.php
CHANGED
File without changes
|
inc/admin/admin-metaboxes-render-content-analysis.php
CHANGED
File without changes
|
inc/admin/admin-metaboxes.php
CHANGED
@@ -6,546 +6,546 @@ defined( 'ABSPATH' ) or die( 'Please don’t call the plugin directly. Thank
|
|
6 |
//Restrict SEO metaboxes to user roles
|
7 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
8 |
function seopress_advanced_security_metaboxe_role_hook_option() {
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
}
|
18 |
|
19 |
function seopress_advanced_security_metaboxe_ca_role_hook_option() {
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
}
|
29 |
|
30 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
31 |
//Check global settings
|
32 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
33 |
if (!function_exists('seopress_titles_single_cpt_noindex_option')) {
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
}
|
48 |
|
49 |
if (!function_exists('seopress_titles_noindex_option')) {
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
}
|
61 |
|
62 |
if (!function_exists('seopress_titles_single_cpt_nofollow_option')) {
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
}
|
77 |
|
78 |
if (!function_exists('seopress_titles_nofollow_option')) {
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
}
|
90 |
|
91 |
if (!function_exists('seopress_titles_noodp_option')) {
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
}
|
103 |
|
104 |
if (!function_exists('seopress_titles_noarchive_option')) {
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
}
|
116 |
|
117 |
if (!function_exists('seopress_titles_nosnippet_option')) {
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
}
|
129 |
|
130 |
if (!function_exists('seopress_titles_noimageindex_option')) {
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
}
|
142 |
|
143 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
144 |
//Display metabox in Custom Post Type
|
145 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
146 |
function seopress_display_seo_metaboxe() {
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
}
|
411 |
|
412 |
function seopress_display_ca_metaboxe() {
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
}
|
516 |
|
517 |
if (is_user_logged_in()) {
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
}
|
6 |
//Restrict SEO metaboxes to user roles
|
7 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
8 |
function seopress_advanced_security_metaboxe_role_hook_option() {
|
9 |
+
$seopress_advanced_security_metaboxe_role_hook_option = get_option("seopress_advanced_option_name");
|
10 |
+
if ( ! empty ( $seopress_advanced_security_metaboxe_role_hook_option ) ) {
|
11 |
+
foreach ($seopress_advanced_security_metaboxe_role_hook_option as $key => $seopress_advanced_security_metaboxe_role_hook_value)
|
12 |
+
$options[$key] = $seopress_advanced_security_metaboxe_role_hook_value;
|
13 |
+
if (isset($seopress_advanced_security_metaboxe_role_hook_option['seopress_advanced_security_metaboxe_role'])) {
|
14 |
+
return $seopress_advanced_security_metaboxe_role_hook_option['seopress_advanced_security_metaboxe_role'];
|
15 |
+
}
|
16 |
+
}
|
17 |
}
|
18 |
|
19 |
function seopress_advanced_security_metaboxe_ca_role_hook_option() {
|
20 |
+
$seopress_advanced_security_metaboxe_ca_role_hook_option = get_option("seopress_advanced_option_name");
|
21 |
+
if ( ! empty ( $seopress_advanced_security_metaboxe_ca_role_hook_option ) ) {
|
22 |
+
foreach ($seopress_advanced_security_metaboxe_ca_role_hook_option as $key => $seopress_advanced_security_metaboxe_ca_role_hook_value)
|
23 |
+
$options[$key] = $seopress_advanced_security_metaboxe_ca_role_hook_value;
|
24 |
+
if (isset($seopress_advanced_security_metaboxe_ca_role_hook_option['seopress_advanced_security_metaboxe_ca_role'])) {
|
25 |
+
return $seopress_advanced_security_metaboxe_ca_role_hook_option['seopress_advanced_security_metaboxe_ca_role'];
|
26 |
+
}
|
27 |
+
}
|
28 |
}
|
29 |
|
30 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
31 |
//Check global settings
|
32 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
33 |
if (!function_exists('seopress_titles_single_cpt_noindex_option')) {
|
34 |
+
function seopress_titles_single_cpt_noindex_option() {
|
35 |
+
global $post;
|
36 |
+
$seopress_get_current_cpt = get_post_type($post);
|
37 |
+
|
38 |
+
$seopress_titles_single_cpt_noindex_option = get_option("seopress_titles_option_name");
|
39 |
+
if ( ! empty ( $seopress_titles_single_cpt_noindex_option ) ) {
|
40 |
+
foreach ($seopress_titles_single_cpt_noindex_option as $key => $seopress_titles_single_cpt_noindex_value)
|
41 |
+
$options[$key] = $seopress_titles_single_cpt_noindex_value;
|
42 |
+
if (isset($seopress_titles_single_cpt_noindex_option['seopress_titles_single_titles'][$seopress_get_current_cpt]['noindex'])) {
|
43 |
+
return $seopress_titles_single_cpt_noindex_option['seopress_titles_single_titles'][$seopress_get_current_cpt]['noindex'];
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|
47 |
}
|
48 |
|
49 |
if (!function_exists('seopress_titles_noindex_option')) {
|
50 |
+
function seopress_titles_noindex_option() {
|
51 |
+
$seopress_titles_noindex_option = get_option("seopress_titles_option_name");
|
52 |
+
if ( ! empty ( $seopress_titles_noindex_option ) ) {
|
53 |
+
foreach ($seopress_titles_noindex_option as $key => $seopress_titles_noindex_value)
|
54 |
+
$options[$key] = $seopress_titles_noindex_value;
|
55 |
+
if (isset($seopress_titles_noindex_option['seopress_titles_noindex'])) {
|
56 |
+
return $seopress_titles_noindex_option['seopress_titles_noindex'];
|
57 |
+
}
|
58 |
+
}
|
59 |
+
}
|
60 |
}
|
61 |
|
62 |
if (!function_exists('seopress_titles_single_cpt_nofollow_option')) {
|
63 |
+
function seopress_titles_single_cpt_nofollow_option() {
|
64 |
+
global $post;
|
65 |
+
$seopress_get_current_cpt = get_post_type($post);
|
66 |
+
|
67 |
+
$seopress_titles_single_cpt_nofollow_option = get_option("seopress_titles_option_name");
|
68 |
+
if ( ! empty ( $seopress_titles_single_cpt_nofollow_option ) ) {
|
69 |
+
foreach ($seopress_titles_single_cpt_nofollow_option as $key => $seopress_titles_single_cpt_nofollow_value)
|
70 |
+
$options[$key] = $seopress_titles_single_cpt_nofollow_value;
|
71 |
+
if (isset($seopress_titles_single_cpt_nofollow_option['seopress_titles_single_titles'][$seopress_get_current_cpt]['nofollow'])) {
|
72 |
+
return $seopress_titles_single_cpt_nofollow_option['seopress_titles_single_titles'][$seopress_get_current_cpt]['nofollow'];
|
73 |
+
}
|
74 |
+
}
|
75 |
+
}
|
76 |
}
|
77 |
|
78 |
if (!function_exists('seopress_titles_nofollow_option')) {
|
79 |
+
function seopress_titles_nofollow_option() {
|
80 |
+
$seopress_titles_nofollow_option = get_option("seopress_titles_option_name");
|
81 |
+
if ( ! empty ( $seopress_titles_nofollow_option ) ) {
|
82 |
+
foreach ($seopress_titles_nofollow_option as $key => $seopress_titles_nofollow_value)
|
83 |
+
$options[$key] = $seopress_titles_nofollow_value;
|
84 |
+
if (isset($seopress_titles_nofollow_option['seopress_titles_nofollow'])) {
|
85 |
+
return $seopress_titles_nofollow_option['seopress_titles_nofollow'];
|
86 |
+
}
|
87 |
+
}
|
88 |
+
}
|
89 |
}
|
90 |
|
91 |
if (!function_exists('seopress_titles_noodp_option')) {
|
92 |
+
function seopress_titles_noodp_option() {
|
93 |
+
$seopress_titles_noodp_option = get_option("seopress_titles_option_name");
|
94 |
+
if ( ! empty ( $seopress_titles_noodp_option ) ) {
|
95 |
+
foreach ($seopress_titles_noodp_option as $key => $seopress_titles_noodp_value)
|
96 |
+
$options[$key] = $seopress_titles_noodp_value;
|
97 |
+
if (isset($seopress_titles_noodp_option['seopress_titles_noodp'])) {
|
98 |
+
return $seopress_titles_noodp_option['seopress_titles_noodp'];
|
99 |
+
}
|
100 |
+
}
|
101 |
+
}
|
102 |
}
|
103 |
|
104 |
if (!function_exists('seopress_titles_noarchive_option')) {
|
105 |
+
function seopress_titles_noarchive_option() {
|
106 |
+
$seopress_titles_noarchive_option = get_option("seopress_titles_option_name");
|
107 |
+
if ( ! empty ( $seopress_titles_noarchive_option ) ) {
|
108 |
+
foreach ($seopress_titles_noarchive_option as $key => $seopress_titles_noarchive_value)
|
109 |
+
$options[$key] = $seopress_titles_noarchive_value;
|
110 |
+
if (isset($seopress_titles_noarchive_option['seopress_titles_noarchive'])) {
|
111 |
+
return $seopress_titles_noarchive_option['seopress_titles_noarchive'];
|
112 |
+
}
|
113 |
+
}
|
114 |
+
}
|
115 |
}
|
116 |
|
117 |
if (!function_exists('seopress_titles_nosnippet_option')) {
|
118 |
+
function seopress_titles_nosnippet_option() {
|
119 |
+
$seopress_titles_nosnippet_option = get_option("seopress_titles_option_name");
|
120 |
+
if ( ! empty ( $seopress_titles_nosnippet_option ) ) {
|
121 |
+
foreach ($seopress_titles_nosnippet_option as $key => $seopress_titles_nosnippet_value)
|
122 |
+
$options[$key] = $seopress_titles_nosnippet_value;
|
123 |
+
if (isset($seopress_titles_nosnippet_option['seopress_titles_nosnippet'])) {
|
124 |
+
return $seopress_titles_nosnippet_option['seopress_titles_nosnippet'];
|
125 |
+
}
|
126 |
+
}
|
127 |
+
}
|
128 |
}
|
129 |
|
130 |
if (!function_exists('seopress_titles_noimageindex_option')) {
|
131 |
+
function seopress_titles_noimageindex_option() {
|
132 |
+
$seopress_titles_noimageindex_option = get_option("seopress_titles_option_name");
|
133 |
+
if ( ! empty ( $seopress_titles_noimageindex_option ) ) {
|
134 |
+
foreach ($seopress_titles_noimageindex_option as $key => $seopress_titles_noimageindex_value)
|
135 |
+
$options[$key] = $seopress_titles_noimageindex_value;
|
136 |
+
if (isset($seopress_titles_noimageindex_option['seopress_titles_noimageindex'])) {
|
137 |
+
return $seopress_titles_noimageindex_option['seopress_titles_noimageindex'];
|
138 |
+
}
|
139 |
+
}
|
140 |
+
}
|
141 |
}
|
142 |
|
143 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
144 |
//Display metabox in Custom Post Type
|
145 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
146 |
function seopress_display_seo_metaboxe() {
|
147 |
+
add_action('add_meta_boxes','seopress_init_metabox');
|
148 |
+
function seopress_init_metabox(){
|
149 |
+
if (function_exists('seopress_advanced_appearance_metaboxe_position_option')) {
|
150 |
+
$seopress_advanced_appearance_metaboxe_position_option = seopress_advanced_appearance_metaboxe_position_option();
|
151 |
+
} else {
|
152 |
+
$seopress_advanced_appearance_metaboxe_position_option = 'default';
|
153 |
+
}
|
154 |
+
|
155 |
+
if (function_exists('seopress_get_post_types')) {
|
156 |
+
|
157 |
+
$seopress_get_post_types = seopress_get_post_types();
|
158 |
+
|
159 |
+
$seopress_get_post_types = apply_filters('seopress_metaboxe_seo', $seopress_get_post_types);
|
160 |
+
|
161 |
+
if (!empty($seopress_get_post_types)) {
|
162 |
+
foreach ($seopress_get_post_types as $key => $value) {
|
163 |
+
add_meta_box('seopress_cpt', __('SEO','wp-seopress'), 'seopress_cpt', $key, 'normal', $seopress_advanced_appearance_metaboxe_position_option);
|
164 |
+
}
|
165 |
+
}
|
166 |
+
add_meta_box('seopress_cpt', __('SEO','wp-seopress'), 'seopress_cpt', 'seopress_404', 'normal', $seopress_advanced_appearance_metaboxe_position_option);
|
167 |
+
}
|
168 |
+
}
|
169 |
+
|
170 |
+
function seopress_cpt( $post ){
|
171 |
+
global $typenow;
|
172 |
+
$prefix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
173 |
+
wp_nonce_field( plugin_basename( __FILE__ ), 'seopress_cpt_nonce' );
|
174 |
+
|
175 |
+
//init
|
176 |
+
$disabled = array();
|
177 |
+
|
178 |
+
wp_enqueue_script( 'seopress-cpt-tabs-js', plugins_url( 'assets/js/seopress-tabs2' . $prefix . '.js', dirname( dirname( __FILE__ ) ) ), [ 'jquery-ui-tabs' ], SEOPRESS_VERSION );
|
179 |
+
|
180 |
+
if ("seopress_404" != $typenow) {
|
181 |
+
wp_enqueue_script('jquery-ui-accordion');
|
182 |
+
|
183 |
+
//Register Google Snippet Preview / Content Analysis JS
|
184 |
+
wp_enqueue_script( 'seopress-cpt-counters-js', plugins_url( 'assets/js/seopress-counters' . $prefix . '.js', dirname( dirname( __FILE__ ) ) ), [ 'jquery', 'jquery-ui-tabs', 'jquery-ui-accordion' ], SEOPRESS_VERSION, true );
|
185 |
+
|
186 |
+
//If Gutenberg ON
|
187 |
+
if ( function_exists( 'get_current_screen' ) ) {
|
188 |
+
$get_current_screen = get_current_screen();
|
189 |
+
if ( isset( $get_current_screen->is_block_editor ) ) {
|
190 |
+
if ( $get_current_screen->is_block_editor ) {
|
191 |
+
wp_enqueue_script( 'seopress-block-editor-js', plugins_url( 'assets/js/seopress-block-editor' . $prefix . '.js', dirname( dirname( __FILE__ ) ) ), [ 'jquery' ], SEOPRESS_VERSION, true );
|
192 |
+
}
|
193 |
+
}
|
194 |
+
}
|
195 |
+
|
196 |
+
wp_enqueue_script( 'seopress-cpt-video-sitemap-js', plugins_url( 'assets/js/seopress-sitemap-video' . $prefix . '.js', dirname(dirname( __FILE__ ))), [ 'jquery', 'jquery-ui-accordion' ], SEOPRESS_VERSION );
|
197 |
+
|
198 |
+
$seopress_real_preview = array(
|
199 |
+
'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
|
200 |
+
'seopress_real_preview' => admin_url('admin-ajax.php'),
|
201 |
+
'i18n' => [ 'progress' => __( 'Analysis in progress...', 'wp-seopress' ) ]
|
202 |
+
);
|
203 |
+
wp_localize_script( 'seopress-cpt-counters-js', 'seopressAjaxRealPreview', $seopress_real_preview );
|
204 |
+
|
205 |
+
wp_enqueue_script( 'seopress-media-uploader-js', plugins_url('assets/js/seopress-media-uploader' . $prefix . '.js', dirname( dirname( __FILE__ ) ) ), [ 'jquery' ], SEOPRESS_VERSION, false );
|
206 |
+
wp_enqueue_media();
|
207 |
+
}
|
208 |
+
|
209 |
+
$seopress_titles_title = get_post_meta($post->ID,'_seopress_titles_title',true);
|
210 |
+
$seopress_titles_desc = get_post_meta($post->ID,'_seopress_titles_desc',true);
|
211 |
+
|
212 |
+
$disabled['robots_index'] ='';
|
213 |
+
if (seopress_titles_single_cpt_noindex_option() || seopress_titles_noindex_option() || post_password_required($post->ID) ===true) {
|
214 |
+
$seopress_robots_index = 'yes';
|
215 |
+
$disabled['robots_index'] = 'disabled';
|
216 |
+
} else {
|
217 |
+
$seopress_robots_index = get_post_meta($post->ID,'_seopress_robots_index',true);
|
218 |
+
|
219 |
+
}
|
220 |
+
|
221 |
+
$disabled['robots_follow'] ='';
|
222 |
+
if (seopress_titles_single_cpt_nofollow_option() || seopress_titles_nofollow_option()) {
|
223 |
+
$seopress_robots_follow = 'yes';
|
224 |
+
$disabled['robots_follow'] = 'disabled';
|
225 |
+
} else {
|
226 |
+
$seopress_robots_follow = get_post_meta($post->ID,'_seopress_robots_follow',true);
|
227 |
+
}
|
228 |
+
|
229 |
+
$disabled['robots_odp'] ='';
|
230 |
+
if (seopress_titles_noodp_option()) {
|
231 |
+
$seopress_robots_odp = 'yes';
|
232 |
+
$disabled['robots_odp'] = 'disabled';
|
233 |
+
} else {
|
234 |
+
$seopress_robots_odp = get_post_meta($post->ID,'_seopress_robots_odp',true);
|
235 |
+
}
|
236 |
+
|
237 |
+
$disabled['archive'] ='';
|
238 |
+
if (seopress_titles_noarchive_option()) {
|
239 |
+
$seopress_robots_archive = 'yes';
|
240 |
+
$disabled['archive'] = 'disabled';
|
241 |
+
} else {
|
242 |
+
$seopress_robots_archive = get_post_meta($post->ID,'_seopress_robots_archive',true);
|
243 |
+
}
|
244 |
+
|
245 |
+
$disabled['snippet'] ='';
|
246 |
+
if (seopress_titles_nosnippet_option()) {
|
247 |
+
$seopress_robots_snippet = 'yes';
|
248 |
+
$disabled['snippet'] = 'disabled';
|
249 |
+
} else {
|
250 |
+
$seopress_robots_snippet = get_post_meta($post->ID,'_seopress_robots_snippet',true);
|
251 |
+
}
|
252 |
+
|
253 |
+
$disabled['imageindex'] ='';
|
254 |
+
if (seopress_titles_noimageindex_option()) {
|
255 |
+
$seopress_robots_imageindex = 'yes';
|
256 |
+
$disabled['imageindex'] = 'disabled';
|
257 |
+
} else {
|
258 |
+
$seopress_robots_imageindex = get_post_meta($post->ID,'_seopress_robots_imageindex',true);
|
259 |
+
}
|
260 |
+
|
261 |
+
$seopress_robots_canonical = get_post_meta($post->ID,'_seopress_robots_canonical',true);
|
262 |
+
$seopress_robots_primary_cat = get_post_meta($post->ID,'_seopress_robots_primary_cat',true);
|
263 |
+
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
264 |
+
$seopress_robots_breadcrumbs = get_post_meta($post->ID,'_seopress_robots_breadcrumbs',true);
|
265 |
+
}
|
266 |
+
$seopress_social_fb_title = get_post_meta($post->ID,'_seopress_social_fb_title',true);
|
267 |
+
$seopress_social_fb_desc = get_post_meta($post->ID,'_seopress_social_fb_desc',true);
|
268 |
+
$seopress_social_fb_img = get_post_meta($post->ID,'_seopress_social_fb_img',true);
|
269 |
+
$seopress_social_twitter_title = get_post_meta($post->ID,'_seopress_social_twitter_title',true);
|
270 |
+
$seopress_social_twitter_desc = get_post_meta($post->ID,'_seopress_social_twitter_desc',true);
|
271 |
+
$seopress_social_twitter_img = get_post_meta($post->ID,'_seopress_social_twitter_img',true);
|
272 |
+
$seopress_redirections_enabled = get_post_meta($post->ID,'_seopress_redirections_enabled',true);
|
273 |
+
$seopress_redirections_type = get_post_meta($post->ID,'_seopress_redirections_type',true);
|
274 |
+
$seopress_redirections_value = get_post_meta($post->ID,'_seopress_redirections_value',true);
|
275 |
+
$seopress_redirections_param = get_post_meta($post->ID,'_seopress_redirections_param',true);
|
276 |
+
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
277 |
+
$seopress_news_disabled = get_post_meta($post->ID,'_seopress_news_disabled',true);
|
278 |
+
$seopress_video_disabled = get_post_meta($post->ID,'_seopress_video_disabled',true);
|
279 |
+
$seopress_video = get_post_meta($post->ID,'_seopress_video');
|
280 |
+
}
|
281 |
+
|
282 |
+
require_once ( dirname( __FILE__ ) . '/admin-metaboxes-form.php'); //Metaboxe HTML
|
283 |
+
}
|
284 |
+
|
285 |
+
add_action('save_post','seopress_save_metabox', 10, 2);
|
286 |
+
function seopress_save_metabox($post_id, $post){
|
287 |
+
//Nonce
|
288 |
+
if ( !isset( $_POST['seopress_cpt_nonce'] ) || !wp_verify_nonce( $_POST['seopress_cpt_nonce'], plugin_basename( __FILE__ ) ) )
|
289 |
+
return $post_id;
|
290 |
+
|
291 |
+
//Post type object
|
292 |
+
$post_type = get_post_type_object( $post->post_type );
|
293 |
+
|
294 |
+
//Check permission
|
295 |
+
if ( !current_user_can( $post_type->cap->edit_post, $post_id ) )
|
296 |
+
return $post_id;
|
297 |
+
|
298 |
+
if ( 'attachment' !== get_post_type($post_id)) {
|
299 |
+
$seo_tabs = array();
|
300 |
+
$seo_tabs = json_decode(stripslashes(htmlspecialchars_decode($_POST['seo_tabs'])));
|
301 |
+
|
302 |
+
if (in_array('title-tab', $seo_tabs)) {
|
303 |
+
if(isset($_POST['seopress_titles_title'])){
|
304 |
+
update_post_meta($post_id, '_seopress_titles_title', esc_html($_POST['seopress_titles_title']));
|
305 |
+
}
|
306 |
+
if(isset($_POST['seopress_titles_desc'])){
|
307 |
+
update_post_meta($post_id, '_seopress_titles_desc', esc_html($_POST['seopress_titles_desc']));
|
308 |
+
}
|
309 |
+
}
|
310 |
+
if (in_array('advanced-tab', $seo_tabs)) {
|
311 |
+
if( isset( $_POST[ 'seopress_robots_index' ] ) ) {
|
312 |
+
update_post_meta( $post_id, '_seopress_robots_index', 'yes' );
|
313 |
+
} else {
|
314 |
+
delete_post_meta( $post_id, '_seopress_robots_index', '' );
|
315 |
+
}
|
316 |
+
if( isset( $_POST[ 'seopress_robots_follow' ] ) ) {
|
317 |
+
update_post_meta( $post_id, '_seopress_robots_follow', 'yes' );
|
318 |
+
} else {
|
319 |
+
delete_post_meta( $post_id, '_seopress_robots_follow', '' );
|
320 |
+
}
|
321 |
+
if( isset( $_POST[ 'seopress_robots_odp' ] ) ) {
|
322 |
+
update_post_meta( $post_id, '_seopress_robots_odp', 'yes' );
|
323 |
+
} else {
|
324 |
+
delete_post_meta( $post_id, '_seopress_robots_odp', '' );
|
325 |
+
}
|
326 |
+
if( isset( $_POST[ 'seopress_robots_imageindex' ] ) ) {
|
327 |
+
update_post_meta( $post_id, '_seopress_robots_imageindex', 'yes' );
|
328 |
+
} else {
|
329 |
+
delete_post_meta( $post_id, '_seopress_robots_imageindex', '' );
|
330 |
+
}
|
331 |
+
if( isset( $_POST[ 'seopress_robots_archive' ] ) ) {
|
332 |
+
update_post_meta( $post_id, '_seopress_robots_archive', 'yes' );
|
333 |
+
} else {
|
334 |
+
delete_post_meta( $post_id, '_seopress_robots_archive', '' );
|
335 |
+
}
|
336 |
+
if( isset( $_POST[ 'seopress_robots_snippet' ] ) ) {
|
337 |
+
update_post_meta( $post_id, '_seopress_robots_snippet', 'yes' );
|
338 |
+
} else {
|
339 |
+
delete_post_meta( $post_id, '_seopress_robots_snippet', '' );
|
340 |
+
}
|
341 |
+
if(isset($_POST['seopress_robots_canonical'])){
|
342 |
+
update_post_meta($post_id, '_seopress_robots_canonical', esc_html($_POST['seopress_robots_canonical']));
|
343 |
+
}
|
344 |
+
if(isset($_POST['seopress_robots_primary_cat'])){
|
345 |
+
update_post_meta($post_id, '_seopress_robots_primary_cat', esc_html($_POST['seopress_robots_primary_cat']));
|
346 |
+
}
|
347 |
+
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
348 |
+
if(isset($_POST['seopress_robots_breadcrumbs'])){
|
349 |
+
update_post_meta($post_id, '_seopress_robots_breadcrumbs', esc_html($_POST['seopress_robots_breadcrumbs']));
|
350 |
+
}
|
351 |
+
}
|
352 |
+
}
|
353 |
+
if (in_array('social-tab', $seo_tabs)) {
|
354 |
+
if(isset($_POST['seopress_social_fb_title'])){
|
355 |
+
update_post_meta($post_id, '_seopress_social_fb_title', esc_html($_POST['seopress_social_fb_title']));
|
356 |
+
}
|
357 |
+
if(isset($_POST['seopress_social_fb_desc'])){
|
358 |
+
update_post_meta($post_id, '_seopress_social_fb_desc', esc_html($_POST['seopress_social_fb_desc']));
|
359 |
+
}
|
360 |
+
if(isset($_POST['seopress_social_fb_img'])){
|
361 |
+
update_post_meta($post_id, '_seopress_social_fb_img', esc_html($_POST['seopress_social_fb_img']));
|
362 |
+
}
|
363 |
+
if(isset($_POST['seopress_social_twitter_title'])){
|
364 |
+
update_post_meta($post_id, '_seopress_social_twitter_title', esc_html($_POST['seopress_social_twitter_title']));
|
365 |
+
}
|
366 |
+
if(isset($_POST['seopress_social_twitter_desc'])){
|
367 |
+
update_post_meta($post_id, '_seopress_social_twitter_desc', esc_html($_POST['seopress_social_twitter_desc']));
|
368 |
+
}
|
369 |
+
if(isset($_POST['seopress_social_twitter_img'])){
|
370 |
+
update_post_meta($post_id, '_seopress_social_twitter_img', esc_html($_POST['seopress_social_twitter_img']));
|
371 |
+
}
|
372 |
+
}
|
373 |
+
if (in_array('redirect-tab', $seo_tabs)) {
|
374 |
+
if(isset($_POST['seopress_redirections_type'])){
|
375 |
+
update_post_meta($post_id, '_seopress_redirections_type', $_POST['seopress_redirections_type']);
|
376 |
+
}
|
377 |
+
if(isset($_POST['seopress_redirections_value'])){
|
378 |
+
update_post_meta($post_id, '_seopress_redirections_value', esc_html($_POST['seopress_redirections_value']));
|
379 |
+
}
|
380 |
+
if(isset($_POST['seopress_redirections_param'])){
|
381 |
+
update_post_meta($post_id, '_seopress_redirections_param', esc_html($_POST['seopress_redirections_param']));
|
382 |
+
}
|
383 |
+
if( isset( $_POST[ 'seopress_redirections_enabled' ] ) ) {
|
384 |
+
update_post_meta( $post_id, '_seopress_redirections_enabled', 'yes' );
|
385 |
+
} else {
|
386 |
+
delete_post_meta( $post_id, '_seopress_redirections_enabled', '' );
|
387 |
+
}
|
388 |
+
}
|
389 |
+
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
390 |
+
if (in_array('news-tab', $seo_tabs)) {
|
391 |
+
if( isset( $_POST[ 'seopress_news_disabled' ] ) ) {
|
392 |
+
update_post_meta( $post_id, '_seopress_news_disabled', 'yes' );
|
393 |
+
} else {
|
394 |
+
delete_post_meta( $post_id, '_seopress_news_disabled', '' );
|
395 |
+
}
|
396 |
+
}
|
397 |
+
if (in_array('video-tab', $seo_tabs)) {
|
398 |
+
if( isset( $_POST[ 'seopress_video_disabled' ] ) ) {
|
399 |
+
update_post_meta( $post_id, '_seopress_video_disabled', 'yes' );
|
400 |
+
} else {
|
401 |
+
delete_post_meta( $post_id, '_seopress_video_disabled', '' );
|
402 |
+
}
|
403 |
+
if(isset($_POST['seopress_video'])){
|
404 |
+
update_post_meta($post_id, '_seopress_video', $_POST['seopress_video']);
|
405 |
+
}
|
406 |
+
}
|
407 |
+
}
|
408 |
+
}
|
409 |
+
}
|
410 |
}
|
411 |
|
412 |
function seopress_display_ca_metaboxe() {
|
413 |
+
add_action('add_meta_boxes','seopress_init_ca_metabox');
|
414 |
+
function seopress_init_ca_metabox(){
|
415 |
+
if (function_exists('seopress_advanced_appearance_metaboxe_position_option')) {
|
416 |
+
$seopress_advanced_appearance_metaboxe_position_option = seopress_advanced_appearance_metaboxe_position_option();
|
417 |
+
} else {
|
418 |
+
$seopress_advanced_appearance_metaboxe_position_option = 'default';
|
419 |
+
}
|
420 |
+
if (function_exists('seopress_get_post_types')) {
|
421 |
+
|
422 |
+
$seopress_get_post_types = seopress_get_post_types();
|
423 |
+
|
424 |
+
$seopress_get_post_types = apply_filters('seopress_metaboxe_content_analysis', $seopress_get_post_types);
|
425 |
+
|
426 |
+
if (!empty($seopress_get_post_types)) {
|
427 |
+
foreach ($seopress_get_post_types as $key => $value) {
|
428 |
+
add_meta_box('seopress_content_analysis', __('Content analysis','wp-seopress'), 'seopress_content_analysis', $key, 'normal', $seopress_advanced_appearance_metaboxe_position_option);
|
429 |
+
}
|
430 |
+
}
|
431 |
+
}
|
432 |
+
}
|
433 |
+
|
434 |
+
function seopress_content_analysis($post) {
|
435 |
+
$prefix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
436 |
+
wp_nonce_field( plugin_basename( __FILE__ ), 'seopress_content_analysis_nonce' );
|
437 |
+
|
438 |
+
wp_enqueue_script( 'seopress-cpt-counters-js', plugins_url( 'assets/js/seopress-counters' . $prefix . '.js', dirname(dirname( __FILE__ ))), array( 'jquery', 'jquery-ui-tabs', 'jquery-ui-accordion' ), SEOPRESS_VERSION );
|
439 |
+
$seopress_real_preview = array(
|
440 |
+
'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
|
441 |
+
'seopress_real_preview' => admin_url('admin-ajax.php'),
|
442 |
+
'i18n' => array('progress' => __('Analysis in progress...','wp-seopress'))
|
443 |
+
);
|
444 |
+
wp_localize_script( 'seopress-cpt-counters-js', 'seopressAjaxRealPreview', $seopress_real_preview );
|
445 |
+
|
446 |
+
$seopress_analysis_target_kw = get_post_meta($post->ID,'_seopress_analysis_target_kw',true);
|
447 |
+
$seopress_analysis_data = get_post_meta($post->ID,'_seopress_analysis_data', true);
|
448 |
+
$seopress_titles_title = get_post_meta($post->ID,'_seopress_titles_title',true);
|
449 |
+
$seopress_titles_desc = get_post_meta($post->ID,'_seopress_titles_desc',true);
|
450 |
+
|
451 |
+
if (seopress_titles_single_cpt_noindex_option() || seopress_titles_noindex_option() || post_password_required($post->ID) ===true) {
|
452 |
+
$seopress_robots_index = 'yes';
|
453 |
+
} else {
|
454 |
+
$seopress_robots_index = get_post_meta($post->ID,'_seopress_robots_index',true);
|
455 |
+
}
|
456 |
+
|
457 |
+
if (seopress_titles_single_cpt_nofollow_option() || seopress_titles_nofollow_option()) {
|
458 |
+
$seopress_robots_follow = 'yes';
|
459 |
+
} else {
|
460 |
+
$seopress_robots_follow = get_post_meta($post->ID,'_seopress_robots_follow',true);
|
461 |
+
}
|
462 |
+
|
463 |
+
if (seopress_titles_noodp_option()) {
|
464 |
+
$seopress_robots_odp = 'yes';
|
465 |
+
} else {
|
466 |
+
$seopress_robots_odp = get_post_meta($post->ID,'_seopress_robots_odp',true);
|
467 |
+
}
|
468 |
+
|
469 |
+
if (seopress_titles_noarchive_option()) {
|
470 |
+
$seopress_robots_archive = 'yes';
|
471 |
+
} else {
|
472 |
+
$seopress_robots_archive = get_post_meta($post->ID,'_seopress_robots_archive',true);
|
473 |
+
}
|
474 |
+
|
475 |
+
if (seopress_titles_nosnippet_option()) {
|
476 |
+
$seopress_robots_snippet = 'yes';
|
477 |
+
} else {
|
478 |
+
$seopress_robots_snippet = get_post_meta($post->ID,'_seopress_robots_snippet',true);
|
479 |
+
}
|
480 |
+
|
481 |
+
if (seopress_titles_noimageindex_option()) {
|
482 |
+
$seopress_robots_imageindex = 'yes';
|
483 |
+
} else {
|
484 |
+
$seopress_robots_imageindex = get_post_meta($post->ID,'_seopress_robots_imageindex',true);
|
485 |
+
}
|
486 |
+
|
487 |
+
require_once ( dirname( __FILE__ ) . '/admin-metaboxes-content-analysis-form.php'); //Metaboxe HTML
|
488 |
+
}
|
489 |
+
|
490 |
+
add_action('save_post','seopress_save_ca_metabox', 10, 2);
|
491 |
+
function seopress_save_ca_metabox($post_id, $post){
|
492 |
+
//Nonce
|
493 |
+
if ( !isset( $_POST['seopress_content_analysis_nonce'] ) || !wp_verify_nonce( $_POST['seopress_content_analysis_nonce'], plugin_basename( __FILE__ ) ) )
|
494 |
+
return $post_id;
|
495 |
+
|
496 |
+
//Post type object
|
497 |
+
$post_type = get_post_type_object( $post->post_type );
|
498 |
+
|
499 |
+
//Check permission
|
500 |
+
if ( !current_user_can( $post_type->cap->edit_post, $post_id ) )
|
501 |
+
return $post_id;
|
502 |
+
|
503 |
+
if ( 'attachment' !== get_post_type($post_id)) {
|
504 |
+
if(isset($_POST['seopress_analysis_target_kw'])){
|
505 |
+
update_post_meta($post_id, '_seopress_analysis_target_kw', esc_html($_POST['seopress_analysis_target_kw']));
|
506 |
+
}
|
507 |
+
}
|
508 |
+
}
|
509 |
+
|
510 |
+
//Save metabox values in elementor
|
511 |
+
add_action('save_post', 'seopress_update_elementor_fields', 999, 2);
|
512 |
+
function seopress_update_elementor_fields( $post_id, $post ) {
|
513 |
+
do_action( 'seopress/page-builders/elementor/save_meta', $post_id );
|
514 |
+
}
|
515 |
}
|
516 |
|
517 |
if (is_user_logged_in()) {
|
518 |
+
if(is_super_admin()) {
|
519 |
+
echo seopress_display_seo_metaboxe();
|
520 |
+
echo seopress_display_ca_metaboxe();
|
521 |
+
} else {
|
522 |
+
global $wp_roles;
|
523 |
+
|
524 |
+
//Get current user role
|
525 |
+
if(isset(wp_get_current_user()->roles[0])) {
|
526 |
+
$seopress_user_role = wp_get_current_user()->roles[0];
|
527 |
+
|
528 |
+
//If current user role matchs values from Security settings then apply -- SEO Metaboxe
|
529 |
+
if (function_exists('seopress_advanced_security_metaboxe_role_hook_option') && seopress_advanced_security_metaboxe_role_hook_option() !='') {
|
530 |
+
if( array_key_exists( $seopress_user_role, seopress_advanced_security_metaboxe_role_hook_option())) {
|
531 |
+
//do nothing
|
532 |
+
} else {
|
533 |
+
echo seopress_display_seo_metaboxe();
|
534 |
+
}
|
535 |
+
} else {
|
536 |
+
echo seopress_display_seo_metaboxe();
|
537 |
+
}
|
538 |
+
|
539 |
+
//If current user role matchs values from Security settings then apply -- SEO Content Analysis
|
540 |
+
if (function_exists('seopress_advanced_security_metaboxe_ca_role_hook_option') && seopress_advanced_security_metaboxe_ca_role_hook_option() !='') {
|
541 |
+
if( array_key_exists( $seopress_user_role, seopress_advanced_security_metaboxe_ca_role_hook_option())) {
|
542 |
+
//do nothing
|
543 |
+
} else {
|
544 |
+
echo seopress_display_ca_metaboxe();
|
545 |
+
}
|
546 |
+
} else {
|
547 |
+
echo seopress_display_ca_metaboxe();
|
548 |
+
}
|
549 |
+
}
|
550 |
+
}
|
551 |
}
|
inc/admin/admin-notifications-center.php
CHANGED
File without changes
|
inc/admin/admin-term-metaboxes.php
CHANGED
File without changes
|
inc/admin/admin-wizard.php
CHANGED
File without changes
|
inc/admin/admin.php
CHANGED
File without changes
|
inc/admin/adminbar.php
CHANGED
File without changes
|
inc/admin/ajax.php
CHANGED
@@ -50,7 +50,7 @@ function seopress_do_real_preview() {
|
|
50 |
if ( isset( $_GET['origin'] ) ) {
|
51 |
$seopress_origin = $_GET['origin'];
|
52 |
}
|
53 |
-
|
54 |
//Tax name
|
55 |
if ( isset( $_GET['tax_name'] ) ) {
|
56 |
$seopress_tax_name = $_GET['tax_name'];
|
@@ -82,11 +82,10 @@ function seopress_do_real_preview() {
|
|
82 |
if (isset($cookies) && !empty($cookies)) {
|
83 |
$args['cookies'] = $cookies;
|
84 |
}
|
85 |
-
|
86 |
$args = apply_filters('seopress_real_preview_remote', $args);
|
87 |
-
|
88 |
$data['title'] = $cookies;
|
89 |
-
|
90 |
if ($seopress_origin =='post') { //Default: post type
|
91 |
$response = wp_remote_get(get_preview_post_link((int)$seopress_get_the_id,array('no_admin_bar' => 1)), $args);
|
92 |
} else { //Term taxonomy
|
50 |
if ( isset( $_GET['origin'] ) ) {
|
51 |
$seopress_origin = $_GET['origin'];
|
52 |
}
|
53 |
+
|
54 |
//Tax name
|
55 |
if ( isset( $_GET['tax_name'] ) ) {
|
56 |
$seopress_tax_name = $_GET['tax_name'];
|
82 |
if (isset($cookies) && !empty($cookies)) {
|
83 |
$args['cookies'] = $cookies;
|
84 |
}
|
|
|
85 |
$args = apply_filters('seopress_real_preview_remote', $args);
|
86 |
+
|
87 |
$data['title'] = $cookies;
|
88 |
+
|
89 |
if ($seopress_origin =='post') { //Default: post type
|
90 |
$response = wp_remote_get(get_preview_post_link((int)$seopress_get_the_id,array('no_admin_bar' => 1)), $args);
|
91 |
} else { //Term taxonomy
|
inc/admin/index.php
CHANGED
File without changes
|
inc/admin/page-builders/elementor/assets/css/content-analysis.css
ADDED
@@ -0,0 +1,479 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip {
|
2 |
+
position: relative;
|
3 |
+
margin-left: 5px;
|
4 |
+
display: inline-block;
|
5 |
+
cursor: help;
|
6 |
+
vertical-align: bottom;
|
7 |
+
text-align: left;
|
8 |
+
background: none;
|
9 |
+
border: none;
|
10 |
+
padding: 0;
|
11 |
+
}
|
12 |
+
|
13 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .dashicons {
|
14 |
+
color: #666;
|
15 |
+
}
|
16 |
+
|
17 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltiptext {
|
18 |
+
visibility: hidden;
|
19 |
+
position: absolute;
|
20 |
+
z-index: 999999999;
|
21 |
+
width: 300px;
|
22 |
+
right: -260px;
|
23 |
+
padding: 20px;
|
24 |
+
top: 25px;
|
25 |
+
font-weight: 400;
|
26 |
+
box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
|
27 |
+
border: 1px solid #e2e4e7;
|
28 |
+
background: #fff;
|
29 |
+
word-break: break-word;
|
30 |
+
text-transform: none;
|
31 |
+
}
|
32 |
+
|
33 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltiptext::before {
|
34 |
+
border: 8px solid #e2e4e7;
|
35 |
+
top: -8px;
|
36 |
+
}
|
37 |
+
|
38 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltiptext::after {
|
39 |
+
border: 8px solid #fff;
|
40 |
+
top: -6px;
|
41 |
+
}
|
42 |
+
|
43 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltiptext::after,
|
44 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltiptext::before {
|
45 |
+
border-bottom-style: solid;
|
46 |
+
border-left-color: transparent;
|
47 |
+
border-right-color: transparent;
|
48 |
+
border-top: none;
|
49 |
+
margin-left: -10px;
|
50 |
+
content: "";
|
51 |
+
position: absolute;
|
52 |
+
height: 0;
|
53 |
+
width: 0;
|
54 |
+
line-height: 0;
|
55 |
+
left: 30px;
|
56 |
+
}
|
57 |
+
|
58 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltiptext::before, .sp-tooltip .sp-tooltiptext::after {
|
59 |
+
border-bottom-style: solid;
|
60 |
+
border-left-color: transparent;
|
61 |
+
border-right-color: transparent;
|
62 |
+
border-top: none;
|
63 |
+
margin-left: -10px;
|
64 |
+
content: "";
|
65 |
+
position: absolute;
|
66 |
+
height: 0;
|
67 |
+
width: 0;
|
68 |
+
line-height: 0;
|
69 |
+
left: 30px;
|
70 |
+
}
|
71 |
+
|
72 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip:hover .sp-tooltiptext,
|
73 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip:focus .sp-tooltiptext,
|
74 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip:active .sp-tooltiptext {
|
75 |
+
visibility: visible;
|
76 |
+
}
|
77 |
+
|
78 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltip-headings {
|
79 |
+
font-size: 18px;
|
80 |
+
font-weight: 600;
|
81 |
+
margin-bottom: 20px;
|
82 |
+
display: block;
|
83 |
+
}
|
84 |
+
|
85 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltip-desc {
|
86 |
+
margin-bottom: 20px;
|
87 |
+
display: block;
|
88 |
+
border-bottom: 1px solid #e2e4e7;
|
89 |
+
padding-bottom: 20px;
|
90 |
+
font-size: 13px;
|
91 |
+
}
|
92 |
+
|
93 |
+
.elementor-control-field.seopress-content-analyses .sp-tooltip .sp-tooltip-code {
|
94 |
+
font-family: Menlo, Monaco, Andale Mono, Courier New, monospace;
|
95 |
+
display: block;
|
96 |
+
word-break: break-all;
|
97 |
+
color: #1a7a06;
|
98 |
+
font-size: 11px;
|
99 |
+
}
|
100 |
+
|
101 |
+
.elementor-control-field.seopress-content-analyses .analysis-score .sp-tooltip {
|
102 |
+
vertical-align: middle;
|
103 |
+
font-size: 0.75em;
|
104 |
+
}
|
105 |
+
|
106 |
+
.elementor-control-field.seopress-content-analyses a {
|
107 |
+
color: #0073aa;
|
108 |
+
}
|
109 |
+
|
110 |
+
.elementor-control-field.seopress-content-analyses .wrap-seopress-analysis {
|
111 |
+
display: inline-block;
|
112 |
+
width: 100%;
|
113 |
+
}
|
114 |
+
|
115 |
+
.elementor-control-field.seopress-content-analyses .col-left {
|
116 |
+
width: calc(50% - 30px);
|
117 |
+
float: left;
|
118 |
+
margin-right: 30px;
|
119 |
+
}
|
120 |
+
|
121 |
+
.elementor-control-field.seopress-content-analyses .col-right {
|
122 |
+
float: right;
|
123 |
+
width: 50%;
|
124 |
+
}
|
125 |
+
|
126 |
+
.elementor-control-field.seopress-content-analyses #seopress_suggestions {
|
127 |
+
display: inline-block;
|
128 |
+
width: 100%;
|
129 |
+
margin: 0;
|
130 |
+
height: auto;
|
131 |
+
padding: 20px 0;
|
132 |
+
}
|
133 |
+
|
134 |
+
.elementor-control-field.seopress-content-analyses #seopress_suggestions li {
|
135 |
+
list-style: none;
|
136 |
+
margin: 5px;
|
137 |
+
display: inline-block;
|
138 |
+
}
|
139 |
+
|
140 |
+
.elementor-control-field.seopress-content-analyses .analysis-score {
|
141 |
+
clear: both;
|
142 |
+
border-top: 1px solid #e2e4e7;
|
143 |
+
display: flex;
|
144 |
+
justify-content: space-between;
|
145 |
+
align-items: center;
|
146 |
+
}
|
147 |
+
|
148 |
+
.elementor-control-field.seopress-content-analyses .column-seopress_score .analysis-score {
|
149 |
+
display: flex;
|
150 |
+
align-content: center;
|
151 |
+
}
|
152 |
+
|
153 |
+
.elementor-control-field.seopress-content-analyses .analysis-score p,
|
154 |
+
.elementor-control-field.seopress-content-analyses .column-seopress_score .analysis-score p {
|
155 |
+
margin: 1em 0;
|
156 |
+
color: #333;
|
157 |
+
font-weight: bold;
|
158 |
+
font-size: 1.2em;
|
159 |
+
}
|
160 |
+
|
161 |
+
.elementor-control-field.seopress-content-analyses .analysis-score svg,
|
162 |
+
.elementor-control-field.seopress-content-analyses .column-seopress_score .analysis-score svg {
|
163 |
+
display: inline-block;
|
164 |
+
height: 30px;
|
165 |
+
width: 30px;
|
166 |
+
margin: 0;
|
167 |
+
border-radius: 100%;
|
168 |
+
position: relative;
|
169 |
+
font-weight: 600;
|
170 |
+
shape-rendering: geometricprecision;
|
171 |
+
font-size: 0.5rem;
|
172 |
+
vertical-align: middle;
|
173 |
+
margin-right: 15px;
|
174 |
+
}
|
175 |
+
|
176 |
+
.elementor-control-field.seopress-content-analyses .column-seopress_score .analysis-score p,
|
177 |
+
.elementor-control-field.seopress-content-analyses .column-seopress_score .analysis-score svg {
|
178 |
+
margin: 0;
|
179 |
+
}
|
180 |
+
|
181 |
+
@keyframes loadingPulse{
|
182 |
+
0%{stroke:#adc5d2}
|
183 |
+
50%{stroke:#00a0d2}
|
184 |
+
100%{stroke:#adc5d2}
|
185 |
+
}
|
186 |
+
|
187 |
+
.elementor-control-field.seopress-content-analyses .analysis-score .loading #bar {
|
188 |
+
stroke-dashoffset: 0 !important;
|
189 |
+
stroke: #adc5d2 !important;
|
190 |
+
animation: loadingPulse 3s infinite ease-in-out;
|
191 |
+
}
|
192 |
+
|
193 |
+
.elementor-control-field.seopress-content-analyses .analysis-score .good #bar,
|
194 |
+
.elementor-control-field.seopress-content-analyses .column-seopress_score .analysis-score #bar.good {
|
195 |
+
stroke: #46b450;
|
196 |
+
}
|
197 |
+
|
198 |
+
.elementor-control-field.seopress-content-analyses .analysis-score .notgood #bar,
|
199 |
+
.elementor-control-field.seopress-content-analyses .column-seopress_score .analysis-score #bar.notgood {
|
200 |
+
stroke-dashoffset: 565;
|
201 |
+
stroke: #ffb900;
|
202 |
+
}
|
203 |
+
|
204 |
+
.elementor-control-field.seopress-content-analyses .analysis-score svg circle,
|
205 |
+
.elementor-control-field.seopress-content-analyses .column-seopress_score .analysis-score svg circle {
|
206 |
+
stroke-dashoffset: 0;
|
207 |
+
transition: stroke-dashoffset 1s linear;
|
208 |
+
stroke: #ccc;
|
209 |
+
stroke-width: 2em;
|
210 |
+
}
|
211 |
+
|
212 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis {
|
213 |
+
clear: both;
|
214 |
+
}
|
215 |
+
|
216 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-title {
|
217 |
+
border-top: 1px solid #e2e4e7;
|
218 |
+
position: relative;
|
219 |
+
}
|
220 |
+
|
221 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-title .impact {
|
222 |
+
position: absolute;
|
223 |
+
left: 10px;
|
224 |
+
top:calc(50% - 5px);
|
225 |
+
width: 10px;
|
226 |
+
height: 10px;
|
227 |
+
border-radius: 50px;
|
228 |
+
padding: 0;
|
229 |
+
margin: 0;
|
230 |
+
border: 1px solid #fff;
|
231 |
+
}
|
232 |
+
|
233 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-content .impact.high {
|
234 |
+
background: #e25950;
|
235 |
+
box-shadow: none;
|
236 |
+
color: #fff;
|
237 |
+
padding: 2px 4px;
|
238 |
+
margin-left: 5px;
|
239 |
+
border-radius: 4px;
|
240 |
+
font-weight: 700;
|
241 |
+
}
|
242 |
+
|
243 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis .impact.good {
|
244 |
+
background: #46b450;
|
245 |
+
box-shadow: 0 0 5px #46b450;
|
246 |
+
}
|
247 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis .impact.low {
|
248 |
+
background: #FFDE24;
|
249 |
+
box-shadow: 0 0 5px #FFDE24;
|
250 |
+
}
|
251 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis .impact.medium {
|
252 |
+
background: #e39f48;
|
253 |
+
box-shadow: 0 0 5px #e39f48;
|
254 |
+
}
|
255 |
+
|
256 |
+
.elementor-control-field.seopress-content-analyses .impact.high, .elementor-control-field.seopress-content-analyses .gr-analysis .impact.high {
|
257 |
+
background: #e25950;
|
258 |
+
box-shadow: 0 0 5px #e25950;
|
259 |
+
}
|
260 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-content .impact.high {
|
261 |
+
background: #e25950;
|
262 |
+
box-shadow: none;
|
263 |
+
color:#fff;
|
264 |
+
padding: 2px 4px;
|
265 |
+
margin-left: 5px;
|
266 |
+
border-radius: 4px;
|
267 |
+
font-weight: bold;
|
268 |
+
}
|
269 |
+
|
270 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-title button {
|
271 |
+
background: #fff;
|
272 |
+
border: 0;
|
273 |
+
cursor: pointer;
|
274 |
+
display: block;
|
275 |
+
margin: 0;
|
276 |
+
position: relative;
|
277 |
+
text-align: left;
|
278 |
+
width: 100%;
|
279 |
+
padding: 15px 30px;
|
280 |
+
align-items: center;
|
281 |
+
transition: all 300ms linear;
|
282 |
+
}
|
283 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-title button:hover {
|
284 |
+
background: #f3f4f5;
|
285 |
+
}
|
286 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-title button:focus {
|
287 |
+
color: #191e23;
|
288 |
+
border: none;
|
289 |
+
box-shadow: none;
|
290 |
+
outline-offset: -2px;
|
291 |
+
outline: 1px dotted #555d66;
|
292 |
+
}
|
293 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-title button .sp-arrow::after {
|
294 |
+
content:"\f343";
|
295 |
+
font-family: "Dashicons";
|
296 |
+
position: absolute;
|
297 |
+
right: 10px;
|
298 |
+
top: calc(50% - 7px);
|
299 |
+
}
|
300 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-title button.open .sp-arrow::after {
|
301 |
+
content:"\f347";
|
302 |
+
}
|
303 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-content {
|
304 |
+
padding: 0 1rem 0.5rem 1rem;
|
305 |
+
display: none;
|
306 |
+
width: 100%;
|
307 |
+
border-top: 1px solid #e2e4e7;
|
308 |
+
box-sizing: border-box;
|
309 |
+
}
|
310 |
+
|
311 |
+
.elementor-control-field.seopress-content-analyses table.wp-list-table .manage_column.column-seopress_noindex,
|
312 |
+
.elementor-control-field.seopress-content-analyses table.wp-list-table .manage_column.column-seopress_tkw,
|
313 |
+
.elementor-control-field.seopress-content-analyses table.wp-list-table .manage_column.column-seopress_redirect_url,
|
314 |
+
.elementor-control-field.seopress-content-analyses table.wp-list-table .manage_column.column-seopress_canonical,
|
315 |
+
.elementor-control-field.seopress-content-analyses table.wp-list-table .manage_column.column-seopress_redirect_enable,
|
316 |
+
.elementor-control-field.seopress-content-analyses table.wp-list-table .manage_column.column-seopress_desc,
|
317 |
+
.elementor-control-field.seopress-content-analyses table.wp-list-table .manage_column.column-seopress_title,
|
318 |
+
.elementor-control-field.seopress-content-analyses table.wp-list-table .manage_column.column-seopress_insights {
|
319 |
+
width: 7%!important;
|
320 |
+
}
|
321 |
+
.elementor-control-field.seopress-content-analyses h3 {
|
322 |
+
margin: 0;
|
323 |
+
font-size: 1em;
|
324 |
+
}
|
325 |
+
.elementor-control-field.seopress-content-analyses h4 {
|
326 |
+
border-bottom: 1px solid #e2e4e7;
|
327 |
+
padding-bottom: 0.5rem;
|
328 |
+
text-transform: uppercase;
|
329 |
+
font-size: 0.85em;
|
330 |
+
position: -webkit-sticky; /* Required for Safari */
|
331 |
+
position: sticky;
|
332 |
+
top: 0;
|
333 |
+
background: #fff;
|
334 |
+
color: #444;
|
335 |
+
font-weight: 600;
|
336 |
+
margin: 1.33em 0;
|
337 |
+
}
|
338 |
+
.elementor-control-field.seopress-content-analyses .wrap-analysis-img ul {
|
339 |
+
display: flex;
|
340 |
+
flex-wrap: wrap;
|
341 |
+
}
|
342 |
+
.elementor-control-field.seopress-content-analyses .wrap-analysis-img ul li {
|
343 |
+
padding: 0;
|
344 |
+
text-align: left;
|
345 |
+
cursor: default;
|
346 |
+
}
|
347 |
+
.elementor-control-field.seopress-content-analyses .wrap-analysis-img h4 {
|
348 |
+
border-bottom: 1px solid #ddd;
|
349 |
+
padding-bottom: 10px;
|
350 |
+
}
|
351 |
+
.elementor-control-field.seopress-content-analyses .wrap-analysis-img ul li img {
|
352 |
+
max-width: 150px;
|
353 |
+
max-height: 150px;
|
354 |
+
object-fit: cover;
|
355 |
+
border: 1px solid #f3f4f5;
|
356 |
+
cursor: default;
|
357 |
+
padding: 1px;
|
358 |
+
}
|
359 |
+
|
360 |
+
.elementor-control-field.seopress-content-analyses .notice {
|
361 |
+
padding: 10px 14px;
|
362 |
+
}
|
363 |
+
|
364 |
+
.elementor-control-field.seopress-content-analyses .dashicons {
|
365 |
+
vertical-align: middle;
|
366 |
+
}
|
367 |
+
|
368 |
+
.elementor-control-field.seopress-content-analyses #seopress-analysis-tabs {
|
369 |
+
clear: both;
|
370 |
+
margin-top: 10px;
|
371 |
+
width: 100%;
|
372 |
+
}
|
373 |
+
|
374 |
+
.elementor-control-field.seopress-content-analyses .inside {
|
375 |
+
margin: 0;
|
376 |
+
padding: 0;
|
377 |
+
}
|
378 |
+
|
379 |
+
.elementor-control-field.seopress-content-analyses .ui-tabs .ui-tabs-nav {
|
380 |
+
display: inline-block;
|
381 |
+
min-height: 26px;
|
382 |
+
position: relative;
|
383 |
+
width: 100%;
|
384 |
+
z-index: 10;
|
385 |
+
margin: 0;
|
386 |
+
border-radius: 0;
|
387 |
+
padding: 0;
|
388 |
+
background: #f3f4f5;
|
389 |
+
border: none;
|
390 |
+
}
|
391 |
+
|
392 |
+
.elementor-control-field.seopress-content-analyses .ui-helper-clearfix:after {
|
393 |
+
content: none;
|
394 |
+
}
|
395 |
+
|
396 |
+
.seopress_page_seopress-titles #seopress-tabs .form-table td,.seopress_page_seopress-titles .form-table td {
|
397 |
+
padding: 0;
|
398 |
+
}
|
399 |
+
|
400 |
+
.elementor-control-field.seopress-content-analyses .ui-tabs .ui-tabs-panel {
|
401 |
+
background: #FFF;
|
402 |
+
border-radius: 0;
|
403 |
+
display: inline-block;
|
404 |
+
padding: 1em 1.4em;
|
405 |
+
width: 100%;
|
406 |
+
box-sizing: border-box;
|
407 |
+
}
|
408 |
+
.dashicons-info,.elementor-control-field.seopress-content-analyses .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_pro_cpt .dashicons-info {
|
409 |
+
font-size: 16px;
|
410 |
+
vertical-align: middle;
|
411 |
+
height: 16px;
|
412 |
+
width: 16px;
|
413 |
+
}
|
414 |
+
|
415 |
+
.elementor-control-field.seopress-content-analyses .ui-tabs .ui-tabs-nav li,.elementor-control-field.seopress-content-analyses .ui-tabs-anchor {
|
416 |
+
cursor: pointer!important;
|
417 |
+
}
|
418 |
+
|
419 |
+
.elementor-control-field.seopress-content-analyses .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
420 |
+
position: relative;
|
421 |
+
z-index: 60;
|
422 |
+
cursor: pointer;
|
423 |
+
border-radius: 0;
|
424 |
+
border-bottom: 3px solid #0085ba;
|
425 |
+
}
|
426 |
+
label,.elementor-control-field.seopress-content-analyses #tabs-1 label,.elementor-control-field.seopress-content-analyses #tabs-2 label[for=seopress_robots_breadcrumbs_meta],.elementor-control-field.seopress-content-analyses #tabs-2 label[for=seopress_robots_canonical_meta],.elementor-control-field.seopress-content-analyses #tabs-2 label[for=seopress_robots_primary_cat_meta],.elementor-control-field.seopress-content-analyses #tabs-3 label,.elementor-control-field.seopress-content-analyses #tabs-4 label,.elementor-control-field.seopress-content-analyses #tabs-5 label,.elementor-control-field.seopress-content-analyses #tabs-6 label,.elementor-control-field.seopress-content-analyses .subsection-title {
|
427 |
+
display: block;
|
428 |
+
margin: 20px 0 5px;
|
429 |
+
font-weight: 700;
|
430 |
+
}
|
431 |
+
|
432 |
+
.elementor-control-field.seopress-content-analyses .wp-color-result {
|
433 |
+
margin: 0;
|
434 |
+
}
|
435 |
+
input[type=text],.elementor-control-field.seopress-content-analyses #tabs-1 input,.elementor-control-field.seopress-content-analyses #tabs-2 input[type=text],.elementor-control-field.seopress-content-analyses #tabs-3 input[type=text],.elementor-control-field.seopress-content-analyses #tabs-3 textarea,.elementor-control-field.seopress-content-analyses #tabs-4 input[type=text],.elementor-control-field.seopress-content-analyses #tabs-5 input[type=text],.elementor-control-field.seopress-content-analyses #tabs-6 input[type=text],.elementor-control-field.seopress-content-analyses #tabs-6 textarea {
|
436 |
+
width: 100%;
|
437 |
+
display: inline-block;
|
438 |
+
}
|
439 |
+
|
440 |
+
.elementor-control-field.seopress-content-analyses #tabs-1 input {
|
441 |
+
width: 100%;
|
442 |
+
}
|
443 |
+
|
444 |
+
.elementor-control-field.seopress-content-analyses .dashicons-no-alt, .elementor-control-field.seopress-content-analyses .dashicons-yes {
|
445 |
+
color: #fff;
|
446 |
+
background: #12bd10;
|
447 |
+
border-radius: 50px;
|
448 |
+
margin-right: 10px;
|
449 |
+
}
|
450 |
+
|
451 |
+
.elementor-control-field.seopress-content-analyses .dashicons-no-alt {
|
452 |
+
background: #e25950;
|
453 |
+
}
|
454 |
+
|
455 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-content p {
|
456 |
+
font-size: 13px;
|
457 |
+
line-height: 1.5;
|
458 |
+
margin: 1em 0;
|
459 |
+
}
|
460 |
+
|
461 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-content ul {
|
462 |
+
margin: 13px 0;
|
463 |
+
}
|
464 |
+
|
465 |
+
.elementor-control-field.seopress-content-analyses .gr-analysis-content li {
|
466 |
+
margin-bottom: 6px;
|
467 |
+
line-height: 1.4;
|
468 |
+
font-size: 13px;
|
469 |
+
}
|
470 |
+
|
471 |
+
#seopress_launch_analysis {
|
472 |
+
background-color: #6d7882;
|
473 |
+
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
|
474 |
+
box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
|
475 |
+
}
|
476 |
+
|
477 |
+
#seopress_launch_analysis:hover {
|
478 |
+
opacity: 0.8;
|
479 |
+
}
|
inc/admin/page-builders/elementor/assets/css/google-suggestions.css
ADDED
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.seopress-google-suggestions #seopress_suggestions {
|
2 |
+
display: inline-block;
|
3 |
+
width: 100%;
|
4 |
+
margin: 0;
|
5 |
+
height: auto;
|
6 |
+
}
|
7 |
+
|
8 |
+
.seopress-google-suggestions .sp-tooltip {
|
9 |
+
position: relative;
|
10 |
+
margin-left: 5px;
|
11 |
+
display: inline-block;
|
12 |
+
cursor: help;
|
13 |
+
vertical-align: bottom;
|
14 |
+
text-align: left;
|
15 |
+
background: 0 0;
|
16 |
+
border: none;
|
17 |
+
padding: 0;
|
18 |
+
}
|
19 |
+
|
20 |
+
.seopress-google-suggestions .sp-tooltip .sp-tooltiptext {
|
21 |
+
visibility: hidden;
|
22 |
+
position: absolute;
|
23 |
+
z-index: 999999999;
|
24 |
+
width: 300px;
|
25 |
+
right: -260px;
|
26 |
+
padding: 20px;
|
27 |
+
top: 25px;
|
28 |
+
font-weight: 400;
|
29 |
+
box-shadow: 0 3px 30px rgba(25,30,35,.1);
|
30 |
+
border: 1px solid #e2e4e7;
|
31 |
+
background: #fff;
|
32 |
+
word-break: break-word;
|
33 |
+
text-transform: none;
|
34 |
+
}
|
35 |
+
|
36 |
+
.seopress-google-suggestions .sp-tooltip .sp-tooltiptext::before {
|
37 |
+
border: 8px solid #e2e4e7;
|
38 |
+
top: -8px;
|
39 |
+
}
|
40 |
+
|
41 |
+
.seopress-google-suggestions .sp-tooltip .sp-tooltiptext::after {
|
42 |
+
border: 8px solid #fff;
|
43 |
+
top: -6px;
|
44 |
+
}
|
45 |
+
|
46 |
+
.seopress-google-suggestions .sp-tooltip .sp-tooltiptext::after,
|
47 |
+
.seopress-google-suggestions .sp-tooltip .sp-tooltiptext::before {
|
48 |
+
border-bottom-style: solid;
|
49 |
+
border-left-color: transparent;
|
50 |
+
border-right-color: transparent;
|
51 |
+
border-top: none;
|
52 |
+
margin-left: -10px;
|
53 |
+
content: "";
|
54 |
+
position: absolute;
|
55 |
+
height: 0;
|
56 |
+
width: 0;
|
57 |
+
line-height: 0;
|
58 |
+
left: 30px;
|
59 |
+
}
|
60 |
+
|
61 |
+
.seopress-google-suggestions .sp-tooltip .sp-tooltip-headings {
|
62 |
+
font-size: 18px;
|
63 |
+
font-weight: 600;
|
64 |
+
margin-bottom: 20px;
|
65 |
+
display: block;
|
66 |
+
}
|
67 |
+
|
68 |
+
.seopress-google-suggestions .sp-tooltip .sp-tooltip-desc {
|
69 |
+
margin-bottom: 20px;
|
70 |
+
display: block;
|
71 |
+
border-bottom: 1px solid #e2e4e7;
|
72 |
+
padding-bottom: 20px;
|
73 |
+
font-size: 13px;
|
74 |
+
}
|
75 |
+
|
76 |
+
.seopress-google-suggestions .sp-tooltip .sp-tooltip-code {
|
77 |
+
font-family: Menlo,Monaco,Andale Mono,Courier New,monospace;
|
78 |
+
display: block;
|
79 |
+
word-break: break-all;
|
80 |
+
color: #1a7a06;
|
81 |
+
font-size: 11px;
|
82 |
+
}
|
83 |
+
|
84 |
+
.seopress-google-suggestions #seopress_google_suggest_kw_meta {
|
85 |
+
width: 100%;
|
86 |
+
margin: 5px 0;
|
87 |
+
}
|
88 |
+
|
89 |
+
.seopress-google-suggestions label[for=seopress_google_suggest_kw_meta] {
|
90 |
+
width: 100%;
|
91 |
+
margin: 0;
|
92 |
+
}
|
93 |
+
|
94 |
+
.seopress-google-suggestions .elementor-button.elementor-button-default {
|
95 |
+
background-color: #0071a1;
|
96 |
+
}
|
97 |
+
|
98 |
+
.seopress-google-suggestions .elementor-button.elementor-button-default:hover {
|
99 |
+
background-color: #0071a1;
|
100 |
+
opacity: 0.8;
|
101 |
+
}
|
102 |
+
|
103 |
+
.seopress-google-suggestions #seopress_suggestions li {
|
104 |
+
list-style: none;
|
105 |
+
margin: 5px;
|
106 |
+
display: inline-block;
|
107 |
+
border: 1px solid #0073aa;
|
108 |
+
border-radius: 3px;
|
109 |
+
white-space: nowrap;
|
110 |
+
min-height: 26px;
|
111 |
+
line-height: 2.18181818;
|
112 |
+
padding: 0 8px;
|
113 |
+
font-size: 11px;
|
114 |
+
background: #f3f5f6;
|
115 |
+
}
|
116 |
+
|
117 |
+
.seopress-google-suggestions #seopress_suggestions li:hover {
|
118 |
+
background: #f1f1f1;
|
119 |
+
border-color: #016087;
|
120 |
+
|
121 |
+
}
|
122 |
+
|
123 |
+
.seopress-google-suggestions #seopress_suggestions li a {
|
124 |
+
color: #0073aa;
|
125 |
+
}
|
126 |
+
|
127 |
+
.seopress-google-suggestions #seopress_suggestions li a:hover {
|
128 |
+
text-decoration: none;
|
129 |
+
}
|
130 |
+
|
131 |
+
.seopress-google-suggestions .sp-tooltip .dashicons {
|
132 |
+
color: #666;
|
133 |
+
}
|
134 |
+
|
135 |
+
.elementor-control-field.seopress-google-suggestions .sp-tooltip:hover .sp-tooltiptext,
|
136 |
+
.elementor-control-field.seopress-google-suggestions .sp-tooltip:focus .sp-tooltiptext,
|
137 |
+
.elementor-control-field.seopress-google-suggestions .sp-tooltip:active .sp-tooltiptext {
|
138 |
+
visibility: visible;
|
139 |
+
}
|
inc/admin/page-builders/elementor/assets/css/social-preview.css
CHANGED
@@ -168,4 +168,216 @@
|
|
168 |
-webkit-box-orient: vertical;
|
169 |
display: -webkit-box;
|
170 |
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
}
|
168 |
-webkit-box-orient: vertical;
|
169 |
display: -webkit-box;
|
170 |
text-overflow: ellipsis;
|
171 |
+
}
|
172 |
+
|
173 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview {
|
174 |
+
font-family: arial,sans-serif;
|
175 |
+
word-break: break-all;
|
176 |
+
}
|
177 |
+
|
178 |
+
.elementor-control-field.google-snippet-box .wrap-toggle-preview {
|
179 |
+
position: relative;
|
180 |
+
margin: 10px 0;
|
181 |
+
}
|
182 |
+
|
183 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .wrap-snippet {
|
184 |
+
margin: 0 0 10px 0;
|
185 |
+
box-shadow: 0 1px 6px rgba(32,33,36,.28);
|
186 |
+
border-radius: 8px;
|
187 |
+
padding: 12px 16px;
|
188 |
+
}
|
189 |
+
|
190 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink,
|
191 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-permalink {
|
192 |
+
display: none;
|
193 |
+
}
|
194 |
+
|
195 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview .snippet-permalink {
|
196 |
+
color: #006621;
|
197 |
+
font-size: 14px;
|
198 |
+
font-style: normal;
|
199 |
+
font-weight: 400;
|
200 |
+
line-height: 16px;
|
201 |
+
overflow: hidden;
|
202 |
+
text-overflow: ellipsis;
|
203 |
+
white-space: nowrap;
|
204 |
+
}
|
205 |
+
|
206 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .wrap-m-icon-permalink {
|
207 |
+
overflow: hidden;
|
208 |
+
text-overflow: ellipsis;
|
209 |
+
white-space: nowrap;
|
210 |
+
margin-bottom: 12px;
|
211 |
+
display: flex;
|
212 |
+
}
|
213 |
+
|
214 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-favicon {
|
215 |
+
margin-right: 12px;
|
216 |
+
vertical-align: middle;
|
217 |
+
}
|
218 |
+
|
219 |
+
|
220 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-favicon img {
|
221 |
+
width: 16px;
|
222 |
+
height: 16px;
|
223 |
+
max-width: inherit;
|
224 |
+
}
|
225 |
+
|
226 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview .snippet-permalink {
|
227 |
+
color: #006621;
|
228 |
+
font-size: 14px;
|
229 |
+
font-style: normal;
|
230 |
+
font-weight: 400;
|
231 |
+
line-height: 16px;
|
232 |
+
overflow: hidden;
|
233 |
+
text-overflow: ellipsis;
|
234 |
+
white-space: nowrap;
|
235 |
+
}
|
236 |
+
|
237 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .wrap-m-icon-permalink .snippet-permalink {
|
238 |
+
display: block;
|
239 |
+
color: #3c4043;
|
240 |
+
font-size: 12px;
|
241 |
+
}
|
242 |
+
|
243 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview .snippet-title, .elementor-control-field.google-snippet-box .google-snippet-preview .snippet-title-custom, .elementor-control-field.google-snippet-box .google-snippet-preview .snippet-title-default {
|
244 |
+
color: #1a0dab;
|
245 |
+
font-size: 18px;
|
246 |
+
font-weight: 400;
|
247 |
+
line-height: 21.6px;
|
248 |
+
}
|
249 |
+
|
250 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-title, .elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-title-custom, .elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-title-default {
|
251 |
+
font-size: 16px;
|
252 |
+
line-height: 20px;
|
253 |
+
margin-bottom: 12px;
|
254 |
+
}
|
255 |
+
|
256 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview .snippet-description, .elementor-control-field.google-snippet-box .google-snippet-preview .snippet-description-custom, .elementor-control-field.google-snippet-box .google-snippet-preview .snippet-description-default {
|
257 |
+
color: #545454;
|
258 |
+
font-size: 14px;
|
259 |
+
font-weight: 400;
|
260 |
+
line-height: 18.2px;
|
261 |
+
display: inline;
|
262 |
+
}
|
263 |
+
|
264 |
+
.elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-description, .elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-description-custom, .elementor-control-field.google-snippet-box .google-snippet-preview.mobile-preview .snippet-description-default {
|
265 |
+
color: #3c4043;
|
266 |
+
font-size: 14px;
|
267 |
+
line-height: 20px;
|
268 |
+
}
|
269 |
+
|
270 |
+
.elementor-control-field.google-snippet-box .wrap-toggle-preview p {
|
271 |
+
display: flex;
|
272 |
+
align-items: center;
|
273 |
+
}
|
274 |
+
|
275 |
+
|
276 |
+
.elementor-control-field.google-snippet-box input.toggle+label {
|
277 |
+
display: inline-block;
|
278 |
+
position: relative;
|
279 |
+
box-shadow: inset 0 0 0 1px #d5d5d5;
|
280 |
+
text-indent: -5000px;
|
281 |
+
height: 20px;
|
282 |
+
width: 40px;
|
283 |
+
border-radius: 15px;
|
284 |
+
}
|
285 |
+
|
286 |
+
.elementor-control-field.google-snippet-box input.toggle {
|
287 |
+
max-height: 0;
|
288 |
+
max-width: 0;
|
289 |
+
opacity: 0;
|
290 |
+
position: relative;
|
291 |
+
}
|
292 |
+
|
293 |
+
.elementor-control-field.google-snippet-box input.toggle+label {
|
294 |
+
margin: 0;
|
295 |
+
}
|
296 |
+
|
297 |
+
.elementor-control-field.google-snippet-box input.toggle+label {
|
298 |
+
display: inline-block;
|
299 |
+
position: relative;
|
300 |
+
box-shadow: inset 0 0 0 1px #d5d5d5;
|
301 |
+
text-indent: -5000px;
|
302 |
+
height: 20px;
|
303 |
+
width: 40px;
|
304 |
+
border-radius: 15px;
|
305 |
+
margin-left: 8px;
|
306 |
+
cursor: pointer;
|
307 |
+
}
|
308 |
+
|
309 |
+
.elementor-control-field.google-snippet-box input.toggle[data-toggle='1']+label:before {
|
310 |
+
width: 40px;
|
311 |
+
background: #3197d3;
|
312 |
+
}
|
313 |
+
|
314 |
+
.elementor-control-field.google-snippet-box input.toggle+label:before {
|
315 |
+
content: "";
|
316 |
+
position: absolute;
|
317 |
+
display: block;
|
318 |
+
height: 20px;
|
319 |
+
width: 30px;
|
320 |
+
top: 0;
|
321 |
+
left: 0;
|
322 |
+
border-radius: 15px;
|
323 |
+
background: rgba(19,191,17,0);
|
324 |
+
-moz-transition: .25s ease-in-out;
|
325 |
+
-webkit-transition: .25s ease-in-out;
|
326 |
+
transition: .25s ease-in-out;
|
327 |
+
}
|
328 |
+
|
329 |
+
.elementor-control-field.google-snippet-box input.toggle+label:after {
|
330 |
+
content: "";
|
331 |
+
position: absolute;
|
332 |
+
display: block;
|
333 |
+
height: 20px;
|
334 |
+
width: 20px;
|
335 |
+
top: 0;
|
336 |
+
left: 0;
|
337 |
+
border-radius: 15px;
|
338 |
+
background: #fff;
|
339 |
+
box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.2);
|
340 |
+
-moz-transition: .25s ease-in-out;
|
341 |
+
-webkit-transition: .25s ease-in-out;
|
342 |
+
transition: .25s ease-in-out;
|
343 |
+
}
|
344 |
+
|
345 |
+
.elementor-control-field.google-snippet-box input.toggle[data-toggle='1']+label:after {
|
346 |
+
left: 20px;
|
347 |
+
box-shadow: inset 0 0 0 1px #3197d3, 0 2px 4px rgba(0,0,0,.2);
|
348 |
+
}
|
349 |
+
|
350 |
+
.notice, div.error, div.updated {
|
351 |
+
background: #fff;
|
352 |
+
border: 1px solid #ccd0d4;
|
353 |
+
border-left-width: 4px;
|
354 |
+
box-shadow: 0 1px 1px rgba(0,0,0,.04);
|
355 |
+
margin: 5px 15px 2px;
|
356 |
+
padding: 1px 12px;
|
357 |
+
}
|
358 |
+
|
359 |
+
.notice-info {
|
360 |
+
border-left-color: #00a0d2;
|
361 |
+
}
|
362 |
+
|
363 |
+
.facebook-snippet-box .notice,
|
364 |
+
.twitter-snippet-box .notice {
|
365 |
+
padding: 10px 14px;
|
366 |
+
margin: 0 0 10px 0;
|
367 |
+
box-sizing: border-box;
|
368 |
+
width: 100%;
|
369 |
+
}
|
370 |
+
|
371 |
+
.notice-error, div.error {
|
372 |
+
border-left-color: #dc3232;
|
373 |
+
}
|
374 |
+
|
375 |
+
.snippet-fb-img-alert,
|
376 |
+
.snippet-twitter-img-alert {
|
377 |
+
width: 100%;
|
378 |
+
}
|
379 |
+
|
380 |
+
.facebook-snippet-box .notice span,
|
381 |
+
.twitter-snippet-box .notice span {
|
382 |
+
font-weight: 700;
|
383 |
}
|
inc/admin/page-builders/elementor/assets/css/text-letter-counter.css
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.seopress-text-letter-counter .sp-progress, .seopress-setup .sp-progress, .seopress-styles .sp-progress {
|
2 |
+
display: -ms-flexbox;
|
3 |
+
display: flex;
|
4 |
+
height: 1rem;
|
5 |
+
overflow: hidden;
|
6 |
+
font-size: .75rem;
|
7 |
+
background-color: #e9ecef;
|
8 |
+
border-radius: .25rem .25rem 0 0;
|
9 |
+
}
|
10 |
+
|
11 |
+
.seopress-text-letter-counter .sp-progress-bar, .seopress-setup .sp-progress-bar, .seopress-styles .sp-progress-bar {
|
12 |
+
display: -ms-flexbox;
|
13 |
+
display: flex;
|
14 |
+
-ms-flex-direction: column;
|
15 |
+
flex-direction: column;
|
16 |
+
-ms-flex-pack: center;
|
17 |
+
justify-content: center;
|
18 |
+
color: #fff;
|
19 |
+
text-align: center;
|
20 |
+
white-space: nowrap;
|
21 |
+
background-color: #0085ba;
|
22 |
+
transition: width .6s ease;
|
23 |
+
}
|
24 |
+
|
25 |
+
.seopress-text-letter-counter .wrap-seopress-counters, .seopress-styles .wrap-seopress-counters {
|
26 |
+
text-align: right;
|
27 |
+
background: #e9ecef;
|
28 |
+
padding: 2px 5px;
|
29 |
+
display: flex;
|
30 |
+
font-size: 12px;
|
31 |
+
justify-content: flex-end;
|
32 |
+
border-radius: 0 0 .25rem .25rem;
|
33 |
+
}
|
34 |
+
|
35 |
+
.seopress-text-letter-counter #seopress_titles_desc_counters, .seopress-text-letter-counter #seopress_titles_title_counters {
|
36 |
+
display: inline;
|
37 |
+
margin-right: 5px;
|
38 |
+
}
|
39 |
+
|
40 |
+
.seopress-text-letter-counter .seopress_counters_val {
|
41 |
+
display: inline;
|
42 |
+
font-weight: 700;
|
43 |
+
}
|
44 |
+
|
45 |
+
.seopress-text-letter-counter .wrap-tags, .seopress-option .wrap-tags {
|
46 |
+
position: relative;
|
47 |
+
display: inline-block;
|
48 |
+
width: 100%;
|
49 |
+
margin-bottom: 10px;
|
50 |
+
}
|
51 |
+
|
52 |
+
.seopress-text-letter-counter .tag-title, .seopress-option .tag-title {
|
53 |
+
padding: 4px 8px;
|
54 |
+
position: relative;
|
55 |
+
top: 5px;
|
56 |
+
left: 0;
|
57 |
+
font-size: 11px;
|
58 |
+
float: left;
|
59 |
+
margin-right: 5px;
|
60 |
+
user-select: none;
|
61 |
+
margin-bottom: 5px;
|
62 |
+
background: #fff;
|
63 |
+
color: #6b7c93;
|
64 |
+
box-shadow: 0 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);
|
65 |
+
cursor: pointer;
|
66 |
+
font-weight: 500;
|
67 |
+
border-radius: 4px;
|
68 |
+
transition: all .3s linear;
|
69 |
+
display: flex;
|
70 |
+
align-items: center;
|
71 |
+
}
|
72 |
+
|
73 |
+
.seopress-text-letter-counter .tag-title:active, .seopress-text-letter-counter .tag-title:focus, .seopress-text-letter-counter .tag-title:hover {
|
74 |
+
background: #232323;
|
75 |
+
color: #fff;
|
76 |
+
user-select: none;
|
77 |
+
}
|
78 |
+
|
79 |
+
.seopress-text-letter-counter .tag-title .dashicons, .seopress-option .tag-title .dashicons {
|
80 |
+
padding: 0;
|
81 |
+
height: 16px;
|
82 |
+
width: 16px;
|
83 |
+
font-size: 16px;
|
84 |
+
margin-right: 5px;
|
85 |
+
vertical-align: middle;
|
86 |
+
}
|
inc/admin/page-builders/elementor/assets/js/base.js
ADDED
@@ -0,0 +1,242 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var elSocialData = [];
|
2 |
+
elSocialData.fbDefaultImage = '';
|
3 |
+
elSocialData.twDefaultImage = '';
|
4 |
+
|
5 |
+
function googlePreview() {
|
6 |
+
jQuery.ajax({
|
7 |
+
method: "GET",
|
8 |
+
url: seopressElementorBase.seopress_real_preview,
|
9 |
+
data: {
|
10 |
+
action: "seopress_do_real_preview",
|
11 |
+
post_id: seopressElementorBase.post_id,
|
12 |
+
tax_name: seopressElementorBase.post_tax,
|
13 |
+
origin: seopressElementorBase.origin,
|
14 |
+
post_type: seopressElementorBase.post_type,
|
15 |
+
seopress_analysis_target_kw: seopressElementorBase.keywords,
|
16 |
+
_ajax_nonce: seopressElementorBase.seopress_nonce
|
17 |
+
},
|
18 |
+
success: function(t) {
|
19 |
+
jQuery(".elementor-control-field.google-snippet-box .google-snippet-preview .snippet-title").html(t.data.title);
|
20 |
+
jQuery(".elementor-control-field.google-snippet-box .google-snippet-preview .snippet-title-default").html(t.data.title);
|
21 |
+
jQuery(".elementor-control-field.google-snippet-box .google-snippet-preview .snippet-description").html(t.data.meta_desc);
|
22 |
+
jQuery(".elementor-control-field.google-snippet-box .google-snippet-preview .snippet-description-default").html(t.data.meta_desc);
|
23 |
+
|
24 |
+
const $metaTitle = jQuery("input[data-setting=_seopress_titles_title]");
|
25 |
+
const $metaDesc = jQuery("textarea[data-setting=_seopress_titles_desc]");
|
26 |
+
|
27 |
+
$metaTitle.attr('placeholder', t.data.title);
|
28 |
+
$metaDesc.attr('placeholder', t.data.meta_desc);
|
29 |
+
|
30 |
+
if($metaTitle.val() == '') {
|
31 |
+
elementor.modules.controls.Seopresstextlettercounter.prototype.countLength(false, $metaTitle);
|
32 |
+
}
|
33 |
+
|
34 |
+
if($metaDesc.val() == '') {
|
35 |
+
elementor.modules.controls.Seopresstextlettercounter.prototype.countLength(false, $metaDesc);
|
36 |
+
}
|
37 |
+
}
|
38 |
+
})
|
39 |
+
}
|
40 |
+
|
41 |
+
function socialPreview() {
|
42 |
+
jQuery.ajax({
|
43 |
+
method: "GET",
|
44 |
+
url: seopressElementorBase.seopress_real_preview,
|
45 |
+
data: {
|
46 |
+
action: "seopress_do_real_preview",
|
47 |
+
post_id: seopressElementorBase.post_id,
|
48 |
+
tax_name: seopressElementorBase.post_tax,
|
49 |
+
origin: seopressElementorBase.origin,
|
50 |
+
post_type: seopressElementorBase.post_type,
|
51 |
+
seopress_analysis_target_kw: seopressElementorBase.keywords,
|
52 |
+
_ajax_nonce: seopressElementorBase.seopress_nonce
|
53 |
+
},
|
54 |
+
success: socialPreviewFillData
|
55 |
+
})
|
56 |
+
}
|
57 |
+
|
58 |
+
function socialPreviewFillData(s) {
|
59 |
+
typeof s.data.og_title ==="undefined" ? og_title = "" : og_title = s.data.og_title.values;
|
60 |
+
typeof s.data.og_desc ==="undefined" ? og_desc = "" : og_desc = s.data.og_desc.values;
|
61 |
+
typeof s.data.og_img ==="undefined" ? og_img = "" : og_img = s.data.og_img.values;
|
62 |
+
typeof s.data.og_url ==="undefined" ? og_url = "" : og_url = s.data.og_url.host;
|
63 |
+
typeof s.data.og_site_name ==="undefined" ? og_site_name = "" : og_site_name = s.data.og_site_name.values;
|
64 |
+
typeof s.data.tw_title ==="undefined" ? tw_title = "" : tw_title = s.data.tw_title.values;
|
65 |
+
typeof s.data.tw_desc ==="undefined" ? tw_desc = "" : tw_desc = s.data.tw_desc.values;
|
66 |
+
typeof s.data.tw_img ==="undefined" ? tw_img = "" : tw_img = s.data.tw_img.values;
|
67 |
+
typeof s.data.meta_robots ==="undefined" ? meta_robots = "" : meta_robots = s.data.meta_robots[0];
|
68 |
+
|
69 |
+
var data_arr = {og_title : og_title,
|
70 |
+
og_desc : og_desc,
|
71 |
+
og_img : og_img,
|
72 |
+
og_url : og_url,
|
73 |
+
og_site_name : og_site_name,
|
74 |
+
tw_title : tw_title,
|
75 |
+
tw_desc : tw_desc,
|
76 |
+
tw_img : tw_img
|
77 |
+
};
|
78 |
+
|
79 |
+
for (var key in data_arr) {
|
80 |
+
if (data_arr.length) {
|
81 |
+
if (data_arr[key].length > 1) {
|
82 |
+
key = data_arr[key].slice(-1)[0];
|
83 |
+
} else {
|
84 |
+
key = data_arr[key][0];
|
85 |
+
}
|
86 |
+
}
|
87 |
+
}
|
88 |
+
|
89 |
+
// Facebook Preview
|
90 |
+
if (data_arr.og_title) {
|
91 |
+
$fbTitle = jQuery('input[data-setting=_seopress_social_fb_title]');
|
92 |
+
|
93 |
+
$fbTitle.attr('placeholder', data_arr.og_title[0]);
|
94 |
+
}
|
95 |
+
|
96 |
+
if (data_arr.og_desc) {
|
97 |
+
$fbDesc = jQuery('textarea[data-setting=_seopress_social_fb_desc]');
|
98 |
+
|
99 |
+
$fbDesc.attr('placeholder', data_arr.og_desc[0]);
|
100 |
+
}
|
101 |
+
|
102 |
+
if (data_arr.og_img) {
|
103 |
+
elSocialData.fbDefaultImage = data_arr.og_img[0];
|
104 |
+
jQuery('.snippet-fb-img img').attr('src', data_arr.og_img[0]);
|
105 |
+
}
|
106 |
+
|
107 |
+
jQuery(".facebook-snippet-preview .snippet-fb-url").html(data_arr.og_url),
|
108 |
+
jQuery(".facebook-snippet-preview .snippet-fb-site-name").html(data_arr.og_site_name)
|
109 |
+
|
110 |
+
// Twitter Preview
|
111 |
+
if (data_arr.tw_title) {
|
112 |
+
$twTitle = jQuery('input[data-setting=_seopress_social_twitter_title]');
|
113 |
+
|
114 |
+
$twTitle.attr('placeholder', data_arr.tw_title[0]);
|
115 |
+
}
|
116 |
+
|
117 |
+
if (data_arr.tw_desc) {
|
118 |
+
$twDesc = jQuery('textarea[data-setting=_seopress_social_twitter_desc]');
|
119 |
+
|
120 |
+
$twDesc.attr('placeholder', data_arr.tw_desc[0]);
|
121 |
+
}
|
122 |
+
|
123 |
+
if (data_arr.tw_img) {
|
124 |
+
elSocialData.twDefaultImage = data_arr.tw_img[0];
|
125 |
+
jQuery('.snippet-twitter-img-default img').attr('src', data_arr.tw_img[0]);
|
126 |
+
}
|
127 |
+
}
|
128 |
+
|
129 |
+
function contentAnalysisToggle() {
|
130 |
+
var stop = false;
|
131 |
+
jQuery(document).on('click', '.gr-analysis-title .btn-toggle', function(event) {
|
132 |
+
if (stop) {
|
133 |
+
event.stopImmediatePropagation();
|
134 |
+
event.preventDefault();
|
135 |
+
stop = false;
|
136 |
+
}
|
137 |
+
jQuery(this).toggleClass('open');
|
138 |
+
jQuery(this).parent().parent().next('.gr-analysis-content').toggle();
|
139 |
+
});
|
140 |
+
|
141 |
+
//Show all
|
142 |
+
jQuery(document).on('click', '#expand-all', function(e) {
|
143 |
+
e.preventDefault();
|
144 |
+
jQuery('.gr-analysis-content').show();
|
145 |
+
});
|
146 |
+
//Hide all
|
147 |
+
jQuery(document).on('click', '#close-all', function(e) {
|
148 |
+
e.preventDefault();
|
149 |
+
jQuery('.gr-analysis-content').hide();
|
150 |
+
});
|
151 |
+
}
|
152 |
+
|
153 |
+
function contentAnalysis() {
|
154 |
+
jQuery.ajax({
|
155 |
+
method: "GET",
|
156 |
+
url: seopressElementorBase.seopress_real_preview,
|
157 |
+
data: {
|
158 |
+
action: "seopress_do_real_preview",
|
159 |
+
post_id: seopressElementorBase.post_id,
|
160 |
+
tax_name: seopressElementorBase.post_tax,
|
161 |
+
origin: seopressElementorBase.origin,
|
162 |
+
post_type: seopressElementorBase.post_type,
|
163 |
+
seopress_analysis_target_kw: seopressElementorBase.keywords,
|
164 |
+
_ajax_nonce: seopressElementorBase.seopress_nonce
|
165 |
+
},
|
166 |
+
beforeSend: function() {
|
167 |
+
jQuery(".analysis-score p span").fadeIn().text(seopressElementorBase.i18n.progress),
|
168 |
+
jQuery(".analysis-score p").addClass('loading')
|
169 |
+
},
|
170 |
+
success: function(s) {
|
171 |
+
typeof s.data.meta_robots ==="undefined" ? meta_robots = "" : meta_robots = s.data.meta_robots[0];
|
172 |
+
|
173 |
+
// Meta Robots
|
174 |
+
meta_robots = meta_robots.toString();
|
175 |
+
|
176 |
+
jQuery("#sp-advanced-alert").empty();
|
177 |
+
|
178 |
+
var if_noindex = new RegExp('noindex');
|
179 |
+
|
180 |
+
if(if_noindex.test(meta_robots)){
|
181 |
+
jQuery("#sp-advanced-alert").append('<span class="impact high" aria-hidden="true"></span>');
|
182 |
+
}
|
183 |
+
|
184 |
+
jQuery("#seopress-analysis-tabs").load("/wp-admin/post.php?post=" + seopressElementorBase.post_id + "&action=edit #seopress-analysis-tabs-1");
|
185 |
+
jQuery(".analysis-score p").removeClass('loading');
|
186 |
+
}
|
187 |
+
})
|
188 |
+
}
|
189 |
+
|
190 |
+
function sp_is_valid_url(string) {
|
191 |
+
var res = string.match(/(http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/g);
|
192 |
+
return (res !== null)
|
193 |
+
}
|
194 |
+
|
195 |
+
function sp_social_img(social_slug) {
|
196 |
+
jQuery(".snippet-"+social_slug+"-img-alert").css("display", "none");
|
197 |
+
const imgSelector = social_slug == 'fb' ? '.snippet-' + social_slug + '-img img' : '.snippet-' + social_slug + '-img-default img';
|
198 |
+
var meta_img_val = jQuery(imgSelector).attr('src');
|
199 |
+
|
200 |
+
// Check valid URL
|
201 |
+
if (typeof meta_img_val != 'undefined' && sp_is_valid_url(meta_img_val) === true) {
|
202 |
+
if(meta_img_val.length > 0) {
|
203 |
+
// Check file URL
|
204 |
+
jQuery.get(meta_img_val).done(function() {
|
205 |
+
// Extract filetype
|
206 |
+
var meta_img_filetype = meta_img_val.split(/\#|\?/)[0].split('.').pop().trim();
|
207 |
+
var types = ['jpg', 'jpeg', 'gif', 'png'];
|
208 |
+
|
209 |
+
if(types.indexOf(meta_img_filetype) == -1) {
|
210 |
+
jQuery(".snippet-"+social_slug+"-img-alert.alert1").css("display", "block");
|
211 |
+
} else {
|
212 |
+
// Extract image size
|
213 |
+
var tmp_img = new Image();
|
214 |
+
tmp_img.src = meta_img_val;
|
215 |
+
jQuery(tmp_img).one('load',function(){
|
216 |
+
pic_real_width = parseInt(tmp_img.width);
|
217 |
+
pic_real_height = parseInt(tmp_img.height);
|
218 |
+
|
219 |
+
// Default minimum size
|
220 |
+
if (social_slug == 'fb') {
|
221 |
+
min_width = 200,
|
222 |
+
min_height = 200
|
223 |
+
} else {
|
224 |
+
min_width = 144,
|
225 |
+
min_height = 144
|
226 |
+
}
|
227 |
+
if(pic_real_width < min_width || pic_real_height < min_height) {
|
228 |
+
jQuery(".snippet-"+social_slug+"-img-alert.alert2").css("display", "block");
|
229 |
+
}
|
230 |
+
ratio_img = (pic_real_width / pic_real_height).toFixed(2);
|
231 |
+
jQuery(".snippet-"+social_slug+"-img-alert.alert4").css("display", "block");
|
232 |
+
jQuery(".snippet-"+social_slug+"-img-alert.alert4 span").text(ratio_img);
|
233 |
+
});
|
234 |
+
}
|
235 |
+
}).fail(function() {
|
236 |
+
jQuery(".snippet-"+social_slug+"-img-alert.alert3").css("display", "block");
|
237 |
+
});
|
238 |
+
}
|
239 |
+
} else {
|
240 |
+
jQuery(document).find(".snippet-"+social_slug+"-img-alert.alert5").css("display", "block");
|
241 |
+
}
|
242 |
+
}
|
inc/admin/page-builders/elementor/assets/js/content-analysis.js
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
contentAnalysisToggle();
|
2 |
+
|
3 |
+
var contentAnalysisView = elementor.modules.controls.BaseData.extend({
|
4 |
+
onReady: function () {
|
5 |
+
elementor.panel.storage.size.width = '495px';
|
6 |
+
elementor.panel.setSize();
|
7 |
+
|
8 |
+
contentAnalysis();
|
9 |
+
jQuery(document).on("click", "#seopress_launch_analysis", function() {
|
10 |
+
contentAnalysis();
|
11 |
+
})
|
12 |
+
}
|
13 |
+
});
|
14 |
+
|
15 |
+
elementor.addControlView('seopress-content-analysis', contentAnalysisView);
|
inc/admin/page-builders/elementor/assets/js/google-suggestions.js
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
const addKeywords = function(e) {
|
2 |
+
e.preventDefault();
|
3 |
+
if(jQuery(document).find('input[data-setting=_seopress_analysis_target_kw]').val().length == 0){
|
4 |
+
jQuery(document).find('input[data-setting=_seopress_analysis_target_kw]').val(jQuery(this).text() + ',');
|
5 |
+
} else {
|
6 |
+
str = jQuery(document).find('input[data-setting=_seopress_analysis_target_kw]').val();
|
7 |
+
str = str.replace(/,\s*$/, '');
|
8 |
+
jQuery(document).find('input[data-setting=_seopress_analysis_target_kw]').val(str+','+jQuery(this).text());
|
9 |
+
}
|
10 |
+
jQuery(document).find('input[data-setting=_seopress_analysis_target_kw]').trigger('input');
|
11 |
+
}
|
12 |
+
|
13 |
+
function seopress_google_suggest(data){
|
14 |
+
var raw_suggestions = String(data);
|
15 |
+
|
16 |
+
var suggestions_array = raw_suggestions.split(',');
|
17 |
+
|
18 |
+
var i;
|
19 |
+
for (i = 0; i < 10; i++) {
|
20 |
+
document.getElementById('seopress_suggestions').innerHTML += '<li><a href=\"#\" class=\"sp-suggest-btn button button-small\">'+suggestions_array[i]+'</a></li>';
|
21 |
+
}
|
22 |
+
}
|
23 |
+
|
24 |
+
const getSuggestions = function(data) {
|
25 |
+
data.preventDefault();
|
26 |
+
|
27 |
+
document.getElementById('seopress_suggestions').innerHTML = '';
|
28 |
+
|
29 |
+
var kws = jQuery('#seopress_google_suggest_kw_meta').val();
|
30 |
+
|
31 |
+
if (kws) {
|
32 |
+
var script = document.createElement('script');
|
33 |
+
script.src = 'https://www.google.com/complete/search?client=firefox&hl='+ googleSuggestions.locale + '&q='+kws+'&gl=' + googleSuggestions.countryCode + '&callback=seopress_google_suggest';
|
34 |
+
document.body.appendChild(script);
|
35 |
+
}
|
36 |
+
}
|
37 |
+
|
38 |
+
var googleSuggestiosnView = elementor.modules.controls.BaseData.extend({
|
39 |
+
onReady: function () {
|
40 |
+
console.log(this);
|
41 |
+
console.log(elementor);
|
42 |
+
elementor.panel.storage.size.width = '495px';
|
43 |
+
elementor.panel.setSize();
|
44 |
+
|
45 |
+
jQuery(document).on('click', '#seopress_get_suggestions', getSuggestions);
|
46 |
+
jQuery(document).on('click', '.sp-suggest-btn', addKeywords);
|
47 |
+
},
|
48 |
+
|
49 |
+
onBeforeDestroy: function() {
|
50 |
+
jQuery('#seopress_get_suggestions').off('click', getSuggestions);
|
51 |
+
jQuery('.sp-suggest-btn').off('click', addKeywords);
|
52 |
+
}
|
53 |
+
});
|
54 |
+
|
55 |
+
elementor.addControlView('seopress-google-suggestions', googleSuggestiosnView);
|
inc/admin/page-builders/elementor/assets/js/social-preview.js
CHANGED
@@ -5,42 +5,165 @@ jQuery(document).ready(function() {
|
|
5 |
});
|
6 |
});
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
var socialPreviewItemView = elementor.modules.controls.BaseData.extend({
|
9 |
onReady: function () {
|
|
|
|
|
|
|
10 |
var $ = jQuery;
|
11 |
-
|
12 |
-
const
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
|
16 |
const updateFbSnippetTitle = function() {
|
17 |
-
$(
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|
19 |
|
20 |
const updateFbSnippetDesc = function() {
|
21 |
-
$(
|
22 |
-
|
|
|
|
|
|
|
23 |
|
24 |
-
|
25 |
-
$('.snippet-twitter-img-default img').attr('src', $(this).val());
|
26 |
}
|
27 |
|
28 |
const updateTwSnippetTitle = function() {
|
29 |
-
$(
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
}
|
31 |
|
32 |
const updateTwSnippetDesc = function() {
|
33 |
-
$(
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
}
|
35 |
|
36 |
-
$(document).on('input', 'input[data-setting=_seopress_social_fb_img]', updateTwSnippetImage);
|
37 |
$(document).on('input', 'input[data-setting=_seopress_social_fb_title]', updateFbSnippetTitle);
|
38 |
$(document).on('input', 'textarea[data-setting=_seopress_social_fb_desc]', updateFbSnippetDesc);
|
39 |
|
40 |
-
$(document).on('input', 'input[data-setting=_seopress_social_twitter_img]', updateTwSnippetImage);
|
41 |
$(document).on('input', 'input[data-setting=_seopress_social_twitter_title]', updateTwSnippetTitle);
|
42 |
$(document).on('input', 'textarea[data-setting=_seopress_social_twitter_desc]', updateTwSnippetDesc);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
},
|
|
|
|
|
|
|
|
|
44 |
});
|
45 |
|
46 |
elementor.addControlView('seopress-social-preview', socialPreviewItemView);
|
5 |
});
|
6 |
});
|
7 |
|
8 |
+
var scriptInitialized = false;
|
9 |
+
var socialInitialized = false;
|
10 |
+
|
11 |
+
const runGooglePreview = function() {
|
12 |
+
setTimeout(function() {
|
13 |
+
googlePreview();
|
14 |
+
}, 1000 );
|
15 |
+
}
|
16 |
+
|
17 |
var socialPreviewItemView = elementor.modules.controls.BaseData.extend({
|
18 |
onReady: function () {
|
19 |
+
elementor.panel.storage.size.width = '495px';
|
20 |
+
elementor.panel.setSize();
|
21 |
+
|
22 |
var $ = jQuery;
|
23 |
+
|
24 |
+
const observeFBThumbnail = function() {
|
25 |
+
let fbThumbnail = document.querySelectorAll('.elementor-control-_seopress_social_fb_img .elementor-control-media__preview');
|
26 |
+
|
27 |
+
if(!fbThumbnail.length) {
|
28 |
+
return;
|
29 |
+
}
|
30 |
+
|
31 |
+
fbThumbnail = fbThumbnail[0];
|
32 |
+
|
33 |
+
const observer = new MutationObserver(function(mutations) {
|
34 |
+
mutations.forEach(function(mutation) {
|
35 |
+
if (mutation.type == "attributes" && mutation.attributeName == "style") {
|
36 |
+
let img = mutation.target.style.backgroundImage.replace('url("', '').replace('")', '');
|
37 |
+
if(!img.length) {
|
38 |
+
img = elSocialData.fbDefaultImage;
|
39 |
+
}
|
40 |
+
$('.snippet-fb-img img').attr('src', img);
|
41 |
+
sp_social_img('fb');
|
42 |
+
}
|
43 |
+
});
|
44 |
+
});
|
45 |
+
|
46 |
+
observer.observe(fbThumbnail, {
|
47 |
+
attributes: true
|
48 |
+
});
|
49 |
+
}
|
50 |
+
|
51 |
+
const observeTWThumbnail = function() {
|
52 |
+
let twThumbnail = document.querySelectorAll('.elementor-control-_seopress_social_twitter_img .elementor-control-media__preview');
|
53 |
+
|
54 |
+
if(!twThumbnail.length) {
|
55 |
+
return;
|
56 |
+
}
|
57 |
+
|
58 |
+
twThumbnail = twThumbnail[0];
|
59 |
+
|
60 |
+
const observer = new MutationObserver(function(mutations) {
|
61 |
+
mutations.forEach(function(mutation) {
|
62 |
+
if (mutation.type == "attributes" && mutation.attributeName == "style") {
|
63 |
+
let img = mutation.target.style.backgroundImage.replace('url("', '').replace('")', '');
|
64 |
+
if(!img.length) {
|
65 |
+
img = elSocialData.twDefaultImage;
|
66 |
+
}
|
67 |
+
$('.snippet-twitter-img-default img').attr('src', img);
|
68 |
+
sp_social_img('twitter');
|
69 |
+
}
|
70 |
+
});
|
71 |
+
});
|
72 |
+
|
73 |
+
observer.observe(twThumbnail, {
|
74 |
+
attributes: true
|
75 |
+
});
|
76 |
}
|
77 |
|
78 |
const updateFbSnippetTitle = function() {
|
79 |
+
let value = $(this).val();
|
80 |
+
|
81 |
+
if(value == '') {
|
82 |
+
value = $(this).attr('placeholder');
|
83 |
+
}
|
84 |
+
|
85 |
+
$('.snippet-fb-title').html(value);
|
86 |
}
|
87 |
|
88 |
const updateFbSnippetDesc = function() {
|
89 |
+
let value = $(this).val();
|
90 |
+
|
91 |
+
if(value == '') {
|
92 |
+
value = $(this).attr('placeholder');
|
93 |
+
}
|
94 |
|
95 |
+
$('.snippet-fb-description-custom').html(value);
|
|
|
96 |
}
|
97 |
|
98 |
const updateTwSnippetTitle = function() {
|
99 |
+
let value = $(this).val();
|
100 |
+
|
101 |
+
if(value == '') {
|
102 |
+
value = $(this).attr('placeholder');
|
103 |
+
}
|
104 |
+
|
105 |
+
$('.snippet-twitter-title').html(value);
|
106 |
}
|
107 |
|
108 |
const updateTwSnippetDesc = function() {
|
109 |
+
let value = $(this).val();
|
110 |
+
|
111 |
+
if(value == '') {
|
112 |
+
value = $(this).attr('placeholder');
|
113 |
+
}
|
114 |
+
|
115 |
+
$('.snippet-twitter-description').html(value);
|
116 |
}
|
117 |
|
|
|
118 |
$(document).on('input', 'input[data-setting=_seopress_social_fb_title]', updateFbSnippetTitle);
|
119 |
$(document).on('input', 'textarea[data-setting=_seopress_social_fb_desc]', updateFbSnippetDesc);
|
120 |
|
|
|
121 |
$(document).on('input', 'input[data-setting=_seopress_social_twitter_title]', updateTwSnippetTitle);
|
122 |
$(document).on('input', 'textarea[data-setting=_seopress_social_twitter_desc]', updateTwSnippetDesc);
|
123 |
+
|
124 |
+
if(!scriptInitialized) {
|
125 |
+
if ($('#toggle-preview').attr('data-toggle') == '1') {
|
126 |
+
$(".elementor-control-field.google-snippet-box .google-snippet-preview").addClass("mobile-preview");
|
127 |
+
} else {
|
128 |
+
$(".elementor-control-field.google-snippet-box .google-snippet-preview").removeClass("mobile-preview");
|
129 |
+
}
|
130 |
+
|
131 |
+
$(document).on('click', '.elementor-control-field.google-snippet-box #toggle-preview', function() {
|
132 |
+
$('.elementor-control-field.google-snippet-box #toggle-preview').attr('data-toggle', $('.elementor-control-field.google-snippet-box #toggle-preview').attr('data-toggle') == '1' ? '0' : '1');
|
133 |
+
$(".elementor-control-field.google-snippet-box .google-snippet-preview").toggleClass("mobile-preview");
|
134 |
+
});
|
135 |
+
|
136 |
+
scriptInitialized = true;
|
137 |
+
}
|
138 |
+
|
139 |
+
$(document).on('click', '#elementor-panel-saver-button-publish-label', runGooglePreview);
|
140 |
+
|
141 |
+
setTimeout(function() {
|
142 |
+
observeFBThumbnail();
|
143 |
+
observeTWThumbnail();
|
144 |
+
}, 1000 )
|
145 |
+
|
146 |
+
if(this.model.get('network') !== 'google' && !socialInitialized) {
|
147 |
+
socialInitialized = true;
|
148 |
+
socialPreview();
|
149 |
+
}
|
150 |
+
|
151 |
+
if(this.model.get('network') === 'google') {
|
152 |
+
googlePreview();
|
153 |
+
} else if(this.model.get('network') === 'facebook') {
|
154 |
+
setTimeout(function() {
|
155 |
+
sp_social_img('fb');
|
156 |
+
}, 1000);
|
157 |
+
} else {
|
158 |
+
setTimeout(function() {
|
159 |
+
sp_social_img('twitter');
|
160 |
+
}, 1000);
|
161 |
+
}
|
162 |
},
|
163 |
+
|
164 |
+
onBeforeDestroy() {
|
165 |
+
jQuery(document).off('click', '#elementor-panel-saver-button-publish-label', runGooglePreview);
|
166 |
+
}
|
167 |
});
|
168 |
|
169 |
elementor.addControlView('seopress-social-preview', socialPreviewItemView);
|
inc/admin/page-builders/elementor/assets/js/text-letter-counter.js
ADDED
@@ -0,0 +1,218 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(document).ready(function() {
|
2 |
+
jQuery(document).on('click', '#seopress-seo-tab', function(e) {
|
3 |
+
jQuery("#elementor-panel-footer-settings").trigger('click');
|
4 |
+
jQuery(".elementor-control-seopress_title_settings").trigger('click');
|
5 |
+
});
|
6 |
+
});
|
7 |
+
|
8 |
+
var tagClickInitialized = false;
|
9 |
+
|
10 |
+
var textLetterCounterView = elementor.modules.controls.BaseData.extend({
|
11 |
+
fieldType: 'text',
|
12 |
+
currentEl: null,
|
13 |
+
|
14 |
+
onReady: function () {
|
15 |
+
elementor.panel.storage.size.width = '495px';
|
16 |
+
elementor.panel.setSize();
|
17 |
+
|
18 |
+
this.getCurrentElement.value = this.model.get('default');
|
19 |
+
this.countLength(true);
|
20 |
+
|
21 |
+
if(!tagClickInitialized) {
|
22 |
+
jQuery(document).on('click', '.tag-title', this.addTag.bind(this));
|
23 |
+
tagClickInitialized = true;
|
24 |
+
}
|
25 |
+
},
|
26 |
+
|
27 |
+
events: function() {
|
28 |
+
return {
|
29 |
+
'change @ui.input': 'onValueChange',
|
30 |
+
'change @ui.textarea': 'onValueChange',
|
31 |
+
'input @ui.input': 'onValueChange',
|
32 |
+
'input @ui.textarea': 'onValueChange',
|
33 |
+
'paste @ui.input': 'onValueChange',
|
34 |
+
'paste @ui.textarea': 'onValueChange',
|
35 |
+
}
|
36 |
+
},
|
37 |
+
|
38 |
+
onValueChange: function (event) {
|
39 |
+
this.saveValue();
|
40 |
+
this.countLength();
|
41 |
+
this.updateGooglePreview();
|
42 |
+
this.onBaseInputChange(event);
|
43 |
+
},
|
44 |
+
|
45 |
+
saveValue: function() {
|
46 |
+
let currentValue = this.getCurrentElementValue();
|
47 |
+
|
48 |
+
this.setValue(currentValue);
|
49 |
+
},
|
50 |
+
|
51 |
+
updateGooglePreview: function() {
|
52 |
+
const $googlePreview = jQuery('.elementor-control-field.google-snippet-box');
|
53 |
+
|
54 |
+
if(!$googlePreview.length) {
|
55 |
+
return;
|
56 |
+
}
|
57 |
+
|
58 |
+
let value = this.getCurrentElementValue();
|
59 |
+
|
60 |
+
if(this.fieldType === 'text') {
|
61 |
+
$googlePreview.find('.snippet-title').text(value);
|
62 |
+
} else {
|
63 |
+
$googlePreview.find('.snippet-description-default').text(value);
|
64 |
+
}
|
65 |
+
},
|
66 |
+
|
67 |
+
getCurrentElementValue: function() {
|
68 |
+
let value = false;
|
69 |
+
|
70 |
+
const el = this.getCurrentElement();
|
71 |
+
|
72 |
+
if(el) {
|
73 |
+
value = el.value;
|
74 |
+
}
|
75 |
+
|
76 |
+
if(value == '') {
|
77 |
+
value = jQuery(el).attr('placeholder');
|
78 |
+
}
|
79 |
+
|
80 |
+
return value;
|
81 |
+
},
|
82 |
+
|
83 |
+
getCurrentElement: function() {
|
84 |
+
let el = false;
|
85 |
+
if(this.ui.textarea.length) {
|
86 |
+
this.fieldType = 'textarea';
|
87 |
+
el = this.ui.textarea[0];
|
88 |
+
} else {
|
89 |
+
this.fieldType = 'text';
|
90 |
+
el = this.ui.input[0];
|
91 |
+
}
|
92 |
+
|
93 |
+
if(this.currentEl) {
|
94 |
+
el = this.currentEl;
|
95 |
+
}
|
96 |
+
|
97 |
+
return el;
|
98 |
+
},
|
99 |
+
|
100 |
+
countLength: function(initial = false, currentEl = false) {
|
101 |
+
let $currentElement;
|
102 |
+
|
103 |
+
if(!currentEl) {
|
104 |
+
$currentElement = jQuery(this.getCurrentElement());
|
105 |
+
} else {
|
106 |
+
$currentElement = currentEl;
|
107 |
+
}
|
108 |
+
|
109 |
+
let currentValue = $currentElement.val();
|
110 |
+
|
111 |
+
if(currentValue == '') {
|
112 |
+
currentValue = $currentElement.attr('placeholder');
|
113 |
+
}
|
114 |
+
|
115 |
+
if(typeof currentValue == 'undefined') {
|
116 |
+
return;
|
117 |
+
}
|
118 |
+
|
119 |
+
const $elementParent = $currentElement.parent();
|
120 |
+
|
121 |
+
if(initial) {
|
122 |
+
let maxLength;
|
123 |
+
|
124 |
+
if(this.fieldType === 'text') {
|
125 |
+
maxLength = 60;
|
126 |
+
} else {
|
127 |
+
maxLength = 160;
|
128 |
+
}
|
129 |
+
|
130 |
+
$elementParent.find(".seopress_counters").after(`<div class="seopress_counters_val">/ ${maxLength}</div>`);
|
131 |
+
}
|
132 |
+
|
133 |
+
if(currentValue.length > 0) {
|
134 |
+
$elementParent.find(".seopress_counters").text(currentValue.length);
|
135 |
+
const pixels = this.fieldType === 'text' ? this.pixelTitle(currentValue) : this.pixelDesc(currentValue);
|
136 |
+
$elementParent.find('.seopress_pixel').text(pixels);
|
137 |
+
}
|
138 |
+
|
139 |
+
if( (this.fieldType === 'text' && currentValue.length > 60) || (this.fieldType === 'textarea' && currentValue.length > 160)) {
|
140 |
+
$elementParent.find(".seopress_counters").css("color", "red");
|
141 |
+
}else {
|
142 |
+
$elementParent.find('.seopress_counters').css("color", "#6d7882");
|
143 |
+
}
|
144 |
+
|
145 |
+
if( (this.fieldType === 'text' && this.pixelTitle(currentValue) > 568 ) || (this.fieldType === 'textarea' && this.pixelDesc(currentValue) > 940)) {
|
146 |
+
$elementParent.find('.seopress_pixel').css("color", "red");
|
147 |
+
} else {
|
148 |
+
$elementParent.find('.seopress_pixel').css("color", "#6d7882");
|
149 |
+
}
|
150 |
+
|
151 |
+
let progress;
|
152 |
+
if(this.fieldType === 'text') {
|
153 |
+
progress = Math.round(this.pixelTitle(currentValue)/568*100);
|
154 |
+
} else {
|
155 |
+
progress = Math.round(this.pixelDesc(currentValue)/940*100);
|
156 |
+
}
|
157 |
+
|
158 |
+
if (progress >= 100) {
|
159 |
+
progress = 100;
|
160 |
+
}
|
161 |
+
|
162 |
+
$elementParent.find('.seopress_counters_progress').attr('aria-valuenow',progress);
|
163 |
+
$elementParent.find('.seopress_counters_progress').text(progress +'%');
|
164 |
+
$elementParent.find('.seopress_counters_progress').css('width',progress +'%');
|
165 |
+
},
|
166 |
+
|
167 |
+
pixelTitle: function(e) {
|
168 |
+
inputText = e;
|
169 |
+
font = "18px Arial";
|
170 |
+
|
171 |
+
canvas = document.createElement("canvas");
|
172 |
+
context = canvas.getContext("2d");
|
173 |
+
context.font = font;
|
174 |
+
width = context.measureText(inputText).width;
|
175 |
+
|
176 |
+
formattedWidth = Math.ceil(width);
|
177 |
+
|
178 |
+
return formattedWidth;
|
179 |
+
},
|
180 |
+
|
181 |
+
pixelDesc: function(e) {
|
182 |
+
inputText = e;
|
183 |
+
font = "14px Arial";
|
184 |
+
|
185 |
+
canvas = document.createElement("canvas");
|
186 |
+
context = canvas.getContext("2d");
|
187 |
+
context.font = font;
|
188 |
+
width = context.measureText(inputText).width;
|
189 |
+
formattedWidth = Math.ceil(width);
|
190 |
+
|
191 |
+
return formattedWidth;
|
192 |
+
},
|
193 |
+
|
194 |
+
addTag: function(e) {
|
195 |
+
e.stopPropagation();
|
196 |
+
|
197 |
+
let $currentBtn = jQuery(e.target);
|
198 |
+
const $mainParent = $currentBtn.parents('.seopress-text-letter-counter').first();
|
199 |
+
|
200 |
+
/* Happens the inner span to be click sometimes and if so, find the tag-title span */
|
201 |
+
if(!$currentBtn.hasClass('tag-title')) {
|
202 |
+
$currentBtn = $currentBtn.parents('.tag-title').first();
|
203 |
+
}
|
204 |
+
|
205 |
+
if($mainParent.find('input[type=text]').length) {
|
206 |
+
$el = $mainParent.find('input[type=text]').first();
|
207 |
+
} else {
|
208 |
+
$el = $mainParent.find('textarea').first();
|
209 |
+
}
|
210 |
+
|
211 |
+
const newValue = $el.val() + ' ' + $currentBtn.data('tag');
|
212 |
+
|
213 |
+
$el.val(newValue);
|
214 |
+
$el.trigger('change');
|
215 |
+
}
|
216 |
+
});
|
217 |
+
|
218 |
+
elementor.addControlView('seopresstextlettercounter', textLetterCounterView);
|
inc/admin/page-builders/elementor/elementor-addon.php
CHANGED
@@ -64,6 +64,7 @@ final class WP_SeoPress_Elementor_Addon {
|
|
64 |
self::$instance->_load_objects();
|
65 |
}
|
66 |
|
|
|
67 |
return self::$instance;
|
68 |
}
|
69 |
|
64 |
self::$instance->_load_objects();
|
65 |
}
|
66 |
|
67 |
+
|
68 |
return self::$instance;
|
69 |
}
|
70 |
|
inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php
CHANGED
@@ -17,7 +17,50 @@ class Document_Settings_Section {
|
|
17 |
add_action( 'elementor/documents/register_controls', [ $this, 'add_wp_seopress_section_to_document_settings' ] );
|
18 |
add_action( 'elementor/document/after_save', [ $this, 'on_save' ], 99, 2 );
|
19 |
add_action( 'seopress/page-builders/elementor/save_meta', [ $this, 'on_seopress_meta_save' ], 99 );
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
/**
|
23 |
* Add WP SeoPress section under document settings
|
@@ -53,17 +96,23 @@ class Document_Settings_Section {
|
|
53 |
]
|
54 |
);
|
55 |
|
56 |
-
$
|
57 |
-
$
|
58 |
|
|
|
|
|
|
|
|
|
|
|
59 |
$document->add_control(
|
60 |
'_seopress_titles_title',
|
61 |
[
|
62 |
'label' => __( 'Title', 'wp-seopress' ),
|
63 |
-
'type' =>
|
|
|
64 |
'label_block' => true,
|
65 |
-
'separator' => 'none',
|
66 |
-
'default'
|
67 |
]
|
68 |
);
|
69 |
|
@@ -71,10 +120,28 @@ class Document_Settings_Section {
|
|
71 |
'_seopress_titles_desc',
|
72 |
[
|
73 |
'label' => __( 'Meta Description', 'wp-seopress' ),
|
74 |
-
'type'
|
|
|
75 |
'label_block' => true,
|
76 |
'separator' => 'none',
|
77 |
-
'default'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
]
|
79 |
);
|
80 |
|
@@ -105,7 +172,9 @@ class Document_Settings_Section {
|
|
105 |
$robots_archive = get_post_meta( $post_id, '_seopress_robots_archive', true );
|
106 |
$robots_snippet = get_post_meta( $post_id, '_seopress_robots_snippet', true );
|
107 |
$robots_canonical = get_post_meta( $post_id, '_seopress_robots_canonical', true );
|
108 |
-
|
|
|
|
|
109 |
$document->add_control(
|
110 |
'_seopress_robots_index',
|
111 |
[
|
@@ -183,6 +252,55 @@ class Document_Settings_Section {
|
|
183 |
]
|
184 |
);
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
$document->end_controls_section();
|
187 |
}
|
188 |
|
@@ -211,7 +329,27 @@ class Document_Settings_Section {
|
|
211 |
$twitter_image = get_post_meta( $post_id, '_seopress_social_twitter_img', true );
|
212 |
|
213 |
$default_preview_title = get_the_title( $post_id );
|
214 |
-
$default_preview_desc = substr( strip_tags( get_the_content( null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
|
216 |
$document->add_control(
|
217 |
'_seopress_social_fb_title',
|
@@ -395,6 +533,18 @@ class Document_Settings_Section {
|
|
395 |
]
|
396 |
);
|
397 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
398 |
$document->add_control(
|
399 |
'_seopress_analysis_target_kw',
|
400 |
[
|
@@ -402,6 +552,30 @@ class Document_Settings_Section {
|
|
402 |
'type' => \Elementor\Controls_Manager::TEXT,
|
403 |
'description' => __( 'Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them', 'wp-seopress' ),
|
404 |
'label_block' => true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
405 |
'separator' => 'none'
|
406 |
]
|
407 |
);
|
@@ -481,7 +655,7 @@ class Document_Settings_Section {
|
|
481 |
},
|
482 |
ARRAY_FILTER_USE_KEY
|
483 |
);
|
484 |
-
|
485 |
if ( empty( $seopress_meta ) ) {
|
486 |
return;
|
487 |
}
|
17 |
add_action( 'elementor/documents/register_controls', [ $this, 'add_wp_seopress_section_to_document_settings' ] );
|
18 |
add_action( 'elementor/document/after_save', [ $this, 'on_save' ], 99, 2 );
|
19 |
add_action( 'seopress/page-builders/elementor/save_meta', [ $this, 'on_seopress_meta_save' ], 99 );
|
20 |
+
add_action( 'elementor/editor/before_enqueue_scripts', [ $this, 'register_elements_assets'], 9999 );
|
21 |
+
}
|
22 |
+
|
23 |
+
public function register_elements_assets() {
|
24 |
+
wp_register_script(
|
25 |
+
'seopress-elementor-base-script',
|
26 |
+
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/js/base.js',
|
27 |
+
array('jquery'),
|
28 |
+
SEOPRESS_VERSION,
|
29 |
+
true
|
30 |
+
);
|
31 |
+
|
32 |
+
global $post;
|
33 |
+
|
34 |
+
$term = '';
|
35 |
+
$origin = '';
|
36 |
+
$post_type = '';
|
37 |
+
$post_id = '';
|
38 |
+
$keywords = '';
|
39 |
+
|
40 |
+
if ( is_archive() ) {
|
41 |
+
$origin = 'term';
|
42 |
+
}
|
43 |
+
|
44 |
+
if ( is_singular() ) {
|
45 |
+
$post_id = $post->ID;
|
46 |
+
$post_type = $post->post_type;
|
47 |
+
$origin = 'post';
|
48 |
+
$keywords = get_post_meta( $post_id, '_seopress_analysis_target_kw', true );
|
49 |
+
}
|
50 |
+
|
51 |
+
$seopress_real_preview = array(
|
52 |
+
'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
|
53 |
+
'seopress_real_preview' => admin_url('admin-ajax.php'),
|
54 |
+
'post_id' => $post_id,
|
55 |
+
'i18n' => array('progress' => __('Analysis in progress...','wp-seopress')),
|
56 |
+
'post_type' => $post_type,
|
57 |
+
'post_tax' => $term,
|
58 |
+
'origin' => $origin,
|
59 |
+
'keywords' => $keywords
|
60 |
+
);
|
61 |
+
|
62 |
+
wp_localize_script( 'seopress-elementor-base-script', 'seopressElementorBase', $seopress_real_preview );
|
63 |
+
}
|
64 |
|
65 |
/**
|
66 |
* Add WP SeoPress section under document settings
|
96 |
]
|
97 |
);
|
98 |
|
99 |
+
$s_title = get_post_meta( $post_id, '_seopress_titles_title', true );
|
100 |
+
$s_desc = get_post_meta( $post_id, '_seopress_titles_desc', true );
|
101 |
|
102 |
+
$original_desc = substr( strip_tags( get_the_content( null, true, $post_id ) ), 0, 140 );
|
103 |
+
|
104 |
+
$desc = $s_desc ? $s_desc : $original_desc;
|
105 |
+
$title = ! empty( $s_title ) ? $s_title : get_the_title( $post_id );
|
106 |
+
|
107 |
$document->add_control(
|
108 |
'_seopress_titles_title',
|
109 |
[
|
110 |
'label' => __( 'Title', 'wp-seopress' ),
|
111 |
+
'type' => 'seopresstextlettercounter',
|
112 |
+
'field_type' => 'text',
|
113 |
'label_block' => true,
|
114 |
+
'separator' => 'none',
|
115 |
+
'default' => $s_title ? $s_title : ''
|
116 |
]
|
117 |
);
|
118 |
|
120 |
'_seopress_titles_desc',
|
121 |
[
|
122 |
'label' => __( 'Meta Description', 'wp-seopress' ),
|
123 |
+
'type' => 'seopresstextlettercounter',
|
124 |
+
'field_type' => 'textarea',
|
125 |
'label_block' => true,
|
126 |
'separator' => 'none',
|
127 |
+
'default' => $s_desc ? $s_desc : ''
|
128 |
+
]
|
129 |
+
);
|
130 |
+
|
131 |
+
$document->add_control(
|
132 |
+
'social_preview_google',
|
133 |
+
[
|
134 |
+
'label' => __( 'Google Snippet Preview', 'wp-seopress' ),
|
135 |
+
'type' => 'seopress-social-preview',
|
136 |
+
'label_block' => true,
|
137 |
+
'separator' => 'none',
|
138 |
+
'network' => 'google',
|
139 |
+
'title' => $title ? $title : '',
|
140 |
+
'description' => $desc ? $desc : '',
|
141 |
+
'link' => get_permalink( $post_id ),
|
142 |
+
'post_id' => $post_id,
|
143 |
+
'origin' => is_singular() ? 'post' : 'term',
|
144 |
+
'post_type' => get_post_status( $post_id )
|
145 |
]
|
146 |
);
|
147 |
|
172 |
$robots_archive = get_post_meta( $post_id, '_seopress_robots_archive', true );
|
173 |
$robots_snippet = get_post_meta( $post_id, '_seopress_robots_snippet', true );
|
174 |
$robots_canonical = get_post_meta( $post_id, '_seopress_robots_canonical', true );
|
175 |
+
$robots_primary_cat = get_post_meta($post_id,'_seopress_robots_primary_cat',true);
|
176 |
+
$robots_breadcrumbs = get_post_meta($post_id,'_seopress_robots_breadcrumbs',true);
|
177 |
+
|
178 |
$document->add_control(
|
179 |
'_seopress_robots_index',
|
180 |
[
|
252 |
]
|
253 |
);
|
254 |
|
255 |
+
global $typenow;
|
256 |
+
global $pagenow;
|
257 |
+
if (($typenow =='post' || $typenow =='product') && ($pagenow == 'post.php' || $pagenow == 'post-new.php')) {
|
258 |
+
$cats = get_categories();
|
259 |
+
|
260 |
+
if ($typenow =='product') {
|
261 |
+
$cats = get_the_terms( $post_id, 'product_cat' );
|
262 |
+
}
|
263 |
+
|
264 |
+
if (!empty($cats)) {
|
265 |
+
$options = [];
|
266 |
+
|
267 |
+
foreach ($cats as $category) {
|
268 |
+
$options[$category->term_id] = $category->name;
|
269 |
+
}
|
270 |
+
$options['none'] = __('None (will disable this feature)','wp-seopress');
|
271 |
+
}
|
272 |
+
|
273 |
+
if (!empty($options)) {
|
274 |
+
$document->add_control(
|
275 |
+
'_seopress_robots_primary_cat',
|
276 |
+
[
|
277 |
+
'label' => __( 'Select a primary category', 'wp-seopress' ),
|
278 |
+
'description' => __('Set the category that gets used in the %category% permalink if you have multiple categories.','wp-seopress'),
|
279 |
+
'type' => \Elementor\Controls_Manager::SELECT,
|
280 |
+
'label_block' => true,
|
281 |
+
'separator' => 'none',
|
282 |
+
'options' =>
|
283 |
+
$options
|
284 |
+
,
|
285 |
+
'default' => $robots_primary_cat ? (int) $robots_primary_cat : 'none'
|
286 |
+
]
|
287 |
+
);
|
288 |
+
}
|
289 |
+
}
|
290 |
+
|
291 |
+
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
292 |
+
$document->add_control(
|
293 |
+
'_seopress_robots_breadcrumbs',
|
294 |
+
[
|
295 |
+
'label' => __( 'Enter a custom value, useful if your title is too long', 'wp-seopress' ),
|
296 |
+
'type' => \Elementor\Controls_Manager::TEXT,
|
297 |
+
'label_block' => true,
|
298 |
+
'separator' => 'none',
|
299 |
+
'default' => $robots_breadcrumbs ? $robots_breadcrumbs : ''
|
300 |
+
]
|
301 |
+
);
|
302 |
+
}
|
303 |
+
|
304 |
$document->end_controls_section();
|
305 |
}
|
306 |
|
329 |
$twitter_image = get_post_meta( $post_id, '_seopress_social_twitter_img', true );
|
330 |
|
331 |
$default_preview_title = get_the_title( $post_id );
|
332 |
+
$default_preview_desc = substr( strip_tags( get_the_content( null, true, $post_id ) ), 0, 140 );
|
333 |
+
|
334 |
+
$document->add_control(
|
335 |
+
'_seopress_social_note',
|
336 |
+
[
|
337 |
+
//'label' => __( 'Important Note', 'wp-seopress' ),
|
338 |
+
'type' => \Elementor\Controls_Manager::RAW_HTML,
|
339 |
+
'raw' => __( '<p class="elementor-control-field-description"><span class="dashicons dashicons-external"></span><a href="https://developers.facebook.com/tools/debug/sharing/?q='.get_permalink(get_the_id()).'" target="_blank">Ask Facebook to update its cache</a></p>', 'wp-seopress' ),
|
340 |
+
//'content_classes' => 'your-class',
|
341 |
+
]
|
342 |
+
);
|
343 |
+
|
344 |
+
$document->add_control(
|
345 |
+
'_seopress_social_note_2',
|
346 |
+
[
|
347 |
+
//'label' => __( 'Important Note', 'wp-seopress' ),
|
348 |
+
'type' => \Elementor\Controls_Manager::RAW_HTML,
|
349 |
+
'raw' => __( '<p class="elementor-control-field-description"><strong>Did you know?</strong> LinkedIn, Instagram and Pinterest use the same social metadata as Facebook. Twitter does the same if no Twitter cards tags are defined below.</p>', 'wp-seopress' ),
|
350 |
+
//'content_classes' => 'your-class',
|
351 |
+
]
|
352 |
+
);
|
353 |
|
354 |
$document->add_control(
|
355 |
'_seopress_social_fb_title',
|
533 |
]
|
534 |
);
|
535 |
|
536 |
+
$keywords = get_post_meta( $post_id, '_seopress_analysis_target_kw', true );
|
537 |
+
|
538 |
+
$document->add_control(
|
539 |
+
'_seopress_analysis_note',
|
540 |
+
[
|
541 |
+
//'label' => __( 'Important Note', 'wp-seopress' ),
|
542 |
+
'type' => \Elementor\Controls_Manager::RAW_HTML,
|
543 |
+
'raw' => __( '<p class="elementor-control-field-description">Enter a few keywords for analysis to help you write optimized content.</p><p class="elementor-control-field-description"><strong>Did you know?</strong> Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.</p>', 'wp-seopress' ),
|
544 |
+
//'content_classes' => 'your-class',
|
545 |
+
]
|
546 |
+
);
|
547 |
+
|
548 |
$document->add_control(
|
549 |
'_seopress_analysis_target_kw',
|
550 |
[
|
552 |
'type' => \Elementor\Controls_Manager::TEXT,
|
553 |
'description' => __( 'Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them', 'wp-seopress' ),
|
554 |
'label_block' => true,
|
555 |
+
'separator' => 'none',
|
556 |
+
'default' => $keywords ? $keywords : ''
|
557 |
+
]
|
558 |
+
);
|
559 |
+
|
560 |
+
if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
|
561 |
+
$document->add_control(
|
562 |
+
'seopress_google_suggest_kw',
|
563 |
+
[
|
564 |
+
'label' => __( 'Google suggestions', 'wp-seopress' ),
|
565 |
+
'type' => 'seopress-google-suggestions',
|
566 |
+
'label_block' => true,
|
567 |
+
'separator' => 'none',
|
568 |
+
]
|
569 |
+
);
|
570 |
+
}
|
571 |
+
|
572 |
+
$document->add_control(
|
573 |
+
'seopress_content_analyses',
|
574 |
+
[
|
575 |
+
'label' => '',
|
576 |
+
'type' => 'seopress-content-analysis',
|
577 |
+
'description' => __( 'To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would.', 'wp-seopress' ),
|
578 |
+
'label_block' => true,
|
579 |
'separator' => 'none'
|
580 |
]
|
581 |
);
|
655 |
},
|
656 |
ARRAY_FILTER_USE_KEY
|
657 |
);
|
658 |
+
|
659 |
if ( empty( $seopress_meta ) ) {
|
660 |
return;
|
661 |
}
|
inc/admin/page-builders/elementor/inc/admin/class-seopress-meta-helper.php
CHANGED
@@ -14,6 +14,8 @@ class Seopress_Meta_Helper {
|
|
14 |
'_seopress_robots_archive',
|
15 |
'_seopress_robots_snippet',
|
16 |
'_seopress_robots_canonical',
|
|
|
|
|
17 |
'_seopress_social_fb_title',
|
18 |
'_seopress_social_fb_desc',
|
19 |
'_seopress_social_fb_img',
|
14 |
'_seopress_robots_archive',
|
15 |
'_seopress_robots_snippet',
|
16 |
'_seopress_robots_canonical',
|
17 |
+
'_seopress_robots_primary_cat',
|
18 |
+
'_seopress_robots_breadcrumbs',
|
19 |
'_seopress_social_fb_title',
|
20 |
'_seopress_social_fb_desc',
|
21 |
'_seopress_social_fb_img',
|
inc/admin/page-builders/elementor/inc/class-register-controls.php
CHANGED
@@ -24,5 +24,10 @@ class Register_Controls {
|
|
24 |
*/
|
25 |
public function register_controls( $controls_manager ) {
|
26 |
$controls_manager->register_control( 'seopress-social-preview', new \WPSeoPressElementorAddon\Controls\Social_Preview_Control() );
|
|
|
|
|
|
|
|
|
|
|
27 |
}
|
28 |
}
|
24 |
*/
|
25 |
public function register_controls( $controls_manager ) {
|
26 |
$controls_manager->register_control( 'seopress-social-preview', new \WPSeoPressElementorAddon\Controls\Social_Preview_Control() );
|
27 |
+
$controls_manager->register_control( 'seopresstextlettercounter', new \WPSeoPressElementorAddon\Controls\Text_Letter_Counter_Control() );
|
28 |
+
$controls_manager->register_control( 'seopress-content-analysis', new \WPSeoPressElementorAddon\Controls\Content_Analysis_Control() );
|
29 |
+
if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
|
30 |
+
$controls_manager->register_control( 'seopress-google-suggestions', new \WPSeoPressElementorAddon\Controls\Google_Suggestions_Control() );
|
31 |
+
}
|
32 |
}
|
33 |
}
|
inc/admin/page-builders/elementor/inc/class-singleton.php
CHANGED
File without changes
|
inc/admin/page-builders/elementor/inc/controls/class-content-analysis-control.php
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
namespace WPSeoPressElementorAddon\Controls;
|
3 |
+
|
4 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
5 |
+
die();
|
6 |
+
}
|
7 |
+
|
8 |
+
class Content_Analysis_Control extends \Elementor\Base_Control {
|
9 |
+
public function get_type() {
|
10 |
+
return 'seopress-content-analysis';
|
11 |
+
}
|
12 |
+
|
13 |
+
public function enqueue() {
|
14 |
+
wp_enqueue_style(
|
15 |
+
'sp-el-content-analysis-style',
|
16 |
+
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/css/content-analysis.css'
|
17 |
+
);
|
18 |
+
|
19 |
+
wp_enqueue_script(
|
20 |
+
'sp-el-content-analysis-script',
|
21 |
+
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/js/content-analysis.js',
|
22 |
+
array('seopress-elementor-base-script', 'jquery-ui-tabs', 'jquery-ui-accordion'),
|
23 |
+
SEOPRESS_VERSION,
|
24 |
+
true
|
25 |
+
);
|
26 |
+
}
|
27 |
+
|
28 |
+
protected function get_default_settings() {
|
29 |
+
global $post;
|
30 |
+
|
31 |
+
return [
|
32 |
+
'post_id' => isset( $post ) ? $post->ID : '',
|
33 |
+
'post_type' => isset( $post ) ? $post->post_type : '',
|
34 |
+
'loading' => __( 'Analysis in progress...', 'wp-seopress' ),
|
35 |
+
'description' => ''
|
36 |
+
];
|
37 |
+
}
|
38 |
+
|
39 |
+
public function content_template() {
|
40 |
+
?>
|
41 |
+
<div class="elementor-control-field seopress-content-analyses">
|
42 |
+
<button id="seopress_launch_analysis" type="button" class="button elementor-button elementor-button-default" data_id="{{ data.post_id }}" data_post_type="{{ data.post_type }}">
|
43 |
+
<?php _e( 'Refresh analysis','wp-seopress' ); ?>
|
44 |
+
</button>
|
45 |
+
|
46 |
+
<# if ( data.description ) { #>
|
47 |
+
<div class="elementor-control-field-description">{{{ data.description }}}</div>
|
48 |
+
<# } #>
|
49 |
+
<div id="seopress-analysis-tabs">
|
50 |
+
<div class="analysis-score">
|
51 |
+
<p class="notgood loading">
|
52 |
+
<svg role="img" aria-hidden="true" focusable="false" width="100%" height="100%" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
53 |
+
<circle r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle>
|
54 |
+
<circle id="bar" r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0" style="stroke-dashoffset: 101.788px;"></circle>
|
55 |
+
</svg>
|
56 |
+
<span>{{{ data.loading }}}</span>
|
57 |
+
</p>
|
58 |
+
</div>
|
59 |
+
</div>
|
60 |
+
</div>
|
61 |
+
<?php
|
62 |
+
}
|
63 |
+
}
|
inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
namespace WPSeoPressElementorAddon\Controls;
|
3 |
+
|
4 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
5 |
+
die();
|
6 |
+
}
|
7 |
+
|
8 |
+
class Google_Suggestions_Control extends \Elementor\Base_Control {
|
9 |
+
public function get_type() {
|
10 |
+
return 'seopress-google-suggestions';
|
11 |
+
}
|
12 |
+
|
13 |
+
public function enqueue() {
|
14 |
+
wp_enqueue_style(
|
15 |
+
'sp-el-google-suggestions-style',
|
16 |
+
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/css/google-suggestions.css'
|
17 |
+
);
|
18 |
+
|
19 |
+
wp_enqueue_script(
|
20 |
+
'sp-el-google-suggestions-script',
|
21 |
+
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/js/google-suggestions.js',
|
22 |
+
array('jquery'),
|
23 |
+
SEOPRESS_VERSION,
|
24 |
+
true
|
25 |
+
);
|
26 |
+
|
27 |
+
if (get_locale() !='') {
|
28 |
+
$locale = substr(get_locale(), 0, 2);
|
29 |
+
$country_code = substr(get_locale(), -2);
|
30 |
+
} else {
|
31 |
+
$locale = 'en';
|
32 |
+
$country_code = 'US';
|
33 |
+
}
|
34 |
+
|
35 |
+
wp_localize_script(
|
36 |
+
'sp-el-google-suggestions-script',
|
37 |
+
'googleSuggestions',
|
38 |
+
[
|
39 |
+
'locale' => $locale,
|
40 |
+
'countryCode' => $country_code
|
41 |
+
]
|
42 |
+
);
|
43 |
+
}
|
44 |
+
|
45 |
+
protected function get_default_settings() {
|
46 |
+
global $post;
|
47 |
+
|
48 |
+
return [
|
49 |
+
'label' => __( 'Google suggestions', 'wp-seopress' ),
|
50 |
+
'tooltip' => seopress_tooltip( __('Google suggestions','wp-seopress'), __('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'), esc_html('my super keyword,another keyword,keyword') ),
|
51 |
+
'placeholder' => __('Get suggestions from Google','wp-seopress'),
|
52 |
+
'buttonLabel' => __('Get suggestions!','wp-seopress')
|
53 |
+
];
|
54 |
+
}
|
55 |
+
|
56 |
+
public function content_template() {
|
57 |
+
?>
|
58 |
+
<div class="elementor-control-field seopress-google-suggestions">
|
59 |
+
<label for="seopress_google_suggest_kw_meta">
|
60 |
+
<div>{{{ data.label }}} {{{ data.tooltip }}}</div>
|
61 |
+
<input id="seopress_google_suggest_kw_meta" type="text" placeholder="{{ data.placeholder }}" aria-label="Google suggestions">
|
62 |
+
</label>
|
63 |
+
<button id="seopress_get_suggestions" type="button" class="button elementor-button elementor-button-default">{{{ data.buttonLabel }}}</button>
|
64 |
+
<ul id='seopress_suggestions'></ul>
|
65 |
+
</div>
|
66 |
+
<?php
|
67 |
+
}
|
68 |
+
}
|
inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php
CHANGED
@@ -19,8 +19,8 @@ class Social_Preview_Control extends \Elementor\Base_Control {
|
|
19 |
wp_enqueue_script(
|
20 |
'sp-el-social-preview-script',
|
21 |
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/js/social-preview.js',
|
22 |
-
array('
|
23 |
-
|
24 |
true
|
25 |
);
|
26 |
}
|
@@ -37,8 +37,13 @@ class Social_Preview_Control extends \Elementor\Base_Control {
|
|
37 |
$site_url = explode( '//', get_bloginfo('url') )[1];
|
38 |
?>
|
39 |
<# if ( data.network === 'facebook' ) { #>
|
40 |
-
<label class="elementor-control-title"
|
41 |
<div class="elementor-control-field facebook-snippet-box">
|
|
|
|
|
|
|
|
|
|
|
42 |
<div class="snippet-fb-img">
|
43 |
<img src="{{{data.image}}}">
|
44 |
</div>
|
@@ -56,8 +61,13 @@ class Social_Preview_Control extends \Elementor\Base_Control {
|
|
56 |
</div>
|
57 |
</div>
|
58 |
<# } else if( data.network === 'twitter' ) { #>
|
59 |
-
<label class="elementor-control-title"
|
60 |
<div class="elementor-control-field twitter-snippet-box">
|
|
|
|
|
|
|
|
|
|
|
61 |
<div class="snippet-twitter-img-default">
|
62 |
<img src="{{{data.image}}}">
|
63 |
</div>
|
@@ -71,6 +81,31 @@ class Social_Preview_Control extends \Elementor\Base_Control {
|
|
71 |
</div>
|
72 |
</div>
|
73 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
<# } #>
|
75 |
<?php
|
76 |
}
|
19 |
wp_enqueue_script(
|
20 |
'sp-el-social-preview-script',
|
21 |
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/js/social-preview.js',
|
22 |
+
array('seopress-elementor-base-script'),
|
23 |
+
11,
|
24 |
true
|
25 |
);
|
26 |
}
|
37 |
$site_url = explode( '//', get_bloginfo('url') )[1];
|
38 |
?>
|
39 |
<# if ( data.network === 'facebook' ) { #>
|
40 |
+
<label class="elementor-control-title">{{{ data.label }}}</label>
|
41 |
<div class="elementor-control-field facebook-snippet-box">
|
42 |
+
<div class="snippet-fb-img-alert alert1" style="display:none"><p class="notice notice-error"><?php _e('File type not supported by Facebook. Please choose another image.', 'wp-seopress'); ?></p></div>
|
43 |
+
<div class="snippet-fb-img-alert alert2" style="display:none"><p class="notice notice-error"><?php _e('Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image.', 'wp-seopress'); ?></p></div>
|
44 |
+
<div class="snippet-fb-img-alert alert3" style="display:none"><p class="notice notice-error"><?php _e('File error. Please choose another image.', 'wp-seopress'); ?></p></div>
|
45 |
+
<div class="snippet-fb-img-alert alert4" style="display:none"><p class="notice notice-info"><?php _e('Your image ratio is: ', 'wp-seopress'); ?><span></span><?php _e('. The closer to 1.91 the better.','wp-seopress'); ?></p></div>
|
46 |
+
<div class="snippet-fb-img-alert alert5" style="display:none"><p class="notice notice-error"><?php _e('File URL is not valid.', 'wp-seopress'); ?></p></div>
|
47 |
<div class="snippet-fb-img">
|
48 |
<img src="{{{data.image}}}">
|
49 |
</div>
|
61 |
</div>
|
62 |
</div>
|
63 |
<# } else if( data.network === 'twitter' ) { #>
|
64 |
+
<label class="elementor-control-title">{{{ data.label }}}</label>
|
65 |
<div class="elementor-control-field twitter-snippet-box">
|
66 |
+
<div class="snippet-twitter-img-alert alert1" style="display:none"><p class="notice notice-error"><?php _e('File type not supported by Twitter. Please choose another image.', 'wp-seopress'); ?></p></div>
|
67 |
+
<div class="snippet-twitter-img-alert alert2" style="display:none"><p class="notice notice-error"><?php _e('Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image.', 'wp-seopress'); ?></p></div>
|
68 |
+
<div class="snippet-twitter-img-alert alert3" style="display:none"><p class="notice notice-error"><?php _e('File error. Please choose another image.', 'wp-seopress'); ?></p></div>
|
69 |
+
<div class="snippet-twitter-img-alert alert4" style="display:none"><p class="notice notice-info"><?php _e('Your image ratio is: ', 'wp-seopress'); ?><span></span><?php _e('. The closer to 1 the better (with large card, 2 is better).','wp-seopress'); ?></p></div>
|
70 |
+
<div class="snippet-twitter-img-alert alert5" style="display:none"><p class="notice notice-error"><?php _e('File URL is not valid.', 'wp-seopress'); ?></p></div>
|
71 |
<div class="snippet-twitter-img-default">
|
72 |
<img src="{{{data.image}}}">
|
73 |
</div>
|
81 |
</div>
|
82 |
</div>
|
83 |
</div>
|
84 |
+
<# } else if( data.network === 'google' ) { #>
|
85 |
+
<label class="elementor-control-title">{{{ data.label }}}</label>
|
86 |
+
<div class="elementor-control-field google-snippet-box" data_id="{{ data.post_id }}" data_origin="{{ data.origin }}" data_post_type="{{ data.post_type }}">
|
87 |
+
<div class="google-snippet-preview mobile-preview">
|
88 |
+
<div class="wrap-toggle-preview">
|
89 |
+
<p>
|
90 |
+
<span class="dashicons dashicons-smartphone"></span>
|
91 |
+
<?php _e( 'Mobile Preview', 'wp-seopress' ); ?>
|
92 |
+
<input type="checkbox" name="toggle-preview" id="toggle-preview" class="toggle" data-toggle="1">
|
93 |
+
<label for="toggle-preview"></label>
|
94 |
+
</p>
|
95 |
+
</div>
|
96 |
+
<div class="wrap-snippet">
|
97 |
+
<div class="wrap-m-icon-permalink">
|
98 |
+
<div class="snippet-favicon">
|
99 |
+
<img aria-hidden="true" height="16" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABs0lEQVR4AWL4//8/RRjO8Iucx+noO0MWUDo16FYABMGP6ZfUcRnWtm27jVPbtm3bttuH2t3eFPcY9pLz7NxiLjCyVd87pKnHyqXyxtCs8APd0rnyxiu4qSeA3QEDrAwBDrT1s1Rc/OrjLZwqVmOSu6+Lamcpp2KKMA9PH1BYXMe1mUP5qotvXTywsOEEYHXxrY+3cqk6TMkYpNr2FeoY3KIr0RPtn9wQ2unlA+GMkRw6+9TFw4YTwDUzx/JVvARj9KaedXRO8P5B1Du2S32smzqUrcKGEyA+uAgQjKX7zf0boWHGfn71jIKj2689gxp7OAGShNcBUmLMPVjZuiKcA2vuWHHDCQxMCz629kXAIU4ApY15QwggAFbfOP9DhgBJ+nWVJ1AZAfICAj1pAlY6hCADZnveQf7bQIwzVONGJonhLIlS9gr5mFg44Xd+4S3XHoGNPdJl1INIwKyEgHckEhgTe1bGiFY9GSFBYUwLh1IkiJUbY407E7syBSFxKTszEoiE/YdrgCEayDmtaJwCI9uu8TKMuZSVfSa4BpGgzvomBR/INhLGzrqDotp01ZR8pn/1L0JN9d9XNyx0AAAAAElFTkSuQmCC" width="16" alt="favicon">
|
100 |
+
</div>
|
101 |
+
<div class="snippet-permalink">{{{ data.link }}}</div>
|
102 |
+
</div>
|
103 |
+
<div class="snippet-title">{{{ data.title }}}</div>
|
104 |
+
<div class="snippet-permalink">{{{ data.link }}}</div>
|
105 |
+
<div class="snippet-description-default">{{{ data.description }}}</div>
|
106 |
+
</div>
|
107 |
+
</div>
|
108 |
+
</div>
|
109 |
<# } #>
|
110 |
<?php
|
111 |
}
|
inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
namespace WPSeoPressElementorAddon\Controls;
|
3 |
+
|
4 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
5 |
+
die();
|
6 |
+
}
|
7 |
+
|
8 |
+
class Text_Letter_Counter_Control extends \Elementor\Base_Data_Control {
|
9 |
+
public function get_type() {
|
10 |
+
return 'seopresstextlettercounter';
|
11 |
+
}
|
12 |
+
|
13 |
+
public function enqueue() {
|
14 |
+
wp_enqueue_style(
|
15 |
+
'sp-el-text-letter-counter-style',
|
16 |
+
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/css/text-letter-counter.css'
|
17 |
+
);
|
18 |
+
|
19 |
+
wp_enqueue_script(
|
20 |
+
'sp-el-text-letter-counter-script',
|
21 |
+
SEOPRESS_ELEMENTOR_ADDON_URL . 'assets/js/text-letter-counter.js',
|
22 |
+
array('jquery'),
|
23 |
+
11,
|
24 |
+
true
|
25 |
+
);
|
26 |
+
}
|
27 |
+
|
28 |
+
protected function get_default_settings() {
|
29 |
+
return [
|
30 |
+
'field_type' => 'text',
|
31 |
+
'description' => '',
|
32 |
+
'rows' => 7
|
33 |
+
];
|
34 |
+
}
|
35 |
+
|
36 |
+
public function content_template() {
|
37 |
+
$control_uid = $this->get_control_uid();
|
38 |
+
?>
|
39 |
+
<div class="elementor-control-field seopress-text-letter-counter">
|
40 |
+
<label for="<?php echo esc_attr( $control_uid ); ?>" class="elementor-control-title">{{{ data.label }}}</label>
|
41 |
+
<div class="elementor-control-input-wrapper">
|
42 |
+
<# if ( data.field_type === 'text' ) { #>
|
43 |
+
<input type="text" id="<?php echo esc_attr( $control_uid ); ?>" class="elementor-control-tag-area" data-setting="{{ data.name }}" placeholder="{{ data.placeholder }}" />
|
44 |
+
<# } else { #>
|
45 |
+
<textarea id="<?php echo esc_attr( $control_uid ); ?>" class="elementor-control-tag-area" rows="{{ data.rows }}" data-setting="{{ data.name }}" placeholder="{{ data.placeholder }}"></textarea>
|
46 |
+
<# } #>
|
47 |
+
<div>
|
48 |
+
<div class="sp-progress">
|
49 |
+
<div class="seopress_counters_progress sp-progress-bar" role="progressbar" style="width: 2%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="100">1%</div>
|
50 |
+
</div>
|
51 |
+
<div class="wrap-seopress-counters">
|
52 |
+
<div class="seopress_pixel"></div>
|
53 |
+
<strong>
|
54 |
+
<# if ( data.field_type === 'text' ) { #>
|
55 |
+
<?php _e(' / 568 pixels - ','wp-seopress'); ?>
|
56 |
+
<# } else { #>
|
57 |
+
<?php _e(' / 940 pixels - ','wp-seopress'); ?>
|
58 |
+
<# } #>
|
59 |
+
</strong>
|
60 |
+
<div class="seopress_counters"></div>
|
61 |
+
<?php _e(' (maximum recommended limit)','wp-seopress'); ?>
|
62 |
+
</div>
|
63 |
+
|
64 |
+
<div class="wrap-tags">
|
65 |
+
<# if ( data.field_type === 'text' ) { #>
|
66 |
+
<span class="seopress-tag-single-title tag-title" data-tag="%%post_title%%" ><span class="dashicons dashicons-plus"></span><?php _e( 'Post Title','wp-seopress' ); ?></span>
|
67 |
+
<span class="seopress-tag-single-site-title tag-title" data-tag="%%sitetitle%%"><span class="dashicons dashicons-plus"></span><?php _e( 'Site Title','wp-seopress' ); ?></span>
|
68 |
+
<span class="seopress-tag-single-sep tag-title" data-tag="%%sep%%"><span class="dashicons dashicons-plus"></span><?php _e( 'Separator','wp-seopress' ); ?></span>
|
69 |
+
<# } else { #>
|
70 |
+
<span class="seopress-tag-single-excerpt tag-title" data-tag="%%post_excerpt%%"><span class="dashicons dashicons-plus"></span><?php _e( 'Post Excerpt', 'wp-seopress' ); ?></span>
|
71 |
+
<# } #>
|
72 |
+
</div>
|
73 |
+
</div>
|
74 |
+
<# if ( data.description ) { #>
|
75 |
+
<div class="elementor-control-field-description">{{{ data.description }}}</div>
|
76 |
+
<# } #>
|
77 |
+
<?php
|
78 |
+
}
|
79 |
+
}
|
inc/admin/plugin-upgrader.php
CHANGED
File without changes
|
inc/functions/index.php
CHANGED
File without changes
|
inc/functions/options-advanced-admin.php
CHANGED
@@ -392,208 +392,209 @@ if (seopress_advanced_appearance_title_col_option() !=''
|
|
392 |
}
|
393 |
}
|
394 |
}
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
if(seopress_advanced_appearance_score_col_option() !='') {
|
422 |
-
$columns['seopress_score'] = __('Score', 'wp-seopress');
|
423 |
-
}
|
424 |
-
if(seopress_advanced_appearance_words_col_option() !='') {
|
425 |
-
$columns['seopress_words'] = __('Words', 'wp-seopress');
|
426 |
-
}
|
427 |
-
if(seopress_advanced_appearance_w3c_col_option() !='') {
|
428 |
-
$columns['seopress_w3c'] = __('W3C check', 'wp-seopress');
|
429 |
-
}
|
430 |
-
if(seopress_advanced_appearance_ps_col_option() !='') {
|
431 |
-
$columns['seopress_ps'] = __('Page Speed', 'wp-seopress');
|
432 |
-
}
|
433 |
-
if(seopress_advanced_appearance_insights_col_option() !='') {
|
434 |
-
$columns['seopress_insights'] = __('Insights', 'wp-seopress');
|
435 |
-
}
|
436 |
-
return $columns;
|
437 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
438 |
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
case 'seopress_canonical';
|
459 |
-
echo '<div id="seopress_canonical-' . esc_attr($post_id) . '">'.esc_html(get_post_meta($post_id, "_seopress_robots_canonical", true)).'</div>';
|
460 |
-
break;
|
461 |
-
|
462 |
-
case 'seopress_tkw' :
|
463 |
-
echo '<div id="seopress_tkw-' . esc_attr($post_id) . '">'.esc_html(get_post_meta($post_id, "_seopress_analysis_target_kw", true)).'</div>';
|
464 |
-
break;
|
465 |
-
|
466 |
-
case 'seopress_noindex' :
|
467 |
-
if (get_post_meta($post_id, "_seopress_robots_index", true) =='yes') {
|
468 |
-
echo '<span class="dashicons dashicons-yes"></span>';
|
469 |
-
}
|
470 |
-
break;
|
471 |
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
}
|
476 |
-
break;
|
477 |
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
|
482 |
-
|
483 |
-
|
484 |
-
|
|
|
|
|
485 |
|
486 |
-
|
487 |
-
|
488 |
-
|
|
|
|
|
489 |
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
'url' => $value['url'],
|
521 |
-
'search_volume' => $value['search_volume'],
|
522 |
-
'cpc' => $value['cpc'],
|
523 |
-
'competition' => $value['competition'],
|
524 |
-
'date' => date('Y/m/d',$value['ts']),
|
525 |
-
];
|
526 |
-
}
|
527 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
528 |
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
534 |
}
|
535 |
-
|
536 |
-
echo '
|
537 |
-
|
538 |
-
|
|
|
|
|
|
|
|
|
539 |
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
$
|
545 |
-
|
546 |
-
|
|
|
|
|
|
|
|
|
|
|
547 |
}
|
548 |
-
|
549 |
-
|
550 |
-
echo seopress_tooltip( __( 'Insights from these keywords:', 'wp-seopress-insights' ), sprintf( '%s', $html ), '' );
|
551 |
}
|
552 |
-
|
553 |
echo '</p>';
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
//Variation
|
564 |
-
if ( isset( $avg_pos[0]) && $avg_pos[1] ) {
|
565 |
-
$p_variation = $avg_pos[0] - $avg_pos[1];
|
566 |
-
|
567 |
-
if ($avg_pos[0] < $avg_pos[1]) {
|
568 |
-
$p_variation_rel = '<span class="up"><span class="dashicons dashicons-arrow-up-alt"></span> '. abs( $p_variation ) . '</span>';
|
569 |
-
} elseif ($avg_pos[0] == $avg_pos[1]) {
|
570 |
-
$p_variation_rel = '<span class="stable">=</span>';
|
571 |
-
} else {
|
572 |
-
$p_variation_rel = '<span class="down"><span class="dashicons dashicons-arrow-up-alt"></span> ' . abs( $p_variation ) . '</span>';
|
573 |
-
}
|
574 |
-
|
575 |
-
echo $p_variation_rel;
|
576 |
-
}
|
577 |
-
|
578 |
-
echo '</p>';
|
579 |
-
}
|
580 |
-
|
581 |
-
//Latest position
|
582 |
-
echo '<p class="widget-insights-title">'. __( 'Latest position: ', 'wp-seopress-insights' ) .'</p>';
|
583 |
-
|
584 |
-
$p = array_key_first($rankings);
|
585 |
-
echo '<p><span>' . $rankings[$p][0]['p'] . '</span></p>';
|
586 |
-
echo '</div>';
|
587 |
-
}
|
588 |
}
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
}
|
595 |
}
|
596 |
|
|
|
597 |
|
598 |
//Sortable columns
|
599 |
foreach (seopress_get_post_types() as $key => $value) {
|
392 |
}
|
393 |
}
|
394 |
}
|
395 |
+
}
|
396 |
+
|
397 |
+
function seopress_title_columns($columns) {
|
398 |
+
if(seopress_advanced_appearance_title_col_option() !='') {
|
399 |
+
$columns['seopress_title'] = __('Title tag', 'wp-seopress');
|
400 |
+
}
|
401 |
+
if(seopress_advanced_appearance_meta_desc_col_option() !='') {
|
402 |
+
$columns['seopress_desc'] = __('Meta Desc.', 'wp-seopress');
|
403 |
+
}
|
404 |
+
if(seopress_advanced_appearance_redirect_enable_col_option() !='') {
|
405 |
+
$columns['seopress_redirect_enable'] = __('Redirect?', 'wp-seopress');
|
406 |
+
}
|
407 |
+
if(seopress_advanced_appearance_redirect_url_col_option() !='') {
|
408 |
+
$columns['seopress_redirect_url'] = __('Redirect URL', 'wp-seopress');
|
409 |
+
}
|
410 |
+
if(seopress_advanced_appearance_canonical_option() !='') {
|
411 |
+
$columns['seopress_canonical'] = __('Canonical', 'wp-seopress');
|
412 |
+
}
|
413 |
+
if(seopress_advanced_appearance_target_kw_col_option() !='') {
|
414 |
+
$columns['seopress_tkw'] = __('Target Kw', 'wp-seopress');
|
415 |
+
}
|
416 |
+
if(seopress_advanced_appearance_noindex_col_option() !='') {
|
417 |
+
$columns['seopress_noindex'] = __('Noindex?', 'wp-seopress');
|
418 |
+
}
|
419 |
+
if(seopress_advanced_appearance_nofollow_col_option() !='') {
|
420 |
+
$columns['seopress_nofollow'] = __('Nofollow?', 'wp-seopress');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
}
|
422 |
+
if(seopress_advanced_appearance_score_col_option() !='') {
|
423 |
+
$columns['seopress_score'] = __('Score', 'wp-seopress');
|
424 |
+
}
|
425 |
+
if(seopress_advanced_appearance_words_col_option() !='') {
|
426 |
+
$columns['seopress_words'] = __('Words', 'wp-seopress');
|
427 |
+
}
|
428 |
+
if(seopress_advanced_appearance_w3c_col_option() !='') {
|
429 |
+
$columns['seopress_w3c'] = __('W3C check', 'wp-seopress');
|
430 |
+
}
|
431 |
+
if(seopress_advanced_appearance_ps_col_option() !='') {
|
432 |
+
$columns['seopress_ps'] = __('Page Speed', 'wp-seopress');
|
433 |
+
}
|
434 |
+
if(seopress_advanced_appearance_insights_col_option() !='') {
|
435 |
+
$columns['seopress_insights'] = __('Insights', 'wp-seopress');
|
436 |
+
}
|
437 |
+
return $columns;
|
438 |
+
}
|
439 |
|
440 |
+
function seopress_title_display_column($column, $post_id) {
|
441 |
+
switch ( $column ) {
|
442 |
+
case 'seopress_title' :
|
443 |
+
echo '<div id="seopress_title-' . esc_attr($post_id) . '">'.esc_html(get_post_meta($post_id, "_seopress_titles_title", true)).'</div>';
|
444 |
+
break;
|
445 |
|
446 |
+
case 'seopress_desc';
|
447 |
+
echo '<div id="seopress_desc-' . esc_attr($post_id) . '">'.esc_html(get_post_meta($post_id, "_seopress_titles_desc", true)).'</div>';
|
448 |
+
break;
|
449 |
|
450 |
+
case 'seopress_redirect_enable';
|
451 |
+
if (get_post_meta($post_id, "_seopress_redirections_enabled", true) =='yes') {
|
452 |
+
echo '<div id="seopress_redirect_enable-' . esc_attr($post_id) . '"><span class="dashicons dashicons-yes"></span></div>';
|
453 |
+
}
|
454 |
+
break;
|
455 |
+
case 'seopress_redirect_url';
|
456 |
+
echo '<div id="seopress_redirect_url-' . esc_attr($post_id) . '">'.esc_html(get_post_meta($post_id, "_seopress_redirections_value", true)).'</div>';
|
457 |
+
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
458 |
|
459 |
+
case 'seopress_canonical';
|
460 |
+
echo '<div id="seopress_canonical-' . esc_attr($post_id) . '">'.esc_html(get_post_meta($post_id, "_seopress_robots_canonical", true)).'</div>';
|
461 |
+
break;
|
|
|
|
|
462 |
|
463 |
+
case 'seopress_tkw' :
|
464 |
+
echo '<div id="seopress_tkw-' . esc_attr($post_id) . '">'.esc_html(get_post_meta($post_id, "_seopress_analysis_target_kw", true)).'</div>';
|
465 |
+
break;
|
466 |
|
467 |
+
case 'seopress_noindex' :
|
468 |
+
if (get_post_meta($post_id, "_seopress_robots_index", true) =='yes') {
|
469 |
+
echo '<span class="dashicons dashicons-yes"></span>';
|
470 |
+
}
|
471 |
+
break;
|
472 |
|
473 |
+
case 'seopress_nofollow' :
|
474 |
+
if (get_post_meta($post_id, "_seopress_robots_follow", true) =='yes') {
|
475 |
+
echo '<span class="dashicons dashicons-yes"></span>';
|
476 |
+
}
|
477 |
+
break;
|
478 |
|
479 |
+
case 'seopress_words' :
|
480 |
+
if (get_the_content() !='') {
|
481 |
+
$seopress_analysis_data['words_counter'] = preg_match_all("/\p{L}[\p{L}\p{Mn}\p{Pd}'\x{2019}]*/u", strip_tags(wp_filter_nohtml_kses(get_the_content())), $matches);
|
482 |
+
|
483 |
+
echo $seopress_analysis_data['words_counter'];
|
484 |
+
}
|
485 |
+
break;
|
486 |
+
|
487 |
+
case 'seopress_w3c' :
|
488 |
+
echo '<a class="seopress-button" href="https://validator.w3.org/nu/?doc='.esc_url(get_the_permalink()).'" title="'.esc_attr(__('Check code quality of this page','wp-seopress')).'" target="_blank"><span class="dashicons dashicons-clipboard"></span></a>';
|
489 |
+
break;
|
490 |
+
|
491 |
+
case 'seopress_ps' :
|
492 |
+
echo '<div class="seopress-request-page-speed seopress-button" data_permalink="'.esc_url(get_the_permalink()).'" title="'.esc_attr(__('Analyze this page with Google Page Speed','wp-seopress')).'"><span class="dashicons dashicons-dashboard"></span></div>';
|
493 |
+
break;
|
494 |
+
|
495 |
+
case 'seopress_score' :
|
496 |
+
if (get_post_meta($post_id, "_seopress_analysis_data")) {
|
497 |
+
$ca = get_post_meta($post_id, "_seopress_analysis_data");
|
498 |
+
echo '<div class="analysis-score">';
|
499 |
+
if (isset($ca[0]["score"]) && $ca[0]["score"] == 1) {
|
500 |
+
echo '<p><svg role="img" aria-hidden="true" focusable="false" width="100%" height="100%" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
501 |
+
<circle r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle>
|
502 |
+
<circle id="bar" class="good" r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0" style="stroke-dashoffset: 50.8938px;"></circle>
|
503 |
+
</svg><span class="screen-reader-text">'.__('Good','wp-seopress').'</span></p>';
|
504 |
+
} elseif (isset($ca[0]["score"]) && $ca[0]["score"] =='') {
|
505 |
+
echo '<p><svg role="img" aria-hidden="true" focusable="false" width="100%" height="100%" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
506 |
+
<circle r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle>
|
507 |
+
<circle id="bar" class="notgood" r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0" style="stroke-dashoffset: 101.788px;"></circle>
|
508 |
+
</svg><span class="screen-reader-text">'.__('Should be improved','wp-seopress').'</span></p>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
}
|
510 |
+
echo '</div>';
|
511 |
+
}
|
512 |
+
break;
|
513 |
+
|
514 |
+
case 'seopress_insights' :
|
515 |
+
if ( is_plugin_active( 'wp-seopress-insights/seopress-insights.php' ) ) {
|
516 |
+
foreach( seopress_insights_query_all_rankings() as $key => $value ) {
|
517 |
+
if( !empty( $value ) && $value['url'] == get_the_permalink( $post_id ) ) {
|
518 |
+
$rankings[$value['ts']][] = [
|
519 |
+
'keyword' => get_the_title(),
|
520 |
+
'p' => $value['p'],
|
521 |
+
'url' => $value['url'],
|
522 |
+
'search_volume' => $value['search_volume'],
|
523 |
+
'cpc' => $value['cpc'],
|
524 |
+
'competition' => $value['competition'],
|
525 |
+
'date' => date('Y/m/d',$value['ts']),
|
526 |
+
];
|
527 |
+
}
|
528 |
+
}
|
529 |
|
530 |
+
if ( !empty( $rankings ) ) {
|
531 |
+
|
532 |
+
foreach( $rankings as $key => $value ) {
|
533 |
+
$avg_pos[] = $value[0]['p'];
|
534 |
+
$kws[] = $value[0]['keyword'];
|
535 |
+
}
|
536 |
+
|
537 |
+
echo '<div class="wrap-insights-post">';
|
538 |
+
|
539 |
+
echo '<p><span class="dashicons dashicons-chart-line"></span>';
|
540 |
+
|
541 |
+
if ( !empty( $kws ) ) {
|
542 |
+
|
543 |
+
$kws = array_unique($kws);
|
544 |
+
|
545 |
+
$html = '<ul>';
|
546 |
+
foreach( $kws as $kw ) {
|
547 |
+
$html .= '<li><span class="dashicons dashicons-minus"></span>' . $kw . '</li>';
|
548 |
+
}
|
549 |
+
$html .= '</ul>';
|
550 |
+
|
551 |
+
echo seopress_tooltip( __( 'Insights from these keywords:', 'wp-seopress-insights' ), sprintf( '%s', $html ), '' );
|
552 |
}
|
553 |
+
|
554 |
+
echo '</p>';
|
555 |
+
|
556 |
+
//Average position
|
557 |
+
echo '<p class="widget-insights-title">'. __( 'Average position: ', 'wp-seopress-insights' ) . '</p>';
|
558 |
+
|
559 |
+
if ( !empty($avg_pos ) ) {
|
560 |
+
echo '<p>';
|
561 |
|
562 |
+
echo '<span>' . round( array_sum( $avg_pos ) / count( $avg_pos ), 2 ) . '</span>';
|
563 |
+
|
564 |
+
//Variation
|
565 |
+
if ( isset( $avg_pos[0]) && $avg_pos[1] ) {
|
566 |
+
$p_variation = $avg_pos[0] - $avg_pos[1];
|
567 |
+
|
568 |
+
if ($avg_pos[0] < $avg_pos[1]) {
|
569 |
+
$p_variation_rel = '<span class="up"><span class="dashicons dashicons-arrow-up-alt"></span> '. abs( $p_variation ) . '</span>';
|
570 |
+
} elseif ($avg_pos[0] == $avg_pos[1]) {
|
571 |
+
$p_variation_rel = '<span class="stable">=</span>';
|
572 |
+
} else {
|
573 |
+
$p_variation_rel = '<span class="down"><span class="dashicons dashicons-arrow-up-alt"></span> ' . abs( $p_variation ) . '</span>';
|
574 |
}
|
575 |
+
|
576 |
+
echo $p_variation_rel;
|
|
|
577 |
}
|
578 |
+
|
579 |
echo '</p>';
|
580 |
+
}
|
581 |
+
|
582 |
+
//Latest position
|
583 |
+
echo '<p class="widget-insights-title">'. __( 'Latest position: ', 'wp-seopress-insights' ) .'</p>';
|
584 |
+
|
585 |
+
$p = array_key_first($rankings);
|
586 |
+
echo '<p><span>' . $rankings[$p][0]['p'] . '</span></p>';
|
587 |
+
echo '</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
588 |
}
|
589 |
+
}
|
590 |
+
break;
|
591 |
+
|
592 |
+
default :
|
593 |
+
break;
|
594 |
}
|
595 |
}
|
596 |
|
597 |
+
|
598 |
|
599 |
//Sortable columns
|
600 |
foreach (seopress_get_post_types() as $key => $value) {
|
inc/functions/options-advanced.php
CHANGED
File without changes
|
inc/functions/options-google-analytics-checkout.php
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
defined( 'ABSPATH' ) or die( 'Please don’t call the plugin directly. Thanks :)' );
|
3 |
+
|
4 |
+
//Google Analytics E-commerce
|
5 |
+
//=================================================================================================
|
6 |
+
//Measuring an Addition from Cart
|
7 |
+
function seopress_google_analytics_js2($cart_item_key, $product_id, $quantity) {
|
8 |
+
if (seopress_google_analytics_ecommerce_enable_option() =='1') {
|
9 |
+
|
10 |
+
$seopress_google_analytics_html = "ga('require', 'ec');";
|
11 |
+
$seopress_google_analytics_html .= "\n";
|
12 |
+
|
13 |
+
//If WC enabled
|
14 |
+
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
15 |
+
if ( is_plugin_active( 'woocommerce/woocommerce.php' )) {
|
16 |
+
$product = wc_get_product($product_id);
|
17 |
+
|
18 |
+
$product_cat = get_the_terms($product_id, 'product_cat');
|
19 |
+
|
20 |
+
$seopress_google_analytics_html = "
|
21 |
+
ga('ec:addProduct', {
|
22 |
+
'id': ".$product_id.",
|
23 |
+
'name': '".$product->get_name()."',";
|
24 |
+
|
25 |
+
if ($product_cat !='') {
|
26 |
+
$seopress_google_analytics_html .= "
|
27 |
+
'category': '".$product_cat[0]->name."',";
|
28 |
+
}
|
29 |
+
|
30 |
+
if ($product->get_price() !='') {
|
31 |
+
$seopress_google_analytics_html .= "
|
32 |
+
'price': '".$product->get_price()."',";
|
33 |
+
}
|
34 |
+
|
35 |
+
if ($quantity !='') {
|
36 |
+
$seopress_google_analytics_html .= "
|
37 |
+
'quantity': ".$quantity;
|
38 |
+
}
|
39 |
+
$seopress_google_analytics_html .= "
|
40 |
+
});
|
41 |
+
";
|
42 |
+
$seopress_google_analytics_html .= "\n";
|
43 |
+
|
44 |
+
$seopress_google_analytics_html .= "ga('ec:setAction', 'add');";
|
45 |
+
$seopress_google_analytics_html .= "\n";
|
46 |
+
|
47 |
+
$seopress_google_analytics_html .= "ga('send', 'event', 'UX', 'click', 'add to cart');";
|
48 |
+
$seopress_google_analytics_html .= "\n";
|
49 |
+
|
50 |
+
$seopress_google_analytics_html .= "\n";
|
51 |
+
|
52 |
+
if (seopress_google_analytics_enable_option() =='1' && seopress_google_analytics_ua_option() !='') {
|
53 |
+
if (is_user_logged_in()) {
|
54 |
+
global $wp_roles;
|
55 |
+
|
56 |
+
//Get current user role
|
57 |
+
if(isset(wp_get_current_user()->roles[0])) {
|
58 |
+
$seopress_user_role = wp_get_current_user()->roles[0];
|
59 |
+
//If current user role matchs values from SEOPress GA settings then apply
|
60 |
+
if (function_exists('seopress_google_analytics_roles_option') && seopress_google_analytics_roles_option() !='') {
|
61 |
+
if( array_key_exists( $seopress_user_role, seopress_google_analytics_roles_option())) {
|
62 |
+
//do nothing
|
63 |
+
} else {
|
64 |
+
if (function_exists('wc_enqueue_js')) {
|
65 |
+
wc_enqueue_js($seopress_google_analytics_html);
|
66 |
+
}
|
67 |
+
}
|
68 |
+
} else {
|
69 |
+
if (function_exists('wc_enqueue_js')) {
|
70 |
+
wc_enqueue_js($seopress_google_analytics_html);
|
71 |
+
}
|
72 |
+
}
|
73 |
+
}
|
74 |
+
} else {
|
75 |
+
if (function_exists('wc_enqueue_js')) {
|
76 |
+
wc_enqueue_js($seopress_google_analytics_html);
|
77 |
+
}
|
78 |
+
}
|
79 |
+
}
|
80 |
+
}
|
81 |
+
}
|
82 |
+
}
|
83 |
+
add_action('woocommerce_add_to_cart', 'seopress_google_analytics_js2', 20, 3);
|
84 |
+
|
85 |
+
|
inc/functions/options-google-analytics-order.php
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
defined( 'ABSPATH' ) or die( 'Please don’t call the plugin directly. Thanks :)' );
|
3 |
+
|
4 |
+
//Google Analytics E-commerce
|
5 |
+
//=================================================================================================
|
6 |
+
function seopress_google_analytics_order_received() {
|
7 |
+
$seopress_google_analytics_html ='';
|
8 |
+
global $woocommerce;
|
9 |
+
foreach( WC()->cart->get_cart() as $cart_item ){
|
10 |
+
|
11 |
+
$product = wc_get_product($cart_item['product_id']);
|
12 |
+
$product_cat = get_the_terms($cart_item['product_id'], 'product_cat');
|
13 |
+
|
14 |
+
$seopress_google_analytics_html .= "
|
15 |
+
ga('ec:addProduct', {
|
16 |
+
'id': '".$cart_item['product_id']."',
|
17 |
+
'name': '".$product->get_name()."',";
|
18 |
+
|
19 |
+
if ($product_cat !='') {
|
20 |
+
$seopress_google_analytics_html .= "
|
21 |
+
'category': '".$product_cat[0]->name."',";
|
22 |
+
}
|
23 |
+
|
24 |
+
if ($product->get_price() !='') {
|
25 |
+
$seopress_google_analytics_html .= "
|
26 |
+
'price': '".$product->get_price()."',";
|
27 |
+
}
|
28 |
+
|
29 |
+
if ($cart_item['quantity'] !='') {
|
30 |
+
$seopress_google_analytics_html .= "
|
31 |
+
'quantity': ".$cart_item['quantity'];
|
32 |
+
}
|
33 |
+
$seopress_google_analytics_html .= "
|
34 |
+
});
|
35 |
+
";
|
36 |
+
}
|
37 |
+
|
38 |
+
$seopress_google_analytics_html .= "\n";
|
39 |
+
|
40 |
+
$seopress_google_analytics_html .= "
|
41 |
+
ga('ec:setAction', 'purchase', {
|
42 |
+
'id': 'daf9276a-3fa2-45a3-a591-495154662f7f',
|
43 |
+
'revenue': ".$woocommerce->cart->get_cart_total().",
|
44 |
+
'tax': 5,
|
45 |
+
'shipping': 5
|
46 |
+
});
|
47 |
+
";
|
48 |
+
|
49 |
+
$seopress_google_analytics_html .= "\n";
|
50 |
+
|
51 |
+
if (function_exists('wc_enqueue_js')) {
|
52 |
+
wc_enqueue_js($seopress_google_analytics_html);
|
53 |
+
}
|
54 |
+
}
|
55 |
+
add_action('woocommerce_checkout_order_processed', 'seopress_google_analytics_order_received');
|
inc/functions/options-google-analytics.php
CHANGED
File without changes
|
inc/functions/options-google-ecommerce.php
CHANGED
File without changes
|
inc/functions/options-import-export.php
CHANGED
File without changes
|
inc/functions/options-matomo.php
CHANGED
File without changes
|
inc/functions/options-oembed.php
CHANGED
File without changes
|
inc/functions/options-redirections.php
CHANGED
File without changes
|
inc/functions/options-sitemap.php
CHANGED
File without changes
|
inc/functions/options-social.php
CHANGED
File without changes
|
inc/functions/options-titles-metas.php
CHANGED
File without changes
|
inc/functions/options.php
CHANGED
File without changes
|
inc/functions/sitemap/index.php
CHANGED
File without changes
|
inc/functions/sitemap/template-html-sitemap.php
CHANGED
File without changes
|
inc/functions/sitemap/template-xml-sitemaps-author.php
CHANGED
File without changes
|
inc/functions/sitemap/template-xml-sitemaps-single-term.php
CHANGED
File without changes
|
inc/functions/sitemap/template-xml-sitemaps-single.php
CHANGED
File without changes
|
inc/functions/sitemap/template-xml-sitemaps-xsl.php
CHANGED
File without changes
|
inc/functions/sitemap/template-xml-sitemaps.php
CHANGED
File without changes
|
inc/functions/variables/dynamic-variables.php
CHANGED
File without changes
|
inc/index.php
CHANGED
File without changes
|
index.php
CHANGED
File without changes
|
languages/index.php
CHANGED
File without changes
|
languages/wp-seopress-ar.mo
CHANGED
File without changes
|
languages/wp-seopress-ar.po
CHANGED
File without changes
|
languages/wp-seopress-bg_BG.po
CHANGED
File without changes
|
languages/wp-seopress-da_DK.mo
CHANGED
File without changes
|
languages/wp-seopress-da_DK.po
CHANGED
File without changes
|
languages/wp-seopress-el.mo
CHANGED
File without changes
|
languages/wp-seopress-el.po
CHANGED
File without changes
|
languages/wp-seopress-fa_IR.mo
CHANGED
File without changes
|
languages/wp-seopress-fa_IR.po
CHANGED
File without changes
|
languages/wp-seopress-id_ID.mo
CHANGED
File without changes
|
languages/wp-seopress-id_ID.po
CHANGED
File without changes
|
languages/wp-seopress-it.mo
ADDED
Binary file
|
languages/wp-seopress-it.po
ADDED
@@ -0,0 +1,4973 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - SEOPress - Stable (latest release) in Italian
|
2 |
+
# This file is distributed under the same license as the Plugins - SEOPress - Stable (latest release) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2020-05-11 16:06+0200\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
+
"X-Generator: Poedit 2.3.1\n"
|
11 |
+
"Language: it\n"
|
12 |
+
"Project-Id-Version: Plugins - SEOPress - Stable (latest release)\n"
|
13 |
+
"POT-Creation-Date: \n"
|
14 |
+
"Last-Translator: Entersys <info@entersys.it>\n"
|
15 |
+
"Language-Team: \n"
|
16 |
+
|
17 |
+
#: seopress.php:1208
|
18 |
+
msgid "Read our blog posts about SEO concepts, tutorials and more"
|
19 |
+
msgstr "Leggi gli articoli del nostro blog su pratiche SEO, tutorial e molto altro"
|
20 |
+
|
21 |
+
#: seopress.php:1187
|
22 |
+
msgid "Join our Facebook Community group"
|
23 |
+
msgstr "Unisciti al nostro gruppo Facebook"
|
24 |
+
|
25 |
+
#: inc/admin/admin-features-list.php:91
|
26 |
+
msgid "Track your keyword positions and backlinks directly in your WordPress."
|
27 |
+
msgstr "Traccia la posizione delle tue Parole Chiave e dei Backlink direttamente da WordPress."
|
28 |
+
|
29 |
+
#: inc/admin/admin-notifications-center.php:433
|
30 |
+
msgid "To reduce the number pages search engines have to crawl to find all your articles, it is recommended displaying more posts per page. This should not be a problem for your users. Using mobile, we prefer to scroll down rather than clicking on next page links."
|
31 |
+
msgstr "Per ridurre il numero di pagine che i motori di ricerca devono analizzare per trovare tutti i tuoi articoli, è meglio visualizzare più messaggi per pagina. Questo non dovrebbe essere un problema per gli utenti. Utilizzando il cellulare, generalmente preferiamo scorrere verso il basso piuttosto che cliccare sui link della pagina successiva."
|
32 |
+
|
33 |
+
#: inc/admin/admin-notifications-center.php:127
|
34 |
+
msgid "Track your keywords positions and backlinks directly on your WordPress site."
|
35 |
+
msgstr "Traccia la posizione delle tue Parole Chiave e dei Backlink direttamente dal tuo sito WordPress."
|
36 |
+
|
37 |
+
#: inc/admin/admin-notifications-center.php:126
|
38 |
+
msgid "Configure SEOPress Insights in a few minutes with our installation wizard"
|
39 |
+
msgstr "Configura SEOPress Insights in pochi minuti con la nostra procedura guidata"
|
40 |
+
|
41 |
+
#: inc/admin/admin-header.php:68 inc/admin/adminbar.php:58
|
42 |
+
#: inc/admin/admin-features-list.php:90
|
43 |
+
msgid "Insights"
|
44 |
+
msgstr "Insights"
|
45 |
+
|
46 |
+
#: inc/admin/admin.php:6030
|
47 |
+
msgid "Manual tab"
|
48 |
+
msgstr "Scheda Manuale"
|
49 |
+
|
50 |
+
#: inc/admin/admin.php:6027
|
51 |
+
msgid "Automatic tab (default)"
|
52 |
+
msgstr "Scheda Automatica (predefinito)"
|
53 |
+
|
54 |
+
#: inc/admin/admin.php:5620
|
55 |
+
msgid ""
|
56 |
+
"By default, any file ending with one of these extensions will be considered a \"download\" in the Matomo interface: 7z|aac|arc|arj|apk|asf|asx|avi|bin|bz|bz2|csv|deb|dmg|doc|\n"
|
57 |
+
" exe|flv|gif|gz|gzip|hqx|jar|jpg|jpeg|js|mp2|mp3|mp4|mpg|\n"
|
58 |
+
" mpeg|mov|movie|msi|msp|odb|odf|odg|odp|ods|odt|ogg|ogv|\n"
|
59 |
+
" pdf|phps|png|ppt|qt|qtm|ra|ram|rar|rpm|sea|sit|tar|\n"
|
60 |
+
" tbz|tbz2|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"
|
61 |
+
msgstr ""
|
62 |
+
"Per impostazione predefinita, qualsiasi file che termina con una di queste estensioni sarà considerato un \"download\" nell'interfaccia Matomo: 7z|aac|arc|arj|arj|apk|asf|asx|avi|bin|bz|bz2|csv|deb|dmg|doc|doc\n"
|
63 |
+
" exe|flv|gif|gz|gzip|hqx|jar|jpg|jpeg|jpeg|js|mp2|mp3|mp4|mpg\n"
|
64 |
+
" mpeg|mov|movie|msi|msi|msi|msp|odb|odf|odf|odg|odp |odt|odt|ogg|ogg|ogg|oggetti\n"
|
65 |
+
" pdf|phps|png|png|ppt|qt|qtm|ra|ram|rar|rpm|rpm|rpm|sit|sit|tar|a mare\n"
|
66 |
+
" tbz|tbz2|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"
|
67 |
+
|
68 |
+
#: inc/admin/admin.php:5618
|
69 |
+
msgid "Enabling Download & Outlink tracking"
|
70 |
+
msgstr "Attivazione del tracciamento dei Download e dei Link in Usacita"
|
71 |
+
|
72 |
+
#: inc/admin/admin.php:5601
|
73 |
+
msgid "Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view."
|
74 |
+
msgstr "Disabilita tutti i First Party Cookie. I cookie Matomo esistenti per questo sito saranno eliminati nella pagina successiva."
|
75 |
+
|
76 |
+
#: inc/admin/admin.php:5584
|
77 |
+
msgid "Tracking requests will not be sent if visitors do not wish to be tracked."
|
78 |
+
msgstr "Le richieste di tracciamento non saranno inviate se i visitatori non desiderano essere tracciati."
|
79 |
+
|
80 |
+
#: inc/admin/admin.php:5582
|
81 |
+
msgid "Enable client side DoNotTrack detection"
|
82 |
+
msgstr "Attiva il rilevamento DoNotTrack lato client"
|
83 |
+
|
84 |
+
#: inc/admin/admin.php:5553
|
85 |
+
msgid "By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies which can only be accessed by pages on the same domain. Enabling cross domain linking lets you track all the actions and pageviews of a specific visitor into the same visit even when they view pages on several domains. Whenever a user clicks on a link to one of your website's alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID."
|
86 |
+
msgstr "Per impostazione predefinita, l'ID visitatore che identifica un visitatore unico viene memorizzato nei cookie di prima parte (First Party Cookie) del browser, ai quali possono accedere solo le pagine dello stesso dominio. L'abilitazione del cross domain linking consente di tracciare tutte le azioni e le visualizzazioni delle pagine di un visitatore specifico nella stessa visita anche quando questi visualizza pagine su più domini. Ogni volta che un utente clicca su un link a uno degli URL alias del tuo sito web, verrà aggiunto un parametro URL pk_vid che inoltrerà l'ID del visitatore."
|
87 |
+
|
88 |
+
#: inc/admin/admin.php:5517
|
89 |
+
msgid "If someone visits the 'About' page on blog.example.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain."
|
90 |
+
msgstr "Se qualcuno visita la pagina \"Chi Siamo\" su blog.example.com, verrà registrato come \"blog / Chi Siamo\". Questo è il modo più semplice per avere una visione d'insieme del tuo traffico per sottodominio."
|
91 |
+
|
92 |
+
#: inc/admin/admin.php:5515
|
93 |
+
msgid "Prepend the site domain to the page title when tracking"
|
94 |
+
msgstr "Anticipa il dominio del sito al titolo della pagina durante il tracciamento"
|
95 |
+
|
96 |
+
#: inc/admin/admin.php:5498
|
97 |
+
msgid "If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor."
|
98 |
+
msgstr "Se un visitatore visita x.esempio.com e y.esempio.com, verrà considerato un visitatore unico."
|
99 |
+
|
100 |
+
#: inc/admin/admin.php:5496
|
101 |
+
msgid "Tracking one domain and its subdomains in the same website"
|
102 |
+
msgstr "Tracciamento di un dominio e dei suoi sottodomini nello stesso sito web"
|
103 |
+
|
104 |
+
#: inc/admin/admin.php:5482
|
105 |
+
msgid "To find your site ID, go to your <strong>Matomo Cloud account, Websites, Manage page</strong>. Look at \"Site ID\" on the right part."
|
106 |
+
msgstr "Per trovare l'ID del tuo sito, vai al tuo <strong>Account di Matomo Cloud nella Pagina di gestione dei Siti Web</strong>. Cerca la voce \"Site ID\" nella parte destra."
|
107 |
+
|
108 |
+
#: inc/admin/admin.php:5477
|
109 |
+
msgid "Matomo Site ID"
|
110 |
+
msgstr "Site ID Matomo"
|
111 |
+
|
112 |
+
#: inc/admin/admin.php:5477
|
113 |
+
msgid "Enter your site ID here"
|
114 |
+
msgstr "Inserisci qui il tuo Site ID"
|
115 |
+
|
116 |
+
#: inc/admin/admin.php:5468
|
117 |
+
msgid "Enter only the <strong>host</strong> like this example.matomo.cloud"
|
118 |
+
msgstr "Inserire solo l'<strong>host</strong> in questo modo: esempio.matomo.cloud"
|
119 |
+
|
120 |
+
#: inc/admin/admin.php:5463
|
121 |
+
msgid "Matomo Cloud URL"
|
122 |
+
msgstr "Indirizzo Matomo Cloud"
|
123 |
+
|
124 |
+
#: inc/admin/admin.php:5463
|
125 |
+
msgid "Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\""
|
126 |
+
msgstr "Inserire \"Esempio\" se l'URL del tuo account Matomo è \"esempio.matomo.cloud\""
|
127 |
+
|
128 |
+
#: inc/admin/admin.php:5451
|
129 |
+
msgid "Enable Matomo tracking (Matomo account required)"
|
130 |
+
msgstr "Attiva il tracciamento di Matomo (è richiesto un account Matomo)"
|
131 |
+
|
132 |
+
#: inc/admin/admin.php:2905
|
133 |
+
msgid "Your <strong>Custom Dimensions</strong> will also work with Matomo tracking code"
|
134 |
+
msgstr "Le tue <strong>Dimensioni Personalizzate</strong> funzioneranno anche con il codice di tracciamento Matomo"
|
135 |
+
|
136 |
+
#: inc/admin/admin.php:2903
|
137 |
+
msgid "<p>Use Matomo to track your users with privacy in mind.</p>"
|
138 |
+
msgstr "<p>Utilizza Matomo per tracciare i tuoi utenti tenendo presente la Privacy.</p>"
|
139 |
+
|
140 |
+
#: inc/admin/admin.php:2889
|
141 |
+
msgid "Custom dimensions also work with <strong>Matomo</strong> tracking code."
|
142 |
+
msgstr "Le Dimensioni Personalizzate funzionano anche con il codice di tracciamento <strong>Matomo</strong>."
|
143 |
+
|
144 |
+
#: inc/admin/admin.php:2472
|
145 |
+
msgid "Set default tab for Structured data metabox"
|
146 |
+
msgstr "Imposta la scheda predefinita per il Metabox dei Dati Strutturati"
|
147 |
+
|
148 |
+
#: inc/admin/admin.php:2262
|
149 |
+
msgid "Download & Outlink tracking"
|
150 |
+
msgstr "Tracciamento Download e Link in Uscita"
|
151 |
+
|
152 |
+
#: inc/admin/admin.php:2254
|
153 |
+
msgid "Disable all tracking cookies"
|
154 |
+
msgstr "Disabilita tutti i cookie di tracciamento"
|
155 |
+
|
156 |
+
#: inc/admin/admin.php:2246
|
157 |
+
msgid "Enable DoNotTrack detection"
|
158 |
+
msgstr "Abilita il rilevamento DoNotTrack"
|
159 |
+
|
160 |
+
#: inc/admin/admin.php:2239
|
161 |
+
msgid "Cross domain"
|
162 |
+
msgstr "Interdominio"
|
163 |
+
|
164 |
+
#: inc/admin/admin.php:2231 inc/admin/admin.php:5551
|
165 |
+
msgid "Enables cross domain linking"
|
166 |
+
msgstr "Abilita collegamenti interdominio"
|
167 |
+
|
168 |
+
#: inc/admin/admin.php:2223 inc/admin/admin.php:5534
|
169 |
+
msgid "Track users with JavaScript disabled"
|
170 |
+
msgstr "Traccia gli utenti con JavaScript disabilitato"
|
171 |
+
|
172 |
+
#: inc/admin/admin.php:2215
|
173 |
+
msgid "Prepend the site domain"
|
174 |
+
msgstr "Anticipa il Dominio del sito"
|
175 |
+
|
176 |
+
#: inc/admin/admin.php:2207
|
177 |
+
msgid "Track visitors across all subdomains"
|
178 |
+
msgstr "Traccia i visitatori in tutti i sottodomini"
|
179 |
+
|
180 |
+
#: inc/admin/admin.php:2199
|
181 |
+
msgid "Enter your site ID"
|
182 |
+
msgstr "Inserisci il tuo Site ID"
|
183 |
+
|
184 |
+
#: inc/admin/admin.php:2183
|
185 |
+
msgid "Enable Matomo tracking"
|
186 |
+
msgstr "Abilita il tracciamento Matomo"
|
187 |
+
|
188 |
+
#: inc/admin/admin.php:1848
|
189 |
+
msgid "Analytics tracking opt-in"
|
190 |
+
msgstr "Accetta tracciamento Analytics"
|
191 |
+
|
192 |
+
#: inc/admin/admin.php:929
|
193 |
+
msgid "and, the last parameter, the counter (optional)."
|
194 |
+
msgstr "e, l'ultimo parametro, il contatore (opzionale)."
|
195 |
+
|
196 |
+
#: inc/admin/admin.php:928
|
197 |
+
msgid "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),"
|
198 |
+
msgstr "il parametro della query (\"exact_match\" = Corrispondenza esatta con tutti i parametri, \"without_param\" = Escludi tutti i parametri o \"with_ignored_param\" = Escludi tutti i parametri e passali al reindirizzamento),"
|
199 |
+
|
200 |
+
#: inc/admin/admin.php:927
|
201 |
+
msgid "Yes to enable the redirect (leave it empty to disable the redirect)"
|
202 |
+
msgstr "Sì per abilitare il reindirizzamento (lasciarlo vuoto per disabilitare il reindirizzamento)"
|
203 |
+
|
204 |
+
#: inc/admin/admin.php:926
|
205 |
+
msgid "type of redirection (301, 302 or 307),"
|
206 |
+
msgstr "tipo di reindirizzamento (301, 302 o 307),"
|
207 |
+
|
208 |
+
#: inc/admin/admin.php:925
|
209 |
+
msgid "URL to redirect in absolute,"
|
210 |
+
msgstr "URL da reindirizzare in assoluto,"
|
211 |
+
|
212 |
+
#: inc/admin/admin.php:924
|
213 |
+
msgid "URL to match (without your domain name)"
|
214 |
+
msgstr "URL da abbinare (senza il nome di dominio)"
|
215 |
+
|
216 |
+
#: inc/admin/admin.php:922
|
217 |
+
msgid "Import your own redirections from a .csv file (separator \";\"). You must have 6 columns in this order:"
|
218 |
+
msgstr "Importa i tuoi reindirizzamenti da un file .csv (con separatore \";\"). Devi avere 6 colonne in questo ordine:"
|
219 |
+
|
220 |
+
#: inc/admin/admin.php:558 inc/admin/admin.php:567
|
221 |
+
msgid "Matomo"
|
222 |
+
msgstr "Matomo"
|
223 |
+
|
224 |
+
#: inc/admin/admin.php:194 inc/admin/admin-header.php:54
|
225 |
+
#: inc/admin/adminbar.php:44 inc/admin/admin-features-list.php:63
|
226 |
+
msgid "Analytics"
|
227 |
+
msgstr "Analitica"
|
228 |
+
|
229 |
+
#: inc/admin/admin-metaboxes-form.php:400
|
230 |
+
msgid "The closer to 1 the better (with large card, 2 is better)."
|
231 |
+
msgstr "Più si avvicina a 1, meglio è (con una scheda grande, 2 è meglio)."
|
232 |
+
|
233 |
+
#: inc/admin/admin-metaboxes-form.php:398
|
234 |
+
msgid "Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image."
|
235 |
+
msgstr "La dimensione minima per Twitter è <strong>144x144px</strong>. Scegli un'altra immagine."
|
236 |
+
|
237 |
+
#: inc/admin/admin-metaboxes-form.php:397
|
238 |
+
msgid "File type not supported by Twitter. Please choose another image."
|
239 |
+
msgstr "Tipo di file non supportato da Twitter. Scegli un'altra immagine."
|
240 |
+
|
241 |
+
#: inc/admin/admin-metaboxes-form.php:392
|
242 |
+
msgid "This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview."
|
243 |
+
msgstr "Ecco come sarà il tuo post su Twitter. Devi pubblicare il tuo post per ottenere l'Anteprima in Twitter."
|
244 |
+
|
245 |
+
#: inc/admin/admin-metaboxes-form.php:390
|
246 |
+
msgid "Twitter Preview"
|
247 |
+
msgstr "Anteprima Twitter"
|
248 |
+
|
249 |
+
#: inc/admin/admin-metaboxes-form.php:338
|
250 |
+
msgid "The closer to 1.91 the better."
|
251 |
+
msgstr "Più si avvicina a 1,91, meglio è."
|
252 |
+
|
253 |
+
#: inc/admin/admin-metaboxes-form.php:338
|
254 |
+
#: inc/admin/admin-metaboxes-form.php:400
|
255 |
+
msgid "Your image ratio is: "
|
256 |
+
msgstr "Il rapporto dell'immagine è: "
|
257 |
+
|
258 |
+
#: inc/admin/admin-metaboxes-form.php:337
|
259 |
+
#: inc/admin/admin-metaboxes-form.php:399
|
260 |
+
msgid "File error. Please choose another image."
|
261 |
+
msgstr "Errore nel file. Scegli un'altra immagine."
|
262 |
+
|
263 |
+
#: inc/admin/admin-metaboxes-form.php:336
|
264 |
+
msgid "Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image."
|
265 |
+
msgstr "La dimensione minima per Facebook è <strong>200x200px</strong>. Scegli un'altra immagine."
|
266 |
+
|
267 |
+
#: inc/admin/admin-metaboxes-form.php:335
|
268 |
+
msgid "File type not supported by Facebook. Please choose another image."
|
269 |
+
msgstr "Tipo di file non supportato da Facebook. Scegli un'altra immagine."
|
270 |
+
|
271 |
+
#: inc/admin/admin.php:4348 inc/admin/admin-wizard.php:507
|
272 |
+
msgid "eg: https://soundcloud.com/my-page-url"
|
273 |
+
msgstr "es: https://soundcloud.com/url-della-pagina"
|
274 |
+
|
275 |
+
#: inc/admin/admin.php:4336 inc/admin/admin-wizard.php:504
|
276 |
+
msgid "eg: https://myspace.com/my-page-url"
|
277 |
+
msgstr "es: https://myspace.com/url-della-pagina"
|
278 |
+
|
279 |
+
#: inc/admin/admin.php:4324 inc/admin/admin-wizard.php:501
|
280 |
+
msgid "eg: http://linkedin.com/company/my-company-url/"
|
281 |
+
msgstr "es: http://linkedin.com/company/url-della-azienda/"
|
282 |
+
|
283 |
+
#: inc/admin/admin.php:4312 inc/admin/admin-wizard.php:498
|
284 |
+
msgid "eg: https://www.youtube.com/my-channel-url"
|
285 |
+
msgstr "es: https://www.youtube.com/url-del-mio-canale"
|
286 |
+
|
287 |
+
#: inc/admin/admin.php:4300 inc/admin/admin-wizard.php:495
|
288 |
+
msgid "eg: https://www.instagram.com/my-page-url/"
|
289 |
+
msgstr "es: https://www.instagram.com/url-della-pagina/"
|
290 |
+
|
291 |
+
#: inc/admin/admin.php:4288 inc/admin/admin-wizard.php:492
|
292 |
+
msgid "eg: https://pinterest.com/my-page-url/"
|
293 |
+
msgstr "es: https://pinterest.com/url-della-pagina/"
|
294 |
+
|
295 |
+
#: inc/admin/admin.php:4276 inc/admin/admin-wizard.php:489
|
296 |
+
msgid "eg: @my_twitter_account"
|
297 |
+
msgstr "es: @mio_account_twitter"
|
298 |
+
|
299 |
+
#: inc/admin/admin.php:4263 inc/admin/admin-wizard.php:486
|
300 |
+
msgid "eg: https://facebook.com/my-page-url"
|
301 |
+
msgstr "es: https://facebook.com/url-della-pagina"
|
302 |
+
|
303 |
+
#: inc/admin/admin-wizard.php:480
|
304 |
+
msgid "eg: My Company Name"
|
305 |
+
msgstr "es: Nome della mia azienda"
|
306 |
+
|
307 |
+
#: inc/admin/admin.php:799 inc/admin/admin-wizard.php:318
|
308 |
+
msgid "<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."
|
309 |
+
msgstr "<strong>ATTENZIONE:</strong> La migrazione aggiornerà/eliminerà tutti i metadati SEOPress delle pubblicazioni e dei termini. Alcune variabili dinamiche non saranno interpretate. NON verrà eliminato alcun dato AIO."
|
310 |
+
|
311 |
+
#: inc/admin/admin.php:4783
|
312 |
+
msgid "Change the color of the cookie bar secondary button hover"
|
313 |
+
msgstr "Modifica il colore di Hover del pulsante secondario nella Barra dei Cookie"
|
314 |
+
|
315 |
+
#: inc/admin/admin.php:4773
|
316 |
+
msgid "Change the color of the cookie bar secondary button"
|
317 |
+
msgstr "Modifica il colore del pulsante secondario nella Barra dei Cookie"
|
318 |
+
|
319 |
+
#: inc/admin/admin.php:4763
|
320 |
+
msgid "Change the color of the cookie bar secondary button hover background"
|
321 |
+
msgstr "Modifica il colore di sfondo nel Hover del pulsante secondario nella Barra dei Cookie"
|
322 |
+
|
323 |
+
#: inc/admin/admin.php:4753
|
324 |
+
msgid "Change the color of the cookie bar secondary button background"
|
325 |
+
msgstr "Modifica il colore di sfondo del pulsante secondario nella Barra dei Cookie"
|
326 |
+
|
327 |
+
#: inc/admin/admin.php:4743
|
328 |
+
msgid "Change the color of the cookie bar button hover"
|
329 |
+
msgstr "Modifica il colore di Hover del pulsante nella Barra dei Cookie"
|
330 |
+
|
331 |
+
#: inc/admin/admin.php:4733
|
332 |
+
msgid "Change the color of the cookie bar button"
|
333 |
+
msgstr "Modifica il colore del pulsante nella Barra dei Cookie"
|
334 |
+
|
335 |
+
#: inc/admin/admin.php:4723
|
336 |
+
msgid "Change the color of the cookie bar button hover background"
|
337 |
+
msgstr "Modifica il colore di sfondo nel Hover del pulsante nella Barra dei Cookie"
|
338 |
+
|
339 |
+
#: inc/admin/admin.php:4713
|
340 |
+
msgid "Change the color of the cookie bar button background"
|
341 |
+
msgstr "Modifica il colore di sfondo del pulsante nella Barra dei Cookie"
|
342 |
+
|
343 |
+
#: inc/admin/admin.php:4703
|
344 |
+
msgid "Change the color of the cookie bar link"
|
345 |
+
msgstr "Modifica il colore del Collegamento nella Barra dei Cookie"
|
346 |
+
|
347 |
+
#: inc/admin/admin.php:4693
|
348 |
+
msgid "Change the color of the cookie bar text"
|
349 |
+
msgstr "Modifica il colore del Testo nella Barra dei Cookie"
|
350 |
+
|
351 |
+
#: inc/admin/admin.php:4683
|
352 |
+
msgid "Change the color of the cookie bar background"
|
353 |
+
msgstr "Modifica il colore di Sfondo della Barra dei Cookie"
|
354 |
+
|
355 |
+
#: inc/admin/admin-metaboxes-form.php:347
|
356 |
+
msgid "By "
|
357 |
+
msgstr "Da "
|
358 |
+
|
359 |
+
#: inc/admin/admin.php:1023
|
360 |
+
msgid "You can also use <span class=\"dashicons dashicons-external\"></span><a href=\"%s\" target=\"_blank\">this MySQL query</a> if necessary."
|
361 |
+
msgstr "Se necessario, puoi anche utilizzare <span class=\"dashicons dashicons-external\"></span><a href=\"%s\" target=\"_blank\">questa query MySQL</a>."
|
362 |
+
|
363 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:129
|
364 |
+
msgid "This XML Sitemap contains %s URL(s)."
|
365 |
+
msgstr "Questa Sitemap XML contiene %s collegamenti."
|
366 |
+
|
367 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:126
|
368 |
+
msgid "This XML Sitemap Index file contains %s sitemaps."
|
369 |
+
msgstr "Questo Indice di Sitemap XML contiene %s Sitemap."
|
370 |
+
|
371 |
+
#: inc/functions/options-import-export.php:376
|
372 |
+
msgid "Please upload a valid .txt file"
|
373 |
+
msgstr "Carica un file .txt valido"
|
374 |
+
|
375 |
+
#: inc/admin/admin-features-list.php:426 inc/admin/admin-features-list.php:428
|
376 |
+
msgid "Click to enable"
|
377 |
+
msgstr "Fai clic per abilitare"
|
378 |
+
|
379 |
+
#: inc/admin/admin-features-list.php:425 inc/admin/admin-features-list.php:429
|
380 |
+
msgid "Click to disable"
|
381 |
+
msgstr "Fai clic per disabilitare"
|
382 |
+
|
383 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:396
|
384 |
+
msgid "No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation."
|
385 |
+
msgstr "Per questo post non è stata impostata alcuna metadescrizione personalizzata. Se la metadescrizione globale fa al caso tuo, puoi tranquillamente ignorare questa raccomandazione."
|
386 |
+
|
387 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:362
|
388 |
+
msgid "No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation."
|
389 |
+
msgstr "Non è impostato alcun titolo personalizzato per questo post. Se il metatitolo globale ti soddisfa, puoi tranquillamente ignorare questa raccomandazione."
|
390 |
+
|
391 |
+
#: inc/admin/admin-metaboxes-form.php:252
|
392 |
+
msgid "By checking this option, you will add a meta robots tag with the value \"nosnippet\"."
|
393 |
+
msgstr "Selezionando questa opzione, verrà aggiunto un tag Meta Robot con il valore \"nosnippet\"."
|
394 |
+
|
395 |
+
#: inc/admin/admin-metaboxes-form.php:252
|
396 |
+
msgid "\"nosnippet\" robots meta tag"
|
397 |
+
msgstr "Tag Meta Robot \"nosnippet\""
|
398 |
+
|
399 |
+
#: inc/admin/admin-metaboxes-form.php:245
|
400 |
+
msgid "By checking this option, you will add a meta robots tag with the value \"noarchive\"."
|
401 |
+
msgstr "Selezionando questa opzione, verrà aggiunto un tag Meta Robot con il valore \"noarchive\"."
|
402 |
+
|
403 |
+
#: inc/admin/admin-metaboxes-form.php:245
|
404 |
+
msgid "\"noarchive\" robots meta tag"
|
405 |
+
msgstr "Tag Meta Robot \"noarchive\""
|
406 |
+
|
407 |
+
#: inc/admin/admin-metaboxes-form.php:238
|
408 |
+
msgid "By checking this option, you will add a meta robots tag with the value \"noimageindex\". <br> Note that your images can always be indexed if they are linked from other pages."
|
409 |
+
msgstr "Selezionando questa opzione, verrà aggiunto un tag Meta Robot con il valore \"noimageindex\". <br> Ricorda che le tue immagini possono essere comunque indicizzate se i collegamenti provengono da altre pagine."
|
410 |
+
|
411 |
+
#: inc/admin/admin-metaboxes-form.php:238
|
412 |
+
msgid "\"noimageindex\" robots meta tag"
|
413 |
+
msgstr "Tag Meta Robot \"noimageindex\""
|
414 |
+
|
415 |
+
#: inc/admin/admin-metaboxes-form.php:231
|
416 |
+
msgid "By checking this option, you will add a meta robots tag with the value \"noodp\". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory."
|
417 |
+
msgstr "Selezionando questa opzione, verrà aggiunto un tag Meta Robot con il valore \"noodp\". <br>Ricorda che Google e Yahoo hanno smesso di considerare questo Tag dopo la chiusura della directory DMOZ."
|
418 |
+
|
419 |
+
#: inc/admin/admin-metaboxes-form.php:231
|
420 |
+
msgid "\"noodp\" robots meta tag"
|
421 |
+
msgstr "Tag Meta Robot \"noodp\""
|
422 |
+
|
423 |
+
#: inc/admin/admin-metaboxes-form.php:224
|
424 |
+
msgid "By checking this option, you will add a meta robots tag with the value \"nofollow\". <br>Search engines will not follow links from this URL."
|
425 |
+
msgstr "Selezionando questa opzione, verrà aggiunto un tag Meta Robot con il valore \"nofollow\". <br>I motori di ricerca non seguiranno i link da questo URL."
|
426 |
+
|
427 |
+
#: inc/admin/admin-metaboxes-form.php:224
|
428 |
+
msgid "\"nofollow\" robots meta tag"
|
429 |
+
msgstr "Tag Meta Robot \"nofollow\""
|
430 |
+
|
431 |
+
#: inc/admin/admin-metaboxes-form.php:217
|
432 |
+
msgid "By checking this option, you will add a meta robots tag with the value \"noindex\". <br>Search engines will not index this URL in the search results."
|
433 |
+
msgstr "Selezionando questa opzione, verrà aggiunto un tag Meta Robot con il valore \"noindex\". <br>I motori di ricerca non indicizzeranno questo URL nei risultati della ricerca."
|
434 |
+
|
435 |
+
#: inc/admin/admin-metaboxes-form.php:217
|
436 |
+
msgid "\"noindex\" robots meta tag"
|
437 |
+
msgstr "Tag Meta Robot \"noindex\""
|
438 |
+
|
439 |
+
#: inc/admin/admin-metaboxes-form.php:169
|
440 |
+
msgid "Mobile Preview"
|
441 |
+
msgstr "Anteprima Mobile"
|
442 |
+
|
443 |
+
#: inc/admin/admin-metaboxes-form.php:162
|
444 |
+
msgid "The Google preview is a simulation. <br>There is no reliable preview because it depends on the screen resolution, the device used, the expression sought, and Google. <br>There is not one snippet for one URL but several. <br>All the data in this overview comes directly from your source code. <br>This is what the crawlers will see."
|
445 |
+
msgstr "L'anteprima di Google è una simulazione. <br>Non esiste un'anteprima affidabile perché dipende dalla risoluzione dello schermo, dal dispositivo utilizzato, dall'espressione ricercata e da Google.<br> Non c'è un solo snippet per un URL, ma diversi. <br>Tutti i dati di questa panoramica provengono direttamente dal tuo codice sorgente.<br>Questo è ciò che vedranno i crawler."
|
446 |
+
|
447 |
+
#: inc/admin/admin-metaboxes-form.php:162
|
448 |
+
msgid "Snippet Preview"
|
449 |
+
msgstr "Anteprima Snippet"
|
450 |
+
|
451 |
+
#: inc/admin/admin-metaboxes-form.php:131
|
452 |
+
msgid "A meta description tag should generally inform and interest users with a short, relevant summary of what a particular page is about. <br>They are like a pitch that convince the user that the page is exactly what they're looking for. <br>There's no limit on how long a meta description can be, but the search result snippets are truncated as needed, typically to fit the device width."
|
453 |
+
msgstr "Un tag di metadescrizione dovrebbe generalmente informare e incuriosire gli utenti con un breve e rilevante riassunto di ciò che riguarda una particolare pagina. <br>Sono come una breve anteprima che ha l'obiettivo di convincere l'utente che la pagina è esattamente ciò che sta cercando<br>Non c'è limite alla lunghezza di una metadescrizione, ma i risultati della ricerca vengono troncati secondo le necessità, in genere per adattarsi alla larghezza del dispositivo."
|
454 |
+
|
455 |
+
#: inc/admin/admin-metaboxes-form.php:106
|
456 |
+
msgid "Titles are critical to give users a quick insight into the content of a result and why it’s relevant to their query. It's often the primary piece of information used to decide which result to click on, so it's important to use high-quality titles on your web pages."
|
457 |
+
msgstr "I titoli sono fondamentali per dare agli utenti una rapida comprensione del contenuto di un risultato e del perché è rilevante per la loro richiesta. Spesso è l'informazione principale utilizzata per decidere su quale risultato cliccare, quindi è importante utilizzare titoli di alta qualità sulle tue pagine web."
|
458 |
+
|
459 |
+
#: inc/admin/admin-notifications-center.php:376
|
460 |
+
msgid "Information"
|
461 |
+
msgstr "Informazioni"
|
462 |
+
|
463 |
+
#: inc/admin/admin-notifications-center.php:100
|
464 |
+
#: inc/admin/admin-notifications-center.php:129
|
465 |
+
msgid "Wizard"
|
466 |
+
msgstr "Procedura Guidata"
|
467 |
+
|
468 |
+
#: inc/admin/ajax.php:29
|
469 |
+
msgid "A redirect is active for this URL. Turn it off to get the Google preview and content analysis."
|
470 |
+
msgstr "Per questo URL è attivo un reindirizzamento. Disattivalo per ottenere l'anteprima di Google e l'analisi dei contenuti."
|
471 |
+
|
472 |
+
#: inc/admin/admin.php:4853
|
473 |
+
msgid "You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> just after the opening body tag in your theme."
|
474 |
+
msgstr "Non vedi il tuo codice? Assicurati di richiamare <strong>wp_body_open();</strong> subito dopo il tag di apertura BODY nel tuo tema."
|
475 |
+
|
476 |
+
#: inc/admin/admin.php:1014
|
477 |
+
msgid "Make sure you have enabled 404 cleaning from SEO, PRO, <a href=\"%s\">404/301</a> tab to be able to delete all your 404 errors."
|
478 |
+
msgstr "Assicurati di aver abilitato la pulizia 404 dalla scheda SEO, PRO, <a href=\"%s\">404/301</a> per poter cancellare tutti gli errori 404."
|
479 |
+
|
480 |
+
#: inc/admin/admin.php:983
|
481 |
+
msgid "Import Redirections from Rank Math"
|
482 |
+
msgstr "Importa i reindirizzamenti da Rank Math"
|
483 |
+
|
484 |
+
#: inc/admin/admin.php:915
|
485 |
+
msgid "Rank Math plugin (TXT)"
|
486 |
+
msgstr "Plugin di Rank Math (TXT)"
|
487 |
+
|
488 |
+
#: inc/admin/admin.php:898 inc/admin/admin-wizard.php:407
|
489 |
+
msgid "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts metadata. Some dynamic variables will not be interpreted. We do NOT delete any WP Meta SEO data."
|
490 |
+
msgstr "<strong>ATTENZIONE:</strong> La migrazione aggiornerà/eliminerà tutti i metadati SEOPress delle pubblicazioni. Alcune variabili dinamiche non saranno interpretate. NON verrà eliminato alcun dato WP Meta SEO."
|
491 |
+
|
492 |
+
#: inc/admin/admin.php:890 inc/admin/admin-wizard.php:399
|
493 |
+
msgid "Import posts and terms metadata from WP Meta SEO"
|
494 |
+
msgstr "Importa pubblicazioni e metadati dei termini da WP Meta SEO"
|
495 |
+
|
496 |
+
#: inc/admin/admin.php:880 inc/admin/admin-wizard.php:391
|
497 |
+
msgid "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts metadata. Some dynamic variables will not be interpreted. We do NOT delete any SEO Ultimate data."
|
498 |
+
msgstr "<strong>ATTENZIONE:</strong> La migrazione aggiornerà/eliminerà tutti i metadati SEOPress delle pubblicazioni. Alcune variabili dinamiche non saranno interpretate. NON verrà eliminato alcun dato SEO Ultimate."
|
499 |
+
|
500 |
+
#: inc/admin/admin.php:871 inc/admin/admin-wizard.php:382
|
501 |
+
msgid "Import posts metadata from SEO Ultimate"
|
502 |
+
msgstr "Importa i metadati delle pubblicazioni da SEO Ultimate"
|
503 |
+
|
504 |
+
#: inc/admin/admin.php:762 inc/admin/admin-wizard.php:282
|
505 |
+
msgid "WP Meta SEO"
|
506 |
+
msgstr "WP Meta SEO"
|
507 |
+
|
508 |
+
#: inc/admin/admin.php:761 inc/admin/admin-wizard.php:281
|
509 |
+
msgid "SEO Ultimate"
|
510 |
+
msgstr "SEO Ultimate"
|
511 |
+
|
512 |
+
#: inc/admin/admin.php:760 inc/admin/admin-wizard.php:280
|
513 |
+
msgid "Squirrly SEO"
|
514 |
+
msgstr "Squirrly SEO"
|
515 |
+
|
516 |
+
#: inc/admin/admin.php:759 inc/admin/admin-wizard.php:279
|
517 |
+
msgid "Rank Math"
|
518 |
+
msgstr "Rank Math"
|
519 |
+
|
520 |
+
#: inc/admin/admin.php:758 inc/admin/admin-wizard.php:278
|
521 |
+
msgid "The SEO Framework"
|
522 |
+
msgstr "The SEO Framework"
|
523 |
+
|
524 |
+
#: inc/admin/admin.php:757 inc/admin/admin-wizard.php:277
|
525 |
+
msgid "All In One SEO"
|
526 |
+
msgstr "All In One SEO"
|
527 |
+
|
528 |
+
#: inc/admin/admin.php:756 inc/admin/admin-wizard.php:276
|
529 |
+
msgid "Yoast SEO"
|
530 |
+
msgstr "Yoast SEO"
|
531 |
+
|
532 |
+
#: inc/admin/admin.php:753 inc/admin/admin-wizard.php:273
|
533 |
+
msgid "Import posts and terms metadata from"
|
534 |
+
msgstr "Importa metadati di pubblicazioni e termini da"
|
535 |
+
|
536 |
+
#: inc/admin/admin.php:914
|
537 |
+
msgid "Yoast Premium plugin (CSV)"
|
538 |
+
msgstr "Plugin Yoast Premium (CSV)"
|
539 |
+
|
540 |
+
#: inc/admin/admin.php:913
|
541 |
+
msgid "Redirections plugin (JSON - WordPress Redirects)"
|
542 |
+
msgstr "Plugin di reindirizzamento (JSON - WordPress Redirects)"
|
543 |
+
|
544 |
+
#: inc/admin/admin.php:912
|
545 |
+
msgid "CSV file (must match the template)"
|
546 |
+
msgstr "File CSV (deve corrispondere al modello)"
|
547 |
+
|
548 |
+
#: inc/admin/admin.php:755 inc/admin/admin.php:911
|
549 |
+
#: inc/admin/admin-wizard.php:275
|
550 |
+
msgid "Select an option"
|
551 |
+
msgstr "Seleziona un'opzione"
|
552 |
+
|
553 |
+
#: inc/admin/admin.php:909
|
554 |
+
msgid "Import your redirections"
|
555 |
+
msgstr "Importa i tuoi reindirizzamenti"
|
556 |
+
|
557 |
+
#: inc/admin/admin-wizard.php:618
|
558 |
+
msgid "Do not display this post type archive in search engine results <strong>(noindex)</strong>"
|
559 |
+
msgstr "Non visualizzare questo tipo di archivio di pubblicazioni nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
560 |
+
|
561 |
+
#: inc/admin/admin-wizard.php:589
|
562 |
+
msgid "Do not display this single post type in search engine results <strong>(noindex)</strong>"
|
563 |
+
msgstr "Non visualizzare questo singolo tipo di pubblicazione nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
564 |
+
|
565 |
+
#: inc/functions/options-advanced-admin.php:342
|
566 |
+
msgid "Words"
|
567 |
+
msgstr "Parole"
|
568 |
+
|
569 |
+
#: inc/functions/options-advanced-admin.php:339
|
570 |
+
msgid "Score"
|
571 |
+
msgstr "Punteggio"
|
572 |
+
|
573 |
+
#: inc/admin/admin.php:6290
|
574 |
+
msgid "Display Content Analysis results column (\"Good\" or \"Should be improved\")"
|
575 |
+
msgstr "Visualizza la colonna dei risultati dell'Analisi dei Contenuti (\"Buono\" o \"Dovrebbe essere migliorato\")"
|
576 |
+
|
577 |
+
#: inc/admin/admin.php:4653
|
578 |
+
msgid "Change the close button value"
|
579 |
+
msgstr "Modifica il valore del pulsante di chiusura"
|
580 |
+
|
581 |
+
#: inc/admin/admin.php:4653
|
582 |
+
msgid "default: X"
|
583 |
+
msgstr "predefinito: X"
|
584 |
+
|
585 |
+
#: inc/admin/admin.php:4433
|
586 |
+
msgid "How do I find my Facebook Page ID?"
|
587 |
+
msgstr "Come trovo il mio Facebook Page ID?"
|
588 |
+
|
589 |
+
#: inc/admin/admin.php:4415
|
590 |
+
msgid "This setting doesn‘t apply for the homepage."
|
591 |
+
msgstr "Questa impostazione non vale per la homepage."
|
592 |
+
|
593 |
+
#: inc/admin/admin.php:4413
|
594 |
+
msgid "Override every <strong>og:image</strong> tag with this default image (except if a custom og:image has already been set from the SEO metabox)."
|
595 |
+
msgstr "Sovrascrivi ogni tag <strong>og:image</strong> con questa immagine predefinita (tranne se un og:image personalizzato è già stato impostato dal metabox SEO)."
|
596 |
+
|
597 |
+
#: inc/admin/admin.php:2593
|
598 |
+
msgid "Show content analysis score column in post types"
|
599 |
+
msgstr "Mostra la colonna del punteggio dell'analisi dei contenuti nei tipi di pubblicazione"
|
600 |
+
|
601 |
+
#: inc/admin/admin.php:1880
|
602 |
+
msgid "Close button"
|
603 |
+
msgstr "Pulsante di chiusura"
|
604 |
+
|
605 |
+
#: inc/admin/admin.php:1733
|
606 |
+
msgid "Apply this image to all your og:image tag"
|
607 |
+
msgstr "Applica questa immagine a tutti i tag og:image"
|
608 |
+
|
609 |
+
#: inc/admin/admin.php:240
|
610 |
+
msgid "Current month in 3 letters, eg: \"Jan\" for \"January\""
|
611 |
+
msgstr "Mese corrente in 3 lettere, ad esempio \"Gen\" per \"Gennaio\""
|
612 |
+
|
613 |
+
#: inc/admin/admin.php:240
|
614 |
+
msgid "%%currentmonth_short%%"
|
615 |
+
msgstr "%%currentmonth_short%%"
|
616 |
+
|
617 |
+
#: inc/admin/admin.php:231
|
618 |
+
msgid "Custom term taxonomy from post, page or post type (replace <span style=\"color:red;margin:0\">your_custom_taxonomy_slug</span> with your custom taxonomy slug)"
|
619 |
+
msgstr "Termine tassonomia personalizzata da articolo, pagina o tipo di pubblicazione (sostituisci <span style=\"color:red;margin:0\">il_tuo_slug_tassonomia_personalizzato</span> con il tuo slug tassonomia personalizzato)"
|
620 |
+
|
621 |
+
#: inc/admin/admin.php:230
|
622 |
+
msgid "Custom fields from post, page or post type (replace <span style=\"color:red;margin:0\">your_custom_field_name</span> with your custom field name)"
|
623 |
+
msgstr "Campi personalizzati da articolo, pagina o tipo di pubblicazione (sostituisci <span style=\"color:red;margin:0\">nome_campo_personalizzato</span> con il tuo nome campo personalizzato)"
|
624 |
+
|
625 |
+
#: inc/admin/admin.php:209
|
626 |
+
msgid "Post thumbnail URL"
|
627 |
+
msgstr "Invia URL della miniatura"
|
628 |
+
|
629 |
+
#: inc/admin/admin.php:209
|
630 |
+
msgid "%%post_thumbnail_url%%"
|
631 |
+
msgstr "%%post_thumbnail_url%%"
|
632 |
+
|
633 |
+
#: inc/admin/admin.php:204
|
634 |
+
msgid "%%sitetitle%% (alias: %%sitename%%)"
|
635 |
+
msgstr "%%sitetitle%% (alias: %%sitename%%)"
|
636 |
+
|
637 |
+
#: inc/admin/admin-notifications-center.php:661
|
638 |
+
msgid "Our blog: SEO news, how-to, tips and tricks..."
|
639 |
+
msgstr "Il nostro blog: SEO News, How-To, Tips and Tricks..."
|
640 |
+
|
641 |
+
#: inc/admin/admin-notifications-center.php:582
|
642 |
+
msgid "The PRO version of SEOPress allows you to easily manage your structured data (schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO for WooCommerce, gain productivity with our import / export tool from a CSV of your metadata and so much more."
|
643 |
+
msgstr "La versione PRO di SEOPress ti permette di gestire facilmente i dati strutturati (schemi), aggiungere un breadcrumb ottimizzato per il SEO e l'accessibilità, migliorare il SEO per WooCommerce, guadagnare produttività con lo strumento di importazione/esportazione dei metadati da un file CSV e molto altro."
|
644 |
+
|
645 |
+
#: inc/admin/admin-notifications-center.php:553
|
646 |
+
msgid "Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible."
|
647 |
+
msgstr "Attivare la chiave di licenza di SEOPress PRO per ricevere automaticamente gli aggiornamenti ed ottenre la migliore esperienza utente possibile."
|
648 |
+
|
649 |
+
#: inc/admin/admin-notifications-center.php:534
|
650 |
+
msgid "Please enable <strong>Structured Data Types metabox for your posts, pages and custom post types</strong> option in order to use automatic and manual schemas. (SEO > PRO > Structured Data Types (schema.org)"
|
651 |
+
msgstr "Abilita il <strong>Metabox per i Tipi di Dati Strutturati negli articoli, nelle pagine e nei tipi di pubblicazioni personalizzati</strong>, al fine di utilizzare schemi automatici e manuali. (SEO > PRO > Tipi di Dati Strutturati (schema.org)"
|
652 |
+
|
653 |
+
#: inc/admin/admin-notifications-center.php:533
|
654 |
+
msgid "Structured data types is not correctly enabled"
|
655 |
+
msgstr "I tipi di dati strutturati non sono abilitati correttamente"
|
656 |
+
|
657 |
+
#: inc/admin/admin-notifications-center.php:516
|
658 |
+
msgid "Is your brand new site online? So reference it as quickly as possible on Google to get your first visitors via Google Search Console. Already the case? Click on the cross on the right to remove this alert."
|
659 |
+
msgstr "Il tuo nuovo sito è online? Allora presentalo il prima possibile a Google tramite la Google Search Console per ottenere i tuoi primi visitatori. Lo hai già fatto? Fai clic sulla croce a destra per rimuovere questo avviso."
|
660 |
+
|
661 |
+
#: inc/admin/admin-notifications-center.php:479
|
662 |
+
msgid "Local Business websites should have a My Business page to improve visibility in search results. Click on the cross on the right to delete this notification if you are not concerned."
|
663 |
+
msgstr "I siti web delle attività locali dovrebbero avere una pagina My Business per migliorare la visibilità nei risultati di ricerca. Fai clic sulla croce a destra per eliminare questa notifica se non sei interessato."
|
664 |
+
|
665 |
+
#: inc/admin/admin-notifications-center.php:451
|
666 |
+
msgid "XML Sitemaps are useful to facilitate the crawling of your content by search engine robots. Indirectly, this can benefit your ranking by reducing the crawl bugdet."
|
667 |
+
msgstr "Le Sitemap XML sono utili per facilitare il crawling dei contenuti da parte dei robot dei motori di ricerca. Indirettamente, questo può favorire il tuo ranking riducendo il crawl budget."
|
668 |
+
|
669 |
+
#: inc/admin/admin-notifications-center.php:403
|
670 |
+
msgid "Enabling this option will create duplicate content for each article beyond x comments. This can have a disastrous effect by creating a large number of poor quality pages, and slowing the Google bot unnecessarily, so your ranking in search results."
|
671 |
+
msgstr "Abilitando questa opzione verrà creato un contenuto duplicato per ogni articolo oltre x commenti. Questo può avere un effetto disastroso, creando un gran numero di pagine di scarsa qualità e rallentando inutilmente il bot di Google (e quindi il tuo ranking nei risultati di ricerca)."
|
672 |
+
|
673 |
+
#: inc/admin/admin-notifications-center.php:374
|
674 |
+
msgid "Support the development and improvement of the plugin by taking 15 seconds of your time to leave us a user review on the official WordPress plugins repository. Thank you!"
|
675 |
+
msgstr "Supporta lo sviluppo e il miglioramento del plugin prendendoti 15 secondi di tempo per lasciarci una recensione nel repository ufficiale dei plugin di WordPress. Grazie!"
|
676 |
+
|
677 |
+
#: inc/admin/admin-notifications-center.php:315
|
678 |
+
#: inc/admin/admin-notifications-center.php:344
|
679 |
+
msgid "Why is this important? Showing only the summary of each article significantly reduces the theft of your content by third party sites. Not to mention, the increase in your traffic, your advertising revenue, conversions..."
|
680 |
+
msgstr "Perché è importante? Mostrando solo il riassunto di ogni articolo si riduce significativamente il furto dei contenuti da parte di siti di terze parti. Per non parlare dell'aumento del traffico, degli introiti pubblicitari, delle conversioni..."
|
681 |
+
|
682 |
+
#: inc/admin/admin-notifications-center.php:298
|
683 |
+
msgid "Your Site Title is used by WordPress, your theme and your plugins including SEOPress. It is an essential component in the generation of title tags, but not only. Enter one!"
|
684 |
+
msgstr "Il titolo del tuo sito è usato da WordPress, dal tuo tema e dai plugin, incluso SEOPress. È un componente essenziale nella generazione dei Tag di titolo, ma non solo. Inseriscine uno!"
|
685 |
+
|
686 |
+
#: inc/admin/admin-notifications-center.php:280
|
687 |
+
msgid "You have activated the blocking of the indexing of your site. If your site is under development, this is probably normal. Otherwise, check your settings. Delete this notification using the cross on the right if you are not concerned."
|
688 |
+
msgstr "Hai attivato il blocco dell'indicizzazione del tuo sito. Se il sito è in fase di sviluppo, questo è probabilmente normale. Altrimenti, controlla le impostazioni. Elimina questa notifica utilizzando la croce sulla destra se non ti interessa."
|
689 |
+
|
690 |
+
#: inc/admin/admin-notifications-center.php:250
|
691 |
+
msgid "This PHP module, installed by default with PHP, is required by many plugins including SEOPress. Please contact your host as soon as possible to solve this."
|
692 |
+
msgstr "Questo modulo PHP, installato di default con PHP, è richiesto da molti plugin tra cui SEOPress. Dovresti contattare il tuo host il prima possibile per risolvere questo problema."
|
693 |
+
|
694 |
+
#: inc/admin/admin-notifications-center.php:231
|
695 |
+
msgid "Https is considered by Google as a positive signal for the ranking of your site. It also reassures your visitors for data security, and improves trust."
|
696 |
+
msgstr "Https è considerato da Google come un segnale positivo per il posizionamento del sito. Inoltre rassicura i visitatori sulla sicurezza dei dati migliorandone il grado di fiducia."
|
697 |
+
|
698 |
+
#: inc/admin/admin-notifications-center.php:209
|
699 |
+
msgid "To solve this, please disable and re-enable SEOPress PRO. No data will be lost."
|
700 |
+
msgstr "Per risolvere questo problema, disattiva e riattiva SEOPress PRO. Nessun dato andrà perso."
|
701 |
+
|
702 |
+
#: inc/admin/admin-notifications-center.php:208
|
703 |
+
msgid "You have enabled 404 cleaning BUT the scheduled task is not running."
|
704 |
+
msgstr "Hai abilitato la pulizia 404 ma l'attività pianificata non è in esecuzione."
|
705 |
+
|
706 |
+
#: inc/admin/admin-notifications-center.php:189
|
707 |
+
msgid "Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!"
|
708 |
+
msgstr "Vuoi migrare tutti i metadati su SEOPress? Non utilizzare più plugin SEO contemporaneamente per evitare conflitti!"
|
709 |
+
|
710 |
+
#: inc/admin/admin-notifications-center.php:188
|
711 |
+
msgid "We noticed that you use <strong>%s</strong> plugin."
|
712 |
+
msgstr "Abbiamo notato che utilizzi il plugin <strong>%s</strong>."
|
713 |
+
|
714 |
+
#: inc/admin/admin-notifications-center.php:157
|
715 |
+
msgid "This error indicates that your theme uses a deprecated function to generate the title tag of your pages. SEOPress will not be able to generate your custom title tags if this error is not fixed."
|
716 |
+
msgstr "Questo errore indica che il tuo tema utilizza una funzione deprecata per generare il Tag del titolo delle pagine. SEOPress non sarà in grado di generare i tag di titolo personalizzati se questo errore non viene risolto."
|
717 |
+
|
718 |
+
#: inc/admin/admin-notifications-center.php:98
|
719 |
+
msgid "The best way to quickly setup SEOPress on your site."
|
720 |
+
msgstr "Il modo migliore per configurare rapidamente SEOPress sul tuo sito."
|
721 |
+
|
722 |
+
#: inc/admin/admin-metaboxes-form.php:310
|
723 |
+
msgid "<span class=\"label\">Did you know?</span> LinkedIn, Instagram and Pinterest use the same social metadata as Facebook. Twitter does the same if no Twitter cards tags are defined below."
|
724 |
+
msgstr "<span class=\"label\">Lo sapevi? </span>LinkedIn, Instagram e Pinterest utilizzano gli stessi metadati social di Facebook. Twitter farà lo stesso se di seguito non vengono definiti i Tag delle card di Twitter."
|
725 |
+
|
726 |
+
#: inc/admin/admin-metaboxes-form.php:298
|
727 |
+
msgid "Current breadcrumbs: %s"
|
728 |
+
msgstr "Breadcrumbs correnti: %s"
|
729 |
+
|
730 |
+
#: inc/admin/admin-wizard.php:567
|
731 |
+
msgid "Default: index"
|
732 |
+
msgstr "Predefinito: index"
|
733 |
+
|
734 |
+
#: inc/admin/admin-wizard.php:566
|
735 |
+
msgid "Avoid indexing duplicate or poor quality content."
|
736 |
+
msgstr "Evita di indicizzare contenuti duplicati o di scarsa qualità."
|
737 |
+
|
738 |
+
#: inc/admin/admin-wizard.php:565
|
739 |
+
msgid "Specify to the search engines what you want to be indexed or not."
|
740 |
+
msgstr "Specifica ai motori di ricerca cosa vuoi indicizzare e cosa no."
|
741 |
+
|
742 |
+
#: inc/admin/admin-wizard.php:271
|
743 |
+
msgid "No data to migrate? Click \"Next step\" button!"
|
744 |
+
msgstr "Nessun dato da migrare? Fare clic sul pulsante \"Avanti\"!"
|
745 |
+
|
746 |
+
#: inc/admin/admin-wizard.php:270
|
747 |
+
msgid "The first step is to import your previous settings from other plugins to keep your SEO."
|
748 |
+
msgstr "Il primo passo è quello di importare le precedenti impostazioni da altri plugin (per mantenere il SEO)."
|
749 |
+
|
750 |
+
#: inc/admin/admin-wizard.php:268
|
751 |
+
msgid "Welcome!"
|
752 |
+
msgstr "Benvenuto!"
|
753 |
+
|
754 |
+
#: inc/admin/admin-features-list.php:291
|
755 |
+
msgid "Guide to find broken links with SEOPress PRO - new window"
|
756 |
+
msgstr "Guida per trovare collegamenti rotti con SEOPress PRO - nuova finestra"
|
757 |
+
|
758 |
+
#: inc/admin/admin-features-list.php:164 inc/admin/admin-features-list.php:253
|
759 |
+
msgid "Guide to add schemas with SEOPress PRO - new window"
|
760 |
+
msgstr "Guida per aggiungere schemi con SEOPress PRO - nuova finestra"
|
761 |
+
|
762 |
+
#: inc/admin/admin-features-list.php:99 inc/admin/admin-features-list.php:118
|
763 |
+
msgid "Guide to optimize your WooCommerce SEO - new window"
|
764 |
+
msgstr "Guida per ottimizzare il SEO di WooCommerce - nuova finestra"
|
765 |
+
|
766 |
+
#: inc/admin/admin-features-list.php:16
|
767 |
+
msgid "Manage all your titles & metas for post types, taxonomies, archives..."
|
768 |
+
msgstr "Gestisci tutti i titoli & metadati per i diversi tipi di pubblicazioni, tassonomie, archivi..."
|
769 |
+
|
770 |
+
#: inc/admin/admin-metaboxes.php:201 inc/admin/admin-metaboxes.php:442
|
771 |
+
#: inc/admin/admin-term-metaboxes.php:203
|
772 |
+
msgid "Analysis in progress..."
|
773 |
+
msgstr "Analisi in corso..."
|
774 |
+
|
775 |
+
#: inc/admin/admin-get-started.php:25
|
776 |
+
msgid "Our support center"
|
777 |
+
msgstr "Il nostro Centro di Supporto"
|
778 |
+
|
779 |
+
#: inc/admin/admin-get-started.php:13
|
780 |
+
msgid "Watch our video guides"
|
781 |
+
msgstr "Guarda le nostre video guide"
|
782 |
+
|
783 |
+
#: inc/admin/admin-get-started.php:12
|
784 |
+
msgid "Get started"
|
785 |
+
msgstr "Incominciamo"
|
786 |
+
|
787 |
+
#: inc/admin/admin-get-started.php:11
|
788 |
+
msgid "Launch our installation wizard to quickly and easily configure the basic SEO settings for your site. Browse our video guides to go further. Can't find the answers to your questions? Open a ticket from your customer area. A happiness engineer will be happy to help you."
|
789 |
+
msgstr "Avvia la nostra procedura guidata di installazione per configurare in modo semplice e veloce le impostazioni SEO di base del tuo sito. Sfoglia le nostre video guide per andare oltre. Non riesci a trovare le risposte alle tue domande? Apri un Ticket dall'area clienti. Uno dei nostri sarà lieto di aiutarti!."
|
790 |
+
|
791 |
+
#: inc/admin/admin-get-started.php:10
|
792 |
+
msgid "Welcome to SEOPress!"
|
793 |
+
msgstr "Benvenuto in SEOPress!"
|
794 |
+
|
795 |
+
#: inc/admin/admin-get-started.php:9
|
796 |
+
msgid "How-to get started"
|
797 |
+
msgstr "Come iniziare"
|
798 |
+
|
799 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:797
|
800 |
+
msgid "Close"
|
801 |
+
msgstr "Chiudi"
|
802 |
+
|
803 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:797
|
804 |
+
msgid "Expand"
|
805 |
+
msgstr "Espandi"
|
806 |
+
|
807 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:786
|
808 |
+
#: inc/functions/options-advanced-admin.php:416
|
809 |
+
msgid "Good"
|
810 |
+
msgstr "Buono"
|
811 |
+
|
812 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:783
|
813 |
+
#: inc/functions/options-advanced-admin.php:421
|
814 |
+
msgid "Should be improved"
|
815 |
+
msgstr "Può essere migliorato"
|
816 |
+
|
817 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:778
|
818 |
+
msgid "<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots"
|
819 |
+
msgstr "<strong>Può essere migliorato:</strong> punti rossi o arancioni <br><strong>Buono:</strong> punti gialli o verdi</br>"
|
820 |
+
|
821 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:764
|
822 |
+
msgid "This page doesn't have any outbound links."
|
823 |
+
msgstr "Questa pagina non ha link in uscita."
|
824 |
+
|
825 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:754
|
826 |
+
msgid "We found %s outbound links in your page. Below, the list:"
|
827 |
+
msgstr "Abbiamo trovato %s link in uscita nella tua pagina. Ecco l'elenco:"
|
828 |
+
|
829 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:750
|
830 |
+
msgid "Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute \"nofollow\" to your link."
|
831 |
+
msgstr "Internet si basa sul principio del collegamento ipertestuale. È quindi perfettamente normale creare collegamenti tra diversi siti web. Tuttavia, evita di fare link a siti di bassa qualità, SPAM... Se non sei sicuro della qualità di un sito, aggiungi l'attributo \"nofollow\" al tuo link."
|
832 |
+
|
833 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:710
|
834 |
+
msgid "No alternative text found for these images. Alt tags are important for both SEO and accessibility. Edit your images using the media library or your favorite page builder and fill in alternative text fields."
|
835 |
+
msgstr "Non sono stati trovati testi alternativi per queste immagini. Gli Alt Tag sono importanti sia per il SEO che per l'accessibilità. Modifica le immagini utilizzando la libreria dei media o il tuo Page Builder preferito per compilare i campi di testo alternativi."
|
836 |
+
|
837 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:226
|
838 |
+
msgid "We were unable to calculate the density of your keywords. You probably haven‘t added any content or your target keywords were not find in your post content."
|
839 |
+
msgstr "Non siamo stati in grado di calcolare la densità delle parole chiave. Probabilmente non hai aggiunto alcun contenuto o le parole chiave di destinazione non sono state trovate nel contenuto del post."
|
840 |
+
|
841 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:204
|
842 |
+
msgid "No content? Add a few more paragraphs!"
|
843 |
+
msgstr "Nessun contenuto? Aggiungi qualche altro paragrafo!"
|
844 |
+
|
845 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:183
|
846 |
+
msgid "Search engines love fresh content. Regularly update your articles without having to rewrite your content entirely and give them a boost in search rankings. SEOPress takes care of the technical part."
|
847 |
+
msgstr "I motori di ricerca amano i nuovi contenuti. Aggiorna regolarmente gli articoli senza dover riscrivere completamente i contenuti e dai loro una spinta nelle classifiche di ricerca. SEOPress si occupa della parte tecnica."
|
848 |
+
|
849 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:181
|
850 |
+
msgid "The last modified date of this article is less than 1 year. Cool!"
|
851 |
+
msgstr "La data dell'ultima modifica di questo articolo è inferiore a 1 anno. Grande!"
|
852 |
+
|
853 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:179
|
854 |
+
msgid "This post is a little old!"
|
855 |
+
msgstr "Questa pubblicazione è un po' vecchia!"
|
856 |
+
|
857 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:172
|
858 |
+
msgid "No schemas found in the source code of this page."
|
859 |
+
msgstr "Non sono stati trovati schemi nel codice sorgente di questa pagina."
|
860 |
+
|
861 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:163
|
862 |
+
msgid "duplicated schema - x"
|
863 |
+
msgstr "schema duplicato - x"
|
864 |
+
|
865 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:156
|
866 |
+
msgid "We found these schemas in the source code of this page:"
|
867 |
+
msgstr "Abbiamo trovato questi schemi nel codice sorgente della pagina:"
|
868 |
+
|
869 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:138
|
870 |
+
msgid "Alternative texts of images"
|
871 |
+
msgstr "Testi alternativi delle immagini"
|
872 |
+
|
873 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:133
|
874 |
+
msgid "Meta robots"
|
875 |
+
msgstr "Meta robot"
|
876 |
+
|
877 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:128
|
878 |
+
msgid "Social meta tags"
|
879 |
+
msgstr "Meta Tag social"
|
880 |
+
|
881 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:113
|
882 |
+
msgid "Headings"
|
883 |
+
msgstr "Intestazioni"
|
884 |
+
|
885 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:93
|
886 |
+
msgid "Last modified date"
|
887 |
+
msgstr "Data ultima modifica"
|
888 |
+
|
889 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:88
|
890 |
+
msgid "Structured data types"
|
891 |
+
msgstr "Tipi di dati strutturati"
|
892 |
+
|
893 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:8
|
894 |
+
msgid "Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected."
|
895 |
+
msgstr "Scrivere contenuti per i tuoi utenti è la cosa più importante! Se non sembreranno naturali, i tuoi visitatori lasceranno il tuo sito, Google lo saprà e il tuo ranking ne risentirà."
|
896 |
+
|
897 |
+
#: inc/admin/admin.php:4670
|
898 |
+
msgid "Top"
|
899 |
+
msgstr "In alto"
|
900 |
+
|
901 |
+
#: inc/admin/admin.php:4667
|
902 |
+
msgid "Bottom (default)"
|
903 |
+
msgstr "In basso (predefinito)"
|
904 |
+
|
905 |
+
#: inc/admin/admin.php:2875
|
906 |
+
msgid "<p>Manage user consent for GDPR and customize your cookie bar easily.</p>"
|
907 |
+
msgstr "<p>Gestisci il consenso dell'utente per il GDPR e personalizza facilmente la barra dei cookie.</p>"
|
908 |
+
|
909 |
+
#: inc/admin/admin.php:2871
|
910 |
+
msgid "<p>Link your Google Analytics to your website. The tracking code will be automatically added to your site.</p>"
|
911 |
+
msgstr "<p>Collega Google Analytics al tuo sito web. Il codice di tracciamento verrà aggiunto automaticamente al tuo sito.</p>"
|
912 |
+
|
913 |
+
#: inc/admin/admin.php:1976
|
914 |
+
msgid "Cookie bar secondary button hover color"
|
915 |
+
msgstr "Colore di hover del pulsante secondario nella barra dei cookie"
|
916 |
+
|
917 |
+
#: inc/admin/admin.php:1968
|
918 |
+
msgid "Cookie bar secondary button hover background color"
|
919 |
+
msgstr "Colore di sfondo per hover del pulsante secondario nella barra dei cookie"
|
920 |
+
|
921 |
+
#: inc/admin/admin.php:1960
|
922 |
+
msgid "Cookie bar secondary button color"
|
923 |
+
msgstr "Colore del pulsante secondario nella barra dei cookie"
|
924 |
+
|
925 |
+
#: inc/admin/admin.php:1952
|
926 |
+
msgid "Cookie bar secondary button background color"
|
927 |
+
msgstr "Colore di sfondo del pulsante secondario nella barra dei cookie"
|
928 |
+
|
929 |
+
#: inc/admin/admin.php:1944
|
930 |
+
msgid "Cookie bar button hover color"
|
931 |
+
msgstr "Colore di hover del pulsante nella barra dei cookie"
|
932 |
+
|
933 |
+
#: inc/admin/admin.php:1936
|
934 |
+
msgid "Cookie bar button hover background color"
|
935 |
+
msgstr "Colore di sfondo per hover del pulsante nella barra dei cookie"
|
936 |
+
|
937 |
+
#: inc/admin/admin.php:1928
|
938 |
+
msgid "Cookie bar button color"
|
939 |
+
msgstr "Colore del pulsante nella barra dei cookie"
|
940 |
+
|
941 |
+
#: inc/admin/admin.php:1920
|
942 |
+
msgid "Cookie bar button background color"
|
943 |
+
msgstr "Colore di sfondo del pulsante nella barra dei cookie"
|
944 |
+
|
945 |
+
#: inc/admin/admin.php:1912
|
946 |
+
msgid "Cookie bar link color"
|
947 |
+
msgstr "Colore del collegamento nella barra dei cookie"
|
948 |
+
|
949 |
+
#: inc/admin/admin.php:1904
|
950 |
+
msgid "Cookie bar text color"
|
951 |
+
msgstr "Colore del testo nella barra dei cookie"
|
952 |
+
|
953 |
+
#: inc/admin/admin.php:1896
|
954 |
+
msgid "Cookie bar background color"
|
955 |
+
msgstr "Colore di sfondo nella barra dei cookie"
|
956 |
+
|
957 |
+
#: inc/admin/admin.php:1888
|
958 |
+
msgid "Cookie bar position"
|
959 |
+
msgstr "Posizione della barra dei cookie"
|
960 |
+
|
961 |
+
#: inc/admin/admin.php:557 inc/admin/admin.php:566
|
962 |
+
msgid "Cookie bar / GDPR"
|
963 |
+
msgstr "Barra dei Cookie / GDPR"
|
964 |
+
|
965 |
+
#: inc/admin/admin-metaboxes-form.php:332
|
966 |
+
#: inc/admin/admin-metaboxes-form.php:394
|
967 |
+
msgid "The Social Networks feature is disabled. Still seing informations from the FB Preview? You probably have social tags added by your theme or a plugin."
|
968 |
+
msgstr "La funzione Social Network è disabilitata. Vedi ancora informazioni dall'Anteprima FB? Probabilmente ci sono alcuni tag social aggiunti dal tema o da un plugin."
|
969 |
+
|
970 |
+
#: inc/admin/admin-metaboxes-form.php:330
|
971 |
+
msgid "This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview."
|
972 |
+
msgstr "Questo è l'aspetto del tuo post su Facebook. Devi pubblicare il tuo post per ottenere l'Anteprima di Facebook."
|
973 |
+
|
974 |
+
#: inc/admin/admin-metaboxes-form.php:328
|
975 |
+
msgid "Facebook Preview"
|
976 |
+
msgstr "Anteprima Facebook"
|
977 |
+
|
978 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:622
|
979 |
+
msgid "Your Twitter Image is missing!"
|
980 |
+
msgstr "Manca l'Immagine per Twitter!"
|
981 |
+
|
982 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:610
|
983 |
+
msgid "We found %d twitter:image in your content."
|
984 |
+
msgstr "Abbiamo trovato %d twitter:image nel tuo contenuto."
|
985 |
+
|
986 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:601
|
987 |
+
msgid "Twitter Image"
|
988 |
+
msgstr "Immagine Twitter"
|
989 |
+
|
990 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:597
|
991 |
+
msgid "Your Twitter Description is missing!"
|
992 |
+
msgstr "Manca la Descrizione per Twitter!"
|
993 |
+
|
994 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:585
|
995 |
+
msgid "We found a Twitter Description tag in your source code."
|
996 |
+
msgstr "Abbiamo trovato un tag di descrizione per Twitter nel codice sorgente."
|
997 |
+
|
998 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:583
|
999 |
+
msgid "You should not use more than one twitter:description in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:description tag from your source code. Below, the list:"
|
1000 |
+
msgstr "Non dovresti usare più di un tag twitter:description nel contenuto del post per evitare conflitti quando lo condividi sui social network. Twitter prenderà l'ultimo tag twitter:description dal codice sorgente. Ecco la lista:"
|
1001 |
+
|
1002 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:582
|
1003 |
+
msgid "We found %d twitter:description in your content."
|
1004 |
+
msgstr "Abbiamo trovato %d twitter:description nel tuo contenuto."
|
1005 |
+
|
1006 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:572
|
1007 |
+
msgid "Twitter Description"
|
1008 |
+
msgstr "Descrizione tWITTER"
|
1009 |
+
|
1010 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:568
|
1011 |
+
msgid "Your Twitter Title is missing!"
|
1012 |
+
msgstr "Manca il Titolo per Twitter!"
|
1013 |
+
|
1014 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:556
|
1015 |
+
msgid "We found a Twitter Title Tag in your source code."
|
1016 |
+
msgstr "Abbiamo trovato un Tag per il Titolo di Twitter nel vostro codice sorgente."
|
1017 |
+
|
1018 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:554
|
1019 |
+
msgid "You should not use more than one twitter:title in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:title tag from your source code. Below, the list:"
|
1020 |
+
msgstr "Non dovresti usare più di un tag twitter:title nel contenuto del post per evitare conflitti durante la condivisione sui social network. Twitter prenderà l'ultimo tag twitter:title dal codice sorgente. Ecco l'elenco:"
|
1021 |
+
|
1022 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:553
|
1023 |
+
msgid "We found %d twitter:title in your content."
|
1024 |
+
msgstr "Abbiamo trovato %d tag twitter:title ne tuo contenuto."
|
1025 |
+
|
1026 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:539
|
1027 |
+
msgid "Your Open Graph Site Name is missing!"
|
1028 |
+
msgstr "Manca il Nome del Sito Open Graph!"
|
1029 |
+
|
1030 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:527
|
1031 |
+
msgid "We found an Open Graph Site Name tag in your source code."
|
1032 |
+
msgstr "Abbiamo trovato un tag Open Graph Site Name nel codice sorgente."
|
1033 |
+
|
1034 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:525
|
1035 |
+
msgid "You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:"
|
1036 |
+
msgstr "Non dovresti usare più di un tag og:site_name nel contenuto del post per evitare conflitti durante la condivisione sui social network. Facebook prenderà l'ultimo tag og:nome_sito dal codice sorgente. Ecco l'elenco:"
|
1037 |
+
|
1038 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:524
|
1039 |
+
msgid "We found %d og:site_name in your content."
|
1040 |
+
msgstr "Abbiamo trovato %d tag og:nome_sito nel tuo contenuto."
|
1041 |
+
|
1042 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:514
|
1043 |
+
msgid "Open Graph Site Name"
|
1044 |
+
msgstr "Nome Sito Open Graph"
|
1045 |
+
|
1046 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:510
|
1047 |
+
msgid "Your Open Graph URL is missing!"
|
1048 |
+
msgstr "Manca l'URL Open Graph!"
|
1049 |
+
|
1050 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:498
|
1051 |
+
msgid "We found an Open Graph URL tag in your source code."
|
1052 |
+
msgstr "Abbiamo trovato un tag URL Open Graph nel codice sorgente."
|
1053 |
+
|
1054 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:496
|
1055 |
+
msgid "You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:"
|
1056 |
+
msgstr "Non dovresti usare più di un tag og:url nel contenuto del post per evitare conflitti durante la condivisione sui social network. Facebook prenderà l'ultimo tag og:url dal codice sorgente. Ecco la lista:"
|
1057 |
+
|
1058 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:495
|
1059 |
+
msgid "We found %d og:url in your content."
|
1060 |
+
msgstr "Abbiamo trovato %d tag og:url nel tuo contenuto."
|
1061 |
+
|
1062 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:485
|
1063 |
+
msgid "Open Graph URL"
|
1064 |
+
msgstr "URL Open Graph"
|
1065 |
+
|
1066 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:481
|
1067 |
+
msgid "Your Open Graph Image is missing!"
|
1068 |
+
msgstr "Manca l'Immagine Open Graph!"
|
1069 |
+
|
1070 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:469
|
1071 |
+
msgid "We found %d og:image in your content."
|
1072 |
+
msgstr "Abbiamo trovato %d tag og:image nel tuo contenuto."
|
1073 |
+
|
1074 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:460
|
1075 |
+
msgid "Open Graph Image"
|
1076 |
+
msgstr "Immagine Open Graph"
|
1077 |
+
|
1078 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:456
|
1079 |
+
msgid "Your Open Graph Description is missing!"
|
1080 |
+
msgstr "Manca la Descrizione Open Graph!"
|
1081 |
+
|
1082 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:444
|
1083 |
+
msgid "We found an Open Graph Description tag in your source code."
|
1084 |
+
msgstr "Abbiamo trovato un tag Open Graph Description nel codice sorgente."
|
1085 |
+
|
1086 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:442
|
1087 |
+
msgid "You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:"
|
1088 |
+
msgstr "Non dovreste usare più di un tag og:description nel contenuto del post per evitare conflitti durante la condivisione dei contenuti sui social network. Facebook prenderà l'ultimo tag og:description dal codice sorgente. Ecco l'elenco:"
|
1089 |
+
|
1090 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:441
|
1091 |
+
msgid "We found %d og:description in your content."
|
1092 |
+
msgstr "Abbiamo trovato %d tag og:descrizione nel tuo contenuto."
|
1093 |
+
|
1094 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:431
|
1095 |
+
msgid "Open Graph Description"
|
1096 |
+
msgstr "Descrizione Open Graph"
|
1097 |
+
|
1098 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:427
|
1099 |
+
msgid "Your Open Graph Title is missing!"
|
1100 |
+
msgstr "Manca il Titolo Open Graph!"
|
1101 |
+
|
1102 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:415
|
1103 |
+
msgid "We found an Open Graph Title tag in your source code."
|
1104 |
+
msgstr "Abbiamo trovato un tag Open Graph Title nel codice sorgente."
|
1105 |
+
|
1106 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:413
|
1107 |
+
msgid "You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:"
|
1108 |
+
msgstr "Non dovresti usare più di un tag og:title nel contenuto del post per evitare conflitti durante la condivisione sui social network. Facebook prenderà l'ultimo tag og:title dal codice sorgente. Ecco l'elenco:"
|
1109 |
+
|
1110 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:412
|
1111 |
+
msgid "We found %d og:title in your content."
|
1112 |
+
msgstr "Abbiamo trovato %d tag og:title nel tuo contenuto."
|
1113 |
+
|
1114 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:403
|
1115 |
+
msgid "Open Graph Title"
|
1116 |
+
msgstr "Titolo Open Graph"
|
1117 |
+
|
1118 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:244
|
1119 |
+
msgid "You should add one of your target keyword in your permalink."
|
1120 |
+
msgstr "Dovresti aggiungere una delle parole chiave nel permalink."
|
1121 |
+
|
1122 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:232
|
1123 |
+
msgid "Cool, one of your target keyword is used in your permalink."
|
1124 |
+
msgstr "Ottimo, una delle parole chiave viene usata nel permalink."
|
1125 |
+
|
1126 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:108
|
1127 |
+
msgid "Keywords in permalink"
|
1128 |
+
msgstr "Parole Chiave nei permalink"
|
1129 |
+
|
1130 |
+
#: inc/admin/admin.php:5868
|
1131 |
+
msgid "Remove website field from comment form to reduce spam"
|
1132 |
+
msgstr "Rimuovi il campo Sito Web dal form dei commenti per ridurre lo spam"
|
1133 |
+
|
1134 |
+
#: inc/admin/admin.php:5851
|
1135 |
+
msgid "Remove comment author URL in comments if the website is filled from profile page"
|
1136 |
+
msgstr "Rimuovi l'URL dell'autore del commento nei commenti se i dati vengono recupoeratdalla pagina del profilo"
|
1137 |
+
|
1138 |
+
#: inc/admin/admin.php:5834
|
1139 |
+
msgid "Remove hentry post class to prevent Google from seeing this as structured data (schema)"
|
1140 |
+
msgstr "Rimuovi la classe hEntry nei post per evitare che Google veda questi dati come dati strutturati (schema)"
|
1141 |
+
|
1142 |
+
#: inc/admin/admin.php:5714
|
1143 |
+
msgid "We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99."
|
1144 |
+
msgstr "Ti consigliamo di utilizzare il plugin Image SEO per ottimizzare gli ALT Text e i nomi delle immagini per i motori di ricerca. La plugin utilizza l'intelligenza artificiale e l'apprendimento automatico. A partire da soli € 4,99."
|
1145 |
+
|
1146 |
+
#: inc/admin/admin.php:2383
|
1147 |
+
msgid "Remove website field in comment form"
|
1148 |
+
msgstr "Rimuovere il campo Sito Web dal modulo di commento"
|
1149 |
+
|
1150 |
+
#: inc/admin/admin.php:2375
|
1151 |
+
msgid "Remove author URL"
|
1152 |
+
msgstr "Rimuovere l'URL dell'autore"
|
1153 |
+
|
1154 |
+
#: inc/admin/admin.php:2367
|
1155 |
+
msgid "Remove hentry post class"
|
1156 |
+
msgstr "Rimuovi la classe hEntry dal Post"
|
1157 |
+
|
1158 |
+
#: inc/admin/admin-notifications-center.php:665
|
1159 |
+
msgid "Image SEO plugin to optimize your image ALT texts and names for Search Engines."
|
1160 |
+
msgstr "Plugin Image SEO per ottimizzare gli ALT Text e i nomi delle immagini per i motori di ricerca."
|
1161 |
+
|
1162 |
+
#: inc/admin/admin-notifications-center.php:249
|
1163 |
+
msgid "PHP module \"DOM\" is missing on your server."
|
1164 |
+
msgstr "Sul tuo server manca il modulo PHP \"DOM\"."
|
1165 |
+
|
1166 |
+
#: inc/admin/admin.php:1028
|
1167 |
+
msgid "Delete all 404"
|
1168 |
+
msgstr "Elimina tutti i 404"
|
1169 |
+
|
1170 |
+
#: inc/admin/admin.php:1013
|
1171 |
+
msgid "Delete all your 404 errors. We don‘t delete any redirects."
|
1172 |
+
msgstr "Elimina tutti gli errori 404. Non verrà cancellato nessun reindirizzamento."
|
1173 |
+
|
1174 |
+
#: inc/admin/admin.php:1012
|
1175 |
+
msgid "Clean your 404"
|
1176 |
+
msgstr "Pulisci i 404"
|
1177 |
+
|
1178 |
+
#: inc/admin/admin.php:223
|
1179 |
+
msgid "Current page number with context (i.e. page 1 of 3)"
|
1180 |
+
msgstr "Numero di pagina corrente con il contesto (es: Pagina 1 di 3)"
|
1181 |
+
|
1182 |
+
#: inc/admin/admin.php:223
|
1183 |
+
msgid "%%page%%"
|
1184 |
+
msgstr "%%page%%"
|
1185 |
+
|
1186 |
+
#: inc/functions/variables/dynamic-variables.php:66
|
1187 |
+
msgid "Page %d of %2$d"
|
1188 |
+
msgstr "Pagina %d di %2$d"
|
1189 |
+
|
1190 |
+
#: inc/admin/admin.php:4874
|
1191 |
+
msgid "This code will be added just after the closing body tag of your page."
|
1192 |
+
msgstr "Questo codice verrà aggiunto subito dopo il tag di chiusura del corpo della pagina."
|
1193 |
+
|
1194 |
+
#: inc/admin/admin.php:4871
|
1195 |
+
msgid "Additional tracking code field added to body footer"
|
1196 |
+
msgstr "Campo aggiuntivo di tracciamento inserito nel footer della pagina"
|
1197 |
+
|
1198 |
+
#: inc/admin/admin.php:4871
|
1199 |
+
msgid "Paste your tracking code here (body footer)"
|
1200 |
+
msgstr "Incolla qui il codice di tracciamento (footer del corpo della pagina)"
|
1201 |
+
|
1202 |
+
#: inc/admin/admin.php:3173 inc/admin/admin.php:3177 inc/admin/admin.php:3180
|
1203 |
+
msgid "Click to display any SEO metaboxes for this taxonomy"
|
1204 |
+
msgstr "Fai clic per visualizzare tutti i metabox SEO di questa tassonomia"
|
1205 |
+
|
1206 |
+
#: inc/admin/admin.php:3170 inc/admin/admin.php:3174 inc/admin/admin.php:3176
|
1207 |
+
#: inc/admin/admin.php:3181
|
1208 |
+
msgid "Click to hide any SEO metaboxes for this taxonomy"
|
1209 |
+
msgstr "Fai clic per nascondere tutti i metabox SEO di questa tassonomia"
|
1210 |
+
|
1211 |
+
#: inc/admin/admin.php:2988 inc/admin/admin.php:2992 inc/admin/admin.php:2995
|
1212 |
+
msgid "Click to display any SEO metaboxes for this post type"
|
1213 |
+
msgstr "Fai clic per visualizzare tutti i metabox SEO di questo tipo di pubblicazione"
|
1214 |
+
|
1215 |
+
#: inc/admin/admin.php:2985 inc/admin/admin.php:2989 inc/admin/admin.php:2991
|
1216 |
+
#: inc/admin/admin.php:2996
|
1217 |
+
msgid "Click to hide any SEO metaboxes for this post type"
|
1218 |
+
msgstr "Fai clic per nascondere tutti i metabox SEO di questo tipo di pubblicazione"
|
1219 |
+
|
1220 |
+
#: inc/admin/admin.php:2026
|
1221 |
+
msgid "[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)"
|
1222 |
+
msgstr "[BODY (FOOTER)] Inserisci un codice di tracciamento aggiuntivo (come Google Tag Manager...)"
|
1223 |
+
|
1224 |
+
#: inc/admin/admin.php:210
|
1225 |
+
msgid "%%post_date%% (alias %%date%%)"
|
1226 |
+
msgstr "%%post_date%% (alias %%date%%)"
|
1227 |
+
|
1228 |
+
#: inc/admin/admin.php:207
|
1229 |
+
msgid "%%post_excerpt%% (alias %%excerpt%%)"
|
1230 |
+
msgstr "%%post_excerpt%% (alias %%excerpt%%)"
|
1231 |
+
|
1232 |
+
#: inc/admin/admin.php:205
|
1233 |
+
msgid "%%tagline%% (alias %%sitedesc%%)"
|
1234 |
+
msgstr "%%tagline%% (alias %%sitedesc%%)"
|
1235 |
+
|
1236 |
+
#: inc/admin/admin.php:952
|
1237 |
+
msgid "Import your own redirections from a .json file generated by the Redirections plugin (make sure to select <strong>\"WordPress redirects\"</strong> when you export your file). Note that we do not support certain options, like regex. To avoid conflicts, make sure there are no duplicates between your file and existing redirects."
|
1238 |
+
msgstr "Importa i tuoi reindirizzamenti da un file .json generato dal plugin Redirections (assicurati di selezionare <strong>\"WordPress redirects\"</strong> quando esporti il file). Ricorda che non supportiamo alcune opzioni, come regex. Per evitare conflitti, assicurati che non ci siano duplicati tra il tuo file e i reindirizzamenti esistenti."
|
1239 |
+
|
1240 |
+
#: inc/admin/admin-wizard.php:374
|
1241 |
+
msgid "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts metadata. Some dynamic variables will not be interpreted. We do NOT delete any Squirrly SEO data."
|
1242 |
+
msgstr "<strong>ATTENZIONE:</strong> La migrazione aggiornerà/eliminerà tutti i metadati SEOPress delle pubblicazioni. Alcune variabili dinamiche non saranno interpretate. NON verrà eliminato alcun dato di Squirrly SEO."
|
1243 |
+
|
1244 |
+
#: inc/admin/admin.php:858 inc/admin/admin.php:878
|
1245 |
+
#: inc/admin/admin-wizard.php:371 inc/admin/admin-wizard.php:389
|
1246 |
+
msgid "Meta Robots (noindex or nofollow)"
|
1247 |
+
msgstr "Meta Robot (noindex o nofollow)"
|
1248 |
+
|
1249 |
+
#: inc/admin/admin.php:851 inc/admin/admin-wizard.php:364
|
1250 |
+
msgid "Import posts metadata from Squirrly SEO"
|
1251 |
+
msgstr "Importa metadati da Squirrly SEO"
|
1252 |
+
|
1253 |
+
#: inc/admin/admin.php:702
|
1254 |
+
msgid "Export your SEOPress metadata for this site as a .csv file."
|
1255 |
+
msgstr "Esporta i metadati SEOPress di questo sito in un file .csv."
|
1256 |
+
|
1257 |
+
#: inc/admin/admin.php:701
|
1258 |
+
msgid "Export metadata to a CSV"
|
1259 |
+
msgstr "Esporta i metadati in un CSV"
|
1260 |
+
|
1261 |
+
#: seopress.php:419
|
1262 |
+
msgid "Configuration Wizard"
|
1263 |
+
msgstr "Configurazione Guidata"
|
1264 |
+
|
1265 |
+
#: seopress.php:418
|
1266 |
+
msgid "Docs"
|
1267 |
+
msgstr "Documenti"
|
1268 |
+
|
1269 |
+
#: inc/admin/admin-wizard.php:97 seopress.php:212
|
1270 |
+
msgid "Export completed!"
|
1271 |
+
msgstr "Esportazione completata!"
|
1272 |
+
|
1273 |
+
#: inc/admin/admin.php:208
|
1274 |
+
msgid "Post content / product long description"
|
1275 |
+
msgstr "Contenuto del post / Descrizione lunga del prodotto"
|
1276 |
+
|
1277 |
+
#: inc/admin/admin.php:208
|
1278 |
+
msgid "%%post_content%%"
|
1279 |
+
msgstr "%%post_content%%"
|
1280 |
+
|
1281 |
+
#: inc/admin/admin.php:696
|
1282 |
+
msgid "Run the importer"
|
1283 |
+
msgstr "Avvia l'importazione"
|
1284 |
+
|
1285 |
+
#: inc/admin/admin.php:695
|
1286 |
+
msgid "Import your title, meta description, meta robots, social metas from a CSV file with our import tool."
|
1287 |
+
msgstr "Utilizza il nostro strumento di importazione per importare il titolo, la meta descrizione, i meta robot, e i meta social da un file CSV."
|
1288 |
+
|
1289 |
+
#: inc/admin/admin.php:694
|
1290 |
+
msgid "Import data from a CSV"
|
1291 |
+
msgstr "Importare i dati da un CSV"
|
1292 |
+
|
1293 |
+
#: inc/admin/admin.php:672
|
1294 |
+
msgid "Data"
|
1295 |
+
msgstr "Dati"
|
1296 |
+
|
1297 |
+
#: inc/admin/admin.php:3903
|
1298 |
+
msgid "Make sure to enable author archive from SEO, titles and metas, archives tab.</a>"
|
1299 |
+
msgstr "Assicurati di abilitare l'archivio degli autori dalla scheda SEO, Titoli e Meta, Archivi.</a>"
|
1300 |
+
|
1301 |
+
#: inc/admin/admin.php:1474 inc/admin/admin.php:3901
|
1302 |
+
msgid "Enable Author Sitemap"
|
1303 |
+
msgstr "Abilita la Sitemap Autori"
|
1304 |
+
|
1305 |
+
#: inc/admin/admin-notifications-center.php:589
|
1306 |
+
msgid "Upgrade now!"
|
1307 |
+
msgstr "Aggiorna!"
|
1308 |
+
|
1309 |
+
#: inc/admin/admin-notifications-center.php:581
|
1310 |
+
msgid "Take your SEO to the next level with SEOPress PRO!"
|
1311 |
+
msgstr "Porta il tuo SEO al livello successivo con SEOPress PRO!"
|
1312 |
+
|
1313 |
+
#: inc/admin/admin-wizard.php:96 seopress.php:211
|
1314 |
+
msgid "Migration completed!"
|
1315 |
+
msgstr "Migrazione completata!"
|
1316 |
+
|
1317 |
+
#: inc/admin/admin-metaboxes-form.php:454
|
1318 |
+
msgid "Exactly match all parameters"
|
1319 |
+
msgstr "Abbina esattamente tutti i parametri"
|
1320 |
+
|
1321 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:148
|
1322 |
+
msgid "Outbound Links"
|
1323 |
+
msgstr "Link in Uscita"
|
1324 |
+
|
1325 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:222
|
1326 |
+
msgid "Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>."
|
1327 |
+
msgstr "Per saperne di più sul <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">Keyword Stuffing</a>."
|
1328 |
+
|
1329 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:219
|
1330 |
+
msgid "%s was found %d times in your content, a keyword density of %s%%"
|
1331 |
+
msgstr "%s è stato trovato %d volte nel contenuto, una densità di parole chiave di %s%s"
|
1332 |
+
|
1333 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:103
|
1334 |
+
msgid "Keywords density"
|
1335 |
+
msgstr "Densità delle parole chiave"
|
1336 |
+
|
1337 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:189
|
1338 |
+
msgid "Words counter is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your article requires a minimum of paragraphs, so words."
|
1339 |
+
msgstr "Il contatore di parole non è un fattore diretto di posizionamento. Ma il contenuto deve essere il più qualitativo possibile, con informazioni rilevanti e uniche. Per soddisfare queste condizioni, il tuo articolo richiede un minimo di paragrafi, quindi di parole."
|
1340 |
+
|
1341 |
+
#: inc/admin/admin-wizard.php:831
|
1342 |
+
msgid "When you upgrade to the PRO version, you get a lot of additional features, like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections, and more."
|
1343 |
+
msgstr "Quando si esegue l'aggiornamento alla versione PRO, si ottengono molte caratteristiche aggiuntive, come gli schemi automatici e manuali, la Sitemap dei video, gli strumenti di miglioramento di WooCommerce, le statistiche di analisi nel Dashboard, i Breadrumbs, i reindirizzamenti e molto altro."
|
1344 |
+
|
1345 |
+
#: inc/admin/admin-wizard.php:630
|
1346 |
+
msgid "For which taxonomy archives, should indexing be disabled?"
|
1347 |
+
msgstr "Per quali archivi tassonomici vorresti disabilitare l'indicizzazione?"
|
1348 |
+
|
1349 |
+
#: inc/admin/admin-wizard.php:600
|
1350 |
+
msgid "For which post type archives, should indexing be disabled?"
|
1351 |
+
msgstr "Per quali archivi di tipi di pubblicazioni vorresti disabilitare l'indicizzazione?"
|
1352 |
+
|
1353 |
+
#: inc/admin/admin-wizard.php:572
|
1354 |
+
msgid "For which single post types, should indexing be disabled?"
|
1355 |
+
msgstr "Per quali tipi di singole pubblicazioni vorresti disabilitare l'indicizzazione?"
|
1356 |
+
|
1357 |
+
#: inc/admin/admin-wizard.php:456
|
1358 |
+
msgid "To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. "
|
1359 |
+
msgstr "Per costruire i tag dei titoli e i Knowledge Graph di Google è necessario compilare i seguenti campi per configurare le impostazioni generali. "
|
1360 |
+
|
1361 |
+
#: inc/admin/admin.php:4852
|
1362 |
+
msgid "This code will be added just after the opening body tag of your page."
|
1363 |
+
msgstr "Questo codice verrà aggiunto subito dopo il tag di apertura del corpo della pagina."
|
1364 |
+
|
1365 |
+
#: inc/admin/admin.php:4849
|
1366 |
+
msgid "Additional tracking code field added to body"
|
1367 |
+
msgstr "Campo aggiuntivo di tracciamento inserito nel corpo della pagina"
|
1368 |
+
|
1369 |
+
#: inc/admin/admin.php:4849
|
1370 |
+
msgid "Paste your tracking code here like Google Tag Manager (body)"
|
1371 |
+
msgstr "Incolla qui il tuo codice di tracciamento come Google Tag Manager (body)"
|
1372 |
+
|
1373 |
+
#: inc/admin/admin.php:4838
|
1374 |
+
msgid "Paste your tracking code here like Google Tag Manager (head)"
|
1375 |
+
msgstr "Incolla qui il tuo codice di tracciamento come Google Tag Manager (head)"
|
1376 |
+
|
1377 |
+
#: inc/admin/admin.php:3778
|
1378 |
+
msgid "Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code."
|
1379 |
+
msgstr "Impedisce a Google di visualizzare una casella di ricerca sitelink nei risultati della ricerca. Attivando questa opzione verrà rimosso lo schema \"Sito Web\" dal codice sorgente."
|
1380 |
+
|
1381 |
+
#: inc/admin/admin.php:3138
|
1382 |
+
msgid "Display post thumbnail in Google Custom Search results?"
|
1383 |
+
msgstr "Visualizza la miniatura del post nei risultati della ricerca personalizzata di Google?"
|
1384 |
+
|
1385 |
+
#: inc/admin/admin.php:2742
|
1386 |
+
msgid "<p>Customize your title & meta description for homepage</p>"
|
1387 |
+
msgstr "<p>Personalizza il titolo e la meta descrizione per la homepage</p>"
|
1388 |
+
|
1389 |
+
#: inc/admin/admin.php:2018
|
1390 |
+
msgid "[BODY] Add an additional tracking code (like Google Tag Manager...)"
|
1391 |
+
msgstr "[BODY] Inserisci un codice di tracciamento aggiuntivo (come Google Tag Manager...)"
|
1392 |
+
|
1393 |
+
#: inc/admin/admin.php:1035
|
1394 |
+
msgid "Activate Redirections"
|
1395 |
+
msgstr "Attivare Reindirizzamenti"
|
1396 |
+
|
1397 |
+
#: inc/admin/admin.php:1034
|
1398 |
+
msgid "Redirections feature is disabled. Please activate it from the PRO page."
|
1399 |
+
msgstr "La funzione di reindirizzamento è disabilitata. Attivarla dalla pagina PRO."
|
1400 |
+
|
1401 |
+
#: inc/admin/admin.php:968
|
1402 |
+
msgid "Import your own redirections from a .csv file generated by Yoast Premium. Note that we don't support certain options, like regex. To avoid conflicts, make sure there are no duplicates between your file and existing redirects."
|
1403 |
+
msgstr "Importare i tuoi reindirizzamenti da un file .csv generato da Yoast Premium. Ricorda che non supportiamo alcune opzioni, come regex. Per evitare conflitti, assicurati che non ci siano duplicati tra il tuo file e i redirect esistenti."
|
1404 |
+
|
1405 |
+
#: inc/admin/admin.php:984
|
1406 |
+
msgid "Import your own redirections from a .txt file generated by Rank Math. Note that we don't support certain options, like regex. To avoid conflicts, make sure there are no duplicates between your file and existing redirects."
|
1407 |
+
msgstr "Importare i tuoi reindirizzamenti da un file .txt generato da Rank Math. Ricorda che non supportiamo alcune opzioni, come regex. Per evitare conflitti, assicurati che non ci siano duplicati tra il tuo file e i redirect esistenti."
|
1408 |
+
|
1409 |
+
#: inc/admin/admin-features-list.php:362
|
1410 |
+
msgid "Edit your license key."
|
1411 |
+
msgstr "Modifica la tua chiave di licenza."
|
1412 |
+
|
1413 |
+
#: inc/admin/admin.php:206
|
1414 |
+
msgid "%%post_title%% (alias %%title%%)"
|
1415 |
+
msgstr "%%post_title%% (alias %%title%%)"
|
1416 |
+
|
1417 |
+
#: seopress.php:142
|
1418 |
+
msgid "has been successfully updated!"
|
1419 |
+
msgstr "è stato aggiornato con successo!"
|
1420 |
+
|
1421 |
+
#: inc/admin/admin-metaboxes-form.php:447
|
1422 |
+
msgid "Enter your new URL in absolute (eg: https://www.example.com/)"
|
1423 |
+
msgstr "Inserisci il tuo URL assoluto (es: https://www.esempio.com/)"
|
1424 |
+
|
1425 |
+
#: inc/admin/admin-metaboxes-form.php:261
|
1426 |
+
msgid ""
|
1427 |
+
"A canonical URL is the URL of the page that Google thinks is most representative from a set of duplicate pages on your site. <br>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. <br>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).\n"
|
1428 |
+
" The canonical can be in a different domain than a duplicate."
|
1429 |
+
msgstr ""
|
1430 |
+
"Un URL canonico è l'URL della pagina che Google ritiene più rappresentativa di un insieme di pagine duplicate del tuo sito. <br>Ad esempio, se hai diversi URL per la stessa pagina (esempio.com?dress=1234 e esempio.com/dresses/1234), Google ne sceglie uno come canonico<br>Ricorda che le pagine non devono essere necessariamente identiche; piccole modifiche nell'ordinamento o nel filtro dell'elenco non rendono la pagina unica (ad esempio, ordinamento per prezzo o filtro per colore dell'articolo).\n"
|
1431 |
+
" L'URL canonico può essere in un dominio diverso rispetto a quello duplicato."
|
1432 |
+
|
1433 |
+
#: inc/admin/admin-metaboxes-form.php:146
|
1434 |
+
msgid "Category / term description"
|
1435 |
+
msgstr "Descrizione Categoria / Termine"
|
1436 |
+
|
1437 |
+
#: inc/admin/admin-metaboxes-form.php:140
|
1438 |
+
msgid " / 940 pixels - "
|
1439 |
+
msgstr " / 940 pixel - "
|
1440 |
+
|
1441 |
+
#: inc/admin/admin-metaboxes-form.php:115
|
1442 |
+
msgid " / 568 pixels - "
|
1443 |
+
msgstr " / 568 pixel - "
|
1444 |
+
|
1445 |
+
#: inc/admin/admin-header.php:29
|
1446 |
+
msgid "FREE"
|
1447 |
+
msgstr "GRATUITO"
|
1448 |
+
|
1449 |
+
#: inc/admin/admin.php:4829
|
1450 |
+
msgid "AW-XXXXXXXXX"
|
1451 |
+
msgstr "AW-XXXXXXXXX"
|
1452 |
+
|
1453 |
+
#: inc/admin/admin.php:4829
|
1454 |
+
msgid "Enter your Google Ads conversion ID (eg: AW-123456789)"
|
1455 |
+
msgstr "Inserisci il tuo ID di Conversione di Google Ads (es: AW-123456789)"
|
1456 |
+
|
1457 |
+
#: inc/admin/admin.php:4396 inc/admin/admin-metaboxes-form.php:322
|
1458 |
+
msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)"
|
1459 |
+
msgstr "Dimensioni minime: 200x200px, rapporto ideale 1,91:1, 8Mb max. (es: 1640x856px o 3280x1712px per schermi retina)"
|
1460 |
+
|
1461 |
+
#: inc/admin/admin.php:2002
|
1462 |
+
msgid "Enable Google Ads"
|
1463 |
+
msgstr "Abilita Google Ads"
|
1464 |
+
|
1465 |
+
#: inc/admin/admin.php:967
|
1466 |
+
msgid "Import Redirections from Yoast Premium"
|
1467 |
+
msgstr "Importa reindirizzamenti da Yoast Premium"
|
1468 |
+
|
1469 |
+
#: inc/admin/admin.php:676
|
1470 |
+
msgid "Reset"
|
1471 |
+
msgstr "Reset"
|
1472 |
+
|
1473 |
+
#: inc/admin/admin.php:674
|
1474 |
+
msgid "Plugins"
|
1475 |
+
msgstr "Plugin"
|
1476 |
+
|
1477 |
+
#: inc/admin/adminbar.php:123
|
1478 |
+
msgid "Configuration wizard"
|
1479 |
+
msgstr "Configurazione Guidata"
|
1480 |
+
|
1481 |
+
#: inc/admin/admin.php:4608
|
1482 |
+
msgid "The previous option must be checked to use this."
|
1483 |
+
msgstr "Per utilizzare questa opzione devi selezionare l'opzione precedente."
|
1484 |
+
|
1485 |
+
#: inc/admin/admin.php:4606
|
1486 |
+
msgid "Display and automatically accept the user‘s consent on page load (not fully GDPR)"
|
1487 |
+
msgstr "Visualizza e accetta automaticamente il consenso dell'utente al caricamento della pagina (non completamente compatibile con il GDPR)"
|
1488 |
+
|
1489 |
+
#: inc/admin/admin-notifications-center.php:104
|
1490 |
+
#: inc/admin/admin-notifications-center.php:133
|
1491 |
+
msgid "Start the wizard"
|
1492 |
+
msgstr "Avvia la procedura"
|
1493 |
+
|
1494 |
+
#: inc/admin/admin-notifications-center.php:97
|
1495 |
+
msgid "Configure SEOPress in a few minutes with our installation wizard"
|
1496 |
+
msgstr "Configura SEOPress in pochi minuti con la nostra procedura guidata"
|
1497 |
+
|
1498 |
+
#: inc/admin/admin.php:951
|
1499 |
+
msgid "Import Redirections from the Redirections plugin"
|
1500 |
+
msgstr "Importa i reindirizzamenti dal plugin Redirections"
|
1501 |
+
|
1502 |
+
#: inc/admin/admin-wizard.php:868
|
1503 |
+
msgid "Review Settings"
|
1504 |
+
msgstr "Rivedi Impostazioni"
|
1505 |
+
|
1506 |
+
#: inc/admin/admin-wizard.php:865
|
1507 |
+
msgid "Visit Dashboard"
|
1508 |
+
msgstr "Vedi il Dashboard"
|
1509 |
+
|
1510 |
+
#: inc/admin/admin-wizard.php:860
|
1511 |
+
msgid "You can also:"
|
1512 |
+
msgstr "Puoi anche:"
|
1513 |
+
|
1514 |
+
#: seopress.php:1220
|
1515 |
+
msgid "The off side of SEOPress"
|
1516 |
+
msgstr "Al di fuori di SEOPress"
|
1517 |
+
|
1518 |
+
#: seopress.php:1193
|
1519 |
+
msgid "Watch our guided tour videos to learn more about SEOPress"
|
1520 |
+
msgstr "Guarda i nostri video per saperne di più su SEOPress"
|
1521 |
+
|
1522 |
+
#: seopress.php:1181
|
1523 |
+
msgid "Like our Facebook page"
|
1524 |
+
msgstr "Metti un Like alla nostra pagina Facebook"
|
1525 |
+
|
1526 |
+
#: seopress.php:1174
|
1527 |
+
msgid "Follow us:"
|
1528 |
+
msgstr "Seguici:"
|
1529 |
+
|
1530 |
+
#: inc/admin/admin-wizard.php:852
|
1531 |
+
msgid "Configure your XML sitemaps"
|
1532 |
+
msgstr "Configurare le Sitemap XML"
|
1533 |
+
|
1534 |
+
#: inc/admin/admin-wizard.php:847
|
1535 |
+
msgid "Build custom XML sitemaps to improve Google's crawling of your site."
|
1536 |
+
msgstr "Costruisci Sitemap XML personalizzate per migliorare la scansione del sito da parte di Google."
|
1537 |
+
|
1538 |
+
#: inc/admin/admin-wizard.php:846
|
1539 |
+
msgid "Create your XML sitemaps"
|
1540 |
+
msgstr "Crea le tue Sitemap XML"
|
1541 |
+
|
1542 |
+
#: inc/admin/admin-wizard.php:836
|
1543 |
+
msgid "Buy SEOPress PRO - $39 / unlimited sites"
|
1544 |
+
msgstr "Acquista SEOPress PRO - 39$ / siti illimitati"
|
1545 |
+
|
1546 |
+
#: inc/admin/admin-wizard.php:828
|
1547 |
+
msgid "Go PRO with SEOPress PRO!"
|
1548 |
+
msgstr "Diventa un Professionista con SEOPress PRO!"
|
1549 |
+
|
1550 |
+
#: inc/admin/admin-wizard.php:807
|
1551 |
+
msgid "Your site is now ready for search engines!"
|
1552 |
+
msgstr "Il tuo sito è ora pronto per i motori di ricerca!"
|
1553 |
+
|
1554 |
+
#: inc/admin/admin-wizard.php:757
|
1555 |
+
msgid "Shorten your URLs by removing /category/ and improve your SEO."
|
1556 |
+
msgstr "Accorcia gli URL rimuovendo /categoria/ e migliora il tuo SEO."
|
1557 |
+
|
1558 |
+
#: inc/admin/admin-wizard.php:745
|
1559 |
+
msgid "By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file."
|
1560 |
+
msgstr "Per impostazione predefinita, SEOPress reindirizza le pagine degli allegati al post genitore. Ottimizza questo comportamento reindirizzando l'utente direttamente all'URL del file multimediale."
|
1561 |
+
|
1562 |
+
#: inc/admin/admin-wizard.php:733
|
1563 |
+
msgid "You only have one author on your site? Check this option to avoid duplicate content."
|
1564 |
+
msgstr "Hai un solo autore nel sito? Seleziona questa opzione per evitare la duplicazione di contenuti."
|
1565 |
+
|
1566 |
+
#: inc/admin/admin-wizard.php:513 inc/admin/admin-wizard.php:656
|
1567 |
+
#: inc/admin/admin-wizard.php:763
|
1568 |
+
msgid "Continue"
|
1569 |
+
msgstr "Continua"
|
1570 |
+
|
1571 |
+
#: inc/admin/admin-wizard.php:485
|
1572 |
+
msgid "Facebook page URL"
|
1573 |
+
msgstr "URL della pagina Facebook"
|
1574 |
+
|
1575 |
+
#: inc/admin/admin-wizard.php:483
|
1576 |
+
msgid "eg: https://www.example.com/logo.png"
|
1577 |
+
msgstr "es: https://www.esempio.com/logo.png"
|
1578 |
+
|
1579 |
+
#: inc/admin/admin.php:4142
|
1580 |
+
msgid "eg: SEOPress"
|
1581 |
+
msgstr "es: SEOPress"
|
1582 |
+
|
1583 |
+
#: inc/admin/admin-wizard.php:466
|
1584 |
+
msgid "Choose a knowledge type"
|
1585 |
+
msgstr "Scegli un tipo di Knowledge"
|
1586 |
+
|
1587 |
+
#: inc/admin/admin-wizard.php:462
|
1588 |
+
msgid "eg: My super website"
|
1589 |
+
msgstr "es: Il mio super sito web"
|
1590 |
+
|
1591 |
+
#: inc/admin/admin-wizard.php:459
|
1592 |
+
msgid "eg: |"
|
1593 |
+
msgstr "es: |"
|
1594 |
+
|
1595 |
+
#: inc/admin/admin-wizard.php:415 inc/admin/admin-wizard.php:845
|
1596 |
+
msgid "Next step"
|
1597 |
+
msgstr "Avanti"
|
1598 |
+
|
1599 |
+
#: inc/admin/admin-wizard.php:269
|
1600 |
+
msgid "The following wizard will help you configure SEOPress and get you started quickly."
|
1601 |
+
msgstr "Questa procedura guidata ti aiuterà a configurare SEOPress e ad iniziare rapidamente a utilizzarlo."
|
1602 |
+
|
1603 |
+
#: inc/admin/admin-wizard.php:210
|
1604 |
+
msgid "Skip this step"
|
1605 |
+
msgstr "Salta questo passaggio"
|
1606 |
+
|
1607 |
+
#: inc/admin/admin-wizard.php:208
|
1608 |
+
msgid "Not right now"
|
1609 |
+
msgstr "Non adesso"
|
1610 |
+
|
1611 |
+
#: inc/admin/admin-wizard.php:191
|
1612 |
+
msgid "SEOPress › Setup Wizard"
|
1613 |
+
msgstr "Procedura Guidata Configurazione › SEOPress"
|
1614 |
+
|
1615 |
+
#: inc/admin/admin-wizard.php:132
|
1616 |
+
msgid "Ready!"
|
1617 |
+
msgstr "Pronto!"
|
1618 |
+
|
1619 |
+
#: inc/admin/admin-wizard.php:127 inc/admin/admin-wizard.php:720
|
1620 |
+
msgid "Advanced options"
|
1621 |
+
msgstr "Opzioni avanzate"
|
1622 |
+
|
1623 |
+
#: inc/admin/admin-wizard.php:122 inc/admin/admin-wizard.php:564
|
1624 |
+
msgid "Indexing"
|
1625 |
+
msgstr "Indicizzazione"
|
1626 |
+
|
1627 |
+
#: inc/admin/admin-wizard.php:117 inc/admin/admin-wizard.php:454
|
1628 |
+
msgid "Your site"
|
1629 |
+
msgstr "Il tuo sito"
|
1630 |
+
|
1631 |
+
#: inc/admin/admin-wizard.php:112
|
1632 |
+
msgid "Import SEO settings"
|
1633 |
+
msgstr "Importare le impostazioni SEO"
|
1634 |
+
|
1635 |
+
#: inc/admin/admin.php:841 inc/admin/admin-wizard.php:356
|
1636 |
+
msgid "<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."
|
1637 |
+
msgstr "<strong>ATTENZIONE:</strong> La migrazione aggiornerà/eliminerà tutti i metadati SEOPress delle pubblicazioni e dei termini. Alcune variabili dinamiche non saranno interpretate. NON verrà eliminato alcun dato di Rank Math."
|
1638 |
+
|
1639 |
+
#: inc/admin/admin.php:837 inc/admin/admin-wizard.php:352
|
1640 |
+
msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
|
1641 |
+
msgstr "Meta Robot (noindex, nofollow, noarchive, noimageindex)"
|
1642 |
+
|
1643 |
+
#: inc/admin/admin.php:830 inc/admin/admin-wizard.php:345
|
1644 |
+
msgid "Import posts and terms metadata from Rank Math"
|
1645 |
+
msgstr "Importa i metadati delle pubblicazioni e dei termini da Rank Math"
|
1646 |
+
|
1647 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:692
|
1648 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:697
|
1649 |
+
msgid "nositelinkssearchbox is off. Google will probably display a sitelinks searchbox in search results."
|
1650 |
+
msgstr "nositelinkssearchbox è disattivato. Google visualizzerà probabilmente una finestra di ricerca dei link del sito nei risultati di ricerca."
|
1651 |
+
|
1652 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:690
|
1653 |
+
msgid "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in search results."
|
1654 |
+
msgstr "nositelinkssearchbox è attivato! Google non visualizzerà una finestra di ricerca dei link nei risultati di ricerca."
|
1655 |
+
|
1656 |
+
#: inc/admin/admin.php:2866
|
1657 |
+
msgid "Global Twitter:image set in SEO > Social > Twitter Card"
|
1658 |
+
msgstr "Il tag globale Twitter:image è stato impostato in SEO > Social > Twitter Card"
|
1659 |
+
|
1660 |
+
#: inc/admin/admin.php:2863
|
1661 |
+
msgid "Custom Twitter image from SEO metabox"
|
1662 |
+
msgstr "Immagine Twitter personalizzata da Metabox SEO"
|
1663 |
+
|
1664 |
+
#: inc/admin/admin.php:2859
|
1665 |
+
msgid "<p>We generate the <strong>twitter:image</strong> meta in this order:</p>"
|
1666 |
+
msgstr "<p>Generiamo il meta di <strong>twitter:image</strong> in questo ordine:</p>"
|
1667 |
+
|
1668 |
+
#: inc/admin/admin.php:2852
|
1669 |
+
msgid "Global OG Image set in SEO > Social > Open Graph"
|
1670 |
+
msgstr "Il tag globale OG è stato impostato in SEO > Social > Open Graph"
|
1671 |
+
|
1672 |
+
#: inc/admin/admin.php:2849
|
1673 |
+
msgid "Custom OG Image from SEO metabox"
|
1674 |
+
msgstr "Immagine OG personalizzata da metabox SEO"
|
1675 |
+
|
1676 |
+
#: inc/admin/admin.php:2845
|
1677 |
+
msgid "<p>We generate the <strong>og:image</strong> meta in this order:</p>"
|
1678 |
+
msgstr "<p>Generiamo il meta<strong>og:image</strong> in questo ordine:</p>"
|
1679 |
+
|
1680 |
+
#: inc/admin/admin.php:2839
|
1681 |
+
msgid "<p>Link your site with your social accounts. Use markup on your website to add your social profile information to a Google Knowledge panel. Knowledge panels prominently display your social profile information in some Google Search results. Filling in these fields does not guarantee the display of this data in search results. It may take a long time to see these social-network links.</p>"
|
1682 |
+
msgstr "<p>Collega il sito con i tuoi account social. Utilizza il markup sul tuo sito per aggiungere le informazioni del profilo sociale a un pannello di Google Knowledge. I pannelli Knowledge mostrano in modo chiaro e visibile le informazioni del tuo profilo social in alcuni risultati di ricerca di Google. La compilazione di questi campi non garantisce la visualizzazione di questi dati nei risultati di ricerca. La visualizzazione di questi link ai social network potrebbe richiedere molto tempo.</p>"
|
1683 |
+
|
1684 |
+
#: inc/admin/admin.php:237
|
1685 |
+
msgid "Single SKU product"
|
1686 |
+
msgstr "SKU del singolo prodotto"
|
1687 |
+
|
1688 |
+
#: inc/admin/admin.php:237
|
1689 |
+
msgid "%%wc_sku%%"
|
1690 |
+
msgstr "%%wc_sku%%"
|
1691 |
+
|
1692 |
+
#: inc/admin/admin.php:2851 inc/admin/admin.php:2865
|
1693 |
+
msgid "First image of your post content"
|
1694 |
+
msgstr "Prima immagine del contenuto del tuo post"
|
1695 |
+
|
1696 |
+
#: inc/admin/admin.php:4841
|
1697 |
+
msgid "This code will be added in the head section of your page."
|
1698 |
+
msgstr "Questo codice verrà aggiunto nella sezione Head della pagina."
|
1699 |
+
|
1700 |
+
#: inc/admin/admin.php:4838
|
1701 |
+
msgid "Additional tracking code field"
|
1702 |
+
msgstr "Campo per il codice di tracciamento aggiuntivo"
|
1703 |
+
|
1704 |
+
#: inc/admin/admin.php:2010
|
1705 |
+
msgid "Add an additional tracking code (like Facebook Pixel, Hotjar...)"
|
1706 |
+
msgstr "Inserisci un codice di tracciamento aggiuntivo (come Facebook Pixel, Hotjar...)"
|
1707 |
+
|
1708 |
+
#: inc/admin/admin-features-list.php:158 inc/admin/admin-features-list.php:244
|
1709 |
+
msgid "See schemas"
|
1710 |
+
msgstr "Vedi schemi"
|
1711 |
+
|
1712 |
+
#: inc/admin/admin-features-list.php:242
|
1713 |
+
msgid "Create / manage your schemas"
|
1714 |
+
msgstr "Crea / gestisci gli schemi"
|
1715 |
+
|
1716 |
+
#: inc/admin/admin.php:733
|
1717 |
+
msgid "Import plugin settings"
|
1718 |
+
msgstr "Importa le impostazioni del plugin"
|
1719 |
+
|
1720 |
+
#: inc/admin/admin.php:719
|
1721 |
+
msgid "Export plugin settings"
|
1722 |
+
msgstr "Esporta le impostazioni del plugin"
|
1723 |
+
|
1724 |
+
#: inc/admin/adminbar.php:93 inc/admin/admin-features-list.php:241
|
1725 |
+
msgid "Schemas"
|
1726 |
+
msgstr "Schemi"
|
1727 |
+
|
1728 |
+
#: inc/admin/admin-header.php:139 inc/admin/admin-features-list.php:279
|
1729 |
+
msgid "Broken links"
|
1730 |
+
msgstr "Collegamenti rotti"
|
1731 |
+
|
1732 |
+
#: inc/admin/admin.php:5749
|
1733 |
+
msgid "When sending an image file, automatically set the description based on the filename"
|
1734 |
+
msgstr "Quando viene inviato un file d'immagine, imposta automaticamente la descrizione in base al nome del file"
|
1735 |
+
|
1736 |
+
#: inc/admin/admin.php:5732
|
1737 |
+
msgid "When sending an image file, automatically set the caption based on the filename"
|
1738 |
+
msgstr "Quando viene inviato un file d'immagine, imposta automaticamente la didascalia in base al nome del file"
|
1739 |
+
|
1740 |
+
#: inc/admin/admin.php:5711
|
1741 |
+
msgid "When sending an image file, automatically set the alternative text based on the filename"
|
1742 |
+
msgstr "Quando viene inviato un file d'immagine, imposta automaticamente il testo alternativo in base al nome del file"
|
1743 |
+
|
1744 |
+
#: inc/admin/admin.php:5694
|
1745 |
+
msgid "When sending an image file, automatically set the title based on the filename"
|
1746 |
+
msgstr "Quando viene inviato un file d'immagine, imposta automaticamente il titolo in base al nome del file"
|
1747 |
+
|
1748 |
+
#: inc/admin/admin.php:5660
|
1749 |
+
msgid "If this option is checked, it will take precedence over the redirection of attachments to the post's parent."
|
1750 |
+
msgstr "Se questa opzione è selezionata, avrà la precedenza sul reindirizzamento degli allegati al genitore del post."
|
1751 |
+
|
1752 |
+
#: inc/admin/admin.php:5658 inc/admin/admin-wizard.php:742
|
1753 |
+
msgid "Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)"
|
1754 |
+
msgstr "Reindirizza le pagine degli allegati all'URL del loro file (https://www.esempio.com/my-image-file.jpg)"
|
1755 |
+
|
1756 |
+
#: inc/admin/admin.php:4821
|
1757 |
+
msgid "Google Optimize offers A/B testing, website testing & personalization tools."
|
1758 |
+
msgstr "Google Optimize offre A/B testing, analisi del sito web e strumenti di personalizzazione."
|
1759 |
+
|
1760 |
+
#: inc/admin/admin.php:4818
|
1761 |
+
msgid "GTM-XXXXXXX"
|
1762 |
+
msgstr "GTM-XXXXXXXXX"
|
1763 |
+
|
1764 |
+
#: inc/admin/admin.php:4818
|
1765 |
+
msgid "Enter your Google Optimize container ID"
|
1766 |
+
msgstr "Inserisci l'ID del tuo container di Google Optimize"
|
1767 |
+
|
1768 |
+
#: inc/admin/admin.php:2327
|
1769 |
+
msgid "Automatically set the image Description"
|
1770 |
+
msgstr "Imposta automaticamente la descrizione dell'immagine"
|
1771 |
+
|
1772 |
+
#: inc/admin/admin.php:2319
|
1773 |
+
msgid "Automatically set the image Caption"
|
1774 |
+
msgstr "Imposta automaticamente la didascalia dell'immagine"
|
1775 |
+
|
1776 |
+
#: inc/admin/admin.php:2311
|
1777 |
+
msgid "Automatically set the image Alt text"
|
1778 |
+
msgstr "Imposta automaticamente il testo alternativo dell'immagine"
|
1779 |
+
|
1780 |
+
#: inc/admin/admin.php:2303
|
1781 |
+
msgid "Automatically set the image Title"
|
1782 |
+
msgstr "Imposta automaticamente il titolo dell'immagine"
|
1783 |
+
|
1784 |
+
#: inc/admin/admin.php:2287
|
1785 |
+
msgid "Redirect attachment pages to their file URL"
|
1786 |
+
msgstr "Reindirizza le pagine degli allegati all'URL del loro file"
|
1787 |
+
|
1788 |
+
#: inc/admin/admin.php:1994
|
1789 |
+
msgid "Enable Google Optimize"
|
1790 |
+
msgstr "Abilita Google Optimize"
|
1791 |
+
|
1792 |
+
#: inc/admin/admin-metaboxes-form.php:456
|
1793 |
+
msgid "Exclude all parameters and pass them to the redirection"
|
1794 |
+
msgstr "Escludi tutti i parametri e passali al reindirizzamento"
|
1795 |
+
|
1796 |
+
#: inc/admin/admin-metaboxes-form.php:455
|
1797 |
+
msgid "Exclude all parameters"
|
1798 |
+
msgstr "Escludi tutti i parametri"
|
1799 |
+
|
1800 |
+
#: inc/admin/admin-metaboxes-form.php:452
|
1801 |
+
msgid "Query parameters"
|
1802 |
+
msgstr "Parametri Query"
|
1803 |
+
|
1804 |
+
#. Description of the plugin
|
1805 |
+
msgid "One of the best SEO plugins for WordPress."
|
1806 |
+
msgstr "Uno dei migliori plugin SEO per WordPress."
|
1807 |
+
|
1808 |
+
#: inc/functions/options-advanced-admin.php:50
|
1809 |
+
msgid "URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain)."
|
1810 |
+
msgstr "La riscrittura dell'URL NON è abilitata sul tuo sito. Seleziona una struttura permalink ottimizzata per il SEO (NON Lineare)."
|
1811 |
+
|
1812 |
+
#: inc/functions/options-advanced-admin.php:40
|
1813 |
+
msgid "Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO."
|
1814 |
+
msgstr "NON modificare la struttura dei permalink in un sito di produzione. La modifica degli URL può danneggiare gravemente il tuo SEO."
|
1815 |
+
|
1816 |
+
#: inc/functions/options-advanced-admin.php:39
|
1817 |
+
#: inc/functions/options-advanced-admin.php:49
|
1818 |
+
msgid "WARNING"
|
1819 |
+
msgstr "ATTENZIONE"
|
1820 |
+
|
1821 |
+
#: inc/admin/admin.php:820 inc/admin/admin-wizard.php:337
|
1822 |
+
msgid "<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."
|
1823 |
+
msgstr "<strong>ATTENZIONE:</strong> La migrazione aggiornerà/eliminerà tutti i metadati SEOPress delle pubblicazioni e dei termini. Alcune variabili dinamiche non saranno interpretate. NON verrà eliminato alcun dato di SEO Framework."
|
1824 |
+
|
1825 |
+
#: inc/admin/admin.php:861
|
1826 |
+
msgid "<strong>WARNING:</strong> Migration will update/delete all SEOPress posts metadata. Some dynamic variables will not be interpreted. We do NOT delete any Squirrly SEO data."
|
1827 |
+
msgstr "<strong>ATTENZIONE:</strong> La migrazione aggiornerà/eliminerà tutti i metadati SEOPress delle pubblicazioni. Alcune variabili dinamiche non saranno interpretate. NON verrà eliminato alcun dato di Squirrly SEO."
|
1828 |
+
|
1829 |
+
#: inc/admin/admin.php:780 inc/admin/admin-wizard.php:301
|
1830 |
+
msgid "<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."
|
1831 |
+
msgstr "<strong>ATTENZIONE:</strong> La migrazione aggiornerà/eliminerà tutti i metadati SEOPress delle pubblicazioni e dei termini. Alcune variabili dinamiche non saranno interpretate. NON verrà eliminato alcun dato di Yoast."
|
1832 |
+
|
1833 |
+
#: inc/admin/admin-header.php:158
|
1834 |
+
msgid "White Label"
|
1835 |
+
msgstr "White Label"
|
1836 |
+
|
1837 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:672
|
1838 |
+
msgid "We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. "
|
1839 |
+
msgstr "Non abbiamo trovato meta robot in questa pagina. Significa che la tua pagina è index,follow. I motori di ricerca la indicizzeranno e seguiranno i link. "
|
1840 |
+
|
1841 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:637
|
1842 |
+
msgid "We found %s meta robots in your page. There is probably something wrong with your theme!"
|
1843 |
+
msgstr "Abbiamo trovato %s meta Robot nella tua pagina. Probabilmente c'è qualcosa che non va nel tuo tema!"
|
1844 |
+
|
1845 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:275
|
1846 |
+
msgid "You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. It is better for both SEO and accessibility. Below, the list:"
|
1847 |
+
msgstr "Non dovresti usare più di una intestazione H1 nel contenuto del tuo post. La regola è semplice: solo un H1 per ogni pagina web. È meglio sia per il SEO che per l'accessibilità. Ecco l'elenco:"
|
1848 |
+
|
1849 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:260
|
1850 |
+
msgid "Target keywords were found in Heading 1 (H1)."
|
1851 |
+
msgstr "Le parole chiave sono state trovate nel Titolo 1 (H1)."
|
1852 |
+
|
1853 |
+
#: inc/admin/admin-metaboxes-form.php:272
|
1854 |
+
msgid "Set the category that gets used in the %category% permalink if you have multiple categories."
|
1855 |
+
msgstr "Imposta la categoria da utilizzare come %category% nel permalink se c'è più di una categoria."
|
1856 |
+
|
1857 |
+
#: inc/admin/admin-metaboxes-form.php:271
|
1858 |
+
msgid "Select a primary category"
|
1859 |
+
msgstr "Seleziona una categoria principale"
|
1860 |
+
|
1861 |
+
#: inc/admin/admin.php:236
|
1862 |
+
msgid "Single product price taxes excluded"
|
1863 |
+
msgstr "Prezzo del singolo prodotto, al netto delle imposte"
|
1864 |
+
|
1865 |
+
#: inc/admin/admin.php:236
|
1866 |
+
msgid "%%wc_single_price_exc_tax%%"
|
1867 |
+
msgstr "%%wc_single_price_exc_tax%%"
|
1868 |
+
|
1869 |
+
#: inc/admin/admin.php:235
|
1870 |
+
msgid "Single product price"
|
1871 |
+
msgstr "Prezzo unitario"
|
1872 |
+
|
1873 |
+
#: inc/admin/admin.php:235
|
1874 |
+
msgid "%%wc_single_price%%"
|
1875 |
+
msgstr "%%wc_single_price%%"
|
1876 |
+
|
1877 |
+
#: inc/admin/admin-metaboxes-form.php:216
|
1878 |
+
msgid "Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>"
|
1879 |
+
msgstr "Non mostrare questa pagina nei risultati dei motori di ricerca / Sitemap XML - HTML <strong>(noindex)</strong>"
|
1880 |
+
|
1881 |
+
#: inc/admin/admin.php:6342
|
1882 |
+
msgid "Remove the advice if None schema selected"
|
1883 |
+
msgstr "Rimuovi questo avviso se non è stato selezionato alcuno schema"
|
1884 |
+
|
1885 |
+
#: inc/admin/admin.php:4970 inc/admin/admin.php:5565
|
1886 |
+
msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
|
1887 |
+
msgstr "Inserisci i tuoi domini: seopress.org,sub.seopress.org,sub2.seopress.org"
|
1888 |
+
|
1889 |
+
#: inc/admin/admin.php:3973
|
1890 |
+
msgid "You should never include attachment post type in your sitemap. Be careful if you checked this."
|
1891 |
+
msgstr "Non dovresti mai includere il tipo di post allegati nella mappa del sito. Fai molta attenzione con questa impostazione."
|
1892 |
+
|
1893 |
+
#: inc/admin/admin.php:2617
|
1894 |
+
msgid "Hide advice in Structured Data Types metabox"
|
1895 |
+
msgstr "Nascondi gli avvisi nel Metabox dei Tipi di Dati Strutturati"
|
1896 |
+
|
1897 |
+
#: inc/admin/admin.php:4089
|
1898 |
+
msgid "Menu order"
|
1899 |
+
msgstr "Ordine del Menu"
|
1900 |
+
|
1901 |
+
#: inc/admin/admin.php:1538 inc/admin/admin.php:4043
|
1902 |
+
msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
|
1903 |
+
msgstr "Escludi alcuni articoli, pagine, tipi di messaggi personalizzati o ID dei termini"
|
1904 |
+
|
1905 |
+
#: inc/functions/options-advanced-admin.php:26
|
1906 |
+
msgid "Need help?"
|
1907 |
+
msgstr "Hai bisogno di aiuto?"
|
1908 |
+
|
1909 |
+
#: inc/admin/admin.php:4577
|
1910 |
+
msgid "<strong>The user must click the Accept button to allow tracking.</strong>"
|
1911 |
+
msgstr "<strong>L'utente deve fare clic sul pulsante Accetta per consentire il tracciamento.</strong>"
|
1912 |
+
|
1913 |
+
#: inc/admin/admin-wizard.php:821 inc/functions/options-advanced-admin.php:20
|
1914 |
+
msgid "Activate License"
|
1915 |
+
msgstr "Attiva Licenza"
|
1916 |
+
|
1917 |
+
#: inc/admin/admin-wizard.php:816 inc/functions/options-advanced-admin.php:19
|
1918 |
+
msgid "Please activate your license to receive automatic updates and get premium support."
|
1919 |
+
msgstr "Attiva la licenza per ricevere gli aggiornamenti automatici e ottenere un supporto premium."
|
1920 |
+
|
1921 |
+
#: inc/admin/admin-wizard.php:813 inc/functions/options-advanced-admin.php:18
|
1922 |
+
msgid "Welcome to SEOPress PRO!"
|
1923 |
+
msgstr "Benvenuti in SEOPress PRO!"
|
1924 |
+
|
1925 |
+
#: inc/functions/options-google-analytics.php:167
|
1926 |
+
msgid "By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. <a href=\"[seopress_privacy_page]\" tabindex=\"10\">Read more</a>"
|
1927 |
+
msgstr "Visitando il nostro sito, l'utente accetta la politica sulla privacy relativa ai cookie, le statistiche, il tracciamento ecc. <a href=\"[seopress_privacy_page]\" tabindex=\"10\">Leggi tutto</a>"
|
1928 |
+
|
1929 |
+
#: inc/admin/admin.php:4635
|
1930 |
+
msgid "Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]"
|
1931 |
+
msgstr "Shortcode per raggiungere la pagina della privacy definita nelle impostazioni di WordPress: [seopress_privacy_page]"
|
1932 |
+
|
1933 |
+
#: inc/admin/admin.php:5677
|
1934 |
+
msgid "Remove ?replytocom link in source code"
|
1935 |
+
msgstr "Rimuovere il link \"replytocom\" nel codice sorgente"
|
1936 |
+
|
1937 |
+
#: inc/admin/admin.php:4579
|
1938 |
+
msgid "User roles excluded from tracking will not see the consent message.<br> If you use a caching plugin, you have to exclude this JS file in your settings: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
|
1939 |
+
msgstr "I ruoli utente esclusi dal tracciamento non vedranno il messaggio di consenso.<br> Se utilizzi una plugin per la cache, è necessario escludere questo file JS nelle impostazioni:<br><strong> /wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</strong><br></br> e questo cookie <strong>seopress-user-consonsent-accept</strong>"
|
1940 |
+
|
1941 |
+
#: inc/admin/admin.php:4159
|
1942 |
+
msgid "JPG, PNG, and GIF allowed."
|
1943 |
+
msgstr "Consenti JPG, PNG e GIF."
|
1944 |
+
|
1945 |
+
#: inc/admin/admin.php:3612
|
1946 |
+
msgid "Do not display search archives in search engine results <strong>(noindex)</strong>"
|
1947 |
+
msgstr "Non visualizzare gli archivi di ricerca nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
1948 |
+
|
1949 |
+
#: inc/admin/admin.php:3541
|
1950 |
+
msgid "Do not display date archives in search engine results <strong>(noindex)</strong>"
|
1951 |
+
msgstr "Non visualizzare gli archivi di dati nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
1952 |
+
|
1953 |
+
#: inc/admin/admin.php:2295
|
1954 |
+
msgid "Remove ?replytocom link to avoid duplicate content"
|
1955 |
+
msgstr "Rimuovere il link \"replytocom\" per evitare la duplicazione dei contenuti"
|
1956 |
+
|
1957 |
+
#: inc/admin/admin.php:3471 inc/admin/admin-wizard.php:730
|
1958 |
+
msgid "Do not display author archives in search engine results <strong>(noindex)</strong>"
|
1959 |
+
msgstr "Non visualizzare gli archivi degli autori nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
1960 |
+
|
1961 |
+
#: inc/admin/admin.php:4123 inc/admin/admin-wizard.php:469
|
1962 |
+
#: inc/admin/admin-metaboxes-form.php:282
|
1963 |
+
msgid "None (will disable this feature)"
|
1964 |
+
msgstr "Nessuno (disabilita questa funzione)"
|
1965 |
+
|
1966 |
+
#: inc/admin/admin.php:3881
|
1967 |
+
msgid "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>"
|
1968 |
+
msgstr "La sitemap dei video è vuota? Leggi la nostra guida per saperne di più sull'<a href=\"%s\" target=\"_blank\">aggiunta di video alla sitemap.</a>"
|
1969 |
+
|
1970 |
+
#: inc/admin/admin.php:3843
|
1971 |
+
msgid "Images in XML sitemaps are visible only from the source code."
|
1972 |
+
msgstr "Le immagini nelle sitemap XML sono visibili solo dal codice sorgente."
|
1973 |
+
|
1974 |
+
#: inc/admin/admin.php:2934
|
1975 |
+
msgid "Use this separator with %%sep%% in your title and meta description."
|
1976 |
+
msgstr "Utilizza questo separatore digitando %%sep%% nel titolo e nella meta descrizione."
|
1977 |
+
|
1978 |
+
#: inc/admin/admin.php:2930
|
1979 |
+
msgid "Enter your separator, eg: \"-\""
|
1980 |
+
msgstr "Inserisci il separatore, ad esempio \"-\""
|
1981 |
+
|
1982 |
+
#: inc/admin/admin.php:1174 inc/admin/admin.php:2930 inc/admin/admin.php:2944
|
1983 |
+
#: inc/admin/admin.php:3047 inc/admin/admin.php:3237 inc/admin/admin.php:3360
|
1984 |
+
#: inc/admin/admin.php:3439 inc/admin/admin.php:3510 inc/admin/admin.php:3580
|
1985 |
+
#: inc/admin/admin.php:3632 inc/admin/admin-wizard.php:458
|
1986 |
+
#: inc/admin/admin-metaboxes-form.php:125
|
1987 |
+
msgid "Separator"
|
1988 |
+
msgstr "Separatore"
|
1989 |
+
|
1990 |
+
#: inc/admin/admin.php:211
|
1991 |
+
msgid "Last modified post date"
|
1992 |
+
msgstr "Data ultima modificata del post"
|
1993 |
+
|
1994 |
+
#: inc/admin/admin.php:211
|
1995 |
+
msgid "%%post_modified_date%%"
|
1996 |
+
msgstr "%%post_modified_date%%"
|
1997 |
+
|
1998 |
+
#: inc/admin/admin.php:203
|
1999 |
+
msgid "Separator (eg: - )"
|
2000 |
+
msgstr "Separatore (es: - )"
|
2001 |
+
|
2002 |
+
#: inc/admin/admin.php:203
|
2003 |
+
msgid "%%sep%%"
|
2004 |
+
msgstr "%%sep%%"
|
2005 |
+
|
2006 |
+
#: inc/admin/admin-header.php:101
|
2007 |
+
msgid "Structured Data Types (schema.org)"
|
2008 |
+
msgstr "Tipi di Dati Strutturati (schema.org)"
|
2009 |
+
|
2010 |
+
#: inc/admin/admin.php:6325
|
2011 |
+
msgid "Remove Genesis SEO link in WP Admin Menu"
|
2012 |
+
msgstr "Rimuovere il link a Genesis SEO dal Menu dell'amministratore"
|
2013 |
+
|
2014 |
+
#: inc/admin/admin.php:4455
|
2015 |
+
msgid "The Facebook app ID of the site's app. In order to use Facebook Insights you must add the app ID to your page. Insights lets you view analytics for traffic to your site from Facebook. Find the app ID in your App Dashboard. <a href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span class=\"dashicons dashicons-external\"></span>"
|
2016 |
+
msgstr "L'ID dell'App Facebook per l'applicazione del sito. Per poter utilizzare Facebook Insights devi aggiungere l'ID dell'App alla tua pagina. Insights ti permette di analizzare il traffico verso il tuo sito da Facebook. Trova l' ID dell'App nel Dashboard dell'App. <a href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">Qui puoi trovare maggiori informazioni</a> <span class=\"dashicons dashicons-external\"></span>"
|
2017 |
+
|
2018 |
+
#: inc/admin/admin.php:4443
|
2019 |
+
msgid "The ID (or comma-separated list for properties that can accept multiple IDs) of an app, person using the app, or Page Graph API object."
|
2020 |
+
msgstr "L'ID (o elenco separato da virgole per le proprietà che possono accettare più ID) di un'applicazione, di una persona che utilizza l'applicazione o di un oggetto delle API di Page Graph."
|
2021 |
+
|
2022 |
+
#: inc/admin/admin.php:4429
|
2023 |
+
msgid "One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing."
|
2024 |
+
msgstr "Uno o più ID di pagine Facebook associati a un URL per consentire la modifica dei link e la pubblicazione istantanea degli articoli."
|
2025 |
+
|
2026 |
+
#: inc/admin/admin.php:4086
|
2027 |
+
msgid "Post ID"
|
2028 |
+
msgstr "ID Articolo"
|
2029 |
+
|
2030 |
+
#: inc/admin/admin.php:4083
|
2031 |
+
msgid "Modified date"
|
2032 |
+
msgstr "Data Modifica"
|
2033 |
+
|
2034 |
+
#: inc/admin/admin.php:4077
|
2035 |
+
msgid "Default (date)"
|
2036 |
+
msgstr "Predefinito (data)"
|
2037 |
+
|
2038 |
+
#: inc/admin/admin.php:4060
|
2039 |
+
msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
|
2040 |
+
msgstr "ASC (ordine crescente dai valori più bassi a quelli più alti (1, 2, 3; a, b, c))"
|
2041 |
+
|
2042 |
+
#: inc/admin/admin.php:4057
|
2043 |
+
msgid "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
|
2044 |
+
msgstr "DESC (ordine decrescente dai valori più alti ai più bassi (3, 2, 1; c, b, a))"
|
2045 |
+
|
2046 |
+
#: inc/admin/admin.php:3413
|
2047 |
+
msgid "Do not follow links for this post type archive <strong>(nofollow)</strong>"
|
2048 |
+
msgstr "Non seguire i collegamenti per questo archivio di tipi di post <strong>(nofollow)</strong>"
|
2049 |
+
|
2050 |
+
#: inc/admin/admin.php:3394
|
2051 |
+
msgid "Do not display this post type archive in search engine results <strong>(noindex)</strong>"
|
2052 |
+
msgstr "Non visualizzare questo archivio di tipi di pubblicazioni nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
2053 |
+
|
2054 |
+
#: inc/admin/admin.php:3308
|
2055 |
+
msgid "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
|
2056 |
+
msgstr "Non seguire i collegamenti per questo archivio tassonomico <strong>(nofollow)</strong>"
|
2057 |
+
|
2058 |
+
#: inc/admin/admin.php:3289
|
2059 |
+
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
2060 |
+
msgstr "Non visualizzare questo archivio tassonomico nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
2061 |
+
|
2062 |
+
#: inc/admin/admin.php:3100
|
2063 |
+
msgid "Do not follow links for this single post type <strong>(nofollow)</strong>"
|
2064 |
+
msgstr "Non seguire i collegamenti per questo tipo di post <strong>(nofollow)</strong>"
|
2065 |
+
|
2066 |
+
#: inc/admin/admin.php:3081
|
2067 |
+
msgid "Do not display this single post type in search engine results <strong>(noindex)</strong>"
|
2068 |
+
msgstr "Non visualizzare questo singolo tipo di pubblicazione nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
2069 |
+
|
2070 |
+
#: inc/admin/admin.php:2609
|
2071 |
+
msgid "Hide Genesis SEO Settings link"
|
2072 |
+
msgstr "Nascondi il collegamento alle impostazioni di SEO Genesis"
|
2073 |
+
|
2074 |
+
#: inc/admin/admin.php:1554
|
2075 |
+
msgid "Order posts by"
|
2076 |
+
msgstr "Ordina gli articoli per"
|
2077 |
+
|
2078 |
+
#: inc/admin/admin.php:1546
|
2079 |
+
msgid "Sort order"
|
2080 |
+
msgstr "Ordinamento"
|
2081 |
+
|
2082 |
+
#: inc/admin/admin.php:1423 inc/admin/admin.php:3776
|
2083 |
+
msgid "nositelinkssearchbox"
|
2084 |
+
msgstr "nositelinkssearchbox"
|
2085 |
+
|
2086 |
+
#: inc/admin/admin.php:816 inc/admin/admin-wizard.php:333
|
2087 |
+
msgid "Meta Robots (noindex, nofollow, noarchive)"
|
2088 |
+
msgstr "Meta Robot (noindex, nofollow, noarchive)"
|
2089 |
+
|
2090 |
+
#: inc/admin/admin.php:809 inc/admin/admin-wizard.php:326
|
2091 |
+
msgid "Import posts and terms metadata from The SEO Framework"
|
2092 |
+
msgstr "Importare i metadati di pubblicazioni e termini da SEO Framework"
|
2093 |
+
|
2094 |
+
#: inc/admin/admin-metaboxes-form.php:445
|
2095 |
+
msgid "451 Unavailable For Legal Reasons"
|
2096 |
+
msgstr "451 Non disponibile per motivi legali"
|
2097 |
+
|
2098 |
+
#: inc/admin/admin-metaboxes-form.php:444
|
2099 |
+
msgid "410 Gone"
|
2100 |
+
msgstr "410 Non più disponibile"
|
2101 |
+
|
2102 |
+
#: inc/admin/admin-metaboxes-form.php:443
|
2103 |
+
msgid "307 Moved Temporarily"
|
2104 |
+
msgstr "307 Trasferito temporaneamente"
|
2105 |
+
|
2106 |
+
#: inc/admin/admin-metaboxes-form.php:442
|
2107 |
+
msgid "302 Found / Moved Temporarily"
|
2108 |
+
msgstr "302 Trovato / Spostato temporaneamente"
|
2109 |
+
|
2110 |
+
#: inc/admin/admin-metaboxes-form.php:251
|
2111 |
+
msgid "Do not display a description in search results for this page <strong>(nosnippet)</strong>"
|
2112 |
+
msgstr "Non visualizzare una descrizione nei risultati della ricerca di questa pagina <strong>(nosnippet)</strong>"
|
2113 |
+
|
2114 |
+
#: inc/admin/admin-metaboxes-form.php:244
|
2115 |
+
msgid "Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>"
|
2116 |
+
msgstr "Non visualizzare un collegamento memorizzato nella cache nei risultati di ricerca di Google <strong>(noarchive)</strong>"
|
2117 |
+
|
2118 |
+
#: inc/admin/admin-metaboxes-form.php:237
|
2119 |
+
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
2120 |
+
msgstr "Non indicizzare le immagini per questa pagina <strong>(noimageindex)</strong>"
|
2121 |
+
|
2122 |
+
#: inc/admin/admin-wizard.php:647
|
2123 |
+
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
2124 |
+
msgstr "Non visualizzare questo archivio tassonomico nei risultati dei motori di ricerca <strong>(noindex)</strong>"
|
2125 |
+
|
2126 |
+
#: inc/admin/admin-metaboxes-form.php:230
|
2127 |
+
msgid "Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>"
|
2128 |
+
msgstr "Non utilizzare i metadati del progetto Open Directory per i titoli o gli estratti di questa pagina <strong>(noodp)</strong>"
|
2129 |
+
|
2130 |
+
#: inc/admin/admin-metaboxes-form.php:223
|
2131 |
+
msgid "Do not follow links for this page <strong>(nofollow)</strong>"
|
2132 |
+
msgstr "Non seguire i collegamenti a questa pagina <strong>(nofollow)</strong>"
|
2133 |
+
|
2134 |
+
#: inc/admin/ajax.php:95
|
2135 |
+
msgid "To get your Google snippet preview, publish your post!"
|
2136 |
+
msgstr "Per vedere l'anteprima del tuo snippet di Google, devi prima pubblicare il post!"
|
2137 |
+
|
2138 |
+
#: inc/admin/admin.php:4632
|
2139 |
+
msgid "Hook to filter user consent message - new window"
|
2140 |
+
msgstr "Collegamento per filtrare il messaggio di consenso dell'utente - nuova finestra"
|
2141 |
+
|
2142 |
+
#: inc/admin/admin.php:3328
|
2143 |
+
msgid "See archive"
|
2144 |
+
msgstr "Visualizza archivio"
|
2145 |
+
|
2146 |
+
#: inc/admin/admin.php:2801
|
2147 |
+
msgid "404 error?"
|
2148 |
+
msgstr "Errore 404?"
|
2149 |
+
|
2150 |
+
#: inc/admin/admin.php:2800
|
2151 |
+
msgid "Blank sitemap?"
|
2152 |
+
msgstr "Sitemap vuota?"
|
2153 |
+
|
2154 |
+
#: inc/admin/admin.php:797 inc/admin/admin-wizard.php:316
|
2155 |
+
msgid "Meta Robots (noindex, nofollow)"
|
2156 |
+
msgstr "Meta Robot (noindex, nofollow)"
|
2157 |
+
|
2158 |
+
#: inc/admin/admin.php:796 inc/admin/admin-wizard.php:315
|
2159 |
+
msgid "Twitter image thumbnail"
|
2160 |
+
msgstr "Miniatura dell'immagine di Twitter"
|
2161 |
+
|
2162 |
+
#: inc/admin/admin.php:790 inc/admin/admin-wizard.php:309
|
2163 |
+
msgid "Import posts and terms metadata from All In One SEO"
|
2164 |
+
msgstr "Importare i metadati per pubblicazioni e termini da All In One SEO"
|
2165 |
+
|
2166 |
+
#: inc/admin/admin.php:244
|
2167 |
+
msgid "Author bio, meta desc only"
|
2168 |
+
msgstr "Biografia dell'autore, solo metadescrizione"
|
2169 |
+
|
2170 |
+
#: inc/admin/admin.php:244
|
2171 |
+
msgid "%%author_bio%%"
|
2172 |
+
msgstr "%%author_bio%%"
|
2173 |
+
|
2174 |
+
#: inc/admin/admin.php:6380 inc/admin/admin.php:6415
|
2175 |
+
msgid "Hook to filter structured data types metabox call by post type - new window"
|
2176 |
+
msgstr "Collegamento per filtrare la chiamata del metabox dei Dati Strutturati per tipo di pubblicazione - nuova finestra"
|
2177 |
+
|
2178 |
+
#: inc/admin/admin.php:6083
|
2179 |
+
msgid "Hide Useful Links in SEOPress dashboard page"
|
2180 |
+
msgstr "Nascondi i link utili nella pagina della Dashboard di SEOPress"
|
2181 |
+
|
2182 |
+
#: inc/admin/admin.php:6066
|
2183 |
+
msgid "Hide SEO tools in SEOPress Dashboard page"
|
2184 |
+
msgstr "Nascondi gli strumenti SEO nella pagina della Dashboard di SEOPress"
|
2185 |
+
|
2186 |
+
#: inc/admin/admin.php:5949
|
2187 |
+
msgid "If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty."
|
2188 |
+
msgstr "Se il tuo sito è già stato verificato in <strong>Bing Webmaster tools</strong>, puoi lasciare questo campo vuoto."
|
2189 |
+
|
2190 |
+
#: inc/admin/admin.php:5936
|
2191 |
+
msgid "If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty."
|
2192 |
+
msgstr "Se il tuo sito è già verificato in <strong>Google Search Console</strong>, puoi lasciare questo campo vuoto."
|
2193 |
+
|
2194 |
+
#: inc/admin/admin.php:4643
|
2195 |
+
msgid "Change the button value"
|
2196 |
+
msgstr "Modifica il valore del pulsante"
|
2197 |
+
|
2198 |
+
#: inc/admin/admin.php:4589
|
2199 |
+
msgid "Hook to add custom tracking code with user consent - new window"
|
2200 |
+
msgstr "Collegamento per aggiungere codice di tracciamento personalizzato con il consenso dell'utente - nuova finestra"
|
2201 |
+
|
2202 |
+
#: inc/admin/admin.php:3883
|
2203 |
+
msgid "Guide to enable XML video sitemaps - new window"
|
2204 |
+
msgstr "Guida per abilitare le sitemaps video XML - nuova finestra"
|
2205 |
+
|
2206 |
+
#: inc/admin/admin.php:2835
|
2207 |
+
msgid "Learn more on Google official website."
|
2208 |
+
msgstr "Ulteriori informazioni sul sito ufficiale di Google."
|
2209 |
+
|
2210 |
+
#: inc/admin/admin.php:2496
|
2211 |
+
msgid "Hide Useful Links"
|
2212 |
+
msgstr "Nascondi Collegamenti Utili"
|
2213 |
+
|
2214 |
+
#: inc/admin/admin.php:2488
|
2215 |
+
msgid "Hide SEO tools"
|
2216 |
+
msgstr "Nascondere Strumenti SEO"
|
2217 |
+
|
2218 |
+
#: inc/admin/admin.php:2480
|
2219 |
+
msgid "Hide Notifications Center"
|
2220 |
+
msgstr "Nascondi Centro notifiche"
|
2221 |
+
|
2222 |
+
#: inc/admin/admin.php:2100 inc/admin/admin.php:5016
|
2223 |
+
msgid "Track downloads' clicks"
|
2224 |
+
msgstr "Traccia i clic dei download"
|
2225 |
+
|
2226 |
+
#: inc/admin/admin.php:1872
|
2227 |
+
msgid "Accept button for user tracking"
|
2228 |
+
msgstr "Pulsante di accettazione per il tracciamento dell'utente"
|
2229 |
+
|
2230 |
+
#: inc/admin/admin.php:192 inc/admin/admin-features-list.php:31
|
2231 |
+
msgid "XML / Image / Video / HTML Sitemap"
|
2232 |
+
msgstr "XML / Immagine / Video / Sitemap HTML"
|
2233 |
+
|
2234 |
+
#: inc/admin/admin.php:1043
|
2235 |
+
msgid "By clicking Reset Notices, all notices in the notifications center will be set to their initial status."
|
2236 |
+
msgstr "Facendo clic su Reimposta Avvisi, tutti gli avvisi nel centro notifiche verranno riportate al loro stato iniziale."
|
2237 |
+
|
2238 |
+
#: inc/admin/admin.php:487
|
2239 |
+
msgid "Twitter (Twitter card)"
|
2240 |
+
msgstr "Twitter (Twitter Card)"
|
2241 |
+
|
2242 |
+
#: inc/admin/admin.php:486
|
2243 |
+
msgid "Facebook (Open Graph)"
|
2244 |
+
msgstr "Facebook (Open Graph)"
|
2245 |
+
|
2246 |
+
#: inc/admin/admin.php:226
|
2247 |
+
msgid "%%archive_date%%"
|
2248 |
+
msgstr "%%archive_date%%"
|
2249 |
+
|
2250 |
+
#: inc/admin/admin-metaboxes-form.php:486
|
2251 |
+
msgid "Need help with your redirections? Read our guide."
|
2252 |
+
msgstr "Hai bisogno di aiuto con i reindirizzamenti? Leggi la nostra guida."
|
2253 |
+
|
2254 |
+
#: inc/admin/admin-metaboxes-form.php:257
|
2255 |
+
msgid "You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the global settings of the extension."
|
2256 |
+
msgstr "Non puoi deselezionare un parametro? Questo è normale, e molto probabilmente è stato già stato definito nelle impostazioni globali dell'estensione."
|
2257 |
+
|
2258 |
+
#: inc/admin/admin-metaboxes-form.php:150
|
2259 |
+
msgid "Post Excerpt"
|
2260 |
+
msgstr "Estratto Articolo"
|
2261 |
+
|
2262 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:29
|
2263 |
+
msgid "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."
|
2264 |
+
msgstr "Inserisci una parola chiave, o una frase, per trovare immediatamente i 10 migliori suggerimenti di Google. Questo è utile se si vuole lavorare con la tecnica Long Tail."
|
2265 |
+
|
2266 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:28
|
2267 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:29
|
2268 |
+
msgid "Google suggestions"
|
2269 |
+
msgstr "Suggerimenti di Google"
|
2270 |
+
|
2271 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:23
|
2272 |
+
msgid "To get the most accurate analysis, save your post first."
|
2273 |
+
msgstr "Per ottenere una analisi più accurata, devi prima salvare il post."
|
2274 |
+
|
2275 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:13
|
2276 |
+
msgid "Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them"
|
2277 |
+
msgstr "Separa le parole chiave con una virgola. Non usare spazi dopo le virgole, a meno che tu non voglia includerli"
|
2278 |
+
|
2279 |
+
#: inc/admin/admin.php:3871
|
2280 |
+
msgid "Enable Video Sitemaps"
|
2281 |
+
msgstr "Attivare Sitemap Video"
|
2282 |
+
|
2283 |
+
#: inc/admin/admin.php:3841
|
2284 |
+
msgid "Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)"
|
2285 |
+
msgstr "Attiva le Sitemaps di immagini (immagini standard, gallerie di immagini, immagini in primo piano, immagini dei prodotti WooCommerce)"
|
2286 |
+
|
2287 |
+
#: inc/admin/admin.php:1465
|
2288 |
+
msgid "Enable XML Video Sitemaps"
|
2289 |
+
msgstr "Attiva le Video Sitemaps XML"
|
2290 |
+
|
2291 |
+
#: inc/admin/admin-notifications-center.php:380
|
2292 |
+
msgid "Rate us!"
|
2293 |
+
msgstr "Dacci un voto!"
|
2294 |
+
|
2295 |
+
#: inc/admin/admin-notifications-center.php:373
|
2296 |
+
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
2297 |
+
msgstr "Ti piace SEOPress? Aiutarci con un voto di 5 stelle!"
|
2298 |
+
|
2299 |
+
#: inc/admin/admin-metaboxes-form.php:614
|
2300 |
+
msgid "Add video"
|
2301 |
+
msgstr "Aggiungi video"
|
2302 |
+
|
2303 |
+
#: inc/admin/admin-metaboxes-form.php:607
|
2304 |
+
msgid "Remove video"
|
2305 |
+
msgstr "Rimuovi video"
|
2306 |
+
|
2307 |
+
#: inc/admin/admin-metaboxes-form.php:605
|
2308 |
+
msgid "The video will be available only to users with SafeSearch turned off."
|
2309 |
+
msgstr "Il video sarà disponibile solo per gli utenti con SafeSearch disattivato."
|
2310 |
+
|
2311 |
+
#: inc/admin/admin-metaboxes-form.php:603
|
2312 |
+
msgid "NOT family friendly?"
|
2313 |
+
msgstr "NON adatto alle famiglie?"
|
2314 |
+
|
2315 |
+
#: inc/admin/admin-metaboxes-form.php:598
|
2316 |
+
msgid "256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available."
|
2317 |
+
msgstr "Massimo 256 caratteri., di solito un video appartiene a una singola categoria, separa le categorie con una virgola. Predefinito: prima categoria dei post, se disponibile."
|
2318 |
+
|
2319 |
+
#: inc/admin/admin-metaboxes-form.php:597
|
2320 |
+
msgid "Enter your video categories"
|
2321 |
+
msgstr "Inserisci le categorie del video"
|
2322 |
+
|
2323 |
+
#: inc/admin/admin-metaboxes-form.php:596
|
2324 |
+
#: inc/admin/admin-metaboxes-form.php:597
|
2325 |
+
msgid "Video categories"
|
2326 |
+
msgstr "Categorie Video"
|
2327 |
+
|
2328 |
+
#: inc/admin/admin-metaboxes-form.php:593
|
2329 |
+
msgid "32 tags max., separate tags with commas. Default: target keywords + post tags if available."
|
2330 |
+
msgstr "Massimo 32 tag., separa i tag con una virgola. Predefinito: parole chiave di destinazione e tag di post, se disponibili."
|
2331 |
+
|
2332 |
+
#: inc/admin/admin-metaboxes-form.php:592
|
2333 |
+
msgid "Enter your video tags"
|
2334 |
+
msgstr "Inserisci i tag del video"
|
2335 |
+
|
2336 |
+
#: inc/admin/admin-metaboxes-form.php:591
|
2337 |
+
#: inc/admin/admin-metaboxes-form.php:592
|
2338 |
+
msgid "Video tags"
|
2339 |
+
msgstr "Tag Video"
|
2340 |
+
|
2341 |
+
#: inc/admin/admin-metaboxes-form.php:588
|
2342 |
+
msgid "Number of views"
|
2343 |
+
msgstr "Numero di visualizzazioni"
|
2344 |
+
|
2345 |
+
#: inc/admin/admin-metaboxes-form.php:587
|
2346 |
+
#: inc/admin/admin-metaboxes-form.php:588
|
2347 |
+
msgid "View count"
|
2348 |
+
msgstr "Visualizza Conteggio"
|
2349 |
+
|
2350 |
+
#: inc/admin/admin-metaboxes-form.php:584
|
2351 |
+
msgid "Allowed values are float numbers in the range 0.0 to 5.0."
|
2352 |
+
msgstr "I valori consentiti sono numeri compresi tra 0,0 e 5,0."
|
2353 |
+
|
2354 |
+
#: inc/admin/admin-metaboxes-form.php:583
|
2355 |
+
msgid "Video rating"
|
2356 |
+
msgstr "Valutazione del video"
|
2357 |
+
|
2358 |
+
#: inc/admin/admin-metaboxes-form.php:582
|
2359 |
+
msgid "Video Rating"
|
2360 |
+
msgstr "Valutazione Video"
|
2361 |
+
|
2362 |
+
#: inc/admin/admin-metaboxes-form.php:579
|
2363 |
+
msgid "The duration of the video in seconds. Value must be between 0 and 28800 (8 hours)."
|
2364 |
+
msgstr "La durata del video in secondi. Il valore deve essere compreso tra 0 e 28800 (8 ore)."
|
2365 |
+
|
2366 |
+
#: inc/admin/admin-metaboxes-form.php:578
|
2367 |
+
msgid "Video duration"
|
2368 |
+
msgstr "Durata del video"
|
2369 |
+
|
2370 |
+
#: inc/admin/admin-metaboxes-form.php:578
|
2371 |
+
msgid "Duration in seconds"
|
2372 |
+
msgstr "Durata in secondi"
|
2373 |
+
|
2374 |
+
#: inc/admin/admin-metaboxes-form.php:577
|
2375 |
+
msgid "Video Duration (recommended)"
|
2376 |
+
msgstr "Durata del Video (consigliato)"
|
2377 |
+
|
2378 |
+
#: inc/admin/admin-metaboxes-form.php:574
|
2379 |
+
msgid "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image."
|
2380 |
+
msgstr "Dimensioni minime: 160x90px (max 1920x1080), formati JPG, PNG o GIF. Predefinito: l'immagine in primo piano dell'articolo."
|
2381 |
+
|
2382 |
+
#: inc/admin/admin-metaboxes-form.php:573
|
2383 |
+
msgid "Video Thumbnail"
|
2384 |
+
msgstr "Miniatura del Video"
|
2385 |
+
|
2386 |
+
#: inc/admin/admin-metaboxes-form.php:572
|
2387 |
+
msgid "Select your video thumbnail"
|
2388 |
+
msgstr "Seleziona la miniatura del video"
|
2389 |
+
|
2390 |
+
#: inc/admin/admin-metaboxes-form.php:571
|
2391 |
+
msgid "Video Thumbnail (required)"
|
2392 |
+
msgstr "Miniatura del video (obbligatorio)"
|
2393 |
+
|
2394 |
+
#: inc/admin/admin-metaboxes-form.php:568
|
2395 |
+
msgid "2048 characters max.; default: meta description. If not available, use the beginning of the post content."
|
2396 |
+
msgstr "Massimo 2048 caratteri; predefinito: meta descrizione. Se non disponibile, verrà utilizzato l'inizio del contenuto del post."
|
2397 |
+
|
2398 |
+
#: inc/admin/admin-metaboxes-form.php:567
|
2399 |
+
msgid "Video description"
|
2400 |
+
msgstr "Descrizione del video"
|
2401 |
+
|
2402 |
+
#: inc/admin/admin-metaboxes-form.php:567
|
2403 |
+
msgid "Enter your video description"
|
2404 |
+
msgstr "Inserisci la descrizione video"
|
2405 |
+
|
2406 |
+
#: inc/admin/admin-metaboxes-form.php:566
|
2407 |
+
msgid "Video Description (required)"
|
2408 |
+
msgstr "Descrizione Video (obbligatorio)"
|
2409 |
+
|
2410 |
+
#: inc/admin/admin-metaboxes-form.php:563
|
2411 |
+
msgid "Default: title tag, if not available, post title."
|
2412 |
+
msgstr "Predefinito: tag Titolo. Se non disponibile, verrà utilizzato il Titolo del post."
|
2413 |
+
|
2414 |
+
#: inc/admin/admin-metaboxes-form.php:562
|
2415 |
+
msgid "Video title"
|
2416 |
+
msgstr "Titolo video"
|
2417 |
+
|
2418 |
+
#: inc/admin/admin-metaboxes-form.php:562
|
2419 |
+
msgid "Enter your video title"
|
2420 |
+
msgstr "Inserisci il titolo del video"
|
2421 |
+
|
2422 |
+
#: inc/admin/admin-metaboxes-form.php:561
|
2423 |
+
msgid "Video Title (required)"
|
2424 |
+
msgstr "Titolo Video (obbligatorio)"
|
2425 |
+
|
2426 |
+
#: inc/admin/admin-metaboxes-form.php:557
|
2427 |
+
msgid "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server."
|
2428 |
+
msgstr "NON un video esterno (ad esempio: video hosting su YouTube, Vimeo...)? Seleziona questa opzione se il video è ospitato su questo server."
|
2429 |
+
|
2430 |
+
#: inc/admin/admin-metaboxes-form.php:552
|
2431 |
+
msgid "Video URL"
|
2432 |
+
msgstr "URL Video"
|
2433 |
+
|
2434 |
+
#: inc/admin/admin-metaboxes-form.php:552
|
2435 |
+
msgid "Enter your video URL"
|
2436 |
+
msgstr "Inserisci l'URL del video"
|
2437 |
+
|
2438 |
+
#: inc/admin/admin-metaboxes-form.php:551
|
2439 |
+
msgid "Video URL (required)"
|
2440 |
+
msgstr "URL del video (obbligatorio)"
|
2441 |
+
|
2442 |
+
#: inc/admin/admin-metaboxes-form.php:547
|
2443 |
+
msgid "Video "
|
2444 |
+
msgstr "Video "
|
2445 |
+
|
2446 |
+
#: inc/admin/admin-metaboxes-form.php:528
|
2447 |
+
msgid "If your post is set to noindex, it will be automatically excluded from the sitemap."
|
2448 |
+
msgstr "Se il post è impostato su noindex, verrà automaticamente escluso dalla sitemap."
|
2449 |
+
|
2450 |
+
#: inc/admin/admin-metaboxes-form.php:526
|
2451 |
+
msgid "Exclude this post from Video Sitemap?"
|
2452 |
+
msgstr "Escludi questo post dalla Sitemap Video?"
|
2453 |
+
|
2454 |
+
#: inc/admin/admin.php:4508 inc/admin/admin-metaboxes-form.php:384
|
2455 |
+
msgid "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max."
|
2456 |
+
msgstr "Dimensioni minime: 144x144px (300x157px se è stata abilitata la Card grande) Rapporto ideale 1:1 (2:1 per Card grande). 5Mb max."
|
2457 |
+
|
2458 |
+
#: inc/admin/admin-metaboxes-form.php:75
|
2459 |
+
msgid "Video Sitemap"
|
2460 |
+
msgstr "Sitemap Video"
|
2461 |
+
|
2462 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:33
|
2463 |
+
msgid "Get suggestions!"
|
2464 |
+
msgstr "Ottieni suggerimenti!"
|
2465 |
+
|
2466 |
+
#: inc/admin/admin-notifications-center.php:625
|
2467 |
+
msgid "No domain found."
|
2468 |
+
msgstr "Nessun dominio trovato."
|
2469 |
+
|
2470 |
+
#: inc/admin/admin-notifications-center.php:620
|
2471 |
+
msgid "No scrape."
|
2472 |
+
msgstr "Nessuna estrazione."
|
2473 |
+
|
2474 |
+
#: inc/admin/admin-notifications-center.php:615
|
2475 |
+
msgid "Not found"
|
2476 |
+
msgstr "Non trovato"
|
2477 |
+
|
2478 |
+
#: inc/functions/options-google-analytics.php:188
|
2479 |
+
msgid "X"
|
2480 |
+
msgstr "X"
|
2481 |
+
|
2482 |
+
#: inc/admin/admin.php:4643 inc/functions/options-google-analytics.php:182
|
2483 |
+
msgid "Accept"
|
2484 |
+
msgstr "Accetta"
|
2485 |
+
|
2486 |
+
#: inc/functions/options-google-analytics.php:169
|
2487 |
+
msgid "By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc."
|
2488 |
+
msgstr "Visitando questo sito, accetti la nostra politica sulla privacy per quanto riguarda i cookie, le statistiche di tracciamento, ecc."
|
2489 |
+
|
2490 |
+
#: inc/admin/admin.php:4634
|
2491 |
+
msgid "HTML tags allowed: strong, em, br, a href / target"
|
2492 |
+
msgstr "Tag HTML ammessi: strong, em, br, a href / target"
|
2493 |
+
|
2494 |
+
#: inc/admin/admin.php:4621
|
2495 |
+
msgid "This message will only appear if request user's consent is enabled."
|
2496 |
+
msgstr "Questo messaggio comparirà solo se è abilitata la richiesta del consenso dell'utente."
|
2497 |
+
|
2498 |
+
#: inc/admin/admin.php:4621
|
2499 |
+
msgid "Enter your message (HTML allowed)"
|
2500 |
+
msgstr "Inserisci il tuo messaggio (è consentito l'uso di tag HTML)"
|
2501 |
+
|
2502 |
+
#: inc/admin/admin.php:4575
|
2503 |
+
msgid "Request user's consent for analytics tracking (required by GDPR)"
|
2504 |
+
msgstr "Richiedi il consenso dell'utente per il tracciamento analitico (richiesto da GDPR)"
|
2505 |
+
|
2506 |
+
#: inc/admin/admin.php:1864
|
2507 |
+
msgid "Consent message for user tracking"
|
2508 |
+
msgstr "Messaggio di consenso per il tracciamento dell'utente"
|
2509 |
+
|
2510 |
+
#: inc/admin/admin-features-list.php:312
|
2511 |
+
msgid "Customize your permalinks."
|
2512 |
+
msgstr "Personalizza i permalink."
|
2513 |
+
|
2514 |
+
#: inc/admin/admin-header.php:151 inc/admin/admin-features-list.php:311
|
2515 |
+
msgid "URL Rewriting"
|
2516 |
+
msgstr "Riscrittura del URL"
|
2517 |
+
|
2518 |
+
#: inc/admin/admin.php:744
|
2519 |
+
msgid "Import completed!"
|
2520 |
+
msgstr "Importazione completata!"
|
2521 |
+
|
2522 |
+
#: inc/admin/admin.php:243
|
2523 |
+
msgid "Current time"
|
2524 |
+
msgstr "Ora corrente"
|
2525 |
+
|
2526 |
+
#: inc/admin/admin.php:243
|
2527 |
+
msgid "%%currenttime%%"
|
2528 |
+
msgstr "%%currenttime%%"
|
2529 |
+
|
2530 |
+
#: inc/admin/admin.php:242
|
2531 |
+
msgid "Current date"
|
2532 |
+
msgstr "Data corrente"
|
2533 |
+
|
2534 |
+
#: inc/admin/admin.php:242
|
2535 |
+
msgid "%%currentdate%%"
|
2536 |
+
msgstr "%%currentdate%%"
|
2537 |
+
|
2538 |
+
#: inc/admin/admin.php:241
|
2539 |
+
msgid "Current year"
|
2540 |
+
msgstr "Anno corrente"
|
2541 |
+
|
2542 |
+
#: inc/admin/admin.php:241
|
2543 |
+
msgid "%%currentyear%%"
|
2544 |
+
msgstr "%%currentyear%%"
|
2545 |
+
|
2546 |
+
#: inc/admin/admin.php:239
|
2547 |
+
msgid "Current month"
|
2548 |
+
msgstr "Mese corrente"
|
2549 |
+
|
2550 |
+
#: inc/admin/admin.php:239
|
2551 |
+
msgid "%%currentmonth%%"
|
2552 |
+
msgstr "%%currentmonth%%"
|
2553 |
+
|
2554 |
+
#: inc/admin/admin.php:238
|
2555 |
+
msgid "Current day"
|
2556 |
+
msgstr "Giorno corrente"
|
2557 |
+
|
2558 |
+
#: inc/admin/admin.php:238
|
2559 |
+
msgid "%%currentday%%"
|
2560 |
+
msgstr "%%currentday%%"
|
2561 |
+
|
2562 |
+
#: inc/admin/admin.php:231
|
2563 |
+
msgid "%%_ct_your_custom_taxonomy_slug%%"
|
2564 |
+
msgstr "%%_ct_your_custom_taxonomy_slug%%"
|
2565 |
+
|
2566 |
+
#: inc/admin/admin.php:229
|
2567 |
+
msgid "Year Archive title"
|
2568 |
+
msgstr "Titolo Archivio Annuale"
|
2569 |
+
|
2570 |
+
#: inc/admin/admin.php:229
|
2571 |
+
msgid "%%archive_date_year%%"
|
2572 |
+
msgstr "%%archive_date_year%%"
|
2573 |
+
|
2574 |
+
#: inc/admin/admin.php:228
|
2575 |
+
msgid "Month Archive title"
|
2576 |
+
msgstr "Titolo Archivio Mensile"
|
2577 |
+
|
2578 |
+
#: inc/admin/admin.php:228
|
2579 |
+
msgid "%%archive_date_month%%"
|
2580 |
+
msgstr "%%archive_date_month%%"
|
2581 |
+
|
2582 |
+
#: inc/admin/admin.php:227
|
2583 |
+
msgid "Day Archive date"
|
2584 |
+
msgstr "Data Archivio Quotidiano"
|
2585 |
+
|
2586 |
+
#: inc/admin/admin.php:227
|
2587 |
+
msgid "%%archive_date_day%%"
|
2588 |
+
msgstr "%%archive_date_day%%"
|
2589 |
+
|
2590 |
+
#: inc/admin/admin.php:225
|
2591 |
+
msgid "Archive title"
|
2592 |
+
msgstr "Titolo Archivio"
|
2593 |
+
|
2594 |
+
#: inc/admin/admin.php:225
|
2595 |
+
msgid "%%archive_title%%"
|
2596 |
+
msgstr "%%archive_title%%"
|
2597 |
+
|
2598 |
+
#: inc/admin/admin-metaboxes-form.php:372
|
2599 |
+
msgid "Preview your Twitter card using the official validator"
|
2600 |
+
msgstr "Anteprima della Twitter card con il validatore ufficiale"
|
2601 |
+
|
2602 |
+
#: inc/functions/options-advanced-admin.php:778
|
2603 |
+
msgid "%s redirection disabled."
|
2604 |
+
msgid_plural "%s redirections disabled."
|
2605 |
+
msgstr[0] "%s reindirizzamento disabilitato."
|
2606 |
+
msgstr[1] "%s Reindirizzamenti disabilitati."
|
2607 |
+
|
2608 |
+
#: inc/functions/options-advanced-admin.php:754
|
2609 |
+
msgid "Disable redirection"
|
2610 |
+
msgstr "Disattiva il Reindirizzamento"
|
2611 |
+
|
2612 |
+
#: inc/functions/options-advanced-admin.php:740
|
2613 |
+
msgid "%s redirections enabled."
|
2614 |
+
msgid_plural "%s redirections enabled."
|
2615 |
+
msgstr[0] "%s reindirizzamento abilitato."
|
2616 |
+
msgstr[1] "%s reindirizzamenti abilitati."
|
2617 |
+
|
2618 |
+
#: inc/functions/options-advanced-admin.php:715
|
2619 |
+
msgid "Enable redirection"
|
2620 |
+
msgstr "Attiva il reindirizzamento"
|
2621 |
+
|
2622 |
+
#: inc/admin/admin.php:818 inc/admin/admin-wizard.php:335
|
2623 |
+
#: inc/functions/options-advanced-admin.php:324
|
2624 |
+
msgid "Redirect URL"
|
2625 |
+
msgstr "Reindirizza URL"
|
2626 |
+
|
2627 |
+
#: inc/functions/options-advanced-admin.php:321
|
2628 |
+
msgid "Redirect?"
|
2629 |
+
msgstr "Reindirizza?"
|
2630 |
+
|
2631 |
+
#: inc/admin/admin.php:6151
|
2632 |
+
msgid "Add redirection URL column"
|
2633 |
+
msgstr "Aggiungi colonna URL di reindirizzamento"
|
2634 |
+
|
2635 |
+
#: inc/admin/admin.php:6134
|
2636 |
+
msgid "Add redirection enable column"
|
2637 |
+
msgstr "Aggiungi la colonna di abilitazione del reindirizzamento"
|
2638 |
+
|
2639 |
+
#: inc/admin/admin.php:2528
|
2640 |
+
msgid "Show Redirect URL column in post types"
|
2641 |
+
msgstr "Mostra la colonna URL Reindirizzamento nei tipi di post"
|
2642 |
+
|
2643 |
+
#: inc/admin/admin.php:2520
|
2644 |
+
msgid "Show Redirection Enable column in post types"
|
2645 |
+
msgstr "Mostra la colonna Abilita Reindirizzamento nei tipi di post"
|
2646 |
+
|
2647 |
+
#: inc/admin/admin.php:1000
|
2648 |
+
msgid "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..."
|
2649 |
+
msgstr "Esportare tutti i reindirizzamenti per questo sito in un file .csv. Questo ti permette di importare facilmente i reindirizzamenti in un altro sito tramite Excel o Google Sheets..."
|
2650 |
+
|
2651 |
+
#: inc/admin/admin.php:999
|
2652 |
+
msgid "Export Redirections"
|
2653 |
+
msgstr "Esporta Reindirizzamenti"
|
2654 |
+
|
2655 |
+
#: inc/admin/admin-metaboxes-form.php:164
|
2656 |
+
msgid "This is what your page will look like in Google search results. You have to publish your post to get the Google Snippet Preview."
|
2657 |
+
msgstr "Questo è l'aspetto della tua pagina nei risultati delle ricerche di Google. Devi pubblicare il tuo post per ottenere l'anteprima di Google Snippet."
|
2658 |
+
|
2659 |
+
#: inc/admin/admin-features-list.php:208
|
2660 |
+
msgid "View your robots.txt"
|
2661 |
+
msgstr "Visualizza il file robots.txt"
|
2662 |
+
|
2663 |
+
#: inc/functions/options-advanced-admin.php:943
|
2664 |
+
msgid "The description is not prominent by default; however, some themes may show it."
|
2665 |
+
msgstr "La descrizione non è di per sé importante; tuttavia, alcuni temi potrebbero mostrarla."
|
2666 |
+
|
2667 |
+
#: inc/functions/options-advanced-admin.php:934
|
2668 |
+
msgid "Description"
|
2669 |
+
msgstr "Descrizione"
|
2670 |
+
|
2671 |
+
#: inc/admin/admin.php:5766
|
2672 |
+
msgid "Add TINYMCE editor to term description"
|
2673 |
+
msgstr "Aggiungi l'editor TINYMCE alla descrizione del termine"
|
2674 |
+
|
2675 |
+
#: inc/admin/admin.php:3853
|
2676 |
+
msgid "Guide to enable XML image sitemaps - new window"
|
2677 |
+
msgstr "Guida per abilitare le sitemap XML delle immagini - nuova finestra"
|
2678 |
+
|
2679 |
+
#: inc/admin/admin.php:3824
|
2680 |
+
msgid "Guide to enable XML Sitemaps - new window"
|
2681 |
+
msgstr "Guida per abilitare le Sitemaps XML - nuova finestra"
|
2682 |
+
|
2683 |
+
#: inc/admin/admin.php:2899
|
2684 |
+
msgid "Guide to create custom dimensions in Google Analytics - new window"
|
2685 |
+
msgstr "Guida alla creazione di dimensioni personalizzate in Google Analytics - nuova finestra"
|
2686 |
+
|
2687 |
+
#: inc/admin/admin.php:2822 inc/admin/admin.php:3930
|
2688 |
+
msgid "Guide to enable a HTML Sitemap - new window"
|
2689 |
+
msgstr "Guida per attivare una Sitemap HTML - nuova finestra"
|
2690 |
+
|
2691 |
+
#: inc/admin/admin.php:2335
|
2692 |
+
msgid "Add WP Editor to taxonomy description textarea"
|
2693 |
+
msgstr "Aggiungi WP Editor all'area di testo della descrizione tassonomica"
|
2694 |
+
|
2695 |
+
#: inc/admin/admin-features-list.php:370
|
2696 |
+
msgid "Guide to activate SEOPress PRO - new window"
|
2697 |
+
msgstr "Guida all'attivazione di SEOPress PRO - nuova finestra"
|
2698 |
+
|
2699 |
+
#: inc/admin/admin-features-list.php:352
|
2700 |
+
msgid "Guide to Export/Import/Reset settings - new window"
|
2701 |
+
msgstr "Guida all'esportazione/importazione/reset delle impostazioni - nuova finestra"
|
2702 |
+
|
2703 |
+
#: inc/admin/admin-features-list.php:272
|
2704 |
+
msgid "Guide to enable 301 redirections and 404 monitoring - new window"
|
2705 |
+
msgstr "Guida per abilitare i reindirizzamenti 301 e il monitoraggio 404 - nuova finestra"
|
2706 |
+
|
2707 |
+
#: inc/admin/admin-features-list.php:217 inc/admin/admin-features-list.php:234
|
2708 |
+
msgid "Guide to edit your robots.txt file - new window"
|
2709 |
+
msgstr "Guida alla modifica del file robots.txt - nuova finestra"
|
2710 |
+
|
2711 |
+
#: inc/admin/admin-features-list.php:196
|
2712 |
+
msgid "Guide to analyze your site with Google Page Speed - new window"
|
2713 |
+
msgstr "Guida all'analisi del tuo sito con Google Page Speed - nuova finestra"
|
2714 |
+
|
2715 |
+
#: inc/admin/admin-features-list.php:180
|
2716 |
+
msgid "Guide to enable Breadcrumbs - new window"
|
2717 |
+
msgstr "Guida all'abilitazione dei Breadcrumb - nuova finestra"
|
2718 |
+
|
2719 |
+
#: inc/admin/admin-features-list.php:72
|
2720 |
+
msgid "Guide to getting started with Google Analytics - new window"
|
2721 |
+
msgstr "Guida per iniziare a lavorare con Google Analytics - nuova finestra"
|
2722 |
+
|
2723 |
+
#: inc/admin/admin-features-list.php:56
|
2724 |
+
msgid "Guide to enable Google Knowledge Graph - new window"
|
2725 |
+
msgstr "Guida per abilitare Google Knowledge Graph - nuova finestra"
|
2726 |
+
|
2727 |
+
#: inc/admin/admin-features-list.php:40
|
2728 |
+
msgid "Guide to enable your XML Sitemaps - new window"
|
2729 |
+
msgstr "Guida per abilitare le Sitemaps XML - nuova finestra"
|
2730 |
+
|
2731 |
+
#: inc/admin/admin-features-list.php:24
|
2732 |
+
msgid "Guide to manage your titles and meta descriptions - new window"
|
2733 |
+
msgstr "Guida alla gestione dei titoli e delle metadescrizioni - nuova finestra"
|
2734 |
+
|
2735 |
+
#: inc/admin/admin.php:293 inc/admin/admin.php:299
|
2736 |
+
#: inc/admin/admin-features-list.php:23 inc/admin/admin-features-list.php:39
|
2737 |
+
#: inc/admin/admin-features-list.php:55 inc/admin/admin-features-list.php:71
|
2738 |
+
#: inc/admin/admin-features-list.php:98 inc/admin/admin-features-list.php:117
|
2739 |
+
#: inc/admin/admin-features-list.php:163 inc/admin/admin-features-list.php:179
|
2740 |
+
#: inc/admin/admin-features-list.php:195 inc/admin/admin-features-list.php:216
|
2741 |
+
#: inc/admin/admin-features-list.php:233 inc/admin/admin-features-list.php:252
|
2742 |
+
#: inc/admin/admin-features-list.php:271 inc/admin/admin-features-list.php:290
|
2743 |
+
#: inc/admin/admin-features-list.php:351 inc/admin/admin-features-list.php:369
|
2744 |
+
msgid "Read our guide"
|
2745 |
+
msgstr "Leggi la nostra guida"
|
2746 |
+
|
2747 |
+
#: inc/admin/admin.php:285
|
2748 |
+
msgid "How-to"
|
2749 |
+
msgstr "How-to"
|
2750 |
+
|
2751 |
+
#: inc/admin/admin.php:280
|
2752 |
+
msgid "Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only)."
|
2753 |
+
msgstr "Guarda il nostro video per imparare a collegare il tuo sito WordPress con Google Analytics e visualizzare le statistiche direttamente nella dashboard (solo PRO)."
|
2754 |
+
|
2755 |
+
#: inc/functions/options-google-analytics.php:721
|
2756 |
+
#: inc/functions/options-matomo.php:257
|
2757 |
+
msgid "Connected users"
|
2758 |
+
msgstr "Utenti collegati"
|
2759 |
+
|
2760 |
+
#: inc/functions/options-google-analytics.php:707
|
2761 |
+
#: inc/functions/options-matomo.php:248
|
2762 |
+
msgid "Post types"
|
2763 |
+
msgstr "Tipo Articoli"
|
2764 |
+
|
2765 |
+
#: inc/functions/options-google-analytics.php:693
|
2766 |
+
#: inc/functions/options-matomo.php:239
|
2767 |
+
msgid "Tags"
|
2768 |
+
msgstr "Tag"
|
2769 |
+
|
2770 |
+
#: inc/functions/options-google-analytics.php:667
|
2771 |
+
#: inc/functions/options-matomo.php:219
|
2772 |
+
msgid "Categories"
|
2773 |
+
msgstr "Categorie"
|
2774 |
+
|
2775 |
+
#: inc/functions/options-google-analytics.php:648
|
2776 |
+
#: inc/functions/options-matomo.php:205
|
2777 |
+
msgid "Authors"
|
2778 |
+
msgstr "Autori"
|
2779 |
+
|
2780 |
+
#: inc/admin/admin.php:4545
|
2781 |
+
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
2782 |
+
msgstr "Abilita il tracciamento di Google Analytics (Tag Sito Globale: gtag.js)"
|
2783 |
+
|
2784 |
+
#: inc/admin/admin.php:4276
|
2785 |
+
msgid "Twitter Page URL"
|
2786 |
+
msgstr "URL Pagina Twitter"
|
2787 |
+
|
2788 |
+
#: inc/admin/admin-notifications-center.php:667
|
2789 |
+
msgid "Dareboost: Test, analyze and optimize your website"
|
2790 |
+
msgstr "Dareboost: Testa, analizza e ottimizza il tuo sito web"
|
2791 |
+
|
2792 |
+
#: inc/functions/options-advanced-admin.php:327
|
2793 |
+
#: inc/functions/options-advanced-admin.php:830
|
2794 |
+
msgid "Canonical"
|
2795 |
+
msgstr "Canonico"
|
2796 |
+
|
2797 |
+
#: inc/admin/admin.php:6168
|
2798 |
+
msgid "Add canonical URL column"
|
2799 |
+
msgstr "Aggiungi colonna URL canonico"
|
2800 |
+
|
2801 |
+
#: inc/admin/admin.php:2536
|
2802 |
+
msgid "Show canonical URL column in post types"
|
2803 |
+
msgstr "Mostra colonna URL canonico nei tipi di post"
|
2804 |
+
|
2805 |
+
#: inc/admin/admin.php:1741
|
2806 |
+
msgid "Facebook Link Ownership ID"
|
2807 |
+
msgstr "ID della Proprietà del Link di Facebook"
|
2808 |
+
|
2809 |
+
#: inc/admin/admin-features-list.php:126
|
2810 |
+
msgid "Improve Easy Digital Downloads SEO"
|
2811 |
+
msgstr "Migliora il SEO per Easy Digital Downloads"
|
2812 |
+
|
2813 |
+
#: inc/admin/admin.php:230
|
2814 |
+
msgid "%%_cf_your_custom_field_name%%"
|
2815 |
+
msgstr "%%_cf_your_custom_field_name%%"
|
2816 |
+
|
2817 |
+
#: inc/admin/admin-header.php:83 inc/admin/admin-features-list.php:125
|
2818 |
+
msgid "Easy Digital Downloads"
|
2819 |
+
msgstr "Easy Digital Downloads"
|
2820 |
+
|
2821 |
+
#: inc/admin/admin.php:5919
|
2822 |
+
msgid "Remove Really Simple Discovery meta tag in source code (eg:"
|
2823 |
+
msgstr "Rimuovi il meta tag Really Simple Discovery nel codice sorgente (es:"
|
2824 |
+
|
2825 |
+
#: inc/admin/admin.php:5902
|
2826 |
+
msgid "Remove Windows Live Writer meta tag in source code (eg:"
|
2827 |
+
msgstr "Rimuovi il meta tag Windows Live Writer nel codice sorgente (es:"
|
2828 |
+
|
2829 |
+
#: inc/admin/admin.php:5885
|
2830 |
+
msgid "Remove WordPress shortlink meta tag in source code (eg:"
|
2831 |
+
msgstr "Rimuovi il meta tag Shortlink di WordPress nel codice sorgente (es:"
|
2832 |
+
|
2833 |
+
#: inc/admin/admin.php:5817
|
2834 |
+
msgid "Remove WordPress meta generator in source code"
|
2835 |
+
msgstr "Rimuovi il metageneratore WordPress nel codice sorgente"
|
2836 |
+
|
2837 |
+
#: inc/admin/admin.php:2407
|
2838 |
+
msgid "Remove RSD meta tag"
|
2839 |
+
msgstr "Rimuovi meta tag RSD"
|
2840 |
+
|
2841 |
+
#: inc/admin/admin.php:2399
|
2842 |
+
msgid "Remove Windows Live Writer meta tag"
|
2843 |
+
msgstr "Rimuovi meta tag Windows Live Writer"
|
2844 |
+
|
2845 |
+
#: inc/admin/admin.php:2391
|
2846 |
+
msgid "Remove WordPress shortlink meta tag"
|
2847 |
+
msgstr "Rimuovi meta tag WordPress Shortlink"
|
2848 |
+
|
2849 |
+
#: inc/admin/admin.php:2359
|
2850 |
+
msgid "Remove WordPress generator meta tag"
|
2851 |
+
msgstr "Rimuovi meta tag generatore di WordPress"
|
2852 |
+
|
2853 |
+
#: inc/admin/admin-metaboxes-form.php:98
|
2854 |
+
msgid "to edit your title and meta description"
|
2855 |
+
msgstr "per modificare il titolo e la meta descrizione"
|
2856 |
+
|
2857 |
+
#: inc/admin/admin-metaboxes-form.php:98
|
2858 |
+
msgid "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas > Archives > Products</strong> "
|
2859 |
+
msgstr "Questa è la tua <strong>Pagina del Negozio</strong>. Vai in <strong>SEO > Titoli & Meta > Archivi > Prodotti</strong> "
|
2860 |
+
|
2861 |
+
#: inc/functions/options-advanced-admin.php:330
|
2862 |
+
msgid "Target Kw"
|
2863 |
+
msgstr "Parola Chiave Obiettivo"
|
2864 |
+
|
2865 |
+
#: inc/admin/admin.php:6185
|
2866 |
+
msgid "Add target keyword column"
|
2867 |
+
msgstr "Aggiungi la colonna delle parole chiave obiettivo"
|
2868 |
+
|
2869 |
+
#: inc/admin/admin.php:2642
|
2870 |
+
msgid "Block Content analysis metabox to user roles"
|
2871 |
+
msgstr "Blocca la metabox di analisi dei contenuti per i ruoli utente"
|
2872 |
+
|
2873 |
+
#: inc/admin/admin.php:2544
|
2874 |
+
msgid "Show Target Keyword column in post types"
|
2875 |
+
msgstr "Mostra la colonna delle parole chiave obiettivo nei tipi di post"
|
2876 |
+
|
2877 |
+
#: inc/admin/admin.php:778 inc/admin/admin.php:839
|
2878 |
+
#: inc/admin/admin-wizard.php:299 inc/admin/admin-wizard.php:354
|
2879 |
+
msgid "Focus keywords"
|
2880 |
+
msgstr "Parola Chiave Focus"
|
2881 |
+
|
2882 |
+
#: inc/admin/admin-metaboxes.php:428
|
2883 |
+
msgid "Content analysis"
|
2884 |
+
msgstr "Analisi dei contenuti"
|
2885 |
+
|
2886 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:746
|
2887 |
+
msgid "This page doesn't have any nofollow links."
|
2888 |
+
msgstr "Questa pagina non contiene nessun collegamento nofollow."
|
2889 |
+
|
2890 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:735
|
2891 |
+
msgid "We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:"
|
2892 |
+
msgstr "Abbiamo trovato %d collegamenti con l'attributo nofollow nella pagina. Non abusare dell'attributo nofollow!. Ecco l'elenco:"
|
2893 |
+
|
2894 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:143
|
2895 |
+
msgid "NoFollow Links"
|
2896 |
+
msgstr "Collegamenti Nofollow"
|
2897 |
+
|
2898 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:728
|
2899 |
+
msgid "We could not find any image in your content. Content with media is a plus for your SEO."
|
2900 |
+
msgstr "Non abbiamo trovato alcuna immagine nei contenuti. I contenuti multimediali sono un vantaggio per il tuo SEO."
|
2901 |
+
|
2902 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:721
|
2903 |
+
msgid "All alternative tags are filled in. Good work!"
|
2904 |
+
msgstr "Tutti i tag alternativi sono stati compilati. Ottimo lavoro!"
|
2905 |
+
|
2906 |
+
#: inc/admin/admin.php:2850 inc/admin/admin.php:2864
|
2907 |
+
msgid "Post thumbnail"
|
2908 |
+
msgstr "Invia miniatura"
|
2909 |
+
|
2910 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:669
|
2911 |
+
msgid "nosnippet is off. Search engines will display a snippet of this page in search results."
|
2912 |
+
msgstr "nosnippet è disabilitato. I motori di ricerca visualizzeranno un frammento di questa pagina nei risultati della ricerca."
|
2913 |
+
|
2914 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:667
|
2915 |
+
msgid "nosnippet is on! Search engines will not display a snippet of this page in search results."
|
2916 |
+
msgstr "nosnippet è abilitato! I motori di ricerca non visualizzeranno un frammento di questa pagina nei risultati della ricerca."
|
2917 |
+
|
2918 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:660
|
2919 |
+
msgid "noarchive is off. Search engines will probably cache your page."
|
2920 |
+
msgstr "noarchive è disabilitato! . I motori di ricerca probabilmente memorizzeranno nella cache la tua pagina."
|
2921 |
+
|
2922 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:658
|
2923 |
+
msgid "noarchive is on! Search engines will not cache your page."
|
2924 |
+
msgstr "noarchive è abilitato! I motori di ricerca non memorizzano nella cache la tua pagina."
|
2925 |
+
|
2926 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:683
|
2927 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:695
|
2928 |
+
msgid "noimageindex is off. Google will index the images on this page."
|
2929 |
+
msgstr "noimageindex è disabilitato. Google indicizzerà le immagini di questa pagina."
|
2930 |
+
|
2931 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:681
|
2932 |
+
msgid "noimageindex is on! Google will not index your images on this page (but if someone makes a direct link to one of your image in this page, it will be indexed)."
|
2933 |
+
msgstr "noimageindex è abilitato! Google non indicizzerà le immagini di questa pagina (ma se qualcuno dovesse fare un collegamento diretto a una delle immagini di questa pagina, queste verranno indicizzate)."
|
2934 |
+
|
2935 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:651
|
2936 |
+
msgid "nofollow is off. Search engines will follow links on this page."
|
2937 |
+
msgstr "nofollow è disabilitato. I motori di ricerca seguiranno i link in questa pagina."
|
2938 |
+
|
2939 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:649
|
2940 |
+
msgid "nofollow is on! Search engines can't follow your links on this page."
|
2941 |
+
msgstr "nofollow è abilitato! I motori di ricerca non seguiranno i link in questa pagina."
|
2942 |
+
|
2943 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:644
|
2944 |
+
msgid "noindex is off. Search engines will index this page."
|
2945 |
+
msgstr "noindex è disabilitato. I motori di ricerca indicizzeranno questa pagina."
|
2946 |
+
|
2947 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:642
|
2948 |
+
msgid "noindex is on! Search engines can't index this page."
|
2949 |
+
msgstr "noindex è abilitato! I motori di ricerca non indicizzeranno questa pagina."
|
2950 |
+
|
2951 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:391
|
2952 |
+
msgid "The length of your meta description is correct"
|
2953 |
+
msgstr "La lunghezza della Meta Descrizione è corretta"
|
2954 |
+
|
2955 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:388
|
2956 |
+
msgid "You custom meta description is too long."
|
2957 |
+
msgstr "La tua Meta Descrizione è troppo lunga."
|
2958 |
+
|
2959 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:383
|
2960 |
+
msgid "None of your target keywords were found in the Meta description."
|
2961 |
+
msgstr "Nessuna delle parole chiave è stata trovata nella Meta Descrizione."
|
2962 |
+
|
2963 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:369
|
2964 |
+
msgid "Target keywords were found in the Meta description."
|
2965 |
+
msgstr "Le parole chiave sono state trovate nella Meta Descrizione."
|
2966 |
+
|
2967 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:357
|
2968 |
+
msgid "The length of your title is correct"
|
2969 |
+
msgstr "La lunghezza del titolo è corretta"
|
2970 |
+
|
2971 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:354
|
2972 |
+
msgid "Your custom title is too long."
|
2973 |
+
msgstr "Il titolo è troppo lungo."
|
2974 |
+
|
2975 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:349
|
2976 |
+
msgid "None of your target keywords were found in the Meta Title."
|
2977 |
+
msgstr "Nessuna delle parole chiave è stata trovata nel Meta Titolo."
|
2978 |
+
|
2979 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:335
|
2980 |
+
msgid "Target keywords were found in the Meta Title."
|
2981 |
+
msgstr "Le parole chiave sono state trovate nel Meta Titolo."
|
2982 |
+
|
2983 |
+
#: inc/admin/admin-metaboxes-form.php:106
|
2984 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:118
|
2985 |
+
msgid "Meta title"
|
2986 |
+
msgstr "Meta titolo"
|
2987 |
+
|
2988 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:324
|
2989 |
+
msgid "None of your target keywords were found in Heading 3 (H3)."
|
2990 |
+
msgstr "Nessuna delle parole chiave è stata trovata nell'intestazione 3 (H3)."
|
2991 |
+
|
2992 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:312
|
2993 |
+
msgid "Target keywords were found in Heading 3 (H3)."
|
2994 |
+
msgstr "Le parole chiave sono state trovate nell'intestazione 3 (H3)."
|
2995 |
+
|
2996 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:310
|
2997 |
+
msgid "H3 (Heading 3)"
|
2998 |
+
msgstr "H3 (Intestazione 3)"
|
2999 |
+
|
3000 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:303
|
3001 |
+
msgid "None of your target keywords were found in Heading 2 (H2)."
|
3002 |
+
msgstr "Nessuna delle parole chiave è stata trovata nell'intestazione 2 (H2)."
|
3003 |
+
|
3004 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:291
|
3005 |
+
msgid "Target keywords were found in Heading 2 (H2)."
|
3006 |
+
msgstr "Le parole chiave sono state trovate nell'intestazione 2 (H2)."
|
3007 |
+
|
3008 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:289
|
3009 |
+
msgid "H2 (Heading 2)"
|
3010 |
+
msgstr "H2 (Intestazione 2)"
|
3011 |
+
|
3012 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:274
|
3013 |
+
msgid "We found %d Heading 1 (H1) in your content."
|
3014 |
+
msgstr "Abbiamo trovato %d Intestazioni 1 (H1) nel tuo contenuto."
|
3015 |
+
|
3016 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:252
|
3017 |
+
msgid "H1 (Heading 1)"
|
3018 |
+
msgstr "H1 (Intestazione 1)"
|
3019 |
+
|
3020 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:269
|
3021 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:299
|
3022 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:320
|
3023 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:343
|
3024 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:377
|
3025 |
+
msgid "%s was found %d times."
|
3026 |
+
msgstr "%s è stata trovata %d volte."
|
3027 |
+
|
3028 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:197
|
3029 |
+
msgid "Your content is too short. Add a few more paragraphs!"
|
3030 |
+
msgstr "Il contenuto è troppo breve. Aggiungi qualche altro paragrafo!"
|
3031 |
+
|
3032 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:195
|
3033 |
+
msgid "Your content is composed of more than 300 words, which is the minimum for a post."
|
3034 |
+
msgstr "Il contenuto è composto da più di 300 parole, che è il minimo per un post."
|
3035 |
+
|
3036 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:192
|
3037 |
+
msgid "unique words found."
|
3038 |
+
msgstr "parole uniche trovate."
|
3039 |
+
|
3040 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:191
|
3041 |
+
msgid "words found."
|
3042 |
+
msgstr "parole trovate."
|
3043 |
+
|
3044 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:98
|
3045 |
+
msgid "Words counter"
|
3046 |
+
msgstr "Conteggio Parole"
|
3047 |
+
|
3048 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:20
|
3049 |
+
msgid "Refresh analysis"
|
3050 |
+
msgstr "Aggiorna l'analisi"
|
3051 |
+
|
3052 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:18
|
3053 |
+
msgid "Analyze my content"
|
3054 |
+
msgstr "Analizzare il mio contenuto"
|
3055 |
+
|
3056 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:15
|
3057 |
+
msgid "Enter your target keywords"
|
3058 |
+
msgstr "Inserisci le parole chiave obiettivo"
|
3059 |
+
|
3060 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:12
|
3061 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:13
|
3062 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:15
|
3063 |
+
#: inc/functions/options-advanced-admin.php:822
|
3064 |
+
msgid "Target keywords"
|
3065 |
+
msgstr "Parole Chiave Obiettivo"
|
3066 |
+
|
3067 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:5
|
3068 |
+
msgid "Enter a few keywords for analysis to help you write optimized content."
|
3069 |
+
msgstr "Inserite alcune parole chiave per aiutarti a scrivere contenuti ottimizzati."
|
3070 |
+
|
3071 |
+
#: inc/admin/admin-metaboxes-form.php:295
|
3072 |
+
msgid "Enter a custom value, useful if your title is too long"
|
3073 |
+
msgstr "Inserisci un valore personalizzato, utile se il titolo è troppo lungo"
|
3074 |
+
|
3075 |
+
#: inc/admin/admin-metaboxes-form.php:294
|
3076 |
+
#: inc/admin/admin-metaboxes-form.php:298
|
3077 |
+
msgid "Custom breadcrumbs"
|
3078 |
+
msgstr "Breadcrumb personalizzati"
|
3079 |
+
|
3080 |
+
#: inc/admin/admin.php:214
|
3081 |
+
msgid "Post tag"
|
3082 |
+
msgstr "Tag del Post"
|
3083 |
+
|
3084 |
+
#: inc/admin/admin.php:214
|
3085 |
+
msgid "%%post_tag%%"
|
3086 |
+
msgstr "%%post_tag%%"
|
3087 |
+
|
3088 |
+
#: inc/admin/admin.php:213
|
3089 |
+
msgid "Post category"
|
3090 |
+
msgstr "Categoria post"
|
3091 |
+
|
3092 |
+
#: inc/admin/admin.php:213
|
3093 |
+
msgid "%%post_category%%"
|
3094 |
+
msgstr "%%post_category%%"
|
3095 |
+
|
3096 |
+
#: inc/admin/admin.php:5783
|
3097 |
+
msgid "You have to flush your permalinks each time you change this settings"
|
3098 |
+
msgstr "Devi riaggiornare i permalink ogni volta che modifichi queste impostazioni"
|
3099 |
+
|
3100 |
+
#: inc/admin/admin-header.php:221
|
3101 |
+
msgid "Follow us on YouTube (new window)"
|
3102 |
+
msgstr "Seguici su YouTube (nuova finestra)"
|
3103 |
+
|
3104 |
+
#: inc/admin/admin-header.php:223
|
3105 |
+
msgid "Follow us on YouTube"
|
3106 |
+
msgstr "Seguici su YouTube"
|
3107 |
+
|
3108 |
+
#: inc/admin/admin.php:1782
|
3109 |
+
msgid "Use Open Graph if no Twitter Card is filled"
|
3110 |
+
msgstr "Utilizzare Open Graph se non è stata compilata la Twitter Card"
|
3111 |
+
|
3112 |
+
#: inc/admin/admin.php:4489
|
3113 |
+
msgid "Use OG if no Twitter Cards"
|
3114 |
+
msgstr "Utilizzare OG se non ci sono Twitter Card"
|
3115 |
+
|
3116 |
+
#: inc/admin/admin.php:234
|
3117 |
+
msgid "Single product short description"
|
3118 |
+
msgstr "Breve descrizione singolo prodotto"
|
3119 |
+
|
3120 |
+
#: inc/admin/admin.php:234
|
3121 |
+
msgid "%%wc_single_short_desc%%"
|
3122 |
+
msgstr "%%wc_single_short_desc%%"
|
3123 |
+
|
3124 |
+
#: inc/admin/admin.php:233
|
3125 |
+
msgid "Single product tag"
|
3126 |
+
msgstr "Tag singolo prodotto"
|
3127 |
+
|
3128 |
+
#: inc/admin/admin.php:233
|
3129 |
+
msgid "%%wc_single_tag%%"
|
3130 |
+
msgstr "%%wc_single_tag%%"
|
3131 |
+
|
3132 |
+
#: inc/admin/admin.php:232
|
3133 |
+
msgid "Single product category"
|
3134 |
+
msgstr "Categoria singolo prodotto"
|
3135 |
+
|
3136 |
+
#: inc/admin/admin.php:232
|
3137 |
+
msgid "%%wc_single_cat%%"
|
3138 |
+
msgstr "%%wc_single_cat%%"
|
3139 |
+
|
3140 |
+
#: inc/admin/admin.php:5987
|
3141 |
+
msgid "Remove SEOPress from Admin Bar in backend and frontend"
|
3142 |
+
msgstr "Rimuovi SEOPress dalla barra dell'Amministratore nel backend e nel frontend"
|
3143 |
+
|
3144 |
+
#: inc/admin/admin.php:260 inc/admin/admin.php:268
|
3145 |
+
msgid "Check our website"
|
3146 |
+
msgstr "Verifica sul nostro sito web"
|
3147 |
+
|
3148 |
+
#: inc/admin/admin.php:259 inc/admin/admin.php:267
|
3149 |
+
msgid "Read our FAQ"
|
3150 |
+
msgstr "Leggi le FAQ"
|
3151 |
+
|
3152 |
+
#: inc/admin/admin.php:258 inc/admin/admin.php:266
|
3153 |
+
msgid "Browse our guides"
|
3154 |
+
msgstr "Sfoglia le nostre guide"
|
3155 |
+
|
3156 |
+
#: inc/admin/admin.php:4107
|
3157 |
+
msgid "Disable date after each post, page, post type?"
|
3158 |
+
msgstr "Disabilita la data dopo ogni articolo, pagina, tipo di contenuto?"
|
3159 |
+
|
3160 |
+
#: inc/admin/admin.php:4033
|
3161 |
+
msgid "You can also use this shortcode:"
|
3162 |
+
msgstr "Puoi anche usare questo Shortcode:"
|
3163 |
+
|
3164 |
+
#: inc/admin/admin.php:1562
|
3165 |
+
msgid "Disable the display of the publication date"
|
3166 |
+
msgstr "Disabilita la visualizzazione della data di pubblicazione"
|
3167 |
+
|
3168 |
+
#: inc/admin/admin-notifications-center.php:156
|
3169 |
+
msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
|
3170 |
+
msgstr "Il tuo tema non utilizza <strong>add_theme_support('title-tag');</strong>"
|
3171 |
+
|
3172 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:123
|
3173 |
+
msgid "XML Sitemaps"
|
3174 |
+
msgstr "Sitemap XML"
|
3175 |
+
|
3176 |
+
#: inc/admin/admin.php:5051
|
3177 |
+
msgid "Separate each keyword with a pipe \"|\""
|
3178 |
+
msgstr "Separa ogni parola chiave con una pipe \"|\""
|
3179 |
+
|
3180 |
+
#: inc/admin/admin.php:5047
|
3181 |
+
msgid "aff|go|out"
|
3182 |
+
msgstr "aff|go|out"
|
3183 |
+
|
3184 |
+
#: inc/admin/admin.php:5035
|
3185 |
+
msgid "Enable affiliate/outbound tracking"
|
3186 |
+
msgstr "Abilita il tracciamento in uscita / delle affiliazioni"
|
3187 |
+
|
3188 |
+
#: inc/admin/admin.php:2084 inc/admin/admin.php:4987
|
3189 |
+
msgid "Enable external links tracking"
|
3190 |
+
msgstr "Abilita il tracciamento dei link esterni"
|
3191 |
+
|
3192 |
+
#: inc/admin/admin.php:2116 inc/admin/admin.php:5047
|
3193 |
+
msgid "Track affiliate/outbound links"
|
3194 |
+
msgstr "Traccia i collegamenti in uscita / le affiliazioni"
|
3195 |
+
|
3196 |
+
#: inc/admin/admin.php:2108
|
3197 |
+
msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
|
3198 |
+
msgstr "Abilita il tracciamento dei collegamenti in uscita / delle affiliazioni (es.: aff, go, out, reccomends)"
|
3199 |
+
|
3200 |
+
#: inc/admin/admin-features-list.php:301
|
3201 |
+
msgid "See backlinks"
|
3202 |
+
msgstr "Vedi Backlink"
|
3203 |
+
|
3204 |
+
#: inc/admin/admin-features-list.php:299
|
3205 |
+
msgid "Check your backlinks with Majestic API."
|
3206 |
+
msgstr "Controlla i tuoi backlink con Majestic API."
|
3207 |
+
|
3208 |
+
#: inc/admin/admin-notifications-center.php:668
|
3209 |
+
msgid "Google Campaign URL Builder tool"
|
3210 |
+
msgstr "Strumento Google Campaign URL Builder"
|
3211 |
+
|
3212 |
+
#: inc/admin/admin-metaboxes-form.php:309
|
3213 |
+
msgid "Ask Facebook to update its cache"
|
3214 |
+
msgstr "Chiedi a Facebook di aggiornare la sua cache"
|
3215 |
+
|
3216 |
+
#: inc/admin/admin-header.php:145 inc/admin/adminbar.php:116
|
3217 |
+
#: inc/admin/admin-features-list.php:298
|
3218 |
+
msgid "Backlinks"
|
3219 |
+
msgstr "Backlink"
|
3220 |
+
|
3221 |
+
#: inc/admin/admin.php:2960
|
3222 |
+
msgid "Looking to edit your blog page?"
|
3223 |
+
msgstr "Vuoi modificare la pagina del tuo blog?"
|
3224 |
+
|
3225 |
+
#: inc/admin/admin.php:6009
|
3226 |
+
msgid "Low priority"
|
3227 |
+
msgstr "Priorità Bassa"
|
3228 |
+
|
3229 |
+
#: inc/admin/admin.php:6006
|
3230 |
+
msgid "Normal priority (default)"
|
3231 |
+
msgstr "Priorità Normale (predefinito)"
|
3232 |
+
|
3233 |
+
#: inc/admin/admin.php:6003
|
3234 |
+
msgid "High priority (top)"
|
3235 |
+
msgstr "Priorità Alta"
|
3236 |
+
|
3237 |
+
#: inc/admin/admin.php:5020
|
3238 |
+
msgid "Separate each file type extensions with a pipe \"|\""
|
3239 |
+
msgstr "Separa le estensioni dei tipi di file con una pipe \"|\""
|
3240 |
+
|
3241 |
+
#: inc/admin/admin.php:5016
|
3242 |
+
msgid "pdf|docx|pptx|zip"
|
3243 |
+
msgstr "pdf|docx|pptx|zip"
|
3244 |
+
|
3245 |
+
#: inc/admin/admin.php:5004
|
3246 |
+
msgid "Enable download tracking"
|
3247 |
+
msgstr "Attiva il tracciamento dei download"
|
3248 |
+
|
3249 |
+
#: inc/admin/admin.php:3797
|
3250 |
+
msgid "Learn more on Google website"
|
3251 |
+
msgstr "Scopri di più sul sito web di Google"
|
3252 |
+
|
3253 |
+
#: inc/admin/admin.php:3795
|
3254 |
+
msgid "Add rel next/prev link in head of paginated archive pages"
|
3255 |
+
msgstr "Aggiungi il link relativo avanti/indietro nell'intestazione delle pagine dell'archivio impaginato"
|
3256 |
+
|
3257 |
+
#: inc/admin/admin.php:3559
|
3258 |
+
msgid "Disable date archives"
|
3259 |
+
msgstr "Disabilita gli archivi per data"
|
3260 |
+
|
3261 |
+
#: inc/admin/admin.php:3489
|
3262 |
+
msgid "Disable author archives"
|
3263 |
+
msgstr "Disabilita gli archivi per autore"
|
3264 |
+
|
3265 |
+
#: inc/admin/admin.php:2883
|
3266 |
+
msgid "<p>Track events in Google Analytics.</p>"
|
3267 |
+
msgstr "<p>Traccia eventi in Google Analytics.</p>"
|
3268 |
+
|
3269 |
+
#: inc/admin/admin.php:2774
|
3270 |
+
msgid "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:"
|
3271 |
+
msgstr "Il tuo server utilizza NGINX. Se le Sitemaps XML non dovessero funzionare correttamente, sarà necessario aggiungere questa regola alla configurazione:"
|
3272 |
+
|
3273 |
+
#: inc/admin/admin.php:2464
|
3274 |
+
msgid "Move SEOPress metabox's position"
|
3275 |
+
msgstr "Sposta la posizione della metabox SEOPress"
|
3276 |
+
|
3277 |
+
#: inc/admin/admin.php:2092
|
3278 |
+
msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
|
3279 |
+
msgstr "Abilita il tracciamento dei download (ad esempio: PDF, XLSX, DOCX...)"
|
3280 |
+
|
3281 |
+
#: inc/admin/admin.php:1431
|
3282 |
+
msgid "Indicate paginated content to Google"
|
3283 |
+
msgstr "Indica i contenuti impaginati a Google"
|
3284 |
+
|
3285 |
+
#: inc/admin/admin-features-list.php:333
|
3286 |
+
msgid "Configure default WordPress RSS."
|
3287 |
+
msgstr "Configura il feed RSS predefinito di WordPress."
|
3288 |
+
|
3289 |
+
#: inc/admin/admin-features-list.php:282
|
3290 |
+
msgid "See broken links"
|
3291 |
+
msgstr "Vedi i collegamenti interrotti"
|
3292 |
+
|
3293 |
+
#: inc/admin/admin-features-list.php:263
|
3294 |
+
msgid "See redirects"
|
3295 |
+
msgstr "Vedi i reindirizzamenti"
|
3296 |
+
|
3297 |
+
#: inc/admin/admin-notifications-center.php:663
|
3298 |
+
msgid "Google Trends"
|
3299 |
+
msgstr "Google Trends"
|
3300 |
+
|
3301 |
+
#: inc/admin/admin-notifications-center.php:662
|
3302 |
+
msgid "Upload a list of links to disavow to Google"
|
3303 |
+
msgstr "Carica un elenco di link da far disconoscere a Google"
|
3304 |
+
|
3305 |
+
#: inc/admin/admin-notifications-center.php:652
|
3306 |
+
msgid "Get list"
|
3307 |
+
msgstr "Ottieni l'elenco"
|
3308 |
+
|
3309 |
+
#: inc/admin/admin-notifications-center.php:639
|
3310 |
+
msgid "Number of websites on your server: "
|
3311 |
+
msgstr "Numero di siti web sul tuo server: "
|
3312 |
+
|
3313 |
+
#: inc/admin/admin-notifications-center.php:638
|
3314 |
+
msgid "Last scrape: "
|
3315 |
+
msgstr "Ultimo passaggio: "
|
3316 |
+
|
3317 |
+
#: inc/admin/admin-notifications-center.php:635
|
3318 |
+
msgid "Server IP Address: "
|
3319 |
+
msgstr "Indirizzo IP del server: "
|
3320 |
+
|
3321 |
+
#: inc/admin/admin-notifications-center.php:606
|
3322 |
+
msgid "Check websites setup on your server"
|
3323 |
+
msgstr "Controlla la configurazione dei siti web sul tuo server"
|
3324 |
+
|
3325 |
+
#: inc/admin/admin-notifications-center.php:51
|
3326 |
+
#: inc/admin/admin-notifications-center.php:56
|
3327 |
+
msgid "Useful links"
|
3328 |
+
msgstr "Link utili"
|
3329 |
+
|
3330 |
+
#: inc/admin/admin-notifications-center.php:50
|
3331 |
+
msgid "SEO Tools"
|
3332 |
+
msgstr "Strumenti SEO"
|
3333 |
+
|
3334 |
+
#: inc/admin/admin.php:769 inc/admin/admin-wizard.php:290
|
3335 |
+
msgid "Import posts and terms metadata from Yoast"
|
3336 |
+
msgstr "Importa i metadati di messaggi e termini da Yoast"
|
3337 |
+
|
3338 |
+
#: inc/admin/admin.php:934
|
3339 |
+
msgid "Download a CSV example"
|
3340 |
+
msgstr "Scarica un esempio di CSV"
|
3341 |
+
|
3342 |
+
#: inc/admin/admin.php:554 inc/admin/admin.php:564
|
3343 |
+
msgid "Events"
|
3344 |
+
msgstr "Eventi"
|
3345 |
+
|
3346 |
+
#: inc/admin/admin-header.php:229
|
3347 |
+
msgid "Support (new window)"
|
3348 |
+
msgstr "Supporto (nuova finestra)"
|
3349 |
+
|
3350 |
+
#: inc/admin/admin-header.php:227
|
3351 |
+
msgid "Official website"
|
3352 |
+
msgstr "Sito ufficiale"
|
3353 |
+
|
3354 |
+
#: inc/admin/admin-header.php:225
|
3355 |
+
msgid "Official website (new window)"
|
3356 |
+
msgstr "Sito ufficiale (nuova finestra)"
|
3357 |
+
|
3358 |
+
#: inc/admin/admin-header.php:217
|
3359 |
+
msgid "Follow us on Twitter (new window)"
|
3360 |
+
msgstr "Seguici su Twitter (nuova finestra)"
|
3361 |
+
|
3362 |
+
#: inc/admin/admin-header.php:213 inc/admin/admin-header.php:215
|
3363 |
+
msgid "Send feedback"
|
3364 |
+
msgstr "Invia un feedback"
|
3365 |
+
|
3366 |
+
#: inc/admin/admin-header.php:211
|
3367 |
+
msgid "See the changelog"
|
3368 |
+
msgstr "Vedi il changelog"
|
3369 |
+
|
3370 |
+
#: inc/admin/admin-header.php:209
|
3371 |
+
msgid "See the changelog (new window)"
|
3372 |
+
msgstr "Vedi il changelog (nuova finestra)"
|
3373 |
+
|
3374 |
+
#: inc/admin/admin-header.php:171 inc/admin/admin-features-list.php:332
|
3375 |
+
msgid "RSS"
|
3376 |
+
msgstr "RSS"
|
3377 |
+
|
3378 |
+
#: inc/functions/options-advanced-admin.php:405
|
3379 |
+
msgid "Analyze this page with Google Page Speed"
|
3380 |
+
msgstr "Analizza questa pagina con Google Page Speed"
|
3381 |
+
|
3382 |
+
#: inc/functions/options-advanced-admin.php:401
|
3383 |
+
msgid "Check code quality of this page"
|
3384 |
+
msgstr "Controllare la qualità del codice di questa pagina"
|
3385 |
+
|
3386 |
+
#: inc/functions/options-advanced-admin.php:348
|
3387 |
+
msgid "Page Speed"
|
3388 |
+
msgstr "Velocità Pagina"
|
3389 |
+
|
3390 |
+
#: inc/functions/options-advanced-admin.php:345
|
3391 |
+
msgid "W3C check"
|
3392 |
+
msgstr "Verifica W3C"
|
3393 |
+
|
3394 |
+
#: inc/admin/admin.php:6271
|
3395 |
+
msgid "Display Page Speed column to check performances"
|
3396 |
+
msgstr "Visualizza la colonna Velocità della Pagina per controllare le prestazioni"
|
3397 |
+
|
3398 |
+
#: inc/admin/admin.php:6253
|
3399 |
+
msgid "Display W3C column to check code quality"
|
3400 |
+
msgstr "Visualizza la colonna W3C per controllare la qualità del codice"
|
3401 |
+
|
3402 |
+
#: inc/admin/admin.php:2584
|
3403 |
+
msgid "Show Google Page Speed column in post types"
|
3404 |
+
msgstr "Mostra la colonna Google Page Speed nei tipi di post"
|
3405 |
+
|
3406 |
+
#: inc/admin/admin.php:2576
|
3407 |
+
msgid "Show W3C validator column in post types"
|
3408 |
+
msgstr "Mostra la colonna del Validatore W3C nei tipi di post"
|
3409 |
+
|
3410 |
+
#: inc/admin/admin.php:2351 inc/admin/admin.php:5800
|
3411 |
+
msgid "Disable trailing slash for metas"
|
3412 |
+
msgstr "Disattiva lo slash finale per i meta"
|
3413 |
+
|
3414 |
+
#: inc/admin/admin.php:5800
|
3415 |
+
msgid "You must check this box if the structure of your permalinks DOES NOT contain a slash at the end (eg: /%postname%)"
|
3416 |
+
msgstr "Devi selezionare questa casella se la struttura dei tuoi permalink NON contiene una barra alla fine (es: /%postname%)"
|
3417 |
+
|
3418 |
+
#: inc/functions/options-import-export.php:128
|
3419 |
+
#: inc/functions/options-import-export.php:198
|
3420 |
+
msgid "Please upload a valid .csv file"
|
3421 |
+
msgstr "Devi caricare un file .csv valido"
|
3422 |
+
|
3423 |
+
#: inc/admin/admin.php:6236
|
3424 |
+
msgid "Display total number of words in content"
|
3425 |
+
msgstr "Visualizza il numero totale di parole del contenuto"
|
3426 |
+
|
3427 |
+
#: inc/admin/admin.php:4955
|
3428 |
+
msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking."
|
3429 |
+
msgstr "Il controllo incrociato dei domini permette ad Analytics di visualizzare sessioni su due siti collegati (come nel caso di un sito di e-shopping ed un sito separato per il carrello degli acquisti) in una sola sessione. A volte, questo è detto \"site linking\"."
|
3430 |
+
|
3431 |
+
#: inc/admin/admin.php:4933
|
3432 |
+
msgid "Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
|
3433 |
+
msgstr "L'Enhanced Link Attribution migliora l'accuratezza del Report di analisi In-Page differenziando automaticamente tra più link allo stesso URL su una singola pagina utilizzando gli ID dei collegamenti."
|
3434 |
+
|
3435 |
+
#: inc/admin/admin.php:4911
|
3436 |
+
msgid "When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network."
|
3437 |
+
msgstr "Quando un cliente Analytics chiede di rendere anonimo l'indirizzo IP, Analytics rende anonimo l'indirizzo non appena è tecnicamente fattibile e al primo stadio possibile della rete di raccolta."
|
3438 |
+
|
3439 |
+
#: inc/admin/admin.php:4889
|
3440 |
+
msgid "A remarketing audience is a list of cookies or mobile-advertising IDs that represents a group of users you want to re-engage because of their likelihood to convert."
|
3441 |
+
msgstr "Una Audience di Remarketing è un elenco di Cookie o di ID pubblicitari mobili (un gruppo di utenti) che desideri coinvolgere nuovamente per le loro probabilità di conversione."
|
3442 |
+
|
3443 |
+
#: inc/admin/admin.php:4561
|
3444 |
+
msgid "Find your tracking ID"
|
3445 |
+
msgstr "Trova il tuo Tracking ID"
|
3446 |
+
|
3447 |
+
#: inc/admin/admin.php:2887
|
3448 |
+
msgid "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions and custom metrics in SEOPress are like the default dimensions and metrics in your Analytics account, except you create them yourself.<br> Use them to collect and analyze data that Analytics doesn't automatically track.<br> Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon."
|
3449 |
+
msgstr "<p>Configura le dimensioni personalizzate di Google Analytics. Le dimensioni e le metriche personalizzate in SEOPress sono come le dimensioni e le metriche predefinite nel tuo account di Analytics, solo che le crei tu stesso. <br>Utilizzale per raccogliere e analizzare dati che Analytics non traccia automaticamente. <br>Ricorda che devi anche impostare le stesse dimensioni personalizzate nell'account di Google Analytics. Puoi trovare maggiori informazioni cliccando sull'icona di aiuto."
|
3450 |
+
|
3451 |
+
#: inc/admin/admin.php:2568
|
3452 |
+
msgid "Show total number of words column in post types"
|
3453 |
+
msgstr "Mostra la colonna Numero Totale di Parole nei tipi di post"
|
3454 |
+
|
3455 |
+
#: inc/admin/admin-features-list.php:135
|
3456 |
+
msgid "Add Google Local Business data type"
|
3457 |
+
msgstr "Aggiungi il tipo dati di Google Local Business"
|
3458 |
+
|
3459 |
+
#: inc/admin/admin-header.php:89 inc/admin/admin-features-list.php:134
|
3460 |
+
msgid "Local Business"
|
3461 |
+
msgstr "Local Business"
|
3462 |
+
|
3463 |
+
#: inc/admin/admin-notifications-center.php:432
|
3464 |
+
msgid "Display more posts per page on homepage and archives"
|
3465 |
+
msgstr "Visualizza più articoli per pagina sulla homepage e negli archivi"
|
3466 |
+
|
3467 |
+
#: inc/admin/admin.php:921
|
3468 |
+
msgid "Import Redirections"
|
3469 |
+
msgstr "Importa reindirizzamenti"
|
3470 |
+
|
3471 |
+
#: inc/admin/admin-header.php:120 inc/admin/admin-features-list.php:205
|
3472 |
+
msgid "robots.txt"
|
3473 |
+
msgstr "robots.txt"
|
3474 |
+
|
3475 |
+
#: inc/admin/adminbar.php:109
|
3476 |
+
msgid "Broken Links"
|
3477 |
+
msgstr "Collegamenti Interrotti"
|
3478 |
+
|
3479 |
+
#: inc/admin/adminbar.php:73
|
3480 |
+
msgid "BOT"
|
3481 |
+
msgstr "BOT"
|
3482 |
+
|
3483 |
+
#: inc/admin/admin.php:4459
|
3484 |
+
msgid "How to create a Facebook App ID"
|
3485 |
+
msgstr "Come creare un Facebook App ID"
|
3486 |
+
|
3487 |
+
#: inc/admin/admin.php:196 inc/admin/admin-header.php:184
|
3488 |
+
#: inc/admin/adminbar.php:65 inc/admin/admin-features-list.php:343
|
3489 |
+
msgid "Tools"
|
3490 |
+
msgstr "Strumenti"
|
3491 |
+
|
3492 |
+
#: inc/admin/admin.php:193 inc/admin/admin-header.php:48
|
3493 |
+
#: inc/admin/adminbar.php:38 inc/admin/admin-features-list.php:47
|
3494 |
+
msgid "Social Networks"
|
3495 |
+
msgstr "Social Network"
|
3496 |
+
|
3497 |
+
#: inc/admin/admin.php:190
|
3498 |
+
msgid "Dashboard"
|
3499 |
+
msgstr "Bacheca"
|
3500 |
+
|
3501 |
+
#: inc/admin/admin-metaboxes-form.php:441
|
3502 |
+
msgid "301 Moved Permanently"
|
3503 |
+
msgstr "301 Spostati Definitivamente"
|
3504 |
+
|
3505 |
+
#: inc/admin/admin-metaboxes-form.php:62
|
3506 |
+
msgid "Redirection"
|
3507 |
+
msgstr "Reindirizzamento"
|
3508 |
+
|
3509 |
+
#: inc/admin/admin-features-list.php:285
|
3510 |
+
msgid "Scan"
|
3511 |
+
msgstr "Analizza"
|
3512 |
+
|
3513 |
+
#: inc/admin/admin-features-list.php:280
|
3514 |
+
msgid "Scan your site to find SEO problems."
|
3515 |
+
msgstr "Analizza il tuo sito per trovare problemi di SEO."
|
3516 |
+
|
3517 |
+
#: inc/admin/admin.php:2917
|
3518 |
+
msgid "<p>Manage security.</p>"
|
3519 |
+
msgstr "<p>Gestisci la sicurezza.</p>"
|
3520 |
+
|
3521 |
+
#: inc/admin/admin.php:2788
|
3522 |
+
msgid "Noindex content will not be displayed in Sitemaps."
|
3523 |
+
msgstr "I contenuti Noindex non verranno visualizzati nelle Sitemap."
|
3524 |
+
|
3525 |
+
#: inc/admin/admin.php:2634
|
3526 |
+
msgid "Block SEO metabox to user roles"
|
3527 |
+
msgstr "Bloccare la metabox SEO per ruoli utente"
|
3528 |
+
|
3529 |
+
#: inc/admin/admin.php:1456
|
3530 |
+
msgid "Enable XML Image Sitemaps"
|
3531 |
+
msgstr "Abilita le Sitemap XML delle immagini"
|
3532 |
+
|
3533 |
+
#: inc/admin/admin-features-list.php:32
|
3534 |
+
msgid "Manage your XML / Image / Video / HTML Sitemap"
|
3535 |
+
msgstr "Gestisci le Sitemap XML / Immagini / Video / HTML"
|
3536 |
+
|
3537 |
+
#: inc/admin/admin.php:638
|
3538 |
+
msgid "Security"
|
3539 |
+
msgstr "Sicurezza"
|
3540 |
+
|
3541 |
+
#: inc/functions/options-advanced-admin.php:701
|
3542 |
+
msgid "%s post to follow."
|
3543 |
+
msgid_plural "%s posts to follow."
|
3544 |
+
msgstr[0] "%s post con tag Follow."
|
3545 |
+
msgstr[1] "%s post con tag Follow."
|
3546 |
+
|
3547 |
+
#: inc/functions/options-advanced-admin.php:668
|
3548 |
+
msgid "Enable follow"
|
3549 |
+
msgstr "Abilita Follow"
|
3550 |
+
|
3551 |
+
#: inc/functions/options-advanced-admin.php:648
|
3552 |
+
msgid "%s post to nofollow."
|
3553 |
+
msgid_plural "%s posts to nofollow."
|
3554 |
+
msgstr[0] "%s post con tag Nofollow."
|
3555 |
+
msgstr[1] "%s post con tag Nofollow."
|
3556 |
+
|
3557 |
+
#: inc/functions/options-advanced-admin.php:616
|
3558 |
+
msgid "Enable nofollow"
|
3559 |
+
msgstr "Abilita Nofollow"
|
3560 |
+
|
3561 |
+
#: inc/functions/options-advanced-admin.php:596
|
3562 |
+
msgid "%s post to index."
|
3563 |
+
msgid_plural "%s posts to index."
|
3564 |
+
msgstr[0] "%s post con tag Index."
|
3565 |
+
msgstr[1] "%s post con tag Index."
|
3566 |
+
|
3567 |
+
#: inc/functions/options-advanced-admin.php:563
|
3568 |
+
msgid "Enable index"
|
3569 |
+
msgstr "Abilita Index"
|
3570 |
+
|
3571 |
+
#: inc/functions/options-advanced-admin.php:543
|
3572 |
+
msgid "%s post to noindex."
|
3573 |
+
msgid_plural "%s posts to noindex."
|
3574 |
+
msgstr[0] "%s post con tag Noindex."
|
3575 |
+
msgstr[1] "%s post con tag Noindex."
|
3576 |
+
|
3577 |
+
#: inc/functions/options-advanced-admin.php:510
|
3578 |
+
msgid "Enable noindex"
|
3579 |
+
msgstr "Abilita Noindex"
|
3580 |
+
|
3581 |
+
#: inc/admin/admin.php:6308
|
3582 |
+
msgid "Remove Genesis SEO Metabox"
|
3583 |
+
msgstr "Rimuovi la metabox Genesis SEO"
|
3584 |
+
|
3585 |
+
#: inc/admin/admin.php:2601
|
3586 |
+
msgid "Hide Genesis SEO Metabox"
|
3587 |
+
msgstr "Nascondi la metabox Genesis SEO"
|
3588 |
+
|
3589 |
+
#: inc/admin/admin-notifications-center.php:409
|
3590 |
+
msgid "Disable this!"
|
3591 |
+
msgstr "Disabilitalo!"
|
3592 |
+
|
3593 |
+
#: inc/admin/admin-notifications-center.php:402
|
3594 |
+
msgid "Break comments into pages is ON!"
|
3595 |
+
msgstr "Suddividi i commenti in pagine è ATTIVO!"
|
3596 |
+
|
3597 |
+
#: inc/admin/admin-notifications-center.php:343
|
3598 |
+
msgid "Your RSS feed shows full text!"
|
3599 |
+
msgstr "Il tuo feed RSS mostra il testo completo!"
|
3600 |
+
|
3601 |
+
#: inc/admin/admin.php:1048
|
3602 |
+
msgid "Reset notices"
|
3603 |
+
msgstr "Reimposta Notifiche"
|
3604 |
+
|
3605 |
+
#: inc/admin/admin.php:1042
|
3606 |
+
msgid "Reset All Notices From Notifications Center"
|
3607 |
+
msgstr "Reimposta tutte le Notifiche dal Centro Notifiche"
|
3608 |
+
|
3609 |
+
#: inc/admin/admin.php:556
|
3610 |
+
msgid "Stats in Dashboard"
|
3611 |
+
msgstr "Statistiche nella Dashboard"
|
3612 |
+
|
3613 |
+
#: inc/admin/admin.php:6049
|
3614 |
+
msgid "Hide Notifications Center in SEOPress Dashboard page"
|
3615 |
+
msgstr "Nascondi il centro notifiche dalla Dashboard di SEOPress"
|
3616 |
+
|
3617 |
+
#: inc/admin/admin.php:5783 inc/admin/admin-wizard.php:754
|
3618 |
+
msgid "Remove /category/ in your permalinks"
|
3619 |
+
msgstr "Rimuovi /categoria/ nei permalink"
|
3620 |
+
|
3621 |
+
#: inc/admin/admin.php:2343
|
3622 |
+
msgid "Remove /category/ in URL"
|
3623 |
+
msgstr "Rimuovi /categoria/ nell'URL"
|
3624 |
+
|
3625 |
+
#: inc/admin/admin.php:4043
|
3626 |
+
msgid "eg: 13, 8, 38"
|
3627 |
+
msgstr "es: 13, 8, 38"
|
3628 |
+
|
3629 |
+
#: inc/admin/admin.php:4029
|
3630 |
+
msgid "eg: 2, 28, 68"
|
3631 |
+
msgstr "es: 2, 28, 68"
|
3632 |
+
|
3633 |
+
#: inc/admin/admin.php:2812
|
3634 |
+
msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
|
3635 |
+
msgstr "<p>Crea una Sitemap HTML per i visitatori e migliora il tuo SEO.</p>"
|
3636 |
+
|
3637 |
+
#: inc/admin/admin.php:1530 inc/admin/admin.php:4029
|
3638 |
+
msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
|
3639 |
+
msgstr "Inserisci uno o più ID di un post, una pagina o un tipo di pubblicazione personalizzata per visualizzare la mappa del sito"
|
3640 |
+
|
3641 |
+
#: inc/admin/admin.php:1482 inc/admin/admin.php:3920
|
3642 |
+
msgid "Enable HTML Sitemap"
|
3643 |
+
msgstr "Abiliita la Sitemap HTML"
|
3644 |
+
|
3645 |
+
#: inc/admin/admin.php:192 inc/admin/admin-header.php:42
|
3646 |
+
#: inc/admin/adminbar.php:32
|
3647 |
+
msgid "XML / HTML Sitemap"
|
3648 |
+
msgstr "Sitemap XML / HTML"
|
3649 |
+
|
3650 |
+
#: inc/admin/admin.php:4250
|
3651 |
+
msgid "Hearing impaired supported"
|
3652 |
+
msgstr "Supporto per le persone con problemi di udito"
|
3653 |
+
|
3654 |
+
#: inc/admin/admin.php:4247
|
3655 |
+
msgid "Toll Free"
|
3656 |
+
msgstr "Gratuito"
|
3657 |
+
|
3658 |
+
#: inc/admin/admin.php:4227
|
3659 |
+
msgid "Package tracking"
|
3660 |
+
msgstr "Tracciamento Pacchetto"
|
3661 |
+
|
3662 |
+
#: inc/admin/admin.php:4224
|
3663 |
+
msgid "Roadside assistance"
|
3664 |
+
msgstr "Assistenza Stradale"
|
3665 |
+
|
3666 |
+
#: inc/admin/admin.php:4221
|
3667 |
+
msgid "Baggage tracking"
|
3668 |
+
msgstr "Tracciamento Bagaglio"
|
3669 |
+
|
3670 |
+
#: inc/admin/admin.php:4218
|
3671 |
+
msgid "Emergency"
|
3672 |
+
msgstr "Emergenza"
|
3673 |
+
|
3674 |
+
#: inc/admin/admin.php:4215
|
3675 |
+
msgid "Credit card support"
|
3676 |
+
msgstr "Assistenza con Carta di Credito"
|
3677 |
+
|
3678 |
+
#: inc/admin/admin.php:4212
|
3679 |
+
msgid "Sales"
|
3680 |
+
msgstr "Vendite"
|
3681 |
+
|
3682 |
+
#: inc/admin/admin.php:4209
|
3683 |
+
msgid "Bill payment"
|
3684 |
+
msgstr "Pagamento Fatture"
|
3685 |
+
|
3686 |
+
#: inc/admin/admin.php:4206
|
3687 |
+
msgid "Billing support"
|
3688 |
+
msgstr "Supporto Amministrativo"
|
3689 |
+
|
3690 |
+
#: inc/admin/admin.php:4203
|
3691 |
+
msgid "Technical support"
|
3692 |
+
msgstr "Supporto tecnico"
|
3693 |
+
|
3694 |
+
#: inc/admin/admin.php:4200
|
3695 |
+
msgid "Customer support"
|
3696 |
+
msgstr "Servizio Clienti"
|
3697 |
+
|
3698 |
+
#: inc/admin/admin.php:4185
|
3699 |
+
msgid "eg: +33123456789 (internationalized version required)"
|
3700 |
+
msgstr "es: +33123456789 (richiesta versione internazionale)"
|
3701 |
+
|
3702 |
+
#: inc/admin/admin.php:1619
|
3703 |
+
msgid "Contact option (only for Organizations)"
|
3704 |
+
msgstr "Opzione di contatto (solo per le Organizzazioni)"
|
3705 |
+
|
3706 |
+
#: inc/admin/admin.php:1611
|
3707 |
+
msgid "Contact type (only for Organizations)"
|
3708 |
+
msgstr "Tipo di contatto (solo per le Organizzazioni)"
|
3709 |
+
|
3710 |
+
#: inc/admin/admin.php:1603 inc/admin/admin.php:4185
|
3711 |
+
msgid "Organization's phone number (only for Organizations)"
|
3712 |
+
msgstr "Numero di telefono dell'Organizzazione (solo per le Organizzazioni)"
|
3713 |
+
|
3714 |
+
#: inc/admin/admin-features-list.php:153
|
3715 |
+
msgid "Add data types to your content: articles, courses, recipes, videos, events, products and more."
|
3716 |
+
msgstr "Aggiungete tipi di dati ai contenuti: articoli, corsi, ricette, video, eventi, prodotti e altro ancora."
|
3717 |
+
|
3718 |
+
#: inc/admin/admin-features-list.php:152
|
3719 |
+
msgid "Structured Data Types"
|
3720 |
+
msgstr "Tipi di Dati Strutturati"
|
3721 |
+
|
3722 |
+
#: inc/admin/admin-features-list.php:144
|
3723 |
+
msgid "Add Dublin Core meta tags"
|
3724 |
+
msgstr "Aggiungi meta tag Dublino Core"
|
3725 |
+
|
3726 |
+
#: inc/admin/admin-header.php:95 inc/admin/admin-features-list.php:143
|
3727 |
+
msgid "Dublin Core"
|
3728 |
+
msgstr "Dublin Core"
|
3729 |
+
|
3730 |
+
#: inc/functions/options-advanced-admin.php:336
|
3731 |
+
msgid "Nofollow?"
|
3732 |
+
msgstr "Nofollow?"
|
3733 |
+
|
3734 |
+
#: inc/functions/options-advanced-admin.php:333
|
3735 |
+
msgid "Noindex?"
|
3736 |
+
msgstr "Noindex?"
|
3737 |
+
|
3738 |
+
#: inc/admin/admin.php:6219
|
3739 |
+
msgid "Display nofollow status"
|
3740 |
+
msgstr "Visualizza stato nofollow"
|
3741 |
+
|
3742 |
+
#: inc/admin/admin.php:6202
|
3743 |
+
msgid "Display noindex status"
|
3744 |
+
msgstr "Visualizzare stato noindex"
|
3745 |
+
|
3746 |
+
#: inc/admin/admin.php:2560
|
3747 |
+
msgid "Show nofollow column in post types"
|
3748 |
+
msgstr "Mostra la colonna nofollow nei tipi di post"
|
3749 |
+
|
3750 |
+
#: inc/admin/admin.php:2552
|
3751 |
+
msgid "Show noindex column in post types"
|
3752 |
+
msgstr "Mostra colonna noindex nei tipi di post"
|
3753 |
+
|
3754 |
+
#: inc/admin/admin-notifications-center.php:552
|
3755 |
+
msgid "You have to enter your licence key to get updates and support"
|
3756 |
+
msgstr "Devi inserire la tua chiave di licenza per ottenere aggiornamenti e supporto"
|
3757 |
+
|
3758 |
+
#: inc/admin/admin-notifications-center.php:522
|
3759 |
+
msgid "Add your site to Search Console!"
|
3760 |
+
msgstr "Aggiungi il tuo sito alla console di ricerca!"
|
3761 |
+
|
3762 |
+
#: inc/admin/admin-notifications-center.php:515
|
3763 |
+
msgid "Add your site to Google. It's free!"
|
3764 |
+
msgstr "Aggiungi il tuo sito a Google. È gratis!"
|
3765 |
+
|
3766 |
+
#: inc/admin/admin-notifications-center.php:485
|
3767 |
+
msgid "Create your page now!"
|
3768 |
+
msgstr "Crea la tua pagina adesso!"
|
3769 |
+
|
3770 |
+
#: inc/admin/admin-notifications-center.php:478
|
3771 |
+
msgid "Do you have a Google My Business page? It's free!"
|
3772 |
+
msgstr "Hai una pagina di Google My Business? È gratuita!"
|
3773 |
+
|
3774 |
+
#: inc/admin/admin.php:4821 inc/admin/admin.php:4863 inc/admin/admin.php:4890
|
3775 |
+
#: inc/admin/admin.php:4912 inc/admin/admin.php:4934 inc/admin/admin.php:4956
|
3776 |
+
#: inc/admin/admin-notifications-center.php:164
|
3777 |
+
#: inc/admin/admin-notifications-center.php:231
|
3778 |
+
#: inc/admin/admin-notifications-center.php:257
|
3779 |
+
msgid "Learn more"
|
3780 |
+
msgstr "Approfondisci"
|
3781 |
+
|
3782 |
+
#: inc/functions/options-advanced-admin.php:318
|
3783 |
+
msgid "Meta Desc."
|
3784 |
+
msgstr "Meta Desc."
|
3785 |
+
|
3786 |
+
#: inc/functions/options-advanced-admin.php:315
|
3787 |
+
#: inc/functions/options-advanced-admin.php:806
|
3788 |
+
msgid "Title tag"
|
3789 |
+
msgstr "Tag Titolo"
|
3790 |
+
|
3791 |
+
#: inc/admin/admin.php:6117
|
3792 |
+
msgid "Add meta description column"
|
3793 |
+
msgstr "Aggiungi la colonna Meta Descrizione"
|
3794 |
+
|
3795 |
+
#: inc/admin/admin.php:6100
|
3796 |
+
msgid "Add title column"
|
3797 |
+
msgstr "Aggiungi la colonna Titolo"
|
3798 |
+
|
3799 |
+
#: inc/admin/admin.php:5125 inc/admin/admin.php:5202 inc/admin/admin.php:5279
|
3800 |
+
#: inc/admin/admin.php:5356 inc/admin/admin.php:5433
|
3801 |
+
msgid "Custom Dimension #20"
|
3802 |
+
msgstr "Dimensione personalizzata #20"
|
3803 |
+
|
3804 |
+
#: inc/admin/admin.php:5122 inc/admin/admin.php:5199 inc/admin/admin.php:5276
|
3805 |
+
#: inc/admin/admin.php:5353 inc/admin/admin.php:5430
|
3806 |
+
msgid "Custom Dimension #19"
|
3807 |
+
msgstr "Dimensione personalizzata #19"
|
3808 |
+
|
3809 |
+
#: inc/admin/admin.php:5119 inc/admin/admin.php:5196 inc/admin/admin.php:5273
|
3810 |
+
#: inc/admin/admin.php:5350 inc/admin/admin.php:5427
|
3811 |
+
msgid "Custom Dimension #18"
|
3812 |
+
msgstr "Dimensione personalizzata #18"
|
3813 |
+
|
3814 |
+
#: inc/admin/admin.php:5116 inc/admin/admin.php:5193 inc/admin/admin.php:5270
|
3815 |
+
#: inc/admin/admin.php:5347 inc/admin/admin.php:5424
|
3816 |
+
msgid "Custom Dimension #17"
|
3817 |
+
msgstr "Dimensione personalizzata #17"
|
3818 |
+
|
3819 |
+
#: inc/admin/admin.php:5113 inc/admin/admin.php:5190 inc/admin/admin.php:5267
|
3820 |
+
#: inc/admin/admin.php:5344 inc/admin/admin.php:5421
|
3821 |
+
msgid "Custom Dimension #16"
|
3822 |
+
msgstr "Dimensione personalizzata #16"
|
3823 |
+
|
3824 |
+
#: inc/admin/admin.php:5110 inc/admin/admin.php:5187 inc/admin/admin.php:5264
|
3825 |
+
#: inc/admin/admin.php:5341 inc/admin/admin.php:5418
|
3826 |
+
msgid "Custom Dimension #15"
|
3827 |
+
msgstr "Dimensione personalizzata #15"
|
3828 |
+
|
3829 |
+
#: inc/admin/admin.php:5107 inc/admin/admin.php:5184 inc/admin/admin.php:5261
|
3830 |
+
#: inc/admin/admin.php:5338 inc/admin/admin.php:5415
|
3831 |
+
msgid "Custom Dimension #14"
|
3832 |
+
msgstr "Dimensione personalizzata #14"
|
3833 |
+
|
3834 |
+
#: inc/admin/admin.php:5104 inc/admin/admin.php:5181 inc/admin/admin.php:5258
|
3835 |
+
#: inc/admin/admin.php:5335 inc/admin/admin.php:5412
|
3836 |
+
msgid "Custom Dimension #13"
|
3837 |
+
msgstr "Dimensione personalizzata #13"
|
3838 |
+
|
3839 |
+
#: inc/admin/admin.php:5101 inc/admin/admin.php:5178 inc/admin/admin.php:5255
|
3840 |
+
#: inc/admin/admin.php:5332 inc/admin/admin.php:5409
|
3841 |
+
msgid "Custom Dimension #12"
|
3842 |
+
msgstr "Dimenzione personalizzata #12"
|
3843 |
+
|
3844 |
+
#: inc/admin/admin.php:5098 inc/admin/admin.php:5175 inc/admin/admin.php:5252
|
3845 |
+
#: inc/admin/admin.php:5329 inc/admin/admin.php:5406
|
3846 |
+
msgid "Custom Dimension #11"
|
3847 |
+
msgstr "Dimensione personalizzata #11"
|
3848 |
+
|
3849 |
+
#: inc/admin/admin.php:5095 inc/admin/admin.php:5172 inc/admin/admin.php:5249
|
3850 |
+
#: inc/admin/admin.php:5326 inc/admin/admin.php:5403
|
3851 |
+
msgid "Custom Dimension #10"
|
3852 |
+
msgstr "Dimensione personalizzata #10"
|
3853 |
+
|
3854 |
+
#: inc/admin/admin.php:5092 inc/admin/admin.php:5169 inc/admin/admin.php:5246
|
3855 |
+
#: inc/admin/admin.php:5323 inc/admin/admin.php:5400
|
3856 |
+
msgid "Custom Dimension #9"
|
3857 |
+
msgstr "Dimensione personalizzata #9"
|
3858 |
+
|
3859 |
+
#: inc/admin/admin.php:5089 inc/admin/admin.php:5166 inc/admin/admin.php:5243
|
3860 |
+
#: inc/admin/admin.php:5320 inc/admin/admin.php:5397
|
3861 |
+
msgid "Custom Dimension #8"
|
3862 |
+
msgstr "Dimensione personalizzata #8"
|
3863 |
+
|
3864 |
+
#: inc/admin/admin.php:5086 inc/admin/admin.php:5163 inc/admin/admin.php:5240
|
3865 |
+
#: inc/admin/admin.php:5317 inc/admin/admin.php:5394
|
3866 |
+
msgid "Custom Dimension #7"
|
3867 |
+
msgstr "Dimensione personalizzata #7"
|
3868 |
+
|
3869 |
+
#: inc/admin/admin.php:5083 inc/admin/admin.php:5160 inc/admin/admin.php:5237
|
3870 |
+
#: inc/admin/admin.php:5314 inc/admin/admin.php:5391
|
3871 |
+
msgid "Custom Dimension #6"
|
3872 |
+
msgstr "Dimensione personalizzata #6"
|
3873 |
+
|
3874 |
+
#: inc/admin/admin.php:5080 inc/admin/admin.php:5157 inc/admin/admin.php:5234
|
3875 |
+
#: inc/admin/admin.php:5311 inc/admin/admin.php:5388
|
3876 |
+
msgid "Custom Dimension #5"
|
3877 |
+
msgstr "Dimensione personalizzata #5"
|
3878 |
+
|
3879 |
+
#: inc/admin/admin.php:5077 inc/admin/admin.php:5154 inc/admin/admin.php:5231
|
3880 |
+
#: inc/admin/admin.php:5308 inc/admin/admin.php:5385
|
3881 |
+
msgid "Custom Dimension #4"
|
3882 |
+
msgstr "Dimensione personalizzata #4"
|
3883 |
+
|
3884 |
+
#: inc/admin/admin.php:5074 inc/admin/admin.php:5151 inc/admin/admin.php:5228
|
3885 |
+
#: inc/admin/admin.php:5305 inc/admin/admin.php:5382
|
3886 |
+
msgid "Custom Dimension #3"
|
3887 |
+
msgstr "Dimensione personalizzata #3"
|
3888 |
+
|
3889 |
+
#: inc/admin/admin.php:5071 inc/admin/admin.php:5148 inc/admin/admin.php:5225
|
3890 |
+
#: inc/admin/admin.php:5302 inc/admin/admin.php:5379
|
3891 |
+
msgid "Custom Dimension #2"
|
3892 |
+
msgstr "Dimensione personalizzata #2"
|
3893 |
+
|
3894 |
+
#: inc/admin/admin.php:5068 inc/admin/admin.php:5145 inc/admin/admin.php:5222
|
3895 |
+
#: inc/admin/admin.php:5299 inc/admin/admin.php:5376
|
3896 |
+
msgid "Custom Dimension #1"
|
3897 |
+
msgstr "Dimensione personalizzata #1"
|
3898 |
+
|
3899 |
+
#: inc/admin/admin.php:4557
|
3900 |
+
msgid "Enter your Tracking ID (UA-XXXX-XX)"
|
3901 |
+
msgstr "Inserisci il tuo Tracking ID (UA-XXXX-XX)"
|
3902 |
+
|
3903 |
+
#: inc/admin/admin.php:3579
|
3904 |
+
msgid "Search Keywords"
|
3905 |
+
msgstr "Cerca Parole Chiave"
|
3906 |
+
|
3907 |
+
#: inc/admin/admin.php:3358
|
3908 |
+
msgid "Post Type Archive Name"
|
3909 |
+
msgstr "Nome Archivio Tipi di Post"
|
3910 |
+
|
3911 |
+
#: inc/admin/admin.php:3271
|
3912 |
+
msgid "Term Description"
|
3913 |
+
msgstr "Descrizione del Termine"
|
3914 |
+
|
3915 |
+
#: inc/admin/admin.php:3269
|
3916 |
+
msgid "Tag Description"
|
3917 |
+
msgstr "Descrizione del Tag"
|
3918 |
+
|
3919 |
+
#: inc/admin/admin.php:3267
|
3920 |
+
msgid "Category Description"
|
3921 |
+
msgstr "Descrizione della Categoria"
|
3922 |
+
|
3923 |
+
#: inc/admin/admin.php:3234
|
3924 |
+
msgid "Term Title"
|
3925 |
+
msgstr "Titolo del Termine"
|
3926 |
+
|
3927 |
+
#: inc/admin/admin.php:3232
|
3928 |
+
msgid "Tag Title"
|
3929 |
+
msgstr "Titolo del Tag"
|
3930 |
+
|
3931 |
+
#: inc/admin/admin.php:3230
|
3932 |
+
msgid "Category Title"
|
3933 |
+
msgstr "Titolo della Categoria"
|
3934 |
+
|
3935 |
+
#: inc/admin/admin.php:3045 inc/admin/admin.php:4080
|
3936 |
+
#: inc/admin/admin-metaboxes-form.php:121
|
3937 |
+
msgid "Post Title"
|
3938 |
+
msgstr "Titolo dell'Articolo"
|
3939 |
+
|
3940 |
+
#: inc/admin/admin.php:2946 inc/admin/admin.php:2957 inc/admin/admin.php:3051
|
3941 |
+
#: inc/admin/admin.php:3241 inc/admin/admin.php:3274 inc/admin/admin.php:3364
|
3942 |
+
#: inc/admin/admin.php:3441 inc/admin/admin.php:3512 inc/admin/admin.php:3582
|
3943 |
+
#: inc/admin/admin.php:3633
|
3944 |
+
msgid "More tags"
|
3945 |
+
msgstr "Altri tag"
|
3946 |
+
|
3947 |
+
#: inc/admin/admin.php:2913
|
3948 |
+
msgid "<p>Customize SEOPress to fit your needs.</p>"
|
3949 |
+
msgstr "<p>Personalizza SEOPress in base alle tue esigenze.</p>"
|
3950 |
+
|
3951 |
+
#: inc/admin/admin.php:2879
|
3952 |
+
msgid "<p>Configure your Google Analytics tracking code.</p>"
|
3953 |
+
msgstr "<p>Configura il tuo codice di tracciamento di Google Analytics.</p>"
|
3954 |
+
|
3955 |
+
#: inc/admin/admin.php:2512
|
3956 |
+
msgid "Show Meta description column in post types"
|
3957 |
+
msgstr "Mostra la colonna Meta Descrizione nei tipi di post"
|
3958 |
+
|
3959 |
+
#: inc/admin/admin.php:2504
|
3960 |
+
msgid "Show Title tag column in post types"
|
3961 |
+
msgstr "Mostra la colonna del tag Titolo nei tipi di post"
|
3962 |
+
|
3963 |
+
#: inc/admin/admin.php:2456
|
3964 |
+
msgid "SEOPress in admin bar"
|
3965 |
+
msgstr "SEOPress nella Barra dell'Amministratore"
|
3966 |
+
|
3967 |
+
#: inc/admin/admin.php:2279
|
3968 |
+
msgid "Redirect attachment pages to post parent"
|
3969 |
+
msgstr "Reindirizza le pagine degli allegati al post genitore"
|
3970 |
+
|
3971 |
+
#: inc/admin/admin.php:2166
|
3972 |
+
msgid "Track Logged In Users"
|
3973 |
+
msgstr "Traccia gli utenti collegati"
|
3974 |
+
|
3975 |
+
#: inc/admin/admin.php:2158
|
3976 |
+
msgid "Track Post Types"
|
3977 |
+
msgstr "Traccia Tipi di Pubblicazione"
|
3978 |
+
|
3979 |
+
#: inc/admin/admin.php:2150
|
3980 |
+
msgid "Track Tags"
|
3981 |
+
msgstr "Traccia Tag"
|
3982 |
+
|
3983 |
+
#: inc/admin/admin.php:2142
|
3984 |
+
msgid "Track Categories"
|
3985 |
+
msgstr "Traccia Categorie"
|
3986 |
+
|
3987 |
+
#: inc/admin/admin.php:2134
|
3988 |
+
msgid "Track Authors"
|
3989 |
+
msgstr "Traccia Autori"
|
3990 |
+
|
3991 |
+
#: inc/admin/admin.php:2066 inc/admin/admin.php:4970 inc/admin/admin.php:5565
|
3992 |
+
msgid "Cross domains"
|
3993 |
+
msgstr "Domini Incrociati"
|
3994 |
+
|
3995 |
+
#: inc/admin/admin.php:2058 inc/admin/admin.php:4953
|
3996 |
+
msgid "Enable cross-domain tracking"
|
3997 |
+
msgstr "Attiva il tracciamento incrociato dei domini"
|
3998 |
+
|
3999 |
+
#: inc/admin/admin.php:2050 inc/admin/admin.php:4931
|
4000 |
+
msgid "Enhanced Link Attribution"
|
4001 |
+
msgstr "Enhanced Link Attribution"
|
4002 |
+
|
4003 |
+
#: inc/admin/admin.php:2042 inc/admin/admin.php:4909
|
4004 |
+
msgid "Enable IP Anonymization"
|
4005 |
+
msgstr "Attiva l'anonimizzazione IP"
|
4006 |
+
|
4007 |
+
#: inc/admin/admin.php:2034 inc/admin/admin.php:4887
|
4008 |
+
msgid "Enable remarketing, demographics, and interests reporting"
|
4009 |
+
msgstr "Abilita il Reporting di remarketing, dati demografici e interessi"
|
4010 |
+
|
4011 |
+
#: inc/admin/admin.php:1831
|
4012 |
+
msgid "Exclude user roles from tracking"
|
4013 |
+
msgstr "Escludi ruoli utente dal tracciamento"
|
4014 |
+
|
4015 |
+
#: inc/admin/admin.php:1823 inc/admin/admin.php:2191 inc/admin/admin.php:4557
|
4016 |
+
msgid "Enter your tracking ID"
|
4017 |
+
msgstr "Inserisci il tuo Tracking ID"
|
4018 |
+
|
4019 |
+
#: inc/admin/admin.php:1815
|
4020 |
+
msgid "Enable Google Analytics tracking"
|
4021 |
+
msgstr "Abilita il tracciamento di Google Analytics"
|
4022 |
+
|
4023 |
+
#: inc/admin/admin-header.php:177 inc/admin/admin-notifications-center.php:555
|
4024 |
+
#: inc/admin/adminbar.php:80 inc/admin/admin-features-list.php:361
|
4025 |
+
msgid "License"
|
4026 |
+
msgstr "Licenza"
|
4027 |
+
|
4028 |
+
#: inc/admin/admin-features-list.php:322
|
4029 |
+
msgid "Edit your htaccess file."
|
4030 |
+
msgstr "Modifica il file htaccess."
|
4031 |
+
|
4032 |
+
#: inc/admin/admin-header.php:164 inc/admin/admin-features-list.php:321
|
4033 |
+
msgid ".htaccess"
|
4034 |
+
msgstr ".htaccess"
|
4035 |
+
|
4036 |
+
#: inc/admin/admin-features-list.php:261
|
4037 |
+
msgid "Monitor 404, create 301, 302 and 307 redirections"
|
4038 |
+
msgstr "Traccia 404, crea reindirizzamenti 301, 302 e 307"
|
4039 |
+
|
4040 |
+
#: inc/admin/admin-features-list.php:226
|
4041 |
+
msgid "Optimize your site for Google News"
|
4042 |
+
msgstr "Ottimizza il sito per Google News"
|
4043 |
+
|
4044 |
+
#: inc/admin/admin-header.php:127 inc/admin/admin-features-list.php:225
|
4045 |
+
msgid "Google News Sitemap"
|
4046 |
+
msgstr "Google News Sitemap"
|
4047 |
+
|
4048 |
+
#: inc/admin/admin-features-list.php:206
|
4049 |
+
msgid "Edit your robots.txt file"
|
4050 |
+
msgstr "Modifica il file robots.txt"
|
4051 |
+
|
4052 |
+
#: inc/admin/admin-features-list.php:188
|
4053 |
+
msgid "Track your website performance to improve SEO with Google Page Speed"
|
4054 |
+
msgstr "Traccia le prestazioni del tuo sito web per migliorare il SEO con Google Page Speed"
|
4055 |
+
|
4056 |
+
#: inc/admin/admin-header.php:113 inc/admin/admin-features-list.php:187
|
4057 |
+
msgid "Google Page Speed"
|
4058 |
+
msgstr "Google Page Speed"
|
4059 |
+
|
4060 |
+
#: inc/admin/admin-features-list.php:172
|
4061 |
+
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
4062 |
+
msgstr "Abilita i Breadcrumb per il tema e migliora il tuo SEO nel SERP"
|
4063 |
+
|
4064 |
+
#: inc/admin/admin-header.php:107 inc/admin/admin-features-list.php:171
|
4065 |
+
msgid "Breadcrumbs"
|
4066 |
+
msgstr "Breadcrumb"
|
4067 |
+
|
4068 |
+
#: inc/admin/admin-features-list.php:110
|
4069 |
+
msgid "Improve WooCommerce SEO"
|
4070 |
+
msgstr "Migliorare il SEO di WooCommerce"
|
4071 |
+
|
4072 |
+
#: inc/admin/admin-header.php:77 inc/admin/admin-features-list.php:109
|
4073 |
+
msgid "WooCommerce"
|
4074 |
+
msgstr "WooCommerce"
|
4075 |
+
|
4076 |
+
#: inc/admin/admin-features-list.php:64
|
4077 |
+
msgid "Track everything about your visitors with Google Analytics / Matomo"
|
4078 |
+
msgstr "Traccia tutto quello che riguarda i tuoi visitatori con Google Analytics / Matomo"
|
4079 |
+
|
4080 |
+
#: inc/admin/admin.php:335 inc/admin/admin.php:337 inc/admin/admin.php:402
|
4081 |
+
#: inc/admin/admin.php:404 inc/admin/admin.php:467 inc/admin/admin.php:469
|
4082 |
+
#: inc/admin/admin.php:534 inc/admin/admin.php:536 inc/admin/admin.php:619
|
4083 |
+
#: inc/admin/admin.php:621
|
4084 |
+
msgid "Click to enable this feature"
|
4085 |
+
msgstr "Fai clic per abilitare questa funzione"
|
4086 |
+
|
4087 |
+
#: inc/admin/admin.php:334 inc/admin/admin.php:338 inc/admin/admin.php:401
|
4088 |
+
#: inc/admin/admin.php:405 inc/admin/admin.php:466 inc/admin/admin.php:470
|
4089 |
+
#: inc/admin/admin.php:533 inc/admin/admin.php:537 inc/admin/admin.php:618
|
4090 |
+
#: inc/admin/admin.php:622
|
4091 |
+
msgid "Click to disable this feature"
|
4092 |
+
msgstr "Fai clic per disattivare questa funzionalità"
|
4093 |
+
|
4094 |
+
#: inc/admin/admin-notifications-center.php:346
|
4095 |
+
#: inc/admin/admin-notifications-center.php:435
|
4096 |
+
#: inc/admin/admin-notifications-center.php:453
|
4097 |
+
msgid "Medium impact"
|
4098 |
+
msgstr "Impatto moderato"
|
4099 |
+
|
4100 |
+
#: inc/admin/admin-notifications-center.php:159
|
4101 |
+
#: inc/admin/admin-notifications-center.php:191
|
4102 |
+
#: inc/admin/admin-notifications-center.php:252
|
4103 |
+
#: inc/admin/admin-notifications-center.php:282
|
4104 |
+
#: inc/admin/admin-notifications-center.php:300
|
4105 |
+
#: inc/admin/admin-notifications-center.php:317
|
4106 |
+
#: inc/admin/admin-notifications-center.php:405
|
4107 |
+
#: inc/admin/admin-notifications-center.php:481
|
4108 |
+
#: inc/admin/admin-notifications-center.php:518
|
4109 |
+
#: inc/admin/admin-notifications-center.php:536
|
4110 |
+
msgid "High impact"
|
4111 |
+
msgstr "Impatto alto"
|
4112 |
+
|
4113 |
+
#: inc/admin/admin-notifications-center.php:237
|
4114 |
+
msgid "Buy an SSL!"
|
4115 |
+
msgstr "Acquista un certificato SSL!"
|
4116 |
+
|
4117 |
+
#: inc/admin/admin-notifications-center.php:233
|
4118 |
+
msgid "Low impact"
|
4119 |
+
msgstr "Impatto basso"
|
4120 |
+
|
4121 |
+
#: inc/admin/admin-notifications-center.php:230
|
4122 |
+
msgid "Your site doesn't use an SSL certificate!"
|
4123 |
+
msgstr "Il tuo sito non utilizza un certificato SSL!"
|
4124 |
+
|
4125 |
+
#: inc/admin/admin-notifications-center.php:195
|
4126 |
+
msgid "Migrate!"
|
4127 |
+
msgstr "Esegui la migrazione!"
|
4128 |
+
|
4129 |
+
#: inc/admin/admin.php:1057
|
4130 |
+
msgid "<strong>WARNING:</strong> Delete all options related to SEOPress in your database AND set settings to their default values."
|
4131 |
+
msgstr "<strong>ATTENZIONE:</strong> Elimina tutte le opzioni relative a SEOPress nel tuo database E riporta le impostazioni ai loro valori predefiniti."
|
4132 |
+
|
4133 |
+
#: inc/admin/admin.php:781 inc/admin/admin.php:800 inc/admin/admin.php:821
|
4134 |
+
#: inc/admin/admin.php:842 inc/admin/admin.php:862 inc/admin/admin.php:881
|
4135 |
+
#: inc/admin/admin.php:899 inc/admin/admin-wizard.php:302
|
4136 |
+
#: inc/admin/admin-wizard.php:319 inc/admin/admin-wizard.php:338
|
4137 |
+
#: inc/admin/admin-wizard.php:357 inc/admin/admin-wizard.php:375
|
4138 |
+
#: inc/admin/admin-wizard.php:392 inc/admin/admin-wizard.php:408
|
4139 |
+
msgid "Migrate now"
|
4140 |
+
msgstr "Esegui adesso la migrazione"
|
4141 |
+
|
4142 |
+
#: inc/admin/admin.php:776 inc/admin/admin-wizard.php:297
|
4143 |
+
msgid "Meta Robots (noindex, nofollow...)"
|
4144 |
+
msgstr "Meta Robot (noindex, nofollow...)"
|
4145 |
+
|
4146 |
+
#: inc/admin/admin.php:775 inc/admin/admin.php:815 inc/admin/admin.php:836
|
4147 |
+
#: inc/admin/admin.php:857 inc/admin/admin.php:877 inc/admin/admin.php:896
|
4148 |
+
#: inc/admin/admin-wizard.php:296 inc/admin/admin-wizard.php:332
|
4149 |
+
#: inc/admin/admin-wizard.php:351 inc/admin/admin-wizard.php:370
|
4150 |
+
#: inc/admin/admin-wizard.php:388 inc/admin/admin-wizard.php:405
|
4151 |
+
msgid "Twitter tags (title, description and image thumbnail)"
|
4152 |
+
msgstr "Tag di Twitter (titolo, descrizione e miniatura dell'immagine)"
|
4153 |
+
|
4154 |
+
#: inc/admin/admin.php:774 inc/admin/admin.php:795 inc/admin/admin.php:814
|
4155 |
+
#: inc/admin/admin.php:835 inc/admin/admin.php:856 inc/admin/admin.php:876
|
4156 |
+
#: inc/admin/admin.php:895 inc/admin/admin-wizard.php:295
|
4157 |
+
#: inc/admin/admin-wizard.php:314 inc/admin/admin-wizard.php:331
|
4158 |
+
#: inc/admin/admin-wizard.php:350 inc/admin/admin-wizard.php:369
|
4159 |
+
#: inc/admin/admin-wizard.php:387 inc/admin/admin-wizard.php:404
|
4160 |
+
msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
4161 |
+
msgstr "Tag Facebook Open Graph (titolo, descrizione e miniatura dell'immagine)"
|
4162 |
+
|
4163 |
+
#: inc/admin/admin.php:772 inc/admin/admin.php:793 inc/admin/admin.php:812
|
4164 |
+
#: inc/admin/admin.php:833 inc/admin/admin.php:854 inc/admin/admin.php:874
|
4165 |
+
#: inc/admin/admin.php:893 inc/admin/admin-wizard.php:293
|
4166 |
+
#: inc/admin/admin-wizard.php:312 inc/admin/admin-wizard.php:329
|
4167 |
+
#: inc/admin/admin-wizard.php:348 inc/admin/admin-wizard.php:367
|
4168 |
+
#: inc/admin/admin-wizard.php:385 inc/admin/admin-wizard.php:402
|
4169 |
+
msgid "Title tags"
|
4170 |
+
msgstr "Tag del titolo"
|
4171 |
+
|
4172 |
+
#: inc/admin/admin.php:770 inc/admin/admin.php:791 inc/admin/admin.php:810
|
4173 |
+
#: inc/admin/admin.php:831 inc/admin/admin.php:852 inc/admin/admin.php:872
|
4174 |
+
#: inc/admin/admin.php:891 inc/admin/admin-wizard.php:291
|
4175 |
+
#: inc/admin/admin-wizard.php:310 inc/admin/admin-wizard.php:327
|
4176 |
+
#: inc/admin/admin-wizard.php:346 inc/admin/admin-wizard.php:365
|
4177 |
+
#: inc/admin/admin-wizard.php:383 inc/admin/admin-wizard.php:400
|
4178 |
+
msgid "By clicking Migrate, we'll import:"
|
4179 |
+
msgstr "Facendo clic su Esegui la Migrazione, importeremo:"
|
4180 |
+
|
4181 |
+
#: inc/admin/admin.php:637
|
4182 |
+
msgid "Appearance"
|
4183 |
+
msgstr "Aspetto"
|
4184 |
+
|
4185 |
+
#: inc/admin/admin.php:555 inc/admin/admin.php:565
|
4186 |
+
msgid "Custom Dimensions"
|
4187 |
+
msgstr "Dimensioni Personalizzate"
|
4188 |
+
|
4189 |
+
#: inc/admin/admin.php:553 inc/admin/admin.php:563
|
4190 |
+
msgid "Tracking"
|
4191 |
+
msgstr "Tracciamento"
|
4192 |
+
|
4193 |
+
#: inc/admin/admin.php:226
|
4194 |
+
msgid "Date Archive"
|
4195 |
+
msgstr "Archivio per Data"
|
4196 |
+
|
4197 |
+
#: inc/admin/admin.php:224
|
4198 |
+
msgid "Plural Post Type Archive name"
|
4199 |
+
msgstr "Nome dell'archivio di post multipli"
|
4200 |
+
|
4201 |
+
#: inc/admin/admin.php:224
|
4202 |
+
msgid "%%cpt_plural%%"
|
4203 |
+
msgstr "%%cpt_plural%%"
|
4204 |
+
|
4205 |
+
#: inc/admin/admin.php:111
|
4206 |
+
msgid "404 - Page not found"
|
4207 |
+
msgstr "404 - Pagina non trovata"
|
4208 |
+
|
4209 |
+
#: inc/admin/admin.php:4244 inc/admin/admin.php:5065 inc/admin/admin.php:5142
|
4210 |
+
#: inc/admin/admin.php:5219 inc/admin/admin.php:5296 inc/admin/admin.php:5373
|
4211 |
+
msgid "None"
|
4212 |
+
msgstr "Nessuno"
|
4213 |
+
|
4214 |
+
#: inc/admin/admin-metaboxes-form.php:500
|
4215 |
+
msgid "Exclude this post from Google News Sitemap?"
|
4216 |
+
msgstr "Escludi questo post dalla Sitemap di Google News?"
|
4217 |
+
|
4218 |
+
#: inc/admin/admin.php:3759
|
4219 |
+
msgid "Do not display a description in the Google search results for all pages."
|
4220 |
+
msgstr "Non visualizzare una descrizione nei risultati di ricerca di Google per tutte le pagine."
|
4221 |
+
|
4222 |
+
#: inc/admin/admin.php:3740
|
4223 |
+
msgid "Do not display a \"Cached\" link in the Google search results."
|
4224 |
+
msgstr "Non visualizzare un link \"Copia cache\" nei risultati di ricerca di Google."
|
4225 |
+
|
4226 |
+
#: inc/admin/admin.php:3721
|
4227 |
+
msgid "Do not index images from the entire site."
|
4228 |
+
msgstr "Non indicizzare le immagini di tutto il sito."
|
4229 |
+
|
4230 |
+
#: inc/admin/admin.php:3702
|
4231 |
+
msgid "Do not use Open Directory project metadata for titles or excerpts for all pages."
|
4232 |
+
msgstr "Non utilizzare i metadati del progetto Open Directory per i titoli o gli estratti di tutte le pagine."
|
4233 |
+
|
4234 |
+
#: inc/admin/admin.php:3683
|
4235 |
+
msgid "Do not follow links for all pages."
|
4236 |
+
msgstr "Non seguire i link per tutte le pagine."
|
4237 |
+
|
4238 |
+
#: inc/admin/admin.php:3664
|
4239 |
+
msgid "Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results."
|
4240 |
+
msgstr "Non visualizzare tutte le pagine del sito nei risultati di ricerca di Google e non visualizzare i link \"Copia cache\" nei risultati di ricerca."
|
4241 |
+
|
4242 |
+
#: inc/admin/admin-metaboxes-form.php:68
|
4243 |
+
msgid "Google News"
|
4244 |
+
msgstr "Google News"
|
4245 |
+
|
4246 |
+
#: inc/admin/admin.php:189 inc/admin/admin-metaboxes.php:163
|
4247 |
+
#: inc/admin/admin-metaboxes.php:166 inc/admin/admin-metaboxes-form.php:48
|
4248 |
+
#: inc/admin/adminbar.php:13 inc/functions/options-advanced-admin.php:804
|
4249 |
+
msgid "SEO"
|
4250 |
+
msgstr "SEO"
|
4251 |
+
|
4252 |
+
#: seopress.php:421
|
4253 |
+
msgid "GO PRO!"
|
4254 |
+
msgstr "PASSA A PRO!"
|
4255 |
+
|
4256 |
+
#: inc/admin/admin.php:2807
|
4257 |
+
msgid "Flush permalinks"
|
4258 |
+
msgstr "Aggiorna Permalink"
|
4259 |
+
|
4260 |
+
#: inc/admin/admin.php:2805
|
4261 |
+
msgid "Ping Google manually"
|
4262 |
+
msgstr "Ping manuale a Google"
|
4263 |
+
|
4264 |
+
#: inc/admin/admin.php:2764 inc/admin/admin-notifications-center.php:314
|
4265 |
+
msgid "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
4266 |
+
msgstr "I tuoi permalink non sono SEO Friendly! Abilita permalink leggibili per risolvere problema."
|
4267 |
+
|
4268 |
+
#: inc/admin/admin-notifications-center.php:297
|
4269 |
+
msgid "Your site title is empty!"
|
4270 |
+
msgstr "Il titolo del tuo sito è vuoto!"
|
4271 |
+
|
4272 |
+
#: inc/admin/admin.php:5970
|
4273 |
+
msgid "Enter Yandex meta value site verification"
|
4274 |
+
msgstr "Inserisci il valore meta value per la verifica del sito con Yandex"
|
4275 |
+
|
4276 |
+
#: inc/admin/admin.php:5958
|
4277 |
+
msgid "Enter Pinterest meta value site verification"
|
4278 |
+
msgstr "Inserisci il valore meta value per la verifica del sito con Pinterest"
|
4279 |
+
|
4280 |
+
#: inc/admin/admin.php:5945
|
4281 |
+
msgid "Enter Bing meta value site verification"
|
4282 |
+
msgstr "Inserisci il valore meta value per la verifica del sito con Bing"
|
4283 |
+
|
4284 |
+
#: inc/admin/admin.php:5931
|
4285 |
+
msgid "Enter Google meta value site verification"
|
4286 |
+
msgstr "Inserisci il valore meta value per la verifica del sito con Google"
|
4287 |
+
|
4288 |
+
#: inc/admin/admin.php:2439 inc/admin/admin.php:5970
|
4289 |
+
msgid "Yandex site verification"
|
4290 |
+
msgstr "Verifica siro con Yandex"
|
4291 |
+
|
4292 |
+
#: inc/admin/admin.php:2431 inc/admin/admin.php:5958
|
4293 |
+
msgid "Pinterest site verification"
|
4294 |
+
msgstr "Verifica sito con Pinterest"
|
4295 |
+
|
4296 |
+
#: inc/admin/admin.php:2423 inc/admin/admin.php:5945
|
4297 |
+
msgid "Bing site verification"
|
4298 |
+
msgstr "Verifica sito con Bing"
|
4299 |
+
|
4300 |
+
#: inc/admin/admin.php:2415 inc/admin/admin.php:5931
|
4301 |
+
msgid "Google site verification"
|
4302 |
+
msgstr "Verifica sito con Google"
|
4303 |
+
|
4304 |
+
#: inc/admin/admin-notifications-center.php:450
|
4305 |
+
msgid "You don't have an XML Sitemap!"
|
4306 |
+
msgstr "Non avete una Sitemap XML!"
|
4307 |
+
|
4308 |
+
#: inc/admin/admin-notifications-center.php:286
|
4309 |
+
#: inc/admin/admin-notifications-center.php:304
|
4310 |
+
#: inc/admin/admin-notifications-center.php:321
|
4311 |
+
#: inc/admin/admin-notifications-center.php:350
|
4312 |
+
#: inc/admin/admin-notifications-center.php:439
|
4313 |
+
#: inc/admin/admin-notifications-center.php:457
|
4314 |
+
#: inc/admin/admin-notifications-center.php:540
|
4315 |
+
#: inc/admin/admin-notifications-center.php:559
|
4316 |
+
msgid "Fix this!"
|
4317 |
+
msgstr "Risolvilo!"
|
4318 |
+
|
4319 |
+
#: inc/admin/admin-notifications-center.php:279
|
4320 |
+
msgid "Your site is not visible to Search Engines!"
|
4321 |
+
msgstr "Il tuo sito non è visibile ai motori di ricerca!"
|
4322 |
+
|
4323 |
+
#: inc/admin/admin-notifications-center.php:49
|
4324 |
+
#: inc/admin/admin-notifications-center.php:55
|
4325 |
+
msgid "Notifications Center"
|
4326 |
+
msgstr "Centro Notifiche"
|
4327 |
+
|
4328 |
+
#: inc/admin/admin-header.php:231
|
4329 |
+
msgid "Support"
|
4330 |
+
msgstr "Supporto"
|
4331 |
+
|
4332 |
+
#: inc/admin/admin.php:250
|
4333 |
+
msgid "Templates variables"
|
4334 |
+
msgstr "Variabili dei Template"
|
4335 |
+
|
4336 |
+
#: inc/admin/admin.php:222
|
4337 |
+
msgid "Current number page"
|
4338 |
+
msgstr "Numero di pagina attuale"
|
4339 |
+
|
4340 |
+
#: inc/admin/admin.php:222
|
4341 |
+
msgid "%%current_pagination%%"
|
4342 |
+
msgstr "%%current_pagination%%"
|
4343 |
+
|
4344 |
+
#: inc/admin/admin.php:221
|
4345 |
+
msgid "Search keywords"
|
4346 |
+
msgstr "Cerca Parole Chiave"
|
4347 |
+
|
4348 |
+
#: inc/admin/admin.php:221
|
4349 |
+
msgid "%%search_keywords%%"
|
4350 |
+
msgstr "%%search_keywords%%"
|
4351 |
+
|
4352 |
+
#: inc/admin/admin.php:220
|
4353 |
+
msgid "Term description"
|
4354 |
+
msgstr "Descrizione del Termine"
|
4355 |
+
|
4356 |
+
#: inc/admin/admin.php:220
|
4357 |
+
msgid "%%term_description%%"
|
4358 |
+
msgstr "%%term_description%%"
|
4359 |
+
|
4360 |
+
#: inc/admin/admin.php:219
|
4361 |
+
msgid "Term title"
|
4362 |
+
msgstr "Titolo del Termine"
|
4363 |
+
|
4364 |
+
#: inc/admin/admin.php:219
|
4365 |
+
msgid "%%term_title%%"
|
4366 |
+
msgstr "%%term_title%%"
|
4367 |
+
|
4368 |
+
#: inc/admin/admin.php:218
|
4369 |
+
msgid "Tag description"
|
4370 |
+
msgstr "Descrizione Tag"
|
4371 |
+
|
4372 |
+
#: inc/admin/admin.php:218
|
4373 |
+
msgid "%%tag_description%%"
|
4374 |
+
msgstr "%%tag_description%%"
|
4375 |
+
|
4376 |
+
#: inc/admin/admin.php:217
|
4377 |
+
msgid "Tag title"
|
4378 |
+
msgstr "Titolo del Tag"
|
4379 |
+
|
4380 |
+
#: inc/admin/admin.php:217
|
4381 |
+
msgid "%%tag_title%%"
|
4382 |
+
msgstr "%%tag_title%%"
|
4383 |
+
|
4384 |
+
#: inc/admin/admin.php:216
|
4385 |
+
msgid "Category description"
|
4386 |
+
msgstr "Descrizione della Categoria"
|
4387 |
+
|
4388 |
+
#: inc/admin/admin.php:216
|
4389 |
+
msgid "%%_category_description%%"
|
4390 |
+
msgstr "%%_category_description%%"
|
4391 |
+
|
4392 |
+
#: inc/admin/admin.php:215
|
4393 |
+
msgid "Category title"
|
4394 |
+
msgstr "Titolo della Categoria"
|
4395 |
+
|
4396 |
+
#: inc/admin/admin.php:215
|
4397 |
+
msgid "%%_category_title%%"
|
4398 |
+
msgstr "%%_category_title%%"
|
4399 |
+
|
4400 |
+
#: inc/admin/admin.php:212 inc/admin/admin.php:3438
|
4401 |
+
msgid "Post author"
|
4402 |
+
msgstr "Autore dell'Articolo"
|
4403 |
+
|
4404 |
+
#: inc/admin/admin.php:212
|
4405 |
+
msgid "%%post_author%%"
|
4406 |
+
msgstr "%%post_author%%"
|
4407 |
+
|
4408 |
+
#: inc/admin/admin.php:210
|
4409 |
+
msgid "Post date"
|
4410 |
+
msgstr "Data pubblicazione"
|
4411 |
+
|
4412 |
+
#: inc/admin/admin.php:207
|
4413 |
+
msgid "Post excerpt"
|
4414 |
+
msgstr "Riassunto dell'Articolo"
|
4415 |
+
|
4416 |
+
#: inc/admin/admin.php:206
|
4417 |
+
msgid "Post Title (post, page, custom post type)"
|
4418 |
+
msgstr "Titolo del contenuto (articolo, pagina, tipo di contenuto personalizzato)"
|
4419 |
+
|
4420 |
+
#: inc/admin/admin.php:205 inc/admin/admin.php:2945 inc/admin/admin.php:2956
|
4421 |
+
msgid "Tagline"
|
4422 |
+
msgstr "Slogan"
|
4423 |
+
|
4424 |
+
#: inc/admin/admin.php:204 inc/admin/admin.php:2943 inc/admin/admin.php:3049
|
4425 |
+
#: inc/admin/admin.php:3239 inc/admin/admin.php:3362 inc/admin/admin.php:3440
|
4426 |
+
#: inc/admin/admin.php:3511 inc/admin/admin.php:3581 inc/admin/admin.php:3631
|
4427 |
+
#: inc/admin/admin-metaboxes-form.php:123
|
4428 |
+
msgid "Site Title"
|
4429 |
+
msgstr "Titolo del Sito"
|
4430 |
+
|
4431 |
+
#: inc/admin/admin.php:5641
|
4432 |
+
msgid "Redirect attachment pages to post parent (or homepage if none)"
|
4433 |
+
msgstr "Reindirizza le pagine degli allegati alla pagina genitore (o alla homepage se non ce ne sono)"
|
4434 |
+
|
4435 |
+
#: inc/admin/admin.php:2909
|
4436 |
+
msgid "<p>Advanced SEO options.</p>"
|
4437 |
+
msgstr "<p>Opzioni SEO avanzate.</p>"
|
4438 |
+
|
4439 |
+
#: inc/admin/admin-features-list.php:80
|
4440 |
+
msgid "Advanced SEO options for advanced users!"
|
4441 |
+
msgstr "Opzioni SEO avanzate per utenti esperti!"
|
4442 |
+
|
4443 |
+
#: inc/admin/admin-metaboxes-form.php:465
|
4444 |
+
#: inc/admin/admin-metaboxes-form.php:467
|
4445 |
+
#: inc/admin/admin-metaboxes-form.php:470
|
4446 |
+
#: inc/admin/admin-metaboxes-form.php:472
|
4447 |
+
msgid "Test your URL"
|
4448 |
+
msgstr "Verifica il tuo URL"
|
4449 |
+
|
4450 |
+
#: inc/admin/admin-metaboxes-form.php:439
|
4451 |
+
#: inc/admin/admin-metaboxes-form.php:447
|
4452 |
+
msgid "URL redirection"
|
4453 |
+
msgstr "Reindirizzamento URL"
|
4454 |
+
|
4455 |
+
#: inc/admin/admin-metaboxes-form.php:435
|
4456 |
+
msgid "Enable redirection?"
|
4457 |
+
msgstr "Abilitare il reindirizzamento?"
|
4458 |
+
|
4459 |
+
#: inc/admin/admin.php:675 inc/admin/admin-header.php:133
|
4460 |
+
#: inc/admin/adminbar.php:101 inc/admin/admin-features-list.php:260
|
4461 |
+
msgid "Redirections"
|
4462 |
+
msgstr "Reindirizzamenti"
|
4463 |
+
|
4464 |
+
#: inc/admin/admin.php:3119
|
4465 |
+
msgid "Display date in Google search results?"
|
4466 |
+
msgstr "Visualizzare la data nei risultati di ricerca di Google?"
|
4467 |
+
|
4468 |
+
#: inc/admin/admin-metaboxes-form.php:264
|
4469 |
+
msgid "Default value: "
|
4470 |
+
msgstr "Valore predefinito: "
|
4471 |
+
|
4472 |
+
#. Plugin Name of the plugin
|
4473 |
+
#. Author of the plugin
|
4474 |
+
#: inc/admin/admin-header.php:17
|
4475 |
+
msgid "SEOPress"
|
4476 |
+
msgstr "SEOPress"
|
4477 |
+
|
4478 |
+
#: inc/admin/admin-metaboxes-form.php:57
|
4479 |
+
msgid "Titles settings"
|
4480 |
+
msgstr "Impostazioni dei Titoli"
|
4481 |
+
|
4482 |
+
#: inc/admin/admin.php:195 inc/admin/admin.php:356 inc/admin/admin.php:636
|
4483 |
+
#: inc/admin/admin-header.php:60 inc/admin/admin-metaboxes-form.php:58
|
4484 |
+
#: inc/admin/adminbar.php:50 inc/admin/admin-features-list.php:79
|
4485 |
+
msgid "Advanced"
|
4486 |
+
msgstr "Avanzati"
|
4487 |
+
|
4488 |
+
#: inc/admin/admin-metaboxes-form.php:59
|
4489 |
+
msgid "Social"
|
4490 |
+
msgstr "Social"
|
4491 |
+
|
4492 |
+
#: inc/admin/admin-metaboxes-form.php:105
|
4493 |
+
#: inc/admin/admin-metaboxes-form.php:108
|
4494 |
+
msgid "Title"
|
4495 |
+
msgstr "Titolo"
|
4496 |
+
|
4497 |
+
#: inc/admin/admin-metaboxes-form.php:108
|
4498 |
+
msgid "Enter your title"
|
4499 |
+
msgstr "Inserisci il titolo"
|
4500 |
+
|
4501 |
+
#: inc/admin/admin.php:773 inc/admin/admin.php:794 inc/admin/admin.php:813
|
4502 |
+
#: inc/admin/admin.php:834 inc/admin/admin.php:855 inc/admin/admin.php:875
|
4503 |
+
#: inc/admin/admin.php:894 inc/admin/admin.php:1190 inc/admin/admin.php:2952
|
4504 |
+
#: inc/admin/admin-wizard.php:294 inc/admin/admin-wizard.php:313
|
4505 |
+
#: inc/admin/admin-wizard.php:330 inc/admin/admin-wizard.php:349
|
4506 |
+
#: inc/admin/admin-wizard.php:368 inc/admin/admin-wizard.php:386
|
4507 |
+
#: inc/admin/admin-wizard.php:403 inc/admin/admin-metaboxes-form.php:130
|
4508 |
+
#: inc/admin/admin-metaboxes-form.php:131
|
4509 |
+
#: inc/admin/admin-metaboxes-form.php:133
|
4510 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:123
|
4511 |
+
#: inc/functions/options-advanced-admin.php:814
|
4512 |
+
msgid "Meta description"
|
4513 |
+
msgstr "Meta Descrizione"
|
4514 |
+
|
4515 |
+
#: inc/admin/admin-metaboxes-form.php:133
|
4516 |
+
msgid "Enter your meta description"
|
4517 |
+
msgstr "Inserisci la tua meta descrizione"
|
4518 |
+
|
4519 |
+
#: inc/admin/admin-metaboxes-form.php:117
|
4520 |
+
#: inc/admin/admin-metaboxes-form.php:142
|
4521 |
+
msgid " (maximum recommended limit)"
|
4522 |
+
msgstr " (limite massimo consigliato)"
|
4523 |
+
|
4524 |
+
#: inc/admin/admin-metaboxes-form.php:161
|
4525 |
+
msgid "Google Snippet Preview"
|
4526 |
+
msgstr "Anteprima dello Snippet di Google"
|
4527 |
+
|
4528 |
+
#: inc/admin/admin.php:1375 inc/admin/admin.php:3662
|
4529 |
+
msgid "noindex"
|
4530 |
+
msgstr "noindex"
|
4531 |
+
|
4532 |
+
#: inc/admin/admin.php:1383 inc/admin/admin.php:3681
|
4533 |
+
msgid "nofollow"
|
4534 |
+
msgstr "nofollow"
|
4535 |
+
|
4536 |
+
#: inc/admin/admin.php:1391 inc/admin/admin.php:3700
|
4537 |
+
msgid "noodp"
|
4538 |
+
msgstr "noodp"
|
4539 |
+
|
4540 |
+
#: inc/admin/admin.php:1399 inc/admin/admin.php:3719
|
4541 |
+
msgid "noimageindex"
|
4542 |
+
msgstr "noimageindex"
|
4543 |
+
|
4544 |
+
#: inc/admin/admin.php:1415 inc/admin/admin.php:3757
|
4545 |
+
msgid "nosnippet"
|
4546 |
+
msgstr "nosnippet"
|
4547 |
+
|
4548 |
+
#: inc/admin/admin.php:1407 inc/admin/admin.php:3738
|
4549 |
+
msgid "noarchive"
|
4550 |
+
msgstr "noarchive"
|
4551 |
+
|
4552 |
+
#: inc/admin/admin.php:777 inc/admin/admin.php:817 inc/admin/admin.php:838
|
4553 |
+
#: inc/admin/admin.php:859 inc/admin/admin-wizard.php:298
|
4554 |
+
#: inc/admin/admin-wizard.php:334 inc/admin/admin-wizard.php:353
|
4555 |
+
#: inc/admin/admin-wizard.php:372 inc/admin/admin-metaboxes-form.php:260
|
4556 |
+
#: inc/admin/admin-metaboxes-form.php:261
|
4557 |
+
#: inc/admin/admin-metaboxes-form.php:264
|
4558 |
+
msgid "Canonical URL"
|
4559 |
+
msgstr "URL Canonico"
|
4560 |
+
|
4561 |
+
#: inc/admin/admin-metaboxes-form.php:312
|
4562 |
+
#: inc/admin/admin-metaboxes-form.php:313
|
4563 |
+
msgid "Facebook Title"
|
4564 |
+
msgstr "Titolo Facebook"
|
4565 |
+
|
4566 |
+
#: inc/admin/admin-metaboxes-form.php:316
|
4567 |
+
#: inc/admin/admin-metaboxes-form.php:317
|
4568 |
+
msgid "Facebook description"
|
4569 |
+
msgstr "Descrizione Facebook"
|
4570 |
+
|
4571 |
+
#: inc/admin/admin-metaboxes-form.php:313
|
4572 |
+
msgid "Enter your Facebook title"
|
4573 |
+
msgstr "Inserisci il titolo per Facebook"
|
4574 |
+
|
4575 |
+
#: inc/admin/admin-metaboxes-form.php:317
|
4576 |
+
msgid "Enter your Facebook description"
|
4577 |
+
msgstr "Inserisci la descrizione per Facebook"
|
4578 |
+
|
4579 |
+
#: inc/admin/admin-metaboxes-form.php:320
|
4580 |
+
#: inc/admin/admin-metaboxes-form.php:321
|
4581 |
+
msgid "Facebook Thumbnail"
|
4582 |
+
msgstr "Miniatura Facebook"
|
4583 |
+
|
4584 |
+
#: inc/admin/admin.php:4392 inc/admin/admin.php:4504
|
4585 |
+
#: inc/admin/admin-metaboxes-form.php:321
|
4586 |
+
#: inc/admin/admin-metaboxes-form.php:383
|
4587 |
+
msgid "Select your default thumbnail"
|
4588 |
+
msgstr "Seleziona la tua miniatura predefinita"
|
4589 |
+
|
4590 |
+
#: inc/admin/admin.php:4157 inc/admin/admin.php:4394 inc/admin/admin.php:4506
|
4591 |
+
#: inc/admin/admin-metaboxes-form.php:323
|
4592 |
+
#: inc/admin/admin-metaboxes-form.php:385
|
4593 |
+
#: inc/admin/admin-metaboxes-form.php:573
|
4594 |
+
msgid "Upload an Image"
|
4595 |
+
msgstr "Carica un'immagine"
|
4596 |
+
|
4597 |
+
#: inc/admin/admin-metaboxes-form.php:374
|
4598 |
+
#: inc/admin/admin-metaboxes-form.php:375
|
4599 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:543
|
4600 |
+
msgid "Twitter Title"
|
4601 |
+
msgstr "Titolo Twitter"
|
4602 |
+
|
4603 |
+
#: inc/admin/admin-metaboxes-form.php:375
|
4604 |
+
msgid "Enter your Twitter title"
|
4605 |
+
msgstr "Inserisci il titolo per Twitter"
|
4606 |
+
|
4607 |
+
#: inc/admin/admin-metaboxes-form.php:378
|
4608 |
+
#: inc/admin/admin-metaboxes-form.php:379
|
4609 |
+
msgid "Twitter description"
|
4610 |
+
msgstr "Descrizione Twitter"
|
4611 |
+
|
4612 |
+
#: inc/admin/admin-metaboxes-form.php:382
|
4613 |
+
#: inc/admin/admin-metaboxes-form.php:385
|
4614 |
+
msgid "Twitter Thumbnail"
|
4615 |
+
msgstr "Miniatura Twitter"
|
4616 |
+
|
4617 |
+
#: inc/admin/admin-metaboxes-form.php:379
|
4618 |
+
msgid "Enter your Twitter description"
|
4619 |
+
msgstr "Inserisci la descrizione per Twitter"
|
4620 |
+
|
4621 |
+
#: inc/admin/admin.php:191 inc/admin/admin-header.php:36
|
4622 |
+
#: inc/admin/adminbar.php:26
|
4623 |
+
msgid "Titles & Metas"
|
4624 |
+
msgstr "Titoli e Meta"
|
4625 |
+
|
4626 |
+
#: inc/admin/admin.php:422
|
4627 |
+
msgid "HTML Sitemap"
|
4628 |
+
msgstr "Sitemap HTML"
|
4629 |
+
|
4630 |
+
#: inc/admin/admin.php:2765
|
4631 |
+
msgid "Change this settings"
|
4632 |
+
msgstr "Modificare queste impostazioni"
|
4633 |
+
|
4634 |
+
#: inc/admin/admin.php:355 inc/admin/admin.php:421
|
4635 |
+
msgid "Taxonomies"
|
4636 |
+
msgstr "Tassonomie"
|
4637 |
+
|
4638 |
+
#: inc/admin/admin.php:353
|
4639 |
+
msgid "Single Post Types"
|
4640 |
+
msgstr "Tipo di Contenuto Unico"
|
4641 |
+
|
4642 |
+
#: inc/admin/admin.php:352
|
4643 |
+
msgid "Home"
|
4644 |
+
msgstr "Home"
|
4645 |
+
|
4646 |
+
#: inc/admin/admin.php:354
|
4647 |
+
msgid "Archives"
|
4648 |
+
msgstr "Archivi"
|
4649 |
+
|
4650 |
+
#: inc/admin/admin.php:419 inc/admin/admin.php:552 inc/admin/admin.php:562
|
4651 |
+
msgid "General"
|
4652 |
+
msgstr "Generale"
|
4653 |
+
|
4654 |
+
#: inc/admin/admin.php:420
|
4655 |
+
msgid "Post Types"
|
4656 |
+
msgstr "Tipi Post"
|
4657 |
+
|
4658 |
+
#: inc/admin/admin.php:484
|
4659 |
+
msgid "Knowledge Graph"
|
4660 |
+
msgstr "Knowledge Graph"
|
4661 |
+
|
4662 |
+
#: inc/admin/admin.php:485
|
4663 |
+
msgid "Your social accounts"
|
4664 |
+
msgstr "I tuoi account social"
|
4665 |
+
|
4666 |
+
#: inc/admin/admin.php:720
|
4667 |
+
msgid "Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site."
|
4668 |
+
msgstr "Esporta le impostazioni di questo sito in un file .json. Ciò ti consentirà di importarle in futuro qui o in un altro sito."
|
4669 |
+
|
4670 |
+
#: inc/admin/admin.php:707 inc/admin/admin.php:725 inc/admin/admin.php:1005
|
4671 |
+
msgid "Export"
|
4672 |
+
msgstr "Esporta"
|
4673 |
+
|
4674 |
+
#: inc/admin/admin.php:734
|
4675 |
+
msgid "Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above."
|
4676 |
+
msgstr "Importa le impostazioni del plugin da un file .json. Questo file viene ottenuto da una precedente esportazione le impostazioni."
|
4677 |
+
|
4678 |
+
#: inc/admin/admin.php:742 inc/admin/admin.php:944 inc/admin/admin.php:960
|
4679 |
+
#: inc/admin/admin.php:976 inc/admin/admin.php:992
|
4680 |
+
msgid "Import"
|
4681 |
+
msgstr "Importa"
|
4682 |
+
|
4683 |
+
#: inc/admin/admin.php:1056
|
4684 |
+
msgid "Reset All Settings"
|
4685 |
+
msgstr "Reimposta tutte le Impostazioni"
|
4686 |
+
|
4687 |
+
#: inc/admin/admin-header.php:24 inc/admin/admin-notifications-center.php:584
|
4688 |
+
#: inc/admin/adminbar.php:86
|
4689 |
+
msgid "PRO"
|
4690 |
+
msgstr "PRO"
|
4691 |
+
|
4692 |
+
#: inc/admin/admin.php:1062
|
4693 |
+
msgid "Reset settings"
|
4694 |
+
msgstr "Reimposta le Impostazioni"
|
4695 |
+
|
4696 |
+
#: seopress.php:354
|
4697 |
+
msgid "You like SEOPress? Don't forget to rate it 5 stars!"
|
4698 |
+
msgstr "Ti piace SEOPress? Non dimenticate di dargli un voto di 5 stelle!"
|
4699 |
+
|
4700 |
+
#: inc/admin/admin-header.php:219 seopress.php:1214
|
4701 |
+
msgid "Follow us on Twitter"
|
4702 |
+
msgstr "Seguici su Twitter"
|
4703 |
+
|
4704 |
+
#: inc/admin/admin-wizard.php:871
|
4705 |
+
msgid "Knowledge base"
|
4706 |
+
msgstr "Knowledge Base"
|
4707 |
+
|
4708 |
+
#: inc/admin/admin-features-list.php:15
|
4709 |
+
msgid "Titles & metas"
|
4710 |
+
msgstr "Titoli e Meta"
|
4711 |
+
|
4712 |
+
#: inc/admin/admin-features-list.php:18 inc/admin/admin-features-list.php:34
|
4713 |
+
#: inc/admin/admin-features-list.php:50 inc/admin/admin-features-list.php:66
|
4714 |
+
#: inc/admin/admin-features-list.php:82 inc/admin/admin-features-list.php:93
|
4715 |
+
#: inc/admin/admin-features-list.php:112 inc/admin/admin-features-list.php:128
|
4716 |
+
#: inc/admin/admin-features-list.php:137 inc/admin/admin-features-list.php:146
|
4717 |
+
#: inc/admin/admin-features-list.php:155 inc/admin/admin-features-list.php:174
|
4718 |
+
#: inc/admin/admin-features-list.php:190 inc/admin/admin-features-list.php:211
|
4719 |
+
#: inc/admin/admin-features-list.php:228 inc/admin/admin-features-list.php:247
|
4720 |
+
#: inc/admin/admin-features-list.php:266 inc/admin/admin-features-list.php:304
|
4721 |
+
#: inc/admin/admin-features-list.php:314 inc/admin/admin-features-list.php:324
|
4722 |
+
#: inc/admin/admin-features-list.php:335 inc/admin/admin-features-list.php:346
|
4723 |
+
#: inc/admin/admin-features-list.php:364
|
4724 |
+
msgid "Manage"
|
4725 |
+
msgstr "Gestisci"
|
4726 |
+
|
4727 |
+
#: inc/admin/admin.php:1636 inc/admin/admin.php:4263
|
4728 |
+
msgid "Facebook Page URL"
|
4729 |
+
msgstr "URL della pagina Facebook"
|
4730 |
+
|
4731 |
+
#: inc/admin/admin.php:1595 inc/admin/admin.php:4155
|
4732 |
+
#: inc/admin/admin-wizard.php:482
|
4733 |
+
msgid "Your photo/organization logo"
|
4734 |
+
msgstr "La tua Foto / Il Logo della tua Organizzazione"
|
4735 |
+
|
4736 |
+
#: inc/admin/admin.php:1587 inc/admin/admin.php:4142
|
4737 |
+
#: inc/admin/admin-wizard.php:479
|
4738 |
+
msgid "Your name/organization"
|
4739 |
+
msgstr "Il tuo Nome / Il nome della tua Organizzazione"
|
4740 |
+
|
4741 |
+
#: inc/admin/admin.php:1579 inc/admin/admin-wizard.php:464
|
4742 |
+
msgid "Person or organization"
|
4743 |
+
msgstr "Persona o Organizzazione"
|
4744 |
+
|
4745 |
+
#: inc/admin/admin.php:1514
|
4746 |
+
msgid "Check to INCLUDE Taxonomies"
|
4747 |
+
msgstr "Spunta per INCLUDERE Tassonomie"
|
4748 |
+
|
4749 |
+
#: inc/admin/admin.php:1498
|
4750 |
+
msgid "Check to INCLUDE Post Types"
|
4751 |
+
msgstr "Spunta per INCLUDERE Tipi di Pubblicazioni"
|
4752 |
+
|
4753 |
+
#: inc/admin/admin.php:1448 inc/admin/admin.php:3814
|
4754 |
+
msgid "Enable XML Sitemap"
|
4755 |
+
msgstr "Abilita le Sitemap XML"
|
4756 |
+
|
4757 |
+
#: inc/admin/admin.php:1182 inc/admin/admin.php:2940
|
4758 |
+
#: inc/admin/admin-wizard.php:461
|
4759 |
+
msgid "Site title"
|
4760 |
+
msgstr "Titolo del Sito"
|
4761 |
+
|
4762 |
+
#: inc/admin/admin-features-list.php:344
|
4763 |
+
msgid "Import/Export plugin settings from site to site."
|
4764 |
+
msgstr "Esporta/Importa le impostazioni tra siti."
|
4765 |
+
|
4766 |
+
#: inc/admin/admin-features-list.php:48
|
4767 |
+
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
4768 |
+
msgstr "Open Graph, Twitter Card, Google Knowledge Graph e altro..."
|
4769 |
+
|
4770 |
+
#: inc/admin/admin.php:1644 inc/admin/admin-wizard.php:488
|
4771 |
+
msgid "Twitter Username"
|
4772 |
+
msgstr "Nome Utente Twitter"
|
4773 |
+
|
4774 |
+
#: inc/admin/admin.php:1652 inc/admin/admin.php:4288
|
4775 |
+
#: inc/admin/admin-wizard.php:491
|
4776 |
+
msgid "Pinterest URL"
|
4777 |
+
msgstr "URL Pinterest"
|
4778 |
+
|
4779 |
+
#: inc/admin/admin.php:1692 inc/admin/admin.php:4348
|
4780 |
+
#: inc/admin/admin-wizard.php:506
|
4781 |
+
msgid "Soundcloud URL"
|
4782 |
+
msgstr "URL Soundcloud"
|
4783 |
+
|
4784 |
+
#: inc/admin/admin.php:1684 inc/admin/admin.php:4336
|
4785 |
+
#: inc/admin/admin-wizard.php:503
|
4786 |
+
msgid "MySpace URL"
|
4787 |
+
msgstr "URL MySpace"
|
4788 |
+
|
4789 |
+
#: inc/admin/admin.php:1676 inc/admin/admin.php:4324
|
4790 |
+
#: inc/admin/admin-wizard.php:500
|
4791 |
+
msgid "LinkedIn URL"
|
4792 |
+
msgstr "URL LinkedIn"
|
4793 |
+
|
4794 |
+
#: inc/admin/admin.php:1668 inc/admin/admin.php:4312
|
4795 |
+
#: inc/admin/admin-wizard.php:497
|
4796 |
+
msgid "YouTube URL"
|
4797 |
+
msgstr "URL YouTube"
|
4798 |
+
|
4799 |
+
#: inc/admin/admin.php:1660 inc/admin/admin.php:4300
|
4800 |
+
#: inc/admin/admin-wizard.php:494
|
4801 |
+
msgid "Instagram URL"
|
4802 |
+
msgstr "URL Instagram"
|
4803 |
+
|
4804 |
+
#: inc/admin/admin.php:1717
|
4805 |
+
msgid "Enable Open Graph Data"
|
4806 |
+
msgstr "Abilita i dati Open Graph"
|
4807 |
+
|
4808 |
+
#: inc/admin/admin.php:1700 inc/admin/admin.php:4360
|
4809 |
+
#: inc/admin/admin-wizard.php:509
|
4810 |
+
msgid "Tumblr URL"
|
4811 |
+
msgstr "URL Tumblr"
|
4812 |
+
|
4813 |
+
#: inc/admin/admin.php:1757
|
4814 |
+
msgid "Facebook App ID"
|
4815 |
+
msgstr "ID Facebook App"
|
4816 |
+
|
4817 |
+
#: inc/admin/admin.php:1749
|
4818 |
+
msgid "Facebook Admin ID"
|
4819 |
+
msgstr "ID Facebook Admin"
|
4820 |
+
|
4821 |
+
#: inc/admin/admin.php:1725 inc/admin/admin.php:4392
|
4822 |
+
msgid "Select a default image"
|
4823 |
+
msgstr "Scegli un'immagine predefinita"
|
4824 |
+
|
4825 |
+
#: inc/admin/admin.php:1774
|
4826 |
+
msgid "Enable Twitter Card"
|
4827 |
+
msgstr "Abilita Twitter Card"
|
4828 |
+
|
4829 |
+
#: inc/admin/admin.php:1790 inc/admin/admin.php:4504
|
4830 |
+
msgid "Default Twitter Image"
|
4831 |
+
msgstr "Immagine predefinita per Twitter"
|
4832 |
+
|
4833 |
+
#: inc/admin/admin.php:1798
|
4834 |
+
msgid "Image size for Twitter Summary card"
|
4835 |
+
msgstr "Dimensione dell'immagine per la Card di riepilogo di Twitter"
|
4836 |
+
|
4837 |
+
#: inc/admin/admin.php:2746
|
4838 |
+
msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
|
4839 |
+
msgstr "<p>Personalizza titoli e meta per Tipi di Post Singolo</p>"
|
4840 |
+
|
4841 |
+
#: inc/admin/admin.php:2750
|
4842 |
+
msgid "<p>Customize your metas for all pages</p>"
|
4843 |
+
msgstr "<p>Personalizza i meta per tutte le pagine</p>"
|
4844 |
+
|
4845 |
+
#: inc/admin/admin.php:2758
|
4846 |
+
msgid "<p>Customize your metas for all archives</p>"
|
4847 |
+
msgstr "<p>Personalizza i meta per tutti gli archivi</p>"
|
4848 |
+
|
4849 |
+
#: inc/admin/admin.php:2754
|
4850 |
+
msgid "<p>Customize your metas for all taxonomies archives</p>"
|
4851 |
+
msgstr "<p>Personalizza i meta per tutti gli archivi di tassonomie</p>"
|
4852 |
+
|
4853 |
+
#: inc/admin/admin.php:2768
|
4854 |
+
msgid "To view your sitemap, enable permalinks (not default one), and save settings to flush them."
|
4855 |
+
msgstr "Per visualizzare la tuamappa del sito, abilita i permalink (non quelli predefiniti) e salva le impostazioni per aggiornarli."
|
4856 |
+
|
4857 |
+
#: inc/admin/admin.php:2803
|
4858 |
+
msgid "View your sitemap"
|
4859 |
+
msgstr "Visualizza la tua mappa del sito"
|
4860 |
+
|
4861 |
+
#: inc/admin/admin.php:2826
|
4862 |
+
msgid "<p>Include/Exclude Post Types.</p>"
|
4863 |
+
msgstr "<p>Includi/Escludi Tipi di Post.</p>"
|
4864 |
+
|
4865 |
+
#: inc/admin/admin.php:2830
|
4866 |
+
msgid "<p>Include/Exclude Taxonomies.</p>"
|
4867 |
+
msgstr "<p>Includere/escludere Tassonomie.</p>"
|
4868 |
+
|
4869 |
+
#: inc/admin/admin.php:2834
|
4870 |
+
msgid "<p>Configure Google Knowledge Graph.</p>"
|
4871 |
+
msgstr "<p>Configura Google Knowledge Graph.</p>"
|
4872 |
+
|
4873 |
+
#: inc/admin/admin.php:3498 inc/admin/admin.php:3509
|
4874 |
+
msgid "Date archives"
|
4875 |
+
msgstr "Archivi per data"
|
4876 |
+
|
4877 |
+
#: inc/admin/admin.php:3427
|
4878 |
+
msgid "Author archives"
|
4879 |
+
msgstr "Archivi per autore"
|
4880 |
+
|
4881 |
+
#: inc/admin/admin.php:3058 inc/admin/admin.php:3250 inc/admin/admin.php:3371
|
4882 |
+
#: inc/admin/admin.php:3447 inc/admin/admin.php:3518 inc/admin/admin.php:3588
|
4883 |
+
#: inc/admin/admin.php:3638
|
4884 |
+
msgid "Meta description template"
|
4885 |
+
msgstr "Modello di metadescrizione"
|
4886 |
+
|
4887 |
+
#: inc/admin/admin.php:3020 inc/admin/admin.php:3207 inc/admin/admin.php:3336
|
4888 |
+
#: inc/admin/admin.php:3429 inc/admin/admin.php:3500 inc/admin/admin.php:3570
|
4889 |
+
#: inc/admin/admin.php:3623
|
4890 |
+
msgid "Title template"
|
4891 |
+
msgstr "Modello del titolo"
|
4892 |
+
|
4893 |
+
#: inc/admin/admin.php:2952
|
4894 |
+
msgid "This is a cool website about Wookiees"
|
4895 |
+
msgstr "Questo è un meraviglioso sito web sui Wookies"
|
4896 |
+
|
4897 |
+
#: inc/admin/admin.php:2940
|
4898 |
+
msgid "My awesome website"
|
4899 |
+
msgstr "Il mio fantastico sito web"
|
4900 |
+
|
4901 |
+
#: inc/admin/admin.php:2857
|
4902 |
+
msgid "<p>Manage your Twitter card.</p>"
|
4903 |
+
msgstr "<p>Gestisci la tua Twitter Card.</p>"
|
4904 |
+
|
4905 |
+
#: inc/admin/admin.php:2843
|
4906 |
+
msgid "<p>Manage Open Graph data.</p>"
|
4907 |
+
msgstr "<p>Gestisci i dati Open Graph.</p>"
|
4908 |
+
|
4909 |
+
#: inc/admin/admin.php:4155
|
4910 |
+
msgid "Select your logo"
|
4911 |
+
msgstr "Seleziona il tuo logo"
|
4912 |
+
|
4913 |
+
#: inc/admin/admin.php:4129 inc/admin/admin-wizard.php:475
|
4914 |
+
msgid "Organization"
|
4915 |
+
msgstr "Organizzazione"
|
4916 |
+
|
4917 |
+
#: inc/admin/admin.php:4126 inc/admin/admin-wizard.php:472
|
4918 |
+
msgid "Person"
|
4919 |
+
msgstr "Persona"
|
4920 |
+
|
4921 |
+
#: inc/admin/admin.php:3970 inc/admin/admin.php:4014
|
4922 |
+
msgid "Include"
|
4923 |
+
msgstr "Includi"
|
4924 |
+
|
4925 |
+
#: inc/admin/admin.php:3621
|
4926 |
+
msgid "404 archives"
|
4927 |
+
msgstr "Archivi 404"
|
4928 |
+
|
4929 |
+
#: inc/admin/admin.php:3568
|
4930 |
+
msgid "Search archives"
|
4931 |
+
msgstr "Ricerca negli archivi"
|
4932 |
+
|
4933 |
+
#: inc/admin/admin.php:4360 inc/admin/admin-wizard.php:510
|
4934 |
+
msgid "eg: https://your-site.tumblr.com"
|
4935 |
+
msgstr "es: https://il-tuo-sito.tumblr.com"
|
4936 |
+
|
4937 |
+
#: inc/functions/options-import-export.php:58
|
4938 |
+
#: inc/functions/options-import-export.php:320
|
4939 |
+
msgid "Please upload a valid .json file"
|
4940 |
+
msgstr "Devi caricare un file .json valido"
|
4941 |
+
|
4942 |
+
#: inc/admin/admin.php:4527
|
4943 |
+
msgid "Large"
|
4944 |
+
msgstr "Largo"
|
4945 |
+
|
4946 |
+
#: inc/admin/admin.php:4524
|
4947 |
+
msgid "Default"
|
4948 |
+
msgstr "Predefinito"
|
4949 |
+
|
4950 |
+
#: inc/admin/admin.php:4472
|
4951 |
+
msgid "Enable Twitter card"
|
4952 |
+
msgstr "Abilita la Twitter Card"
|
4953 |
+
|
4954 |
+
#: inc/admin/admin.php:4377
|
4955 |
+
msgid "Enable OG data"
|
4956 |
+
msgstr "Abilita i dati OG"
|
4957 |
+
|
4958 |
+
#. Plugin URI of the plugin
|
4959 |
+
#. Author URI of the plugin
|
4960 |
+
msgid "https://www.seopress.org/"
|
4961 |
+
msgstr "https://www.seopress.org/"
|
4962 |
+
|
4963 |
+
#: inc/admin/admin.php:673 seopress.php:417
|
4964 |
+
msgid "Settings"
|
4965 |
+
msgstr "Impostazioni"
|
4966 |
+
|
4967 |
+
#: inc/functions/options-import-export.php:63
|
4968 |
+
#: inc/functions/options-import-export.php:132
|
4969 |
+
#: inc/functions/options-import-export.php:202
|
4970 |
+
#: inc/functions/options-import-export.php:324
|
4971 |
+
#: inc/functions/options-import-export.php:380
|
4972 |
+
msgid "Please upload a file to import"
|
4973 |
+
msgstr "Carica un file da importare"
|
languages/wp-seopress-it_IT.mo
CHANGED
File without changes
|
languages/wp-seopress-it_IT.po
CHANGED
File without changes
|
languages/wp-seopress-ro_RO.mo
CHANGED
File without changes
|
languages/wp-seopress-ro_RO.po
CHANGED
File without changes
|
languages/wp-seopress-ta_IN.mo
CHANGED
File without changes
|
languages/wp-seopress-ta_IN.po
CHANGED
File without changes
|
languages/wp-seopress-te.mo
CHANGED
File without changes
|
languages/wp-seopress-te.po
CHANGED
File without changes
|
languages/wp-seopress-tr_TR.mo
CHANGED
File without changes
|
languages/wp-seopress-tr_TR.po
CHANGED
File without changes
|
languages/wp-seopress-vi.mo
CHANGED
File without changes
|
languages/wp-seopress-vi.po
CHANGED
File without changes
|
languages/wp-seopress-zh_TW.mo
CHANGED
File without changes
|
languages/wp-seopress-zh_TW.po
CHANGED
File without changes
|
languages/wp-seopress.pot
CHANGED
File without changes
|
languages/wp-seopress_fa_IR.mo
ADDED
Binary file
|
languages/wp-seopress_fa_IR.po
ADDED
@@ -0,0 +1,6094 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2020-04-13 14:16+0200\n"
|
6 |
+
"PO-Revision-Date: 2020-04-13 14:16+0200\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: frashmi <frashminet@gmail.com>\n"
|
9 |
+
"Language: fa\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.3\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;_x;esc_attr_e;esc_attr__;esc_html__;esc_html_e\n"
|
15 |
+
"X-Poedit-Basepath: ..\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: inc/admin/admin-features-list.php:15
|
21 |
+
msgid "Titles & metas"
|
22 |
+
msgstr "عنوان ها و متا"
|
23 |
+
|
24 |
+
#: inc/admin/admin-features-list.php:16
|
25 |
+
#, fuzzy
|
26 |
+
#| msgid "Manage all your titles & metas"
|
27 |
+
msgid "Manage all your titles & metas for post types, taxonomies, archives..."
|
28 |
+
msgstr "تمام عناوین و متا را مدیریت کنید"
|
29 |
+
|
30 |
+
#: inc/admin/admin-features-list.php:18 inc/admin/admin-features-list.php:34
|
31 |
+
#: inc/admin/admin-features-list.php:50 inc/admin/admin-features-list.php:66
|
32 |
+
#: inc/admin/admin-features-list.php:82 inc/admin/admin-features-list.php:93
|
33 |
+
#: inc/admin/admin-features-list.php:109 inc/admin/admin-features-list.php:118
|
34 |
+
#: inc/admin/admin-features-list.php:127 inc/admin/admin-features-list.php:136
|
35 |
+
#: inc/admin/admin-features-list.php:155 inc/admin/admin-features-list.php:171
|
36 |
+
#: inc/admin/admin-features-list.php:192 inc/admin/admin-features-list.php:209
|
37 |
+
#: inc/admin/admin-features-list.php:228 inc/admin/admin-features-list.php:247
|
38 |
+
#: inc/admin/admin-features-list.php:285 inc/admin/admin-features-list.php:295
|
39 |
+
#: inc/admin/admin-features-list.php:305 inc/admin/admin-features-list.php:316
|
40 |
+
#: inc/admin/admin-features-list.php:327 inc/admin/admin-features-list.php:345
|
41 |
+
msgid "Manage"
|
42 |
+
msgstr "مدیریت کردن"
|
43 |
+
|
44 |
+
#: inc/admin/admin-features-list.php:23 inc/admin/admin-features-list.php:39
|
45 |
+
#: inc/admin/admin-features-list.php:55 inc/admin/admin-features-list.php:71
|
46 |
+
#: inc/admin/admin-features-list.php:98 inc/admin/admin-features-list.php:144
|
47 |
+
#: inc/admin/admin-features-list.php:160 inc/admin/admin-features-list.php:176
|
48 |
+
#: inc/admin/admin-features-list.php:197 inc/admin/admin-features-list.php:214
|
49 |
+
#: inc/admin/admin-features-list.php:233 inc/admin/admin-features-list.php:252
|
50 |
+
#: inc/admin/admin-features-list.php:271 inc/admin/admin-features-list.php:332
|
51 |
+
#: inc/admin/admin-features-list.php:350 inc/admin/admin.php:293
|
52 |
+
#: inc/admin/admin.php:299
|
53 |
+
msgid "Read our guide"
|
54 |
+
msgstr "راهنمای ما را بخوانید"
|
55 |
+
|
56 |
+
#: inc/admin/admin-features-list.php:24
|
57 |
+
msgid "Guide to manage your titles and meta descriptions - new window"
|
58 |
+
msgstr "راهنمای مدیریت عناوین و متا توضیحات - پنجره جدید"
|
59 |
+
|
60 |
+
#: inc/admin/admin-features-list.php:31 inc/admin/admin.php:192
|
61 |
+
msgid "XML / Image / Video / HTML Sitemap"
|
62 |
+
msgstr "XML / Image / Video / HTML Sitemap"
|
63 |
+
|
64 |
+
#: inc/admin/admin-features-list.php:32
|
65 |
+
msgid "Manage your XML / Image / Video / HTML Sitemap"
|
66 |
+
msgstr "XML / Image / Video / HTML Sitemap خود را مدیریت کنید"
|
67 |
+
|
68 |
+
#: inc/admin/admin-features-list.php:40
|
69 |
+
msgid "Guide to enable your XML Sitemaps - new window"
|
70 |
+
msgstr "راهنمای فعال سازی نقشه های XML شما - پنجره جدید"
|
71 |
+
|
72 |
+
#: inc/admin/admin-features-list.php:47 inc/admin/admin-header.php:48
|
73 |
+
#: inc/admin/admin.php:193 inc/admin/adminbar.php:38
|
74 |
+
msgid "Social Networks"
|
75 |
+
msgstr "شبکه های اجتماعی"
|
76 |
+
|
77 |
+
#: inc/admin/admin-features-list.php:48
|
78 |
+
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
79 |
+
msgstr "باز نمودار، کارت توییتر، نمودار گوگل دانش و بیشتر ..."
|
80 |
+
|
81 |
+
#: inc/admin/admin-features-list.php:56
|
82 |
+
msgid "Guide to enable Google Knowledge Graph - new window"
|
83 |
+
msgstr "راهنمای فعال کردن نمودار گوگل دانش - پنجره جدید"
|
84 |
+
|
85 |
+
#: inc/admin/admin-features-list.php:63 inc/admin/admin-header.php:54
|
86 |
+
#: inc/admin/adminbar.php:44
|
87 |
+
msgid "Google Analytics"
|
88 |
+
msgstr "گوگل آنالتیکز"
|
89 |
+
|
90 |
+
#: inc/admin/admin-features-list.php:64
|
91 |
+
msgid "Track everything about your visitors with Google Analytics"
|
92 |
+
msgstr "همه چیز را درباره بازدیدکنندگان خود با Google Analytics پیگیری کنید"
|
93 |
+
|
94 |
+
#: inc/admin/admin-features-list.php:72
|
95 |
+
msgid "Guide to getting started with Google Analytics - new window"
|
96 |
+
msgstr "راهنمای شروع کار با Google Analytics - پنجره جدید"
|
97 |
+
|
98 |
+
#: inc/admin/admin-features-list.php:79 inc/admin/admin-header.php:60
|
99 |
+
#: inc/admin/admin-metaboxes-form.php:58 inc/admin/admin.php:195
|
100 |
+
#: inc/admin/admin.php:356 inc/admin/admin.php:636 inc/admin/adminbar.php:50
|
101 |
+
msgid "Advanced"
|
102 |
+
msgstr "پیشرفته"
|
103 |
+
|
104 |
+
#: inc/admin/admin-features-list.php:80
|
105 |
+
msgid "Advanced SEO options for advanced users!"
|
106 |
+
msgstr "گزینه های جستجوی پیشرفته برای کاربران پیشرفته!"
|
107 |
+
|
108 |
+
#: inc/admin/admin-features-list.php:90 inc/admin/admin-header.php:68
|
109 |
+
msgid "WooCommerce"
|
110 |
+
msgstr "ووکامرس"
|
111 |
+
|
112 |
+
#: inc/admin/admin-features-list.php:91
|
113 |
+
msgid "Improve WooCommerce SEO"
|
114 |
+
msgstr "بهبود SEO WooCommerce"
|
115 |
+
|
116 |
+
#: inc/admin/admin-features-list.php:99
|
117 |
+
#, fuzzy
|
118 |
+
#| msgid "Guide to edit your robots.txt file - new window"
|
119 |
+
msgid "Guide to optimize your WooCommerce SEO - new window"
|
120 |
+
msgstr "راهنمای ویرایش فایل robots.txt شما - پنجره جدید"
|
121 |
+
|
122 |
+
#: inc/admin/admin-features-list.php:106 inc/admin/admin-header.php:74
|
123 |
+
msgid "Easy Digital Downloads"
|
124 |
+
msgstr "ایزی دیجیتال دانلود"
|
125 |
+
|
126 |
+
#: inc/admin/admin-features-list.php:107
|
127 |
+
msgid "Improve Easy Digital Downloads SEO"
|
128 |
+
msgstr "بهبود جستجوگرهای آسان دیجیتال"
|
129 |
+
|
130 |
+
#: inc/admin/admin-features-list.php:115 inc/admin/admin-header.php:80
|
131 |
+
msgid "Local Business"
|
132 |
+
msgstr "تجارت محلی"
|
133 |
+
|
134 |
+
#: inc/admin/admin-features-list.php:116
|
135 |
+
msgid "Add Google Local Business data type"
|
136 |
+
msgstr "نوع داده Google Local Business را اضافه کنید"
|
137 |
+
|
138 |
+
#: inc/admin/admin-features-list.php:124 inc/admin/admin-header.php:86
|
139 |
+
msgid "Dublin Core"
|
140 |
+
msgstr "هسته دوبلین"
|
141 |
+
|
142 |
+
#: inc/admin/admin-features-list.php:125
|
143 |
+
msgid "Add Dublin Core meta tags"
|
144 |
+
msgstr "اضافه کردن متا تگ های Dublin Core"
|
145 |
+
|
146 |
+
#: inc/admin/admin-features-list.php:133
|
147 |
+
msgid "Structured Data Types"
|
148 |
+
msgstr "انواع داده های ساختاری"
|
149 |
+
|
150 |
+
#: inc/admin/admin-features-list.php:134
|
151 |
+
#, fuzzy
|
152 |
+
#| msgid ""
|
153 |
+
#| "Add data types to your content: articles, courses, recipes, videos, events "
|
154 |
+
#| "and products"
|
155 |
+
msgid ""
|
156 |
+
"Add data types to your content: articles, courses, recipes, videos, events, "
|
157 |
+
"products and more."
|
158 |
+
msgstr ""
|
159 |
+
"انواع داده ها را به مطالب خود اضافه کنید: مقالات، دوره ها، دستور العمل ها، "
|
160 |
+
"فیلم ها، رویدادها و محصولات"
|
161 |
+
|
162 |
+
#: inc/admin/admin-features-list.php:139 inc/admin/admin-features-list.php:225
|
163 |
+
#, fuzzy
|
164 |
+
#| msgid "See archive"
|
165 |
+
msgid "See schemas"
|
166 |
+
msgstr "آرشیو را ببینید"
|
167 |
+
|
168 |
+
#: inc/admin/admin-features-list.php:145 inc/admin/admin-features-list.php:234
|
169 |
+
#, fuzzy
|
170 |
+
#| msgid "Guide to activate SEOPress PRO - new window"
|
171 |
+
msgid "Guide to add schemas with SEOPress PRO - new window"
|
172 |
+
msgstr "راهنمای فعال سازی SEOPress PRO - پنجره جدید"
|
173 |
+
|
174 |
+
#: inc/admin/admin-features-list.php:152 inc/admin/admin-header.php:98
|
175 |
+
msgid "Breadcrumbs"
|
176 |
+
msgstr "مسیر راهنما"
|
177 |
+
|
178 |
+
#: inc/admin/admin-features-list.php:153
|
179 |
+
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
180 |
+
msgstr ""
|
181 |
+
"گزینه های نان را برای موضوع خود فعال کنید و SEO خود را در SERPs بهبود بخشید"
|
182 |
+
|
183 |
+
#: inc/admin/admin-features-list.php:161
|
184 |
+
msgid "Guide to enable Breadcrumbs - new window"
|
185 |
+
msgstr "راهنمای فعال کردن Breadcrumbs - پنجره جدید"
|
186 |
+
|
187 |
+
#: inc/admin/admin-features-list.php:168 inc/admin/admin-header.php:104
|
188 |
+
msgid "Google Page Speed"
|
189 |
+
msgstr "Google Page Speed"
|
190 |
+
|
191 |
+
#: inc/admin/admin-features-list.php:169
|
192 |
+
msgid "Track your website performance to improve SEO with Google Page Speed"
|
193 |
+
msgstr "پیگیری عملکرد وب سایت خود را برای بهبود SEO با سرعت صفحه Google"
|
194 |
+
|
195 |
+
#: inc/admin/admin-features-list.php:177
|
196 |
+
msgid "Guide to analyze your site with Google Page Speed - new window"
|
197 |
+
msgstr "راهنمای تجزیه و تحلیل سایت خود را با سرعت صفحه Google - پنجره جدید"
|
198 |
+
|
199 |
+
#: inc/admin/admin-features-list.php:186 inc/admin/admin-header.php:111
|
200 |
+
msgid "robots.txt"
|
201 |
+
msgstr "robots.txt"
|
202 |
+
|
203 |
+
#: inc/admin/admin-features-list.php:187
|
204 |
+
msgid "Edit your robots.txt file"
|
205 |
+
msgstr "فایل robots.txt خود را ویرایش کنید"
|
206 |
+
|
207 |
+
#: inc/admin/admin-features-list.php:189
|
208 |
+
msgid "View your robots.txt"
|
209 |
+
msgstr "robots.txt خود را مشاهده کنید"
|
210 |
+
|
211 |
+
#: inc/admin/admin-features-list.php:198 inc/admin/admin-features-list.php:215
|
212 |
+
msgid "Guide to edit your robots.txt file - new window"
|
213 |
+
msgstr "راهنمای ویرایش فایل robots.txt شما - پنجره جدید"
|
214 |
+
|
215 |
+
#: inc/admin/admin-features-list.php:206 inc/admin/admin-header.php:118
|
216 |
+
msgid "Google News Sitemap"
|
217 |
+
msgstr "نقشه سایت گوگل نیوز"
|
218 |
+
|
219 |
+
#: inc/admin/admin-features-list.php:207
|
220 |
+
msgid "Optimize your site for Google News"
|
221 |
+
msgstr "بهینه سازی سایت خود را برای اخبار گوگل"
|
222 |
+
|
223 |
+
#: inc/admin/admin-features-list.php:222 inc/admin/adminbar.php:85
|
224 |
+
msgid "Schemas"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: inc/admin/admin-features-list.php:223
|
228 |
+
msgid "Create / manage your schemas"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: inc/admin/admin-features-list.php:241 inc/admin/admin-header.php:124
|
232 |
+
#: inc/admin/admin.php:675 inc/admin/adminbar.php:93
|
233 |
+
msgid "Redirections"
|
234 |
+
msgstr "تغییر مسیرها"
|
235 |
+
|
236 |
+
#: inc/admin/admin-features-list.php:242
|
237 |
+
msgid "Monitor 404, create 301, 302 and 307 redirections"
|
238 |
+
msgstr "مانیتور 404، ایجاد تغییرات 301، 302 و 307"
|
239 |
+
|
240 |
+
#: inc/admin/admin-features-list.php:244
|
241 |
+
msgid "See redirects"
|
242 |
+
msgstr "مراجعه کنید"
|
243 |
+
|
244 |
+
#: inc/admin/admin-features-list.php:253
|
245 |
+
msgid "Guide to enable 301 redirections and 404 monitoring - new window"
|
246 |
+
msgstr "راهنمای فعال کردن 301 redirection و 404 نظارت - پنجره جدید"
|
247 |
+
|
248 |
+
#: inc/admin/admin-features-list.php:260 inc/admin/admin-header.php:130
|
249 |
+
#, fuzzy
|
250 |
+
#| msgid "Broken Links"
|
251 |
+
msgid "Broken links"
|
252 |
+
msgstr "لینک های شکسته"
|
253 |
+
|
254 |
+
#: inc/admin/admin-features-list.php:261
|
255 |
+
msgid "Scan your site to find SEO problems."
|
256 |
+
msgstr "اسکن سایت خود را برای پیدا کردن مشکلات SEO."
|
257 |
+
|
258 |
+
#: inc/admin/admin-features-list.php:263
|
259 |
+
msgid "See broken links"
|
260 |
+
msgstr "لینک های شکسته را ببینید"
|
261 |
+
|
262 |
+
#: inc/admin/admin-features-list.php:266
|
263 |
+
msgid "Scan"
|
264 |
+
msgstr "اسکن کردن"
|
265 |
+
|
266 |
+
#: inc/admin/admin-features-list.php:272
|
267 |
+
#, fuzzy
|
268 |
+
#| msgid "Guide to activate SEOPress PRO - new window"
|
269 |
+
msgid "Guide to find broken links with SEOPress PRO - new window"
|
270 |
+
msgstr "راهنمای فعال سازی SEOPress PRO - پنجره جدید"
|
271 |
+
|
272 |
+
#: inc/admin/admin-features-list.php:279 inc/admin/admin-header.php:136
|
273 |
+
#: inc/admin/adminbar.php:108
|
274 |
+
msgid "Backlinks"
|
275 |
+
msgstr "بک لینک ها"
|
276 |
+
|
277 |
+
#: inc/admin/admin-features-list.php:280
|
278 |
+
msgid "Check your backlinks with Majestic API."
|
279 |
+
msgstr "لینک های خود را با Majestic API بررسی کنید."
|
280 |
+
|
281 |
+
#: inc/admin/admin-features-list.php:282
|
282 |
+
msgid "See backlinks"
|
283 |
+
msgstr "مشاهده بک لینک ها"
|
284 |
+
|
285 |
+
#: inc/admin/admin-features-list.php:292 inc/admin/admin-header.php:142
|
286 |
+
msgid "URL Rewriting"
|
287 |
+
msgstr "بازنویسی نشانی اینترنتی "
|
288 |
+
|
289 |
+
#: inc/admin/admin-features-list.php:293
|
290 |
+
msgid "Customize your permalinks."
|
291 |
+
msgstr "پیوندهای یکتای خود را سفارشی کنید."
|
292 |
+
|
293 |
+
#: inc/admin/admin-features-list.php:302 inc/admin/admin-header.php:155
|
294 |
+
msgid ".htaccess"
|
295 |
+
msgstr ".htaccess"
|
296 |
+
|
297 |
+
#: inc/admin/admin-features-list.php:303
|
298 |
+
msgid "Edit your htaccess file."
|
299 |
+
msgstr "فایل htaccess خود را ویرایش کنید."
|
300 |
+
|
301 |
+
#: inc/admin/admin-features-list.php:313 inc/admin/admin-header.php:162
|
302 |
+
msgid "RSS"
|
303 |
+
msgstr "RSS"
|
304 |
+
|
305 |
+
#: inc/admin/admin-features-list.php:314
|
306 |
+
msgid "Configure default WordPress RSS."
|
307 |
+
msgstr "پیکربندی پیش فرض وردپرس RSS."
|
308 |
+
|
309 |
+
#: inc/admin/admin-features-list.php:324 inc/admin/admin-header.php:175
|
310 |
+
#: inc/admin/admin.php:196 inc/admin/adminbar.php:56
|
311 |
+
msgid "Tools"
|
312 |
+
msgstr "ابزارها"
|
313 |
+
|
314 |
+
#: inc/admin/admin-features-list.php:325
|
315 |
+
#, fuzzy
|
316 |
+
#| msgid "Import/Export SEOPress settings from site to site."
|
317 |
+
msgid "Import/Export plugin settings from site to site."
|
318 |
+
msgstr "واردات / صادرات تنظیمات SEOPress از سایت به سایت."
|
319 |
+
|
320 |
+
#: inc/admin/admin-features-list.php:333
|
321 |
+
msgid "Guide to Export/Import/Reset settings - new window"
|
322 |
+
msgstr "راهنمای تنظیمات صادرات / واردات / تنظیم مجدد - پنجره جدید"
|
323 |
+
|
324 |
+
#: inc/admin/admin-features-list.php:342 inc/admin/admin-header.php:168
|
325 |
+
#: inc/admin/admin-notifications-center.php:525 inc/admin/adminbar.php:72
|
326 |
+
msgid "License"
|
327 |
+
msgstr "مجوز"
|
328 |
+
|
329 |
+
#: inc/admin/admin-features-list.php:343
|
330 |
+
#, fuzzy
|
331 |
+
#| msgid "Edit your SEOPress license key."
|
332 |
+
msgid "Edit your license key."
|
333 |
+
msgstr "کلید مجوز SEOPress خود را ویرایش کنید."
|
334 |
+
|
335 |
+
#: inc/admin/admin-features-list.php:351
|
336 |
+
msgid "Guide to activate SEOPress PRO - new window"
|
337 |
+
msgstr "راهنمای فعال سازی SEOPress PRO - پنجره جدید"
|
338 |
+
|
339 |
+
#: inc/admin/admin-features-list.php:406 inc/admin/admin-features-list.php:410
|
340 |
+
#, fuzzy
|
341 |
+
#| msgid "Click to disable this feature"
|
342 |
+
msgid "Click to disable"
|
343 |
+
msgstr "برای غیرفعال کردن این ویژگی کلیک کنید"
|
344 |
+
|
345 |
+
#: inc/admin/admin-features-list.php:407 inc/admin/admin-features-list.php:409
|
346 |
+
#, fuzzy
|
347 |
+
#| msgid "Click to enable this feature"
|
348 |
+
msgid "Click to enable"
|
349 |
+
msgstr "برای فعال کردن این ویژگی کلیک کنید"
|
350 |
+
|
351 |
+
#: inc/admin/admin-get-started.php:9
|
352 |
+
msgid "How-to get started"
|
353 |
+
msgstr ""
|
354 |
+
|
355 |
+
#: inc/admin/admin-get-started.php:10
|
356 |
+
msgid "Welcome to SEOPress!"
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: inc/admin/admin-get-started.php:11
|
360 |
+
msgid ""
|
361 |
+
"Launch our installation wizard to quickly and easily configure the basic SEO "
|
362 |
+
"settings for your site. Browse our video guides to go further. Can't find the "
|
363 |
+
"answers to your questions? Open a ticket from your customer area. A happiness "
|
364 |
+
"engineer will be happy to help you."
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: inc/admin/admin-get-started.php:12
|
368 |
+
#, fuzzy
|
369 |
+
#| msgid "Get list"
|
370 |
+
msgid "Get started"
|
371 |
+
msgstr "دریافت لیست"
|
372 |
+
|
373 |
+
#: inc/admin/admin-get-started.php:13
|
374 |
+
#, fuzzy
|
375 |
+
#| msgid "Enter your video categories"
|
376 |
+
msgid "Watch our video guides"
|
377 |
+
msgstr "دسته بندی های ویدیویی خود را وارد کنید"
|
378 |
+
|
379 |
+
#: inc/admin/admin-get-started.php:25
|
380 |
+
msgid "Our support center"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: inc/admin/admin-header.php:17
|
384 |
+
msgid "SEOPress"
|
385 |
+
msgstr "سئو پرس"
|
386 |
+
|
387 |
+
#: inc/admin/admin-header.php:24 inc/admin/admin-notifications-center.php:554
|
388 |
+
#: inc/admin/adminbar.php:78
|
389 |
+
msgid "PRO"
|
390 |
+
msgstr "نسخه پولی"
|
391 |
+
|
392 |
+
#: inc/admin/admin-header.php:29
|
393 |
+
msgid "FREE"
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: inc/admin/admin-header.php:36 inc/admin/admin.php:191
|
397 |
+
#: inc/admin/adminbar.php:26
|
398 |
+
msgid "Titles & Metas"
|
399 |
+
msgstr "عنوان ها و متا"
|
400 |
+
|
401 |
+
#: inc/admin/admin-header.php:42 inc/admin/admin.php:192
|
402 |
+
#: inc/admin/adminbar.php:32
|
403 |
+
msgid "XML / HTML Sitemap"
|
404 |
+
msgstr "XML / HTML نقشه سایت"
|
405 |
+
|
406 |
+
#: inc/admin/admin-header.php:92
|
407 |
+
msgid "Structured Data Types (schema.org)"
|
408 |
+
msgstr "انواع داده های ساختاری (schema.org)"
|
409 |
+
|
410 |
+
#: inc/admin/admin-header.php:149
|
411 |
+
msgid "White Label"
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: inc/admin/admin-header.php:200
|
415 |
+
msgid "See the changelog (new window)"
|
416 |
+
msgstr "تغییرات نسخه را ببینید (پنجره جدید)"
|
417 |
+
|
418 |
+
#: inc/admin/admin-header.php:202
|
419 |
+
msgid "See the changelog"
|
420 |
+
msgstr "تغییرات نسخه را مشاهده کنید"
|
421 |
+
|
422 |
+
#: inc/admin/admin-header.php:204 inc/admin/admin-header.php:206
|
423 |
+
msgid "Send feedback"
|
424 |
+
msgstr "ارسال بازخورد"
|
425 |
+
|
426 |
+
#: inc/admin/admin-header.php:208
|
427 |
+
msgid "Follow us on Twitter (new window)"
|
428 |
+
msgstr "توییتر ما را دنبال کنید (پنجره جدید)"
|
429 |
+
|
430 |
+
#: inc/admin/admin-header.php:210 inc/admin/admin-wizard.php:871
|
431 |
+
msgid "Follow us on Twitter"
|
432 |
+
msgstr "ما را در توییتر دنبال کنید"
|
433 |
+
|
434 |
+
#: inc/admin/admin-header.php:212
|
435 |
+
msgid "Follow us on YouTube (new window)"
|
436 |
+
msgstr "ما را در YouTube دنبال کنید (پنجره جدید)"
|
437 |
+
|
438 |
+
#: inc/admin/admin-header.php:214
|
439 |
+
msgid "Follow us on YouTube"
|
440 |
+
msgstr "ما را در YouTube دنبال کنید"
|
441 |
+
|
442 |
+
#: inc/admin/admin-header.php:216
|
443 |
+
msgid "Official website (new window)"
|
444 |
+
msgstr "وب سایت رسمی (پنجره جدید)"
|
445 |
+
|
446 |
+
#: inc/admin/admin-header.php:218
|
447 |
+
msgid "Official website"
|
448 |
+
msgstr "وب سایت رسمی"
|
449 |
+
|
450 |
+
#: inc/admin/admin-header.php:220
|
451 |
+
msgid "Support (new window)"
|
452 |
+
msgstr "پشتیبانی (پنجره جدید)"
|
453 |
+
|
454 |
+
#: inc/admin/admin-header.php:222
|
455 |
+
msgid "Support"
|
456 |
+
msgstr "حمایت کردن"
|
457 |
+
|
458 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:5
|
459 |
+
msgid "Enter a few keywords for analysis to help you write optimized content."
|
460 |
+
msgstr ""
|
461 |
+
"چند کلمه کلیدی برای تجزیه و تحلیل وارد کنید تا به شما در ایجاد محتوای بهینه "
|
462 |
+
"شده کمک کند."
|
463 |
+
|
464 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:8
|
465 |
+
msgid ""
|
466 |
+
"Writing content for your users is the most important thing! If it doesn‘t "
|
467 |
+
"feel natural, your visitors will leave your site, Google will know it and "
|
468 |
+
"your ranking will be affected."
|
469 |
+
msgstr ""
|
470 |
+
|
471 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:12
|
472 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:18
|
473 |
+
#: inc/functions/options-advanced-admin.php:822
|
474 |
+
msgid "Target keywords"
|
475 |
+
msgstr "کلمات کلیدی هدف"
|
476 |
+
|
477 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:15
|
478 |
+
#, fuzzy
|
479 |
+
#| msgid ""
|
480 |
+
#| "Separate target keywords with commas. Do not use spaces after the commas, "
|
481 |
+
#| "unless you want to include them."
|
482 |
+
msgid ""
|
483 |
+
"Separate target keywords with commas. Do not use spaces after the commas, "
|
484 |
+
"unless you want to include them (eg: \"my super keyword,another keyword,"
|
485 |
+
"keyword\")"
|
486 |
+
msgstr ""
|
487 |
+
"جدا کردن کلمات کلیدی هدف با کاما. از فضاهای بعد از کاما استفاده نکنید، مگر "
|
488 |
+
"اینکه بخواهید آنها را وارد کنید."
|
489 |
+
|
490 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:18
|
491 |
+
msgid "Enter your target keywords"
|
492 |
+
msgstr "کلمات کلیدی مورد نظر خود را وارد کنید"
|
493 |
+
|
494 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:21
|
495 |
+
msgid "Analyze my content"
|
496 |
+
msgstr "محتوای من را تجزیه و تحلیل کنید"
|
497 |
+
|
498 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:23
|
499 |
+
msgid "Refresh analysis"
|
500 |
+
msgstr "تجزیه و تحلیل تازه کردن"
|
501 |
+
|
502 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:26
|
503 |
+
msgid "To get the most accurate analysis, save your post first."
|
504 |
+
msgstr "برای به دست آوردن دقیق ترین تجزیه و تحلیل، ابتدا پست خود را ذخیره کنید."
|
505 |
+
|
506 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:31
|
507 |
+
msgid "Google suggestions"
|
508 |
+
msgstr "پیشنهادات گوگل"
|
509 |
+
|
510 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:34
|
511 |
+
msgid ""
|
512 |
+
"Enter a keyword, or a phrase, to find the top 10 Google suggestions "
|
513 |
+
"instantly. This is useful if you want to work with the long tail technique."
|
514 |
+
msgstr ""
|
515 |
+
"یک کلمه کلیدی یا عبارت را وارد کنید تا بلافاصله 10 پیشنهاد برتر Google را "
|
516 |
+
"پیدا کنید. اگر می خواهید با تکنیک دم طولانی کار کنید، مفید است."
|
517 |
+
|
518 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:39
|
519 |
+
msgid "Get suggestions!"
|
520 |
+
msgstr "پیشنهادات"
|
521 |
+
|
522 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:94
|
523 |
+
#, fuzzy
|
524 |
+
#| msgid "Structured Data Types"
|
525 |
+
msgid "Structured data types"
|
526 |
+
msgstr "انواع داده های ساختاری"
|
527 |
+
|
528 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:99
|
529 |
+
#, fuzzy
|
530 |
+
#| msgid "Last modified post date"
|
531 |
+
msgid "Last modified date"
|
532 |
+
msgstr "آخرین تاریخ پست اصلاح شده"
|
533 |
+
|
534 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:104
|
535 |
+
msgid "Words counter"
|
536 |
+
msgstr "کلمات ضد"
|
537 |
+
|
538 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:109
|
539 |
+
msgid "Keywords density"
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:114
|
543 |
+
#, fuzzy
|
544 |
+
#| msgid "Remove stop words in permalinks"
|
545 |
+
msgid "Keywords in permalink"
|
546 |
+
msgstr "حذف کلمات متوقف در permalinks"
|
547 |
+
|
548 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:119
|
549 |
+
#, fuzzy
|
550 |
+
#| msgid "H1 (Heading 1)"
|
551 |
+
msgid "Headings"
|
552 |
+
msgstr "H1 (عنوان 1)"
|
553 |
+
|
554 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:124
|
555 |
+
#: inc/admin/admin-metaboxes-form.php:106
|
556 |
+
msgid "Meta title"
|
557 |
+
msgstr "عنوان متا"
|
558 |
+
|
559 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:129
|
560 |
+
#: inc/admin/admin-metaboxes-form.php:130 inc/admin/admin-metaboxes-form.php:131
|
561 |
+
#: inc/admin/admin-metaboxes-form.php:133 inc/admin/admin-wizard.php:294
|
562 |
+
#: inc/admin/admin-wizard.php:313 inc/admin/admin-wizard.php:330
|
563 |
+
#: inc/admin/admin-wizard.php:349 inc/admin/admin-wizard.php:368
|
564 |
+
#: inc/admin/admin-wizard.php:386 inc/admin/admin-wizard.php:403
|
565 |
+
#: inc/admin/admin.php:773 inc/admin/admin.php:794 inc/admin/admin.php:813
|
566 |
+
#: inc/admin/admin.php:834 inc/admin/admin.php:855 inc/admin/admin.php:875
|
567 |
+
#: inc/admin/admin.php:894 inc/admin/admin.php:1190 inc/admin/admin.php:2952
|
568 |
+
#: inc/functions/options-advanced-admin.php:814
|
569 |
+
msgid "Meta description"
|
570 |
+
msgstr "توضیحات متا"
|
571 |
+
|
572 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:134
|
573 |
+
#, fuzzy
|
574 |
+
#| msgid "Social Networks"
|
575 |
+
msgid "Social meta tags"
|
576 |
+
msgstr "شبکه های اجتماعی"
|
577 |
+
|
578 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:139
|
579 |
+
msgid "Meta robots"
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:144
|
583 |
+
msgid "Alternative texts of images"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:149
|
587 |
+
msgid "NoFollow Links"
|
588 |
+
msgstr "لینک های NoFollow"
|
589 |
+
|
590 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:154
|
591 |
+
#, fuzzy
|
592 |
+
#| msgid "Broken Links"
|
593 |
+
msgid "Outbound Links"
|
594 |
+
msgstr "لینک های شکسته"
|
595 |
+
|
596 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:162
|
597 |
+
msgid "We found these schemas in the source code of this page:"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:169
|
601 |
+
msgid "duplicated schema - x"
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:178
|
605 |
+
msgid "No schemas found in the source code of this page."
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:185
|
609 |
+
msgid "This post is a little old!"
|
610 |
+
msgstr ""
|
611 |
+
|
612 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:187
|
613 |
+
msgid "The last modified date of this article is less than 1 year. Cool!"
|
614 |
+
msgstr ""
|
615 |
+
|
616 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:189
|
617 |
+
msgid ""
|
618 |
+
"Search engines love fresh content. Regularly update your articles without "
|
619 |
+
"having to rewrite your content entirely and give them a boost in search "
|
620 |
+
"rankings. SEOPress takes care of the technical part."
|
621 |
+
msgstr ""
|
622 |
+
|
623 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:195
|
624 |
+
msgid ""
|
625 |
+
"Words counter is not a direct ranking factor. But, your content must be as "
|
626 |
+
"qualitative as possible, with relevant and unique information. To fulfill "
|
627 |
+
"these conditions, your article requires a minimum of paragraphs, so words."
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:197
|
631 |
+
msgid "words found."
|
632 |
+
msgstr "کلمات پیدا شده است."
|
633 |
+
|
634 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:198
|
635 |
+
msgid "unique words found."
|
636 |
+
msgstr "کلمات منحصر به فرد در بر داشت."
|
637 |
+
|
638 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:201
|
639 |
+
msgid ""
|
640 |
+
"Your content is composed of more than 300 words, which is the minimum for a "
|
641 |
+
"post."
|
642 |
+
msgstr "محتوای شما از بیش از 300 کلمه تشکیل شده است که حداقل برای یک پست است."
|
643 |
+
|
644 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:203
|
645 |
+
msgid "Your content is too short. Add a few more paragraphs!"
|
646 |
+
msgstr "محتوای شما خیلی کوتاه است چند پاراگراف اضافه کنید!"
|
647 |
+
|
648 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:210
|
649 |
+
#, fuzzy
|
650 |
+
#| msgid "Your content is too short. Add a few more paragraphs!"
|
651 |
+
msgid "No content? Add a few more paragraphs!"
|
652 |
+
msgstr "محتوای شما خیلی کوتاه است چند پاراگراف اضافه کنید!"
|
653 |
+
|
654 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:225
|
655 |
+
#, php-format
|
656 |
+
msgid "%s was found %d times in your content, a keyword density of %s%%"
|
657 |
+
msgstr ""
|
658 |
+
|
659 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:228
|
660 |
+
msgid ""
|
661 |
+
"Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" "
|
662 |
+
"target=\"_blank\">keywords stuffing</a>."
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:232
|
666 |
+
msgid ""
|
667 |
+
"We were unable to calculate the density of your keywords. You probably "
|
668 |
+
"haven‘t added any content or your target keywords were not find in your post "
|
669 |
+
"content."
|
670 |
+
msgstr ""
|
671 |
+
|
672 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:238
|
673 |
+
#, fuzzy
|
674 |
+
#| msgid "None of your target keywords were found in Heading 2 (H2)."
|
675 |
+
msgid "Cool, one of your target keyword is used in your permalink."
|
676 |
+
msgstr "هیچ یک از کلمات کلیدی مورد نظر شما در قسمت 2 (H2) یافت نشد."
|
677 |
+
|
678 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:250
|
679 |
+
#, fuzzy
|
680 |
+
#| msgid "None of your target keywords were found in Heading 2 (H2)."
|
681 |
+
msgid "You should add one of your target keyword in your permalink."
|
682 |
+
msgstr "هیچ یک از کلمات کلیدی مورد نظر شما در قسمت 2 (H2) یافت نشد."
|
683 |
+
|
684 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:258
|
685 |
+
msgid "H1 (Heading 1)"
|
686 |
+
msgstr "H1 (عنوان 1)"
|
687 |
+
|
688 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:266
|
689 |
+
#, fuzzy
|
690 |
+
#| msgid "Target keywords were found in Heading 2 (H2)."
|
691 |
+
msgid "Target keywords were found in Heading 1 (H1)."
|
692 |
+
msgstr "کلمات کلیدی هدف در قسمت 2 (H2) یافت شد."
|
693 |
+
|
694 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:275
|
695 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:305
|
696 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:326
|
697 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:349
|
698 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:383
|
699 |
+
#, php-format
|
700 |
+
msgid "%s was found %d times."
|
701 |
+
msgstr "%s %d بار یافت شد"
|
702 |
+
|
703 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:280
|
704 |
+
#, php-format
|
705 |
+
msgid "We found %d Heading 1 (H1) in your content."
|
706 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
707 |
+
|
708 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:281
|
709 |
+
#, fuzzy
|
710 |
+
#| msgid ""
|
711 |
+
#| "You should not use a H1 heading in your post content because your post "
|
712 |
+
#| "title is already an H1. The rule is simple: only one H1 for each web page."
|
713 |
+
msgid ""
|
714 |
+
"You should not use more than one H1 heading in your post content. The rule is "
|
715 |
+
"simple: only one H1 for each web page. It is better for both SEO and "
|
716 |
+
"accessibility. Below, the list:"
|
717 |
+
msgstr ""
|
718 |
+
"شما نباید از عنوان H1 در محتوای پست خود استفاده کنید زیرا عنوان پست شما H1 "
|
719 |
+
"است. این قانون ساده است: فقط یک H1 برای هر صفحه وب است."
|
720 |
+
|
721 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:295
|
722 |
+
msgid "H2 (Heading 2)"
|
723 |
+
msgstr "H2 (عنوان 2)"
|
724 |
+
|
725 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:297
|
726 |
+
msgid "Target keywords were found in Heading 2 (H2)."
|
727 |
+
msgstr "کلمات کلیدی هدف در قسمت 2 (H2) یافت شد."
|
728 |
+
|
729 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:309
|
730 |
+
msgid "None of your target keywords were found in Heading 2 (H2)."
|
731 |
+
msgstr "هیچ یک از کلمات کلیدی مورد نظر شما در قسمت 2 (H2) یافت نشد."
|
732 |
+
|
733 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:316
|
734 |
+
msgid "H3 (Heading 3)"
|
735 |
+
msgstr "H3 (عنوان 3)"
|
736 |
+
|
737 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:318
|
738 |
+
msgid "Target keywords were found in Heading 3 (H3)."
|
739 |
+
msgstr "کلمات کلیدی هدف در رده 3 (H3) یافت شد."
|
740 |
+
|
741 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:330
|
742 |
+
msgid "None of your target keywords were found in Heading 3 (H3)."
|
743 |
+
msgstr "هیچ یک از کلمات کلیدی مورد نظر شما در قسمت 3 (H3) یافت نشد."
|
744 |
+
|
745 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:341
|
746 |
+
msgid "Target keywords were found in the Meta Title."
|
747 |
+
msgstr "کلمات کلیدی هدف در عنوان Meta یافت شد."
|
748 |
+
|
749 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:355
|
750 |
+
msgid "None of your target keywords were found in the Meta Title."
|
751 |
+
msgstr "هیچ یک از کلمات کلیدی مورد نظر شما در Meta Title یافت نشد."
|
752 |
+
|
753 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:360
|
754 |
+
msgid "Your custom title is too long."
|
755 |
+
msgstr "عنوان سفارشی شما خیلی طولانی است"
|
756 |
+
|
757 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:363
|
758 |
+
msgid "The length of your title is correct"
|
759 |
+
msgstr "طول عنوان شما صحیح است"
|
760 |
+
|
761 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:368
|
762 |
+
msgid ""
|
763 |
+
"No custom title is set for this post. If the global meta title suits you, you "
|
764 |
+
"can ignore this recommendation."
|
765 |
+
msgstr ""
|
766 |
+
|
767 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:375
|
768 |
+
msgid "Target keywords were found in the Meta description."
|
769 |
+
msgstr "کلمات کلیدی هدف در شرح Meta یافت شد."
|
770 |
+
|
771 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:389
|
772 |
+
msgid "None of your target keywords were found in the Meta description."
|
773 |
+
msgstr "هیچ یک از کلمات کلیدی مورد نظر شما در توضیحات Meta یافت نشد."
|
774 |
+
|
775 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:394
|
776 |
+
msgid "You custom meta description is too long."
|
777 |
+
msgstr "توضیحات متا سفارشی خیلی طولانی است"
|
778 |
+
|
779 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:397
|
780 |
+
msgid "The length of your meta description is correct"
|
781 |
+
msgstr "طول توضیحات متادون شما صحیح است"
|
782 |
+
|
783 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:402
|
784 |
+
msgid ""
|
785 |
+
"No custom meta description is set for this post. If the global meta "
|
786 |
+
"description suits you, you can ignore this recommendation."
|
787 |
+
msgstr ""
|
788 |
+
|
789 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:409
|
790 |
+
#, fuzzy
|
791 |
+
#| msgid "Enable Open Graph Data"
|
792 |
+
msgid "Open Graph Title"
|
793 |
+
msgstr "فعال کردن نمودار گرافیکی باز"
|
794 |
+
|
795 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:418
|
796 |
+
#, fuzzy, php-format
|
797 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
798 |
+
msgid "We found %d og:title in your content."
|
799 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
800 |
+
|
801 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:419
|
802 |
+
msgid ""
|
803 |
+
"You should not use more than one og:title in your post content to avoid "
|
804 |
+
"conflicts when sharing on social networks. Facebook will take the last og:"
|
805 |
+
"title tag from your source code. Below, the list:"
|
806 |
+
msgstr ""
|
807 |
+
|
808 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:421
|
809 |
+
msgid "We found an Open Graph Title tag in your source code."
|
810 |
+
msgstr ""
|
811 |
+
|
812 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:433
|
813 |
+
msgid "Your Open Graph Title is missing!"
|
814 |
+
msgstr ""
|
815 |
+
|
816 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:437
|
817 |
+
#, fuzzy
|
818 |
+
#| msgid "Term Description"
|
819 |
+
msgid "Open Graph Description"
|
820 |
+
msgstr "شرح دوره"
|
821 |
+
|
822 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:447
|
823 |
+
#, fuzzy, php-format
|
824 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
825 |
+
msgid "We found %d og:description in your content."
|
826 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
827 |
+
|
828 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:448
|
829 |
+
msgid ""
|
830 |
+
"You should not use more than one og:description in your post content to avoid "
|
831 |
+
"conflicts when sharing on social networks. Facebook will take the last og:"
|
832 |
+
"description tag from your source code. Below, the list:"
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:450
|
836 |
+
msgid "We found an Open Graph Description tag in your source code."
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:462
|
840 |
+
msgid "Your Open Graph Description is missing!"
|
841 |
+
msgstr ""
|
842 |
+
|
843 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:466
|
844 |
+
#, fuzzy
|
845 |
+
#| msgid "Enable Open Graph Data"
|
846 |
+
msgid "Open Graph Image"
|
847 |
+
msgstr "فعال کردن نمودار گرافیکی باز"
|
848 |
+
|
849 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:475
|
850 |
+
#, fuzzy, php-format
|
851 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
852 |
+
msgid "We found %d og:image in your content."
|
853 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
854 |
+
|
855 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:487
|
856 |
+
msgid "Your Open Graph Image is missing!"
|
857 |
+
msgstr ""
|
858 |
+
|
859 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:491
|
860 |
+
#, fuzzy
|
861 |
+
#| msgid "Enable Open Graph Data"
|
862 |
+
msgid "Open Graph URL"
|
863 |
+
msgstr "فعال کردن نمودار گرافیکی باز"
|
864 |
+
|
865 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:501
|
866 |
+
#, fuzzy, php-format
|
867 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
868 |
+
msgid "We found %d og:url in your content."
|
869 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
870 |
+
|
871 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:502
|
872 |
+
msgid ""
|
873 |
+
"You should not use more than one og:url in your post content to avoid "
|
874 |
+
"conflicts when sharing on social networks. Facebook will take the last og:url "
|
875 |
+
"tag from your source code. Below, the list:"
|
876 |
+
msgstr ""
|
877 |
+
|
878 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:504
|
879 |
+
msgid "We found an Open Graph URL tag in your source code."
|
880 |
+
msgstr ""
|
881 |
+
|
882 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:516
|
883 |
+
msgid "Your Open Graph URL is missing!"
|
884 |
+
msgstr ""
|
885 |
+
|
886 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:520
|
887 |
+
#, fuzzy
|
888 |
+
#| msgid "Enable Open Graph Data"
|
889 |
+
msgid "Open Graph Site Name"
|
890 |
+
msgstr "فعال کردن نمودار گرافیکی باز"
|
891 |
+
|
892 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:530
|
893 |
+
#, fuzzy, php-format
|
894 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
895 |
+
msgid "We found %d og:site_name in your content."
|
896 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
897 |
+
|
898 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:531
|
899 |
+
msgid ""
|
900 |
+
"You should not use more than one og:site_name in your post content to avoid "
|
901 |
+
"conflicts when sharing on social networks. Facebook will take the last og:"
|
902 |
+
"site_name tag from your source code. Below, the list:"
|
903 |
+
msgstr ""
|
904 |
+
|
905 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:533
|
906 |
+
msgid "We found an Open Graph Site Name tag in your source code."
|
907 |
+
msgstr ""
|
908 |
+
|
909 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:545
|
910 |
+
msgid "Your Open Graph Site Name is missing!"
|
911 |
+
msgstr ""
|
912 |
+
|
913 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:549
|
914 |
+
#: inc/admin/admin-metaboxes-form.php:374 inc/admin/admin-metaboxes-form.php:375
|
915 |
+
msgid "Twitter Title"
|
916 |
+
msgstr "عنوان توییتر"
|
917 |
+
|
918 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:559
|
919 |
+
#, fuzzy, php-format
|
920 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
921 |
+
msgid "We found %d twitter:title in your content."
|
922 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
923 |
+
|
924 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:560
|
925 |
+
msgid ""
|
926 |
+
"You should not use more than one twitter:title in your post content to avoid "
|
927 |
+
"conflicts when sharing on social networks. Twitter will take the last twitter:"
|
928 |
+
"title tag from your source code. Below, the list:"
|
929 |
+
msgstr ""
|
930 |
+
|
931 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:562
|
932 |
+
msgid "We found a Twitter Title Tag in your source code."
|
933 |
+
msgstr ""
|
934 |
+
|
935 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:574
|
936 |
+
#, fuzzy
|
937 |
+
#| msgid "Your site title is empty!"
|
938 |
+
msgid "Your Twitter Title is missing!"
|
939 |
+
msgstr "عنوان سایت شما خالی است!"
|
940 |
+
|
941 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:578
|
942 |
+
#, fuzzy
|
943 |
+
#| msgid "Twitter description"
|
944 |
+
msgid "Twitter Description"
|
945 |
+
msgstr "شرح توییتر"
|
946 |
+
|
947 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:588
|
948 |
+
#, fuzzy, php-format
|
949 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
950 |
+
msgid "We found %d twitter:description in your content."
|
951 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
952 |
+
|
953 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:589
|
954 |
+
msgid ""
|
955 |
+
"You should not use more than one twitter:description in your post content to "
|
956 |
+
"avoid conflicts when sharing on social networks. Twitter will take the last "
|
957 |
+
"twitter:description tag from your source code. Below, the list:"
|
958 |
+
msgstr ""
|
959 |
+
|
960 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:591
|
961 |
+
msgid "We found a Twitter Description tag in your source code."
|
962 |
+
msgstr ""
|
963 |
+
|
964 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:603
|
965 |
+
#, fuzzy
|
966 |
+
#| msgid "Enter your Twitter description"
|
967 |
+
msgid "Your Twitter Description is missing!"
|
968 |
+
msgstr "توصیف توییتر خود را وارد کنید"
|
969 |
+
|
970 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:607
|
971 |
+
#, fuzzy
|
972 |
+
#| msgid "Default Twitter Image"
|
973 |
+
msgid "Twitter Image"
|
974 |
+
msgstr "پیش فرض تصویر توییتر"
|
975 |
+
|
976 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:616
|
977 |
+
#, fuzzy, php-format
|
978 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
979 |
+
msgid "We found %d twitter:image in your content."
|
980 |
+
msgstr "ما %d Heading 1 (H1) را در محتوا یافتیم."
|
981 |
+
|
982 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:628
|
983 |
+
msgid "Your Twitter Image is missing!"
|
984 |
+
msgstr ""
|
985 |
+
|
986 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:643
|
987 |
+
#, php-format
|
988 |
+
msgid ""
|
989 |
+
"We found %s meta robots in your page. There is probably something wrong with "
|
990 |
+
"your theme!"
|
991 |
+
msgstr ""
|
992 |
+
|
993 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:648
|
994 |
+
msgid "noindex is on! Search engines can't index this page."
|
995 |
+
msgstr "noindex روشن است! موتورهای جستجو نمی توانند این صفحه را فهرست کنند."
|
996 |
+
|
997 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:650
|
998 |
+
msgid "noindex is off. Search engines will index this page."
|
999 |
+
msgstr "noindex خاموش است موتورهای جستجو این صفحه را فهرست می کنند."
|
1000 |
+
|
1001 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:655
|
1002 |
+
msgid "nofollow is on! Search engines can't follow your links on this page."
|
1003 |
+
msgstr ""
|
1004 |
+
"nofollow روشن است! موتورهای جستجو نمی توانند پیوندهای شما را در این صفحه "
|
1005 |
+
"دنبال کنند."
|
1006 |
+
|
1007 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:657
|
1008 |
+
msgid "nofollow is off. Search engines will follow links on this page."
|
1009 |
+
msgstr ""
|
1010 |
+
"nofollow خاموش است موتورهای جستجو پیوندهای این صفحه را دنبال خواهند کرد."
|
1011 |
+
|
1012 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:664
|
1013 |
+
msgid "noarchive is on! Search engines will not cache your page."
|
1014 |
+
msgstr "noarchive روشن است! موتورهای جستجو صفحه شما را ذخیره نخواهند کرد."
|
1015 |
+
|
1016 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:666
|
1017 |
+
msgid "noarchive is off. Search engines will probably cache your page."
|
1018 |
+
msgstr "noarchive خاموش است موتورهای جستجو احتمالا صفحه شما را کشف خواهند کرد."
|
1019 |
+
|
1020 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:673
|
1021 |
+
msgid ""
|
1022 |
+
"nosnippet is on! Search engines will not display a snippet of this page in "
|
1023 |
+
"search results."
|
1024 |
+
msgstr ""
|
1025 |
+
"nosnippet روشن است! موتورهای جستجو یک قطعه این صفحه را در نتایج جستجو نمایش "
|
1026 |
+
"نمی دهد."
|
1027 |
+
|
1028 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:675
|
1029 |
+
msgid ""
|
1030 |
+
"nosnippet is off. Search engines will display a snippet of this page in "
|
1031 |
+
"search results."
|
1032 |
+
msgstr ""
|
1033 |
+
"nosnippet خاموش است موتورهای جستجو یک قطعه این صفحه را در نتایج جستجو نمایش "
|
1034 |
+
"می دهد."
|
1035 |
+
|
1036 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:678
|
1037 |
+
msgid ""
|
1038 |
+
"We found no meta robots on this page. It means, your page is index,follow. "
|
1039 |
+
"Search engines will index it, and follow links. "
|
1040 |
+
msgstr ""
|
1041 |
+
|
1042 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:687
|
1043 |
+
msgid ""
|
1044 |
+
"noimageindex is on! Google will not index your images on this page (but if "
|
1045 |
+
"someone makes a direct link to one of your image in this page, it will be "
|
1046 |
+
"indexed)."
|
1047 |
+
msgstr ""
|
1048 |
+
"noimageindex روشن است! گوگل تصاویر شما را بر روی این صفحه نمایش نمی دهد (اما "
|
1049 |
+
"اگر کسی لینک مستقیم به یکی از عکس های شما را در این صفحه ایجاد کند، آن نمایه "
|
1050 |
+
"می شود)."
|
1051 |
+
|
1052 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:689
|
1053 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:701
|
1054 |
+
msgid "noimageindex is off. Google will index the images on this page."
|
1055 |
+
msgstr "noimageindex خاموش است Google تصاویر را در این صفحه نشان می دهد."
|
1056 |
+
|
1057 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:696
|
1058 |
+
#, fuzzy
|
1059 |
+
#| msgid "Prevent Google to display a sitelinks searchbox in search results."
|
1060 |
+
msgid ""
|
1061 |
+
"nositelinkssearchbox is on! Google will not display a sitelinks searchbox in "
|
1062 |
+
"search results."
|
1063 |
+
msgstr "جلوگیری از نمایش گوگل جعبه جستجو در سایت های سایت در نتایج جستجو"
|
1064 |
+
|
1065 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:698
|
1066 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:703
|
1067 |
+
#, fuzzy
|
1068 |
+
#| msgid "Prevent Google to display a sitelinks searchbox in search results."
|
1069 |
+
msgid ""
|
1070 |
+
"nositelinkssearchbox is off. Google will probably display a sitelinks "
|
1071 |
+
"searchbox in search results."
|
1072 |
+
msgstr "جلوگیری از نمایش گوگل جعبه جستجو در سایت های سایت در نتایج جستجو"
|
1073 |
+
|
1074 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:716
|
1075 |
+
#, fuzzy
|
1076 |
+
#| msgid ""
|
1077 |
+
#| "No alternative text found for these images. Alt tags are important for "
|
1078 |
+
#| "both SEO and accessibility."
|
1079 |
+
msgid ""
|
1080 |
+
"No alternative text found for these images. Alt tags are important for both "
|
1081 |
+
"SEO and accessibility. Edit your images using the media library or your "
|
1082 |
+
"favorite page builder and fill in alternative text fields."
|
1083 |
+
msgstr ""
|
1084 |
+
"هیچ متن دیگری برای این تصاویر یافت نشد برچسب های Alt برای هر دو جستجوگرها و "
|
1085 |
+
"قابلیت دسترسی مهم هستند."
|
1086 |
+
|
1087 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:727
|
1088 |
+
msgid "All alternative tags are filled in. Good work!"
|
1089 |
+
msgstr "همه برچسب های جایگزین پر شده اند. کار خوب!"
|
1090 |
+
|
1091 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:734
|
1092 |
+
msgid ""
|
1093 |
+
"We could not find any image in your content. Content with media is a plus for "
|
1094 |
+
"your SEO."
|
1095 |
+
msgstr ""
|
1096 |
+
"ما نمیتوانیم هیچ تصویری را در محتوای شما پیدا کنیم. محتوا با رسانه ها یک "
|
1097 |
+
"افزونه برای SEO شماست."
|
1098 |
+
|
1099 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:741
|
1100 |
+
#, php-format
|
1101 |
+
msgid ""
|
1102 |
+
"We found %d links with nofollow attribute in your page. Do not overuse "
|
1103 |
+
"nofollow attribute in links. Below, the list:"
|
1104 |
+
msgstr ""
|
1105 |
+
"ما لینک %d را با attribute nofollow در صفحه پیدا کردیم. در لینک ها از ویژگی "
|
1106 |
+
"nofollow استفاده نکنید. در زیر، لیست:"
|
1107 |
+
|
1108 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:752
|
1109 |
+
msgid "This page doesn't have any nofollow links."
|
1110 |
+
msgstr "این صفحه هیچ پیوند nofollow ندارد"
|
1111 |
+
|
1112 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:756
|
1113 |
+
msgid ""
|
1114 |
+
"Internet is built on the principle of hyperlink. It is therefore perfectly "
|
1115 |
+
"normal to make links between different websites. However, avoid making links "
|
1116 |
+
"to low quality sites, SPAM... If you are not sure about the quality of a "
|
1117 |
+
"site, add the attribute \"nofollow\" to your link."
|
1118 |
+
msgstr ""
|
1119 |
+
|
1120 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:760
|
1121 |
+
#, php-format
|
1122 |
+
msgid "We found %s outbound links in your page. Below, the list:"
|
1123 |
+
msgstr ""
|
1124 |
+
|
1125 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:770
|
1126 |
+
#, fuzzy
|
1127 |
+
#| msgid "This page doesn't have any nofollow links."
|
1128 |
+
msgid "This page doesn't have any outbound links."
|
1129 |
+
msgstr "این صفحه هیچ پیوند nofollow ندارد"
|
1130 |
+
|
1131 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:784
|
1132 |
+
msgid ""
|
1133 |
+
"<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</"
|
1134 |
+
"strong> yellow or green dots"
|
1135 |
+
msgstr ""
|
1136 |
+
|
1137 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:787
|
1138 |
+
#: inc/functions/options-advanced-admin.php:421
|
1139 |
+
msgid "Should be improved"
|
1140 |
+
msgstr ""
|
1141 |
+
|
1142 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:790
|
1143 |
+
#: inc/functions/options-advanced-admin.php:416
|
1144 |
+
msgid "Good"
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:796
|
1148 |
+
msgid "Expand"
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:796
|
1152 |
+
msgid "Close"
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
+
#: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
|
1156 |
+
#: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:189
|
1157 |
+
#: inc/admin/adminbar.php:13 inc/functions/options-advanced-admin.php:804
|
1158 |
+
msgid "SEO"
|
1159 |
+
msgstr "سئو "
|
1160 |
+
|
1161 |
+
#: inc/admin/admin-metaboxes-form.php:57
|
1162 |
+
msgid "Titles settings"
|
1163 |
+
msgstr "تنظیمات عنوان"
|
1164 |
+
|
1165 |
+
#: inc/admin/admin-metaboxes-form.php:59
|
1166 |
+
msgid "Social"
|
1167 |
+
msgstr "اجتماعی"
|
1168 |
+
|
1169 |
+
#: inc/admin/admin-metaboxes-form.php:62
|
1170 |
+
msgid "Redirection"
|
1171 |
+
msgstr "تغییر مسیر"
|
1172 |
+
|
1173 |
+
#: inc/admin/admin-metaboxes-form.php:68
|
1174 |
+
msgid "Google News"
|
1175 |
+
msgstr "اخبار گوگل"
|
1176 |
+
|
1177 |
+
#: inc/admin/admin-metaboxes-form.php:75
|
1178 |
+
msgid "Video Sitemap"
|
1179 |
+
msgstr "نقشه سایت ویدئو"
|
1180 |
+
|
1181 |
+
#: inc/admin/admin-metaboxes-form.php:98
|
1182 |
+
msgid ""
|
1183 |
+
"This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas > "
|
1184 |
+
"Archives > Products</strong> "
|
1185 |
+
msgstr ""
|
1186 |
+
"این <strong> صفحه فروشگاه شما </ strong> است. به <strong> جستجوگرها> Titles & "
|
1187 |
+
"Metas> Archives> Products بروید </ strong> "
|
1188 |
+
|
1189 |
+
#: inc/admin/admin-metaboxes-form.php:98
|
1190 |
+
msgid "to edit your title and meta description"
|
1191 |
+
msgstr "برای ویرایش عنوان و توضیحات متا خود را ویرایش کنید"
|
1192 |
+
|
1193 |
+
#: inc/admin/admin-metaboxes-form.php:105 inc/admin/admin-metaboxes-form.php:108
|
1194 |
+
msgid "Title"
|
1195 |
+
msgstr "عنوان"
|
1196 |
+
|
1197 |
+
#: inc/admin/admin-metaboxes-form.php:106
|
1198 |
+
msgid ""
|
1199 |
+
"Titles are critical to give users a quick insight into the content of a "
|
1200 |
+
"result and why it’s relevant to their query. It's often the primary piece of "
|
1201 |
+
"information used to decide which result to click on, so it's important to use "
|
1202 |
+
"high-quality titles on your web pages."
|
1203 |
+
msgstr ""
|
1204 |
+
|
1205 |
+
#: inc/admin/admin-metaboxes-form.php:108
|
1206 |
+
msgid "Enter your title"
|
1207 |
+
msgstr "عنوان خود را وارد کنید"
|
1208 |
+
|
1209 |
+
#: inc/admin/admin-metaboxes-form.php:115
|
1210 |
+
msgid " / 568 pixels - "
|
1211 |
+
msgstr ""
|
1212 |
+
|
1213 |
+
#: inc/admin/admin-metaboxes-form.php:117 inc/admin/admin-metaboxes-form.php:142
|
1214 |
+
#, fuzzy
|
1215 |
+
#| msgid "(maximum recommended limit)"
|
1216 |
+
msgid " (maximum recommended limit)"
|
1217 |
+
msgstr "(حداکثر حد توصیه شده)"
|
1218 |
+
|
1219 |
+
#: inc/admin/admin-metaboxes-form.php:121 inc/admin/admin.php:3045
|
1220 |
+
#: inc/admin/admin.php:4080
|
1221 |
+
msgid "Post Title"
|
1222 |
+
msgstr "عنوان پست"
|
1223 |
+
|
1224 |
+
#: inc/admin/admin-metaboxes-form.php:123 inc/admin/admin.php:204
|
1225 |
+
#: inc/admin/admin.php:2943 inc/admin/admin.php:3049 inc/admin/admin.php:3239
|
1226 |
+
#: inc/admin/admin.php:3362 inc/admin/admin.php:3440 inc/admin/admin.php:3511
|
1227 |
+
#: inc/admin/admin.php:3581 inc/admin/admin.php:3631
|
1228 |
+
msgid "Site Title"
|
1229 |
+
msgstr "عنوان سایت"
|
1230 |
+
|
1231 |
+
#: inc/admin/admin-metaboxes-form.php:125 inc/admin/admin-wizard.php:458
|
1232 |
+
#: inc/admin/admin.php:1174 inc/admin/admin.php:2930 inc/admin/admin.php:2944
|
1233 |
+
#: inc/admin/admin.php:3047 inc/admin/admin.php:3237 inc/admin/admin.php:3360
|
1234 |
+
#: inc/admin/admin.php:3439 inc/admin/admin.php:3510 inc/admin/admin.php:3580
|
1235 |
+
#: inc/admin/admin.php:3632
|
1236 |
+
msgid "Separator"
|
1237 |
+
msgstr "جداساز"
|
1238 |
+
|
1239 |
+
#: inc/admin/admin-metaboxes-form.php:131
|
1240 |
+
msgid ""
|
1241 |
+
"A meta description tag should generally inform and interest users with a "
|
1242 |
+
"short, relevant summary of what a particular page is about. <br>They are like "
|
1243 |
+
"a pitch that convince the user that the page is exactly what they're looking "
|
1244 |
+
"for. <br>There's no limit on how long a meta description can be, but the "
|
1245 |
+
"search result snippets are truncated as needed, typically to fit the device "
|
1246 |
+
"width."
|
1247 |
+
msgstr ""
|
1248 |
+
|
1249 |
+
#: inc/admin/admin-metaboxes-form.php:133
|
1250 |
+
msgid "Enter your meta description"
|
1251 |
+
msgstr "شرح متا را وارد کنید"
|
1252 |
+
|
1253 |
+
#: inc/admin/admin-metaboxes-form.php:140
|
1254 |
+
msgid " / 940 pixels - "
|
1255 |
+
msgstr ""
|
1256 |
+
|
1257 |
+
#: inc/admin/admin-metaboxes-form.php:146
|
1258 |
+
#, fuzzy
|
1259 |
+
#| msgid "Category description"
|
1260 |
+
msgid "Category / term description"
|
1261 |
+
msgstr "شرح رده"
|
1262 |
+
|
1263 |
+
#: inc/admin/admin-metaboxes-form.php:150
|
1264 |
+
msgid "Post Excerpt"
|
1265 |
+
msgstr "بیرون فرستادن"
|
1266 |
+
|
1267 |
+
#: inc/admin/admin-metaboxes-form.php:161
|
1268 |
+
msgid "Google Snippet Preview"
|
1269 |
+
msgstr "پیش نمایش Google Snippet"
|
1270 |
+
|
1271 |
+
#: inc/admin/admin-metaboxes-form.php:162
|
1272 |
+
#, fuzzy
|
1273 |
+
#| msgid "Google Snippet Preview"
|
1274 |
+
msgid "Snippet Preview"
|
1275 |
+
msgstr "پیش نمایش Google Snippet"
|
1276 |
+
|
1277 |
+
#: inc/admin/admin-metaboxes-form.php:162
|
1278 |
+
msgid ""
|
1279 |
+
"The Google preview is a simulation. <br>There is no reliable preview because "
|
1280 |
+
"it depends on the screen resolution, the device used, the expression sought, "
|
1281 |
+
"and Google. <br>There is not one snippet for one URL but several. <br>All the "
|
1282 |
+
"data in this overview comes directly from your source code. <br>This is what "
|
1283 |
+
"the crawlers will see."
|
1284 |
+
msgstr ""
|
1285 |
+
|
1286 |
+
#: inc/admin/admin-metaboxes-form.php:164
|
1287 |
+
msgid ""
|
1288 |
+
"This is what your page will look like in Google search results. You have to "
|
1289 |
+
"publish your post to get the Google Snippet Preview."
|
1290 |
+
msgstr ""
|
1291 |
+
"این همان چیزی است که صفحه شما در نتایج جستجوی گوگل ظاهر خواهد شد. شما باید "
|
1292 |
+
"پست خود را برای دریافت پیشنمایش Google Snippet منتشر کنید."
|
1293 |
+
|
1294 |
+
#: inc/admin/admin-metaboxes-form.php:169
|
1295 |
+
#, fuzzy
|
1296 |
+
#| msgid "Google Snippet Preview"
|
1297 |
+
msgid "Mobile Preview"
|
1298 |
+
msgstr "پیش نمایش Google Snippet"
|
1299 |
+
|
1300 |
+
#: inc/admin/admin-metaboxes-form.php:216
|
1301 |
+
#, fuzzy
|
1302 |
+
#| msgid ""
|
1303 |
+
#| "Do not display this page in search engine results <strong>(noindex)</"
|
1304 |
+
#| "strong>"
|
1305 |
+
msgid ""
|
1306 |
+
"Do not display this page in search engine results / XML - HTML sitemaps "
|
1307 |
+
"<strong>(noindex)</strong>"
|
1308 |
+
msgstr ""
|
1309 |
+
"این صفحه را در نتایج موتور جستجو <strong> (noindex) </ strong> نمایش ندهید"
|
1310 |
+
|
1311 |
+
#: inc/admin/admin-metaboxes-form.php:217
|
1312 |
+
msgid "\"noindex\" robots meta tag"
|
1313 |
+
msgstr ""
|
1314 |
+
|
1315 |
+
#: inc/admin/admin-metaboxes-form.php:217
|
1316 |
+
msgid ""
|
1317 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1318 |
+
"\"noindex\". <br>Search engines will not index this URL in the search results."
|
1319 |
+
msgstr ""
|
1320 |
+
|
1321 |
+
#: inc/admin/admin-metaboxes-form.php:223
|
1322 |
+
msgid "Do not follow links for this page <strong>(nofollow)</strong>"
|
1323 |
+
msgstr ""
|
1324 |
+
"پیوندهای مربوط به این صفحه را <strong> (nofollow) </ strong> دنبال نکنید"
|
1325 |
+
|
1326 |
+
#: inc/admin/admin-metaboxes-form.php:224
|
1327 |
+
msgid "\"nofollow\" robots meta tag"
|
1328 |
+
msgstr ""
|
1329 |
+
|
1330 |
+
#: inc/admin/admin-metaboxes-form.php:224
|
1331 |
+
msgid ""
|
1332 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1333 |
+
"\"nofollow\". <br>Search engines will not follow links from this URL."
|
1334 |
+
msgstr ""
|
1335 |
+
|
1336 |
+
#: inc/admin/admin-metaboxes-form.php:230
|
1337 |
+
msgid ""
|
1338 |
+
"Do not use Open Directory project metadata for titles or excerpts for this "
|
1339 |
+
"page <strong>(noodp)</strong>"
|
1340 |
+
msgstr ""
|
1341 |
+
"از Metadata پروژه Open Directory برای عناوین یا گزیدههای این صفحه <strong> "
|
1342 |
+
"(noodp) </ strong> استفاده نکنید"
|
1343 |
+
|
1344 |
+
#: inc/admin/admin-metaboxes-form.php:231
|
1345 |
+
msgid "\"noodp\" robots meta tag"
|
1346 |
+
msgstr ""
|
1347 |
+
|
1348 |
+
#: inc/admin/admin-metaboxes-form.php:231
|
1349 |
+
msgid ""
|
1350 |
+
"By checking this option, you will add a meta robots tag with the value \"noodp"
|
1351 |
+
"\". <br>Note that Google and Yahoo have stopped considering this tag since "
|
1352 |
+
"the closing of DMOZ directory."
|
1353 |
+
msgstr ""
|
1354 |
+
|
1355 |
+
#: inc/admin/admin-metaboxes-form.php:237
|
1356 |
+
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
1357 |
+
msgstr ""
|
1358 |
+
"برای این صفحه <strong> (noimageindex) </ strong> تصاویری را برای این صفحه "
|
1359 |
+
"نمایش ندهید"
|
1360 |
+
|
1361 |
+
#: inc/admin/admin-metaboxes-form.php:238
|
1362 |
+
msgid "\"noimageindex\" robots meta tag"
|
1363 |
+
msgstr ""
|
1364 |
+
|
1365 |
+
#: inc/admin/admin-metaboxes-form.php:238
|
1366 |
+
msgid ""
|
1367 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1368 |
+
"\"noimageindex\". <br> Note that your images can always be indexed if they "
|
1369 |
+
"are linked from other pages."
|
1370 |
+
msgstr ""
|
1371 |
+
|
1372 |
+
#: inc/admin/admin-metaboxes-form.php:244
|
1373 |
+
msgid ""
|
1374 |
+
"Do not display a \"Cached\" link in the Google search results "
|
1375 |
+
"<strong>(noarchive)</strong>"
|
1376 |
+
msgstr ""
|
1377 |
+
"پیوند \\ \"Cached \" را در نتایج جستجوی گوگل <strong> (noarchive) </ strong> "
|
1378 |
+
"نمایش ندهید"
|
1379 |
+
|
1380 |
+
#: inc/admin/admin-metaboxes-form.php:245
|
1381 |
+
msgid "\"noarchive\" robots meta tag"
|
1382 |
+
msgstr ""
|
1383 |
+
|
1384 |
+
#: inc/admin/admin-metaboxes-form.php:245
|
1385 |
+
msgid ""
|
1386 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1387 |
+
"\"noarchive\"."
|
1388 |
+
msgstr ""
|
1389 |
+
|
1390 |
+
#: inc/admin/admin-metaboxes-form.php:251
|
1391 |
+
msgid ""
|
1392 |
+
"Do not display a description in search results for this page "
|
1393 |
+
"<strong>(nosnippet)</strong>"
|
1394 |
+
msgstr ""
|
1395 |
+
"توضیحات را در نتایج جستجو برای این صفحه <strong> (nosnippet) </ strong> نمایش "
|
1396 |
+
"ندهید"
|
1397 |
+
|
1398 |
+
#: inc/admin/admin-metaboxes-form.php:252
|
1399 |
+
msgid "\"nosnippet\" robots meta tag"
|
1400 |
+
msgstr ""
|
1401 |
+
|
1402 |
+
#: inc/admin/admin-metaboxes-form.php:252
|
1403 |
+
msgid ""
|
1404 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1405 |
+
"\"nosnippet\"."
|
1406 |
+
msgstr ""
|
1407 |
+
|
1408 |
+
#: inc/admin/admin-metaboxes-form.php:257
|
1409 |
+
#, fuzzy
|
1410 |
+
#| msgid ""
|
1411 |
+
#| "You can not uncheck a parameter? This is normal, it is most likely defined "
|
1412 |
+
#| "in the global settings of the extension."
|
1413 |
+
msgid ""
|
1414 |
+
"You cannot uncheck a parameter? This is normal, and it‘s most likely defined "
|
1415 |
+
"in the global settings of the extension."
|
1416 |
+
msgstr ""
|
1417 |
+
"شما نمیتوانید یک پارامتر را علامت بزنید؟ این طبیعی است، به احتمال زیاد در "
|
1418 |
+
"تنظیمات جهانی فرمت تعریف شده است."
|
1419 |
+
|
1420 |
+
#: inc/admin/admin-metaboxes-form.php:260 inc/admin/admin-metaboxes-form.php:261
|
1421 |
+
#: inc/admin/admin-metaboxes-form.php:264 inc/admin/admin-wizard.php:298
|
1422 |
+
#: inc/admin/admin-wizard.php:334 inc/admin/admin-wizard.php:353
|
1423 |
+
#: inc/admin/admin-wizard.php:372 inc/admin/admin.php:777
|
1424 |
+
#: inc/admin/admin.php:817 inc/admin/admin.php:838 inc/admin/admin.php:859
|
1425 |
+
msgid "Canonical URL"
|
1426 |
+
msgstr "URL کانونیکال"
|
1427 |
+
|
1428 |
+
#: inc/admin/admin-metaboxes-form.php:261
|
1429 |
+
msgid ""
|
1430 |
+
"A canonical URL is the URL of the page that Google thinks is most "
|
1431 |
+
"representative from a set of duplicate pages on your site. <br>For example, "
|
1432 |
+
"if you have URLs for the same page (for example: example.com?dress=1234 and "
|
1433 |
+
"example.com/dresses/1234), Google chooses one as canonical. <br>Note that the "
|
1434 |
+
"pages do not need to be absolutely identical; minor changes in sorting or "
|
1435 |
+
"filtering of list pages do not make the page unique (for example, sorting by "
|
1436 |
+
"price or filtering by item color).\n"
|
1437 |
+
" The canonical can be in a different domain than a "
|
1438 |
+
"duplicate."
|
1439 |
+
msgstr ""
|
1440 |
+
|
1441 |
+
#: inc/admin/admin-metaboxes-form.php:264
|
1442 |
+
msgid "Default value: "
|
1443 |
+
msgstr "مقدار پیش فرض: "
|
1444 |
+
|
1445 |
+
#: inc/admin/admin-metaboxes-form.php:271
|
1446 |
+
#, fuzzy
|
1447 |
+
#| msgid "Single product category"
|
1448 |
+
msgid "Select a primary category"
|
1449 |
+
msgstr "دسته محصول واحد"
|
1450 |
+
|
1451 |
+
#: inc/admin/admin-metaboxes-form.php:272
|
1452 |
+
msgid ""
|
1453 |
+
"Set the category that gets used in the %category% permalink if you have "
|
1454 |
+
"multiple categories."
|
1455 |
+
msgstr ""
|
1456 |
+
|
1457 |
+
#: inc/admin/admin-metaboxes-form.php:282 inc/admin/admin-wizard.php:469
|
1458 |
+
#: inc/admin/admin.php:4123
|
1459 |
+
msgid "None (will disable this feature)"
|
1460 |
+
msgstr "هیچ (این ویژگی را غیرفعال می کند)"
|
1461 |
+
|
1462 |
+
#: inc/admin/admin-metaboxes-form.php:294 inc/admin/admin-metaboxes-form.php:298
|
1463 |
+
msgid "Custom breadcrumbs"
|
1464 |
+
msgstr "مسیر راهنمای سفارشی"
|
1465 |
+
|
1466 |
+
#: inc/admin/admin-metaboxes-form.php:295
|
1467 |
+
msgid "Enter a custom value, useful if your title is too long"
|
1468 |
+
msgstr "یک مقدار سفارشی را وارد کنید، اگر عنوان شما خیلی طولانی باشد مفید است"
|
1469 |
+
|
1470 |
+
#: inc/admin/admin-metaboxes-form.php:298
|
1471 |
+
#, fuzzy, php-format
|
1472 |
+
#| msgid "Custom breadcrumbs"
|
1473 |
+
msgid "Current breadcrumbs: %s"
|
1474 |
+
msgstr "مسیر راهنمای سفارشی"
|
1475 |
+
|
1476 |
+
#: inc/admin/admin-metaboxes-form.php:309
|
1477 |
+
#, fuzzy
|
1478 |
+
#| msgid "Ask Facebook to update his cache"
|
1479 |
+
msgid "Ask Facebook to update its cache"
|
1480 |
+
msgstr "از فیس بوک بخواهید تا به روزرسانی خود را ذخیره کند"
|
1481 |
+
|
1482 |
+
#: inc/admin/admin-metaboxes-form.php:310
|
1483 |
+
msgid ""
|
1484 |
+
"<span class=\"label\">Did you know?</span> LinkedIn, Instagram and Pinterest "
|
1485 |
+
"use the same social metadata as Facebook. Twitter does the same if no Twitter "
|
1486 |
+
"cards tags are defined below."
|
1487 |
+
msgstr ""
|
1488 |
+
|
1489 |
+
#: inc/admin/admin-metaboxes-form.php:312 inc/admin/admin-metaboxes-form.php:313
|
1490 |
+
msgid "Facebook Title"
|
1491 |
+
msgstr "عنوان فیس بوک"
|
1492 |
+
|
1493 |
+
#: inc/admin/admin-metaboxes-form.php:313
|
1494 |
+
msgid "Enter your Facebook title"
|
1495 |
+
msgstr "عنوان فیس بوک خود را وارد کنید"
|
1496 |
+
|
1497 |
+
#: inc/admin/admin-metaboxes-form.php:316 inc/admin/admin-metaboxes-form.php:317
|
1498 |
+
msgid "Facebook description"
|
1499 |
+
msgstr "توصیف فیس بوک"
|
1500 |
+
|
1501 |
+
#: inc/admin/admin-metaboxes-form.php:317
|
1502 |
+
msgid "Enter your Facebook description"
|
1503 |
+
msgstr "توصیف فیس بوک خود را وارد کنید"
|
1504 |
+
|
1505 |
+
#: inc/admin/admin-metaboxes-form.php:320 inc/admin/admin-metaboxes-form.php:321
|
1506 |
+
msgid "Facebook Thumbnail"
|
1507 |
+
msgstr "فیس بوک تصویر بند انگشتی"
|
1508 |
+
|
1509 |
+
#: inc/admin/admin-metaboxes-form.php:321 inc/admin/admin-metaboxes-form.php:383
|
1510 |
+
#: inc/admin/admin.php:4392 inc/admin/admin.php:4504
|
1511 |
+
msgid "Select your default thumbnail"
|
1512 |
+
msgstr "ریز عکس پیش فرض خود را انتخاب کنید"
|
1513 |
+
|
1514 |
+
#: inc/admin/admin-metaboxes-form.php:322 inc/admin/admin.php:4396
|
1515 |
+
#, fuzzy
|
1516 |
+
#| msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
|
1517 |
+
msgid ""
|
1518 |
+
"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or "
|
1519 |
+
"3280x1712px for retina screens)"
|
1520 |
+
msgstr "حداقل اندازه: 200x200px، نسبت ایده آل 1.91: 1، حداکثر 8Mb."
|
1521 |
+
|
1522 |
+
#: inc/admin/admin-metaboxes-form.php:323 inc/admin/admin-metaboxes-form.php:385
|
1523 |
+
#: inc/admin/admin-metaboxes-form.php:573 inc/admin/admin.php:4157
|
1524 |
+
#: inc/admin/admin.php:4394 inc/admin/admin.php:4506
|
1525 |
+
msgid "Upload an Image"
|
1526 |
+
msgstr "بارگذاری یک تصویر"
|
1527 |
+
|
1528 |
+
#: inc/admin/admin-metaboxes-form.php:328
|
1529 |
+
#, fuzzy
|
1530 |
+
#| msgid "Facebook Title"
|
1531 |
+
msgid "Facebook Preview"
|
1532 |
+
msgstr "عنوان فیس بوک"
|
1533 |
+
|
1534 |
+
#: inc/admin/admin-metaboxes-form.php:330
|
1535 |
+
#, fuzzy
|
1536 |
+
#| msgid ""
|
1537 |
+
#| "This is what your page will look like in Google search results. You have "
|
1538 |
+
#| "to publish your post to get the Google Snippet Preview."
|
1539 |
+
msgid ""
|
1540 |
+
"This is what your post will look like in Facebook. You have to publish your "
|
1541 |
+
"post to get the Facebook Preview."
|
1542 |
+
msgstr ""
|
1543 |
+
"این همان چیزی است که صفحه شما در نتایج جستجوی گوگل ظاهر خواهد شد. شما باید "
|
1544 |
+
"پست خود را برای دریافت پیشنمایش Google Snippet منتشر کنید."
|
1545 |
+
|
1546 |
+
#: inc/admin/admin-metaboxes-form.php:332 inc/admin/admin-metaboxes-form.php:394
|
1547 |
+
msgid ""
|
1548 |
+
"The Social Networks feature is disabled. Still seing informations from the FB "
|
1549 |
+
"Preview? You probably have social tags added by your theme or a plugin."
|
1550 |
+
msgstr ""
|
1551 |
+
|
1552 |
+
#: inc/admin/admin-metaboxes-form.php:335
|
1553 |
+
msgid "File type not supported by Facebook. Please choose another image."
|
1554 |
+
msgstr ""
|
1555 |
+
|
1556 |
+
#: inc/admin/admin-metaboxes-form.php:336
|
1557 |
+
msgid ""
|
1558 |
+
"Minimun size for Facebook is <strong>200x200px</strong>. Please choose "
|
1559 |
+
"another image."
|
1560 |
+
msgstr ""
|
1561 |
+
|
1562 |
+
#: inc/admin/admin-metaboxes-form.php:337 inc/admin/admin-metaboxes-form.php:399
|
1563 |
+
msgid "File error. Please choose another image."
|
1564 |
+
msgstr ""
|
1565 |
+
|
1566 |
+
#: inc/admin/admin-metaboxes-form.php:338 inc/admin/admin-metaboxes-form.php:400
|
1567 |
+
#, fuzzy
|
1568 |
+
#| msgid "Your site title is empty!"
|
1569 |
+
msgid "Your image ratio is: "
|
1570 |
+
msgstr "عنوان سایت شما خالی است!"
|
1571 |
+
|
1572 |
+
#: inc/admin/admin-metaboxes-form.php:338
|
1573 |
+
#, fuzzy
|
1574 |
+
#| msgid "The lower, the best"
|
1575 |
+
msgid "The closer to 1.91 the better."
|
1576 |
+
msgstr "پایین تر، بهترین"
|
1577 |
+
|
1578 |
+
#: inc/admin/admin-metaboxes-form.php:347
|
1579 |
+
msgid "By "
|
1580 |
+
msgstr ""
|
1581 |
+
|
1582 |
+
#: inc/admin/admin-metaboxes-form.php:372
|
1583 |
+
msgid "Preview your Twitter card using the official validator"
|
1584 |
+
msgstr "پیش نمایش کارت توییتر خود را با استفاده از اعتبار سنج رسمی"
|
1585 |
+
|
1586 |
+
#: inc/admin/admin-metaboxes-form.php:375
|
1587 |
+
msgid "Enter your Twitter title"
|
1588 |
+
msgstr "عنوان توییتر خود را وارد کنید"
|
1589 |
+
|
1590 |
+
#: inc/admin/admin-metaboxes-form.php:378 inc/admin/admin-metaboxes-form.php:379
|
1591 |
+
msgid "Twitter description"
|
1592 |
+
msgstr "شرح توییتر"
|
1593 |
+
|
1594 |
+
#: inc/admin/admin-metaboxes-form.php:379
|
1595 |
+
msgid "Enter your Twitter description"
|
1596 |
+
msgstr "توصیف توییتر خود را وارد کنید"
|
1597 |
+
|
1598 |
+
#: inc/admin/admin-metaboxes-form.php:382 inc/admin/admin-metaboxes-form.php:385
|
1599 |
+
msgid "Twitter Thumbnail"
|
1600 |
+
msgstr "توییتر تصویر کوچک"
|
1601 |
+
|
1602 |
+
#: inc/admin/admin-metaboxes-form.php:384 inc/admin/admin.php:4508
|
1603 |
+
msgid ""
|
1604 |
+
"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
|
1605 |
+
"(2:1 with large card), 5Mb max."
|
1606 |
+
msgstr ""
|
1607 |
+
"حداقل اندازه: 144x144px (300x157px با کارت بزرگ فعال)، نسبت ایده آل 1: 1 (2: "
|
1608 |
+
"1 با کارت بزرگ)، حداکثر 5Mb."
|
1609 |
+
|
1610 |
+
#: inc/admin/admin-metaboxes-form.php:390
|
1611 |
+
#, fuzzy
|
1612 |
+
#| msgid "Twitter Title"
|
1613 |
+
msgid "Twitter Preview"
|
1614 |
+
msgstr "عنوان توییتر"
|
1615 |
+
|
1616 |
+
#: inc/admin/admin-metaboxes-form.php:392
|
1617 |
+
#, fuzzy
|
1618 |
+
#| msgid ""
|
1619 |
+
#| "This is what your page will look like in Google search results. You have "
|
1620 |
+
#| "to publish your post to get the Google Snippet Preview."
|
1621 |
+
msgid ""
|
1622 |
+
"This is what your post will look like in Twitter. You have to publish your "
|
1623 |
+
"post to get the Twitter Preview."
|
1624 |
+
msgstr ""
|
1625 |
+
"این همان چیزی است که صفحه شما در نتایج جستجوی گوگل ظاهر خواهد شد. شما باید "
|
1626 |
+
"پست خود را برای دریافت پیشنمایش Google Snippet منتشر کنید."
|
1627 |
+
|
1628 |
+
#: inc/admin/admin-metaboxes-form.php:397
|
1629 |
+
msgid "File type not supported by Twitter. Please choose another image."
|
1630 |
+
msgstr ""
|
1631 |
+
|
1632 |
+
#: inc/admin/admin-metaboxes-form.php:398
|
1633 |
+
msgid ""
|
1634 |
+
"Minimun size for Twitter is <strong>144x144px</strong>. Please choose another "
|
1635 |
+
"image."
|
1636 |
+
msgstr ""
|
1637 |
+
|
1638 |
+
#: inc/admin/admin-metaboxes-form.php:400
|
1639 |
+
msgid "The closer to 1 the better (with large card, 2 is better)."
|
1640 |
+
msgstr ""
|
1641 |
+
|
1642 |
+
#: inc/admin/admin-metaboxes-form.php:435
|
1643 |
+
msgid "Enable redirection?"
|
1644 |
+
msgstr "تغییر مسیر را فعال کنید؟"
|
1645 |
+
|
1646 |
+
#: inc/admin/admin-metaboxes-form.php:439 inc/admin/admin-metaboxes-form.php:447
|
1647 |
+
msgid "URL redirection"
|
1648 |
+
msgstr "تغییر مسیر URL"
|
1649 |
+
|
1650 |
+
#: inc/admin/admin-metaboxes-form.php:441
|
1651 |
+
msgid "301 Moved Permanently"
|
1652 |
+
msgstr "301 به طور دائم منتقل شد"
|
1653 |
+
|
1654 |
+
#: inc/admin/admin-metaboxes-form.php:442
|
1655 |
+
msgid "302 Found / Moved Temporarily"
|
1656 |
+
msgstr "302 یافت / موقتا منتقل شد"
|
1657 |
+
|
1658 |
+
#: inc/admin/admin-metaboxes-form.php:443
|
1659 |
+
msgid "307 Moved Temporarily"
|
1660 |
+
msgstr "307 به طور موقت منتقل شد"
|
1661 |
+
|
1662 |
+
#: inc/admin/admin-metaboxes-form.php:444
|
1663 |
+
msgid "410 Gone"
|
1664 |
+
msgstr "410 رفته"
|
1665 |
+
|
1666 |
+
#: inc/admin/admin-metaboxes-form.php:445
|
1667 |
+
msgid "451 Unavailable For Legal Reasons"
|
1668 |
+
msgstr "451 برای دلایل حقوقی موجود نیست"
|
1669 |
+
|
1670 |
+
#: inc/admin/admin-metaboxes-form.php:447
|
1671 |
+
msgid "Enter your new URL in absolute (eg: https://www.example.com/)"
|
1672 |
+
msgstr ""
|
1673 |
+
|
1674 |
+
#: inc/admin/admin-metaboxes-form.php:452
|
1675 |
+
msgid "Query parameters"
|
1676 |
+
msgstr ""
|
1677 |
+
|
1678 |
+
#: inc/admin/admin-metaboxes-form.php:454
|
1679 |
+
msgid "Exactly match all parameters"
|
1680 |
+
msgstr ""
|
1681 |
+
|
1682 |
+
#: inc/admin/admin-metaboxes-form.php:455
|
1683 |
+
msgid "Exclude all parameters"
|
1684 |
+
msgstr ""
|
1685 |
+
|
1686 |
+
#: inc/admin/admin-metaboxes-form.php:456
|
1687 |
+
msgid "Exclude all parameters and pass them to the redirection"
|
1688 |
+
msgstr ""
|
1689 |
+
|
1690 |
+
#: inc/admin/admin-metaboxes-form.php:465 inc/admin/admin-metaboxes-form.php:467
|
1691 |
+
#: inc/admin/admin-metaboxes-form.php:470 inc/admin/admin-metaboxes-form.php:472
|
1692 |
+
msgid "Test your URL"
|
1693 |
+
msgstr "URL خود را تست کنید"
|
1694 |
+
|
1695 |
+
#: inc/admin/admin-metaboxes-form.php:486
|
1696 |
+
msgid "Need help with your redirections? Read our guide."
|
1697 |
+
msgstr "آیا نیاز به راهنمایی در جهت هدایت شما وجود دارد؟ راهنمای ما را بخوانید."
|
1698 |
+
|
1699 |
+
#: inc/admin/admin-metaboxes-form.php:500
|
1700 |
+
msgid "Exclude this post from Google News Sitemap?"
|
1701 |
+
msgstr "این پست را از سایت نقشه گوگل حذف کنید؟"
|
1702 |
+
|
1703 |
+
#: inc/admin/admin-metaboxes-form.php:526
|
1704 |
+
msgid "Exclude this post from Video Sitemap?"
|
1705 |
+
msgstr "این پست را از ویدیو Sitemap حذف کنید؟"
|
1706 |
+
|
1707 |
+
#: inc/admin/admin-metaboxes-form.php:528
|
1708 |
+
msgid ""
|
1709 |
+
"If your post is set to noindex, it will be automatically excluded from the "
|
1710 |
+
"sitemap."
|
1711 |
+
msgstr ""
|
1712 |
+
"اگر پست شما به noindex تنظیم شده باشد، به طور خودکار از نقشه سایت حذف می شود."
|
1713 |
+
|
1714 |
+
#: inc/admin/admin-metaboxes-form.php:547
|
1715 |
+
msgid "Video "
|
1716 |
+
msgstr "ویدئو "
|
1717 |
+
|
1718 |
+
#: inc/admin/admin-metaboxes-form.php:551
|
1719 |
+
msgid "Video URL (required)"
|
1720 |
+
msgstr "URL ویدیو (مورد نیاز)"
|
1721 |
+
|
1722 |
+
#: inc/admin/admin-metaboxes-form.php:552
|
1723 |
+
msgid "Enter your video URL"
|
1724 |
+
msgstr "URL ویدیو خود را وارد کنید"
|
1725 |
+
|
1726 |
+
#: inc/admin/admin-metaboxes-form.php:552
|
1727 |
+
msgid "Video URL"
|
1728 |
+
msgstr "نشانی اینترنتی ویدیو"
|
1729 |
+
|
1730 |
+
#: inc/admin/admin-metaboxes-form.php:557
|
1731 |
+
msgid ""
|
1732 |
+
"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check "
|
1733 |
+
"this if your video is hosting on this server."
|
1734 |
+
msgstr ""
|
1735 |
+
"نه یک ویدیو خارجی (به عنوان مثال: میزبانی ویدئو در یوتیوب، ویمیو، "
|
1736 |
+
"ویستیا ...)؟ در صورتی که ویدیوی شما در این سرور میزبانی می شود، این را بررسی "
|
1737 |
+
"کنید."
|
1738 |
+
|
1739 |
+
#: inc/admin/admin-metaboxes-form.php:561
|
1740 |
+
msgid "Video Title (required)"
|
1741 |
+
msgstr "عنوان ویدئو (مورد نیاز)"
|
1742 |
+
|
1743 |
+
#: inc/admin/admin-metaboxes-form.php:562
|
1744 |
+
msgid "Enter your video title"
|
1745 |
+
msgstr "عنوان ویدئو خود را وارد کنید"
|
1746 |
+
|
1747 |
+
#: inc/admin/admin-metaboxes-form.php:562
|
1748 |
+
msgid "Video title"
|
1749 |
+
msgstr "عنوان ویدئو"
|
1750 |
+
|
1751 |
+
#: inc/admin/admin-metaboxes-form.php:563
|
1752 |
+
msgid "Default: title tag, if not available, post title."
|
1753 |
+
msgstr "پیش فرض: عنوان برچسب، اگر در دسترس نیست، عنوان پست."
|
1754 |
+
|
1755 |
+
#: inc/admin/admin-metaboxes-form.php:566
|
1756 |
+
msgid "Video Description (required)"
|
1757 |
+
msgstr "توضیحات ویدیو (مورد نیاز)"
|
1758 |
+
|
1759 |
+
#: inc/admin/admin-metaboxes-form.php:567
|
1760 |
+
msgid "Enter your video description"
|
1761 |
+
msgstr "توضیحات ویدیوی خود را وارد کنید"
|
1762 |
+
|
1763 |
+
#: inc/admin/admin-metaboxes-form.php:567
|
1764 |
+
msgid "Video description"
|
1765 |
+
msgstr "توضیحات ویدیو"
|
1766 |
+
|
1767 |
+
#: inc/admin/admin-metaboxes-form.php:568
|
1768 |
+
msgid ""
|
1769 |
+
"2048 characters max.; default: meta description. If not available, use the "
|
1770 |
+
"beginning of the post content."
|
1771 |
+
msgstr ""
|
1772 |
+
"حداکثر 2048 حرف؛ به طور پیش فرض: meta description. اگر در دسترس نباشد، از "
|
1773 |
+
"آغاز محتوای پست استفاده کنید."
|
1774 |
+
|
1775 |
+
#: inc/admin/admin-metaboxes-form.php:571
|
1776 |
+
msgid "Video Thumbnail (required)"
|
1777 |
+
msgstr "تصویر کوچک (مورد نیاز)"
|
1778 |
+
|
1779 |
+
#: inc/admin/admin-metaboxes-form.php:572
|
1780 |
+
msgid "Select your video thumbnail"
|
1781 |
+
msgstr "تصویر کوچک تصویری خود را انتخاب کنید"
|
1782 |
+
|
1783 |
+
#: inc/admin/admin-metaboxes-form.php:573
|
1784 |
+
msgid "Video Thumbnail"
|
1785 |
+
msgstr "تصویر کوچک ویدئو"
|
1786 |
+
|
1787 |
+
#: inc/admin/admin-metaboxes-form.php:574
|
1788 |
+
msgid ""
|
1789 |
+
"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
|
1790 |
+
"your post featured image."
|
1791 |
+
msgstr ""
|
1792 |
+
"حداقل اندازه: 160x90px (حداکثر 1920x1080)، JPG، PNG یا GIF. پیش فرض: تصویر "
|
1793 |
+
"نمایه پست شما."
|
1794 |
+
|
1795 |
+
#: inc/admin/admin-metaboxes-form.php:577
|
1796 |
+
msgid "Video Duration (recommended)"
|
1797 |
+
msgstr "مدت زمان فیلم (توصیه می شود)"
|
1798 |
+
|
1799 |
+
#: inc/admin/admin-metaboxes-form.php:578
|
1800 |
+
msgid "Duration in seconds"
|
1801 |
+
msgstr "مدت زمان در ثانیه"
|
1802 |
+
|
1803 |
+
#: inc/admin/admin-metaboxes-form.php:578
|
1804 |
+
msgid "Video duration"
|
1805 |
+
msgstr "مدت زمان ویدیو"
|
1806 |
+
|
1807 |
+
#: inc/admin/admin-metaboxes-form.php:579
|
1808 |
+
msgid ""
|
1809 |
+
"The duration of the video in seconds. Value must be between 0 and 28800 (8 "
|
1810 |
+
"hours)."
|
1811 |
+
msgstr "مدت زمان فیلم در ثانیه. مقدار باید بین 0 و 28800 باشد (8 ساعت)."
|
1812 |
+
|
1813 |
+
#: inc/admin/admin-metaboxes-form.php:582
|
1814 |
+
msgid "Video Rating"
|
1815 |
+
msgstr "امتیاز ویدیو"
|
1816 |
+
|
1817 |
+
#: inc/admin/admin-metaboxes-form.php:583
|
1818 |
+
msgid "Video rating"
|
1819 |
+
msgstr "امتیاز ویدیو"
|
1820 |
+
|
1821 |
+
#: inc/admin/admin-metaboxes-form.php:584
|
1822 |
+
msgid "Allowed values are float numbers in the range 0.0 to 5.0."
|
1823 |
+
msgstr "مقادیر مجاز شمارنده شناور در محدوده 0.0 تا 5.0 است."
|
1824 |
+
|
1825 |
+
#: inc/admin/admin-metaboxes-form.php:587 inc/admin/admin-metaboxes-form.php:588
|
1826 |
+
msgid "View count"
|
1827 |
+
msgstr "تعداد مشاهده"
|
1828 |
+
|
1829 |
+
#: inc/admin/admin-metaboxes-form.php:588
|
1830 |
+
msgid "Number of views"
|
1831 |
+
msgstr "تعداد دیدگاهها"
|
1832 |
+
|
1833 |
+
#: inc/admin/admin-metaboxes-form.php:591 inc/admin/admin-metaboxes-form.php:592
|
1834 |
+
msgid "Video tags"
|
1835 |
+
msgstr "برچسب های ویدیو"
|
1836 |
+
|
1837 |
+
#: inc/admin/admin-metaboxes-form.php:592
|
1838 |
+
msgid "Enter your video tags"
|
1839 |
+
msgstr "برچسب های ویدیوی خود را وارد کنید"
|
1840 |
+
|
1841 |
+
#: inc/admin/admin-metaboxes-form.php:593
|
1842 |
+
msgid ""
|
1843 |
+
"32 tags max., separate tags with commas. Default: target keywords + post tags "
|
1844 |
+
"if available."
|
1845 |
+
msgstr ""
|
1846 |
+
"32 تگ حداکثر، تگ های جداگانه با کاما. پیش فرض: کلمات کلیدی مورد نظر + برچسب "
|
1847 |
+
"های پست در صورت موجود بودن."
|
1848 |
+
|
1849 |
+
#: inc/admin/admin-metaboxes-form.php:596 inc/admin/admin-metaboxes-form.php:597
|
1850 |
+
msgid "Video categories"
|
1851 |
+
msgstr "دسته بندی های ویدئویی"
|
1852 |
+
|
1853 |
+
#: inc/admin/admin-metaboxes-form.php:597
|
1854 |
+
msgid "Enter your video categories"
|
1855 |
+
msgstr "دسته بندی های ویدیویی خود را وارد کنید"
|
1856 |
+
|
1857 |
+
#: inc/admin/admin-metaboxes-form.php:598
|
1858 |
+
msgid ""
|
1859 |
+
"256 characters max., usually a video will belong to a single category, "
|
1860 |
+
"separate categories with commas. Default: first post category if available."
|
1861 |
+
msgstr ""
|
1862 |
+
"حداکثر 256 کاراکتر، معمولا یک ویدیو به یک دسته اختصاص داده می شود، دسته های "
|
1863 |
+
"جداگانه با کاما. پیش فرض: اولین پست رده در صورت موجود بودن"
|
1864 |
+
|
1865 |
+
#: inc/admin/admin-metaboxes-form.php:603
|
1866 |
+
msgid "NOT family friendly?"
|
1867 |
+
msgstr "خانواده دوستانه نیست؟"
|
1868 |
+
|
1869 |
+
#: inc/admin/admin-metaboxes-form.php:605
|
1870 |
+
msgid "The video will be available only to users with SafeSearch turned off."
|
1871 |
+
msgstr "این ویدیو فقط برای کاربران موجود است که SafeSearch خاموش است."
|
1872 |
+
|
1873 |
+
#: inc/admin/admin-metaboxes-form.php:607
|
1874 |
+
msgid "Remove video"
|
1875 |
+
msgstr "حذف ویدئو"
|
1876 |
+
|
1877 |
+
#: inc/admin/admin-metaboxes-form.php:614
|
1878 |
+
msgid "Add video"
|
1879 |
+
msgstr "اضافه کردن ویدیو"
|
1880 |
+
|
1881 |
+
#: inc/admin/admin-metaboxes.php:201 inc/admin/admin-metaboxes.php:442
|
1882 |
+
#: inc/admin/admin-term-metaboxes.php:203
|
1883 |
+
msgid "Analysis in progress..."
|
1884 |
+
msgstr ""
|
1885 |
+
|
1886 |
+
#: inc/admin/admin-metaboxes.php:428
|
1887 |
+
msgid "Content analysis"
|
1888 |
+
msgstr "تجزیه و تحلیل محتوا"
|
1889 |
+
|
1890 |
+
#: inc/admin/admin-notifications-center.php:49
|
1891 |
+
#: inc/admin/admin-notifications-center.php:55
|
1892 |
+
msgid "Notifications Center"
|
1893 |
+
msgstr "مرکز اطلاع رسانی"
|
1894 |
+
|
1895 |
+
#: inc/admin/admin-notifications-center.php:50
|
1896 |
+
msgid "SEO Tools"
|
1897 |
+
msgstr "ابزارهای سئو"
|
1898 |
+
|
1899 |
+
#: inc/admin/admin-notifications-center.php:51
|
1900 |
+
#: inc/admin/admin-notifications-center.php:56
|
1901 |
+
msgid "Useful links"
|
1902 |
+
msgstr "لینک های مفید"
|
1903 |
+
|
1904 |
+
#: inc/admin/admin-notifications-center.php:97
|
1905 |
+
msgid "Configure SEOPress in a few minutes with our installation wizard"
|
1906 |
+
msgstr ""
|
1907 |
+
|
1908 |
+
#: inc/admin/admin-notifications-center.php:98
|
1909 |
+
msgid "The best way to quickly setup SEOPress on your site."
|
1910 |
+
msgstr ""
|
1911 |
+
|
1912 |
+
#: inc/admin/admin-notifications-center.php:100
|
1913 |
+
msgid "Wizard"
|
1914 |
+
msgstr ""
|
1915 |
+
|
1916 |
+
#: inc/admin/admin-notifications-center.php:104
|
1917 |
+
msgid "Start the wizard"
|
1918 |
+
msgstr ""
|
1919 |
+
|
1920 |
+
#: inc/admin/admin-notifications-center.php:126
|
1921 |
+
msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
|
1922 |
+
msgstr ""
|
1923 |
+
"تم شما از <strong> add_theme_support ('title tag') استفاده نمی کند </ strong>"
|
1924 |
+
|
1925 |
+
#: inc/admin/admin-notifications-center.php:127
|
1926 |
+
msgid ""
|
1927 |
+
"This error indicates that your theme uses a deprecated function to generate "
|
1928 |
+
"the title tag of your pages. SEOPress will not be able to generate your "
|
1929 |
+
"custom title tags if this error is not fixed."
|
1930 |
+
msgstr ""
|
1931 |
+
|
1932 |
+
#: inc/admin/admin-notifications-center.php:129
|
1933 |
+
#: inc/admin/admin-notifications-center.php:161
|
1934 |
+
#: inc/admin/admin-notifications-center.php:222
|
1935 |
+
#: inc/admin/admin-notifications-center.php:252
|
1936 |
+
#: inc/admin/admin-notifications-center.php:270
|
1937 |
+
#: inc/admin/admin-notifications-center.php:287
|
1938 |
+
#: inc/admin/admin-notifications-center.php:375
|
1939 |
+
#: inc/admin/admin-notifications-center.php:451
|
1940 |
+
#: inc/admin/admin-notifications-center.php:488
|
1941 |
+
#: inc/admin/admin-notifications-center.php:506
|
1942 |
+
msgid "High impact"
|
1943 |
+
msgstr "تاثیر زیاد"
|
1944 |
+
|
1945 |
+
#: inc/admin/admin-notifications-center.php:134
|
1946 |
+
#: inc/admin/admin-notifications-center.php:201
|
1947 |
+
#: inc/admin/admin-notifications-center.php:227 inc/admin/admin.php:4821
|
1948 |
+
#: inc/admin/admin.php:4863 inc/admin/admin.php:4890 inc/admin/admin.php:4912
|
1949 |
+
#: inc/admin/admin.php:4934 inc/admin/admin.php:4956
|
1950 |
+
msgid "Learn more"
|
1951 |
+
msgstr "بیشتر بدانید"
|
1952 |
+
|
1953 |
+
#: inc/admin/admin-notifications-center.php:158
|
1954 |
+
#, php-format
|
1955 |
+
msgid "We noticed that you use <strong>%s</strong> plugin."
|
1956 |
+
msgstr ""
|
1957 |
+
|
1958 |
+
#: inc/admin/admin-notifications-center.php:159
|
1959 |
+
#, fuzzy
|
1960 |
+
#| msgid ""
|
1961 |
+
#| "We notice that you use another SEO plugin. <br>Do not use multiple SEO "
|
1962 |
+
#| "plugins at once to avoid conflicts!"
|
1963 |
+
msgid ""
|
1964 |
+
"Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO "
|
1965 |
+
"plugins at once to avoid conflicts!"
|
1966 |
+
msgstr ""
|
1967 |
+
"متوجه شدیم که شما از یک پلاگین دیگر SEO استفاده می کنید. <br> از چندین پلاگین "
|
1968 |
+
"جستجوگر در یک زمان برای جلوگیری از درگیری استفاده نکنید!"
|
1969 |
+
|
1970 |
+
#: inc/admin/admin-notifications-center.php:165
|
1971 |
+
msgid "Migrate!"
|
1972 |
+
msgstr "مهاجرت!"
|
1973 |
+
|
1974 |
+
#: inc/admin/admin-notifications-center.php:178
|
1975 |
+
msgid "You have enabled 404 cleaning BUT the scheduled task is not running."
|
1976 |
+
msgstr ""
|
1977 |
+
|
1978 |
+
#: inc/admin/admin-notifications-center.php:179
|
1979 |
+
msgid ""
|
1980 |
+
"To solve this, please disable and re-enable SEOPress PRO. No data will be "
|
1981 |
+
"lost."
|
1982 |
+
msgstr ""
|
1983 |
+
|
1984 |
+
#: inc/admin/admin-notifications-center.php:200
|
1985 |
+
msgid "Your site doesn't use an SSL certificate!"
|
1986 |
+
msgstr "سایت شما از یک گواهینامه SSL استفاده نمی کند"
|
1987 |
+
|
1988 |
+
#: inc/admin/admin-notifications-center.php:201
|
1989 |
+
msgid ""
|
1990 |
+
"Https is considered by Google as a positive signal for the ranking of your "
|
1991 |
+
"site. It also reassures your visitors for data security, and improves trust."
|
1992 |
+
msgstr ""
|
1993 |
+
|
1994 |
+
#: inc/admin/admin-notifications-center.php:203
|
1995 |
+
msgid "Low impact"
|
1996 |
+
msgstr "تاثیر کم"
|
1997 |
+
|
1998 |
+
#: inc/admin/admin-notifications-center.php:207
|
1999 |
+
msgid "Buy an SSL!"
|
2000 |
+
msgstr "خرید یک SSL!"
|
2001 |
+
|
2002 |
+
#: inc/admin/admin-notifications-center.php:219
|
2003 |
+
msgid "PHP module \"DOM\" is missing on your server."
|
2004 |
+
msgstr ""
|
2005 |
+
|
2006 |
+
#: inc/admin/admin-notifications-center.php:220
|
2007 |
+
msgid ""
|
2008 |
+
"This PHP module, installed by default with PHP, is required by many plugins "
|
2009 |
+
"including SEOPress. Please contact your host as soon as possible to solve "
|
2010 |
+
"this."
|
2011 |
+
msgstr ""
|
2012 |
+
|
2013 |
+
#: inc/admin/admin-notifications-center.php:249
|
2014 |
+
msgid "Your site is not visible to Search Engines!"
|
2015 |
+
msgstr "سایت شما برای موتورهای جستجو قابل دیدن نیست!"
|
2016 |
+
|
2017 |
+
#: inc/admin/admin-notifications-center.php:250
|
2018 |
+
msgid ""
|
2019 |
+
"You have activated the blocking of the indexing of your site. If your site is "
|
2020 |
+
"under development, this is probably normal. Otherwise, check your settings. "
|
2021 |
+
"Delete this notification using the cross on the right if you are not "
|
2022 |
+
"concerned."
|
2023 |
+
msgstr ""
|
2024 |
+
|
2025 |
+
#: inc/admin/admin-notifications-center.php:256
|
2026 |
+
#: inc/admin/admin-notifications-center.php:274
|
2027 |
+
#: inc/admin/admin-notifications-center.php:291
|
2028 |
+
#: inc/admin/admin-notifications-center.php:320
|
2029 |
+
#: inc/admin/admin-notifications-center.php:409
|
2030 |
+
#: inc/admin/admin-notifications-center.php:427
|
2031 |
+
#: inc/admin/admin-notifications-center.php:510
|
2032 |
+
#: inc/admin/admin-notifications-center.php:529
|
2033 |
+
msgid "Fix this!"
|
2034 |
+
msgstr "این را ثابت کنید"
|
2035 |
+
|
2036 |
+
#: inc/admin/admin-notifications-center.php:267
|
2037 |
+
msgid "Your site title is empty!"
|
2038 |
+
msgstr "عنوان سایت شما خالی است!"
|
2039 |
+
|
2040 |
+
#: inc/admin/admin-notifications-center.php:268
|
2041 |
+
msgid ""
|
2042 |
+
"Your Site Title is used by WordPress, your theme and your plugins including "
|
2043 |
+
"SEOPress. It is an essential component in the generation of title tags, but "
|
2044 |
+
"not only. Enter one!"
|
2045 |
+
msgstr ""
|
2046 |
+
|
2047 |
+
#: inc/admin/admin-notifications-center.php:284 inc/admin/admin.php:2764
|
2048 |
+
msgid ""
|
2049 |
+
"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
2050 |
+
msgstr "permalink شما SEO دوستانه نیست! برای حل این مسئله، کاملا مجاز است."
|
2051 |
+
|
2052 |
+
#: inc/admin/admin-notifications-center.php:285
|
2053 |
+
#: inc/admin/admin-notifications-center.php:314
|
2054 |
+
msgid ""
|
2055 |
+
"Why is this important? Showing only the summary of each article significantly "
|
2056 |
+
"reduces the theft of your content by third party sites. Not to mention, the "
|
2057 |
+
"increase in your traffic, your advertising revenue, conversions..."
|
2058 |
+
msgstr ""
|
2059 |
+
|
2060 |
+
#: inc/admin/admin-notifications-center.php:313
|
2061 |
+
#, fuzzy
|
2062 |
+
#| msgid "You RSS feed show full text!"
|
2063 |
+
msgid "Your RSS feed shows full text!"
|
2064 |
+
msgstr "شما RSS خوراک نمایش متن کامل!"
|
2065 |
+
|
2066 |
+
#: inc/admin/admin-notifications-center.php:316
|
2067 |
+
#: inc/admin/admin-notifications-center.php:405
|
2068 |
+
#: inc/admin/admin-notifications-center.php:423
|
2069 |
+
msgid "Medium impact"
|
2070 |
+
msgstr "تأثیر متوسط"
|
2071 |
+
|
2072 |
+
#: inc/admin/admin-notifications-center.php:343
|
2073 |
+
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
2074 |
+
msgstr "شما SEOPress را دوست دارید؟ لطفا با امتیاز ما 5 ستاره به ما کمک کنید"
|
2075 |
+
|
2076 |
+
#: inc/admin/admin-notifications-center.php:344
|
2077 |
+
msgid ""
|
2078 |
+
"Support the development and improvement of the plugin by taking 15 seconds of "
|
2079 |
+
"your time to leave us a user review on the official WordPress plugins "
|
2080 |
+
"repository. Thank you!"
|
2081 |
+
msgstr ""
|
2082 |
+
|
2083 |
+
#: inc/admin/admin-notifications-center.php:346
|
2084 |
+
#, fuzzy
|
2085 |
+
#| msgid "Configuration"
|
2086 |
+
msgid "Information"
|
2087 |
+
msgstr "پیکربندی"
|
2088 |
+
|
2089 |
+
#: inc/admin/admin-notifications-center.php:350
|
2090 |
+
msgid "Rate us!"
|
2091 |
+
msgstr "به ما رای دهید!"
|
2092 |
+
|
2093 |
+
#: inc/admin/admin-notifications-center.php:372
|
2094 |
+
msgid "Break comments into pages is ON!"
|
2095 |
+
msgstr "شکستن نظرات به صفحات ON است!"
|
2096 |
+
|
2097 |
+
#: inc/admin/admin-notifications-center.php:373
|
2098 |
+
msgid ""
|
2099 |
+
"Enabling this option will create duplicate content for each article beyond x "
|
2100 |
+
"comments. This can have a disastrous effect by creating a large number of "
|
2101 |
+
"poor quality pages, and slowing the Google bot unnecessarily, so your ranking "
|
2102 |
+
"in search results."
|
2103 |
+
msgstr ""
|
2104 |
+
|
2105 |
+
#: inc/admin/admin-notifications-center.php:379
|
2106 |
+
msgid "Disable this!"
|
2107 |
+
msgstr "این را غیرفعال کنید"
|
2108 |
+
|
2109 |
+
#: inc/admin/admin-notifications-center.php:402
|
2110 |
+
msgid "Display more posts per page on homepage and archives"
|
2111 |
+
msgstr "نمایش پست های بیشتر در هر صفحه در صفحه اصلی و آرشیو"
|
2112 |
+
|
2113 |
+
#: inc/admin/admin-notifications-center.php:403
|
2114 |
+
msgid ""
|
2115 |
+
"To reduce the number pages search engines have to crawl to find all your "
|
2116 |
+
"articles, it is recommended displaying more posts per page. This should not "
|
2117 |
+
"be a problem for your users. Using mobile, we prefer to scroll down rather "
|
2118 |
+
"than clicking on next page links. If you can do it, try adding an infinite "
|
2119 |
+
"scroll to your post listings."
|
2120 |
+
msgstr ""
|
2121 |
+
|
2122 |
+
#: inc/admin/admin-notifications-center.php:420
|
2123 |
+
msgid "You don't have an XML Sitemap!"
|
2124 |
+
msgstr "شما یک Sitemap XML ندارید"
|
2125 |
+
|
2126 |
+
#: inc/admin/admin-notifications-center.php:421
|
2127 |
+
msgid ""
|
2128 |
+
"XML Sitemaps are useful to facilitate the crawling of your content by search "
|
2129 |
+
"engine robots. Indirectly, this can benefit your ranking by reducing the "
|
2130 |
+
"crawl bugdet."
|
2131 |
+
msgstr ""
|
2132 |
+
|
2133 |
+
#: inc/admin/admin-notifications-center.php:448
|
2134 |
+
msgid "Do you have a Google My Business page? It's free!"
|
2135 |
+
msgstr "آیا یک صفحه کسب و کار من در Google دارید؟ رایگان است!"
|
2136 |
+
|
2137 |
+
#: inc/admin/admin-notifications-center.php:449
|
2138 |
+
msgid ""
|
2139 |
+
"Local Business websites should have a My Business page to improve visibility "
|
2140 |
+
"in search results. Click on the cross on the right to delete this "
|
2141 |
+
"notification if you are not concerned."
|
2142 |
+
msgstr ""
|
2143 |
+
|
2144 |
+
#: inc/admin/admin-notifications-center.php:455
|
2145 |
+
msgid "Create your page now!"
|
2146 |
+
msgstr "اکنون صفحه خود را ایجاد کنید"
|
2147 |
+
|
2148 |
+
#: inc/admin/admin-notifications-center.php:485
|
2149 |
+
msgid "Add your site to Google. It's free!"
|
2150 |
+
msgstr "سایت خود را به Google اضافه کنید. رایگان است!"
|
2151 |
+
|
2152 |
+
#: inc/admin/admin-notifications-center.php:486
|
2153 |
+
msgid ""
|
2154 |
+
"Is your brand new site online? So reference it as quickly as possible on "
|
2155 |
+
"Google to get your first visitors via Google Search Console. Already the "
|
2156 |
+
"case? Click on the cross on the right to remove this alert."
|
2157 |
+
msgstr ""
|
2158 |
+
|
2159 |
+
#: inc/admin/admin-notifications-center.php:492
|
2160 |
+
msgid "Add your site to Search Console!"
|
2161 |
+
msgstr "سایت خود را به Search Console اضافه کنید!"
|
2162 |
+
|
2163 |
+
#: inc/admin/admin-notifications-center.php:503
|
2164 |
+
#, fuzzy
|
2165 |
+
#| msgid "Structured Data Types (schema.org)"
|
2166 |
+
msgid "Structured data types is not correctly enabled"
|
2167 |
+
msgstr "انواع داده های ساختاری (schema.org)"
|
2168 |
+
|
2169 |
+
#: inc/admin/admin-notifications-center.php:504
|
2170 |
+
msgid ""
|
2171 |
+
"Please enable <strong>Structured Data Types metabox for your posts, pages and "
|
2172 |
+
"custom post types</strong> option in order to use automatic and manual "
|
2173 |
+
"schemas. (SEO > PRO > Structured Data Types (schema.org)"
|
2174 |
+
msgstr ""
|
2175 |
+
|
2176 |
+
#: inc/admin/admin-notifications-center.php:522
|
2177 |
+
msgid "You have to enter your licence key to get updates and support"
|
2178 |
+
msgstr ""
|
2179 |
+
"شما باید کلید مجوز خود را برای دریافت به روز رسانی و پشتیبانی ارسال کنید"
|
2180 |
+
|
2181 |
+
#: inc/admin/admin-notifications-center.php:523
|
2182 |
+
msgid ""
|
2183 |
+
"Please activate the SEOPress PRO license key to automatically receive updates "
|
2184 |
+
"to guarantee you the best user experience possible."
|
2185 |
+
msgstr ""
|
2186 |
+
|
2187 |
+
#: inc/admin/admin-notifications-center.php:551
|
2188 |
+
msgid "Take your SEO to the next level with SEOPress PRO!"
|
2189 |
+
msgstr ""
|
2190 |
+
|
2191 |
+
#: inc/admin/admin-notifications-center.php:552
|
2192 |
+
msgid ""
|
2193 |
+
"The PRO version of SEOPress allows you to easily manage your structured data "
|
2194 |
+
"(schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO "
|
2195 |
+
"for WooCommerce, gain productivity with our import / export tool from a CSV "
|
2196 |
+
"of your metadata and so much more."
|
2197 |
+
msgstr ""
|
2198 |
+
|
2199 |
+
#: inc/admin/admin-notifications-center.php:559
|
2200 |
+
#, fuzzy
|
2201 |
+
#| msgid "Migrate now"
|
2202 |
+
msgid "Upgrade now!"
|
2203 |
+
msgstr "اکنون مهاجرت کن"
|
2204 |
+
|
2205 |
+
#: inc/admin/admin-notifications-center.php:576
|
2206 |
+
msgid "Check websites setup on your server"
|
2207 |
+
msgstr "بررسی وب سایت ها را روی سرور خود تنظیم کنید"
|
2208 |
+
|
2209 |
+
#: inc/admin/admin-notifications-center.php:585
|
2210 |
+
msgid "Not found"
|
2211 |
+
msgstr "پیدا نشد"
|
2212 |
+
|
2213 |
+
#: inc/admin/admin-notifications-center.php:590
|
2214 |
+
msgid "No scrape."
|
2215 |
+
msgstr "بدون خراش"
|
2216 |
+
|
2217 |
+
#: inc/admin/admin-notifications-center.php:595
|
2218 |
+
msgid "No domain found."
|
2219 |
+
msgstr "دامنه یافت نشد"
|
2220 |
+
|
2221 |
+
#: inc/admin/admin-notifications-center.php:605
|
2222 |
+
msgid "Server IP Address: "
|
2223 |
+
msgstr "آدرس آی پی سرور: "
|
2224 |
+
|
2225 |
+
#: inc/admin/admin-notifications-center.php:608
|
2226 |
+
msgid "Last scrape: "
|
2227 |
+
msgstr "آخرین شکاف: "
|
2228 |
+
|
2229 |
+
#: inc/admin/admin-notifications-center.php:609
|
2230 |
+
msgid "Number of websites on your server: "
|
2231 |
+
msgstr "تعداد وب سایت ها در سرور شما: "
|
2232 |
+
|
2233 |
+
#: inc/admin/admin-notifications-center.php:622
|
2234 |
+
msgid "Get list"
|
2235 |
+
msgstr "دریافت لیست"
|
2236 |
+
|
2237 |
+
#: inc/admin/admin-notifications-center.php:631
|
2238 |
+
msgid "Our blog: SEO news, how-to, tips and tricks..."
|
2239 |
+
msgstr ""
|
2240 |
+
|
2241 |
+
#: inc/admin/admin-notifications-center.php:632
|
2242 |
+
msgid "Upload a list of links to disavow to Google"
|
2243 |
+
msgstr "یک لیست از لینک ها را برای ارسال به Google ارسال کنید"
|
2244 |
+
|
2245 |
+
#: inc/admin/admin-notifications-center.php:633
|
2246 |
+
msgid "Google Trends"
|
2247 |
+
msgstr "روند Google"
|
2248 |
+
|
2249 |
+
#: inc/admin/admin-notifications-center.php:635
|
2250 |
+
msgid ""
|
2251 |
+
"Image SEO plugin to optimize your image ALT texts and names for Search "
|
2252 |
+
"Engines."
|
2253 |
+
msgstr ""
|
2254 |
+
|
2255 |
+
#: inc/admin/admin-notifications-center.php:637
|
2256 |
+
msgid "Dareboost: Test, analyze and optimize your website"
|
2257 |
+
msgstr "Dareboost: تست، تجزیه و تحلیل و بهینه سازی وب سایت شما"
|
2258 |
+
|
2259 |
+
#: inc/admin/admin-notifications-center.php:638
|
2260 |
+
msgid "Google Campaign URL Builder tool"
|
2261 |
+
msgstr "ابزار URL Builder Google Campaign"
|
2262 |
+
|
2263 |
+
#: inc/admin/admin-wizard.php:96 seopress.php:211
|
2264 |
+
#, fuzzy
|
2265 |
+
#| msgid "Import completed!"
|
2266 |
+
msgid "Migration completed!"
|
2267 |
+
msgstr "درون ریزی کامل شد!"
|
2268 |
+
|
2269 |
+
#: inc/admin/admin-wizard.php:97 seopress.php:212
|
2270 |
+
#, fuzzy
|
2271 |
+
#| msgid "Import completed!"
|
2272 |
+
msgid "Export completed!"
|
2273 |
+
msgstr "درون ریزی کامل شد!"
|
2274 |
+
|
2275 |
+
#: inc/admin/admin-wizard.php:112
|
2276 |
+
#, fuzzy
|
2277 |
+
#| msgid "Import Settings"
|
2278 |
+
msgid "Import SEO settings"
|
2279 |
+
msgstr "تنظیمات وارد شده"
|
2280 |
+
|
2281 |
+
#: inc/admin/admin-wizard.php:117 inc/admin/admin-wizard.php:454
|
2282 |
+
#, fuzzy
|
2283 |
+
#| msgid "View your sitemap"
|
2284 |
+
msgid "Your site"
|
2285 |
+
msgstr "نقشه سایت خود را مشاهده کنید"
|
2286 |
+
|
2287 |
+
#: inc/admin/admin-wizard.php:122 inc/admin/admin-wizard.php:564
|
2288 |
+
msgid "Indexing"
|
2289 |
+
msgstr ""
|
2290 |
+
|
2291 |
+
#: inc/admin/admin-wizard.php:127 inc/admin/admin-wizard.php:720
|
2292 |
+
#, fuzzy
|
2293 |
+
#| msgid "<p>Advanced SEO options.</p>"
|
2294 |
+
msgid "Advanced options"
|
2295 |
+
msgstr "<p> گزینه های جستجوی پیشرفته </ p>"
|
2296 |
+
|
2297 |
+
#: inc/admin/admin-wizard.php:132
|
2298 |
+
msgid "Ready!"
|
2299 |
+
msgstr ""
|
2300 |
+
|
2301 |
+
#: inc/admin/admin-wizard.php:191
|
2302 |
+
msgid "SEOPress › Setup Wizard"
|
2303 |
+
msgstr ""
|
2304 |
+
|
2305 |
+
#: inc/admin/admin-wizard.php:208
|
2306 |
+
msgid "Not right now"
|
2307 |
+
msgstr ""
|
2308 |
+
|
2309 |
+
#: inc/admin/admin-wizard.php:210
|
2310 |
+
msgid "Skip this step"
|
2311 |
+
msgstr ""
|
2312 |
+
|
2313 |
+
#: inc/admin/admin-wizard.php:268
|
2314 |
+
msgid "Welcome!"
|
2315 |
+
msgstr ""
|
2316 |
+
|
2317 |
+
#: inc/admin/admin-wizard.php:269
|
2318 |
+
msgid ""
|
2319 |
+
"The following wizard will help you configure SEOPress and get you started "
|
2320 |
+
"quickly."
|
2321 |
+
msgstr ""
|
2322 |
+
|
2323 |
+
#: inc/admin/admin-wizard.php:270
|
2324 |
+
msgid ""
|
2325 |
+
"The first step is to import your previous settings from other plugins to keep "
|
2326 |
+
"your SEO."
|
2327 |
+
msgstr ""
|
2328 |
+
|
2329 |
+
#: inc/admin/admin-wizard.php:271
|
2330 |
+
msgid "No data to migrate? Click \"Next step\" button!"
|
2331 |
+
msgstr ""
|
2332 |
+
|
2333 |
+
#: inc/admin/admin-wizard.php:273 inc/admin/admin.php:753
|
2334 |
+
#, fuzzy
|
2335 |
+
#| msgid "Import posts and terms metadata from Yoast"
|
2336 |
+
msgid "Import posts and terms metadata from"
|
2337 |
+
msgstr "واردات پست ها و اصطلاحات ابرداده از Yoast"
|
2338 |
+
|
2339 |
+
#: inc/admin/admin-wizard.php:275 inc/admin/admin.php:755
|
2340 |
+
#: inc/admin/admin.php:911
|
2341 |
+
#, fuzzy
|
2342 |
+
#| msgid "Select your logo"
|
2343 |
+
msgid "Select an option"
|
2344 |
+
msgstr "آرم خود را انتخاب کنید"
|
2345 |
+
|
2346 |
+
#: inc/admin/admin-wizard.php:276 inc/admin/admin.php:756
|
2347 |
+
msgid "Yoast SEO"
|
2348 |
+
msgstr ""
|
2349 |
+
|
2350 |
+
#: inc/admin/admin-wizard.php:277 inc/admin/admin.php:757
|
2351 |
+
msgid "All In One SEO"
|
2352 |
+
msgstr ""
|
2353 |
+
|
2354 |
+
#: inc/admin/admin-wizard.php:278 inc/admin/admin.php:758
|
2355 |
+
msgid "The SEO Framework"
|
2356 |
+
msgstr ""
|
2357 |
+
|
2358 |
+
#: inc/admin/admin-wizard.php:279 inc/admin/admin.php:759
|
2359 |
+
msgid "Rank Math"
|
2360 |
+
msgstr ""
|
2361 |
+
|
2362 |
+
#: inc/admin/admin-wizard.php:280 inc/admin/admin.php:760
|
2363 |
+
msgid "Squirrly SEO"
|
2364 |
+
msgstr ""
|
2365 |
+
|
2366 |
+
#: inc/admin/admin-wizard.php:281 inc/admin/admin.php:761
|
2367 |
+
msgid "SEO Ultimate"
|
2368 |
+
msgstr ""
|
2369 |
+
|
2370 |
+
#: inc/admin/admin-wizard.php:282 inc/admin/admin.php:762
|
2371 |
+
msgid "WP Meta SEO"
|
2372 |
+
msgstr ""
|
2373 |
+
|
2374 |
+
#: inc/admin/admin-wizard.php:290 inc/admin/admin.php:769
|
2375 |
+
msgid "Import posts and terms metadata from Yoast"
|
2376 |
+
msgstr "واردات پست ها و اصطلاحات ابرداده از Yoast"
|
2377 |
+
|
2378 |
+
#: inc/admin/admin-wizard.php:291 inc/admin/admin-wizard.php:310
|
2379 |
+
#: inc/admin/admin-wizard.php:327 inc/admin/admin-wizard.php:346
|
2380 |
+
#: inc/admin/admin-wizard.php:365 inc/admin/admin-wizard.php:383
|
2381 |
+
#: inc/admin/admin-wizard.php:400 inc/admin/admin.php:770
|
2382 |
+
#: inc/admin/admin.php:791 inc/admin/admin.php:810 inc/admin/admin.php:831
|
2383 |
+
#: inc/admin/admin.php:852 inc/admin/admin.php:872 inc/admin/admin.php:891
|
2384 |
+
msgid "By clicking Migrate, we'll import:"
|
2385 |
+
msgstr "با کلیک روی Migrate ما وارد می کنیم:"
|
2386 |
+
|
2387 |
+
#: inc/admin/admin-wizard.php:293 inc/admin/admin-wizard.php:312
|
2388 |
+
#: inc/admin/admin-wizard.php:329 inc/admin/admin-wizard.php:348
|
2389 |
+
#: inc/admin/admin-wizard.php:367 inc/admin/admin-wizard.php:385
|
2390 |
+
#: inc/admin/admin-wizard.php:402 inc/admin/admin.php:772
|
2391 |
+
#: inc/admin/admin.php:793 inc/admin/admin.php:812 inc/admin/admin.php:833
|
2392 |
+
#: inc/admin/admin.php:854 inc/admin/admin.php:874 inc/admin/admin.php:893
|
2393 |
+
msgid "Title tags"
|
2394 |
+
msgstr "برچسب ها عنوان"
|
2395 |
+
|
2396 |
+
#: inc/admin/admin-wizard.php:295 inc/admin/admin-wizard.php:314
|
2397 |
+
#: inc/admin/admin-wizard.php:331 inc/admin/admin-wizard.php:350
|
2398 |
+
#: inc/admin/admin-wizard.php:369 inc/admin/admin-wizard.php:387
|
2399 |
+
#: inc/admin/admin-wizard.php:404 inc/admin/admin.php:774
|
2400 |
+
#: inc/admin/admin.php:795 inc/admin/admin.php:814 inc/admin/admin.php:835
|
2401 |
+
#: inc/admin/admin.php:856 inc/admin/admin.php:876 inc/admin/admin.php:895
|
2402 |
+
msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
2403 |
+
msgstr "فیس بوک باز کردن برچسب های گراف (عنوان، توضیحات و تصویر کوچک)"
|
2404 |
+
|
2405 |
+
#: inc/admin/admin-wizard.php:296 inc/admin/admin-wizard.php:332
|
2406 |
+
#: inc/admin/admin-wizard.php:351 inc/admin/admin-wizard.php:370
|
2407 |
+
#: inc/admin/admin-wizard.php:388 inc/admin/admin-wizard.php:405
|
2408 |
+
#: inc/admin/admin.php:775 inc/admin/admin.php:815 inc/admin/admin.php:836
|
2409 |
+
#: inc/admin/admin.php:857 inc/admin/admin.php:877 inc/admin/admin.php:896
|
2410 |
+
msgid "Twitter tags (title, description and image thumbnail)"
|
2411 |
+
msgstr "برچسب های توییتر (عنوان، توضیحات و تصویر کوچک)"
|
2412 |
+
|
2413 |
+
#: inc/admin/admin-wizard.php:297 inc/admin/admin.php:776
|
2414 |
+
msgid "Meta Robots (noindex, nofollow...)"
|
2415 |
+
msgstr "روبات های متا (noindex، nofollow ...)"
|
2416 |
+
|
2417 |
+
#: inc/admin/admin-wizard.php:299 inc/admin/admin-wizard.php:354
|
2418 |
+
#: inc/admin/admin.php:778 inc/admin/admin.php:839
|
2419 |
+
msgid "Focus keywords"
|
2420 |
+
msgstr "کلمات کلیدی را تمرکز کنید"
|
2421 |
+
|
2422 |
+
#: inc/admin/admin-wizard.php:301 inc/admin/admin.php:780
|
2423 |
+
#, fuzzy
|
2424 |
+
#| msgid ""
|
2425 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2426 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2427 |
+
msgid ""
|
2428 |
+
"<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
|
2429 |
+
"and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
|
2430 |
+
"delete any Yoast data."
|
2431 |
+
msgstr ""
|
2432 |
+
"<strong> WARNING: </ strong> مهاجرت تمام پست های SEOPress و فراداده ها را حذف "
|
2433 |
+
"می کند. برخی متغیرهای پویا تفسیر نخواهند شد."
|
2434 |
+
|
2435 |
+
#: inc/admin/admin-wizard.php:302 inc/admin/admin-wizard.php:319
|
2436 |
+
#: inc/admin/admin-wizard.php:338 inc/admin/admin-wizard.php:357
|
2437 |
+
#: inc/admin/admin-wizard.php:375 inc/admin/admin-wizard.php:392
|
2438 |
+
#: inc/admin/admin-wizard.php:408 inc/admin/admin.php:781
|
2439 |
+
#: inc/admin/admin.php:800 inc/admin/admin.php:821 inc/admin/admin.php:842
|
2440 |
+
#: inc/admin/admin.php:862 inc/admin/admin.php:881 inc/admin/admin.php:899
|
2441 |
+
msgid "Migrate now"
|
2442 |
+
msgstr "اکنون مهاجرت کن"
|
2443 |
+
|
2444 |
+
#: inc/admin/admin-wizard.php:309 inc/admin/admin.php:790
|
2445 |
+
msgid "Import posts and terms metadata from All In One SEO"
|
2446 |
+
msgstr "واردات پست ها و اصطلاحات فراداده از همه در یک جستجوگرها"
|
2447 |
+
|
2448 |
+
#: inc/admin/admin-wizard.php:315 inc/admin/admin.php:796
|
2449 |
+
msgid "Twitter image thumbnail"
|
2450 |
+
msgstr "تصویر کوچک توییتر"
|
2451 |
+
|
2452 |
+
#: inc/admin/admin-wizard.php:316 inc/admin/admin.php:797
|
2453 |
+
msgid "Meta Robots (noindex, nofollow)"
|
2454 |
+
msgstr "روبات های متا (noindex، nofollow)"
|
2455 |
+
|
2456 |
+
#: inc/admin/admin-wizard.php:318 inc/admin/admin.php:799
|
2457 |
+
#, fuzzy
|
2458 |
+
#| msgid ""
|
2459 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2460 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2461 |
+
msgid ""
|
2462 |
+
"<strong>WARNING:</strong> Migration will update/delete all SEOPress posts and "
|
2463 |
+
"terms metadata. Some dynamic variables will not be interpreted. We do NOT "
|
2464 |
+
"delete any AIO data."
|
2465 |
+
msgstr ""
|
2466 |
+
"<strong> WARNING: </ strong> مهاجرت تمام پست های SEOPress و فراداده ها را حذف "
|
2467 |
+
"می کند. برخی متغیرهای پویا تفسیر نخواهند شد."
|
2468 |
+
|
2469 |
+
#: inc/admin/admin-wizard.php:326 inc/admin/admin.php:809
|
2470 |
+
msgid "Import posts and terms metadata from The SEO Framework"
|
2471 |
+
msgstr "واردات پست ها و اصطلاحات فراداده از چارچوب SEO"
|
2472 |
+
|
2473 |
+
#: inc/admin/admin-wizard.php:333 inc/admin/admin.php:816
|
2474 |
+
msgid "Meta Robots (noindex, nofollow, noarchive)"
|
2475 |
+
msgstr "روبات های متا (noindex، nofollow، noarchive)"
|
2476 |
+
|
2477 |
+
#: inc/admin/admin-wizard.php:335 inc/admin/admin.php:818
|
2478 |
+
#: inc/functions/options-advanced-admin.php:324
|
2479 |
+
msgid "Redirect URL"
|
2480 |
+
msgstr "تغییر آدرس URL"
|
2481 |
+
|
2482 |
+
#: inc/admin/admin-wizard.php:337 inc/admin/admin.php:820
|
2483 |
+
#, fuzzy
|
2484 |
+
#| msgid ""
|
2485 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2486 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2487 |
+
msgid ""
|
2488 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2489 |
+
"and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
|
2490 |
+
"delete any SEO Framework data."
|
2491 |
+
msgstr ""
|
2492 |
+
"<strong> WARNING: </ strong> مهاجرت تمام پست های SEOPress و فراداده ها را حذف "
|
2493 |
+
"می کند. برخی متغیرهای پویا تفسیر نخواهند شد."
|
2494 |
+
|
2495 |
+
#: inc/admin/admin-wizard.php:345 inc/admin/admin.php:830
|
2496 |
+
#, fuzzy
|
2497 |
+
#| msgid "Import posts and terms metadata from Yoast"
|
2498 |
+
msgid "Import posts and terms metadata from Rank Math"
|
2499 |
+
msgstr "واردات پست ها و اصطلاحات ابرداده از Yoast"
|
2500 |
+
|
2501 |
+
#: inc/admin/admin-wizard.php:352 inc/admin/admin.php:837
|
2502 |
+
#, fuzzy
|
2503 |
+
#| msgid "Meta Robots (noindex, nofollow, noarchive)"
|
2504 |
+
msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
|
2505 |
+
msgstr "روبات های متا (noindex، nofollow، noarchive)"
|
2506 |
+
|
2507 |
+
#: inc/admin/admin-wizard.php:356 inc/admin/admin.php:841
|
2508 |
+
#, fuzzy
|
2509 |
+
#| msgid ""
|
2510 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2511 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2512 |
+
msgid ""
|
2513 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2514 |
+
"and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
|
2515 |
+
"delete any Rank Math data."
|
2516 |
+
msgstr ""
|
2517 |
+
"<strong> WARNING: </ strong> مهاجرت تمام پست های SEOPress و فراداده ها را حذف "
|
2518 |
+
"می کند. برخی متغیرهای پویا تفسیر نخواهند شد."
|
2519 |
+
|
2520 |
+
#: inc/admin/admin-wizard.php:364 inc/admin/admin.php:851
|
2521 |
+
#, fuzzy
|
2522 |
+
#| msgid "Import posts and terms metadata from All In One SEO"
|
2523 |
+
msgid "Import posts metadata from Squirrly SEO"
|
2524 |
+
msgstr "واردات پست ها و اصطلاحات فراداده از همه در یک جستجوگرها"
|
2525 |
+
|
2526 |
+
#: inc/admin/admin-wizard.php:371 inc/admin/admin-wizard.php:389
|
2527 |
+
#: inc/admin/admin.php:858 inc/admin/admin.php:878
|
2528 |
+
#, fuzzy
|
2529 |
+
#| msgid "Meta Robots (noindex, nofollow)"
|
2530 |
+
msgid "Meta Robots (noindex or nofollow)"
|
2531 |
+
msgstr "روبات های متا (noindex، nofollow)"
|
2532 |
+
|
2533 |
+
#: inc/admin/admin-wizard.php:374
|
2534 |
+
#, fuzzy
|
2535 |
+
#| msgid ""
|
2536 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2537 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2538 |
+
msgid ""
|
2539 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2540 |
+
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
2541 |
+
"any Squirrly SEO data."
|
2542 |
+
msgstr ""
|
2543 |
+
"<strong> WARNING: </ strong> مهاجرت تمام پست های SEOPress و فراداده ها را حذف "
|
2544 |
+
"می کند. برخی متغیرهای پویا تفسیر نخواهند شد."
|
2545 |
+
|
2546 |
+
#: inc/admin/admin-wizard.php:382 inc/admin/admin.php:871
|
2547 |
+
#, fuzzy
|
2548 |
+
#| msgid "Import posts and terms metadata from Yoast"
|
2549 |
+
msgid "Import posts metadata from SEO Ultimate"
|
2550 |
+
msgstr "واردات پست ها و اصطلاحات ابرداده از Yoast"
|
2551 |
+
|
2552 |
+
#: inc/admin/admin-wizard.php:391 inc/admin/admin.php:880
|
2553 |
+
#, fuzzy
|
2554 |
+
#| msgid ""
|
2555 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2556 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2557 |
+
msgid ""
|
2558 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2559 |
+
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
2560 |
+
"any SEO Ultimate data."
|
2561 |
+
msgstr ""
|
2562 |
+
"<strong> WARNING: </ strong> مهاجرت تمام پست های SEOPress و فراداده ها را حذف "
|
2563 |
+
"می کند. برخی متغیرهای پویا تفسیر نخواهند شد."
|
2564 |
+
|
2565 |
+
#: inc/admin/admin-wizard.php:399 inc/admin/admin.php:890
|
2566 |
+
#, fuzzy
|
2567 |
+
#| msgid "Import posts and terms metadata from All In One SEO"
|
2568 |
+
msgid "Import posts and terms metadata from WP Meta SEO"
|
2569 |
+
msgstr "واردات پست ها و اصطلاحات فراداده از همه در یک جستجوگرها"
|
2570 |
+
|
2571 |
+
#: inc/admin/admin-wizard.php:407 inc/admin/admin.php:898
|
2572 |
+
#, fuzzy
|
2573 |
+
#| msgid ""
|
2574 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2575 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2576 |
+
msgid ""
|
2577 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2578 |
+
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
2579 |
+
"any WP Meta SEO data."
|
2580 |
+
msgstr ""
|
2581 |
+
"<strong> WARNING: </ strong> مهاجرت تمام پست های SEOPress و فراداده ها را حذف "
|
2582 |
+
"می کند. برخی متغیرهای پویا تفسیر نخواهند شد."
|
2583 |
+
|
2584 |
+
#: inc/admin/admin-wizard.php:415 inc/admin/admin-wizard.php:844
|
2585 |
+
msgid "Next step"
|
2586 |
+
msgstr ""
|
2587 |
+
|
2588 |
+
#: inc/admin/admin-wizard.php:456
|
2589 |
+
msgid ""
|
2590 |
+
"To build title tags and knowledge graph for Google, you need to fill out the "
|
2591 |
+
"fields below to configure the general settings. "
|
2592 |
+
msgstr ""
|
2593 |
+
|
2594 |
+
#: inc/admin/admin-wizard.php:459
|
2595 |
+
msgid "eg: |"
|
2596 |
+
msgstr ""
|
2597 |
+
|
2598 |
+
#: inc/admin/admin-wizard.php:461 inc/admin/admin.php:1182
|
2599 |
+
#: inc/admin/admin.php:2940
|
2600 |
+
msgid "Site title"
|
2601 |
+
msgstr "عنوان سایت"
|
2602 |
+
|
2603 |
+
#: inc/admin/admin-wizard.php:462
|
2604 |
+
#, fuzzy
|
2605 |
+
#| msgid "My awesome website"
|
2606 |
+
msgid "eg: My super website"
|
2607 |
+
msgstr "وب سایت عالی من"
|
2608 |
+
|
2609 |
+
#: inc/admin/admin-wizard.php:464 inc/admin/admin.php:1579
|
2610 |
+
msgid "Person or organization"
|
2611 |
+
msgstr "فرد یا سازمان"
|
2612 |
+
|
2613 |
+
#: inc/admin/admin-wizard.php:466
|
2614 |
+
msgid "Choose a knowledge type"
|
2615 |
+
msgstr ""
|
2616 |
+
|
2617 |
+
#: inc/admin/admin-wizard.php:472 inc/admin/admin.php:4126
|
2618 |
+
msgid "Person"
|
2619 |
+
msgstr "فرد"
|
2620 |
+
|
2621 |
+
#: inc/admin/admin-wizard.php:475 inc/admin/admin.php:4129
|
2622 |
+
msgid "Organization"
|
2623 |
+
msgstr "سازمان"
|
2624 |
+
|
2625 |
+
#: inc/admin/admin-wizard.php:479 inc/admin/admin.php:1587
|
2626 |
+
#: inc/admin/admin.php:4142
|
2627 |
+
msgid "Your name/organization"
|
2628 |
+
msgstr "نام / سازمان شما"
|
2629 |
+
|
2630 |
+
#: inc/admin/admin-wizard.php:480
|
2631 |
+
msgid "eg: My Company Name"
|
2632 |
+
msgstr ""
|
2633 |
+
|
2634 |
+
#: inc/admin/admin-wizard.php:482 inc/admin/admin.php:1595
|
2635 |
+
#: inc/admin/admin.php:4155
|
2636 |
+
msgid "Your photo/organization logo"
|
2637 |
+
msgstr "لوگوی عکس / سازمان شما"
|
2638 |
+
|
2639 |
+
#: inc/admin/admin-wizard.php:483
|
2640 |
+
#, fuzzy
|
2641 |
+
#| msgid "eg: https://www.facebook.com/your-page"
|
2642 |
+
msgid "eg: https://www.example.com/logo.png"
|
2643 |
+
msgstr "به عنوان مثال: https://www.facebook.com/yourpagepage"
|
2644 |
+
|
2645 |
+
#: inc/admin/admin-wizard.php:485
|
2646 |
+
#, fuzzy
|
2647 |
+
#| msgid "Facebook Page URL"
|
2648 |
+
msgid "Facebook page URL"
|
2649 |
+
msgstr "URL فیس بوک"
|
2650 |
+
|
2651 |
+
#: inc/admin/admin-wizard.php:486 inc/admin/admin.php:4263
|
2652 |
+
#, fuzzy
|
2653 |
+
#| msgid "eg: https://www.facebook.com/your-page"
|
2654 |
+
msgid "eg: https://facebook.com/my-page-url"
|
2655 |
+
msgstr "به عنوان مثال: https://www.facebook.com/yourpagepage"
|
2656 |
+
|
2657 |
+
#: inc/admin/admin-wizard.php:488 inc/admin/admin.php:1644
|
2658 |
+
msgid "Twitter Username"
|
2659 |
+
msgstr "نام کاربری توییتر"
|
2660 |
+
|
2661 |
+
#: inc/admin/admin-wizard.php:489 inc/admin/admin.php:4276
|
2662 |
+
msgid "eg: @my_twitter_account"
|
2663 |
+
msgstr ""
|
2664 |
+
|
2665 |
+
#: inc/admin/admin-wizard.php:491 inc/admin/admin.php:1652
|
2666 |
+
#: inc/admin/admin.php:4288
|
2667 |
+
msgid "Pinterest URL"
|
2668 |
+
msgstr "آدرس اینترنتی Pinterest"
|
2669 |
+
|
2670 |
+
#: inc/admin/admin-wizard.php:492 inc/admin/admin.php:4288
|
2671 |
+
#, fuzzy
|
2672 |
+
#| msgid "eg: https://pinterest.com/wpbuy/"
|
2673 |
+
msgid "eg: https://pinterest.com/my-page-url/"
|
2674 |
+
msgstr "به عنوان مثال: https://pinterest.com/wpbuy/"
|
2675 |
+
|
2676 |
+
#: inc/admin/admin-wizard.php:494 inc/admin/admin.php:1660
|
2677 |
+
#: inc/admin/admin.php:4300
|
2678 |
+
msgid "Instagram URL"
|
2679 |
+
msgstr "URL نمایش مشخصات عمومی"
|
2680 |
+
|
2681 |
+
#: inc/admin/admin-wizard.php:495 inc/admin/admin.php:4300
|
2682 |
+
#, fuzzy
|
2683 |
+
#| msgid "eg: https://www.instagram.com/wp_seopress/"
|
2684 |
+
msgid "eg: https://www.instagram.com/my-page-url/"
|
2685 |
+
msgstr "به عنوان مثال: https://www.instagram.com/wp_seopress/"
|
2686 |
+
|
2687 |
+
#: inc/admin/admin-wizard.php:497 inc/admin/admin.php:1668
|
2688 |
+
#: inc/admin/admin.php:4312
|
2689 |
+
msgid "YouTube URL"
|
2690 |
+
msgstr "URL یوتیوب"
|
2691 |
+
|
2692 |
+
#: inc/admin/admin-wizard.php:498 inc/admin/admin.php:4312
|
2693 |
+
#, fuzzy
|
2694 |
+
#| msgid "eg: https://www.youtube.com/c/SEOPress"
|
2695 |
+
msgid "eg: https://www.youtube.com/my-channel-url"
|
2696 |
+
msgstr "به عنوان مثال: https://www.youtube.com/c/SEOPress"
|
2697 |
+
|
2698 |
+
#: inc/admin/admin-wizard.php:500 inc/admin/admin.php:1676
|
2699 |
+
#: inc/admin/admin.php:4324
|
2700 |
+
msgid "LinkedIn URL"
|
2701 |
+
msgstr "نشانی اینترنتی لینک شده"
|
2702 |
+
|
2703 |
+
#: inc/admin/admin-wizard.php:501 inc/admin/admin.php:4324
|
2704 |
+
#, fuzzy
|
2705 |
+
#| msgid "eg: http://linkedin.com/company/seopress/"
|
2706 |
+
msgid "eg: http://linkedin.com/company/my-company-url/"
|
2707 |
+
msgstr "به عنوان مثال: http://linkedin.com/company/seopress/"
|
2708 |
+
|
2709 |
+
#: inc/admin/admin-wizard.php:503 inc/admin/admin.php:1684
|
2710 |
+
#: inc/admin/admin.php:4336
|
2711 |
+
msgid "MySpace URL"
|
2712 |
+
msgstr "URL MySpace"
|
2713 |
+
|
2714 |
+
#: inc/admin/admin-wizard.php:504 inc/admin/admin.php:4336
|
2715 |
+
#, fuzzy
|
2716 |
+
#| msgid "eg: https://myspace.com/your-page"
|
2717 |
+
msgid "eg: https://myspace.com/my-page-url"
|
2718 |
+
msgstr "به عنوان مثال: https://myspace.com/yourpagepage"
|
2719 |
+
|
2720 |
+
#: inc/admin/admin-wizard.php:506 inc/admin/admin.php:1692
|
2721 |
+
#: inc/admin/admin.php:4348
|
2722 |
+
msgid "Soundcloud URL"
|
2723 |
+
msgstr "آدرس اینترنتی Soundcloud"
|
2724 |
+
|
2725 |
+
#: inc/admin/admin-wizard.php:507 inc/admin/admin.php:4348
|
2726 |
+
#, fuzzy
|
2727 |
+
#| msgid "eg: https://soundcloud.com/michaelmccannmusic"
|
2728 |
+
msgid "eg: https://soundcloud.com/my-page-url"
|
2729 |
+
msgstr "به عنوان مثال: https://soundcloud.com/michaelmccannmusic"
|
2730 |
+
|
2731 |
+
#: inc/admin/admin-wizard.php:509 inc/admin/admin.php:1700
|
2732 |
+
#: inc/admin/admin.php:4360
|
2733 |
+
msgid "Tumblr URL"
|
2734 |
+
msgstr "آدرس وبلاگ Tumblr"
|
2735 |
+
|
2736 |
+
#: inc/admin/admin-wizard.php:510 inc/admin/admin.php:4360
|
2737 |
+
msgid "eg: https://your-site.tumblr.com"
|
2738 |
+
msgstr "به عنوان مثال: https://your-site.tumblr.com"
|
2739 |
+
|
2740 |
+
#: inc/admin/admin-wizard.php:513 inc/admin/admin-wizard.php:656
|
2741 |
+
#: inc/admin/admin-wizard.php:763
|
2742 |
+
msgid "Continue"
|
2743 |
+
msgstr ""
|
2744 |
+
|
2745 |
+
#: inc/admin/admin-wizard.php:565
|
2746 |
+
msgid "Specify to the search engines what you want to be indexed or not."
|
2747 |
+
msgstr ""
|
2748 |
+
|
2749 |
+
#: inc/admin/admin-wizard.php:566
|
2750 |
+
msgid "Avoid indexing duplicate or poor quality content."
|
2751 |
+
msgstr ""
|
2752 |
+
|
2753 |
+
#: inc/admin/admin-wizard.php:567
|
2754 |
+
#, fuzzy
|
2755 |
+
#| msgid "Default (date)"
|
2756 |
+
msgid "Default: index"
|
2757 |
+
msgstr "پیش فرض (تاریخ)"
|
2758 |
+
|
2759 |
+
#: inc/admin/admin-wizard.php:572
|
2760 |
+
msgid "For which single post types, should indexing be disabled?"
|
2761 |
+
msgstr ""
|
2762 |
+
|
2763 |
+
#: inc/admin/admin-wizard.php:589
|
2764 |
+
#, fuzzy
|
2765 |
+
#| msgid ""
|
2766 |
+
#| "Do not display this single post type in search engine results "
|
2767 |
+
#| "<strong>(noindex)</strong>"
|
2768 |
+
msgid ""
|
2769 |
+
"Do not display this single post type in search engine "
|
2770 |
+
"results <strong>(noindex)</strong>"
|
2771 |
+
msgstr ""
|
2772 |
+
"این نوع پست پست را در نتایج جستجوی موتور <strong> (noindex) </ strong> نمایش "
|
2773 |
+
"ندهید"
|
2774 |
+
|
2775 |
+
#: inc/admin/admin-wizard.php:600
|
2776 |
+
msgid "For which post type archives, should indexing be disabled?"
|
2777 |
+
msgstr ""
|
2778 |
+
|
2779 |
+
#: inc/admin/admin-wizard.php:618
|
2780 |
+
#, fuzzy
|
2781 |
+
#| msgid ""
|
2782 |
+
#| "Do not display this post type archive in search engine results "
|
2783 |
+
#| "<strong>(noindex)</strong>"
|
2784 |
+
msgid ""
|
2785 |
+
"Do not display this post type archive in search engine "
|
2786 |
+
"results <strong>(noindex)</strong>"
|
2787 |
+
msgstr ""
|
2788 |
+
"این آرشیو نوع پست را در نتایج جستجوی موتور <strong> (noindex) </ strong> "
|
2789 |
+
"نمایش ندهید"
|
2790 |
+
|
2791 |
+
#: inc/admin/admin-wizard.php:630
|
2792 |
+
msgid "For which taxonomy archives, should indexing be disabled?"
|
2793 |
+
msgstr ""
|
2794 |
+
|
2795 |
+
#: inc/admin/admin-wizard.php:647
|
2796 |
+
#, fuzzy
|
2797 |
+
#| msgid ""
|
2798 |
+
#| "Do not display this taxonomy archive in search engine results "
|
2799 |
+
#| "<strong>(noindex)</strong>"
|
2800 |
+
msgid ""
|
2801 |
+
"Do not display this taxonomy archive in search engine "
|
2802 |
+
"results <strong>(noindex)</strong>"
|
2803 |
+
msgstr ""
|
2804 |
+
"این بایگانی طبقه بندی را در نتایج جستجوی موتور <strong> (noindex) </ strong> "
|
2805 |
+
"نمایش ندهید"
|
2806 |
+
|
2807 |
+
#: inc/admin/admin-wizard.php:730 inc/admin/admin.php:3471
|
2808 |
+
msgid ""
|
2809 |
+
"Do not display author archives in search engine results <strong>(noindex)</"
|
2810 |
+
"strong>"
|
2811 |
+
msgstr ""
|
2812 |
+
"آرشیوهای نویسنده را در نتایج جستجوی موتور جستجو <strong> (noindex) </ strong> "
|
2813 |
+
"نمایش ندهید"
|
2814 |
+
|
2815 |
+
#: inc/admin/admin-wizard.php:733
|
2816 |
+
msgid ""
|
2817 |
+
"You only have one author on your site? Check this option to avoid duplicate "
|
2818 |
+
"content."
|
2819 |
+
msgstr ""
|
2820 |
+
|
2821 |
+
#: inc/admin/admin-wizard.php:742 inc/admin/admin.php:5658
|
2822 |
+
#, fuzzy
|
2823 |
+
#| msgid "Redirect attachment pages to post parent"
|
2824 |
+
msgid ""
|
2825 |
+
"Redirect attachment pages to their file URL (https://www.example.com/my-image-"
|
2826 |
+
"file.jpg)"
|
2827 |
+
msgstr "تغییر مسیر صفحات دلبستگی برای پست کردن والدین"
|
2828 |
+
|
2829 |
+
#: inc/admin/admin-wizard.php:745
|
2830 |
+
msgid ""
|
2831 |
+
"By default, SEOPress redirects your Attachment pages to the parent post. "
|
2832 |
+
"Optimize this by redirecting the user directly to the URL of the media file."
|
2833 |
+
msgstr ""
|
2834 |
+
|
2835 |
+
#: inc/admin/admin-wizard.php:754 inc/admin/admin.php:5783
|
2836 |
+
msgid "Remove /category/ in your permalinks"
|
2837 |
+
msgstr "حذف / category / در permalinks شما"
|
2838 |
+
|
2839 |
+
#: inc/admin/admin-wizard.php:757
|
2840 |
+
msgid "Shorten your URLs by removing /category/ and improve your SEO."
|
2841 |
+
msgstr ""
|
2842 |
+
|
2843 |
+
#: inc/admin/admin-wizard.php:807
|
2844 |
+
#, fuzzy
|
2845 |
+
#| msgid "Your site is not visible to Search Engines!"
|
2846 |
+
msgid "Your site is now ready for search engines!"
|
2847 |
+
msgstr "سایت شما برای موتورهای جستجو قابل دیدن نیست!"
|
2848 |
+
|
2849 |
+
#: inc/admin/admin-wizard.php:812 inc/functions/options-advanced-admin.php:18
|
2850 |
+
msgid "Welcome to SEOPress PRO!"
|
2851 |
+
msgstr ""
|
2852 |
+
|
2853 |
+
#: inc/admin/admin-wizard.php:815 inc/functions/options-advanced-admin.php:19
|
2854 |
+
#, fuzzy
|
2855 |
+
#| msgid "You have to enter your licence key to get updates and support"
|
2856 |
+
msgid ""
|
2857 |
+
"Please activate your license to receive automatic updates and get premium "
|
2858 |
+
"support."
|
2859 |
+
msgstr ""
|
2860 |
+
"شما باید کلید مجوز خود را برای دریافت به روز رسانی و پشتیبانی ارسال کنید"
|
2861 |
+
|
2862 |
+
#: inc/admin/admin-wizard.php:820 inc/functions/options-advanced-admin.php:20
|
2863 |
+
#, fuzzy
|
2864 |
+
#| msgid "License"
|
2865 |
+
msgid "Activate License"
|
2866 |
+
msgstr "مجوز"
|
2867 |
+
|
2868 |
+
#: inc/admin/admin-wizard.php:827
|
2869 |
+
msgid "Go PRO with SEOPress PRO!"
|
2870 |
+
msgstr ""
|
2871 |
+
|
2872 |
+
#: inc/admin/admin-wizard.php:830
|
2873 |
+
msgid ""
|
2874 |
+
"When you upgrade to the PRO version, you get a lot of additional features, "
|
2875 |
+
"like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, "
|
2876 |
+
"Analytics statistics in your Dashboard, breadcrumbs, redirections, and more."
|
2877 |
+
msgstr ""
|
2878 |
+
|
2879 |
+
#: inc/admin/admin-wizard.php:835
|
2880 |
+
msgid "Buy SEOPress PRO - $39 / unlimited sites"
|
2881 |
+
msgstr ""
|
2882 |
+
|
2883 |
+
#: inc/admin/admin-wizard.php:845
|
2884 |
+
#, fuzzy
|
2885 |
+
#| msgid "View your sitemap"
|
2886 |
+
msgid "Create your XML sitemaps"
|
2887 |
+
msgstr "نقشه سایت خود را مشاهده کنید"
|
2888 |
+
|
2889 |
+
#: inc/admin/admin-wizard.php:846
|
2890 |
+
msgid "Build custom XML sitemaps to improve Google's crawling of your site."
|
2891 |
+
msgstr ""
|
2892 |
+
|
2893 |
+
#: inc/admin/admin-wizard.php:851
|
2894 |
+
#, fuzzy
|
2895 |
+
#| msgid "View your sitemap"
|
2896 |
+
msgid "Configure your XML sitemaps"
|
2897 |
+
msgstr "نقشه سایت خود را مشاهده کنید"
|
2898 |
+
|
2899 |
+
#: inc/admin/admin-wizard.php:858
|
2900 |
+
#, fuzzy
|
2901 |
+
#| msgid "NoFollow Links"
|
2902 |
+
msgid "Follow us:"
|
2903 |
+
msgstr "لینک های NoFollow"
|
2904 |
+
|
2905 |
+
#: inc/admin/admin-wizard.php:865
|
2906 |
+
#, fuzzy
|
2907 |
+
#| msgid "Enter your Facebook title"
|
2908 |
+
msgid "Like our Facebook page"
|
2909 |
+
msgstr "عنوان فیس بوک خود را وارد کنید"
|
2910 |
+
|
2911 |
+
#: inc/admin/admin-wizard.php:877
|
2912 |
+
msgid "Watch our guided tour videos to learn more about SEOPress"
|
2913 |
+
msgstr ""
|
2914 |
+
|
2915 |
+
#: inc/admin/admin-wizard.php:883
|
2916 |
+
msgid "The off side of SEOPress"
|
2917 |
+
msgstr ""
|
2918 |
+
|
2919 |
+
#: inc/admin/admin-wizard.php:891
|
2920 |
+
msgid "You can also:"
|
2921 |
+
msgstr ""
|
2922 |
+
|
2923 |
+
#: inc/admin/admin-wizard.php:896
|
2924 |
+
#, fuzzy
|
2925 |
+
#| msgid "Dashboard"
|
2926 |
+
msgid "Visit Dashboard"
|
2927 |
+
msgstr "داشبورد"
|
2928 |
+
|
2929 |
+
#: inc/admin/admin-wizard.php:899
|
2930 |
+
#, fuzzy
|
2931 |
+
#| msgid "Reset settings"
|
2932 |
+
msgid "Review Settings"
|
2933 |
+
msgstr "تنظیمات را بازنشانی کنید"
|
2934 |
+
|
2935 |
+
#: inc/admin/admin-wizard.php:902
|
2936 |
+
#, fuzzy
|
2937 |
+
#| msgid "Knowledge Graph"
|
2938 |
+
msgid "Knowledge base"
|
2939 |
+
msgstr "نمودار دانش"
|
2940 |
+
|
2941 |
+
#: inc/admin/admin.php:111
|
2942 |
+
msgid "404 - Page not found"
|
2943 |
+
msgstr "404 - صفحه یافت نشد"
|
2944 |
+
|
2945 |
+
#: inc/admin/admin.php:190
|
2946 |
+
msgid "Dashboard"
|
2947 |
+
msgstr "داشبورد"
|
2948 |
+
|
2949 |
+
#: inc/admin/admin.php:194
|
2950 |
+
#, fuzzy
|
2951 |
+
#| msgid "Google Analytics"
|
2952 |
+
msgid "Analytics"
|
2953 |
+
msgstr "گوگل آنالتیکز"
|
2954 |
+
|
2955 |
+
#: inc/admin/admin.php:203
|
2956 |
+
#, php-format
|
2957 |
+
msgid "%%sep%%"
|
2958 |
+
msgstr "%% SEP %%"
|
2959 |
+
|
2960 |
+
#: inc/admin/admin.php:203
|
2961 |
+
msgid "Separator (eg: - )"
|
2962 |
+
msgstr "جداساز (به عنوان مثال: -)"
|
2963 |
+
|
2964 |
+
#: inc/admin/admin.php:204
|
2965 |
+
#, php-format
|
2966 |
+
msgid "%%sitetitle%% (alias: %%sitename%%)"
|
2967 |
+
msgstr ""
|
2968 |
+
|
2969 |
+
#: inc/admin/admin.php:205
|
2970 |
+
#, php-format
|
2971 |
+
msgid "%%tagline%% (alias %%sitedesc%%)"
|
2972 |
+
msgstr ""
|
2973 |
+
|
2974 |
+
#: inc/admin/admin.php:205 inc/admin/admin.php:2945 inc/admin/admin.php:2956
|
2975 |
+
msgid "Tagline"
|
2976 |
+
msgstr "Tagline"
|
2977 |
+
|
2978 |
+
#: inc/admin/admin.php:206
|
2979 |
+
#, fuzzy, php-format
|
2980 |
+
#| msgid "%%post_title%%"
|
2981 |
+
msgid "%%post_title%% (alias %%title%%)"
|
2982 |
+
msgstr "%% post_title %%"
|
2983 |
+
|
2984 |
+
#: inc/admin/admin.php:206
|
2985 |
+
msgid "Post Title (post, page, custom post type)"
|
2986 |
+
msgstr "عنوان پست (پست، صفحه، نوع پست سفارشی)"
|
2987 |
+
|
2988 |
+
#: inc/admin/admin.php:207
|
2989 |
+
#, fuzzy, php-format
|
2990 |
+
#| msgid "%%post_excerpt%%"
|
2991 |
+
msgid "%%post_excerpt%% (alias %%excerpt%%)"
|
2992 |
+
msgstr "%% post_excerpt %%"
|
2993 |
+
|
2994 |
+
#: inc/admin/admin.php:207
|
2995 |
+
msgid "Post excerpt"
|
2996 |
+
msgstr "خلاصه نوشته"
|
2997 |
+
|
2998 |
+
#: inc/admin/admin.php:208
|
2999 |
+
#, fuzzy, php-format
|
3000 |
+
#| msgid "%%post_date%%"
|
3001 |
+
msgid "%%post_content%%"
|
3002 |
+
msgstr "%% post_date %%"
|
3003 |
+
|
3004 |
+
#: inc/admin/admin.php:208
|
3005 |
+
#, fuzzy
|
3006 |
+
#| msgid "Single product short description"
|
3007 |
+
msgid "Post content / product long description"
|
3008 |
+
msgstr "شرح مختصر محصول"
|
3009 |
+
|
3010 |
+
#: inc/admin/admin.php:209
|
3011 |
+
#, fuzzy, php-format
|
3012 |
+
#| msgid "Post Thumbnail"
|
3013 |
+
msgid "%%post_thumbnail_url%%"
|
3014 |
+
msgstr "پست پیشتاز"
|
3015 |
+
|
3016 |
+
#: inc/admin/admin.php:209
|
3017 |
+
#, fuzzy
|
3018 |
+
#| msgid "Post Thumbnail"
|
3019 |
+
msgid "Post thumbnail URL"
|
3020 |
+
msgstr "پست پیشتاز"
|
3021 |
+
|
3022 |
+
#: inc/admin/admin.php:210
|
3023 |
+
#, fuzzy, php-format
|
3024 |
+
#| msgid "%%post_date%%"
|
3025 |
+
msgid "%%post_date%% (alias %%date%%)"
|
3026 |
+
msgstr "%% post_date %%"
|
3027 |
+
|
3028 |
+
#: inc/admin/admin.php:210
|
3029 |
+
msgid "Post date"
|
3030 |
+
msgstr "تاریخ ارسال"
|
3031 |
+
|
3032 |
+
#: inc/admin/admin.php:211
|
3033 |
+
#, php-format
|
3034 |
+
msgid "%%post_modified_date%%"
|
3035 |
+
msgstr "%% post_modified_date %%"
|
3036 |
+
|
3037 |
+
#: inc/admin/admin.php:211
|
3038 |
+
msgid "Last modified post date"
|
3039 |
+
msgstr "آخرین تاریخ پست اصلاح شده"
|
3040 |
+
|
3041 |
+
#: inc/admin/admin.php:212
|
3042 |
+
#, php-format
|
3043 |
+
msgid "%%post_author%%"
|
3044 |
+
msgstr "%% post_author %%"
|
3045 |
+
|
3046 |
+
#: inc/admin/admin.php:212 inc/admin/admin.php:3438
|
3047 |
+
msgid "Post author"
|
3048 |
+
msgstr "نویسنده نویسنده"
|
3049 |
+
|
3050 |
+
#: inc/admin/admin.php:213
|
3051 |
+
#, php-format
|
3052 |
+
msgid "%%post_category%%"
|
3053 |
+
msgstr "%% post_category %%"
|
3054 |
+
|
3055 |
+
#: inc/admin/admin.php:213
|
3056 |
+
msgid "Post category"
|
3057 |
+
msgstr "دسته بندی پست"
|
3058 |
+
|
3059 |
+
#: inc/admin/admin.php:214
|
3060 |
+
#, php-format
|
3061 |
+
msgid "%%post_tag%%"
|
3062 |
+
msgstr "%% post_tag %%"
|
3063 |
+
|
3064 |
+
#: inc/admin/admin.php:214
|
3065 |
+
msgid "Post tag"
|
3066 |
+
msgstr "برچسب ارسالی"
|
3067 |
+
|
3068 |
+
#: inc/admin/admin.php:215
|
3069 |
+
#, php-format
|
3070 |
+
msgid "%%_category_title%%"
|
3071 |
+
msgstr "%% _category_title %%"
|
3072 |
+
|
3073 |
+
#: inc/admin/admin.php:215
|
3074 |
+
msgid "Category title"
|
3075 |
+
msgstr "عنوان رده"
|
3076 |
+
|
3077 |
+
#: inc/admin/admin.php:216
|
3078 |
+
#, php-format
|
3079 |
+
msgid "%%_category_description%%"
|
3080 |
+
msgstr "%% _category_description %%"
|
3081 |
+
|
3082 |
+
#: inc/admin/admin.php:216
|
3083 |
+
msgid "Category description"
|
3084 |
+
msgstr "شرح رده"
|
3085 |
+
|
3086 |
+
#: inc/admin/admin.php:217
|
3087 |
+
#, php-format
|
3088 |
+
msgid "%%tag_title%%"
|
3089 |
+
msgstr "%% tag_title %%"
|
3090 |
+
|
3091 |
+
#: inc/admin/admin.php:217
|
3092 |
+
msgid "Tag title"
|
3093 |
+
msgstr "عنوان برچسب"
|
3094 |
+
|
3095 |
+
#: inc/admin/admin.php:218
|
3096 |
+
#, php-format
|
3097 |
+
msgid "%%tag_description%%"
|
3098 |
+
msgstr "%% tag_description %%"
|
3099 |
+
|
3100 |
+
#: inc/admin/admin.php:218
|
3101 |
+
msgid "Tag description"
|
3102 |
+
msgstr "توضیحات برچسب"
|
3103 |
+
|
3104 |
+
#: inc/admin/admin.php:219
|
3105 |
+
#, php-format
|
3106 |
+
msgid "%%term_title%%"
|
3107 |
+
msgstr "%% term_title %%"
|
3108 |
+
|
3109 |
+
#: inc/admin/admin.php:219
|
3110 |
+
msgid "Term title"
|
3111 |
+
msgstr "نام دوره"
|
3112 |
+
|
3113 |
+
#: inc/admin/admin.php:220
|
3114 |
+
#, php-format
|
3115 |
+
msgid "%%term_description%%"
|
3116 |
+
msgstr "%% term_description %%"
|
3117 |
+
|
3118 |
+
#: inc/admin/admin.php:220
|
3119 |
+
msgid "Term description"
|
3120 |
+
msgstr "توصیف دوره"
|
3121 |
+
|
3122 |
+
#: inc/admin/admin.php:221
|
3123 |
+
#, php-format
|
3124 |
+
msgid "%%search_keywords%%"
|
3125 |
+
msgstr "%% search_keywords %%"
|
3126 |
+
|
3127 |
+
#: inc/admin/admin.php:221
|
3128 |
+
msgid "Search keywords"
|
3129 |
+
msgstr "کلمات کلیدی جستجو"
|
3130 |
+
|
3131 |
+
#: inc/admin/admin.php:222
|
3132 |
+
#, php-format
|
3133 |
+
msgid "%%current_pagination%%"
|
3134 |
+
msgstr "%% current_pagination %%"
|
3135 |
+
|
3136 |
+
#: inc/admin/admin.php:222
|
3137 |
+
msgid "Current number page"
|
3138 |
+
msgstr "صفحه شماره فعلی"
|
3139 |
+
|
3140 |
+
#: inc/admin/admin.php:223
|
3141 |
+
#, php-format
|
3142 |
+
msgid "%%page%%"
|
3143 |
+
msgstr ""
|
3144 |
+
|
3145 |
+
#: inc/admin/admin.php:223
|
3146 |
+
msgid "Current page number with context (i.e. page 1 of 3)"
|
3147 |
+
msgstr ""
|
3148 |
+
|
3149 |
+
#: inc/admin/admin.php:224
|
3150 |
+
#, php-format
|
3151 |
+
msgid "%%cpt_plural%%"
|
3152 |
+
msgstr "%% cpt_plural %%"
|
3153 |
+
|
3154 |
+
#: inc/admin/admin.php:224
|
3155 |
+
msgid "Plural Post Type Archive name"
|
3156 |
+
msgstr "نوع آپلود نوع نوع بایگانی"
|
3157 |
+
|
3158 |
+
#: inc/admin/admin.php:225
|
3159 |
+
#, php-format
|
3160 |
+
msgid "%%archive_title%%"
|
3161 |
+
msgstr "%% archiv_title %%"
|
3162 |
+
|
3163 |
+
#: inc/admin/admin.php:225
|
3164 |
+
msgid "Archive title"
|
3165 |
+
msgstr "عنوان بایگانی"
|
3166 |
+
|
3167 |
+
#: inc/admin/admin.php:226
|
3168 |
+
#, php-format
|
3169 |
+
msgid "%%archive_date%%"
|
3170 |
+
msgstr "%% arch_date %%"
|
3171 |
+
|
3172 |
+
#: inc/admin/admin.php:226
|
3173 |
+
msgid "Date Archive"
|
3174 |
+
msgstr "بایگانی تاریخ"
|
3175 |
+
|
3176 |
+
#: inc/admin/admin.php:227
|
3177 |
+
#, php-format
|
3178 |
+
msgid "%%archive_date_day%%"
|
3179 |
+
msgstr "%% archiv_date_day %%"
|
3180 |
+
|
3181 |
+
#: inc/admin/admin.php:227
|
3182 |
+
msgid "Day Archive date"
|
3183 |
+
msgstr "تاریخ بایگانی روز"
|
3184 |
+
|
3185 |
+
#: inc/admin/admin.php:228
|
3186 |
+
#, php-format
|
3187 |
+
msgid "%%archive_date_month%%"
|
3188 |
+
msgstr "%% arch_date_month %%"
|
3189 |
+
|
3190 |
+
#: inc/admin/admin.php:228
|
3191 |
+
msgid "Month Archive title"
|
3192 |
+
msgstr "عنوان بایگانی ماه"
|
3193 |
+
|
3194 |
+
#: inc/admin/admin.php:229
|
3195 |
+
#, php-format
|
3196 |
+
msgid "%%archive_date_year%%"
|
3197 |
+
msgstr "%% archy_date_year %%"
|
3198 |
+
|
3199 |
+
#: inc/admin/admin.php:229
|
3200 |
+
msgid "Year Archive title"
|
3201 |
+
msgstr "عنوان بایگانی سال"
|
3202 |
+
|
3203 |
+
#: inc/admin/admin.php:230
|
3204 |
+
#, php-format
|
3205 |
+
msgid "%%_cf_your_custom_field_name%%"
|
3206 |
+
msgstr "%% _cf_your_custom_field_name %%"
|
3207 |
+
|
3208 |
+
#: inc/admin/admin.php:230
|
3209 |
+
msgid ""
|
3210 |
+
"Custom fields from post, page or post type (replace <span style=\"color:red;"
|
3211 |
+
"margin:0\">your_custom_field_name</span> with your custom field name)"
|
3212 |
+
msgstr ""
|
3213 |
+
|
3214 |
+
#: inc/admin/admin.php:231
|
3215 |
+
#, php-format
|
3216 |
+
msgid "%%_ct_your_custom_taxonomy_slug%%"
|
3217 |
+
msgstr "%% _ct_your_custom_taxonomy_slug %%"
|
3218 |
+
|
3219 |
+
#: inc/admin/admin.php:231
|
3220 |
+
msgid ""
|
3221 |
+
"Custom term taxonomy from post, page or post type (replace <span style="
|
3222 |
+
"\"color:red;margin:0\">your_custom_taxonomy_slug</span> with your custom "
|
3223 |
+
"taxonomy slug)"
|
3224 |
+
msgstr ""
|
3225 |
+
|
3226 |
+
#: inc/admin/admin.php:232
|
3227 |
+
#, php-format
|
3228 |
+
msgid "%%wc_single_cat%%"
|
3229 |
+
msgstr "%% wc_single_cat %%"
|
3230 |
+
|
3231 |
+
#: inc/admin/admin.php:232
|
3232 |
+
msgid "Single product category"
|
3233 |
+
msgstr "دسته محصول واحد"
|
3234 |
+
|
3235 |
+
#: inc/admin/admin.php:233
|
3236 |
+
#, php-format
|
3237 |
+
msgid "%%wc_single_tag%%"
|
3238 |
+
msgstr "%% wc_single_tag %%"
|
3239 |
+
|
3240 |
+
#: inc/admin/admin.php:233
|
3241 |
+
msgid "Single product tag"
|
3242 |
+
msgstr "برچسب محصول واحد"
|
3243 |
+
|
3244 |
+
#: inc/admin/admin.php:234
|
3245 |
+
#, php-format
|
3246 |
+
msgid "%%wc_single_short_desc%%"
|
3247 |
+
msgstr "%% wc_single_short_desc %%"
|
3248 |
+
|
3249 |
+
#: inc/admin/admin.php:234
|
3250 |
+
msgid "Single product short description"
|
3251 |
+
msgstr "شرح مختصر محصول"
|
3252 |
+
|
3253 |
+
#: inc/admin/admin.php:235
|
3254 |
+
#, fuzzy, php-format
|
3255 |
+
#| msgid "%%wc_single_cat%%"
|
3256 |
+
msgid "%%wc_single_price%%"
|
3257 |
+
msgstr "%% wc_single_cat %%"
|
3258 |
+
|
3259 |
+
#: inc/admin/admin.php:235
|
3260 |
+
#, fuzzy
|
3261 |
+
#| msgid "Single product category"
|
3262 |
+
msgid "Single product price"
|
3263 |
+
msgstr "دسته محصول واحد"
|
3264 |
+
|
3265 |
+
#: inc/admin/admin.php:236
|
3266 |
+
#, fuzzy, php-format
|
3267 |
+
#| msgid "%%wc_single_cat%%"
|
3268 |
+
msgid "%%wc_single_price_exc_tax%%"
|
3269 |
+
msgstr "%% wc_single_cat %%"
|
3270 |
+
|
3271 |
+
#: inc/admin/admin.php:236
|
3272 |
+
#, fuzzy
|
3273 |
+
#| msgid "Single product tag"
|
3274 |
+
msgid "Single product price taxes excluded"
|
3275 |
+
msgstr "برچسب محصول واحد"
|
3276 |
+
|
3277 |
+
#: inc/admin/admin.php:237
|
3278 |
+
#, php-format
|
3279 |
+
msgid "%%wc_sku%%"
|
3280 |
+
msgstr ""
|
3281 |
+
|
3282 |
+
#: inc/admin/admin.php:237
|
3283 |
+
#, fuzzy
|
3284 |
+
#| msgid "Single product tag"
|
3285 |
+
msgid "Single SKU product"
|
3286 |
+
msgstr "برچسب محصول واحد"
|
3287 |
+
|
3288 |
+
#: inc/admin/admin.php:238
|
3289 |
+
#, php-format
|
3290 |
+
msgid "%%currentday%%"
|
3291 |
+
msgstr "%% currentday %%"
|
3292 |
+
|
3293 |
+
#: inc/admin/admin.php:238
|
3294 |
+
msgid "Current day"
|
3295 |
+
msgstr "امروز"
|
3296 |
+
|
3297 |
+
#: inc/admin/admin.php:239
|
3298 |
+
#, php-format
|
3299 |
+
msgid "%%currentmonth%%"
|
3300 |
+
msgstr "%% currentmonth %%"
|
3301 |
+
|
3302 |
+
#: inc/admin/admin.php:239
|
3303 |
+
msgid "Current month"
|
3304 |
+
msgstr "ماه جاری"
|
3305 |
+
|
3306 |
+
#: inc/admin/admin.php:240
|
3307 |
+
#, fuzzy, php-format
|
3308 |
+
#| msgid "%%currentmonth%%"
|
3309 |
+
msgid "%%currentmonth_short%%"
|
3310 |
+
msgstr "%% currentmonth %%"
|
3311 |
+
|
3312 |
+
#: inc/admin/admin.php:240
|
3313 |
+
msgid "Current month in 3 letters, eg: \"Jan\" for \"January\""
|
3314 |
+
msgstr ""
|
3315 |
+
|
3316 |
+
#: inc/admin/admin.php:241
|
3317 |
+
#, php-format
|
3318 |
+
msgid "%%currentyear%%"
|
3319 |
+
msgstr "%% currentyear %%"
|
3320 |
+
|
3321 |
+
#: inc/admin/admin.php:241
|
3322 |
+
msgid "Current year"
|
3323 |
+
msgstr "سال فعلی"
|
3324 |
+
|
3325 |
+
#: inc/admin/admin.php:242
|
3326 |
+
#, php-format
|
3327 |
+
msgid "%%currentdate%%"
|
3328 |
+
msgstr "%% currentdate %%"
|
3329 |
+
|
3330 |
+
#: inc/admin/admin.php:242
|
3331 |
+
msgid "Current date"
|
3332 |
+
msgstr "تاریخ فعلی"
|
3333 |
+
|
3334 |
+
#: inc/admin/admin.php:243
|
3335 |
+
#, php-format
|
3336 |
+
msgid "%%currenttime%%"
|
3337 |
+
msgstr "%% currenttime %%"
|
3338 |
+
|
3339 |
+
#: inc/admin/admin.php:243
|
3340 |
+
msgid "Current time"
|
3341 |
+
msgstr "زمان کنونی"
|
3342 |
+
|
3343 |
+
#: inc/admin/admin.php:244
|
3344 |
+
#, php-format
|
3345 |
+
msgid "%%author_bio%%"
|
3346 |
+
msgstr "%% author_bio %%"
|
3347 |
+
|
3348 |
+
#: inc/admin/admin.php:244
|
3349 |
+
msgid "Author bio, meta desc only"
|
3350 |
+
msgstr "نویسنده زیستی، فقط متا"
|
3351 |
+
|
3352 |
+
#: inc/admin/admin.php:250
|
3353 |
+
msgid "Templates variables"
|
3354 |
+
msgstr "متغیرهای قالب"
|
3355 |
+
|
3356 |
+
#: inc/admin/admin.php:258 inc/admin/admin.php:266
|
3357 |
+
msgid "Browse our guides"
|
3358 |
+
msgstr "راهنماهای ما را مرور کنید"
|
3359 |
+
|
3360 |
+
#: inc/admin/admin.php:259 inc/admin/admin.php:267
|
3361 |
+
msgid "Read our FAQ"
|
3362 |
+
msgstr "FAQ ما را بخوانید"
|
3363 |
+
|
3364 |
+
#: inc/admin/admin.php:260 inc/admin/admin.php:268
|
3365 |
+
msgid "Check our website"
|
3366 |
+
msgstr "وب سایت ما را بررسی کنید"
|
3367 |
+
|
3368 |
+
#: inc/admin/admin.php:280
|
3369 |
+
msgid ""
|
3370 |
+
"Watch our video to learn how to connect your WordPress site with Google "
|
3371 |
+
"Analytics and get statistics right in your dashboard (PRO only)."
|
3372 |
+
msgstr ""
|
3373 |
+
"ویدیوی ما را بخوانید تا یاد بگیرند که چگونه سایت وردپرس خود را با Google "
|
3374 |
+
"Analytics متصل کنید و آمار را درست در داشبورد خود ببرید (فقط PRO)."
|
3375 |
+
|
3376 |
+
#: inc/admin/admin.php:285
|
3377 |
+
msgid "How-to"
|
3378 |
+
msgstr "چگونه"
|
3379 |
+
|
3380 |
+
#: inc/admin/admin.php:334 inc/admin/admin.php:338 inc/admin/admin.php:401
|
3381 |
+
#: inc/admin/admin.php:405 inc/admin/admin.php:466 inc/admin/admin.php:470
|
3382 |
+
#: inc/admin/admin.php:533 inc/admin/admin.php:537 inc/admin/admin.php:618
|
3383 |
+
#: inc/admin/admin.php:622
|
3384 |
+
msgid "Click to disable this feature"
|
3385 |
+
msgstr "برای غیرفعال کردن این ویژگی کلیک کنید"
|
3386 |
+
|
3387 |
+
#: inc/admin/admin.php:335 inc/admin/admin.php:337 inc/admin/admin.php:402
|
3388 |
+
#: inc/admin/admin.php:404 inc/admin/admin.php:467 inc/admin/admin.php:469
|
3389 |
+
#: inc/admin/admin.php:534 inc/admin/admin.php:536 inc/admin/admin.php:619
|
3390 |
+
#: inc/admin/admin.php:621
|
3391 |
+
msgid "Click to enable this feature"
|
3392 |
+
msgstr "برای فعال کردن این ویژگی کلیک کنید"
|
3393 |
+
|
3394 |
+
#: inc/admin/admin.php:352
|
3395 |
+
msgid "Home"
|
3396 |
+
msgstr "خانه"
|
3397 |
+
|
3398 |
+
#: inc/admin/admin.php:353
|
3399 |
+
msgid "Single Post Types"
|
3400 |
+
msgstr "انواع پست تنها"
|
3401 |
+
|
3402 |
+
#: inc/admin/admin.php:354
|
3403 |
+
msgid "Archives"
|
3404 |
+
msgstr "بایگانی"
|
3405 |
+
|
3406 |
+
#: inc/admin/admin.php:355 inc/admin/admin.php:421
|
3407 |
+
msgid "Taxonomies"
|
3408 |
+
msgstr "طبقه بندی ها"
|
3409 |
+
|
3410 |
+
#: inc/admin/admin.php:419 inc/admin/admin.php:552 inc/admin/admin.php:562
|
3411 |
+
msgid "General"
|
3412 |
+
msgstr "عمومی"
|
3413 |
+
|
3414 |
+
#: inc/admin/admin.php:420
|
3415 |
+
msgid "Post Types"
|
3416 |
+
msgstr "انواع پست ها"
|
3417 |
+
|
3418 |
+
#: inc/admin/admin.php:422
|
3419 |
+
msgid "HTML Sitemap"
|
3420 |
+
msgstr "Sitemap HTML"
|
3421 |
+
|
3422 |
+
#: inc/admin/admin.php:484
|
3423 |
+
msgid "Knowledge Graph"
|
3424 |
+
msgstr "نمودار دانش"
|
3425 |
+
|
3426 |
+
#: inc/admin/admin.php:485
|
3427 |
+
msgid "Your social accounts"
|
3428 |
+
msgstr "حساب های اجتماعی شما"
|
3429 |
+
|
3430 |
+
#: inc/admin/admin.php:486
|
3431 |
+
msgid "Facebook (Open Graph)"
|
3432 |
+
msgstr "فیس بوک (گراف باز)"
|
3433 |
+
|
3434 |
+
#: inc/admin/admin.php:487
|
3435 |
+
msgid "Twitter (Twitter card)"
|
3436 |
+
msgstr "توییتر (کارت توییتر)"
|
3437 |
+
|
3438 |
+
#: inc/admin/admin.php:553 inc/admin/admin.php:563
|
3439 |
+
msgid "Tracking"
|
3440 |
+
msgstr "ردیابی"
|
3441 |
+
|
3442 |
+
#: inc/admin/admin.php:554 inc/admin/admin.php:564
|
3443 |
+
msgid "Events"
|
3444 |
+
msgstr "مناسبت ها"
|
3445 |
+
|
3446 |
+
#: inc/admin/admin.php:555 inc/admin/admin.php:565
|
3447 |
+
msgid "Custom Dimensions"
|
3448 |
+
msgstr "ابعاد سفارشی"
|
3449 |
+
|
3450 |
+
#: inc/admin/admin.php:556
|
3451 |
+
msgid "Stats in Dashboard"
|
3452 |
+
msgstr "آمار در داشبورد"
|
3453 |
+
|
3454 |
+
#: inc/admin/admin.php:557 inc/admin/admin.php:566
|
3455 |
+
msgid "Cookie bar / GDPR"
|
3456 |
+
msgstr ""
|
3457 |
+
|
3458 |
+
#: inc/admin/admin.php:558 inc/admin/admin.php:567
|
3459 |
+
msgid "Matomo"
|
3460 |
+
msgstr ""
|
3461 |
+
|
3462 |
+
#: inc/admin/admin.php:637
|
3463 |
+
msgid "Appearance"
|
3464 |
+
msgstr "ظاهر"
|
3465 |
+
|
3466 |
+
#: inc/admin/admin.php:638
|
3467 |
+
msgid "Security"
|
3468 |
+
msgstr "امنیت"
|
3469 |
+
|
3470 |
+
#: inc/admin/admin.php:672
|
3471 |
+
msgid "Data"
|
3472 |
+
msgstr ""
|
3473 |
+
|
3474 |
+
#: inc/admin/admin.php:673 seopress.php:408
|
3475 |
+
msgid "Settings"
|
3476 |
+
msgstr "تنظیمات"
|
3477 |
+
|
3478 |
+
#: inc/admin/admin.php:674
|
3479 |
+
msgid "Plugins"
|
3480 |
+
msgstr ""
|
3481 |
+
|
3482 |
+
#: inc/admin/admin.php:676
|
3483 |
+
msgid "Reset"
|
3484 |
+
msgstr ""
|
3485 |
+
|
3486 |
+
#: inc/admin/admin.php:694
|
3487 |
+
msgid "Import data from a CSV"
|
3488 |
+
msgstr ""
|
3489 |
+
|
3490 |
+
#: inc/admin/admin.php:695
|
3491 |
+
msgid ""
|
3492 |
+
"Import your title, meta description, meta robots, social metas from a CSV "
|
3493 |
+
"file with our import tool."
|
3494 |
+
msgstr ""
|
3495 |
+
|
3496 |
+
#: inc/admin/admin.php:696
|
3497 |
+
msgid "Run the importer"
|
3498 |
+
msgstr ""
|
3499 |
+
|
3500 |
+
#: inc/admin/admin.php:701
|
3501 |
+
msgid "Export metadata to a CSV"
|
3502 |
+
msgstr ""
|
3503 |
+
|
3504 |
+
#: inc/admin/admin.php:702
|
3505 |
+
#, fuzzy
|
3506 |
+
#| msgid "Import/Export SEOPress settings from site to site."
|
3507 |
+
msgid "Export your SEOPress metadata for this site as a .csv file."
|
3508 |
+
msgstr "واردات / صادرات تنظیمات SEOPress از سایت به سایت."
|
3509 |
+
|
3510 |
+
#: inc/admin/admin.php:707 inc/admin/admin.php:725 inc/admin/admin.php:1005
|
3511 |
+
msgid "Export"
|
3512 |
+
msgstr "برون بری"
|
3513 |
+
|
3514 |
+
#: inc/admin/admin.php:719
|
3515 |
+
#, fuzzy
|
3516 |
+
#| msgid "Export Settings"
|
3517 |
+
msgid "Export plugin settings"
|
3518 |
+
msgstr "تنظیمات برونبری"
|
3519 |
+
|
3520 |
+
#: inc/admin/admin.php:720
|
3521 |
+
msgid ""
|
3522 |
+
"Export the plugin settings for this site as a .json file. This allows you to "
|
3523 |
+
"easily import the configuration into another site."
|
3524 |
+
msgstr ""
|
3525 |
+
"تنظیمات افزونه را برای این سایت به عنوان فایل json صادر کنید. این به شما "
|
3526 |
+
"اجازه می دهد تا به راحتی پیکربندی را به سایت دیگری وارد کنید."
|
3527 |
+
|
3528 |
+
#: inc/admin/admin.php:733
|
3529 |
+
#, fuzzy
|
3530 |
+
#| msgid "Import Settings"
|
3531 |
+
msgid "Import plugin settings"
|
3532 |
+
msgstr "تنظیمات وارد شده"
|
3533 |
+
|
3534 |
+
#: inc/admin/admin.php:734
|
3535 |
+
msgid ""
|
3536 |
+
"Import the plugin settings from a .json file. This file can be obtained by "
|
3537 |
+
"exporting the settings on another site using the form above."
|
3538 |
+
msgstr ""
|
3539 |
+
"تنظیمات افزونه را از یک فایل json وارد کنید. این فایل را می توان با صادرات "
|
3540 |
+
"تنظیمات در سایت دیگری با استفاده از فرم بالا دریافت کرد."
|
3541 |
+
|
3542 |
+
#: inc/admin/admin.php:742 inc/admin/admin.php:944 inc/admin/admin.php:960
|
3543 |
+
#: inc/admin/admin.php:976 inc/admin/admin.php:992
|
3544 |
+
msgid "Import"
|
3545 |
+
msgstr "درون ریزی"
|
3546 |
+
|
3547 |
+
#: inc/admin/admin.php:744
|
3548 |
+
msgid "Import completed!"
|
3549 |
+
msgstr "درون ریزی کامل شد!"
|
3550 |
+
|
3551 |
+
#: inc/admin/admin.php:861
|
3552 |
+
#, fuzzy
|
3553 |
+
#| msgid ""
|
3554 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
3555 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
3556 |
+
msgid ""
|
3557 |
+
"<strong>WARNING:</strong> Migration will update/delete all SEOPress posts "
|
3558 |
+
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
3559 |
+
"any Squirrly SEO data."
|
3560 |
+
msgstr ""
|
3561 |
+
"<strong> WARNING: </ strong> مهاجرت تمام پست های SEOPress و فراداده ها را حذف "
|
3562 |
+
"می کند. برخی متغیرهای پویا تفسیر نخواهند شد."
|
3563 |
+
|
3564 |
+
#: inc/admin/admin.php:909
|
3565 |
+
#, fuzzy
|
3566 |
+
#| msgid "Import Redirections"
|
3567 |
+
msgid "Import your redirections"
|
3568 |
+
msgstr "تغییر مسیرها را وارد کنید"
|
3569 |
+
|
3570 |
+
#: inc/admin/admin.php:912
|
3571 |
+
msgid "CSV file (must match the template)"
|
3572 |
+
msgstr ""
|
3573 |
+
|
3574 |
+
#: inc/admin/admin.php:913
|
3575 |
+
msgid "Redirections plugin (JSON - WordPress Redirects)"
|
3576 |
+
msgstr ""
|
3577 |
+
|
3578 |
+
#: inc/admin/admin.php:914
|
3579 |
+
msgid "Yoast Premium plugin (CSV)"
|
3580 |
+
msgstr ""
|
3581 |
+
|
3582 |
+
#: inc/admin/admin.php:915
|
3583 |
+
msgid "Rank Math plugin (TXT)"
|
3584 |
+
msgstr ""
|
3585 |
+
|
3586 |
+
#: inc/admin/admin.php:921
|
3587 |
+
msgid "Import Redirections"
|
3588 |
+
msgstr "تغییر مسیرها را وارد کنید"
|
3589 |
+
|
3590 |
+
#: inc/admin/admin.php:922
|
3591 |
+
msgid ""
|
3592 |
+
"Import your own redirections from a .csv file (separator \";\"). You must "
|
3593 |
+
"have 6 columns in this order:"
|
3594 |
+
msgstr ""
|
3595 |
+
|
3596 |
+
#: inc/admin/admin.php:924
|
3597 |
+
msgid "URL to match (without your domain name)"
|
3598 |
+
msgstr ""
|
3599 |
+
|
3600 |
+
#: inc/admin/admin.php:925
|
3601 |
+
#, fuzzy
|
3602 |
+
#| msgid "URL redirection"
|
3603 |
+
msgid "URL to redirect in absolute,"
|
3604 |
+
msgstr "تغییر مسیر URL"
|
3605 |
+
|
3606 |
+
#: inc/admin/admin.php:926
|
3607 |
+
msgid "type of redirection (301, 302 or 307),"
|
3608 |
+
msgstr ""
|
3609 |
+
|
3610 |
+
#: inc/admin/admin.php:927
|
3611 |
+
msgid "Yes to enable the redirect (leave it empty to disable the redirect)"
|
3612 |
+
msgstr ""
|
3613 |
+
|
3614 |
+
#: inc/admin/admin.php:928
|
3615 |
+
msgid ""
|
3616 |
+
"the query parameter (\"exact_match\" = Exact match with all parameters, "
|
3617 |
+
"\"without_param\" = Exclude all parameters or \"with_ignored_param\" = "
|
3618 |
+
"Exclude all parameters and pass them to the redirection),"
|
3619 |
+
msgstr ""
|
3620 |
+
|
3621 |
+
#: inc/admin/admin.php:929
|
3622 |
+
msgid "and, the last parameter, the counter (optional)."
|
3623 |
+
msgstr ""
|
3624 |
+
|
3625 |
+
#: inc/admin/admin.php:934
|
3626 |
+
msgid "Download a CSV example"
|
3627 |
+
msgstr "یک نمونه CSV را دانلود کنید"
|
3628 |
+
|
3629 |
+
#: inc/admin/admin.php:951
|
3630 |
+
msgid "Import Redirections from the Redirections plugin"
|
3631 |
+
msgstr ""
|
3632 |
+
|
3633 |
+
#: inc/admin/admin.php:952
|
3634 |
+
msgid ""
|
3635 |
+
"Import your own redirections from a .json file generated by the Redirections "
|
3636 |
+
"plugin (make sure to select <strong>\"WordPress redirects\"</strong> when you "
|
3637 |
+
"export your file). Note that we do not support certain options, like regex. "
|
3638 |
+
"To avoid conflicts, make sure there are no duplicates between your file and "
|
3639 |
+
"existing redirects."
|
3640 |
+
msgstr ""
|
3641 |
+
|
3642 |
+
#: inc/admin/admin.php:967
|
3643 |
+
#, fuzzy
|
3644 |
+
#| msgid "Import Redirections"
|
3645 |
+
msgid "Import Redirections from Yoast Premium"
|
3646 |
+
msgstr "تغییر مسیرها را وارد کنید"
|
3647 |
+
|
3648 |
+
#: inc/admin/admin.php:968
|
3649 |
+
msgid ""
|
3650 |
+
"Import your own redirections from a .csv file generated by Yoast Premium. "
|
3651 |
+
"Note that we don't support certain options, like regex. To avoid conflicts, "
|
3652 |
+
"make sure there are no duplicates between your file and existing redirects."
|
3653 |
+
msgstr ""
|
3654 |
+
|
3655 |
+
#: inc/admin/admin.php:983
|
3656 |
+
#, fuzzy
|
3657 |
+
#| msgid "Import Redirections"
|
3658 |
+
msgid "Import Redirections from Rank Math"
|
3659 |
+
msgstr "تغییر مسیرها را وارد کنید"
|
3660 |
+
|
3661 |
+
#: inc/admin/admin.php:984
|
3662 |
+
msgid ""
|
3663 |
+
"Import your own redirections from a .txt file generated by Rank Math. Note "
|
3664 |
+
"that we don't support certain options, like regex. To avoid conflicts, make "
|
3665 |
+
"sure there are no duplicates between your file and existing redirects."
|
3666 |
+
msgstr ""
|
3667 |
+
|
3668 |
+
#: inc/admin/admin.php:999
|
3669 |
+
msgid "Export Redirections"
|
3670 |
+
msgstr "هدایت صادرات"
|
3671 |
+
|
3672 |
+
#: inc/admin/admin.php:1000
|
3673 |
+
msgid ""
|
3674 |
+
"Export all redirections for this site as a .csv file. This allows you to "
|
3675 |
+
"easily import the redirections into another site, to Excel / Google Sheets..."
|
3676 |
+
msgstr ""
|
3677 |
+
"کلیه تغییرات مجدد را برای این سایت به عنوان یک فایل CSV صادر کنید. این اجازه "
|
3678 |
+
"می دهد تا شما به راحتی تغییر مسیر را به سایت دیگری، به اکسل / Google Sheets "
|
3679 |
+
"وارد کنید ..."
|
3680 |
+
|
3681 |
+
#: inc/admin/admin.php:1012
|
3682 |
+
msgid "Clean your 404"
|
3683 |
+
msgstr ""
|
3684 |
+
|
3685 |
+
#: inc/admin/admin.php:1013
|
3686 |
+
msgid "Delete all your 404 errors. We don‘t delete any redirects."
|
3687 |
+
msgstr ""
|
3688 |
+
|
3689 |
+
#: inc/admin/admin.php:1014
|
3690 |
+
#, php-format
|
3691 |
+
msgid ""
|
3692 |
+
"Make sure you have enabled 404 cleaning from SEO, PRO, <a href=\"%s"
|
3693 |
+
"\">404/301</a> tab to be able to delete all your 404 errors."
|
3694 |
+
msgstr ""
|
3695 |
+
|
3696 |
+
#: inc/admin/admin.php:1023
|
3697 |
+
#, php-format
|
3698 |
+
msgid ""
|
3699 |
+
"You can also use <span class=\"dashicons dashicons-external\"></span><a href="
|
3700 |
+
"\"%s\" target=\"_blank\">this MySQL query</a> if necessary."
|
3701 |
+
msgstr ""
|
3702 |
+
|
3703 |
+
#: inc/admin/admin.php:1028
|
3704 |
+
msgid "Delete all 404"
|
3705 |
+
msgstr ""
|
3706 |
+
|
3707 |
+
#: inc/admin/admin.php:1034
|
3708 |
+
msgid "Redirections feature is disabled. Please activate it from the PRO page."
|
3709 |
+
msgstr ""
|
3710 |
+
|
3711 |
+
#: inc/admin/admin.php:1035
|
3712 |
+
#, fuzzy
|
3713 |
+
#| msgid "Redirections"
|
3714 |
+
msgid "Activate Redirections"
|
3715 |
+
msgstr "تغییر مسیرها"
|
3716 |
+
|
3717 |
+
#: inc/admin/admin.php:1042
|
3718 |
+
msgid "Reset All Notices From Notifications Center"
|
3719 |
+
msgstr "بازخوانی تمام اعلان ها از مرکز اطلاع رسانی"
|
3720 |
+
|
3721 |
+
#: inc/admin/admin.php:1043
|
3722 |
+
msgid ""
|
3723 |
+
"By clicking Reset Notices, all notices in the notifications center will be "
|
3724 |
+
"set to their initial status."
|
3725 |
+
msgstr ""
|
3726 |
+
"با کلیک روی تنظیم مجدد اعلامیه، تمام اعلان ها در مرکز اطلاع رسانی به وضعیت "
|
3727 |
+
"اولیه آنها تنظیم می شود."
|
3728 |
+
|
3729 |
+
#: inc/admin/admin.php:1048
|
3730 |
+
msgid "Reset notices"
|
3731 |
+
msgstr "اعلانها را بازنشانی کنید"
|
3732 |
+
|
3733 |
+
#: inc/admin/admin.php:1056
|
3734 |
+
msgid "Reset All Settings"
|
3735 |
+
msgstr "بازنشانی تمام تنظیمات"
|
3736 |
+
|
3737 |
+
#: inc/admin/admin.php:1057
|
3738 |
+
msgid ""
|
3739 |
+
"<strong>WARNING:</strong> Delete all options related to SEOPress in your "
|
3740 |
+
"database AND set settings to their default values."
|
3741 |
+
msgstr ""
|
3742 |
+
"<strong> WARNING: </ strong> تمام گزینه های مرتبط با SEOPress را در پایگاه "
|
3743 |
+
"داده خود حذف کنید و تنظیمات را به مقادیر پیش فرض خود تنظیم کنید."
|
3744 |
+
|
3745 |
+
#: inc/admin/admin.php:1062
|
3746 |
+
msgid "Reset settings"
|
3747 |
+
msgstr "تنظیمات را بازنشانی کنید"
|
3748 |
+
|
3749 |
+
#: inc/admin/admin.php:1375 inc/admin/admin.php:3662
|
3750 |
+
msgid "noindex"
|
3751 |
+
msgstr "noindex"
|
3752 |
+
|
3753 |
+
#: inc/admin/admin.php:1383 inc/admin/admin.php:3681
|
3754 |
+
msgid "nofollow"
|
3755 |
+
msgstr "nofollow"
|
3756 |
+
|
3757 |
+
#: inc/admin/admin.php:1391 inc/admin/admin.php:3700
|
3758 |
+
msgid "noodp"
|
3759 |
+
msgstr "noodp"
|
3760 |
+
|
3761 |
+
#: inc/admin/admin.php:1399 inc/admin/admin.php:3719
|
3762 |
+
msgid "noimageindex"
|
3763 |
+
msgstr "noimageindex"
|
3764 |
+
|
3765 |
+
#: inc/admin/admin.php:1407 inc/admin/admin.php:3738
|
3766 |
+
msgid "noarchive"
|
3767 |
+
msgstr "noarchive"
|
3768 |
+
|
3769 |
+
#: inc/admin/admin.php:1415 inc/admin/admin.php:3757
|
3770 |
+
msgid "nosnippet"
|
3771 |
+
msgstr "nosnippet"
|
3772 |
+
|
3773 |
+
#: inc/admin/admin.php:1423 inc/admin/admin.php:3776
|
3774 |
+
msgid "nositelinkssearchbox"
|
3775 |
+
msgstr "nositelinkssearchbox"
|
3776 |
+
|
3777 |
+
#: inc/admin/admin.php:1431
|
3778 |
+
msgid "Indicate paginated content to Google"
|
3779 |
+
msgstr "محتوای پیمایش شده را به گوگل نمایش دهید"
|
3780 |
+
|
3781 |
+
#: inc/admin/admin.php:1448 inc/admin/admin.php:3814
|
3782 |
+
msgid "Enable XML Sitemap"
|
3783 |
+
msgstr "XML Sitemap را فعال کنید"
|
3784 |
+
|
3785 |
+
#: inc/admin/admin.php:1456
|
3786 |
+
msgid "Enable XML Image Sitemaps"
|
3787 |
+
msgstr "XML فایل Sitemap را فعال کنید"
|
3788 |
+
|
3789 |
+
#: inc/admin/admin.php:1465
|
3790 |
+
msgid "Enable XML Video Sitemaps"
|
3791 |
+
msgstr "XML فایل های ویدئویی را فعال کنید"
|
3792 |
+
|
3793 |
+
#: inc/admin/admin.php:1474 inc/admin/admin.php:3901
|
3794 |
+
#, fuzzy
|
3795 |
+
#| msgid "Enable XML Sitemap"
|
3796 |
+
msgid "Enable Author Sitemap"
|
3797 |
+
msgstr "XML Sitemap را فعال کنید"
|
3798 |
+
|
3799 |
+
#: inc/admin/admin.php:1482 inc/admin/admin.php:3920
|
3800 |
+
msgid "Enable HTML Sitemap"
|
3801 |
+
msgstr "HTML Sitemap را فعال کنید"
|
3802 |
+
|
3803 |
+
#: inc/admin/admin.php:1498
|
3804 |
+
msgid "Check to INCLUDE Post Types"
|
3805 |
+
msgstr "بررسی کنید که شامل انواع پست ها باشد"
|
3806 |
+
|
3807 |
+
#: inc/admin/admin.php:1514
|
3808 |
+
msgid "Check to INCLUDE Taxonomies"
|
3809 |
+
msgstr "بررسی کنید تا طبقه بندی را شامل کنید"
|
3810 |
+
|
3811 |
+
#: inc/admin/admin.php:1530 inc/admin/admin.php:4029
|
3812 |
+
msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
|
3813 |
+
msgstr ""
|
3814 |
+
"یک صفحه پست، صفحه یا پست سفارشی نوع ID (ها) را برای نمایش نقشه سایت وارد کنید"
|
3815 |
+
|
3816 |
+
#: inc/admin/admin.php:1538 inc/admin/admin.php:4043
|
3817 |
+
#, fuzzy
|
3818 |
+
#| msgid "Exclude some Posts, Pages or Custom Post Types"
|
3819 |
+
msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
|
3820 |
+
msgstr "برخی از پست ها، صفحات یا انواع پست سفارشی را حذف کنید"
|
3821 |
+
|
3822 |
+
#: inc/admin/admin.php:1546
|
3823 |
+
msgid "Sort order"
|
3824 |
+
msgstr "ترتیب مرتب سازی"
|
3825 |
+
|
3826 |
+
#: inc/admin/admin.php:1554
|
3827 |
+
msgid "Order posts by"
|
3828 |
+
msgstr "سفارش پست توسط"
|
3829 |
+
|
3830 |
+
#: inc/admin/admin.php:1562
|
3831 |
+
msgid "Disable the display of the publication date"
|
3832 |
+
msgstr "نمایش تاریخ انتشار را غیرفعال کنید"
|
3833 |
+
|
3834 |
+
#: inc/admin/admin.php:1603 inc/admin/admin.php:4185
|
3835 |
+
msgid "Organization's phone number (only for Organizations)"
|
3836 |
+
msgstr "شماره تلفن سازمان (فقط برای سازمانها)"
|
3837 |
+
|
3838 |
+
#: inc/admin/admin.php:1611
|
3839 |
+
msgid "Contact type (only for Organizations)"
|
3840 |
+
msgstr "نوع تماس (فقط برای سازمانها)"
|
3841 |
+
|
3842 |
+
#: inc/admin/admin.php:1619
|
3843 |
+
msgid "Contact option (only for Organizations)"
|
3844 |
+
msgstr "گزینه تماس (فقط برای سازمانها)"
|
3845 |
+
|
3846 |
+
#: inc/admin/admin.php:1636 inc/admin/admin.php:4263
|
3847 |
+
msgid "Facebook Page URL"
|
3848 |
+
msgstr "URL فیس بوک"
|
3849 |
+
|
3850 |
+
#: inc/admin/admin.php:1717
|
3851 |
+
msgid "Enable Open Graph Data"
|
3852 |
+
msgstr "فعال کردن نمودار گرافیکی باز"
|
3853 |
+
|
3854 |
+
#: inc/admin/admin.php:1725 inc/admin/admin.php:4392
|
3855 |
+
msgid "Select a default image"
|
3856 |
+
msgstr "تصویر پیش فرض را انتخاب کنید"
|
3857 |
+
|
3858 |
+
#: inc/admin/admin.php:1733
|
3859 |
+
msgid "Apply this image to all your og:image tag"
|
3860 |
+
msgstr ""
|
3861 |
+
|
3862 |
+
#: inc/admin/admin.php:1741
|
3863 |
+
msgid "Facebook Link Ownership ID"
|
3864 |
+
msgstr "پیوند مالکیت فیس بوک"
|
3865 |
+
|
3866 |
+
#: inc/admin/admin.php:1749
|
3867 |
+
msgid "Facebook Admin ID"
|
3868 |
+
msgstr "شناسه فیس بوک"
|
3869 |
+
|
3870 |
+
#: inc/admin/admin.php:1757
|
3871 |
+
msgid "Facebook App ID"
|
3872 |
+
msgstr "فیس بوک شناسه برنامه"
|
3873 |
+
|
3874 |
+
#: inc/admin/admin.php:1774
|
3875 |
+
msgid "Enable Twitter Card"
|
3876 |
+
msgstr "فعال کردن کارت توییتر"
|
3877 |
+
|
3878 |
+
#: inc/admin/admin.php:1782
|
3879 |
+
msgid "Use Open Graph if no Twitter Card is filled"
|
3880 |
+
msgstr "اگر کارت توییتر پر شده باشد، از نمودار باز استفاده کنید"
|
3881 |
+
|
3882 |
+
#: inc/admin/admin.php:1790 inc/admin/admin.php:4504
|
3883 |
+
msgid "Default Twitter Image"
|
3884 |
+
msgstr "پیش فرض تصویر توییتر"
|
3885 |
+
|
3886 |
+
#: inc/admin/admin.php:1798
|
3887 |
+
msgid "Image size for Twitter Summary card"
|
3888 |
+
msgstr "اندازه تصویر برای کارت توییتر خلاصه"
|
3889 |
+
|
3890 |
+
#: inc/admin/admin.php:1815
|
3891 |
+
msgid "Enable Google Analytics tracking"
|
3892 |
+
msgstr "ردیابی Google Analytics را فعال کنید"
|
3893 |
+
|
3894 |
+
#: inc/admin/admin.php:1823 inc/admin/admin.php:2191 inc/admin/admin.php:4557
|
3895 |
+
msgid "Enter your tracking ID"
|
3896 |
+
msgstr "شناسه ردیابی خود را وارد کنید"
|
3897 |
+
|
3898 |
+
#: inc/admin/admin.php:1831
|
3899 |
+
msgid "Exclude user roles from tracking"
|
3900 |
+
msgstr "از ردیابی نقشهای کاربر را حذف کنید"
|
3901 |
+
|
3902 |
+
#: inc/admin/admin.php:1848
|
3903 |
+
#, fuzzy
|
3904 |
+
#| msgid "Google Analytics tracking opt-out"
|
3905 |
+
msgid "Analytics tracking opt-in"
|
3906 |
+
msgstr "ردیابی Google Analytics را لغو کنید"
|
3907 |
+
|
3908 |
+
#: inc/admin/admin.php:1864
|
3909 |
+
msgid "Consent message for user tracking"
|
3910 |
+
msgstr "پیام موافقت برای ردیابی کاربر"
|
3911 |
+
|
3912 |
+
#: inc/admin/admin.php:1872
|
3913 |
+
msgid "Accept button for user tracking"
|
3914 |
+
msgstr "دکمه پذیرش برای ردیابی کاربر"
|
3915 |
+
|
3916 |
+
#: inc/admin/admin.php:1880
|
3917 |
+
msgid "Close button"
|
3918 |
+
msgstr ""
|
3919 |
+
|
3920 |
+
#: inc/admin/admin.php:1888
|
3921 |
+
msgid "Cookie bar position"
|
3922 |
+
msgstr ""
|
3923 |
+
|
3924 |
+
#: inc/admin/admin.php:1896
|
3925 |
+
msgid "Cookie bar background color"
|
3926 |
+
msgstr ""
|
3927 |
+
|
3928 |
+
#: inc/admin/admin.php:1904
|
3929 |
+
msgid "Cookie bar text color"
|
3930 |
+
msgstr ""
|
3931 |
+
|
3932 |
+
#: inc/admin/admin.php:1912
|
3933 |
+
msgid "Cookie bar link color"
|
3934 |
+
msgstr ""
|
3935 |
+
|
3936 |
+
#: inc/admin/admin.php:1920
|
3937 |
+
msgid "Cookie bar button background color"
|
3938 |
+
msgstr ""
|
3939 |
+
|
3940 |
+
#: inc/admin/admin.php:1928
|
3941 |
+
msgid "Cookie bar button color"
|
3942 |
+
msgstr ""
|
3943 |
+
|
3944 |
+
#: inc/admin/admin.php:1936
|
3945 |
+
msgid "Cookie bar button hover background color"
|
3946 |
+
msgstr ""
|
3947 |
+
|
3948 |
+
#: inc/admin/admin.php:1944
|
3949 |
+
msgid "Cookie bar button hover color"
|
3950 |
+
msgstr ""
|
3951 |
+
|
3952 |
+
#: inc/admin/admin.php:1952
|
3953 |
+
msgid "Cookie bar secondary button background color"
|
3954 |
+
msgstr ""
|
3955 |
+
|
3956 |
+
#: inc/admin/admin.php:1960
|
3957 |
+
msgid "Cookie bar secondary button color"
|
3958 |
+
msgstr ""
|
3959 |
+
|
3960 |
+
#: inc/admin/admin.php:1968
|
3961 |
+
msgid "Cookie bar secondary button hover background color"
|
3962 |
+
msgstr ""
|
3963 |
+
|
3964 |
+
#: inc/admin/admin.php:1976
|
3965 |
+
msgid "Cookie bar secondary button hover color"
|
3966 |
+
msgstr ""
|
3967 |
+
|
3968 |
+
#: inc/admin/admin.php:1994
|
3969 |
+
#, fuzzy
|
3970 |
+
#| msgid "Enable Google Analytics tracking"
|
3971 |
+
msgid "Enable Google Optimize"
|
3972 |
+
msgstr "ردیابی Google Analytics را فعال کنید"
|
3973 |
+
|
3974 |
+
#: inc/admin/admin.php:2002
|
3975 |
+
#, fuzzy
|
3976 |
+
#| msgid "Enable Google Analytics tracking"
|
3977 |
+
msgid "Enable Google Ads"
|
3978 |
+
msgstr "ردیابی Google Analytics را فعال کنید"
|
3979 |
+
|
3980 |
+
#: inc/admin/admin.php:2010
|
3981 |
+
msgid "Add an additional tracking code (like Facebook Pixel, Hotjar...)"
|
3982 |
+
msgstr ""
|
3983 |
+
|
3984 |
+
#: inc/admin/admin.php:2018
|
3985 |
+
msgid "[BODY] Add an additional tracking code (like Google Tag Manager...)"
|
3986 |
+
msgstr ""
|
3987 |
+
|
3988 |
+
#: inc/admin/admin.php:2026
|
3989 |
+
msgid ""
|
3990 |
+
"[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)"
|
3991 |
+
msgstr ""
|
3992 |
+
|
3993 |
+
#: inc/admin/admin.php:2034 inc/admin/admin.php:4887
|
3994 |
+
msgid "Enable remarketing, demographics, and interests reporting"
|
3995 |
+
msgstr "بازاریابی مجدد، جمعیت شناسی و گزارش های منافع را فعال کنید"
|
3996 |
+
|
3997 |
+
#: inc/admin/admin.php:2042 inc/admin/admin.php:4909
|
3998 |
+
msgid "Enable IP Anonymization"
|
3999 |
+
msgstr "غیرفعال سازی IP را فعال کنید"
|
4000 |
+
|
4001 |
+
#: inc/admin/admin.php:2050 inc/admin/admin.php:4931
|
4002 |
+
msgid "Enhanced Link Attribution"
|
4003 |
+
msgstr "تخصیص پیوند پیشرفته"
|
4004 |
+
|
4005 |
+
#: inc/admin/admin.php:2058 inc/admin/admin.php:4953
|
4006 |
+
msgid "Enable cross-domain tracking"
|
4007 |
+
msgstr "ردیابی متقابل دامنه را فعال کنید"
|
4008 |
+
|
4009 |
+
#: inc/admin/admin.php:2066 inc/admin/admin.php:4970 inc/admin/admin.php:5565
|
4010 |
+
msgid "Cross domains"
|
4011 |
+
msgstr "دامنه های عبور"
|
4012 |
+
|
4013 |
+
#: inc/admin/admin.php:2084 inc/admin/admin.php:4987
|
4014 |
+
msgid "Enable external links tracking"
|
4015 |
+
msgstr "پیگیری لینک های خارجی را فعال کنید"
|
4016 |
+
|
4017 |
+
#: inc/admin/admin.php:2092
|
4018 |
+
msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
|
4019 |
+
msgstr "فعال کردن ردیابی دانلود (به عنوان مثال: PDF، XLSX، DOCX ...)"
|
4020 |
+
|
4021 |
+
#: inc/admin/admin.php:2100 inc/admin/admin.php:5016
|
4022 |
+
msgid "Track downloads' clicks"
|
4023 |
+
msgstr "آهنگ های دانلود آهنگ"
|
4024 |
+
|
4025 |
+
#: inc/admin/admin.php:2108
|
4026 |
+
msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
|
4027 |
+
msgstr ""
|
4028 |
+
"ردیابی پیوندهای مرتبط / خروجی را فعال کنید (به عنوان مثال: aff، go، out، "
|
4029 |
+
"recommends)"
|
4030 |
+
|
4031 |
+
#: inc/admin/admin.php:2116 inc/admin/admin.php:5047
|
4032 |
+
msgid "Track affiliate/outbound links"
|
4033 |
+
msgstr "پیگیری وابسته / خروجی لینک"
|
4034 |
+
|
4035 |
+
#: inc/admin/admin.php:2134
|
4036 |
+
msgid "Track Authors"
|
4037 |
+
msgstr "آهنگسازان"
|
4038 |
+
|
4039 |
+
#: inc/admin/admin.php:2142
|
4040 |
+
msgid "Track Categories"
|
4041 |
+
msgstr "دسته بندی آهنگ ها"
|
4042 |
+
|
4043 |
+
#: inc/admin/admin.php:2150
|
4044 |
+
msgid "Track Tags"
|
4045 |
+
msgstr "پیگیری برچسب ها"
|
4046 |
+
|
4047 |
+
#: inc/admin/admin.php:2158
|
4048 |
+
msgid "Track Post Types"
|
4049 |
+
msgstr "پیگیری انواع پست"
|
4050 |
+
|
4051 |
+
#: inc/admin/admin.php:2166
|
4052 |
+
msgid "Track Logged In Users"
|
4053 |
+
msgstr "مسیر ورود کاربران"
|
4054 |
+
|
4055 |
+
#: inc/admin/admin.php:2183
|
4056 |
+
#, fuzzy
|
4057 |
+
#| msgid "Enable download tracking"
|
4058 |
+
msgid "Enable Matomo tracking"
|
4059 |
+
msgstr "ردیابی دانلود را فعال کنید"
|
4060 |
+
|
4061 |
+
#: inc/admin/admin.php:2199
|
4062 |
+
#, fuzzy
|
4063 |
+
#| msgid "Enter your title"
|
4064 |
+
msgid "Enter your site ID"
|
4065 |
+
msgstr "عنوان خود را وارد کنید"
|
4066 |
+
|
4067 |
+
#: inc/admin/admin.php:2207
|
4068 |
+
msgid "Track visitors across all subdomains"
|
4069 |
+
msgstr ""
|
4070 |
+
|
4071 |
+
#: inc/admin/admin.php:2215
|
4072 |
+
msgid "Prepend the site domain"
|
4073 |
+
msgstr ""
|
4074 |
+
|
4075 |
+
#: inc/admin/admin.php:2223 inc/admin/admin.php:5534
|
4076 |
+
msgid "Track users with JavaScript disabled"
|
4077 |
+
msgstr ""
|
4078 |
+
|
4079 |
+
#: inc/admin/admin.php:2231 inc/admin/admin.php:5551
|
4080 |
+
#, fuzzy
|
4081 |
+
#| msgid "Enable cross-domain tracking"
|
4082 |
+
msgid "Enables cross domain linking"
|
4083 |
+
msgstr "ردیابی متقابل دامنه را فعال کنید"
|
4084 |
+
|
4085 |
+
#: inc/admin/admin.php:2239
|
4086 |
+
#, fuzzy
|
4087 |
+
#| msgid "Cross domains"
|
4088 |
+
msgid "Cross domain"
|
4089 |
+
msgstr "دامنه های عبور"
|
4090 |
+
|
4091 |
+
#: inc/admin/admin.php:2246
|
4092 |
+
#, fuzzy
|
4093 |
+
#| msgid "Enable redirection"
|
4094 |
+
msgid "Enable DoNotTrack detection"
|
4095 |
+
msgstr "تغییر مسیر را فعال کنید"
|
4096 |
+
|
4097 |
+
#: inc/admin/admin.php:2254
|
4098 |
+
#, fuzzy
|
4099 |
+
#| msgid "Disable author archives"
|
4100 |
+
msgid "Disable all tracking cookies"
|
4101 |
+
msgstr "بایگانی نویسنده را غیرفعال کنید"
|
4102 |
+
|
4103 |
+
#: inc/admin/admin.php:2262
|
4104 |
+
#, fuzzy
|
4105 |
+
#| msgid "Enable download tracking"
|
4106 |
+
msgid "Download & Outlink tracking"
|
4107 |
+
msgstr "ردیابی دانلود را فعال کنید"
|
4108 |
+
|
4109 |
+
#: inc/admin/admin.php:2279
|
4110 |
+
msgid "Redirect attachment pages to post parent"
|
4111 |
+
msgstr "تغییر مسیر صفحات دلبستگی برای پست کردن والدین"
|
4112 |
+
|
4113 |
+
#: inc/admin/admin.php:2287
|
4114 |
+
#, fuzzy
|
4115 |
+
#| msgid "Redirect attachment pages to post parent"
|
4116 |
+
msgid "Redirect attachment pages to their file URL"
|
4117 |
+
msgstr "تغییر مسیر صفحات دلبستگی برای پست کردن والدین"
|
4118 |
+
|
4119 |
+
#: inc/admin/admin.php:2295
|
4120 |
+
msgid "Remove ?replytocom link to avoid duplicate content"
|
4121 |
+
msgstr "حذف linktocom link برای جلوگیری از محتوای تکراری"
|
4122 |
+
|
4123 |
+
#: inc/admin/admin.php:2303
|
4124 |
+
msgid "Automatically set the image Title"
|
4125 |
+
msgstr ""
|
4126 |
+
|
4127 |
+
#: inc/admin/admin.php:2311
|
4128 |
+
msgid "Automatically set the image Alt text"
|
4129 |
+
msgstr ""
|
4130 |
+
|
4131 |
+
#: inc/admin/admin.php:2319
|
4132 |
+
msgid "Automatically set the image Caption"
|
4133 |
+
msgstr ""
|
4134 |
+
|
4135 |
+
#: inc/admin/admin.php:2327
|
4136 |
+
msgid "Automatically set the image Description"
|
4137 |
+
msgstr ""
|
4138 |
+
|
4139 |
+
#: inc/admin/admin.php:2335
|
4140 |
+
msgid "Add WP Editor to taxonomy description textarea"
|
4141 |
+
msgstr "ویرایشگر WP را به عنوان متن توصیف طبقه بندی اضافه کنید"
|
4142 |
+
|
4143 |
+
#: inc/admin/admin.php:2343
|
4144 |
+
msgid "Remove /category/ in URL"
|
4145 |
+
msgstr "حذف / category / در URL"
|
4146 |
+
|
4147 |
+
#: inc/admin/admin.php:2351 inc/admin/admin.php:5800
|
4148 |
+
msgid "Disable trailing slash for metas"
|
4149 |
+
msgstr "غیرفعال کردن علامت گذاری به عقب برای metas"
|
4150 |
+
|
4151 |
+
#: inc/admin/admin.php:2359
|
4152 |
+
msgid "Remove WordPress generator meta tag"
|
4153 |
+
msgstr "حذف meta tag generator generator وردپرس"
|
4154 |
+
|
4155 |
+
#: inc/admin/admin.php:2367
|
4156 |
+
msgid "Remove hentry post class"
|
4157 |
+
msgstr ""
|
4158 |
+
|
4159 |
+
#: inc/admin/admin.php:2375
|
4160 |
+
#, fuzzy
|
4161 |
+
#| msgid "Remove /category/ in URL"
|
4162 |
+
msgid "Remove author URL"
|
4163 |
+
msgstr "حذف / category / در URL"
|
4164 |
+
|
4165 |
+
#: inc/admin/admin.php:2383
|
4166 |
+
msgid "Remove website field in comment form"
|
4167 |
+
msgstr ""
|
4168 |
+
|
4169 |
+
#: inc/admin/admin.php:2391
|
4170 |
+
msgid "Remove WordPress shortlink meta tag"
|
4171 |
+
msgstr "حذف متون برچسب وردپرس shortlink"
|
4172 |
+
|
4173 |
+
#: inc/admin/admin.php:2399
|
4174 |
+
msgid "Remove Windows Live Writer meta tag"
|
4175 |
+
msgstr "حذف متا تگ Windows Live Writer"
|
4176 |
+
|
4177 |
+
#: inc/admin/admin.php:2407
|
4178 |
+
msgid "Remove RSD meta tag"
|
4179 |
+
msgstr "حذف meta برچسب RSD"
|
4180 |
+
|
4181 |
+
#: inc/admin/admin.php:2415 inc/admin/admin.php:5931
|
4182 |
+
msgid "Google site verification"
|
4183 |
+
msgstr "تأیید سایت گوگل"
|
4184 |
+
|
4185 |
+
#: inc/admin/admin.php:2423 inc/admin/admin.php:5945
|
4186 |
+
msgid "Bing site verification"
|
4187 |
+
msgstr "تأیید سایت Bing"
|
4188 |
+
|
4189 |
+
#: inc/admin/admin.php:2431 inc/admin/admin.php:5958
|
4190 |
+
msgid "Pinterest site verification"
|
4191 |
+
msgstr "تأیید Pinterest سایت"
|
4192 |
+
|
4193 |
+
#: inc/admin/admin.php:2439 inc/admin/admin.php:5970
|
4194 |
+
msgid "Yandex site verification"
|
4195 |
+
msgstr "تأیید سایت Yandex"
|
4196 |
+
|
4197 |
+
#: inc/admin/admin.php:2456
|
4198 |
+
msgid "SEOPress in admin bar"
|
4199 |
+
msgstr "SEOPress در نوار مدیریت"
|
4200 |
+
|
4201 |
+
#: inc/admin/admin.php:2464
|
4202 |
+
msgid "Move SEOPress metabox's position"
|
4203 |
+
msgstr "موقعیت مکانی SEOPress metabox را تغییر دهید"
|
4204 |
+
|
4205 |
+
#: inc/admin/admin.php:2472
|
4206 |
+
#, fuzzy
|
4207 |
+
#| msgid "Structured Data Types"
|
4208 |
+
msgid "Set default tab for Structured data metabox"
|
4209 |
+
msgstr "انواع داده های ساختاری"
|
4210 |
+
|
4211 |
+
#: inc/admin/admin.php:2480
|
4212 |
+
msgid "Hide Notifications Center"
|
4213 |
+
msgstr "مخفی کردن مرکز اطلاع رسانی"
|
4214 |
+
|
4215 |
+
#: inc/admin/admin.php:2488
|
4216 |
+
msgid "Hide SEO tools"
|
4217 |
+
msgstr "مخفی کردن ابزارهای SEO"
|
4218 |
+
|
4219 |
+
#: inc/admin/admin.php:2496
|
4220 |
+
msgid "Hide Useful Links"
|
4221 |
+
msgstr "مخفی کردن لینک های مفید"
|
4222 |
+
|
4223 |
+
#: inc/admin/admin.php:2504
|
4224 |
+
msgid "Show Title tag column in post types"
|
4225 |
+
msgstr "نمایش ستون برچسب عنوان در انواع پست"
|
4226 |
+
|
4227 |
+
#: inc/admin/admin.php:2512
|
4228 |
+
msgid "Show Meta description column in post types"
|
4229 |
+
msgstr "نمایش ستون توصیف متا در انواع پست"
|
4230 |
+
|
4231 |
+
#: inc/admin/admin.php:2520
|
4232 |
+
msgid "Show Redirection Enable column in post types"
|
4233 |
+
msgstr "Show Redirection فعال کردن ستون در انواع پست"
|
4234 |
+
|
4235 |
+
#: inc/admin/admin.php:2528
|
4236 |
+
msgid "Show Redirect URL column in post types"
|
4237 |
+
msgstr "نمایش ستون URL تغییر مسیر در انواع پست"
|
4238 |
+
|
4239 |
+
#: inc/admin/admin.php:2536
|
4240 |
+
msgid "Show canonical URL column in post types"
|
4241 |
+
msgstr "نمایش ستون URL کانونی در انواع پست ها"
|
4242 |
+
|
4243 |
+
#: inc/admin/admin.php:2544
|
4244 |
+
msgid "Show Target Keyword column in post types"
|
4245 |
+
msgstr "نمایش ستون کلمات کلیدی هدف در انواع پست"
|
4246 |
+
|
4247 |
+
#: inc/admin/admin.php:2552
|
4248 |
+
msgid "Show noindex column in post types"
|
4249 |
+
msgstr "نمایش ستون noindex در انواع پست"
|
4250 |
+
|
4251 |
+
#: inc/admin/admin.php:2560
|
4252 |
+
msgid "Show nofollow column in post types"
|
4253 |
+
msgstr "ستون nofollow را در انواع پست ها نمایش دهید"
|
4254 |
+
|
4255 |
+
#: inc/admin/admin.php:2568
|
4256 |
+
msgid "Show total number of words column in post types"
|
4257 |
+
msgstr "تعداد کل ستون کلمات را در انواع پست ها نمایش دهید"
|
4258 |
+
|
4259 |
+
#: inc/admin/admin.php:2576
|
4260 |
+
msgid "Show W3C validator column in post types"
|
4261 |
+
msgstr "نمایش ستون معتبر W3C در انواع پست"
|
4262 |
+
|
4263 |
+
#: inc/admin/admin.php:2584
|
4264 |
+
msgid "Show Google Page Speed column in post types"
|
4265 |
+
msgstr "نمایش ستون سرعت گوگل صفحه در انواع پست"
|
4266 |
+
|
4267 |
+
#: inc/admin/admin.php:2593
|
4268 |
+
#, fuzzy
|
4269 |
+
#| msgid "Show Redirection Enable column in post types"
|
4270 |
+
msgid "Show content analysis score column in post types"
|
4271 |
+
msgstr "Show Redirection فعال کردن ستون در انواع پست"
|
4272 |
+
|
4273 |
+
#: inc/admin/admin.php:2601
|
4274 |
+
msgid "Hide Genesis SEO Metabox"
|
4275 |
+
msgstr "پنهان کردن پیدایش SEO Metabox"
|
4276 |
+
|
4277 |
+
#: inc/admin/admin.php:2609
|
4278 |
+
msgid "Hide Genesis SEO Settings link"
|
4279 |
+
msgstr "پنهان کردن پیدایش تنظیمات SEO تنظیمات"
|
4280 |
+
|
4281 |
+
#: inc/admin/admin.php:2617
|
4282 |
+
#, fuzzy
|
4283 |
+
#| msgid "Structured Data Types"
|
4284 |
+
msgid "Hide advice in Structured Data Types metabox"
|
4285 |
+
msgstr "انواع داده های ساختاری"
|
4286 |
+
|
4287 |
+
#: inc/admin/admin.php:2634
|
4288 |
+
msgid "Block SEO metabox to user roles"
|
4289 |
+
msgstr "بلوک متفاوتی SEO به نقش های کاربر"
|
4290 |
+
|
4291 |
+
#: inc/admin/admin.php:2642
|
4292 |
+
msgid "Block Content analysis metabox to user roles"
|
4293 |
+
msgstr "تجزیه و تحلیل محتوا تجزیه و تحلیل metabox به نقش کاربر"
|
4294 |
+
|
4295 |
+
#: inc/admin/admin.php:2742
|
4296 |
+
#, fuzzy
|
4297 |
+
#| msgid "<p>Customize your titles & metas for homepage</p>"
|
4298 |
+
msgid "<p>Customize your title & meta description for homepage</p>"
|
4299 |
+
msgstr "<p> عناوین و متا را برای صفحه اصلی سفارشی کنید </ p>"
|
4300 |
+
|
4301 |
+
#: inc/admin/admin.php:2746
|
4302 |
+
msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
|
4303 |
+
msgstr "<p> عناوین و متاسهای خود را برای انواع پست سفارشی سفارشی کنید </ p>"
|
4304 |
+
|
4305 |
+
#: inc/admin/admin.php:2750
|
4306 |
+
msgid "<p>Customize your metas for all pages</p>"
|
4307 |
+
msgstr "<p> سفارشی کردن metas خود را برای همه صفحات </ p>"
|
4308 |
+
|
4309 |
+
#: inc/admin/admin.php:2754
|
4310 |
+
msgid "<p>Customize your metas for all taxonomies archives</p>"
|
4311 |
+
msgstr "<p> سفارشی کردن metas خود را برای همه آرشیوهای طبقه بندی </ p>"
|
4312 |
+
|
4313 |
+
#: inc/admin/admin.php:2758
|
4314 |
+
msgid "<p>Customize your metas for all archives</p>"
|
4315 |
+
msgstr "<p> سفارشی کردن metas خود را برای همه آرشیوها </ p>"
|
4316 |
+
|
4317 |
+
#: inc/admin/admin.php:2765
|
4318 |
+
msgid "Change this settings"
|
4319 |
+
msgstr "این تنظیمات را تغییر دهید"
|
4320 |
+
|
4321 |
+
#: inc/admin/admin.php:2768
|
4322 |
+
msgid ""
|
4323 |
+
"To view your sitemap, enable permalinks (not default one), and save settings "
|
4324 |
+
"to flush them."
|
4325 |
+
msgstr ""
|
4326 |
+
"برای مشاهده نقشه سایت خود، Permalinks را فعال کنید (به طور پیش فرض نیست) و "
|
4327 |
+
"تنظیمات را برای ذخیره آنها انجام دهید."
|
4328 |
+
|
4329 |
+
#: inc/admin/admin.php:2774
|
4330 |
+
msgid ""
|
4331 |
+
"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
|
4332 |
+
"add this rule to your configuration:"
|
4333 |
+
msgstr ""
|
4334 |
+
"سرور شما از NGINX استفاده می کند. اگر XML Sitemaps به درستی کار نکند، باید "
|
4335 |
+
"این قاعده را به پیکربندی خود اضافه کنید:"
|
4336 |
+
|
4337 |
+
#: inc/admin/admin.php:2788
|
4338 |
+
msgid "Noindex content will not be displayed in Sitemaps."
|
4339 |
+
msgstr "محتوای Noindex در نقشه های سایت نمایش داده نمی شود."
|
4340 |
+
|
4341 |
+
#: inc/admin/admin.php:2800
|
4342 |
+
msgid "Blank sitemap?"
|
4343 |
+
msgstr "نقشه سایت خالی است؟"
|
4344 |
+
|
4345 |
+
#: inc/admin/admin.php:2801
|
4346 |
+
msgid "404 error?"
|
4347 |
+
msgstr "خطای 404"
|
4348 |
+
|
4349 |
+
#: inc/admin/admin.php:2803
|
4350 |
+
msgid "View your sitemap"
|
4351 |
+
msgstr "نقشه سایت خود را مشاهده کنید"
|
4352 |
+
|
4353 |
+
#: inc/admin/admin.php:2805
|
4354 |
+
msgid "Ping Google manually"
|
4355 |
+
msgstr "پینگ گوگل به صورت دستی"
|
4356 |
+
|
4357 |
+
#: inc/admin/admin.php:2807
|
4358 |
+
msgid "Flush permalinks"
|
4359 |
+
msgstr "فلاش permalinks"
|
4360 |
+
|
4361 |
+
#: inc/admin/admin.php:2812
|
4362 |
+
msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
|
4363 |
+
msgstr ""
|
4364 |
+
"<p> یک Sitemap HTML برای بازدیدکنندگان خود ایجاد کنید و SEO خود را ارتقا دهید "
|
4365 |
+
"</ p>"
|
4366 |
+
|
4367 |
+
#: inc/admin/admin.php:2822 inc/admin/admin.php:3930
|
4368 |
+
msgid "Guide to enable a HTML Sitemap - new window"
|
4369 |
+
msgstr "راهنمای فعال کردن یک Sitemap HTML - پنجره جدید"
|
4370 |
+
|
4371 |
+
#: inc/admin/admin.php:2826
|
4372 |
+
msgid "<p>Include/Exclude Post Types.</p>"
|
4373 |
+
msgstr "<p> شامل / حذف انواع پست ها </ p>"
|
4374 |
+
|
4375 |
+
#: inc/admin/admin.php:2830
|
4376 |
+
msgid "<p>Include/Exclude Taxonomies.</p>"
|
4377 |
+
msgstr "<p> دسته بندی / عدم طبقه بندی ها </ p>"
|
4378 |
+
|
4379 |
+
#: inc/admin/admin.php:2834
|
4380 |
+
msgid "<p>Configure Google Knowledge Graph.</p>"
|
4381 |
+
msgstr "<p> پیکربندی نمودار گوگل دانش </ p>"
|
4382 |
+
|
4383 |
+
#: inc/admin/admin.php:2835
|
4384 |
+
msgid "Learn more on Google official website."
|
4385 |
+
msgstr "در وب سایت رسمی گوگل بیشتر بدانید."
|
4386 |
+
|
4387 |
+
#: inc/admin/admin.php:2839
|
4388 |
+
msgid ""
|
4389 |
+
"<p>Link your site with your social accounts. Use markup on your website to "
|
4390 |
+
"add your social profile information to a Google Knowledge panel. Knowledge "
|
4391 |
+
"panels prominently display your social profile information in some Google "
|
4392 |
+
"Search results. Filling in these fields does not guarantee the display of "
|
4393 |
+
"this data in search results. It may take a long time to see these social-"
|
4394 |
+
"network links.</p>"
|
4395 |
+
msgstr ""
|
4396 |
+
|
4397 |
+
#: inc/admin/admin.php:2843
|
4398 |
+
#, fuzzy
|
4399 |
+
#| msgid "<p>Manage Open Graph datas.</p>"
|
4400 |
+
msgid "<p>Manage Open Graph data.</p>"
|
4401 |
+
msgstr "<p> مدیریت داده های باز نمودار </ p>"
|
4402 |
+
|
4403 |
+
#: inc/admin/admin.php:2845
|
4404 |
+
msgid "<p>We generate the <strong>og:image</strong> meta in this order:</p>"
|
4405 |
+
msgstr ""
|
4406 |
+
|
4407 |
+
#: inc/admin/admin.php:2849
|
4408 |
+
msgid "Custom OG Image from SEO metabox"
|
4409 |
+
msgstr ""
|
4410 |
+
|
4411 |
+
#: inc/admin/admin.php:2850 inc/admin/admin.php:2864
|
4412 |
+
#, fuzzy
|
4413 |
+
#| msgid "Post Thumbnail"
|
4414 |
+
msgid "Post thumbnail"
|
4415 |
+
msgstr "پست پیشتاز"
|
4416 |
+
|
4417 |
+
#: inc/admin/admin.php:2851 inc/admin/admin.php:2865
|
4418 |
+
msgid "First image of your post content"
|
4419 |
+
msgstr ""
|
4420 |
+
|
4421 |
+
#: inc/admin/admin.php:2852
|
4422 |
+
msgid "Global OG Image set in SEO > Social > Open Graph"
|
4423 |
+
msgstr ""
|
4424 |
+
|
4425 |
+
#: inc/admin/admin.php:2857
|
4426 |
+
msgid "<p>Manage your Twitter card.</p>"
|
4427 |
+
msgstr "<p> مدیریت کارت توییتر خود را </ p> کنید"
|
4428 |
+
|
4429 |
+
#: inc/admin/admin.php:2859
|
4430 |
+
msgid ""
|
4431 |
+
"<p>We generate the <strong>twitter:image</strong> meta in this order:</p>"
|
4432 |
+
msgstr ""
|
4433 |
+
|
4434 |
+
#: inc/admin/admin.php:2863
|
4435 |
+
msgid "Custom Twitter image from SEO metabox"
|
4436 |
+
msgstr ""
|
4437 |
+
|
4438 |
+
#: inc/admin/admin.php:2866
|
4439 |
+
msgid "Global Twitter:image set in SEO > Social > Twitter Card"
|
4440 |
+
msgstr ""
|
4441 |
+
|
4442 |
+
#: inc/admin/admin.php:2871
|
4443 |
+
#, fuzzy
|
4444 |
+
#| msgid "<p>Link your Google Analytics to your website.</p>"
|
4445 |
+
msgid ""
|
4446 |
+
"<p>Link your Google Analytics to your website. The tracking code will be "
|
4447 |
+
"automatically added to your site.</p>"
|
4448 |
+
msgstr "<p> پیوند Google Analytics خود را با وب سایت خود </ p>"
|
4449 |
+
|
4450 |
+
#: inc/admin/admin.php:2875
|
4451 |
+
msgid ""
|
4452 |
+
"<p>Manage user consent for GDPR and customize your cookie bar easily.</p>"
|
4453 |
+
msgstr ""
|
4454 |
+
|
4455 |
+
#: inc/admin/admin.php:2879
|
4456 |
+
msgid "<p>Configure your Google Analytics tracking code.</p>"
|
4457 |
+
msgstr "<p> کد ردیابی Google Analytics را پیکربندی کنید. </ p>"
|
4458 |
+
|
4459 |
+
#: inc/admin/admin.php:2883
|
4460 |
+
msgid "<p>Track events in Google Analytics.</p>"
|
4461 |
+
msgstr "<p> پیگیری رویدادهای Google Analytics </ p>"
|
4462 |
+
|
4463 |
+
#: inc/admin/admin.php:2887
|
4464 |
+
msgid ""
|
4465 |
+
"<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
|
4466 |
+
"and custom metrics in SEOPress are like the default dimensions and metrics in "
|
4467 |
+
"your Analytics account, except you create them yourself.<br> Use them to "
|
4468 |
+
"collect and analyze data that Analytics doesn't automatically track.<br> "
|
4469 |
+
"Please note that you also have to setup your custom dimensions in your Google "
|
4470 |
+
"Analytics account. More info by clicking on the help icon."
|
4471 |
+
msgstr ""
|
4472 |
+
"<p> پیکربندی ابعاد سفارشی Google Analytics خود را <br> مقیاس های سفارشی و "
|
4473 |
+
"معیارهای سفارشی در SEOPress مانند ابعاد و معیارهای پیش فرض در حساب Analytics "
|
4474 |
+
"شما است، به جز اینکه خودتان آنها را ایجاد می کنید. <br> از آنها برای جمع آوری "
|
4475 |
+
"و تجزیه و تحلیل داده هایی استفاده کنید که Analytics به طور خودکار پیگیری نمی "
|
4476 |
+
"کند. لطفا توجه داشته باشید که شما همچنین باید ابعاد سفارشی خود را در حساب "
|
4477 |
+
"Google Analytics خود تنظیم کنید. اطلاعات بیشتر را با کلیک بر روی نماد کمک."
|
4478 |
+
|
4479 |
+
#: inc/admin/admin.php:2889
|
4480 |
+
msgid "Custom dimensions also work with <strong>Matomo</strong> tracking code."
|
4481 |
+
msgstr ""
|
4482 |
+
|
4483 |
+
#: inc/admin/admin.php:2899
|
4484 |
+
msgid "Guide to create custom dimensions in Google Analytics - new window"
|
4485 |
+
msgstr "راهنمای ایجاد ابعاد دلخواه در Google Analytics - پنجره جدید"
|
4486 |
+
|
4487 |
+
#: inc/admin/admin.php:2903
|
4488 |
+
msgid "<p>Use Matomo to track your users with privacy in mind.</p>"
|
4489 |
+
msgstr ""
|
4490 |
+
|
4491 |
+
#: inc/admin/admin.php:2905
|
4492 |
+
msgid ""
|
4493 |
+
"Your <strong>Custom Dimensions</strong> will also work with Matomo tracking "
|
4494 |
+
"code"
|
4495 |
+
msgstr ""
|
4496 |
+
|
4497 |
+
#: inc/admin/admin.php:2909
|
4498 |
+
msgid "<p>Advanced SEO options.</p>"
|
4499 |
+
msgstr "<p> گزینه های جستجوی پیشرفته </ p>"
|
4500 |
+
|
4501 |
+
#: inc/admin/admin.php:2913
|
4502 |
+
msgid "<p>Customize SEOPress to fit your needs.</p>"
|
4503 |
+
msgstr "<P> سفارشی کردن SEOPress به تناسب نیازهای شما </ p>"
|
4504 |
+
|
4505 |
+
#: inc/admin/admin.php:2917
|
4506 |
+
msgid "<p>Manage security.</p>"
|
4507 |
+
msgstr "<p> مدیریت امنیت </ p>"
|
4508 |
+
|
4509 |
+
#: inc/admin/admin.php:2930
|
4510 |
+
msgid "Enter your separator, eg: \"-\""
|
4511 |
+
msgstr "جداکننده خود را وارد کنید، به عنوان مثال: \\ \"- \""
|
4512 |
+
|
4513 |
+
#: inc/admin/admin.php:2934
|
4514 |
+
#, php-format
|
4515 |
+
msgid "Use this separator with %%sep%% in your title and meta description."
|
4516 |
+
msgstr "با استفاده از این جداکننده با %% sep %% در عنوان و توضیحات متا."
|
4517 |
+
|
4518 |
+
#: inc/admin/admin.php:2940
|
4519 |
+
msgid "My awesome website"
|
4520 |
+
msgstr "وب سایت عالی من"
|
4521 |
+
|
4522 |
+
#: inc/admin/admin.php:2946 inc/admin/admin.php:2957 inc/admin/admin.php:3051
|
4523 |
+
#: inc/admin/admin.php:3241 inc/admin/admin.php:3274 inc/admin/admin.php:3364
|
4524 |
+
#: inc/admin/admin.php:3441 inc/admin/admin.php:3512 inc/admin/admin.php:3582
|
4525 |
+
#: inc/admin/admin.php:3633
|
4526 |
+
msgid "More tags"
|
4527 |
+
msgstr "برچسبهای بیشتر"
|
4528 |
+
|
4529 |
+
#: inc/admin/admin.php:2952
|
4530 |
+
msgid "This is a cool website about Wookiees"
|
4531 |
+
msgstr "این یک وب سایت خنک در مورد Wookiees است"
|
4532 |
+
|
4533 |
+
#: inc/admin/admin.php:2960
|
4534 |
+
msgid "Looking to edit your blog page?"
|
4535 |
+
msgstr "به دنبال ویرایش صفحه وبلاگ خود هستید؟"
|
4536 |
+
|
4537 |
+
#: inc/admin/admin.php:2985 inc/admin/admin.php:2989 inc/admin/admin.php:2991
|
4538 |
+
#: inc/admin/admin.php:2996
|
4539 |
+
msgid "Click to hide any SEO metaboxes for this post type"
|
4540 |
+
msgstr ""
|
4541 |
+
|
4542 |
+
#: inc/admin/admin.php:2988 inc/admin/admin.php:2992 inc/admin/admin.php:2995
|
4543 |
+
msgid "Click to display any SEO metaboxes for this post type"
|
4544 |
+
msgstr ""
|
4545 |
+
|
4546 |
+
#: inc/admin/admin.php:3020 inc/admin/admin.php:3207 inc/admin/admin.php:3336
|
4547 |
+
#: inc/admin/admin.php:3429 inc/admin/admin.php:3500 inc/admin/admin.php:3570
|
4548 |
+
#: inc/admin/admin.php:3623
|
4549 |
+
msgid "Title template"
|
4550 |
+
msgstr "قالب عنوان"
|
4551 |
+
|
4552 |
+
#: inc/admin/admin.php:3058 inc/admin/admin.php:3250 inc/admin/admin.php:3371
|
4553 |
+
#: inc/admin/admin.php:3447 inc/admin/admin.php:3518 inc/admin/admin.php:3588
|
4554 |
+
#: inc/admin/admin.php:3638
|
4555 |
+
msgid "Meta description template"
|
4556 |
+
msgstr "قالب توضیحات متا"
|
4557 |
+
|
4558 |
+
#: inc/admin/admin.php:3081
|
4559 |
+
msgid ""
|
4560 |
+
"Do not display this single post type in search engine results "
|
4561 |
+
"<strong>(noindex)</strong>"
|
4562 |
+
msgstr ""
|
4563 |
+
"این نوع پست پست را در نتایج جستجوی موتور <strong> (noindex) </ strong> نمایش "
|
4564 |
+
"ندهید"
|
4565 |
+
|
4566 |
+
#: inc/admin/admin.php:3100
|
4567 |
+
msgid ""
|
4568 |
+
"Do not follow links for this single post type <strong>(nofollow)</strong>"
|
4569 |
+
msgstr ""
|
4570 |
+
"پیوندهای مربوط به این نوع پست تنها <strong> (nofollow) </ strong> را دنبال "
|
4571 |
+
"نکنید"
|
4572 |
+
|
4573 |
+
#: inc/admin/admin.php:3119
|
4574 |
+
msgid "Display date in Google search results?"
|
4575 |
+
msgstr "نمایش تاریخ در نتایج جستجوی Google؟"
|
4576 |
+
|
4577 |
+
#: inc/admin/admin.php:3138
|
4578 |
+
#, fuzzy
|
4579 |
+
#| msgid "Display date in Google search results?"
|
4580 |
+
msgid "Display post thumbnail in Google Custom Search results?"
|
4581 |
+
msgstr "نمایش تاریخ در نتایج جستجوی Google؟"
|
4582 |
+
|
4583 |
+
#: inc/admin/admin.php:3170 inc/admin/admin.php:3174 inc/admin/admin.php:3176
|
4584 |
+
#: inc/admin/admin.php:3181
|
4585 |
+
msgid "Click to hide any SEO metaboxes for this taxonomy"
|
4586 |
+
msgstr ""
|
4587 |
+
|
4588 |
+
#: inc/admin/admin.php:3173 inc/admin/admin.php:3177 inc/admin/admin.php:3180
|
4589 |
+
msgid "Click to display any SEO metaboxes for this taxonomy"
|
4590 |
+
msgstr ""
|
4591 |
+
|
4592 |
+
#: inc/admin/admin.php:3230
|
4593 |
+
msgid "Category Title"
|
4594 |
+
msgstr "عنوان رده"
|
4595 |
+
|
4596 |
+
#: inc/admin/admin.php:3232
|
4597 |
+
msgid "Tag Title"
|
4598 |
+
msgstr "عنوان برچسب"
|
4599 |
+
|
4600 |
+
#: inc/admin/admin.php:3234
|
4601 |
+
msgid "Term Title"
|
4602 |
+
msgstr "عنوان ترم"
|
4603 |
+
|
4604 |
+
#: inc/admin/admin.php:3267
|
4605 |
+
msgid "Category Description"
|
4606 |
+
msgstr "شرح رده"
|
4607 |
+
|
4608 |
+
#: inc/admin/admin.php:3269
|
4609 |
+
msgid "Tag Description"
|
4610 |
+
msgstr "توضیحات برچسب"
|
4611 |
+
|
4612 |
+
#: inc/admin/admin.php:3271
|
4613 |
+
msgid "Term Description"
|
4614 |
+
msgstr "شرح دوره"
|
4615 |
+
|
4616 |
+
#: inc/admin/admin.php:3289
|
4617 |
+
msgid ""
|
4618 |
+
"Do not display this taxonomy archive in search engine results "
|
4619 |
+
"<strong>(noindex)</strong>"
|
4620 |
+
msgstr ""
|
4621 |
+
"این بایگانی طبقه بندی را در نتایج جستجوی موتور <strong> (noindex) </ strong> "
|
4622 |
+
"نمایش ندهید"
|
4623 |
+
|
4624 |
+
#: inc/admin/admin.php:3308
|
4625 |
+
msgid ""
|
4626 |
+
"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
|
4627 |
+
msgstr ""
|
4628 |
+
"پیوندهای این بایگانی طبقه بندی <strong> (nofollow) </ strong> را دنبال نکنید"
|
4629 |
+
|
4630 |
+
#: inc/admin/admin.php:3328
|
4631 |
+
msgid "See archive"
|
4632 |
+
msgstr "آرشیو را ببینید"
|
4633 |
+
|
4634 |
+
#: inc/admin/admin.php:3358
|
4635 |
+
msgid "Post Type Archive Name"
|
4636 |
+
msgstr "نام نوع بایگانی نوع"
|
4637 |
+
|
4638 |
+
#: inc/admin/admin.php:3394
|
4639 |
+
msgid ""
|
4640 |
+
"Do not display this post type archive in search engine results "
|
4641 |
+
"<strong>(noindex)</strong>"
|
4642 |
+
msgstr ""
|
4643 |
+
"این آرشیو نوع پست را در نتایج جستجوی موتور <strong> (noindex) </ strong> "
|
4644 |
+
"نمایش ندهید"
|
4645 |
+
|
4646 |
+
#: inc/admin/admin.php:3413
|
4647 |
+
msgid ""
|
4648 |
+
"Do not follow links for this post type archive <strong>(nofollow)</strong>"
|
4649 |
+
msgstr ""
|
4650 |
+
"لینک های این آرشیو نوع پست را دنبال نکنید <strong> (nofollow) </ strong>"
|
4651 |
+
|
4652 |
+
#: inc/admin/admin.php:3427
|
4653 |
+
msgid "Author archives"
|
4654 |
+
msgstr "بایگانی نویسنده"
|
4655 |
+
|
4656 |
+
#: inc/admin/admin.php:3489
|
4657 |
+
msgid "Disable author archives"
|
4658 |
+
msgstr "بایگانی نویسنده را غیرفعال کنید"
|
4659 |
+
|
4660 |
+
#: inc/admin/admin.php:3498 inc/admin/admin.php:3509
|
4661 |
+
msgid "Date archives"
|
4662 |
+
msgstr "بایگانی تاریخ"
|
4663 |
+
|
4664 |
+
#: inc/admin/admin.php:3541
|
4665 |
+
msgid ""
|
4666 |
+
"Do not display date archives in search engine results <strong>(noindex)</"
|
4667 |
+
"strong>"
|
4668 |
+
msgstr "در <strong> (noindex) </ strong> بایگانی تاریخ را نمایش ندهید"
|
4669 |
+
|
4670 |
+
#: inc/admin/admin.php:3559
|
4671 |
+
msgid "Disable date archives"
|
4672 |
+
msgstr "بایگانی تاریخ را غیرفعال کنید"
|
4673 |
+
|
4674 |
+
#: inc/admin/admin.php:3568
|
4675 |
+
msgid "Search archives"
|
4676 |
+
msgstr "بایگانی جستجو"
|
4677 |
+
|
4678 |
+
#: inc/admin/admin.php:3579
|
4679 |
+
msgid "Search Keywords"
|
4680 |
+
msgstr "جستجو کلمات کلیدی"
|
4681 |
+
|
4682 |
+
#: inc/admin/admin.php:3612
|
4683 |
+
msgid ""
|
4684 |
+
"Do not display search archives in search engine results <strong>(noindex)</"
|
4685 |
+
"strong>"
|
4686 |
+
msgstr ""
|
4687 |
+
"بایگانی جستجو در نتایج موتورهای جستجو <strong> (noindex) </ strong> نمایش "
|
4688 |
+
"ندهید"
|
4689 |
+
|
4690 |
+
#: inc/admin/admin.php:3621
|
4691 |
+
msgid "404 archives"
|
4692 |
+
msgstr "آرشیو 404"
|
4693 |
+
|
4694 |
+
#: inc/admin/admin.php:3664
|
4695 |
+
msgid ""
|
4696 |
+
"Do not display all pages of the site in Google search results and do not "
|
4697 |
+
"display \"Cached\" links in search results."
|
4698 |
+
msgstr ""
|
4699 |
+
"تمام صفحات سایت را در نتایج جستجوی Google نمایش ندهید و لینک های \\ \"Cached "
|
4700 |
+
"\" را در نتایج جستجو نمایش ندهید."
|
4701 |
+
|
4702 |
+
#: inc/admin/admin.php:3683
|
4703 |
+
msgid "Do not follow links for all pages."
|
4704 |
+
msgstr "پیوندها را برای همه صفحات دنبال نکنید."
|
4705 |
+
|
4706 |
+
#: inc/admin/admin.php:3702
|
4707 |
+
msgid ""
|
4708 |
+
"Do not use Open Directory project metadata for titles or excerpts for all "
|
4709 |
+
"pages."
|
4710 |
+
msgstr ""
|
4711 |
+
"از متادیتای پروژه Open Directory برای عناوین یا گزیده ها برای همه صفحات "
|
4712 |
+
"استفاده نکنید."
|
4713 |
+
|
4714 |
+
#: inc/admin/admin.php:3721
|
4715 |
+
msgid "Do not index images from the entire site."
|
4716 |
+
msgstr "تصاویر را از کل سایت نمایش ندهید."
|
4717 |
+
|
4718 |
+
#: inc/admin/admin.php:3740
|
4719 |
+
msgid "Do not display a \"Cached\" link in the Google search results."
|
4720 |
+
msgstr "پیوند \\ \"Cached \" را در نتایج جستجوی Google نمایش ندهید."
|
4721 |
+
|
4722 |
+
#: inc/admin/admin.php:3759
|
4723 |
+
msgid "Do not display a description in the Google search results for all pages."
|
4724 |
+
msgstr "توضیحات را در نتایج جستجوی Google برای همه صفحات نمایش ندهید."
|
4725 |
+
|
4726 |
+
#: inc/admin/admin.php:3778
|
4727 |
+
#, fuzzy
|
4728 |
+
#| msgid "Prevent Google to display a sitelinks searchbox in search results."
|
4729 |
+
msgid ""
|
4730 |
+
"Prevents Google to display a sitelinks searchbox in search results. Enable "
|
4731 |
+
"this option will remove the \"Website\" schema from your source code."
|
4732 |
+
msgstr "جلوگیری از نمایش گوگل جعبه جستجو در سایت های سایت در نتایج جستجو"
|
4733 |
+
|
4734 |
+
#: inc/admin/admin.php:3795
|
4735 |
+
msgid "Add rel next/prev link in head of paginated archive pages"
|
4736 |
+
msgstr "پیوند بعدی / پیشین را در سر صفحه صفحات بایگانی پیوند قرار دهید"
|
4737 |
+
|
4738 |
+
#: inc/admin/admin.php:3797
|
4739 |
+
msgid "Learn more on Google website"
|
4740 |
+
msgstr "درباره وب سایت Google بیشتر بیاموزید"
|
4741 |
+
|
4742 |
+
#: inc/admin/admin.php:3824
|
4743 |
+
msgid "Guide to enable XML Sitemaps - new window"
|
4744 |
+
msgstr "راهنمای فعال سازی XML Sitemaps - پنجره جدید"
|
4745 |
+
|
4746 |
+
#: inc/admin/admin.php:3841
|
4747 |
+
msgid ""
|
4748 |
+
"Enable Image Sitemaps (standard images, image galleries, featured image, "
|
4749 |
+
"WooCommerce product images)"
|
4750 |
+
msgstr ""
|
4751 |
+
"فعال کردن Sitemaps تصویر (تصاویر استاندارد، گالری تصاویر، تصویر برجسته، "
|
4752 |
+
"تصاویر محصول WooCommerce)"
|
4753 |
+
|
4754 |
+
#: inc/admin/admin.php:3843
|
4755 |
+
msgid "Images in XML sitemaps are visible only from the source code."
|
4756 |
+
msgstr "تصاویر در XML فایل های سایت فقط از کد منبع قابل مشاهده هستند."
|
4757 |
+
|
4758 |
+
#: inc/admin/admin.php:3853
|
4759 |
+
msgid "Guide to enable XML image sitemaps - new window"
|
4760 |
+
msgstr "راهنمای فعال کردن نقشه های XML تصویر - پنجره جدید"
|
4761 |
+
|
4762 |
+
#: inc/admin/admin.php:3871
|
4763 |
+
msgid "Enable Video Sitemaps"
|
4764 |
+
msgstr "فعال کردن Sitemaps ویدیو"
|
4765 |
+
|
4766 |
+
#: inc/admin/admin.php:3881
|
4767 |
+
#, php-format
|
4768 |
+
msgid ""
|
4769 |
+
"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
|
4770 |
+
"\" target=\"_blank\">adding videos to your sitemap.</a>"
|
4771 |
+
msgstr ""
|
4772 |
+
"نقشه سایت ویدیویی شما خالی است؟ برای کسب اطلاعات بیشتر در مورد <a href=\" %s "
|
4773 |
+
"\" target=\"_blank\"> اضافه کردن ویدیو به نقشه سایت خود، راهنمای ما را "
|
4774 |
+
"بخوانید. </a>"
|
4775 |
+
|
4776 |
+
#: inc/admin/admin.php:3883
|
4777 |
+
msgid "Guide to enable XML video sitemaps - new window"
|
4778 |
+
msgstr "راهنمای فعال کردن سایت های ویدئویی XML - پنجره جدید"
|
4779 |
+
|
4780 |
+
#: inc/admin/admin.php:3903
|
4781 |
+
msgid ""
|
4782 |
+
"Make sure to enable author archive from SEO, titles and metas, archives tab.</"
|
4783 |
+
"a>"
|
4784 |
+
msgstr ""
|
4785 |
+
|
4786 |
+
#: inc/admin/admin.php:3970 inc/admin/admin.php:4014
|
4787 |
+
msgid "Include"
|
4788 |
+
msgstr "عبارتند از"
|
4789 |
+
|
4790 |
+
#: inc/admin/admin.php:3973
|
4791 |
+
msgid ""
|
4792 |
+
"You should never include attachment post type in your sitemap. Be careful if "
|
4793 |
+
"you checked this."
|
4794 |
+
msgstr ""
|
4795 |
+
|
4796 |
+
#: inc/admin/admin.php:4029
|
4797 |
+
msgid "eg: 2, 28, 68"
|
4798 |
+
msgstr "به عنوان مثال: 2، 28، 68"
|
4799 |
+
|
4800 |
+
#: inc/admin/admin.php:4033
|
4801 |
+
msgid "You can also use this shortcode:"
|
4802 |
+
msgstr "شما همچنین می توانید از این کد کوتاه استفاده کنید:"
|
4803 |
+
|
4804 |
+
#: inc/admin/admin.php:4043
|
4805 |
+
msgid "eg: 13, 8, 38"
|
4806 |
+
msgstr "به عنوان مثال: 13، 8، 38"
|
4807 |
+
|
4808 |
+
#: inc/admin/admin.php:4057
|
4809 |
+
msgid "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
|
4810 |
+
msgstr "DESC (ترتیب نزولی از بالاترین به پایین ترین مقادیر (3، 2، 1، c، b، a))"
|
4811 |
+
|
4812 |
+
#: inc/admin/admin.php:4060
|
4813 |
+
msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
|
4814 |
+
msgstr "ASC (ترتیب صعودی از کمترین به بالاترین مقدار (1، 2، 3، a، b، c))"
|
4815 |
+
|
4816 |
+
#: inc/admin/admin.php:4077
|
4817 |
+
msgid "Default (date)"
|
4818 |
+
msgstr "پیش فرض (تاریخ)"
|
4819 |
+
|
4820 |
+
#: inc/admin/admin.php:4083
|
4821 |
+
msgid "Modified date"
|
4822 |
+
msgstr "تاریخ اصلاح شده"
|
4823 |
+
|
4824 |
+
#: inc/admin/admin.php:4086
|
4825 |
+
msgid "Post ID"
|
4826 |
+
msgstr "شناسه پست"
|
4827 |
+
|
4828 |
+
#: inc/admin/admin.php:4089
|
4829 |
+
#, fuzzy
|
4830 |
+
#| msgid "Sort order"
|
4831 |
+
msgid "Menu order"
|
4832 |
+
msgstr "ترتیب مرتب سازی"
|
4833 |
+
|
4834 |
+
#: inc/admin/admin.php:4107
|
4835 |
+
msgid "Disable date after each post, page, post type?"
|
4836 |
+
msgstr "تاریخ را پس از هر پست، صفحه، نوع پست غیرفعال کنید؟"
|
4837 |
+
|
4838 |
+
#: inc/admin/admin.php:4142
|
4839 |
+
#, fuzzy
|
4840 |
+
#| msgid "SEOPress"
|
4841 |
+
msgid "eg: SEOPress"
|
4842 |
+
msgstr "سئو پرس"
|
4843 |
+
|
4844 |
+
#: inc/admin/admin.php:4155
|
4845 |
+
msgid "Select your logo"
|
4846 |
+
msgstr "آرم خود را انتخاب کنید"
|
4847 |
+
|
4848 |
+
#: inc/admin/admin.php:4159
|
4849 |
+
#, fuzzy
|
4850 |
+
#| msgid "JPG, PNG or GIF allowed."
|
4851 |
+
msgid "JPG, PNG, and GIF allowed."
|
4852 |
+
msgstr "JPG، PNG یا GIF مجاز است."
|
4853 |
+
|
4854 |
+
#: inc/admin/admin.php:4185
|
4855 |
+
msgid "eg: +33123456789 (internationalized version required)"
|
4856 |
+
msgstr "به عنوان مثال: +33123456789 (نسخه بین المللی مورد نیاز)"
|
4857 |
+
|
4858 |
+
#: inc/admin/admin.php:4200
|
4859 |
+
msgid "Customer support"
|
4860 |
+
msgstr "پشتیبانی مشتری"
|
4861 |
+
|
4862 |
+
#: inc/admin/admin.php:4203
|
4863 |
+
msgid "Technical support"
|
4864 |
+
msgstr "پشتیبانی فنی"
|
4865 |
+
|
4866 |
+
#: inc/admin/admin.php:4206
|
4867 |
+
msgid "Billing support"
|
4868 |
+
msgstr "پشتیبانی از صورتحساب"
|
4869 |
+
|
4870 |
+
#: inc/admin/admin.php:4209
|
4871 |
+
msgid "Bill payment"
|
4872 |
+
msgstr "پرداخت قبض"
|
4873 |
+
|
4874 |
+
#: inc/admin/admin.php:4212
|
4875 |
+
msgid "Sales"
|
4876 |
+
msgstr "حراجی"
|
4877 |
+
|
4878 |
+
#: inc/admin/admin.php:4215
|
4879 |
+
msgid "Credit card support"
|
4880 |
+
msgstr "پشتیبانی کارت اعتباری"
|
4881 |
+
|
4882 |
+
#: inc/admin/admin.php:4218
|
4883 |
+
msgid "Emergency"
|
4884 |
+
msgstr "اضطراری"
|
4885 |
+
|
4886 |
+
#: inc/admin/admin.php:4221
|
4887 |
+
msgid "Baggage tracking"
|
4888 |
+
msgstr "ردیابی رجیستری"
|
4889 |
+
|
4890 |
+
#: inc/admin/admin.php:4224
|
4891 |
+
msgid "Roadside assistance"
|
4892 |
+
msgstr "امداد جاده ای"
|
4893 |
+
|
4894 |
+
#: inc/admin/admin.php:4227
|
4895 |
+
msgid "Package tracking"
|
4896 |
+
msgstr "ردیابی بسته"
|
4897 |
+
|
4898 |
+
#: inc/admin/admin.php:4244 inc/admin/admin.php:5065 inc/admin/admin.php:5142
|
4899 |
+
#: inc/admin/admin.php:5219 inc/admin/admin.php:5296 inc/admin/admin.php:5373
|
4900 |
+
msgid "None"
|
4901 |
+
msgstr "هیچ کدام"
|
4902 |
+
|
4903 |
+
#: inc/admin/admin.php:4247
|
4904 |
+
msgid "Toll Free"
|
4905 |
+
msgstr "رایگان رایگان"
|
4906 |
+
|
4907 |
+
#: inc/admin/admin.php:4250
|
4908 |
+
msgid "Hearing impaired supported"
|
4909 |
+
msgstr "شنوایی ضعیف پشتیبانی شده است"
|
4910 |
+
|
4911 |
+
#: inc/admin/admin.php:4276
|
4912 |
+
msgid "Twitter Page URL"
|
4913 |
+
msgstr "URL توییتر"
|
4914 |
+
|
4915 |
+
#: inc/admin/admin.php:4377
|
4916 |
+
msgid "Enable OG data"
|
4917 |
+
msgstr "فعال کردن داده های OG"
|
4918 |
+
|
4919 |
+
#: inc/admin/admin.php:4413
|
4920 |
+
msgid ""
|
4921 |
+
"Override every <strong>og:image</strong> tag with this default image (except "
|
4922 |
+
"if a custom og:image has already been set from the SEO metabox)."
|
4923 |
+
msgstr ""
|
4924 |
+
|
4925 |
+
#: inc/admin/admin.php:4415
|
4926 |
+
msgid "This setting doesn‘t apply for the homepage."
|
4927 |
+
msgstr ""
|
4928 |
+
|
4929 |
+
#: inc/admin/admin.php:4429
|
4930 |
+
msgid ""
|
4931 |
+
"One or more Facebook Page IDs that are associated with a URL in order to "
|
4932 |
+
"enable link editing and instant article publishing."
|
4933 |
+
msgstr ""
|
4934 |
+
"یک یا چند شناسه صفحات فیس بوک که با یک URL مرتبط شده اند، برای فعال کردن "
|
4935 |
+
"ویرایش لینک و انتشار مقاله های فوری."
|
4936 |
+
|
4937 |
+
#: inc/admin/admin.php:4433
|
4938 |
+
#, fuzzy
|
4939 |
+
#| msgid "How to create a Facebook App ID"
|
4940 |
+
msgid "How do I find my Facebook Page ID?"
|
4941 |
+
msgstr "چگونه برای ایجاد شناسه برنامه فیس بوک"
|
4942 |
+
|
4943 |
+
#: inc/admin/admin.php:4443
|
4944 |
+
msgid ""
|
4945 |
+
"The ID (or comma-separated list for properties that can accept multiple IDs) "
|
4946 |
+
"of an app, person using the app, or Page Graph API object."
|
4947 |
+
msgstr ""
|
4948 |
+
"شناسه (یا لیست جدا شده توسط کاما برای خواصهایی که میتوانند چندین شناسه را "
|
4949 |
+
"قبول کنند) یک برنامه، شخص با استفاده از برنامه، یا شیء API Page Graph."
|
4950 |
+
|
4951 |
+
#: inc/admin/admin.php:4455
|
4952 |
+
msgid ""
|
4953 |
+
"The Facebook app ID of the site's app. In order to use Facebook Insights you "
|
4954 |
+
"must add the app ID to your page. Insights lets you view analytics for "
|
4955 |
+
"traffic to your site from Facebook. Find the app ID in your App Dashboard. <a "
|
4956 |
+
"href=\"https://developers.facebook.com/apps/redirect/dashboard\" target="
|
4957 |
+
"\"_blank\">More info here</a> <span class=\"dashicons dashicons-external\"></"
|
4958 |
+
"span>"
|
4959 |
+
msgstr ""
|
4960 |
+
"شناسه برنامه فیس بوک برنامه سایت. برای استفاده از فیس بوک بینش شما باید شناسه "
|
4961 |
+
"برنامه را به صفحه خود اضافه کنید. Insights به شما اجازه می دهد تجزیه و تحلیل "
|
4962 |
+
"ترافیک را به سایت خود از فیس بوک مشاهده کنید. شناسه برنامه را در داشبورد "
|
4963 |
+
"برنامه خود پیدا کنید. <a href=\"https://developers.facebook.com/apps/redirect/"
|
4964 |
+
"dashboard\" target=\"_blank\"> اطلاعات بیشتر اینجا </a> <span class = \\ "
|
4965 |
+
"\"dashicons dashicons-external \" > </ span>"
|
4966 |
+
|
4967 |
+
#: inc/admin/admin.php:4459
|
4968 |
+
msgid "How to create a Facebook App ID"
|
4969 |
+
msgstr "چگونه برای ایجاد شناسه برنامه فیس بوک"
|
4970 |
+
|
4971 |
+
#: inc/admin/admin.php:4472
|
4972 |
+
msgid "Enable Twitter card"
|
4973 |
+
msgstr "فعال کردن کارت توییتر"
|
4974 |
+
|
4975 |
+
#: inc/admin/admin.php:4489
|
4976 |
+
msgid "Use OG if no Twitter Cards"
|
4977 |
+
msgstr "اگر کارت توییتر ندارید از OG استفاده کنید"
|
4978 |
+
|
4979 |
+
#: inc/admin/admin.php:4524
|
4980 |
+
msgid "Default"
|
4981 |
+
msgstr "پیش فرض"
|
4982 |
+
|
4983 |
+
#: inc/admin/admin.php:4527
|
4984 |
+
msgid "Large"
|
4985 |
+
msgstr "بزرگ"
|
4986 |
+
|
4987 |
+
#: inc/admin/admin.php:4545
|
4988 |
+
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
4989 |
+
msgstr "Google Analytics Tracking را فعال کنید (برچسب گوگل: gtag.js)"
|
4990 |
+
|
4991 |
+
#: inc/admin/admin.php:4557
|
4992 |
+
msgid "Enter your Tracking ID (UA-XXXX-XX)"
|
4993 |
+
msgstr "شناسه پیگیری (UA-XXXX-XX) را وارد کنید"
|
4994 |
+
|
4995 |
+
#: inc/admin/admin.php:4561
|
4996 |
+
msgid "Find your tracking ID"
|
4997 |
+
msgstr "شناسه ردیابی خود را پیدا کنید"
|
4998 |
+
|
4999 |
+
#: inc/admin/admin.php:4575
|
5000 |
+
msgid "Request user's consent for analytics tracking (required by GDPR)"
|
5001 |
+
msgstr "درخواست رضایت کاربر برای ردیابی تجزیه و تحلیل (مورد نیاز توسط GDPR)"
|
5002 |
+
|
5003 |
+
#: inc/admin/admin.php:4577
|
5004 |
+
msgid ""
|
5005 |
+
"<strong>The user must click the Accept button to allow tracking.</strong>"
|
5006 |
+
msgstr ""
|
5007 |
+
|
5008 |
+
#: inc/admin/admin.php:4579
|
5009 |
+
msgid ""
|
5010 |
+
"User roles excluded from tracking will not see the consent message.<br> If "
|
5011 |
+
"you use a caching plugin, you have to exclude this JS file in your settings: "
|
5012 |
+
"<br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax."
|
5013 |
+
"js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
|
5014 |
+
msgstr ""
|
5015 |
+
"نقش های کاربر از ردیابی حذف شده رونوشت را نمی بیند. <br> اگر از پلاگین ذخیره "
|
5016 |
+
"سازی استفاده می کنید، باید این فایل JS را در تنظیمات خود حذف کنید: <br> "
|
5017 |
+
"<strong> / wp-content / plugins / wp-seopress / assets / js / seopress-"
|
5018 |
+
"cookies-ajax.js </ strong> <br> و این کوکی <strong> seopress-user-consent-"
|
5019 |
+
"accept </ strong>"
|
5020 |
+
|
5021 |
+
#: inc/admin/admin.php:4589
|
5022 |
+
msgid "Hook to add custom tracking code with user consent - new window"
|
5023 |
+
msgstr "Hook برای اضافه کردن کد ردیابی سفارشی با رضایت کاربر - پنجره جدید"
|
5024 |
+
|
5025 |
+
#: inc/admin/admin.php:4606
|
5026 |
+
msgid ""
|
5027 |
+
"Display and automatically accept the user‘s consent on page load (not fully "
|
5028 |
+
"GDPR)"
|
5029 |
+
msgstr ""
|
5030 |
+
|
5031 |
+
#: inc/admin/admin.php:4608
|
5032 |
+
msgid "The previous option must be checked to use this."
|
5033 |
+
msgstr ""
|
5034 |
+
|
5035 |
+
#: inc/admin/admin.php:4621
|
5036 |
+
msgid "Enter your message (HTML allowed)"
|
5037 |
+
msgstr "پیام خود را وارد کنید (اجازه HTML)"
|
5038 |
+
|
5039 |
+
#: inc/admin/admin.php:4621
|
5040 |
+
msgid "This message will only appear if request user's consent is enabled."
|
5041 |
+
msgstr ""
|
5042 |
+
"این پیام تنها در صورتی نشان داده میشود که رضایت کاربر درخواست شود فعال باشد."
|
5043 |
+
|
5044 |
+
#: inc/admin/admin.php:4632
|
5045 |
+
msgid "Hook to filter user consent message - new window"
|
5046 |
+
msgstr "هوک برای فیلتر کردن رضایت کاربر پیام - پنجره جدید"
|
5047 |
+
|
5048 |
+
#: inc/admin/admin.php:4634
|
5049 |
+
#, fuzzy
|
5050 |
+
#| msgid "HTML tags allowed: strong, em, br, a href"
|
5051 |
+
msgid "HTML tags allowed: strong, em, br, a href / target"
|
5052 |
+
msgstr "برچسب های HTML مجاز: strong، em، br، href"
|
5053 |
+
|
5054 |
+
#: inc/admin/admin.php:4635
|
5055 |
+
msgid ""
|
5056 |
+
"Shortcode allowed to get the privacy page set in WordPress settings: "
|
5057 |
+
"[seopress_privacy_page]"
|
5058 |
+
msgstr ""
|
5059 |
+
|
5060 |
+
#: inc/admin/admin.php:4643 inc/functions/options-google-analytics.php:182
|
5061 |
+
msgid "Accept"
|
5062 |
+
msgstr "تایید کنید"
|
5063 |
+
|
5064 |
+
#: inc/admin/admin.php:4643
|
5065 |
+
msgid "Change the button value"
|
5066 |
+
msgstr "مقدار دکمه را تغییر دهید"
|
5067 |
+
|
5068 |
+
#: inc/admin/admin.php:4653
|
5069 |
+
#, fuzzy
|
5070 |
+
#| msgid "Default"
|
5071 |
+
msgid "default: X"
|
5072 |
+
msgstr "پیش فرض"
|
5073 |
+
|
5074 |
+
#: inc/admin/admin.php:4653
|
5075 |
+
#, fuzzy
|
5076 |
+
#| msgid "Change the button value"
|
5077 |
+
msgid "Change the close button value"
|
5078 |
+
msgstr "مقدار دکمه را تغییر دهید"
|
5079 |
+
|
5080 |
+
#: inc/admin/admin.php:4667
|
5081 |
+
msgid "Bottom (default)"
|
5082 |
+
msgstr ""
|
5083 |
+
|
5084 |
+
#: inc/admin/admin.php:4670
|
5085 |
+
msgid "Top"
|
5086 |
+
msgstr ""
|
5087 |
+
|
5088 |
+
#: inc/admin/admin.php:4683
|
5089 |
+
msgid "Change the color of the cookie bar background"
|
5090 |
+
msgstr ""
|
5091 |
+
|
5092 |
+
#: inc/admin/admin.php:4693
|
5093 |
+
msgid "Change the color of the cookie bar text"
|
5094 |
+
msgstr ""
|
5095 |
+
|
5096 |
+
#: inc/admin/admin.php:4703
|
5097 |
+
msgid "Change the color of the cookie bar link"
|
5098 |
+
msgstr ""
|
5099 |
+
|
5100 |
+
#: inc/admin/admin.php:4713
|
5101 |
+
msgid "Change the color of the cookie bar button background"
|
5102 |
+
msgstr ""
|
5103 |
+
|
5104 |
+
#: inc/admin/admin.php:4723
|
5105 |
+
msgid "Change the color of the cookie bar button hover background"
|
5106 |
+
msgstr ""
|
5107 |
+
|
5108 |
+
#: inc/admin/admin.php:4733
|
5109 |
+
msgid "Change the color of the cookie bar button"
|
5110 |
+
msgstr ""
|
5111 |
+
|
5112 |
+
#: inc/admin/admin.php:4743
|
5113 |
+
msgid "Change the color of the cookie bar button hover"
|
5114 |
+
msgstr ""
|
5115 |
+
|
5116 |
+
#: inc/admin/admin.php:4753
|
5117 |
+
msgid "Change the color of the cookie bar secondary button background"
|
5118 |
+
msgstr ""
|
5119 |
+
|
5120 |
+
#: inc/admin/admin.php:4763
|
5121 |
+
msgid "Change the color of the cookie bar secondary button hover background"
|
5122 |
+
msgstr ""
|
5123 |
+
|
5124 |
+
#: inc/admin/admin.php:4773
|
5125 |
+
msgid "Change the color of the cookie bar secondary button"
|
5126 |
+
msgstr ""
|
5127 |
+
|
5128 |
+
#: inc/admin/admin.php:4783
|
5129 |
+
msgid "Change the color of the cookie bar secondary button hover"
|
5130 |
+
msgstr ""
|
5131 |
+
|
5132 |
+
#: inc/admin/admin.php:4818
|
5133 |
+
msgid "Enter your Google Optimize container ID"
|
5134 |
+
msgstr ""
|
5135 |
+
|
5136 |
+
#: inc/admin/admin.php:4818
|
5137 |
+
msgid "GTM-XXXXXXX"
|
5138 |
+
msgstr ""
|
5139 |
+
|
5140 |
+
#: inc/admin/admin.php:4821
|
5141 |
+
msgid ""
|
5142 |
+
"Google Optimize offers A/B testing, website testing & personalization tools."
|
5143 |
+
msgstr ""
|
5144 |
+
|
5145 |
+
#: inc/admin/admin.php:4829
|
5146 |
+
msgid "Enter your Google Ads conversion ID (eg: AW-123456789)"
|
5147 |
+
msgstr ""
|
5148 |
+
|
5149 |
+
#: inc/admin/admin.php:4829
|
5150 |
+
msgid "AW-XXXXXXXXX"
|
5151 |
+
msgstr ""
|
5152 |
+
|
5153 |
+
#: inc/admin/admin.php:4838
|
5154 |
+
#, fuzzy
|
5155 |
+
#| msgid "Enter your tracking ID"
|
5156 |
+
msgid "Paste your tracking code here like Google Tag Manager (head)"
|
5157 |
+
msgstr "شناسه ردیابی خود را وارد کنید"
|
5158 |
+
|
5159 |
+
#: inc/admin/admin.php:4838
|
5160 |
+
msgid "Additional tracking code field"
|
5161 |
+
msgstr ""
|
5162 |
+
|
5163 |
+
#: inc/admin/admin.php:4841
|
5164 |
+
msgid "This code will be added in the head section of your page."
|
5165 |
+
msgstr ""
|
5166 |
+
|
5167 |
+
#: inc/admin/admin.php:4849
|
5168 |
+
#, fuzzy
|
5169 |
+
#| msgid "Enter your tracking ID"
|
5170 |
+
msgid "Paste your tracking code here like Google Tag Manager (body)"
|
5171 |
+
msgstr "شناسه ردیابی خود را وارد کنید"
|
5172 |
+
|
5173 |
+
#: inc/admin/admin.php:4849
|
5174 |
+
msgid "Additional tracking code field added to body"
|
5175 |
+
msgstr ""
|
5176 |
+
|
5177 |
+
#: inc/admin/admin.php:4852
|
5178 |
+
msgid "This code will be added just after the opening body tag of your page."
|
5179 |
+
msgstr ""
|
5180 |
+
|
5181 |
+
#: inc/admin/admin.php:4853
|
5182 |
+
msgid ""
|
5183 |
+
"You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> "
|
5184 |
+
"just after the opening body tag in your theme."
|
5185 |
+
msgstr ""
|
5186 |
+
|
5187 |
+
#: inc/admin/admin.php:4871
|
5188 |
+
#, fuzzy
|
5189 |
+
#| msgid "Enter your tracking ID"
|
5190 |
+
msgid "Paste your tracking code here (body footer)"
|
5191 |
+
msgstr "شناسه ردیابی خود را وارد کنید"
|
5192 |
+
|
5193 |
+
#: inc/admin/admin.php:4871
|
5194 |
+
msgid "Additional tracking code field added to body footer"
|
5195 |
+
msgstr ""
|
5196 |
+
|
5197 |
+
#: inc/admin/admin.php:4874
|
5198 |
+
msgid "This code will be added just after the closing body tag of your page."
|
5199 |
+
msgstr ""
|
5200 |
+
|
5201 |
+
#: inc/admin/admin.php:4889
|
5202 |
+
msgid ""
|
5203 |
+
"A remarketing audience is a list of cookies or mobile-advertising IDs that "
|
5204 |
+
"represents a group of users you want to re-engage because of their likelihood "
|
5205 |
+
"to convert."
|
5206 |
+
msgstr ""
|
5207 |
+
"یک مخاطب بازاریابی لیستی از کوکیها یا شناسههای تبلیغاتی همراه است که نشان "
|
5208 |
+
"دهنده گروهی از کاربران است که شما میخواهید به دلیل امکان تبدیل آنها مجددا "
|
5209 |
+
"مشارکت کنید."
|
5210 |
+
|
5211 |
+
#: inc/admin/admin.php:4911
|
5212 |
+
msgid ""
|
5213 |
+
"When a customer of Analytics requests IP address anonymization, Analytics "
|
5214 |
+
"anonymizes the address as soon as technically feasible at the earliest "
|
5215 |
+
"possible stage of the collection network."
|
5216 |
+
msgstr ""
|
5217 |
+
"هنگامی که یک مشتری از Analytics، ناشناس شناسایی آدرس IP را درخواست می کند، "
|
5218 |
+
"Analytics آن را به زودی به عنوان امکان پذیر می کند در اولین مرحله ممکن از "
|
5219 |
+
"شبکه مجموعه."
|
5220 |
+
|
5221 |
+
#: inc/admin/admin.php:4933
|
5222 |
+
msgid ""
|
5223 |
+
"Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
|
5224 |
+
"report by automatically differentiating between multiple links to the same "
|
5225 |
+
"URL on a single page by using link element IDs."
|
5226 |
+
msgstr ""
|
5227 |
+
"اختصاص پیوند پیشرفته، دقت گزارش تجزیه و تحلیل صفحه خود را با به کارگیری "
|
5228 |
+
"خودکار شناسایی لینک های چندگانه با همان URL در یک صفحه با استفاده از شناسه "
|
5229 |
+
"های عناصر لینک، بهبود می بخشد."
|
5230 |
+
|
5231 |
+
#: inc/admin/admin.php:4955
|
5232 |
+
msgid ""
|
5233 |
+
"Cross domain tracking makes it possible for Analytics to see sessions on two "
|
5234 |
+
"related sites (such as an ecommerce site and a separate shopping cart site) "
|
5235 |
+
"as a single session. This is sometimes called site linking."
|
5236 |
+
msgstr ""
|
5237 |
+
"ردیابی دامنه های متقابل امکان می دهد که Analytics به جلسات در دو سایت مرتبط "
|
5238 |
+
"(مانند یک سایت تجارت الکترونیک و یک سایت سبد خرید جداگانه) به عنوان یک جلسه "
|
5239 |
+
"واحد دسترسی پیدا کند. این گاهی اوقات به عنوان لینک سایت نامگذاری می شود."
|
5240 |
+
|
5241 |
+
#: inc/admin/admin.php:4970 inc/admin/admin.php:5565
|
5242 |
+
#, fuzzy
|
5243 |
+
#| msgid "Enter yours domains (eg: https://www.seopress.org/)"
|
5244 |
+
msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
|
5245 |
+
msgstr "دامنه های خود را وارد کنید (به عنوان مثال: https://www.seopress.org/)"
|
5246 |
+
|
5247 |
+
#: inc/admin/admin.php:5004
|
5248 |
+
msgid "Enable download tracking"
|
5249 |
+
msgstr "ردیابی دانلود را فعال کنید"
|
5250 |
+
|
5251 |
+
#: inc/admin/admin.php:5016
|
5252 |
+
msgid "pdf|docx|pptx|zip"
|
5253 |
+
msgstr "pdf | docx | pptx | zip"
|
5254 |
+
|
5255 |
+
#: inc/admin/admin.php:5020
|
5256 |
+
msgid "Separate each file type extensions with a pipe \"|\""
|
5257 |
+
msgstr "جدا کردن هر پسوند نوع فایل با یک لوله \\ \"| \""
|
5258 |
+
|
5259 |
+
#: inc/admin/admin.php:5035
|
5260 |
+
msgid "Enable affiliate/outbound tracking"
|
5261 |
+
msgstr "ردیابی بازاریاب خارجی را فعال کنید"
|
5262 |
+
|
5263 |
+
#: inc/admin/admin.php:5047
|
5264 |
+
msgid "aff|go|out"
|
5265 |
+
msgstr "aff|go|out"
|
5266 |
+
|
5267 |
+
#: inc/admin/admin.php:5051
|
5268 |
+
msgid "Separate each keyword with a pipe \"|\""
|
5269 |
+
msgstr "هر کلمه کلیدی را با یک لوله \\ \"| \" جدا کنید"
|
5270 |
+
|
5271 |
+
#: inc/admin/admin.php:5068 inc/admin/admin.php:5145 inc/admin/admin.php:5222
|
5272 |
+
#: inc/admin/admin.php:5299 inc/admin/admin.php:5376
|
5273 |
+
msgid "Custom Dimension #1"
|
5274 |
+
msgstr "ابعاد سفارشی # 1"
|
5275 |
+
|
5276 |
+
#: inc/admin/admin.php:5071 inc/admin/admin.php:5148 inc/admin/admin.php:5225
|
5277 |
+
#: inc/admin/admin.php:5302 inc/admin/admin.php:5379
|
5278 |
+
msgid "Custom Dimension #2"
|
5279 |
+
msgstr "ابعاد دلخواه # 2"
|
5280 |
+
|
5281 |
+
#: inc/admin/admin.php:5074 inc/admin/admin.php:5151 inc/admin/admin.php:5228
|
5282 |
+
#: inc/admin/admin.php:5305 inc/admin/admin.php:5382
|
5283 |
+
msgid "Custom Dimension #3"
|
5284 |
+
msgstr "ابعاد سفارشی # 3"
|
5285 |
+
|
5286 |
+
#: inc/admin/admin.php:5077 inc/admin/admin.php:5154 inc/admin/admin.php:5231
|
5287 |
+
#: inc/admin/admin.php:5308 inc/admin/admin.php:5385
|
5288 |
+
msgid "Custom Dimension #4"
|
5289 |
+
msgstr "ابعاد دلخواه # 4"
|
5290 |
+
|
5291 |
+
#: inc/admin/admin.php:5080 inc/admin/admin.php:5157 inc/admin/admin.php:5234
|
5292 |
+
#: inc/admin/admin.php:5311 inc/admin/admin.php:5388
|
5293 |
+
msgid "Custom Dimension #5"
|
5294 |
+
msgstr "ابعاد سفارشی # 5"
|
5295 |
+
|
5296 |
+
#: inc/admin/admin.php:5083 inc/admin/admin.php:5160 inc/admin/admin.php:5237
|
5297 |
+
#: inc/admin/admin.php:5314 inc/admin/admin.php:5391
|
5298 |
+
msgid "Custom Dimension #6"
|
5299 |
+
msgstr "ابعاد دلخواه # 6"
|
5300 |
+
|
5301 |
+
#: inc/admin/admin.php:5086 inc/admin/admin.php:5163 inc/admin/admin.php:5240
|
5302 |
+
#: inc/admin/admin.php:5317 inc/admin/admin.php:5394
|
5303 |
+
msgid "Custom Dimension #7"
|
5304 |
+
msgstr "ابعاد دلخواه # 7"
|
5305 |
+
|
5306 |
+
#: inc/admin/admin.php:5089 inc/admin/admin.php:5166 inc/admin/admin.php:5243
|
5307 |
+
#: inc/admin/admin.php:5320 inc/admin/admin.php:5397
|
5308 |
+
msgid "Custom Dimension #8"
|
5309 |
+
msgstr "ابعاد سفارشی شماره 8"
|
5310 |
+
|
5311 |
+
#: inc/admin/admin.php:5092 inc/admin/admin.php:5169 inc/admin/admin.php:5246
|
5312 |
+
#: inc/admin/admin.php:5323 inc/admin/admin.php:5400
|
5313 |
+
msgid "Custom Dimension #9"
|
5314 |
+
msgstr "ابعاد سفارشی # 9"
|
5315 |
+
|
5316 |
+
#: inc/admin/admin.php:5095 inc/admin/admin.php:5172 inc/admin/admin.php:5249
|
5317 |
+
#: inc/admin/admin.php:5326 inc/admin/admin.php:5403
|
5318 |
+
msgid "Custom Dimension #10"
|
5319 |
+
msgstr "ابعاد دلخواه # 10"
|
5320 |
+
|
5321 |
+
#: inc/admin/admin.php:5098 inc/admin/admin.php:5175 inc/admin/admin.php:5252
|
5322 |
+
#: inc/admin/admin.php:5329 inc/admin/admin.php:5406
|
5323 |
+
msgid "Custom Dimension #11"
|
5324 |
+
msgstr "ابعاد دلخواه # 11"
|
5325 |
+
|
5326 |
+
#: inc/admin/admin.php:5101 inc/admin/admin.php:5178 inc/admin/admin.php:5255
|
5327 |
+
#: inc/admin/admin.php:5332 inc/admin/admin.php:5409
|
5328 |
+
msgid "Custom Dimension #12"
|
5329 |
+
msgstr "ابعاد دلخواه # 12"
|
5330 |
+
|
5331 |
+
#: inc/admin/admin.php:5104 inc/admin/admin.php:5181 inc/admin/admin.php:5258
|
5332 |
+
#: inc/admin/admin.php:5335 inc/admin/admin.php:5412
|
5333 |
+
msgid "Custom Dimension #13"
|
5334 |
+
msgstr "ابعاد دلخواه # 13"
|
5335 |
+
|
5336 |
+
#: inc/admin/admin.php:5107 inc/admin/admin.php:5184 inc/admin/admin.php:5261
|
5337 |
+
#: inc/admin/admin.php:5338 inc/admin/admin.php:5415
|
5338 |
+
msgid "Custom Dimension #14"
|
5339 |
+
msgstr "ابعاد سفارشی # 14"
|
5340 |
+
|
5341 |
+
#: inc/admin/admin.php:5110 inc/admin/admin.php:5187 inc/admin/admin.php:5264
|
5342 |
+
#: inc/admin/admin.php:5341 inc/admin/admin.php:5418
|
5343 |
+
msgid "Custom Dimension #15"
|
5344 |
+
msgstr "ابعاد سفارشی # 15"
|
5345 |
+
|
5346 |
+
#: inc/admin/admin.php:5113 inc/admin/admin.php:5190 inc/admin/admin.php:5267
|
5347 |
+
#: inc/admin/admin.php:5344 inc/admin/admin.php:5421
|
5348 |
+
msgid "Custom Dimension #16"
|
5349 |
+
msgstr "ابعاد دلخواه # 16"
|
5350 |
+
|
5351 |
+
#: inc/admin/admin.php:5116 inc/admin/admin.php:5193 inc/admin/admin.php:5270
|
5352 |
+
#: inc/admin/admin.php:5347 inc/admin/admin.php:5424
|
5353 |
+
msgid "Custom Dimension #17"
|
5354 |
+
msgstr "ابعاد دلخواه # 17"
|
5355 |
+
|
5356 |
+
#: inc/admin/admin.php:5119 inc/admin/admin.php:5196 inc/admin/admin.php:5273
|
5357 |
+
#: inc/admin/admin.php:5350 inc/admin/admin.php:5427
|
5358 |
+
msgid "Custom Dimension #18"
|
5359 |
+
msgstr "ابعاد دلخواه # 18"
|
5360 |
+
|
5361 |
+
#: inc/admin/admin.php:5122 inc/admin/admin.php:5199 inc/admin/admin.php:5276
|
5362 |
+
#: inc/admin/admin.php:5353 inc/admin/admin.php:5430
|
5363 |
+
msgid "Custom Dimension #19"
|
5364 |
+
msgstr "ابعاد دلخواه # 19"
|
5365 |
+
|
5366 |
+
#: inc/admin/admin.php:5125 inc/admin/admin.php:5202 inc/admin/admin.php:5279
|
5367 |
+
#: inc/admin/admin.php:5356 inc/admin/admin.php:5433
|
5368 |
+
msgid "Custom Dimension #20"
|
5369 |
+
msgstr "ابعاد دلخواه # 20"
|
5370 |
+
|
5371 |
+
#: inc/admin/admin.php:5451
|
5372 |
+
msgid "Enable Matomo tracking (Matomo account required)"
|
5373 |
+
msgstr ""
|
5374 |
+
|
5375 |
+
#: inc/admin/admin.php:5463
|
5376 |
+
msgid "Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\""
|
5377 |
+
msgstr ""
|
5378 |
+
|
5379 |
+
#: inc/admin/admin.php:5463
|
5380 |
+
#, fuzzy
|
5381 |
+
#| msgid "Soundcloud URL"
|
5382 |
+
msgid "Matomo Cloud URL"
|
5383 |
+
msgstr "آدرس اینترنتی Soundcloud"
|
5384 |
+
|
5385 |
+
#: inc/admin/admin.php:5468
|
5386 |
+
msgid "Enter only the <strong>host</strong> like this example.matomo.cloud"
|
5387 |
+
msgstr ""
|
5388 |
+
|
5389 |
+
#: inc/admin/admin.php:5477
|
5390 |
+
#, fuzzy
|
5391 |
+
#| msgid "Enter your title"
|
5392 |
+
msgid "Enter your site ID here"
|
5393 |
+
msgstr "عنوان خود را وارد کنید"
|
5394 |
+
|
5395 |
+
#: inc/admin/admin.php:5477
|
5396 |
+
msgid "Matomo Site ID"
|
5397 |
+
msgstr ""
|
5398 |
+
|
5399 |
+
#: inc/admin/admin.php:5482
|
5400 |
+
msgid ""
|
5401 |
+
"To find your site ID, go to your <strong>Matomo Cloud account, Websites, "
|
5402 |
+
"Manage page</strong>. Look at \"Site ID\" on the right part."
|
5403 |
+
msgstr ""
|
5404 |
+
|
5405 |
+
#: inc/admin/admin.php:5496
|
5406 |
+
msgid "Tracking one domain and its subdomains in the same website"
|
5407 |
+
msgstr ""
|
5408 |
+
|
5409 |
+
#: inc/admin/admin.php:5498
|
5410 |
+
msgid ""
|
5411 |
+
"If one visitor visits x.example.com and y.example.com, they will be counted "
|
5412 |
+
"as a unique visitor."
|
5413 |
+
msgstr ""
|
5414 |
+
|
5415 |
+
#: inc/admin/admin.php:5515
|
5416 |
+
msgid "Prepend the site domain to the page title when tracking"
|
5417 |
+
msgstr ""
|
5418 |
+
|
5419 |
+
#: inc/admin/admin.php:5517
|
5420 |
+
msgid ""
|
5421 |
+
"If someone visits the 'About' page on blog.example.com it will be recorded as "
|
5422 |
+
"'blog / About'. This is the easiest way to get an overview of your traffic by "
|
5423 |
+
"sub-domain."
|
5424 |
+
msgstr ""
|
5425 |
+
|
5426 |
+
#: inc/admin/admin.php:5553
|
5427 |
+
msgid ""
|
5428 |
+
"By default, the visitor ID that identifies a unique visitor is stored in the "
|
5429 |
+
"browser's first party cookies which can only be accessed by pages on the same "
|
5430 |
+
"domain. Enabling cross domain linking lets you track all the actions and "
|
5431 |
+
"pageviews of a specific visitor into the same visit even when they view pages "
|
5432 |
+
"on several domains. Whenever a user clicks on a link to one of your website's "
|
5433 |
+
"alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID."
|
5434 |
+
msgstr ""
|
5435 |
+
|
5436 |
+
#: inc/admin/admin.php:5582
|
5437 |
+
msgid "Enable client side DoNotTrack detection"
|
5438 |
+
msgstr ""
|
5439 |
+
|
5440 |
+
#: inc/admin/admin.php:5584
|
5441 |
+
msgid ""
|
5442 |
+
"Tracking requests will not be sent if visitors do not wish to be tracked."
|
5443 |
+
msgstr ""
|
5444 |
+
|
5445 |
+
#: inc/admin/admin.php:5601
|
5446 |
+
msgid ""
|
5447 |
+
"Disables all first party cookies. Existing Matomo cookies for this website "
|
5448 |
+
"will be deleted on the next page view."
|
5449 |
+
msgstr ""
|
5450 |
+
|
5451 |
+
#: inc/admin/admin.php:5618
|
5452 |
+
#, fuzzy
|
5453 |
+
#| msgid "Enable download tracking"
|
5454 |
+
msgid "Enabling Download & Outlink tracking"
|
5455 |
+
msgstr "ردیابی دانلود را فعال کنید"
|
5456 |
+
|
5457 |
+
#: inc/admin/admin.php:5620
|
5458 |
+
msgid ""
|
5459 |
+
"By default, any file ending with one of these extensions will be considered a "
|
5460 |
+
"\"download\" in the Matomo interface: 7z|aac|arc|arj|apk|asf|asx|avi|bin|bz|"
|
5461 |
+
"bz2|csv|deb|dmg|doc|\n"
|
5462 |
+
" exe|flv|gif|gz|gzip|hqx|jar|jpg|jpeg|js|mp2|mp3|mp4|mpg|\n"
|
5463 |
+
" mpeg|mov|movie|msi|msp|odb|odf|odg|odp|ods|odt|ogg|ogv|\n"
|
5464 |
+
" pdf|phps|png|ppt|qt|qtm|ra|ram|rar|rpm|sea|sit|tar|\n"
|
5465 |
+
" tbz|tbz2|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"
|
5466 |
+
msgstr ""
|
5467 |
+
|
5468 |
+
#: inc/admin/admin.php:5641
|
5469 |
+
msgid "Redirect attachment pages to post parent (or homepage if none)"
|
5470 |
+
msgstr "تغییر مسیر صفحات پیوست برای پست کردن والدین (یا صفحه اصلی اگر نباشد)"
|
5471 |
+
|
5472 |
+
#: inc/admin/admin.php:5660
|
5473 |
+
msgid ""
|
5474 |
+
"If this option is checked, it will take precedence over the redirection of "
|
5475 |
+
"attachments to the post's parent."
|
5476 |
+
msgstr ""
|
5477 |
+
|
5478 |
+
#: inc/admin/admin.php:5677
|
5479 |
+
msgid "Remove ?replytocom link in source code"
|
5480 |
+
msgstr "حذف linktocom link در کد منبع"
|
5481 |
+
|
5482 |
+
#: inc/admin/admin.php:5694
|
5483 |
+
msgid ""
|
5484 |
+
"When sending an image file, automatically set the title based on the filename"
|
5485 |
+
msgstr ""
|
5486 |
+
|
5487 |
+
#: inc/admin/admin.php:5711
|
5488 |
+
msgid ""
|
5489 |
+
"When sending an image file, automatically set the alternative text based on "
|
5490 |
+
"the filename"
|
5491 |
+
msgstr ""
|
5492 |
+
|
5493 |
+
#: inc/admin/admin.php:5714
|
5494 |
+
msgid ""
|
5495 |
+
"We recommend Image SEO plugin to optimize your image ALT texts and names for "
|
5496 |
+
"Search Engines using AI and Machine Learning. Starting from just €4.99."
|
5497 |
+
msgstr ""
|
5498 |
+
|
5499 |
+
#: inc/admin/admin.php:5732
|
5500 |
+
msgid ""
|
5501 |
+
"When sending an image file, automatically set the caption based on the "
|
5502 |
+
"filename"
|
5503 |
+
msgstr ""
|
5504 |
+
|
5505 |
+
#: inc/admin/admin.php:5749
|
5506 |
+
msgid ""
|
5507 |
+
"When sending an image file, automatically set the description based on the "
|
5508 |
+
"filename"
|
5509 |
+
msgstr ""
|
5510 |
+
|
5511 |
+
#: inc/admin/admin.php:5766
|
5512 |
+
msgid "Add TINYMCE editor to term description"
|
5513 |
+
msgstr "برای توصیف اصطلاح، ویرایشگر TINYMCE را اضافه کنید"
|
5514 |
+
|
5515 |
+
#: inc/admin/admin.php:5783
|
5516 |
+
msgid "You have to flush your permalinks each time you change this settings"
|
5517 |
+
msgstr ""
|
5518 |
+
"شما باید هر زمان که این تنظیمات را تغییر می دهید، به طور منظم از بین برود"
|
5519 |
+
|
5520 |
+
#: inc/admin/admin.php:5800
|
5521 |
+
msgid ""
|
5522 |
+
"You must check this box if the structure of your permalinks DOES NOT contain "
|
5523 |
+
"a slash at the end (eg: /%postname%)"
|
5524 |
+
msgstr ""
|
5525 |
+
"شما باید این جعبه را چک کنید اگر ساختار permalink شما در پایان نباشد (به "
|
5526 |
+
"عنوان مثال: /٪ postname٪)"
|
5527 |
+
|
5528 |
+
#: inc/admin/admin.php:5817
|
5529 |
+
msgid "Remove WordPress meta generator in source code"
|
5530 |
+
msgstr "حذف متاگنا وردپرس در کد منبع"
|
5531 |
+
|
5532 |
+
#: inc/admin/admin.php:5834
|
5533 |
+
msgid ""
|
5534 |
+
"Remove hentry post class to prevent Google from seeing this as structured "
|
5535 |
+
"data (schema)"
|
5536 |
+
msgstr ""
|
5537 |
+
|
5538 |
+
#: inc/admin/admin.php:5851
|
5539 |
+
msgid ""
|
5540 |
+
"Remove comment author URL in comments if the website is filled from profile "
|
5541 |
+
"page"
|
5542 |
+
msgstr ""
|
5543 |
+
|
5544 |
+
#: inc/admin/admin.php:5868
|
5545 |
+
msgid "Remove website field from comment form to reduce spam"
|
5546 |
+
msgstr ""
|
5547 |
+
|
5548 |
+
#: inc/admin/admin.php:5885
|
5549 |
+
msgid "Remove WordPress shortlink meta tag in source code (eg:"
|
5550 |
+
msgstr "حذف متا تگ لینک کوتاه وردپرس در کد منبع (به عنوان مثال:"
|
5551 |
+
|
5552 |
+
#: inc/admin/admin.php:5902
|
5553 |
+
msgid "Remove Windows Live Writer meta tag in source code (eg:"
|
5554 |
+
msgstr "حذف متا تگ Windows Live Writer در کد منبع (به عنوان مثال:"
|
5555 |
+
|
5556 |
+
#: inc/admin/admin.php:5919
|
5557 |
+
msgid "Remove Really Simple Discovery meta tag in source code (eg:"
|
5558 |
+
msgstr "حذف Meta Tagging واقعا ساده کشف در کد منبع (به عنوان مثال:"
|
5559 |
+
|
5560 |
+
#: inc/admin/admin.php:5931
|
5561 |
+
msgid "Enter Google meta value site verification"
|
5562 |
+
msgstr "تأیید سایت گوگل ارزش متا ارزش را وارد کنید"
|
5563 |
+
|
5564 |
+
#: inc/admin/admin.php:5936
|
5565 |
+
msgid ""
|
5566 |
+
"If your site is already verified in <strong>Google Search Console</strong>, "
|
5567 |
+
"you can leave this field empty."
|
5568 |
+
msgstr ""
|
5569 |
+
"اگر سایت شما قبلا در <strong> کنسول Google Search </ strong> تأیید شده است، "
|
5570 |
+
"می توانید این فیلد را خالی کنید."
|
5571 |
+
|
5572 |
+
#: inc/admin/admin.php:5945
|
5573 |
+
msgid "Enter Bing meta value site verification"
|
5574 |
+
msgstr "تأیید سایت سایت Bing Meta Value را وارد کنید"
|
5575 |
+
|
5576 |
+
#: inc/admin/admin.php:5949
|
5577 |
+
msgid ""
|
5578 |
+
"If your site is already verified in <strong>Bing Webmaster tools</strong>, "
|
5579 |
+
"you can leave this field empty."
|
5580 |
+
msgstr ""
|
5581 |
+
"اگر سایت شما قبلا در <strong> ابزارهای Webmaster Bing </ strong> تأیید شده "
|
5582 |
+
"است، میتوانید این فیلد را خالی کنید."
|
5583 |
+
|
5584 |
+
#: inc/admin/admin.php:5958
|
5585 |
+
msgid "Enter Pinterest meta value site verification"
|
5586 |
+
msgstr "تأیید سایت Painter Meta Value را وارد کنید"
|
5587 |
+
|
5588 |
+
#: inc/admin/admin.php:5970
|
5589 |
+
msgid "Enter Yandex meta value site verification"
|
5590 |
+
msgstr "تایید سایت سایت مترجم سایت Yandex را وارد کنید"
|
5591 |
+
|
5592 |
+
#: inc/admin/admin.php:5987
|
5593 |
+
msgid "Remove SEOPress from Admin Bar in backend and frontend"
|
5594 |
+
msgstr "SEOPress را از نوار مدیریت در قسمت پشت و ظاهر حذف کنید"
|
5595 |
+
|
5596 |
+
#: inc/admin/admin.php:6003
|
5597 |
+
msgid "High priority (top)"
|
5598 |
+
msgstr "اولویت بالا (بالا)"
|
5599 |
+
|
5600 |
+
#: inc/admin/admin.php:6006
|
5601 |
+
msgid "Normal priority (default)"
|
5602 |
+
msgstr "اولویت عادی (به طور پیش فرض)"
|
5603 |
+
|
5604 |
+
#: inc/admin/admin.php:6009
|
5605 |
+
msgid "Low priority"
|
5606 |
+
msgstr "اولویت کم"
|
5607 |
+
|
5608 |
+
#: inc/admin/admin.php:6027
|
5609 |
+
#, fuzzy
|
5610 |
+
#| msgid "Normal priority (default)"
|
5611 |
+
msgid "Automatic tab (default)"
|
5612 |
+
msgstr "اولویت عادی (به طور پیش فرض)"
|
5613 |
+
|
5614 |
+
#: inc/admin/admin.php:6030
|
5615 |
+
msgid "Manual tab"
|
5616 |
+
msgstr ""
|
5617 |
+
|
5618 |
+
#: inc/admin/admin.php:6049
|
5619 |
+
msgid "Hide Notifications Center in SEOPress Dashboard page"
|
5620 |
+
msgstr "پنهان کردن مرکز اطلاع رسانی در صفحه داشبورد SEOPress"
|
5621 |
+
|
5622 |
+
#: inc/admin/admin.php:6066
|
5623 |
+
msgid "Hide SEO tools in SEOPress Dashboard page"
|
5624 |
+
msgstr "ابزار SEO را در صفحه داشبورد SEOPress مخفی کنید"
|
5625 |
+
|
5626 |
+
#: inc/admin/admin.php:6083
|
5627 |
+
msgid "Hide Useful Links in SEOPress dashboard page"
|
5628 |
+
msgstr "مخفی کردن لینک های مفید در صفحه داشبورد SEOPress"
|
5629 |
+
|
5630 |
+
#: inc/admin/admin.php:6100
|
5631 |
+
msgid "Add title column"
|
5632 |
+
msgstr "ستون عنوان را اضافه کنید"
|
5633 |
+
|
5634 |
+
#: inc/admin/admin.php:6117
|
5635 |
+
msgid "Add meta description column"
|
5636 |
+
msgstr "اضافه کردن ستون توضیحات متا"
|
5637 |
+
|
5638 |
+
#: inc/admin/admin.php:6134
|
5639 |
+
msgid "Add redirection enable column"
|
5640 |
+
msgstr "ستون فعالسازی redirection را اضافه کنید"
|
5641 |
+
|
5642 |
+
#: inc/admin/admin.php:6151
|
5643 |
+
msgid "Add redirection URL column"
|
5644 |
+
msgstr "ستون URL redirection را اضافه کنید"
|
5645 |
+
|
5646 |
+
#: inc/admin/admin.php:6168
|
5647 |
+
msgid "Add canonical URL column"
|
5648 |
+
msgstr "اضافه کردن ستون URL کانونی"
|
5649 |
+
|
5650 |
+
#: inc/admin/admin.php:6185
|
5651 |
+
msgid "Add target keyword column"
|
5652 |
+
msgstr "ستون کلیدی کلید اضافه کنید"
|
5653 |
+
|
5654 |
+
#: inc/admin/admin.php:6202
|
5655 |
+
msgid "Display noindex status"
|
5656 |
+
msgstr "نمایش وضعیت noindex"
|
5657 |
+
|
5658 |
+
#: inc/admin/admin.php:6219
|
5659 |
+
msgid "Display nofollow status"
|
5660 |
+
msgstr "نمایش هیچ وضعیت قبلی"
|
5661 |
+
|
5662 |
+
#: inc/admin/admin.php:6236
|
5663 |
+
msgid "Display total number of words in content"
|
5664 |
+
msgstr "نمایش تعداد کل کلمات در محتوا"
|
5665 |
+
|
5666 |
+
#: inc/admin/admin.php:6253
|
5667 |
+
msgid "Display W3C column to check code quality"
|
5668 |
+
msgstr "نمایش ستون W3C برای بررسی کیفیت کد"
|
5669 |
+
|
5670 |
+
#: inc/admin/admin.php:6271
|
5671 |
+
msgid "Display Page Speed column to check performances"
|
5672 |
+
msgstr "ستون سرعت صفحه نمایش برای بررسی عملکرد"
|
5673 |
+
|
5674 |
+
#: inc/admin/admin.php:6290
|
5675 |
+
msgid ""
|
5676 |
+
"Display Content Analysis results column (\"Good\" or \"Should be improved\")"
|
5677 |
+
msgstr ""
|
5678 |
+
|
5679 |
+
#: inc/admin/admin.php:6308
|
5680 |
+
msgid "Remove Genesis SEO Metabox"
|
5681 |
+
msgstr "حذف Genesis SEO Metabox"
|
5682 |
+
|
5683 |
+
#: inc/admin/admin.php:6325
|
5684 |
+
msgid "Remove Genesis SEO link in WP Admin Menu"
|
5685 |
+
msgstr "لینک Genesis SEO را در منوی مدیریت WP حذف کنید"
|
5686 |
+
|
5687 |
+
#: inc/admin/admin.php:6342
|
5688 |
+
msgid "Remove the advice if None schema selected"
|
5689 |
+
msgstr ""
|
5690 |
+
|
5691 |
+
#: inc/admin/admin.php:6380 inc/admin/admin.php:6415
|
5692 |
+
#, fuzzy
|
5693 |
+
#| msgid ""
|
5694 |
+
#| "Hook to filter Structured data types metabox call by post type - new window"
|
5695 |
+
msgid ""
|
5696 |
+
"Hook to filter structured data types metabox call by post type - new window"
|
5697 |
+
msgstr ""
|
5698 |
+
"هواک برای فیلتر کردن اطلاعات متشکل از داده های ساختاری متابوکس با نوع پست - "
|
5699 |
+
"پنجره جدید"
|
5700 |
+
|
5701 |
+
#: inc/admin/adminbar.php:65
|
5702 |
+
msgid "BOT"
|
5703 |
+
msgstr "ربات"
|
5704 |
+
|
5705 |
+
#: inc/admin/adminbar.php:101
|
5706 |
+
msgid "Broken Links"
|
5707 |
+
msgstr "لینک های شکسته"
|
5708 |
+
|
5709 |
+
#: inc/admin/adminbar.php:115
|
5710 |
+
#, fuzzy
|
5711 |
+
#| msgid "Configuration"
|
5712 |
+
msgid "Configuration wizard"
|
5713 |
+
msgstr "پیکربندی"
|
5714 |
+
|
5715 |
+
#: inc/admin/ajax.php:29
|
5716 |
+
msgid ""
|
5717 |
+
"A redirect is active for this URL. Turn it off to get the Google preview and "
|
5718 |
+
"content analysis."
|
5719 |
+
msgstr ""
|
5720 |
+
|
5721 |
+
#: inc/admin/ajax.php:95
|
5722 |
+
msgid "To get your Google snippet preview, publish your post!"
|
5723 |
+
msgstr "برای گرفتن پیش نمایش قطعه Google خود، پست خود را منتشر کنید!"
|
5724 |
+
|
5725 |
+
#: inc/functions/options-advanced-admin.php:26
|
5726 |
+
msgid "Need help?"
|
5727 |
+
msgstr ""
|
5728 |
+
|
5729 |
+
#: inc/functions/options-advanced-admin.php:39
|
5730 |
+
#: inc/functions/options-advanced-admin.php:49
|
5731 |
+
msgid "WARNING"
|
5732 |
+
msgstr ""
|
5733 |
+
|
5734 |
+
#: inc/functions/options-advanced-admin.php:40
|
5735 |
+
msgid ""
|
5736 |
+
"Do NOT change your permalink structure on a production site. Changing URLs "
|
5737 |
+
"can severely damage your SEO."
|
5738 |
+
msgstr ""
|
5739 |
+
|
5740 |
+
#: inc/functions/options-advanced-admin.php:50
|
5741 |
+
msgid ""
|
5742 |
+
"URL rewriting is NOT enabled on your site. Select a permalink structure that "
|
5743 |
+
"is optimized for SEO (NOT Plain)."
|
5744 |
+
msgstr ""
|
5745 |
+
|
5746 |
+
#: inc/functions/options-advanced-admin.php:315
|
5747 |
+
#: inc/functions/options-advanced-admin.php:806
|
5748 |
+
msgid "Title tag"
|
5749 |
+
msgstr "تگ عنوان"
|
5750 |
+
|
5751 |
+
#: inc/functions/options-advanced-admin.php:318
|
5752 |
+
msgid "Meta Desc."
|
5753 |
+
msgstr "توضیح متا."
|
5754 |
+
|
5755 |
+
#: inc/functions/options-advanced-admin.php:321
|
5756 |
+
msgid "Redirect?"
|
5757 |
+
msgstr "تغییر مسیر؟"
|
5758 |
+
|
5759 |
+
#: inc/functions/options-advanced-admin.php:327
|
5760 |
+
#: inc/functions/options-advanced-admin.php:830
|
5761 |
+
msgid "Canonical"
|
5762 |
+
msgstr "کانونیکال"
|
5763 |
+
|
5764 |
+
#: inc/functions/options-advanced-admin.php:330
|
5765 |
+
msgid "Target Kw"
|
5766 |
+
msgstr "هدف Kw"
|
5767 |
+
|
5768 |
+
#: inc/functions/options-advanced-admin.php:333
|
5769 |
+
msgid "Noindex?"
|
5770 |
+
msgstr "Noindex؟"
|
5771 |
+
|
5772 |
+
#: inc/functions/options-advanced-admin.php:336
|
5773 |
+
msgid "Nofollow?"
|
5774 |
+
msgstr "Nofollow؟"
|
5775 |
+
|
5776 |
+
#: inc/functions/options-advanced-admin.php:339
|
5777 |
+
msgid "Score"
|
5778 |
+
msgstr ""
|
5779 |
+
|
5780 |
+
#: inc/functions/options-advanced-admin.php:342
|
5781 |
+
msgid "Words"
|
5782 |
+
msgstr ""
|
5783 |
+
|
5784 |
+
#: inc/functions/options-advanced-admin.php:345
|
5785 |
+
msgid "W3C check"
|
5786 |
+
msgstr "بررسی W3C"
|
5787 |
+
|
5788 |
+
#: inc/functions/options-advanced-admin.php:348
|
5789 |
+
msgid "Page Speed"
|
5790 |
+
msgstr "سرعت صفحه"
|
5791 |
+
|
5792 |
+
#: inc/functions/options-advanced-admin.php:401
|
5793 |
+
msgid "Check code quality of this page"
|
5794 |
+
msgstr "کیفیت کد این صفحه را بررسی کنید"
|
5795 |
+
|
5796 |
+
#: inc/functions/options-advanced-admin.php:405
|
5797 |
+
msgid "Analyze this page with Google Page Speed"
|
5798 |
+
msgstr "این صفحه را با سرعت صفحه Google تجزیه و تحلیل کنید"
|
5799 |
+
|
5800 |
+
#: inc/functions/options-advanced-admin.php:510
|
5801 |
+
msgid "Enable noindex"
|
5802 |
+
msgstr "noindex را فعال کنید"
|
5803 |
+
|
5804 |
+
#: inc/functions/options-advanced-admin.php:563
|
5805 |
+
msgid "Enable index"
|
5806 |
+
msgstr "فعال کردن شاخص"
|
5807 |
+
|
5808 |
+
#: inc/functions/options-advanced-admin.php:616
|
5809 |
+
msgid "Enable nofollow"
|
5810 |
+
msgstr "nofollow را فعال کنید"
|
5811 |
+
|
5812 |
+
#: inc/functions/options-advanced-admin.php:668
|
5813 |
+
msgid "Enable follow"
|
5814 |
+
msgstr "فعال کردن پیگیری"
|
5815 |
+
|
5816 |
+
#: inc/functions/options-advanced-admin.php:715
|
5817 |
+
msgid "Enable redirection"
|
5818 |
+
msgstr "تغییر مسیر را فعال کنید"
|
5819 |
+
|
5820 |
+
#: inc/functions/options-advanced-admin.php:754
|
5821 |
+
msgid "Disable redirection"
|
5822 |
+
msgstr "تغییر مسیر را غیرفعال کنید"
|
5823 |
+
|
5824 |
+
#: inc/functions/options-advanced-admin.php:934
|
5825 |
+
msgid "Description"
|
5826 |
+
msgstr "شرح"
|
5827 |
+
|
5828 |
+
#: inc/functions/options-advanced-admin.php:943
|
5829 |
+
msgid ""
|
5830 |
+
"The description is not prominent by default; however, some themes may show it."
|
5831 |
+
msgstr ""
|
5832 |
+
"توضیحات به طور پیش فرض برجسته نیست با این حال، برخی از تم ها ممکن است آن را "
|
5833 |
+
"نشان دهد."
|
5834 |
+
|
5835 |
+
#: inc/functions/options-google-analytics.php:167
|
5836 |
+
#, fuzzy
|
5837 |
+
#| msgid ""
|
5838 |
+
#| "By visiting our site, you agree to our privacy policy regarding cookies, "
|
5839 |
+
#| "tracking statistics etc ..."
|
5840 |
+
msgid ""
|
5841 |
+
"By visiting our site, you agree to our privacy policy regarding cookies, "
|
5842 |
+
"tracking statistics, etc. <a href=\"[seopress_privacy_page]\" tabindex="
|
5843 |
+
"\"10\">Read more</a>"
|
5844 |
+
msgstr ""
|
5845 |
+
"با مراجعه به سایت ما، شما با سیاست حفظ حریم خصوصی خود در رابطه با کوکی ها، "
|
5846 |
+
"ردیابی آمار و ... موافقت می کنید."
|
5847 |
+
|
5848 |
+
#: inc/functions/options-google-analytics.php:169
|
5849 |
+
#, fuzzy
|
5850 |
+
#| msgid ""
|
5851 |
+
#| "By visiting our site, you agree to our privacy policy regarding cookies, "
|
5852 |
+
#| "tracking statistics etc ..."
|
5853 |
+
msgid ""
|
5854 |
+
"By visiting our site, you agree to our privacy policy regarding cookies, "
|
5855 |
+
"tracking statistics, etc."
|
5856 |
+
msgstr ""
|
5857 |
+
"با مراجعه به سایت ما، شما با سیاست حفظ حریم خصوصی خود در رابطه با کوکی ها، "
|
5858 |
+
"ردیابی آمار و ... موافقت می کنید."
|
5859 |
+
|
5860 |
+
#: inc/functions/options-google-analytics.php:188
|
5861 |
+
msgid "X"
|
5862 |
+
msgstr "X"
|
5863 |
+
|
5864 |
+
#: inc/functions/options-google-analytics.php:648
|
5865 |
+
#: inc/functions/options-matomo.php:205
|
5866 |
+
msgid "Authors"
|
5867 |
+
msgstr "نویسندگان"
|
5868 |
+
|
5869 |
+
#: inc/functions/options-google-analytics.php:667
|
5870 |
+
#: inc/functions/options-matomo.php:219
|
5871 |
+
msgid "Categories"
|
5872 |
+
msgstr "دسته بندی ها"
|
5873 |
+
|
5874 |
+
#: inc/functions/options-google-analytics.php:693
|
5875 |
+
#: inc/functions/options-matomo.php:239
|
5876 |
+
msgid "Tags"
|
5877 |
+
msgstr "برچسب ها"
|
5878 |
+
|
5879 |
+
#: inc/functions/options-google-analytics.php:707
|
5880 |
+
#: inc/functions/options-matomo.php:248
|
5881 |
+
msgid "Post types"
|
5882 |
+
msgstr "انواع پست ها"
|
5883 |
+
|
5884 |
+
#: inc/functions/options-google-analytics.php:721
|
5885 |
+
#: inc/functions/options-matomo.php:257
|
5886 |
+
msgid "Connected users"
|
5887 |
+
msgstr "کاربران متصل"
|
5888 |
+
|
5889 |
+
#: inc/functions/options-import-export.php:58
|
5890 |
+
#: inc/functions/options-import-export.php:320
|
5891 |
+
msgid "Please upload a valid .json file"
|
5892 |
+
msgstr "لطفا یک فایل valid json آپلود کنید"
|
5893 |
+
|
5894 |
+
#: inc/functions/options-import-export.php:63
|
5895 |
+
#: inc/functions/options-import-export.php:132
|
5896 |
+
#: inc/functions/options-import-export.php:202
|
5897 |
+
#: inc/functions/options-import-export.php:324
|
5898 |
+
#: inc/functions/options-import-export.php:380
|
5899 |
+
msgid "Please upload a file to import"
|
5900 |
+
msgstr "لطفا یک فایل برای وارد کردن آپلود کنید"
|
5901 |
+
|
5902 |
+
#: inc/functions/options-import-export.php:128
|
5903 |
+
#: inc/functions/options-import-export.php:198
|
5904 |
+
msgid "Please upload a valid .csv file"
|
5905 |
+
msgstr "لطفا فایل CSV معتبر را آپلود کنید"
|
5906 |
+
|
5907 |
+
#: inc/functions/options-import-export.php:376
|
5908 |
+
#, fuzzy
|
5909 |
+
#| msgid "Please upload a valid .csv file"
|
5910 |
+
msgid "Please upload a valid .txt file"
|
5911 |
+
msgstr "لطفا فایل CSV معتبر را آپلود کنید"
|
5912 |
+
|
5913 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:126
|
5914 |
+
msgid "XML Sitemaps"
|
5915 |
+
msgstr "نقشه های XML"
|
5916 |
+
|
5917 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:129
|
5918 |
+
#, php-format
|
5919 |
+
msgid "This XML Sitemap Index file contains %s sitemaps."
|
5920 |
+
msgstr ""
|
5921 |
+
|
5922 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:132
|
5923 |
+
#, php-format
|
5924 |
+
msgid "This XML Sitemap contains %s URL(s)."
|
5925 |
+
msgstr ""
|
5926 |
+
|
5927 |
+
#: inc/functions/variables/dynamic-variables.php:65
|
5928 |
+
#, php-format
|
5929 |
+
msgid "Page %d of %2$d"
|
5930 |
+
msgstr ""
|
5931 |
+
|
5932 |
+
#: seopress.php:142
|
5933 |
+
msgid "has been successfully updated!"
|
5934 |
+
msgstr ""
|
5935 |
+
|
5936 |
+
#: seopress.php:345
|
5937 |
+
msgid "You like SEOPress? Don't forget to rate it 5 stars!"
|
5938 |
+
msgstr "شما SEOPress را دوست دارید؟ فراموش نکنید که 5 ستاره را ارزیابی کنید!"
|
5939 |
+
|
5940 |
+
#: seopress.php:409
|
5941 |
+
msgid "Docs"
|
5942 |
+
msgstr ""
|
5943 |
+
|
5944 |
+
#: seopress.php:410
|
5945 |
+
#, fuzzy
|
5946 |
+
#| msgid "Configuration"
|
5947 |
+
msgid "Configuration Wizard"
|
5948 |
+
msgstr "پیکربندی"
|
5949 |
+
|
5950 |
+
#: seopress.php:412
|
5951 |
+
msgid "GO PRO!"
|
5952 |
+
msgstr "دریافت نسخه پولی!"
|
5953 |
+
|
5954 |
+
#~ msgid "Analysis completed"
|
5955 |
+
#~ msgstr "تجزیه و تحلیل تکمیل شد"
|
5956 |
+
|
5957 |
+
#~ msgid "Optimizations"
|
5958 |
+
#~ msgstr "بهینه سازی"
|
5959 |
+
|
5960 |
+
#~ msgid "Images"
|
5961 |
+
#~ msgstr "تصاویر"
|
5962 |
+
|
5963 |
+
#~ msgid "Links"
|
5964 |
+
#~ msgstr "لینک ها"
|
5965 |
+
|
5966 |
+
#~ msgid "No custom title is set for this post."
|
5967 |
+
#~ msgstr "هیچ عنوان سفارشی برای این پست تعیین نشده است."
|
5968 |
+
|
5969 |
+
#~ msgid "No custom meta description is set for this post."
|
5970 |
+
#~ msgstr "بدون شرح متا سفارشی برای این پست تعیین شده است."
|
5971 |
+
|
5972 |
+
#~ msgid "Robots"
|
5973 |
+
#~ msgstr "روبات ها"
|
5974 |
+
|
5975 |
+
#~ msgid "Enter your new URL"
|
5976 |
+
#~ msgstr "URL جدید خود را وارد کنید"
|
5977 |
+
|
5978 |
+
#, php-format
|
5979 |
+
#~ msgid "%%sitetitle%%"
|
5980 |
+
#~ msgstr "%% sitetitle %%"
|
5981 |
+
|
5982 |
+
#, php-format
|
5983 |
+
#~ msgid "%%tagline%%"
|
5984 |
+
#~ msgstr "%% تلنگر %%"
|
5985 |
+
|
5986 |
+
#~ msgid "Custom fields from post, page or post type"
|
5987 |
+
#~ msgstr "زمینه های سفارشی از نوع پست، صفحه یا پست"
|
5988 |
+
|
5989 |
+
#~ msgid "Custom term taxonomy from post, page or post type"
|
5990 |
+
#~ msgstr "طبقه بندی اصطلاحات سفارشی از نوع پست، صفحه یا پست"
|
5991 |
+
|
5992 |
+
#, fuzzy
|
5993 |
+
#~| msgid ""
|
5994 |
+
#~| "Import your own redirections from a .csv file (separator \";\"). You must "
|
5995 |
+
#~| "have 3 columns in this order: url to match (without your domain name), "
|
5996 |
+
#~| "url to redirect in absolute and type of redirection (301, 302 or 307)."
|
5997 |
+
#~ msgid ""
|
5998 |
+
#~ "Import your own redirections from a .csv file (separator \";\"). You must "
|
5999 |
+
#~ "have 4 columns in this order: url to match (without your domain name), url "
|
6000 |
+
#~ "to redirect in absolute, type of redirection (301, 302 or 307) and the "
|
6001 |
+
#~ "last one with the value yes to enable the redirect. Leave it empty to "
|
6002 |
+
#~ "disable the redirect."
|
6003 |
+
#~ msgstr ""
|
6004 |
+
#~ "تغییر مسیر خود را از یک فایل CSV وارد کنید (separator \\ \"؛ \"). شما باید "
|
6005 |
+
#~ "3 ستون در این ترتیب داشته باشید: url برای مطابقت (بدون نام دامنه شما)، "
|
6006 |
+
#~ "آدرس برای هدایت مطلق و نوع تغییر مسیر (301، 302 یا 307)."
|
6007 |
+
|
6008 |
+
#~ msgid ""
|
6009 |
+
#~ "We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want "
|
6010 |
+
#~ "to migrate all your posts metadata to SEOPress?"
|
6011 |
+
#~ msgstr ""
|
6012 |
+
#~ "متوجه می شویم که از پلاگین <strong> Yoast SEO </ strong> استفاده می کنید. "
|
6013 |
+
#~ "<br> آیا می خواهید تمام ابرداده های پست خود را به SEOPress منتقل کنید؟"
|
6014 |
+
|
6015 |
+
#~ msgid ""
|
6016 |
+
#~ "We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
|
6017 |
+
#~ "you want to migrate all your posts metadata to SEOPress?"
|
6018 |
+
#~ msgstr ""
|
6019 |
+
#~ "متوجه شدیم که شما از پلاگین <strong> همه در یک بسته جستجوگر </ strong> "
|
6020 |
+
#~ "استفاده می کنید. <br> آیا می خواهید تمام ابرداده های پست خود را به "
|
6021 |
+
#~ "SEOPress منتقل کنید؟"
|
6022 |
+
|
6023 |
+
#~ msgid "Huge impact"
|
6024 |
+
#~ msgstr "تاثیر شدید"
|
6025 |
+
|
6026 |
+
#~ msgid "Check your Alexa Rank (Amazon index)"
|
6027 |
+
#~ msgstr "رتبه الکسا (شاخص آمازون) را بررسی کنید"
|
6028 |
+
|
6029 |
+
#~ msgid "Your Alexa Rank"
|
6030 |
+
#~ msgstr "رتبه الکسا شما"
|
6031 |
+
|
6032 |
+
#~ msgid "Country Rank: "
|
6033 |
+
#~ msgstr "رتبه کشور: "
|
6034 |
+
|
6035 |
+
#~ msgid "Get Alexa Rank"
|
6036 |
+
#~ msgstr "دریافت رتبه الکسا"
|
6037 |
+
|
6038 |
+
#~ msgid ""
|
6039 |
+
#~ "Enable external links tracking (all links with target _blank attribute)"
|
6040 |
+
#~ msgstr "پیوند پیوندهای خارجی را فعال کنید (همه پیوندها با ویژگی _blank هدف)"
|
6041 |
+
|
6042 |
+
#~ msgid "Remove stop words from URL"
|
6043 |
+
#~ msgstr "حذف کلمات توقف از URL"
|
6044 |
+
|
6045 |
+
#~ msgid "eg: Apple"
|
6046 |
+
#~ msgstr "به عنوان مثال: اپل"
|
6047 |
+
|
6048 |
+
#~ msgid "eg: @wp_seopress"
|
6049 |
+
#~ msgstr "به عنوان مثال: @ wp_seopress"
|
6050 |
+
|
6051 |
+
#~ msgid ""
|
6052 |
+
#~ "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
|
6053 |
+
#~ msgstr "تنظیم بر اساس زبان سایت زبان پشتیبانی EN، FR، ES، DE، IT، PT."
|
6054 |
+
|
6055 |
+
#~ msgid "Count words?"
|
6056 |
+
#~ msgstr "شمار کلمات؟"
|
6057 |
+
|
6058 |
+
#~ msgid "SEOPress.org"
|
6059 |
+
#~ msgstr "SEOPress.org"
|
6060 |
+
|
6061 |
+
#~ msgid "SEOPress BOT - Broken links"
|
6062 |
+
#~ msgstr "ربات سئوپرس - لینک های شکسته"
|
6063 |
+
|
6064 |
+
#~ msgid "Post title"
|
6065 |
+
#~ msgstr "عنوان پست"
|
6066 |
+
|
6067 |
+
#~ msgid "Target keywords were found in the Post Title."
|
6068 |
+
#~ msgstr "کلمات کلیدی هدف در عنوان پست یافت شد."
|
6069 |
+
|
6070 |
+
#~ msgid "None of your target keywords were found in the Post Title."
|
6071 |
+
#~ msgstr "هیچ کدام از کلمات کلیدی مورد نظر شما در عنوان پست یافت نشد."
|
6072 |
+
|
6073 |
+
#~ msgid "No post title set for this post!"
|
6074 |
+
#~ msgstr "عنوان پست برای این پست تعیین نشده است!"
|
6075 |
+
|
6076 |
+
#~ msgid "Post Content"
|
6077 |
+
#~ msgstr "محتوا ارسال"
|
6078 |
+
|
6079 |
+
#~ msgid "Product gallery"
|
6080 |
+
#~ msgstr "گالری محصول"
|
6081 |
+
|
6082 |
+
#~ msgid "Google + URL"
|
6083 |
+
#~ msgstr "گوگل + URL"
|
6084 |
+
|
6085 |
+
#~ msgid ""
|
6086 |
+
#~ "Only the last 1000 items are listed in Sitemaps for performances issues."
|
6087 |
+
#~ msgstr ""
|
6088 |
+
#~ "تنها آخرین 1000 مورد در نقشه های سایت برای مسائل اجرای نمایش داده شده است."
|
6089 |
+
|
6090 |
+
#~ msgid "<p>Link your site with your social accounts.</p>"
|
6091 |
+
#~ msgstr "<p> سایت خود را با حسابهای اجتماعی مرتبط کنید. </ p>"
|
6092 |
+
|
6093 |
+
#~ msgid "eg: https://plus.google.com/+BenjaminDenis"
|
6094 |
+
#~ msgstr "به عنوان مثال: https://plus.google.com/+BenjaminDenis"
|
languages/wp-seopress_tr_TR.mo
ADDED
Binary file
|
languages/wp-seopress_tr_TR.po
ADDED
@@ -0,0 +1,6161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2020-04-13 14:16+0200\n"
|
6 |
+
"PO-Revision-Date: 2020-04-13 14:16+0200\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
9 |
+
"Language: tr_TR\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.3\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;_x;esc_attr_e;esc_attr__;esc_html__;esc_html_e\n"
|
15 |
+
"X-Poedit-Basepath: ..\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: inc/admin/admin-features-list.php:15
|
21 |
+
msgid "Titles & metas"
|
22 |
+
msgstr "Başlıklar & metalar"
|
23 |
+
|
24 |
+
#: inc/admin/admin-features-list.php:16
|
25 |
+
#, fuzzy
|
26 |
+
#| msgid "Manage all your titles & metas"
|
27 |
+
msgid "Manage all your titles & metas for post types, taxonomies, archives..."
|
28 |
+
msgstr "Tüm başlıkları & metaları yönet"
|
29 |
+
|
30 |
+
#: inc/admin/admin-features-list.php:18 inc/admin/admin-features-list.php:34
|
31 |
+
#: inc/admin/admin-features-list.php:50 inc/admin/admin-features-list.php:66
|
32 |
+
#: inc/admin/admin-features-list.php:82 inc/admin/admin-features-list.php:93
|
33 |
+
#: inc/admin/admin-features-list.php:109 inc/admin/admin-features-list.php:118
|
34 |
+
#: inc/admin/admin-features-list.php:127 inc/admin/admin-features-list.php:136
|
35 |
+
#: inc/admin/admin-features-list.php:155 inc/admin/admin-features-list.php:171
|
36 |
+
#: inc/admin/admin-features-list.php:192 inc/admin/admin-features-list.php:209
|
37 |
+
#: inc/admin/admin-features-list.php:228 inc/admin/admin-features-list.php:247
|
38 |
+
#: inc/admin/admin-features-list.php:285 inc/admin/admin-features-list.php:295
|
39 |
+
#: inc/admin/admin-features-list.php:305 inc/admin/admin-features-list.php:316
|
40 |
+
#: inc/admin/admin-features-list.php:327 inc/admin/admin-features-list.php:345
|
41 |
+
msgid "Manage"
|
42 |
+
msgstr "Yönet"
|
43 |
+
|
44 |
+
#: inc/admin/admin-features-list.php:23 inc/admin/admin-features-list.php:39
|
45 |
+
#: inc/admin/admin-features-list.php:55 inc/admin/admin-features-list.php:71
|
46 |
+
#: inc/admin/admin-features-list.php:98 inc/admin/admin-features-list.php:144
|
47 |
+
#: inc/admin/admin-features-list.php:160 inc/admin/admin-features-list.php:176
|
48 |
+
#: inc/admin/admin-features-list.php:197 inc/admin/admin-features-list.php:214
|
49 |
+
#: inc/admin/admin-features-list.php:233 inc/admin/admin-features-list.php:252
|
50 |
+
#: inc/admin/admin-features-list.php:271 inc/admin/admin-features-list.php:332
|
51 |
+
#: inc/admin/admin-features-list.php:350 inc/admin/admin.php:293
|
52 |
+
#: inc/admin/admin.php:299
|
53 |
+
msgid "Read our guide"
|
54 |
+
msgstr "Kılavuzumuzu okuyun"
|
55 |
+
|
56 |
+
#: inc/admin/admin-features-list.php:24
|
57 |
+
msgid "Guide to manage your titles and meta descriptions - new window"
|
58 |
+
msgstr "Başlık ve meta açıklamaları yönetmek için kılavuz - yeni pencere"
|
59 |
+
|
60 |
+
#: inc/admin/admin-features-list.php:31 inc/admin/admin.php:192
|
61 |
+
msgid "XML / Image / Video / HTML Sitemap"
|
62 |
+
msgstr "XML / Görüntü / Video / HTML site haritası"
|
63 |
+
|
64 |
+
#: inc/admin/admin-features-list.php:32
|
65 |
+
msgid "Manage your XML / Image / Video / HTML Sitemap"
|
66 |
+
msgstr "XML / Görüntü / Video / HTML site haritanızı yönetin"
|
67 |
+
|
68 |
+
#: inc/admin/admin-features-list.php:40
|
69 |
+
msgid "Guide to enable your XML Sitemaps - new window"
|
70 |
+
msgstr "XML site haritaları etkinleştirmek için kılavuz - yeni pencere"
|
71 |
+
|
72 |
+
#: inc/admin/admin-features-list.php:47 inc/admin/admin-header.php:48
|
73 |
+
#: inc/admin/admin.php:193 inc/admin/adminbar.php:38
|
74 |
+
msgid "Social Networks"
|
75 |
+
msgstr "Sosyal Ağlar"
|
76 |
+
|
77 |
+
#: inc/admin/admin-features-list.php:48
|
78 |
+
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
79 |
+
msgstr "XML site haritaları etkinleştirmek için kılavuz - yeni pencere."
|
80 |
+
|
81 |
+
#: inc/admin/admin-features-list.php:56
|
82 |
+
msgid "Guide to enable Google Knowledge Graph - new window"
|
83 |
+
msgstr "Google bilgi grafiği kılavuzu etkinleştirmek için - yeni pencere"
|
84 |
+
|
85 |
+
#: inc/admin/admin-features-list.php:63 inc/admin/admin-header.php:54
|
86 |
+
#: inc/admin/adminbar.php:44
|
87 |
+
msgid "Google Analytics"
|
88 |
+
msgstr "Google Analytics"
|
89 |
+
|
90 |
+
#: inc/admin/admin-features-list.php:64
|
91 |
+
msgid "Track everything about your visitors with Google Analytics"
|
92 |
+
msgstr "Google Analytics ile ziyaretçileriniz hakkında her şeyi izleyin"
|
93 |
+
|
94 |
+
#: inc/admin/admin-features-list.php:72
|
95 |
+
msgid "Guide to getting started with Google Analytics - new window"
|
96 |
+
msgstr "Google Analytics'e başlarken kılavuzu - yeni pencere"
|
97 |
+
|
98 |
+
#: inc/admin/admin-features-list.php:79 inc/admin/admin-header.php:60
|
99 |
+
#: inc/admin/admin-metaboxes-form.php:58 inc/admin/admin.php:195
|
100 |
+
#: inc/admin/admin.php:356 inc/admin/admin.php:636 inc/admin/adminbar.php:50
|
101 |
+
msgid "Advanced"
|
102 |
+
msgstr "Gelişmiş"
|
103 |
+
|
104 |
+
#: inc/admin/admin-features-list.php:80
|
105 |
+
msgid "Advanced SEO options for advanced users!"
|
106 |
+
msgstr "Gelişmiş kullanıcılar için gelişmiş SEO seçenekleri!"
|
107 |
+
|
108 |
+
#: inc/admin/admin-features-list.php:90 inc/admin/admin-header.php:68
|
109 |
+
msgid "WooCommerce"
|
110 |
+
msgstr "WooCommerce"
|
111 |
+
|
112 |
+
#: inc/admin/admin-features-list.php:91
|
113 |
+
msgid "Improve WooCommerce SEO"
|
114 |
+
msgstr "WooCommerce SEO'yu geliştirin"
|
115 |
+
|
116 |
+
#: inc/admin/admin-features-list.php:99
|
117 |
+
#, fuzzy
|
118 |
+
#| msgid "Guide to edit your robots.txt file - new window"
|
119 |
+
msgid "Guide to optimize your WooCommerce SEO - new window"
|
120 |
+
msgstr "Robots.txt dosyanızı düzenlemek için kılavuz - yeni pencere"
|
121 |
+
|
122 |
+
#: inc/admin/admin-features-list.php:106 inc/admin/admin-header.php:74
|
123 |
+
msgid "Easy Digital Downloads"
|
124 |
+
msgstr "Kolay Dijital İndirme"
|
125 |
+
|
126 |
+
#: inc/admin/admin-features-list.php:107
|
127 |
+
msgid "Improve Easy Digital Downloads SEO"
|
128 |
+
msgstr "Kolay dijital indirme SEO'yu geliştirin"
|
129 |
+
|
130 |
+
#: inc/admin/admin-features-list.php:115 inc/admin/admin-header.php:80
|
131 |
+
msgid "Local Business"
|
132 |
+
msgstr "Yerel İşletme"
|
133 |
+
|
134 |
+
#: inc/admin/admin-features-list.php:116
|
135 |
+
msgid "Add Google Local Business data type"
|
136 |
+
msgstr "Google Yerel İşletme veri türünü ekle"
|
137 |
+
|
138 |
+
#: inc/admin/admin-features-list.php:124 inc/admin/admin-header.php:86
|
139 |
+
msgid "Dublin Core"
|
140 |
+
msgstr "Dublin Çekirdek"
|
141 |
+
|
142 |
+
#: inc/admin/admin-features-list.php:125
|
143 |
+
msgid "Add Dublin Core meta tags"
|
144 |
+
msgstr "Dublin çekirdek meta etiketleri ekle"
|
145 |
+
|
146 |
+
#: inc/admin/admin-features-list.php:133
|
147 |
+
msgid "Structured Data Types"
|
148 |
+
msgstr "Yapısal veri türleri"
|
149 |
+
|
150 |
+
#: inc/admin/admin-features-list.php:134
|
151 |
+
#, fuzzy
|
152 |
+
#| msgid ""
|
153 |
+
#| "Add data types to your content: articles, courses, recipes, videos, "
|
154 |
+
#| "events and products"
|
155 |
+
msgid ""
|
156 |
+
"Add data types to your content: articles, courses, recipes, videos, events, "
|
157 |
+
"products and more."
|
158 |
+
msgstr ""
|
159 |
+
"İçeriğinize veri türleri ekleyin: makaleler, kurslar, yemek tarifleri, "
|
160 |
+
"videolar, etkinlikler ve ürünler"
|
161 |
+
|
162 |
+
#: inc/admin/admin-features-list.php:139 inc/admin/admin-features-list.php:225
|
163 |
+
#, fuzzy
|
164 |
+
#| msgid "See archive"
|
165 |
+
msgid "See schemas"
|
166 |
+
msgstr "Bkz. Arşiv"
|
167 |
+
|
168 |
+
#: inc/admin/admin-features-list.php:145 inc/admin/admin-features-list.php:234
|
169 |
+
#, fuzzy
|
170 |
+
#| msgid "Guide to activate SEOPress PRO - new window"
|
171 |
+
msgid "Guide to add schemas with SEOPress PRO - new window"
|
172 |
+
msgstr "SEOPress PRO etkinleştirmek için kılavuz - yeni pencere"
|
173 |
+
|
174 |
+
#: inc/admin/admin-features-list.php:152 inc/admin/admin-header.php:98
|
175 |
+
msgid "Breadcrumbs"
|
176 |
+
msgstr "Kırıntılar"
|
177 |
+
|
178 |
+
#: inc/admin/admin-features-list.php:153
|
179 |
+
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
180 |
+
msgstr ""
|
181 |
+
"Tema için kırıntıları etkinleştirin ve SERPs içinde SEO'nuzu geliştirin"
|
182 |
+
|
183 |
+
#: inc/admin/admin-features-list.php:161
|
184 |
+
msgid "Guide to enable Breadcrumbs - new window"
|
185 |
+
msgstr "Kırıntıları etkinleştirmek için kılavuzu - yeni pencere"
|
186 |
+
|
187 |
+
#: inc/admin/admin-features-list.php:168 inc/admin/admin-header.php:104
|
188 |
+
msgid "Google Page Speed"
|
189 |
+
msgstr "Google Sayfa Hızı"
|
190 |
+
|
191 |
+
#: inc/admin/admin-features-list.php:169
|
192 |
+
msgid "Track your website performance to improve SEO with Google Page Speed"
|
193 |
+
msgstr ""
|
194 |
+
"Google sayfa hızı ile SEO geliştirmek için Web sitesi performansını takip "
|
195 |
+
"edin"
|
196 |
+
|
197 |
+
#: inc/admin/admin-features-list.php:177
|
198 |
+
msgid "Guide to analyze your site with Google Page Speed - new window"
|
199 |
+
msgstr "Google sayfa hızı ile sitenizi analiz kılavuzu - yeni pencere"
|
200 |
+
|
201 |
+
#: inc/admin/admin-features-list.php:186 inc/admin/admin-header.php:111
|
202 |
+
msgid "robots.txt"
|
203 |
+
msgstr "robots.txt"
|
204 |
+
|
205 |
+
#: inc/admin/admin-features-list.php:187
|
206 |
+
msgid "Edit your robots.txt file"
|
207 |
+
msgstr "Robots.txt dosyanızı düzenleme"
|
208 |
+
|
209 |
+
#: inc/admin/admin-features-list.php:189
|
210 |
+
msgid "View your robots.txt"
|
211 |
+
msgstr "Robots.txt dosyanızı görüntüleme"
|
212 |
+
|
213 |
+
#: inc/admin/admin-features-list.php:198 inc/admin/admin-features-list.php:215
|
214 |
+
msgid "Guide to edit your robots.txt file - new window"
|
215 |
+
msgstr "Robots.txt dosyanızı düzenlemek için kılavuz - yeni pencere"
|
216 |
+
|
217 |
+
#: inc/admin/admin-features-list.php:206 inc/admin/admin-header.php:118
|
218 |
+
msgid "Google News Sitemap"
|
219 |
+
msgstr "Google Haberler Site Haritası"
|
220 |
+
|
221 |
+
#: inc/admin/admin-features-list.php:207
|
222 |
+
msgid "Optimize your site for Google News"
|
223 |
+
msgstr "Google Haberler için sitenizi optimize edin"
|
224 |
+
|
225 |
+
#: inc/admin/admin-features-list.php:222 inc/admin/adminbar.php:85
|
226 |
+
msgid "Schemas"
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: inc/admin/admin-features-list.php:223
|
230 |
+
msgid "Create / manage your schemas"
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: inc/admin/admin-features-list.php:241 inc/admin/admin-header.php:124
|
234 |
+
#: inc/admin/admin.php:675 inc/admin/adminbar.php:93
|
235 |
+
msgid "Redirections"
|
236 |
+
msgstr "Yeniden yönlendirme"
|
237 |
+
|
238 |
+
#: inc/admin/admin-features-list.php:242
|
239 |
+
msgid "Monitor 404, create 301, 302 and 307 redirections"
|
240 |
+
msgstr "Monitör 404, 301, 302 ve 307 yeniden yönlendirme oluştur"
|
241 |
+
|
242 |
+
#: inc/admin/admin-features-list.php:244
|
243 |
+
msgid "See redirects"
|
244 |
+
msgstr "Yeniden yönlendirmelere bakın"
|
245 |
+
|
246 |
+
#: inc/admin/admin-features-list.php:253
|
247 |
+
msgid "Guide to enable 301 redirections and 404 monitoring - new window"
|
248 |
+
msgstr ""
|
249 |
+
"301 yönlendirmeler ve 404 kontrol etkinleştirmek için kılavuz - yeni pencere"
|
250 |
+
|
251 |
+
#: inc/admin/admin-features-list.php:260 inc/admin/admin-header.php:130
|
252 |
+
#, fuzzy
|
253 |
+
#| msgid "Broken Links"
|
254 |
+
msgid "Broken links"
|
255 |
+
msgstr "Kırık linkler"
|
256 |
+
|
257 |
+
#: inc/admin/admin-features-list.php:261
|
258 |
+
msgid "Scan your site to find SEO problems."
|
259 |
+
msgstr "SEO sorunlarını bulmak için sitenizi tarayın."
|
260 |
+
|
261 |
+
#: inc/admin/admin-features-list.php:263
|
262 |
+
msgid "See broken links"
|
263 |
+
msgstr "Kırık bağlantılara bakın"
|
264 |
+
|
265 |
+
#: inc/admin/admin-features-list.php:266
|
266 |
+
msgid "Scan"
|
267 |
+
msgstr "Tarama"
|
268 |
+
|
269 |
+
#: inc/admin/admin-features-list.php:272
|
270 |
+
#, fuzzy
|
271 |
+
#| msgid "Guide to activate SEOPress PRO - new window"
|
272 |
+
msgid "Guide to find broken links with SEOPress PRO - new window"
|
273 |
+
msgstr "SEOPress PRO etkinleştirmek için kılavuz - yeni pencere"
|
274 |
+
|
275 |
+
#: inc/admin/admin-features-list.php:279 inc/admin/admin-header.php:136
|
276 |
+
#: inc/admin/adminbar.php:108
|
277 |
+
msgid "Backlinks"
|
278 |
+
msgstr "Geri bağlantılar"
|
279 |
+
|
280 |
+
#: inc/admin/admin-features-list.php:280
|
281 |
+
msgid "Check your backlinks with Majestic API."
|
282 |
+
msgstr "Majestic API ile geri bağlantıları kontrol edin."
|
283 |
+
|
284 |
+
#: inc/admin/admin-features-list.php:282
|
285 |
+
msgid "See backlinks"
|
286 |
+
msgstr "Geri bağlantılara bakın"
|
287 |
+
|
288 |
+
#: inc/admin/admin-features-list.php:292 inc/admin/admin-header.php:142
|
289 |
+
msgid "URL Rewriting"
|
290 |
+
msgstr "URL yeniden yazma"
|
291 |
+
|
292 |
+
#: inc/admin/admin-features-list.php:293
|
293 |
+
msgid "Customize your permalinks."
|
294 |
+
msgstr "Kalıcı bağlantıları özelleştirin."
|
295 |
+
|
296 |
+
#: inc/admin/admin-features-list.php:302 inc/admin/admin-header.php:155
|
297 |
+
msgid ".htaccess"
|
298 |
+
msgstr ".htaccess"
|
299 |
+
|
300 |
+
#: inc/admin/admin-features-list.php:303
|
301 |
+
msgid "Edit your htaccess file."
|
302 |
+
msgstr "Htaccess dosyanızı düzenleyin."
|
303 |
+
|
304 |
+
#: inc/admin/admin-features-list.php:313 inc/admin/admin-header.php:162
|
305 |
+
msgid "RSS"
|
306 |
+
msgstr "RSS"
|
307 |
+
|
308 |
+
#: inc/admin/admin-features-list.php:314
|
309 |
+
msgid "Configure default WordPress RSS."
|
310 |
+
msgstr "Varsayılan WordPress RSS'i yapılandır."
|
311 |
+
|
312 |
+
#: inc/admin/admin-features-list.php:324 inc/admin/admin-header.php:175
|
313 |
+
#: inc/admin/admin.php:196 inc/admin/adminbar.php:56
|
314 |
+
msgid "Tools"
|
315 |
+
msgstr "Araçlar"
|
316 |
+
|
317 |
+
#: inc/admin/admin-features-list.php:325
|
318 |
+
#, fuzzy
|
319 |
+
#| msgid "Import/Export SEOPress settings from site to site."
|
320 |
+
msgid "Import/Export plugin settings from site to site."
|
321 |
+
msgstr "Dışa aktarma/İçe aktarma siteden siteye SEOPress ayarları."
|
322 |
+
|
323 |
+
#: inc/admin/admin-features-list.php:333
|
324 |
+
msgid "Guide to Export/Import/Reset settings - new window"
|
325 |
+
msgstr "Dışa aktarma/İçe aktarma/sıfırlama ayarları kılavuzu - yeni pencere"
|
326 |
+
|
327 |
+
#: inc/admin/admin-features-list.php:342 inc/admin/admin-header.php:168
|
328 |
+
#: inc/admin/admin-notifications-center.php:525 inc/admin/adminbar.php:72
|
329 |
+
msgid "License"
|
330 |
+
msgstr "Lisans"
|
331 |
+
|
332 |
+
#: inc/admin/admin-features-list.php:343
|
333 |
+
#, fuzzy
|
334 |
+
#| msgid "Edit your SEOPress license key."
|
335 |
+
msgid "Edit your license key."
|
336 |
+
msgstr "SEOPress lisans anahtarını düzenleyin."
|
337 |
+
|
338 |
+
#: inc/admin/admin-features-list.php:351
|
339 |
+
msgid "Guide to activate SEOPress PRO - new window"
|
340 |
+
msgstr "SEOPress PRO etkinleştirmek için kılavuz - yeni pencere"
|
341 |
+
|
342 |
+
#: inc/admin/admin-features-list.php:406 inc/admin/admin-features-list.php:410
|
343 |
+
#, fuzzy
|
344 |
+
#| msgid "Click to disable this feature"
|
345 |
+
msgid "Click to disable"
|
346 |
+
msgstr "Bu özelliği devre dışı bırakmak için tıklayın"
|
347 |
+
|
348 |
+
#: inc/admin/admin-features-list.php:407 inc/admin/admin-features-list.php:409
|
349 |
+
#, fuzzy
|
350 |
+
#| msgid "Click to enable this feature"
|
351 |
+
msgid "Click to enable"
|
352 |
+
msgstr "Bu özelliği etkinleştirmek için tıklayın"
|
353 |
+
|
354 |
+
#: inc/admin/admin-get-started.php:9
|
355 |
+
msgid "How-to get started"
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: inc/admin/admin-get-started.php:10
|
359 |
+
msgid "Welcome to SEOPress!"
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: inc/admin/admin-get-started.php:11
|
363 |
+
msgid ""
|
364 |
+
"Launch our installation wizard to quickly and easily configure the basic SEO "
|
365 |
+
"settings for your site. Browse our video guides to go further. Can't find "
|
366 |
+
"the answers to your questions? Open a ticket from your customer area. A "
|
367 |
+
"happiness engineer will be happy to help you."
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: inc/admin/admin-get-started.php:12
|
371 |
+
#, fuzzy
|
372 |
+
#| msgid "Get list"
|
373 |
+
msgid "Get started"
|
374 |
+
msgstr "Listeyi al"
|
375 |
+
|
376 |
+
#: inc/admin/admin-get-started.php:13
|
377 |
+
#, fuzzy
|
378 |
+
#| msgid "Enter your video categories"
|
379 |
+
msgid "Watch our video guides"
|
380 |
+
msgstr "Video kategorileri gir"
|
381 |
+
|
382 |
+
#: inc/admin/admin-get-started.php:25
|
383 |
+
msgid "Our support center"
|
384 |
+
msgstr ""
|
385 |
+
|
386 |
+
#: inc/admin/admin-header.php:17
|
387 |
+
msgid "SEOPress"
|
388 |
+
msgstr "SEOPress"
|
389 |
+
|
390 |
+
#: inc/admin/admin-header.php:24 inc/admin/admin-notifications-center.php:554
|
391 |
+
#: inc/admin/adminbar.php:78
|
392 |
+
msgid "PRO"
|
393 |
+
msgstr "PRO"
|
394 |
+
|
395 |
+
#: inc/admin/admin-header.php:29
|
396 |
+
msgid "FREE"
|
397 |
+
msgstr ""
|
398 |
+
|
399 |
+
#: inc/admin/admin-header.php:36 inc/admin/admin.php:191
|
400 |
+
#: inc/admin/adminbar.php:26
|
401 |
+
msgid "Titles & Metas"
|
402 |
+
msgstr "Başlıklar & Metalar"
|
403 |
+
|
404 |
+
#: inc/admin/admin-header.php:42 inc/admin/admin.php:192
|
405 |
+
#: inc/admin/adminbar.php:32
|
406 |
+
msgid "XML / HTML Sitemap"
|
407 |
+
msgstr "XML / HTML Site haritası"
|
408 |
+
|
409 |
+
#: inc/admin/admin-header.php:92
|
410 |
+
msgid "Structured Data Types (schema.org)"
|
411 |
+
msgstr "Yapısal Veri Türleri (schema.org)"
|
412 |
+
|
413 |
+
#: inc/admin/admin-header.php:149
|
414 |
+
msgid "White Label"
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#: inc/admin/admin-header.php:200
|
418 |
+
msgid "See the changelog (new window)"
|
419 |
+
msgstr "Değişikliklere bak (yeni pencere)"
|
420 |
+
|
421 |
+
#: inc/admin/admin-header.php:202
|
422 |
+
msgid "See the changelog"
|
423 |
+
msgstr "Değişikliklere bak"
|
424 |
+
|
425 |
+
#: inc/admin/admin-header.php:204 inc/admin/admin-header.php:206
|
426 |
+
msgid "Send feedback"
|
427 |
+
msgstr "Yorum gönder"
|
428 |
+
|
429 |
+
#: inc/admin/admin-header.php:208
|
430 |
+
msgid "Follow us on Twitter (new window)"
|
431 |
+
msgstr "Twitter'da bizi takip edin (yeni pencere)"
|
432 |
+
|
433 |
+
#: inc/admin/admin-header.php:210 inc/admin/admin-wizard.php:871
|
434 |
+
msgid "Follow us on Twitter"
|
435 |
+
msgstr "Twitter'da bizi takip edin"
|
436 |
+
|
437 |
+
#: inc/admin/admin-header.php:212
|
438 |
+
msgid "Follow us on YouTube (new window)"
|
439 |
+
msgstr "Youtube'da bizi takip edin (yeni pencere)"
|
440 |
+
|
441 |
+
#: inc/admin/admin-header.php:214
|
442 |
+
msgid "Follow us on YouTube"
|
443 |
+
msgstr "Youtube'da bizi takip edin"
|
444 |
+
|
445 |
+
#: inc/admin/admin-header.php:216
|
446 |
+
msgid "Official website (new window)"
|
447 |
+
msgstr "Resmi Web sitesi (yeni pencere)"
|
448 |
+
|
449 |
+
#: inc/admin/admin-header.php:218
|
450 |
+
msgid "Official website"
|
451 |
+
msgstr "Resmi Web sitesi"
|
452 |
+
|
453 |
+
#: inc/admin/admin-header.php:220
|
454 |
+
msgid "Support (new window)"
|
455 |
+
msgstr "Destek (yeni pencere)"
|
456 |
+
|
457 |
+
#: inc/admin/admin-header.php:222
|
458 |
+
msgid "Support"
|
459 |
+
msgstr "Destek"
|
460 |
+
|
461 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:5
|
462 |
+
msgid "Enter a few keywords for analysis to help you write optimized content."
|
463 |
+
msgstr ""
|
464 |
+
"Optimize edilmiş içeriğe yardım ve analiz için birkaç anahtar kelime girin."
|
465 |
+
|
466 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:8
|
467 |
+
msgid ""
|
468 |
+
"Writing content for your users is the most important thing! If it doesn‘t "
|
469 |
+
"feel natural, your visitors will leave your site, Google will know it and "
|
470 |
+
"your ranking will be affected."
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:12
|
474 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:18
|
475 |
+
#: inc/functions/options-advanced-admin.php:822
|
476 |
+
msgid "Target keywords"
|
477 |
+
msgstr "Hedef anahtar sözcükler"
|
478 |
+
|
479 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:15
|
480 |
+
#, fuzzy
|
481 |
+
#| msgid ""
|
482 |
+
#| "Separate target keywords with commas. Do not use spaces after the commas, "
|
483 |
+
#| "unless you want to include them."
|
484 |
+
msgid ""
|
485 |
+
"Separate target keywords with commas. Do not use spaces after the commas, "
|
486 |
+
"unless you want to include them (eg: \"my super keyword,another keyword,"
|
487 |
+
"keyword\")"
|
488 |
+
msgstr ""
|
489 |
+
"Hedef anahtar sözcükleri virgüllerle ayırın. Eğer bunları dahil etmek "
|
490 |
+
"istemiyorsanız virgülden sonra boşluk kullanmayın."
|
491 |
+
|
492 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:18
|
493 |
+
msgid "Enter your target keywords"
|
494 |
+
msgstr "Hedef anahtar kelimeleri girin"
|
495 |
+
|
496 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:21
|
497 |
+
msgid "Analyze my content"
|
498 |
+
msgstr "İçeriğimi analiz et"
|
499 |
+
|
500 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:23
|
501 |
+
msgid "Refresh analysis"
|
502 |
+
msgstr "Analizi yenile"
|
503 |
+
|
504 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:26
|
505 |
+
msgid "To get the most accurate analysis, save your post first."
|
506 |
+
msgstr "En doğru analizi almak için önce yazınızı kaydedin."
|
507 |
+
|
508 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:31
|
509 |
+
msgid "Google suggestions"
|
510 |
+
msgstr "Google önerileri"
|
511 |
+
|
512 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:34
|
513 |
+
msgid ""
|
514 |
+
"Enter a keyword, or a phrase, to find the top 10 Google suggestions "
|
515 |
+
"instantly. This is useful if you want to work with the long tail technique."
|
516 |
+
msgstr ""
|
517 |
+
"En iyi 10 Google önerilerini anında bulmak için bir anahtar kelime veya "
|
518 |
+
"ifade girin. Uzun kuyruk tekniğiyle çalışmak istiyorsanız bu yararlıdır."
|
519 |
+
|
520 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:39
|
521 |
+
msgid "Get suggestions!"
|
522 |
+
msgstr "Öneriler alın!"
|
523 |
+
|
524 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:94
|
525 |
+
#, fuzzy
|
526 |
+
#| msgid "Structured Data Types"
|
527 |
+
msgid "Structured data types"
|
528 |
+
msgstr "Yapısal veri türleri"
|
529 |
+
|
530 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:99
|
531 |
+
#, fuzzy
|
532 |
+
#| msgid "Last modified post date"
|
533 |
+
msgid "Last modified date"
|
534 |
+
msgstr "Son değiştirilen yazı tarihi"
|
535 |
+
|
536 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:104
|
537 |
+
msgid "Words counter"
|
538 |
+
msgstr "Kelime sayacı"
|
539 |
+
|
540 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:109
|
541 |
+
msgid "Keywords density"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:114
|
545 |
+
#, fuzzy
|
546 |
+
#| msgid "Remove stop words in permalinks"
|
547 |
+
msgid "Keywords in permalink"
|
548 |
+
msgstr "Kalıcı bağlantılardan durdurma kelimelerini kaldır"
|
549 |
+
|
550 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:119
|
551 |
+
#, fuzzy
|
552 |
+
#| msgid "H1 (Heading 1)"
|
553 |
+
msgid "Headings"
|
554 |
+
msgstr "H1 (Başlık 1)"
|
555 |
+
|
556 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:124
|
557 |
+
#: inc/admin/admin-metaboxes-form.php:106
|
558 |
+
msgid "Meta title"
|
559 |
+
msgstr "Meta başlık"
|
560 |
+
|
561 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:129
|
562 |
+
#: inc/admin/admin-metaboxes-form.php:130
|
563 |
+
#: inc/admin/admin-metaboxes-form.php:131
|
564 |
+
#: inc/admin/admin-metaboxes-form.php:133 inc/admin/admin-wizard.php:294
|
565 |
+
#: inc/admin/admin-wizard.php:313 inc/admin/admin-wizard.php:330
|
566 |
+
#: inc/admin/admin-wizard.php:349 inc/admin/admin-wizard.php:368
|
567 |
+
#: inc/admin/admin-wizard.php:386 inc/admin/admin-wizard.php:403
|
568 |
+
#: inc/admin/admin.php:773 inc/admin/admin.php:794 inc/admin/admin.php:813
|
569 |
+
#: inc/admin/admin.php:834 inc/admin/admin.php:855 inc/admin/admin.php:875
|
570 |
+
#: inc/admin/admin.php:894 inc/admin/admin.php:1190 inc/admin/admin.php:2952
|
571 |
+
#: inc/functions/options-advanced-admin.php:814
|
572 |
+
msgid "Meta description"
|
573 |
+
msgstr "Meta açıklama"
|
574 |
+
|
575 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:134
|
576 |
+
#, fuzzy
|
577 |
+
#| msgid "Social Networks"
|
578 |
+
msgid "Social meta tags"
|
579 |
+
msgstr "Sosyal Ağlar"
|
580 |
+
|
581 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:139
|
582 |
+
msgid "Meta robots"
|
583 |
+
msgstr ""
|
584 |
+
|
585 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:144
|
586 |
+
msgid "Alternative texts of images"
|
587 |
+
msgstr ""
|
588 |
+
|
589 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:149
|
590 |
+
msgid "NoFollow Links"
|
591 |
+
msgstr "NoFollow Bağlantılar"
|
592 |
+
|
593 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:154
|
594 |
+
#, fuzzy
|
595 |
+
#| msgid "Broken Links"
|
596 |
+
msgid "Outbound Links"
|
597 |
+
msgstr "Kırık linkler"
|
598 |
+
|
599 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:162
|
600 |
+
msgid "We found these schemas in the source code of this page:"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:169
|
604 |
+
msgid "duplicated schema - x"
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:178
|
608 |
+
msgid "No schemas found in the source code of this page."
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:185
|
612 |
+
msgid "This post is a little old!"
|
613 |
+
msgstr ""
|
614 |
+
|
615 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:187
|
616 |
+
msgid "The last modified date of this article is less than 1 year. Cool!"
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:189
|
620 |
+
msgid ""
|
621 |
+
"Search engines love fresh content. Regularly update your articles without "
|
622 |
+
"having to rewrite your content entirely and give them a boost in search "
|
623 |
+
"rankings. SEOPress takes care of the technical part."
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:195
|
627 |
+
msgid ""
|
628 |
+
"Words counter is not a direct ranking factor. But, your content must be as "
|
629 |
+
"qualitative as possible, with relevant and unique information. To fulfill "
|
630 |
+
"these conditions, your article requires a minimum of paragraphs, so words."
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:197
|
634 |
+
msgid "words found."
|
635 |
+
msgstr "kelimeler bulundu."
|
636 |
+
|
637 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:198
|
638 |
+
msgid "unique words found."
|
639 |
+
msgstr "benzersiz kelimeler bulundu."
|
640 |
+
|
641 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:201
|
642 |
+
msgid ""
|
643 |
+
"Your content is composed of more than 300 words, which is the minimum for a "
|
644 |
+
"post."
|
645 |
+
msgstr ""
|
646 |
+
"İçeriğiniz 300 kelimeden fazla oluştu, zaten bir yazı için minumum kelime "
|
647 |
+
"300 ."
|
648 |
+
|
649 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:203
|
650 |
+
msgid "Your content is too short. Add a few more paragraphs!"
|
651 |
+
msgstr "İçeriğiniz çok kısa. Birkaç paragraf daha ekleyin!"
|
652 |
+
|
653 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:210
|
654 |
+
#, fuzzy
|
655 |
+
#| msgid "Your content is too short. Add a few more paragraphs!"
|
656 |
+
msgid "No content? Add a few more paragraphs!"
|
657 |
+
msgstr "İçeriğiniz çok kısa. Birkaç paragraf daha ekleyin!"
|
658 |
+
|
659 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:225
|
660 |
+
#, php-format
|
661 |
+
msgid "%s was found %d times in your content, a keyword density of %s%%"
|
662 |
+
msgstr ""
|
663 |
+
|
664 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:228
|
665 |
+
msgid ""
|
666 |
+
"Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" "
|
667 |
+
"target=\"_blank\">keywords stuffing</a>."
|
668 |
+
msgstr ""
|
669 |
+
|
670 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:232
|
671 |
+
msgid ""
|
672 |
+
"We were unable to calculate the density of your keywords. You probably "
|
673 |
+
"haven‘t added any content or your target keywords were not find in your post "
|
674 |
+
"content."
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:238
|
678 |
+
#, fuzzy
|
679 |
+
#| msgid "None of your target keywords were found in Heading 2 (H2)."
|
680 |
+
msgid "Cool, one of your target keyword is used in your permalink."
|
681 |
+
msgstr "Hedef anahtar kelimelerinizin hiçbiri başlık 2 de (H2) bulunamadı."
|
682 |
+
|
683 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:250
|
684 |
+
#, fuzzy
|
685 |
+
#| msgid "None of your target keywords were found in Heading 2 (H2)."
|
686 |
+
msgid "You should add one of your target keyword in your permalink."
|
687 |
+
msgstr "Hedef anahtar kelimelerinizin hiçbiri başlık 2 de (H2) bulunamadı."
|
688 |
+
|
689 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:258
|
690 |
+
msgid "H1 (Heading 1)"
|
691 |
+
msgstr "H1 (Başlık 1)"
|
692 |
+
|
693 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:266
|
694 |
+
#, fuzzy
|
695 |
+
#| msgid "Target keywords were found in Heading 2 (H2)."
|
696 |
+
msgid "Target keywords were found in Heading 1 (H1)."
|
697 |
+
msgstr "Hedef anahtar kelimeler Başlık 2 de (H2) bulundu."
|
698 |
+
|
699 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:275
|
700 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:305
|
701 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:326
|
702 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:349
|
703 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:383
|
704 |
+
#, php-format
|
705 |
+
msgid "%s was found %d times."
|
706 |
+
msgstr "%s %d kez bulundu."
|
707 |
+
|
708 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:280
|
709 |
+
#, php-format
|
710 |
+
msgid "We found %d Heading 1 (H1) in your content."
|
711 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
712 |
+
|
713 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:281
|
714 |
+
#, fuzzy
|
715 |
+
#| msgid ""
|
716 |
+
#| "You should not use a H1 heading in your post content because your post "
|
717 |
+
#| "title is already an H1. The rule is simple: only one H1 for each web page."
|
718 |
+
msgid ""
|
719 |
+
"You should not use more than one H1 heading in your post content. The rule "
|
720 |
+
"is simple: only one H1 for each web page. It is better for both SEO and "
|
721 |
+
"accessibility. Below, the list:"
|
722 |
+
msgstr ""
|
723 |
+
"Yazı içeriğinizde H1 başlık kullanılmamalıdır. Yazı başlık zaten H1'dir. "
|
724 |
+
"Kural basittir: Her Web sayfası için yalnızca bir H1."
|
725 |
+
|
726 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:295
|
727 |
+
msgid "H2 (Heading 2)"
|
728 |
+
msgstr "H2 (Başlık 2)"
|
729 |
+
|
730 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:297
|
731 |
+
msgid "Target keywords were found in Heading 2 (H2)."
|
732 |
+
msgstr "Hedef anahtar kelimeler Başlık 2 de (H2) bulundu."
|
733 |
+
|
734 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:309
|
735 |
+
msgid "None of your target keywords were found in Heading 2 (H2)."
|
736 |
+
msgstr "Hedef anahtar kelimelerinizin hiçbiri başlık 2 de (H2) bulunamadı."
|
737 |
+
|
738 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:316
|
739 |
+
msgid "H3 (Heading 3)"
|
740 |
+
msgstr "H3 (Başlık 3)"
|
741 |
+
|
742 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:318
|
743 |
+
msgid "Target keywords were found in Heading 3 (H3)."
|
744 |
+
msgstr "Hedef anahtar sözcükler başlık 3 te (H3) bulundu."
|
745 |
+
|
746 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:330
|
747 |
+
msgid "None of your target keywords were found in Heading 3 (H3)."
|
748 |
+
msgstr "Hedef anahtar kelimelerinizin hiçbiri başlık 3 ' te (H3) bulunamadı."
|
749 |
+
|
750 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:341
|
751 |
+
msgid "Target keywords were found in the Meta Title."
|
752 |
+
msgstr "Hedef anahtar sözcükler meta başlığında bulundu."
|
753 |
+
|
754 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:355
|
755 |
+
msgid "None of your target keywords were found in the Meta Title."
|
756 |
+
msgstr "Hedef anahtar kelimelerinizin hiçbiri meta başlığında bulunamadı."
|
757 |
+
|
758 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:360
|
759 |
+
msgid "Your custom title is too long."
|
760 |
+
msgstr "Özel başlığınız çok uzun."
|
761 |
+
|
762 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:363
|
763 |
+
msgid "The length of your title is correct"
|
764 |
+
msgstr "Başlığınızın uzunluğu doğru"
|
765 |
+
|
766 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:368
|
767 |
+
msgid ""
|
768 |
+
"No custom title is set for this post. If the global meta title suits you, "
|
769 |
+
"you can ignore this recommendation."
|
770 |
+
msgstr ""
|
771 |
+
|
772 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:375
|
773 |
+
msgid "Target keywords were found in the Meta description."
|
774 |
+
msgstr "Hedef anahtar sözcükler Meta açıklamasında bulundu."
|
775 |
+
|
776 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:389
|
777 |
+
msgid "None of your target keywords were found in the Meta description."
|
778 |
+
msgstr "Hedef anahtar kelimelerinizin hiçbiri Meta açıklamasında bulunamadı."
|
779 |
+
|
780 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:394
|
781 |
+
msgid "You custom meta description is too long."
|
782 |
+
msgstr "Özel meta açıklama çok uzun."
|
783 |
+
|
784 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:397
|
785 |
+
msgid "The length of your meta description is correct"
|
786 |
+
msgstr "Meta açıklamanın uzunluğu doğru"
|
787 |
+
|
788 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:402
|
789 |
+
msgid ""
|
790 |
+
"No custom meta description is set for this post. If the global meta "
|
791 |
+
"description suits you, you can ignore this recommendation."
|
792 |
+
msgstr ""
|
793 |
+
|
794 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:409
|
795 |
+
#, fuzzy
|
796 |
+
#| msgid "Enable Open Graph Data"
|
797 |
+
msgid "Open Graph Title"
|
798 |
+
msgstr "Open Graph verilerini etkinleştir"
|
799 |
+
|
800 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:418
|
801 |
+
#, fuzzy, php-format
|
802 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
803 |
+
msgid "We found %d og:title in your content."
|
804 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
805 |
+
|
806 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:419
|
807 |
+
msgid ""
|
808 |
+
"You should not use more than one og:title in your post content to avoid "
|
809 |
+
"conflicts when sharing on social networks. Facebook will take the last og:"
|
810 |
+
"title tag from your source code. Below, the list:"
|
811 |
+
msgstr ""
|
812 |
+
|
813 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:421
|
814 |
+
msgid "We found an Open Graph Title tag in your source code."
|
815 |
+
msgstr ""
|
816 |
+
|
817 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:433
|
818 |
+
msgid "Your Open Graph Title is missing!"
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:437
|
822 |
+
#, fuzzy
|
823 |
+
#| msgid "Term Description"
|
824 |
+
msgid "Open Graph Description"
|
825 |
+
msgstr "Terim açıklaması"
|
826 |
+
|
827 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:447
|
828 |
+
#, fuzzy, php-format
|
829 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
830 |
+
msgid "We found %d og:description in your content."
|
831 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
832 |
+
|
833 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:448
|
834 |
+
msgid ""
|
835 |
+
"You should not use more than one og:description in your post content to "
|
836 |
+
"avoid conflicts when sharing on social networks. Facebook will take the last "
|
837 |
+
"og:description tag from your source code. Below, the list:"
|
838 |
+
msgstr ""
|
839 |
+
|
840 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:450
|
841 |
+
msgid "We found an Open Graph Description tag in your source code."
|
842 |
+
msgstr ""
|
843 |
+
|
844 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:462
|
845 |
+
msgid "Your Open Graph Description is missing!"
|
846 |
+
msgstr ""
|
847 |
+
|
848 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:466
|
849 |
+
#, fuzzy
|
850 |
+
#| msgid "Enable Open Graph Data"
|
851 |
+
msgid "Open Graph Image"
|
852 |
+
msgstr "Open Graph verilerini etkinleştir"
|
853 |
+
|
854 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:475
|
855 |
+
#, fuzzy, php-format
|
856 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
857 |
+
msgid "We found %d og:image in your content."
|
858 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
859 |
+
|
860 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:487
|
861 |
+
msgid "Your Open Graph Image is missing!"
|
862 |
+
msgstr ""
|
863 |
+
|
864 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:491
|
865 |
+
#, fuzzy
|
866 |
+
#| msgid "Enable Open Graph Data"
|
867 |
+
msgid "Open Graph URL"
|
868 |
+
msgstr "Open Graph verilerini etkinleştir"
|
869 |
+
|
870 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:501
|
871 |
+
#, fuzzy, php-format
|
872 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
873 |
+
msgid "We found %d og:url in your content."
|
874 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
875 |
+
|
876 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:502
|
877 |
+
msgid ""
|
878 |
+
"You should not use more than one og:url in your post content to avoid "
|
879 |
+
"conflicts when sharing on social networks. Facebook will take the last og:"
|
880 |
+
"url tag from your source code. Below, the list:"
|
881 |
+
msgstr ""
|
882 |
+
|
883 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:504
|
884 |
+
msgid "We found an Open Graph URL tag in your source code."
|
885 |
+
msgstr ""
|
886 |
+
|
887 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:516
|
888 |
+
msgid "Your Open Graph URL is missing!"
|
889 |
+
msgstr ""
|
890 |
+
|
891 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:520
|
892 |
+
#, fuzzy
|
893 |
+
#| msgid "Enable Open Graph Data"
|
894 |
+
msgid "Open Graph Site Name"
|
895 |
+
msgstr "Open Graph verilerini etkinleştir"
|
896 |
+
|
897 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:530
|
898 |
+
#, fuzzy, php-format
|
899 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
900 |
+
msgid "We found %d og:site_name in your content."
|
901 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
902 |
+
|
903 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:531
|
904 |
+
msgid ""
|
905 |
+
"You should not use more than one og:site_name in your post content to avoid "
|
906 |
+
"conflicts when sharing on social networks. Facebook will take the last og:"
|
907 |
+
"site_name tag from your source code. Below, the list:"
|
908 |
+
msgstr ""
|
909 |
+
|
910 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:533
|
911 |
+
msgid "We found an Open Graph Site Name tag in your source code."
|
912 |
+
msgstr ""
|
913 |
+
|
914 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:545
|
915 |
+
msgid "Your Open Graph Site Name is missing!"
|
916 |
+
msgstr ""
|
917 |
+
|
918 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:549
|
919 |
+
#: inc/admin/admin-metaboxes-form.php:374
|
920 |
+
#: inc/admin/admin-metaboxes-form.php:375
|
921 |
+
msgid "Twitter Title"
|
922 |
+
msgstr "Twitter Başlık"
|
923 |
+
|
924 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:559
|
925 |
+
#, fuzzy, php-format
|
926 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
927 |
+
msgid "We found %d twitter:title in your content."
|
928 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
929 |
+
|
930 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:560
|
931 |
+
msgid ""
|
932 |
+
"You should not use more than one twitter:title in your post content to avoid "
|
933 |
+
"conflicts when sharing on social networks. Twitter will take the last "
|
934 |
+
"twitter:title tag from your source code. Below, the list:"
|
935 |
+
msgstr ""
|
936 |
+
|
937 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:562
|
938 |
+
msgid "We found a Twitter Title Tag in your source code."
|
939 |
+
msgstr ""
|
940 |
+
|
941 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:574
|
942 |
+
#, fuzzy
|
943 |
+
#| msgid "Your site title is empty!"
|
944 |
+
msgid "Your Twitter Title is missing!"
|
945 |
+
msgstr "Sitenizin başlığı boş!"
|
946 |
+
|
947 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:578
|
948 |
+
#, fuzzy
|
949 |
+
#| msgid "Twitter description"
|
950 |
+
msgid "Twitter Description"
|
951 |
+
msgstr "Twitter açıklaması"
|
952 |
+
|
953 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:588
|
954 |
+
#, fuzzy, php-format
|
955 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
956 |
+
msgid "We found %d twitter:description in your content."
|
957 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
958 |
+
|
959 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:589
|
960 |
+
msgid ""
|
961 |
+
"You should not use more than one twitter:description in your post content to "
|
962 |
+
"avoid conflicts when sharing on social networks. Twitter will take the last "
|
963 |
+
"twitter:description tag from your source code. Below, the list:"
|
964 |
+
msgstr ""
|
965 |
+
|
966 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:591
|
967 |
+
msgid "We found a Twitter Description tag in your source code."
|
968 |
+
msgstr ""
|
969 |
+
|
970 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:603
|
971 |
+
#, fuzzy
|
972 |
+
#| msgid "Enter your Twitter description"
|
973 |
+
msgid "Your Twitter Description is missing!"
|
974 |
+
msgstr "Twitter açıklamasını girin"
|
975 |
+
|
976 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:607
|
977 |
+
#, fuzzy
|
978 |
+
#| msgid "Default Twitter Image"
|
979 |
+
msgid "Twitter Image"
|
980 |
+
msgstr "Varsayılan Twitter görüntüsü"
|
981 |
+
|
982 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:616
|
983 |
+
#, fuzzy, php-format
|
984 |
+
#| msgid "We found %d Heading 1 (H1) in your content."
|
985 |
+
msgid "We found %d twitter:image in your content."
|
986 |
+
msgstr "İçeriğinize %d Başlık 1 (H1) bulduk."
|
987 |
+
|
988 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:628
|
989 |
+
msgid "Your Twitter Image is missing!"
|
990 |
+
msgstr ""
|
991 |
+
|
992 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:643
|
993 |
+
#, php-format
|
994 |
+
msgid ""
|
995 |
+
"We found %s meta robots in your page. There is probably something wrong with "
|
996 |
+
"your theme!"
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:648
|
1000 |
+
msgid "noindex is on! Search engines can't index this page."
|
1001 |
+
msgstr "noindex açık! Arama motorları bu sayfayı dizine alamaz."
|
1002 |
+
|
1003 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:650
|
1004 |
+
msgid "noindex is off. Search engines will index this page."
|
1005 |
+
msgstr "noindex kapalı. Arama motorları bu sayfayı dizine alır."
|
1006 |
+
|
1007 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:655
|
1008 |
+
msgid "nofollow is on! Search engines can't follow your links on this page."
|
1009 |
+
msgstr ""
|
1010 |
+
"nofollow açık! Arama motorları bu sayfadaki bağlantılarınızı takip edemez."
|
1011 |
+
|
1012 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:657
|
1013 |
+
msgid "nofollow is off. Search engines will follow links on this page."
|
1014 |
+
msgstr ""
|
1015 |
+
"nofollow kapalı. Arama motorları bu sayfadaki bağlantıları takip edecektir."
|
1016 |
+
|
1017 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:664
|
1018 |
+
msgid "noarchive is on! Search engines will not cache your page."
|
1019 |
+
msgstr "noarchive açık! Arama motorları sayfanızı önbelleğe almayacak."
|
1020 |
+
|
1021 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:666
|
1022 |
+
msgid "noarchive is off. Search engines will probably cache your page."
|
1023 |
+
msgstr ""
|
1024 |
+
"noarşiv kapalıdır. Arama motorları muhtemelen sayfanızı önbelleğe alacak."
|
1025 |
+
|
1026 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:673
|
1027 |
+
msgid ""
|
1028 |
+
"nosnippet is on! Search engines will not display a snippet of this page in "
|
1029 |
+
"search results."
|
1030 |
+
msgstr ""
|
1031 |
+
"nosnippet açık! Arama motorları bu sayfanın bir pasajını(parçacığını) arama "
|
1032 |
+
"sonuçlarında görüntülemeyecek."
|
1033 |
+
|
1034 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:675
|
1035 |
+
msgid ""
|
1036 |
+
"nosnippet is off. Search engines will display a snippet of this page in "
|
1037 |
+
"search results."
|
1038 |
+
msgstr ""
|
1039 |
+
"nosnippet kapalı. Arama motorları bu sayfanın bir pasajını(parçacığını) "
|
1040 |
+
"arama sonuçlarında görüntüleyecek."
|
1041 |
+
|
1042 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:678
|
1043 |
+
msgid ""
|
1044 |
+
"We found no meta robots on this page. It means, your page is index,follow. "
|
1045 |
+
"Search engines will index it, and follow links. "
|
1046 |
+
msgstr ""
|
1047 |
+
|
1048 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:687
|
1049 |
+
msgid ""
|
1050 |
+
"noimageindex is on! Google will not index your images on this page (but if "
|
1051 |
+
"someone makes a direct link to one of your image in this page, it will be "
|
1052 |
+
"indexed)."
|
1053 |
+
msgstr ""
|
1054 |
+
"noimageindex açık! Google bu sayfadaki görüntüleri dizine almaz (ama eğer "
|
1055 |
+
"birisi bu sayfadaki görüntüden birine doğrudan bir bağlantı yaparsa, dizine "
|
1056 |
+
"alacaktır)."
|
1057 |
+
|
1058 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:689
|
1059 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:701
|
1060 |
+
msgid "noimageindex is off. Google will index the images on this page."
|
1061 |
+
msgstr "noimageindex kapalı. Google bu sayfadaki görüntüleri dizine alacak."
|
1062 |
+
|
1063 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:696
|
1064 |
+
#, fuzzy
|
1065 |
+
#| msgid "Prevent Google to display a sitelinks searchbox in search results."
|
1066 |
+
msgid ""
|
1067 |
+
"nositelinkssearchbox is on! Google will not display a sitelinks searchbox in "
|
1068 |
+
"search results."
|
1069 |
+
msgstr ""
|
1070 |
+
"Google'ın arama sonuçlarında site bağlantılarını arama kutusunda "
|
1071 |
+
"görüntülemesini engelle."
|
1072 |
+
|
1073 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:698
|
1074 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:703
|
1075 |
+
#, fuzzy
|
1076 |
+
#| msgid "Prevent Google to display a sitelinks searchbox in search results."
|
1077 |
+
msgid ""
|
1078 |
+
"nositelinkssearchbox is off. Google will probably display a sitelinks "
|
1079 |
+
"searchbox in search results."
|
1080 |
+
msgstr ""
|
1081 |
+
"Google'ın arama sonuçlarında site bağlantılarını arama kutusunda "
|
1082 |
+
"görüntülemesini engelle."
|
1083 |
+
|
1084 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:716
|
1085 |
+
#, fuzzy
|
1086 |
+
#| msgid ""
|
1087 |
+
#| "No alternative text found for these images. Alt tags are important for "
|
1088 |
+
#| "both SEO and accessibility."
|
1089 |
+
msgid ""
|
1090 |
+
"No alternative text found for these images. Alt tags are important for both "
|
1091 |
+
"SEO and accessibility. Edit your images using the media library or your "
|
1092 |
+
"favorite page builder and fill in alternative text fields."
|
1093 |
+
msgstr ""
|
1094 |
+
"Bu görüntüler için alternatif metin bulunamadı. Alt etiketler SEO ve "
|
1095 |
+
"erişilebilirlik için de önemlidir."
|
1096 |
+
|
1097 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:727
|
1098 |
+
msgid "All alternative tags are filled in. Good work!"
|
1099 |
+
msgstr "Tüm alternatif etiketler dolduruldu. İyi iş!"
|
1100 |
+
|
1101 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:734
|
1102 |
+
msgid ""
|
1103 |
+
"We could not find any image in your content. Content with media is a plus "
|
1104 |
+
"for your SEO."
|
1105 |
+
msgstr ""
|
1106 |
+
"İçeriğinizde herhangi bir görüntü bulamadık. Medya ile içerik SEO için bir "
|
1107 |
+
"artıdır."
|
1108 |
+
|
1109 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:741
|
1110 |
+
#, php-format
|
1111 |
+
msgid ""
|
1112 |
+
"We found %d links with nofollow attribute in your page. Do not overuse "
|
1113 |
+
"nofollow attribute in links. Below, the list:"
|
1114 |
+
msgstr ""
|
1115 |
+
"Sayfanızda nofollow özniteliğiyle %d bağlantı bulundu. Bağlantılara nofollow "
|
1116 |
+
"özniteliğini aşırı kullanmayın. Aşağıda, liste:"
|
1117 |
+
|
1118 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:752
|
1119 |
+
msgid "This page doesn't have any nofollow links."
|
1120 |
+
msgstr "Bu sayfada herhangi bir nofollow bağlantılar yoktur."
|
1121 |
+
|
1122 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:756
|
1123 |
+
msgid ""
|
1124 |
+
"Internet is built on the principle of hyperlink. It is therefore perfectly "
|
1125 |
+
"normal to make links between different websites. However, avoid making links "
|
1126 |
+
"to low quality sites, SPAM... If you are not sure about the quality of a "
|
1127 |
+
"site, add the attribute \"nofollow\" to your link."
|
1128 |
+
msgstr ""
|
1129 |
+
|
1130 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:760
|
1131 |
+
#, php-format
|
1132 |
+
msgid "We found %s outbound links in your page. Below, the list:"
|
1133 |
+
msgstr ""
|
1134 |
+
|
1135 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:770
|
1136 |
+
#, fuzzy
|
1137 |
+
#| msgid "This page doesn't have any nofollow links."
|
1138 |
+
msgid "This page doesn't have any outbound links."
|
1139 |
+
msgstr "Bu sayfada herhangi bir nofollow bağlantılar yoktur."
|
1140 |
+
|
1141 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:784
|
1142 |
+
msgid ""
|
1143 |
+
"<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</"
|
1144 |
+
"strong> yellow or green dots"
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:787
|
1148 |
+
#: inc/functions/options-advanced-admin.php:421
|
1149 |
+
msgid "Should be improved"
|
1150 |
+
msgstr ""
|
1151 |
+
|
1152 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:790
|
1153 |
+
#: inc/functions/options-advanced-admin.php:416
|
1154 |
+
msgid "Good"
|
1155 |
+
msgstr ""
|
1156 |
+
|
1157 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:796
|
1158 |
+
msgid "Expand"
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
+
#: inc/admin/admin-metaboxes-content-analysis-form.php:796
|
1162 |
+
msgid "Close"
|
1163 |
+
msgstr ""
|
1164 |
+
|
1165 |
+
#: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
|
1166 |
+
#: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:189
|
1167 |
+
#: inc/admin/adminbar.php:13 inc/functions/options-advanced-admin.php:804
|
1168 |
+
msgid "SEO"
|
1169 |
+
msgstr "SEO"
|
1170 |
+
|
1171 |
+
#: inc/admin/admin-metaboxes-form.php:57
|
1172 |
+
msgid "Titles settings"
|
1173 |
+
msgstr "Başlıklar ayarları"
|
1174 |
+
|
1175 |
+
#: inc/admin/admin-metaboxes-form.php:59
|
1176 |
+
msgid "Social"
|
1177 |
+
msgstr "Sosyal"
|
1178 |
+
|
1179 |
+
#: inc/admin/admin-metaboxes-form.php:62
|
1180 |
+
msgid "Redirection"
|
1181 |
+
msgstr "Yeniden yönlendirme"
|
1182 |
+
|
1183 |
+
#: inc/admin/admin-metaboxes-form.php:68
|
1184 |
+
msgid "Google News"
|
1185 |
+
msgstr "Google Haberler"
|
1186 |
+
|
1187 |
+
#: inc/admin/admin-metaboxes-form.php:75
|
1188 |
+
msgid "Video Sitemap"
|
1189 |
+
msgstr "Video Site Haritası"
|
1190 |
+
|
1191 |
+
#: inc/admin/admin-metaboxes-form.php:98
|
1192 |
+
msgid ""
|
1193 |
+
"This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas "
|
1194 |
+
"> Archives > Products</strong> "
|
1195 |
+
msgstr ""
|
1196 |
+
"Bu sizin <strong>dükkan sayfanız</strong>. <strong>SEO > Başlıklar & Metalar "
|
1197 |
+
"> Arşivler > Ürünler</strong></strong>'e git "
|
1198 |
+
|
1199 |
+
#: inc/admin/admin-metaboxes-form.php:98
|
1200 |
+
msgid "to edit your title and meta description"
|
1201 |
+
msgstr "başlık ve meta açıklamasını düzenlemek için"
|
1202 |
+
|
1203 |
+
#: inc/admin/admin-metaboxes-form.php:105
|
1204 |
+
#: inc/admin/admin-metaboxes-form.php:108
|
1205 |
+
msgid "Title"
|
1206 |
+
msgstr "Başlık"
|
1207 |
+
|
1208 |
+
#: inc/admin/admin-metaboxes-form.php:106
|
1209 |
+
msgid ""
|
1210 |
+
"Titles are critical to give users a quick insight into the content of a "
|
1211 |
+
"result and why it’s relevant to their query. It's often the primary piece of "
|
1212 |
+
"information used to decide which result to click on, so it's important to "
|
1213 |
+
"use high-quality titles on your web pages."
|
1214 |
+
msgstr ""
|
1215 |
+
|
1216 |
+
#: inc/admin/admin-metaboxes-form.php:108
|
1217 |
+
msgid "Enter your title"
|
1218 |
+
msgstr "Başlığınızı girin"
|
1219 |
+
|
1220 |
+
#: inc/admin/admin-metaboxes-form.php:115
|
1221 |
+
msgid " / 568 pixels - "
|
1222 |
+
msgstr ""
|
1223 |
+
|
1224 |
+
#: inc/admin/admin-metaboxes-form.php:117
|
1225 |
+
#: inc/admin/admin-metaboxes-form.php:142
|
1226 |
+
#, fuzzy
|
1227 |
+
#| msgid "(maximum recommended limit)"
|
1228 |
+
msgid " (maximum recommended limit)"
|
1229 |
+
msgstr "(maksimum önerilen limit)"
|
1230 |
+
|
1231 |
+
#: inc/admin/admin-metaboxes-form.php:121 inc/admin/admin.php:3045
|
1232 |
+
#: inc/admin/admin.php:4080
|
1233 |
+
msgid "Post Title"
|
1234 |
+
msgstr "Yazı Başlığı"
|
1235 |
+
|
1236 |
+
#: inc/admin/admin-metaboxes-form.php:123 inc/admin/admin.php:204
|
1237 |
+
#: inc/admin/admin.php:2943 inc/admin/admin.php:3049 inc/admin/admin.php:3239
|
1238 |
+
#: inc/admin/admin.php:3362 inc/admin/admin.php:3440 inc/admin/admin.php:3511
|
1239 |
+
#: inc/admin/admin.php:3581 inc/admin/admin.php:3631
|
1240 |
+
msgid "Site Title"
|
1241 |
+
msgstr "Site Başlığı"
|
1242 |
+
|
1243 |
+
#: inc/admin/admin-metaboxes-form.php:125 inc/admin/admin-wizard.php:458
|
1244 |
+
#: inc/admin/admin.php:1174 inc/admin/admin.php:2930 inc/admin/admin.php:2944
|
1245 |
+
#: inc/admin/admin.php:3047 inc/admin/admin.php:3237 inc/admin/admin.php:3360
|
1246 |
+
#: inc/admin/admin.php:3439 inc/admin/admin.php:3510 inc/admin/admin.php:3580
|
1247 |
+
#: inc/admin/admin.php:3632
|
1248 |
+
msgid "Separator"
|
1249 |
+
msgstr "Ayırıcı"
|
1250 |
+
|
1251 |
+
#: inc/admin/admin-metaboxes-form.php:131
|
1252 |
+
msgid ""
|
1253 |
+
"A meta description tag should generally inform and interest users with a "
|
1254 |
+
"short, relevant summary of what a particular page is about. <br>They are "
|
1255 |
+
"like a pitch that convince the user that the page is exactly what they're "
|
1256 |
+
"looking for. <br>There's no limit on how long a meta description can be, but "
|
1257 |
+
"the search result snippets are truncated as needed, typically to fit the "
|
1258 |
+
"device width."
|
1259 |
+
msgstr ""
|
1260 |
+
|
1261 |
+
#: inc/admin/admin-metaboxes-form.php:133
|
1262 |
+
msgid "Enter your meta description"
|
1263 |
+
msgstr "Meta açıklamasını girin"
|
1264 |
+
|
1265 |
+
#: inc/admin/admin-metaboxes-form.php:140
|
1266 |
+
msgid " / 940 pixels - "
|
1267 |
+
msgstr ""
|
1268 |
+
|
1269 |
+
#: inc/admin/admin-metaboxes-form.php:146
|
1270 |
+
#, fuzzy
|
1271 |
+
#| msgid "Category description"
|
1272 |
+
msgid "Category / term description"
|
1273 |
+
msgstr "Kategori açıklama"
|
1274 |
+
|
1275 |
+
#: inc/admin/admin-metaboxes-form.php:150
|
1276 |
+
msgid "Post Excerpt"
|
1277 |
+
msgstr "Yazı Alıntısı"
|
1278 |
+
|
1279 |
+
#: inc/admin/admin-metaboxes-form.php:161
|
1280 |
+
msgid "Google Snippet Preview"
|
1281 |
+
msgstr "Google Pasaj(parçacık) Önizleme"
|
1282 |
+
|
1283 |
+
#: inc/admin/admin-metaboxes-form.php:162
|
1284 |
+
#, fuzzy
|
1285 |
+
#| msgid "Google Snippet Preview"
|
1286 |
+
msgid "Snippet Preview"
|
1287 |
+
msgstr "Google Pasaj(parçacık) Önizleme"
|
1288 |
+
|
1289 |
+
#: inc/admin/admin-metaboxes-form.php:162
|
1290 |
+
msgid ""
|
1291 |
+
"The Google preview is a simulation. <br>There is no reliable preview because "
|
1292 |
+
"it depends on the screen resolution, the device used, the expression sought, "
|
1293 |
+
"and Google. <br>There is not one snippet for one URL but several. <br>All "
|
1294 |
+
"the data in this overview comes directly from your source code. <br>This is "
|
1295 |
+
"what the crawlers will see."
|
1296 |
+
msgstr ""
|
1297 |
+
|
1298 |
+
#: inc/admin/admin-metaboxes-form.php:164
|
1299 |
+
msgid ""
|
1300 |
+
"This is what your page will look like in Google search results. You have to "
|
1301 |
+
"publish your post to get the Google Snippet Preview."
|
1302 |
+
msgstr ""
|
1303 |
+
"Bu sayfanızın Google arama sonuçlarında nasıl görüneceğidir. Google "
|
1304 |
+
"Pasaj(parçacık) Önizleme'sini almak için yazınızı yayımlamak zorundasın."
|
1305 |
+
|
1306 |
+
#: inc/admin/admin-metaboxes-form.php:169
|
1307 |
+
#, fuzzy
|
1308 |
+
#| msgid "Google Snippet Preview"
|
1309 |
+
msgid "Mobile Preview"
|
1310 |
+
msgstr "Google Pasaj(parçacık) Önizleme"
|
1311 |
+
|
1312 |
+
#: inc/admin/admin-metaboxes-form.php:216
|
1313 |
+
#, fuzzy
|
1314 |
+
#| msgid ""
|
1315 |
+
#| "Do not display this page in search engine results <strong>(noindex)</"
|
1316 |
+
#| "strong>"
|
1317 |
+
msgid ""
|
1318 |
+
"Do not display this page in search engine results / XML - HTML sitemaps "
|
1319 |
+
"<strong>(noindex)</strong>"
|
1320 |
+
msgstr ""
|
1321 |
+
"Bu sayfayı arama motoru sonuçlarında <strong>(noindex)</strong> görüntüleme"
|
1322 |
+
|
1323 |
+
#: inc/admin/admin-metaboxes-form.php:217
|
1324 |
+
msgid "\"noindex\" robots meta tag"
|
1325 |
+
msgstr ""
|
1326 |
+
|
1327 |
+
#: inc/admin/admin-metaboxes-form.php:217
|
1328 |
+
msgid ""
|
1329 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1330 |
+
"\"noindex\". <br>Search engines will not index this URL in the search "
|
1331 |
+
"results."
|
1332 |
+
msgstr ""
|
1333 |
+
|
1334 |
+
#: inc/admin/admin-metaboxes-form.php:223
|
1335 |
+
msgid "Do not follow links for this page <strong>(nofollow)</strong>"
|
1336 |
+
msgstr "Bu sayfa için bağlantıları takip etme <strong>(nofollow)</strong>"
|
1337 |
+
|
1338 |
+
#: inc/admin/admin-metaboxes-form.php:224
|
1339 |
+
msgid "\"nofollow\" robots meta tag"
|
1340 |
+
msgstr ""
|
1341 |
+
|
1342 |
+
#: inc/admin/admin-metaboxes-form.php:224
|
1343 |
+
msgid ""
|
1344 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1345 |
+
"\"nofollow\". <br>Search engines will not follow links from this URL."
|
1346 |
+
msgstr ""
|
1347 |
+
|
1348 |
+
#: inc/admin/admin-metaboxes-form.php:230
|
1349 |
+
msgid ""
|
1350 |
+
"Do not use Open Directory project metadata for titles or excerpts for this "
|
1351 |
+
"page <strong>(noodp)</strong>"
|
1352 |
+
msgstr ""
|
1353 |
+
"Bu sayfa için başlıklar veya alıntılar meta verilerini Açık Dizin projesinde "
|
1354 |
+
"kullanmayın"
|
1355 |
+
|
1356 |
+
#: inc/admin/admin-metaboxes-form.php:231
|
1357 |
+
msgid "\"noodp\" robots meta tag"
|
1358 |
+
msgstr ""
|
1359 |
+
|
1360 |
+
#: inc/admin/admin-metaboxes-form.php:231
|
1361 |
+
msgid ""
|
1362 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1363 |
+
"\"noodp\". <br>Note that Google and Yahoo have stopped considering this tag "
|
1364 |
+
"since the closing of DMOZ directory."
|
1365 |
+
msgstr ""
|
1366 |
+
|
1367 |
+
#: inc/admin/admin-metaboxes-form.php:237
|
1368 |
+
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
1369 |
+
msgstr "Bu sayfa için görüntüleri dizine alma <strong>(noimageindex)</strong>"
|
1370 |
+
|
1371 |
+
#: inc/admin/admin-metaboxes-form.php:238
|
1372 |
+
msgid "\"noimageindex\" robots meta tag"
|
1373 |
+
msgstr ""
|
1374 |
+
|
1375 |
+
#: inc/admin/admin-metaboxes-form.php:238
|
1376 |
+
msgid ""
|
1377 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1378 |
+
"\"noimageindex\". <br> Note that your images can always be indexed if they "
|
1379 |
+
"are linked from other pages."
|
1380 |
+
msgstr ""
|
1381 |
+
|
1382 |
+
#: inc/admin/admin-metaboxes-form.php:244
|
1383 |
+
msgid ""
|
1384 |
+
"Do not display a \"Cached\" link in the Google search results "
|
1385 |
+
"<strong>(noarchive)</strong>"
|
1386 |
+
msgstr ""
|
1387 |
+
"Google arama sonuçlarında bir \\\"Önbelleğe alınmış\\\" bağlantı görüntüleme "
|
1388 |
+
"<strong>(noarchive)</strong>"
|
1389 |
+
|
1390 |
+
#: inc/admin/admin-metaboxes-form.php:245
|
1391 |
+
msgid "\"noarchive\" robots meta tag"
|
1392 |
+
msgstr ""
|
1393 |
+
|
1394 |
+
#: inc/admin/admin-metaboxes-form.php:245
|
1395 |
+
msgid ""
|
1396 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1397 |
+
"\"noarchive\"."
|
1398 |
+
msgstr ""
|
1399 |
+
|
1400 |
+
#: inc/admin/admin-metaboxes-form.php:251
|
1401 |
+
msgid ""
|
1402 |
+
"Do not display a description in search results for this page "
|
1403 |
+
"<strong>(nosnippet)</strong>"
|
1404 |
+
msgstr ""
|
1405 |
+
"Bu sayfanın arama sonuçlarında açıklama görüntüleme <strong>(nosnippet)</"
|
1406 |
+
"strong>"
|
1407 |
+
|
1408 |
+
#: inc/admin/admin-metaboxes-form.php:252
|
1409 |
+
msgid "\"nosnippet\" robots meta tag"
|
1410 |
+
msgstr ""
|
1411 |
+
|
1412 |
+
#: inc/admin/admin-metaboxes-form.php:252
|
1413 |
+
msgid ""
|
1414 |
+
"By checking this option, you will add a meta robots tag with the value "
|
1415 |
+
"\"nosnippet\"."
|
1416 |
+
msgstr ""
|
1417 |
+
|
1418 |
+
#: inc/admin/admin-metaboxes-form.php:257
|
1419 |
+
#, fuzzy
|
1420 |
+
#| msgid ""
|
1421 |
+
#| "You can not uncheck a parameter? This is normal, it is most likely "
|
1422 |
+
#| "defined in the global settings of the extension."
|
1423 |
+
msgid ""
|
1424 |
+
"You cannot uncheck a parameter? This is normal, and it‘s most likely defined "
|
1425 |
+
"in the global settings of the extension."
|
1426 |
+
msgstr ""
|
1427 |
+
"Bir parametreyi kaldıramazsın? Bu normal, büyük olasılıkla tanımlı uzantının "
|
1428 |
+
"genel ayarlarında."
|
1429 |
+
|
1430 |
+
#: inc/admin/admin-metaboxes-form.php:260
|
1431 |
+
#: inc/admin/admin-metaboxes-form.php:261
|
1432 |
+
#: inc/admin/admin-metaboxes-form.php:264 inc/admin/admin-wizard.php:298
|
1433 |
+
#: inc/admin/admin-wizard.php:334 inc/admin/admin-wizard.php:353
|
1434 |
+
#: inc/admin/admin-wizard.php:372 inc/admin/admin.php:777
|
1435 |
+
#: inc/admin/admin.php:817 inc/admin/admin.php:838 inc/admin/admin.php:859
|
1436 |
+
msgid "Canonical URL"
|
1437 |
+
msgstr "Kurallı URL"
|
1438 |
+
|
1439 |
+
#: inc/admin/admin-metaboxes-form.php:261
|
1440 |
+
msgid ""
|
1441 |
+
"A canonical URL is the URL of the page that Google thinks is most "
|
1442 |
+
"representative from a set of duplicate pages on your site. <br>For example, "
|
1443 |
+
"if you have URLs for the same page (for example: example.com?dress=1234 and "
|
1444 |
+
"example.com/dresses/1234), Google chooses one as canonical. <br>Note that "
|
1445 |
+
"the pages do not need to be absolutely identical; minor changes in sorting "
|
1446 |
+
"or filtering of list pages do not make the page unique (for example, sorting "
|
1447 |
+
"by price or filtering by item color).\n"
|
1448 |
+
" The canonical can be in a different domain than "
|
1449 |
+
"a duplicate."
|
1450 |
+
msgstr ""
|
1451 |
+
|
1452 |
+
#: inc/admin/admin-metaboxes-form.php:264
|
1453 |
+
msgid "Default value: "
|
1454 |
+
msgstr "Varsayılan değer:"
|
1455 |
+
|
1456 |
+
#: inc/admin/admin-metaboxes-form.php:271
|
1457 |
+
#, fuzzy
|
1458 |
+
#| msgid "Single product category"
|
1459 |
+
msgid "Select a primary category"
|
1460 |
+
msgstr "Tek ürün kategorisi"
|
1461 |
+
|
1462 |
+
#: inc/admin/admin-metaboxes-form.php:272
|
1463 |
+
msgid ""
|
1464 |
+
"Set the category that gets used in the %category% permalink if you have "
|
1465 |
+
"multiple categories."
|
1466 |
+
msgstr ""
|
1467 |
+
|
1468 |
+
#: inc/admin/admin-metaboxes-form.php:282 inc/admin/admin-wizard.php:469
|
1469 |
+
#: inc/admin/admin.php:4123
|
1470 |
+
msgid "None (will disable this feature)"
|
1471 |
+
msgstr "Hiçbiri (Bu özelliği devre dışı bırakır)"
|
1472 |
+
|
1473 |
+
#: inc/admin/admin-metaboxes-form.php:294
|
1474 |
+
#: inc/admin/admin-metaboxes-form.php:298
|
1475 |
+
msgid "Custom breadcrumbs"
|
1476 |
+
msgstr "Özel kırıntılar"
|
1477 |
+
|
1478 |
+
#: inc/admin/admin-metaboxes-form.php:295
|
1479 |
+
msgid "Enter a custom value, useful if your title is too long"
|
1480 |
+
msgstr "Başlığınızın çok uzun olması durumunda, yararlı bir özel değer girin"
|
1481 |
+
|
1482 |
+
#: inc/admin/admin-metaboxes-form.php:298
|
1483 |
+
#, fuzzy, php-format
|
1484 |
+
#| msgid "Custom breadcrumbs"
|
1485 |
+
msgid "Current breadcrumbs: %s"
|
1486 |
+
msgstr "Özel kırıntılar"
|
1487 |
+
|
1488 |
+
#: inc/admin/admin-metaboxes-form.php:309
|
1489 |
+
#, fuzzy
|
1490 |
+
#| msgid "Ask Facebook to update his cache"
|
1491 |
+
msgid "Ask Facebook to update its cache"
|
1492 |
+
msgstr "Facebook'un önbelleğini güncellemeyi isteyin"
|
1493 |
+
|
1494 |
+
#: inc/admin/admin-metaboxes-form.php:310
|
1495 |
+
msgid ""
|
1496 |
+
"<span class=\"label\">Did you know?</span> LinkedIn, Instagram and Pinterest "
|
1497 |
+
"use the same social metadata as Facebook. Twitter does the same if no "
|
1498 |
+
"Twitter cards tags are defined below."
|
1499 |
+
msgstr ""
|
1500 |
+
|
1501 |
+
#: inc/admin/admin-metaboxes-form.php:312
|
1502 |
+
#: inc/admin/admin-metaboxes-form.php:313
|
1503 |
+
msgid "Facebook Title"
|
1504 |
+
msgstr "Facebook Başlık"
|
1505 |
+
|
1506 |
+
#: inc/admin/admin-metaboxes-form.php:313
|
1507 |
+
msgid "Enter your Facebook title"
|
1508 |
+
msgstr "Facebook başlığını girin"
|
1509 |
+
|
1510 |
+
#: inc/admin/admin-metaboxes-form.php:316
|
1511 |
+
#: inc/admin/admin-metaboxes-form.php:317
|
1512 |
+
msgid "Facebook description"
|
1513 |
+
msgstr "Facebook açıklama"
|
1514 |
+
|
1515 |
+
#: inc/admin/admin-metaboxes-form.php:317
|
1516 |
+
msgid "Enter your Facebook description"
|
1517 |
+
msgstr "Facebook açıklamasını girin"
|
1518 |
+
|
1519 |
+
#: inc/admin/admin-metaboxes-form.php:320
|
1520 |
+
#: inc/admin/admin-metaboxes-form.php:321
|
1521 |
+
msgid "Facebook Thumbnail"
|
1522 |
+
msgstr "Facebook küçük resim"
|
1523 |
+
|
1524 |
+
#: inc/admin/admin-metaboxes-form.php:321
|
1525 |
+
#: inc/admin/admin-metaboxes-form.php:383 inc/admin/admin.php:4392
|
1526 |
+
#: inc/admin/admin.php:4504
|
1527 |
+
msgid "Select your default thumbnail"
|
1528 |
+
msgstr "Varsayılan minik görüntüyü seçin"
|
1529 |
+
|
1530 |
+
#: inc/admin/admin-metaboxes-form.php:322 inc/admin/admin.php:4396
|
1531 |
+
#, fuzzy
|
1532 |
+
#| msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
|
1533 |
+
msgid ""
|
1534 |
+
"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or "
|
1535 |
+
"3280x1712px for retina screens)"
|
1536 |
+
msgstr "Minimum boyut: 200x200px, ideal oranı 1.91:1, 8Mb Max."
|
1537 |
+
|
1538 |
+
#: inc/admin/admin-metaboxes-form.php:323
|
1539 |
+
#: inc/admin/admin-metaboxes-form.php:385
|
1540 |
+
#: inc/admin/admin-metaboxes-form.php:573 inc/admin/admin.php:4157
|
1541 |
+
#: inc/admin/admin.php:4394 inc/admin/admin.php:4506
|
1542 |
+
msgid "Upload an Image"
|
1543 |
+
msgstr "Görüntü yükle"
|
1544 |
+
|
1545 |
+
#: inc/admin/admin-metaboxes-form.php:328
|
1546 |
+
#, fuzzy
|
1547 |
+
#| msgid "Facebook Title"
|
1548 |
+
msgid "Facebook Preview"
|
1549 |
+
msgstr "Facebook Başlık"
|
1550 |
+
|
1551 |
+
#: inc/admin/admin-metaboxes-form.php:330
|
1552 |
+
#, fuzzy
|
1553 |
+
#| msgid ""
|
1554 |
+
#| "This is what your page will look like in Google search results. You have "
|
1555 |
+
#| "to publish your post to get the Google Snippet Preview."
|
1556 |
+
msgid ""
|
1557 |
+
"This is what your post will look like in Facebook. You have to publish your "
|
1558 |
+
"post to get the Facebook Preview."
|
1559 |
+
msgstr ""
|
1560 |
+
"Bu sayfanızın Google arama sonuçlarında nasıl görüneceğidir. Google "
|
1561 |
+
"Pasaj(parçacık) Önizleme'sini almak için yazınızı yayımlamak zorundasın."
|
1562 |
+
|
1563 |
+
#: inc/admin/admin-metaboxes-form.php:332
|
1564 |
+
#: inc/admin/admin-metaboxes-form.php:394
|
1565 |
+
msgid ""
|
1566 |
+
"The Social Networks feature is disabled. Still seing informations from the "
|
1567 |
+
"FB Preview? You probably have social tags added by your theme or a plugin."
|
1568 |
+
msgstr ""
|
1569 |
+
|
1570 |
+
#: inc/admin/admin-metaboxes-form.php:335
|
1571 |
+
msgid "File type not supported by Facebook. Please choose another image."
|
1572 |
+
msgstr ""
|
1573 |
+
|
1574 |
+
#: inc/admin/admin-metaboxes-form.php:336
|
1575 |
+
msgid ""
|
1576 |
+
"Minimun size for Facebook is <strong>200x200px</strong>. Please choose "
|
1577 |
+
"another image."
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#: inc/admin/admin-metaboxes-form.php:337
|
1581 |
+
#: inc/admin/admin-metaboxes-form.php:399
|
1582 |
+
msgid "File error. Please choose another image."
|
1583 |
+
msgstr ""
|
1584 |
+
|
1585 |
+
#: inc/admin/admin-metaboxes-form.php:338
|
1586 |
+
#: inc/admin/admin-metaboxes-form.php:400
|
1587 |
+
#, fuzzy
|
1588 |
+
#| msgid "Your site title is empty!"
|
1589 |
+
msgid "Your image ratio is: "
|
1590 |
+
msgstr "Sitenizin başlığı boş!"
|
1591 |
+
|
1592 |
+
#: inc/admin/admin-metaboxes-form.php:338
|
1593 |
+
#, fuzzy
|
1594 |
+
#| msgid "The lower, the best"
|
1595 |
+
msgid "The closer to 1.91 the better."
|
1596 |
+
msgstr "En düşük, en iyi"
|
1597 |
+
|
1598 |
+
#: inc/admin/admin-metaboxes-form.php:347
|
1599 |
+
msgid "By "
|
1600 |
+
msgstr ""
|
1601 |
+
|
1602 |
+
#: inc/admin/admin-metaboxes-form.php:372
|
1603 |
+
msgid "Preview your Twitter card using the official validator"
|
1604 |
+
msgstr "Twitter kartınızın önizlemesinde resmi doğrulayıcıyı kullanın"
|
1605 |
+
|
1606 |
+
#: inc/admin/admin-metaboxes-form.php:375
|
1607 |
+
msgid "Enter your Twitter title"
|
1608 |
+
msgstr "Twitter başlığını girin"
|
1609 |
+
|
1610 |
+
#: inc/admin/admin-metaboxes-form.php:378
|
1611 |
+
#: inc/admin/admin-metaboxes-form.php:379
|
1612 |
+
msgid "Twitter description"
|
1613 |
+
msgstr "Twitter açıklaması"
|
1614 |
+
|
1615 |
+
#: inc/admin/admin-metaboxes-form.php:379
|
1616 |
+
msgid "Enter your Twitter description"
|
1617 |
+
msgstr "Twitter açıklamasını girin"
|
1618 |
+
|
1619 |
+
#: inc/admin/admin-metaboxes-form.php:382
|
1620 |
+
#: inc/admin/admin-metaboxes-form.php:385
|
1621 |
+
msgid "Twitter Thumbnail"
|
1622 |
+
msgstr "Twitter küçük görüntü"
|
1623 |
+
|
1624 |
+
#: inc/admin/admin-metaboxes-form.php:384 inc/admin/admin.php:4508
|
1625 |
+
msgid ""
|
1626 |
+
"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
|
1627 |
+
"(2:1 with large card), 5Mb max."
|
1628 |
+
msgstr ""
|
1629 |
+
"Minimum boyut: 144x144px (300x157px büyük kart ile etkin), ideal oranı 1:1 "
|
1630 |
+
"(2:1 büyük kart ile), 5Mb Max."
|
1631 |
+
|
1632 |
+
#: inc/admin/admin-metaboxes-form.php:390
|
1633 |
+
#, fuzzy
|
1634 |
+
#| msgid "Twitter Title"
|
1635 |
+
msgid "Twitter Preview"
|
1636 |
+
msgstr "Twitter Başlık"
|
1637 |
+
|
1638 |
+
#: inc/admin/admin-metaboxes-form.php:392
|
1639 |
+
#, fuzzy
|
1640 |
+
#| msgid ""
|
1641 |
+
#| "This is what your page will look like in Google search results. You have "
|
1642 |
+
#| "to publish your post to get the Google Snippet Preview."
|
1643 |
+
msgid ""
|
1644 |
+
"This is what your post will look like in Twitter. You have to publish your "
|
1645 |
+
"post to get the Twitter Preview."
|
1646 |
+
msgstr ""
|
1647 |
+
"Bu sayfanızın Google arama sonuçlarında nasıl görüneceğidir. Google "
|
1648 |
+
"Pasaj(parçacık) Önizleme'sini almak için yazınızı yayımlamak zorundasın."
|
1649 |
+
|
1650 |
+
#: inc/admin/admin-metaboxes-form.php:397
|
1651 |
+
msgid "File type not supported by Twitter. Please choose another image."
|
1652 |
+
msgstr ""
|
1653 |
+
|
1654 |
+
#: inc/admin/admin-metaboxes-form.php:398
|
1655 |
+
msgid ""
|
1656 |
+
"Minimun size for Twitter is <strong>144x144px</strong>. Please choose "
|
1657 |
+
"another image."
|
1658 |
+
msgstr ""
|
1659 |
+
|
1660 |
+
#: inc/admin/admin-metaboxes-form.php:400
|
1661 |
+
msgid "The closer to 1 the better (with large card, 2 is better)."
|
1662 |
+
msgstr ""
|
1663 |
+
|
1664 |
+
#: inc/admin/admin-metaboxes-form.php:435
|
1665 |
+
msgid "Enable redirection?"
|
1666 |
+
msgstr "Yeniden yönlendirme etkinleştirilsin mi?"
|
1667 |
+
|
1668 |
+
#: inc/admin/admin-metaboxes-form.php:439
|
1669 |
+
#: inc/admin/admin-metaboxes-form.php:447
|
1670 |
+
msgid "URL redirection"
|
1671 |
+
msgstr "URL yeniden yönlendirme"
|
1672 |
+
|
1673 |
+
#: inc/admin/admin-metaboxes-form.php:441
|
1674 |
+
msgid "301 Moved Permanently"
|
1675 |
+
msgstr "301 kalıcı olarak taşındı"
|
1676 |
+
|
1677 |
+
#: inc/admin/admin-metaboxes-form.php:442
|
1678 |
+
msgid "302 Found / Moved Temporarily"
|
1679 |
+
msgstr "302 bulundu / geçici olarak taşındı"
|
1680 |
+
|
1681 |
+
#: inc/admin/admin-metaboxes-form.php:443
|
1682 |
+
msgid "307 Moved Temporarily"
|
1683 |
+
msgstr "307 geçici olarak taşındı"
|
1684 |
+
|
1685 |
+
#: inc/admin/admin-metaboxes-form.php:444
|
1686 |
+
msgid "410 Gone"
|
1687 |
+
msgstr "410 Gitti"
|
1688 |
+
|
1689 |
+
#: inc/admin/admin-metaboxes-form.php:445
|
1690 |
+
msgid "451 Unavailable For Legal Reasons"
|
1691 |
+
msgstr "451 yasal nedenlerle kullanılamaz"
|
1692 |
+
|
1693 |
+
#: inc/admin/admin-metaboxes-form.php:447
|
1694 |
+
msgid "Enter your new URL in absolute (eg: https://www.example.com/)"
|
1695 |
+
msgstr ""
|
1696 |
+
|
1697 |
+
#: inc/admin/admin-metaboxes-form.php:452
|
1698 |
+
msgid "Query parameters"
|
1699 |
+
msgstr ""
|
1700 |
+
|
1701 |
+
#: inc/admin/admin-metaboxes-form.php:454
|
1702 |
+
msgid "Exactly match all parameters"
|
1703 |
+
msgstr ""
|
1704 |
+
|
1705 |
+
#: inc/admin/admin-metaboxes-form.php:455
|
1706 |
+
msgid "Exclude all parameters"
|
1707 |
+
msgstr ""
|
1708 |
+
|
1709 |
+
#: inc/admin/admin-metaboxes-form.php:456
|
1710 |
+
msgid "Exclude all parameters and pass them to the redirection"
|
1711 |
+
msgstr ""
|
1712 |
+
|
1713 |
+
#: inc/admin/admin-metaboxes-form.php:465
|
1714 |
+
#: inc/admin/admin-metaboxes-form.php:467
|
1715 |
+
#: inc/admin/admin-metaboxes-form.php:470
|
1716 |
+
#: inc/admin/admin-metaboxes-form.php:472
|
1717 |
+
msgid "Test your URL"
|
1718 |
+
msgstr "URL'i test edin"
|
1719 |
+
|
1720 |
+
#: inc/admin/admin-metaboxes-form.php:486
|
1721 |
+
msgid "Need help with your redirections? Read our guide."
|
1722 |
+
msgstr ""
|
1723 |
+
"Yeniden yönlendirmeler için yardıma ihtiyacınız var mı? Rehberimizi okuyun."
|
1724 |
+
|
1725 |
+
#: inc/admin/admin-metaboxes-form.php:500
|
1726 |
+
msgid "Exclude this post from Google News Sitemap?"
|
1727 |
+
msgstr "Bu yazıyı Google News Site haritasına dahil etme?"
|
1728 |
+
|
1729 |
+
#: inc/admin/admin-metaboxes-form.php:526
|
1730 |
+
msgid "Exclude this post from Video Sitemap?"
|
1731 |
+
msgstr "Bu yazıyı Video Site haritasına dahil etme?"
|
1732 |
+
|
1733 |
+
#: inc/admin/admin-metaboxes-form.php:528
|
1734 |
+
msgid ""
|
1735 |
+
"If your post is set to noindex, it will be automatically excluded from the "
|
1736 |
+
"sitemap."
|
1737 |
+
msgstr ""
|
1738 |
+
"Gönderiniz noindex olarak ayarlanmışsa, site haritasına otomatik olarak "
|
1739 |
+
"dahil edilmeyecektir."
|
1740 |
+
|
1741 |
+
#: inc/admin/admin-metaboxes-form.php:547
|
1742 |
+
msgid "Video "
|
1743 |
+
msgstr "Video "
|
1744 |
+
|
1745 |
+
#: inc/admin/admin-metaboxes-form.php:551
|
1746 |
+
msgid "Video URL (required)"
|
1747 |
+
msgstr "Video URL (gerekli)"
|
1748 |
+
|
1749 |
+
#: inc/admin/admin-metaboxes-form.php:552
|
1750 |
+
msgid "Enter your video URL"
|
1751 |
+
msgstr "Video URL girin"
|
1752 |
+
|
1753 |
+
#: inc/admin/admin-metaboxes-form.php:552
|
1754 |
+
msgid "Video URL"
|
1755 |
+
msgstr "Video URL"
|
1756 |
+
|
1757 |
+
#: inc/admin/admin-metaboxes-form.php:557
|
1758 |
+
msgid ""
|
1759 |
+
"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? "
|
1760 |
+
"Check this if your video is hosting on this server."
|
1761 |
+
msgstr ""
|
1762 |
+
"Harici bir video değil (örneğin: YouTube, Vimeo, Wistia sunucu üzerinde...)? "
|
1763 |
+
"Videonuz bu sunucuda bulunuyorsa bunu kontrol edin."
|
1764 |
+
|
1765 |
+
#: inc/admin/admin-metaboxes-form.php:561
|
1766 |
+
msgid "Video Title (required)"
|
1767 |
+
msgstr "Video Başlık (gerekli)"
|
1768 |
+
|
1769 |
+
#: inc/admin/admin-metaboxes-form.php:562
|
1770 |
+
msgid "Enter your video title"
|
1771 |
+
msgstr "Video Başlık girin"
|
1772 |
+
|
1773 |
+
#: inc/admin/admin-metaboxes-form.php:562
|
1774 |
+
msgid "Video title"
|
1775 |
+
msgstr "Video başlık"
|
1776 |
+
|
1777 |
+
#: inc/admin/admin-metaboxes-form.php:563
|
1778 |
+
msgid "Default: title tag, if not available, post title."
|
1779 |
+
msgstr "Varsayılan: başlık etiketi, mevcut değilse, Yazı başlığı."
|
1780 |
+
|
1781 |
+
#: inc/admin/admin-metaboxes-form.php:566
|
1782 |
+
msgid "Video Description (required)"
|
1783 |
+
msgstr "Video Açıklaması (gerekli)"
|
1784 |
+
|
1785 |
+
#: inc/admin/admin-metaboxes-form.php:567
|
1786 |
+
msgid "Enter your video description"
|
1787 |
+
msgstr "Video Açıklaması girin"
|
1788 |
+
|
1789 |
+
#: inc/admin/admin-metaboxes-form.php:567
|
1790 |
+
msgid "Video description"
|
1791 |
+
msgstr "Video açıklama"
|
1792 |
+
|
1793 |
+
#: inc/admin/admin-metaboxes-form.php:568
|
1794 |
+
msgid ""
|
1795 |
+
"2048 characters max.; default: meta description. If not available, use the "
|
1796 |
+
"beginning of the post content."
|
1797 |
+
msgstr ""
|
1798 |
+
"2048 karakter maks.; Varsayılan: meta açıklama. Kullanılamıyorsa, yazı "
|
1799 |
+
"içeriğinin başlangıcını kullan."
|
1800 |
+
|
1801 |
+
#: inc/admin/admin-metaboxes-form.php:571
|
1802 |
+
msgid "Video Thumbnail (required)"
|
1803 |
+
msgstr "Video küçük görüntü (gerekli)"
|
1804 |
+
|
1805 |
+
#: inc/admin/admin-metaboxes-form.php:572
|
1806 |
+
msgid "Select your video thumbnail"
|
1807 |
+
msgstr "Video küçük görüntüyü seçin"
|
1808 |
+
|
1809 |
+
#: inc/admin/admin-metaboxes-form.php:573
|
1810 |
+
msgid "Video Thumbnail"
|
1811 |
+
msgstr "Video küçük görüntü"
|
1812 |
+
|
1813 |
+
#: inc/admin/admin-metaboxes-form.php:574
|
1814 |
+
msgid ""
|
1815 |
+
"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
|
1816 |
+
"your post featured image."
|
1817 |
+
msgstr ""
|
1818 |
+
"Minimum boyut: 160x90px (1920x1080 max), JPG, PNG veya GIF formatları. "
|
1819 |
+
"Varsayılan: Yazıda öne çıkan görüntü."
|
1820 |
+
|
1821 |
+
#: inc/admin/admin-metaboxes-form.php:577
|
1822 |
+
msgid "Video Duration (recommended)"
|
1823 |
+
msgstr "Video Süresi (önerilen)"
|
1824 |
+
|
1825 |
+
#: inc/admin/admin-metaboxes-form.php:578
|
1826 |
+
msgid "Duration in seconds"
|
1827 |
+
msgstr "Saniye olarak süre"
|
1828 |
+
|
1829 |
+
#: inc/admin/admin-metaboxes-form.php:578
|
1830 |
+
msgid "Video duration"
|
1831 |
+
msgstr "Video süresi"
|
1832 |
+
|
1833 |
+
#: inc/admin/admin-metaboxes-form.php:579
|
1834 |
+
msgid ""
|
1835 |
+
"The duration of the video in seconds. Value must be between 0 and 28800 (8 "
|
1836 |
+
"hours)."
|
1837 |
+
msgstr ""
|
1838 |
+
"Saniye olarak video süresi. Değer 0 ile 28800 arasında olmalıdır (8 saat)."
|
1839 |
+
|
1840 |
+
#: inc/admin/admin-metaboxes-form.php:582
|
1841 |
+
msgid "Video Rating"
|
1842 |
+
msgstr "Video Değerlendirmesi"
|
1843 |
+
|
1844 |
+
#: inc/admin/admin-metaboxes-form.php:583
|
1845 |
+
msgid "Video rating"
|
1846 |
+
msgstr "Video değerlendirmesi"
|
1847 |
+
|
1848 |
+
#: inc/admin/admin-metaboxes-form.php:584
|
1849 |
+
msgid "Allowed values are float numbers in the range 0.0 to 5.0."
|
1850 |
+
msgstr "İzin verilen değerler 0,0 aralığı 5,0 için float sayıları vardır."
|
1851 |
+
|
1852 |
+
#: inc/admin/admin-metaboxes-form.php:587
|
1853 |
+
#: inc/admin/admin-metaboxes-form.php:588
|
1854 |
+
msgid "View count"
|
1855 |
+
msgstr "Görünüm sayısı"
|
1856 |
+
|
1857 |
+
#: inc/admin/admin-metaboxes-form.php:588
|
1858 |
+
msgid "Number of views"
|
1859 |
+
msgstr "Görünümler sayısı"
|
1860 |
+
|
1861 |
+
#: inc/admin/admin-metaboxes-form.php:591
|
1862 |
+
#: inc/admin/admin-metaboxes-form.php:592
|
1863 |
+
msgid "Video tags"
|
1864 |
+
msgstr "Video etiketler"
|
1865 |
+
|
1866 |
+
#: inc/admin/admin-metaboxes-form.php:592
|
1867 |
+
msgid "Enter your video tags"
|
1868 |
+
msgstr "Video etiketleri girin"
|
1869 |
+
|
1870 |
+
#: inc/admin/admin-metaboxes-form.php:593
|
1871 |
+
msgid ""
|
1872 |
+
"32 tags max., separate tags with commas. Default: target keywords + post "
|
1873 |
+
"tags if available."
|
1874 |
+
msgstr ""
|
1875 |
+
"32 etiketler Maks., virgülle etiketleri ayır. Varsayılan: hedef anahtar "
|
1876 |
+
"sözcükler + varsa yazı etiketler."
|
1877 |
+
|
1878 |
+
#: inc/admin/admin-metaboxes-form.php:596
|
1879 |
+
#: inc/admin/admin-metaboxes-form.php:597
|
1880 |
+
msgid "Video categories"
|
1881 |
+
msgstr "Video kategoriler"
|
1882 |
+
|
1883 |
+
#: inc/admin/admin-metaboxes-form.php:597
|
1884 |
+
msgid "Enter your video categories"
|
1885 |
+
msgstr "Video kategorileri gir"
|
1886 |
+
|
1887 |
+
#: inc/admin/admin-metaboxes-form.php:598
|
1888 |
+
msgid ""
|
1889 |
+
"256 characters max., usually a video will belong to a single category, "
|
1890 |
+
"separate categories with commas. Default: first post category if available."
|
1891 |
+
msgstr ""
|
1892 |
+
"256 karakter maks., genellikle bir video tek bir kategoriye ait olacak, "
|
1893 |
+
"virgülle kategorileri ayır. Varsayılan: Eğer varsa ilk yazı kategorisi."
|
1894 |
+
|
1895 |
+
#: inc/admin/admin-metaboxes-form.php:603
|
1896 |
+
msgid "NOT family friendly?"
|
1897 |
+
msgstr "Aile dostu değil mi?"
|
1898 |
+
|
1899 |
+
#: inc/admin/admin-metaboxes-form.php:605
|
1900 |
+
msgid "The video will be available only to users with SafeSearch turned off."
|
1901 |
+
msgstr ""
|
1902 |
+
"Video yalnızca güvenli arama devre dışı olan kullanıcılar tarafından "
|
1903 |
+
"kullanılabilir."
|
1904 |
+
|
1905 |
+
#: inc/admin/admin-metaboxes-form.php:607
|
1906 |
+
msgid "Remove video"
|
1907 |
+
msgstr "Videoyu kaldır"
|
1908 |
+
|
1909 |
+
#: inc/admin/admin-metaboxes-form.php:614
|
1910 |
+
msgid "Add video"
|
1911 |
+
msgstr "Video ekle"
|
1912 |
+
|
1913 |
+
#: inc/admin/admin-metaboxes.php:201 inc/admin/admin-metaboxes.php:442
|
1914 |
+
#: inc/admin/admin-term-metaboxes.php:203
|
1915 |
+
msgid "Analysis in progress..."
|
1916 |
+
msgstr ""
|
1917 |
+
|
1918 |
+
#: inc/admin/admin-metaboxes.php:428
|
1919 |
+
msgid "Content analysis"
|
1920 |
+
msgstr "İçerik analizi"
|
1921 |
+
|
1922 |
+
#: inc/admin/admin-notifications-center.php:49
|
1923 |
+
#: inc/admin/admin-notifications-center.php:55
|
1924 |
+
msgid "Notifications Center"
|
1925 |
+
msgstr "Bildirimler Merkezi"
|
1926 |
+
|
1927 |
+
#: inc/admin/admin-notifications-center.php:50
|
1928 |
+
msgid "SEO Tools"
|
1929 |
+
msgstr "SEO Araçları"
|
1930 |
+
|
1931 |
+
#: inc/admin/admin-notifications-center.php:51
|
1932 |
+
#: inc/admin/admin-notifications-center.php:56
|
1933 |
+
msgid "Useful links"
|
1934 |
+
msgstr "Faydalı bağlantılar"
|
1935 |
+
|
1936 |
+
#: inc/admin/admin-notifications-center.php:97
|
1937 |
+
msgid "Configure SEOPress in a few minutes with our installation wizard"
|
1938 |
+
msgstr ""
|
1939 |
+
|
1940 |
+
#: inc/admin/admin-notifications-center.php:98
|
1941 |
+
msgid "The best way to quickly setup SEOPress on your site."
|
1942 |
+
msgstr ""
|
1943 |
+
|
1944 |
+
#: inc/admin/admin-notifications-center.php:100
|
1945 |
+
msgid "Wizard"
|
1946 |
+
msgstr ""
|
1947 |
+
|
1948 |
+
#: inc/admin/admin-notifications-center.php:104
|
1949 |
+
msgid "Start the wizard"
|
1950 |
+
msgstr ""
|
1951 |
+
|
1952 |
+
#: inc/admin/admin-notifications-center.php:126
|
1953 |
+
msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
|
1954 |
+
msgstr "Temanız <strong>add_theme_support('title-tag');</strong> kullanmıyor"
|
1955 |
+
|
1956 |
+
#: inc/admin/admin-notifications-center.php:127
|
1957 |
+
msgid ""
|
1958 |
+
"This error indicates that your theme uses a deprecated function to generate "
|
1959 |
+
"the title tag of your pages. SEOPress will not be able to generate your "
|
1960 |
+
"custom title tags if this error is not fixed."
|
1961 |
+
msgstr ""
|
1962 |
+
|
1963 |
+
#: inc/admin/admin-notifications-center.php:129
|
1964 |
+
#: inc/admin/admin-notifications-center.php:161
|
1965 |
+
#: inc/admin/admin-notifications-center.php:222
|
1966 |
+
#: inc/admin/admin-notifications-center.php:252
|
1967 |
+
#: inc/admin/admin-notifications-center.php:270
|
1968 |
+
#: inc/admin/admin-notifications-center.php:287
|
1969 |
+
#: inc/admin/admin-notifications-center.php:375
|
1970 |
+
#: inc/admin/admin-notifications-center.php:451
|
1971 |
+
#: inc/admin/admin-notifications-center.php:488
|
1972 |
+
#: inc/admin/admin-notifications-center.php:506
|
1973 |
+
msgid "High impact"
|
1974 |
+
msgstr "Yüksek etki"
|
1975 |
+
|
1976 |
+
#: inc/admin/admin-notifications-center.php:134
|
1977 |
+
#: inc/admin/admin-notifications-center.php:201
|
1978 |
+
#: inc/admin/admin-notifications-center.php:227 inc/admin/admin.php:4821
|
1979 |
+
#: inc/admin/admin.php:4863 inc/admin/admin.php:4890 inc/admin/admin.php:4912
|
1980 |
+
#: inc/admin/admin.php:4934 inc/admin/admin.php:4956
|
1981 |
+
msgid "Learn more"
|
1982 |
+
msgstr "Daha fazla bilgi edinin"
|
1983 |
+
|
1984 |
+
#: inc/admin/admin-notifications-center.php:158
|
1985 |
+
#, php-format
|
1986 |
+
msgid "We noticed that you use <strong>%s</strong> plugin."
|
1987 |
+
msgstr ""
|
1988 |
+
|
1989 |
+
#: inc/admin/admin-notifications-center.php:159
|
1990 |
+
#, fuzzy
|
1991 |
+
#| msgid ""
|
1992 |
+
#| "We notice that you use another SEO plugin. <br>Do not use multiple SEO "
|
1993 |
+
#| "plugins at once to avoid conflicts!"
|
1994 |
+
msgid ""
|
1995 |
+
"Do you want to migrate all your metadata to SEOPress? Do not use multiple "
|
1996 |
+
"SEO plugins at once to avoid conflicts!"
|
1997 |
+
msgstr ""
|
1998 |
+
"Başka bir SEO eklentisi kullandığınızı fark ettik. <br>Çakışmaları önlemek "
|
1999 |
+
"için birden fazla SEO eklentisi kullanmayın!"
|
2000 |
+
|
2001 |
+
#: inc/admin/admin-notifications-center.php:165
|
2002 |
+
msgid "Migrate!"
|
2003 |
+
msgstr "Taşıma!"
|
2004 |
+
|
2005 |
+
#: inc/admin/admin-notifications-center.php:178
|
2006 |
+
msgid "You have enabled 404 cleaning BUT the scheduled task is not running."
|
2007 |
+
msgstr ""
|
2008 |
+
|
2009 |
+
#: inc/admin/admin-notifications-center.php:179
|
2010 |
+
msgid ""
|
2011 |
+
"To solve this, please disable and re-enable SEOPress PRO. No data will be "
|
2012 |
+
"lost."
|
2013 |
+
msgstr ""
|
2014 |
+
|
2015 |
+
#: inc/admin/admin-notifications-center.php:200
|
2016 |
+
msgid "Your site doesn't use an SSL certificate!"
|
2017 |
+
msgstr "Siteniz bir SSL sertifikası kullanmıyor!"
|
2018 |
+
|
2019 |
+
#: inc/admin/admin-notifications-center.php:201
|
2020 |
+
msgid ""
|
2021 |
+
"Https is considered by Google as a positive signal for the ranking of your "
|
2022 |
+
"site. It also reassures your visitors for data security, and improves trust."
|
2023 |
+
msgstr ""
|
2024 |
+
|
2025 |
+
#: inc/admin/admin-notifications-center.php:203
|
2026 |
+
msgid "Low impact"
|
2027 |
+
msgstr "Düşük etki"
|
2028 |
+
|
2029 |
+
#: inc/admin/admin-notifications-center.php:207
|
2030 |
+
msgid "Buy an SSL!"
|
2031 |
+
msgstr "Bir SSL satın alın!"
|
2032 |
+
|
2033 |
+
#: inc/admin/admin-notifications-center.php:219
|
2034 |
+
msgid "PHP module \"DOM\" is missing on your server."
|
2035 |
+
msgstr ""
|
2036 |
+
|
2037 |
+
#: inc/admin/admin-notifications-center.php:220
|
2038 |
+
msgid ""
|
2039 |
+
"This PHP module, installed by default with PHP, is required by many plugins "
|
2040 |
+
"including SEOPress. Please contact your host as soon as possible to solve "
|
2041 |
+
"this."
|
2042 |
+
msgstr ""
|
2043 |
+
|
2044 |
+
#: inc/admin/admin-notifications-center.php:249
|
2045 |
+
msgid "Your site is not visible to Search Engines!"
|
2046 |
+
msgstr "Siteniz arama motorları için görünür değil!"
|
2047 |
+
|
2048 |
+
#: inc/admin/admin-notifications-center.php:250
|
2049 |
+
msgid ""
|
2050 |
+
"You have activated the blocking of the indexing of your site. If your site "
|
2051 |
+
"is under development, this is probably normal. Otherwise, check your "
|
2052 |
+
"settings. Delete this notification using the cross on the right if you are "
|
2053 |
+
"not concerned."
|
2054 |
+
msgstr ""
|
2055 |
+
|
2056 |
+
#: inc/admin/admin-notifications-center.php:256
|
2057 |
+
#: inc/admin/admin-notifications-center.php:274
|
2058 |
+
#: inc/admin/admin-notifications-center.php:291
|
2059 |
+
#: inc/admin/admin-notifications-center.php:320
|
2060 |
+
#: inc/admin/admin-notifications-center.php:409
|
2061 |
+
#: inc/admin/admin-notifications-center.php:427
|
2062 |
+
#: inc/admin/admin-notifications-center.php:510
|
2063 |
+
#: inc/admin/admin-notifications-center.php:529
|
2064 |
+
msgid "Fix this!"
|
2065 |
+
msgstr "Bunu düzelt!"
|
2066 |
+
|
2067 |
+
#: inc/admin/admin-notifications-center.php:267
|
2068 |
+
msgid "Your site title is empty!"
|
2069 |
+
msgstr "Sitenizin başlığı boş!"
|
2070 |
+
|
2071 |
+
#: inc/admin/admin-notifications-center.php:268
|
2072 |
+
msgid ""
|
2073 |
+
"Your Site Title is used by WordPress, your theme and your plugins including "
|
2074 |
+
"SEOPress. It is an essential component in the generation of title tags, but "
|
2075 |
+
"not only. Enter one!"
|
2076 |
+
msgstr ""
|
2077 |
+
|
2078 |
+
#: inc/admin/admin-notifications-center.php:284 inc/admin/admin.php:2764
|
2079 |
+
msgid ""
|
2080 |
+
"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
2081 |
+
msgstr ""
|
2082 |
+
"Kalıcı bağlantılar SEO dostu değil! Bunu düzeltmek için güzel kalıcı "
|
2083 |
+
"bağlantıları etkinleştirin."
|
2084 |
+
|
2085 |
+
#: inc/admin/admin-notifications-center.php:285
|
2086 |
+
#: inc/admin/admin-notifications-center.php:314
|
2087 |
+
msgid ""
|
2088 |
+
"Why is this important? Showing only the summary of each article "
|
2089 |
+
"significantly reduces the theft of your content by third party sites. Not to "
|
2090 |
+
"mention, the increase in your traffic, your advertising revenue, "
|
2091 |
+
"conversions..."
|
2092 |
+
msgstr ""
|
2093 |
+
|
2094 |
+
#: inc/admin/admin-notifications-center.php:313
|
2095 |
+
#, fuzzy
|
2096 |
+
#| msgid "You RSS feed show full text!"
|
2097 |
+
msgid "Your RSS feed shows full text!"
|
2098 |
+
msgstr "RSS beslemeyi tam metin göster!"
|
2099 |
+
|
2100 |
+
#: inc/admin/admin-notifications-center.php:316
|
2101 |
+
#: inc/admin/admin-notifications-center.php:405
|
2102 |
+
#: inc/admin/admin-notifications-center.php:423
|
2103 |
+
msgid "Medium impact"
|
2104 |
+
msgstr "Orta etki"
|
2105 |
+
|
2106 |
+
#: inc/admin/admin-notifications-center.php:343
|
2107 |
+
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
2108 |
+
msgstr ""
|
2109 |
+
"SEOPress'i seviyor musun? Lütfen bizi 5 yıldızla derecelendirip yardımcı "
|
2110 |
+
"olur musun!"
|
2111 |
+
|
2112 |
+
#: inc/admin/admin-notifications-center.php:344
|
2113 |
+
msgid ""
|
2114 |
+
"Support the development and improvement of the plugin by taking 15 seconds "
|
2115 |
+
"of your time to leave us a user review on the official WordPress plugins "
|
2116 |
+
"repository. Thank you!"
|
2117 |
+
msgstr ""
|
2118 |
+
|
2119 |
+
#: inc/admin/admin-notifications-center.php:346
|
2120 |
+
#, fuzzy
|
2121 |
+
#| msgid "Configuration"
|
2122 |
+
msgid "Information"
|
2123 |
+
msgstr "Yapılandırma"
|
2124 |
+
|
2125 |
+
#: inc/admin/admin-notifications-center.php:350
|
2126 |
+
msgid "Rate us!"
|
2127 |
+
msgstr "Bizi derecelendir!"
|
2128 |
+
|
2129 |
+
#: inc/admin/admin-notifications-center.php:372
|
2130 |
+
msgid "Break comments into pages is ON!"
|
2131 |
+
msgstr "Yorumları sayfalara böl AÇIK!"
|
2132 |
+
|
2133 |
+
#: inc/admin/admin-notifications-center.php:373
|
2134 |
+
msgid ""
|
2135 |
+
"Enabling this option will create duplicate content for each article beyond x "
|
2136 |
+
"comments. This can have a disastrous effect by creating a large number of "
|
2137 |
+
"poor quality pages, and slowing the Google bot unnecessarily, so your "
|
2138 |
+
"ranking in search results."
|
2139 |
+
msgstr ""
|
2140 |
+
|
2141 |
+
#: inc/admin/admin-notifications-center.php:379
|
2142 |
+
msgid "Disable this!"
|
2143 |
+
msgstr "Bunu devre dışı bırak!"
|
2144 |
+
|
2145 |
+
#: inc/admin/admin-notifications-center.php:402
|
2146 |
+
msgid "Display more posts per page on homepage and archives"
|
2147 |
+
msgstr "Anasayfada ve arşivlerde sayfa başına daha fazla mesaj göster"
|
2148 |
+
|
2149 |
+
#: inc/admin/admin-notifications-center.php:403
|
2150 |
+
msgid ""
|
2151 |
+
"To reduce the number pages search engines have to crawl to find all your "
|
2152 |
+
"articles, it is recommended displaying more posts per page. This should not "
|
2153 |
+
"be a problem for your users. Using mobile, we prefer to scroll down rather "
|
2154 |
+
"than clicking on next page links. If you can do it, try adding an infinite "
|
2155 |
+
"scroll to your post listings."
|
2156 |
+
msgstr ""
|
2157 |
+
|
2158 |
+
#: inc/admin/admin-notifications-center.php:420
|
2159 |
+
msgid "You don't have an XML Sitemap!"
|
2160 |
+
msgstr "XML site haritanız yok!"
|
2161 |
+
|
2162 |
+
#: inc/admin/admin-notifications-center.php:421
|
2163 |
+
msgid ""
|
2164 |
+
"XML Sitemaps are useful to facilitate the crawling of your content by search "
|
2165 |
+
"engine robots. Indirectly, this can benefit your ranking by reducing the "
|
2166 |
+
"crawl bugdet."
|
2167 |
+
msgstr ""
|
2168 |
+
|
2169 |
+
#: inc/admin/admin-notifications-center.php:448
|
2170 |
+
msgid "Do you have a Google My Business page? It's free!"
|
2171 |
+
msgstr "Google My Business sayfanız var mı? Bedava!"
|
2172 |
+
|
2173 |
+
#: inc/admin/admin-notifications-center.php:449
|
2174 |
+
msgid ""
|
2175 |
+
"Local Business websites should have a My Business page to improve visibility "
|
2176 |
+
"in search results. Click on the cross on the right to delete this "
|
2177 |
+
"notification if you are not concerned."
|
2178 |
+
msgstr ""
|
2179 |
+
|
2180 |
+
#: inc/admin/admin-notifications-center.php:455
|
2181 |
+
msgid "Create your page now!"
|
2182 |
+
msgstr "Sayfanızı şimdi oluşturun!"
|
2183 |
+
|
2184 |
+
#: inc/admin/admin-notifications-center.php:485
|
2185 |
+
msgid "Add your site to Google. It's free!"
|
2186 |
+
msgstr "Sitenizi Google'a ekleyin. Bedava!"
|
2187 |
+
|
2188 |
+
#: inc/admin/admin-notifications-center.php:486
|
2189 |
+
msgid ""
|
2190 |
+
"Is your brand new site online? So reference it as quickly as possible on "
|
2191 |
+
"Google to get your first visitors via Google Search Console. Already the "
|
2192 |
+
"case? Click on the cross on the right to remove this alert."
|
2193 |
+
msgstr ""
|
2194 |
+
|
2195 |
+
#: inc/admin/admin-notifications-center.php:492
|
2196 |
+
msgid "Add your site to Search Console!"
|
2197 |
+
msgstr "Sitenizi Search Console'a ekleyin!"
|
2198 |
+
|
2199 |
+
#: inc/admin/admin-notifications-center.php:503
|
2200 |
+
#, fuzzy
|
2201 |
+
#| msgid "Structured Data Types (schema.org)"
|
2202 |
+
msgid "Structured data types is not correctly enabled"
|
2203 |
+
msgstr "Yapısal Veri Türleri (schema.org)"
|
2204 |
+
|
2205 |
+
#: inc/admin/admin-notifications-center.php:504
|
2206 |
+
msgid ""
|
2207 |
+
"Please enable <strong>Structured Data Types metabox for your posts, pages "
|
2208 |
+
"and custom post types</strong> option in order to use automatic and manual "
|
2209 |
+
"schemas. (SEO > PRO > Structured Data Types (schema.org)"
|
2210 |
+
msgstr ""
|
2211 |
+
|
2212 |
+
#: inc/admin/admin-notifications-center.php:522
|
2213 |
+
msgid "You have to enter your licence key to get updates and support"
|
2214 |
+
msgstr ""
|
2215 |
+
"Güncellemeler ve destek almak için lisans anahtarınızı girmeniz gerekir"
|
2216 |
+
|
2217 |
+
#: inc/admin/admin-notifications-center.php:523
|
2218 |
+
msgid ""
|
2219 |
+
"Please activate the SEOPress PRO license key to automatically receive "
|
2220 |
+
"updates to guarantee you the best user experience possible."
|
2221 |
+
msgstr ""
|
2222 |
+
|
2223 |
+
#: inc/admin/admin-notifications-center.php:551
|
2224 |
+
msgid "Take your SEO to the next level with SEOPress PRO!"
|
2225 |
+
msgstr ""
|
2226 |
+
|
2227 |
+
#: inc/admin/admin-notifications-center.php:552
|
2228 |
+
msgid ""
|
2229 |
+
"The PRO version of SEOPress allows you to easily manage your structured data "
|
2230 |
+
"(schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO "
|
2231 |
+
"for WooCommerce, gain productivity with our import / export tool from a CSV "
|
2232 |
+
"of your metadata and so much more."
|
2233 |
+
msgstr ""
|
2234 |
+
|
2235 |
+
#: inc/admin/admin-notifications-center.php:559
|
2236 |
+
#, fuzzy
|
2237 |
+
#| msgid "Migrate now"
|
2238 |
+
msgid "Upgrade now!"
|
2239 |
+
msgstr "Şimdi taşı"
|
2240 |
+
|
2241 |
+
#: inc/admin/admin-notifications-center.php:576
|
2242 |
+
msgid "Check websites setup on your server"
|
2243 |
+
msgstr "Sunucunuzda Web sitelerinin kurulumunu denetle"
|
2244 |
+
|
2245 |
+
#: inc/admin/admin-notifications-center.php:585
|
2246 |
+
msgid "Not found"
|
2247 |
+
msgstr "Bulunamadı"
|
2248 |
+
|
2249 |
+
#: inc/admin/admin-notifications-center.php:590
|
2250 |
+
msgid "No scrape."
|
2251 |
+
msgstr "Kazıma yok."
|
2252 |
+
|
2253 |
+
#: inc/admin/admin-notifications-center.php:595
|
2254 |
+
msgid "No domain found."
|
2255 |
+
msgstr "Alan adı bulunamadı."
|
2256 |
+
|
2257 |
+
#: inc/admin/admin-notifications-center.php:605
|
2258 |
+
msgid "Server IP Address: "
|
2259 |
+
msgstr "Sunucu IP adresi:"
|
2260 |
+
|
2261 |
+
#: inc/admin/admin-notifications-center.php:608
|
2262 |
+
msgid "Last scrape: "
|
2263 |
+
msgstr "Son kazıma:"
|
2264 |
+
|
2265 |
+
#: inc/admin/admin-notifications-center.php:609
|
2266 |
+
msgid "Number of websites on your server: "
|
2267 |
+
msgstr "Sunucunuzdaki Web sitesi sayısı:"
|
2268 |
+
|
2269 |
+
#: inc/admin/admin-notifications-center.php:622
|
2270 |
+
msgid "Get list"
|
2271 |
+
msgstr "Listeyi al"
|
2272 |
+
|
2273 |
+
#: inc/admin/admin-notifications-center.php:631
|
2274 |
+
msgid "Our blog: SEO news, how-to, tips and tricks..."
|
2275 |
+
msgstr ""
|
2276 |
+
|
2277 |
+
#: inc/admin/admin-notifications-center.php:632
|
2278 |
+
msgid "Upload a list of links to disavow to Google"
|
2279 |
+
msgstr "Google'a onaylanmayan bağlantıların listesini yükleyin"
|
2280 |
+
|
2281 |
+
#: inc/admin/admin-notifications-center.php:633
|
2282 |
+
msgid "Google Trends"
|
2283 |
+
msgstr "Google Trends"
|
2284 |
+
|
2285 |
+
#: inc/admin/admin-notifications-center.php:635
|
2286 |
+
msgid ""
|
2287 |
+
"Image SEO plugin to optimize your image ALT texts and names for Search "
|
2288 |
+
"Engines."
|
2289 |
+
msgstr ""
|
2290 |
+
|
2291 |
+
#: inc/admin/admin-notifications-center.php:637
|
2292 |
+
msgid "Dareboost: Test, analyze and optimize your website"
|
2293 |
+
msgstr "Dareboost: Test, analiz ve Web sitenizi en uygun hale getirin"
|
2294 |
+
|
2295 |
+
#: inc/admin/admin-notifications-center.php:638
|
2296 |
+
msgid "Google Campaign URL Builder tool"
|
2297 |
+
msgstr "Google kampanya URL oluşturucu aracı"
|
2298 |
+
|
2299 |
+
#: inc/admin/admin-wizard.php:96 seopress.php:211
|
2300 |
+
#, fuzzy
|
2301 |
+
#| msgid "Import completed!"
|
2302 |
+
msgid "Migration completed!"
|
2303 |
+
msgstr "İçe aktarma tamamlandı!"
|
2304 |
+
|
2305 |
+
#: inc/admin/admin-wizard.php:97 seopress.php:212
|
2306 |
+
#, fuzzy
|
2307 |
+
#| msgid "Import completed!"
|
2308 |
+
msgid "Export completed!"
|
2309 |
+
msgstr "İçe aktarma tamamlandı!"
|
2310 |
+
|
2311 |
+
#: inc/admin/admin-wizard.php:112
|
2312 |
+
#, fuzzy
|
2313 |
+
#| msgid "Import Settings"
|
2314 |
+
msgid "Import SEO settings"
|
2315 |
+
msgstr "İçe aktarma ayarları"
|
2316 |
+
|
2317 |
+
#: inc/admin/admin-wizard.php:117 inc/admin/admin-wizard.php:454
|
2318 |
+
#, fuzzy
|
2319 |
+
#| msgid "View your sitemap"
|
2320 |
+
msgid "Your site"
|
2321 |
+
msgstr "Site haritanızı Görüntüleme"
|
2322 |
+
|
2323 |
+
#: inc/admin/admin-wizard.php:122 inc/admin/admin-wizard.php:564
|
2324 |
+
msgid "Indexing"
|
2325 |
+
msgstr ""
|
2326 |
+
|
2327 |
+
#: inc/admin/admin-wizard.php:127 inc/admin/admin-wizard.php:720
|
2328 |
+
#, fuzzy
|
2329 |
+
#| msgid "<p>Advanced SEO options.</p>"
|
2330 |
+
msgid "Advanced options"
|
2331 |
+
msgstr "<p>Gelişmiş SEO seçenekleri.</p>"
|
2332 |
+
|
2333 |
+
#: inc/admin/admin-wizard.php:132
|
2334 |
+
msgid "Ready!"
|
2335 |
+
msgstr ""
|
2336 |
+
|
2337 |
+
#: inc/admin/admin-wizard.php:191
|
2338 |
+
msgid "SEOPress › Setup Wizard"
|
2339 |
+
msgstr ""
|
2340 |
+
|
2341 |
+
#: inc/admin/admin-wizard.php:208
|
2342 |
+
msgid "Not right now"
|
2343 |
+
msgstr ""
|
2344 |
+
|
2345 |
+
#: inc/admin/admin-wizard.php:210
|
2346 |
+
msgid "Skip this step"
|
2347 |
+
msgstr ""
|
2348 |
+
|
2349 |
+
#: inc/admin/admin-wizard.php:268
|
2350 |
+
msgid "Welcome!"
|
2351 |
+
msgstr ""
|
2352 |
+
|
2353 |
+
#: inc/admin/admin-wizard.php:269
|
2354 |
+
msgid ""
|
2355 |
+
"The following wizard will help you configure SEOPress and get you started "
|
2356 |
+
"quickly."
|
2357 |
+
msgstr ""
|
2358 |
+
|
2359 |
+
#: inc/admin/admin-wizard.php:270
|
2360 |
+
msgid ""
|
2361 |
+
"The first step is to import your previous settings from other plugins to "
|
2362 |
+
"keep your SEO."
|
2363 |
+
msgstr ""
|
2364 |
+
|
2365 |
+
#: inc/admin/admin-wizard.php:271
|
2366 |
+
msgid "No data to migrate? Click \"Next step\" button!"
|
2367 |
+
msgstr ""
|
2368 |
+
|
2369 |
+
#: inc/admin/admin-wizard.php:273 inc/admin/admin.php:753
|
2370 |
+
#, fuzzy
|
2371 |
+
#| msgid "Import posts and terms metadata from Yoast"
|
2372 |
+
msgid "Import posts and terms metadata from"
|
2373 |
+
msgstr "Yoast'tan yazılar ve terimler meta verilerini içe aktar"
|
2374 |
+
|
2375 |
+
#: inc/admin/admin-wizard.php:275 inc/admin/admin.php:755
|
2376 |
+
#: inc/admin/admin.php:911
|
2377 |
+
#, fuzzy
|
2378 |
+
#| msgid "Select your logo"
|
2379 |
+
msgid "Select an option"
|
2380 |
+
msgstr "Logonuzu seçin"
|
2381 |
+
|
2382 |
+
#: inc/admin/admin-wizard.php:276 inc/admin/admin.php:756
|
2383 |
+
msgid "Yoast SEO"
|
2384 |
+
msgstr ""
|
2385 |
+
|
2386 |
+
#: inc/admin/admin-wizard.php:277 inc/admin/admin.php:757
|
2387 |
+
msgid "All In One SEO"
|
2388 |
+
msgstr ""
|
2389 |
+
|
2390 |
+
#: inc/admin/admin-wizard.php:278 inc/admin/admin.php:758
|
2391 |
+
msgid "The SEO Framework"
|
2392 |
+
msgstr ""
|
2393 |
+
|
2394 |
+
#: inc/admin/admin-wizard.php:279 inc/admin/admin.php:759
|
2395 |
+
msgid "Rank Math"
|
2396 |
+
msgstr ""
|
2397 |
+
|
2398 |
+
#: inc/admin/admin-wizard.php:280 inc/admin/admin.php:760
|
2399 |
+
msgid "Squirrly SEO"
|
2400 |
+
msgstr ""
|
2401 |
+
|
2402 |
+
#: inc/admin/admin-wizard.php:281 inc/admin/admin.php:761
|
2403 |
+
msgid "SEO Ultimate"
|
2404 |
+
msgstr ""
|
2405 |
+
|
2406 |
+
#: inc/admin/admin-wizard.php:282 inc/admin/admin.php:762
|
2407 |
+
msgid "WP Meta SEO"
|
2408 |
+
msgstr ""
|
2409 |
+
|
2410 |
+
#: inc/admin/admin-wizard.php:290 inc/admin/admin.php:769
|
2411 |
+
msgid "Import posts and terms metadata from Yoast"
|
2412 |
+
msgstr "Yoast'tan yazılar ve terimler meta verilerini içe aktar"
|
2413 |
+
|
2414 |
+
#: inc/admin/admin-wizard.php:291 inc/admin/admin-wizard.php:310
|
2415 |
+
#: inc/admin/admin-wizard.php:327 inc/admin/admin-wizard.php:346
|
2416 |
+
#: inc/admin/admin-wizard.php:365 inc/admin/admin-wizard.php:383
|
2417 |
+
#: inc/admin/admin-wizard.php:400 inc/admin/admin.php:770
|
2418 |
+
#: inc/admin/admin.php:791 inc/admin/admin.php:810 inc/admin/admin.php:831
|
2419 |
+
#: inc/admin/admin.php:852 inc/admin/admin.php:872 inc/admin/admin.php:891
|
2420 |
+
msgid "By clicking Migrate, we'll import:"
|
2421 |
+
msgstr "Taşıma seçeneğini tıklayarak bunları içe aktaracağız:"
|
2422 |
+
|
2423 |
+
#: inc/admin/admin-wizard.php:293 inc/admin/admin-wizard.php:312
|
2424 |
+
#: inc/admin/admin-wizard.php:329 inc/admin/admin-wizard.php:348
|
2425 |
+
#: inc/admin/admin-wizard.php:367 inc/admin/admin-wizard.php:385
|
2426 |
+
#: inc/admin/admin-wizard.php:402 inc/admin/admin.php:772
|
2427 |
+
#: inc/admin/admin.php:793 inc/admin/admin.php:812 inc/admin/admin.php:833
|
2428 |
+
#: inc/admin/admin.php:854 inc/admin/admin.php:874 inc/admin/admin.php:893
|
2429 |
+
msgid "Title tags"
|
2430 |
+
msgstr "Başlık etiketleri"
|
2431 |
+
|
2432 |
+
#: inc/admin/admin-wizard.php:295 inc/admin/admin-wizard.php:314
|
2433 |
+
#: inc/admin/admin-wizard.php:331 inc/admin/admin-wizard.php:350
|
2434 |
+
#: inc/admin/admin-wizard.php:369 inc/admin/admin-wizard.php:387
|
2435 |
+
#: inc/admin/admin-wizard.php:404 inc/admin/admin.php:774
|
2436 |
+
#: inc/admin/admin.php:795 inc/admin/admin.php:814 inc/admin/admin.php:835
|
2437 |
+
#: inc/admin/admin.php:856 inc/admin/admin.php:876 inc/admin/admin.php:895
|
2438 |
+
msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
2439 |
+
msgstr "Facebook Open Graph etiketler (başlık, açıklama ve küçük görüntü)"
|
2440 |
+
|
2441 |
+
#: inc/admin/admin-wizard.php:296 inc/admin/admin-wizard.php:332
|
2442 |
+
#: inc/admin/admin-wizard.php:351 inc/admin/admin-wizard.php:370
|
2443 |
+
#: inc/admin/admin-wizard.php:388 inc/admin/admin-wizard.php:405
|
2444 |
+
#: inc/admin/admin.php:775 inc/admin/admin.php:815 inc/admin/admin.php:836
|
2445 |
+
#: inc/admin/admin.php:857 inc/admin/admin.php:877 inc/admin/admin.php:896
|
2446 |
+
msgid "Twitter tags (title, description and image thumbnail)"
|
2447 |
+
msgstr "Twitter etiketler (başlık, açıklama ve küçük görüntü)"
|
2448 |
+
|
2449 |
+
#: inc/admin/admin-wizard.php:297 inc/admin/admin.php:776
|
2450 |
+
msgid "Meta Robots (noindex, nofollow...)"
|
2451 |
+
msgstr "Meta Robotlar (noindex, nofollow...)"
|
2452 |
+
|
2453 |
+
#: inc/admin/admin-wizard.php:299 inc/admin/admin-wizard.php:354
|
2454 |
+
#: inc/admin/admin.php:778 inc/admin/admin.php:839
|
2455 |
+
msgid "Focus keywords"
|
2456 |
+
msgstr "Fokus anahtar sözcükler"
|
2457 |
+
|
2458 |
+
#: inc/admin/admin-wizard.php:301 inc/admin/admin.php:780
|
2459 |
+
#, fuzzy
|
2460 |
+
#| msgid ""
|
2461 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2462 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2463 |
+
msgid ""
|
2464 |
+
"<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
|
2465 |
+
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
2466 |
+
"NOT delete any Yoast data."
|
2467 |
+
msgstr ""
|
2468 |
+
"<strong>UYARI:</strong> Taşıma tüm SEOPress yazılar ve terimler meta "
|
2469 |
+
"verilerini silecektir. Bazı dinamik değişkenler değerlendirilmeyecektir."
|
2470 |
+
|
2471 |
+
#: inc/admin/admin-wizard.php:302 inc/admin/admin-wizard.php:319
|
2472 |
+
#: inc/admin/admin-wizard.php:338 inc/admin/admin-wizard.php:357
|
2473 |
+
#: inc/admin/admin-wizard.php:375 inc/admin/admin-wizard.php:392
|
2474 |
+
#: inc/admin/admin-wizard.php:408 inc/admin/admin.php:781
|
2475 |
+
#: inc/admin/admin.php:800 inc/admin/admin.php:821 inc/admin/admin.php:842
|
2476 |
+
#: inc/admin/admin.php:862 inc/admin/admin.php:881 inc/admin/admin.php:899
|
2477 |
+
msgid "Migrate now"
|
2478 |
+
msgstr "Şimdi taşı"
|
2479 |
+
|
2480 |
+
#: inc/admin/admin-wizard.php:309 inc/admin/admin.php:790
|
2481 |
+
msgid "Import posts and terms metadata from All In One SEO"
|
2482 |
+
msgstr "All In One SEO'dan tüm yazılar ve terimler meta verilerini içe aktar"
|
2483 |
+
|
2484 |
+
#: inc/admin/admin-wizard.php:315 inc/admin/admin.php:796
|
2485 |
+
msgid "Twitter image thumbnail"
|
2486 |
+
msgstr "Twitter küçük görüntü"
|
2487 |
+
|
2488 |
+
#: inc/admin/admin-wizard.php:316 inc/admin/admin.php:797
|
2489 |
+
msgid "Meta Robots (noindex, nofollow)"
|
2490 |
+
msgstr "Meta Robotlar (noindex, nofollow)"
|
2491 |
+
|
2492 |
+
#: inc/admin/admin-wizard.php:318 inc/admin/admin.php:799
|
2493 |
+
#, fuzzy
|
2494 |
+
#| msgid ""
|
2495 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2496 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2497 |
+
msgid ""
|
2498 |
+
"<strong>WARNING:</strong> Migration will update/delete all SEOPress posts "
|
2499 |
+
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
2500 |
+
"NOT delete any AIO data."
|
2501 |
+
msgstr ""
|
2502 |
+
"<strong>UYARI:</strong> Taşıma tüm SEOPress yazılar ve terimler meta "
|
2503 |
+
"verilerini silecektir. Bazı dinamik değişkenler değerlendirilmeyecektir."
|
2504 |
+
|
2505 |
+
#: inc/admin/admin-wizard.php:326 inc/admin/admin.php:809
|
2506 |
+
msgid "Import posts and terms metadata from The SEO Framework"
|
2507 |
+
msgstr ""
|
2508 |
+
"The SEO Framework'dan tüm yazılar ve terimler meta verilerini içe aktar"
|
2509 |
+
|
2510 |
+
#: inc/admin/admin-wizard.php:333 inc/admin/admin.php:816
|
2511 |
+
msgid "Meta Robots (noindex, nofollow, noarchive)"
|
2512 |
+
msgstr "Meta Robotlar (noindex, nofollow, noarchive)"
|
2513 |
+
|
2514 |
+
#: inc/admin/admin-wizard.php:335 inc/admin/admin.php:818
|
2515 |
+
#: inc/functions/options-advanced-admin.php:324
|
2516 |
+
msgid "Redirect URL"
|
2517 |
+
msgstr "URL yeniden yönlendir"
|
2518 |
+
|
2519 |
+
#: inc/admin/admin-wizard.php:337 inc/admin/admin.php:820
|
2520 |
+
#, fuzzy
|
2521 |
+
#| msgid ""
|
2522 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2523 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2524 |
+
msgid ""
|
2525 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2526 |
+
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
2527 |
+
"NOT delete any SEO Framework data."
|
2528 |
+
msgstr ""
|
2529 |
+
"<strong>UYARI:</strong> Taşıma tüm SEOPress yazılar ve terimler meta "
|
2530 |
+
"verilerini silecektir. Bazı dinamik değişkenler değerlendirilmeyecektir."
|
2531 |
+
|
2532 |
+
#: inc/admin/admin-wizard.php:345 inc/admin/admin.php:830
|
2533 |
+
#, fuzzy
|
2534 |
+
#| msgid "Import posts and terms metadata from Yoast"
|
2535 |
+
msgid "Import posts and terms metadata from Rank Math"
|
2536 |
+
msgstr "Yoast'tan yazılar ve terimler meta verilerini içe aktar"
|
2537 |
+
|
2538 |
+
#: inc/admin/admin-wizard.php:352 inc/admin/admin.php:837
|
2539 |
+
#, fuzzy
|
2540 |
+
#| msgid "Meta Robots (noindex, nofollow, noarchive)"
|
2541 |
+
msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
|
2542 |
+
msgstr "Meta Robotlar (noindex, nofollow, noarchive)"
|
2543 |
+
|
2544 |
+
#: inc/admin/admin-wizard.php:356 inc/admin/admin.php:841
|
2545 |
+
#, fuzzy
|
2546 |
+
#| msgid ""
|
2547 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2548 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2549 |
+
msgid ""
|
2550 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2551 |
+
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
2552 |
+
"NOT delete any Rank Math data."
|
2553 |
+
msgstr ""
|
2554 |
+
"<strong>UYARI:</strong> Taşıma tüm SEOPress yazılar ve terimler meta "
|
2555 |
+
"verilerini silecektir. Bazı dinamik değişkenler değerlendirilmeyecektir."
|
2556 |
+
|
2557 |
+
#: inc/admin/admin-wizard.php:364 inc/admin/admin.php:851
|
2558 |
+
#, fuzzy
|
2559 |
+
#| msgid "Import posts and terms metadata from All In One SEO"
|
2560 |
+
msgid "Import posts metadata from Squirrly SEO"
|
2561 |
+
msgstr "All In One SEO'dan tüm yazılar ve terimler meta verilerini içe aktar"
|
2562 |
+
|
2563 |
+
#: inc/admin/admin-wizard.php:371 inc/admin/admin-wizard.php:389
|
2564 |
+
#: inc/admin/admin.php:858 inc/admin/admin.php:878
|
2565 |
+
#, fuzzy
|
2566 |
+
#| msgid "Meta Robots (noindex, nofollow)"
|
2567 |
+
msgid "Meta Robots (noindex or nofollow)"
|
2568 |
+
msgstr "Meta Robotlar (noindex, nofollow)"
|
2569 |
+
|
2570 |
+
#: inc/admin/admin-wizard.php:374
|
2571 |
+
#, fuzzy
|
2572 |
+
#| msgid ""
|
2573 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2574 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2575 |
+
msgid ""
|
2576 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2577 |
+
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
2578 |
+
"any Squirrly SEO data."
|
2579 |
+
msgstr ""
|
2580 |
+
"<strong>UYARI:</strong> Taşıma tüm SEOPress yazılar ve terimler meta "
|
2581 |
+
"verilerini silecektir. Bazı dinamik değişkenler değerlendirilmeyecektir."
|
2582 |
+
|
2583 |
+
#: inc/admin/admin-wizard.php:382 inc/admin/admin.php:871
|
2584 |
+
#, fuzzy
|
2585 |
+
#| msgid "Import posts and terms metadata from Yoast"
|
2586 |
+
msgid "Import posts metadata from SEO Ultimate"
|
2587 |
+
msgstr "Yoast'tan yazılar ve terimler meta verilerini içe aktar"
|
2588 |
+
|
2589 |
+
#: inc/admin/admin-wizard.php:391 inc/admin/admin.php:880
|
2590 |
+
#, fuzzy
|
2591 |
+
#| msgid ""
|
2592 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2593 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2594 |
+
msgid ""
|
2595 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2596 |
+
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
2597 |
+
"any SEO Ultimate data."
|
2598 |
+
msgstr ""
|
2599 |
+
"<strong>UYARI:</strong> Taşıma tüm SEOPress yazılar ve terimler meta "
|
2600 |
+
"verilerini silecektir. Bazı dinamik değişkenler değerlendirilmeyecektir."
|
2601 |
+
|
2602 |
+
#: inc/admin/admin-wizard.php:399 inc/admin/admin.php:890
|
2603 |
+
#, fuzzy
|
2604 |
+
#| msgid "Import posts and terms metadata from All In One SEO"
|
2605 |
+
msgid "Import posts and terms metadata from WP Meta SEO"
|
2606 |
+
msgstr "All In One SEO'dan tüm yazılar ve terimler meta verilerini içe aktar"
|
2607 |
+
|
2608 |
+
#: inc/admin/admin-wizard.php:407 inc/admin/admin.php:898
|
2609 |
+
#, fuzzy
|
2610 |
+
#| msgid ""
|
2611 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
2612 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
2613 |
+
msgid ""
|
2614 |
+
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2615 |
+
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
2616 |
+
"any WP Meta SEO data."
|
2617 |
+
msgstr ""
|
2618 |
+
"<strong>UYARI:</strong> Taşıma tüm SEOPress yazılar ve terimler meta "
|
2619 |
+
"verilerini silecektir. Bazı dinamik değişkenler değerlendirilmeyecektir."
|
2620 |
+
|
2621 |
+
#: inc/admin/admin-wizard.php:415 inc/admin/admin-wizard.php:844
|
2622 |
+
msgid "Next step"
|
2623 |
+
msgstr ""
|
2624 |
+
|
2625 |
+
#: inc/admin/admin-wizard.php:456
|
2626 |
+
msgid ""
|
2627 |
+
"To build title tags and knowledge graph for Google, you need to fill out the "
|
2628 |
+
"fields below to configure the general settings. "
|
2629 |
+
msgstr ""
|
2630 |
+
|
2631 |
+
#: inc/admin/admin-wizard.php:459
|
2632 |
+
msgid "eg: |"
|
2633 |
+
msgstr ""
|
2634 |
+
|
2635 |
+
#: inc/admin/admin-wizard.php:461 inc/admin/admin.php:1182
|
2636 |
+
#: inc/admin/admin.php:2940
|
2637 |
+
msgid "Site title"
|
2638 |
+
msgstr "Site başlık"
|
2639 |
+
|
2640 |
+
#: inc/admin/admin-wizard.php:462
|
2641 |
+
#, fuzzy
|
2642 |
+
#| msgid "My awesome website"
|
2643 |
+
msgid "eg: My super website"
|
2644 |
+
msgstr "Benim muhteşem web sitem"
|
2645 |
+
|
2646 |
+
#: inc/admin/admin-wizard.php:464 inc/admin/admin.php:1579
|
2647 |
+
msgid "Person or organization"
|
2648 |
+
msgstr "Kişi veya organizasyon"
|
2649 |
+
|
2650 |
+
#: inc/admin/admin-wizard.php:466
|
2651 |
+
msgid "Choose a knowledge type"
|
2652 |
+
msgstr ""
|
2653 |
+
|
2654 |
+
#: inc/admin/admin-wizard.php:472 inc/admin/admin.php:4126
|
2655 |
+
msgid "Person"
|
2656 |
+
msgstr "Kişi"
|
2657 |
+
|
2658 |
+
#: inc/admin/admin-wizard.php:475 inc/admin/admin.php:4129
|
2659 |
+
msgid "Organization"
|
2660 |
+
msgstr "Organizasyon"
|
2661 |
+
|
2662 |
+
#: inc/admin/admin-wizard.php:479 inc/admin/admin.php:1587
|
2663 |
+
#: inc/admin/admin.php:4142
|
2664 |
+
msgid "Your name/organization"
|
2665 |
+
msgstr "Adınız/kuruluşunuz"
|
2666 |
+
|
2667 |
+
#: inc/admin/admin-wizard.php:480
|
2668 |
+
msgid "eg: My Company Name"
|
2669 |
+
msgstr ""
|
2670 |
+
|
2671 |
+
#: inc/admin/admin-wizard.php:482 inc/admin/admin.php:1595
|
2672 |
+
#: inc/admin/admin.php:4155
|
2673 |
+
msgid "Your photo/organization logo"
|
2674 |
+
msgstr "Fotoğraf/organizasyon logonuz"
|
2675 |
+
|
2676 |
+
#: inc/admin/admin-wizard.php:483
|
2677 |
+
#, fuzzy
|
2678 |
+
#| msgid "eg: https://www.facebook.com/your-page"
|
2679 |
+
msgid "eg: https://www.example.com/logo.png"
|
2680 |
+
msgstr "örneğin: https://www.facebook.com/your-page"
|
2681 |
+
|
2682 |
+
#: inc/admin/admin-wizard.php:485
|
2683 |
+
#, fuzzy
|
2684 |
+
#| msgid "Facebook Page URL"
|
2685 |
+
msgid "Facebook page URL"
|
2686 |
+
msgstr "Facebook Sayfa URL"
|
2687 |
+
|
2688 |
+
#: inc/admin/admin-wizard.php:486 inc/admin/admin.php:4263
|
2689 |
+
#, fuzzy
|
2690 |
+
#| msgid "eg: https://www.facebook.com/your-page"
|
2691 |
+
msgid "eg: https://facebook.com/my-page-url"
|
2692 |
+
msgstr "örneğin: https://www.facebook.com/your-page"
|
2693 |
+
|
2694 |
+
#: inc/admin/admin-wizard.php:488 inc/admin/admin.php:1644
|
2695 |
+
msgid "Twitter Username"
|
2696 |
+
msgstr "Twitter kullanıcı adı"
|
2697 |
+
|
2698 |
+
#: inc/admin/admin-wizard.php:489 inc/admin/admin.php:4276
|
2699 |
+
msgid "eg: @my_twitter_account"
|
2700 |
+
msgstr ""
|
2701 |
+
|
2702 |
+
#: inc/admin/admin-wizard.php:491 inc/admin/admin.php:1652
|
2703 |
+
#: inc/admin/admin.php:4288
|
2704 |
+
msgid "Pinterest URL"
|
2705 |
+
msgstr "Pinterest URL"
|
2706 |
+
|
2707 |
+
#: inc/admin/admin-wizard.php:492 inc/admin/admin.php:4288
|
2708 |
+
#, fuzzy
|
2709 |
+
#| msgid "eg: https://pinterest.com/wpbuy/"
|
2710 |
+
msgid "eg: https://pinterest.com/my-page-url/"
|
2711 |
+
msgstr "örneğin: https://pinterest.com/wpbuy/"
|
2712 |
+
|
2713 |
+
#: inc/admin/admin-wizard.php:494 inc/admin/admin.php:1660
|
2714 |
+
#: inc/admin/admin.php:4300
|
2715 |
+
msgid "Instagram URL"
|
2716 |
+
msgstr "Instagram URL"
|
2717 |
+
|
2718 |
+
#: inc/admin/admin-wizard.php:495 inc/admin/admin.php:4300
|
2719 |
+
#, fuzzy
|
2720 |
+
#| msgid "eg: https://www.instagram.com/wp_seopress/"
|
2721 |
+
msgid "eg: https://www.instagram.com/my-page-url/"
|
2722 |
+
msgstr "örneğin: https://www.instagram.com/wp_seopress/"
|
2723 |
+
|
2724 |
+
#: inc/admin/admin-wizard.php:497 inc/admin/admin.php:1668
|
2725 |
+
#: inc/admin/admin.php:4312
|
2726 |
+
msgid "YouTube URL"
|
2727 |
+
msgstr "YouTube URL"
|
2728 |
+
|
2729 |
+
#: inc/admin/admin-wizard.php:498 inc/admin/admin.php:4312
|
2730 |
+
#, fuzzy
|
2731 |
+
#| msgid "eg: https://www.youtube.com/c/SEOPress"
|
2732 |
+
msgid "eg: https://www.youtube.com/my-channel-url"
|
2733 |
+
msgstr "örneğin: https://www.youtube.com/c/SEOPress"
|
2734 |
+
|
2735 |
+
#: inc/admin/admin-wizard.php:500 inc/admin/admin.php:1676
|
2736 |
+
#: inc/admin/admin.php:4324
|
2737 |
+
msgid "LinkedIn URL"
|
2738 |
+
msgstr "LinkedIn URL"
|
2739 |
+
|
2740 |
+
#: inc/admin/admin-wizard.php:501 inc/admin/admin.php:4324
|
2741 |
+
#, fuzzy
|
2742 |
+
#| msgid "eg: http://linkedin.com/company/seopress/"
|
2743 |
+
msgid "eg: http://linkedin.com/company/my-company-url/"
|
2744 |
+
msgstr "örneğin: http://linkedin.com/company/seopress/"
|
2745 |
+
|
2746 |
+
#: inc/admin/admin-wizard.php:503 inc/admin/admin.php:1684
|
2747 |
+
#: inc/admin/admin.php:4336
|
2748 |
+
msgid "MySpace URL"
|
2749 |
+
msgstr "MySpace URL"
|
2750 |
+
|
2751 |
+
#: inc/admin/admin-wizard.php:504 inc/admin/admin.php:4336
|
2752 |
+
#, fuzzy
|
2753 |
+
#| msgid "eg: https://myspace.com/your-page"
|
2754 |
+
msgid "eg: https://myspace.com/my-page-url"
|
2755 |
+
msgstr "örneğin: https://myspace.com/your-page"
|
2756 |
+
|
2757 |
+
#: inc/admin/admin-wizard.php:506 inc/admin/admin.php:1692
|
2758 |
+
#: inc/admin/admin.php:4348
|
2759 |
+
msgid "Soundcloud URL"
|
2760 |
+
msgstr "Soundcloud URL"
|
2761 |
+
|
2762 |
+
#: inc/admin/admin-wizard.php:507 inc/admin/admin.php:4348
|
2763 |
+
#, fuzzy
|
2764 |
+
#| msgid "eg: https://soundcloud.com/michaelmccannmusic"
|
2765 |
+
msgid "eg: https://soundcloud.com/my-page-url"
|
2766 |
+
msgstr "örneğin: https://soundcloud.com/michaelmccannmusic"
|
2767 |
+
|
2768 |
+
#: inc/admin/admin-wizard.php:509 inc/admin/admin.php:1700
|
2769 |
+
#: inc/admin/admin.php:4360
|
2770 |
+
msgid "Tumblr URL"
|
2771 |
+
msgstr "Tumblr URL"
|
2772 |
+
|
2773 |
+
#: inc/admin/admin-wizard.php:510 inc/admin/admin.php:4360
|
2774 |
+
msgid "eg: https://your-site.tumblr.com"
|
2775 |
+
msgstr "örneğin: https://your-site.tumblr.com"
|
2776 |
+
|
2777 |
+
#: inc/admin/admin-wizard.php:513 inc/admin/admin-wizard.php:656
|
2778 |
+
#: inc/admin/admin-wizard.php:763
|
2779 |
+
msgid "Continue"
|
2780 |
+
msgstr ""
|
2781 |
+
|
2782 |
+
#: inc/admin/admin-wizard.php:565
|
2783 |
+
msgid "Specify to the search engines what you want to be indexed or not."
|
2784 |
+
msgstr ""
|
2785 |
+
|
2786 |
+
#: inc/admin/admin-wizard.php:566
|
2787 |
+
msgid "Avoid indexing duplicate or poor quality content."
|
2788 |
+
msgstr ""
|
2789 |
+
|
2790 |
+
#: inc/admin/admin-wizard.php:567
|
2791 |
+
#, fuzzy
|
2792 |
+
#| msgid "Default (date)"
|
2793 |
+
msgid "Default: index"
|
2794 |
+
msgstr "Varsayılan (Tarih)"
|
2795 |
+
|
2796 |
+
#: inc/admin/admin-wizard.php:572
|
2797 |
+
msgid "For which single post types, should indexing be disabled?"
|
2798 |
+
msgstr ""
|
2799 |
+
|
2800 |
+
#: inc/admin/admin-wizard.php:589
|
2801 |
+
#, fuzzy
|
2802 |
+
#| msgid ""
|
2803 |
+
#| "Do not display this single post type in search engine results "
|
2804 |
+
#| "<strong>(noindex)</strong>"
|
2805 |
+
msgid ""
|
2806 |
+
"Do not display this single post type in search engine "
|
2807 |
+
"results <strong>(noindex)</strong>"
|
2808 |
+
msgstr ""
|
2809 |
+
"Bu tek yazı türünü arama motoru sonuçlarında görüntüleme <strong>(noindex)</"
|
2810 |
+
"strong>"
|
2811 |
+
|
2812 |
+
#: inc/admin/admin-wizard.php:600
|
2813 |
+
msgid "For which post type archives, should indexing be disabled?"
|
2814 |
+
msgstr ""
|
2815 |
+
|
2816 |
+
#: inc/admin/admin-wizard.php:618
|
2817 |
+
#, fuzzy
|
2818 |
+
#| msgid ""
|
2819 |
+
#| "Do not display this post type archive in search engine results "
|
2820 |
+
#| "<strong>(noindex)</strong>"
|
2821 |
+
msgid ""
|
2822 |
+
"Do not display this post type archive in search engine "
|
2823 |
+
"results <strong>(noindex)</strong>"
|
2824 |
+
msgstr ""
|
2825 |
+
"Arama motoru sonuçlarında bu yazı türü arşivi görüntülemeyin "
|
2826 |
+
"<strong>(noindex)</strong>"
|
2827 |
+
|
2828 |
+
#: inc/admin/admin-wizard.php:630
|
2829 |
+
msgid "For which taxonomy archives, should indexing be disabled?"
|
2830 |
+
msgstr ""
|
2831 |
+
|
2832 |
+
#: inc/admin/admin-wizard.php:647
|
2833 |
+
#, fuzzy
|
2834 |
+
#| msgid ""
|
2835 |
+
#| "Do not display this taxonomy archive in search engine results "
|
2836 |
+
#| "<strong>(noindex)</strong>"
|
2837 |
+
msgid ""
|
2838 |
+
"Do not display this taxonomy archive in search engine "
|
2839 |
+
"results <strong>(noindex)</strong>"
|
2840 |
+
msgstr ""
|
2841 |
+
"Bu taksonomi arşivini arama motoru sonuçlarında görüntüleme "
|
2842 |
+
"<strong>(noindex)</strong>"
|
2843 |
+
|
2844 |
+
#: inc/admin/admin-wizard.php:730 inc/admin/admin.php:3471
|
2845 |
+
#, fuzzy
|
2846 |
+
#| msgid ""
|
2847 |
+
#| "Do not display this taxonomy archive in search engine results "
|
2848 |
+
#| "<strong>(noindex)</strong>"
|
2849 |
+
msgid ""
|
2850 |
+
"Do not display author archives in search engine results <strong>(noindex)</"
|
2851 |
+
"strong>"
|
2852 |
+
msgstr ""
|
2853 |
+
"Bu taksonomi arşivini arama motoru sonuçlarında görüntüleme "
|
2854 |
+
"<strong>(noindex)</strong>"
|
2855 |
+
|
2856 |
+
#: inc/admin/admin-wizard.php:733
|
2857 |
+
msgid ""
|
2858 |
+
"You only have one author on your site? Check this option to avoid duplicate "
|
2859 |
+
"content."
|
2860 |
+
msgstr ""
|
2861 |
+
|
2862 |
+
#: inc/admin/admin-wizard.php:742 inc/admin/admin.php:5658
|
2863 |
+
msgid ""
|
2864 |
+
"Redirect attachment pages to their file URL (https://www.example.com/my-"
|
2865 |
+
"image-file.jpg)"
|
2866 |
+
msgstr ""
|
2867 |
+
|
2868 |
+
#: inc/admin/admin-wizard.php:745
|
2869 |
+
msgid ""
|
2870 |
+
"By default, SEOPress redirects your Attachment pages to the parent post. "
|
2871 |
+
"Optimize this by redirecting the user directly to the URL of the media file."
|
2872 |
+
msgstr ""
|
2873 |
+
|
2874 |
+
#: inc/admin/admin-wizard.php:754 inc/admin/admin.php:5783
|
2875 |
+
msgid "Remove /category/ in your permalinks"
|
2876 |
+
msgstr "Kalıcı bağlantılardan /kategori/ kaldır"
|
2877 |
+
|
2878 |
+
#: inc/admin/admin-wizard.php:757
|
2879 |
+
msgid "Shorten your URLs by removing /category/ and improve your SEO."
|
2880 |
+
msgstr ""
|
2881 |
+
|
2882 |
+
#: inc/admin/admin-wizard.php:807
|
2883 |
+
#, fuzzy
|
2884 |
+
#| msgid "Your site is not visible to Search Engines!"
|
2885 |
+
msgid "Your site is now ready for search engines!"
|
2886 |
+
msgstr "Siteniz arama motorları için görünür değil!"
|
2887 |
+
|
2888 |
+
#: inc/admin/admin-wizard.php:812 inc/functions/options-advanced-admin.php:18
|
2889 |
+
msgid "Welcome to SEOPress PRO!"
|
2890 |
+
msgstr ""
|
2891 |
+
|
2892 |
+
#: inc/admin/admin-wizard.php:815 inc/functions/options-advanced-admin.php:19
|
2893 |
+
#, fuzzy
|
2894 |
+
#| msgid "You have to enter your licence key to get updates and support"
|
2895 |
+
msgid ""
|
2896 |
+
"Please activate your license to receive automatic updates and get premium "
|
2897 |
+
"support."
|
2898 |
+
msgstr ""
|
2899 |
+
"Güncellemeler ve destek almak için lisans anahtarınızı girmeniz gerekir"
|
2900 |
+
|
2901 |
+
#: inc/admin/admin-wizard.php:820 inc/functions/options-advanced-admin.php:20
|
2902 |
+
#, fuzzy
|
2903 |
+
#| msgid "License"
|
2904 |
+
msgid "Activate License"
|
2905 |
+
msgstr "Lisans"
|
2906 |
+
|
2907 |
+
#: inc/admin/admin-wizard.php:827
|
2908 |
+
msgid "Go PRO with SEOPress PRO!"
|
2909 |
+
msgstr ""
|
2910 |
+
|
2911 |
+
#: inc/admin/admin-wizard.php:830
|
2912 |
+
msgid ""
|
2913 |
+
"When you upgrade to the PRO version, you get a lot of additional features, "
|
2914 |
+
"like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, "
|
2915 |
+
"Analytics statistics in your Dashboard, breadcrumbs, redirections, and more."
|
2916 |
+
msgstr ""
|
2917 |
+
|
2918 |
+
#: inc/admin/admin-wizard.php:835
|
2919 |
+
msgid "Buy SEOPress PRO - $39 / unlimited sites"
|
2920 |
+
msgstr ""
|
2921 |
+
|
2922 |
+
#: inc/admin/admin-wizard.php:845
|
2923 |
+
#, fuzzy
|
2924 |
+
#| msgid "View your sitemap"
|
2925 |
+
msgid "Create your XML sitemaps"
|
2926 |
+
msgstr "Site haritanızı Görüntüleme"
|
2927 |
+
|
2928 |
+
#: inc/admin/admin-wizard.php:846
|
2929 |
+
msgid "Build custom XML sitemaps to improve Google's crawling of your site."
|
2930 |
+
msgstr ""
|
2931 |
+
|
2932 |
+
#: inc/admin/admin-wizard.php:851
|
2933 |
+
#, fuzzy
|
2934 |
+
#| msgid "View your sitemap"
|
2935 |
+
msgid "Configure your XML sitemaps"
|
2936 |
+
msgstr "Site haritanızı Görüntüleme"
|
2937 |
+
|
2938 |
+
#: inc/admin/admin-wizard.php:858
|
2939 |
+
#, fuzzy
|
2940 |
+
#| msgid "NoFollow Links"
|
2941 |
+
msgid "Follow us:"
|
2942 |
+
msgstr "NoFollow Bağlantılar"
|
2943 |
+
|
2944 |
+
#: inc/admin/admin-wizard.php:865
|
2945 |
+
#, fuzzy
|
2946 |
+
#| msgid "Enter your Facebook title"
|
2947 |
+
msgid "Like our Facebook page"
|
2948 |
+
msgstr "Facebook başlığını girin"
|
2949 |
+
|
2950 |
+
#: inc/admin/admin-wizard.php:877
|
2951 |
+
msgid "Watch our guided tour videos to learn more about SEOPress"
|
2952 |
+
msgstr ""
|
2953 |
+
|
2954 |
+
#: inc/admin/admin-wizard.php:883
|
2955 |
+
msgid "The off side of SEOPress"
|
2956 |
+
msgstr ""
|
2957 |
+
|
2958 |
+
#: inc/admin/admin-wizard.php:891
|
2959 |
+
msgid "You can also:"
|
2960 |
+
msgstr ""
|
2961 |
+
|
2962 |
+
#: inc/admin/admin-wizard.php:896
|
2963 |
+
#, fuzzy
|
2964 |
+
#| msgid "Dashboard"
|
2965 |
+
msgid "Visit Dashboard"
|
2966 |
+
msgstr "Pano"
|
2967 |
+
|
2968 |
+
#: inc/admin/admin-wizard.php:899
|
2969 |
+
#, fuzzy
|
2970 |
+
#| msgid "Reset settings"
|
2971 |
+
msgid "Review Settings"
|
2972 |
+
msgstr "Ayarları sıfırla"
|
2973 |
+
|
2974 |
+
#: inc/admin/admin-wizard.php:902
|
2975 |
+
#, fuzzy
|
2976 |
+
#| msgid "Knowledge Graph"
|
2977 |
+
msgid "Knowledge base"
|
2978 |
+
msgstr "Knowledge Graph"
|
2979 |
+
|
2980 |
+
#: inc/admin/admin.php:111
|
2981 |
+
msgid "404 - Page not found"
|
2982 |
+
msgstr "404 - Sayfa bulunamadı"
|
2983 |
+
|
2984 |
+
#: inc/admin/admin.php:190
|
2985 |
+
msgid "Dashboard"
|
2986 |
+
msgstr "Pano"
|
2987 |
+
|
2988 |
+
#: inc/admin/admin.php:194
|
2989 |
+
#, fuzzy
|
2990 |
+
#| msgid "Google Analytics"
|
2991 |
+
msgid "Analytics"
|
2992 |
+
msgstr "Google Analytics"
|
2993 |
+
|
2994 |
+
#: inc/admin/admin.php:203
|
2995 |
+
#, php-format
|
2996 |
+
msgid "%%sep%%"
|
2997 |
+
msgstr "%%sep%%"
|
2998 |
+
|
2999 |
+
#: inc/admin/admin.php:203
|
3000 |
+
msgid "Separator (eg: - )"
|
3001 |
+
msgstr "Ayırıcı (örn: - )"
|
3002 |
+
|
3003 |
+
#: inc/admin/admin.php:204
|
3004 |
+
#, php-format
|
3005 |
+
msgid "%%sitetitle%% (alias: %%sitename%%)"
|
3006 |
+
msgstr ""
|
3007 |
+
|
3008 |
+
#: inc/admin/admin.php:205
|
3009 |
+
#, php-format
|
3010 |
+
msgid "%%tagline%% (alias %%sitedesc%%)"
|
3011 |
+
msgstr ""
|
3012 |
+
|
3013 |
+
#: inc/admin/admin.php:205 inc/admin/admin.php:2945 inc/admin/admin.php:2956
|
3014 |
+
msgid "Tagline"
|
3015 |
+
msgstr "Slogan"
|
3016 |
+
|
3017 |
+
#: inc/admin/admin.php:206
|
3018 |
+
#, fuzzy, php-format
|
3019 |
+
#| msgid "%%post_title%%"
|
3020 |
+
msgid "%%post_title%% (alias %%title%%)"
|
3021 |
+
msgstr "%%post_title%%"
|
3022 |
+
|
3023 |
+
#: inc/admin/admin.php:206
|
3024 |
+
msgid "Post Title (post, page, custom post type)"
|
3025 |
+
msgstr "Yazı başlığı (yazı, sayfa, özel yazı türü)"
|
3026 |
+
|
3027 |
+
#: inc/admin/admin.php:207
|
3028 |
+
#, fuzzy, php-format
|
3029 |
+
#| msgid "%%post_excerpt%%"
|
3030 |
+
msgid "%%post_excerpt%% (alias %%excerpt%%)"
|
3031 |
+
msgstr "%%post_excerpt%%"
|
3032 |
+
|
3033 |
+
#: inc/admin/admin.php:207
|
3034 |
+
msgid "Post excerpt"
|
3035 |
+
msgstr "Yazı alıntısı"
|
3036 |
+
|
3037 |
+
#: inc/admin/admin.php:208
|
3038 |
+
#, fuzzy, php-format
|
3039 |
+
#| msgid "%%post_date%%"
|
3040 |
+
msgid "%%post_content%%"
|
3041 |
+
msgstr "%%post_date%%"
|
3042 |
+
|
3043 |
+
#: inc/admin/admin.php:208
|
3044 |
+
#, fuzzy
|
3045 |
+
#| msgid "Single product short description"
|
3046 |
+
msgid "Post content / product long description"
|
3047 |
+
msgstr "Tek ürün kısa açıklama"
|
3048 |
+
|
3049 |
+
#: inc/admin/admin.php:209
|
3050 |
+
#, fuzzy, php-format
|
3051 |
+
#| msgid "%%post_title%%"
|
3052 |
+
msgid "%%post_thumbnail_url%%"
|
3053 |
+
msgstr "%%post_title%%"
|
3054 |
+
|
3055 |
+
#: inc/admin/admin.php:209
|
3056 |
+
#, fuzzy
|
3057 |
+
#| msgid "Post Thumbnail"
|
3058 |
+
msgid "Post thumbnail URL"
|
3059 |
+
msgstr "Yazı küçük resim"
|
3060 |
+
|
3061 |
+
#: inc/admin/admin.php:210
|
3062 |
+
#, fuzzy, php-format
|
3063 |
+
#| msgid "%%post_date%%"
|
3064 |
+
msgid "%%post_date%% (alias %%date%%)"
|
3065 |
+
msgstr "%%post_date%%"
|
3066 |
+
|
3067 |
+
#: inc/admin/admin.php:210
|
3068 |
+
msgid "Post date"
|
3069 |
+
msgstr "Yazı tarihi"
|
3070 |
+
|
3071 |
+
#: inc/admin/admin.php:211
|
3072 |
+
#, php-format
|
3073 |
+
msgid "%%post_modified_date%%"
|
3074 |
+
msgstr "%%post_modified_date%%"
|
3075 |
+
|
3076 |
+
#: inc/admin/admin.php:211
|
3077 |
+
msgid "Last modified post date"
|
3078 |
+
msgstr "Son değiştirilen yazı tarihi"
|
3079 |
+
|
3080 |
+
#: inc/admin/admin.php:212
|
3081 |
+
#, php-format
|
3082 |
+
msgid "%%post_author%%"
|
3083 |
+
msgstr "%%post_author%%"
|
3084 |
+
|
3085 |
+
#: inc/admin/admin.php:212 inc/admin/admin.php:3438
|
3086 |
+
msgid "Post author"
|
3087 |
+
msgstr "Yazar"
|
3088 |
+
|
3089 |
+
#: inc/admin/admin.php:213
|
3090 |
+
#, php-format
|
3091 |
+
msgid "%%post_category%%"
|
3092 |
+
msgstr "%%post_category%%"
|
3093 |
+
|
3094 |
+
#: inc/admin/admin.php:213
|
3095 |
+
msgid "Post category"
|
3096 |
+
msgstr "Yazı kategorisi"
|
3097 |
+
|
3098 |
+
#: inc/admin/admin.php:214
|
3099 |
+
#, php-format
|
3100 |
+
msgid "%%post_tag%%"
|
3101 |
+
msgstr "%%post_tag%%"
|
3102 |
+
|
3103 |
+
#: inc/admin/admin.php:214
|
3104 |
+
msgid "Post tag"
|
3105 |
+
msgstr "Yazı etiketi"
|
3106 |
+
|
3107 |
+
#: inc/admin/admin.php:215
|
3108 |
+
#, php-format
|
3109 |
+
msgid "%%_category_title%%"
|
3110 |
+
msgstr "%%_category_title%%"
|
3111 |
+
|
3112 |
+
#: inc/admin/admin.php:215
|
3113 |
+
msgid "Category title"
|
3114 |
+
msgstr "Kategori başlığı"
|
3115 |
+
|
3116 |
+
#: inc/admin/admin.php:216
|
3117 |
+
#, php-format
|
3118 |
+
msgid "%%_category_description%%"
|
3119 |
+
msgstr "%%_category_description%%"
|
3120 |
+
|
3121 |
+
#: inc/admin/admin.php:216
|
3122 |
+
msgid "Category description"
|
3123 |
+
msgstr "Kategori açıklama"
|
3124 |
+
|
3125 |
+
#: inc/admin/admin.php:217
|
3126 |
+
#, php-format
|
3127 |
+
msgid "%%tag_title%%"
|
3128 |
+
msgstr "%%tag_title%%"
|
3129 |
+
|
3130 |
+
#: inc/admin/admin.php:217
|
3131 |
+
msgid "Tag title"
|
3132 |
+
msgstr "Etiket başlığı"
|
3133 |
+
|
3134 |
+
#: inc/admin/admin.php:218
|
3135 |
+
#, php-format
|
3136 |
+
msgid "%%tag_description%%"
|
3137 |
+
msgstr "%%tag_description%%"
|
3138 |
+
|
3139 |
+
#: inc/admin/admin.php:218
|
3140 |
+
msgid "Tag description"
|
3141 |
+
msgstr "Etiket açıklama"
|
3142 |
+
|
3143 |
+
#: inc/admin/admin.php:219
|
3144 |
+
#, php-format
|
3145 |
+
msgid "%%term_title%%"
|
3146 |
+
msgstr "%%term_title%%"
|
3147 |
+
|
3148 |
+
#: inc/admin/admin.php:219
|
3149 |
+
msgid "Term title"
|
3150 |
+
msgstr "Terim başlığı"
|
3151 |
+
|
3152 |
+
#: inc/admin/admin.php:220
|
3153 |
+
#, php-format
|
3154 |
+
msgid "%%term_description%%"
|
3155 |
+
msgstr "%%term_description%%"
|
3156 |
+
|
3157 |
+
#: inc/admin/admin.php:220
|
3158 |
+
msgid "Term description"
|
3159 |
+
msgstr "Terim açıklama"
|
3160 |
+
|
3161 |
+
#: inc/admin/admin.php:221
|
3162 |
+
#, php-format
|
3163 |
+
msgid "%%search_keywords%%"
|
3164 |
+
msgstr "%%search_keywords%%"
|
3165 |
+
|
3166 |
+
#: inc/admin/admin.php:221
|
3167 |
+
msgid "Search keywords"
|
3168 |
+
msgstr "Anahtar kelimeleri arama"
|
3169 |
+
|
3170 |
+
#: inc/admin/admin.php:222
|
3171 |
+
#, php-format
|
3172 |
+
msgid "%%current_pagination%%"
|
3173 |
+
msgstr "%%current_pagination%%"
|
3174 |
+
|
3175 |
+
#: inc/admin/admin.php:222
|
3176 |
+
msgid "Current number page"
|
3177 |
+
msgstr "Şu anki sayfa sayısı"
|
3178 |
+
|
3179 |
+
#: inc/admin/admin.php:223
|
3180 |
+
#, php-format
|
3181 |
+
msgid "%%page%%"
|
3182 |
+
msgstr ""
|
3183 |
+
|
3184 |
+
#: inc/admin/admin.php:223
|
3185 |
+
msgid "Current page number with context (i.e. page 1 of 3)"
|
3186 |
+
msgstr ""
|
3187 |
+
|
3188 |
+
#: inc/admin/admin.php:224
|
3189 |
+
#, php-format
|
3190 |
+
msgid "%%cpt_plural%%"
|
3191 |
+
msgstr "%%cpt_plural%%"
|
3192 |
+
|
3193 |
+
#: inc/admin/admin.php:224
|
3194 |
+
msgid "Plural Post Type Archive name"
|
3195 |
+
msgstr "Çoğul yazı türü arşiv adı"
|
3196 |
+
|
3197 |
+
#: inc/admin/admin.php:225
|
3198 |
+
#, php-format
|
3199 |
+
msgid "%%archive_title%%"
|
3200 |
+
msgstr "%%archive_title%%"
|
3201 |
+
|
3202 |
+
#: inc/admin/admin.php:225
|
3203 |
+
msgid "Archive title"
|
3204 |
+
msgstr "Arşiv başlığı"
|
3205 |
+
|
3206 |
+
#: inc/admin/admin.php:226
|
3207 |
+
#, php-format
|
3208 |
+
msgid "%%archive_date%%"
|
3209 |
+
msgstr "%%archive_date%%"
|
3210 |
+
|
3211 |
+
#: inc/admin/admin.php:226
|
3212 |
+
msgid "Date Archive"
|
3213 |
+
msgstr "Arşiv Tarihi"
|
3214 |
+
|
3215 |
+
#: inc/admin/admin.php:227
|
3216 |
+
#, php-format
|
3217 |
+
msgid "%%archive_date_day%%"
|
3218 |
+
msgstr "%%archive_date_day%%"
|
3219 |
+
|
3220 |
+
#: inc/admin/admin.php:227
|
3221 |
+
msgid "Day Archive date"
|
3222 |
+
msgstr "Arşiv gün tarihi"
|
3223 |
+
|
3224 |
+
#: inc/admin/admin.php:228
|
3225 |
+
#, php-format
|
3226 |
+
msgid "%%archive_date_month%%"
|
3227 |
+
msgstr "%%archive_date_month%%"
|
3228 |
+
|
3229 |
+
#: inc/admin/admin.php:228
|
3230 |
+
msgid "Month Archive title"
|
3231 |
+
msgstr "Ay Arşivi başlığı"
|
3232 |
+
|
3233 |
+
#: inc/admin/admin.php:229
|
3234 |
+
#, php-format
|
3235 |
+
msgid "%%archive_date_year%%"
|
3236 |
+
msgstr "%%archive_date_year%%"
|
3237 |
+
|
3238 |
+
#: inc/admin/admin.php:229
|
3239 |
+
msgid "Year Archive title"
|
3240 |
+
msgstr "Yıl Arşivi başlığı"
|
3241 |
+
|
3242 |
+
#: inc/admin/admin.php:230
|
3243 |
+
#, php-format
|
3244 |
+
msgid "%%_cf_your_custom_field_name%%"
|
3245 |
+
msgstr "%%_cf_your_custom_field_name%%"
|
3246 |
+
|
3247 |
+
#: inc/admin/admin.php:230
|
3248 |
+
msgid ""
|
3249 |
+
"Custom fields from post, page or post type (replace <span style=\"color:red;"
|
3250 |
+
"margin:0\">your_custom_field_name</span> with your custom field name)"
|
3251 |
+
msgstr ""
|
3252 |
+
|
3253 |
+
#: inc/admin/admin.php:231
|
3254 |
+
#, php-format
|
3255 |
+
msgid "%%_ct_your_custom_taxonomy_slug%%"
|
3256 |
+
msgstr "%%_ct_your_custom_taxonomy_slug%%"
|
3257 |
+
|
3258 |
+
#: inc/admin/admin.php:231
|
3259 |
+
msgid ""
|
3260 |
+
"Custom term taxonomy from post, page or post type (replace <span style="
|
3261 |
+
"\"color:red;margin:0\">your_custom_taxonomy_slug</span> with your custom "
|
3262 |
+
"taxonomy slug)"
|
3263 |
+
msgstr ""
|
3264 |
+
|
3265 |
+
#: inc/admin/admin.php:232
|
3266 |
+
#, php-format
|
3267 |
+
msgid "%%wc_single_cat%%"
|
3268 |
+
msgstr "%%wc_single_cat%%"
|
3269 |
+
|
3270 |
+
#: inc/admin/admin.php:232
|
3271 |
+
msgid "Single product category"
|
3272 |
+
msgstr "Tek ürün kategorisi"
|
3273 |
+
|
3274 |
+
#: inc/admin/admin.php:233
|
3275 |
+
#, php-format
|
3276 |
+
msgid "%%wc_single_tag%%"
|
3277 |
+
msgstr "%%wc_single_tag%%"
|
3278 |
+
|
3279 |
+
#: inc/admin/admin.php:233
|
3280 |
+
msgid "Single product tag"
|
3281 |
+
msgstr "Tek ürün etiketi"
|
3282 |
+
|
3283 |
+
#: inc/admin/admin.php:234
|
3284 |
+
#, php-format
|
3285 |
+
msgid "%%wc_single_short_desc%%"
|
3286 |
+
msgstr "%%wc_single_short_desc%%"
|
3287 |
+
|
3288 |
+
#: inc/admin/admin.php:234
|
3289 |
+
msgid "Single product short description"
|
3290 |
+
msgstr "Tek ürün kısa açıklama"
|
3291 |
+
|
3292 |
+
#: inc/admin/admin.php:235
|
3293 |
+
#, fuzzy, php-format
|
3294 |
+
#| msgid "%%wc_single_cat%%"
|
3295 |
+
msgid "%%wc_single_price%%"
|
3296 |
+
msgstr "%%wc_single_cat%%"
|
3297 |
+
|
3298 |
+
#: inc/admin/admin.php:235
|
3299 |
+
#, fuzzy
|
3300 |
+
#| msgid "Single product category"
|
3301 |
+
msgid "Single product price"
|
3302 |
+
msgstr "Tek ürün kategorisi"
|
3303 |
+
|
3304 |
+
#: inc/admin/admin.php:236
|
3305 |
+
#, fuzzy, php-format
|
3306 |
+
#| msgid "%%wc_single_cat%%"
|
3307 |
+
msgid "%%wc_single_price_exc_tax%%"
|
3308 |
+
msgstr "%%wc_single_cat%%"
|
3309 |
+
|
3310 |
+
#: inc/admin/admin.php:236
|
3311 |
+
#, fuzzy
|
3312 |
+
#| msgid "Single product tag"
|
3313 |
+
msgid "Single product price taxes excluded"
|
3314 |
+
msgstr "Tek ürün etiketi"
|
3315 |
+
|
3316 |
+
#: inc/admin/admin.php:237
|
3317 |
+
#, php-format
|
3318 |
+
msgid "%%wc_sku%%"
|
3319 |
+
msgstr ""
|
3320 |
+
|
3321 |
+
#: inc/admin/admin.php:237
|
3322 |
+
#, fuzzy
|
3323 |
+
#| msgid "Single product tag"
|
3324 |
+
msgid "Single SKU product"
|
3325 |
+
msgstr "Tek ürün etiketi"
|
3326 |
+
|
3327 |
+
#: inc/admin/admin.php:238
|
3328 |
+
#, php-format
|
3329 |
+
msgid "%%currentday%%"
|
3330 |
+
msgstr "%%currentday%%"
|
3331 |
+
|
3332 |
+
#: inc/admin/admin.php:238
|
3333 |
+
msgid "Current day"
|
3334 |
+
msgstr "Şu anki gün"
|
3335 |
+
|
3336 |
+
#: inc/admin/admin.php:239
|
3337 |
+
#, php-format
|
3338 |
+
msgid "%%currentmonth%%"
|
3339 |
+
msgstr "%%currentmonth%%"
|
3340 |
+
|
3341 |
+
#: inc/admin/admin.php:239
|
3342 |
+
msgid "Current month"
|
3343 |
+
msgstr "Şu anki Ay"
|
3344 |
+
|
3345 |
+
#: inc/admin/admin.php:240
|
3346 |
+
#, fuzzy, php-format
|
3347 |
+
#| msgid "%%currentmonth%%"
|
3348 |
+
msgid "%%currentmonth_short%%"
|
3349 |
+
msgstr "%%currentmonth%%"
|
3350 |
+
|
3351 |
+
#: inc/admin/admin.php:240
|
3352 |
+
msgid "Current month in 3 letters, eg: \"Jan\" for \"January\""
|
3353 |
+
msgstr ""
|
3354 |
+
|
3355 |
+
#: inc/admin/admin.php:241
|
3356 |
+
#, php-format
|
3357 |
+
msgid "%%currentyear%%"
|
3358 |
+
msgstr "%%currentyear%%"
|
3359 |
+
|
3360 |
+
#: inc/admin/admin.php:241
|
3361 |
+
msgid "Current year"
|
3362 |
+
msgstr "Şu anki Yıl"
|
3363 |
+
|
3364 |
+
#: inc/admin/admin.php:242
|
3365 |
+
#, php-format
|
3366 |
+
msgid "%%currentdate%%"
|
3367 |
+
msgstr "%%currentdate%%"
|
3368 |
+
|
3369 |
+
#: inc/admin/admin.php:242
|
3370 |
+
msgid "Current date"
|
3371 |
+
msgstr "Şu anki gün"
|
3372 |
+
|
3373 |
+
#: inc/admin/admin.php:243
|
3374 |
+
#, php-format
|
3375 |
+
msgid "%%currenttime%%"
|
3376 |
+
msgstr "%%currenttime%%"
|
3377 |
+
|
3378 |
+
#: inc/admin/admin.php:243
|
3379 |
+
msgid "Current time"
|
3380 |
+
msgstr "Şu anki zaman"
|
3381 |
+
|
3382 |
+
#: inc/admin/admin.php:244
|
3383 |
+
#, php-format
|
3384 |
+
msgid "%%author_bio%%"
|
3385 |
+
msgstr "%%author_bio%%"
|
3386 |
+
|
3387 |
+
#: inc/admin/admin.php:244
|
3388 |
+
msgid "Author bio, meta desc only"
|
3389 |
+
msgstr "Yazar byio, azalan meta sadece"
|
3390 |
+
|
3391 |
+
#: inc/admin/admin.php:250
|
3392 |
+
msgid "Templates variables"
|
3393 |
+
msgstr "Şablonlar değişkenleri"
|
3394 |
+
|
3395 |
+
#: inc/admin/admin.php:258 inc/admin/admin.php:266
|
3396 |
+
msgid "Browse our guides"
|
3397 |
+
msgstr "Kılavuzlarımıza göz atın"
|
3398 |
+
|
3399 |
+
#: inc/admin/admin.php:259 inc/admin/admin.php:267
|
3400 |
+
msgid "Read our FAQ"
|
3401 |
+
msgstr "SSS sayfamızı okuyun"
|
3402 |
+
|
3403 |
+
#: inc/admin/admin.php:260 inc/admin/admin.php:268
|
3404 |
+
msgid "Check our website"
|
3405 |
+
msgstr "Web sitemizi kontrol edin"
|
3406 |
+
|
3407 |
+
#: inc/admin/admin.php:280
|
3408 |
+
msgid ""
|
3409 |
+
"Watch our video to learn how to connect your WordPress site with Google "
|
3410 |
+
"Analytics and get statistics right in your dashboard (PRO only)."
|
3411 |
+
msgstr ""
|
3412 |
+
"Google Analytics ile WordPress sitenizi nasıl bağlayacağınızı öğrenmek için "
|
3413 |
+
"videolarımızı izleyin ve istatistikleri sağ panonuzdan alın (yalnızca PRO)"
|
3414 |
+
|
3415 |
+
#: inc/admin/admin.php:285
|
3416 |
+
msgid "How-to"
|
3417 |
+
msgstr "Nasıl yapılır"
|
3418 |
+
|
3419 |
+
#: inc/admin/admin.php:334 inc/admin/admin.php:338 inc/admin/admin.php:401
|
3420 |
+
#: inc/admin/admin.php:405 inc/admin/admin.php:466 inc/admin/admin.php:470
|
3421 |
+
#: inc/admin/admin.php:533 inc/admin/admin.php:537 inc/admin/admin.php:618
|
3422 |
+
#: inc/admin/admin.php:622
|
3423 |
+
msgid "Click to disable this feature"
|
3424 |
+
msgstr "Bu özelliği devre dışı bırakmak için tıklayın"
|
3425 |
+
|
3426 |
+
#: inc/admin/admin.php:335 inc/admin/admin.php:337 inc/admin/admin.php:402
|
3427 |
+
#: inc/admin/admin.php:404 inc/admin/admin.php:467 inc/admin/admin.php:469
|
3428 |
+
#: inc/admin/admin.php:534 inc/admin/admin.php:536 inc/admin/admin.php:619
|
3429 |
+
#: inc/admin/admin.php:621
|
3430 |
+
msgid "Click to enable this feature"
|
3431 |
+
msgstr "Bu özelliği etkinleştirmek için tıklayın"
|
3432 |
+
|
3433 |
+
#: inc/admin/admin.php:352
|
3434 |
+
msgid "Home"
|
3435 |
+
msgstr "Ana menü"
|
3436 |
+
|
3437 |
+
#: inc/admin/admin.php:353
|
3438 |
+
msgid "Single Post Types"
|
3439 |
+
msgstr "Tek yazı tipleri"
|
3440 |
+
|
3441 |
+
#: inc/admin/admin.php:354
|
3442 |
+
msgid "Archives"
|
3443 |
+
msgstr "Arşivler"
|
3444 |
+
|
3445 |
+
#: inc/admin/admin.php:355 inc/admin/admin.php:421
|
3446 |
+
msgid "Taxonomies"
|
3447 |
+
msgstr "Taksonomiler"
|
3448 |
+
|
3449 |
+
#: inc/admin/admin.php:419 inc/admin/admin.php:552 inc/admin/admin.php:562
|
3450 |
+
msgid "General"
|
3451 |
+
msgstr "Genel"
|
3452 |
+
|
3453 |
+
#: inc/admin/admin.php:420
|
3454 |
+
msgid "Post Types"
|
3455 |
+
msgstr "Yazı tipleri"
|
3456 |
+
|
3457 |
+
#: inc/admin/admin.php:422
|
3458 |
+
msgid "HTML Sitemap"
|
3459 |
+
msgstr "HTML site haritası"
|
3460 |
+
|
3461 |
+
#: inc/admin/admin.php:484
|
3462 |
+
msgid "Knowledge Graph"
|
3463 |
+
msgstr "Knowledge Graph"
|
3464 |
+
|
3465 |
+
#: inc/admin/admin.php:485
|
3466 |
+
msgid "Your social accounts"
|
3467 |
+
msgstr "Sosyal hesaplarınız"
|
3468 |
+
|
3469 |
+
#: inc/admin/admin.php:486
|
3470 |
+
msgid "Facebook (Open Graph)"
|
3471 |
+
msgstr "Facebook (Open Graph)"
|
3472 |
+
|
3473 |
+
#: inc/admin/admin.php:487
|
3474 |
+
msgid "Twitter (Twitter card)"
|
3475 |
+
msgstr "Twitter (Twitter kartı)"
|
3476 |
+
|
3477 |
+
#: inc/admin/admin.php:553 inc/admin/admin.php:563
|
3478 |
+
msgid "Tracking"
|
3479 |
+
msgstr "İzleme"
|
3480 |
+
|
3481 |
+
#: inc/admin/admin.php:554 inc/admin/admin.php:564
|
3482 |
+
msgid "Events"
|
3483 |
+
msgstr "Etkinlikler"
|
3484 |
+
|
3485 |
+
#: inc/admin/admin.php:555 inc/admin/admin.php:565
|
3486 |
+
msgid "Custom Dimensions"
|
3487 |
+
msgstr "Özel boyutlar"
|
3488 |
+
|
3489 |
+
#: inc/admin/admin.php:556
|
3490 |
+
msgid "Stats in Dashboard"
|
3491 |
+
msgstr "Pano İstatistikleri"
|
3492 |
+
|
3493 |
+
#: inc/admin/admin.php:557 inc/admin/admin.php:566
|
3494 |
+
msgid "Cookie bar / GDPR"
|
3495 |
+
msgstr ""
|
3496 |
+
|
3497 |
+
#: inc/admin/admin.php:558 inc/admin/admin.php:567
|
3498 |
+
msgid "Matomo"
|
3499 |
+
msgstr ""
|
3500 |
+
|
3501 |
+
#: inc/admin/admin.php:637
|
3502 |
+
msgid "Appearance"
|
3503 |
+
msgstr "Görünüm"
|
3504 |
+
|
3505 |
+
#: inc/admin/admin.php:638
|
3506 |
+
msgid "Security"
|
3507 |
+
msgstr "Güvenlik"
|
3508 |
+
|
3509 |
+
#: inc/admin/admin.php:672
|
3510 |
+
msgid "Data"
|
3511 |
+
msgstr ""
|
3512 |
+
|
3513 |
+
#: inc/admin/admin.php:673 seopress.php:408
|
3514 |
+
msgid "Settings"
|
3515 |
+
msgstr "Ayarlar"
|
3516 |
+
|
3517 |
+
#: inc/admin/admin.php:674
|
3518 |
+
msgid "Plugins"
|
3519 |
+
msgstr ""
|
3520 |
+
|
3521 |
+
#: inc/admin/admin.php:676
|
3522 |
+
msgid "Reset"
|
3523 |
+
msgstr ""
|
3524 |
+
|
3525 |
+
#: inc/admin/admin.php:694
|
3526 |
+
msgid "Import data from a CSV"
|
3527 |
+
msgstr ""
|
3528 |
+
|
3529 |
+
#: inc/admin/admin.php:695
|
3530 |
+
msgid ""
|
3531 |
+
"Import your title, meta description, meta robots, social metas from a CSV "
|
3532 |
+
"file with our import tool."
|
3533 |
+
msgstr ""
|
3534 |
+
|
3535 |
+
#: inc/admin/admin.php:696
|
3536 |
+
msgid "Run the importer"
|
3537 |
+
msgstr ""
|
3538 |
+
|
3539 |
+
#: inc/admin/admin.php:701
|
3540 |
+
msgid "Export metadata to a CSV"
|
3541 |
+
msgstr ""
|
3542 |
+
|
3543 |
+
#: inc/admin/admin.php:702
|
3544 |
+
#, fuzzy
|
3545 |
+
#| msgid "Import/Export SEOPress settings from site to site."
|
3546 |
+
msgid "Export your SEOPress metadata for this site as a .csv file."
|
3547 |
+
msgstr "Dışa aktarma/İçe aktarma siteden siteye SEOPress ayarları."
|
3548 |
+
|
3549 |
+
#: inc/admin/admin.php:707 inc/admin/admin.php:725 inc/admin/admin.php:1005
|
3550 |
+
msgid "Export"
|
3551 |
+
msgstr "Dışa aktar"
|
3552 |
+
|
3553 |
+
#: inc/admin/admin.php:719
|
3554 |
+
#, fuzzy
|
3555 |
+
#| msgid "Export Settings"
|
3556 |
+
msgid "Export plugin settings"
|
3557 |
+
msgstr "Dışa aktarma ayarları"
|
3558 |
+
|
3559 |
+
#: inc/admin/admin.php:720
|
3560 |
+
msgid ""
|
3561 |
+
"Export the plugin settings for this site as a .json file. This allows you to "
|
3562 |
+
"easily import the configuration into another site."
|
3563 |
+
msgstr ""
|
3564 |
+
"Bu sitenin eklenti ayarlarını .json dosyası olarak dışa aktarın. Bu sayede "
|
3565 |
+
"yapılandırmayı başka bir siteye kolayca aktarın."
|
3566 |
+
|
3567 |
+
#: inc/admin/admin.php:733
|
3568 |
+
#, fuzzy
|
3569 |
+
#| msgid "Import Settings"
|
3570 |
+
msgid "Import plugin settings"
|
3571 |
+
msgstr "İçe aktarma ayarları"
|
3572 |
+
|
3573 |
+
#: inc/admin/admin.php:734
|
3574 |
+
msgid ""
|
3575 |
+
"Import the plugin settings from a .json file. This file can be obtained by "
|
3576 |
+
"exporting the settings on another site using the form above."
|
3577 |
+
msgstr ""
|
3578 |
+
"Eklenti ayarlarını bir .json dosyasından içeri aktar. Yukarıdaki formu "
|
3579 |
+
"kullanarak başka bir sitedeki ayarları dışa aktarma bu dosya tarafından elde "
|
3580 |
+
"edilebilir."
|
3581 |
+
|
3582 |
+
#: inc/admin/admin.php:742 inc/admin/admin.php:944 inc/admin/admin.php:960
|
3583 |
+
#: inc/admin/admin.php:976 inc/admin/admin.php:992
|
3584 |
+
msgid "Import"
|
3585 |
+
msgstr "İçe aktarma"
|
3586 |
+
|
3587 |
+
#: inc/admin/admin.php:744
|
3588 |
+
msgid "Import completed!"
|
3589 |
+
msgstr "İçe aktarma tamamlandı!"
|
3590 |
+
|
3591 |
+
#: inc/admin/admin.php:861
|
3592 |
+
#, fuzzy
|
3593 |
+
#| msgid ""
|
3594 |
+
#| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
|
3595 |
+
#| "terms metadata. Some dynamic variables will not be interpreted."
|
3596 |
+
msgid ""
|
3597 |
+
"<strong>WARNING:</strong> Migration will update/delete all SEOPress posts "
|
3598 |
+
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
3599 |
+
"any Squirrly SEO data."
|
3600 |
+
msgstr ""
|
3601 |
+
"<strong>UYARI:</strong> Taşıma tüm SEOPress yazılar ve terimler meta "
|
3602 |
+
"verilerini silecektir. Bazı dinamik değişkenler değerlendirilmeyecektir."
|
3603 |
+
|
3604 |
+
#: inc/admin/admin.php:909
|
3605 |
+
#, fuzzy
|
3606 |
+
#| msgid "Import Redirections"
|
3607 |
+
msgid "Import your redirections"
|
3608 |
+
msgstr "Yeniden yönlendirmeleri içe aktar"
|
3609 |
+
|
3610 |
+
#: inc/admin/admin.php:912
|
3611 |
+
msgid "CSV file (must match the template)"
|
3612 |
+
msgstr ""
|
3613 |
+
|
3614 |
+
#: inc/admin/admin.php:913
|
3615 |
+
msgid "Redirections plugin (JSON - WordPress Redirects)"
|
3616 |
+
msgstr ""
|
3617 |
+
|
3618 |
+
#: inc/admin/admin.php:914
|
3619 |
+
msgid "Yoast Premium plugin (CSV)"
|
3620 |
+
msgstr ""
|
3621 |
+
|
3622 |
+
#: inc/admin/admin.php:915
|
3623 |
+
msgid "Rank Math plugin (TXT)"
|
3624 |
+
msgstr ""
|
3625 |
+
|
3626 |
+
#: inc/admin/admin.php:921
|
3627 |
+
msgid "Import Redirections"
|
3628 |
+
msgstr "Yeniden yönlendirmeleri içe aktar"
|
3629 |
+
|
3630 |
+
#: inc/admin/admin.php:922
|
3631 |
+
msgid ""
|
3632 |
+
"Import your own redirections from a .csv file (separator \";\"). You must "
|
3633 |
+
"have 6 columns in this order:"
|
3634 |
+
msgstr ""
|
3635 |
+
|
3636 |
+
#: inc/admin/admin.php:924
|
3637 |
+
msgid "URL to match (without your domain name)"
|
3638 |
+
msgstr ""
|
3639 |
+
|
3640 |
+
#: inc/admin/admin.php:925
|
3641 |
+
#, fuzzy
|
3642 |
+
#| msgid "URL redirection"
|
3643 |
+
msgid "URL to redirect in absolute,"
|
3644 |
+
msgstr "URL yeniden yönlendirme"
|
3645 |
+
|
3646 |
+
#: inc/admin/admin.php:926
|
3647 |
+
msgid "type of redirection (301, 302 or 307),"
|
3648 |
+
msgstr ""
|
3649 |
+
|
3650 |
+
#: inc/admin/admin.php:927
|
3651 |
+
msgid "Yes to enable the redirect (leave it empty to disable the redirect)"
|
3652 |
+
msgstr ""
|
3653 |
+
|
3654 |
+
#: inc/admin/admin.php:928
|
3655 |
+
msgid ""
|
3656 |
+
"the query parameter (\"exact_match\" = Exact match with all parameters, "
|
3657 |
+
"\"without_param\" = Exclude all parameters or \"with_ignored_param\" = "
|
3658 |
+
"Exclude all parameters and pass them to the redirection),"
|
3659 |
+
msgstr ""
|
3660 |
+
|
3661 |
+
#: inc/admin/admin.php:929
|
3662 |
+
msgid "and, the last parameter, the counter (optional)."
|
3663 |
+
msgstr ""
|
3664 |
+
|
3665 |
+
#: inc/admin/admin.php:934
|
3666 |
+
msgid "Download a CSV example"
|
3667 |
+
msgstr "Bir CSV örneği indir"
|
3668 |
+
|
3669 |
+
#: inc/admin/admin.php:951
|
3670 |
+
msgid "Import Redirections from the Redirections plugin"
|
3671 |
+
msgstr ""
|
3672 |
+
|
3673 |
+
#: inc/admin/admin.php:952
|
3674 |
+
msgid ""
|
3675 |
+
"Import your own redirections from a .json file generated by the Redirections "
|
3676 |
+
"plugin (make sure to select <strong>\"WordPress redirects\"</strong> when "
|
3677 |
+
"you export your file). Note that we do not support certain options, like "
|
3678 |
+
"regex. To avoid conflicts, make sure there are no duplicates between your "
|
3679 |
+
"file and existing redirects."
|
3680 |
+
msgstr ""
|
3681 |
+
|
3682 |
+
#: inc/admin/admin.php:967
|
3683 |
+
#, fuzzy
|
3684 |
+
#| msgid "Import Redirections"
|
3685 |
+
msgid "Import Redirections from Yoast Premium"
|
3686 |
+
msgstr "Yeniden yönlendirmeleri içe aktar"
|
3687 |
+
|
3688 |
+
#: inc/admin/admin.php:968
|
3689 |
+
msgid ""
|
3690 |
+
"Import your own redirections from a .csv file generated by Yoast Premium. "
|
3691 |
+
"Note that we don't support certain options, like regex. To avoid conflicts, "
|
3692 |
+
"make sure there are no duplicates between your file and existing redirects."
|
3693 |
+
msgstr ""
|
3694 |
+
|
3695 |
+
#: inc/admin/admin.php:983
|
3696 |
+
#, fuzzy
|
3697 |
+
#| msgid "Import Redirections"
|
3698 |
+
msgid "Import Redirections from Rank Math"
|
3699 |
+
msgstr "Yeniden yönlendirmeleri içe aktar"
|
3700 |
+
|
3701 |
+
#: inc/admin/admin.php:984
|
3702 |
+
msgid ""
|
3703 |
+
"Import your own redirections from a .txt file generated by Rank Math. Note "
|
3704 |
+
"that we don't support certain options, like regex. To avoid conflicts, make "
|
3705 |
+
"sure there are no duplicates between your file and existing redirects."
|
3706 |
+
msgstr ""
|
3707 |
+
|
3708 |
+
#: inc/admin/admin.php:999
|
3709 |
+
msgid "Export Redirections"
|
3710 |
+
msgstr "Yeniden yönlendirmeleri dışa aktar"
|
3711 |
+
|
3712 |
+
#: inc/admin/admin.php:1000
|
3713 |
+
msgid ""
|
3714 |
+
"Export all redirections for this site as a .csv file. This allows you to "
|
3715 |
+
"easily import the redirections into another site, to Excel / Google Sheets..."
|
3716 |
+
msgstr ""
|
3717 |
+
"Bu sitenin tüm yeniden yönlendirmelerini .csv dosyası olarak dışa aktar. Bu "
|
3718 |
+
"sayede kolayca başka bir siteye yeniden yönlendirmeleri içe aktarır, Excel / "
|
3719 |
+
"Google sayfaları için..."
|
3720 |
+
|
3721 |
+
#: inc/admin/admin.php:1012
|
3722 |
+
msgid "Clean your 404"
|
3723 |
+
msgstr ""
|
3724 |
+
|
3725 |
+
#: inc/admin/admin.php:1013
|
3726 |
+
msgid "Delete all your 404 errors. We don‘t delete any redirects."
|
3727 |
+
msgstr ""
|
3728 |
+
|
3729 |
+
#: inc/admin/admin.php:1014
|
3730 |
+
#, php-format
|
3731 |
+
msgid ""
|
3732 |
+
"Make sure you have enabled 404 cleaning from SEO, PRO, <a href=\"%s"
|
3733 |
+
"\">404/301</a> tab to be able to delete all your 404 errors."
|
3734 |
+
msgstr ""
|
3735 |
+
|
3736 |
+
#: inc/admin/admin.php:1023
|
3737 |
+
#, php-format
|
3738 |
+
msgid ""
|
3739 |
+
"You can also use <span class=\"dashicons dashicons-external\"></span><a href="
|
3740 |
+
"\"%s\" target=\"_blank\">this MySQL query</a> if necessary."
|
3741 |
+
msgstr ""
|
3742 |
+
|
3743 |
+
#: inc/admin/admin.php:1028
|
3744 |
+
msgid "Delete all 404"
|
3745 |
+
msgstr ""
|
3746 |
+
|
3747 |
+
#: inc/admin/admin.php:1034
|
3748 |
+
msgid "Redirections feature is disabled. Please activate it from the PRO page."
|
3749 |
+
msgstr ""
|
3750 |
+
|
3751 |
+
#: inc/admin/admin.php:1035
|
3752 |
+
#, fuzzy
|
3753 |
+
#| msgid "Redirections"
|
3754 |
+
msgid "Activate Redirections"
|
3755 |
+
msgstr "Yeniden yönlendirme"
|
3756 |
+
|
3757 |
+
#: inc/admin/admin.php:1042
|
3758 |
+
msgid "Reset All Notices From Notifications Center"
|
3759 |
+
msgstr "Bildirimler merkezinden tüm bildirimleri sıfırla"
|
3760 |
+
|
3761 |
+
#: inc/admin/admin.php:1043
|
3762 |
+
msgid ""
|
3763 |
+
"By clicking Reset Notices, all notices in the notifications center will be "
|
3764 |
+
"set to their initial status."
|
3765 |
+
msgstr ""
|
3766 |
+
"Bildirimleri sıfırlaya tıklayarak, bildirimler merkezindeki tüm bildirimleri "
|
3767 |
+
"ilk durumuna ayarlayın."
|
3768 |
+
|
3769 |
+
#: inc/admin/admin.php:1048
|
3770 |
+
msgid "Reset notices"
|
3771 |
+
msgstr "Bildirimleri sıfırla"
|
3772 |
+
|
3773 |
+
#: inc/admin/admin.php:1056
|
3774 |
+
msgid "Reset All Settings"
|
3775 |
+
msgstr "Tüm ayarları sıfırla"
|
3776 |
+
|
3777 |
+
#: inc/admin/admin.php:1057
|
3778 |
+
msgid ""
|
3779 |
+
"<strong>WARNING:</strong> Delete all options related to SEOPress in your "
|
3780 |
+
"database AND set settings to their default values."
|
3781 |
+
msgstr ""
|
3782 |
+
"<strong>UYARI:</strong>SEOPress ile ilgili tüm seçenekleri silin veritabanı "
|
3783 |
+
"ve ayarları varsayılan değerlere ayarlayın."
|
3784 |
+
|
3785 |
+
#: inc/admin/admin.php:1062
|
3786 |
+
msgid "Reset settings"
|
3787 |
+
msgstr "Ayarları sıfırla"
|
3788 |
+
|
3789 |
+
#: inc/admin/admin.php:1375 inc/admin/admin.php:3662
|
3790 |
+
msgid "noindex"
|
3791 |
+
msgstr "noindex"
|
3792 |
+
|
3793 |
+
#: inc/admin/admin.php:1383 inc/admin/admin.php:3681
|
3794 |
+
msgid "nofollow"
|
3795 |
+
msgstr "nofollow"
|
3796 |
+
|
3797 |
+
#: inc/admin/admin.php:1391 inc/admin/admin.php:3700
|
3798 |
+
msgid "noodp"
|
3799 |
+
msgstr "noodp"
|
3800 |
+
|
3801 |
+
#: inc/admin/admin.php:1399 inc/admin/admin.php:3719
|
3802 |
+
msgid "noimageindex"
|
3803 |
+
msgstr "noimageindex"
|
3804 |
+
|
3805 |
+
#: inc/admin/admin.php:1407 inc/admin/admin.php:3738
|
3806 |
+
msgid "noarchive"
|
3807 |
+
msgstr "noarchive"
|
3808 |
+
|
3809 |
+
#: inc/admin/admin.php:1415 inc/admin/admin.php:3757
|
3810 |
+
msgid "nosnippet"
|
3811 |
+
msgstr "nosnippet"
|
3812 |
+
|
3813 |
+
#: inc/admin/admin.php:1423 inc/admin/admin.php:3776
|
3814 |
+
msgid "nositelinkssearchbox"
|
3815 |
+
msgstr "nositelinkssearchbox"
|
3816 |
+
|
3817 |
+
#: inc/admin/admin.php:1431
|
3818 |
+
msgid "Indicate paginated content to Google"
|
3819 |
+
msgstr "Sayfalandırılmış içeriği Google'a belirtin"
|
3820 |
+
|
3821 |
+
#: inc/admin/admin.php:1448 inc/admin/admin.php:3814
|
3822 |
+
msgid "Enable XML Sitemap"
|
3823 |
+
msgstr "XML site haritasını etkinleştir"
|
3824 |
+
|
3825 |
+
#: inc/admin/admin.php:1456
|
3826 |
+
msgid "Enable XML Image Sitemaps"
|
3827 |
+
msgstr "XML görüntü site haritalarını etkinleştir"
|
3828 |
+
|
3829 |
+
#: inc/admin/admin.php:1465
|
3830 |
+
msgid "Enable XML Video Sitemaps"
|
3831 |
+
msgstr "XML Video site haritalarını etkinleştir"
|
3832 |
+
|
3833 |
+
#: inc/admin/admin.php:1474 inc/admin/admin.php:3901
|
3834 |
+
#, fuzzy
|
3835 |
+
#| msgid "Enable XML Sitemap"
|
3836 |
+
msgid "Enable Author Sitemap"
|
3837 |
+
msgstr "XML site haritasını etkinleştir"
|
3838 |
+
|
3839 |
+
#: inc/admin/admin.php:1482 inc/admin/admin.php:3920
|
3840 |
+
msgid "Enable HTML Sitemap"
|
3841 |
+
msgstr "HTML site haritasını etkinleştir"
|
3842 |
+
|
3843 |
+
#: inc/admin/admin.php:1498
|
3844 |
+
msgid "Check to INCLUDE Post Types"
|
3845 |
+
msgstr "Yazı türlerini dahil etmek için kontrol edin"
|
3846 |
+
|
3847 |
+
#: inc/admin/admin.php:1514
|
3848 |
+
msgid "Check to INCLUDE Taxonomies"
|
3849 |
+
msgstr "Taksonomileri dahil etmek için kontrol edin"
|
3850 |
+
|
3851 |
+
#: inc/admin/admin.php:1530 inc/admin/admin.php:4029
|
3852 |
+
msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
|
3853 |
+
msgstr ""
|
3854 |
+
"Site haritasını görüntülemek için bir yazı, sayfa veya özel yazı türü "
|
3855 |
+
"kimlik(ler) girin"
|
3856 |
+
|
3857 |
+
#: inc/admin/admin.php:1538 inc/admin/admin.php:4043
|
3858 |
+
#, fuzzy
|
3859 |
+
#| msgid "Exclude some Posts, Pages or Custom Post Types"
|
3860 |
+
msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
|
3861 |
+
msgstr "Bazı yazıları, sayfaları veya özel yazı tiplerini dışla"
|
3862 |
+
|
3863 |
+
#: inc/admin/admin.php:1546
|
3864 |
+
msgid "Sort order"
|
3865 |
+
msgstr "Sıralama düzeni"
|
3866 |
+
|
3867 |
+
#: inc/admin/admin.php:1554
|
3868 |
+
msgid "Order posts by"
|
3869 |
+
msgstr "Yazılara göre sıralama düzeni"
|
3870 |
+
|
3871 |
+
#: inc/admin/admin.php:1562
|
3872 |
+
msgid "Disable the display of the publication date"
|
3873 |
+
msgstr "Yayın tarihinin görüntülenmesini devre dışı bırak"
|
3874 |
+
|
3875 |
+
#: inc/admin/admin.php:1603 inc/admin/admin.php:4185
|
3876 |
+
msgid "Organization's phone number (only for Organizations)"
|
3877 |
+
msgstr "Kuruluşun telefon numarası (yalnızca kuruluşlar için)"
|
3878 |
+
|
3879 |
+
#: inc/admin/admin.php:1611
|
3880 |
+
msgid "Contact type (only for Organizations)"
|
3881 |
+
msgstr "İletişim türü (yalnızca kuruluşlar için)"
|
3882 |
+
|
3883 |
+
#: inc/admin/admin.php:1619
|
3884 |
+
msgid "Contact option (only for Organizations)"
|
3885 |
+
msgstr "İletişim seçeneği (yalnızca kuruluşlar için)"
|
3886 |
+
|
3887 |
+
#: inc/admin/admin.php:1636 inc/admin/admin.php:4263
|
3888 |
+
msgid "Facebook Page URL"
|
3889 |
+
msgstr "Facebook Sayfa URL"
|
3890 |
+
|
3891 |
+
#: inc/admin/admin.php:1717
|
3892 |
+
msgid "Enable Open Graph Data"
|
3893 |
+
msgstr "Open Graph verilerini etkinleştir"
|
3894 |
+
|
3895 |
+
#: inc/admin/admin.php:1725 inc/admin/admin.php:4392
|
3896 |
+
msgid "Select a default image"
|
3897 |
+
msgstr "Varsayılan bir görüntü seçin"
|
3898 |
+
|
3899 |
+
#: inc/admin/admin.php:1733
|
3900 |
+
msgid "Apply this image to all your og:image tag"
|
3901 |
+
msgstr ""
|
3902 |
+
|
3903 |
+
#: inc/admin/admin.php:1741
|
3904 |
+
msgid "Facebook Link Ownership ID"
|
3905 |
+
msgstr "Facebook bağlantı sahiplik kimliği"
|
3906 |
+
|
3907 |
+
#: inc/admin/admin.php:1749
|
3908 |
+
msgid "Facebook Admin ID"
|
3909 |
+
msgstr "Facebook yönetici kimliği"
|
3910 |
+
|
3911 |
+
#: inc/admin/admin.php:1757
|
3912 |
+
msgid "Facebook App ID"
|
3913 |
+
msgstr "Facebook uygulama kimliği"
|
3914 |
+
|
3915 |
+
#: inc/admin/admin.php:1774
|
3916 |
+
msgid "Enable Twitter Card"
|
3917 |
+
msgstr "Twitter Kartını etkinleştir"
|
3918 |
+
|
3919 |
+
#: inc/admin/admin.php:1782
|
3920 |
+
msgid "Use Open Graph if no Twitter Card is filled"
|
3921 |
+
msgstr "Twitter kartı doldurulmamışsa Open Graph kullanın"
|
3922 |
+
|
3923 |
+
#: inc/admin/admin.php:1790 inc/admin/admin.php:4504
|
3924 |
+
msgid "Default Twitter Image"
|
3925 |
+
msgstr "Varsayılan Twitter görüntüsü"
|
3926 |
+
|
3927 |
+
#: inc/admin/admin.php:1798
|
3928 |
+
msgid "Image size for Twitter Summary card"
|
3929 |
+
msgstr "Twitter Özet kartı için görüntü boyutu"
|
3930 |
+
|
3931 |
+
#: inc/admin/admin.php:1815
|
3932 |
+
msgid "Enable Google Analytics tracking"
|
3933 |
+
msgstr "Google Analytics izlemeyi etkinleştir"
|
3934 |
+
|
3935 |
+
#: inc/admin/admin.php:1823 inc/admin/admin.php:2191 inc/admin/admin.php:4557
|
3936 |
+
msgid "Enter your tracking ID"
|
3937 |
+
msgstr "İzleme kimliğinizi girin"
|
3938 |
+
|
3939 |
+
#: inc/admin/admin.php:1831
|
3940 |
+
msgid "Exclude user roles from tracking"
|
3941 |
+
msgstr "Kullanıcı rollerini izlemeyi dışla"
|
3942 |
+
|
3943 |
+
#: inc/admin/admin.php:1848
|
3944 |
+
#, fuzzy
|
3945 |
+
#| msgid "Google Analytics tracking opt-out"
|
3946 |
+
msgid "Analytics tracking opt-in"
|
3947 |
+
msgstr "Google Analytics izleme iptal etme"
|
3948 |
+
|
3949 |
+
#: inc/admin/admin.php:1864
|
3950 |
+
msgid "Consent message for user tracking"
|
3951 |
+
msgstr "Kullanıcı izleme için onay iletisi"
|
3952 |
+
|
3953 |
+
#: inc/admin/admin.php:1872
|
3954 |
+
msgid "Accept button for user tracking"
|
3955 |
+
msgstr "Kullanıcı izleme için onay düğmesi"
|
3956 |
+
|
3957 |
+
#: inc/admin/admin.php:1880
|
3958 |
+
msgid "Close button"
|
3959 |
+
msgstr ""
|
3960 |
+
|
3961 |
+
#: inc/admin/admin.php:1888
|
3962 |
+
msgid "Cookie bar position"
|
3963 |
+
msgstr ""
|
3964 |
+
|
3965 |
+
#: inc/admin/admin.php:1896
|
3966 |
+
msgid "Cookie bar background color"
|
3967 |
+
msgstr ""
|
3968 |
+
|
3969 |
+
#: inc/admin/admin.php:1904
|
3970 |
+
msgid "Cookie bar text color"
|
3971 |
+
msgstr ""
|
3972 |
+
|
3973 |
+
#: inc/admin/admin.php:1912
|
3974 |
+
msgid "Cookie bar link color"
|
3975 |
+
msgstr ""
|
3976 |
+
|
3977 |
+
#: inc/admin/admin.php:1920
|
3978 |
+
msgid "Cookie bar button background color"
|
3979 |
+
msgstr ""
|
3980 |
+
|
3981 |
+
#: inc/admin/admin.php:1928
|
3982 |
+
msgid "Cookie bar button color"
|
3983 |
+
msgstr ""
|
3984 |
+
|
3985 |
+
#: inc/admin/admin.php:1936
|
3986 |
+
msgid "Cookie bar button hover background color"
|
3987 |
+
msgstr ""
|
3988 |
+
|
3989 |
+
#: inc/admin/admin.php:1944
|
3990 |
+
msgid "Cookie bar button hover color"
|
3991 |
+
msgstr ""
|
3992 |
+
|
3993 |
+
#: inc/admin/admin.php:1952
|
3994 |
+
msgid "Cookie bar secondary button background color"
|
3995 |
+
msgstr ""
|
3996 |
+
|
3997 |
+
#: inc/admin/admin.php:1960
|
3998 |
+
msgid "Cookie bar secondary button color"
|
3999 |
+
msgstr ""
|
4000 |
+
|
4001 |
+
#: inc/admin/admin.php:1968
|
4002 |
+
msgid "Cookie bar secondary button hover background color"
|
4003 |
+
msgstr ""
|
4004 |
+
|
4005 |
+
#: inc/admin/admin.php:1976
|
4006 |
+
msgid "Cookie bar secondary button hover color"
|
4007 |
+
msgstr ""
|
4008 |
+
|
4009 |
+
#: inc/admin/admin.php:1994
|
4010 |
+
#, fuzzy
|
4011 |
+
#| msgid "Enable Google Analytics tracking"
|
4012 |
+
msgid "Enable Google Optimize"
|
4013 |
+
msgstr "Google Analytics izlemeyi etkinleştir"
|
4014 |
+
|
4015 |
+
#: inc/admin/admin.php:2002
|
4016 |
+
#, fuzzy
|
4017 |
+
#| msgid "Enable Google Analytics tracking"
|
4018 |
+
msgid "Enable Google Ads"
|
4019 |
+
msgstr "Google Analytics izlemeyi etkinleştir"
|
4020 |
+
|
4021 |
+
#: inc/admin/admin.php:2010
|
4022 |
+
msgid "Add an additional tracking code (like Facebook Pixel, Hotjar...)"
|
4023 |
+
msgstr ""
|
4024 |
+
|
4025 |
+
#: inc/admin/admin.php:2018
|
4026 |
+
msgid "[BODY] Add an additional tracking code (like Google Tag Manager...)"
|
4027 |
+
msgstr ""
|
4028 |
+
|
4029 |
+
#: inc/admin/admin.php:2026
|
4030 |
+
msgid ""
|
4031 |
+
"[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)"
|
4032 |
+
msgstr ""
|
4033 |
+
|
4034 |
+
#: inc/admin/admin.php:2034 inc/admin/admin.php:4887
|
4035 |
+
msgid "Enable remarketing, demographics, and interests reporting"
|
4036 |
+
msgstr ""
|
4037 |
+
"Yeniden pazarlama, demografi ve ilgili alanların bildirimini etkinleştir"
|
4038 |
+
|
4039 |
+
#: inc/admin/admin.php:2042 inc/admin/admin.php:4909
|
4040 |
+
msgid "Enable IP Anonymization"
|
4041 |
+
msgstr "IP anonimleştirme özelliğini etkinleştir"
|
4042 |
+
|
4043 |
+
#: inc/admin/admin.php:2050 inc/admin/admin.php:4931
|
4044 |
+
msgid "Enhanced Link Attribution"
|
4045 |
+
msgstr "Gelişmiş bağlantıyı ilişkilendir"
|
4046 |
+
|
4047 |
+
#: inc/admin/admin.php:2058 inc/admin/admin.php:4953
|
4048 |
+
msgid "Enable cross-domain tracking"
|
4049 |
+
msgstr "Alan adları arası izlemeyi etkinleştir"
|
4050 |
+
|
4051 |
+
#: inc/admin/admin.php:2066 inc/admin/admin.php:4970 inc/admin/admin.php:5565
|
4052 |
+
msgid "Cross domains"
|
4053 |
+
msgstr "Çapraz alan adları"
|
4054 |
+
|
4055 |
+
#: inc/admin/admin.php:2084 inc/admin/admin.php:4987
|
4056 |
+
msgid "Enable external links tracking"
|
4057 |
+
msgstr "Dış bağlantıları izlemeyi etkinleştir"
|
4058 |
+
|
4059 |
+
#: inc/admin/admin.php:2092
|
4060 |
+
msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
|
4061 |
+
msgstr "İndirmelerin takibini etkinleştir (örn: PDF, XLSX, DOCX...)"
|
4062 |
+
|
4063 |
+
#: inc/admin/admin.php:2100 inc/admin/admin.php:5016
|
4064 |
+
msgid "Track downloads' clicks"
|
4065 |
+
msgstr "İndirmelerin tıklamalarını izle"
|
4066 |
+
|
4067 |
+
#: inc/admin/admin.php:2108
|
4068 |
+
msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
|
4069 |
+
msgstr ""
|
4070 |
+
"Ortaklık/giden bağlantılar izlemeyi etkinleştir (örneğin: aff, go, out, "
|
4071 |
+
"recommends)"
|
4072 |
+
|
4073 |
+
#: inc/admin/admin.php:2116 inc/admin/admin.php:5047
|
4074 |
+
msgid "Track affiliate/outbound links"
|
4075 |
+
msgstr "Ortaklık/giden bağlantıları izle"
|
4076 |
+
|
4077 |
+
#: inc/admin/admin.php:2134
|
4078 |
+
msgid "Track Authors"
|
4079 |
+
msgstr "Yazarları izle"
|
4080 |
+
|
4081 |
+
#: inc/admin/admin.php:2142
|
4082 |
+
msgid "Track Categories"
|
4083 |
+
msgstr "Kategorileri izle"
|
4084 |
+
|
4085 |
+
#: inc/admin/admin.php:2150
|
4086 |
+
msgid "Track Tags"
|
4087 |
+
msgstr "Etkinlikleri izle"
|
4088 |
+
|
4089 |
+
#: inc/admin/admin.php:2158
|
4090 |
+
msgid "Track Post Types"
|
4091 |
+
msgstr "Yazı Tiplerini izle"
|
4092 |
+
|
4093 |
+
#: inc/admin/admin.php:2166
|
4094 |
+
msgid "Track Logged In Users"
|
4095 |
+
msgstr "Oturum açan kullanıcıları izle"
|
4096 |
+
|
4097 |
+
#: inc/admin/admin.php:2183
|
4098 |
+
#, fuzzy
|
4099 |
+
#| msgid "Enable download tracking"
|
4100 |
+
msgid "Enable Matomo tracking"
|
4101 |
+
msgstr "İndirme izlemeyi etkinleştir"
|
4102 |
+
|
4103 |
+
#: inc/admin/admin.php:2199
|
4104 |
+
#, fuzzy
|
4105 |
+
#| msgid "Enter your title"
|
4106 |
+
msgid "Enter your site ID"
|
4107 |
+
msgstr "Başlığınızı girin"
|
4108 |
+
|
4109 |
+
#: inc/admin/admin.php:2207
|
4110 |
+
msgid "Track visitors across all subdomains"
|
4111 |
+
msgstr ""
|
4112 |
+
|
4113 |
+
#: inc/admin/admin.php:2215
|
4114 |
+
msgid "Prepend the site domain"
|
4115 |
+
msgstr ""
|
4116 |
+
|
4117 |
+
#: inc/admin/admin.php:2223 inc/admin/admin.php:5534
|
4118 |
+
msgid "Track users with JavaScript disabled"
|
4119 |
+
msgstr ""
|
4120 |
+
|
4121 |
+
#: inc/admin/admin.php:2231 inc/admin/admin.php:5551
|
4122 |
+
#, fuzzy
|
4123 |
+
#| msgid "Enable cross-domain tracking"
|
4124 |
+
msgid "Enables cross domain linking"
|
4125 |
+
msgstr "Alan adları arası izlemeyi etkinleştir"
|
4126 |
+
|
4127 |
+
#: inc/admin/admin.php:2239
|
4128 |
+
#, fuzzy
|
4129 |
+
#| msgid "Cross domains"
|
4130 |
+
msgid "Cross domain"
|
4131 |
+
msgstr "Çapraz alan adları"
|
4132 |
+
|
4133 |
+
#: inc/admin/admin.php:2246
|
4134 |
+
#, fuzzy
|
4135 |
+
#| msgid "Enable redirection"
|
4136 |
+
msgid "Enable DoNotTrack detection"
|
4137 |
+
msgstr "Yeniden yönlendirme etkinleştir"
|
4138 |
+
|
4139 |
+
#: inc/admin/admin.php:2254
|
4140 |
+
#, fuzzy
|
4141 |
+
#| msgid "Disable author archives"
|
4142 |
+
msgid "Disable all tracking cookies"
|
4143 |
+
msgstr "Yazar arşivleri devre dışı bırak"
|
4144 |
+
|
4145 |
+
#: inc/admin/admin.php:2262
|
4146 |
+
#, fuzzy
|
4147 |
+
#| msgid "Enable download tracking"
|
4148 |
+
msgid "Download & Outlink tracking"
|
4149 |
+
msgstr "İndirme izlemeyi etkinleştir"
|
4150 |
+
|
4151 |
+
#: inc/admin/admin.php:2279
|
4152 |
+
msgid "Redirect attachment pages to post parent"
|
4153 |
+
msgstr "Ek sayfaları yazı anasayfasına yeniden yönlendirme"
|
4154 |
+
|
4155 |
+
#: inc/admin/admin.php:2287
|
4156 |
+
#, fuzzy
|
4157 |
+
#| msgid "Redirect attachment pages to post parent"
|
4158 |
+
msgid "Redirect attachment pages to their file URL"
|
4159 |
+
msgstr "Ek sayfaları yazı anasayfasına yeniden yönlendirme"
|
4160 |
+
|
4161 |
+
#: inc/admin/admin.php:2295
|
4162 |
+
msgid "Remove ?replytocom link to avoid duplicate content"
|
4163 |
+
msgstr ""
|
4164 |
+
|
4165 |
+
#: inc/admin/admin.php:2303
|
4166 |
+
msgid "Automatically set the image Title"
|
4167 |
+
msgstr ""
|
4168 |
+
|
4169 |
+
#: inc/admin/admin.php:2311
|
4170 |
+
msgid "Automatically set the image Alt text"
|
4171 |
+
msgstr ""
|
4172 |
+
|
4173 |
+
#: inc/admin/admin.php:2319
|
4174 |
+
msgid "Automatically set the image Caption"
|
4175 |
+
msgstr ""
|
4176 |
+
|
4177 |
+
#: inc/admin/admin.php:2327
|
4178 |
+
msgid "Automatically set the image Description"
|
4179 |
+
msgstr ""
|
4180 |
+
|
4181 |
+
#: inc/admin/admin.php:2335
|
4182 |
+
msgid "Add WP Editor to taxonomy description textarea"
|
4183 |
+
msgstr "WP Editörü taksonomi açıklama metin alanına ekle"
|
4184 |
+
|
4185 |
+
#: inc/admin/admin.php:2343
|
4186 |
+
msgid "Remove /category/ in URL"
|
4187 |
+
msgstr "/Kategori/ bağlantısından kaldır"
|
4188 |
+
|
4189 |
+
#: inc/admin/admin.php:2351 inc/admin/admin.php:5800
|
4190 |
+
msgid "Disable trailing slash for metas"
|
4191 |
+
msgstr "Metalar için sondaki eğik çizgiyi devre dışı bırak"
|
4192 |
+
|
4193 |
+
#: inc/admin/admin.php:2359
|
4194 |
+
msgid "Remove WordPress generator meta tag"
|
4195 |
+
msgstr "WordPress Generator meta etiketini kaldır"
|
4196 |
+
|
4197 |
+
#: inc/admin/admin.php:2367
|
4198 |
+
msgid "Remove hentry post class"
|
4199 |
+
msgstr ""
|
4200 |
+
|
4201 |
+
#: inc/admin/admin.php:2375
|
4202 |
+
#, fuzzy
|
4203 |
+
#| msgid "Remove /category/ in URL"
|
4204 |
+
msgid "Remove author URL"
|
4205 |
+
msgstr "/Kategori/ bağlantısından kaldır"
|
4206 |
+
|
4207 |
+
#: inc/admin/admin.php:2383
|
4208 |
+
msgid "Remove website field in comment form"
|
4209 |
+
msgstr ""
|
4210 |
+
|
4211 |
+
#: inc/admin/admin.php:2391
|
4212 |
+
msgid "Remove WordPress shortlink meta tag"
|
4213 |
+
msgstr "WordPress kısa bağlantılar meta etiketini kaldır"
|
4214 |
+
|
4215 |
+
#: inc/admin/admin.php:2399
|
4216 |
+
msgid "Remove Windows Live Writer meta tag"
|
4217 |
+
msgstr "Windows Live Writer meta etiketini kaldır"
|
4218 |
+
|
4219 |
+
#: inc/admin/admin.php:2407
|
4220 |
+
msgid "Remove RSD meta tag"
|
4221 |
+
msgstr "RSD meta etiketini kaldır"
|
4222 |
+
|
4223 |
+
#: inc/admin/admin.php:2415 inc/admin/admin.php:5931
|
4224 |
+
msgid "Google site verification"
|
4225 |
+
msgstr "Google site doğrulaması"
|
4226 |
+
|
4227 |
+
#: inc/admin/admin.php:2423 inc/admin/admin.php:5945
|
4228 |
+
msgid "Bing site verification"
|
4229 |
+
msgstr "Bing site doğrulaması"
|
4230 |
+
|
4231 |
+
#: inc/admin/admin.php:2431 inc/admin/admin.php:5958
|
4232 |
+
msgid "Pinterest site verification"
|
4233 |
+
msgstr "Pinterest site doğrulaması"
|
4234 |
+
|
4235 |
+
#: inc/admin/admin.php:2439 inc/admin/admin.php:5970
|
4236 |
+
msgid "Yandex site verification"
|
4237 |
+
msgstr "Yandex site doğrulaması"
|
4238 |
+
|
4239 |
+
#: inc/admin/admin.php:2456
|
4240 |
+
msgid "SEOPress in admin bar"
|
4241 |
+
msgstr "Yönetici Bar SEOPress"
|
4242 |
+
|
4243 |
+
#: inc/admin/admin.php:2464
|
4244 |
+
msgid "Move SEOPress metabox's position"
|
4245 |
+
msgstr "SEOPress metabox pozisyonunu taşı"
|
4246 |
+
|
4247 |
+
#: inc/admin/admin.php:2472
|
4248 |
+
#, fuzzy
|
4249 |
+
#| msgid "Structured Data Types"
|
4250 |
+
msgid "Set default tab for Structured data metabox"
|
4251 |
+
msgstr "Yapısal veri türleri"
|
4252 |
+
|
4253 |
+
#: inc/admin/admin.php:2480
|
4254 |
+
msgid "Hide Notifications Center"
|
4255 |
+
msgstr "Bildirimler merkezini gizle"
|
4256 |
+
|
4257 |
+
#: inc/admin/admin.php:2488
|
4258 |
+
msgid "Hide SEO tools"
|
4259 |
+
msgstr "SEO araçları gizle"
|
4260 |
+
|
4261 |
+
#: inc/admin/admin.php:2496
|
4262 |
+
msgid "Hide Useful Links"
|
4263 |
+
msgstr "Yararlı bağlantıları gizle"
|
4264 |
+
|
4265 |
+
#: inc/admin/admin.php:2504
|
4266 |
+
msgid "Show Title tag column in post types"
|
4267 |
+
msgstr "Yazı türlerinde başlık etiketi sütununu göster"
|
4268 |
+
|
4269 |
+
#: inc/admin/admin.php:2512
|
4270 |
+
msgid "Show Meta description column in post types"
|
4271 |
+
msgstr "Yazı türlerinde meta açıklama sütununu göster"
|
4272 |
+
|
4273 |
+
#: inc/admin/admin.php:2520
|
4274 |
+
msgid "Show Redirection Enable column in post types"
|
4275 |
+
msgstr "Yazı türlerinde yeniden yönlendirme etkinleştir sütununu göster"
|
4276 |
+
|
4277 |
+
#: inc/admin/admin.php:2528
|
4278 |
+
msgid "Show Redirect URL column in post types"
|
4279 |
+
msgstr "Yazı türlerinde yeniden yönlendirme URL sütununu göster"
|
4280 |
+
|
4281 |
+
#: inc/admin/admin.php:2536
|
4282 |
+
msgid "Show canonical URL column in post types"
|
4283 |
+
msgstr "Yazı türlerinde kurallı URL sütununu göster"
|
4284 |
+
|
4285 |
+
#: inc/admin/admin.php:2544
|
4286 |
+
msgid "Show Target Keyword column in post types"
|
4287 |
+
msgstr "Yazı türlerinden hedef anahtar sözcük sütununu göster"
|
4288 |
+
|
4289 |
+
#: inc/admin/admin.php:2552
|
4290 |
+
msgid "Show noindex column in post types"
|
4291 |
+
msgstr "Yazı türlerinde noindex sütununu göster"
|
4292 |
+
|
4293 |
+
#: inc/admin/admin.php:2560
|
4294 |
+
msgid "Show nofollow column in post types"
|
4295 |
+
msgstr "Yazı türlerinde nofollow sütununu göster"
|
4296 |
+
|
4297 |
+
#: inc/admin/admin.php:2568
|
4298 |
+
msgid "Show total number of words column in post types"
|
4299 |
+
msgstr "Yazı türlerinden toplam sözcük sütun sayısını göster"
|
4300 |
+
|
4301 |
+
#: inc/admin/admin.php:2576
|
4302 |
+
msgid "Show W3C validator column in post types"
|
4303 |
+
msgstr "Yazı türlerinde W3C doğrulayıcısı sütununu göster"
|
4304 |
+
|
4305 |
+
#: inc/admin/admin.php:2584
|
4306 |
+
msgid "Show Google Page Speed column in post types"
|
4307 |
+
msgstr "Yazı türlerinde Google sayfa hızı sütununu göster"
|
4308 |
+
|
4309 |
+
#: inc/admin/admin.php:2593
|
4310 |
+
#, fuzzy
|
4311 |
+
#| msgid "Show Redirection Enable column in post types"
|
4312 |
+
msgid "Show content analysis score column in post types"
|
4313 |
+
msgstr "Yazı türlerinde yeniden yönlendirme etkinleştir sütununu göster"
|
4314 |
+
|
4315 |
+
#: inc/admin/admin.php:2601
|
4316 |
+
msgid "Hide Genesis SEO Metabox"
|
4317 |
+
msgstr "Genesis SEO Metabox gizle"
|
4318 |
+
|
4319 |
+
#: inc/admin/admin.php:2609
|
4320 |
+
msgid "Hide Genesis SEO Settings link"
|
4321 |
+
msgstr "Genesis SEO Ayarlar bağlantısını gizle"
|
4322 |
+
|
4323 |
+
#: inc/admin/admin.php:2617
|
4324 |
+
#, fuzzy
|
4325 |
+
#| msgid "Structured Data Types"
|
4326 |
+
msgid "Hide advice in Structured Data Types metabox"
|
4327 |
+
msgstr "Yapısal veri türleri"
|
4328 |
+
|
4329 |
+
#: inc/admin/admin.php:2634
|
4330 |
+
msgid "Block SEO metabox to user roles"
|
4331 |
+
msgstr "Blok SEO metabox kullanıcı rolleri için"
|
4332 |
+
|
4333 |
+
#: inc/admin/admin.php:2642
|
4334 |
+
msgid "Block Content analysis metabox to user roles"
|
4335 |
+
msgstr "İçerik çözümlemesi metabox kullanıcı rollerini engelle"
|
4336 |
+
|
4337 |
+
#: inc/admin/admin.php:2742
|
4338 |
+
#, fuzzy
|
4339 |
+
#| msgid "<p>Customize your titles & metas for homepage</p>"
|
4340 |
+
msgid "<p>Customize your title & meta description for homepage</p>"
|
4341 |
+
msgstr "<p>Ana sayfanız için başlıklar ve metaları özelleştirin</p>"
|
4342 |
+
|
4343 |
+
#: inc/admin/admin.php:2746
|
4344 |
+
msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
|
4345 |
+
msgstr "<p>Tek özel yazı türleri için başlıklar ve metaları özelleştirin</p>"
|
4346 |
+
|
4347 |
+
#: inc/admin/admin.php:2750
|
4348 |
+
msgid "<p>Customize your metas for all pages</p>"
|
4349 |
+
msgstr "<p>Metalarınızı tüm sayfalar için özelleştirin</p>"
|
4350 |
+
|
4351 |
+
#: inc/admin/admin.php:2754
|
4352 |
+
msgid "<p>Customize your metas for all taxonomies archives</p>"
|
4353 |
+
msgstr "<p>Tüm taksonomi arşivler için metaları özelleştirin</p>"
|
4354 |
+
|
4355 |
+
#: inc/admin/admin.php:2758
|
4356 |
+
msgid "<p>Customize your metas for all archives</p>"
|
4357 |
+
msgstr "<p>Tüm arşivler için metaları özelleştirin</p>"
|
4358 |
+
|
4359 |
+
#: inc/admin/admin.php:2765
|
4360 |
+
msgid "Change this settings"
|
4361 |
+
msgstr "Bu ayarları değiştir"
|
4362 |
+
|
4363 |
+
#: inc/admin/admin.php:2768
|
4364 |
+
msgid ""
|
4365 |
+
"To view your sitemap, enable permalinks (not default one), and save settings "
|
4366 |
+
"to flush them."
|
4367 |
+
msgstr ""
|
4368 |
+
"Site haritanızı görüntülemek için kalıcı (varsayılan değil) özelliğini "
|
4369 |
+
"etkinleştirin ve onları güncellemek için ayarları kaydedin ."
|
4370 |
+
|
4371 |
+
#: inc/admin/admin.php:2774
|
4372 |
+
msgid ""
|
4373 |
+
"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
|
4374 |
+
"add this rule to your configuration:"
|
4375 |
+
msgstr ""
|
4376 |
+
"Sunucunuz NGINX kullanıyor. XML site haritaları düzgün çalışmıyorsa, bu "
|
4377 |
+
"kuralı yapılandırmanıza eklemeniz gerekir :"
|
4378 |
+
|
4379 |
+
#: inc/admin/admin.php:2788
|
4380 |
+
msgid "Noindex content will not be displayed in Sitemaps."
|
4381 |
+
msgstr "Noindex içeriği site haritalarında görüntülenmez."
|
4382 |
+
|
4383 |
+
#: inc/admin/admin.php:2800
|
4384 |
+
msgid "Blank sitemap?"
|
4385 |
+
msgstr "Site haritası boş mu?"
|
4386 |
+
|
4387 |
+
#: inc/admin/admin.php:2801
|
4388 |
+
msgid "404 error?"
|
4389 |
+
msgstr "404 hatası?"
|
4390 |
+
|
4391 |
+
#: inc/admin/admin.php:2803
|
4392 |
+
msgid "View your sitemap"
|
4393 |
+
msgstr "Site haritanızı Görüntüleme"
|
4394 |
+
|
4395 |
+
#: inc/admin/admin.php:2805
|
4396 |
+
msgid "Ping Google manually"
|
4397 |
+
msgstr "Elden ping Google"
|
4398 |
+
|
4399 |
+
#: inc/admin/admin.php:2807
|
4400 |
+
msgid "Flush permalinks"
|
4401 |
+
msgstr "Kalıcılar güncellendi"
|
4402 |
+
|
4403 |
+
#: inc/admin/admin.php:2812
|
4404 |
+
msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
|
4405 |
+
msgstr ""
|
4406 |
+
"<p>Ziyaretçileriniz için bir HTML site haritası oluşturun ve SEO'nunuzu "
|
4407 |
+
"arttırın.</p>"
|
4408 |
+
|
4409 |
+
#: inc/admin/admin.php:2822 inc/admin/admin.php:3930
|
4410 |
+
msgid "Guide to enable a HTML Sitemap - new window"
|
4411 |
+
msgstr "HTML site haritasını etkinleştirme kılavuzu - yeni pencere"
|
4412 |
+
|
4413 |
+
#: inc/admin/admin.php:2826
|
4414 |
+
msgid "<p>Include/Exclude Post Types.</p>"
|
4415 |
+
msgstr "<p>Posta türlerini dahil et/dışlama.</p>"
|
4416 |
+
|
4417 |
+
#: inc/admin/admin.php:2830
|
4418 |
+
msgid "<p>Include/Exclude Taxonomies.</p>"
|
4419 |
+
msgstr "<p>Taksononomiler dahil/hariç.</p>"
|
4420 |
+
|
4421 |
+
#: inc/admin/admin.php:2834
|
4422 |
+
msgid "<p>Configure Google Knowledge Graph.</p>"
|
4423 |
+
msgstr "<p>Google Knowledge Graph yapılandırın.</p>"
|
4424 |
+
|
4425 |
+
#: inc/admin/admin.php:2835
|
4426 |
+
msgid "Learn more on Google official website."
|
4427 |
+
msgstr "Google resmi web sitesinden daha fazla bilgi edinin."
|
4428 |
+
|
4429 |
+
#: inc/admin/admin.php:2839
|
4430 |
+
msgid ""
|
4431 |
+
"<p>Link your site with your social accounts. Use markup on your website to "
|
4432 |
+
"add your social profile information to a Google Knowledge panel. Knowledge "
|
4433 |
+
"panels prominently display your social profile information in some Google "
|
4434 |
+
"Search results. Filling in these fields does not guarantee the display of "
|
4435 |
+
"this data in search results. It may take a long time to see these social-"
|
4436 |
+
"network links.</p>"
|
4437 |
+
msgstr ""
|
4438 |
+
|
4439 |
+
#: inc/admin/admin.php:2843
|
4440 |
+
#, fuzzy
|
4441 |
+
#| msgid "<p>Manage Open Graph datas.</p>"
|
4442 |
+
msgid "<p>Manage Open Graph data.</p>"
|
4443 |
+
msgstr "<p>Open Graph verilerini yönetin.</p>"
|
4444 |
+
|
4445 |
+
#: inc/admin/admin.php:2845
|
4446 |
+
msgid "<p>We generate the <strong>og:image</strong> meta in this order:</p>"
|
4447 |
+
msgstr ""
|
4448 |
+
|
4449 |
+
#: inc/admin/admin.php:2849
|
4450 |
+
msgid "Custom OG Image from SEO metabox"
|
4451 |
+
msgstr ""
|
4452 |
+
|
4453 |
+
#: inc/admin/admin.php:2850 inc/admin/admin.php:2864
|
4454 |
+
#, fuzzy
|
4455 |
+
#| msgid "Post Thumbnail"
|
4456 |
+
msgid "Post thumbnail"
|
4457 |
+
msgstr "Yazı küçük resim"
|
4458 |
+
|
4459 |
+
#: inc/admin/admin.php:2851 inc/admin/admin.php:2865
|
4460 |
+
msgid "First image of your post content"
|
4461 |
+
msgstr ""
|
4462 |
+
|
4463 |
+
#: inc/admin/admin.php:2852
|
4464 |
+
msgid "Global OG Image set in SEO > Social > Open Graph"
|
4465 |
+
msgstr ""
|
4466 |
+
|
4467 |
+
#: inc/admin/admin.php:2857
|
4468 |
+
msgid "<p>Manage your Twitter card.</p>"
|
4469 |
+
msgstr "<p>Twitter kartınızı yönetin.</p>"
|
4470 |
+
|
4471 |
+
#: inc/admin/admin.php:2859
|
4472 |
+
msgid ""
|
4473 |
+
"<p>We generate the <strong>twitter:image</strong> meta in this order:</p>"
|
4474 |
+
msgstr ""
|
4475 |
+
|
4476 |
+
#: inc/admin/admin.php:2863
|
4477 |
+
msgid "Custom Twitter image from SEO metabox"
|
4478 |
+
msgstr ""
|
4479 |
+
|
4480 |
+
#: inc/admin/admin.php:2866
|
4481 |
+
msgid "Global Twitter:image set in SEO > Social > Twitter Card"
|
4482 |
+
msgstr ""
|
4483 |
+
|
4484 |
+
#: inc/admin/admin.php:2871
|
4485 |
+
#, fuzzy
|
4486 |
+
#| msgid "<p>Link your Google Analytics to your website.</p>"
|
4487 |
+
msgid ""
|
4488 |
+
"<p>Link your Google Analytics to your website. The tracking code will be "
|
4489 |
+
"automatically added to your site.</p>"
|
4490 |
+
msgstr "<p>Google Analytics'i Web sitenize bağlayın.</p>"
|
4491 |
+
|
4492 |
+
#: inc/admin/admin.php:2875
|
4493 |
+
msgid ""
|
4494 |
+
"<p>Manage user consent for GDPR and customize your cookie bar easily.</p>"
|
4495 |
+
msgstr ""
|
4496 |
+
|
4497 |
+
#: inc/admin/admin.php:2879
|
4498 |
+
msgid "<p>Configure your Google Analytics tracking code.</p>"
|
4499 |
+
msgstr "<p>Google Analytics izleme kodunuzu yapılandırın.</p>"
|
4500 |
+
|
4501 |
+
#: inc/admin/admin.php:2883
|
4502 |
+
msgid "<p>Track events in Google Analytics.</p>"
|
4503 |
+
msgstr "<p>Google Analytics'teki etkinlikleri izleyin.</p>"
|
4504 |
+
|
4505 |
+
#: inc/admin/admin.php:2887
|
4506 |
+
msgid ""
|
4507 |
+
"<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
|
4508 |
+
"and custom metrics in SEOPress are like the default dimensions and metrics "
|
4509 |
+
"in your Analytics account, except you create them yourself.<br> Use them to "
|
4510 |
+
"collect and analyze data that Analytics doesn't automatically track.<br> "
|
4511 |
+
"Please note that you also have to setup your custom dimensions in your "
|
4512 |
+
"Google Analytics account. More info by clicking on the help icon."
|
4513 |
+
msgstr ""
|
4514 |
+
"<p>Google Analytics özel boyutlarınızı yapılandırın. <br>Özel boyutlar ve "
|
4515 |
+
"SEOPress özel ölçümlerde varsayılan boyutlar ve metrikler gibidir. "
|
4516 |
+
"Analytics'in otomatik olarak takip etmediği verileri toplayın ve analiz "
|
4517 |
+
"edin. <br>Lütfen unutmayın sizinde özel boyutlarınıza Google Analytics "
|
4518 |
+
"hesabı kurulum gerekir. Yardım simgesine tıklayarak daha fazla bilgi."
|
4519 |
+
|
4520 |
+
#: inc/admin/admin.php:2889
|
4521 |
+
msgid "Custom dimensions also work with <strong>Matomo</strong> tracking code."
|
4522 |
+
msgstr ""
|
4523 |
+
|
4524 |
+
#: inc/admin/admin.php:2899
|
4525 |
+
msgid "Guide to create custom dimensions in Google Analytics - new window"
|
4526 |
+
msgstr "Google Analytics özel boyutlar oluşturma için kılavuz - yeni pencere"
|
4527 |
+
|
4528 |
+
#: inc/admin/admin.php:2903
|
4529 |
+
msgid "<p>Use Matomo to track your users with privacy in mind.</p>"
|
4530 |
+
msgstr ""
|
4531 |
+
|
4532 |
+
#: inc/admin/admin.php:2905
|
4533 |
+
msgid ""
|
4534 |
+
"Your <strong>Custom Dimensions</strong> will also work with Matomo tracking "
|
4535 |
+
"code"
|
4536 |
+
msgstr ""
|
4537 |
+
|
4538 |
+
#: inc/admin/admin.php:2909
|
4539 |
+
msgid "<p>Advanced SEO options.</p>"
|
4540 |
+
msgstr "<p>Gelişmiş SEO seçenekleri.</p>"
|
4541 |
+
|
4542 |
+
#: inc/admin/admin.php:2913
|
4543 |
+
msgid "<p>Customize SEOPress to fit your needs.</p>"
|
4544 |
+
msgstr "<p>İhtiyaçlarınızı karşılamak için SEOPress'i özelleştirin.</p>"
|
4545 |
+
|
4546 |
+
#: inc/admin/admin.php:2917
|
4547 |
+
msgid "<p>Manage security.</p>"
|
4548 |
+
msgstr "<p>Güvenliği yönetin.</p>"
|
4549 |
+
|
4550 |
+
#: inc/admin/admin.php:2930
|
4551 |
+
msgid "Enter your separator, eg: \"-\""
|
4552 |
+
msgstr "Ayırıcı girin, örneğin: \"-\""
|
4553 |
+
|
4554 |
+
#: inc/admin/admin.php:2934
|
4555 |
+
#, php-format
|
4556 |
+
msgid "Use this separator with %%sep%% in your title and meta description."
|
4557 |
+
msgstr "Bu ayırıcı %%sep%% ile başlık ve meta açıklamasında kullanın."
|
4558 |
+
|
4559 |
+
#: inc/admin/admin.php:2940
|
4560 |
+
msgid "My awesome website"
|
4561 |
+
msgstr "Benim muhteşem web sitem"
|
4562 |
+
|
4563 |
+
#: inc/admin/admin.php:2946 inc/admin/admin.php:2957 inc/admin/admin.php:3051
|
4564 |
+
#: inc/admin/admin.php:3241 inc/admin/admin.php:3274 inc/admin/admin.php:3364
|
4565 |
+
#: inc/admin/admin.php:3441 inc/admin/admin.php:3512 inc/admin/admin.php:3582
|
4566 |
+
#: inc/admin/admin.php:3633
|
4567 |
+
msgid "More tags"
|
4568 |
+
msgstr "Daha fazla etiket"
|
4569 |
+
|
4570 |
+
#: inc/admin/admin.php:2952
|
4571 |
+
msgid "This is a cool website about Wookiees"
|
4572 |
+
msgstr "Bu Wookiees hakkında harika bir Web sitesi"
|
4573 |
+
|
4574 |
+
#: inc/admin/admin.php:2960
|
4575 |
+
msgid "Looking to edit your blog page?"
|
4576 |
+
msgstr "Blog sayfanızı düzenlemek için mi arıyorsunuz?"
|
4577 |
+
|
4578 |
+
#: inc/admin/admin.php:2985 inc/admin/admin.php:2989 inc/admin/admin.php:2991
|
4579 |
+
#: inc/admin/admin.php:2996
|
4580 |
+
msgid "Click to hide any SEO metaboxes for this post type"
|
4581 |
+
msgstr ""
|
4582 |
+
|
4583 |
+
#: inc/admin/admin.php:2988 inc/admin/admin.php:2992 inc/admin/admin.php:2995
|
4584 |
+
msgid "Click to display any SEO metaboxes for this post type"
|
4585 |
+
msgstr ""
|
4586 |
+
|
4587 |
+
#: inc/admin/admin.php:3020 inc/admin/admin.php:3207 inc/admin/admin.php:3336
|
4588 |
+
#: inc/admin/admin.php:3429 inc/admin/admin.php:3500 inc/admin/admin.php:3570
|
4589 |
+
#: inc/admin/admin.php:3623
|
4590 |
+
msgid "Title template"
|
4591 |
+
msgstr "Başlık şablonu"
|
4592 |
+
|
4593 |
+
#: inc/admin/admin.php:3058 inc/admin/admin.php:3250 inc/admin/admin.php:3371
|
4594 |
+
#: inc/admin/admin.php:3447 inc/admin/admin.php:3518 inc/admin/admin.php:3588
|
4595 |
+
#: inc/admin/admin.php:3638
|
4596 |
+
msgid "Meta description template"
|
4597 |
+
msgstr "Meta açıklama şablonu"
|
4598 |
+
|
4599 |
+
#: inc/admin/admin.php:3081
|
4600 |
+
msgid ""
|
4601 |
+
"Do not display this single post type in search engine results "
|
4602 |
+
"<strong>(noindex)</strong>"
|
4603 |
+
msgstr ""
|
4604 |
+
"Bu tek yazı türünü arama motoru sonuçlarında görüntüleme <strong>(noindex)</"
|
4605 |
+
"strong>"
|
4606 |
+
|
4607 |
+
#: inc/admin/admin.php:3100
|
4608 |
+
msgid ""
|
4609 |
+
"Do not follow links for this single post type <strong>(nofollow)</strong>"
|
4610 |
+
msgstr ""
|
4611 |
+
"Bu tek yazı türü <strong>(nofollow)</strong> için bağlantıları takip etme"
|
4612 |
+
|
4613 |
+
#: inc/admin/admin.php:3119
|
4614 |
+
msgid "Display date in Google search results?"
|
4615 |
+
msgstr "Google arama sonuçlarında görüntüleme tarihi?"
|
4616 |
+
|
4617 |
+
#: inc/admin/admin.php:3138
|
4618 |
+
#, fuzzy
|
4619 |
+
#| msgid "Display date in Google search results?"
|
4620 |
+
msgid "Display post thumbnail in Google Custom Search results?"
|
4621 |
+
msgstr "Google arama sonuçlarında görüntüleme tarihi?"
|
4622 |
+
|
4623 |
+
#: inc/admin/admin.php:3170 inc/admin/admin.php:3174 inc/admin/admin.php:3176
|
4624 |
+
#: inc/admin/admin.php:3181
|
4625 |
+
msgid "Click to hide any SEO metaboxes for this taxonomy"
|
4626 |
+
msgstr ""
|
4627 |
+
|
4628 |
+
#: inc/admin/admin.php:3173 inc/admin/admin.php:3177 inc/admin/admin.php:3180
|
4629 |
+
msgid "Click to display any SEO metaboxes for this taxonomy"
|
4630 |
+
msgstr ""
|
4631 |
+
|
4632 |
+
#: inc/admin/admin.php:3230
|
4633 |
+
msgid "Category Title"
|
4634 |
+
msgstr "Kategori başlığı"
|
4635 |
+
|
4636 |
+
#: inc/admin/admin.php:3232
|
4637 |
+
msgid "Tag Title"
|
4638 |
+
msgstr "Etiket başlığı"
|
4639 |
+
|
4640 |
+
#: inc/admin/admin.php:3234
|
4641 |
+
msgid "Term Title"
|
4642 |
+
msgstr "Terim başlığı"
|
4643 |
+
|
4644 |
+
#: inc/admin/admin.php:3267
|
4645 |
+
msgid "Category Description"
|
4646 |
+
msgstr "Kategori açıklaması"
|
4647 |
+
|
4648 |
+
#: inc/admin/admin.php:3269
|
4649 |
+
msgid "Tag Description"
|
4650 |
+
msgstr "Etiket açıklaması"
|
4651 |
+
|
4652 |
+
#: inc/admin/admin.php:3271
|
4653 |
+
msgid "Term Description"
|
4654 |
+
msgstr "Terim açıklaması"
|
4655 |
+
|
4656 |
+
#: inc/admin/admin.php:3289
|
4657 |
+
msgid ""
|
4658 |
+
"Do not display this taxonomy archive in search engine results "
|
4659 |
+
"<strong>(noindex)</strong>"
|
4660 |
+
msgstr ""
|
4661 |
+
"Bu taksonomi arşivini arama motoru sonuçlarında görüntüleme "
|
4662 |
+
"<strong>(noindex)</strong>"
|
4663 |
+
|
4664 |
+
#: inc/admin/admin.php:3308
|
4665 |
+
msgid ""
|
4666 |
+
"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
|
4667 |
+
msgstr ""
|
4668 |
+
"Bu taksonomi arşivi <strong>(nofollow)</strong> için bağlantıları takip etme"
|
4669 |
+
|
4670 |
+
#: inc/admin/admin.php:3328
|
4671 |
+
msgid "See archive"
|
4672 |
+
msgstr "Bkz. Arşiv"
|
4673 |
+
|
4674 |
+
#: inc/admin/admin.php:3358
|
4675 |
+
msgid "Post Type Archive Name"
|
4676 |
+
msgstr "Yazı türü arşiv adı"
|
4677 |
+
|
4678 |
+
#: inc/admin/admin.php:3394
|
4679 |
+
msgid ""
|
4680 |
+
"Do not display this post type archive in search engine results "
|
4681 |
+
"<strong>(noindex)</strong>"
|
4682 |
+
msgstr ""
|
4683 |
+
"Arama motoru sonuçlarında bu yazı türü arşivi görüntülemeyin "
|
4684 |
+
"<strong>(noindex)</strong>"
|
4685 |
+
|
4686 |
+
#: inc/admin/admin.php:3413
|
4687 |
+
msgid ""
|
4688 |
+
"Do not follow links for this post type archive <strong>(nofollow)</strong>"
|
4689 |
+
msgstr ""
|
4690 |
+
"Bu yazı türü arşiv için bağlantıları takip etme <strong>(nofollow)</strong>"
|
4691 |
+
|
4692 |
+
#: inc/admin/admin.php:3427
|
4693 |
+
msgid "Author archives"
|
4694 |
+
msgstr "Yazar arşivler"
|
4695 |
+
|
4696 |
+
#: inc/admin/admin.php:3489
|
4697 |
+
msgid "Disable author archives"
|
4698 |
+
msgstr "Yazar arşivleri devre dışı bırak"
|
4699 |
+
|
4700 |
+
#: inc/admin/admin.php:3498 inc/admin/admin.php:3509
|
4701 |
+
msgid "Date archives"
|
4702 |
+
msgstr "Tarih arşivleri"
|
4703 |
+
|
4704 |
+
#: inc/admin/admin.php:3541
|
4705 |
+
#, fuzzy
|
4706 |
+
#| msgid ""
|
4707 |
+
#| "Do not display this post type archive in search engine results "
|
4708 |
+
#| "<strong>(noindex)</strong>"
|
4709 |
+
msgid ""
|
4710 |
+
"Do not display date archives in search engine results <strong>(noindex)</"
|
4711 |
+
"strong>"
|
4712 |
+
msgstr ""
|
4713 |
+
"Arama motoru sonuçlarında bu yazı türü arşivi görüntülemeyin "
|
4714 |
+
"<strong>(noindex)</strong>"
|
4715 |
+
|
4716 |
+
#: inc/admin/admin.php:3559
|
4717 |
+
msgid "Disable date archives"
|
4718 |
+
msgstr "Tarih arşivlerini devre dışı bırak"
|
4719 |
+
|
4720 |
+
#: inc/admin/admin.php:3568
|
4721 |
+
msgid "Search archives"
|
4722 |
+
msgstr "Arama arşivleri"
|
4723 |
+
|
4724 |
+
#: inc/admin/admin.php:3579
|
4725 |
+
msgid "Search Keywords"
|
4726 |
+
msgstr "Arama anahtar kelimeler"
|
4727 |
+
|
4728 |
+
#: inc/admin/admin.php:3612
|
4729 |
+
#, fuzzy
|
4730 |
+
#| msgid ""
|
4731 |
+
#| "Do not display this taxonomy archive in search engine results "
|
4732 |
+
#| "<strong>(noindex)</strong>"
|
4733 |
+
msgid ""
|
4734 |
+
"Do not display search archives in search engine results <strong>(noindex)</"
|
4735 |
+
"strong>"
|
4736 |
+
msgstr ""
|
4737 |
+
"Bu taksonomi arşivini arama motoru sonuçlarında görüntüleme "
|
4738 |
+
"<strong>(noindex)</strong>"
|
4739 |
+
|
4740 |
+
#: inc/admin/admin.php:3621
|
4741 |
+
msgid "404 archives"
|
4742 |
+
msgstr "404 Arşivler"
|
4743 |
+
|
4744 |
+
#: inc/admin/admin.php:3664
|
4745 |
+
msgid ""
|
4746 |
+
"Do not display all pages of the site in Google search results and do not "
|
4747 |
+
"display \"Cached\" links in search results."
|
4748 |
+
msgstr ""
|
4749 |
+
"Sitenin tüm sayfalarını Google arama sonuçlarında görüntülemeyin ve arama "
|
4750 |
+
"sonuçlarında \"Önbelleğe alınmış\" bağlantıları görüntüler."
|
4751 |
+
|
4752 |
+
#: inc/admin/admin.php:3683
|
4753 |
+
msgid "Do not follow links for all pages."
|
4754 |
+
msgstr "Tüm sayfaların bağlantılarını takip etme."
|
4755 |
+
|
4756 |
+
#: inc/admin/admin.php:3702
|
4757 |
+
msgid ""
|
4758 |
+
"Do not use Open Directory project metadata for titles or excerpts for all "
|
4759 |
+
"pages."
|
4760 |
+
msgstr ""
|
4761 |
+
"Tüm başlıklar veya sayfalardan alıntılar için açık dizin projesi meta "
|
4762 |
+
"verilerini kullanma."
|
4763 |
+
|
4764 |
+
#: inc/admin/admin.php:3721
|
4765 |
+
msgid "Do not index images from the entire site."
|
4766 |
+
msgstr "Tüm siteden görüntü dizinini kullanma."
|
4767 |
+
|
4768 |
+
#: inc/admin/admin.php:3740
|
4769 |
+
msgid "Do not display a \"Cached\" link in the Google search results."
|
4770 |
+
msgstr ""
|
4771 |
+
"Google arama sonuçlarında \"Önbelleğe alınmış\" bağlantısını görüntüleme."
|
4772 |
+
|
4773 |
+
#: inc/admin/admin.php:3759
|
4774 |
+
msgid ""
|
4775 |
+
"Do not display a description in the Google search results for all pages."
|
4776 |
+
msgstr ""
|
4777 |
+
"Google arama sonuçlarında tüm sayfalar için bir açıklama görüntülemeyin."
|
4778 |
+
|
4779 |
+
#: inc/admin/admin.php:3778
|
4780 |
+
#, fuzzy
|
4781 |
+
#| msgid "Prevent Google to display a sitelinks searchbox in search results."
|
4782 |
+
msgid ""
|
4783 |
+
"Prevents Google to display a sitelinks searchbox in search results. Enable "
|
4784 |
+
"this option will remove the \"Website\" schema from your source code."
|
4785 |
+
msgstr ""
|
4786 |
+
"Google'ın arama sonuçlarında site bağlantılarını arama kutusunda "
|
4787 |
+
"görüntülemesini engelle."
|
4788 |
+
|
4789 |
+
#: inc/admin/admin.php:3795
|
4790 |
+
msgid "Add rel next/prev link in head of paginated archive pages"
|
4791 |
+
msgstr ""
|
4792 |
+
"Sayfalandırılmış arşiv sayfalarının başına rel sonraki/önceki bağlantı ekle"
|
4793 |
+
|
4794 |
+
#: inc/admin/admin.php:3797
|
4795 |
+
msgid "Learn more on Google website"
|
4796 |
+
msgstr "Google Web sitesinden daha fazla bilgi edinin"
|
4797 |
+
|
4798 |
+
#: inc/admin/admin.php:3824
|
4799 |
+
msgid "Guide to enable XML Sitemaps - new window"
|
4800 |
+
msgstr "XML site haritaları etkinleştirme kılavuzu - yeni pencere"
|
4801 |
+
|
4802 |
+
#: inc/admin/admin.php:3841
|
4803 |
+
msgid ""
|
4804 |
+
"Enable Image Sitemaps (standard images, image galleries, featured image, "
|
4805 |
+
"WooCommerce product images)"
|
4806 |
+
msgstr ""
|
4807 |
+
"Görüntü site haritaları (Standart görüntüler, görüntü galerileri, öne çıkan "
|
4808 |
+
"görüntü, WooCommerce ürün görüntüleri)"
|
4809 |
+
|
4810 |
+
#: inc/admin/admin.php:3843
|
4811 |
+
msgid "Images in XML sitemaps are visible only from the source code."
|
4812 |
+
msgstr ""
|
4813 |
+
"XML site haritalarındaki görüntüler yalnızca kaynak kodundan görülebilir."
|
4814 |
+
|
4815 |
+
#: inc/admin/admin.php:3853
|
4816 |
+
msgid "Guide to enable XML image sitemaps - new window"
|
4817 |
+
msgstr "XML görüntü site haritaları etkinleştirmek için kılavuz - yeni pencere"
|
4818 |
+
|
4819 |
+
#: inc/admin/admin.php:3871
|
4820 |
+
msgid "Enable Video Sitemaps"
|
4821 |
+
msgstr "Video site haritalarını etkinleştir"
|
4822 |
+
|
4823 |
+
#: inc/admin/admin.php:3881
|
4824 |
+
#, php-format
|
4825 |
+
msgid ""
|
4826 |
+
"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
|
4827 |
+
"\" target=\"_blank\">adding videos to your sitemap.</a>"
|
4828 |
+
msgstr ""
|
4829 |
+
"Video site haritanız boş mu? Haritanıza video ekleme hakkında daha fazla "
|
4830 |
+
"bilgi edinmek için <a href=\"%s\" target=\" _blank\"> kılavuzumuzu okuyun.</"
|
4831 |
+
"a>"
|
4832 |
+
|
4833 |
+
#: inc/admin/admin.php:3883
|
4834 |
+
msgid "Guide to enable XML video sitemaps - new window"
|
4835 |
+
msgstr "XML video site haritaları etkinleştirme kılavuzu - yeni pencere"
|
4836 |
+
|
4837 |
+
#: inc/admin/admin.php:3903
|
4838 |
+
msgid ""
|
4839 |
+
"Make sure to enable author archive from SEO, titles and metas, archives tab."
|
4840 |
+
"</a>"
|
4841 |
+
msgstr ""
|
4842 |
+
|
4843 |
+
#: inc/admin/admin.php:3970 inc/admin/admin.php:4014
|
4844 |
+
msgid "Include"
|
4845 |
+
msgstr "İçerir"
|
4846 |
+
|
4847 |
+
#: inc/admin/admin.php:3973
|
4848 |
+
msgid ""
|
4849 |
+
"You should never include attachment post type in your sitemap. Be careful if "
|
4850 |
+
"you checked this."
|
4851 |
+
msgstr ""
|
4852 |
+
|
4853 |
+
#: inc/admin/admin.php:4029
|
4854 |
+
msgid "eg: 2, 28, 68"
|
4855 |
+
msgstr "örneğin: 2, 28, 68"
|
4856 |
+
|
4857 |
+
#: inc/admin/admin.php:4033
|
4858 |
+
msgid "You can also use this shortcode:"
|
4859 |
+
msgstr "Bu kısa kodu da kullanabilirsiniz:"
|
4860 |
+
|
4861 |
+
#: inc/admin/admin.php:4043
|
4862 |
+
msgid "eg: 13, 8, 38"
|
4863 |
+
msgstr "örneğin: 13, 8, 38"
|
4864 |
+
|
4865 |
+
#: inc/admin/admin.php:4057
|
4866 |
+
msgid ""
|
4867 |
+
"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
|
4868 |
+
msgstr "DESC (en yüksekten en düşük değerlere azalan (3, 2, 1; c, b, a))"
|
4869 |
+
|
4870 |
+
#: inc/admin/admin.php:4060
|
4871 |
+
msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
|
4872 |
+
msgstr "ASC (en düşük değerden en yüksek değerlere artan (1, 2, 3; a, b, c))"
|
4873 |
+
|
4874 |
+
#: inc/admin/admin.php:4077
|
4875 |
+
msgid "Default (date)"
|
4876 |
+
msgstr "Varsayılan (Tarih)"
|
4877 |
+
|
4878 |
+
#: inc/admin/admin.php:4083
|
4879 |
+
msgid "Modified date"
|
4880 |
+
msgstr "Değiştirilme tarihi"
|
4881 |
+
|
4882 |
+
#: inc/admin/admin.php:4086
|
4883 |
+
msgid "Post ID"
|
4884 |
+
msgstr "Yazı kimliği"
|
4885 |
+
|
4886 |
+
#: inc/admin/admin.php:4089
|
4887 |
+
#, fuzzy
|
4888 |
+
#| msgid "Sort order"
|
4889 |
+
msgid "Menu order"
|
4890 |
+
msgstr "Sıralama düzeni"
|
4891 |
+
|
4892 |
+
#: inc/admin/admin.php:4107
|
4893 |
+
msgid "Disable date after each post, page, post type?"
|
4894 |
+
msgstr "Tarihi her yazı, sayfa, yazı türü sonrasında devre dışı bırak?"
|
4895 |
+
|
4896 |
+
#: inc/admin/admin.php:4142
|
4897 |
+
#, fuzzy
|
4898 |
+
#| msgid "SEOPress"
|
4899 |
+
msgid "eg: SEOPress"
|
4900 |
+
msgstr "SEOPress"
|
4901 |
+
|
4902 |
+
#: inc/admin/admin.php:4155
|
4903 |
+
msgid "Select your logo"
|
4904 |
+
msgstr "Logonuzu seçin"
|
4905 |
+
|
4906 |
+
#: inc/admin/admin.php:4159
|
4907 |
+
msgid "JPG, PNG, and GIF allowed."
|
4908 |
+
msgstr ""
|
4909 |
+
|
4910 |
+
#: inc/admin/admin.php:4185
|
4911 |
+
msgid "eg: +33123456789 (internationalized version required)"
|
4912 |
+
msgstr "örneğin: +33123456789 (Uluslararası sürüm gerekli)"
|
4913 |
+
|
4914 |
+
#: inc/admin/admin.php:4200
|
4915 |
+
msgid "Customer support"
|
4916 |
+
msgstr "Müşteri desteği"
|
4917 |
+
|
4918 |
+
#: inc/admin/admin.php:4203
|
4919 |
+
msgid "Technical support"
|
4920 |
+
msgstr "Teknik destek"
|
4921 |
+
|
4922 |
+
#: inc/admin/admin.php:4206
|
4923 |
+
msgid "Billing support"
|
4924 |
+
msgstr "Faturalandırma desteği"
|
4925 |
+
|
4926 |
+
#: inc/admin/admin.php:4209
|
4927 |
+
msgid "Bill payment"
|
4928 |
+
msgstr "Fatura ödeme"
|
4929 |
+
|
4930 |
+
#: inc/admin/admin.php:4212
|
4931 |
+
msgid "Sales"
|
4932 |
+
msgstr "Satış"
|
4933 |
+
|
4934 |
+
#: inc/admin/admin.php:4215
|
4935 |
+
msgid "Credit card support"
|
4936 |
+
msgstr "Kredi kartı desteği"
|
4937 |
+
|
4938 |
+
#: inc/admin/admin.php:4218
|
4939 |
+
msgid "Emergency"
|
4940 |
+
msgstr "Acil"
|
4941 |
+
|
4942 |
+
#: inc/admin/admin.php:4221
|
4943 |
+
msgid "Baggage tracking"
|
4944 |
+
msgstr "Bagaj izleme"
|
4945 |
+
|
4946 |
+
#: inc/admin/admin.php:4224
|
4947 |
+
msgid "Roadside assistance"
|
4948 |
+
msgstr "Yol yardımı"
|
4949 |
+
|
4950 |
+
#: inc/admin/admin.php:4227
|
4951 |
+
msgid "Package tracking"
|
4952 |
+
msgstr "Paket izleme"
|
4953 |
+
|
4954 |
+
#: inc/admin/admin.php:4244 inc/admin/admin.php:5065 inc/admin/admin.php:5142
|
4955 |
+
#: inc/admin/admin.php:5219 inc/admin/admin.php:5296 inc/admin/admin.php:5373
|
4956 |
+
msgid "None"
|
4957 |
+
msgstr "Hiçbiri"
|
4958 |
+
|
4959 |
+
#: inc/admin/admin.php:4247
|
4960 |
+
msgid "Toll Free"
|
4961 |
+
msgstr "Ücretsiz"
|
4962 |
+
|
4963 |
+
#: inc/admin/admin.php:4250
|
4964 |
+
msgid "Hearing impaired supported"
|
4965 |
+
msgstr "İşitme engelli destekli"
|
4966 |
+
|
4967 |
+
#: inc/admin/admin.php:4276
|
4968 |
+
msgid "Twitter Page URL"
|
4969 |
+
msgstr "Twitter URL sayfası"
|
4970 |
+
|
4971 |
+
#: inc/admin/admin.php:4377
|
4972 |
+
msgid "Enable OG data"
|
4973 |
+
msgstr "OG verilerini etkinleştir"
|
4974 |
+
|
4975 |
+
#: inc/admin/admin.php:4413
|
4976 |
+
msgid ""
|
4977 |
+
"Override every <strong>og:image</strong> tag with this default image (except "
|
4978 |
+
"if a custom og:image has already been set from the SEO metabox)."
|
4979 |
+
msgstr ""
|
4980 |
+
|
4981 |
+
#: inc/admin/admin.php:4415
|
4982 |
+
msgid "This setting doesn‘t apply for the homepage."
|
4983 |
+
msgstr ""
|
4984 |
+
|
4985 |
+
#: inc/admin/admin.php:4429
|
4986 |
+
msgid ""
|
4987 |
+
"One or more Facebook Page IDs that are associated with a URL in order to "
|
4988 |
+
"enable link editing and instant article publishing."
|
4989 |
+
msgstr ""
|
4990 |
+
"Bir URL ile ilişkili olan bir veya daha fazla Facebook sayfası kimliği "
|
4991 |
+
"bağlantısı düzenleme ve anlık yazı yayımlama özelliğini etkinleştir."
|
4992 |
+
|
4993 |
+
#: inc/admin/admin.php:4433
|
4994 |
+
#, fuzzy
|
4995 |
+
#| msgid "How to create a Facebook App ID"
|
4996 |
+
msgid "How do I find my Facebook Page ID?"
|
4997 |
+
msgstr "Bir Facebook uygulaması kimliği nasıl oluşturulur"
|
4998 |
+
|
4999 |
+
#: inc/admin/admin.php:4443
|
5000 |
+
msgid ""
|
5001 |
+
"The ID (or comma-separated list for properties that can accept multiple IDs) "
|
5002 |
+
"of an app, person using the app, or Page Graph API object."
|
5003 |
+
msgstr ""
|
5004 |
+
"Kimlik (veya birden çok kimlik kabul edebilir özellikleri için virgülle "
|
5005 |
+
"ayrılmış liste) uygulama veya Page Graph API nesnesi kullanan kişi."
|
5006 |
+
|
5007 |
+
#: inc/admin/admin.php:4455
|
5008 |
+
msgid ""
|
5009 |
+
"The Facebook app ID of the site's app. In order to use Facebook Insights you "
|
5010 |
+
"must add the app ID to your page. Insights lets you view analytics for "
|
5011 |
+
"traffic to your site from Facebook. Find the app ID in your App Dashboard. "
|
5012 |
+
"<a href=\"https://developers.facebook.com/apps/redirect/dashboard\" target="
|
5013 |
+
"\"_blank\">More info here</a> <span class=\"dashicons dashicons-external\"></"
|
5014 |
+
"span>"
|
5015 |
+
msgstr ""
|
5016 |
+
"Sitenin uygulamasının Facebook uygulama kimliği. Facebook'un görüşlerini "
|
5017 |
+
"kullanmak için uygulama kimliğini sayfanıza eklemeniz gerekir. Öngörüler, "
|
5018 |
+
"Facebook dan sitenize trafik analizini görüntülemenizi sağlar. Uygulama "
|
5019 |
+
"panonuzda uygulama kimliğini bulun. <a href=\"https://developers.facebook."
|
5020 |
+
"com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span "
|
5021 |
+
"class=\"dashicons dashicons-external\"></span>"
|
5022 |
+
|
5023 |
+
#: inc/admin/admin.php:4459
|
5024 |
+
msgid "How to create a Facebook App ID"
|
5025 |
+
msgstr "Bir Facebook uygulaması kimliği nasıl oluşturulur"
|
5026 |
+
|
5027 |
+
#: inc/admin/admin.php:4472
|
5028 |
+
msgid "Enable Twitter card"
|
5029 |
+
msgstr "Twitter kartları etkinleştir"
|
5030 |
+
|
5031 |
+
#: inc/admin/admin.php:4489
|
5032 |
+
msgid "Use OG if no Twitter Cards"
|
5033 |
+
msgstr "Eğer Twitter kartları yoksa OG kullan"
|
5034 |
+
|
5035 |
+
#: inc/admin/admin.php:4524
|
5036 |
+
msgid "Default"
|
5037 |
+
msgstr "Varsayılan"
|
5038 |
+
|
5039 |
+
#: inc/admin/admin.php:4527
|
5040 |
+
msgid "Large"
|
5041 |
+
msgstr "Büyük"
|
5042 |
+
|
5043 |
+
#: inc/admin/admin.php:4545
|
5044 |
+
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
5045 |
+
msgstr "Google Analytics izlemeyi etkinleştir (genel site etiketi: gtag.js)"
|
5046 |
+
|
5047 |
+
#: inc/admin/admin.php:4557
|
5048 |
+
msgid "Enter your Tracking ID (UA-XXXX-XX)"
|
5049 |
+
msgstr "İzleme kimliğinizi girin (UA-XXXX-XX)"
|
5050 |
+
|
5051 |
+
#: inc/admin/admin.php:4561
|
5052 |
+
msgid "Find your tracking ID"
|
5053 |
+
msgstr "İzleme kimliğinizi bulun"
|
5054 |
+
|
5055 |
+
#: inc/admin/admin.php:4575
|
5056 |
+
msgid "Request user's consent for analytics tracking (required by GDPR)"
|
5057 |
+
msgstr ""
|
5058 |
+
"Analytics izleme için kullanıcının onayını isteyin (GDPR tarafından "
|
5059 |
+
"gereklidir)"
|
5060 |
+
|
5061 |
+
#: inc/admin/admin.php:4577
|
5062 |
+
msgid ""
|
5063 |
+
"<strong>The user must click the Accept button to allow tracking.</strong>"
|
5064 |
+
msgstr ""
|
5065 |
+
|
5066 |
+
#: inc/admin/admin.php:4579
|
5067 |
+
#, fuzzy
|
5068 |
+
#| msgid ""
|
5069 |
+
#| "User roles excluded from tracking will not see the consent message.<br> "
|
5070 |
+
#| "If you use a caching plugin, you have to exclude this JS file in your "
|
5071 |
+
#| "settings: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-"
|
5072 |
+
#| "cookies-ajax.js</strong>"
|
5073 |
+
msgid ""
|
5074 |
+
"User roles excluded from tracking will not see the consent message.<br> If "
|
5075 |
+
"you use a caching plugin, you have to exclude this JS file in your settings: "
|
5076 |
+
"<br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax."
|
5077 |
+
"js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
|
5078 |
+
msgstr ""
|
5079 |
+
"İzleme dışında bırakılan kullanıcı rolleri onay iletisini göremez.<br> Eğer "
|
5080 |
+
"bir önbelleğe alma eklentisi kullanıyorsan, bu JS dosyasını ayarlarınızda "
|
5081 |
+
"dışlamak zorundasın: <br><strong>/wp-content/plugins/wp-seopress/assets/js/"
|
5082 |
+
"seopress-cookies-ajax.js</strong>"
|
5083 |
+
|
5084 |
+
#: inc/admin/admin.php:4589
|
5085 |
+
msgid "Hook to add custom tracking code with user consent - new window"
|
5086 |
+
msgstr "Kullanıcı onayı ile özel izleme kodu eklemek için - yeni pencere"
|
5087 |
+
|
5088 |
+
#: inc/admin/admin.php:4606
|
5089 |
+
msgid ""
|
5090 |
+
"Display and automatically accept the user‘s consent on page load (not fully "
|
5091 |
+
"GDPR)"
|
5092 |
+
msgstr ""
|
5093 |
+
|
5094 |
+
#: inc/admin/admin.php:4608
|
5095 |
+
msgid "The previous option must be checked to use this."
|
5096 |
+
msgstr ""
|
5097 |
+
|
5098 |
+
#: inc/admin/admin.php:4621
|
5099 |
+
msgid "Enter your message (HTML allowed)"
|
5100 |
+
msgstr "Mesajınızı girin (HTML izin verilir)"
|
5101 |
+
|
5102 |
+
#: inc/admin/admin.php:4621
|
5103 |
+
msgid "This message will only appear if request user's consent is enabled."
|
5104 |
+
msgstr "Bu ileti yalnızca istenilen kullanıcının onayı etkinse görünür."
|
5105 |
+
|
5106 |
+
#: inc/admin/admin.php:4632
|
5107 |
+
msgid "Hook to filter user consent message - new window"
|
5108 |
+
msgstr "Kullanıcı onay mesajını süzmek için - yeni pencere"
|
5109 |
+
|
5110 |
+
#: inc/admin/admin.php:4634
|
5111 |
+
#, fuzzy
|
5112 |
+
#| msgid "HTML tags allowed: strong, em, br, a href"
|
5113 |
+
msgid "HTML tags allowed: strong, em, br, a href / target"
|
5114 |
+
msgstr "HTML etiketleri izinli: strong, em, br, a href"
|
5115 |
+
|
5116 |
+
#: inc/admin/admin.php:4635
|
5117 |
+
msgid ""
|
5118 |
+
"Shortcode allowed to get the privacy page set in WordPress settings: "
|
5119 |
+
"[seopress_privacy_page]"
|
5120 |
+
msgstr ""
|
5121 |
+
|
5122 |
+
#: inc/admin/admin.php:4643 inc/functions/options-google-analytics.php:182
|
5123 |
+
msgid "Accept"
|
5124 |
+
msgstr "Kabul"
|
5125 |
+
|
5126 |
+
#: inc/admin/admin.php:4643
|
5127 |
+
msgid "Change the button value"
|
5128 |
+
msgstr "Düğme değerini değiştirme"
|
5129 |
+
|
5130 |
+
#: inc/admin/admin.php:4653
|
5131 |
+
#, fuzzy
|
5132 |
+
#| msgid "Default"
|
5133 |
+
msgid "default: X"
|
5134 |
+
msgstr "Varsayılan"
|
5135 |
+
|
5136 |
+
#: inc/admin/admin.php:4653
|
5137 |
+
#, fuzzy
|
5138 |
+
#| msgid "Change the button value"
|
5139 |
+
msgid "Change the close button value"
|
5140 |
+
msgstr "Düğme değerini değiştirme"
|
5141 |
+
|
5142 |
+
#: inc/admin/admin.php:4667
|
5143 |
+
msgid "Bottom (default)"
|
5144 |
+
msgstr ""
|
5145 |
+
|
5146 |
+
#: inc/admin/admin.php:4670
|
5147 |
+
msgid "Top"
|
5148 |
+
msgstr ""
|
5149 |
+
|
5150 |
+
#: inc/admin/admin.php:4683
|
5151 |
+
msgid "Change the color of the cookie bar background"
|
5152 |
+
msgstr ""
|
5153 |
+
|
5154 |
+
#: inc/admin/admin.php:4693
|
5155 |
+
msgid "Change the color of the cookie bar text"
|
5156 |
+
msgstr ""
|
5157 |
+
|
5158 |
+
#: inc/admin/admin.php:4703
|
5159 |
+
msgid "Change the color of the cookie bar link"
|
5160 |
+
msgstr ""
|
5161 |
+
|
5162 |
+
#: inc/admin/admin.php:4713
|
5163 |
+
msgid "Change the color of the cookie bar button background"
|
5164 |
+
msgstr ""
|
5165 |
+
|
5166 |
+
#: inc/admin/admin.php:4723
|
5167 |
+
msgid "Change the color of the cookie bar button hover background"
|
5168 |
+
msgstr ""
|
5169 |
+
|
5170 |
+
#: inc/admin/admin.php:4733
|
5171 |
+
msgid "Change the color of the cookie bar button"
|
5172 |
+
msgstr ""
|
5173 |
+
|
5174 |
+
#: inc/admin/admin.php:4743
|
5175 |
+
msgid "Change the color of the cookie bar button hover"
|
5176 |
+
msgstr ""
|
5177 |
+
|
5178 |
+
#: inc/admin/admin.php:4753
|
5179 |
+
msgid "Change the color of the cookie bar secondary button background"
|
5180 |
+
msgstr ""
|
5181 |
+
|
5182 |
+
#: inc/admin/admin.php:4763
|
5183 |
+
msgid "Change the color of the cookie bar secondary button hover background"
|
5184 |
+
msgstr ""
|
5185 |
+
|
5186 |
+
#: inc/admin/admin.php:4773
|
5187 |
+
msgid "Change the color of the cookie bar secondary button"
|
5188 |
+
msgstr ""
|
5189 |
+
|
5190 |
+
#: inc/admin/admin.php:4783
|
5191 |
+
msgid "Change the color of the cookie bar secondary button hover"
|
5192 |
+
msgstr ""
|
5193 |
+
|
5194 |
+
#: inc/admin/admin.php:4818
|
5195 |
+
msgid "Enter your Google Optimize container ID"
|
5196 |
+
msgstr ""
|
5197 |
+
|
5198 |
+
#: inc/admin/admin.php:4818
|
5199 |
+
msgid "GTM-XXXXXXX"
|
5200 |
+
msgstr ""
|
5201 |
+
|
5202 |
+
#: inc/admin/admin.php:4821
|
5203 |
+
msgid ""
|
5204 |
+
"Google Optimize offers A/B testing, website testing & personalization tools."
|
5205 |
+
msgstr ""
|
5206 |
+
|
5207 |
+
#: inc/admin/admin.php:4829
|
5208 |
+
msgid "Enter your Google Ads conversion ID (eg: AW-123456789)"
|
5209 |
+
msgstr ""
|
5210 |
+
|
5211 |
+
#: inc/admin/admin.php:4829
|
5212 |
+
msgid "AW-XXXXXXXXX"
|
5213 |
+
msgstr ""
|
5214 |
+
|
5215 |
+
#: inc/admin/admin.php:4838
|
5216 |
+
msgid "Paste your tracking code here like Google Tag Manager (head)"
|
5217 |
+
msgstr ""
|
5218 |
+
|
5219 |
+
#: inc/admin/admin.php:4838
|
5220 |
+
msgid "Additional tracking code field"
|
5221 |
+
msgstr ""
|
5222 |
+
|
5223 |
+
#: inc/admin/admin.php:4841
|
5224 |
+
msgid "This code will be added in the head section of your page."
|
5225 |
+
msgstr ""
|
5226 |
+
|
5227 |
+
#: inc/admin/admin.php:4849
|
5228 |
+
msgid "Paste your tracking code here like Google Tag Manager (body)"
|
5229 |
+
msgstr ""
|
5230 |
+
|
5231 |
+
#: inc/admin/admin.php:4849
|
5232 |
+
msgid "Additional tracking code field added to body"
|
5233 |
+
msgstr ""
|
5234 |
+
|
5235 |
+
#: inc/admin/admin.php:4852
|
5236 |
+
msgid "This code will be added just after the opening body tag of your page."
|
5237 |
+
msgstr ""
|
5238 |
+
|
5239 |
+
#: inc/admin/admin.php:4853
|
5240 |
+
msgid ""
|
5241 |
+
"You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> "
|
5242 |
+
"just after the opening body tag in your theme."
|
5243 |
+
msgstr ""
|
5244 |
+
|
5245 |
+
#: inc/admin/admin.php:4871
|
5246 |
+
msgid "Paste your tracking code here (body footer)"
|
5247 |
+
msgstr ""
|
5248 |
+
|
5249 |
+
#: inc/admin/admin.php:4871
|
5250 |
+
msgid "Additional tracking code field added to body footer"
|
5251 |
+
msgstr ""
|
5252 |
+
|
5253 |
+
#: inc/admin/admin.php:4874
|
5254 |
+
msgid "This code will be added just after the closing body tag of your page."
|
5255 |
+
msgstr ""
|
5256 |
+
|
5257 |
+
#: inc/admin/admin.php:4889
|
5258 |
+
msgid ""
|
5259 |
+
"A remarketing audience is a list of cookies or mobile-advertising IDs that "
|
5260 |
+
"represents a group of users you want to re-engage because of their "
|
5261 |
+
"likelihood to convert."
|
5262 |
+
msgstr ""
|
5263 |
+
"Yeniden pazarlama izleyici tanımlama bilgileri veya mobil reklam kimlikleri "
|
5264 |
+
"listesi, yeniden meşgul olmak istediğiniz kullanıcıların temsil ettikleri "
|
5265 |
+
"bir grubu dönüştürme olasılığı."
|
5266 |
+
|
5267 |
+
#: inc/admin/admin.php:4911
|
5268 |
+
msgid ""
|
5269 |
+
"When a customer of Analytics requests IP address anonymization, Analytics "
|
5270 |
+
"anonymizes the address as soon as technically feasible at the earliest "
|
5271 |
+
"possible stage of the collection network."
|
5272 |
+
msgstr ""
|
5273 |
+
"Analytics'in bir müşterisi IP adresi anonimleştirme istediğinde, Analytics "
|
5274 |
+
"koleksiyon ağının olası aşamasında en kısa sürede teknik olarak mümkün "
|
5275 |
+
"olduğu gibi adresi anonimleştirir."
|
5276 |
+
|
5277 |
+
#: inc/admin/admin.php:4933
|
5278 |
+
msgid ""
|
5279 |
+
"Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
|
5280 |
+
"report by automatically differentiating between multiple links to the same "
|
5281 |
+
"URL on a single page by using link element IDs."
|
5282 |
+
msgstr ""
|
5283 |
+
"Gelişmiş bağlantı ilişkilendirme sayfa içi analizinizin doğruluğunu "
|
5284 |
+
"geliştirir, otomatik olarak birden fazla bağlantılar arasında aynı rapor "
|
5285 |
+
"bağlantı öğesi kimliklerini URL tek bir sayfada kullanır."
|
5286 |
+
|
5287 |
+
#: inc/admin/admin.php:4955
|
5288 |
+
msgid ""
|
5289 |
+
"Cross domain tracking makes it possible for Analytics to see sessions on two "
|
5290 |
+
"related sites (such as an ecommerce site and a separate shopping cart site) "
|
5291 |
+
"as a single session. This is sometimes called site linking."
|
5292 |
+
msgstr ""
|
5293 |
+
"Analytics için alan adları arası izleme iki oturumda görmeyi mümkün kılar, "
|
5294 |
+
"ilgili siteler (örneğin, bir e-ticaret sitesi ve ayrı bir alışveriş sepeti "
|
5295 |
+
"sitesi) tek bir oturum olarak. Buna bazen site bağlama denir."
|
5296 |
+
|
5297 |
+
#: inc/admin/admin.php:4970 inc/admin/admin.php:5565
|
5298 |
+
#, fuzzy
|
5299 |
+
#| msgid "Enter yours domains (eg: https://www.seopress.org/)"
|
5300 |
+
msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
|
5301 |
+
msgstr "Alan adlarınızı girin (örneğin: https://www.seopress.org/)"
|
5302 |
+
|
5303 |
+
#: inc/admin/admin.php:5004
|
5304 |
+
msgid "Enable download tracking"
|
5305 |
+
msgstr "İndirme izlemeyi etkinleştir"
|
5306 |
+
|
5307 |
+
#: inc/admin/admin.php:5016
|
5308 |
+
msgid "pdf|docx|pptx|zip"
|
5309 |
+
msgstr "pdf|docx|pptx|zip"
|
5310 |
+
|
5311 |
+
#: inc/admin/admin.php:5020
|
5312 |
+
msgid "Separate each file type extensions with a pipe \"|\""
|
5313 |
+
msgstr "Her dosya türü uzantılarını bir boru \"|\" ile ayırın"
|
5314 |
+
|
5315 |
+
#: inc/admin/admin.php:5035
|
5316 |
+
msgid "Enable affiliate/outbound tracking"
|
5317 |
+
msgstr "Ortaklık/giden izlemeyi etkinleştir"
|
5318 |
+
|
5319 |
+
#: inc/admin/admin.php:5047
|
5320 |
+
msgid "aff|go|out"
|
5321 |
+
msgstr "aff|git|çıkış"
|
5322 |
+
|
5323 |
+
#: inc/admin/admin.php:5051
|
5324 |
+
msgid "Separate each keyword with a pipe \"|\""
|
5325 |
+
msgstr "Her anahtar kelimeyi bir boru \"|\" ile ayırın"
|
5326 |
+
|
5327 |
+
#: inc/admin/admin.php:5068 inc/admin/admin.php:5145 inc/admin/admin.php:5222
|
5328 |
+
#: inc/admin/admin.php:5299 inc/admin/admin.php:5376
|
5329 |
+
msgid "Custom Dimension #1"
|
5330 |
+
msgstr "Özel Boyut #1"
|
5331 |
+
|
5332 |
+
#: inc/admin/admin.php:5071 inc/admin/admin.php:5148 inc/admin/admin.php:5225
|
5333 |
+
#: inc/admin/admin.php:5302 inc/admin/admin.php:5379
|
5334 |
+
msgid "Custom Dimension #2"
|
5335 |
+
msgstr "Özel Boyut #2"
|
5336 |
+
|
5337 |
+
#: inc/admin/admin.php:5074 inc/admin/admin.php:5151 inc/admin/admin.php:5228
|
5338 |
+
#: inc/admin/admin.php:5305 inc/admin/admin.php:5382
|
5339 |
+
msgid "Custom Dimension #3"
|
5340 |
+
msgstr "Özel Boyut #3"
|
5341 |
+
|
5342 |
+
#: inc/admin/admin.php:5077 inc/admin/admin.php:5154 inc/admin/admin.php:5231
|
5343 |
+
#: inc/admin/admin.php:5308 inc/admin/admin.php:5385
|
5344 |
+
msgid "Custom Dimension #4"
|
5345 |
+
msgstr "Özel Boyut #4"
|
5346 |
+
|
5347 |
+
#: inc/admin/admin.php:5080 inc/admin/admin.php:5157 inc/admin/admin.php:5234
|
5348 |
+
#: inc/admin/admin.php:5311 inc/admin/admin.php:5388
|
5349 |
+
msgid "Custom Dimension #5"
|
5350 |
+
msgstr "Özel Boyut #5"
|
5351 |
+
|
5352 |
+
#: inc/admin/admin.php:5083 inc/admin/admin.php:5160 inc/admin/admin.php:5237
|
5353 |
+
#: inc/admin/admin.php:5314 inc/admin/admin.php:5391
|
5354 |
+
msgid "Custom Dimension #6"
|
5355 |
+
msgstr "Özel Boyut #6"
|
5356 |
+
|
5357 |
+
#: inc/admin/admin.php:5086 inc/admin/admin.php:5163 inc/admin/admin.php:5240
|
5358 |
+
#: inc/admin/admin.php:5317 inc/admin/admin.php:5394
|
5359 |
+
msgid "Custom Dimension #7"
|
5360 |
+
msgstr "Özel Boyut #7"
|
5361 |
+
|
5362 |
+
#: inc/admin/admin.php:5089 inc/admin/admin.php:5166 inc/admin/admin.php:5243
|
5363 |
+
#: inc/admin/admin.php:5320 inc/admin/admin.php:5397
|
5364 |
+
msgid "Custom Dimension #8"
|
5365 |
+
msgstr "Özel Boyut #8"
|
5366 |
+
|
5367 |
+
#: inc/admin/admin.php:5092 inc/admin/admin.php:5169 inc/admin/admin.php:5246
|
5368 |
+
#: inc/admin/admin.php:5323 inc/admin/admin.php:5400
|
5369 |
+
msgid "Custom Dimension #9"
|
5370 |
+
msgstr "Özel Boyut #9"
|
5371 |
+
|
5372 |
+
#: inc/admin/admin.php:5095 inc/admin/admin.php:5172 inc/admin/admin.php:5249
|
5373 |
+
#: inc/admin/admin.php:5326 inc/admin/admin.php:5403
|
5374 |
+
msgid "Custom Dimension #10"
|
5375 |
+
msgstr "Özel Boyut #10"
|
5376 |
+
|
5377 |
+
#: inc/admin/admin.php:5098 inc/admin/admin.php:5175 inc/admin/admin.php:5252
|
5378 |
+
#: inc/admin/admin.php:5329 inc/admin/admin.php:5406
|
5379 |
+
msgid "Custom Dimension #11"
|
5380 |
+
msgstr "Özel Boyut #11"
|
5381 |
+
|
5382 |
+
#: inc/admin/admin.php:5101 inc/admin/admin.php:5178 inc/admin/admin.php:5255
|
5383 |
+
#: inc/admin/admin.php:5332 inc/admin/admin.php:5409
|
5384 |
+
msgid "Custom Dimension #12"
|
5385 |
+
msgstr "Özel Boyut #12"
|
5386 |
+
|
5387 |
+
#: inc/admin/admin.php:5104 inc/admin/admin.php:5181 inc/admin/admin.php:5258
|
5388 |
+
#: inc/admin/admin.php:5335 inc/admin/admin.php:5412
|
5389 |
+
msgid "Custom Dimension #13"
|
5390 |
+
msgstr "Özel Boyut #13"
|
5391 |
+
|
5392 |
+
#: inc/admin/admin.php:5107 inc/admin/admin.php:5184 inc/admin/admin.php:5261
|
5393 |
+
#: inc/admin/admin.php:5338 inc/admin/admin.php:5415
|
5394 |
+
msgid "Custom Dimension #14"
|
5395 |
+
msgstr "Özel Boyut #14"
|
5396 |
+
|
5397 |
+
#: inc/admin/admin.php:5110 inc/admin/admin.php:5187 inc/admin/admin.php:5264
|
5398 |
+
#: inc/admin/admin.php:5341 inc/admin/admin.php:5418
|
5399 |
+
msgid "Custom Dimension #15"
|
5400 |
+
msgstr "Özel Boyut #15"
|
5401 |
+
|
5402 |
+
#: inc/admin/admin.php:5113 inc/admin/admin.php:5190 inc/admin/admin.php:5267
|
5403 |
+
#: inc/admin/admin.php:5344 inc/admin/admin.php:5421
|
5404 |
+
msgid "Custom Dimension #16"
|
5405 |
+
msgstr "Özel Boyut #16"
|
5406 |
+
|
5407 |
+
#: inc/admin/admin.php:5116 inc/admin/admin.php:5193 inc/admin/admin.php:5270
|
5408 |
+
#: inc/admin/admin.php:5347 inc/admin/admin.php:5424
|
5409 |
+
msgid "Custom Dimension #17"
|
5410 |
+
msgstr "Özel Boyut #17"
|
5411 |
+
|
5412 |
+
#: inc/admin/admin.php:5119 inc/admin/admin.php:5196 inc/admin/admin.php:5273
|
5413 |
+
#: inc/admin/admin.php:5350 inc/admin/admin.php:5427
|
5414 |
+
msgid "Custom Dimension #18"
|
5415 |
+
msgstr "Özel Boyut #18"
|
5416 |
+
|
5417 |
+
#: inc/admin/admin.php:5122 inc/admin/admin.php:5199 inc/admin/admin.php:5276
|
5418 |
+
#: inc/admin/admin.php:5353 inc/admin/admin.php:5430
|
5419 |
+
msgid "Custom Dimension #19"
|
5420 |
+
msgstr "Özel Boyut #19"
|
5421 |
+
|
5422 |
+
#: inc/admin/admin.php:5125 inc/admin/admin.php:5202 inc/admin/admin.php:5279
|
5423 |
+
#: inc/admin/admin.php:5356 inc/admin/admin.php:5433
|
5424 |
+
msgid "Custom Dimension #20"
|
5425 |
+
msgstr "Özel Boyut #20"
|
5426 |
+
|
5427 |
+
#: inc/admin/admin.php:5451
|
5428 |
+
msgid "Enable Matomo tracking (Matomo account required)"
|
5429 |
+
msgstr ""
|
5430 |
+
|
5431 |
+
#: inc/admin/admin.php:5463
|
5432 |
+
msgid "Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\""
|
5433 |
+
msgstr ""
|
5434 |
+
|
5435 |
+
#: inc/admin/admin.php:5463
|
5436 |
+
#, fuzzy
|
5437 |
+
#| msgid "Soundcloud URL"
|
5438 |
+
msgid "Matomo Cloud URL"
|
5439 |
+
msgstr "Soundcloud URL"
|
5440 |
+
|
5441 |
+
#: inc/admin/admin.php:5468
|
5442 |
+
msgid "Enter only the <strong>host</strong> like this example.matomo.cloud"
|
5443 |
+
msgstr ""
|
5444 |
+
|
5445 |
+
#: inc/admin/admin.php:5477
|
5446 |
+
#, fuzzy
|
5447 |
+
#| msgid "Enter your title"
|
5448 |
+
msgid "Enter your site ID here"
|
5449 |
+
msgstr "Başlığınızı girin"
|
5450 |
+
|
5451 |
+
#: inc/admin/admin.php:5477
|
5452 |
+
msgid "Matomo Site ID"
|
5453 |
+
msgstr ""
|
5454 |
+
|
5455 |
+
#: inc/admin/admin.php:5482
|
5456 |
+
msgid ""
|
5457 |
+
"To find your site ID, go to your <strong>Matomo Cloud account, Websites, "
|
5458 |
+
"Manage page</strong>. Look at \"Site ID\" on the right part."
|
5459 |
+
msgstr ""
|
5460 |
+
|
5461 |
+
#: inc/admin/admin.php:5496
|
5462 |
+
msgid "Tracking one domain and its subdomains in the same website"
|
5463 |
+
msgstr ""
|
5464 |
+
|
5465 |
+
#: inc/admin/admin.php:5498
|
5466 |
+
msgid ""
|
5467 |
+
"If one visitor visits x.example.com and y.example.com, they will be counted "
|
5468 |
+
"as a unique visitor."
|
5469 |
+
msgstr ""
|
5470 |
+
|
5471 |
+
#: inc/admin/admin.php:5515
|
5472 |
+
msgid "Prepend the site domain to the page title when tracking"
|
5473 |
+
msgstr ""
|
5474 |
+
|
5475 |
+
#: inc/admin/admin.php:5517
|
5476 |
+
msgid ""
|
5477 |
+
"If someone visits the 'About' page on blog.example.com it will be recorded "
|
5478 |
+
"as 'blog / About'. This is the easiest way to get an overview of your "
|
5479 |
+
"traffic by sub-domain."
|
5480 |
+
msgstr ""
|
5481 |
+
|
5482 |
+
#: inc/admin/admin.php:5553
|
5483 |
+
msgid ""
|
5484 |
+
"By default, the visitor ID that identifies a unique visitor is stored in the "
|
5485 |
+
"browser's first party cookies which can only be accessed by pages on the "
|
5486 |
+
"same domain. Enabling cross domain linking lets you track all the actions "
|
5487 |
+
"and pageviews of a specific visitor into the same visit even when they view "
|
5488 |
+
"pages on several domains. Whenever a user clicks on a link to one of your "
|
5489 |
+
"website's alias URLs, it will append a URL parameter pk_vid forwarding the "
|
5490 |
+
"Visitor ID."
|
5491 |
+
msgstr ""
|
5492 |
+
|
5493 |
+
#: inc/admin/admin.php:5582
|
5494 |
+
msgid "Enable client side DoNotTrack detection"
|
5495 |
+
msgstr ""
|
5496 |
+
|
5497 |
+
#: inc/admin/admin.php:5584
|
5498 |
+
msgid ""
|
5499 |
+
"Tracking requests will not be sent if visitors do not wish to be tracked."
|
5500 |
+
msgstr ""
|
5501 |
+
|
5502 |
+
#: inc/admin/admin.php:5601
|
5503 |
+
msgid ""
|
5504 |
+
"Disables all first party cookies. Existing Matomo cookies for this website "
|
5505 |
+
"will be deleted on the next page view."
|
5506 |
+
msgstr ""
|
5507 |
+
|
5508 |
+
#: inc/admin/admin.php:5618
|
5509 |
+
#, fuzzy
|
5510 |
+
#| msgid "Enable download tracking"
|
5511 |
+
msgid "Enabling Download & Outlink tracking"
|
5512 |
+
msgstr "İndirme izlemeyi etkinleştir"
|
5513 |
+
|
5514 |
+
#: inc/admin/admin.php:5620
|
5515 |
+
msgid ""
|
5516 |
+
"By default, any file ending with one of these extensions will be considered "
|
5517 |
+
"a \"download\" in the Matomo interface: 7z|aac|arc|arj|apk|asf|asx|avi|bin|"
|
5518 |
+
"bz|bz2|csv|deb|dmg|doc|\n"
|
5519 |
+
" exe|flv|gif|gz|gzip|hqx|jar|jpg|jpeg|js|mp2|mp3|mp4|mpg|\n"
|
5520 |
+
" mpeg|mov|movie|msi|msp|odb|odf|odg|odp|ods|odt|ogg|ogv|\n"
|
5521 |
+
" pdf|phps|png|ppt|qt|qtm|ra|ram|rar|rpm|sea|sit|tar|\n"
|
5522 |
+
" tbz|tbz2|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"
|
5523 |
+
msgstr ""
|
5524 |
+
|
5525 |
+
#: inc/admin/admin.php:5641
|
5526 |
+
msgid "Redirect attachment pages to post parent (or homepage if none)"
|
5527 |
+
msgstr "Ek sayfaları üst posta (yoksa anasayfaya) yeniden yönlendirin"
|
5528 |
+
|
5529 |
+
#: inc/admin/admin.php:5660
|
5530 |
+
msgid ""
|
5531 |
+
"If this option is checked, it will take precedence over the redirection of "
|
5532 |
+
"attachments to the post's parent."
|
5533 |
+
msgstr ""
|
5534 |
+
|
5535 |
+
#: inc/admin/admin.php:5677
|
5536 |
+
#, fuzzy
|
5537 |
+
#| msgid "Remove WordPress meta generator in source code"
|
5538 |
+
msgid "Remove ?replytocom link in source code"
|
5539 |
+
msgstr "WordPress meta jeneratör kaynak kodunu çıkar"
|
5540 |
+
|
5541 |
+
#: inc/admin/admin.php:5694
|
5542 |
+
msgid ""
|
5543 |
+
"When sending an image file, automatically set the title based on the filename"
|
5544 |
+
msgstr ""
|
5545 |
+
|
5546 |
+
#: inc/admin/admin.php:5711
|
5547 |
+
msgid ""
|
5548 |
+
"When sending an image file, automatically set the alternative text based on "
|
5549 |
+
"the filename"
|
5550 |
+
msgstr ""
|
5551 |
+
|
5552 |
+
#: inc/admin/admin.php:5714
|
5553 |
+
msgid ""
|
5554 |
+
"We recommend Image SEO plugin to optimize your image ALT texts and names for "
|
5555 |
+
"Search Engines using AI and Machine Learning. Starting from just €4.99."
|
5556 |
+
msgstr ""
|
5557 |
+
|
5558 |
+
#: inc/admin/admin.php:5732
|
5559 |
+
msgid ""
|
5560 |
+
"When sending an image file, automatically set the caption based on the "
|
5561 |
+
"filename"
|
5562 |
+
msgstr ""
|
5563 |
+
|
5564 |
+
#: inc/admin/admin.php:5749
|
5565 |
+
msgid ""
|
5566 |
+
"When sending an image file, automatically set the description based on the "
|
5567 |
+
"filename"
|
5568 |
+
msgstr ""
|
5569 |
+
|
5570 |
+
#: inc/admin/admin.php:5766
|
5571 |
+
msgid "Add TINYMCE editor to term description"
|
5572 |
+
msgstr "TINYMCE editörü terim açıklamaya ekle"
|
5573 |
+
|
5574 |
+
#: inc/admin/admin.php:5783
|
5575 |
+
msgid "You have to flush your permalinks each time you change this settings"
|
5576 |
+
msgstr ""
|
5577 |
+
"Bu ayarları ne zaman değiştirirsen, sizin kalıcı bağlantıları "
|
5578 |
+
"güncellemelisiniz"
|
5579 |
+
|
5580 |
+
#: inc/admin/admin.php:5800
|
5581 |
+
msgid ""
|
5582 |
+
"You must check this box if the structure of your permalinks DOES NOT contain "
|
5583 |
+
"a slash at the end (eg: /%postname%)"
|
5584 |
+
msgstr ""
|
5585 |
+
"Sizin kalıcı bağlantıları içermiyorsa, bu kutuyu kontrol etmelisiniz sonunda "
|
5586 |
+
"bir eğik çizgi (örneğin: /%postname%)"
|
5587 |
+
|
5588 |
+
#: inc/admin/admin.php:5817
|
5589 |
+
msgid "Remove WordPress meta generator in source code"
|
5590 |
+
msgstr "WordPress meta jeneratör kaynak kodunu çıkar"
|
5591 |
+
|
5592 |
+
#: inc/admin/admin.php:5834
|
5593 |
+
msgid ""
|
5594 |
+
"Remove hentry post class to prevent Google from seeing this as structured "
|
5595 |
+
"data (schema)"
|
5596 |
+
msgstr ""
|
5597 |
+
|
5598 |
+
#: inc/admin/admin.php:5851
|
5599 |
+
msgid ""
|
5600 |
+
"Remove comment author URL in comments if the website is filled from profile "
|
5601 |
+
"page"
|
5602 |
+
msgstr ""
|
5603 |
+
|
5604 |
+
#: inc/admin/admin.php:5868
|
5605 |
+
msgid "Remove website field from comment form to reduce spam"
|
5606 |
+
msgstr ""
|
5607 |
+
|
5608 |
+
#: inc/admin/admin.php:5885
|
5609 |
+
msgid "Remove WordPress shortlink meta tag in source code (eg:"
|
5610 |
+
msgstr ""
|
5611 |
+
"WordPress kısa bağlantı meta etiket içinden kaynak kodunu çıkar (örneğin:"
|
5612 |
+
|
5613 |
+
#: inc/admin/admin.php:5902
|
5614 |
+
msgid "Remove Windows Live Writer meta tag in source code (eg:"
|
5615 |
+
msgstr "Windows Live Writer meta etiketini kaynak kodundan kaldır (örneğin:"
|
5616 |
+
|
5617 |
+
#: inc/admin/admin.php:5919
|
5618 |
+
msgid "Remove Really Simple Discovery meta tag in source code (eg:"
|
5619 |
+
msgstr "Kaynak kodundaki gerçekten basit keşif meta etiketini kaldır (örneğin:"
|
5620 |
+
|
5621 |
+
#: inc/admin/admin.php:5931
|
5622 |
+
msgid "Enter Google meta value site verification"
|
5623 |
+
msgstr "Google meta değeri site doğrulamasını girin"
|
5624 |
+
|
5625 |
+
#: inc/admin/admin.php:5936
|
5626 |
+
msgid ""
|
5627 |
+
"If your site is already verified in <strong>Google Search Console</strong>, "
|
5628 |
+
"you can leave this field empty."
|
5629 |
+
msgstr ""
|
5630 |
+
"Siteniz <strong>Google Search Console</strong>'da zaten doğrulanmışsa, bu "
|
5631 |
+
"alanı boş bırakabilirsiniz."
|
5632 |
+
|
5633 |
+
#: inc/admin/admin.php:5945
|
5634 |
+
msgid "Enter Bing meta value site verification"
|
5635 |
+
msgstr "Bing meta değer site doğrulamasını girin"
|
5636 |
+
|
5637 |
+
#: inc/admin/admin.php:5949
|
5638 |
+
msgid ""
|
5639 |
+
"If your site is already verified in <strong>Bing Webmaster tools</strong>, "
|
5640 |
+
"you can leave this field empty."
|
5641 |
+
msgstr ""
|
5642 |
+
"Siteniz <strong>Bing Web Yöneticisi Araçları</strong>'nda zaten "
|
5643 |
+
"doğrulanmışsa, bu alanı boş bırakabilirsiniz."
|
5644 |
+
|
5645 |
+
#: inc/admin/admin.php:5958
|
5646 |
+
msgid "Enter Pinterest meta value site verification"
|
5647 |
+
msgstr "Pinterest meta değeri site doğrulamasını girin"
|
5648 |
+
|
5649 |
+
#: inc/admin/admin.php:5970
|
5650 |
+
msgid "Enter Yandex meta value site verification"
|
5651 |
+
msgstr "Yandex meta değer site doğrulamasını girin"
|
5652 |
+
|
5653 |
+
#: inc/admin/admin.php:5987
|
5654 |
+
msgid "Remove SEOPress from Admin Bar in backend and frontend"
|
5655 |
+
msgstr "Arka ve önyüz yönetici çubuğundan SEOPress'i kaldır"
|
5656 |
+
|
5657 |
+
#: inc/admin/admin.php:6003
|
5658 |
+
msgid "High priority (top)"
|
5659 |
+
msgstr "Yüksek öncelik (üst)"
|
5660 |
+
|
5661 |
+
#: inc/admin/admin.php:6006
|
5662 |
+
msgid "Normal priority (default)"
|
5663 |
+
msgstr "Normal öncelik (varsayılan)"
|
5664 |
+
|
5665 |
+
#: inc/admin/admin.php:6009
|
5666 |
+
msgid "Low priority"
|
5667 |
+
msgstr "Düşük öncelik"
|
5668 |
+
|
5669 |
+
#: inc/admin/admin.php:6027
|
5670 |
+
#, fuzzy
|
5671 |
+
#| msgid "Normal priority (default)"
|
5672 |
+
msgid "Automatic tab (default)"
|
5673 |
+
msgstr "Normal öncelik (varsayılan)"
|
5674 |
+
|
5675 |
+
#: inc/admin/admin.php:6030
|
5676 |
+
msgid "Manual tab"
|
5677 |
+
msgstr ""
|
5678 |
+
|
5679 |
+
#: inc/admin/admin.php:6049
|
5680 |
+
msgid "Hide Notifications Center in SEOPress Dashboard page"
|
5681 |
+
msgstr "SEOPress pano sayfasında bildirimler merkezini gizle"
|
5682 |
+
|
5683 |
+
#: inc/admin/admin.php:6066
|
5684 |
+
msgid "Hide SEO tools in SEOPress Dashboard page"
|
5685 |
+
msgstr "SEOPress pano sayfasında SEO araçlarını gizle"
|
5686 |
+
|
5687 |
+
#: inc/admin/admin.php:6083
|
5688 |
+
msgid "Hide Useful Links in SEOPress dashboard page"
|
5689 |
+
msgstr "SEOPress pano sayfasında yararlı bağlantıları gizle"
|
5690 |
+
|
5691 |
+
#: inc/admin/admin.php:6100
|
5692 |
+
msgid "Add title column"
|
5693 |
+
msgstr "Başlık sütunu ekle"
|
5694 |
+
|
5695 |
+
#: inc/admin/admin.php:6117
|
5696 |
+
msgid "Add meta description column"
|
5697 |
+
msgstr "Meta açıklama sütunu ekle"
|
5698 |
+
|
5699 |
+
#: inc/admin/admin.php:6134
|
5700 |
+
msgid "Add redirection enable column"
|
5701 |
+
msgstr "Yeniden yönlendirme sütunu etkinleştiri ekle"
|
5702 |
+
|
5703 |
+
#: inc/admin/admin.php:6151
|
5704 |
+
msgid "Add redirection URL column"
|
5705 |
+
msgstr "Yeniden yönlendirme URL sütunu ekle"
|
5706 |
+
|
5707 |
+
#: inc/admin/admin.php:6168
|
5708 |
+
msgid "Add canonical URL column"
|
5709 |
+
msgstr "Kurallı URL sütun ekle"
|
5710 |
+
|
5711 |
+
#: inc/admin/admin.php:6185
|
5712 |
+
msgid "Add target keyword column"
|
5713 |
+
msgstr "Hedef anahtar sözcük sütunu ekle"
|
5714 |
+
|
5715 |
+
#: inc/admin/admin.php:6202
|
5716 |
+
msgid "Display noindex status"
|
5717 |
+
msgstr "Noindex durumunu göster"
|
5718 |
+
|
5719 |
+
#: inc/admin/admin.php:6219
|
5720 |
+
msgid "Display nofollow status"
|
5721 |
+
msgstr "Nofollow durumunu göster"
|
5722 |
+
|
5723 |
+
#: inc/admin/admin.php:6236
|
5724 |
+
msgid "Display total number of words in content"
|
5725 |
+
msgstr "İçerikte toplam sözcük sayısını göster"
|
5726 |
+
|
5727 |
+
#: inc/admin/admin.php:6253
|
5728 |
+
msgid "Display W3C column to check code quality"
|
5729 |
+
msgstr "Kod kalitesini kontrol etmek için W3C sütununu göster"
|
5730 |
+
|
5731 |
+
#: inc/admin/admin.php:6271
|
5732 |
+
msgid "Display Page Speed column to check performances"
|
5733 |
+
msgstr "Performansları kontrol etmek için sayfa hızı sütununu göster"
|
5734 |
+
|
5735 |
+
#: inc/admin/admin.php:6290
|
5736 |
+
msgid ""
|
5737 |
+
"Display Content Analysis results column (\"Good\" or \"Should be improved\")"
|
5738 |
+
msgstr ""
|
5739 |
+
|
5740 |
+
#: inc/admin/admin.php:6308
|
5741 |
+
msgid "Remove Genesis SEO Metabox"
|
5742 |
+
msgstr "Genesis SEO Metabox'u kaldır"
|
5743 |
+
|
5744 |
+
#: inc/admin/admin.php:6325
|
5745 |
+
msgid "Remove Genesis SEO link in WP Admin Menu"
|
5746 |
+
msgstr "WP Admin menü içinde Genesis SEO bağlantıyı kaldır"
|
5747 |
+
|
5748 |
+
#: inc/admin/admin.php:6342
|
5749 |
+
msgid "Remove the advice if None schema selected"
|
5750 |
+
msgstr ""
|
5751 |
+
|
5752 |
+
#: inc/admin/admin.php:6380 inc/admin/admin.php:6415
|
5753 |
+
#, fuzzy
|
5754 |
+
#| msgid ""
|
5755 |
+
#| "Hook to filter Structured data types metabox call by post type - new "
|
5756 |
+
#| "window"
|
5757 |
+
msgid ""
|
5758 |
+
"Hook to filter structured data types metabox call by post type - new window"
|
5759 |
+
msgstr ""
|
5760 |
+
"Yapısal veri türleri filtreleme için metabox çağrı yazı türü - yeni pencere"
|
5761 |
+
|
5762 |
+
#: inc/admin/adminbar.php:65
|
5763 |
+
msgid "BOT"
|
5764 |
+
msgstr "BOT"
|
5765 |
+
|
5766 |
+
#: inc/admin/adminbar.php:101
|
5767 |
+
msgid "Broken Links"
|
5768 |
+
msgstr "Kırık linkler"
|
5769 |
+
|
5770 |
+
#: inc/admin/adminbar.php:115
|
5771 |
+
#, fuzzy
|
5772 |
+
#| msgid "Configuration"
|
5773 |
+
msgid "Configuration wizard"
|
5774 |
+
msgstr "Yapılandırma"
|
5775 |
+
|
5776 |
+
#: inc/admin/ajax.php:29
|
5777 |
+
msgid ""
|
5778 |
+
"A redirect is active for this URL. Turn it off to get the Google preview and "
|
5779 |
+
"content analysis."
|
5780 |
+
msgstr ""
|
5781 |
+
|
5782 |
+
#: inc/admin/ajax.php:95
|
5783 |
+
msgid "To get your Google snippet preview, publish your post!"
|
5784 |
+
msgstr "Google snippet önizlemesini almak için yazınızı yayınlayın!"
|
5785 |
+
|
5786 |
+
#: inc/functions/options-advanced-admin.php:26
|
5787 |
+
msgid "Need help?"
|
5788 |
+
msgstr ""
|
5789 |
+
|
5790 |
+
#: inc/functions/options-advanced-admin.php:39
|
5791 |
+
#: inc/functions/options-advanced-admin.php:49
|
5792 |
+
msgid "WARNING"
|
5793 |
+
msgstr ""
|
5794 |
+
|
5795 |
+
#: inc/functions/options-advanced-admin.php:40
|
5796 |
+
msgid ""
|
5797 |
+
"Do NOT change your permalink structure on a production site. Changing URLs "
|
5798 |
+
"can severely damage your SEO."
|
5799 |
+
msgstr ""
|
5800 |
+
|
5801 |
+
#: inc/functions/options-advanced-admin.php:50
|
5802 |
+
msgid ""
|
5803 |
+
"URL rewriting is NOT enabled on your site. Select a permalink structure that "
|
5804 |
+
"is optimized for SEO (NOT Plain)."
|
5805 |
+
msgstr ""
|
5806 |
+
|
5807 |
+
#: inc/functions/options-advanced-admin.php:315
|
5808 |
+
#: inc/functions/options-advanced-admin.php:806
|
5809 |
+
msgid "Title tag"
|
5810 |
+
msgstr "Başlık etiketi"
|
5811 |
+
|
5812 |
+
#: inc/functions/options-advanced-admin.php:318
|
5813 |
+
msgid "Meta Desc."
|
5814 |
+
msgstr "Meta açıklama."
|
5815 |
+
|
5816 |
+
#: inc/functions/options-advanced-admin.php:321
|
5817 |
+
msgid "Redirect?"
|
5818 |
+
msgstr "Yeniden yönlendirme?"
|
5819 |
+
|
5820 |
+
#: inc/functions/options-advanced-admin.php:327
|
5821 |
+
#: inc/functions/options-advanced-admin.php:830
|
5822 |
+
msgid "Canonical"
|
5823 |
+
msgstr "Kurallı"
|
5824 |
+
|
5825 |
+
#: inc/functions/options-advanced-admin.php:330
|
5826 |
+
msgid "Target Kw"
|
5827 |
+
msgstr "Hedef Kw"
|
5828 |
+
|
5829 |
+
#: inc/functions/options-advanced-admin.php:333
|
5830 |
+
msgid "Noindex?"
|
5831 |
+
msgstr "Noindex?"
|
5832 |
+
|
5833 |
+
#: inc/functions/options-advanced-admin.php:336
|
5834 |
+
msgid "Nofollow?"
|
5835 |
+
msgstr "Nofollow?"
|
5836 |
+
|
5837 |
+
#: inc/functions/options-advanced-admin.php:339
|
5838 |
+
msgid "Score"
|
5839 |
+
msgstr ""
|
5840 |
+
|
5841 |
+
#: inc/functions/options-advanced-admin.php:342
|
5842 |
+
msgid "Words"
|
5843 |
+
msgstr ""
|
5844 |
+
|
5845 |
+
#: inc/functions/options-advanced-admin.php:345
|
5846 |
+
msgid "W3C check"
|
5847 |
+
msgstr "W3C denetimi"
|
5848 |
+
|
5849 |
+
#: inc/functions/options-advanced-admin.php:348
|
5850 |
+
msgid "Page Speed"
|
5851 |
+
msgstr "Sayfa hızı"
|
5852 |
+
|
5853 |
+
#: inc/functions/options-advanced-admin.php:401
|
5854 |
+
msgid "Check code quality of this page"
|
5855 |
+
msgstr "Bu sayfanın kod kalitesini kontrol et"
|
5856 |
+
|
5857 |
+
#: inc/functions/options-advanced-admin.php:405
|
5858 |
+
msgid "Analyze this page with Google Page Speed"
|
5859 |
+
msgstr "Bu sayfayı Google sayfa hızıyla analiz edin"
|
5860 |
+
|
5861 |
+
#: inc/functions/options-advanced-admin.php:510
|
5862 |
+
msgid "Enable noindex"
|
5863 |
+
msgstr "Noindex'i etkinleştir"
|
5864 |
+
|
5865 |
+
#: inc/functions/options-advanced-admin.php:563
|
5866 |
+
msgid "Enable index"
|
5867 |
+
msgstr "Dizini etkinleştir"
|
5868 |
+
|
5869 |
+
#: inc/functions/options-advanced-admin.php:616
|
5870 |
+
msgid "Enable nofollow"
|
5871 |
+
msgstr "Nofollow'u etkinleştir"
|
5872 |
+
|
5873 |
+
#: inc/functions/options-advanced-admin.php:668
|
5874 |
+
msgid "Enable follow"
|
5875 |
+
msgstr "Follow'u etkinleştir"
|
5876 |
+
|
5877 |
+
#: inc/functions/options-advanced-admin.php:715
|
5878 |
+
msgid "Enable redirection"
|
5879 |
+
msgstr "Yeniden yönlendirme etkinleştir"
|
5880 |
+
|
5881 |
+
#: inc/functions/options-advanced-admin.php:754
|
5882 |
+
msgid "Disable redirection"
|
5883 |
+
msgstr "Yeniden yönlendirmeyi devre dışı bırak"
|
5884 |
+
|
5885 |
+
#: inc/functions/options-advanced-admin.php:934
|
5886 |
+
msgid "Description"
|
5887 |
+
msgstr "Açıklama"
|
5888 |
+
|
5889 |
+
#: inc/functions/options-advanced-admin.php:943
|
5890 |
+
msgid ""
|
5891 |
+
"The description is not prominent by default; however, some themes may show "
|
5892 |
+
"it."
|
5893 |
+
msgstr ""
|
5894 |
+
"Açıklama varsayılan olarak belirgin değildir; Ancak, bazı temalar "
|
5895 |
+
"gösterebilir."
|
5896 |
+
|
5897 |
+
#: inc/functions/options-google-analytics.php:167
|
5898 |
+
#, fuzzy
|
5899 |
+
#| msgid ""
|
5900 |
+
#| "By visiting our site, you agree to our privacy policy regarding cookies, "
|
5901 |
+
#| "tracking statistics etc ..."
|
5902 |
+
msgid ""
|
5903 |
+
"By visiting our site, you agree to our privacy policy regarding cookies, "
|
5904 |
+
"tracking statistics, etc. <a href=\"[seopress_privacy_page]\" tabindex="
|
5905 |
+
"\"10\">Read more</a>"
|
5906 |
+
msgstr ""
|
5907 |
+
"Sitemizi ziyaret ederek, çerezler ile ilgili gizlilik politikasını kabul "
|
5908 |
+
"etmiş olursunuz, istatistik vb izleme..."
|
5909 |
+
|
5910 |
+
#: inc/functions/options-google-analytics.php:169
|
5911 |
+
#, fuzzy
|
5912 |
+
#| msgid ""
|
5913 |
+
#| "By visiting our site, you agree to our privacy policy regarding cookies, "
|
5914 |
+
#| "tracking statistics etc ..."
|
5915 |
+
msgid ""
|
5916 |
+
"By visiting our site, you agree to our privacy policy regarding cookies, "
|
5917 |
+
"tracking statistics, etc."
|
5918 |
+
msgstr ""
|
5919 |
+
"Sitemizi ziyaret ederek, çerezler ile ilgili gizlilik politikasını kabul "
|
5920 |
+
"etmiş olursunuz, istatistik vb izleme..."
|
5921 |
+
|
5922 |
+
#: inc/functions/options-google-analytics.php:188
|
5923 |
+
msgid "X"
|
5924 |
+
msgstr "X"
|
5925 |
+
|
5926 |
+
#: inc/functions/options-google-analytics.php:648
|
5927 |
+
#: inc/functions/options-matomo.php:205
|
5928 |
+
msgid "Authors"
|
5929 |
+
msgstr "Yazarlar"
|
5930 |
+
|
5931 |
+
#: inc/functions/options-google-analytics.php:667
|
5932 |
+
#: inc/functions/options-matomo.php:219
|
5933 |
+
msgid "Categories"
|
5934 |
+
msgstr "Kategoriler"
|
5935 |
+
|
5936 |
+
#: inc/functions/options-google-analytics.php:693
|
5937 |
+
#: inc/functions/options-matomo.php:239
|
5938 |
+
msgid "Tags"
|
5939 |
+
msgstr "Etiketler"
|
5940 |
+
|
5941 |
+
#: inc/functions/options-google-analytics.php:707
|
5942 |
+
#: inc/functions/options-matomo.php:248
|
5943 |
+
msgid "Post types"
|
5944 |
+
msgstr "Yazı türleri"
|
5945 |
+
|
5946 |
+
#: inc/functions/options-google-analytics.php:721
|
5947 |
+
#: inc/functions/options-matomo.php:257
|
5948 |
+
msgid "Connected users"
|
5949 |
+
msgstr "Bağlı kullanıcılar"
|
5950 |
+
|
5951 |
+
#: inc/functions/options-import-export.php:58
|
5952 |
+
#: inc/functions/options-import-export.php:320
|
5953 |
+
msgid "Please upload a valid .json file"
|
5954 |
+
msgstr "Lütfen geçerli bir .json dosyası yükleyin"
|
5955 |
+
|
5956 |
+
#: inc/functions/options-import-export.php:63
|
5957 |
+
#: inc/functions/options-import-export.php:132
|
5958 |
+
#: inc/functions/options-import-export.php:202
|
5959 |
+
#: inc/functions/options-import-export.php:324
|
5960 |
+
#: inc/functions/options-import-export.php:380
|
5961 |
+
msgid "Please upload a file to import"
|
5962 |
+
msgstr "Lütfen içe aktarmak için bir dosya yükleyin"
|
5963 |
+
|
5964 |
+
#: inc/functions/options-import-export.php:128
|
5965 |
+
#: inc/functions/options-import-export.php:198
|
5966 |
+
msgid "Please upload a valid .csv file"
|
5967 |
+
msgstr "Lütfen geçerli bir .csv dosyası yükleyin"
|
5968 |
+
|
5969 |
+
#: inc/functions/options-import-export.php:376
|
5970 |
+
#, fuzzy
|
5971 |
+
#| msgid "Please upload a valid .csv file"
|
5972 |
+
msgid "Please upload a valid .txt file"
|
5973 |
+
msgstr "Lütfen geçerli bir .csv dosyası yükleyin"
|
5974 |
+
|
5975 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:126
|
5976 |
+
msgid "XML Sitemaps"
|
5977 |
+
msgstr "XML Site Haritası"
|
5978 |
+
|
5979 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:129
|
5980 |
+
#, php-format
|
5981 |
+
msgid "This XML Sitemap Index file contains %s sitemaps."
|
5982 |
+
msgstr ""
|
5983 |
+
|
5984 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:132
|
5985 |
+
#, php-format
|
5986 |
+
msgid "This XML Sitemap contains %s URL(s)."
|
5987 |
+
msgstr ""
|
5988 |
+
|
5989 |
+
#: inc/functions/variables/dynamic-variables.php:65
|
5990 |
+
#, php-format
|
5991 |
+
msgid "Page %d of %2$d"
|
5992 |
+
msgstr ""
|
5993 |
+
|
5994 |
+
#: seopress.php:142
|
5995 |
+
msgid "has been successfully updated!"
|
5996 |
+
msgstr ""
|
5997 |
+
|
5998 |
+
#: seopress.php:345
|
5999 |
+
msgid "You like SEOPress? Don't forget to rate it 5 stars!"
|
6000 |
+
msgstr "SEOPress den memnun musun? 5 yıldız vermeyi unutmayın!"
|
6001 |
+
|
6002 |
+
#: seopress.php:409
|
6003 |
+
msgid "Docs"
|
6004 |
+
msgstr ""
|
6005 |
+
|
6006 |
+
#: seopress.php:410
|
6007 |
+
#, fuzzy
|
6008 |
+
#| msgid "Configuration"
|
6009 |
+
msgid "Configuration Wizard"
|
6010 |
+
msgstr "Yapılandırma"
|
6011 |
+
|
6012 |
+
#: seopress.php:412
|
6013 |
+
msgid "GO PRO!"
|
6014 |
+
msgstr "Pro versiyona git!"
|
6015 |
+
|
6016 |
+
#~ msgid "SEOPress BOT - Broken links"
|
6017 |
+
#~ msgstr "SEOPress BOT - Kırık bağlantılar"
|
6018 |
+
|
6019 |
+
#~ msgid "Analysis completed"
|
6020 |
+
#~ msgstr "Analizler tamamlandı"
|
6021 |
+
|
6022 |
+
#~ msgid "Optimizations"
|
6023 |
+
#~ msgstr "İyileştirme"
|
6024 |
+
|
6025 |
+
#~ msgid "Images"
|
6026 |
+
#~ msgstr "Görüntüler"
|
6027 |
+
|
6028 |
+
#~ msgid "Links"
|
6029 |
+
#~ msgstr "Bağlantılar"
|
6030 |
+
|
6031 |
+
#~ msgid "Post title"
|
6032 |
+
#~ msgstr "Yazı başlığı"
|
6033 |
+
|
6034 |
+
#~ msgid "Target keywords were found in the Post Title."
|
6035 |
+
#~ msgstr "Hedef anahtar kelimeler yazı başlığında bulundu."
|
6036 |
+
|
6037 |
+
#~ msgid "None of your target keywords were found in the Post Title."
|
6038 |
+
#~ msgstr "Hedef anahtar kelimelerinizin hiçbiri Yazı başlığında bulunamadı."
|
6039 |
+
|
6040 |
+
#~ msgid "No post title set for this post!"
|
6041 |
+
#~ msgstr "Yazı başlığı bu yazıda yok!"
|
6042 |
+
|
6043 |
+
#~ msgid "No custom title is set for this post."
|
6044 |
+
#~ msgstr "Bu yazı için özel başlık ayarlanamaz."
|
6045 |
+
|
6046 |
+
#~ msgid "No custom meta description is set for this post."
|
6047 |
+
#~ msgstr "Bu yazı için hiçbir özel meta açıklama ayar yoktur."
|
6048 |
+
|
6049 |
+
#~ msgid "Robots"
|
6050 |
+
#~ msgstr "Robots"
|
6051 |
+
|
6052 |
+
#~ msgid "Post Content"
|
6053 |
+
#~ msgstr "Yazı İçerik"
|
6054 |
+
|
6055 |
+
#~ msgid "Product gallery"
|
6056 |
+
#~ msgstr "Ürün galerisi"
|
6057 |
+
|
6058 |
+
#~ msgid "Enter your new URL"
|
6059 |
+
#~ msgstr "Yeni URL'i girin"
|
6060 |
+
|
6061 |
+
#, php-format
|
6062 |
+
#~ msgid "%%sitetitle%%"
|
6063 |
+
#~ msgstr "%%sitetitle%%"
|
6064 |
+
|
6065 |
+
#, php-format
|
6066 |
+
#~ msgid "%%tagline%%"
|
6067 |
+
#~ msgstr "%%tagline%%"
|
6068 |
+
|
6069 |
+
#~ msgid "Custom fields from post, page or post type"
|
6070 |
+
#~ msgstr "Yazı, sayfa veya yazı türünden özel alanlar"
|
6071 |
+
|
6072 |
+
#~ msgid "Custom term taxonomy from post, page or post type"
|
6073 |
+
#~ msgstr "Yazı, sayfa veya yazı türünden özel terim taksonomisi"
|
6074 |
+
|
6075 |
+
#, fuzzy
|
6076 |
+
#~| msgid ""
|
6077 |
+
#~| "Import your own redirections from a .csv file (separator \";\"). You "
|
6078 |
+
#~| "must have 3 columns in this order: url to match (without your domain "
|
6079 |
+
#~| "name), url to redirect in absolute and type of redirection (301, 302 or "
|
6080 |
+
#~| "307)."
|
6081 |
+
#~ msgid ""
|
6082 |
+
#~ "Import your own redirections from a .csv file (separator \";\"). You must "
|
6083 |
+
#~ "have 4 columns in this order: url to match (without your domain name), "
|
6084 |
+
#~ "url to redirect in absolute, type of redirection (301, 302 or 307) and "
|
6085 |
+
#~ "the last one with the value yes to enable the redirect. Leave it empty to "
|
6086 |
+
#~ "disable the redirect."
|
6087 |
+
#~ msgstr ""
|
6088 |
+
#~ "Yeniden yönlendirmelerini bir .csv dosyasından içe aktar (ayırıcı \\\";\\"
|
6089 |
+
#~ "\"). Bu sırada 3 sütun olmalı: URL eşleştirmek için (alan adınız "
|
6090 |
+
#~ "olmadan), url yönlendirmek için mutlaka ve yeniden yönlendirme türünü "
|
6091 |
+
#~ "(301, 302 veya 307) yapmalısınız."
|
6092 |
+
|
6093 |
+
#~ msgid ""
|
6094 |
+
#~ "We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want "
|
6095 |
+
#~ "to migrate all your posts metadata to SEOPress?"
|
6096 |
+
#~ msgstr ""
|
6097 |
+
#~ "<strong>Yoast SEO</strong> eklentisini kullandığınızı fark ettik. <br>Tüm "
|
6098 |
+
#~ "yazılarınızın meta verilerini SEOPress'e aktarmak ister misiniz?"
|
6099 |
+
|
6100 |
+
#~ msgid ""
|
6101 |
+
#~ "We notice that you use <strong>All In One SEO Pack</strong> plugin. "
|
6102 |
+
#~ "<br>Do you want to migrate all your posts metadata to SEOPress?"
|
6103 |
+
#~ msgstr ""
|
6104 |
+
#~ "<strong>All In One SEO Pack</strong> eklentisini kullandığınızı fark "
|
6105 |
+
#~ "ettik. <br>Tüm yazılarınızın meta verilerini SEOPress'e aktarmak ister "
|
6106 |
+
#~ "misiniz?"
|
6107 |
+
|
6108 |
+
#~ msgid "Huge impact"
|
6109 |
+
#~ msgstr "Büyük etki"
|
6110 |
+
|
6111 |
+
#~ msgid "Check your Alexa Rank (Amazon index)"
|
6112 |
+
#~ msgstr "Alexa sıralamasını (Amazon endeksi) kontrol edin"
|
6113 |
+
|
6114 |
+
#~ msgid "Your Alexa Rank"
|
6115 |
+
#~ msgstr "Alexa sıralamanız"
|
6116 |
+
|
6117 |
+
#~ msgid "Country Rank: "
|
6118 |
+
#~ msgstr "Ülke sıralaması :"
|
6119 |
+
|
6120 |
+
#~ msgid "Get Alexa Rank"
|
6121 |
+
#~ msgstr "Alexa sıralaması alın"
|
6122 |
+
|
6123 |
+
#~ msgid ""
|
6124 |
+
#~ "Enable external links tracking (all links with target _blank attribute)"
|
6125 |
+
#~ msgstr ""
|
6126 |
+
#~ "Dış bağlantıları izlemeyi etkinleştir (hedef _blank özniteliğiyle tüm "
|
6127 |
+
#~ "bağlantılar)"
|
6128 |
+
|
6129 |
+
#~ msgid "Remove stop words from URL"
|
6130 |
+
#~ msgstr "Durdurma sözcükleri bağlantıdan kaldır"
|
6131 |
+
|
6132 |
+
#~ msgid ""
|
6133 |
+
#~ "Only the last 1000 items are listed in Sitemaps for performances issues."
|
6134 |
+
#~ msgstr ""
|
6135 |
+
#~ "Performans sorunları için yalnızca son 1000 öğeler site haritalarında "
|
6136 |
+
#~ "listelenir."
|
6137 |
+
|
6138 |
+
#~ msgid "<p>Link your site with your social accounts.</p>"
|
6139 |
+
#~ msgstr "<p>Sitenizi sosyal hesaplarınızla ilişkilendirin.</p>"
|
6140 |
+
|
6141 |
+
#~ msgid "eg: Apple"
|
6142 |
+
#~ msgstr "örneğin: Apple"
|
6143 |
+
|
6144 |
+
#~ msgid "eg: @wp_seopress"
|
6145 |
+
#~ msgstr "örneğin: @wp_seopress"
|
6146 |
+
|
6147 |
+
#~ msgid ""
|
6148 |
+
#~ "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
|
6149 |
+
#~ msgstr "Site diline göre ayar. Desteklenen dil EN, FR, ES, DE, IT, PT."
|
6150 |
+
|
6151 |
+
#~ msgid "Count words?"
|
6152 |
+
#~ msgstr "Kelime sayım?"
|
6153 |
+
|
6154 |
+
#~ msgid "SEOPress.org"
|
6155 |
+
#~ msgstr "SEOPress.org"
|
6156 |
+
|
6157 |
+
#~ msgid "Google + URL"
|
6158 |
+
#~ msgstr "Google + URL"
|
6159 |
+
|
6160 |
+
#~ msgid "eg: https://plus.google.com/+BenjaminDenis"
|
6161 |
+
#~ msgstr "örneğin: https://plus.google.com/+BenjaminDenis"
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: SEO, XML sitemap, meta title, open graph, content analysis, knowledge grap
|
|
6 |
Requires at least: 4.7+
|
7 |
Tested up to: 5.5
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 4.0.
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -297,6 +297,8 @@ You're theme is probably using a deprecated function to handle the title. <a hre
|
|
297 |
7. Installation Wizard
|
298 |
|
299 |
== Changelog ==
|
|
|
|
|
300 |
= 4.0.1 =
|
301 |
* FIX Fatal Error Cannot redeclare seopress_title_columns() with TablePress
|
302 |
* FIX Fatal Error wp-seopress-pro/inc/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php
|
6 |
Requires at least: 4.7+
|
7 |
Tested up to: 5.5
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 4.0.2
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
297 |
7. Installation Wizard
|
298 |
|
299 |
== Changelog ==
|
300 |
+
= 4.0.2 =
|
301 |
+
* FIX Elementor missing features
|
302 |
= 4.0.1 =
|
303 |
* FIX Fatal Error Cannot redeclare seopress_title_columns() with TablePress
|
304 |
* FIX Fatal Error wp-seopress-pro/inc/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php
|
seopress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO plugins for WordPress.
|
6 |
-
Version: 4.0.
|
7 |
Author: SEOPress
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
@@ -55,7 +55,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
|
|
55 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
56 |
//Define
|
57 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
58 |
-
define( 'SEOPRESS_VERSION', '4.0.
|
59 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
60 |
|
61 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO plugins for WordPress.
|
6 |
+
Version: 4.0.2
|
7 |
Author: SEOPress
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
55 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
56 |
//Define
|
57 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
58 |
+
define( 'SEOPRESS_VERSION', '4.0.2' );
|
59 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
60 |
|
61 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
wpml-config.xml
CHANGED
File without changes
|